/****** Reset ******/
@charset "UTF-8"; body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button { margin: 0; padding: 0 } fieldset, img { border: 0 none } dl, ul, ol, menu, li { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } input, select, textarea, button { vertical-align: middle; font-size: 100% } button { border: 0 none; background-color: transparent; cursor: pointer } table { border-collapse: collapse; border-spacing: 0 } body {  background-color: #fff; -webkit-text-size-adjust: none } input:checked[type='checkbox'] { background-color: #666; -webkit-appearance: checkbox } input[type='text'], input[type='password'], input[type='submit'], input[type='search'], input[type='tel'], input[type='email'], html input[type='button'], input[type='reset'] { -webkit-appearance: none; border-radius: 0 } input[type='search']::-webkit-search-cancel-button { -webkit-appearance: none } body, th, td, input, select, textarea, button { font-size: 14px; line-height: 1.5; font-family: 'Pretendard','Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif; color: #000 } a { color: #005a96; text-decoration: none } a:active, a:hover { text-decoration: none } button, a, img { -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } button:focus, a:focus, img:focus { outline: none !important; } address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal } hr { border: 0 none; } img { width: 100%; } .modal-table { display: table; width: 100%; height: 100%; table-layout: fixed; } .modal-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center; } .ir { display: block; font-size: 0; text-indent: -99999px; height: 0; } #kakaoHead { padding: 40px 0 60px; } #kakaoHead .img_title { position: relative; display: block; width: 100%; padding-top: 55%; background-size: contain; } #kakaoHead .img-date { padding-top: 15px; }
/****** Layout ******/

.right {
  float: right;
}

.clearfix::after {
  display: block;
  content: '';
  clear: both;
}

video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

/* guide padding */
[data-view-guide='true'] .inner {
  position: relative;
}

[data-view-guide='true'] .inner:not(.no-wrap):before,
[data-view-guide='true'] .inner:not(.no-wrap):after {
  content: '';
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #ffb2b2;
  opacity: 0.3;
}

[data-view-guide='true'] .inner:not(.no-wrap):before {
  left: 0;
}

[data-view-guide='true'] .inner:not(.no-wrap):after {
  right: 0;
}

/* design-guide */
.inner {
  max-width: 375px;
  margin: 0 auto;
  box-sizing: border-box;
  /* overflow: hidden; */
}

.inner.no-wrap {
  padding: 0;
  /*max-width: unset;*/
  overflow: inherit;
}

/* 유의사항 */
#eventInfo .inner {
  padding: 0 30px;
}
#eventInfo .info-tit {
  padding-top: 60px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
#eventInfo .info-cont {
  margin-top: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #444;
}
#eventInfo .info-list {
  word-break: keep-all;
}
#eventInfo .noline .info-list {
  margin-top: 0;
}
#eventInfo .info-list li {
  position: relative;
  padding-left: 10px;
  color: #444;
  font-size: 14px;
  line-height: 24px;
}
#eventInfo .info-list li::before {
  /*content: "・";*/
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #333333;
  border-radius: 50%;
}
#eventInfo .info-list .title {
  padding: 16px 0 0 0;
}

#eventInfo .info-list .title::before {
  content: none;
}

.accordion-block {
  padding: 16px 0;
  padding-bottom: 0;
  border-bottom: 1px solid #444;
  overflow: hidden;
}
.accordion-block.noline {
  padding: 40px 0 30px;
}
.accordion-block .accordion-btn {
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
}
.accordion-block .accordion-btn span {
  vertical-align: middle;
}
.accordion-block .accordion-btn .title {
  display: inline-block;
  width: calc(100% - 25px);
}
.accordion-block .accordion-btn .icon-arrow {
  position: absolute;
  right: 0;
  line-height: 0;
  font-size: 0;
}
.accordion-block .accordion-btn .icon-arrow svg {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.accordion-block .accordion-btn.is-active .icon-arrow svg {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.accordion-block .accordion-content {
  display: none;
  padding-bottom: 24px;
}
.accordion-block.unfold .accordion-content {
  display: block;
}
.accordion-block.unfold .accordion-btn {
  pointer-events: none;
}
.accordion-block.unfold .icon-arrow {
  display: none;
}
/* 심의필 */
.serial {
  padding-bottom: 140px;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
#eventInfo .serial .info-list li::before {
  width: 4px;
  height: 4px;
}

/* 플로팅 버튼 */
.wrap_apply {
  position: fixed;
  bottom: 23px;
  width: 100%;
  text-align: center;
  padding: 0 16px;
  z-index: 999;
}

.wrap_apply .apply-btn {
  display: inline-block;
  width: 325px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
  background: #ffd600;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  border-radius: 12px;
}

.wrap_apply .link_apply {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  background: #ffe300;
}

/* theme color */
.theme-default #eventInfo {
  background: #f1f1f1;
}

.theme-default #eventInfo * {
  color: #333333;
}

.theme-dark #eventInfo {
  background: #444444;
}

.theme-dark #eventInfo * {
  color: #f1f1f1;
}

/* .theme-default .accordion-block {
    border-top: 2px solid #333333;
} */

.theme-dark .accordion-block {
  border-top: 2px solid #f1f1f1;
}

.accordion-block.noline {
  border-top: none;
}

.theme-default .accordion-block .accordion-btn .icon-plus svg {
  stroke: #333333;
}

.theme-dark .accordion-block .accordion-btn .icon-plus svg {
  stroke: #f1f1f1;
}

/* 팝업 */
.popups {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 0.4s;
}
.popups.on {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
}
.popups .dimmed {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.popups .modal-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.popups .modal-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.popups .modal-content {
  position: relative;
  max-width: 327px;
  margin: 0 auto;
  padding: 36px 16px 16px;
  box-sizing: border-box;
  border-radius: 24px;
  background: #fff;
}
.popups .title {
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 21.5px;
  color: #222;
}
.popups .modal-image:not(.d-none) + .title {
  margin-top: 20px;
}
.popups .copy[class*='--b'],
.popups .desc {
  margin: 20px auto 0;
}
.popups .sub {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #666;
}
.popups .desc {
  padding: 20px;
  border-radius: 8px;
  background: #f7f7f7;
  box-sizing: border-box;
}
.popups .sub:not([class*='--b']) {
  margin: 0 auto 12px;
}
.popups .okay-btn {
  width: 100%;
}
.popups .okay-btn .btn-ok {
  display: inline-block;
  padding: 17.5px 0;
  width: 100%;
  text-align: center;
  line-height: 24px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #222;
  background: #ddd; /* custom */
  box-sizing: border-box;
}
.popups .okay-btn.cnt-2 .btn-ok {
  display: inline-block;
  width: 49%; /* 버튼 두개일 때 디자인 필요 */
}
.popup-single .modal-content .modal-image {
  line-height: 0;
  font-size: 0;
  margin-top: 24px;
}
.popup-single .modal-content .modal-image > img,
.popup-single .modal-content .modal-image .pu-img {
  width: 223px;
}
.popup-single .modal-btn {
  display: flex;
  gap: 8px;
  margin-top: 32px;
}
.popup-single .modal-btn .okay-btn:not([class*='--info']) {
  /* flex:0 0 115px;     */
  flex: 0 0 calc(40% - 4px);
}
.popup-single .modal-btn .okay-btn .btn-ok[class*='--info'] {
  background-color: #ffd600;
}
.popup-single .modal-btn .close-on {
  display: none;
}

/* bottomsheet 팝업  */
.popup-bottom .pop-content {
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  transition: bottom 0.3s;
}
.popup-bottom.on .pop-content {
  bottom: 0;
}
.popup-bottom .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  text-indent: -99999px;
}
.popup-bottom .pop-content-inner {
  position: relative;
  margin: 0 auto;
  /* padding: 40px 30px 48px; */
  padding: 40px 30px 74px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
}
.popup-bottom .detail {
  text-align: left;
}
.popup-bottom .detail .title {
  display: block;
  margin-top: 0;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
.popup-bottom .detail .title + .cont {
  margin-top: 30px;
}
.popup-bottom .detail .cont {
  display: flex;
  align-items: center;
}
.popup-bottom .detail .cont::before {
  content: '';
  display: inline-flex;
  flex: 0 0 54px;
  margin-right: 18px;
  width: 54px;
  height: 54px;
  border-radius: 15px;
}
.popup-bottom .detail .cont span {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
}

.popup-detail .modal-content .modal-image {
  line-height: 0;
  font-size: 0;
  margin-top: 24px;
}
.popup-detail .modal-content .modal-image > img,
.popup-detail .modal-content .modal-image .pu-img {
  width: 223px;
}
.popup-detail .modal-btn {
  display: flex;
  gap: 8px;
  margin-top: 32px;
}
.popup-detail .modal-btn .okay-btn:not([class*='--info']) {
  /* flex:0 0 115px;     */
  flex: 0 0 calc(40% - 4px);
}
.popup-detail .modal-btn .okay-btn .btn-ok[class*='--info'] {
  background-color: #ffd600;
}
.popup-detail .modal-btn .close-on {
  display: none;
}

.btn-action:active {
  transform: scale(0.93);
  background-color: #666666 !important;
  transition: all 0.2s;
}

@media screen and (max-width: 375px) {
  .inner.no-wrap {
    overflow: hidden;
  }
}

@media screen and (max-width: 360px) {
  /* .inner {padding: 0 25px;} */

  #share .share-btn .btn {
    padding: 25px 28px;
  }
}

@media screen and (max-width: 340px) {
}

/****** Share ******/

/** 공유하기 - 버튼 **/
#share {
  width: 100%;
  padding: 60px 16px;
  text-align: center;
  box-sizing: border-box;
}
#share .share-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 20px 30px;
background: #555;
border-radius: 40px;
font-size: 18px;
font-weight: 700;
box-sizing: border-box;
color:#fff;
}
#share .share-btn svg {
margin-right:10px;
}
/* theme color */
/* .theme-default #share {background:#FFD600;}
.theme-dark #share {background:#fff;} */
/* .theme-default #share .share-btn {background:#444;color:#fff;}
.theme-dark #share .share-btn {background:#555555;color:#fff;} */
/* .theme-default #share .share-btn svg {stroke: #333333;} 
.theme-dark #share .share-btn svg {stroke: #ffffff;}*/


/** 공유하기 - 팝업 **/
.popup-share .pop-content {
position: absolute;
left: 0;
bottom: -500px;
width: 100%;
transition: bottom 0.3s;
}
.popup-share .pop-content-inner {
position:relative;
margin: 0 auto;
padding:10px 18px 40px;
background: #fff;
border-radius: 30px 30px 0 0;
text-align: center;
}
.popup-share .btn-close {
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
width: 35px;
height: 5px;
border-radius: 20px;
text-indent: -9999px;
/* background: #799FAD; */
  background-color:#EAECEF;
}
.popup-share .pop-share-btn-list {
margin-top: 40px;
}
.popup-share li+li {
margin-top: 10px;
}
.popup-share .pop-share-btn-list a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
height: 60px;
background: #F1F1F1;
border-radius: 15px;
font-size: 15px;
font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif;
font-weight: 600;
color: #000;
}
.popup-share .pop-share-btn-icon {
margin-right: 6px;
width: 26px;
height: 26px;
}
.popup-share .pop-share-btn-list button:after {content: none;}
.popup-share .pop-share-btn-list .kakaotalk {background: #FAE200;}
.popup-share .pop-share-btn-list .facebook {background: #1877F2;color:#fff;}
.popup-share .pop-share-btn-list .twitter {background: #1D9BF0;color:#fff;}
.popup-share .pop-share-btn-list .x {background: #000;color:#fff;}
.popup-share .pop-share-btn-list .copy {margin:0;}

.popup-share.on {
visibility: visible;
opacity: 1;
}
.popup-share.on .pop-content {
bottom:0;
}

/** 바텀시트 - 팝업 **/
.popup-more.type-bottom .pop-content {
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  transition: bottom 0.7s;
}

.popup-more.type-bottom .pop-content-inner {
  margin: 0 auto;
  padding: 10px 18px 25px 17px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
}

.popup-more.type-bottom .btn-close {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 5px;
  border-radius: 20px;
  text-indent: -9999px;
  background-color: #eaecef;
}

.popup-more.type-bottom .clear {
  position: relative;
}

.popup-more.type-bottom .clear::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 30px;
  top: -30px;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.popup-more.type-bottom .btn-confirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 15px;
  background: #000;
  padding: 16.5px 20px;
}

.popup-more.type-bottom.on {
  visibility: visible;
  opacity: 1;
}

.popup-more.type-bottom.on .pop-content {
  bottom: 0;
}

html,
body {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  min-width: initial
}

* {
  font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif;
}

section,
.section {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

body {
  position: relative;
  /* overflow: hidden; */
  height: auto !important;
  overflow-y: auto;
  color:#000;
}

::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
}
.no-scroll {
  overflow: hidden;
}
:root {
  --swiper-pagination-bullet-horizontal-gap: 2px;
}
main {
  /* overflow-x: hidden; */
}

.kv {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100vh;
}

.kv .video-wrap {
  position: relative;
  height: 100vh;
}

.kv .video-wrap video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.kv .inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  padding: 40px 0 8px;
}

.kv .inner button {
  position: absolute;
  display: none;
  align-items: center;
  left: 16px;
  top: 20px;
  border-radius: 100px;
  background: #f2f2f2;
  padding: 8px 12px 8px 9px;
}

.kv .inner button.joined {
  display: flex;
}

.kv .inner button span {
  color: #444;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.5px;
  margin-left: 3px;
}

.kv .inner h1 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px; 
  margin: 38px auto 26px;
}

.kv .inner p {
  color: #171717;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px; 
  margin-bottom: 10px;
}

.kv .inner p em {
  font-weight: 700;
}

.kv .inner > span {
  display: inline-block;
  color: #aaa;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.56px;
  margin-bottom: 50px;
}

.kv .inner .scroll-down {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100vh - 60px);

}

.wrap_apply.main.on {
  opacity: 0;
  transform: translateY(150%);
  transition: opacity 0.5s 1.5s ease-in-out, transform 0.5s 1.5s ease-in-out;
}

.wrap_apply.main .inner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 8px;
  overflow: visible;
}

.wrap_apply.main .inner div {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.wrap_apply.main .inner div span {
  display: none;
  width: max-content;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  background: #282a31;
  opacity: 0.9;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 0 auto;
}

.wrap_apply.main .inner div svg {
  display: none;
  margin: 0 auto 6px auto;
}

.wrap_apply.main span em {
  color: #ffe300;
}

.wrap_apply.main .apply-btn {
  background: #000;
  color: #fff;
}

.wrap_apply.main .share-btn {
  display: none;
  min-width: 161px;
}

.wrap_apply.main .share-btn.bought {
  display: flex;
  color: #000;
  background: #ffe300;
}

.wrap_apply.main.joined {
  text-align: left;
}

.wrap_apply.main.joined span svg {
  left: calc(50% - 20px);
}

.wrap_apply.main.joined .inner div {
  width: 40%;
}

.wrap_apply.main.joined .inner div span,
.wrap_apply.main.joined .inner div svg {
  display: block;
}

.wrap_apply.main.joined .apply-btn {
  color: #fff;
  background: #000;
}

.wrap_apply.main.joined .share-btn {
  display: flex;
}

#eventInfo .settingBtn {
  color: #005a96;
}

#eventInfo .serial {
  padding-bottom: 160px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

#eventInfo .serial .info-list li::before {
  width: 3px;
  height: 3px;
}
#eventInfo .serial.serial-tline {
  margin-top: 16px;
  font-size: 16px;
}
#eventInfo .serial.serial-tline .info-list {
  margin-top: 0;
}

.popup-more.type-bottom .detail {
  text-align: left;
  padding: 30px 12px 40px;
}
.popup-more.type-bottom .detail .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 20px;
}

.popup-more.type-bottom .detail > div {
  display: flex;
  padding: 10px 0;
}

.popup-more.type-bottom .detail > div span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 15px;
  background: #f1f3f9;
}

.popup-more.type-bottom .detail > div dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin-left: 15px;
}

.popup-more.type-bottom .detail > div dl dt {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 3px;
}

.popup-more.type-bottom .detail > div dl dd {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.inmotion {
  transform: translate(0, 50px);
  opacity: 0;
}

.play-inmotion.inmotion,
.play.inmotion {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -webkit-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -moz-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -ms-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -o-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
}

#eventInfo {
  display: none;
  z-index: 1;
}

.share-wrap {
  background: #F2F2F2;
}
.game-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.game-wrap .inner {
  position: relative;
  width: 100%;
  min-height: 103px;
  text-align: center;
  margin: 60px auto 0;
}

.game-wrap .inner .intro > span, .benefit > span {
  display: block;
  color: #CCCCCC;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px; 
}

.game-wrap .inner .intro h2, .benefit h2 {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 6px;
}

.game-wrap .inner .benefit-5 h2 {
  font-size: 23px;
  line-height: 27px;
  margin-top: -24px;
}

.game-wrap .inner h2 em.ani-bounce  {
  display: inline-block;
  color: #55C2EE;
  font-weight: 700;
}

.ani-bounce span {
  display: inline-flex; 
}

.game-wrap .inner .intro.play-inmotion .ani-bounce span {
  animation: aniIntroBounce 1s ease-in-out infinite;
}

.game-wrap .inner .intro.play-inmotion .ani-bounce span:nth-child(n) {
  animation-delay: calc(0.1s * var(--index));
}

.game-wrap .inner .benefit.play-inmotion .ani-bounce span {
  animation: aniBenefitBounce 0.6s ease-in-out 1;
  animation-duration: 1s;
}

.game-wrap .inner .benefit.play-inmotion .ani-bounce span:nth-child(n) {
  animation-delay: calc(0.1s * var(--index));
}

@keyframes aniIntroBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes aniBenefitBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0%);
  }
}

.benefit-1, .benefit-2, .benefit-3, .benefit-4, .benefit-5 {
  display: none;
} 

.benefit-5 {
  opacity: 0;
  transform: translateY(-5px);
}

.drop-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  margin: -34px auto auto;
  box-sizing: border-box;
  transform: none;
  width: 285px;
  height: 453px;
}

.drop-wrap::before {
  position: absolute;
  content: "";
  width: 285px;
  height: 453px;
  background: url('https://stg.kakaobankcontent.com/public/statics/events/zoopzoop/img_pack.png') 0 0 / cover no-repeat;
  z-index: -1; 
  opacity: 0;
}

.drop-wrap.test::before {
  background: url('https://stg.kakaobankcontent.com/public/statics/events/zoopzoop/img_pack.png') 0 0 / cover no-repeat;
}

.drop-wrap.prod::before {
  background: url('https://kakaobankcontent.com/public/statics/events/zoopzoop/img_pack.png') 0 0 / cover no-repeat;
}

.drop-wrap.on::before {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.drop-wrap div:last-child {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.drop-wrap picture {
  position: absolute;
  width: 100%;
  height: 100%;
}

.drop-wrap picture img {
  display: none;
}

.drop-wrap picture.on img {
  display: block;
}

.drop-wrap picture svg {
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
}

.drop-1 svg {
  width: 165px;
  height: 270px;
  left: 27px;
  top: 116px;
}

.drop-2 svg {
  width: 68px;
  height: 68px;
  left: 188px;
  top: 87px;
}

.drop-3 svg {
  width: 56px;
  height: 74px;
  left: 195px;
  top: 190px;
}

.drop-4 svg {
  width: 63px;
  height: 86px;
  left: 192px;
  top: 298px;
}

.drop-wrap.blink #drop-1 path {
  animation: aniBlink 0.8s ease-in-out infinite;
  animation-delay: 1s;
}

.shape1.blink {
  animation: aniBlinkShape 0.6s ease-in-out 2;
  animation-delay: 0.1s;
}

@keyframes aniBlink {
  0%, 100% {
    stroke: #DADADA;
  }
  50% {
    stroke: #ACACAC;
  }
}

@keyframes aniBlinkShape {
  0%, 100% {
    transform: translate3d(68px, 30px, 0) rotate(-60deg) scale(1);
  }
  50% {
    transform: translate3d(68px, 30px, 0) rotate(-60deg) scale(1.06);
  }
}

.shape-wrap {
  position: relative; 
  height: 162px;
  opacity: 0;
  margin-bottom: 27px;
}

.shape-wrap picture {
  position: absolute;
  display: block;
  bottom: -6px;
  box-sizing: border-box;
  transform: none;
  z-index: 1001;
  pointer-events: auto;
}

.shape-wrap picture.shape1 {
  width: 162px;
  transform: translate3d(45px, 12px, 0) rotate(-20deg);
}

.shape-wrap picture.shape2 {
  width: 64px;
}

.shape-wrap picture.shape3 {
  width: 57px;
  right: 82px;
}

.shape-wrap picture.shape4 {
  width: 60px;
  right: 0;
}

.result-wrap {
  display: none;
  opacity: 0;
  flex-direction: column;
  align-items: center;
}

.result-wrap.on {
  display: flex;
}

.result-wrap section {
  opacity: 0;
  text-align: center;
}

.result-wrap.on section {
  opacity: 1;
}

.result-wrap .scroll-down {
  position: absolute;
  bottom: -40px;
  left: calc(50% - 9px);
  width: 17px;
  height: 8px;
  opacity: 0;
  -webkit-animation: mouseloop 0.8s 2s infinite alternate;
  animation: mouseloop 0.8s 2s infinite alternate;
  z-index: 10;
  margin: 50px auto 64px;
}

.result-wrap .share-wrap {
  background: #fff;
}

@keyframes mouseloop {
  0% {
    transform: translateY(0);
    opacity: 0.85;
  }
  to {
    transform: translateY(-12px);
    opacity: 1;
  }
}
@-webkit-keyframes mouseloop {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0.85;
  }
  to {
    -webkit-transform: translateY(-12px);
    opacity: 1;
  }
}

.result-wrap .inner {
  text-align: center;
  margin: 84px 24px 0;
}

.result-wrap .inner p {
  color: #888;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}

.result-wrap .inner h3 {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 80px;
}

.result-wrap .benefit-cont > .inner > span {
  color: #CCCCCC;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 29px;
}

.result-wrap .benefit-cont h3 {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px; 
  margin: 10px auto 46px;
}

.result-wrap .benefit-cont .inner ul li {
  position: relative;
  display: flex;
}

.card-benefit {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #F8F8F8;
  border-radius: 19px;
  padding: 24px 20px 22px;
  margin-bottom: 12px;
}

.card-benefit > div {
  display: inline-flex;
  flex-direction: row;
}

.card-benefit > div > div {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.result-wrap .benefit-cont .inner .card-benefit .tag {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.12px;
  border-radius: 10px;
  padding: 7px 10px;
  margin: 0 auto 15px 0;
  background: #55C2EE;
}

.card-benefit2 {
  margin-right: 12px;
}

.card-benefit2 > div, .card-benefit3 > div {
  flex-direction: column;
}

.result-wrap .benefit-cont .inner .card-benefit4 .tag {
  background: #FFB711;
}

.result-wrap .benefit-cont .inner .card-benefit h4 {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin: 0 auto 5px 0;
}

.result-wrap .benefit-cont .inner .card-benefit p {
  color: #A5A5A5;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  line-height: 22px; 
  margin: 0 auto 0 0;
}

.result-wrap .benefit-cont .inner .card-benefit button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  background: #55C2EE;
  padding: 12px 14px;
  margin-top: 25px;
}

.result-wrap .benefit-cont .inner .card-benefit1 picture {
  display: inline-flex;
  align-items: center;
  width: 96px;
  margin: auto 20px auto;
}

.result-wrap .benefit-cont .inner .card-benefit2 picture {
  display: inline-flex;
  align-items: center;
  max-width: 67px;
  margin: 22px 0 0 auto;
}

.result-wrap .benefit-cont .inner .card-benefit3 picture {
  display: inline-flex;
  align-items: center;
  max-width: 58px;
  margin: 22px 0 0 auto;
}

.result-wrap .benefit-cont .inner .card-benefit4 picture {
  display: inline-flex;
  align-items: center;
  margin: auto 16px auto;
}

.result-wrap .benefit-cont .inner .card-benefit p.goods {
  background: #FFF;
  border-radius: 16px;
  padding: 22px 30px;
  margin: 25px 0 0;
}

.result-wrap .benefit-cont .inner .card-benefit p.goods span {
  display: inline-block;
  width: 100%;
  color: #545454;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
}

.result-wrap .benefit-content2 {
  width: 100%;
}

.result-wrap .benefit-content2 h3 {
  max-width: 375px;
  margin: 97px auto 50px;
}

.result-wrap .benefit-content2 picture {
  display: block;
}

.result-wrap .benefit-content2 > div {
  padding: 0 24px;
}

.result-wrap .benefit-content2 ul li {
  padding: 10px 0px;
}

.result-wrap .benefit-content2 ul li div {
  display: flex;
}

.result-wrap .benefit-content2 ul li div picture {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  margin-right: 20px;
  padding: 7px;
  background-color: #f0f3f8;
  border-radius: 12px;
}

.result-wrap .benefit-content2 ul li div div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.result-wrap .benefit-content2 ul li div div h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.result-wrap .benefit-content2 ul li div div span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #333;
  margin-top: 5px;
}

.result-wrap .benefit-content2 > div.cards-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  white-space: nowrap;
  width: 100%;
  padding: 0;
}

.result-wrap .benefit-content2 > div.cards-wrap ul {
  display: flex;
  width: max-content;
  padding: 0 24px;
  margin: 0 auto;
  animation: aniSlide 10s linear 1, aniResetSlide 0.5s 10s linear 1 forwards;
}

.result-wrap .benefit-content2 > div.cards-wrap.paused ul {
  animation-play-state: paused;
}

.result-wrap .benefit-content2 > div.cards-wrap.stopped ul {
  animation-play-state: paused;
  transform: translateX(0) !important;
}

.result-wrap .benefit-content2 > div.cards-wrap ul li {
  width: 134px;
  margin: 0 10px;
  flex-shrink: 0; 
}

@keyframes aniSlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-25% - 48px)); }
}

@keyframes aniResetSlide {
  0% { transform: translateX(calc(-25% - 48px)); }
  100% { transform: translateX(0); }
}

.result-wrap .benefit-content2 .benefit-text-wrap {
  max-width: 375px;
  margin: 42px auto 0;
}

#btnCard {
  opacity: 0;
}

#btnCard a {
  color: #fff;
  background: #000;
}

#btnCard.on {
  opacity: 1;
}

.popup-detail .btn-close {
  display: inline-block;
  padding: 17.5px 0;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #222;
  background: #ffd600;
  box-sizing: border-box;
}

@media screen and (max-width: 360px) {
  .game-wrap .inner {
    min-height: 90px;
    margin: 30px auto 0;
  }

  .game-wrap .inner .intro > span, .benefit > span {
    font-size: 16px;
    line-height: 24px;
  }

  .game-wrap .inner .intro h2, .benefit h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .drop-wrap {
    margin: 100px auto auto;
  }
}

@media screen and (max-height: 480px) {
  .game-wrap .inner {
    min-height: 90px;
    margin: 30px auto 0;
  }

  .game-wrap .inner .intro > span, .benefit > span {
    font-size: 16px;
    line-height: 24px;
  }

  .game-wrap .inner .intro h2, .benefit h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .drop-wrap {
    margin: 90px auto auto;
  }
}


