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

.right {float: right;}
.clearfix::after {
    display: block;
    content: '';
    clear: both;
}
video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
img {
    max-width:375px;
}


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

/* design-guide */
.inner {
    width:100%;
    max-width:884px;
    margin:0 auto;
    padding-right:24px;
    padding-left:24px;
    box-sizing: border-box;
    overflow: hidden;
}
.inner.no-wrap {
    padding:0;
    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: "";
    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-bottom: 16px;
}
.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;
    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: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;
}
.wrap_apply.is-active {
  z-index:9;
  opacity:1;
  visibility:visible;
  display:block;
  transition:all 0.5s;
}
.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:#000;
    text-align:center;
    border-radius:12px;
    text-decoration:none;
    background: #FFE300
}
.wrap_apply .link_apply .ico_arrow {
    display: inline-block;
    width:7px;
    height:13px;
    margin:27px 0 0 4px;
    background-repeat:no-repeat;
    background-size:100%;
}

/* theme color */
.theme-default #eventInfo {background: #F9F9F9;}
.theme-default #eventInfo * {color: #333333;}
.theme-dark #eventInfo {background:#444444;}
.theme-dark #eventInfo * {color:#F1F1F1;}
.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 {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0; 
    z-index:999;
    transition:all 0.4s;
}
.popups.on {
    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:16px;
    box-sizing: border-box;
    border-radius: 24px;
    background: #fff;
}
.popups .copy {
    margin: 20px auto 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #222;
}
.popups .copy[class*="--b"] {
  margin:35px auto 0;
}
.popups .sub {
  display:block;
  font-weight:400;
  font-size:13px;
  line-height:18px;
  color:#666;
}
.popups .sub:not([class*="--b"]) {
  margin:12px auto 0;
}
.popups .sub[class*="--b"] {
  margin:40px 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 .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 33%;
}
.popup-single .modal-btn .okay-btn .btn-ok[class*='--info'] {
    background-color:#ffd600;
}
.popup-single .modal-btn .close-on {
    display: none;
}


@media screen and (max-width: 375px) {
    .inner.no-wrap {
        overflow: hidden;
    }
    .modal-content{
        scale: 0.9;
    }
}
@media screen and (max-width: 360px) {
    #share .share-btn .btn {
        padding:25px 28px;
    }
}
@media screen and (max-width: 340px) {

}
@charset "UTF-8";
/** 공유하기 - 버튼 **/
#share {
  width: 100%;
  padding: 0 16px 60px;
  text-align: center;
  box-sizing: border-box;    width: 100%;
  padding: 0 16px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}
#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;
}
#share .share-btn svg {
  margin-right:10px;
}
/* theme color */
#share .share-btn {background:#F1F1F1;color:#444;}
.theme-dark #share .share-btn {background:#555555;color:#fff;}
#share .share-btn svg * {fill: #444;} 


/** 공유하기 - 팝업 **/
.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-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;
  height: auto !important;
  overflow-y: auto;
  color: #000;
}

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

#share {
  width: 100%;
  padding: 0 16px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}
.divider {
  position: relative;
  height: 60px;
  background-color: #fff;
  width: 100%;
}

video {
  opacity: 0;
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 12px;
  clip-path: inset(2px 2px);
}

:root {
  --swiper-pagination-bullet-horizontal-gap: 2px;
}

main {
  overflow-x: hidden;
}
.kv {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100vh;
}
.kv .kv-top {
  position: relative;
  width: 100%;
  height: 218px;
  background: #fff5ef;
  border-bottom: 3px solid #fddece;
  margin: 0 auto;
  padding: 40px 0 8px;
  overflow: visible;
}

.kv .kv-top span {
  display: inline-block;
  color: #a5300b;
  font-size: 16px;
  font-weight: 600;
}

.kv .kv-top .kv-title {
  color: #300C01;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding: 16px 0 40px;
  line-height: 46px;
}

.kv .kv-top p {
  color: #7a3b1e;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 32px;
}

.kv .kv-top .pickup {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -10px;
  opacity: 1;
}

.kv .kv-top .pickup .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 228px;
  min-width: 138px;
  height: 100%;
  background: url(https://og.kakaobank.io/view/847450ab-f06b-4b2e-b2d7-51dd04093f85) 0 0 / 228px 25px no-repeat;
  transform: translateX(200%);
  animation: pickup-show-ani 1.2s ease-out forwards;
}

@keyframes pickup-show-ani {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}

.kv .kv-top .pickup .inner::before {
  display: block;
  content: "";
  width: 11px;
  height: 44px;
  margin: 25px auto -1px auto;
  background: url(https://og.kakaobank.io/view/fbb61a3d-1fea-4123-a89d-8e5e848c88af) 0 0 / 11px 40px repeat-y;
  animation: pickup-down-ani 1s 1.8s ease forwards infinite;
}

@keyframes pickup-down-ani {
  0%, 100% {
    height: 42px;
  }
  70% {
    height: 84px;
  }
}

.kv .kv-top .pickup .inner picture {
  position: relative;
  display: inline-flex;
  max-width: 884px;
  transform-origin: top;
  animation: pickup-swing-ani 1s 0.6s ease-in-out;
}

.kv .kv-top .pickup .inner picture .pickup-left {
  transform-origin: top;
  margin: auto -40px -5px auto;
}

.kv .kv-top .pickup .inner picture .pickup-center {
  height: 124px;
  z-index: 1;
  will-change: transform;
}

.kv .kv-top .pickup .inner picture .pickup-right {
  transform-origin: top;
  margin: auto auto -5px -40px;
  z-index: -1;
}

.kv .kv-top .pickup .inner picture .pickup-left {
  animation: pickup-intro-left-spread-ani 1s 3s ease-in-out forwards infinite;
}

.kv .kv-top .pickup .inner picture .pickup-right {
  animation: pickup-intro-right-spread-ani 1s 3s ease-in-out forwards infinite;
}

@keyframes pickup-intro-left-spread-ani {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(10deg);
  }
}

@keyframes pickup-intro-right-spread-ani {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-10deg);
  }
}

.kv .kv-bottom {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto auto 0;
}

.kv .kv-bottom::before {
  position: absolute;
  content: "";
  bottom: 112px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://og.kakaobank.io/view/babc97c1-6a1c-4df1-a945-d3e181519e61) 0 100% / 100% 295px no-repeat;
}

.kv .kv-bottom::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://og.kakaobank.io/view/d0e93a65-202d-4b51-9716-83be6b200889) 50% 100% / auto 162px
    no-repeat;
  opacity: 0.2;
}

.kv .kv-bottom .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 162px);
}

.kv .kv-bottom .inner ul {
  display: inline-flex;
  flex-direction: column;
  height: 36px;
  overflow: hidden;
  transform: translateY(0);
}

.kv .kv-bottom .inner ul li {
  opacity: 0;
}

.kv.on .kv-top .pickup .inner::before,
.kv.on .kv-top .pickup .inner picture .pickup-left,
.kv.on .kv-top .pickup .inner picture .pickup-right {
  animation: none;
}

.kv.on .kv-top .pickup {
  opacity: 0;
  transform: translateY(-180px);
  transition: transform 0.5s 1.6s ease-in-out, opacity 0.3s 1.8s ease-in-out;
}

.kv.on .kv-top {
  height: 40px;
  transition: height 0.5s 1.6s ease-in-out;
}

.kv.on .kv-top span,
.kv.on .kv-top h1,
.kv.on .kv-top p {
  opacity: 0;
  transform: translateY(-180px);
  transition: transform 0.5s 1.6s ease-in-out, opacity 0.3s 1.6s ease-in-out;
}

.kv.on .kv-bottom .inner {
  opacity: 0;
  transition: opacity 0.6s 6s;
}

.kv.on .kv-bottom .inner span {
  color: #715a4c;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.kv.on .kv-bottom .inner ul li {
  opacity: 1;
  transform: translateY(-36px);
  transition: opacity 0.3s 3s ease-in-out, transform 0.3s 4s ease-in-out;
}

.kv.on .kv-bottom::after {
  opacity: 1;
  transition: opacity 0.3s 4.9s ease-in-out;
}

.wrap_apply.intro.on {
  opacity: 0;
  transform: translateY(150%);
  transition: opacity 0.5s 1.5s ease-in-out, transform 0.5s 1.5s ease-in-out;
}

.wrap_apply.intro .inner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 8px;
  overflow: visible;
}

.wrap_apply.intro .inner div {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.wrap_apply.intro .inner div span {
  width: max-content;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  background: #222;
  opacity: 0.9;
  padding: 10px 20px;
  border-radius: 10px;

  margin: 0 auto;
}

.wrap_apply.intro .inner div svg {
  margin: 0 auto 6px auto;
}

.wrap_apply.intro span em {
  color: #ffe300;
}

.wrap_apply.intro .apply-btn {
  color: #fff;
  background: #7a3b1e;
}

.wrap_apply.intro .share-btn {
  display: none;
  min-width: 161px;
}

.wrap_apply.intro .share-btn.bought {
  display: flex;
  background: #7a3b1e;
  color: #fff;
}

.wrap_apply.intro.visited {
  text-align: left;
}

.wrap_apply.intro.visited span svg {
  left: calc(50% - 20px);
}

.wrap_apply.intro.visited .inner div {
  width: 40%;
}

.wrap_apply.intro.visited .share-btn {
  display: flex;
}

#eventInfo .settingBtn {
  color: #005a96;
}

#eventInfo .serial {
  padding-bottom: 160px;
}

.serial .info-list li {
  display: none;
}

.serial .info-list li:first-of-type {
  display: block;
}

.serial .info-list.visited li {
  display: none;
}

.serial .info-list.visited li.visited {
  display: block;
}

.motion-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100vh;
}

.motion-wrap .top {
  position: relative;
  width: 100%;
  height: 90px;
  background: #fff5ef;
  border-bottom: 3px solid #fddece;
}

.motion-wrap .bottom {
  position: relative;
  width: 100%;
  height: calc(100% - 90px);
  margin: auto auto 0;
}

.motion-wrap .bottom::before {
  position: absolute;
  content: "";
  bottom: 115px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://og.kakaobank.io/view/babc97c1-6a1c-4df1-a945-d3e181519e61) 0 100% / 100% 295px no-repeat;
}

.motion-wrap .bottom::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: url(https://og.kakaobank.io/view/d0e93a65-202d-4b51-9716-83be6b200889) 50% 100% / auto 162px
    no-repeat;
  transition: all 0.1s 0.6s;
}

.motion-wrap .bottom.on::after {
  background: url(https://og.kakaobank.io/view/5048748a-3a6b-4602-b0db-a5696362756a) 50% 100% / auto 162px
    no-repeat;
}

.motion-wrap .bottom .pickup-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  align-items: center;
  height: calc(100% + 3vw);
  margin-top: -3vw;
  margin-top: -14px;
}

.motion-wrap .bottom .pickup-wrap .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 228px;
  min-width: 138px;
  height: 100%;
  background: url(https://og.kakaobank.io/view/847450ab-f06b-4b2e-b2d7-51dd04093f85) 0 0 / 228px 25px no-repeat;
  padding: 0;
  overflow: visible;
}

.motion-wrap .bottom .pickup-wrap .inner::before {
  display: block;
  content: "";
  width: 11px;
  height: 44px;
  margin: 25px auto -1px auto;
  background: url(https://og.kakaobank.io/view/fbb61a3d-1fea-4123-a89d-8e5e848c88af) 0 0 / 11px 40px repeat-y;
}

.motion-wrap .bottom .pickup-wrap .inner picture {
  position: relative;
  display: inline-flex;
  max-width: 884px;
  transform-origin: top;
  animation: pickup-swing-ani 1.2s ease-in-out,
    pickup-swing-ani 1.2s 3s ease-in-out;
}

.motion-wrap .bottom .pickup-wrap.loser .inner picture {
  animation: pickup-swing-ani 1.2s ease-in-out,
    pickup-swing-ani 1.8s 3s ease-in-out;
}

@keyframes pickup-swing-ani {
  0%, 100% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}

.motion-wrap .bottom .pickup-wrap .inner::before {
  animation: pickup-draw-ani 3s 2s ease forwards;
}

@keyframes pickup-draw-ani {
  0%, 100% {
    height: 42px;
  }
  33% {
    height: calc(100vh - 200px);
  }
}

.motion-wrap .bottom .pickup-wrap .inner picture .pickup-left {
  position: relative;
  z-index: -1;
  margin: auto -40px -5px auto;
  animation: pickup-left-spread-ani 0.6s 2.2s;
}

@keyframes pickup-left-spread-ani {
  0%, 100%  {
    transform: rotate(0);
  }
  50% {
    transform: rotate(20deg);
  }
}

.motion-wrap .bottom .pickup-wrap .inner picture .pickup-right {
  position: relative;
  z-index: -1;
  margin: auto auto -5px -40px;
  animation: pickup-right-spread-ani 0.6s 2.2s;
}

@keyframes pickup-right-spread-ani {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-20deg);
  }
}

.motion-wrap .bottom .pickup-wrap .inner picture .pickup-center {
  position: relative;
  width: 97px;
  height: 126px;
  z-index: 3;
}

.motion-wrap .bottom .pickup-wrap .inner picture .pickup-center img {
  position: absolute;
  display: block;
  width: auto;
  height: 68px;
  left: -50%;
  bottom: -20px;
  visibility: hidden;
}

.motion-wrap .bottom .pickup-wrap.winner .inner picture .pickup-center img {
  animation: pickup-draw-winner-ani 2.2s 3s ease-in-out forwards;
}

.motion-wrap .bottom .pickup-wrap.loser .inner picture .pickup-center img {
  animation: pickup-draw-loser-ani 2.2s 3.3s ease-in-out forwards;
}

@keyframes pickup-draw-winner-ani {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes pickup-draw-loser-ani {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    visibility: visible;
    transform: translateY(100vh);
  }
}

.motion-wrap .bottom .pickup-wrap .inner picture .pickup-center svg {
  position: absolute;
  left: 0;
}

.motion-wrap.off {
  display: none;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.result-wrap {
  height: 100vh;
  background: #fff;
}

.result-wrap.winner {
  background: linear-gradient(180deg, #feefe5 0%, #fff6f0 100%);
}

.result-wrap.loser {
  background: #fff;
}

.result-wrap .result-winner,
.result-wrap .result-loser {
  display: none;
  opacity: 0;
}

.result-wrap .result-winner {
  height: 100%;
  background: #feefe5 url(https://og.kakaobank.io/view/7fb7bbcb-766b-48ea-89af-51eb731fd75a) 50% 50% /
    cover no-repeat;
}

.result-wrap .result-winner .inner {
  text-align: center;
  height: 100%;
}

.result-wrap .result-winner .wrap_apply .link_apply,
.result-wrap .result-loser .wrap_apply .share-btn {
  color: #fff;
  background: #7a3b1e;
}

.result-wrap .result-winner .wrap_apply .share-btn {
  color: #666;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
}

.result-wrap h3 {
  color: #222;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 33px;
}

.result-wrap .result-winner h3 {
  margin-top: -21px;
  transform: translateY(50vh);
}

.result-wrap p {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0 40px;
  text-align: center;
}

.result-wrap .result-winner p,
.result-wrap .result-winner picture {
  opacity: 0;
}

.result-wrap .result-winner .wrap_apply::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 36px;
  left: 0;
  top: -36px;
  background: linear-gradient(180deg, rgba(255, 245, 238, 0) 0%, #fff5ee 100%);
}

.result-wrap.on .result-winner.on,
.result-wrap.on .result-loser.on {
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.result-wrap.on .result-winner.motion {
  background: #feefe5;
}

.result-wrap.on .result-winner.motion h3 {
  margin-top: 73px;
  transform: translateY(0);
  transition: all 0.6s 0.6s;
}

.result-wrap.on .result-winner.motion p,
.result-wrap.on .result-winner.motion picture {
  opacity: 1;
  transition: opacity 0.6s 1s;
}

.result-wrap.on .result-winner.motion .wrap_apply {
  visibility: visible;
  display: block;
  opacity: 1;
  z-index: 9;
  transition: opacity 0.6s 1s;
}

.result-wrap .result-loser {
  position: relative;
  height: 100%;
}

.result-wrap .result-loser::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://og.kakaobank.io/view/cd298fa9-a632-4610-a6eb-4a0c0350932e) 50% 0 / 375px
    273px no-repeat;
  z-index: -1;
}

.result-wrap .result-loser picture {
  position: absolute;
  content: "";
  left: 0;
  bottom: 130px;
  width: 100%;
  text-align: center;
}

.result-wrap .result-loser picture::before {
  position: absolute;
  content: "";
  bottom: 112px;
  left: 0;
  width: 100%;
  height: 295px;
  background: url(https://og.kakaobank.io/view/babc97c1-6a1c-4df1-a945-d3e181519e61) 0 100% / 100% 295px no-repeat;
}

.result-wrap .result-loser picture::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 162px;
  background: url(https://og.kakaobank.io/view/ba8087e6-f290-4c5f-89ba-d37044bdc39c) 50% 100% / auto 162px no-repeat;
}

.result-wrap .result-loser picture img {
  max-width: 884px;
  height: 162px;
}

.result-wrap .result-loser h3 {
  margin-top: 72px;
}

.result-wrap .result-loser .wrap_apply::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 36px;
  left: 0;
  top: -72px;
  background: linear-gradient(180deg, rgba(255, 245, 238, 0) 0%, #fff 100%);
}

/** 공유하기 - 팝업 **/
.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.on {
  visibility: visible;
  opacity: 1;
}

.type-bottom.on .pop-content {
  bottom: 0;
}

