@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: local("Pretendard Regular"), url("/e/kws/assets/fonts/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: local("Pretendard Bold"), url("/e/kws/assets/fonts/Pretendard-Bold.woff2") format("woff2");
}
body {
  line-height: 1 !important;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  line-height: 1;
  cursor: pointer;
}

#webContent {
  padding: 0;
}

.event-wrap {
  margin: 0 auto;
  overflow: unset;
}

.wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

/* 팝업 */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 720px;
  z-index: 99;
  overflow: auto;
  background: #fff;
}
.popup.none {
  display: none;
}
.popup.active .dim {
  display: block;
}
.popup.active > .popup_container {
  transform: translateY(0%);
}
.popup.full > .popup_container {
  top: 0;
  border-radius: 0;
}
.popup.full > .popup_container .con {
  padding: 0 20rem;
  overflow-y: auto;
  height: calc(100% - 90rem);
}
.popup.bottomsheet > .popup_container {
  padding: 0 20rem;
}
.popup .dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 1rem);
  background-color: #333;
  opacity: 0.5;
  overscroll-behavior: none;
  transition: all 0.5s ease-in-out;
}
.popup > .popup_container {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 1rem;
  border-radius: 16rem 16rem 0 0;
  transform: translateY(105%);
  transition: transform 0.5s ease;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.popup > .popup_container .pop_header {
  display: flex;
  height: 84rem;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.popup > .popup_container .pop_header h1 {
  font-weight: bold;
  font-size: 20rem;
}
.popup > .popup_container .pop_header .close {
  width: 25rem;
  height: 25rem;
}
.popup > .popup_container .pop_header .close button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -999rem;
  background: url("/e/kws/assets/images/event/2026/EC260003/icon_header_close.png") no-repeat center center/25rem 25rem;
}
.popup > .popup_container .agree_wrap dt {
  margin-bottom: 8rem;
  font-weight: bold;
  font-size: 18rem;
  line-height: 24rem;
  color: #333;
}
.popup > .popup_container .agree_wrap dd {
  border: 1rem solid #ddd;
  border-radius: 16rem;
}
.popup > .popup_container .agree_wrap .all_agree {
  position: relative;
  padding: 16rem;
  border-bottom: 1rem solid #ddd;
}
.popup > .popup_container .agree_wrap .all_agree input {
  display: block;
  position: absolute;
  left: 16rem;
  top: 16rem;
  width: 24rem;
  height: 24rem;
  margin: 0;
  background: url("/e/kws/assets/images/event/2026/EC260003/icon_check.png") no-repeat center left/24rem 24rem;
  appearance: none;
}
.popup > .popup_container .agree_wrap .all_agree input:checked {
  background-image: url("/e/kws/assets/images/event/2026/EC260003/icon_check_checked.png");
}
.popup > .popup_container .agree_wrap .all_agree label {
  display: block;
  padding-left: 32rem;
  font-size: 13rem;
  line-height: 24rem;
  color: #333;
}
.popup > .popup_container .agree_wrap .agree_list {
  padding: 20rem;
}
.popup > .popup_container .agree_wrap .agree_list li {
  position: relative;
}
.popup > .popup_container .agree_wrap .agree_list li + li {
  margin-top: 10rem;
}
.popup > .popup_container .agree_wrap .agree_list li input {
  position: absolute;
  left: 0;
  top: 0;
  clip: auto;
  border: 0;
  margin: 0;
  appearance: none;
  padding: 0;
  width: 16rem;
  height: 16rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16rem 16rem;
  background-image: url("/e/kws/assets/images/event/2026/EC260003/icon_checkbox.png");
}
.popup > .popup_container .agree_wrap .agree_list li input:checked {
  background-image: url("/e/kws/assets/images/event/2026/EC260003/icon_checkbox_checked.png");
}
.popup > .popup_container .agree_wrap .agree_list li label {
  display: block;
  padding: 0 15rem 0 21rem;
  font-size: 13rem;
  line-height: 18rem;
  color: #333;
  background: url("/e/kws/assets/images/event/2026/EC260003/icon_arrow_right.png") no-repeat right center/12rem 12rem;
}
.popup > .popup_container .agree_wrap .agree_list li label span {
  color: #b43a6b;
  font-size: inherit;
}
.popup > .popup_container .agree_wrap dd + dt {
  margin-top: 24rem;
}
.popup > .popup_container .info {
  margin-bottom: 24rem;
  padding: 16rem;
  border-radius: 12rem;
  background-color: #f7f7f7;
  font-size: 14rem;
  line-height: 20rem;
  color: #333;
}
.popup > .popup_container .notice {
  padding-bottom: 20rem;
}
.popup > .popup_container .notice.no_bullet .list_dot > li {
  padding-left: 0;
}
.popup > .popup_container .notice.no_bullet .list_dot > li::before {
  display: none;
}
.popup > .popup_container .notice.no_bullet .list_dot > li .list_bar li::before {
  display: none;
}
.popup > .popup_container .notice dt {
  margin: 24rem 0 16rem;
  font-weight: bold;
  font-size: 18rem;
  color: #333;
}
.popup > .popup_container .notice ol li .tit {
  margin-bottom: 14rem;
  font-weight: bold;
  font-size: 16rem;
  line-height: 22rem;
  color: #333;
}
.popup > .popup_container .notice ol li .list_dot li {
  position: relative;
  padding-left: 11rem;
  font-size: 14rem;
  line-height: 20rem;
  color: #333;
}
.popup > .popup_container .notice ol li .list_dot li::before {
  content: "";
  display: block;
  position: absolute;
  top: 6rem;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #bbb;
}
.popup > .popup_container .notice ol li .list_dot li + li {
  margin-top: 12rem;
}
.popup > .popup_container .notice ol li + li {
  margin-top: 24rem;
}
.popup > .popup_container .notice ol li .list_bar {
  margin-top: 10rem;
}
.popup > .popup_container .notice ol li .list_bar li {
  color: #333;
}
.popup > .popup_container .notice ol li .list_bar li + li {
  margin-top: 8rem;
}
.popup > .popup_container .notice ol li .list_bar li::before {
  width: 6rem;
  height: 1rem;
  border-radius: 0;
  top: 8rem;
  opacity: 1;
}
.popup > .popup_container .btn_wrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30rem 0 20rem;
}
.popup > .popup_container .btn_wrap button {
  position: relative;
  z-index: 10;
  display: block;
  width: calc(100% - 40rem);
  height: 56rem;
  margin: 0 auto;
  background: #212266;
  border: 0;
  border-radius: 16rem;
  text-align: center;
  font-weight: 700;
  font-size: 16rem;
  color: #fff;
}
.popup > .popup_container .btn_wrap button:disabled {
  background: #eaeaf4;
  color: #a1a3c9;
}
.popup > .popup_container .list_dot li {
  position: relative;
  padding-left: 11rem;
  color: #333;
  font-size: 14rem;
  line-height: 19rem;
}
.popup > .popup_container .list_dot li + li {
  margin-top: 12rem;
}
.popup > .popup_container .list_dot li::before {
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #bbb;
  left: 0;
  top: 7rem;
}

.main .btfix .fixed {width: 360rem;height: 113rem;background: url("/e/kws/assets/images/event/2026/EC260003/Floating_button.png") no-repeat 0 0 / cover;position: sticky;bottom: 0;left: calc(50% - 180rem);z-index: 2;line-height: 0;}
.main .maintop {width: 360rem;height: 770rem;position: relative;overflow: hidden;}
.main .logoico {position: absolute;top: 22rem;left: 0;z-index: 1;justify-content: space-between;display: flex;padding: 0 20rem;width: 100%;align-items: center;}
.main .logoico img:first-child {width: 72rem;height: 21rem;}
.main .logoico img:last-child {width: 26rem;height: 26rem;}
.main .two, .main .thr {line-height: 0;}
.main .thr {position: relative;}
.main .thr button {background: #fd401f;color: #fff;font-weight: bold;font-size: 14rem;width: 300rem;height: 40rem;border-radius: 10rem;position: absolute;bottom: 346rem;left: 30rem;}
.main .two img, .main .thr img {width: 360rem;}
.main .btfix {position: relative;background: #fff3e2;}
.main .ltpink {background: #ffe4da;padding: 60rem 30rem;}
.main .ltpink .title {width: 184rem;height: 56rem;background: url("/e/kws/assets/images/event/2026/EC260003/moreELS.png") no-repeat 0 0 / contain;margin: 0 auto 27rem;}
.main .ltpink .box {width: 300rem;height: 98rem;border-radius: 20rem;margin-bottom: 14rem;display: flex;padding: 25rem 18rem;position: relative;cursor: pointer;}
.main .ltpink .box:after {content: "";position: absolute;background: url("/e/kws/assets/images/event/2026/EC260003/black_arrow_rt.png") no-repeat;background-size: contain;width: 9rem;height: 18rem;top: 40rem;right: 18rem;}
.main .ltpink .box:last-child {margin-bottom: 0;}
.main .ltpink .box.white {background: #fff;}
.main .ltpink .box.white .ico img {width: 70rem;transform: translateY(-8rem);}
.main .ltpink .box .ico {width: 80rem;}
.main .ltpink .box h1 {font-size: 16rem;color: #281414;text-align: left;font-weight: bold;}
.main .ltpink .box h1 span {color: #281414;display: inline-block;padding-top: 10rem;line-height: 1.2;}
.main .yello {position: relative;line-height: 0;}
.main .yello img {width: 360rem;}
.main .yello button {background: #fd401f;color: #fff;font-weight: bold;font-size: 14rem;width: 300rem;height: 40rem;border-radius: 10rem;position: absolute;bottom: 20rem;left: 30rem;}
/* 스와이퍼 */
.main .swiper {z-index: 0;}
.main .swiper {width: 100%;height: 270rem;margin: 27rem 0 40rem;}
.main .swiper-slide {text-align: center;background: #fff;align-items: center;border-radius: 30rem;padding: 30rem 25rem;width: 244rem !important;}
.main .swiper-slide img {display: block;}
.main .swiper .swiper-wrapper .swiper-slide {margin-right: 14rem !important;}
.main .swiper .swiper-wrapper .swiper-slide img {margin: 0 auto;}
.main .swiper .swiper-wrapper .swiper-slide h2 {font-size: 10rem;font-weight: bold;color: #fff;width: 57rem;height: 19rem;background: #ff7866;border-radius: 100rem;display: flex;justify-content: center;align-items: center;margin: 0 auto 14rem;}
.main .swiper .swiper-wrapper .swiper-slide span {font-size: 18rem;color: #281414;font-weight: bold;line-height: 1.1;}
.main .swiper .swiper-wrapper .swiper-slide-active {background: #fff;}
.main .swiper .swiper-wrapper .st1 img:nth-child(3) {width: 113rem;padding: 8rem 0 16rem;}
.main .swiper .swiper-wrapper .st1 img:nth-child(4) {width: 194rem;}
.main .swiper .swiper-wrapper .st2 img {width: 198rem;padding-top: 17rem;}
.main .swiper .swiper-wrapper .st3 img {width: 197rem;padding-top: 17rem;}
.main .swiper .swiper-wrapper .st4 img:nth-child(3) {width: 149rem;padding: 8rem 0 16rem;}
.main .swiper .swiper-wrapper .st4 img:last-child {width: 194rem;}
.main .swiper .swiper-wrapper .st4 p {padding-top: 8rem;}
.main .bgarea .swiper-pagination.cus {position: static;transform: translateY(-200%);z-index: 0;}
.main .bgarea .swiper-pagination.cus .swiper-pagination-bullet-active {background: #ffb6ad !important;width: 22rem !important;height: 8rem !important;border-radius: 5rem !important;}
.main .bgarea .swiper-pagination.cus span {height: 8rem;width: 8rem;background: #f57667;opacity: 1;}
.main .bgarea {background: #ff9182;padding: 60rem 0 40rem;text-align: center;}
.main .bgarea .swtile img {width: 88rem;}
.main .bgarea p {color: #281414;}
.main .footer img {width: 360rem;}
/* 애니매이션 */
.main .maintop .ani .king {position: absolute;bottom: 0;left: 0;width: 365rem;animation: king .5s linear both;z-index: 1;}
@keyframes king {0% {transform: translateX(-100rem);opacity: 0;}100% {transform: translateX(0);opacity: 1;}}
.main .maintop .ani .sinha {position: absolute;bottom: 0;right: 0;width: 155rem;animation: sinha .5s .5s linear both;}
@keyframes sinha {0% {transform: translateX(100rem);opacity: 0;}100% {transform: translateX(0);opacity: 1;}}
.main .maintop .ani .thrd {position: relative; z-index: 2; perspective: 700rem;}
.main .maintop .ani .thrd img {position: absolute;top: 57rem;right: 4rem;width: 327rem;animation: title .7s 1.3s cubic-bezier(.25,.46,.45,.94) both;}
@keyframes title {0% {transform: translateZ(700rem) translateY(-300rem);opacity: 0;}100% {transform: translateZ(0) translateY(0);opacity: 1;}}
.main .maintop .ani .point {position: absolute;top: 0;left: 0;width: 360rem;animation: point .7s 1.3s linear both;z-index: 0;}
@keyframes point {0% {opacity: 0;}100% {opacity: 1;}}
.main .maintop .ani .mouth {position: absolute;top: 451rem;left: 84rem;width: 33rem;animation: mouth 1.5s 1.3s linear both;z-index: 1;}
@keyframes mouth {0% {opacity: 0;}10% {opacity: 1;}20% {opacity: 0;}30% {opacity: 1;}40% {opacity: 0;}50% {opacity: 1;}60% {opacity: 0;}70% {opacity: 1;}80% {opacity: 0;}90% {opacity: 1;}100% {opacity: 0;}}