@charset "UTF-8";
:root {
  --vh: 1%;
}

html,
body {
  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;
}
* {
  box-sizing: border-box;
}

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

body,
#main {
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
body.on,
.on #main {
  height: auto !important;
  overflow: visible;
}
.section-wrapper {
  height: calc(var(--vh, 1vh) * 100);
}
.section-wrapper #section1 {
  height: calc(var(--vh, 1vh) * 100);
}
.scene1 .section-wrapper #section1 .title-w {
  transition: all 0.2s ease;
  animation: trans-preference-ani 0.5s forwards;
}
.section-wrapper section:not(.intro) {
  bottom: calc(var(--vh, 1vh) * -10);
  transform: translateY(100vh);
  transition: transform 0.7s ease 0.2s;
}
.section-wrapper #section2 {
  bottom: calc(var(--vh, 1vh) * 14);
  transition: bottom 0.7s ease 0.2s;
  z-index: 7;
}

.scene1 .section-wrapper #section2 {
  transition: bottom 0.7s ease 0.2s;
}
#section2 {
  transform: translateY(0);
}
#section3 #section4 {
  transform: translateY(100vh);
  transition: transform 0.7s ease 0.2s;
}
#section1 {
  z-index: 7;
}
.scene1 #section2 {
  z-index: 8;
  transition: bottom 0.7s ease 0.2s;
  bottom: calc(var(--vh, 1vh) * 100);
}
.scene2 #section3 {
  z-index: 3;
}
.scene3 #section4 {
  z-index: 4;
}

.scene1 .section-wrapper #section1 {
  z-index: 0;
}
.scene1 .section-wrapper #section2 {
  z-index: 2;
  transition: bottom 0.7s ease 0.2s;
}
.section-wrapper #section3 {
  bottom: calc(var(--vh, 1vh) * 100);
  transition: bottom 0.7s ease 0.2s;
}
.scene2 .section-wrapper #section3 {
  bottom: calc(var(--vh, 1vh) * 200);
  transform: translateY(0);
  transition: transform 0.7s ease 0.2s;
}
.section-wrapper #section4 {
  bottom: calc(var(--vh, 1vh) * 200);
  height: calc(var(--vh, 1vh) * 100);
  transition: bottom 0.7s ease 0.2s;
  height: 100vh;
}
.scene3 #section4 {
  bottom: calc(var(--vh, 1vh) * 300);
  height: calc(var(--vh, 1vh) * 100);
  transform: translateY(0);
  transition: transform 0.7s ease 0.2s;
}
.scene4 .sec2_tit2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s;
}
.scene5 .sec2_tit4 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
  transition-delay: 0.7s;
  z-index: 6;
}
/*.scene6 .sec2_tit4{
  opacity: 1;
  transform: translateY(0);
  transition: all .3s;
  z-index:7;

}*/
:root {
  --white: #fff; /* 폰트 컬러 지정 */
  --black: #3e3013; /* 폰트 컬러 지정 */
  --black2: #533e16; /* 폰트 컬러 지정 */
  --yello: #fff8ec; /* 폰트 컬러 지정 */
  --yello2: #ffbf43; /* 폰트 컬러 지정 */
  --orenge: #ff8a00; /* 폰트 컬러 지정 */
  --orenge2: #ffe6b5; /* 폰트 컬러 지정 */
}

/* common */
img {
  vertical-align: bottom;
  max-width: 100%;
}
.hr {
  display: inline-block;
  width: 100%;
  height: 2.3px;
  background: #061922;
  opacity: 0.2;
}
.ir {
  text-indent: -9999px;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.fixed {
  position: fixed !important;
}

/* header */
.moweb.on .kabang-header {
  top: -60px !important;
}
.kabang-header {
  width: 100vw;
  z-index: 10;
  transition: all 0.4s;
}
.kabang-nav {
  z-index: 100;
  height: 60px;
  box-sizing: border-box;
  background: #fff;
}
.kabang-nav .nav-content {
  font-size: 0;
  padding: 0 24px;
  margin: auto;
  box-sizing: border-box;
  font-family: "돋움", dotum, sans-serif;
}
.kabang-nav .nav-items {
  display: inline-block;
  height: 60px;
  text-align: center;
}
.kabang-nav .nav-items > a {
  text-decoration: none;
}
.kabang-nav .nav-items-left:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.kabang-nav .nav-items-right {
  float: right;
}
.kabang-nav .nav-items-right:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.kabang-nav .btn-goapp {
  display: inline-block;
  color: #000;
  border: 1px solid #aaa;
  font-size: 13px;
  line-height: 16px;
  vertical-align: middle;
  padding: 6px 10px;
  border-radius: 24px;
}
.kabang-nav .logo-kabang {
  display: inline-block;
  width: 80px;
  height: 14px;
  vertical-align: middle;
}

/* Scroll-section */
#section4 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffbf43;
}

.scroll-section > .inner {
  height: calc(var(--vh, 1vh) * 100);
  background: #ffbf43;
}
.scroll-section .section4,
.scroll-section .section5,
.scroll-section .section6 {
  height: calc(var(--vh, 1vh) * 100);
  background: #ffbf43;
}
.inner-con {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 20%;
  top: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  font-size: 40px;
  text-align: center;
  /* transform: translateY(30px);
  -webkit-transform: translateY(30px);*/
}
.inner-con .section,
.inner-con .section .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.inner-con.sec2_tit1 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
/* 섹션3 제거 sec2_tit3 
.inner-con.sec2_tit3 .inner-box {
  position: relative;
  min-height: 197px;
}
.inner-con.sec2_tit3 .inner-box .inner-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.inner-con.sec2_tit3 .last-num {
  width: 197px;
  height: 197px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  align-items: center;
  animation: txtRoll2 1s ease-in-out;
}
.inner-con.sec2_tit3 .inner-box .inner-num li,
.inner-con.sec2_tit3 .last-num > b {
  height:170px;
  padding: 15px 0;
  color: #eee9e0;
}
.scene5 .inner-con.sec2_tit3 .last-num > b {
  font-size: 82px;
  font-weight: 900;
  color: #ffbf43;
} */
.inner-con.sec2_tit2 .inner-clip {
  clip-path: circle(var(--width) at center);
  width: 197px;
  height: 197px;
  margin: auto;
  border-radius: 100%;
  font-size: 82px;
  font-weight: 900;
  background-color: #fff;
  position: absolute;
  top: 35%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  transform: translate(calc(-50% + 0.5px), calc(-35% + 0.5px));
  transition: all 0.2s ease;
  overflow: hidden;
}
.section5 .inner-round {
  width: 197px;
  height: 197px;
}
.scene5 .inner-con.sec2_tit2 .inner-clip {
  clip-path: circle(var(--width) at center);
  width: 197px;
  height: 197px;
  animation: round-ani 2s ease-in-out forwards;
  transition: all 2s ease;
}
.scene5 .inner-clip .inner-num {
  display: none !important;
}

/* section_common */
.section-wrapper .section {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  color: var(--black);
  text-align: center;
}
.section span,
.section strong,
.section em,
.section b {
  display: inline-block;
}
.section > .inner {
  height: 100%;
  padding: 80px 35px;
  overflow: visible;
}
.main {
  overflow: hidden;
  width: 100%;
}
article {
  box-sizing: border-box;
}
.section .title-w {
  text-align: center;
}
.dump-section {
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
}
.section .animation-w {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section .btn-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 34px;
  height: 14px;
  background: url("https://og.kakaobank.io/view/27dbac83-4406-4ff6-8ae2-7803ce8ceaa5") no-repeat top / 34px 14px;
  transform: translateX(-50%);
  -webkit-animation: mouseloop 1s infinite alternate;
  animation: mouseloop 1s infinite alternate;
  z-index: 1;
}
@keyframes mouseloop {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  to {
    -webkit-transform: translateY(-13px) translateX(-50%);
    transform: translateY(-13px) translateX(-50%);
  }
}

/* section1 */
#section1,
#section1 > .inner {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  max-width: 100%;
  padding: 0;
  overflow: visible;
}
#section1 {
  position: relative;
  width: 100%;
  /* height: 600px; */
  background: #fff9ef;
}
#section1 #kvVideo {
  position: relative;
  height: calc(var(--vh, 1vh) * 70);
  object-fit: cover;
  max-width: 460px;
}

#section1 .btn-mov {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16vh;
  width: 75px;
  height: 24px;
  font-size: 0;
  z-index: 1;
  opacity: 0.5;
  background: url("https://og.kakaobank.io/view/c912a82e-aba7-4605-9a2e-46dc9630b542") no-repeat center bottom / 75px 20px;
}

#section1 .title-w {
  position: absolute;
  top: 62%;
  left: 50%;
  width: 100%;
  margin-left: -130px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#section1 .title-w h2 {
  font-size: 36px;
  font-weight: 900;
}

/* section2 */
.section2 {
  position: relative;
  padding-top: 0;
}
.section2 .bg-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: transparent;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  object-fit: cover;
}
.btn-video {
  background: rgba(32, 24, 20, 0.6);
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  right: 0;
  border-radius: 50px;
}
.btn-video img {
  width: 91px;
  height: 91px;
}
.section2 .bg-box img {
  width: 91px;
  position: absolute;
  z-index: 10;
}
.scene1 .section3 .animation-w {
  position: relative;
  height: 470px;
}
.scene1 .section3 .ani {
  opacity: 1;
}
.scene1 .section3 .bubble-ani1 {
  top: 0;
  left: 10px;
  width: 219px;
  z-index: 1;
  transform: translateY(0);
}
.scene1 .section3 .bubble-ani2 {
  top: 135px;
  left: 0;
  width: 90px;
  transform: translateY(0) translateX(0);
  z-index: 3;
}
.scene1 .section3 .bubble-ani3 {
  top: 24px;
  right: 26px;
  width: 102px;
  transform: scale(1);
  z-index: 3;
}
.scene1 .section3 .bubble-ani4 {
  top: 80px;
  right: 0;
  width: 259px;
  transform: translateY(0);
  z-index: 2;
}
.scene1 .section3 .bubble-ani5 {
  top: 193px;
  left: 0;
  width: 303px;
  transform: translateY(0);
}
.scene1 .section3 .bubble-ani6 {
  width: 179px;
  top: 280px;
  right: 5px;
  transform: translateY(0);
  z-index: 3;
}
.scene1 .section3 .bubble-ani7 {
  top: 363px;
  left: 20px;
  width: 219px;
  transform: translateY(0);
  z-index: 3;
}
.scene1 .section3 .bubble-ani8 {
  top: 400px;
  right: 25px;
  width: 71px;
  transform: scale(1);
  z-index: 3;
}

/* section3  */
.section3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff9ef;
}
.section3 > .inner {
  width: 100%;
  padding: 0 15px;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -20px;
}
.scene2 .section3 .animation-w {
  position: relative;
  width: 100%;
  height: 470px;
  transition: all 0.5s;
}
.scene2 .section3 .ani {
  position: absolute;
  opacity: 0;
  transform: bottom;
  animation-delay: 1s;
}
.section3 .ani {
  position: absolute;
  opacity: 0;
  transform: translateY(100px);
  animation-delay: 1s;
}
.scene2 .section3 .ani {
  position: absolute;
  opacity: 0;
  transform: translateY(100px);
  animation-delay: 1s;
}
.scene2 .section3 .bubble-ani1 {
  top: 0;
  left: 10px;
  width: 219px;
  animation: bubble-ani1 1s ease-in-out forwards;
  z-index: 1;
}
.scene2 .section3 .bubble-ani2 {
  top: 135px;
  left: 0;
  width: 90px;
  animation: bubble-ani2 0.8s ease-in-out forwards;
  animation-delay: 0.5s;
  z-index: 3;
}
.scene2 .section3 .bubble-ani3 {
  top: 24px;
  right: 26px;
  width: 102px;
  animation: bubble-ani3 0.5s ease-in-out forwards;
  animation-delay: 1.3s;
  z-index: 3;
}
.section3 .bubble-ani3 .face {
  z-index: 3;
}
.section3 .bubble-ani3 .star {
  transform: rotate(35deg);
  z-index: -1;
}
.scene2 .section3 .bubble-ani3 .star {
  transition: all 0.3s 1.6s;
  transform: rotate(0);
}
.scene2 .section3 .bubble-ani4 {
  top: 80px;
  right: 0;
  width: 259px;
  animation: bubble-ani4 0.8s ease-out forwards;
  animation-delay: 0.6s;
  z-index: 2;
}
.scene2 .section3 .bubble-ani5 {
  top: 193px;
  left: 0;
  width: 303px;
  animation: bubble-ani5 0.8s ease-in-out forwards;
  animation-delay: 1s;
}
.scene2 .section3 .bubble-ani6 {
  width: 179px;
  top: 280px;
  right: 5px;
  animation: bubble-ani6 0.8s ease-out forwards;
  animation-delay: 1.1s;
  z-index: 3;
}
.scene2 .section3 .bubble-ani7 {
  top: 363px;
  left: 20px;
  width: 219px;
  animation: bubble-ani7 0.8s ease-in-out forwards;
  animation-delay: 1.2s;
  z-index: 3;
}

.scene2 .section3 .bubble-ani8 {
  top: 400px;
  right: 25px;
  width: 71px;
  animation: bubble-ani8 0.6s ease-out forwards;
  animation-delay: 1.8s;
  z-index: 3;
}
.scene2 .section3 .bubble-ani8 img {
  animation: shake 1s forwards 1.5s;
}

@keyframes bubble-ani1 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bubble-ani2 {
  0% {
    opacity: 0;
    transform: translateY(700px) rotate(-20deg);
  }
  30% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
  50% {
    opacity: 1;
    transform: translateY(0) rotate(-20deg);
  }
  75% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0) rotate(-20deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
@keyframes bubble-ani3 {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bubble-ani4 {
  0% {
    opacity: 0;
    transform: translateY(600px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bubble-ani5 {
  0% {
    opacity: 0;
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bubble-ani6 {
  0% {
    opacity: 0;
    transform: translateY(300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bubble-ani7 {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bubble-ani8 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* section4 */
.section4 .btn-scroll-down,
.section5 .btn-scroll-down,
.section6 .btn-scroll-down {
  width: 34px;
  height: 14px;
  background: url("https://og.kakaobank.io/view/f9b466c4-8975-421f-a40e-514995c102b8") no-repeat top / 34px 14px;
}
.section4 .inner {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.section4 .steps-chunsam {
  width: 100%;
  height: 290px;
  margin-top: -70px;
  max-width: 368px;
  background: url("https://og.kakaobank.io/view/6fe119ea-97fe-4507-944a-da1517fccc04");
  background-position: 0 0;
  background-size: auto 314.5px;
  animation: steps-chunsam 2.15s steps(17, start) infinite;
}
@keyframes steps-chunsam {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -6375px 0;
  }
}

.section4 .txt {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.5;
}

/* section5, section6  공통*/
.section5 > .inner,
.section6 > .inner {
  padding: 120px 35px;
}
.section5 > .inner .txt,
.section5 > .inner > p,
.section6 > .inner > p {
  margin-top: 90px;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
.section5 > .inner .txt,
.section5 > .inner > p {
  margin-top: 300px;
}

/* section5 */
.section5 .inner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section5 .inner-round {
  position: relative;
  width: 197px;
  height: 197px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.section5 .inner .reverse-num {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-35% + 0.5px));
  height: 197px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 83px;
  font-weight: 900;
  color: #ffbf43;
  opacity: 0;
}
.section5 .inner .reverse-num > b {
  font-size: 83px;
  font-weight: 900;
  color: #ffbf43;
}
.section5 .inner-round > ul {
  width: 100px;
  padding: 0;
  margin: 0;
}
.scene4 .section5 .inner-round > ul {
  width: 100%;
  margin: -5px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 83px;
  font-weight: 900;
  color: #eee9e0;
  list-style: none;
  transition: transform 2.4s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
  transform: translateY(-1500px);
}
.scene4 .section5 .inner-round > ul > li {
  height: 170px;
  font-size: 83px;
  font-weight: 900;
}
.scene4 .reverse .section5 .inner-round > ul,
.scene4 .reverse .section5 .inner-round > ul > li {
  display: none;
}
.scene4 .reverse .inner-con.sec2_tit2 .inner-clip {
  clip-path: circle(var(--width) at center);
  width: var(--width);
  height: var(--width);
  animation: round-ani2 1.5s ease-in-out forwards;
  transition: all 1.4s ease;
}
.scene3 .reverse .section5 .inner {
  position: relative;
}
.scene3 .reverse .section5 .reverse-num {
  animation: txtRoll4 1s ease-in-out forwards;
  transition: all 1s ease;
  animation-delay: 1.4s;
  opacity: 1;
}
.scene3 .reverse .section5 .inner-round > ul {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-35% + 0.5px));
  width: 100%;
  height: 197px;
  margin: -5px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 83px;
  font-weight: 900;
  color: #eee9e0;
  list-style: none;
  transition: transform 2.4s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
  overflow: hidden;
  transform: translateY(-1500px);
}
.scene3 .reverse .section5 .inner-round > ul > li {
  display: block;
  height: 170px;
  font-size: 83px;
  font-weight: 900;
}
@keyframes round-ani {
  100% {
    width: 5000px;
    height: 5000px;
  }
}
@keyframes round-ani2 {
  0% {
    width: 5000px;
    height: 5000px;
  }
  100% {
    width: 197px;
    height: 197px;
  }
}
.scene4 li.selected b {
  font-size: 83px;
  font-weight: 900;
  color: #ffbf43 !important;
}

/* 섹션 sec2_tit3 영역 제거 (숫자전체 표출)
.scene5 li.selected b{
  color: #ffbf43 !important;
}
.scene5 .section6 .inner-clip .inner-num > li.selected {
  position: relative;
  color: #ffbf43 !important;
  display: flex;
  margin-top: -8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:170px;
  height:170px;
  border-radius: 50%;
  background: #fff;
  /* _animation: transform 0.8s ease-in-out forwards; 
   _animation-delay: 3.3s; 
}
.scene5
.section6 .inner-clip .inner-num > li.selected > b {
  position: relative;
  font-size:83px;
  font-weight: 900;
  _color: #ffbf43 !important;
  _margin-top: -20px;
  animation: transform2 0.8s ease-out forwards;
  animation-delay:3.1s;
  z-index: 1;
}
@keyframes transform {
  100% {
    opacity: 1;
  }
}
@keyframes transform2 {
  0% {
    color: #eee9e0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
    color: #ffbf43 !important;
  }
}
@keyframes rotate-roll2 {
  100% {
    opacity: 1;
    height: 150px;
    transform: translate(0, -300px);
    padding-bottom: 0;
  }
}
*/
/* section7 */
.section7 {
  background: #fff;
}

/* inner-text-w */
.scene5 .inner-text-w {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 255px;
  top: -50px;
  opacity: 0;
  animation: txtRoll 1s ease-out forwards;
  animation-delay: 0.5s;
}
.inner-text-w .text-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 35px;
}
.scene5 .inner-text-w .txt-num {
  font-size: 83px;
  font-weight: 900;
  color: rgb(228, 228, 228);
  display: flex;
  margin: -20px 0 0 15px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  color: var(--yello2);
  animation: txtRoll 1.2s ease-out forwards;
  animation-delay: 0.5s;
}
.scene5 .inner-text-w .sosujeom {
  font-size: 83px;
  font-weight: 900;
  color: rgb(228, 228, 228);
  display: flex;
  margin: -20px 5px 0 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  color: var(--yello2);
  animation: txtRoll 1s ease-out forwards;
  animation-delay: 0.5s;
}
.inner-text-w .text {
  font-size: 50px;
  font-weight: 900;
  color: rgb(228, 228, 228);
  display: flex;
  height: 0;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  opacity: 0;
  color: var(--yello2);
  animation: txtRoll 1.1s ease-out forwards;
  animation-delay: 1s;
}
.scene5 .inner-text-w .text:first-of-type {
  position: relative;
  font-size: 37px;
  font-weight: 800;
  color: #c5c5c5;
}

.scene5 .inner-text-w .stit {
  position: absolute;
  left: 50%;
  top: 0;
  margin: 10px 0 0 0;
  font-size: 30px;
  font-weight: 800;
  color: var(--yello2);
  opacity: 0;
  transform: translateX(-50%);
  animation: txtRoll 0.7s ease-out forwards;
  animation-delay: 0.9s;
}
@keyframes txtRoll {
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes txtRoll2 {
  100% {
    opacity: 0;
  }
}
@keyframes txtRoll3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes txtRoll4 {
  0% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 1;
    z-index: 2;
  }
}
.scene5 .inner-text-w .stxt {
  position: relative;
  left: 50%;
  bottom: 0;
  width: 242px;
  height: 65px;
  font-size: 34px;
  font-weight: 800;
  background: #f3f3f3;
  border-radius: 40px;
  color: #7b7b7b;
  opacity: 0;
  text-align: center;
  transform: translateX(-50%);
  animation: txtRoll 0.7s ease-out forwards;
  animation-delay: 1.4s;
  display: block;
  margin: 0 auto;
  padding-top: 8px;
}
.scroll-wrapper {
  display: none;
  transition: all 1s;
  width: 100%;
  height: auto;
  background: #ffe6b5;
  left: 0;
  z-index: 10;
}
.scene6 .section-wrapper {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s all;
}
.scene6 .scroll-wrapper {
  display: block;
  top: calc(var(--vh, 1vh) * 100);
}
.scene6 .scroll-wrapper {
  top: 0;
  transition: top 0.3s;
}
.on .scroll-wrapper {
  width: 100%;
  background: #ffe6b5;
}

/* section - event(section8,section9) */
.sec-event .article {
  margin: 0 auto;
  text-align: center;
}
.sec-event .title-w .s-tit {
  font-size: 18px;
  font-weight: 700;
  color: #f2a000;
  text-align: center;
  line-height: 1.5;
}
.sec-event .title-w .tit {
  display: block;
  margin: 13px auto 20px auto;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #3e3013;
  line-height: 1.5;
}
.sec-event .title-w .desc {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  letter-spacing: -1px;
}
.sec-event .event-con .event-box {
  max-width: 305px;
  margin: 0 auto 26px auto;
  padding: 35px 44px 60px 44px;
  background: #fff;
  border-radius: 30px;
}
.sec-event .event-con .event-box .tit {
  margin: 0 auto;
}
.sec-event .round-txt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 27px;
  background: #ffa800;
  border-radius: 27px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.section8 article {
  padding-bottom: 88px;
  border-bottom: 4px solid rgba(245, 209, 138, 0.8);
}
.section8 .title-w .tit {
  margin: 14px auto 19px auto;
  transition-delay: 0.1s;
}
.section8 .title-w .desc {
  margin-bottom: 30px;
  animation-delay: 1s;
  transition-delay: 0.2s;
}
.section8 .title-w .desc .round-txt {
  padding: 0 9px;
  margin-right: 3px;
}
.section8 .event-con {
  position: relative;
  animation-delay: 1.5s;
  transition-delay: 0.3s;
}
.section8 .round-txt {
  height: 27px;
  padding: 0 14px;
  background: #ffa800;
  border-radius: 27px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.section8 .event-con .steps-coin {
  position: relative;
  top: -40px;
  left: -19px;
  width: 172px;
  height: 205.5px;
  display: block;
  margin: 0 auto;
  background: url("https://og.kakaobank.io/view/f70fc7cf-7bff-4e11-a85e-9f71c7f0f8d5");
  background-position: 0 0;
  background-size: auto 205.5px;
  animation: step-coin 1.3s steps(10, start) infinite;
  z-index: 2;
}

@keyframes step-coin {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2056px 0;
  }
}

.section8 .event-box:first-of-type {
  position: relative;
  top: -88px;
  padding: 35px 44px 60px 44px;
  z-index: 1;
}
.section8 .event-box .event-lst {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.section8 .event-lst > li {
  display: flex;
  width: 100%;
  padding: 25px 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.5px solid #eaeaea;
}
.section8 .event-lst > li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.section8 .event-lst .txt-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section8 .txt-box .lst-tit {
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 900;
  color: #3e3013;
}
.section8 .txt-box .date {
  font-size: 14px;
  font-weight: 500;
  color: rgba(62, 48, 19, 0.5);
}
.section8 .event-lst .round-txt {
  height: 36px;
  border-radius: 27px;
  font-size: 15px;
  font-weight: 700;
}
.section8 .event-box:nth-of-type(2) {
  margin: -88px auto 26px auto;
  padding: 40px 50px;
  animation-delay: 1.8s;
  transition-delay: 0.4s;
}
.section8 .event-box:nth-of-type(2) .lst-tit {
  padding-bottom: 25px;
  font-size: 23px;
  font-weight: 800;
}
.section8 .event-box:nth-of-type(2) .lst-txt {
  font-size: 15px;
  font-weight: 700;
  color: #3e3013;
}
.section8 .event-box:nth-of-type(2) .lst-txt > b {
  font-weight: 700;
  color: var(--orenge);
}
.section8 .event-bottom .bottom-txt {
  font-size: 15px;
  font-weight: 700;
  color: var(--black2);
  text-align: center;
}
.section8 .bottom-txt {
  animation-delay: 2s;
  transition-delay: 0.5s;
}
.section8 .bottom-txt > b {
  margin-top: 5px;
  padding: 1px 5px;
  text-align: center;
  background-color: var(--yello);
}
.section8 .event-bottom::before {
  content: "";
  display: block;
  width: 99px;
  height: 107px;
  margin: 88px auto 26px auto;
  background: url("https://og.kakaobank.io/view/c24c2d28-1b79-4cbf-95bf-c468aeb14ac2") no-repeat 0 0 / 99px 107px;
}

/* section9 */
.section9 > .inner {
  padding: 0 35px 34px 35px;
}
.section9 .title-w .s-tit {
  animation-delay: 0.5s;
  transition-delay: 0.2s;
}
.section9 .title-w .tit {
  margin-bottom: 32px;
  animation-delay: 1s;
  transition-delay: 0.2s;
}
.section9 .event-con .event-box {
  padding: 52px 44px 35px 44px;
  animation-delay: 1.2s;
  transition-delay: 0.2s;
}
.section9 .img-sb {
  display: block;
  margin: 0 17px 28px auto;
  width: 152px;
  animation-delay: 1.3s;
  transition-delay: 0.2s;
}
.section9 .round-txt {
  width: 106px;
  height: 38px;
  font-size: 17px;
  animation-delay: 1.4s;
}

/* 한달적금 시작하기 버튼  */
#btnApply {
  position: fixed;
  bottom: 23px;
  width: 100%;
  text-align: center;
  z-index: 5;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.4s;
}
#btnApply.on {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
#btnApply .btn {
  position: relative;
  width: 325px;
  background-color: #fd963f;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
#btnApply .btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  vertical-align: 3px;
  transform: rotate(45deg);
}

/* 아코디언 커스텀_꼭알아두기  */
.section .accordion-block {
  border-top: 0;
  padding-top: 26px;
  padding-bottom: 0;
  overflow: visible;
}
.section .accordion-block .accordion-btn {
  text-align: center;
}
.section .accordion-block .inner {
  position: relative;
}
.section .accordion-block .accordion-btn .title {
  width: auto;
  font-size: 16px;
  margin-left: -22px;
}
.section .accordion-block .accordion-btn .icon-plus {
  top: 4px;
  left: calc(50% + 30px);
  right: auto;
}
.section .accordion-block .accordion-btn.is-active .icon-plus svg {
  transform: rotate(181deg);
}
.section .accordion-block .accordion-content {
  margin-top: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
  background: #f3ebd7;
}
/* .section .accordion-block .accordion-content .more-list {
  width: 278px;
} */
.section .accordion-block .accordion-content .more-list li {
  position: relative;
  color: #908c80;
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 27px;
  padding-left: 8px;
}
.section .accordion-block .accordion-content .more-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 1px;
  display: inline-block;
  width: 2.4px;
  height: 2.4px;
  border-radius: 50%;
  background: #908c80;
}
.section .accordion-block .accordion-content .more-list li span {
  font-size: 12px;
  display: block;
}

/* 공유하기 */
#share {
  padding-top: 0;
  background: #ffe6b5 !important;
}
#share .btn {
  border-radius: 40px;
}

/* 꼭알아두기 */
#eventInfo .info-title + .accordion-block:first-of-type .accordion-content .info-li {
  margin-top: 20px;
}
#eventInfo .info-li li::before {
  background-color: #fff;
}
#eventInfo .info-li li.em {
  color: #ffd600;
}
.info-tit {
  margin-bottom: 40px;
}

/* popup */
.popups .modal-content {
  padding: 14px;
}
.popups .copy {
  font-size: 20px;
}
.popups .okay-btn .btn-ok {
  color: #fff;
  background: #f89500;
}

/* youtube 팝업레이어 */
.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: 99999;
}
.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;
}

@media screen and (max-width: 768px) {
  .intro #miniVod {
    width: 100%;
    object-fit: cover;
  }
  .inner {
    max-width: 100%;
  }
  .section2 .bg-box {
  }
  .section2 #miniVod {
    width: 100%;
    object-fit: cover;
  }
  .section3 > .inner,
  .section8 > .inner,
  .section9 > .inner {
    max-width: 375px;
  }
  .section4 .inner {
    max-width: 368px;
  }
  .section6 .inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 674px) {
}

@media screen and (max-width: 414px) {
  #section1 #kvVideo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 330px;
  }
  .inner {
    max-width: 100%;
  }
  .section3 > .inner,
  .section8 > .inner,
  .section9 > .inner {
    max-width: 375px;
  }
}

@media screen and (max-width: 360px) {
  #section1 #kvVideo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 300px;
  }
  .section > .inner {
    padding: 0 20px;
  }
  .section4 .inner {
    padding: 80px 0;
  }
  .section8 > .inner {
    padding: 80px 20px;
  }
  .section9 > .inner {
    padding: 0 20px 34px 20px;
  }

  #eventInfo .inner {
    padding: 0 20px;
  }
  #btnApply .btn {
    width: 260px;
  }
}
@media screen and (max-width: 320px) {
  #section1 #kvVideo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
  }
  .section3 > .inner {
    margin-left: -10px;
  }
  .section3 .bubble-ani8 {
    right: -7px;
  }
  .section4 .inner {
    padding: 80px 0;
  }
  .section4 .steps-chunsam {
    margin-left: -50px;
  }
  .section8 .event-box:nth-of-type(2) {
    padding: 40px;
  }
  .section9 .img-sb {
    margin-right: 9px;
  }
  #btnApply .btn {
    width: 260px;
  }
}
@media screen and (max-width: 280px) {
  body {
    overflow-x: hidden !important;
  }
  .section,
  .inner,
  .section .inner {
    max-width: 280px !important;
    padding: 0;
  }
  .scene2 .section3 .animation-w {
    height: 520px;
  }
  .scene2 .section3 .bubble-ani3 {
    right: 5px;
  }
  .scene2 .section3 .bubble-ani5 {
    left: 5px;
    width: 270px;
  }
  .scene2 .section3 .bubble-ani8 {
    top: 442px;
    right: 5px;
  }
  .section4 .inner {
    padding: 0;
  }
  .section4 .steps-chunsam {
    margin-left: -85px;
  }
  .scene5 .inner-text-w .stxt {
    transform: translateX(-53%);
  }
  .section8 > .inner {
    padding: 80px 15px;
  }
  .section9 > .inner {
    padding: 0 15px;
  }
  .sec-event .event-con .event-box {
    padding: 35px 25px 50px 25px;
  }
  .section9 .event-box {
    padding: 40px 25px;
  }
  .section9 .img-sb {
    margin: 0 10px 25px auto;
  }
  .share .inner {
    margin: 0;
  }
  .share .btn {
    max-width: 220px;
  }
  #eventInfo .info {
    max-width: 280px;
    margin: 0;
  }
  #eventInfo .info .inner {
    padding: 0 15px;
  }
  #eventInfo .serial .copy > li {
    letter-spacing: -1px;
  }
}

.pin-spacer {
  overflow: hidden !important;
}

.trans-up {
  transition: all 1s 0.1s;
}

.trans-preference {
  transition: all 0.2s ease;
  animation: trans-preference-ani 1.5s forwards;
}

.trans-preference-pre {
  transition: all 0.2s ease;
  animation: trans-preference-ani-pre 1.5s forwards;
}

@keyframes trans-preference-ani {
  0% {
    scale: 1;
    opacity: 1;
  }
  100% {
    scale: 0.8;
    opacity: 0;
  }
}

@keyframes trans-preference-ani-pre {
  0% {
    font-size: 24px;
    opacity: 0;
  }
  100% {
    font-size: 34px;
    opacity: 1;
  }
}

.trans-preference-section {
  transition: all 0.5s ease;
  animation: trans-preference-section-ani 1.5s forwards;
}

.trans-preference-section-pre {
  transition: all 0.5s ease;
  animation: trans-preference-section-ani-pre 1.5s forwards;
}

@keyframes trans-preference-section-ani {
  0% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes trans-preference-section-ani-pre {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
