/****** Reset ******/
@charset "UTF-8"; body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button { margin: 0; padding: 0 } fieldset, img { border: 0 none } dl, ul, ol, menu, li { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } input, select, textarea, button { vertical-align: middle; font-size: 100% } button { border: 0 none; background-color: transparent; cursor: pointer } table { border-collapse: collapse; border-spacing: 0 } body {  background-color: #fff; -webkit-text-size-adjust: none } input:checked[type='checkbox'] { background-color: #666; -webkit-appearance: checkbox } input[type='text'], input[type='password'], input[type='submit'], input[type='search'], input[type='tel'], input[type='email'], html input[type='button'], input[type='reset'] { -webkit-appearance: none; border-radius: 0 } input[type='search']::-webkit-search-cancel-button { -webkit-appearance: none } body, th, td, input, select, textarea, button { font-size: 14px; line-height: 1.5; font-family: 'Pretendard','Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif; color: #000 } a { color: #005a96; text-decoration: none } a:active, a:hover { text-decoration: none } button, a, img { -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } button:focus, a:focus, img:focus { outline: none !important; } address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal } hr { border: 0 none; } img { width: 100%; } .modal-table { display: table; width: 100%; height: 100%; table-layout: fixed; } .modal-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center; } .ir { display: block; font-size: 0; text-indent: -99999px; height: 0; } #kakaoHead { padding: 40px 0 60px; } #kakaoHead .img_title { position: relative; display: block; width: 100%; padding-top: 55%; background-size: contain; } #kakaoHead .img-date { padding-top: 15px; }
/****** Layout ******/

.right {
    float: right;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}


/* guide padding */
[data-view-guide="true"] .inner {
    position: relative;
}

[data-view-guide="true"] .inner:not(.no-wrap):before,
[data-view-guide="true"] .inner:not(.no-wrap):after {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #FFB2B2;
    opacity: 0.3;
}

[data-view-guide="true"] .inner:not(.no-wrap):before {
    left: 0;
}

[data-view-guide="true"] .inner:not(.no-wrap):after {
    right: 0;
}

/* design-guide */
.inner {
    max-width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.inner.no-wrap {
    padding: 0;
    /*max-width: unset;*/
    overflow: inherit;
}



/* 유의사항 */
#eventInfo {
    padding: 0 35px;
}

#eventInfo .info-tit {
    padding-top: 80px;
    padding-bottom:40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}

#eventInfo .info-cont {
    margin-top: 40px;
    margin-bottom: 30px;
}

#eventInfo .info-list {
    margin-top: 20px;
    word-break: keep-all;
}

#eventInfo .noline .info-list {
    margin-top: 0;
}

#eventInfo .info-list li {
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    line-height: 26px;
}

#eventInfo .info-list li::before {
    /*content: "・";*/
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #333333;
    border-radius: 50%;
}

#eventInfo .info-list li.notdot {
    text-indent: -10px;
}

#eventInfo .info-list li.notdot::before {
    content:none;
    
}

.info-li ul li{
    position:relative;
    font-size:15px;
    line-height:26px;
    padding-left:10px;
    box-sizing:border-box
}

.info-li ul li:before{
    content:"";
    position:absolute;
    top:11px;left:1px;
    display:inline-block;
    width:2px;
    height:2px;
    background:#333333;
    border-radius:50%
}

.theme-dark .info-li ul li:before{
  background:#F1F1F1
}

.accordion-block {
    padding: 20px 0;
    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: 18px;
    /*line-height: 21px;*/
    line-height: 28px;
}

.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-plus {
    position: absolute;
    top: 2px;
    right: 0;
}

.accordion-block .accordion-btn .icon-plus svg {
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.accordion-block .accordion-btn.is-active .icon-plus svg {
    transform: rotate(225deg);
    transform-origin: center;
    transition: transform 0.3s;
}

.accordion-block .accordion-content {
    display: none;
}

.accordion-block.unfold .accordion-content {
    display: block;
}

.accordion-block.unfold .accordion-btn {
    pointer-events: none;
}

.accordion-block.unfold .icon-plus {
    display: none;
}

.serial {
    padding-bottom: 140px;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
}

#eventInfo .serial .info-list li::before {
    width: 4px;
    height: 4px;
}


/* 플로팅 버튼 */
.wrap_apply {
    position: fixed;
    bottom: 23px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.wrap_apply .apply-btn {
    display: inline-block;
    width: 325px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    text-align: center;
    background: #FFD600;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    border-radius: 12px;
}

/* theme color */
.theme-default #eventInfo {
    background: #F1F1F1;
}

.theme-default #eventInfo * {
    color: #333333;
}

.theme-dark #eventInfo {
    background: #444444;
}

.theme-dark #eventInfo * {
    color: #F1F1F1;
}

.theme-default .accordion-block {
    border-top: 2px solid #333333;
}

.theme-dark .accordion-block {
    border-top: 2px solid #F1F1F1;
}

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

.theme-default .accordion-block .accordion-btn .icon-plus svg {
    stroke: #333333;
}

.theme-dark .accordion-block .accordion-btn .icon-plus svg {
    stroke: #F1F1F1;
}




/* 공유하기 */
#share {
    /*width:100%;*/
    /*padding:60px;*/
    text-align: center;
    box-sizing: border-box;
}

#share .share-btn .btn {
    display: inline-block;
    vertical-align: middle;
    padding: 25px 40px;
    min-width: 188px;
    max-height: 75px;
    background: #fff;
    border-radius: 40px;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    box-sizing: border-box;
}

#share .share-btn svg {
    margin-right: 5px;
    vertical-align: sub;
}

/* theme color */
.theme-default #share {
    background: #FFD600;
}

.theme-dark #share {
    background: #fff;
}

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

.theme-dark #share .share-btn .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 {
    margin: 0 auto;
    padding: 10px 18px 81px 17px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    text-align: center;
    box-sizing: border-box;
}

.popup-share .btn-close {
    position: relative;
    width: 35px;
    height: 5px;
    border-radius: 20px;
    text-indent: -9999px;
    background: #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-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.on {
    /*display: block;*/
    visibility: visible;
    opacity: 1;
}

.popup-share.on .pop-content {
    bottom: 0;
}




/* 팝업 */
.popups {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.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: 330px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
    padding: 14px;
    border-radius: 20px;
}

.popups .copy {
    text-align: center;
    margin: 26px auto 34px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.popups .okay-btn {
    width: 100%;
}

.popups .okay-btn .btn-ok {
    display: inline-block;
    padding: 22px 0 22px;
    width: 100%;
    text-align: center;
    line-height: 24px;
    background: #799FAD;
    /* custom */
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    box-sizing: border-box;
}

.popups .okay-btn.cnt-2 .btn-ok {
    display: inline-block;
    width: 49%;
    /* 버튼 두개일 때 디자인 필요 */
}


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




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

@media screen and (max-width: 360px) {
    /* .inner {padding: 0 25px;} */

    #share .share-btn .btn {
        padding: 25px 28px;
    }
}

@media screen and (max-width: 340px) {}
/****** Share ******/

/** 공유하기 - 버튼 **/
#share {
  width: 100%;
  padding: 60px;
  text-align: center;
  box-sizing: border-box;
}

#share .share-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 22px 40px;
  background: #fff;
  border-radius: 40px;
  font-size: 21px;
  font-weight: 700;
  box-sizing: border-box;
}

#share .share-btn svg {
  margin-right: 5px;
  vertical-align: sub;
}

/* theme color */
.theme-default #share {
  background: #FFD600;
}

.theme-dark #share {
  background: #fff;
}

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

.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 {
  margin: 0 auto;
  padding: 10px 18px 40px 17px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
}

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

.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;
}
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: linear-gradient(180deg, #FFDC00 0%, #FFEC78 100%);
  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/448b8e3d-e149-4123-9fbb-af91d9ebf8b3) 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;
  font-size:20px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom:30px;
}

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

.popups .okay-btn .btn-ok {
  background:#FFD600;
  color:#000;
}


@keyframes copy-ani-1 {
  0% {opacity:0; transform:translate(0, 50px);}
  30% {opacity:1; transform:translate(0, 0);}
  70% {opacity:1; transform:translate(0, 0);}
  100% {opacity:0; transform:translate(0, -50px);}
}

@keyframes copy-ani-2 {
  0% {opacity:0; transform:translate(0, 50px);}
  30% {opacity:1; transform:translate(0, 0);}
  100% {opacity:1; transform:translate(0, 0);}
}
.kv {
  text-align: center;
  height:100vh;
  background: linear-gradient(180deg, #FFF9D2 0%, #FFF 100%);
}

.kv-title {
  padding-top:59px;
  font-size: 37px;
  font-weight: 800;
  line-height: normal;
}

.kv-title .title {
  display: block;
  font-size:20px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: normal;
  margin-bottom:14px;
}

.kv-title .day {
  display: block;
  margin-top:12px;
  font-size:15px;
  line-height: 18px;
  color: #B3AE8D;
  font-weight: 400;
}

.kv-thumb {
  /* width:264px;
  margin:0 auto; */
  position:absolute;
  top:50%;
  left:50%;
  width:290px;
  height:366px;
  margin:-167px -145px;
}

.kv-thumb img {
  position:relative;
}

.kv-thumb .kv-rc_apeach {
  position:absolute;
  top:0;
  left:80px;
  width:175px;
  opacity:0;
  transform:translate(0,20px) scale(0.5);
}

.kv-thumb .kv-rc_choonsik {
  position:absolute;
  top:130px;
  left:0;
  width:180px;
  opacity:0;
  transform:scale(0.5);
}

.kv-thumb .kv-rc_choonsik::before {
  content:"";
  position:absolute;
  top:114px;
  left:24px;
  width:120px;
  height:57px;
  background:url(https://og.kakaobank.io/view/64fafeed-1443-4573-9ffc-0b9975587453) no-repeat 0 0 / 100%;
}

.kv-thumb .kv-rc_ryan {
  position:absolute;
  top:162px;
  left:100px;
  width:190px;
  opacity:0;
  transform:scale(0.5);
}

.kv-thumb .kv-rc_ryan::before {
  content:"";
  position:absolute;
  top:113px;
  left:24px;
  width:125px;
  height:57px;
  background:url(https://og.kakaobank.io/view/64fafeed-1443-4573-9ffc-0b9975587453) no-repeat 0 0 / 100%;
}

.kv-thumb .plate_main {
  position:absolute;
  bottom:0;
  width:277px;
  left:5px;
  opacity:0;
  /* transform: scale(0); */
}

.kv.on .kv-thumb .plate_main {
  /* transform:scale(1); */
  opacity:1;
  transition:opacity 0.5s 0.1s;
}

.kv.on .kv-thumb .kv-rc_ryan {
  transform:scale(1);
  opacity:1;
  transition:transform 0.5s 0.2s, opacity 0.5s 0.2s;
}

.kv.on .kv-thumb .kv-rc_choonsik {
  transform:scale(1);
  opacity:1;
  transition:transform 0.5s 0.2s, opacity 0.5s 0.2s;
}

.kv.on .kv-thumb .kv-rc_apeach {
  transform:translate(0,0) scale(1);
  opacity:1;
  transition:transform 0.5s 0.3s, opacity 0.5s 0.3s;
}

.kv-copy {
  position:absolute;
  bottom:114px;
  left:0;
  width:100%;
  line-height: 28px;
  font-size:17px;
  font-weight: 600;
  text-align: center;
}

.kv-copy .emoji-money {
  display:inline-block;
  width:28px;
  height:28px;
  background:url(https://og.kakaobank.io/view/081ec0ea-6b69-48ab-8634-1eed9cf36b30) no-repeat 0 0 / 100%;
  vertical-align: top;
  margin-right:4px;
}

.kv-copy .copy-area {
  position:relative;
  display: inline-block;
}

.kv-copy .copy-area::before {
  content:"";
  position:absolute;
  bottom:2px;
  left:-2px;
  width:0;
  height:12px;
  background-color:#FFE300;
}

.kv-copy .copy-area .copy {
  position: relative;
}

.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;
}
/* STEP1 */
.step1 {
  opacity:0;
}

.step1 .thumb {
  position:relative;
  width:300px;
  margin:0 auto;
  padding-top:111px;
}

.step1 .alam {
  position:absolute;
  left:57px;
  bottom:-11px;
  width:108px;
  transform:scale(0.5);
}

.step1 .alam img {
  position:relative;
  z-index:1;
}

.step1 .alam::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-radius: 50%;
  background-color:rgba(255,255,255,0.19);
  backdrop-filter: blur(10px);
}

.step1 .copy {
  position: absolute;
  display: block;
  bottom: 57px;
  width: 100%;
  text-align: center;
  opacity:0;
  transform:translate(0, 50px);
}

/* animation */
.step1.on {
  opacity:1;
  transition:opacity 0.7s;
}

.step1.off {
  opacity:0;
  transition:opacity 0.7s;
}

.step1.on .thumb {
  transition: transform 1.5s;
}

.step1.on .copy {
  opacity:1;
  transform:translate(0, 0);
  transition:opacity 0.7s 1.5s, transform 0.7s 1.5s;
}

.step1.on .alam {
  transform:scale(1);
  transition:transform 0.5s 1.7s;
}
/* STEP 2 */
.step2 {
  opacity:0;
}

.step2 .copys {
  position:absolute;
  top:70px;
  left:0;
  width:100%;
}

.step2 .copys span {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  text-align: center;
  opacity:0;
}

.step2 .thumb {
  width:300px;
  padding-top:177px;
  margin:0 auto;
  transform:translate(0, 100px);
}

#btnDduk {
  opacity:0;
  visibility: hidden;
  transform:translate(0, 50px);
}

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

/* animation */
.step2.on {
  opacity:1;
  transition:opacity 1s;
}

.step2.off {
  opacity:0;
  transition:opacity 0.7s;
}

.step2.on .copy1 {
  animation:copy-ani-1 2.5s 0.5s forwards;
}

.step2.on .copy2 {
  animation:copy-ani-2 2.5s 2.7s forwards;
}

.step2.on .thumb {
  transform:translate(0, 0);
  transition:transform 1.2s;
}

#btnDduk.on {
  opacity:1;
  visibility:visible;
  transform: translate(0,0);
  transition:opacity 0.7s 3s, transform 0.5s 3s;
}

#btnDduk {
  bottom: 0;
  padding-top: 32px;
  padding-bottom: 23px;
  background: linear-gradient(360deg, #FFEC74 27.42%, rgba(255, 236, 116, 0) 100%);
}
/* STEP3 */
.step3 {
  opacity:0;
}

.step3 .copys {
  position:absolute;
  top:50%;
  width:100%;
  transform:translate(0, -50%);
  text-align: center;
}

.step3 .copys > div {
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  transform:translate(0, -50%);
}

.step3 .copys span {
  display: block;
  opacity:0;
}

.step3 .dduk {
  position:absolute;
  top:50%;
  left:50%;
  width:243px;
  margin:0 auto;
  transform:translate(-50%, -50%);
  text-align: center;
  opacity:0;
  margin-top:-30px;
}


.step3 .dduk .plate {
  position:absolute;
  bottom:76px;
  left:50%;
}

.step3 .dduk .plate_sub {
  position:absolute;
  bottom:0;
  left:50%;
  width:260px;
  margin-left:-130px;
  opacity:0;
  transform:translate(0, 50px);
}

.step3 .dduk .shadow {
  position:absolute;
  bottom:44px;
  left:50%;
  width:125px;
  margin-left:-63px;
  transform:scale(0);
}

.step3 .dduk .dduk-img {
  position:relative;
  width:160px;
  margin:0 auto;
  padding-bottom:40px;
  opacity:0;
  transform:translate(0, -50px);
}

.step3 .dduk .dduk-img img {
  position:absolute;
  top:0;
  left:0;
  opacity: 0;
}

.step3 .dduk .dduk-img img.on {
  opacity:1;
}

.step3 .dduk .dduk-img img:first-child {
  position:relative;
}

.step3 .dduk .dduk-name {
  display: block;
  font-size:24px;
  line-height: 30px;
  font-weight: 700;
  color:#368F00;
  margin-top:46px;
  opacity:0;
  transform:translate(0, 50px);
}

#btnRandomCash {
  opacity:0;
}

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

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

/* animation */
.step3.on {
  opacity:1;
  transition:opacity 1s;
}

.step3.on .copy1 span {
  animation:copy-ani-1 2s forwards;
}

.step3.on .copy2 span {
  animation:copy-ani-1 2s 2s forwards;
}

.step3.on .dduk {
  opacity:1;
  transition:opacity 1s 4s;
}

.step3.on .dduk span {
  opacity:1;
  transform:translate(0, 0);
  transition:opacity 0.7s 4s, transform 0.7s 4s;
}

.step3.on .dduk .plate_sub {
  opacity:1;
  transform:translate(0,0);
  transition:opacity 0.5s 4.2s, transform 0.5s 4.2s;
}

.step3.on .dduk .shadow {
  transform:scale(1);
  transition:transform 0.5s 4.7s;
}

.step3.on .dduk .dduk-img {
  opacity:1;
  transform:translate(0,0);
  transition:opacity 0.5s 4.7s, transform 0.5s 4.7s;
}

#btnRandomCash.on {
  opacity:1;
  transition:opacity 1s 4s;
}
.cash-inner {
  width:100%;
  height:100vh;
  display: table;
}

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

.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;
}
/* 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-share {
  margin-top:21px;
}

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

/* my dduk */
.al-my-dduk.sec-already {
  text-align: left;
}

.my-dduk .status {
  background-color:#F5F6EF;
  border-radius: 20px;
  padding:22px 20px 18px;
}

.my-dduk .my-cash {
  background-color:#FFE300;
  padding:18px 16px 15px;
  border-radius: 13px;
  font-size:14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom:24px;
}

.my-dduk .my-cash .icon-cash {
  display: inline-block;
  width:17px;
  vertical-align: top;
}

.my-dduk .my-cash .cash {
  float: right;
}

/* .my-dduk .my-cash .count {
  display: inline-block;
} */

.my-dduk ul {
  display: flex;
  justify-content: space-between;
  clear:both;
}

.my-dduk ul li {
  text-align: center;
  font-size:14px;
  line-height: 24px;
  font-weight: 600;
  color:#444444;
}

/* .my-dduk ul li img {
  width:80px;
  height:80px;
} */

.my-dduk ul li .icon {
  position:relative;
  width:80px;
  height:80px;
}

.my-dduk ul li .icon .img {
  opacity:0;
  display: block;
  width: 100%;
  height: 100%;
}

.my-dduk ul li .icon .img.on {
  opacity:1;
}

.DdukLion .icon {
  background:url(https://og.kakaobank.io/view/eb02f38c-5ce2-4dbb-b226-066c40fee3bb) no-repeat 0 0 / 100%;
}

.DdukChoonsik .icon {
  background:url(https://og.kakaobank.io/view/2f8837dc-d4e6-4cdf-8ad0-8fa55078afdb) no-repeat 0 0 / 100%;
}

.DdukApeach .icon {
  background:url(https://og.kakaobank.io/view/1951afa6-68f8-4633-9346-f04ad05a26be) no-repeat 0 0 / 100%;
}

.icon-ryan-s {
  background:url(https://og.kakaobank.io/view/f332aee4-6c80-434e-b148-3539175908d1) no-repeat 0 0 / 100%;
}

.icon-choonsik-s {
  background:url(https://og.kakaobank.io/view/10a4a6b3-6846-4b46-8256-8633f9b0ddeb) no-repeat 0 0 / 100%;
}

.icon-apeach-s {
  background:url(https://og.kakaobank.io/view/c3c02802-0ce1-45f6-b35c-02ac8ecde0c9) no-repeat 0 0 / 100%;
}

.icon-motion {
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  transform:scale(2);
  width:80px;
  height:80px;
}

.icon-motion.on {
  opacity:1;
  transform:scale(1);
  transition:opacity 0.3s ease-in, transform 0.3s ease-in;
}

.icon-motion.on .back {
  opacity:0;
  transform:scale(1.5);
  transition:opacity 0.7s 0.3s, transform 0.7s 0.3s;
}

.icon-motion span {
  position:absolute;
  top:0;
  left:0;
  display: block;
  width: 80px;
  height: 80px;
}

.my-cash-area {
  display:inline-block;
  overflow: hidden;
  height:17px;
}

.my-cash-area .count {
  display: flex;
}

.my-cash-area .count span {
  display: block; 
  text-align: center;
}

.cash .won {
  display: inline-block;
  vertical-align: top;
}

.my-cash-area .count .num-box {
  transform:translate(0, -144px);
}
.my-cash-area .count.on .num-box { 
  transform:translate(0, 0); transition:transform 1s;
}

/* dduk apply */
.al-dduk-apply {
  z-index:3;
}

.al-dduk-apply.sec-already {
  text-align: left;
}

.al-dduk-apply .count {
  color:#FF0000;
}

#newDduk {
  position:relative;
  width:100%;
  height:244px;
  background-color:#FFE300;
  border-radius: 20px;
}

.notDduk {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size:14px;
  line-height: 22px;
  font-weight: 400;
  color:rgba(0,0,0,0.5);
}

.applyDduk {
  font-size:0;
  padding:12px 30px;
}

.applyDduk .que {
  display: block;
  width:115px;
  height:104px;
  margin:0 auto 48px;
  transform:translate(0, 20px);
  animation: que-ani 2s infinite;
}

.applyDduk .dduk-img {
  position:absolute;
  top:20px;
  left:50%;
  margin-left:-60px;
  width:120px;
  opacity:0;
  transform:scale(0.5);
}

.applyDduk .dduk-img img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  opacity:0;
}

.applyDduk .dduk-img img:first-child {
  position:relative;
}

.applyDduk .dduk-img img.on {
  opacity:1;
}

.applyDduk .que.off {
  animation:none;
}
.applyDduk.change .que {
  opacity:0;
  transform:scale(0.5) translate(0, 20px);
  transition:opacity 0.2s 0.1s ease-in, transform 0.2s 0.1s ease-in;
}

.applyDduk.change .dduk-img {
  opacity:1;
  transform:scale(1);
  transition:opacity 0.3s 1s, transform 0.3s 1s;
}


#btnQue {
  width:100%;
  text-align: center;
}

#btnQue a {
  display: block;
  font-size:15px;
  line-height: 20px;
  font-weight: 700;
  color:#FFFFFF;
  border-radius: 11px;
  background-color:#111111;
  /* padding:16px 0; */
  height:52px;
  line-height: 52px;
  overflow: hidden;
}

#btnQue a span {
  display: block;
}

#btnQue .copys {
  transform:translate(0, -104px);
  transition:transform 0.5s;
}

#btnQue .copys.q2 {
  transform:translate(0, -52px);
}

#btnQue .copys.q3 {
  transform:translate(0, 0);
}

@keyframes que-ani {
  0% {transform:translate(0, 20px);}
  10% {transform:translate(0, 0);}
  25% {transform:translate(0, 23px);}
  35% {transform:translate(0, 20px);}
  40% {transform:translate(0, 21px);}
  45% {transform:translate(0, 20px);}
}

.emj-coin {
  position:absolute;
  bottom:33px;
  left:50%;
  width:40px;
  height:40px;
  pointer-events: none;
  margin-left:-20px;
}

.emj-coin .coin {
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:40px;
  height:40px;
  background:url(https://og.kakaobank.io/view/efdae84f-043b-4b62-8d9d-20fcf479645d) no-repeat 0 0 / 100%;
  transform: scale(0);
}



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

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

.sec-already .title {
  font-size:20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom:15px;
}

/* top */
.al-top {
  padding-top:30px;
  padding-bottom:50px;
}

.al-top .gift {
  display: block;
  width:50px;
  height:50px;
  margin:0 auto 20px;
}

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

.al-top .day {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color:#888888;
  font-weight: 400;
}

.apply-event-info {
  text-align: center;
  font-size:13px;
  font-weight:400;
  line-height: 24px;
  margin-top:21px;
  color:#999999;
}

.apply-event-info .icon-info {
  display: inline-block;
  vertical-align: top;
  width:24px;
  height:24px;
  background:url(https://og.kakaobank.io/view/8aa05656-535c-48a1-9cbe-840584c4b816) no-repeat 0 0 / 100%;
  margin-right:5px;
}

.al-more-dduk .program-info {
  text-align: center;
  font-size:15px;
  font-weight: 22px;
  font-weight: 700;
  color:#464646;
  margin-top:37px;
}

.al-more-dduk .program-info span {
  color:#12B571;
}

.zero-plate {
  margin-top:27px;
  width:190px;
}
/** 공유하기 - 팝업 **/
.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: 10px 18px 40px 17px;
  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;
}

