/****** 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: 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: 26px;
}
#eventInfo .info-cont {
    margin-top:25px;
    padding-bottom:16px;
    border-bottom:1px solid #444
}
#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:#333333;
    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: 16px;
    line-height: 24px;
    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:24px
}
.accordion-block.unfold .accordion-content {
    display: block;
}
.accordion-block.unfold .accordion-btn {
    pointer-events: none;
}
.accordion-block.unfold .icon-arrow {
    display: none;
}
/* 심의필 */
.serial {
    padding-bottom:140px;
    color:#444;
    font-size:14px;
    font-weight:500;
    line-height:24px;
}
#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;
}


/* 팝업 */
.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: 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 16px;
  text-align: center;
  box-sizing: border-box;
}
#share .share-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 20px 30px;
background: #fff;
border-radius: 40px;
font-size: 18px;
font-weight: 700;
box-sizing: border-box;
color:#000;
}
#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:#444;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 40px;
background: #fff;
border-radius: 30px 30px 0 0;
text-align: center;
}
.popup-share .btn-close {
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
width: 35px;
height: 5px;
border-radius: 20px;
text-indent: -9999px;
/* background: #799FAD; */
  background-color:#EAECEF;
}
.popup-share .pop-share-btn-list {
margin-top: 40px;
}
.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:#fff;
  background-color:#000;
}

main {
  overflow: hidden;
}

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

.fixed {
  position:fixed;
  top:100vh;
  left:0;
  width:100%;
  z-index:1;
}

.scroll {
  position:relative;
  height:10000px;
}

.scroll > div {
  border:1px solid red;
}

/* .scroll .s-step2 {
  height:3000px;
}

.scroll .s-step3 {
  height:2000px;
} */

.menu {
  position:relative;
  width:100%;
  padding:0 30px;
  box-sizing: border-box;
  font-size:0;
  background-color:#000;
  z-index:9;
}

.menu button {
  position:relative;
  display: inline-block;
  width:50%;
  font-size:16px;
  line-height: 22px;
  font-weight: 700;
  height:86px;
  color:rgba(255,255,255,0.7);
}

.menu button::after {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:1px;
  background-color:rgba(255,255,255,0.3);
}

.fix-menu {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9;
  /* display: none; */
  visibility: hidden;
  opacity:0;
}

.fix-menu.on {
  /* display: block; */
  visibility: visible;
  opacity: 1;;
}

.menu button.on {
  color:#fff;
}
.menu button.on::after {
  background-color:#fff;
}

.divider {
  width:100%;
  height:11px;
  background-color:#D9D9D9;
  opacity: 0.1;
}

.event .title {
  font-size:25px;
  line-height: 34px;
  font-weight: 700; 
  padding-bottom:60px;
}

.event .title span {
  display: block;
  font-size:19px;
  line-height: 23px;
  color:#F0FF00;
  margin-bottom:15px;
}

.event .info {
  text-align: left;
}

.event .info .info-title {
  display: block;
  font-size:19px;
  line-height: 26px;
  font-weight: 700;
  color: #F0FF00;
  margin-bottom:25px;
}

.event .info ul li {
  position:relative;
  padding-left:45px;
  font-size:15px;
  line-height: 23px;
  font-weight: 500;
  color:#888888;
  margin-bottom:14px;
}

.event .info ul li::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  font-size:12px;
  line-height: 24px;
  font-weight: 500;
  color:#000;
  background-color:#fff;
  width:32px;
  height:24px;
  font-weight: 700;
  border-radius: 12px;
  text-align: center;
}

.event .info ul li span {
  display: block;
  color:#fff;
}

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

.popups .title span {display: block; font-size:15px; line-height: 18px; font-weight: 400; margin-top:20px;}
.popups .title span b {display: block; margin-bottom:5px;}

.theme-default #eventInfo .serial.serial-tline {
  margin-top:10px;
  font-size:16px;
}
.theme-default #eventInfo .serial.serial-tline .info-list {
  margin-top:0;
}

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

.share-inner {
  position:relative;
  width:188px;
  margin:0 auto;
}

.share-up {
  position:absolute;
  top:-40px;
  right:-60px;
  width:95px;
}

.kv-arrow {
  position:fixed;
  bottom:34px;
  left:50%;
  width:37px;
  z-index:9;
  transform: translate(-50%, 0);
}

.kv-arrow img {
  animation:mouseloop 0.8s infinite alternate;
}

@keyframes mouseloop {
  0% {
    transform: translateY(0);
    opacity: 0.85;
  }
  100% {
    transform: translateY(-12px);
    opacity: 1;
  }
}

.main {
  top:0;
  height:100%;
}
.main .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh)* 100);
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
  z-index: -1;
}
.main .bg video {
  height: calc(var(--vh, 1vh)* 100);
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
  transform: translateZ(0);
  will-change: transform;
}
.main .logo {
  position:relative;
  padding:30px 24px; 
  max-width: 884px; 
  margin:0 auto;
}

.main .seq {
  position:absolute; 
  top:50%;
  left:0;
  transform: translate(0, -50%);
  padding:0 30px;
  opacity:0;
  width:100%;
  box-sizing: border-box;
}
.main .seq-box {
  position:relative;
  max-width:810px;
  margin:0 auto;
}
.main .seq img {
  position:absolute; 
  top:0;
  left:0;
  opacity:0;
}

.main .seq img.on {
  opacity:1;
}

.main .seq img:first-child {
  position:relative;
}
.step2 {
  text-align: center;
  top:0;
}
.step2 .copy1 {
  position:relative;
  height:100vh;
}
.step2 .copy1 span {
  position:absolute;
  bottom:101px;
  left:0;
  width:100%;
  font-size:21px;
  line-height: 31px;
  font-weight: 700;
}

.step2 .copy2 {
  height:calc(100vh - 100px);
  font-size:21px;
  line-height:31px;
  font-weight: 700;
}

.step2 .copy2 .copy-box {
  position:absolute;
  bottom:81px;
  left:0;
  width:100%;
}

.step2 .copy2 span {
  display: block;
  font-size:50px;
  line-height: 55px;
  font-weight: 800;
  margin-bottom:16px;
}

.step2 .copy3 {
  font-size:21px;
  line-height:31px;
  font-weight: 700;
  padding-top:calc(100vh / 3)
}
.step3 {
  text-align: center;
  width:100%;
  padding:30px 0 40px;
}

.step3 li {
  padding:0 30px;
  color:#000;
  margin-bottom:15px;
}

.step3 li > div {
  border-radius: 20px;
  overflow: hidden;
}

.step3 li .step3-con {
  padding:20px;
  font-size:14px;
  line-height: 20px;
  font-weight: 500;
}

.step3 li .title {
  display: block;
  font-size:22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom:30px;
}

.step3 li img {
  display: block;
  margin-top:30px;
}

.step3 li:nth-of-type(1) .step3-con {
  background: #01F51B;
}

.step3 li:nth-of-type(2) .step3-con {
  background: #01D1FF;
  padding:20px 0 0;
}

.step3 li:nth-of-type(3) .step3-con {
  background: #F0FA05;
}

.step3 li .info {
  color:rgba(0,0,0,0.3);
}

.step3 .event-day {
  padding:100px 0 0;
}

.step3 .event-day .icon-fire {
  width:130px;
}

.step3 .event-day .copy {
  font-size:15px;
  line-height: 18px;
  color: #4D4D4D;
}

.step3 .event-day .copy span {
  display: block;
  font-size:25px;
  line-height: 34px;
  font-weight: 800;
  color:#F0FF00;
  margin:37px 0 16px;
}

@media screen and (max-width: 362px) {
  .step3 li .title {
     font-size:20px;
  }
}


@media screen and (max-width: 338px) {
  .step3 li .title {
     font-size:18px;
  }
  .step3 li .step3-con {
    font-size:13px;
  }
}
.vote {
  text-align: center;
  padding:56px 30px 0;
}

.vote .vote-list {margin-bottom:30px;}
.vote .vote-list ul{display: grid; flex-wrap: wrap; justify-content: space-between; grid-template-columns:1fr 1fr; gap:0 15px;}
.vote .vote-list input[type="radio"] {display: none;/*visibility: hidden;*/}
.vote .vote-list li { position: relative; overflow: hidden; margin-bottom: 15px; border-radius: 2px; color: #fff; background: #1D1D1D; box-sizing: border-box;}
.vote .vote-list label { -webkit-tap-highlight-color: rgba(0,0,0,0); }
.vote .vote-list label::after {content: ''; position: absolute; width: 28px; height: 27px; top:0; right:0; background: url(https://og.kakaobank.io/view/648c5c5f-333a-4794-ae41-93db6a4f114d) no-repeat top left / 28px 27px; }
.vote .vote-list input[type="radio"].checked + label::before {content: ''; position: absolute; width: 100%; height: 100%; top:0; left: 0; border: 3px solid #BDFF01; border-radius: 2px; box-sizing: border-box;}
.vote .vote-list input[type="radio"].checked + label::after {background: url(https://og.kakaobank.io/view/2107eac2-a120-44c8-91ac-d0daeb9bca7d) no-repeat top left / 28px 27px; }
.vote .vote-list .vote-text {padding: 14px 12px 12px; text-align: left;}
.vote .vote-list .vote-text .vote-name {display: block;}
.vote .vote-list .vote-rank {margin-right: 6px; font-size: 15px; font-weight: 600; line-height: 18px; color: #BDFF01;}
.vote .vote-list .vote-name {font-size: 14px; font-weight: 600; line-height: 18px; vertical-align: middle; overflow: hidden; white-space: nowrap;}
.vote .vote-list .vote-number {font-size: 11px; font-weight: 600; color: #888888;}
.vote .vote-list .vote-progress {width: 100%;height: 4px; margin:10px 0; background: #303030;}
.vote .vote-list .vote-progress-bar{width: 0%;height: 100%;background: #BDFF01; text-indent: -9999px;}
.vote .vote-list .icon-voted {position:absolute; top:0; right:0; width:79px; height:26px; background:url(https://og.kakaobank.io/view/f4927248-9d01-446f-85e5-2d821289594f) no-repeat 0 0 / 100%; display: none;}
.vote .vote-list.voted label::after {display: none;}
.vote .vote-list.voted li.on .icon-voted {display: block;}

.vote .vote-title {overflow: hidden;display: flex;align-items: center;}
.vote .vote-title .static-text {overflow: hidden;}
.vote .vote-title .flow-container {display: none;}
.vote .flow .vote-title .static-text{display: none;}
.vote .flow .vote-title .flow-container{display: block;}
.vote .vote-list .flow-text {display: flex;flex: 0 0 auto;white-space: nowrap;overflow: hidden;transition: 0.3s;font-size: 15px;font-weight:600;color: #fff;}
.vote .vote-list .flow-text:hover {color: #fff;}
.vote .vote-list .flow-text:hover .flow-wrap {animation-play-state: paused;cursor: pointer;}
.vote .vote-list .flow-wrap {animation: textLoop 10s linear infinite;padding-right: 1.4881vw;}


/* 투표이전 */
.section-vote.comming .vote-opendate{display: block;}
.section-vote.comming .vote-list{display: none;}

/* 투표완료 */
.section-vote.complete .vote-list label::after{display: none;}

.vote-info {
  margin-bottom:80px;
}

.vote-info ul li:nth-of-type(1):before {
  content:"01"
}

.vote-info ul li:nth-of-type(2):before {
  content:"02"
}

.vote-info ul li:nth-of-type(3):before {
  content:"심사"
}

#btnApply {
  bottom:0; 
  display: none;
  padding:0 16px 34px;
  box-sizing: border-box;
}
#btnApply.on {display: block;}
#btnApply .apply-btn {
  border-radius: 12px; 
  width: 100%; 
  height: auto; 
  line-height: 1; 
  padding: 20px 0; 
  font-weight: 700; 
  background-color:#DAFE00;
}

.popups .btn-retry {
  margin-right:2%;
  background-color:#e0e0e0 !important;
}
.cheer {
  text-align: center;
  padding:75px 30px 0;
}

.cheer-ticket {
  padding-bottom:60px;
}

.cheer-ticket .info .num-01::before {
  content:"01";
}

.cheer-ticket .info .num-02::before {
  content:"02";
}

.cheer-ticket .info .num-03::before {
  content:"03";
}

.cheer-ticket .info .num-audit::before {
  content:"심사";
}

.cheer-ticket .info .thumb {
  padding:0;
  margin-bottom:10px;
}

.cheer-ticket .info .thumb::before {
  content:none !important;
}

.live-note .title {
  font-size:15px;
  line-height: 23px;
  font-weight: 500;
  color:rgba(255,255,255,0.6);
  text-align: left;
  padding-bottom:20px;
}

.live-note .title span {
  font-size:19px;
  line-height: 26px;
  font-weight: 700;
  color:#F0FF00;
}

.memo-container {
  width:100%;
  height:400px;
  background: linear-gradient(180deg, #00FA00 2.5%, #00FA00 6%, #00D2FF 25%, #879BFF 42.5%, #A87BFA 54%, #FF28F0 68%, #F0FF00 100%);
  border-radius: 20px;
  overflow: hidden;
}

.memo-container.play-inmotion {
  position:relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  width:100%;
  height:390px;
  max-height: 390px;
  margin: 0 auto;
  padding:30px 30px 0;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: left;
}
.memo-container .item > div{
  transform: scale(0.4);
}
.memo-container.play-inmotion .item {
  animation: fadeInUp 0.5s ease-in-out forwards;
  opacity: 1;
  scale:1;
  margin-top: 10px; 
  padding-bottom: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility : hidden;
}
.memo-container.play-inmotion .item:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
  align-self: flex-end;
}
.memo-container.play-inmotion .item > span {
  display:block;
  color:rgba(255,255,255,1);
  font-size: 14px;
  font-weight: 600;
  line-height: 15.51px;
}
.memo-container.play-inmotion .item > i {
  display: block;
  font-style: normal;
  color:rgba(255,255,255,0.5);
}
.memo-container.play-inmotion .item > div {
  position:relative;
  display:inline-flex;
  max-width:235px;
  margin-top:14px;
  padding:14px 20px;
  border-radius: 19px;
  font-size: 15px;
  font-weight: 700;
  line-height: 17.9px;
  background:#fff;
  transform: scale(0.4);
  will-change: transform; 
  animation: scale-ani 0.3s ease-in-out forwards;
  color:#000;
}
.memo-container.play-inmotion .item:nth-child(odd) > div {
  transform-origin: 0 100%;
}
.memo-container.play-inmotion .item:nth-child(even) > div {
  transform-origin: 100% 100%;
}
.memo-container.play-inmotion .item:nth-child(odd) > div::before,
.memo-container.play-inmotion .item:nth-child(even) > div::after {
  content:"";
  position:absolute;
  top:0;
  display: inline-block;
  width:13px;
  height:20px;
  background-repeat: no-repeat;
  background-position:0;
  background-size:100%;
}
.memo-container.play-inmotion .item:nth-child(odd) > div::before {
  left:-5px;
  background-image:url(https://og.kakaobank.io/view/3517df4b-c8fb-4c0e-9479-dc3f6aa5cbbf);
}
.memo-container.play-inmotion .item:nth-child(even) > div::after {
  right:-5px;
  background-image:url(https://og.kakaobank.io/view/9b2789b3-175a-48b8-a1de-afd57ad3533c);
}
.memo-container.finish {
  padding:0;
}
.memo-container.finish > div {
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.7);
}

.memo-container.finish > div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:18px;
  line-height: 22px;
  font-weight: 600;
  white-space: nowrap;
}

@-webkit-keyframes fadeInUp {
  from { -webkit-transform:translateY(1px);}
  to { -webkit-transform:translateY(0);}
}
@keyframes fadeInUp {
  from { transform:translateY(1px);}
  to { transform:translateY(0);}
}

@-webkit-keyframes scale-ani {
  0% { -webkit-transform: scale(0.4) translateZ(0) rotate(.001deg); max-height: 100vmax; overflow: hidden;}
  100% { -webkit-transform: scale(1) translateZ(0) rotate(.001deg); max-height: 100vmax; overflow: visible;}
}
@keyframes scale-ani {
  0% { transform:scale(0.4) translateZ(0) rotate(.001deg); max-height: 100vmax;overflow: hidden;}
  100% { transform: scale(1) translateZ(0) rotate(.001deg); max-height: 100vmax; overflow: visible;}
}

.bottom-copy {
  font-size:17px;
  line-height: 23px;
  font-weight: 600;
  margin-top:40px;
}

.cheer .slide {
  height:318px;
  margin-bottom:40px;
}

.apply-card {
  position:relative;
  height:318px;
  background-color:#fff;
  border-radius: 20px;
  text-align: center;
  padding:0 26px;
  box-sizing: border-box;
}

.apply-card span {
  position:absolute;
  top:16px;
  right:16px;
  padding:9px 18px;
  font-size:14px;
  line-height: 17px;
  font-weight: 700;
  color:#000;
  background-color:#dafe00;
  border-radius: 14px;;
}

.apply-card .cheer-apply-btn {
  position:absolute;
  bottom:0;
  left:0;
  padding:0 27px 26px;
  box-sizing: border-box;
  width:100%;
}

.apply-card .cheer-apply-btn button {
  width:100%;
  background-color:#000;
  font-size:18px;
  line-height: 27px;
  font-weight: 700;
  padding:17px 0 16px;
  color:#fff;
  border-radius: 15px;
}

.apply-card .cheer-apply-btn button.finish {
  background-color:#808080;
}

.apply-card-1 img {
  width:154px;
  margin-top:76px;
}

.apply-card-2 img {
  width:140px;
  margin-top:45px;
}

.apply-card-3 img {
  width:135px;
  margin-top:53px;
}

/* 오픈전 */
.apply-card.ready {
  background-color: #262626;
}

.apply-card.ready .cheer-apply-btn {
  opacity:0.5;
}

.apply-card.ready img {
  opacity:0.3;
}

.apply-card.ready span {
  color:#6c6c6c;
  background-color:#383838;
}

/* 응모종료 */
.apply-card.end span {
  color:#6c6c6c;
  background-color:#ededed;
}

.apply-card.end .cheer-apply-btn button {
  background-color:#808080;
}

/* 당첨자 */
.apply-card.winner .cheer-apply-btn button {
  background-color: #262626;
}



