@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");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 12rem;
  font-family: "Pretendard";
  vertical-align: baseline;
}

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;
  transition: none;
}
.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;
  margin: 0 auto;
}
.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 {
  background: transparent;
}
.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%;
  max-width: 720px;
  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;
}

.wrap .maintop {position: relative;overflow: hidden;}
.wrap .maintop .kv img {width: 360rem;}
.wrap .maintop .biggr {text-align: center;padding: 40rem 30rem 29rem;position: absolute;bottom: 0;left: 0;width: 320rem;}
.wrap .maintop .biggr .whtbox .title {color: #cacbd7;font-size: 16rem;font-weight: bold;line-height: 1.4;text-align: center;}
.wrap .maintop .biggr .whtbox .benefit {color: #fff;font-size: 28rem;font-weight: bold;padding-top: 10rem;text-align: center;line-height: 1;}
.wrap .maintop .biggr .whtbox .benefit strong {color: #fff;font-size: 28rem;font-weight: bold;}
.wrap .maintop .biggr .whtbox .benefit span {color: #bebfcd;font-size: 17rem;}
.wrap .maintop .biggr .whtbox {background: rgba(182, 181, 211, 0.17);width: 300rem;text-align: left;border-radius: 30rem;padding: 30rem 20rem 20rem;box-shadow: 0 0 4rem 0 rgba(255, 255, 255, 0.21) inset;backdrop-filter: blur(15rem);}
.wrap .maintop .biggr .whtbox .range_guide li {line-height: 1.3;color: #cccceb;font-size: 10rem;position: relative;padding-left: 11rem;margin-bottom: 4rem;}
.wrap .maintop .biggr .whtbox .range_guide li::before {content: "";position: absolute;top: 6rem;left: 0;width: 2.5rem;height: 2.5rem;background: #cccceb;border-radius: 50%;}
.wrap .maintop .biggr .whtbox .range_guide li span {line-height: 1.3;color: #cccceb;font-size: 10rem;font-weight: bold;}
.wrap .maintop .biggr .whtbox .range_guide li span b {font-size: 10rem;color: #de9ad0;font-weight: bold;}
.wrap .maintop .biggr .whtbox .flex {display: flex;justify-content: space-between;padding: 0;margin: 0;}
.wrap .maintop .biggr .whtbox .flex h2 {color: #fff;font-size: 14rem;font-weight: bold;}
.wrap .maintop .biggr .whtbox .flex h2 b {color: #dc71c7;font-size: 14rem;font-weight: bold}
.wrap .maintop .biggr .whtbox .flex p {color: #68727e;font-size: 12rem;}
.wrap .maintop .biggr .whtbox .slider {margin: 30rem 0 38rem;width: 100%;padding: 0;height: 5rem;}
input[type=range] {appearance: none;background-color: #ff6600;height: 5rem;border-radius: 10rem;}
input[type=range]::-webkit-slider-thumb {appearance: none;width: 25rem;height: 25rem;background: #fff;border-radius: 50%;border: 1rem solid #ced4e2;filter: drop-shadow(0 2rem 4rem rgba(0, 0, 0, 0.25));}
.wrap .logoico {position: absolute;top: 22rem;left: 0;z-index: 1;justify-content: space-between;display: flex;padding: 0 20rem;width: 100%;height: 26rem;align-items: center;}
.wrap .logoico h1 img {width: 72rem;height: 21rem;}
.wrap .logoico button {line-height: 0;}
.wrap .logoico button img {width: 26rem;height: 26rem;}
.wrap .subpk img, .wrap .one img, .wrap .two img, .wrap .thr img {width: 360rem;}
.wrap .two button img, .wrap .thr button img {width: 300rem;}
.wrap .two button, .wrap .thr button {position: absolute;}
.wrap .two button:nth-child(2) {bottom: 135rem;left: 30rem;}
.wrap .two button:nth-child(3) {bottom: 40rem;left: 30rem;}
.wrap .thr button:nth-child(2) {bottom: 40rem;left: 30rem;}
.wrap .one, .wrap .two, .wrap .subpk, .wrap .thr {position: relative;}
.wrap .one img {width: 360rem;}
.wrap .one button {position: absolute;top: 220rem;left: 50rem;background: #ff79ce;border-radius: 10rem;width: 260rem;height: 40rem;color: #191921;font-size: 14rem;font-weight: bold;}
.wrap .btfix {position: relative;background: #151626;line-height: 0;}
.wrap .btn_top {position: fixed;bottom: 120rem;right: calc(50% - 170rem);background: url(/e/kws/assets/images/event/2026/20260068/top.png) no-repeat 0 0 / cover;width: 60rem;height: 60rem;z-index: 11;opacity: 0;transition: opacity 0.4s ease-in-out;}
.wrap .btn_wrap {display: flex; flex-direction: column; justify-content: flex-end; position: sticky;bottom: 0;left: 0;z-index: 10;height: 172rem;background: url(/e/kws/assets/images/event/2026/20260068/gra.png) no-repeat 0 0 / cover;opacity: 0;transition: opacity 0.4s ease-in-out;}
.wrap .fixed {width: 360rem;height: 28rem;background: url(/e/kws/assets/images/event/2026/20260068/Floating_button.png) no-repeat 0 0 / cover;}
.wrap .fixed.secon {width: 320rem;height: 66rem;background: url(/e/kws/assets/images/event/2026/20260068/Floating_button_secon.png) no-repeat 0 0 / cover;margin: 0 20rem 10rem;}
/* 스위치 탭 */
.wrap .maintop .biggr .whtbox .tab {position: relative;width: 186rem;height: 44rem;background: #34354d;border-radius: 30rem;display: flex;overflow: hidden;padding: 5rem;margin: 20rem auto 40rem;box-shadow: 0 0 2rem 0 rgba(255, 255, 255, 0.12) inset;backdrop-filter: blur(15rem);}
.wrap .maintop .biggr .whtbox .tab li {flex: 1;display: flex;justify-content: center;align-items: center;cursor: pointer;font-size: 14rem;font-weight: bold;color: #6c6d7d;}
.wrap .maintop .biggr .whtbox .tab li.active {background: #fff;border-radius: 40rem;color: #000;}
/* 아코디언 */
.wrap .important {background: #0a0a26;padding-bottom: 30rem;margin-top: -38rem;}
.wrap .important .accordion-wrap {margin: 0 auto;width: 300rem;border-radius: 20rem;background: #191940;padding: 26rem 20rem 17rem;border: 1rem solid #ededed10;}
.wrap .important .accordion-wrap.pupple {background: #e1e5f5;}
.wrap .important .accordion-box {text-align: left;}
.wrap .important .accordion-box .center {text-align: center;padding-bottom: 16rem;}
.wrap .important .accordion-box .center .title {color: #e6e6f5;font-size: 15rem;font-weight: bold;line-height: 16rem;}
.wrap .important .accordion-box .impor {width: 93rem !important;padding-bottom: 20rem;}
.wrap .important .accordion-box .flex {margin-bottom: 10rem;align-items: baseline;color: #e6e6f5;position: relative;padding-left: 9rem;line-height: 1.4;font-size: 12rem;opacity: .8;}
.wrap .important .accordion-box .flex::before {content: "";background: #e6e6f5;width: 3rem;height: 3rem;left: 0;top: 6rem;position: absolute;border-radius: 50%;}
.wrap .important .accordion-box > section:last-child {border-bottom: none;}
.wrap .important .accordion-box > section > .accor-head {cursor: pointer;position: relative;font-size: 46rem;text-align: center;width: 100%}
.wrap .important .accordion-box > section > .accor-head > button {font-weight: bold;color: #d7d8ef;font-size: 12rem;display: flex;margin: 0 auto;gap: 3rem;}
.wrap .important .accordion-box > section > .accor-head button::after {content: "";display: block;width: 12rem;height: 12rem;background: url(/e/kws/assets/images/event/2026/20260068/arrow-right1.png) no-repeat;background-size: cover;transform: translateY(0%) rotate(0deg);}
.wrap .important .accordion-box > section > .accor-head > p {color: #2b2c31;font-size: 13rem;font-weight: bold;margin-right: 7rem;}
.wrap .important .accordion-box > section .accor-head > span {font-size: 14rem;padding-right: 11rem;font-weight: bold;}
.wrap .important .accordion-box > section.act {border-bottom: 1rem solid #cccccc40;margin: 0 auto;}
.wrap .important .accordion-box > section.act:last-child {border-bottom: none;}
.wrap .important .accordion-box > section.act .accor-head > span {font-size: 14rem;padding-right: 11rem;}
.wrap .important .accordion-box > section.act > .accor-head button::after {transform: translateY(0%) rotate(180deg);opacity: 1;}
.wrap .important .accordion-box > section > .accor-body {color: #2b2c31;font-weight: 400;display: none;line-height: 1.3;margin: 0 auto;}
.wrap .important .accordion-box > section > .accor-body > .flex {color: #e6e6f5;}
.wrap .important .accordion-box > section > .accor-body > .flex > span {margin-right: 8rem;width: 18rem;height: 18rem;}
.wrap .qa {background: #101028;padding: 50rem 20rem 30rem;}
.wrap .qa h1 {text-align: center;font-size: 20rem;font-weight: bold;color: #e6e6f5;}
.wrap .qa .accordion-wrap {margin: 15rem auto 0;background: #101028;padding: 0;}
.wrap .qa .accordion-box {text-align: left;}
.wrap .qa .accordion-box > section {word-break: keep-all;margin: 0 auto;border-bottom: 1rem solid #cccccc20;}
.wrap .qa .accordion-box > section:last-child {border-bottom: none;}
.wrap .qa .accordion-box > section > .accor-head {line-height: 1.54;font-weight: bold;cursor: pointer;color: #e6e6f5;padding: 20rem 0;position: relative;font-size: 14rem;display: flex;letter-spacing: -0.5rem;width: 320rem;margin: 0 auto;}
.wrap .qa .accordion-box > section > .accor-head.noline {border-bottom: none;}
.wrap .qa .accordion-box > section > .accor-head::after {content: "";position: absolute;top: 30%;right: 0;display: block;width: 12rem;height: 12rem;background: url(/e/kws/assets/images/event/2026/20260068/arrow-right2.png) no-repeat;background-size: cover;transform: translateY(0%) rotate(0deg);}
.wrap .qa .accordion-box > section > .accor-head.down::after {top: 39%;}
.wrap .qa .accordion-box > section.act > .accor-head.down::after {top: 59%;}
.wrap .qa .accordion-box > section > .accor-head > p {color: #2b2c31;font-size: 13rem;font-weight: bold;margin-right: 7rem;}
.wrap .qa .accordion-box > section .accor-head > span {font-size: 14rem;padding-right: 11rem;font-weight: bold;color: #e6e6f5;}
.wrap .qa .accordion-box > section.act {margin: 0 auto;}
.wrap .qa .accordion-box > section.act:last-child {border-bottom: none;}
.wrap .qa .accordion-box > section.act .accor-head > span {font-size: 14rem;padding-right: 11rem;}
.wrap .qa .accordion-box > section.act > .accor-head::after {transform: translateY(-100%) rotate(180deg);top: 44%;opacity: 1;}
.wrap .qa .accordion-box > section > .accor-body {color: #2b2c31;font-weight: 400;display: none;line-height: 1.3;margin: 0 auto;}
.wrap .qa .accordion-box > section > .accor-body > .flex {display: flex;color: #e6e6f5;font-size: 14rem;}
.wrap .qa .accordion-box > section > .accor-body > .flex .subflex {display: flex;font-size: 14rem;}
.wrap .qa .accordion-box > section > .accor-body > .flex .subflex span {padding-right: 6rem;font-size: 14rem;}
.wrap .qa .accordion-box > section > .accor-body > .flex .bold {font-weight: bold;font-size: 14rem;color: #fff;}
.wrap .qa .accordion-box > section > .accor-body > .flex .bd {font-weight: bold;font-size: 14rem;color: #e6e6f5;}
.wrap .qa .accordion-box > section > .accor-body > .flex > span {padding-right: 11rem;font-size: 14rem;color: #e6e6f5;}
.wrap .qa .accordion-box > section > h2 {font-size: 16rem;font-weight: bold;color: #e6e6f5;padding: 35rem 0 20rem;}
.wrap .qa .accordion-box > section > .borderno {border-top: none;}
.wrap .qa .accordion-box section #tab_first {display: block;}
.wrap .qa .accordion-box > section.act .accor-head, .wrap .qa .accordion-box > section.act .accor-head > span {color: #f68fc4;}
/* footer notice */
.wrap .notice_wrap {padding: 50rem 19rem;background: #f1f1f1;text-align: left;}
.wrap .notice_wrap .notice dt {padding: 0 0 12rem;font-size: 14rem;font-weight: 600;line-height: 19rem;color: #222;}
.wrap .notice_wrap .notice li {position: relative;padding-left: 8rem;font-size: 12rem;line-height: 18rem;color: #222;margin-bottom: 12rem;letter-spacing: -0.2rem;}
.wrap .notice_wrap .notice li span {color: #ff586e;}
.wrap .notice_wrap .notice li .bk {color: #2b2c31;font-size: 12rem;}
.wrap .notice_wrap .notice .last {margin-bottom: 30rem;}
.wrap .notice_wrap .notice .mgb {margin-bottom: 40rem;}
.wrap .notice_wrap .notice .end {padding-bottom: 18rem;}
.wrap .notice_wrap .notice li.red, .main .notice_wrap .notice li span {color: #ff586e;}
.wrap .notice_wrap .notice ul li .red {color: #ff586e;}
.wrap .notice_wrap .notice .flex {color: #222;display: flex;}
.wrap .notice_wrap .notice .flex span {color: #222;padding-right: 3rem;}
.wrap .notice_wrap .notice li span.bold {color: #222;font-weight: bold;font-size: 12rem;}
.wrap .notice_wrap .notice li.red::before {background: #ff586e;}
.wrap .notice_wrap .notice li.bold {font-weight: bold;color: #2b312d;}
.wrap .notice_wrap .notice li.depth {margin-left: 10rem;}
.wrap .notice_wrap .notice li.depth:before {content: "";display: block;position: absolute;width: 4rem;height: 1rem;background: #666;left: 0;top: 8rem;}
.wrap .notice_wrap .notice li:before {content: "";display: block;position: absolute;width: 2rem;height: 2rem;border-radius: 50%;background: #2b2c31;left: 0;top: 8rem;}
.wrap .notice .footer {text-align: center;padding-top: 11rem;position: relative;}
.wrap .notice .footer p {font-size: 12rem;color: #2b2c31;line-height: 1.44;font-weight: bold;}
.wrap .notice .footer p span {font-weight: normal;font-size: 12rem;}
.wrap .notice .footer::before {content: "";background: #ccc;width: 320rem;height: 1rem;position: absolute;top: 0;left: 0;opacity: 0.3;}
.wrap .notice_wrap .notice li img {width: 26.3rem;vertical-align: top;}
.popup.popup_status .popup_container {background: #202126;border-radius: 20rem 20rem 0 0;padding: 34rem 20rem 20rem;}
.popup.popup_status .popup_container .pop_header {display: flex;align-items: flex-start;justify-content: space-between;height: 84rem;padding: 0;position: relative;}
.popup.popup_status .popup_container .pop_header h1 {font-size: 22rem;font-weight: bold;color: #fff;line-height: 1.3;}
.popup.popup_status .popup_container .pop_header h1 span {font-size: 22rem;color: #8ce5ff;font-weight: bold;}
.popup.popup_status .popup_container .pop_header .close {width: 25rem;height: 25rem;}
.popup.popup_status .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/20260068/icon_header_close.png") no-repeat center center/25rem 25rem;}
.popup.popup_status .popup_container .pop_body {box-sizing: border-box;font-size: 14rem;color: #8d9bad;padding: 15rem 0 77rem;}
.popup.popup_status .popup_container .btn_status {display: flex;gap: 8rem;padding: 0;}
.popup.popup_status .popup_container .btn_status button {width: calc(100% - 40rem);width: 156rem;height: 56rem;border-radius: 16rem;font-size: 16rem;font-weight: bold;margin: 0;}
.popup.popup_status .popup_container .btn_status .finish {background: #34343e;color: #acb3bc;}
.popup.popup_status .popup_container .btn_status .yet {background: #8ce5ff;color: #101012;}
/* 팝업창 */
.amount .bg {background: #131341 url(/e/kws/assets/images/event/2026/20260068/bg.png) no-repeat  0 0 / contain;}
.amount .btn_close {padding-top: 12rem;text-align: right;}
.amount .btn_close button {width: 64rem;height: 48rem;background: url(/e/kws/assets/images/event/2026/20260068/icon_header_close.png) no-repeat center / 24rem 24rem;font-size: 0;}
.amount .expecmoney {padding: 20rem 30rem 40rem;text-align: center;border-bottom: 6rem solid #303059;}
.amount .expecmoney .moneybox {width: 100%;padding: 26rem 20rem;background: url(/e/kws/assets/images/event/2026/20260068/moneybox.png) no-repeat center / contain;margin: 20rem 0 14rem;text-align: right;}
.amount .expecmoney .moneybox span {color: #d7d8ef;font-size: 16rem;}
.amount .expecmoney .moneybox span b {color: #fff;font-size: 22rem;font-weight: bold;}
.amount h2 {font-size: 18rem;font-weight: bold;color: #dddee8;padding-bottom: 10rem;}
.amount h2 b {font-size: 22rem;font-weight: bold;color: #fff;}
.amount span {color: #e6e6f5;font-size: 14rem;}
.amount span b {color: #e6e6f5;font-size: 14rem;}
.amount p {color: #e6e6f5;line-height: 1.5;text-align: left;position: relative;padding-left: 8rem;}
.amount p .pupple {color: #f18edc;font-size: 12rem;}
.amount p::before  {content: "";position: absolute;top: 7rem;left: 0;width: 3rem;height: 3rem;background: #e6e6f5;border-radius: 50%;}
.amount .pointlast {padding: 40rem 30rem 30rem;text-align: center;}
.amount .pointlast img {width: 100%;}
.amount .pointlast img:first-child {margin-bottom: 40rem;}
.amount .moneysecon {padding: 40rem 30rem;text-align: center;border-bottom: 6rem solid #303059;}
.amount .moneysecon h2 {padding-bottom: 17rem;}
.amount .moneysecon .minibox {border: 1rem solid #45465a;width: 145rem;border-radius: 42rem;padding: 6.5rem 0;margin: 0 auto;}
.amount .moneysecon .minibox span {font-size: 10rem;display: flex;justify-content: center;align-items: center;color: #a2a3bd;}
.amount .moneysecon .minibox span b {color: #dddee8;}
.amount .moneysecon .shmoney {margin: 20rem 0 16rem;background: #30305e;width: 100%;height: 74rem;border-radius: 14rem;display: flex;padding: 24rem 20rem;justify-content: space-between;align-items: center;}
.amount .moneysecon .twindate {width: 100%;border: 1rem solid #45465a;border-radius: 14rem;margin-bottom: 20rem;display: flex;padding: 17rem 16rem;}
.amount .moneysecon .twindate .dateone span, .amount .moneysecon .twindate .datetwo span {color: #e6e6f5;font-size: 12rem;font-weight: 400;}
.amount .moneysecon .twindate .dateone span {margin-right: 8rem;letter-spacing: -.4rem;}
.amount .moneysecon .twindate .dateone b {padding-right: 12rem;letter-spacing: -.4rem;} 
.amount .moneysecon .twindate .datetwo {position: relative;}
.amount .moneysecon .twindate .datetwo span {padding: 0 12rem;letter-spacing: -.4rem;}
.amount .moneysecon .twindate .datetwo b {letter-spacing: -.4rem;}
.amount .moneysecon .twindate .datetwo span::before {content: "";position: absolute;width: 1rem;height: 11rem;background: #45465a;top: 0;left: 0;}
.amount .moneysecon .twindate b {color: #e6e6f5;font-weight: bold;}
.amount .moneysecon .bigpupple {color: #e6e6f5;font-size: 12rem;}
.amount .moneysecon .bigpupple b {color: #fff;font-weight: bold;font-size: 18rem;}
.amount .submsg {color: #e6e6f5;font-size: 12rem;text-align: left;font-weight: bold;line-height: 1.4;}
.amount .submsg .nomal {font-size: 12rem;color: #e6e6f5;}