/****** 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%;
}
.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;
  z-index: 999;
}

.wrap_apply .inner {
  padding: 0 16px;
}

.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: 12px auto 0;
}
.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;
}
.popup-single .modal-content .modal-image > img,
.popup-single .modal-content .modal-image .pu-img {
  width: 55px;
  height: 55px;
}
.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;
}

.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: #fff;
border-radius: 40px;
font-size: 18px;
font-weight: 700;
box-sizing: border-box;
color:#000;
}
#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;
}
: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 .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 8px;
  overflow: visible;
}

.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: #222;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  margin: 38px auto 26px;
}

.kv .inner p {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  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;
}

.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 {
  color: #000;
  background: #ffe300;
}

.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;
}

.intro .scene-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(180deg, #f9f9f9 0%, #fff 100%);
  z-index: 0;
}
.intro .scene-wrap h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 50px;
}

.intro .scene-wrap p {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 60px;
}

.intro .scene-wrap img {
  display: none;
  max-width: 230px;
}

.intro .scene-wrap.on {
  z-index: 1;
}

.intro .scene-wrap.on img {
  display: block;
  margin-bottom: 40px;
}

.intro .scene1,
.intro .scene2 {
  background: linear-gradient(180deg, #f9f9f9 0%, #fff 100%);
}
.intro .scene3 {
  background: linear-gradient(180deg, #545251 0%, #808080 100%);
}
.intro .scene4 {
  background: linear-gradient(180deg, #1fdd3e 0%, #6cfb71 100%);
}
.intro .scene5 {
  background: linear-gradient(180deg, #feb1d2 0%, #ffe1ed 100%);
}
.intro .scene6 {
  background: linear-gradient(180deg, #1a9ef1 0%, #59c4fb 100%);
}
.intro .scene7 {
  background: linear-gradient(180deg, #fff577 0%, #fff899 100%);
}
.intro .scene8 {
  background: linear-gradient(180deg, #fff577 0%, #fff899 100%);
}

.intro .scene1 h2,
.intro .scene2 p,
.intro .scene7 p,
.intro .scene8 p {
  color: #222;
}

.intro .scene3 p,
.intro .scene4 p,
.intro .scene5 p,
.intro .scene6 p {
  color: #fff;
}

#btnStart {
  bottom: -60px;
}

#btnStart.on {
  bottom: 23px;
  transition: bottom 0.2s 0.7s ease-out;
}

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

.steps {
  background: #fff;
  height: 100%;
}

.steps .clear-wrap {
  display: none;
  flex-direction: column;
  align-items: center;
  height: 218px;
}

.steps .clear-wrap span {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin: 104px auto 14px;
}

.steps .clear-wrap span img {
  display: none;
  width: 26px;
  height: 26px;
}

.steps .clear-wrap span.strawberry img.strawberry {
  display: block;
}
.steps .clear-wrap span.mango img.mango {
  display: block;
}
.steps .clear-wrap span.blueberry img.blueberry {
  display: block;
}

.steps .clear-wrap span em {
  color: #222;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
  margin: auto 0 auto 2px;
}

.steps .clear-wrap .description {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.steps .clear-wrap .clear-card {
  display: none;
  max-width: 176px;
  margin-top: 60px;
}

.steps .info-wrap {
  display: none;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.steps .info-wrap.on {
  display: flex;
}

.steps.clear .clear-wrap {
  display: flex;
}

.steps.clear .info-wrap {
  display: none;
}

.steps.clear .clear-wrap .clear-card {
  display: block;
}

.steps .info-wrap span.level {
  margin-top: 180px;
}

.steps .info-wrap span em {
  color: #222;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}

.steps .info-wrap p.description {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 14px auto 50px;
}

.steps .info-wrap picture {
  /* opacity: 0; */
  max-width: 88px;
  transition: all 0.5s ease-out;
}

.steps .info-wrap span.title {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 14px auto 20px;
  opacity: 0;
}

.steps .game-wrap {
  position: relative;
  display: none;
  flex-direction: column;
  width: calc(100vw - 32px);
  height: 420px;
  margin: 0 16px;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.steps .game-wrap .progress-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 26px auto 10px;
}

.steps .game-wrap .progress-wrap svg {
  z-index: 1;
}

.steps .game-wrap .progress-wrap progress {
  width: 120px;
  margin-left: -32px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.steps .game-wrap .progress-wrap progress::-webkit-progress-bar {
  width: 120px;
  border-radius: 12px;
  background: #d3d3d3;
  overflow: hidden;
}

.steps .game-wrap .progress-wrap progress::-moz-progress-bar {
  width: 120px;
  border-radius: 12px;
  background: #d3d3d3;
  overflow: hidden;
}

.steps .game-wrap .progress-wrap progress::-webkit-progress-value {
  border-radius: 0;
  background: linear-gradient(to right, #ffd941, #ff9412);
  -webkit-transition: width 1s linear;
  -moz-transition: width 1s linear;
  -o-transition: width 1s linear;
  transition: width 1s linear;
}

.steps .game-wrap .progress-wrap.end svg circle:first-of-type {
  fill: #d3d3d3;
  stroke: #c2c3c4;
}
.steps .game-wrap .progress-wrap.end svg circle:last-of-type {
  fill: #a1a1a2;
}

.steps .game-wrap .progress-wrap.end svg path {
  stroke: #bebfc2;
}

.steps .game-wrap .progress-wrap.end .timer {
  color: #a1a1a2;
}

.steps .game-wrap .progress-wrap.end progress::-webkit-progress-value {
  background: #a1a1a2;
}

.steps .game-wrap .timer {
  display: block;
  top: 10px;
  right: 10px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  margin-left: 10px;
}

.card-wrap {
  position: relative;
  display: none;
  margin: auto 0;
}

.card-wrap.on {
  display: block;
}

.card-wrap > div {
  position: relative;
  display: none;
  width: 292px;
  height: 294px;
  margin: 0 auto;
}

.card-wrap.on > div.on {
  display: flex;
  align-items: center;
}

.card-wrap .card {
  position: absolute;
  top: 0;
  width: 88px;
  height: 140px;
  border-radius: 10px;
  cursor: pointer;
  background: #f5f5f5;
  transition: transform 0.2s ease-out;
  transform: translate(calc(50vw - 88px), 50%) rotateY(0deg);
}

@media screen and (max-width: 360px) {
  .card-wrap .card {
    transform: translate(calc(50vw - 70px), 50%) rotateY(0deg);
  }
}

.card-wrap .card::after {
  position: absolute;
  display: none;
  opacity: 0;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  background: url(https://og.kakaobank.io/view/17470e1c-8715-49f5-a13a-88c149a6e175) 0 0 / cover no-repeat;
}

.card-wrap .card.back {
  transform: rotateY(180deg);
}

.card-wrap .card.back img {
  backface-visibility: hidden;
  opacity: 0;
}

.card-wrap .card.back::after {
  display: block;
  opacity: 1;
}

.card-wrap .shuffled {
  position: absolute;
  display: none;
  opacity: 0;
  align-items: center;
  top: calc(50% - 22px);
  left: calc(50% - 72px);
  width: fit-content;
  height: auto;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px 10px 16px;
  transition: all 0.2s ease-out;
}

.card-wrap .shuffled.on {
  display: inline-flex;
  opacity: 1;
}

.card-wrap .shuffled img {
  width: 16px;
  height: 20px;
}

.card-wrap .shuffled span {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-left: 6px;
}

#btnStep {
  bottom: -60px;
}

#btnStep.on {
  bottom: 23px;
  transition: bottom 0.2s 0.7s ease-out;
}

#btnStep .inner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  overflow: visible;
}

#btnStep .inner div {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
}

#btnStep .inner > a {
  display: flex;
}

#btnStep.next .inner div {
  display: block;
}

#btnStep.next .inner > a {
  display: none;
}

#btnStep .link_apply,
#btnStep .share-btn {
  color: #fff;
  background: #000;
}

.result .result-info {
  display: none;
}

.result .result-info.on {
  display: block;
}

.result .result-info .inner {
  text-align: center;
}

.result .result-info .inner > svg {
  margin: 70px auto 36px;
}

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

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

.result .result-info .inner .guide-wrap {
  background: #f0f3f8;
  border-radius: 20px;
  padding: 50px 20px 30px;
  margin: 0 28px;
}

.result .result-info .inner .guide-wrap dt {
  width: max-content;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.14px;
  padding: 6px 15px;
  border-radius: 100px;
  background: #7195ed;
  margin: 0 auto 20px;
}

.result .result-info .inner .guide-wrap dd {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 32px;
}

.result .result-info .inner .guide-wrap dd span {
  position: relative;
  display: inline-block;
  /* padding: 0 10px; */
}

.result .result-info .inner .guide-wrap dd span::before {
  position: absolute;
  content: '';
  bottom: 4px;
  width: 100%;
  height: 15px;
  background-color: #ffe300;
}

.result .result-info .inner .guide-wrap dd span em {
  position: relative;
  font-style: normal;
  font-weight: 700;
}

.result .result-info .inner .guide-wrap ul {
  text-align: left;
  margin-top: 24px;
}

.result .result-info .inner .guide-wrap ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #90959d;
  border-radius: 50%;
}

.result .result-info .inner .guide-wrap ul li {
  position: relative;
  color: #90959d;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
  padding-left: 10px;
}

.result .result-info .card-btn {
  color: #fff;
  background: #000;
}

.result #share {
  margin-bottom: 150px;
}

.result #share .share-btn {
  color: #fff;
  padding: 20px 30px 20px 28px;
  background: #555;
}

.result .result-cash {
  display: none;
  text-align: center;
}

.result .result-cash.on {
  display: block;
}

.result .result-cash picture img {
  max-width: 148px;
  margin-top: 81px;
}

.result .result-cash .cash {
  display: block;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin: 37px auto 20px;
}

.result .result-cash .cash em {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.result .result-cash p {
  color: #888;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

#btnCash .share-btn {
  color: #fff;
  background: #000;
}

#btnCash .card-btn {
  color: #666;
  background: transparent;
}



