/****** 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:60px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
#eventInfo .info-cont {
    margin-top:25px;
    padding-bottom:16px;
    border-bottom:1px solid #444;
}
#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:#444;
    font-size: 14px;
    line-height: 24px;
}
#eventInfo .info-list li::before {
    /*content: "・";*/
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    display: inline-block;
    width:3px;
    height:3px;
    background:#333;
    border-radius: 50%;
}
.accordion-block {
    padding:16px 0;
    padding-bottom:0;
    border-bottom:1px solid #444;
    overflow: hidden;
}
.accordion-block.noline  {
    padding:40px 0 30px;
}
.accordion-block .accordion-btn {
    position: relative;
    width:100%;
    text-align: left;
    font-weight: 700;
    font-size: 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(180deg);
    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;
  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;
}

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

.step {
  width:100%;
  height:100vh;
  background: #FEF0CD;
  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/1e46a0fa-d102-4acb-a175-11dfc98213dc) 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;
  background: linear-gradient(180deg, #ffffff 0%, #FFF 100%);
  overflow-x:hidden;
}

.kv-title {
  padding-top:34px;
}
.kv-title .title {
  margin-bottom:16px;
  color:#333;
  font-size: 34px;
  line-height: 42px;
  font-weight: 800;
}
.kv-title .title > span {
  display:block;
  margin-bottom:10px;
  color:#FF7C00;
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
}
.kv-title .date {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.08em;
}

.kv-visual {
  position:absolute;
  top:50%;
  left:50%;
  width:375px;
  height:256px;
  margin:-147px -187.5px;
  transform:scale(0.75);
  opacity:0;
}
.kv.on .kv-visual {
  transform:scale(1);
  opacity:1;
  /* transition:transform 0.3s 0.2s, opacity 0.3s 0.2s; */
}

.kv-swiper {
  position:absolute;
  bottom:119px;
  left: 50%;
  transform: translateX(-50%);
  width:calc(100% - 32px);
}
.swiper,
.swiper-container {
  overflow: visible !important;
}
.swiper .swiper-slide {
  /* width:100%; */
  max-width:246px;
  height:108px;
  padding:20px 18px 20px 20px;
  text-align: left;
  border-radius: 12px;
  background-color:#F8F4E8;
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) 20px;
  background-size:68px;
  box-sizing: border-box;
}
.swiper .swiper-slide.item1 {
  background-image: url(https://og.kakaobank.io/view/17cf3772-66fd-4858-acdb-46d020305ae2);
}
.swiper .swiper-slide.item2 {
  background-image: url(https://og.kakaobank.io/view/2ba0c8d6-3378-4a72-af62-b3ddde83f05d);
}
.swiper .swiper-slide .benefit {
  color: #FF7C00;
  font-size: 13px;
  font-weight: 700;
  line-height :15.6px;
  letter-spacing: -0.052px;
}
.swiper .swiper-slide .title {
  margin-top:3px;
  color: var(--Black-80, #444);
  font-size: 16px;
  font-weight: 800;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.1px;
}

.wrap_apply {
  left:50%;
  transform: translateX(-50%);
  max-width: 884px;
  bottom:34px;
}
.wrap_apply .apply-btn {
  color:#fff;
  font-weight:700;
  background-color: #FF7C00;
}

.inmotion {
  opacity:0;
}
.kv.on .inmotion {
  opacity:1;
}
.kv.on .inmotion {
  transition:opacity 0.7s;
}
.kv.on .inmotion {
  transition:opacity 0.7s 0.2s;
}
.kv.on .kv-copy .copy-area::before {
  width:65px;
  transition:width 0.3s 0.5s;
}

@media screen and (min-width: 540px) {
  .swiper-wrapper {
    justify-content: center;
  }
  .swiper .swiper-slide + .swiper-slide {
    margin-left:16px;
  }
}


/* STEP1 */
.step1 {
  opacity:0;
}
.progress {
  position:relative;
  width:100%;
  height:6px;
  overflow:hidden;
  background: #F7E5BA;
}
.progress::before {
  --width:calc(var(--p) * 1%);
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:100%;
  z-index: 0;
  -webkit-animation:load-ani var(--sec) forwards 3s linear;
  animation:load-ani var(--sec) forwards 3s linear;
  background: linear-gradient(90deg, #FFDF51 0%, #FFAC26 100%);
}
/* .progress::after {
  content:counter(progress) '%';
  counter-reset: progress var(--p);
  position:absolute;
  left:5%;
  top:50%;
  transform: translateY(-50%);
  z-index: 1;
} */
.progress-bar {
  transform: translateY(-100%);
  line-height: 1;
  text-indent: -99999px;
}
@-webkit-keyframes load-ani {
  to { width: var(--width) }
}
@keyframes load-ani {
  to { width: var(--width) }
}
.step1.off .progress {
  opacity:0;
  transition:opacity 0.7s 0.5s;
}

.step1 .copy {
  position: absolute;
  top:44%;
  left:0%;
  width: 100%;
  text-align: center;
  opacity:0;
  -webkit-animation: copy-ani 3s forwards 0.0s;
  animation: copy-ani 3s forwards 0.0s;
}
@-webkit-keyframes copy-ani {
  0%, 80% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes copy-ani {
  0%, 80% {opacity: 1;}
  100% {opacity: 0;}
}
.step1.on {
  opacity:1;
  transition:opacity 0.7s;
}
/* .step1.on .copy {
  opacity:1;
  transform:translate(0, 0);
  transition:opacity 0.3s 0.0s, transform 0.3s 0.0s;
} */
.step1.off {
  opacity:0;
  transition:opacity 0.7s;
}

.step1 .thumb {
  width:100%;
  margin:0 auto;
  opacity: 0;
}
.step1 .thumb.on {
  opacity: 1;
  transition: opacity 0.7s;
  background-color:#FEF0CD;
}
video {
  /* width: 100%;
  max-width:375px; */
  max-width:100%;
  height:100vh;
  display: block;
  object-position:top;
  object-fit: cover;
  margin: 0 auto;
}

/* STEP 2 */
.step2 {
  display:none;
  opacity:0;
}
.step2.on {
  display:block;
  background: #fff;
  -webkit-animation: step2-ani 0.3s ease-in-out 0.5s forwards;
  animation: step2-ani 0.3s ease-in-out 0.5s forwards;
}
@-webkit-keyframes step2-ani {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes step2-ani {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.step2.off {
  opacity:0;
  transition:opacity 0.7s;
}

.step2 .random-cash {
  position: absolute;
  top:50%;
  left:50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  margin-top: -84px;
}
.step2 .random-cash .giftbox {
  width:140px;
  height:140px;
  margin: auto;
}
.step2 .random-cash .info-tit {
  margin-top:44px;
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 115.385% */
}
.step2 .random-cash .info-txt {
  margin-top:20px;
  color: rgba(0,0,0,0.7);
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
}

#btnCash {
  opacity:0;
  bottom: 0;
  padding-top: 32px;
  padding-bottom: 34px;
}
#btnCash.on {
  -webkit-animation: btnCash-slideup 0.3s forwards;
  animation: btnCash-slideup 0.3s forwards;
}
@-webkit-keyframes btnCash-slideup {
  0% {opacity: 0; -webkit-transform:translateX(-50%) translateY(150px)}
  100% {opacity: 1; -webkit-transform:translateX(-50%)  translateY(0)}
}
@keyframes btnCash-slideup {
  0% {opacity: 0; transform:translateX(-50%) translateY(150px)}
  100% {opacity: 1; transform:translateX(-50%)  translateY(0)}
}
#btnCash .apply-btn {
  border-radius: 12px;
  background: linear-gradient(0deg, #FF7C00 0%, #FF7C00 100%), #333;
  color: #FFF;
}

.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 .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;
}
/* more dduk */
.al-more-dduk {
  /* background-color:#F5F6EF; */
  padding-top:50px;
}

.al-more-dduk .icon-sns {
  display: block;
  width:54px;
  margin:0 auto 20px;
}

.al-more-dduk .top {
  margin-bottom:40px;
}

.al-more-dduk .top span {
  font-size:24px;
  line-height: 32px;
  font-weight: 700;
}

.al-more-dduk .more-list > li {
  margin-bottom:60px;
}

.al-more-dduk .more-list > li:last-child {
  margin-bottom:0;
}

.al-more-dduk .badge {
  display: inline-block;
  font-size:15px;
  line-height: 28px;
  font-weight: 600;
  padding:2px 15px;
  border-radius: 40px;
  color:#FFFFFF;
  background-color:#000000;
  margin-bottom:10px;
}

.al-more-dduk .desc {
  font-size:15px;
  line-height: 22px;
  color:#666666;
}

.al-more-dduk .share {
  padding:16px 26px 26px;
  background-color:#FFFFFF;
  border-radius: 20px;
  margin-top:25px;
}

.al-more-dduk .share .graphic {
  width:162px;
}

.al-more-dduk .btn {
  /* width:100%; */
  font-size:15px;
  line-height: 20px;
  font-weight: 700;
  color:#FFFFFF;
  background-color:#111111;
  border-radius: 11px;
  padding:16px 0;
}

/* benefit */

#benefitProgram {
  margin-top:30px;
}

.benefit-ul li {
  position:relative;
  background-color:#FFFFFF;
  border-radius: 20px;
  padding:24px 22px;
  margin-bottom:20px;
}

.benefit-ul li:last-child {
  margin-bottom:0;
}

.benefit-ul .icon {
  position:absolute;
  top:24px;
  left:22px;
  display: inline-block;
  width:50px;
}

.benefit-ul .copy {
  display: block;
  text-align: left;
  padding-left:70px;
  font-size:15px;
  line-height: 20px;
  font-weight: 400;
  color:#888888;
  margin-bottom:25px;
}

.benefit-ul .copy span {
  display: block;
  font-size:16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom:8px;
  color:#000000;
}

.benefit-ul button.off {
  background-color:#AAAAAA;
}

.benefit-ul button.off:active {
  transition:none;
  transform:scale(1);
  background-color:#AAAAAA !important;
}

.already-wrap {
  opacity: 0;
  -webkit-animation: already-ani 0.7s ease-in-out 0.1s forwards;
  animation: already-ani 0.7s ease-in-out 0.1s forwards;
}
@-webkit-keyframes already-ani {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes already-ani {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.sec-already {
  width:100%;
  text-align: center;
  padding-bottom:50px;
}

.sec-already .inner {
  padding:0 30px;
}

/* top : 캐시백 혜택 */
.al-top {
  padding-top:40px;
  padding-bottom:60px;
}
.al-top::after {
  content:"";
  display:inline-block;
  position:absolute;
  right:30px;
  bottom: 0;
  left:30px;
  height:1px;
  background: #F1F1F1;
}
.al-top .title-box .title {
  color:#333;
  font-size: 28px;
  font-weight: 800;
  line-height: 41px;
}
.al-top .title-box .title .txt {
  display: inline-flex;
  align-items: center;
}
.al-top .title-box .title .txt .ico-coin {
  display: inline-block;
  width:35px;
  height:35px;
  background:url(https://og.kakaobank.io/view/7bb34ef8-d9eb-41ad-92fb-785607e5d4db) no-repeat 0 0 / 100%;
}
.al-top .title-box .desc {
  margin-top:24px;
  color:#333;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}
.al-top .title-box .desc span {
  color: #FF7C00;
}
.al-top .title-box .date {
  display:inline-block;
  margin-top:8px;
  color: #A8A8A8;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.al-top .cashbag-box {
  height:186px;
  margin-top:50px;
  padding:30px 26px;
  border-radius: 16px;
  background: #FFEC79;
  box-sizing: border-box;
}
.al-top .cashbag-box .title {
  position:relative;
  padding-left:28px;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.068px; 
  text-align: left;
  background:url(https://og.kakaobank.io/view/fc3211d4-1fad-48c6-9d16-8c96a7783156) no-repeat 0 / 22px;
}
.al-top .cashbag-box .title .btn-info {
  display:inline-block;
  position:absolute;
  right:-4px;
  bottom:-1px;
  padding:4px;
  width:20px;
  height:20px;
}
.al-top .cashbag-box .auto-cash {   
  display: flex;
  justify-content: flex-end;
  margin-top:12px;
  color: #333;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}
.al-top .cashbag-box .auto-cash .count {
  display:inline-block;
  /* margin-right:2px; */
  font-size: 32px;
  font-weight: 800;
}
.al-top .cashbag-box .cash-tooltip {
  position:relative;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-top:15px;
  height:46px;
  line-height: 1;
  color:#444;
  border-radius: 10px;
  background:#fff;
  animation: tooltip-ani 1s ease-out infinite;
}
@keyframes tooltip-ani {
  0%, 100% {transform: translateY(0);}
  50% {transform: translateY(4px);}
}
.al-top .cashbag-box .cash-tooltip::before {
  content:"";
  position: absolute;
  top: -7px;
  right: 26px;
  display: block;
  width: 15px;
  height: 15px;
  clip-path: polygon(20% 20%, 80% 80%, 100% 0%);
  transform: rotate(-45deg);
  border-radius: 0 5px 0 0;
  background: #fff;
}
.cash-tooltip p {
  font-weight:600;
}
.cash-tooltip .number {
  margin-left:3px;
  color: #FF6A00;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: -0.028px;
}

.al-top .auto-box {
  display:flex;
  align-items: center;
  justify-content: space-between;
  height:70px;
  margin-top:20px;
  padding:24px 26px;
  border-radius: 16px;
  background: #F8F4E8;
  box-sizing: border-box;
}
.al-top .auto-box .title {
  padding-left:28px;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.068px;
  background:url(https://og.kakaobank.io/view/8a493165-851e-4942-83f5-47d3aea4a857) no-repeat 0 / 22px;
}
.al-top .auto-box .number .empty {
  color: #C0B9A3;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.2px;
}
.al-top .auto-box .number .auto-count {
  color:#333;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.2px;
}
/* more-auto : 자동이체 더 알아보기 */
.al-top + .al-more-auto::before,
.al-more-auto + #share::before {
  content:"";
  position:absolute;
  top:0;
  right:30px;
  left:30px;
  height:1px;
  background:#F1F1F1;
}
.al-more-auto {
  position:relative;
  padding-top:50px;
  text-align: left;
}
.al-more-auto .title {
  color:#333;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.al-more-auto .more-list {
  margin-top:25px;
}
.al-more-auto .more-list li + li {
  margin-top:20px;
}
.al-more-auto .more-list li > a {
  display:flex;
  align-items: center;
  width:100%;
  color:#333;
}
.al-more-auto .more-list li a::before {
  content:"";
  display:inline-block;
  flex: 0 0 68px;
  width:68px;
  height:68px;
  border-radius: 12px;;
  background-color: #F8F4E8;
  background-repeat:no-repeat;
  background-position: center;
}
.al-more-auto .more-list li:first-child  a::before {
  background-image:url(https://og.kakaobank.io/view/ea6d76d6-b48f-4b37-acff-e604c73a2caa);
  background-size:42px;
}
.al-more-auto .more-list li:last-child  a::before {
  background-image:url(https://og.kakaobank.io/view/a27dc42b-5d2b-4cf8-a0b1-ba737f5bfc57);
  background-size:44px;
}
.al-more-auto .more-list li > a p {
  margin-left:16px;
  font-size: 16px;
  font-weight: 800;
  line-height: 23px;
}
.al-more-auto .more-list li > a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.wrap_apply .link_apply {
  color:#fff;
  background: #FF7C00;
}
.wrap_apply.btn-eft {
  bottom:0;
  max-width:100%;
  height:124px;
  background: linear-gradient(360deg, #FFFFFF 27.42%, rgba(255, 255, 255, 0) 100%);
}
.wrap_apply.btn-eft .link_apply {
  margin-top:30px;
  max-width: 884px;
}

/* number */
.numbers {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 145px;
  height:35px;
}
.num-group {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
}
.num-group {
	-webkit-animation:rollingNum 1.8s forwards;
	animation:rollingNum 1.8s forwards;
}
.ani-delay-01 {-webkit-animation-delay: 0.1s;animation-delay: 0.1s;}
.ani-delay-02 {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;}
.ani-delay-03 {-webkit-animation-delay: 0.3s;animation-delay: 0.3s;}
.ani-delay-04 {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;}
.ani-delay-05 {-webkit-animation-delay: 0.5s;animation-delay: 0.5s;}
.ani-delay-06 {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;}
.ani-delay-07 {-webkit-animation-delay: 0.7s;animation-delay: 0.7s;}
.ani-delay-08 {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;}
.ani-delay-09 {-webkit-animation-delay: 0.9s;animation-delay: 0.9s;}

@keyframes rollingNum {
  0% {transform:translateY(0px);}
  100% {transform:translateY(-322px);}
/* 100% {transform:translateY(-34px);} 1 + 32 */
/* 100% {transform:translateY(-66px);} 2 */
/* 100% {transform:translateY(-98px);} 3 */
/* 100% {transform:translateY(-130px);} 4 */
/* 100% {transform:translateY(-162px);} 5 */
/* 100% {transform:translateY(-194px);} 6 */
/* 100% {transform:translateY(-226px);} 7 */
/* 100% {transform:translateY(-258px);} 8 */
/* 100% {transform:translateY(-290px);} 9 */
/* 100% {transform:translateY(-322px);} 10 */
}
.numbers {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.numbers .num {
  display: inline-block;
  flex:0 0 22px;
  height:27px;
  /* padding-bottom:4px; */
  padding-bottom:5px;
  color: var(--Black-85, #333);
  text-align: right;
  font-size: 32px;
  font-weight: 800;
}
.numbers .num.char-comma-space {
  flex:0 0 8px;
}
.char-num-space {overflow: hidden;}
.char-comma-space {width: 6px;height:18px;overflow: hidden;}
.numbers .num.char-black--won { font-size:27px;font-weight:500; }

@media screen and (max-width: 360.98px) {
  .sec-already .inner {
    padding:0 24px;
  }
  .al-top::after {
    right:24px;
    left:24px;
  }
}



