body.has-site-footer {
  position: relative;
  padding-bottom: 116px;
}

.site-contact {
  position: absolute;
  right: 16px;
  bottom: 48px;
  left: 16px;
  color: #222;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  text-align: center;
}

.site-contact-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.site-contact-button {
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .12);
  opacity: .72;
  cursor: pointer;
  text-decoration: none;
  transition: opacity .18s ease, transform .18s ease;
}

.site-contact-button:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.site-contact-button:focus-visible {
  opacity: 1;
  outline: 2px solid #f5821f;
  outline-offset: 3px;
}

.site-contact-linkedin {
  border-color: #0073b2;
  background-color: #0073b2;
  background-image: url('/assets/img/icon/linkedin.png');
}

.site-contact-email {
  border-color: #555;
  background: #555;
  color: #fff;
  font: 400 15px/1 Arial, sans-serif;
}

.site-contact-kakao {
  border-color: #d6be00;
  background-color: #fae100;
  background-image: url('/Resume/assets/img/thumbnails/coffeeChat.png');
}

.site-copy-toast {
  position: fixed;
  z-index: 10002;
  bottom: 26px;
  left: 50%;
  padding: 9px 13px;
  background: #222;
  color: #fff;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
}

.site-copy-toast.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}

.site-pointer-tooltip {
  position: fixed;
  z-index: 10003;
  top: 0;
  left: 0;
  display: block;
  width: max-content;
  max-width: calc(100vw - 24px);
  padding: 8px 11px;
  background: #222;
  color: #fff;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .1s ease;
}

.site-pointer-tooltip.is-visible {
  visibility: visible;
  opacity: 1;
}

.site-footer {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  width: auto;
  margin: 0;
  padding: 0;
  color: #888;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

.site-footer a,
.site-footer small,
.site-footer span {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
}

.site-footer a {
  color: #888;
  text-decoration: none;
}

.site-footer a:hover {
  color: #333;
  text-decoration: underline;
}

.site-footer span {
  margin: 0 7px;
  color: #bbb;
}

@media (max-width: 680px) {
  body.has-site-footer { padding-bottom: 136px; }
  .site-contact { bottom: 68px; }
  .site-contact-button { width: 30px; height: 30px; background-size: 15px; }
  .site-copy-toast { bottom: 18px; }
  .site-footer { bottom: 12px; }
  .site-footer span { display: none; }
  .site-footer a, .site-footer small { display: block; }
}

@media print {
  .site-contact,
  .site-copy-toast,
  .site-pointer-tooltip,
  .site-footer {
    display: none;
  }

  body.has-site-footer {
    padding-bottom: 0;
  }
}


.site-contact-home{border-color:#777;background-color:#777;background-image:url('/assets/home.png')}
