@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: local("Pretendard Regular"), url("/e/kms/assets/fonts/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: local("Pretendard Bold"), url("/e/kms/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 > .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/kms/assets/images/event/2026/20260051/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/kms/assets/images/event/2026/20260051/icon_check.png") no-repeat center left/24rem 24rem;
  appearance: none;
}
.popup > .popup_container .agree_wrap .all_agree input:checked {
  background-image: url("/e/kms/assets/images/event/2026/20260051/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/kms/assets/images/event/2026/20260051/icon_checkbox.png");
}
.popup > .popup_container .agree_wrap .agree_list li input:checked {
  background-image: url("/e/kms/assets/images/event/2026/20260051/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/kms/assets/images/event/2026/20260051/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;
}
.popup.popup_event .popup_container .pop_header {
  position: relative;
}
.popup.popup_event .popup_container .pop_body {
  padding-bottom: 110rem;
  box-sizing: border-box;
}
.popup.popup_event .popup_container .btn_wrap button {
  width: calc(100% - 40rem);
}
.popup.popup_agree .pop_content {
  padding: 0 0 10rem;
}
.popup.popup_agree .pop_content + .pop_content {
  padding-top: 40rem;
}
.popup.popup_agree h2 {
  margin: 0 0 2rem;
  font-weight: bold;
  font-size: 18rem;
  line-height: 24rem;
  color: #333;
}
.popup.popup_agree h3 {
  font-weight: bold;
  font-size: 16rem;
  line-height: 24rem;
  color: #333;
}
.popup.popup_agree h3 + p {
  margin-top: 16rem;
  font-size: 600px;
  font-size: 13rem;
  line-height: 20rem;
  color: #666;
}
.popup.popup_agree h3 + p + h4 {
  margin-top: 32rem;
}
.popup.popup_agree h4 {
  display: inline-flex;
  height: 32rem;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  margin-bottom: 16rem;
  padding: 0 16rem 0 8rem;
  border-radius: 16rem;
  background-color: #ecf2fc;
  font-weight: 600;
  font-size: 14rem;
  color: #212266;
  line-height: 20rem;
}
.popup.popup_agree h4 span {
  display: inline-block;
  width: 20rem;
  height: 20rem;
  background-color: #212266;
  color: #ecf2fc;
  font-weight: 600;
  font-size: inherit;
  line-height: 20rem;
  text-align: center;
  border-radius: 50%;
}
.popup.popup_agree h5 {
  margin: 32rem 0 12rem;
  font-weight: bold;
  font-size: 16rem;
  line-height: 24rem;
  color: #333;
}
.popup.popup_agree .tbl_collect {
  width: 100%;
}
.popup.popup_agree .tbl_collect tr > * {
  padding: 12rem;
  font-weight: 600;
  font-size: 13rem;
  line-height: 18rem;
}
.popup.popup_agree .tbl_collect th {
  background-color: #f5f5f5;
  color: #333;
  border-radius: 6rem;
  border: 2rem solid #fff;
  text-align: left;
}
.popup.popup_agree .tbl_collect td {
  vertical-align: middle;
  color: #666;
}
.popup.popup_agree .tbl_collect td > * {
  display: block;
  font-size: inherit;
  color: inherit;
}
.popup.popup_agree .tbl_collect td .tit {
  margin-bottom: 4rem;
  font-weight: bold;
  color: #333;
}
.popup.popup_agree .tbl_collect td .noti {
  margin-top: 8rem;
}


.wrap .maintop {background: url(/e/kms/assets/images/event/2026/20260051/KV.jpg) no-repeat 0 0 / contain;width: 360rem;height: 630rem;position: relative;}
.wrap .logoico {position: absolute;top: 22rem;left: 0;z-index: 1;justify-content: space-between;display: flex;padding: 0 20rem;width: 100%;align-items: center;}
.wrap .logoico img:first-child {width: 72rem;height: 21rem;}
.wrap .logoico img:last-child {width: 26rem;height: 26rem;}
.wrap .subpk img, .wrap .one img, .wrap .two img, .wrap .thr img {width: 360rem;}
.wrap .one, .wrap .two, .wrap .subpk {position: relative;}
.wrap .subpk button:nth-child(2) {position: absolute;left: 40rem;bottom: 246rem;}
.wrap .subpk button:nth-child(3) {position: absolute;right: 40rem;bottom: 190rem;}
.wrap .subpk button:nth-child(4) {position: absolute;left: 40rem;bottom: 75rem;}
.wrap .subpk button .same {width: 91rem;}
.wrap .subpk button .only {width: 54rem;}
.wrap .one {background: #161105;}
.wrap .one img {width: 360rem;}
.wrap .blackbox {background: #161105;padding-bottom: 50rem;}
.wrap .bitnew {background: #2f2b21;padding: 0 30rem 40rem;}
.wrap .bitnew.two {background: #222018;}
.prize .bitnew {background: none;padding: 0 20rem;}
.wrap .bitnew .codebox {padding: 24rem 24rem 20rem;background: #433e30;border-radius: 19rem;box-shadow: 0 0 2.8rem 0 rgba(255, 255, 255, 0.14) inset;text-align: center;}
.prize .bitnew.thr {margin-top: 200rem;}
.prize .bitnew .codebox {background: #fff1d0;box-shadow: 0 0 3.2rem 0 #fff inset, 0 0 2.8rem 0 rgba(255, 255, 255, 0.14) inset;}
.wrap .bitnew.two .codebox {background: #2e2b23;}
.wrap .bitnew .codebox p {color: #fff;font-size: 16rem;font-weight: bold;line-height: 1.3;}
.prize .bitnew .codebox p {color: #433e30;letter-spacing: -.9rem;}
.wrap .bitnew .codebox button img {width: 252rem;}
.prize .bitnew .codebox button img {width: 272rem;}
.wrap .bitnew .codebox .inputbox {display: flex;padding: 16rem 0 14rem;justify-content: space-between;}
.prize .bitnew .codebox .inputbox {gap: 8rem;}
.wrap .bitnew .codebox .inputbox .code {background: #666153;border: 1rem solid #ffffff19;border-radius: 12rem;display: flex;justify-content: center;align-items: center;width: 166rem;font-size: 18rem;font-weight: 400;}
.prize .bitnew .codebox .inputbox .code {background: #fff;border: 1rem solid #ffe4b2;width: 186rem;}
.wrap .bitnew .codebox .inputbox button {background: #ff8226;width: 78rem;border-radius: 12rem;color: #201d16;font-weight: bold;font-size: 14rem;height: 40rem;}
.prize .bitnew .codebox .inputbox button {color: #fff;}
.wrap .bitnew .codebox li {line-height: 1.2;text-align: left;margin-top: 20rem;color: #cac7c0;font-size: 10rem;position: relative;padding-left: 7rem;}
.wrap .bitnew .codebox li::before {content: "";width: 2.5rem;height: 2.5rem;background: #cac7c0;position: absolute;top: 5rem;left: 0;border-radius: 50%;}
.wrap .grbox {background: #f0f2f5;padding: 0 30rem 30rem;}
.wrap .grbox .pkbox {background: #ffe4f4;padding: 20rem;text-align: center;border-radius: 20rem;}
.wrap .grbox .pkbox .pktitle {color: #c80078;font-size: 20rem;font-weight: bold;line-height: 1.2;}
.wrap .grbox .pkbox .pktitle span {color: #696969;font-size: 12rem;}
.wrap .grbox .pkbox .wonbox {background: #fff;padding: 24rem 15rem 15rem;border-radius: 27rem;border: 1rem solid #d1218b;margin: 12rem 0 12rem;}
.wrap .grbox .pkbox .wonbox .won {color: #333;font-size: 22rem;font-weight: bold;}
.wrap .grbox .pkbox .wonbox .won b {color: #333;font-size: 15rem;}
.wrap .grbox .pkbox .wonbox button {background: #c80078;border-radius: 999rem;width: 230rem;height: 38rem;color: #fff;font-weight: bold;font-size: 14rem;margin-top: 20rem;}
.wrap .grbox .pkbox p {color: #696969;font-size: 12rem;line-height: 1.3;}
.wrap .sectsub, .wrap .sectwo {position: relative;}
.wrap .sectsub img, .wrap .sectwo img {width: 360rem;}
.wrap .sectsub button {background: #fff;width: 300rem;height: 40rem;position: absolute;bottom: 30rem;left: 30rem;color: #1d1a1a;font-size: 14rem;font-weight: bold;border-radius: 10rem;z-index: 2;}
.wrap .sectwo button {background: #f63a8d;width: 300rem;height: 40rem;position: absolute;bottom: 30rem;left: 30rem;color: #fff;font-size: 14rem;font-weight: bold;border-radius: 10rem;z-index: 2;}
.wrap .btfix {position: relative;background: #343129;line-height: 0;}
.wrap .btn_top {position: fixed;bottom: 124rem;right: calc(50% - 170rem);background: url(/e/kms/assets/images/event/2026/20260051/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/kms/assets/images/event/2026/20260051/gra.png) no-repeat 0 0 / cover;opacity: 0;transition: opacity 0.4s ease-in-out;}
.wrap .fixed {width: 360rem;height: 38rem;background: url(/e/kms/assets/images/event/2026/20260051/Floating_button.png) no-repeat 0 0 / cover;}
.wrap .fixed.secon {width: 320rem;height: 66rem;background: url(/e/kms/assets/images/event/2026/20260051/Floating_button_secon.png) no-repeat 0 0 / cover;margin: 0 20rem 10rem;}
.wrap .whitebox {background: #fff;padding: 50rem 30rem;text-align: center;line-height: 1.3;}
.wrap .whitebox p {color: #2b2c31;font-size: 20rem;font-weight: bold;}
.wrap .whitebox button img {width: 300rem;margin-top: 17rem;}
.wrap .navst {position: relative;}
/* 아코디언 */
.accordion-wrap {margin: 0 auto;width: 300rem;border-radius: 20rem;background: #1c1709;padding: 26rem 20rem 17rem;border: 1rem solid #ffffff14;}
.accordion-wrap.gr {background: #d2e8aa;}
.accordion-wrap.brown {background: #fddfae;}
.accordion-box {text-align: left;}
.accordion-box .center {text-align: center;line-height: 1.3;}
.accordion-box .center p {color: #fff;font-size: 15rem;font-weight: bold;padding-bottom: 15rem;}
.accordion-box .impor {width: 93rem !important;padding-bottom: 20rem;}
.accordion-box .flex {display: flex;margin-bottom: 10rem;align-items: baseline;color: #fff;position: relative;padding-left: 9rem;line-height: 1.4;font-size: 12rem;}
.accordion-box .flex::before {content: "";background: #fff;width: 3rem;height: 3rem;left: 0;top: 6rem;position: absolute;border-radius: 50%;}
.accordion-box > section:last-child {border-bottom: none;}
.accordion-box > section > .accor-head {cursor: pointer;position: relative;font-size: 46rem;text-align: center;width: 100%}
.accordion-box > section > .accor-head > button {font-weight: bold;color: #fff;font-size: 12rem;display: flex;margin: 0 auto;gap: 3rem;}
.accordion-box > section > .accor-head button::after {content: "";display: block;width: 12rem;height: 12rem;background: url(/e/kms/assets/images/event/2026/20260051/arrow-right.png) no-repeat;background-size: cover;transform: translateY(0%) rotate(0deg);}
.accordion-box > section > .accor-head > p {color: #2b2c31;font-size: 13rem;font-weight: bold;margin-right: 7rem;}
.accordion-box > section .accor-head > span {font-size: 14rem;padding-right: 11rem;font-weight: bold;}
.accordion-box > section.act {border-bottom: 1rem solid #cccccc40;margin: 0 auto;}
.accordion-box > section.act:last-child {border-bottom: none;}
.accordion-box > section.act .accor-head > span {font-size: 14rem;padding-right: 11rem;}
.accordion-box > section.act > .accor-head button::after {transform: translateY(0%) rotate(180deg);opacity: 1;}
.accordion-box > section > .accor-body {color: #2b2c31;font-weight: 400;display: none;line-height: 1.3;margin: 0 auto;}
.accordion-box > section > .accor-body > .flex {display: flex;color: #fff;}
.accordion-box > section > .accor-body > .flex > span {margin-right: 8rem;font-size: 9rem;width: 18rem;height: 18rem;}
.accordion-box section #tab_first {display: block;}
/* 섹션이동 */
.nav-bar {position: sticky;top: 0;left: 0;width: auto;display: flex;overflow-x: auto;white-space: nowrap;background: #484439;z-index: 1;height: 43rem;justify-content: space-evenly;}
.nav-bar::-webkit-scrollbar {display: none;}
.nav-bar button {background: transparent;color: #736e5e;padding: 0 10rem;cursor: pointer;font-size: 16rem;font-weight: bold;}
.nav-bar button span {font-size: 10rem;font-weight: bold;}
.nav-bar button.active {color: #ff8226;border-bottom: 2rem solid #ff8226;}
/* 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: #2b2c31;}
.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;}
/* 팝업창 */
.prize {
  padding-top: 54rem;
  text-align: center;
}
.prize .btn_close {
  position: absolute;
  top: 20rem;
  right: 20rem;
  width: 24rem;
  height: 24rem;
  background: url("/e/kms/assets/images/event/2026/20260051/btn_close.png") no-repeat 0 0/100% 100%;
  cursor: pointer;
}
.prize .title_purple {
  padding-bottom: 6rem;
  font-weight: 700;
  font-size: 16rem;
  color: #9645e9;
}
.one_more .title_purple {
  color: #111;
  font-weight: 400;
}
.one_more .title_purple strong {
  color: #111;
  font-weight: bold;
  font-size: 16rem;
}
.prize .title_black {
  padding: 0rem 0 10rem;
  line-height: 130%;
  font-weight: 700;
  font-size: 22rem;
}
.one_more .title_black {
  padding: 42rem 0 10rem;
  line-height: 130%;
  font-weight: 700;
  font-size: 22rem;
}
.prize .top_money {
  width: 180rem;
  height: 42rem;
  margin: 0 auto 24rem;
  padding: 9rem;
  background: #fff;
  border-radius: 90rem;
  font-size: 20rem;
  color: #ff6c00;
}
.prize .top_money strong {
  font-weight: 700;
  font-size: 24rem;
  color: #ff6c00;
}
.prize .list_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 16rem;
  padding: 22rem 0 14rem;
  background: #fff1d0;
  border-radius: 16rem;
  box-shadow: 0 0 3.2rem 0 #fff inset;
}
.prize .list_wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 26rem 0;
  width: 292rem;
  padding-bottom: 30rem;
}
.prize .list_wrap .list li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 73rem;
  height: 56rem;
  background: url("/e/kms/assets/images/event/2026/20260051/list.png") no-repeat center 0/56rem 56rem;
  border-radius: 50%;
  text-align: center;
  font-size: 11rem;
  counter-increment: counter;
}
.prize .list_wrap .list li:nth-child(n+10)::before {
  content: counter(counter);
}
.prize .list_wrap .list li::before {
  content: "0" counter(counter);
  font-weight: 700;
  font-size: 16rem;
  color: #fff1d0;
}
.prize .list_wrap .list li.active {
  display: block;
  line-height: 130rem;
  background: url("/e/kms/assets/images/event/2026/20260051/list_active.png") no-repeat center 0/56rem 56rem;
}
.prize .list_wrap .list li.active::before {
  display: none;
}
.prize .list_wrap .list li.hundred {
  display: block;
  line-height: 130rem;
  background: url("/e/kms/assets/images/event/2026/20260051/list_hundred.png") no-repeat center 0/56rem 56rem;
}
.prize .list_wrap .list li.hundred::before {
  display: none;
}
.prize .list_wrap .list li.top::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 8rem;
  width: 22rem;
  height: 22rem;
  background: url("/e/kms/assets/images/event/2026/20260051/topv.png") no-repeat 0 0/100% 100%;
}
.prize .list_wrap .list li.shine::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 8rem;
  width: 22rem;
  height: 22rem;
  background: url("/e/kms/assets/images/event/2026/20260051/shine.png") no-repeat 0 0/100% 100%;
}
.prize .share_number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
.one_more .share_number {
  margin: 14rem 0 30rem;
}
.prize .share_number .text {
  font-size: 14rem;
  color: #464646;
}
.prize .share_number .number {
  height: 19rem;
  padding: 0 7rem;
  background: #fee4b3;
  border-radius: 10rem;
  line-height: 19rem;
  font-size: 8rem;
  color: #f2bd56;
}
.prize .share_number .number strong {
  font-weight: 700;
  font-size: 12rem;
}
.prize .share_number .number strong span {
  font-weight: 700;
  color: #664d1c;
}
.prize .btn_draw {
  margin: 14rem 20rem 12rem;
  line-height: 0;
  cursor: pointer;
}
.prize .btn_draw img {
  width: 100%;
}
.prize .btn_confirm img {
  width: 100%;
}
.prize .btn_confirm {
  margin: 0 20rem;
  line-height: 0;
  cursor: pointer;
}
.prize .btn_banner {
  margin: 26rem 20rem 0;
  line-height: 0;
  cursor: pointer;
}
.prize .btn_onemore {
  margin: 0 20rem 16rem;
  line-height: 0;
  cursor: pointer;
}
.prize .caution {
  padding: 40rem 20rem 50rem;
  background: url("/e/kms/assets/images/event/2026/20260051/line.png") no-repeat center 26rem/320rem 1rem;
  text-align: left;
}
.prize .caution li {
  position: relative;
  padding: 0 0 3rem 9rem;
  line-height: 17rem;
  font-size: 12rem;
  color: #222;
}
.prize .caution li::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: #222;
  border-radius: 50%;
}
.prize .caution li.red {
  color: #ff2626;
}
.prize .caution li.red::before {
  background: #ff2626;
}
.prize .prize_guide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(68, 68, 68, 0.6);
  pointer-events: auto;
  animation: hide 2s 2s step-end forwards;
}
.prize .prize_guidetwo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: auto;
  animation: hide 2s step-end forwards;
}
@keyframes hide {
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
.prize .prize_guide .content {
  width: 320rem;
  padding: 30rem 0;
  background: url(/e/kms/assets/images/event/2026/20260051/minipopup.png) no-repeat 0 0 / cover;
  border-radius: 24rem;
  text-align: center;
}
.prize .prize_guidetwo .content.ing {
  width: 320rem;
  padding: 30rem 0;
  background: url(/e/kms/assets/images/event/2026/20260051/bitcoin.png) no-repeat 0 0 / cover;
  border-radius: 24rem;
  text-align: center;
}
.prize .prize_guidetwo .content.ing img {
  width: 255rem;
  margin-top: 35rem;
}
.prize .prize_guide .content .cash {
  padding-bottom: 8rem;
  font-size: 18rem;
  color: #453d2a;
}
.prize .prize_guide .content .money {
  padding-bottom: 6rem;
  font-size: 26rem;
  color: #ff6c00;
}
.prize .prize_guide .content .money strong {
  letter-spacing: -1rem;
  font-weight: 700;
  font-size: 34rem;
  color: #ff6c00;
}
.prize .prize_guide .content .win {
  padding-bottom: 174rem;
  letter-spacing: -1rem;
  font-weight: 700;
  font-size: 34rem;
  color: #453d2a;
}
.prize .prize_guide .content .bag {
  font-size: 18rem;
  color: #453d2a;
}
.prize .titlep {width: 300rem;margin: 0 auto;}
.prize .evengo {position: relative;text-align: center;margin-top: 200rem;}
.prize .evengo button {position: absolute;left: 40rem;bottom: 30rem;background: #ff6c00;border-radius: 10rem;width: 280rem;height: 40rem;color: #fff;font-size: 14rem;font-weight: bold;}
.prize .evengo img {width: 320rem;text-align: left;}
.prize.two .top_money {margin: 0 auto;}
.prize.two .prize_list_wrap {background: url(/e/kms/assets/images/event/2026/20260051/title.png) no-repeat center 55rem / contain;}
.one_more button {margin: 0 !important;}
.one_more .middle {text-align: center;}
.one_more .middle img {width: 318rem;margin: 30rem 0;}
.one_more button img {width: 320rem;}
.prize_list {
  background: url(/e/kms/assets/images/event/2026/20260051/bg1.png) no-repeat 0 0 / cover;
}
.prize_list.two {
  background: url(/e/kms/assets/images/event/2026/20260051/bg2.png) no-repeat 0 0 / cover;
}
.one_more {
  background: url(/e/kms/assets/images/event/2026/20260051/bg3.png) no-repeat center 0 / cover;
}