@charset "UTF-8";
:root {
  --vh: 1%;
  /* 기본색상 */
  --color-main:#444EA7;
  --color-main-bg:#F7F7F7;
  --color-sub:#3241C7;
}
html,
body,
main {
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
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;
  /* background:#111;overflow:hidden; */
  height:auto !important;
  overflow-y:auto;
}
::-webkit-scrollbar {
  display:none;
  /* Chrome, Safari, Opera*/
  scrollbar-width:none;
  /* Firefox */
  scroll-behavior:smooth;
}
body.hide {
  overflow:hidden;
  height:calc(var(--vh, 1vh) * 100);
}

.d-none {
  display: none !important;
}
/* 공통 */
/* 공유하기 */
/* .theme-default #share {
  margin-top:-60px;
  padding-right:45px;
  padding-left:45px;
  background-color:transparent;
}
@media screen and (max-width: 373.98px) {
  .theme-default #share {
    padding-right:0;
    padding-left:0;
  }
} */

/* popup */
.popups .modal_layer {
  display:table;
  width:100%;
  height:100%;
  table-layout:fixed;
}
.popups .inner_layer {
  display:table-cell;
  width:100%;
  height:100%;
  vertical-align:middle;
  text-align:center;
}
.popups .layer_body {
  position:relative;
  max-width:330px;
  margin:0 auto;
  padding:14px;
  border-radius:20px;
  background:#fff;
  box-sizing:border-box;
}
.popups .area_apply {
  width:100%;
}
.popups .area_apply .link_g {
  display:inline-block;
  width:100%;
  padding:18px 0 18px;
  border-radius:10px;
  font-weight:800;
  font-size:20px;
  line-height:24px;
  color:#fff;
  text-align:center;
  background:#000;
  box-sizing:border-box;
}
.popup-youtube {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  box-sizing:border-box;
  padding:20px 0;
  background:rgba(0, 0, 0, 0.8);
  z-index:1;
  opacity:0;
  visibility:hidden;
}
.popup-youtube.on {
  opacity:1;
  transition:all 0.5s 0.8s;
  visibility:visible;
  z-index:99;
}
.popup-youtube .modal-table {
  display:table;
  width:100%;
  height:100%;
  table-layout:fixed;
}
.popup-youtube .modal-cell {
  display:table-cell;
  width:100%;
  height:100%;
  vertical-align:middle;
  text-align:center;
}
.popup-youtube .iframe-wrap {
  display:inline-block;
  width:100%;
  height:80%;
}
.popup-youtube .modal-open {
  display:block;
  z-index:1000;
}
.popup-youtube .btn-close-modal {
  position:fixed;
  top:22px;
  right:17px;
  color:transparent;
  font-size:0;
  width:36px;
  height:36px;
  padding:11px;
}
/* .popup-single {opacity:1; visibility:visible;} */
/* 팝업 모달
.popups .modal-content {
  max-width: 305px;
} */

.inmotion {
  transform:translate(0, 50px); 
  opacity: 0;
}
.play-inmotion.inmotion,
.play.inmotion {
  transform:translate(0, 0); 
  opacity: 1; 
  transition:transform 0.6s 0.1s, opacity 0.6s 0.1s; 
  -webkit-transition:transform 0.6s 0.1s, opacity 0.6s 0.1s; 
  -moz-transition:transform 0.6s 0.1s, opacity 0.6s 0.1s; 
  -ms-transition:transform 0.6s 0.1s, opacity 0.6s 0.1s; 
  -o-transition:transform 0.6s 0.1s, opacity 0.6s 0.1s; 
}
.accordion-block .accordion-btn span:first-child {
  width: calc(100% - 22px);
  display: inline-block;
  word-break: keep-all;
}
/* 하단으로 이동 */
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 57px;
  width: 18px;
  height: 9px;
  -webkit-animation: mouseloop 0.8s infinite alternate;
  animation: mouseloop 0.8s infinite alternate;
  /* z-index: 10; */
}
.scroll-down.scroll-ios {
  bottom:48px;
}
@keyframes mouseloop {
  0% {transform: translateY(0) translateX(-50%);opacity: 0.85;}
  100% {transform: translateY(-8px) translateX(-50%);opacity: 1;}
}
@-webkit-keyframes mouseloop {
  0% {-webkit-transform: translateY(0) translateX(-50%);opacity: 0.85;}
  100% {-webkit-transform: translateY(-8px) translateX(-50%);opacity: 1;}
}

/* 컨텐츠 영역 */
.contents {
  background:var(--color-main-bg);
}
/* 컨텐츠 공통 */
.section .tit-box {
  text-align: center;
}
.section .tit-box span {
  color: var(--color-sub);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.054px;
}
.section .tit-box p {
  margin-top:21px;
  color: #000;
  font-size: 31px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 40.3px */
}
/* section-top */
.section-top .inner {
  padding-top:80px;
  padding-bottom:110px;   
  height: calc(var(--vh, 1vh) * 100);
  /* min-height:700px; */
}
.section-top .title-box {
  margin-bottom:50px;
  margin-bottom:40px;
  text-align: center;
  transform: translate(0, 0px); /* 최상위에 있을 시 밀려 올라가는거 방지 */
}
.section-top .title-box .title {
  font-size: 33px;
  font-weight: 800;
  line-height: 47px;
}
.section-top .title-box .title > span {
  display: block;
  color: var(--color-main);
}
.section-top .title-box .title > span .ico-coin {
  display:inline-block;
  margin: 0 -14px;
  width:72px;
  height:55px;
  vertical-align: middle;
  background:url(https://og.kakaobank.io/view/df923d9b-80e4-4830-ba6b-965135e93382) no-repeat center / 100%;
}
.section-top .title-box .desc {
  margin-top:18px;
  color: #747474;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.054px;
}
.section-top .m-visual {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto; 
  max-width:375px;
  width:100%;
  height:auto;
  text-align: center;
}
.section-top .m-visual.inmotion {
  transform: translate(-50%,50px);
}
.section-top .m-visual.inmotion.play-inmotion {
  transform: translate(-50%,0);
  margin-top: -55px;
}
.section-top .m-visual img{
  /* width:251px; */
  max-width: 300px;
  height:auto;
}
.section-top .btn-event {
  position:fixed;
  bottom:45px;
  left:50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width:100%;
  min-width:280px;
  max-width:322px;
  height:50px;
  color:#fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.048px;
  border-radius: 25px;
  background:var(--color-main);
  z-index: 1;
  opacity: 0;
}
.section-top .btn-event:not(.is-active) {
  -webkit-animation: event-ani 0.3s ease-in-out forwards .3s;
  animation: event-ani 0.3s ease-in-out forwards .3s;
}
@-webkit-keyframes event-ani {
  0% {opacity: 0; -webkit-transform: translateX(-50%) translateY(10px);}
  100% {opacity: 1; -webkit-transform: translateX(-50%) translateY(0);}
}
@keyframes event-ani {
  0% {opacity: 0; transform: translateX(-50%) translateY(10px);}
  100% {opacity: 1; transform: translateX(-50%) translateY(0);}
}
.section-top .btn-event.is-active {
  -webkit-animation: event-ani2 0.3s ease-in-out forwards ;
  animation: event-ani2 0.3s ease-in-out forwards;
}
@-webkit-keyframes event-ani2 {
  0% {opacity: 1; -webkit-transform: translateX(-50%) translateY(0);}
  100% {opacity: 0; -webkit-transform: translateX(-50%) translateY(10px);}
}
@keyframes event-ani2 {
  0% {opacity: 1; transform: translateX(-50%) translateY(0);}
  100% {opacity: 0; transform: translateX(-50%) translateY(10px);}
}
.section-top .btn-event span {
  display: flex;
  align-items: center;
}
.section-top .btn-event span::after {
  content:"";
  display:inline-block;
  vertical-align: middle;
  width:16px;
  height:16px;
  margin-left:7px;
  border-radius: 50%;
  background:#fff url(https://og.kakaobank.io/view/10de31ca-91ff-4bd9-9122-bf5961fd3a94) no-repeat 3px 5px / 9.5px;
}
.section-top .btn-event span > em {
  display:inline-block;
  margin-right:6px;
  color: #FFE24D;
  font-size: 14px;
  font-weight: 600;
}

/* section1 */
.section1 {
  text-align: center;
  overflow:hidden;
}
.section1 .inner {
  padding-top:24px;
  padding-bottom:109px;
  overflow: visible;
}
.section1 .swiper,
.section1 .swiper-container {
  overflow: visible !important;
}
.section1 .swiper {
  margin-top:48px;
  max-width:326px;
}
.section1 .swiper .swiper-slide {
  max-width:319px;
  width:100%;
}
.section1 .swiper .swiper-slide .img {
  display:inline-block;
  max-width:319px;
  width:100%;
  padding-bottom:20%;
  border-radius:20px;
}
.section1 .swiper .swiper-slide .slide-box {
  position:relative;
  width:100%;
  height:388px;
  padding-top:35px;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  border-radius: 40px;
  overflow:hidden;
  box-sizing: border-box;
  background-color:var(--color-main);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 319px 388px;
}
.section1 .swiper .swiper-slide.item1 .slide-box {
  background-image: url(https://og.kakaobank.io/view/6a3c1059-bdcc-4e12-8422-5f360754cfaa);
}
.section1 .swiper .swiper-slide.item2 .slide-box {
  background-image: url(https://og.kakaobank.io/view/bf029dda-1ee4-4153-ad3f-0dab464c30f0);
}
.section1 .swiper .swiper-slide.item3 .slide-box {
  background-image: url(https://og.kakaobank.io/view/80adb39a-e1ad-41ec-973c-e18493c76400);
}
.section1 .swiper .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap:3px;
  --swiper-pagination-bullet-inactive-color:#000;
  --swiper-pagination-bullet-inactive-opacity:0.4;
  --swiper-pagination-bullet-size:9px;
  bottom:-36px;
}
.section1 .swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
}
.section1 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width:16px;
  --swiper-pagination-color: var(--color-main);
  border-radius:39px;
}


/* section2 */
.section2 .inner {
  position:relative;
  padding-top:39px;
  padding-bottom:52px;
}
.section2 .cashbag-list {
  margin-top:47px;
}
.section2 .cashbag-list .list-item {
  margin: 0 auto;
  padding:24px;
  width:100%;
  /* max-width:323px; */
  height:195px;
  border-radius: 20px;
  background:#fff;
  box-sizing: border-box;
}
.section2 .cashbag-list .list-item + .list-item {
  margin-top: 20px;
}
.section2 .cashbag-list .list-item div {
  position:relative;
  padding-left:68px;
}
.section2 .cashbag-list .list-item div::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  display:inline-flex;
  width:50px;
  height:50px;
  flex:0 0 50px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.section2 .cashbag-list .list-item.item1 div::before {
  background-image: url(https://og.kakaobank.io/view/2231f03d-5ce0-4a06-bdd4-9f04b0f414a8);
}
.section2 .cashbag-list .list-item.item2 div::before {
  background-image: url(https://og.kakaobank.io/view/f8778a5a-c386-4ef5-b31a-6a55d2cb8374);
}
.section2 .cashbag-list .list-item div > strong {
  display: inline-block;
  margin-top:2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.section2 .cashbag-list .list-item div > p {
  margin-top:8px;
  color:#888;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
 }
 .section2 .cashbag-list .list-item .btn-cash {
  display:flex;
  align-items: center;
  justify-content: center;
  margin-top:25px;
  height:50px;
  color:#000;
  font-size: 15px;
  font-weight: 700;
  border-radius: 11px;
  background: #FFE24D;
 }
 .section2 .cashbag-list .list-item .btn-cash.disabled {
  color:#fff;
  background: #aaa;
  pointer-events: none;
 }

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.98px) {
}
@media screen and (max-width: 360.98px) {
  .section:not(#eventInfo) .inner {
    padding-right:20px;
    padding-left:20px;
  }
  .section-top .btn-event {
    max-width: calc(100% - 32px);
  }
  .section2 .cashbag-list .list-item {
    padding-right: 18px;
    padding-left: 18px;
  }
  .section2 .cashbag-list .list-item div::before {
    width:44px;
    height:44px;
    flex:0 0 44px;
  }
  .section2 .cashbag-list .list-item div {
    padding-left: 57px;
  }
  .section2 .cashbag-list .list-item div > p {
    font-size:14px;
  }
}
@media screen and (max-height: 600px) {
  .section-top .m-visual.inmotion {
    transform: translate(-50%, 0px); 
  }
}