@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_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 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  padding: 0vw 0vw 8vw;
  box-sizing: border-box;
  font-size: 0.8vw;
  color: #000;
  font-family: "pretendard Variable";
}

.footer img {
  width: 100%;
}

.f_tothetop {
  width: 2.65%;
  right: 11%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11111111;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f_tothetop a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f_tothetop img {
  width: 100%;
}

.footer_main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer_tt_wrap {
  width: calc(var(--px) * 1380);
  gap: 0.3vw;
}

.footer_tt {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2vw;
}

.footer_right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.3vw;
  margin-top: 1.5vw;
}

.footer_gn {
  cursor: pointer;
}

.footer_top {
  padding-top: 3vw;
  margin-bottom: 2vw;
}

.f_logo {
  width: calc(var(--px) * 161);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_pop_tab {
  height: 4vw;
  background-color: #FEE8D1;
  margin-bottom: 3vw;
  font-size: 0.9vw;
  color: #125E53;
  font-weight: 600;
  gap: 6vw;
}

.footer_pop_tab p {
  cursor: pointer;
}

.footer_sns01 {
  width: 1.838%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_sns02 {
  width: 1.89%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_sns03 {
  width: 1.418%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_sns04 {
  width: 1.785%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---------------footer end-------------- */
/* ---------------quick start-------------- */
.contact_service {
  width: 100%;
  height: calc(var(--px) * 80);
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #363022;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  /* padding-top: calc(var(--px) * 45); */
  z-index: 1111;
  color: #fff;
  font-size: calc(var(--px) * 16);
  font-family: "Pretendard Variable";
}

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

.quick_call {
  width: calc(var(--px) * 219);
  aspect-ratio: 219 / 41;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: calc(var(--px) * 26);
  flex-shrink: 0;
}

.contact_mid {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: calc(var(--px) * 10);
  flex-shrink: 0;
}

.footer_form {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--px) * 10);
}

.footer_input {
  width: calc(var(--px) * 214);
  height: calc(var(--px) * 48);
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  padding: 0 calc(var(--px) * 18);
  font-size: calc(var(--px) * 17);
  font-family: inherit;
  outline: none;
  font-weight: 300;
  background-color: #fff;
  border-radius: calc(var(--px) * 4);
  color: #000;
}

.footer_input::placeholder {
  color: #4a4a4a;
  font-weight: 300;
  text-align: left;
}

.footer_input:last-child {
  border: none;
}

.quick_agree {
  width: calc(var(--px) * 176);
  height: calc(var(--px) * 48);
  font-size: calc(var(--px) * 15);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--px) * 6);
  margin-right: calc(var(--px) * 11);
  flex-shrink: 0;
  white-space: nowrap;
}

.quickAgree_fornt {
  cursor: pointer;
}

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

.quickAgree_checkbox:checked::after {
  content: "";
  border-radius: 50%;
  width: 70%;
  height: 70%;
  position: absolute;
  background-color: #352f26;
}

.quick_submit_div {
  width: calc(var(--px) * 218);
  height: calc(var(--px) * 50);
  background-color: transparent;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: calc(var(--px) * 6);
  flex-shrink: 0;
}

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

/* ---------------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: 0vw 0vw 38vw;
    font-size: 3.2vw;
  }
  .footer_pop_tab {
    height: 12vw;
    margin-bottom: 7vw;
    font-size: 3.9vw;
    gap: 9vw;
  }
.footer_top {
  gap: 10.5vw;
  margin-bottom: 7vw;
  padding-top: 8vw;
  padding-bottom: 0vw;
}
.f_logo {
  width: 39vw;
}
  .footer_sns01 {
    width: 6.838%;
  }
  .footer_sns02 {
    width: 6.89%;
  }
  .footer_sns03 {
    width: 5.418%;
  }
  .footer_sns04 {
    width: 7.785%;
  }
  .footer_tt {
    gap: 1.2vw;
    flex-direction: column;
  }
  .footer_tt_wrap {
    gap: 1.2vw;
  }
  .footer_copy {
    margin-top: 6vw;
  }
  .footer_gn {
    margin-top: 1.4vw;
  }
  /* -----footer custom end----- */
  /* ---------------quick start-------------- */
  .contact_service {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.7vw 2vw;
    padding: 2.6vw 3%;
    box-sizing: border-box;
    font-size: 3.3vw;
    font-family: "Pretendard Variable";
    transform: none !important;
  }

  .quick_tt {
    display: none !important;
  }

  .quick_call {
    width: 48%;
    position: relative;
    left: auto;
    top: auto;
    order: 1;
    justify-content: flex-start;
    margin-right: 0;
  }

  .contact_mid {
    width: 73%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    order: 3;
  }

  .footer_form {
    width: 100%;
    height: auto;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 1.2vw;
  }

  .footer_input {
    width: 31.7%;
    height: 8.5vw;
    padding: 0 3%;
    font-size: 3.3vw;
    font-family: inherit;
    border-radius: 1.2vw;
  }

  .footer_input:nth-of-type(3) {
    width: 31.7%;
  }

  .quick_agree {
    width: 46%;
    height: auto;
    order: 2;
    position: static;
    justify-content: flex-end;
    gap: 1vw;
    margin-right: 0;
    font-size: 3.3vw;
  }

  .quickAgree_checkbox {
    width: 4vw;
    height: 4vw;
  }

  .quick_submit_div {
    width: 22%;
    height: 8.5vw;
    order: 4;
    margin-top: 0;
    margin-right: 0;
    font-size: 4vw;
    font-weight: 600;
    border-radius: 1.2vw;
  }

  .quick_submit_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* ---------------quick end-------------- */
}
