/****** 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; }
@charset "UTF-8";

.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;
}
img {
    max-width:375px;
}

/* 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 {
    width:100%;
    max-width:884px;
    margin:0 auto;
    padding-right:24px;
    padding-left:24px;
    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: 24px;
}
#eventInfo .info-cont {
    margin-top:25px;
    padding-bottom:16px;
}
#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;
    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;
    border-radius: 50%;
}
.accordion-block {
    padding:16px 0;
    padding-bottom:0;
    overflow: hidden;
}
.accordion-block.noline  {
    padding:40px 0 30px;
}
.accordion-block .b-line {
    margin-bottom: 16px;
    padding-bottom:16px;
    border-bottom: 1px solid #444;
}
.accordion-block .accordion-btn {
    position: relative;
    width:100%;
    text-align: left;
    color: var(--Black-90, #222);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    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: 16px;
}
.accordion-block .accordion-content .tit {
    margin-top:24px;
    padding-bottom: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.accordion-block.unfold .accordion-content {
    display: block;
}
.accordion-block.unfold .accordion-btn {
    pointer-events: none;
}
.accordion-block.unfold .icon-arrow {
    display: none;
}
/* 심의필 */
#eventInfo .serial {
    padding-bottom:140px;
    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;
}

/* 플로팅 버튼 */
.wrap_apply {
    position:fixed;
    bottom:34px;
    z-index:-1;
    width:100%;
    text-align: center;
    box-sizing:border-box;
    visibility:hidden;  
    opacity:0;
    /* transition:all 0.3s 1s; */
    transition:all 0.3s;
    transform: translateY(var(--apply-translateY, 0));
}
.wrap_apply.is-active {
  z-index:9;
  opacity:1;
  visibility:visible;
  display:block;
  transition:all 0.5s;
  transform: translateY(var(--apply-translateY-active, 0));
}
.wrap_apply .inner {
    padding:0 16px;
}
.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: var(--wrap_apply--color, #000);
    text-align:center;
    border-radius: var(--Radius-R12, 12px);
    text-decoration:none;
    background-color: var(--wrap_apply--bg, #FFE300);
}
.wrap_apply .link_apply .ico_arrow {
    display: inline-block;
    width:7px;
    height:13px;
    margin:27px 0 0 4px;
}

/* theme color */
.theme-default #eventInfo {background: #F9F9F9;}
.theme-default #eventInfo * {color: #444;}
.theme-default #eventInfo .info-tit,
.theme-default #eventInfo .info-stit,
.theme-default #eventInfo .accordion-block .tit {color:#222;}
.theme-default #eventInfo .info-cont,
.theme-default #eventInfo .accordion-block { border-bottom: 1px solid #444;}
.theme-default #eventInfo .info-list li::before {background: #333;}
.theme-default #eventInfo .accordion-block .accordion-btn span:first-child {color:#222;}
.theme-default #eventInfo .accordion-block .accordion-btn.is-active .icon-arrow svg path {stroke: #000;}

.theme-dark #eventInfo {background:#444444;}
.theme-dark #eventInfo * {color:#F1F1F1;}
.theme-dark #eventInfo .info-tit,
.theme-dark #eventInfo .info-stit {color:#F1F1F1;}
.theme-dark #eventInfo .info-cont,
.theme-dark #eventInfo .accordion-block { border-bottom: 1px solid #F1F1F1;}
.theme-dark #eventInfo .info-list li::before {background: #F1F1F1;}
.theme-dark #eventInfo .accordion-block .accordion-btn span:first-child {color:#F1F1F1;}
.theme-dark #eventInfo .accordion-block .accordion-btn .icon-arrow svg path {stroke: #F1F1F1;}

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


/* 팝업 */
.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;
    
}
/* 팝업 노출시 스크롤방지 */
body:has(.popups.on) {
    overflow: hidden;
}
.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;
    background:url(https://og.kakaobank.io/view/0f7e5e28-8b5d-4515-a2f5-5ba24d42723a) no-repeat center / 100%;
}
.popup-bottom .pop-content-inner {
    position: relative;
    margin: 0 auto;
    padding: 50px 30px 54px;
    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 .ul-list li {
    position:relative;
    padding-left:10px;
    color:  var(--Black-80, #444);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.popup-bottom .detail .ul-list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width:3px;
    height:3px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}
.popup-bottom .detail .ul-list li + li {
    margin-top:6px;
}

 /*  default motion */
/* .inmotion {
    opacity: 0;
    transform: translateY(var(--y));
  } */
  .inmotion-section {
    opacity:0;
    transform:translateY(30px);
    transition:all 0.3s;
  }
  .inmotion-section.play {
    transform:translateY(0);
    opacity:1;
    transition:all 0.3s;
  }
  .inmotion {
    --y:20px;
    transform:translate(0, var(--y)); 
    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; 
  }

@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: 0 16px 60px;
  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:#000;
  background: #fff;
}

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

.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: 29px;
  font-weight: 700;
}
.steps .steps-text [class*="-text0"] {
  opacity: 0;
}
.steps.on .steps-text [class*="-text0"] {
  -webkit-animation: ani-step-text 0.6s ease-out forwards;
  animation: ani-step-text 0.6s ease-out forwards;
}
@-webkit-keyframes ani-step-text {
  0% {opacity: 0;-webkit-transform:translate(0, var(--step-text-y, 0)) scale(var(--step-text-scale, 1));} 
  100% {opacity: 1;-webkit-transform:translate(0, 0) scale(1);}
}
@keyframes ani-step-text {
  0% {opacity: 0;transform:translate(0, var(--step-text-y, 0)) scale(var(--step-text-scale, 1));} 
  100% {opacity: 1;transform:translate(0, 0) scale(1);}
}
@-webkit-keyframes ani-opacity {
  0% {opacity: 0;} 
  100% {opacity: 1;}
}
@keyframes ani-opacity {
  0% {opacity: 0;} 
  100% {opacity: 1;}
}

/* cta 버튼  */
.wrap_apply {
  --y: 30px;
}

.draws-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/0f7e5e28-8b5d-4515-a2f5-5ba24d42723a) 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;
}
:root {
  --vh: 1%;
  /* 기본색상 */
  --border-r14: 14px;
  --border-r18: 18px;
}
.wrap_apply {
  --apply-translateY: 30px;
}
.wrap_apply#btnStart .link_apply {
  --wrap_apply--color:#fff;
  --wrap_apply--bg:#000;
}

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

#eventInfo button {
  color: #f1f1f1;
}

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

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

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

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

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

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

@media screen and (min-width: 540px) {}

/* 컨텐츠 영역 */
/* 컨텐츠 공통 */
/* MMF 박스 노는 돈 일시키기 */
.kv {
  text-align: center;
  height:100vh;
  min-height: 700px;
  overflow-x:hidden;
}
.kv-title {
  padding-top:64px;
}
.kv-title .title {
  margin-bottom:24px;
  color: #222;
  font-size: 38px;
  font-weight: 800;
  line-height: 47px;
}
.kv-title .title > span {
  display:block;
  color: #FF7246;
}
.kv-title .date {
  color: #999;
  font-size: 15px;
  line-height: 18px; /* 120% */
}
.kv-title .desc {
  margin-top:8px;
  color: #444;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px; /* 138.889% */
}
.kv-title .desc strong {
  font-weight: 800;
}
.kv-visual {
  position:absolute;
  top:50%;
  left:50%;
  width:375px;
  height:300px;
  margin:calc(-150px + 55px) -188px;
}

.theme-default #share .share-btn {
  background-color: #000;
}

@media screen and (min-width: 768px) {}

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

@media screen and (max-width: 360.98px) {
  .section:not(#eventInfo) .inner {
    padding-right: 18px;
    padding-left: 18px;
  }
}
/*  */
.step {
    height: 100vh;
    min-height: 700px;
    overflow-x: hidden;
    background: linear-gradient(180deg, #FFE65B 0%, #FDF2A3 100%);
  }
  .step .inner {
    max-width:100%;
  }
  .steps-progress {
    margin-top:24px;
    text-align: center;
    line-height:0;
  }
  .steps-progress .progress-bar {
    position:relative;
    display:inline-block;
    width:60px;
    height:5px;
    background:#F3D631;
  }
  .steps-progress .progress-bar .dot {
    position:absolute;
    display: inline-block;
    height:100%;
    opacity: 0;
    background:#FFF8D1;
  }
  .steps-progress .progress-bar.type-a .dot {
    --progress-width:calc(100% / 3);
    width:calc(100% / 3);
  }
  .steps-progress .progress-bar.type-b .dot {
    --progress-width:calc(100% / 2);
    width:calc(100% / 2);
  }
  .steps-progress .progress-bar.active .dot {
    -webkit-animation: ani-progress var(--ani-duration,0.5s) ease-in var(--ani-delay,0.5s) forwards;
    animation: ani-progress var(--ani-duration,0.5s) ease-in var(--ani-delay,0.5s) forwards;
  }
  .steps-progress .progress-bar.type-a .dot.item1,
  .steps-progress .progress-bar.type-b .dot.item1 {
    left:0;
  }
  .steps-progress .progress-bar.type-a .dot.item2 {
    --ani-delay:3.1s;
    left:33.3333%;
  }
  .steps-progress .progress-bar.type-a .dot.item3 {
    --ani-delay:5.9s;
    left:66.6666%;
  }
  .steps-progress .progress-bar.type-b .dot.item2 {
    --ani-delay:6s;
    left:50%;
  }
  @-webkit-keyframes ani-progress {
    0% {opacity:1; width: 0;}
    100% {opacity:1; width:var(--progress-width)}
  }
  @keyframes ani-progress {
    0% {opacity:1; width: 0;}
    100% {opacity:1; width:var(--progress-width)}
  }
  
  .steps-card-box {
    display: flex;
    height:calc(100vh - 29px - 109px);
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }
  .steps-card-box .card-inner {
    position:relative;
    width: 295px;
    height:400px;
    /* display:none; */
  }
  .steps-card-box .card-inner.active {
    display:block;
  }
  .steps-card-box .card-inner::after {
    content:"";
    position:absolute;
    max-width: 295px;
    width: 100%;
    height: 400px;
    border-radius: var(--border-r18);
    -webkit-transform: scale(0.9) translateY(38px);
    transform: scale(0.9) translateY(38px);
    background: #FED764;
    z-index: -1;
  }
  .steps-card-box .card-item {
    position: absolute;
    display:inline-block;
    max-width: 295px;
    width: 100%;
    height:400px;
    border-radius: var(--border-r18);
    will-change: transform;
    background:#fff;
    box-sizing: border-box;
  }
  .steps-card-box .card-item.type1 {
    z-index: 3;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, 0.08);
  }
  .steps-card-box .card-item.type2 {
    background: #FED764;
    -webkit-transform: scale(0.9) translateY(38px);
    transform: scale(0.9) translateY(38px);
    z-index: 2;
  }
  .steps-card-box .card-item.type3 {
    background: #FED764;
    -webkit-transform: scale(0.9) translateY(38px);
    transform: scale(0.9) translateY(38px);
    z-index: 1;
  }
  .steps-card-box .card-item .item-tit {
    position:relative;
    margin-top:41px;
    padding-top:29px;
    color: #222;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    line-height: 34px; /* 136% */
    /* opacity: 0; */
  }
  .steps-card-box .card-item .item-tit::before {
    content:"";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:17px;
    height:13px;
    background:url(https://og.kakaobank.io/view/c1855581-0baf-446e-9433-8cbc7ef63b36) no-repeat center / 100%;
  }
  .steps-card-box .card-item .item-tit span {
    color:var(--tit-color);
  }
  .steps-card-box .card-item .card-visual {
    margin-top:12px;
  }
  .steps-card-box .card-item:not(.type1, .showoff) {
    display: none;
  }
  .steps-card-box .card-item.show {
    display: block;
  }
  /* box-a */
  .steps-card-box .card-item.type1 {
    -webkit-animation: ani-card 3.6s cubic-bezier(0.075, 0.82, 0.165, 1) 3.5s forwards;
    animation: ani-card 3.6s cubic-bezier(0.075, 0.82, 0.165, 1) 3.5s forwards;
  }
  .steps-card-box .card-item.type2.show {
    -webkit-animation: ani-card-scale 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s forwards, ani-card 3.4s cubic-bezier(0.075, 0.82, 0.165, 1) 3.4s forwards;
    animation: ani-card-scale 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s forwards, ani-card 3.4s cubic-bezier(0.075, 0.82, 0.165, 1) 3.4s forwards;
  }
  .steps-card-box .card-item.type3.show {
    -webkit-animation: ani-card-scale 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s forwards;
    animation: ani-card-scale 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s forwards;
  }
  .steps-card-box .card-item.type3.showoff {
    -webkit-animation: ani-card 2.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s forwards;
    animation: ani-card 2.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s forwards;
    z-index: 5;
    background-color:#fff;
  }
  .steps-card-box .card-item .item-tit { 
    --ani-card-y:10px;
  }
  .steps-card-box .card-item .item-tit,
  .steps-card-box .card-item .card-visual {
    opacity: 0;
    -webkit-animation: ani-card-slidup var(--ani-duration,0.3s) ease-in var(--ani-delay,0.5s) forwards;
    animation: ani-card-slidup var(--ani-duration,0.3s) ease-in var(--ani-delay,0.5s) forwards;
  }
  /* box-b */
  .steps-card-box .card-item.type4 {
    z-index: 2;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
  .steps-card-box .card-item.type5 {
    background: #FED764;
    -webkit-transform: scale(0.9) translateY(38px);
    transform: scale(0.9) translateY(38px);
    z-index: 1;
  }
  .steps-card-box .card-item.type4 .item-tit-box {
    position:relative;
    height: 68px;
    overflow: hidden;
  }
  .steps-card-box .card-item.type4 .item-tit-box .txt-scroller-item {
    --ani-card-y:0;
    position:absolute;
    bottom:0;
    width: 100%;
    white-space: nowrap;
    opacity: 0;
  }
  .steps-card-box .card-item.type4 .item-tit-box .txt-scroller-item.item1 {
    -webkit-animation: ani-card-slidup 0.3s ease-in forwards 0s, ani-card-slidup 0.3s ease-in-out forwards reverse 4.1s ;
    animation: ani-card-slidup 0.3s ease-in forwards 0s, ani-card-slidup 0.3s ease-in-out forwards reverse 4.1s ;
  }
  .steps-card-box .card-item.type4 .item-tit-box .txt-scroller-item.item2 {
    -webkit-animation: ani-card-slidup 0.3s ease-in forwards 4.1s ;
    animation: ani-card-slidup 0.3s ease-in forwards 4.1s ;
  }
  .steps-card-box .card-item.type4 {
    -webkit-animation: ani-card-scale 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s forwards, ani-card 3s cubic-bezier(0.075, 0.82, 0.165, 1) 6s forwards;
    animation: ani-card-scale 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s forwards, ani-card 3s cubic-bezier(0.075, 0.82, 0.165, 1) 6s forwards;
  }
  .steps-card-box .card-item.type5 {
    -webkit-animation: ani-card-scale 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s forwards;
    animation: ani-card-scale 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s forwards;
  }
  @-webkit-keyframes ani-card {
    0% {-webkit-transform:translate(0,0) rotate(0)}
    70% {opacity: 1;-webkit-transform:translate(-550px, -240px) rotateZ(-45deg);box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, 0.08);}
    100% {opacity: 0;-webkit-transform:translate(-550px, -240px) rotateZ(-45deg);box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, 0.08);}
  }
  @keyframes ani-card {
    0% {transform:translate(0,0) rotate(0)}
    70% {opacity: 1;transform:translate(-550px, -240px) rotateZ(-45deg);box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, 0.08);}
    100% {opacity: 0;transform:translate(-550px, -240px) rotateZ(-45deg);box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, 0.08);}
  }
  @-webkit-keyframes ani-card-scale {
    0% {opacity: 1; -webkit-transform:translate(0,0) rotate(0) scale(0.9); background:#FED764}
    100% {opacity: 1; -webkit-transform:translate(0,0) rotate(0) scale(1); background:#fff;}
  }
  @keyframes ani-card-scale {
    0% {opacity: 1; transform:translate(0,0) rotate(0) scale(0.9); background:#FED764}
    100% {opacity: 1; transform:translate(0,0) rotate(0) scale(1); background:#fff;}
  }
  @-webkit-keyframes ani-card-slidup {
    0% {opacity: 0; -webkit-transform: translateY(var(--ani-card-y, 0)); }
    100% {opacity: 1; -webkit-transform: translateY(0); }
  }
  @keyframes ani-card-slidup {
    0% {opacity: 0; transform: translateY(var(--ani-card-y, 0)); }
    100% {opacity: 1; transform: translateY(0); }
  }
  
/* 컨텐츠 공통 */
.section .tit {
  color: #646464;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
}
.tit-box {
  color: #222;
  font-size: 26px;
  line-height: 1;
}
.tit-box .title {
  margin-bottom:4px;
  font-weight: 800;
  line-height: 34px; /* 130.769% */
}


/* section1 : 4개 미션영역 */
.benefit {
  -webkit-animation: ani-card-slidup 0.5s ease-in forwards 0s;
  animation: ani-card-slidup 0.5s ease-in forwards 0s;
}
.benefit .inner {
  padding: 40px 22px 0;
}
.benefit .tit-box .date {
  color: #999;
  font-size: 15px;
  line-height: 18px; /* 120% */
}
.benefit-box {
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top:44px;
  padding: 0 22px;
  height:62px;
  border-radius: var(--border-r18);
  background: #FFDB42;
}
.benefit-box .info {
  display:inline-flex;
  align-items: center;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  letter-spacing: -0.2px;
}
.benefit-box .info .info-btn {
  display:inline-block;
  margin-left:5px;
  width:18px;
  height:18px;
  background:url(https://og.kakaobank.io/view/edf825e8-0ec5-4e04-8cad-1aec4a03721c) no-repeat center / 100%;
}
.benefit-box .cash {
  display:flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px; /* 154.545% */
}
.benefit-box .cash strong {
  display:inline-block;
  margin-right:3px;
  font-size: 26px;
}
.benefit-list {
  display: flex;
  flex-wrap: wrap;
  margin-top:28px;
  margin-bottom:40px;
}
.benefit-list li {
  position:relative;
  padding:22px 16px 20px;
  width:calc(50% - 7.5px);
  height:228px;
  border-radius: var(--border-r14);
  background-color:var(--benefit-bg);
  box-sizing: border-box;
}
.benefit-list li::before {
  content:"";
  position:absolute;
  top:86px;
  left:50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display:inline-block;
  width: 70px;
  height: 70px;
  background:var(--benefit-image) no-repeat center / 100%;
}
.benefit-list li:nth-child(even) {
  margin-left:15px;
}
.benefit-list li:nth-child(n+3) {
  margin-top:15px;
}
.benefit-list li p {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 23px; /* 127.778% */
}
.benefit-list li button.btn,
.benefit-list li button#share  {
  position:absolute;
  bottom:20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 4px;
  padding: 0;
  width:calc(100% - 40px);
  height:34px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  border-radius: 100px;
  background:var(--benefit-btn);
}
.benefit-list li button.btn:not(:disabled),
.benefit-list li button#share:not(:disabled) {
  color:#fff;
}
.benefit-list li button.btn:disabled {
  color:var(--benefit-color);
  background:var(--benefit-btn-disabled);
}
.benefit-list li.item1 {
  --benefit-btn:#FFCC26;
  --benefit-color:#B39E60;
  --benefit-btn-disabled:#F6E7BF
}
.benefit-list li.item2 {
  --benefit-btn:#5687EA;
  --benefit-color:#8393AB;
  --benefit-btn-disabled:#D4E0F1
}
.benefit-list li.item3 {
  --benefit-btn:#21B55F;
  --benefit-color:#86A477;
  --benefit-btn-disabled:#CEE9C1
}
.benefit-list li.item4 {
  --benefit-btn:#43495A;
  --benefit-color:#8694AB;
  --benefit-btn-disabled:#D9E0EB
}
.line-bar {
  position:absolute;
  right:0;
  left:0;
  height:12px;
  background:#F7F7F7;
}
.benefit-link {
  display:inline-flex;
  align-items: center;
  margin-top:calc(50px + 12px);
  margin-bottom:50px;
  padding:0 14px;
  width:100%;
  height:64px;
  color:#222;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px; /* 160% */
  border-radius: var(--border-r14);
  background: linear-gradient(0deg, #EDF0F5 0%, #EDF0F5 100%), #F5F5F5;
  box-sizing: border-box;
}
.benefit-link::before {
  content:"";
  display:inline-block;
  margin-right:8px;
  width:36px;
  height:36px;
  background:url(https://og.kakaobank.io/view/4bf3946c-1c2d-4d4a-8da3-984a9e015938) no-repeat center / 100%;
}


@media screen and (max-width: 360.98px) {
  .benefit-list li p {
    font-size: 16px;
  }
}
.cash-inner {
  width:100%;
  height:100vh;
  display: table;
  /* opacity: 0;
  -webkit-animation: cash-ani 0.7s ease-in-out 0.1s forwards, cash-out-ani 0.7s ease-in-out 2.2s forwards;
  animation: cash-ani 0.7s ease-in-out 0.1s forwards, cash-out-ani 0.7s ease-in-out 2.2s forwards; */
}
@-webkit-keyframes cash-ani {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes cash-ani {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes cash-out-ani {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes cash-out-ani {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.cash-content {
  display:table-cell;
  vertical-align: middle;
  text-align: center;
}

.cash-content .cash {
  font-size:26px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom:30px;
}

.cash-webp {
  position:relative;
  width:148px;
  height:185px;
  margin:0 auto;
  margin-top:-78px;
}

.cash-webp::after {
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:45px;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.cash-content .desc {
  font-size:17px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom:43px;
  opacity:0.7;
}
.cash-content .info {
    margin: auto;
    padding:18px 0;
    max-width:253px;
    width:100%;
    color: rgba(0, 0, 0, 0.7);
    color:#555;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    border-radius: 11px;
    background: #f7f7f7;
}
.cash-content .info .info-tit span {
    color: #FF855F;
}
.cash-content .info .info-tit + .info-list {
  margin-top:12px;
}
.cash-content .info .info-list {
  line-height: 1;
}
.cash-content .info .info-list li {
    position:relative;
    display: inline-block;
    padding-left:6px;
    color: #9F9F9F;
    text-align: center;
    font-size: 12px;
    line-height: 6px; /* 50% */
    line-height:1;
}
.cash-content .info .info-list li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width:3px;
    height:3px;
    background: #9F9F9F;
    border-radius: 50%;
}
.cash-content .info .info-list li + li {
  margin-top:4px;
}

.cash-content .redirect {
  font-size:15px;
  line-height: 30px;
  font-weight: 700;
  opacity:0.2;
}

/* 버튼 */
#btnRandomCash {
  opacity:1;
}

#btnRandomCash .apply-btn {
  background-color:#222222;
  color:#FFFFFF;
}

#btnRandomCash button {
  font-size:16px;
  line-height: 19px;
  font-weight: 400;
  color:#666666;
  margin-top:20px;
}


