@charset "UTF-8";
/* Pretendard는 header/index.html의 dynamic-subset <link>로 로드됨 (풀버전 @import 제거 — 중복+직렬blocking) */
#bo_v > header {
  display: none;
}

/*개인정보 처리 방침*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 0 2.5vw;
  border: 1px solid #888;
  width: 48%;
  height: 70vh;
  border-radius: 30px;
  padding-top: 0;
}

.close {
  color: #aaa;
  float: right;
  font-size: 33px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 1%;
  margin-right: 0%;
  z-index: 1;
  position: relative;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#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 .policy_heading {
  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;
  font-display: swap;
}

/* ---------------footer start-------------- */
.contact_service {
  width: 100%;
  height: calc(var(--px) * 80);
  position: fixed;
  left: 0%;
  bottom: 0%;
  z-index: 1111;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0.5vw;
  box-sizing: border-box;
  background-color: #f04b00;
  color: #fff;
  font-family: "Pretendard Variable";
  font-size: calc(var(--px) * 14);
  letter-spacing: 0;
}

.contact_service img,
.footer img {
  width: 100%;
}

#contact_toggle {
  display: none !important;
}

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

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

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

.footer_form {
  width: auto;
  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: 0;
  border-radius: calc(var(--px) * 8);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 calc(var(--px) * 24);
  background-color: #fff;
  color: #111;
  font-family: "Pretendard Variable";
  font-size: calc(var(--px) * 16);
  font-weight: 400;
  text-align: left;
  outline: none;
}

.footer_input::placeholder {
  color: #111;
  font-weight: 400;
  text-align: left;
}

.quick_agree {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3vw;
  margin-right: 0.5vw;
  color: #fff;
  font-size: calc(var(--px) * 14);
  font-weight: 500;
  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: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

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

.quick_submit_div {
  width: calc(var(--px) * 218);
  height: calc(var(--px) * 55);
  background-color: #fff;
  border-radius: calc(var(--px) * 8);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "Ria";
  font-size: calc(var(--px) * 26);
  font-weight: 600;
  margin-right: 0;
  color: #f04b00;
  line-height: 1;
}

.quick_tt {
  width: calc(var(--px) * 55);
  height: calc(var(--px) * 55);
  border-radius: calc(var(--px) * 8);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}

.footer {
  width: 100%;
  min-height: calc(var(--px) * 444);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 0 calc(var(--px) * 80);
  background-color: #fbfbf2;
  color: #333;
  font-family: "Pretendard Variable";
  font-size: calc(var(--px) * 14);
  font-weight: 400;
  letter-spacing: 0;
}

.footer_main {
  width: 100%;
  min-height: calc(var(--px) * 444);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}

.footer_top {
  padding-top: calc(var(--px) * 112);
  margin-bottom: calc(var(--px) * 28);
}

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

.footer_tt_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: calc(var(--px) * 5);
  color: #333;
  font-size: calc(var(--px) * 14);
  line-height: calc(var(--px) * 19);
}

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

.footer_right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: calc(var(--px) * 8);
  margin-top: calc(var(--px) * 26);
}

.footer_copy,
.footer_gn {
  color: #333;
  font-size: calc(var(--px) * 13);
  line-height: calc(var(--px) * 18);
  font-weight: 400;
}

.footer_gn {
  margin-top: 0;
  cursor: pointer;
}
/* ---------------footer end-------------- */

@media screen and (max-width: 599px) {
  .modal-content {
    margin: 17% auto;
    padding: 20px;
    width: 86%;
    border-radius: 30px;
  }

  .contact_service {
    position: fixed;
    left: 0%;
    bottom: 0%;
    z-index: 1111;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas:
      "logo logo agree agree"
      "inputs inputs inputs submit";
    justify-content: center;
    align-items: center;
    column-gap: 1vw;
    row-gap: 2vw;
    padding: 3vw 4%;
    box-sizing: border-box;
    background-color: #f04b00;
    font-size: 3vw;
    transform: none;
  }

  .quick_logo {
    grid-area: logo;
    width: 38vw;
    justify-self: start;
    margin-right: 0;
  }

  .contact_mid {
    grid-area: inputs;
    width: 100%;
    height: auto;
    min-width: 0;
    margin-right: 0;
  }

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

  .footer_input {
    width: 0;
    min-width: 0;
    height: 9vw;
    flex: 1 1 0;
    padding: 0 2vw;
    border-radius: 1.6vw;
    font-size: 3.1vw;
  }

  .quick_agree {
    grid-area: agree;
    justify-self: end;
    font-size: 3vw;
    gap: 1.5vw;
    margin-right: 0;
  }

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

  .quick_submit_div {
    grid-area: submit;
    width: 100%;
    height: 9vw;
    margin-right: 0;
    border-radius: 1.6vw;
    font-size: 4vw;
  }

  .quick_tt {
    width: 10vw;
    height: 10vw;
    position: absolute;
    right: 3%;
    bottom: 105%;
    border-radius: 1.6vw;
  }

  .footer {
    min-height: 72vw;
    padding: 0 0 35vw;
    font-size: 3.2vw;
  }

  .footer_main {
    min-height: 72vw;
  }

  .footer_top {
    padding-top: 12vw;
    margin-bottom: 5vw;
  }

  .f_logo {
    width: 52vw;
  }

  .footer_tt_wrap {
    width: 90%;
    gap: 1.2vw;
    font-size: 3vw;
    line-height: 4.5vw;
    text-align: center;
  }

  .footer_tt {
    flex-direction: column;
    gap: 0;
  }

  .footer_right {
    gap: 1vw;
    margin-top: 5vw;
  }

  .footer_copy,
  .footer_gn {
    font-size: 2.8vw;
    line-height: 4vw;
  }

  .pc-inline {
    display: none;
  }
}
