/****** 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;
    max-width: 884px;
    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:80px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
#eventInfo .info-cont {
    margin-top:25px;
    padding-bottom:16px;
    border-bottom:2px solid #f1f1f1;
}
#eventInfo .info-stit { 
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
#eventInfo .info-stit + .info-list {
    margin-top:16px;
}
#eventInfo .info-list {
    word-break: keep-all;
}
#eventInfo .noline .info-list {
    margin-top: 0;
}
#eventInfo .info-list li {
    position:relative;
    padding-left:10px;
    color:#f1f1f1;
    font-size: 15px;
    line-height: 26px;
    word-break:break-all
}
#eventInfo .info-list li::before {
    /*content: "・";*/
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    display: inline-block;
    width:3px;
    height:3px;
    background:#f1f1f1;
}
.accordion-block {
    padding:16px 0;
    padding-bottom:0;
    border-bottom:2px solid #f1f1f1;
    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: 15px;
    line-height: 22px;
    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(135deg);
    transition: transform 0.3s;
}
.accordion-block .accordion-content {
    display: none; 
    /* padding-top:16px; */
    padding-bottom: 16px;
}
.accordion-block.unfold .accordion-content {
    display: block;
}
.accordion-block.unfold .accordion-btn {
    pointer-events: none;
}
.accordion-block.unfold .icon-arrow {
    display: none;
}
.accordion-block .accordion-btn span:first-child {
  width: calc(100% - 22px);
  display: inline-block;
  word-break: keep-all;
}

/* 심의필 */
#eventInfo .serial {
    padding-bottom:144px;
    color:#444;
    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:14px;
}
#eventInfo .serial.serial-tline .info-list {
  margin-top:0;
}

/* 플로팅 버튼 */
.wrap_apply {
    position:fixed;
    bottom:23px;
    width:100%;
    /* width: calc(100% - 32px); */
    text-align: center;
    box-sizing:border-box;
    /* visibility:hidden;  
    opacity:0; 
    z-index:-1;*/
    transition:all 0.3s 1s;
    z-index: 999;
}
/* .wrap_apply.is-active {
  z-index:9;
  opacity:1;
  visibility:visible;
  display:block;
  transition:all 0.5s;
} */
.wrap_apply .link_apply {
    display:flex;
    justify-content: center;
    align-items: center;
    max-width:884px;
    width:100%;
    width:calc(100% - 32px);
    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: #F9F9F9;}
.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-share는 shear.css */
.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;
}


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

.d-none {
    display: none !important;
  }



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

@media screen and (max-width: 360px) {
    /* .inner {padding: 0 25px;} */
    .popups .modal-content {
        min-width:272px;
        /* max-width:312px; */
        max-width:calc(100% - 48px)
    }
    #share .share-btn .btn {
        padding: 25px 28px;
    }
}

@media screen and (max-width: 340px) {}
@charset "UTF-8";
/** 공유하기 - 버튼 **/
#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;
  height:64px;
  padding: 20px 30px;
  background: #fff;
  color:#000;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
}
#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:#555555;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 34px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
  box-sizing: border-box;
}
.popup-share .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-share .pop-share-btn-list {
  margin-top: 35px;
}
.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;
}


/** 공유하기 - 팝업 **/
.type-bottom .pop-content {
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  transition: bottom 0.7s;
}

.type-bottom .pop-content-inner {
  margin: 0 auto;
  padding: 0 30px 44px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
}

/* .type-bottom .btn-close {
  position: relative;
  width: 35px;
  height: 5px;
  border-radius: 20px;
  text-indent: -9999px;
  background: #799FAD;
} */

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

.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:#fff;
  background: #140224;
}

::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
}

.step {
  width:100%;
  height:100vh;
  overflow: hidden;
}
.steps {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.steps-text {
  font-size:22px;
  line-height: 30px;
  font-weight: 700;
}

/* popups */
.popup-more .btn-close {
  position:absolute;
  top:15px;
  right:15px;
  width:26px;
  height:26px;
  background:url(https://og.kakaobank.io/view/a3da197a-82d2-43be-b351-2fdbd4909202) no-repeat 0 0 / 100%;
  text-indent: -99999px;
}

.popup-more.type-bottom .pop-content-inner {
  padding-top:40px;
}
.popup-more .detail {
  text-align: left;
}
.popup-more .detail .title {
  display: block;
  margin-bottom:30px;
  font-size:20px;
  line-height: 24px;
  font-weight: 800;
  text-align: left;
}
.popup-more .detail img {
  width:54px;
}

/* .popup-more .detail li {
  font-size:0;
  margin-top:20px;
} 
.popup-more .detail li:first-child {
  margin-top:0;
}
.popup-more .detail li span {
  display: inline-block;
  vertical-align: top;
  font-size:15px;
  line-height: 22px;
  font-weight: 600;
  padding:5px 0 0 18px;
}*/
.popup-more .ul-list li {
  position:relative;
  padding-left:15px;
  color:#444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.popup-more .ul-list li::before {
  content:"";
  position:absolute;
  top:9px;
  left:5px;
  display:inline-block;
  width:4px;
  height:4px;
  border-radius: 50%;
  background:#444;
}
.kv {
  text-align: center;
  height: 100vh;
  min-height: 700px;
  overflow-x: hidden;
}

.kv-title {
  position: relative;
  letter-spacing: -0.2px;
  z-index: 1;
  padding-top: 52px;
}

.kv-title .title {
  margin-bottom: 16px;
}

.kv-title .title > span {
  --y: 20px;
  display: block;
  max-width: 201px;
  margin: 0 auto 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(91deg, #f871d4 3.79%, #8d57ff 49.89%, #6185f4 100.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kv-title .title > p {
  --y: 40px;
  margin-top: 12px;
  font-size: 37px;
  line-height: 44px;
  font-weight: 700;
}

.kv-title .desc {
  --y: 50px;
  margin-top: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.kv-title .desc span {
  color: #e1d3ff;
}

.kv-visual {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 330px;
  height: 330px;
  margin: -140px -165px;
}

.kv-visual video {
  max-width: 330px;
  width: 100%;
  height: auto;
}

.arrow {
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
}

.kv-info-wrap {
  position: absolute;
  bottom: 124px;
  left: 0;
  right: 0;
}

.kv-info {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 56px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  letter-spacing: -0.17px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.09);
  box-sizing: border-box;
  backdrop-filter: blur(8px);
}

.kv-info span {
  font-weight: 600;
}

.kv-info p {
  padding-right: 23px;
  word-break: keep-all;
  text-align: left;
}

.kv-info .img-coin {
  width: 43px;
  height: 52px;
  margin-left: 6px;
}

.kv-info2 {
  display: inline-flex;
  padding: 12px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.09);
  box-sizing: border-box;
  backdrop-filter: blur(4px);
}

.kv-info2 span {
  color: #ccc;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.14px;
}

.kv-info2 p {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.17px;
}

.wrap_apply {
  left: 50%;
  transform: translateX(-50%);
  max-width: 884px;
  bottom: 34px;
}

.wrap_apply .apply-btn {
  color: #fff;
  font-weight: 700;
  border-radius: var(--Radius-R12, 12px);
  background: var(--cta, linear-gradient(95deg, #f383d5 -10.65%, #7754cc 20.98%, #4a05a9 53.21%, #605bd9 84.22%, #30d8f9 110.98%));
  background-size: 200% 200%;
  animation: gradient-ani 15s ease infinite;
}

#eventInfo {
  background: #444;
  color: #f1f1f1;
}

#eventInfo button {
  color: #f1f1f1;
}

.wrap_apply {
  transform: translate(-50%, 200%);
  transition: transform 0.4s ease;
}

.wrap_apply .disabled {
  background: #aaa;
  color: #666;
}

.wrap_apply.show {
  transform: translate(-50%, 0);
}

@keyframes gradient-ani {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.inmotion {
  opacity: 0;
  transform: translateY(var(--y));
}

.kv.on .inmotion {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s 0.2s;
}

@media screen and (min-width: 540px) {
}
/* common */
.step {
  height: 100vh;
  min-height: 700px;
  overflow-x: hidden;
}
.step .list li {
  max-width: 315px;
  width: 100%;
  margin: 16px auto 0;
}

/* STEP1 */
.step1 {
  opacity: 0;
}
.step1 .copy {
  position: absolute;
  top: calc(50% - 45px);
  left: 0%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(36px);
}
.step1-text01 {
  display: inline-flex;
  align-items: center;
}
.step1-text01 .emj {
  width: 28px;
  height: 28px;
  margin-left: 4px;
}
.step1-text02 {
  opacity: 0;
}
.step1.on {
  opacity: 1;
  transition: opacity 0.7s;
}
.step1.on .copy {
  animation: step1 3.2s ease-out 0.2s forwards;
}
.on .step1-text01 {
  opacity: 0;
  transition: opacity 0.6s ease-out 1.4s;
}
.on .step1-text02 {
  opacity: 1;
  transition: opacity 0.6s ease-out 1.5s;
}
@keyframes step1 {
  15% {
    opacity: 1;
    transform: translateY(0);
  }
  38% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    transform: translateY(-50px);
  }
  88% {
    opacity: 1;
    transform: translateY(-50px);
  }
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
}

/* SERVICE */
.service-title {
  padding-top: 52px;
  text-align: center;
  letter-spacing: -0.2px;
}
.service-title .title {
  --y: 30px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  transition: all 0.6s ease 0.2s;
}
.service-title .title span {
  color: #a37bff;
}
.service-title .desc {
  --y: 40px;
  color: #acb2c4;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 20px;
  transition: all 0.6s ease-out 0.2s;
}
.service-list {
  position: absolute;
  top: calc(50% + 16px);
  width: 100%;
  padding: 32px 16px 0;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.service-list li {
  position: relative;
  min-height: 115px;
  border-radius: 20px;
  padding: 20px 24px;
  box-sizing: border-box;
  transition: all 0.6s ease-out;
}
.service-list .list .list01 {
  --y: 20px;
  margin-top: 0;
  background: linear-gradient(283.38deg, #5919c6 2.68%, #8159ff 98.63%);
  transition-delay: 0.8s;
}
.service-list .list02 {
  --y: 30px;
  background: linear-gradient(283.38deg, #ff57cc 2.68%, #784dff 98.63%);
  transition-delay: 1s;
}
.service-list .list03 {
  --y: 40px;
  background: linear-gradient(311.34deg, #39dae4 4.96%, #924aff 69.44%);
  transition-delay: 1.2s;
}
.service-list .subject {
  font-size: 20px;
  line-height: 28px;
}
.service-list .highlight {
  color: #ff0;
}
.service-list .ico {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
}
.service-list .caption {
  margin-top: 15px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
.service .next_step {
  --y: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 21px;
  text-align: center;
  transition: opacity 0.2s 1.4s;
}
.service .next_step a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: rgba(225, 211, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.2px;
}
.service .next_step .arrow {
  width: 37px;
  margin: 12px auto 0;
  animation: bounce 1.2s linear infinite;
}
.service .next_step img {
  vertical-align: top;
}
.inmotion {
  opacity: 0;
  transform: translateY(var(--y));
}

.service.on .inmotion {
  transform: translateY(0);
  opacity: 1;
}
.service.off .service-title {
  transform: translate(-30%, 0);
  opacity: 0;
  transition: transform 0.4s 0.1s, opacity 0.3s 0.2s;
}
.service.off .service-list li {
  transform: translate(-150%, 0);
  opacity: 0;
}
.service.off .list01 {
  transition: transform 0.4s 0.1s, opacity 0.3s 0.2s;
}
.service.off .list02 {
  transition: transform 0.4s 0.125s, opacity 0.3s 0.25s;
}
.service.off .list03 {
  transition: transform 0.4s 0.15s, opacity 0.3s 0.3s;
}
.service.off .next_step {
  opacity: 0;
  transition: opacity 0.4s 0.2s;
}

@keyframes bounce {
  17%,
  57%,
  73% {
    transform: translateY(5px);
  }
  37%,
  85%,
  100% {
    transform: translateY(0);
  }
}

@media only screen and (max-width: 374px) {
  .service-title {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 319px) {
  .service-list .caption {
    white-space: normal;
  }
}

@media only screen and (max-height: 660px) and (max-width: 375px) {
  .service-title {
    padding-top: 6vh;
  }
  .service-title .desc {
    margin-top: 3vh;
  }
  .service-list {
    position: static;
    padding-top: 4.5vh;
    transform: translateY(0);
  }
  .service .next_step {
    bottom: 3vh;
  }
}

/* common */
.draw {
  height: 100vh;
  min-height: 700px;
  overflow-x: hidden;
}
.draw-title {
  padding-top: 48px;
  text-align: center;
}
.draw .info-txt {
  --y: 20px;
  display: block;
  height: 37px;
  padding: 8px 0;
  margin: 0 auto 20px;
  border-radius: 37px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  background: rgba(244, 231, 255, 0.16);
  box-sizing: border-box;
}
.draw .info-tit {
  --y: 40px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
.draw .list li {
  max-width: 315px;
  width: 100%;
  margin: 16px auto 0;
}

/* DRAW 1 */
.draw1 {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.draw1.on {
  opacity: 1;
}
.draw1.off {
  opacity: 0;
  transition-delay: 0s;
}
.draw1 .info-txt {
  width: 116px;
}
.draw1-box {
  position: absolute;
  top: calc(50% + 17px);
  width: 100%;
  padding: 34px 16px 0;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.draw1-box input {
  display: none;
}
.draw1-box .box {
  --y: 0;
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto 38px;
  background: #341054;
  overflow: hidden;
}
.draw1-box .ball {
  position: absolute;
}
.draw1-box span.ball {
  width: 52px;
  height: 52px;
}
.draw1-box span.ball img {
  transition: transform 0.2s ease-out;
}
.draw1-box .main_ball {
  left: 66px;
  top: 75px;
  width: 70px;
  height: 70px;
  transform: translateY(-300%);
}
.draw1-box .b_play {
  bottom: 36px;
  left: 15px;
  transform: translate(9px, -400%);
}
.draw1-box .b_music {
  bottom: 19px;
  right: 35px;
  transform: translate(0, -400%) rotate(-8deg);
}
.draw1-box .b_smile {
  bottom: 3px;
  left: 60px;
  transform: translate(-20px, -400%);
}
.on .draw1-box .b_smile {
  animation: balls 1.2s ease-out 1.2s forwards;
  /* transform:translate(-12px, -3px) rotate(5deg) */
}
.on .draw1-box .b_play {
  animation: balls2 1.2s ease-out 1.2s forwards;
  /* transform:translate(-8px, -12px) rotate(26deg) */
}
.on .draw1-box .b_music {
  animation: balls3 1.2s ease-out 1.2s forwards;
  /* transform:translate(14px, -9px) rotate(65deg) */
}
.on .draw1-box .main_ball.drop {
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.4, 1.1);
}
@keyframes balls {
  33% {
    transform: translate(-20px, -8px);
  }
  66%,
  100% {
    transform: translate(15px, 1px) rotate(40deg);
  }
  99%,
  100% {
    transform: translate(0, 0) rotate(32deg);
  }
}
@keyframes balls2 {
  33% {
    transform: translate(9px, -400%);
  }
  66% {
    transform: translate(9px, 15px);
  }
  99%,
  100% {
    transform: translate(0, 0) rotate(-25deg);
  }
}
@keyframes balls3 {
  66% {
    transform: translate(0, -400%) rotate(-8deg);
  }
  99%,
  100% {
    transform: translate(0, 0) rotate(-8deg);
  }
}

.draw1-box .list li {
  padding: 4px 0;
}
.draw1-box .list .emoji {
  --y: 20px;
  --duration: 0.3s;
  margin-top: 0;
  --delay: 0.8s;
}
.draw1-box .list .melon {
  --y: 30px;
  --duration: 0.3s;
  --delay: 1s;
}
.draw1-box .list .kakao {
  --y: 40px;
  --duration: 0.3s;
  --delay: 1.2s;
}
.draw1-box .list label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.15s;
}
.draw1-box .list label.clicked {
  transform: scale(0.9);
}
.draw1-box .list p {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}
.draw1-box .list .ico {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.draw1-box .list .check {
  width: 24px;
  height: 24px;
}
.draw1-box .check svg {
  stroke: #465179;
}
.draw1-box input:checked + .check svg {
  stroke: #fff;
}
.draw1 .link_apply {
  transform: translateY(200%);
}
.draw .inmotion {
  transform: translateY(var(--y));
  opacity: 0;
}

.draw1.on .inmotion,
.draw2.on .inmotion {
  transform: translateY(0);
  opacity: 1;
  transition: all var(--duration, 0.6s) ease-out var(--delay, 0.6s);
}
.draw1.on .shock img {
  transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.4, 1.4) 0.11s;
}
.draw1.on .b_play.shock img {
  transform: translate(-2px, -14px) rotate(50deg);
}
.draw1.on .b_smile.shock img {
  transform: translate(-12px, 4px) rotate(-55deg);
}
.draw1.on .b_music.shock img {
  transform: translate(15px, -6px) rotate(50deg);
}
.draw1.on .link_apply {
  transform: translateY(0);
  transition: transform 0.6s ease 1s;
}

.draw2 {
  opacity: 0;
  visibility: hidden;
}
.draw2.on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease 0.5s;
}
.draw2 .inmotion {
  --duration: 0.5s;
  --delay: 0.2s;
}
.draw2 .info-txt {
  width: 124px;
}
.draw2-box {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 5px);
  transform: translateY(-50%);
}
.draw2-box .img {
  --y: 0;
  width: 259px;
  margin: 0 auto;
}
.draw2-box .btm {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65px;
  text-align: center;
}
.draw2-box .btm::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #140224 0%, rgba(20, 2, 36, 0) 100%);
}
.draw2-box strong {
  display: inline-block;
  font-size: 48px;
  line-height: 1;
  background: linear-gradient(95.03deg, #f383d5 -10.65%, #7754cc 20.98%, #994fff 53.21%, #605bd9 84.22%, #30d8f9 110.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transform: scale(0.7);
}
.draw2 .wrap_apply {
  transition: none;
}

.draw2.on .draw2-box strong {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease-out 0.2s;
}

@media only screen and (max-width: 374px) {
  .draw-title {
    padding-top: 32px;
  }
  .draw1-box {
    top: calc(50% + 14px);
    padding-top: 28px;
  }
  .draw1-box .box {
    margin-bottom: 28px;
  }
}



