@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.footer > .footer_main > .footer_info (좌 회사정보) + .footer_right (우 카피)
   ★ 시안 중앙의 "희망 도메인" 하얀 박스는 유저 요청에 따라 미구현 (내부 관리용). */
.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #090909;
  padding: calc(var(--px) * 100) 0 calc(var(--px) * 165);
  box-sizing: border-box;
  font-family: "Pretendard Variable", "Pretendard", sans-serif;
  /* footer 는 <section> 밖이라 광역 letter-spacing 을 못 받는다 → 시안값 직접 지정 */
  letter-spacing: -0.04vw;
  color: #ffffff;
}

.footer img {
  width: 100%;
}

.footer_main {
  width: 100%;
  box-sizing: border-box;
  padding: 0 calc(var(--px) * 260) 0 calc(var(--px) * 171);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}

.footer_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: calc(var(--px) * 16);
  line-height: 1.5vw;
  color: #afb3b2;
}

.footer_company {
  font-weight: 600;
  color: #ffffff;
}

/* 시안은 구분자 없이 넓은 공백으로만 나눈다 */
.footer_tt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(var(--px) * 15);
  flex-wrap: wrap;
}

.footer_right {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-direction: column;
  margin-top: 1.8vw;
  font-size: calc(var(--px) * 16);
  line-height: 1.5vw;
  color: #afb3b2;
}

.footer_copy {
  color: #afb3b2;
}

.footer_gn {
  cursor: pointer;
  color: #636665;
}
/* ---------------footer end-------------- */
/* ---------------quick start (야수각) --------------
   구조: aside.contact_service > .quick_logo + a.quick_call + form.footer_form(입력 3)
         + .quick_agree + button.quick_submit_div   — 하단 fixed 바 (검정 배경)
   ══════════════════════════════════════════════ */
.contact_service {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1111;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: calc(var(--px) * 83);
  font-family: "Pretendard Variable", "Pretendard", sans-serif;
  letter-spacing: -0.04vw;
  background-color: #0e0e0e;
  border-top: 1px solid var(--color-point2);
}

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

/* 좌측 검정 블록(393) 안에 로고(198) — 시안은 블록 중앙이 아니라 좌측 140 지점 */
.quick_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  width: calc(var(--px) * 384);
  height: 100%;
  padding-left: calc(var(--px) * 140);
  background-color: #000000;
}

.quick_logo img {
  width: calc(var(--px) * 198);
}

.quick_call {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: calc(var(--px) * 41);
  font-family: var(--font-museum);
  font-size: calc(var(--px) * 32);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  white-space: nowrap;
}

/* 입력 3개는 시안에서 1px 구분선으로 붙어 있다 → form 배경이 그 1px 로 비친다 */
.footer_form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
  margin-left: calc(var(--px) * 18);
  gap: 1px;
  background-color: #d9d9d9;
}

.footer_input {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: calc(var(--px) * 221);
  height: calc(var(--px) * 50);
  font-size: calc(var(--px) * 16);
  font-weight: 300;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
  border: 0;
  outline: none;
}

.footer_input::placeholder {
  color: #636665;
  font-weight: 300;
}

.quick_agree {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: calc(var(--px) * 23);
  gap: calc(var(--px) * 8);
}

/* 라디오형 — 미체크는 흰 링, 체크되면 안쪽에 흰 점 (시안은 체크 상태를 그려 놓은 것) */
.quickAgree_checkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  width: calc(var(--px) * 24);
  height: calc(var(--px) * 24);
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

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

.quickAgree_fornt {
  font-size: calc(var(--px) * 16);
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
}

/* 시안은 "개인정보처리방침" 에만 밑줄, "동의" 는 없음 */
.quickAgree_link {
  text-decoration: underline;
  text-underline-offset: calc(var(--px) * 3);
}

/* 시안 버튼 통이미지 (227×54) — 배경·라운드는 이미지가 갖는다 */
.quick_submit_div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: calc(var(--px) * 29);
  width: calc(var(--px) * 227);
  aspect-ratio: 227 / 54;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}
/* ---------------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: 8vw 5vw 42vw;
    font-size: 3.3vw;
  }
  .footer_main {
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 6vw;
  }
  .footer_info {
    align-items: center;
    font-size: 3.3vw;
    line-height: 1.5;
    text-align: center;
    gap: 1.5vw;
  }
  .footer_company {
    font-size: 3.8vw;
    margin-bottom: 1vw;
  }
  .footer_tt {
    flex-direction: column;
    align-items: center;
    gap: 0.6vw;
  }
  .footer_right {
    width: 100%;
    align-items: center;
    font-size: 3.3vw;
    line-height: 1.5;
    text-align: center;
    gap: 1vw;
  }
  /* -----footer custom end----- */
  /* ---------------quick start-------------- */
  /* 12열 2행 그리드
     1행: 로고(2) · 전화(4) · 동의(6)
     2행: 입력 3개(9) · 문의하기(3) */
  .contact_service {
    display: grid;
    /* minmax(0,1fr) — 그냥 1fr 이면 input 의 기본 콘텐츠 폭이 최소값으로 잡혀 4칸이 균등해지지 않는다 */
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: auto auto;
    align-items: center;
    row-gap: 3vw;
    height: auto;
    padding: 3vw;
    box-sizing: border-box;
    font-size: 3.3vw;
    transform: none !important;
  }

 .quick_logo {
    grid-column: 1 / 3;
    grid-row: 1;
    justify-self: center;
    width: 14vw;
    height: auto;
    padding-left: 0;
}.quick_logo img {
    width: calc(var(--px) * 450);
}

  .quick_call {
    grid-column: 6 / 7;
    grid-row: 1;
    justify-self: center;
    margin-left: 0;
    font-size: 5.4vw;
  }

  .quick_agree {
    grid-column: 9 / 13;
    grid-row: 1;
    justify-self: center;
    margin-left: 0;
    gap: 1vw;
  }

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

.quickAgree_fornt {
    margin-left: 0;
    font-size: 3vw;
    line-height: 1.2;
}

  /* form 이 input 3개를 감싸고 있어 셀 하나를 차지하고 내부에서 3등분한다 */
.footer_form {
    grid-column: 1 / 10;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: 0;
    gap: 1vw;
    background-color: transparent;
    z-index: 5;
}

  /* 입력 3개 + 문의하기 버튼이 4칸 균등이 되도록 min-width 해제 (기본 auto 면 콘텐츠 폭에 걸린다) */
  .footer_input {
    width: 100%;
    min-width: 0;
    height: 7.6772vw;
    padding-left: 3%;
    font-size: 3.3vw;
    font-family: inherit;
    border-radius: 1.5249vw;
  }

.quick_submit_div {
    grid-column: 10 / 13;
    grid-row: 2;
    width: 100%;
    height: 7.6772vw;
    margin-left: 0;
    border-radius: 1.5249vw;
    box-sizing: border-box;
    scale: 1.4;
    transform: translateX(4px);
}

  .quick_submit_div span {
    font-size: 3.3vw;
  }
  /* ---------------quick end-------------- */
}
