@charset "UTF-8";
:root {
  --vh: 1%;
  /* 기본색상 */
}
html,
body,
main {
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background:#F7F7F7;
}
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-dark #share {
  margin-top:-60px;
  /* padding-right:45px;
  padding-left:45px; 
  background-color:#f7f7f7; */
}
/* @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: 124px;
  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: 144px;
} */
@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;}
}

/* 컨텐츠 영역 */
/* 컨텐츠 공통 */
.section .tit-box {
  text-align: center;
}
.section .tit-box span {
  color: #6796FF;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  letter-spacing: -0.054px;
}
.section .tit-box span.date {
  display:inline-block;
  color:#A0A0A0;
}
.section .tit-box p + span.date {
  margin-top:15px;
}
.section .tit-box > span + p {
  margin-top:17px;
}
.section .tit-box p {
  color: #000;
  font-size: 28px;
  font-weight: 800;
  line-height: 130%; /* 36.4px */
}
/* section-top */
.section-top {
  background-color:#fff;
}
.section-top .inner {
  padding-right:0;
  padding-left:0;
  height: calc(var(--vh, 1vh) * 100);
  min-height:700px;
}
.section-top .visual-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin-top: -28px;
  max-width:375px;
  width:100%;
}
.section-top .title-box {
  position: relative;
  margin-bottom:24px;
  text-align: center;
  transform: translate(0, 0px); /* 최상위에 있을 시 밀려 올라가는거 방지 */
  z-index: 1;
}
.section-top .title-box .title strong {
  font-size: 38px;
  font-weight: 800;
  line-height: 51px;
}
.section-top .title-box .title strong span {
  display: block;
  color: #3595E8;
}
.section-top .title-box .txt-info {
  position:relative;
  margin-top:22px;
  height: 43px;
  overflow:hidden;
}
.section-top .title-box .txt-info .txt-info-item {
  display: block;
  -webkit-animation: txt-info-ani 4.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  animation: txt-info-ani 4.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}
@-webkit-keyframes txt-info-ani {
  0% {-webkit-transform: translateY(0);}
  20% {-webkit-transform: translateY(0);}
  33.33333333333333% {-webkit-transform: translateY(-43px);}
  53.33333333333333% {-webkit-transform: translateY(-43px);}
  66.66666666666666% {-webkit-transform: translateY(-86px);}
  86.66666666666666% {-webkit-transform: translateY(-86px);}
  100% {-webkit-transform: translateY(-128px);}
}
@keyframes txt-info-ani {
  0% {transform: translateY(0);}
  20% {transform: translateY(0);}
  33.33333333333333% {transform: translateY(-43px);}
  53.33333333333333% {transform: translateY(-43px);}
  66.66666666666666% {transform: translateY(-86px);}
  86.66666666666666% {transform: translateY(-86px);}
  100% {transform: translateY(-128px);}
}
.section-top .title-box .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 24px;
  font-weight: 800;
  line-height: 42.591px; 
}
.section-top .title-box .desc span:not([class^="ico-"]) {
  color: #000;
}
.section-top .title-box .desc span[class^="ico-"] {
  display:inline-block;
  margin: 0 3px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:100%;
}
.section-top .title-box .txt-info li:last-child .ico-coin {
  margin-top:1px;
}
.section-top .title-box .desc .ico-coin {
  width: 36px;
  height: 35.5px;
  background-image:url(https://og.kakaobank.io/view/e1130d22-a8a0-4f83-becb-bf05a1f2ba5d);
}
.section-top .title-box .desc .ico-notice {
  width: 35px;
  height: 35px;
  background-image:url(https://og.kakaobank.io/view/db40be03-35fb-4f24-ae7b-533d0e5c6769);
}
.section-top .title-box .desc .ico-invest {
  width: 41px;
  height: 40px;
  background-image:url(https://og.kakaobank.io/view/8df10e49-f982-4bdb-8f8e-a44ce8a59444);
}
.section-top .m-visual {
  margin: auto; 
  max-width:375px;
  width:100%;
  height:auto;
  text-align: center;
}
.section-top .m-visual video,
.section-top .m-visual img {
  max-width: 375px;
  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/5a82369b-afc2-4c28-a28d-6c86cbc8f30d) 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;
  background-color:#fff;
  overflow:hidden;
}
.section1 .inner {
  padding-top:24px;
  padding-bottom:105px;
  overflow: visible;
}
.section1 .swiper,
.section1 .swiper-container {
  overflow: visible !important;
}
.section1 .swiper {
  --slide-width:319px;
  margin-top:45px;
  max-width: var(--slide-width);
}
.section1 .swiper .swiper-slide {
  max-width: var(--slide-width);
  width:100%;
}
.section1 .swiper .swiper-slide .img {
  display:inline-block;
  max-width: var(--slide-width);
  width:100%;
  padding-bottom:20%;
  border-radius:20px;
}
.section1 .swiper .swiper-slide .slide-box {
  position:relative;
  width:100%;
  height:388px;
  padding:46px 31px 0;
  border-radius: 40px;
  overflow:hidden;
  box-sizing: border-box;
  background-color:#5CA5FF;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: var(--slide-width) 388px;
}
.section1 .swiper .swiper-slide .slide-box .tit {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px; /* 161.111% */
}
.section1 .swiper .swiper-slide .slide-box .item-box {
  position: absolute;
  bottom: 0;
  max-width:257px;
  width: calc(100% - 36px);
  height:248px;
  padding:0 13px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
/* item1 */
.section1 .swiper .swiper-slide.item1 .slide-box .item1-list {
  margin-top: 26px;
}
.section1 .swiper .swiper-slide.item1 .slide-box .item1-list li {
  position:relative;
  padding:22px 16px;
  border-radius: 20px;
  font-size:13px;
  line-height:16px;
  font-weight:700;
  background: #fff;
  box-sizing: border-box;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.section1 .swiper .swiper-slide.item1 .slide-box .item1-list li + li {
  margin-top:42px;
  padding-top: 17px;
  padding-bottom:17px;
  border-radius: 15px;
  color: #0083D1;
}
.section1 .swiper .swiper-slide.item1.swiper-slide-active .slide-box .item1-list li,
.section1 .swiper .swiper-slide.item1.swiper-slide-active .slide-box .item1-list li dl dt,
.section1 .swiper .swiper-slide.item1.swiper-slide-active .slide-box .item1-list li dl dd {
  -webkit-animation: item1-list-ani 0.5s ease-in-out var(--item1-list-delay) forwards;
  animation: item1-list-ani 0.5s ease-in-out var(--item1-list-delay) forwards;
}
@-webkit-keyframes item1-list-ani {
  0% {opacity: 0; -webkit-transform: translateY(var(--item1-list-y, 20px));}
  100% {opacity: 1; -webkit-transform: translateY(0);}
}
@keyframes item1-list-ani {
  0% {opacity: 0; transform: translateY(var(--item1-list-y, 20px));}
  100% {opacity: 1; transform: translateY(0);}
}
.section1 .swiper .swiper-slide.item1.swiper-slide-active .slide-box .item1-list li:first-child::after {
  content: "";
  position:absolute;
  bottom:-28px;
  left:50%;
  margin-left: -8px;
  display: inline-block;
  width:14px;
  height:12.5px;
  background:url(https://og.kakaobank.io/view/5a82369b-afc2-4c28-a28d-6c86cbc8f30d) no-repeat center / 100%;
  opacity: 0;
  --item1-list-delay: 0.7s;
  --item1-list-y: 5px;
  -webkit-animation: item1-list-ani 0.4s ease-in-out var(--item1-list-delay) forwards, item1-arrow-ani 1.4s ease-out 1.2s infinite;
  animation: item1-list-ani 0.4s ease-in-out var(--item1-list-delay) forwards, item1-arrow-ani 1.4s ease-out 1.2s infinite;
}
@-webkit-keyframes item1-arrow-ani {
  0%, 100% {-webkit-transform: translateY(0); opacity: 0.85;}
  50% {-webkit-transform: translateY(2px); opacity: 1;}
}
@keyframes item1-arrow-ani {
  0%, 100% {transform: translateY(0); opacity: 0.85;}
  50% {transform: translateY(2px); opacity: 1;}
}
.section1 .swiper .swiper-slide.item1 .slide-box .item1-list li dl {
  display:flex;
  flex-wrap: wrap;
}
.section1 .swiper .swiper-slide.item1 .slide-box .item1-list li dl dt,
.section1 .swiper .swiper-slide.item1 .slide-box .item1-list li dl dd {
  width:50%;
  opacity: 0;
}
.section1 .swiper .swiper-slide.item1 .slide-box .item1-list li dl dt {
  text-align: left;
}
.section1 .swiper .swiper-slide.item1 .slide-box .item1-list li dl dd {
  text-align: right;
}
.section1 .swiper .swiper-slide.item1 .slide-box .item1-list li dl dd + dt,
.section1 .swiper .swiper-slide.item1 .slide-box .item1-list li dl dd + dt + dd {
  margin-top: 13px;
}
/* item2 */
.section1 .swiper .swiper-slide.item2 .slide-box .item-box {
  padding:0;
  background-color: #F7F7F7;
}
.section1 .swiper .swiper-slide.item2 .slide-box .item-box .item-info {
  position:absolute;
  top:25px;
  left:35px;
  text-align: left;
  z-index: 1;
}
.section1 .swiper .swiper-slide.item2 .slide-box .item-box .item-info strong {
  font-size:15px;
}
.section1 .swiper .swiper-slide.item2 .slide-box .item-box .item-info .info-graph {
  margin-top: 4px;
}
.section1 .swiper .swiper-slide.item2 .slide-box .item-box .item-info .info-graph li {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}
.section1 .swiper .swiper-slide.item2 .slide-box .item-box .item-info .info-graph li + li {
  margin-left:10px;
}
.section1 .swiper .swiper-slide.item2 .slide-box .item-box .item-info .info-graph li::before {
  content:"";
  display:inline-block;
  margin-right: 3px;
  width:9px;
  height:9px;
  border-radius: 50%;
  background:var(--bar-item-bg, #ddd);
}
.section1 .swiper .swiper-slide.item2 .slide-box .item-box .item-info .info-graph li:nth-child(2):before {
  --bar-item-bg:#5c85ff;
}
.section1 .swiper .swiper-slide.item2 .slide-box .item-box .graph-box {
  position:absolute;
  right:34px;
  bottom:16px;
  left:34px;
}
.section1 .swiper .swiper-slide.item2 .slide-box .item-box .graph-box .graph-bar {
  display:flex;
  align-items: flex-end;
  justify-content: center;
}
.section1 .swiper .swiper-slide.item2 .slide-box .item-box .graph-box .graph-bar li+ li {
  margin-left:18px;
}
.section1 .swiper .swiper-slide.item2 .slide-box .item-box .graph-box .graph-bar .bar-item {
  position:relative;
  display:inline-block;
  width:22px;
  height:8px;
  border-radius: 4px;
  background:var(--bar-item-bg, #ddd);
}
.section1 .swiper .swiper-slide.item2.swiper-slide-active .slide-box .item-box .graph-box .graph-bar .bar-item {
  -webkit-animation: graph-slideup-ani 0.4s ease-in-out forwards var(--graph-delay);
  animation: graph-slideup-ani 0.4s ease-in-out forwards var(--graph-delay);
}
@-webkit-keyframes graph-slideup-ani {
  0% {height:8px}
  100% {height:var(--graph-height)}
}
@keyframes graph-slideup-ani {
  0% {height:8px}
  100% {height:var(--graph-height)}
}
.section1 .swiper .swiper-slide.item2 .slide-box .item-box .graph-box .graph-bar .bar-item + .bar-item {
  margin-left:3px;
}
.section1 .swiper .swiper-slide.item2 .slide-box .item-box .graph-box .graph-bar .bar-txt {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  color: #5c85ff;
  font-size: 9px;
  font-weight:800;
  letter-spacing: -0.5px;
  white-space: nowrap;
  opacity: 0;
}
.section1 .swiper .swiper-slide.item2.swiper-slide-active .slide-box .item-box .graph-box .graph-bar .bar-txt {
  -webkit-animation: txt-opacity-ani 0.4s ease-in-out forwards var(--txt-delay);
  animation: txt-opacity-ani 0.4s ease-in-out forwards var(--txt-delay);
}
@-webkit-keyframes txt-opacity-ani {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes txt-opacity-ani {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
/* item3 */
.section1 .swiper .swiper-slide.item3 .slide-box .item-box {
  padding-top:54px;
}
.section1 .swiper .swiper-slide.item3 .slide-box .item-box .ico-coin {
  display:inline-block;
  width:59.5px;
  height:58.5px;
  opacity: 0;
}
.section1 .swiper .swiper-slide.item3.swiper-slide-active .slide-box .item-box .ico-coin {
  position:relative;
  left:50%;
  transform: translateX(-50%);
  display: block;
  height:58.5px;
  transform-style:preserve-3d;
  -webkit-animation:item3-coin-slideup-ani 0.3s ease-in-out 0.2s forwards, spin 1.6s cubic-bezier(0.51, 0.02, 0.26, 1.11) 0.5s infinite;
  animation:item3-coin-slideup-ani 0.3s ease-in-out 0.2s forwards, spin 1.6s cubic-bezier(0.51, 0.02, 0.26, 1.11) 0.5s infinite;
}
@-webkit-keyframes item3-coin-slideup-ani {
  0% {opacity: 0; -webkit-transform: translateX(-50%) translateY(40px);}
  100% {opacity: 1; -webkit-transform: translateX(-50%) translateY(0);}
}
@keyframes item3-coin-slideup-ani {
  0% {opacity: 0; transform: translateX(-50%) translateY(40px);}
  100% {opacity: 1; transform: translateX(-50%) translateY(0);}
}
@-webkit-keyframes spin {
  0%, 25% {-webkit-transform:translateX(-50%) rotate3d(0, 1, 0, 0);}
  75%, 100% {-webkit-transform:translateX(-50%) rotate3d(0, 1, 0, 360deg);}
}
@keyframes spin {
  0%, 25% {transform:translateX(-50%) rotate3d(0, 1, 0, 0);}
  75%, 100% {transform:translateX(-50%) rotate3d(0, 1, 0, 360deg);}
}
.section1 .swiper .swiper-slide.item3 .slide-box .item-box .item-cash {
  margin:15px auto 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  opacity: 0;
}
.section1 .swiper .swiper-slide.item3.swiper-slide-active .slide-box .item-box .item-cash {
  -webkit-animation:item3-cash-slideup-ani 0.3s ease-in-out 0.5s forwards;
  animation:item3-cash-slideup-ani 0.3s ease-in-out 0.5s forwards;
}
@-webkit-keyframes item3-cash-slideup-ani {
  0% {opacity: 0; -webkit-transform: translateY(20px);}
  100% {opacity: 1; -webkit-transform: translateY(0);}
}
@keyframes item3-cash-slideup-ani {
  0% {opacity: 0; transform: translateY(20px);}
  100% {opacity: 1; transform: translateY(0);}
}
.section1 .swiper .swiper-slide.item3 .slide-box .item-box .item-cash .txt {
  display:block;
}
.section1 .swiper .swiper-slide.item3 .slide-box .item-box .item-cash strong {
  font-size: 24.26px;
  line-height: 29.12px;
}
.section1 .swiper .swiper-slide.item3 .slide-box .item-box .item-txt {
  display: block;
  color: #0083D1;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  opacity: 0;
}
.section1 .swiper .swiper-slide.item3.swiper-slide-active .slide-box .item-box .item-txt {
  -webkit-animation:txt-opacity-ani 0.3s ease-in-out 1.2s forwards;
  animation:txt-opacity-ani 0.3s ease-in-out 1.2s forwards;
}
/* item4 */
.section1 .swiper .swiper-slide.item4 .slide-box .item4-list {
  margin-top: 28px;
  transform: translateY(-240px);
}
.section1 .swiper .swiper-slide.item4 .slide-box .item4-list li {
  display: flex;
  align-items: center;
  padding-left:13px;
  height:64px;
  border-radius: 15px;
  background:#f6f6f6;
  transition: 0.3s all ease-in-out;
  /* opacity: 0; */
}
.section1 .swiper .swiper-slide.item4.swiper-slide-active .slide-box .item4-list li:first-child {
  -webkit-animation: item4-list-ani 1.8s cubic-bezier(0.51, 0.02, 0.26, 1.11) forwards;
  animation: item4-list-ani 1.8s cubic-bezier(0.51, 0.02, 0.26, 1.11) forwards;
}
@-webkit-keyframes item4-list-ani {
  0%,75% {-webkit-transform: scale(0.4) translateY(150px); opacity: 0;}
  100% {-webkit-transform: scale(1) translateY(232px); opacity: 1;}
}
@keyframes item4-list-ani {
  0%,75% {transform: scale(0.4) translateY(150px); opacity: 0;}
  100% {transform: scale(1) translateY(232px); opacity: 1;}
}
.section1 .swiper .swiper-slide.item4.swiper-slide-active .slide-box .item4-list li:nth-child(2) {
  -webkit-animation: item4-list2-ani 1.8s cubic-bezier(0.51, 0.02, 0.26, 1.11) forwards;
  animation: item4-list2-ani 1.8s cubic-bezier(0.51, 0.02, 0.26, 1.11) forwards;
}
@-webkit-keyframes item4-list2-ani {
  0%, 40% {-webkit-transform: scale(0.4) translateY(75px); opacity: 0;}
  65%, 75% {-webkit-transform: scale(1) translateY(157px); opacity: 1;}
  100% {-webkit-transform: scale(1) translateY(232px); opacity: 1;}
}
@keyframes item4-list2-ani {
  0%, 40% {transform: scale(0.4) translateY(75px); opacity: 0;}
  65%, 75% {transform: scale(1) translateY(157px); opacity: 1;}
  100% {transform: scale(1) translateY(232px); opacity: 1;}
}
.section1 .swiper .swiper-slide.item4.swiper-slide-active .slide-box .item4-list li:nth-child(3) {
  -webkit-animation: item4-list3-ani 1.8s cubic-bezier(0.51, 0.02, 0.26, 1.11) forwards;
  animation: item4-list3-ani 1.8s cubic-bezier(0.51, 0.02, 0.26, 1.11) forwards;
}
@-webkit-keyframes item4-list3-ani {
  0% {-webkit-transform: scale(0.4) translateY(0px); opacity: 0;}
  30%, 40% {-webkit-transform: scale(1) translateY(82px); opacity: 1;}
  65%, 75% {-webkit-transform: scale(1) translateY(157px); opacity: 1;}
  100% {-webkit-transform: scale(1) translateY(232px); opacity: 1;}
}
@keyframes item4-list3-ani {
  0% {transform: scale(0.4) translateY(0px); opacity: 0;}
  30%, 40% {transform: scale(1) translateY(82px); opacity: 1;}
  65%, 75% {transform: scale(1) translateY(157px); opacity: 1;}
  100% {transform: scale(1) translateY(232px); opacity: 1;}
}
.section1 .swiper .swiper-slide.item4 .slide-box .item4-list li::before {
  content:"";
  display:inline-block;
  width:31px;
  height:31px;
  flex:0 0 31px;
  background:url(https://og.kakaobank.io/view/4c53aa2d-566b-47b9-b778-c31f33d14f0c) no-repeat center / 100%;
}
.section1 .swiper .swiper-slide.item4 .slide-box .item4-list li + li {
  margin-top:10px;
}
.section1 .swiper .swiper-slide.item4 .slide-box .item4-list li div {
  margin-left: 12px;
  text-align: left;
}
.section1 .swiper .swiper-slide.item4 .slide-box .item4-list li div strong {
  display:block;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.section1 .swiper .swiper-slide.item4 .slide-box .item4-list li div span {
  color:#808080;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}

.section1 .swiper .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap:2.5px;
  --swiper-pagination-bullet-inactive-color:#9c9c9c;
  --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: #5CA5FF;
  border-radius:39px;
}

/* section2 */
.section2 .inner {
  position:relative;
  padding-top:85px;
  padding-bottom:78px;
}
.section2 .tit-box p {
  font-size:30px;
}
.section2 .event-list {
  margin-top:64px;
  text-align: center;
}
.section2 .event-list li + li {
  margin-top:69px;
}
.section2 .event-list li em {
  display:inline-block;
  margin-bottom:23px;
  padding:14px 18px;
  /* width:142px; 
  height:43px;*/
  color:#fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 14.511px; /* 90.691% */
  border-radius: 37px;;
}
.section2 .event-list li p > span {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.22px;
}
.section2 .event-list li p strong {
  display:block;
  margin-top:12px;
  color: #222;
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.3px;
}
.section2 .event-list li p strong > span {
  color: var(--span-color);
}
.section2 .event-list li > span {
  display: inline-block;
  margin-top:22px;
  color: #8A8A8A;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.17px;
}
.section2 .event-list li .list-img {
  margin: 31px auto 0;
}
.section2 .event-list li.item1 em {
  background: #509FFF;
}
.section2 .event-list li.item1 .list-img {
  width:166px;
  height:auto;
}
.section2 .event-list li.item2 em {
  background: #FDD200;
}
.section2 .event-list li.item2 .list-img {
  position:relative;
  width:178px;
  height:auto;
}
.section2 .event-list li.item2 .list-img::before,
.section2 .event-list li.item2 .list-img::after {
  content:"";
  display:inline-block;
  position:absolute;
  background:url(https://og.kakaobank.io/view/5df054ad-e1eb-486d-93f7-78e3304aeb4d) no-repeat center / 100%;
}
.section2 .event-list li.item2 .list-img::before {
  top:58px;
  left:0;
  width:31px;
  height:31px;
}
.section2 .event-list li.item2 .list-img::after {
  top:16px;
  right:0;
  width:21px;
  height:21px;
}
.section2 .event-list li.item2 .list-img img {
  margin-left: 22px;
  max-width:155px;
}

@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);
  }
  .section1 .swiper .swiper-slide .slide-box {
    padding-right:18px;
    padding-left:18px;
  }
  .section1 .swiper .swiper-slide .slide-box .item-box {
    max-width:100%;
  }
  .section1 .swiper .swiper-slide.item2 .slide-box .item-box {
    right:18px;
    left:18px;
  }
  .section1 .swiper .swiper-slide.item2 .slide-box .item-box .graph-box {
    right:28px;
    left:28px;
  }
  .section1 .swiper .swiper-slide.item4 .slide-box .item4-list li {
    padding-left:8px;
  }
  .section1 .swiper .swiper-slide.item4 .slide-box .item4-list li div {
    margin-left:8px;
  }
}
@media screen and (max-height: 600px) {
  .scroll-down {
    bottom:18%;
  }
}