@charset "UTF-8";
/* Pretendard 풀버전 @import 제거 — header/index.html 의 dynamic-subset <link> 로 일원화 */
#bo_v > header {
  display: none;
}

@keyframes ddm_m {
  0% {
    transform: scale(1);
  }
  50% {
    transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ddm_m_reverse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: matrix(0.8, 0.01, 0.01, 0.8, 0, -5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blk2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pc-inline {
  display: inline;
}

.tablet {
  display: none;
}

.mobile {
  display: none;
}

.pc {
  display: flex;
}

.pc-mobile {
  display: flex;
}

.mobile-pc {
  display: none;
}

/* --------------- PC modal start-------------- */
.modal_open_btn {
  cursor: pointer;
}

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

  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: var(--headM);
  font-weight: 600;
  margin-bottom: 2vw;

  width: 100%;
}

.modal_body {
  width: 100%;
  height: 60vh;
  overflow-y: scroll;
  font-size: var(--bodyS);
  line-height: 1.6;
}

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

@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%;
  background-color: #101010;
  box-sizing: border-box;
  font-family: "Pretendard", sans-serif;
}

.footer img {
  width: 100%;
  height: auto;
}

.footer__container {
  max-width: 143.8rem; /* (1920 - 241*2) */
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.footer__container--top {
  height: 20.3rem; /* (18454 - 18251) */
}

.footer__container--bottom {
  height: 29.4rem; /* (18748 - 18454) */
}

.footer__logo {
  margin-top: 10.9rem;
  width: 15.2rem;
  height: 3.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__logo-img {
  width: 100%;
  height: auto;
}

.footer__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(252, 252, 252, 0.1);
}

.footer__info {
  margin-top: 5.7rem;
}

.footer__info-text {
  font-size: var(--bodyM);
  font-weight: 300;
  color: #ffffff;
  line-height: 1.56;
  letter-spacing: -0.03em;
  font-family: "Pretendard", sans-serif;
}

.footer__copy {
  margin-top: 4.0rem;
}

.footer__copy-text {
  font-size: var(--bodyM);
  font-weight: 300;
  color: #888888;
  line-height: 1.56;
  letter-spacing: -0.03em;
  font-family: "Pretendard", sans-serif;
}

.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;
  background-color: #38A05E;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0%;
  z-index: 1111;
  color: #fff;
  font-size: 1vw;
  font-family: "pretendard Variable";
}

.contact_service img {
  width: 100%;
}

.quick_logo {
  width: calc(var(--px) * 232);
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  margin-right: 1vw;
  cursor: pointer;
}

.contact_mid {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 1vw;
  overflow: hidden;
}

.footer_form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
}

.footer_input {
  width: calc(var(--px) * 214);
  height: calc(var(--px) * 49);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  padding: 0 3%;
  font-size: var(--bodyXL);
  outline: none;
  font-family: "Suit";
  font-weight: 400;
  background-color: #fff;
  border-radius: 0.3vw;
}

.footer_input::-moz-placeholder {
  color: #000;
  font-weight: 400;
  text-align: start;
}

.footer_input::placeholder {
  color: #000;
  font-weight: 400;
  text-align: start;
}

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

.quick_agree {
  font-size: var(--subheadS);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3vw;
  margin-right: 1vw;
}

.quickAgree_fornt {
  cursor: pointer;
}

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

.quickAgree_checkbox:checked::after {
  content: "";
  border-radius: 50%;
  width: 70%;
  height: 70%;
  position: absolute;
  background-color: #38A05E;
  /*     background-image: url(/images/check.png);
      background-size: 110%;
      background-repeat: no-repeat;
      background-position: center center; */
}

.quick_submit_div {
  width: calc(var(--px) * 218);
  height: calc(var(--px) * 55);
  background-color: #DBFFBD;
  border-radius: 0.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "Ria";
  font-size: var(--headM);
  font-weight: 600;
  margin-right: 0.5vw;
  color: #38A05E;
}

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

/* ---------------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; /* 회색 테두리 */
  border-top: 5px solid red; /* 브랜드 메인색상 */
  border-radius: 50%;
  animation: spin 1s linear infinite; /* 회전 애니메이션 */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*개인정보 처리 방침*/
@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) {
  .pc-mobile {
    display: none;
  }
  .pc-inline {
    display: none !important;
  }
  .mobile-pc {
    display: flex;
  }
  .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_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;
  }
  .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 {
    background-color: #101010;
  }
  .footer__container {
    height: auto;
    padding: 0 6.0vw;
    align-items: center;
  }
  .footer__container--top {
    padding-top: 10.0vw;
  }
  .footer__container--bottom {
    padding-bottom: 35.0vw;
  }
  .footer__logo {
    margin-top: 0;
    width: 25.0vw;
    height: auto;
  }
  .footer__divider {
    margin-top: 6.0vw;
    width: 100%;
    height: 1px;
    background-color: rgba(252, 252, 252, 0.1);
  }
  .footer__info {
    margin-top: 6.0vw;
  }
  .footer__info-text {
    font-size: 3.2vw;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
  }
  .footer__copy {
    margin-top: 5.0vw;
  }
  .footer__copy-text {
    font-size: 3.0vw;
    line-height: 1.6;
    color: #888888;
    text-align: center;
  }
  /* -----footer custom end----- */
  /* ---------------quick start-------------- */
  .contact_service {
    height: auto;
    font-size: 3.2vw;
    flex-wrap: wrap;
    padding-top: 3vw;
    padding-bottom: 2vw;
    gap: 3vw 0;
  }
  .quick_logo {
    width: 28.2444%;
    left: -33%;
    margin-right: 0;
  }
  .contact_mid {
    width: 76%;
    height: 8.3vw;
    margin-right: 1.2vw;
  }
  .quick_submit_div {
    width: 20.4966%;
    height: 8.3vw;
    margin-top: 0vw;
    background-color: #FF7413;
    font-weight: 600;
    margin-right: 0;
  }
  .footer_input {
    padding: 0 3%;
    font-size: 3.2vw;
  }
  .quick_agree {
    font-size: 2.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.3vw;
    margin-right: 0vw;
    position: absolute;
    right: 2%;
    top: 25%;
  }
  .quickAgree_checkbox {
    width: 2.7vw;
    height: 2.7vw;
  }
  /* ---------------quick end-------------- */
}