@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;
}
.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/EC260023/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/EC260023/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/EC260023/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/EC260023/icon_checkbox.png");
}
.popup > .popup_container .agree_wrap .agree_list li input:checked {
  background-image: url("/e/kws/assets/images/event/2026/EC260023/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/EC260023/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: 90rem;background: url("/e/kws/assets/images/event/2026/EC260023/Floating_button.png") no-repeat 0 0 / cover;position: sticky;bottom: 0;left: calc(50% - 160rem);z-index: 2;line-height: 0;}
.main .maintop {width: 360rem;height: 760rem;position: relative;overflow: hidden;background: url("/e/kws/assets/images/event/2026/EC260023/KV.jpg") no-repeat 0 0 / cover;}
.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: 73rem;height: 23rem;}
.main .logoico img:last-child {width: 26rem;height: 26rem;}
.main .two {line-height: 0;position: relative;}
.main .two button:nth-child(2) {position: absolute;top: 217rem;left: 148rem;}
.main .two button:nth-child(3) {position: absolute;top: 217rem;right: 42rem;}
.main .two button:nth-child(4) {position: absolute;top: 321rem;left: 42rem;}
.main .two button:nth-child(5) {position: absolute;top: 321rem;right: 42rem;}
.main .two button .info {width: 16rem;}
.main .two button .join {width: 122rem;height: 44rem;}
.main .two img, .main .thr img, .main .four img {width: 360rem;}
.main .thr, .main .four {position: relative;line-height: 0;}
.main .thr .contain {display: flex;position: absolute;bottom: 80rem;left: 30rem;gap: 6rem;}
.main .thr .contain .item {width: 96rem;height: 100rem;background: #fff;border-radius: 10rem;text-align: center;cursor: pointer;}
.main .thr .contain .item:has(input[type="radio"]:checked) {outline: 2rem solid #2535e3;}
.main .thr .contain .item input[type="radio"] {accent-color: #2535e3;appearance: auto;}
.main .thr .contain .item .radi {display: flex;justify-content: flex-end;}
.main .thr .contain .item .radi input {margin: 5rem;width: 16rem;height: 16rem;}
.main .thr .contain .item img {width: 78rem;}
.main .thr .contain .item .small {width: 53rem;transform: translateY(-4rem);}
.main .thr .btn {width: 300rem;height: 44rem;position: absolute;bottom: 30rem;left: 30rem;cursor: default;border: none;}
.main .thr .btn.disabled {background: url("/e/kws/assets/images/event/2026/EC260023/btn_off.png") no-repeat 0 0 / cover;}
.main .thr .btn.enabled {background: url("/e/kws/assets/images/event/2026/EC260023/btn_on.png") no-repeat 0 0 / cover;cursor: pointer;}
.main .four button {position: absolute;left: 30rem;bottom: 87rem;}
.main .four button img {width: 300rem;height: 79rem;}
.main .btfix {position: relative;background: #f4e6ff;}
/* 아코디언 */
.main .accordion-wrap {margin: 0 auto;background: #eefbff;padding-bottom: 30rem;}
.main .accordion-box {text-align: left;width: 300rem;margin: 0 auto;}
.main .accordion-box > section {word-break: keep-all;border-radius: 10rem;background: #cfe5fe;}
.main .accordion-box > section > .accor-head {line-height: 1.54;font-weight: bold;cursor: pointer;color: #49516b;padding: 16rem 20rem;position: relative;border-radius: 12rem;font-size: 12rem;}
.main .accordion-box > section > .accor-head::after {content: "";position: absolute;top: 30%;right: 18rem;display: block;width: 20rem;height: 20rem;background: url("/e/kws/assets/images/event/2026/EC260023/arrow-down.png") no-repeat;background-size: cover;transform: translateY(0%) rotate(0deg);}
.main .accordion-box > section > .accor-head > p {color: #2b2c31;font-size: 13rem;font-weight: bold;margin-right: 7rem;}
.main .accordion-box > section.act {border-radius: 12rem;}
.main .accordion-box > section.act > .accor-head::after {transform: translateY(-100%) rotate(180deg);top: 68%;opacity: 1;}
.main .accordion-box > section > .accor-body {padding: 0 10rem 18rem;color: #2b2c31;font-weight: 400;display: none;line-height: 1.3;}
.main .accordion-box > section > .accor-body > .flex {display: flex;font-size: 12rem;color: #282747;}
.main .accordion-box > section > .accor-body > .flex .small {font-size: 11rem;letter-spacing: -0.2rem;}
.main .accordion-box > section > .accor-body > .flex .flexin {display: flex;font-size: 11rem;}
.main .accordion-box > section > .accor-body > .flex .flexin span {padding-right: 2rem;}
.main .accordion-box > section > .accor-body > .flex > span {padding-right: 4rem;font-size: 12rem;}
.main .accordion-box section #tab_first {display: block;}
/* footer notice */
.main .notice_wrap {padding: 50rem 19rem;background: #f1f1f1;text-align: left;}
.main .notice_wrap .notice dt {padding: 0 0 12rem;font-size: 14rem;font-weight: 600;line-height: 19rem;color: #222;}
.main .notice_wrap .notice dt:nth-of-type(4) {padding: 18rem 0 16rem !important;}
.main .notice_wrap .notice dt:nth-of-type(3), .main .notice_wrap .notice dt:nth-of-type(4) {padding: 0 0 6rem;font-size: 12rem;}
.main .notice_wrap .notice li {position: relative;padding-left: 8rem;font-size: 12rem;line-height: 18rem;color: #222;margin-bottom: 12rem;letter-spacing: -0.2rem;}
.main .notice_wrap .notice li .bk {color: #2b2c31;font-size: 12rem;}
.main .notice_wrap .notice .last {margin-bottom: 30rem;}
.main .notice_wrap .notice .mgb0 {margin-bottom: 0;}
.main .notice_wrap .notice .end {padding-bottom: 18rem;}
.main .notice_wrap .notice li.red, .main .notice_wrap .notice li span {color: #ff586e;}
.main .notice_wrap .notice ul li .red {color: #ff586e;}
.main .notice_wrap .notice .flex {color: #222;display: flex;}
.main .notice_wrap .notice .flex span {color: #222;padding-right: 3rem;}
.main .notice_wrap .notice li span.bold {color: #222;font-weight: bold;font-size: 12rem;}
.main .notice_wrap .notice li.red::before {background: #ff586e;}
.main .notice_wrap .notice li.bold {font-weight: bold;color: #2b2c31;}
.main .notice_wrap .notice li.depth {margin-left: 10rem;}
.main .notice_wrap .notice li.depth:before {content: "";display: block;position: absolute;width: 4rem;height: 1rem;background: #666;left: 0;top: 8rem;}
.main .notice_wrap .notice li:before {content: "";display: block;position: absolute;width: 2rem;height: 2rem;border-radius: 50%;background: #2b2c31;left: 0;top: 8rem;}
.main .notice button {font-size: 14rem;font-weight: bold;color: #222;cursor: pointer;width: 320rem;height: 40rem;background: #fff;border: 0.5rem solid #22222230;border-radius: 10rem;}
.main .notice .footer {text-align: center;padding-top: 11rem;position: relative;}
.main .notice .footer p {font-size: 12rem;color: #2b2c31;line-height: 1.44;font-weight: bold;}
.main .notice .footer p span {font-weight: normal;font-size: 12rem;}
.main .notice .footer::before {content: "";background: #ccc;width: 320rem;height: 1rem;position: absolute;top: 0;left: 0;opacity: 0.3;}
/* 스크롤탑 */
.wrap #topBtn {position: fixed;bottom: 107rem;right: calc(50% - 170rem);cursor: pointer;background: url("/e/kws/assets/images/event/2026/EC260023/top.png") no-repeat 0 0 / cover;width: 40rem;height: 40rem;z-index: 3;opacity: 0;transition: opacity 0.4s ease-in-out 0s;}
/* 모달창 */
.layer .btn_close {text-align: right;width: 284rem;}
.layer .btn_close button {width: 64rem;height: 48rem;background: url("/e/kws/assets/images/event/2026/EC260023/icon_header_close.png") no-repeat center / 24rem 24rem;font-size: 0;}
.layer {display: none;justify-content: center;align-items: center;background: rgba(0, 0, 0, 0.5);position: fixed;left: 0;right: 0;bottom: 0;top: 0;z-index: 3;}
.layer .box {position: absolute;padding: 0 16rem 40rem;width: 300rem;background: #fff;text-align: center;border-radius: 20rem;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.layer .box img {width: 268rem;}
.layer:target {display: flex;}