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

:root {
    --vh: 1%;
    /* 기본색상 */
    --border-r14: 14px;
    --border-r18: 18px;
    --color-mtxt:#FF9D00;
    /* floating btn */
    --wrap_apply--color:#fff;
    --wrap_apply--bg:#000;
}

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

.wrap_apply .disabled {
    background: #AAA;
    color: #DDD;
  }

/* 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%;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
}
.popup-bottom.on .pop-content {
    bottom:0;
}
.popup-bottom:not(.type-close) .btn-close {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
    height: 5px;
    border-radius: 20px;
    text-indent: -99999px;
    background-color: #EAECEF;
}
.popup-bottom.type-close .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width:26px;
    height: 26px;
    text-indent: -99999px;
    background:url(https://og.kakaobank.io/view/9e36cb9a-0cb7-4380-8113-fa18aa44a4b9) no-repeat center / 100%;
}
.popup-bottom .pop-content-inner {
    position: relative;
    margin: 0 auto;
    padding: 50px 30px 54px;
    max-height: 482px;
    max-height:calc(100vh - 40vh);
    height: 100%;
    background: #fff;
    border-radius: 30px 30px 0 0;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}
.popup-bottom:not(.type-close) .pop-content-inner {
    padding-top: 30px;
    /* padding-top:20px; */
}
.popup-bottom .detail {
    text-align: left;
    padding-top:20px;
    height: calc(60vh - 40px);
    overflow-y:auto;
    &::before {
        content: "";
        position: absolute;
        top: 18px;
        top:26px;
        right: 0;
        left: 0;
        display: inline-block;
        height: 36px;
        height: 30px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 60%);
    }
}
.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;
    font-size:15px;
    line-height: 26px;
    padding-bottom: 130px;
}
.popup-bottom .detail .cont-tit + .cont-box,
.popup-bottom .detail .cont-box + .cont-box  {
    margin-top:24px;
}
.popup-bottom .detail .cont-box p + p,
.popup-bottom .detail .cont-box p + .ul-list,
.popup-bottom .detail .cont-box .ul-list + p {
    margin-top:6px;
}
.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;
}
.popup-bottom .wrap_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 36px 16px 34px;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 30%);
}
.popup-bottom .wrap_btn .btn {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #222;
    border-radius: 12px;
    background-color: #FFE300;
}

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

@media screen and (max-height: 504.98px) {
    .wrap_apply {
        bottom: 16px;
    }
}
#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/9e36cb9a-0cb7-4380-8113-fa18aa44a4b9) 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;
}

/* 공통 */
/* logo */
.logo {
  display:block;
  margin:0 auto;
  width:137px;
  height:15px;
  opacity: var(--logo-opacity, 1);
  background:url(https://og.kakaobank.io/view/4931eb28-21c8-4c01-91d4-bc2450a597a2) no-repeat center / 100%;
}
/* 인트로, draw 롤링text 메시지 : main.html, draw.html */
.rolling-text-wrapper {
  margin:0 auto;
  width:256px;
  height:40px;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
  background:url(https://og.kakaobank.io/view/0a075909-a341-49ab-a62c-979a3cc83edf) no-repeat center / 100%;
  box-sizing: border-box;
  overflow: hidden;
  .txt-first {
    padding:10px;
  }
}
.rolling-text-container {
  position: relative;
  width: 100%;
  /* transition: transform ease-in-out;  */
}

.rolling-text-item {
  color: #222;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  font-size: 15px;

  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* text.title 롤링 :: pre.html, steps.html, draw.html - 기본delay초수:pre */
.txt-scroller {
  width:100%;
  height: var(--txt-scroller-height, 76px);
  color: var(--txt-scroller-color, #222);
  font-size: var(--txt-scroller-size, 26px);
  font-weight: 800;
  line-height: var(--txt-scroller-line-height, 38px);
  letter-spacing: -0.3px;
}
.txt-scroller .txt-scroller-item {
  --ani-card-y:0;
  position:absolute;
  width: 100%;
  white-space: nowrap;
  opacity: 0;
}
.txt-scroller .txt-scroller-item.item1 {
  -webkit-animation: ani-txt-scroller 0.3s ease-in forwards 0s, ani-txt-scroller 0.5s ease-in-out forwards reverse var(--txt-scroller-delay, 2.67s) ;
  animation: ani-txt-scroller 0.3s ease-in forwards 0s, ani-txt-scroller 0.5s ease-in-out forwards reverse var(--txt-scroller-delay, 2.67s) ;
}
.txt-scroller .txt-scroller-item.item2 {
  -webkit-animation: ani-txt-scroller 0.5s ease-in forwards var(--txt-scroller-delay, 2.67s);
  animation: ani-txt-scroller 0.5s ease-in forwards var(--txt-scroller-delay, 2.67s);
}
@-webkit-keyframes ani-txt-scroller {
  0% {opacity: 0; -webkit-transform: translateY(var(--ani-card-y, 0));}
  100% {opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes ani-txt-scroller {
  0% {opacity: 0; transform: translateY(var(--ani-card-y, 0)); }
  100% {opacity: 1; transform: translateY(0); }
}
.txt-scroller .txt-scroller-item > span {
  color:#FF8000;
}
.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 박스 노는 돈 일시키기 */
.pre {
  text-align: center;
  height:100vh;
  min-height: 700px;
  overflow-x:hidden;
  -webkit-animation: ani-pre-bg-out 0.4s ease-out 5.4s forwards;
  animation: ani-pre-bg-out 0.4s ease-out 5.4s forwards;
}
@-webkit-keyframes ani-pre-bg-out {
  0% {opacity: 1;}
  100% { opacity: 0;}
}
@keyframes ani-pre-bg-out {
  0% {opacity: 1;}
  100% { opacity: 0;}
}
.pre .pre-card-box {
  padding-top:90px;
  height:100vh;
  -webkit-animation: ani-pre-bg 0.3s ease-in 2.67s forwards;
  animation: ani-pre-bg 0.3s ease-in 2.67s forwards;
  box-sizing: border-box;
}
@-webkit-keyframes ani-pre-bg {
  0% {background:#fff}
  100% { background:#FFEA40;}
}
@keyframes ani-pre-bg {
  0% {background:#fff}
  100% { background:#FFEA40;}
}
.pre .pre-card-box .pre-visual {
  position:absolute;
  top:50%;
  left:50%;
  width:303px;
  height:400px;
  margin:calc(-200px + 20px) -151.5px;
}
.pre .logo {
  position:absolute;
  bottom:59px;
  left:50%;
  transform: translateX(-50%);
}

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

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

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

.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 .logo {
  margin-top:18px;
  --logo-opacity: 0.5;
}
.kv-title .title-box {
  position: absolute;
  /* top: 63px; */
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 230px));
  transform: translateY(calc(-50% - 230px));
  width: 100%;
}
.kv-title .title-box  .title {
  color: #222;
  font-size: 33px;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: -0.33px;
}
.kv-title .title-box  .title > span {
  display:block;
  color: var(--color-mtxt);
}
.kv-title .title-box  .desc {
  margin-top:12px;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px; /* 133.333% */
  letter-spacing: -0.5px;
}
.kv-title .title-box  .date {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
}
.kv-visual {
  position:absolute;
  bottom:0;
  width:100%;
  height:512px;
  background: url(https://og.kakaobank.io/view/c53c5099-6a2a-4c63-84fb-a491b827b481) repeat-x bottom / auto 290px; 
}
.kv-visual .kv-visual-inner {
  margin:8px auto 0;
  max-width:375px;
  width:100%;
}
.kv-visual img {
  width:254px;
  height:330px;
}

.kv-visual-inner .swiper,
.kv-visual-inner .swiper-container {
  overflow: visible !important;
}
.kv-visual-inner .swiper .swiper-slide {
  width:254px;
}


.btn-box {
  position:fixed;
  bottom:30px;
  bottom:0;
  z-index:-1;
  width:100%;
  text-align: center;
  box-sizing:border-box;
  visibility:hidden;  
  opacity:0;
  transition:all 0.3s;
  transform: translateY(var(--apply-translateY, 0));
  height:150px;
}
.btn-box.is-active {
  z-index:9;
  opacity:1;
  visibility:visible;
  display:block;
  transition:all 0.5s;
  transform: translateY(var(--apply-translateY-active, 0));
}
.btn-box .inner {
  position: relative;
  padding:0 16px;
  height:100%;
}
.btn-box .inner .wrap_apply {
  position: absolute;
  width:calc(100% - 32px);
}
.btn-box .inner .rolling-text-wrapper.main.inmotion {
  --play-inmotion-delay:0.5s;
  position:fixed;
  bottom:110px;
  left:50%;
  -webkit-transform:translateX(-50%) translateY(20px); 
  transform:translateX(-50%) translateY(20px); 
  z-index: 20;
}
.btn-box .inner .rolling-text-wrapper.main.play-inmotion {
  -webkit-transform:translateX(-50%) translateY(0); 
  transform:translateX(-50%) translateY(0); 
}

.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) {
}
@media screen and (max-height: 504.98px) {
  .btn-box .inner .rolling-text-wrapper.main.inmotion {
    bottom: 92px;
  }
}
/*  */
.step {
  height: 100vh;
  min-height: 700px;
  overflow-x: hidden;
  background-color: #F6F6F6; 
  -webkit-animation:ani-step-view 0.4s ease-in-out 0s forwards;
  animation:ani-step-view 0.4s ease-in-out 0s forwards;
}
.step .inner {
  position: relative;
  padding:0;
  max-width: 440px;
  height: 100%;
  /* overflow: visible; */
}
@-webkit-keyframes ani-step-view {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes ani-step-view {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/* 춘식이 모션 */
.chunsik-area {
  position: relative;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.8);
  z-index: 20;
  -webkit-animation:ani-chunsik 0.5s ease-in-out 3s forwards; /* 3초 뒤 춘식이씬 사라짐 : 건물모션 delay시간 3s와 동일 - 이부분 수정 시 같이 수정해줘야함 */
  animation:ani-chunsik 0.5s ease-in-out 3s forwards; /* 3초 뒤 춘식이씬 사라짐 : 건물모션 delay시간 3s와 동일 - 이부분 수정 시 같이 수정해줘야함 */
}
.chunsik-area .inner {
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 244px;
  height:auto;
}
.chunsik-area .inner .bubble {
  --txt-scroller-height:52px;
  --txt-scroller-color:#000;
  --txt-scroller-size:18px;
  --txt-scroller-line-height:26px;
  --txt-scroller-delay:1.7s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:20px;
  width:225px;
  height:104px;
  text-align: center;
  background:url(https://og.kakaobank.io/view/ca746401-472d-4ec9-8ca4-606b2335cd09) no-repeat center / 100%;
  margin-left: 10px;
}
.chunsik-area .inner .bubble > div {
  margin-top:-5px;
}
.chunsik-area .inner .bubble .txt-scroller .txt-scroller-item {
  width:225px;
}
.chunsik-area .inner .img-chunsik {
  padding-left:10px;
}
.chunsik-area .inner .img-chunsik img {
  width:234px;
  height:238px;
}
@-webkit-keyframes ani-chunsik {
  0% {opacity: 1;}
  100% {opacity: 0; display: none;}
}
@keyframes ani-chunsik {
  0% {opacity: 1;}
  100% {opacity: 0; display: none;}
}

/* 이벤트 맵 모션 */
.map-area {
  width:100%;
  height:100%;
  background: #F6F6F6; 
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}
.map-area.active {
  background-color:#D2F0FA;
}
/* 공통스타일 */
.box {
  position: absolute;
  line-height: 0;
  z-index: 3;
}
.box::after {
  content: "";
  position: absolute;
  display: inline-block;
}
/* 건물리스트 */
.building-list {
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding:0 40px;
  width: 339px;
  height: 48px;
  border-radius: 48px;
  z-index: 12;
  box-sizing: border-box;
  opacity: 0;
  -webkit-animation: ani-building-list 0.3s ease-in-out calc(3.8s + 3s) forwards; /* delay 3s : 춘식이씬과 동일하게 설정 */
  animation: ani-building-list 0.3s ease-in-out calc(3.8s + 3s) forwards; /* delay 3s : 춘식이씬과 동일하게 설정 */
  overflow: hidden;

  display: flex;
  flex:0 0 auto;
  justify-content: space-between;
  align-items: center;
  background-color: #FFE838 ;
}
.building-list::after {
  content:"";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 48px;
  background-image: url(https://og.kakaobank.io/view/cf7e4da8-2011-4c0c-b746-9d2a95f7dfdf);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 48px; 
}
.building-list > span {
  position:relative;
  padding: 0 5px;
  color: #222222;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
  z-index: 1;
}
.building-list > span.on {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.building-list > span.on::after {
  content:"";
  position: absolute;
  right: 2px;
  left: 2px;
  bottom: -2px;
  display: inline-block;
  height:12px;
  border-radius: 2px;
  background:#9BEF14;
  z-index: -1;
  -webkit-animation: ani-bl-txt 0.3s ease-in forwards;
  animation: ani-bl-txt 0.3s ease-in forwards;
}
/* 건물 모두 on 후 draw로 넘어가기전 모션 */
.map-area.active .building-list {
  background-size:400% 100%;
  -webkit-animation: ani-gradient 4s ease-out 2.2s forwards;
  animation: ani-gradient 4s ease-out 2.2s forwards;
  opacity: 1;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.map-area.active .building-list > span.on::after {
  -webkit-animation: ani-bl-txt-off 0.3s ease-out 1.6s forwards;
  animation: ani-bl-txt-off 0.3s ease-out 1.6s forwards;
}
@-webkit-keyframes ani-building-list {
  0% {-webkit-transform: translate(-50%, -20px);opacity: 0;}
  100% {-webkit-transform: translate(-50%, 0);opacity: 1;}
}
@keyframes ani-building-list {
  0% {transform: translate(-50%, -20px);opacity: 0;}
  100% {transform: translate(-50%, 0);opacity: 1;}
}
@-webkit-keyframes ani-bl-txt {
  0% {width:0}
  100% {width:calc(100% - 4px)}
}
@keyframes ani-bl-txt {
  0% {width:0}
  100% {width:calc(100% - 4px)}
}
@-webkit-keyframes ani-bl-txt-off  {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes ani-bl-txt-off  {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
@-webkit-keyframes ani-gradient {
  0% {background-image: linear-gradient(90deg, #FFE838 0%, #3EFF15 23.08%, #2FB3FF 42.31%, #672FFF 62.5%, #FF3385 83.65%, #FFE838 100%);
    background-position: 105% 0%;}
  100% {background-image: linear-gradient(90deg, #FFE838 0%, #3EFF15 23.08%, #2FB3FF 42.31%, #672FFF 62.5%, #FF3385 83.65%, #FFE838 100%); background-position: 0% 0%;}
}
@keyframes ani-gradient {
  0% {background-image: linear-gradient(90deg, #FFE838 0%, #3EFF15 23.08%, #2FB3FF 42.31%, #672FFF 62.5%, #FF3385 83.65%, #FFE838 100%);
    background-position: 105% 0%;}
  100% {background-image: linear-gradient(90deg, #FFE838 0%, #3EFF15 23.08%, #2FB3FF 42.31%, #672FFF 62.5%, #FF3385 83.65%, #FFE838 100%); background-position: 0% 0%;}
}
@media screen and (max-width: 360.98px) {
  .building-list {
    padding-right:32px;
    padding-left:32px;
    width: 272px;
    height: 42px;
    }
  .building-list::after {
    height: 42px;
    background-image: url(https://og.kakaobank.io/view/6b782df4-1310-49b0-9223-f0537ed7745b);
    background-size: auto 42px; 
  }
}
/* 배경 */
.background {
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex:0 0 auto;
  width: 440px;
  /* height: 832px; */
  height:656px;
}
.background img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* object-fit: cover; */
  flex-shrink: 0;
  aspect-ratio: 375/656;
  /* bottom: -17.9%; */
}
/* 툴팁 */
.tooltip {
  position: absolute;
  top: var(--tooltip-p-top, -20%);
  left: var(--tooltip-p-left, 33%);
  z-index: 10;
  width: 64px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 100px;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  opacity: 0;
}
.tooltip.active {
  z-index: 14;
  -webkit-animation: tooltip-active 0.9s ease-in-out 2 0.5s forwards, tooltip-fadeout 0.5s ease-in-out 2s forwards;
  animation: tooltip-active 0.9s ease-in-out 2 0.5s forwards, tooltip-fadeout 0.5s ease-in-out 2s forwards;
}

@-webkit-keyframes tooltip-active {
  0% {opacity: 0.75;}
  50% {-webkit-transform: translateY(-10px);opacity: 0.75;}
  100% {-webkit-transform: translateY(0px);opacity: 0.75;}
}
@keyframes tooltip-active {
  0% {opacity: 0.75;}
  50% {transform: translateY(-10px);opacity: 0.75;}
  100% {transform: translateY(0px);opacity: 0.75;}
}
@-webkit-keyframes tooltip-fadeout {
  100% {opacity: 0;}
}
@keyframes tooltip-fadeout {
  100% {opacity: 0;}
}
/* 각 건물 춘식이모션 이미지들 */
.img-cs {
  position: absolute;
  top:var(--img-cs-p-top);
  left:var(--img-cs-p-left);
  width:var(--img-cs-width);
  height:var(--img-cs-height);
  opacity: 0;    
}
.img-cs.active {
  -webkit-animation: ani-img-cs 0.3s ease-in-out 0.5s forwards;
  animation: ani-img-cs 0.3s ease-in-out 0.5s forwards;
  z-index: 12;
}
@-webkit-keyframes ani-img-cs {
  0% {opacity: 0; transform: scale(0.9);}
  100% {opacity: 1; transform: scale(1);}
}
@keyframes ani-img-cs {
  0% {opacity: 0; transform: scale(0.9);}
  100% {opacity: 1; transform: scale(1);}
}
/* 건물 outline, colored */
.mask {
  position: absolute;
  z-index: 10;
}
.colored {
  position: absolute;
  opacity: 0;
  z-index: 9;
  -webkit-animation:mask-highlight 1.6s ease-in-out calc(var(--colored-delay, 1.2s) + 3s) forwards;  /* delay 3s : 춘식이씬과 동일하게 설정 */
  animation:mask-highlight 1.6s ease-in-out calc(var(--colored-delay, 1.2s) + 3s) forwards;  /* delay 3s : 춘식이씬과 동일하게 설정 */
}
@-webkit-keyframes mask-highlight {
  0% {opacity: 0;}
  35% {opacity: 1; z-index: 11;}
  75%,100% {opacity: 0; z-index: 11;}
}
@keyframes mask-highlight {
  0% {opacity: 0;}
  35% {opacity: 1; z-index: 11;}
  75%,100% {opacity: 0; z-index: 11;}
}
.colored.active {
  z-index: 11;
  -webkit-animation: colored-active 0.4s ease forwards;
  animation: colored-active 0.4s ease forwards;
}
@-webkit-keyframes colored-active {
  0% {opacity: 0;scale: 1;-webkit-transform: translateY(0px);}
  35% {opacity: 1;}
  50% {scale: 1.03;-webkit-transform: translateY(-5px);}
  100% {opacity: 1;scale: 1;-webkit-transform: translateY(0px);}
}
@keyframes colored-active {
  0% {opacity: 0;scale: 1;transform: translateY(0px);}
  35% {opacity: 1;}
  50% {scale: 1.03;transform: translateY(-5px);}
  100% {opacity: 1;scale: 1;transform: translateY(0px);}
}
.mask.inactive {
  z-index: 9;
  -webkit-animation: mask-inactive 0.4s ease forwards;
  animation: mask-inactive 0.4s ease forwards;
}
@-webkit-keyframes mask-inactive {
  0% {opacity: 1;scale: 1;-webkit-transform: translateY(0px);}
  50% {scale: 1.03;-webkit-transform: translateY(-5px);}
  100% {opacity: 0;scale: 1;-webkit-transform: translateY(0px);}
}
@keyframes mask-inactive {
  0% {opacity: 1;scale: 1;transform: translateY(0px);}
  50% {scale: 1.03;transform: translateY(-5px);}
  100% {opacity: 0;scale: 1;transform: translateY(0px);}
}

/* 공항 */
.airport-box {
  --colored-delay: 0.4s;
  --tooltip-p-top: 46px;
  --tooltip-p-left: 200px;
  --img-cs-p-top: 116px;
  --img-cs-p-left: 158px;
  --img-cs-width: 116px;
  --img-cs-height: 88px;
  right: -41px;
  bottom: 458px;
}
.airport-box > #airport {
  position: relative;
  width: 348px;
  height: 184px;
}
/* 병원 */
.hospital-box {
  --colored-delay: 1s;
  --tooltip-p-top: 10px;
  --tooltip-p-left: 114px;
  --img-cs-p-top: -28px;
  --img-cs-p-left: 16px;
  --img-cs-width: 103px;
  --img-cs-height: 90px;
  bottom: 354px;
  left: -13px;
}
.hospital-box::after {
  left: 8px;
  bottom: -5px;
  width: 213px;
  height: 102px;
  background: url(https://og.kakaobank.io/view/3edad10d-5141-4dfe-9e5d-74eb0bf8208a) no-repeat center / 100%;
}
/* active 일때 배경이미지 on */
.hospital-box:has(.active)::after {
  background-image:url(https://og.kakaobank.io/view/08419d62-bc0b-4781-85c7-3e0d3056f251);
}
.hospital-box > #hospital {
  position: relative;
  width: 232px;
  height: 216px;
}
.hospital-box .img-cs.type2 {
  --img-cs-p-top: 218px;
  --img-cs-p-left: 170px;
  --img-cs-width: 45px;
  --img-cs-height: 70px;
}
/* 은행 */
.bank-box {
  --colored-delay: 1.6s;
  --tooltip-p-left: 45px;
  --img-cs-p-top: 172px;
  --img-cs-p-left: 30px;
  --img-cs-width: 100px;
  --img-cs-height: 90px;
  right: -24px;
  bottom: 218px;
}
.bank-box::after {
  right: 24px;
  bottom: -34px;
  width: 170px;
  height: 171px;
  background: url(https://og.kakaobank.io/view/3475eb9a-9490-453c-ae74-bb635ddb4f44) no-repeat center / 100%;
}
/* active 일때 배경이미지 on */
.bank-box:has(.active)::after {
  background-image:url(https://og.kakaobank.io/view/7802ac14-e97b-419a-8379-fe39828a7903);
}
.bank-box > #bank {
  position: relative;
  width: 169px;
  height: 233px;
}
/* 관공서 */
.govoffice-box {
  --colored-delay: 2.2s;
  --img-cs-p-top: 183px;
  --img-cs-p-left: 74px;
  --img-cs-width: 110px;
  --img-cs-height: 78px;
  width: 212px;
  bottom: 119px;
  left: -23px;
}
.govoffice-box::after {
  left: 22px;
  bottom: -15px;
  width: 208px;
  height: 104px;
  background: url(https://og.kakaobank.io/view/4e6e90ff-04f4-4286-95bb-00f8450582fe) no-repeat center / 100%;
}
/* active 일때 배경이미지 on */
.govoffice-box:has(.active)::after {
  background-image:url(https://og.kakaobank.io/view/5b6fbce5-6e95-4fc6-abdf-06d184306de2);
}
.govoffice-box > #gov_office {
  position: relative;
  width: 212px;
  height: 228px;
}
/* 편의점 */
.convstore-box {
  --colored-delay: 2.8s;
  --tooltip-p-top: -48px;
  --tooltip-p-left: 26px;
  --img-cs-p-top: 110px;
  --img-cs-p-left: -51px;
  --img-cs-width: 110px;
  --img-cs-height: 90px;
  right: -7px;
  bottom: 11px;
}
.convstore-box::after {
  right: 7px;
  bottom: -11px;
  width: 217px;
  height: 91px;
  background: url(https://og.kakaobank.io/view/a8ac2de9-375c-480e-9ccf-b4832c74deab) no-repeat center / 100%;
}
/* active 일때 배경이미지 on */
.convstore-box:has(.active)::after {
  background-image:url(https://og.kakaobank.io/view/c8c0f66a-4277-4d82-9085-aa3330affe45);
}
.convstore-box > #conv_store {
  position: relative;
  width: 179px;
  height: 199px;
}
.convstore-box .img-cs.type2 {
  --img-cs-p-top: 140px;
  --img-cs-p-left: 48px;
  --img-cs-width: 68px;
  --img-cs-height: 70px;
}
.chunsik {
  bottom: 0;
  left: 0px;
  width:142px;
  height:93px;
}

.background-mask,
.chunsik-mask {
  position: absolute;
  z-index: 10;
}
.background-colored,
.chunsik-colored {
  position: absolute;
  opacity: 0;
  z-index: 9;
}
.background-colored.active,
.chunsik-colored.active {
  -webkit-animation: background-colored-active 0.4s ease 0s forwards;
  animation: background-colored-active 0.4s ease 0s forwards;
}
@-webkit-keyframes background-colored-active {
  0% {opacity: 0;}
  100% {opacity: 1; z-index: 11;}
}
@keyframes background-colored-active {
  0% {opacity: 0;}
  100% {opacity: 1;z-index: 11;}
}
.background-colored.active~.background-mask,
.chunsik-colored.active~.background-mask{
  -webkit-animation: background-mask-inactive 0.4s ease 0.3s forwards;
  animation: background-mask-inactive 0.4s ease 0.3s forwards;
}
@-webkit-keyframes background-mask-inactive {
  100% {z-index: 9;}
}
@keyframes background-mask-inactive {
  100% {z-index: 9;}
}

@media screen and (max-width: 320px) {
  .chunsik-area .inner {
    top: 50vh;
  }

  .airport-box, .hospital-box, .bank-box, .govoffice-box, .convstore-box, .chunsik {
    transform: scale(0.7);
  }

  .airport-box {
    right: -60px;
    bottom: 473px;
  }

  .hospital-box {
    bottom: 387px;
    left: -42px;
  }

  .bank-box {
    right: -42px;
    bottom: 297px;
  }

  .govoffice-box {
    bottom: 220px;
    left: -48px;
  }

  .convstore-box {
    right: -32px;
    bottom: 148px;
  }

  .chunsik {
    bottom: 156px;
    left: -21px;
  }
}
/* 컨텐츠 공통 */
.section .tit {
  color: #646464;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
}
.tit-box {
  --ani-card-y:20px;
  color: #222;
  font-size: 26px;
  line-height: 1;
}
.tit-box .title {
  margin-bottom:4px;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px; /* 128.571% */
}
.tit-box .title > span {
  color:var(--color-mtxt);
}
/* 슬라이드업 모션 공통 */
.tit-box .title,
.benefit .visual-box,
.benefit-box {
  --ani-card-y:20px;
  opacity: 0;
  -webkit-animation: ani-txt-scroller 0.3s ease-in-out var(--txt-scroller-delay, 0.4s) forwards;
  animation: ani-txt-scroller 0.3s ease-in-out var(--txt-scroller-delay, 0.4s) forwards;
}

/* 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: 70px 28px 0;
  text-align: center;
}
.benefit .d-visual {
  margin:40px auto 51px;
  width: 205px;
  height:208px;
  padding-left: 5px;
}
.benefit .d-visual img {
  margin-right: -10px;
}
.benefit .desc-txt {
  margin-top:14px;
  color:#222;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.benefit-box {
  margin: 70px auto;
  width: 319px;
}
.benefit-box .item-box {
  width:319px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:100%;
  box-sizing: border-box;
}
.benefit-box .item-box:first-child {
  padding:28px 26px 24px;
  height:500px;
  background-image:url(https://og.kakaobank.io/view/fa598719-1b3c-49c2-90fb-7de686639f40);
}
.benefit-box .item-box:last-child {
  padding:30px 26px 38px;
  height:340px;
  background-image:url(https://og.kakaobank.io/view/acffd2e1-56fd-47bc-8a59-21ba190ae23d);
}
.benefit-box .item-box + .item-box {
  margin-top:20px;
}
.benefit-box .item-box .badge {
  display:inline-flex;
  align-items: center;
  justify-content: center;
  width:73px;
  height:34px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.14px;
  border-radius: 100px;
  background:#FFAE22;
  box-sizing: border-box;
}
.benefit-box .item-box .badge + .title {
  margin-top:20px;
}
.benefit-box .item-box .title {
  display: block;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 133.333% */
}
.benefit-box .item-box .desc {
  margin-top:8px;
  color: rgba(34, 34, 34, 0.5);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 133.333% */
  letter-spacing: -0.5px;
}
.benefit-box .item-box .img-kyochon {
  display:inline-flex;
  align-items: center;
  justify-content: center;
  margin:26px auto;
  width:192px;
  height:192px;
  border-radius: 50%;
  background:#fff url(https://og.kakaobank.io/view/f6d9a673-d5e4-43a1-9226-ab7f05ae85b2) no-repeat center / 175px;
}
.benefit-box .item-box .item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width:267px;
  height:52px;
  color: var(--DEFAULT-white, #FFF);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 20.4px */
  border-radius: 10px;
  background: #53362C;
}
.benefit-box .item-box .vod-box  {
  position:relative;
  display: block;
  margin-top:28px;
  width: 267px;
  height:180px;
  border-radius: 12px;
  background:url(https://og.kakaobank.io/view/4346b6b1-596a-44ca-823f-01f2460289b0) no-repeat center / 100%;
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  &::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    display: inline-block;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
  }
}
.benefit-box .item-box .vod-box > span {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  display:inline-block;
  width: 63px;
  height:63px;
  text-indent: -9999px;
  background:url(https://og.kakaobank.io/view/717b54c9-8a35-48a9-948a-9a620f22052c) no-repeat center / 100%;
  z-index: 5;
}


@media screen and (max-width: 360.98px) {
  .tit-box .title {
    font-size: 26px;
    line-height: 33px; /* 126.923% */
  }
  .benefit .inner {
    padding-right:16px;
    padding-left:15px;
  }
  .benefit .d-visual {
    margin-top:30px;
    margin-bottom:30px;
  }
  .benefit-list li p {
    font-size: 16px;
  }
  .benefit .d-visual {
    width:192px;
    height:195px;
  }
  .benefit .desc-txt {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  .benefit-box {
    margin-top:50px;
    width:289px;
  }
  .benefit-box .item-box {
    width:289px;
  }
  .benefit-box .item-box + .item-box {
    margin-top:16px;
  }
  .benefit-box .item-box:first-child {
    padding: 28px 24px 24px;
    height:452px;
    background-image: url(https://og.kakaobank.io/view/5c994890-4415-42a9-b6ea-75d5d0d20ebc);
  }
  .benefit-box .item-box:last-child {
    padding: 30px 24px 31px;
    height:307px;
    background-image: url(https://og.kakaobank.io/view/54368c53-4f22-4b3a-aff4-b2a9e6baa11a);
  }
  .benefit-box .item-box .badge {
    width:66px;
    height:31px;
    font-size:13px;
    line-height: 16.307px; /* 125.44% */
    letter-spacing: -0.13px;
  }
  .benefit-box .item-box .badge + .title {
    margin-top:16px;
  }
  .benefit-box .item-box .title {
    font-size:22px;
    line-height: 28.991px; /* 131.775% */
  }
  .benefit-box .item-box .desc {
    font-size:14px;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.4px;
  }
  .benefit-box .item-box .img-kyochon {
    margin-top:24px;
    margin-bottom:18px;
    width:175px;
    height:174px;
    background-size: 158px;
  }
  .benefit-box .item-box .item-btn {
    width:241px;
    height:47px;
    font-size: 15px;
    line-height: 120%; /* 18px */
  }
  .benefit-box .item-box .vod-box {
    margin-top:26px;
    width:241px;
    height:162px;
  }
}

.benefit .rolling-text-wrapper {
  position: relative;
}
.benefit .rolling-text-bg {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width:calc(100% - 6px);
  height:calc(100% - 6px);
  border-radius: 50px;
  background:#FFE300;
  animation: ani-rolling-txt-wrapper-bg 0.5s ease-in-out 0.85s forwards;
  z-index: 1;
}
@keyframes ani-rolling-txt-wrapper-bg {
  0% { opacity: 1;}
  100% { opacity: 0;}
}

.benefit.wrap_apply::after {
  content:"";
  position: absolute;
  bottom:0;
  margin-left:-50%;
  margin-bottom:-34px;
  display:inline-block;
  width:100%;
  height:110px;
  background:rgba(0,0,0,0.5);
  background: linear-gradient(0deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}

.benefit.wrap_apply .link_apply {
  position:relative;
  z-index: 2;
}
.cash-inner {
  width:100%;
  height:100vh;
  display: table;
}
@-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:#FFE300;
  color:#000;
}

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


