html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* 좌우 스크롤 금지 */
  overscroll-behavior: none; /* 상하 끌어치기(바운스) 방지 */
  background: #222; /* 뒤에 흰배경 보이는 현상 차단 */
  background: #fff;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

div img {
  width: 100%;
  height: auto;
  display: block;
}
.bg-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 8.7%;
  box-sizing: border-box;
}

.bg-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* .input-box {
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 81%; 
  height: 100%;
} */
.bg-wrap {
  background: #12d5ca;
}
.input-box {
  display: flex;
  justify-content: center;
}

.input-box input {
  height: 100%;
  width: 100%;
  padding: 18px 20px;
  border-radius: 100px;
  border: 4px solid #2e9c9c;
  font-size: 120%;
  outline: none;
  box-sizing: border-box;
  text-align: left;

  height: 140px;
  max-width: 950px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 44px;
}

.input-box input::placeholder {
  color: #bdbdbd;
  text-align: center;
}
.event-notice {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  background: #242424;
  padding: 40px 5vw;
  box-sizing: border-box;
  font-family: "Pretendard", sans-serif;

  padding: 80px 70px;
}

.event-notice h3 {
  font-size: 22px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
  line-height: 150%;
  letter-spacing: -0.03em;
  margin: 0;
  margin-bottom: 10px;
}

.event-notice ul {
  margin: 0;
  padding-left: 18px;
}

.event-notice li {
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 150%;
  letter-spacing: -0.03em;
}

.event-notice .contact {
  font-size: 30px;
  font-weight: 600; /* SemiBold */
  color: rgba(255, 255, 255, 0.4);
  line-height: 150%;
  letter-spacing: -0.03em;
  margin: 0;
}

/* 20251110 모달 css*/
.modal * {
  box-sizing: border-box;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}
.modal button {
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.modal .select,
.modal .checkbox,
.modal .checkbox_label {
  cursor: pointer;
}
.modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 25px;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  color: #222;
}
.modal.active {
  transform: translateX(-100%);
  opacity: 1;
  visibility: visible;
  transition: transform 0s, opacity 0.3s, visibility 0.3s;
  z-index: 200;
}
.modal > .inner {
  position: relative;
  width: 100%;
  max-width: 350px;
  background: #03c6bb;
  border-radius: 20px;
  max-height: 100%;
  overflow-y: auto;
}
.modal > .inner.policy {
  background: #fff;
  max-width: 460px;
  padding: 60px 30px;
  height: fit-content;
  max-height: 100%;
  /* max-height: 686px; */
  overflow-y: auto;
}
.modal .ly_policy .tit {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.modal .ly_policy .txt {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #64696e;
}
.modal .dimmed {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000066;
}
.modal .dimmed.active {
  display: block;
}
.modal .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: url(./image/close.png) center center / 100% auto no-repeat;
  z-index: 2;
}
.modal .modal_close2 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: url(./image/ico_close_black.svg) center center / 100% auto no-repeat;
}
.modal .ly_content .tit img {
  width: 100%;
  max-width: 100%;
}

/* .modal .ly_content .tit .deco2 {
  position: absolute;
  top: 26px;
  width: 236.5px;
  height: 33px;
}
.modal .ly_content .tit .deco3 {
  position: absolute;
  top: 0;
  width: 110px;
  aspect-ratio: 110/33;
}
.modal .ly_content .tit .deco1::before {
  content: "";
  position: absolute;
  left: -23px;
  bottom: 14px;
  width: 17.44px;
  height: 30.46px;
  background: url(./image/tit_deco01.png) center center / 100% no-repeat;
}
.modal .ly_content .tit .deco1::after {
  content: "";
  position: absolute;
  right: -88px;
  top: 50%;
  transform: translateY(-50%);
  width: 82px;
  height: 78px;
  background: url(./image/treasure.png) center center / 100% no-repeat;
}
.modal .ly_content .tit .deco1 .en::before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: 14px;
  width: 17.44px;
  height: 30.46px;
  background: url(./image/tit_deco01.png) center center / 100% no-repeat;
}
.modal .ly_content .tit .deco1 .en::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 82px;
  height: 78px;
  background: url(./image/treasure.png) center center / 100% no-repeat;
}

.modal .ly_content .tit .deco2::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 27px;
  width: 24.17px;
  aspect-ratio: 24.17/26.97;
  background: url(./image/deco2.png) center center / 100% no-repeat;
}
.modal .ly_content .tit .deco3::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: 20px;
  width: 24.17px;
  aspect-ratio: 24.17/26.97;
  background: url(./image/deco2.png) center center / 100% no-repeat;
} */

 /* 20251116수정 */
.modal .form {
  overflow: hidden;
  margin-top: 26px;
  padding: 0 7.14%;
}
.modal .form_wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.modal .form .form_wrap:nth-of-type(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modal .form .form_wrap:nth-of-type(4) {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.modal .form_wrap .label {
  display: flex;
  align-items: center;
  width: 75px;
  height: 45px;
  background: #00a8a0;
  padding-left: 10px;
  border-top: 1px solid #ececec4d;
  padding-right: 0;
}
.modal .form_wrap .label label {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.modal .form_wrap .input {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-top: 1px solid #ececec;
  background: #fff;
}
.modal .form_wrap .input input {
  flex: 1;
  width: 200px;
  height: 45px;
  border: 0;
  outline: 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.modal .form_wrap .input.select_wrap {
  flex-direction: row;
}
.modal .form_wrap .input.select_wrap .select {
  flex: 1;
  border: 0;
  outline: 0;
  padding-left: 10px;
  appearance: none;
}
.modal .form_wrap .input.select_wrap .select {
  font-weight: 600;
  color: #a8a8a8;
  background: #fff url(./image/select.png) right 15px center / 7px 7px no-repeat;
}
.modal .form_wrap .input.select_wrap select:focus {
  color: #222;
}
.modal .form_wrap .input.select_wrap .select option {
  color: #222;
}
.modal .form_wrap .input.select_wrap .select.selected {
  color: #222;
}
.modal .form_wrap .input.select_wrap .select + .select {
  border-left: 1px solid #ececec;
}
.modal .form_wrap .input input + input {
  border-top: 1px solid #ececec;
}
.modal .form_wrap .input input::placeholder {
  color: #a8a8a8;
}
.modal .form_wrap:nth-of-type(4) .label {
  height: 90px;
}
/* //20251116수정 */

.modal .agree {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.modal .agree .selection {
  position: relative;
}
.modal .agree .selection .checkbox {
  position: absolute;
  opacity: 0;
}
.modal .agree .selection .checkbox_label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.04rem;
}
.modal .agree .selection .checkbox_label .ico {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url(./image/check.png) center / 100% auto no-repeat;
  border-radius: 50%;
}
.modal .agree .selection .checkbox:checked + .checkbox_label .ico {
  background: url(./image/check_vailed.png) center / 100% auto no-repeat;
}
.modal .agree .agree_btn {
  width: 15px;
  height: 15px;
  background: url(./image/arrow_right.png) center center / 100% no-repeat;
}
.modal .bottom_btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.modal .bottom_btn .btn img {
  width: 100%;
  max-width: 100%;
}
.modal .pop_btm {
  max-width: 100%;
}
/* .modal .bottom_btn.type02 {
  margin-top: 20px;
}
.modal .bottom_btn.type02 .btn img {
  max-width: 304px;
} */
.modal .product_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal .product_wrap .img_area {
  position: relative;
  width: 100%;
  aspect-ratio: 700/398;
  background: url(./slice/pop2_2.png) center center / 100% auto;
}
.modal .product_wrap .img_area .img_area_inner {
  display: flex;
  justify-content: center;
}
.modal .product_wrap .img_area .img_area_inner img {
  width: 150px;
  height: 150px;
}
/* .modal .product_wrap .img_area .deco {
  position: absolute;
  width: 150px;
  height: 150px;
  pointer-events: none;
} */
/* .modal .product_wrap .img_area .deco::before {
  content: '';
  position: absolute;
  width: 106px;
  aspect-ratio: 106/272;
  top: -87.5px;
  right: -86px;
  background: url(./image/cong_deco02.png) center center / 100% no-repeat;
}
.modal .product_wrap .img_area .deco::after {
  content: '';
  position: absolute;
  width: 25.5px;
  aspect-ratio: 25.5/84;
  left: -47.5px;
  top: 51.5px;
  background: url(./image/cong_deco01.png) center center / 100% no-repeat;
} */
/* .modal .product_wrap .img_area .deco::before {
  content: "";
  position: absolute;
  width: 106px;
  aspect-ratio: 106/277;
  bottom: -39.5px;
  right: -89px;
  background: url(./slice/pop_deco1.png) center center / 100% no-repeat;
}
.modal .product_wrap .img_area .deco::after {
  content: "";
  position: absolute;
  width: 64.975px;
  aspect-ratio: 64.975/166.37;
  left: -60.95px;
  top: 13pxpx;
  background: url(./slice/pop_deco2.png) center center / 100% no-repeat;
} */

/* .modal .product_wrap img {
  max-width: 106px;
} */
.modal .product_wrap .product_name {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}
.modal .product_wrap .product_name .tit {
  /* font-size: clamp(15px, 4.29vw, 30px); */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
.modal .product_wrap .product_name .detail {
  /* font-size: clamp(13px, 3.714vw, 26px); */
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.modal .product_wrap .txt_wrap img {
  max-width: 100%;
  width: 100%;
}
.
/* .modal .product_wrap .txt_wrap {
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px dashed rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #fff;
}
.modal .product_wrap .txt_wrap p {
  margin: 0;
}
.modal .product_wrap .txt_wrap .txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.04em;
}
.modal .product_wrap .txt_wrap .detail {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.04em;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.8);
} */
.modal .fail_txt {
  margin-top: 20px;
}
.modal .fail_txt p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1.5;
}

/*.container {padding-bottom: 100px; }*/
.container {
  padding-top: 120px;
}
.wrap {
  display: flex;
  justify-content: center;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1150px;
}
.content .evt_img {
  max-width: 1150px;
}
/* 20251116 수정 */
.content .tab {
  display: flex;
  transition: opacity 0.2s ease-in;
  opacity: 1;
  z-index: 2;
}
/* //20251116 수정 */
.content .tab.sticky {
  position: fixed;
  top: 120px;
}

.content .tab a {
  position: relative;
  flex: 1;
}

.content .tab a > img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.content .tab.change a > img:nth-of-type(2) {
  opacity: 1;
}
.content .tab.in {
  opacity: 0;
}

.template * {
  box-sizing: border-box;
  color: #242424;
}
.template {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  box-sizing: border-box;
}
.template .h1 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 50px;
}
.template .txt_wrap {
  padding-top: 40px;
  border-top: 1px solid #e7e7e7;
}
.template .txt_wrap .title {
  font-size: 30px;
  font-weight: 700;
}
.template .txt_wrap .brand {
  margin-top: 21px;
  color: #999;
  font-size: 22px;
  font-weight: 700;
}

.header {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  z-index: 10;
}
.header .pc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 90px;
  box-sizing: border-box;
}
.header .pc img {
  width: 100%;
}
.header .pc .left {
  max-width: 798px;
}
.header .pc .right {
  max-width: 422px;
}
.header .pc .right02 {
  max-width: 222px;
  display: none;
}
.header .pc .right_wrap {
  position: relative;
}
.header .pc .right_wrap .lang {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 40px;
  border: 0;
  cursor: pointer;
  background: transparent;
}

.header .mo {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  background: #2ad2c9;
}
.header .mo img {
  width: 100%;
}
.header .mo .left {
  max-width: 63px;
}
.header .mo .right {
  max-width: 108px;
}
.header .langSelect {
  display: none;
  position: absolute;
  right: 330px;
  top: 88px;
  width: 192px;
  border-radius: 10px;
  overflow: hidden;
}
.header .langSelect.active {
  display: block;
}
.header .langSelect img {
  width: 192px;
  height: 44px;
}
.header .mo  {
  text-decoration: none;
}
.header .mo .mo_lang {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100px;
  height: 36px;
  padding: 0 44px 0 16px;
  background: transparent url(./slice/keyboard_arrow_up.png) right 16px center / 24px no-repeat;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  cursor: pointer;
}

.footer {
  background: #2ad2c9;
  box-sizing: border-box;
}
.footer .pc {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 85px;
  box-sizing: border-box;
}
.footer .pc img {
  width: 100%;
}
.footer .pc .left {
  max-width: 294px;
}
.footer .pc .right {
  max-width: 550px;
}
.footer .mo {
  display: none;
  width: 100%;
  height: 100%;
  /*padding: 42px 20px 46px;*/
  box-sizing: border-box;
}
.footer .mo img {
  width: 100%;
  /*max-width: 364px;*/
}

@media screen and (max-width: 1490px) {
  .header .pc .right {
    display: none;
  }
  .header .pc .right02 {
    display: block;
  }
  .header .langSelect {
    right: 130px;
  }
}

@media screen and (max-width: 1215px) {
  .container {
    padding-top: 70px;
  }
  .template {
    padding: 0 20px;
  }
  .template .h1 {
    color: #2ad2c9;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .template .txt_wrap {
    padding-top: 32px;
  }
  .template .txt_wrap .title {
    font-size: 20px;
  }
  .template .txt_wrap .brand {
    font-size: 13px;
    font-weight: 400;
  }

  .header {
    height: 70px;
  }
  .header .pc {
    display: none;
  }
  .header .mo {
    display: flex;
  }
  .footer .pc {
    display: none;
  }
  .footer .mo {
    display: block;
  }
  .wrap {
    /*padding-top: 32px;*/
  }
  .header .langSelect {
    top: 60px;
    right: 20px;
  }
  .content .tab.sticky {
    top: 70px;
  }
}
@media screen and (max-width: 756px) {
  .input-box input {
    height: 70px;
    border-radius: 50px;
    font-size: 22px;
  }
  .input-box input::placeholder {
    font-size: 22px;
  }
  .event-notice {
    padding: 40px 35px;
  }
  .event-notice h3 {
    font-size: 14px;
  }
  .event-notice li {
    font-size: 14px;
  }
  .event-notice .contact {
    font-size: 15px;
  }
}
