@charset "UTF-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
#bo_v > header {
  display: none;
}

/* 개인정보처리방침 모달 — privacy-modal 스킬 규격
   구조: .modal.prtd > .modal_iner > .modal_hd / .modal_body > .policy_text / .modal_close
   트리거: 아무 요소에나 .modal_open_btn 만 붙이면 동작 (footer.js 가 위임) */
/* --------------- PC modal start-------------- */
.modal_open_btn {
    cursor: pointer;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* 스킬 규격의 .prtd 클래스는 프로젝트에 따라 없을 수 있어 여기서 직접 지정한다 */
    font-family: "Pretendard Variable", "Pretendard", -apple-system, sans-serif;

    display: flex;
    justify-content: center;
    align-items: center;

    background: rgba(0, 0, 0, 0.7);

    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}

.modal[hidden] {
    display: none;
}

.modal_iner {
    width: 60vw;
    background: #fff;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;

    border-radius: 2vw;
    padding: 2vw;
}

.modal.on_modal {
    opacity: 1;
    visibility: visible;
}

.modal_hd {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 1.4vw;
    font-weight: 600;
    margin-bottom: 2vw;

    width: 100%;
}

.modal_body {
    width: 100%;
    height: 60vh;
    overflow-y: scroll;
    font-size: 0.8vw;
}

.modal_close {
    width: 100%;
    height: 2vw;
    background: #000;
    color: #fff;
    font-size: 0.9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    cursor: pointer;
    margin-top: 2vw;
    font-weight: 500;
}

/* --------------- MO modal start-------------- */
@media screen and (max-width:599px) {
    .modal_iner {
        width: 93vw;
        border-radius: 4vw;
        padding: 6vw;
    }

    .modal_hd {
        font-size: 5vw;
        margin-bottom: 6vw;
    }

    .modal_close {
        height: 8vw;
        font-size: 3.6vw;
        border-radius: 2.8vw;
        margin-top: 6vw;
    }

    .modal_body {
        font-size: 3.3vw;
    }
}

#policyWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  z-index: 2000;
  height: 50px;
  margin-left: -50px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}

#policy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  height: 87%;
  margin: 0 auto;
  padding: 1px;
  text-align: left;
}

#policy div.policy_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 0vw;
}

#policy div.policy_title h2 {
  font-weight: 700;
  font-size: 25px;
  color: #000;
}

#policy div.policy_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2.5vh;
  /* padding: 20px 0px 20px 0px; */
  background: #fff;
  border-radius: 0px;
  height: 80%;
}

#policy p.policy_text {
  overflow-y: scroll;
  height: 100%;
  padding-right: 20px;
  font-size: 14px;
  text-align: justify;
  line-height: 18px;
}

#policyLoader {
  padding-top: 10px;
}

@font-face {
  font-family: "GmarketSansBold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* ---------------footer start-------------- */
/* ═══════════════ FOOTER — 인증마크 + 사업자정보 + 약관링크 + 카피라이트 ═══════════════
   구조: footer.footer > .f_logo + p.footer_info + .footer_line + nav.footer_links + p.footer_copy
   섹션 경계 y11848~12464 (h616). padding-bottom 183 = 하단 fixed 상담바(80) 가림 방지 포함.
   plan: .planning/footer/plan.md
   ═══════════════════════════════════════════════════════════════════════════════════ */
.footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 9.2vw;
  /* Pretendard 는 style.css 의 section{} 으로만 카스케이드된다 — 이 요소는 section 밖이라
     상속을 못 받고 그누보드 default.css 의 맑은고딕으로 떨어진다 → 여기서 직접 지정 */
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  background-color: #ffffff;
}

.footer img {
  width: 100%;
}

.f_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 124);
  aspect-ratio: 124 / 123;
}

.footer_info {
  margin-top: 1.5vw;
  font-size: calc(var(--px) * 16);
  font-weight: 500;
  line-height: 1.3vw;
  letter-spacing: -0.05vw;
  color: #737373;
  text-align: center;
}

.footer_line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 0.7vw;
  background-color: #E5E5E5;
}

.footer_links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.8vw;
  margin-top: 2vw;
}

.footer_link {
  font-size: calc(var(--px) * 16);
  font-weight: 600;
  line-height: 1.3vw;
  letter-spacing: -0.05vw;
  color: #000000;
  text-decoration: underline;
  white-space: nowrap;
}

.footer_copy {
  margin-top: 0.9vw;
  font-size: calc(var(--px) * 16);
  font-weight: 500;
  line-height: 1.3vw;
  letter-spacing: 0;
  color: #989898;
  text-align: center;
}

/* ---------------footer end-------------- */
/* ---------------quick start-------------- */
/* ═══════════════ QUICK BAR — 하단 고정 상담바 ═══════════════
   구조: aside.contact_service > .quick_logo + form.footer_form(입력 2) + .quick_agree
         + button.quick_submit_div
   시안 y12384~12463 (h80). plan: .planning/quick/plan.md
   ══════════════════════════════════════════════════════════ */
.contact_service {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1111;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: calc(var(--px) * 80);
  /* 시안 콘텐츠 그룹 중앙이 캔버스중앙보다 7px 우측 → 좌패딩 14 로 flex center 를 7px 밀어준다 */
  padding-left: calc(var(--px) * 14);
  /* Pretendard 는 style.css 의 section{} 으로만 카스케이드된다 — 이 요소는 section 밖이라
     상속을 못 받고 그누보드 default.css 의 맑은고딕으로 떨어진다 → 여기서 직접 지정 */
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  letter-spacing: -0.04vw;
  background-color: #F11E92;
  /* 위 섹션과 겹칠 때 경계가 서도록 — 시안 outerGlow(#000 5.88%) 와 같은 톤, 방향만 위로.
     .top_btn(css/header.css) 도 같은 값을 써야 우측 끝에서 그림자가 끊기지 않는다 */
  box-shadow: 0 calc(var(--px) * -4) calc(var(--px) * 16) rgba(0, 0, 0, 0.08);
}

.contact_service img {
  width: 100%;
  display: block;
}

.quick_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: calc(var(--px) * 64);
  aspect-ratio: 64 / 37;
}

.footer_form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.7874%;
  gap: 0.3vw;
}

.footer_input {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: calc(var(--px) * 260);
  height: calc(var(--px) * 47);
  font-size: calc(var(--px) * 16);
  font-weight: 500;
  line-height: 1.3vw;
  letter-spacing: -0.05vw;
  color: #000000;
  text-align: center;
  background-color: #ffffff;
  border-radius: calc(var(--px) * 10);
  outline: none;
}

.footer_input::placeholder {
  color: #A3A3A3;
  font-weight: 500;
}

.quick_agree {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.5774%;
}

.quickAgree_checkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  width: calc(var(--px) * 18);
  height: calc(var(--px) * 18);
  background-color: #ffffff;
  border-radius: calc(var(--px) * 2);
  outline: none;
  cursor: pointer;
}

.quickAgree_checkbox:checked {
  background-color: #C5006B;
}

/* 체크 표시 — border 2변을 -45도 돌려 만든 흰색 체크 */
.quickAgree_checkbox:checked::after {
  position: absolute;
  content: "";
  width: 46%;
  height: 23%;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-15%) rotate(-45deg);
}

.quickAgree_fornt {
  margin-left: calc(var(--px) * 4);
  font-size: calc(var(--px) * 16);
  font-weight: 500;
  line-height: 1.3vw;
  letter-spacing: -0.03vw;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
}

.quick_submit_div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.5774%;
  width: calc(var(--px) * 182);
  height: calc(var(--px) * 47);
  background-color: #C5006B;
  border-radius: calc(var(--px) * 10);
  cursor: pointer;
}

.quick_submit_div span {
  font-size: calc(var(--px) * 17);
  font-weight: 600;
  line-height: 1.3vw;
  letter-spacing: -0.05vw;
  color: #ffffff;
  white-space: nowrap;
}

/* ═══════════════ QUICK NAV — 우측 고정 퀵메뉴 ═══════════════
   구조: nav.quick_nav > a.quick_nav_btn ×3 > .quick_nav_ico + span.quick_nav_txt
   bottom 95 = 상담바 80 + pill 간격 15. 스크롤 파킹은 js/footer.js (quicknav-m01)
   plan: .planning/quicknav/plan.md
   ═══════════════════════════════════════════════════════════ */
.quick_nav {
  position: fixed;
  right: calc(var(--px) * 10);
  bottom: calc(var(--px) * 95);
  z-index: 1111;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0.8vw;
  /* Pretendard 는 style.css 의 section{} 으로만 카스케이드된다 — 이 요소는 section 밖이라
     상속을 못 받고 그누보드 default.css 의 맑은고딕으로 떨어진다 → 여기서 직접 지정 */
  font-family: "Pretendard Variable", Pretendard, sans-serif;
}

.quick_nav_toggle {
  display: none;
}

.quick_nav img {
  width: 100%;
}

.quick_nav_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 0.3vw;
  width: calc(var(--px) * 223);
  height: calc(var(--px) * 64);
  /* 시안 콘텐츠가 pill 세로중앙보다 2~3px 아래 → padding-top 5 로 그만큼 내린다 */
  padding-top: calc(var(--px) * 5);
  border-radius: 50vw;
  /* 세 pill 공통 PSD outerGlow(#000 5.88% / 29px) */
  box-shadow: 0 0 calc(var(--px) * 29) rgba(0, 0, 0, 0.06);
}

.quick_nav_ico {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.quick_nav_txt {
  font-size: calc(var(--px) * 20);
  font-weight: 700;
  line-height: 1.3vw;
  letter-spacing: -0.06vw;
  white-space: nowrap;
}

.quick_nav_qna {
  /* 시안 잉크중앙 1781.5 vs pill중앙 1783.5 → 2px 좌측 (padding-right = 2×2) */
  padding-right: calc(var(--px) * 4);
  background-color: #ffffff;
}

.quick_nav_qna .quick_nav_ico {
  width: calc(var(--px) * 17);
  aspect-ratio: 17 / 17;
}

.quick_nav_qna .quick_nav_txt {
  color: #000000;
}

.quick_nav_kakao {
  /* 시안 잉크중앙 1780.5 → 3px 좌측 */
  padding-right: calc(var(--px) * 6);
  background-color: #EED821;
}

.quick_nav_kakao .quick_nav_ico {
  width: calc(var(--px) * 22);
  aspect-ratio: 22 / 21;
}

.quick_nav_kakao .quick_nav_txt {
  font-size: calc(var(--px) * 19);
  color: #000000;
}

.quick_nav_tel {
  /* 시안 잉크중앙 1778.0 → 5.5px 좌측 */
  padding-right: calc(var(--px) * 11);
  background-color: var(--color-point);
}

.quick_nav_tel .quick_nav_ico {
  width: calc(var(--px) * 20);
  aspect-ratio: 20 / 22;
}

.quick_nav_tel .quick_nav_txt {
  color: #ffffff;
}
/* ---------------quick end-------------- */

/* 로딩 */
.loading-overlay {
  position: fixed; /* 화면 전체를 덮도록 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 반투명 검은색 배경 */
  z-index: 9999; /* 다른 요소들보다 위에 표시 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3; /* 회색 테두리 */
  /* 브랜드 메인색상. footer.css 가 library.css 보다 늦게 로드돼 var(--primary) 를 덮어쓰던 것을
     토큰 참조로 통일(2026-07-29). library.css 가 안 붙는 게시판 페이지 대비로 fallback 을 둔다. */
  border-top: 5px solid var(--primary, red);
  border-radius: 50%;
  animation: spin 1s linear infinite; /* 회전 애니메이션 */
}

/*개인정보 처리 방침*/
@media screen and (max-width: 1023px) {
  .ddm_logo {
    left: 0;
    max-width: 100%;
    width: 100% !important;
    margin-bottom: -16%;
    margin-right: -63%;
  }
  .tel_logo {
    display: none;
  }
  .mobile_background {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 3%;
  }
  #contact-form {
    background: transparent !important;
  }
  #contact-form {
    width: 62% !important;
    margin-left: 9% !important;
  }
}

@media screen and (max-width: 599px) {
  .ddm_logo {
    display: none;
  }
  .contact-form-top {
    width: 123% !important;
  }
  .mobile_inputs input {
    height: 30px !important;
  }
  .form-button2 {
    margin-top: 0%;
    width: 41%;
  }
  .form-button2 img {
    width: 66% !important;
  }
  #contact-form {
    width: 95% !important;
    margin-left: 3% !important;
    margin-bottom: -1% !important;
  }
  .form-button2 img {
    width: 96% !important;
    padding-left: 0 !important;
  }
  .modal-content {
    background-color: #fefefe;
    margin: 17% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 86%;
    border-radius: 30px;
  }
  .contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 4.5%;
    margin-left: -2%;
    padding-bottom: 0.8%;
  }
  /* -----footer custom start----- */
  .footer {
    padding-top: 5vw;
    padding-bottom: 10.8vw;
    margin-bottom: 26.2vw;
    text-align: center;
  }

  .f_logo {
    order: 1;
    width: 18vw;
  }

  .footer_info {
    order: 4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6vw;
    font-size: 3.3vw;
    line-height: 5vw;
    word-break: keep-all;
  }

  .footer_info_sep,
  .footer_info .pc-inline {
    display: none !important;
  }

  .footer_line {
    order: 2;
    margin-top: 5vw;
  }

  .footer_links {
    order: 3;
    gap: 6vw;
    margin-top: 6vw;
  }

  .footer_link {
    font-size: 3.3vw;
    line-height: 5vw;
  }

  .footer_copy {
    order: 5;
    margin-top: 4vw;
    font-size: 3.3vw;
    line-height: 5vw;
  }
  /* -----footer custom end----- */
  /* ---------------quick start-------------- */
  /* 상단 브랜드·동의 / 하단 입력2·CTA를 여유 있는 카드형 2행으로 구성한다. */
  #contact_service {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1.2vw;
    row-gap: 0.9vw;
    height: auto;
    padding: 2.4vw 2.4vw 2.4vw;
    box-sizing: border-box;
    transform: none !important;
    background-color: var(--color-point);
    border-radius: 3vw 3vw 0 0;
    box-shadow: 0 -1.2vw 4vw rgba(0, 0, 0, 0.16);
  }

  #contact_service::before {
    order: 3;
    content: "";
    flex-basis: 100%;
    height: 0;
  }

  #contact_service .quick_logo {
    display: flex;
    order: 1;
    width: 8.8vw;
    margin-left: 1vw;
  }

  #contact_service .quick_agree {
    order: 2;
    margin-left: auto;
    margin-right: 1vw;
    gap: 1.5vw;
  }

  #contact_service .quickAgree_checkbox {
    width: 4vw;
    height: 4vw;
    border-radius: 1vw;
    box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.08);
  }

  #contact_service .quickAgree_checkbox:checked {
    background-color: #111111;
  }

  #contact_service .quickAgree_fornt {
    margin-left: 0;
    font-size: 3.3vw;
    line-height: 1.2;
    color: #ffffff;
  }

  /* form wrapper를 평탄화해 입력 2개와 형제 버튼을 같은 flex 행에 둔다. */
  #contact_service .footer_form {
    display: contents;
  }

  #contact_service .footer_input {
    order: 4;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 10.8vw;
    margin: 0;
    padding: 0 1.2vw;
    font-size: 3.3vw;
    font-family: inherit;
    line-height: 1.2;
    background-color: #ffffff;
    border: 1px solid #EAD5E0;
    border-radius: 1.6vw;
    box-shadow: 0 0.8vw 2vw rgba(91, 0, 48, 0.08);
  }

  #contact_service .footer_input:focus {
    border-color: #111111;
    outline: 2px solid rgba(255, 255, 255, 0.72);
    outline-offset: 1px;
  }

  #contact_service .footer_input + .footer_input {
    margin-left: 0;
  }

  #contact_service .quick_submit_div {
    order: 4;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 10.8vw;
    padding: 0 1.2vw;
    margin-left: 0;
    box-sizing: border-box;
    background-color: #111111;
    border: 1px solid #111111;
    border-radius: 1.6vw;
    box-shadow: 0 0.8vw 2vw rgba(17, 17, 17, 0.2);
  }

  #contact_service .quick_submit_div span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 1;
    text-align: center;
  }

  #contact_service .quick_submit_div span::after {
    content: "문의하기";
    font-size: 3.8vw;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
  }

  /* 펫마트 참고: 상담바 위에 붙는 우측 가로형 기능 도크. */
  .quick_nav {
    right: 0;
    bottom: 24.1vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    background-color: #ffffff;
    border-radius: 2.6vw 0 0 2.6vw;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(20, 20, 20, 0.07), 0 0.8vw 2.4vw rgba(0, 0, 0, 0.16);
  }

  .quick_nav_btn {
    flex-shrink: 0;
    overflow: hidden;
    gap: 0;
    width: 24vw;
    height: 12.8vw;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .quick_nav_btn + .quick_nav_btn {
    border-left: 1px solid rgba(20, 20, 20, 0.1);
  }

  .quick_nav_qna,
  .quick_nav_kakao,
  .quick_nav_tel {
    padding-right: 0;
  }

  .quick_nav_ico {
    display: none;
  }

  .quick_nav_txt,
  .quick_nav_kakao .quick_nav_txt {
    font-size: 3.3vw;
    line-height: 1.2;
    letter-spacing: -0.04vw;
  }

  .quick_nav_toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 8vw;
    height: 12.8vw;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 0;
    border-left: 1px solid rgba(20, 20, 20, 0.1);
    cursor: pointer;
  }

  .quick_nav_toggle_ico {
    width: 2vw;
    height: 2vw;
    border-right: 0.5vw solid #141414;
    border-bottom: 0.5vw solid #141414;
    transform: translateX(-0.4vw) rotate(-45deg);
  }

  .quick_nav.fold .quick_nav_btn {
    pointer-events: none;
  }

  .quick_nav.fold .quick_nav_toggle {
    border-left: 0;
  }

  /* ---------------quick end-------------- */
}
