@charset "UTF-8";
html,
body {
  font-family: Pretendard;
  font-weight: 500;
  line-height: normal;
  color: var(--black);
  word-break: keep-all;
}
section {
  position: relative;
}
.width-wrap {
  position: relative;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.width-wrap.small {
  max-width: 1200px;
}

/* responsive class */
.top1300,
.top815,
.top500 {
  display: block;
}
.under1300,
.under815,
.under720,
.under600,
.under500 {
  display: none;
}

/* btn */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 8px;
}
.btn.col {
  flex-direction: column;
}
.btn.p812 {
  padding: 8px 12px;
}
.btn.p1620 {
  padding: 16px 20px;
}
.btn.p1524 {
  padding: 15px 24px;
}
.btn.p1640 {
  padding: 16px 40px;
}
.btn.p2028 {
  padding: 20px 28px;
}
.btn.p2040 {
  padding: 20px 40px;
}
.btn.p2440 {
  padding: 24px 40px;
}
.btn.round4 {
  border-radius: 4px;
}
.btn.round6 {
  border-radius: 6px;
}
.btn.round8 {
  border-radius: 8px;
}
.btn.round12 {
  border-radius: 12px;
}
.btn.w100 {
  width: stretch;
  width: -webkit-fill-available;
}
.btn.g-line {
  background: var(--white);
  border: 1px solid var(--gray-scale-200);
}
.btn.cb-line {
  background: var(--white);
  border: 1px solid var(--common-black);
}
.btn.po {
  background: var(--po);
}
.btn.black {
  background: var(--black);
  color: var(--white);
}
.btn.com-black {
  background: var(--common-black);
  color: var(--white);
}

.p-label {
  position: relative;
}
.p-label:first-child:before {
  position: absolute;
  color: var(--common-black);
  font-size: var(--font-12);
  letter-spacing: var(--font-12-ls);
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    var(--Common-Accent-100, #4bff85) 0%,
    var(--Common-Secondary, #e3ff7c) 100%
  );
}

.tag-list li {
  padding: 5px 12px;
  border-radius: 1000px;
  color: var(--gray-local-400);
  font-weight: 400;
  font-size: var(--font-15);
  letter-spacing: var(--font-15-ls);
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* font */
.w-color {
  color: var(--white);
}
.c-black {
  color: var(--common-black);
}
.po-color {
  color: var(--po);
}
.gray-s-600 {
  color: var(--gray-scale-600);
}
.gray-s-700 {
  color: var(--gray-scale-700);
}
.gray-l-400 {
  color: var(--gray-local-400);
}
.gray-l-200 {
  color: var(--gray-local-200);
}
.ex-bold {
  font-weight: 800;
}
.bold {
  font-weight: 700;
}
.semi-bold {
  font-weight: 600;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.light {
  font-weight: 300;
}
.lh150 {
  line-height: 150%;
}
.lh140 {
  line-height: 140%;
}
h1 {
  font-size: var(--font-36);
  font-weight: 600;
  letter-spacing: var(--font-36-ls);
}
h2 {
  font-size: var(--font-24);
  font-weight: 700;
  letter-spacing: var(--font-24-ls);
}
.font40 {
  font-size: var(--font-40);
  letter-spacing: var(--font-40-ls);
}
.font28 {
  font-size: var(--font-28);
  letter-spacing: var(--font-28-ls);
}
.font26 {
  font-size: var(--font-26);
  letter-spacing: var(--font-26-ls);
}
.font24 {
  font-size: var(--font-24);
  letter-spacing: var(--font-24-ls);
}
.font22 {
  font-size: var(--font-22);
  letter-spacing: var(--font-22-ls);
}
.font20 {
  font-size: var(--font-20);
  letter-spacing: var(--font-20-ls);
}
.font18 {
  font-size: var(--font-18);
  letter-spacing: var(--font-18-ls);
}
.font17 {
  font-size: var(--font-17);
  letter-spacing: var(--font-17-ls);
}
.font16 {
  font-size: var(--font-16);
  letter-spacing: var(--font-16-ls);
}
.font15 {
  font-size: var(--font-15);
  letter-spacing: var(--font-15-ls);
}
.font14 {
  font-size: var(--font-14);
  letter-spacing: var(--font-14-ls);
}
.font13 {
  font-size: var(--font-13);
  letter-spacing: var(--font-13-ls);
}
.font12 {
  font-size: var(--font-12);
  letter-spacing: var(--font-12-ls);
}
.textbox {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

/* popup */
.popup {
  display: none;
}
.popup.on {
  display: block;
  padding: 32px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.24);
  max-width: 726.9px;
  position: fixed;
  top: 170px;
  left: 90px;
  z-index: 999;
  max-height: 651px;
}
.popup .scroll {
  display: grid;
  grid-template-columns: 0.8245fr 1fr;
  gap: 28px;
  height: 100%;
  overflow-y: scroll;
}
.popup .scroll > img {
  width: 100%;
  box-shadow: 0 0 42.1px 0 rgba(0, 0, 0, 0.06);
}
.popup .desc-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}
.popup .desc-area .text-zone p:nth-of-type(1) {
  margin-bottom: 12px;
}
.popup .desc-area p:first-child,
.popup .desc-area ul li:not(.tit) {
  gap: 8px;
}
.popup .desc-area ul li:nth-of-type(2) {
  margin: 8px 0 4px;
}
.popup .desc-area p:last-child {
  align-items: start;
}
.popup .desc-area .marker {
  position: relative;
  width: fit-content;
}
.popup .desc-area .marker::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--po-light);
  z-index: -1;
}
.popup > .btn {
  position: absolute;
  top: 21px;
  right: 21px;
}

/* inquery */
html.on,
body.on {
  overflow: hidden;
}
#inquery-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s linear;
}
#inquery-wrap.on {
  opacity: 1;
  pointer-events: all;
}
#inquery-wrap * {
  box-sizing: border-box;
}
#inquery {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 708px;
  width: 100%;
  border-radius: 12px;
  background: var(--white);
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
#inquery .title-area {
  position: relative;
}
#inquery .title-area p {
  text-align: center;
}
#inquery .title-area button {
  position: absolute;
  top: 0;
  right: 0;
}
#inquery .center-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#inquery .center-area .info-zone {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
#inquery .center-area .info-zone label p,
#inquery .center-area .time-zone > p,
#inquery .center-area .type-zone > p {
  margin-bottom: 12px;
}
#inquery .center-area .info-zone label input {
  padding: 15px 14px;
  border-radius: 5px;
  border: 1px solid var(--gray-local-100);
  background: var(--white);
  box-sizing: border-box;
  width: 100%;
}
#inquery .center-area .time-zone .time-plc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
#inquery .center-area .time-zone .time-plc label {
  cursor: pointer;
}
#inquery .center-area .time-zone .time-plc label p {
  padding: 15px 24px;
  border-radius: 6px;
  border: 1px solid var(--gray-local-100);
  text-align: center;
}
#inquery .center-area .time-zone .time-plc label input {
  position: absolute;
}
#inquery .center-area .time-zone .time-plc label input:checked ~ p {
  color: var(--white);
  border: 1px solid #242b31;
  background: #242b31;
}
#inquery .center-area .type-zone .type-plc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#inquery .center-area .type-zone .type-plc label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 10px 0;
}
#inquery .center-area .type-zone .type-plc label input {
  position: relative;
  width: 22px;
  aspect-ratio: 1 / 1;
  border-radius: 1000px;
  border: 1px solid var(--common-black);
  display: flex;
  align-items: center;
  justify-content: center;
}
#inquery .center-area .type-zone .type-plc label input:checked:before {
  content: "";
  position: absolute;
  width: 10px;
  aspect-ratio: 1 / 1;
  background: var(--common-black);
  border-radius: 1000px;
}
#inquery .bottom-area {
  margin-top: 44px;
}
#inquery .bottom-area label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  cursor: pointer;
}
#inquery .bottom-area label input {
  width: 19px;
  aspect-ratio: 1 / 1;
  border-radius: 3px;
  border: 1.3px solid var(--gray-local-100);
}
#inquery .bottom-area label input:checked {
  background: url("/new_img/icons/icon_checked.svg") 50% / 14px no-repeat
    var(--common-black);
  border: 1.3px solid var(--common-black);
}
#inquery input,
#inquery input::placeholder {
  font-family: Pretendard;
  font-size: var(--font-16);
  letter-spacing: var(--font-16-ls);
  font-weight: 400;
}
#inquery input::placeholder {
  color: var(--gray-local-100);
}
#inquery input[type="radio"],
#inquery input[type="checkbox"] {
  appearance: none;
  cursor: pointer;
}

/* banner */
#banner .width-wrap {
  padding: var(--paddingBanner);
}
#banner .width-wrap p {
  margin-top: 12px;
}

/* header */
header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  background: var(--white);
  border-bottom: 1px solid var(--gray-scale-200);
}
header .width-wrap {
  padding: var(--paddingHeader);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .width-wrap .logo img {
  width: 118px;
  aspect-ratio: 16 / 4.38;
}
header .width-wrap .gnb {
  display: flex;
  align-items: center;
  gap: 52px;
  margin-left: 225px;
}
header .width-wrap .gnb > li {
  padding: 38.5px 0;
  position: relative;
}
header .width-wrap .gnb > li .lnb {
  display: none;
}
header .width-wrap .gnb > li:hover .lnb {
  display: flex;
  align-items: center;
  gap: 60px;
  position: absolute;
  top: 100%;
}
header .width-wrap .gnb > li .lnb li {
  padding: 23.5px 0;
  position: relative;
}
header .width-wrap .gnb > li .lnb::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 200vw;
  height: 100%;
  top: -1px;
  z-index: -1;
  left: 100%;
  transform: translateX(-50%);
  background: var(--white);
  border-bottom: 1px solid var(--gray-scale-200);
  border-top: 1px solid var(--gray-scale-200);
}
header .width-wrap .right-zone {
  display: flex;
  align-items: center;
  gap: 32px;
}
header .width-wrap .right-zone .certify {
  width: 198px;
}
header .width-wrap .gnb > li:hover::before,
header .width-wrap .gnb > li .lnb li:hover::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--black);
}
header .width-wrap .gnb > li a,
header .width-wrap .gnb > li .lnb li a {
  transition: all 0.15s linear;
}
header .width-wrap .gnb > li:hover > a,
header .width-wrap .gnb > li .lnb li:hover > a {
  font-weight: 600;
}

/* fixed-wrap */
#fixed-wrap {
  position: fixed;
  z-index: 99;
  right: 12px;
  bottom: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#fixed-wrap .btn {
  background: rgba(0, 0, 0, 0.5);
  width: 110px;
}
#fixed-wrap .btn:not(.up) {
  gap: 8px;
  aspect-ratio: 1 / 1;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}
#fixed-wrap .btn.up {
  aspect-ratio: 1 / 0.6183;
}
#fixed-wrap .btn img {
  width: 28px;
}
#fixed-wrap .btn.up img {
  width: 20px;
}

/* footer */
footer {
  background: var(--white);
  border-top: 1px solid var(--gray-scale-200);
}
footer .width-wrap {
  padding: var(--paddingFooter);
}
footer .width-wrap .info-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 24px 60px;
  max-width: 802px;
  margin-bottom: 60px;
}
footer .width-wrap .info-list li {
  align-items: flex-start;
  justify-content: normal;
  gap: 8px;
}
footer .width-wrap .info-list li p:nth-of-type(2) {
  word-break: break-all;
}
footer .width-wrap .brand-zone {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .width-wrap .brand-zone img {
  width: 145px;
  opacity: 0.26;
}

/* responsive */
@media all and (max-width: 1600px) {
  .width-wrap {
    width: 91.5%;
  }

  /* header */
  header .width-wrap .gnb {
    gap: 42px;
    margin-left: 0;
  }
}
@media all and (max-width: 1300px) {
  .top1300 {
    display: none;
  }
  .under1300 {
    display: block;
  }
  .width-wrap.small {
    width: 91.5%;
  }

  /* 모든 hover before 제거 */
  header .width-wrap .gnb > li:hover .lnb,
  header .width-wrap .gnb > li::before,
  header .width-wrap .gnb > li:hover::before,
  header .width-wrap .gnb > li .lnb li::before,
  header .width-wrap .gnb > li .lnb li:hover::before,
  header .width-wrap .gnb > li .lnb::before {
    all: unset;
    content: none;
    display: none;
  }
  /* hover 시 폰트 굵기 변화 제거 */
  header .width-wrap .gnb > li:not(.info) > a,
  header .width-wrap .gnb > li:hover > a {
    font-weight: 500;
  }
  header .width-wrap .gnb > li .lnb li > a,
  header .width-wrap .gnb > li .lnb li:hover > a {
    font-weight: 400;
  }

  /* header */
  header .width-wrap .bg {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.25s linear;
  }
  header.on .width-wrap .bg {
    opacity: 1;
    pointer-events: all;
  }
  header .width-wrap .gnb {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    top: 0;
    right: -6.3%;
    width: 60vw;
    height: 100vh;
    transform: translateX(100%);
    transition: transform 0.25s linear;
    visibility: hidden;
    pointer-events: none;
    padding: 120px 48px 0;
    overflow-y: auto;
    -ms-overflow-style: none;
  }
  header .width-wrap .gnb::-webkit-scrollbar {
    display: none;
  }
  header .width-wrap .gnb::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    z-index: 1;
    transition: all 0.25s linear;
  }
  header.on .width-wrap .gnb {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
  header.long .width-wrap .gnb::before {
    height: 115.6%;
  }
  header.on .width-wrap .gnb::before {
    transform: translateX(0);
  }
  header .width-wrap .gnb > li {
    padding: 0;
    width: 100%;
    z-index: 2;
  }
  header .width-wrap .gnb > li:not(.info) > a {
    padding: 12px 0;
  }
  header .width-wrap .gnb > li.info {
    padding: 40px 0 100px;
    width: calc(100% - 96px);
    /* column flex에서 사용하면 위 요소들 다 밀어내고 항상 바닥으로 내려감 */
    margin-top: auto;
    position: relative;
  }
  header .width-wrap .gnb > li.info::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 60vw;
    height: 1px;
    background: var(--gray-scale-200);
    top: 0;
    left: -48px;
  }
  header .width-wrap .gnb > li.info a {
    background: linear-gradient(
      90deg,
      var(--Common-Accent-100, #4bff85) 0%,
      var(--Common-Secondary, #e3ff7c) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    font-weight: 800;
  }
  header .width-wrap .gnb > li.info p:nth-of-type(1) {
    margin: 24px 0 16px;
  }
  header .width-wrap .gnb > li .lnb li {
    padding: 8px 12px;
    position: relative;
  }
  header .width-wrap .right-zone {
    gap: 16px;
  }
  header .width-wrap .right-zone .hbg {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5.5px 2.5px;
    cursor: pointer;
  }
  header.on .width-wrap .right-zone .hbg {
    position: relative;
    z-index: 2;
  }
  header .width-wrap .right-zone .hbg div {
    width: 19px;
    height: 1.2px;
    border-radius: 1000px;
    background: var(--black);
    transition: all 0.25s linear;
  }
  header.on .width-wrap .right-zone .hbg div:nth-child(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  header.on .width-wrap .right-zone .hbg div:nth-child(2) {
    opacity: 0;
  }
  header.on .width-wrap .right-zone .hbg div:nth-child(3) {
    transform: translateY(-6px) rotate(45deg);
  }

  /* fixed-wrap */
  #fixed-wrap {
    right: 8px;
    bottom: 20px;
  }

  /* footer */
  footer .width-wrap > img {
    width: 87px;
    opacity: 0.26;
  }
  footer .width-wrap .info-list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 24px 0 32px;
  }
}
@media all and (max-width: 920px) {
  /* popup */
  .popup.on {
    padding: 0 32px;
    max-width: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 91.5%;
    height: 77%;
  }
  .popup .scroll {
    padding: 32px 0;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .popup .scroll > img {
    width: 238px;
    aspect-ratio: 238 / 312;
    justify-self: center;
  }
  .popup .desc-area {
    gap: 16px;
  }
  .popup .desc-area p:first-child {
    gap: 4px;
  }
  .popup > .btn {
    position: fixed;
  }
}
@media all and (max-width: 815px) {
  .top815 {
    display: none;
  }
  .under815 {
    display: block;
  }

  /* fixed-wrap */
  #fixed-wrap .btn,
  #fixed-wrap .btn.up {
    width: 44px;
    aspect-ratio: 1 / 1;
  }
  #fixed-wrap .btn img {
    width: 20px;
  }
  #fixed-wrap .btn:nth-child(1) img {
    width: 22px;
  }
}
@media all and (max-width: 770px) {
  #inquery-wrap {
    opacity: 1;
    transform: translateX(100%);
  }
  #inquery-wrap.on {
    transform: translateX(0);
  }
  #inquery {
    max-width: 100vw;
    height: 100vh;
    border-radius: 0;
    padding: 32px 5% 0;
    border: 1px solid var(--white);
  }
  #inquery .title-area {
    position: relative;
    position: fixed;
    width: 100%;
    padding: 20px 5%;
    top: 0;
    left: 0;
    background: var(--white);
  }
  #inquery .title-area button {
    top: 20px;
    right: 5%;
  }
  #inquery .title-area button svg path {
    stroke-width: 2px;
  }
  #inquery .scroll {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #inquery .center-area {
    margin-top: 64px;
  }
  #inquery .bottom-area {
    margin-bottom: 32px;
  }
}
@media all and (max-width: 720px) {
  .under720 {
    display: block;
  }
}
@media all and (max-width: 675px) {
  #inquery .center-area .time-zone .time-plc {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 600px) {
  .under600 {
    display: block;
  }
}
@media all and (max-width: 500px) {
  .top500 {
    display: none;
  }
  .under500 {
    display: block;
  }

  /* popup */
  .popup.on {
    padding: 0 20px;
  }
  .popup .scroll {
    padding: 28px 0;
  }
  .popup .desc-area p:first-child img {
    width: 16px;
  }
  .popup .desc-area .text-zone p:nth-of-type(1) {
    margin-bottom: 8px;
  }
  .popup .desc-area p:last-child,
  .popup .desc-area ul li:not(.tit),
  .popup .desc-area .text-zone p {
    font-size: 13px;
    letter-spacing: -0.26px;
  }
  .popup .desc-area ul li.tit {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .popup > .btn {
    top: 12px;
    right: 12px;
  }

  #inquery {
    padding: 20px 5% 0;
    gap: 20px;
  }
  #inquery .title-area p {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  #inquery .title-area button svg {
    width: 24px;
    aspect-ratio: 1 / 1;
  }
  #inquery .center-area {
    gap: 28px;
    margin-top: 64px;
  }
  #inquery .center-area .info-zone {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #inquery .center-area .info-zone label input {
    padding: 12px 14px;
  }
  #inquery .center-area .time-zone .time-plc,
  #inquery .center-area .type-zone .type-plc {
    grid-template-columns: 1fr 1fr;
  }
  #inquery .center-area .type-zone .type-plc {
    gap: 16px 21px;
  }
  #inquery .center-area .type-zone .type-plc label {
    padding: 0;
  }
  #inquery .bottom-area {
    margin: 40px 0 24px;
  }
  #inquery .bottom-area button {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  #inquery .bottom-area label input:checked {
    background: url("/new_img/icons/icon_checked.svg") 50% / 12px no-repeat
      var(--common-black);
  }

  /* banner */
  #banner .width-wrap p {
    font-size: 14px;
    line-height: 140%;
    margin-top: 8px;
  }

  /* header */
  header .width-wrap .logo img {
    width: 82px;
  }
  header .width-wrap .gnb > li:not(.info) > a {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  header .width-wrap .gnb > li .lnb li a {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  header .width-wrap .right-zone .certify {
    width: 161px;
    aspect-ratio: 161 / 33;
  }
  header .width-wrap .gnb,
  header .width-wrap .gnb > li.info::before {
    width: 79vw;
  }

  /* footer */
  footer .width-wrap .info-list li p {
    font-size: 13px;
    letter-spacing: -0.26px;
  }
  footer .width-wrap .brand-zone p {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
