@charset "UTF-8";
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 200;
  src: local("SpoqaHanSansNeo"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 300;
  src: local("SpoqaHanSansNeo"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Light.woff2") format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 400;
  src: local("SpoqaHanSansNeo"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 600;
  src: local("NotoSans"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 700;
  src: local("NotoSans"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-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;
  font-weight: 400;
  font-size: 12px;
  font-family: "SpoqaHanSansNeo";
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

a {
  text-decoration: none;
}

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

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

.game {
  width: 375px;
}

.non_scroll {
  overflow: hidden;
  touch-action: none;
}

/* popup */
.popup {
  position: fixed;
  bottom: 0;
  max-width: 640px;
  z-index: 99;
  /* 알림 서비스 동의 */
  /* 개인신용정보 수집·이용·제공 필수 동의서 */
}
.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/EC260043/icon_header_close.png") no-repeat center center/25rem 25rem;
}
.popup > .popup_container .pop_body .pop-scroll {
  overflow-y: auto;
  overscroll-behavior: none;
}
.popup > .popup_container .pop_body .agree_wrap dt {
  margin-bottom: 8rem;
  font-weight: bold;
  font-size: 18rem;
  line-height: 24rem;
  color: #333;
}
.popup > .popup_container .pop_body .agree_wrap dd {
  border: 1rem solid #ddd;
  border-radius: 16rem;
}
.popup > .popup_container .pop_body .agree_wrap .all_agree {
  position: relative;
  padding: 16rem;
  border-bottom: 1rem solid #ddd;
}
.popup > .popup_container .pop_body .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/EC260043/icon_check.png") no-repeat center left/24rem 24rem;
  appearance: none;
}
.popup > .popup_container .pop_body .agree_wrap .all_agree input:checked {
  background-image: url("/e/kms/assets/images/event/2026/EC260043/icon_check_checked.png");
}
.popup > .popup_container .pop_body .agree_wrap .all_agree label {
  display: block;
  padding-left: 32rem;
  font-size: 13rem;
  line-height: 24rem;
  color: #333;
}
.popup > .popup_container .pop_body .agree_wrap .agree_list {
  padding: 20rem;
}
.popup > .popup_container .pop_body .agree_wrap .agree_list li {
  position: relative;
}
.popup > .popup_container .pop_body .agree_wrap .agree_list li + li {
  margin-top: 10rem;
}
.popup > .popup_container .pop_body .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/EC260043/icon_checkbox.png");
}
.popup > .popup_container .pop_body .agree_wrap .agree_list li input:checked {
  background-image: url("/e/kms/assets/images/event/2026/EC260043/icon_checkbox_checked.png");
}
.popup > .popup_container .pop_body .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/EC260043/icon_arrow_right.png") no-repeat right center/12rem 12rem;
}
.popup > .popup_container .pop_body .agree_wrap .agree_list li label span {
  color: #b43a6b;
  font-size: inherit;
}
.popup > .popup_container .pop_body .agree_wrap dd + dt {
  margin-top: 24rem;
}
.popup > .popup_container .terms .info {
  margin-bottom: 24rem;
  padding: 16rem;
  border-radius: 12rem;
  background-color: #f7f7f7;
  font-size: 14rem;
  line-height: 20rem;
  color: #666666;
}
.popup > .popup_container .terms .notice.no_bullet {
  padding-bottom: 20rem;
}
.popup > .popup_container .terms .notice.no_bullet .list_dot > li {
  padding-left: 0;
}
.popup > .popup_container .terms .notice.no_bullet .list_dot > li::before {
  display: none;
}
.popup > .popup_container .terms .notice.no_bullet .list_dot > li .list_bar li::before {
  display: none;
}
.popup > .popup_container .terms .notice > dt {
  margin: 24rem 0 16rem;
  font-weight: bold;
  font-size: 18rem;
  color: #333;
}
.popup > .popup_container .terms .notice ol > li + li {
  margin-top: 24rem;
}
.popup > .popup_container .terms .notice ol > li .tit {
  margin-bottom: 14rem;
  font-weight: bold;
  font-size: 16rem;
  line-height: 22rem;
  color: #333;
}
.popup > .popup_container .terms .notice ol > li .list_dot > li {
  position: relative;
  padding-left: 11rem;
  font-size: 14rem;
  line-height: 20rem;
  color: #333;
}
.popup > .popup_container .terms .notice ol > li .list_dot > li + li {
  margin-top: 12rem;
}
.popup > .popup_container .terms .notice ol > li .list_dot > li::before {
  opacity: 1;
}
.popup > .popup_container .terms .notice ol > li .list_bar {
  margin-top: 10rem;
}
.popup > .popup_container .terms .notice ol > li .list_bar li {
  color: #333;
}
.popup > .popup_container .terms .notice ol > li .list_bar li + li {
  margin-top: 8rem;
}
.popup > .popup_container .terms .notice ol > li .list_bar li::before {
  width: 6rem;
  height: 1rem;
  border-radius: 0;
  top: 8rem;
  opacity: 1;
}
.popup > .popup_container .info {
  margin-bottom: 24rem;
  padding: 16rem;
  border-radius: 12rem;
  background-color: #f7f7f7;
  font-size: 14rem;
  line-height: 20rem;
  color: #666666;
}
.popup > .popup_container .notice {
  padding-bottom: 20rem;
}
.popup > .popup_container .notice dt {
  margin: 24rem 0 16rem;
  font-weight: bold;
  font-size: 18rem;
  color: #666666;
}
.popup > .popup_container .notice ol li .tit {
  margin-bottom: 14rem;
  font-weight: bold;
  font-size: 16rem;
  line-height: 22rem;
  color: #666666;
}
.popup > .popup_container .notice ol li .list_dot li {
  position: relative;
  padding-left: 11rem;
  font-size: 14rem;
  line-height: 20rem;
  color: #666666;
}
.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 .btn_wrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30rem 0 20rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 2%, rgba(255, 255, 255, 0.44) 4%, rgba(255, 255, 255, 0.6) 7%, rgba(255, 255, 255, 0.86) 15%, #fff);
}
.popup > .popup_container .btn_wrap button {
  position: relative;
  z-index: 10;
  display: block;
  width: calc(100% - 40rem);
  height: 56rem;
  margin: 0 auto;
  background-color: #bb1b39;
  border: 0;
  border-radius: 16rem;
  text-align: center;
  font-weight: 700;
  font-size: 16rem;
  color: #fff;
}
.popup > .popup_container .btn_wrap button:disabled {
  background-color: #bf8993;
  color: #dec1c9;
}
.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_header h1 {
  font-size: 16rem;
  letter-spacing: -1rem;
}
.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: 600rem;
  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;
}

/* 이벤트 메인 */
.event {
  background: #F7FAC8;
}
.event .content {
  line-height: 0;
}
.event .content img {
  width: 100%;
}
.event .part {
  position: absolute;
  top: 583rem;
  left: 55rem;
  width: 250rem;
  height: 33rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 15rem;
  text-align: center;
  line-height: 32rem;
  letter-spacing: -0.5rem;
  font-weight: 500;
  font-size: 13rem;
  color: #151B11;
}
.event .part span {
  font-weight: 500;
  font-size: 13rem;
  color: #F74545;
}
.event .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 22rem;
  left: 0;
  width: 100%;
  padding: 0 20rem;
  box-sizing: border-box;
}
.event .header img {
  display: block;
  width: 100%;
  height: 100%;
}
.event .header h1 {
  width: 74rem;
  height: 23rem;
}
.event .header .share {
  width: 26rem;
  height: 26rem;
}
.event .notice_wrap {
  padding: 20rem 20rem 30rem;
  background: #f1f1f1;
}
.event .notice_wrap .notice dt {
  padding: 30rem 0 14rem;
  font-size: 14rem;
  font-weight: 600;
  line-height: 19rem;
  color: #2b2c31;
}
.event .notice_wrap .notice li {
  position: relative;
  padding-left: 8rem;
  letter-spacing: -0.3rem;
  font-size: 12rem;
  line-height: 18rem;
  color: #2b2c31;
}
.event .notice_wrap .notice li::before {
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #2b2c31;
  left: 0;
  top: 9rem;
}
.event .notice_wrap .notice li + li {
  margin-top: 8rem;
}
.event .notice_wrap .notice li.red {
  color: #ff586e;
}
.event .notice_wrap .notice li.red::before {
  background: #ff586e;
}
.event .notice_wrap .notice li.black {
  font-weight: 700;
}
.event .notice_wrap .footer {
  margin-top: 30rem;
  padding-top: 10rem;
  border-top: 1rem solid rgba(204, 204, 204, 0.3);
  text-align: center;
  letter-spacing: -0.3rem;
  font-size: 12rem;
  line-height: 18rem;
  color: #2b2c31;
}
.event .notice_wrap .footer strong {
  font-weight: 700;
  font-size: 12rem;
}
.event .btn_wrap {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 157rem;
  background: url("/e/kms/assets/images/event/2026/EC260043/bg_btn_start.png") no-repeat 0 0/100% 100%;
}
.event .btn_wrap button {
  display: block;
  position: absolute;
  bottom: 24rem;
  left: 20rem;
  width: 320rem;
  height: 65rem;
}
.event .btn_wrap button img {
  width: 100%;
}

/* 게임 메인 */
.main .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  padding: 0 18px 0 24px;
}
.main .header img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .header h1 {
  width: 64px;
  height: 20px;
}
.main .header .share {
  width: 26px;
  height: 26px;
}
.main .visual {
  line-height: 0;
}
.main .visual img {
  width: 100%;
}
.main .btn_wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.main .btn_wrap img {
  width: 260px;
  height: 60px;
}

/* 게임 */
.wrap header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 20px 20px 0;
}
.wrap header h1 {
  width: 186px;
  height: 24px;
  background: url("/e/kms/assets/images/event/2026/EC260043/logo.png") no-repeat 0 0/100% 100%;
  font-size: 0;
}
.wrap header .btn_close {
  width: 15px;
  height: 15px;
  background: url("/e/kms/assets/images/event/2026/EC260043/btn_close.png") no-repeat 0 0/100% 100%;
  font-size: 0;
}

.ready {
  height: 760px;
  background: url("/e/kms/assets/images/event/2026/EC260043/bg_room.png") no-repeat 0 0/100% 100%;
}
.ready .text_guide {
  position: absolute;
  top: 264px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 233px;
  background: url("/e/kms/assets/images/event/2026/EC260043/text_guide1.png") no-repeat center 0/300px 100%;
}
.ready .guide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 760px;
  background: url("/e/kms/assets/images/event/2026/EC260043/bg_guide.png") no-repeat center 0/100% 100%;
}
.ready .text_ready {
  display: none;
  position: absolute;
  top: 320px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 119px;
  background: url("/e/kms/assets/images/event/2026/EC260043/text_ready.png") no-repeat center 0/293px 100%;
}
.ready .text_start {
  display: none;
  position: absolute;
  top: 320px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 120px;
  background: url("/e/kms/assets/images/event/2026/EC260043/text_start.png") no-repeat center 0/184px 100%;
}

.start {
  display: none;
  position: relative;
  overflow: hidden;
  height: 760px;
  background: url("/e/kms/assets/images/event/2026/EC260043/bg_game.png") no-repeat 0 0/100% 100%;
}
.start.gameover::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #262332;
  opacity: 0.6;
}
.start.gameover::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url("/e/kms/assets/images/event/2026/EC260043/gameover.png") no-repeat center 293px/260px 192px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.start .round_guide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("/e/kms/assets/images/event/2026/EC260043/bg_room.png") no-repeat 0 0/100% 100%;
}
.start .round_guide::after {
  content: "";
  position: absolute;
  top: 264px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 233px;
}
.start .round_guide.round_guide2::after {
  background: url("/e/kms/assets/images/event/2026/EC260043/text_guide2.png") no-repeat center 0/300px 100%;
}
.start .round_guide.round_guide3::after {
  background: url("/e/kms/assets/images/event/2026/EC260043/text_guide3.png") no-repeat center 0/300px 100%;
}
.start .time {
  position: absolute;
  top: 80px;
  left: 30px;
  width: 315px;
  height: 50px;
  background: rgba(255, 254, 255, 0.8);
  border-radius: 20px;
}
.start .time::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 13px;
  width: 40px;
  height: 40px;
  background: url("/e/kms/assets/images/event/2026/EC260043/clock.png") no-repeat 0 0/100% 100%;
}
.start .time .progressbar {
  position: absolute;
  top: 22px;
  left: 48px;
  width: 213px;
  height: 8px;
  background: #E8DDDE;
  border-radius: 0 20px 20px 0;
}
.start .time .progressbar div {
  width: 100%;
  height: 8px;
  background: #E62288;
  border-radius: 0 20px 20px 0;
}
@keyframes progressbar {
  100% {
    width: 0%;
  }
}
.start .time .timer {
  position: absolute;
  top: 0;
  right: 20px;
  width: 21px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #43414E;
}
.start .watermelon {
  position: absolute;
  background: url("/e/kms/assets/images/event/2026/EC260043/watermelon1.png") no-repeat 0 0/100% 100%;
}
.start .watermelon.round1 {
  top: 140px;
  left: 91px;
  width: 241px;
  height: 467px;
  background: url("/e/kms/assets/images/event/2026/EC260043/watermelon1.png") no-repeat 0 0/100% 100%;
}
.start .watermelon.round1.success {
  top: 147px;
  left: 27px;
  width: 340px;
  height: 391px;
  background: url("/e/kms/assets/images/event/2026/EC260043/watermelon_good1.png") no-repeat 0 0/100% 100%;
}
.start .watermelon.round2 {
  top: 140px;
  left: 59px;
  width: 279px;
  height: 467px;
  background: url("/e/kms/assets/images/event/2026/EC260043/watermelon2.png") no-repeat 0 0/100% 100%;
}
.start .watermelon.round2.success {
  top: 148px;
  left: 33px;
  width: 334px;
  height: 400px;
  background: url("/e/kms/assets/images/event/2026/EC260043/watermelon_good2.png") no-repeat 0 0/100% 100%;
}
.start .watermelon.round3 {
  top: 140px;
  left: 70px;
  width: 261px;
  height: 467px;
  background: url("/e/kms/assets/images/event/2026/EC260043/watermelon3.png") no-repeat 0 0/100% 100%;
}
.start .watermelon.round3.success {
  top: 147px;
  left: 46px;
  width: 296px;
  height: 393px;
  background: url("/e/kms/assets/images/event/2026/EC260043/watermelon_good3.png") no-repeat 0 0/100% 100%;
}
.start .line {
  position: absolute;
  top: 198px;
  left: 0;
}
@keyframes move {
  100% {
    left: 312px;
  }
}
.start .line div {
  width: 63px;
  height: 345px;
  background: url("/e/kms/assets/images/event/2026/EC260043/line.png") no-repeat 0 0/100% 100%;
}
.start .line div::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 11px;
  width: 41px;
  height: 41px;
  background: url("/e/kms/assets/images/event/2026/EC260043/point.png") no-repeat 0 0/100% 100%;
}
.start .line.active div {
  animation: line 0.11s forwards linear;
}
@keyframes line {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.start .line.active div::after {
  animation: line_active 0.1s forwards linear;
}
@keyframes line_active {
  100% {
    top: 300px;
  }
}
.start .btn_catch {
  position: fixed;
  bottom: 40px;
  left: calc(50% - 140px);
  width: 280px;
  height: 71px;
  background: url("/e/kms/assets/images/event/2026/EC260043/btn_catch.png") no-repeat 0 0/100% 100%;
}

.result {
  display: none;
  position: relative;
  height: 760px;
}
.result.result1 {
  background: url("/e/kms/assets/images/event/2026/EC260043/result1.png") no-repeat 0 0/100% 100%;
}
.result.result2 {
  background: url("/e/kms/assets/images/event/2026/EC260043/result2.png") no-repeat 0 0/100% 100%;
}
.result.result3 {
  background: url("/e/kms/assets/images/event/2026/EC260043/result3.png") no-repeat 0 0/100% 100%;
}
.result.result4 {
  background: url("/e/kms/assets/images/event/2026/EC260043/result4.png") no-repeat 0 0/100% 100%;
}
.result.result4 .btn_wrap::before {
  display: none;
}
.result .point {
  position: absolute;
  top: 115px;
  left: 195px;
  width: 88px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #2D0329;
  opacity: 0.7;
}
.result .point_voucher {
  position: absolute;
  top: 296px;
  left: 124px;
  width: 124px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: #2B2B30;
}
.result .btn_wrap {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.result .btn_wrap::before {
  content: "";
  position: absolute;
  top: -39px;
  left: 0;
  width: 100%;
  height: 33px;
  background: url("/e/kms/assets/images/event/2026/EC260043/retry.png") no-repeat center 0/244px 100%;
  pointer-events: none;
}
.result .btn_wrap .btn_share_only {
  display: none;
}
.result .btn_wrap button {
  margin-top: 10px;
}
.result .btn_wrap img {
  width: 320px;
  height: 65px;
}