@charset "UTF-8";
:root {
  --vh: 1%;
}
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;
}
/* 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;
}
.screen_out {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}
.color-white {
  color: #fff !important;
}
.algin-c {
  text-align: center !important;
}
.fixed {
  position: fixed !important;
}
.pt50 {
  padding-top: 50px !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;
}
.section span,
.section strong,
.section em,
.section b {
  display: inline-block;
}
.section strong {
  display: block;
}
.section > .inner {
  height: 100%;
  padding: 80px 35px;
  color: #222;
  overflow: visible;
}
.section .title {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
.section b[class="accent"] {
  font-weight: 800;
  color: #a35796;
}
.section .ani-box {
  margin-top: 60px;
}
.main {
  overflow: hidden;
  width: 100%;
}
article {
  box-sizing: border-box;
}
.dump-section {
  height: 100vh;
  pointer-events: none;
}
.section .play-inmotion.inmotion {
  transform: translate(0, 0);
}
/* section1: intro*/
.section1 {
  position: relative;
  width: 100%;
  overflow: visible;
}
.section1 .inner {
  padding: 80px 35px 30px 35px;
}
.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("@@btn-intro-video.png") no-repeat center bottom / 75px 20px;
}
.section1 .title .s-tit {
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
  color: #ff6e41;
}
.section1 .title h2 {
  padding-bottom: 10px;
  font-size: 31px;
  font-weight: 800;
}
.section1 .title h2 > i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6e41;
  vertical-align: middle;
}
.section1 .img-wrapper {
  position: relative;
  height: 300px;
}
.section1 .img-wrapper img {
  position: absolute;
  top: 0;
  min-width: 500px;
  max-width: 500px;
  max-width: 500px;
  height: 300px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.section1 .info-txt-box {
  padding: 30px 20px;
  border-radius: 35px;
  background: #ff855f;
  text-align: center;
}
.section1 .info-txt-box > p {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.section1 .info-txt-box > p > b {
  font-weight: 700;
  color: #fff848;
}
.section .btn-scroll-down,
.section1 .btn-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 55px;
  width: 17px;
  height: 9px;
  background: url("https://og.kakaobank.io/view/13bfb3e4-69df-44fa-8351-f365e5f726ba") no-repeat top / 17px 9px;
  transform: translateX(-50%);
  animation: mouseloop 1s infinite alternate;
  z-index: 1;
}
@keyframes mouseloop {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  100% {
    transform: translateY(-8px) translateX(-50%);
  }
}
/* section2: 슬라이드 텍스트 모션 */
.looptxt {
  color: #ff855f;
  white-space: nowrap;
  overflow: hidden;
}
.looptxt .inner {
  width: 100%;
  padding: 40px 0 70px 0;
  max-width: 100%;
}
.looptxt .copy-box {
  font-size: 30px;
  font-weight: 800;
  color: #ff855f;
  line-height: 38px;
}
.looptxt:hover .copy-box,
.looptxt:focus .copy-box {
  animation-play-state: paused;
}
.looptxt .copy-box-top {
  position: relative;
  left: 0;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  animation: txt-left-loop-ani 5s infinite linear;
}
.looptxt .copy-box-top span {
  vertical-align: middle;
}
.looptxt .copy-box-bottom {
  position: relative;
  left: 0;
  animation: txt-right-loop-ani 5s infinite linear;
}
.looptxt .copy-box-bottom span {
  width: 28px;
  height: 30px;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  vertical-align: top;
}
.looptxt .copy-box-bottom .emoji-hand {
  width: 27px;
  margin: 3px -4px 0 -4px;
  background-image: url("https://og.kakaobank.io/view/5c9d42ed-3b4e-4e63-859c-2cb18801505f");
}
.looptxt .copy-box-bottom .emoji-money {
  background-image: url("https://og.kakaobank.io/view/f23748c8-860c-4089-88a8-1965b8c73cc0");
}
.looptxt .copy-box-bottom .emoji-person {
  margin: 4px 8px 0 0;
  background-image: url("https://og.kakaobank.io/view/966151f3-f227-4fe7-8e8b-001759f943a8");
}
.looptxt .round {
  padding: 8px 24px;
  color: #fff;
  background-color: #ff855f;
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
  border-radius: 100px;
}
@keyframes txt-left-loop-ani {
  100% {
    -webkit-transform: translateX(-945px);
    transform: translateX(-945px);
  }
}

@keyframes txt-right-loop-ani {
  100% {
    -webkit-transform: translateX(-813px);
    transform: translateX(-813px);
  }
}
/* section3: 춘식이랑 투자시작 (챗봇 대화) */
.chatbox-sec {
  background: #ff855f;
  color: #fff;
}
.chatbox-sec .tube-ani {
  margin: 60px auto 0 auto;
  width: 240px;
}
.chatbox-sec .tube-thumb,
.chatbox-sec .tube-bubble01,
.chatbox-sec .tube-bubble02,
.chatbox-sec .tube-bubble03 {
  display: block;
  margin-bottom: 10px;
  background-size: contain;
  transition: transform 0.6s, opacity 0.6s;
}
.chatbox-sec .tube-thumb {
  width: 56.5px;
  height: 56px;
  background-image: url("https://og.kakaobank.io/view/e3aa0d47-7654-4382-8913-fefacb6ddcd8");
  background-size: 56.5px 56px;
}
.chatbox-sec .tube-bubble01 {
  width: 201.5px;
  height: 58.5px;
  background-image: url("https://og.kakaobank.io/view/dc243a23-9f06-4974-87e3-be8fc7a6dc77");
  background-size: 201.5px 58.5px;
  transition-delay: 0.4s;
}
.chatbox-sec .tube-bubble02 {
  width: 240.5px;
  height: 78px;
  background-image: url("https://og.kakaobank.io/view/390b9da8-d1a3-4324-9856-e4502776c9d6");
  background-size: 240.5px 78px;
  transition-delay: 0.8s;
}
.chatbox-sec .tube-ani .tube-bubble03 {
  display: block;
  width: 202.5px;
  height: 56px;
  margin-bottom: 0;
  background-image: url("https://og.kakaobank.io/view/6f60788e-9d60-4c2f-890b-50cb5c370434");
  background-size: 202.5px 56px;
  transition-delay: 1.2s;
}
/* section4: 나와 같은 성향의 사람들과 투자상황을 비교해요 */
.section4 .title {
  padding-bottom: 90px;
}
.section4 .fun-graph-ani {
  text-align: center;
}
.section4 .play-inmotion .fun-graph-ani {
  max-width: 375px;
  margin: 60px auto 0 auto;
  width: 245px;
}
.section4 .play-inmotion .fun-graph-ani ul {
  display: flex;
}
.section4 .play-inmotion .fun-graph-ani ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 198px;
}
.section4 .play-inmotion .fun-graph-ani .invest-bar {
  display: block;
  width: 90px;
  border-radius: 16px;
  position: absolute;
  bottom: 0;
}
.section4 .play-inmotion .fun-graph-ani .invest-bar.bar-type1 {
  -webkit-animation: invest-slideup-bar2-ani 1.6s 0.6s forwards,
    invest-slideup-bar1-ani 10s 2.2s infinite;
  animation: invest-slideup-bar2-ani 1.6s 0.6s forwards,
    invest-slideup-bar1-ani 10s 2.2s infinite;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  background: #a06897;
}
.section4 .play-inmotion .fun-graph-ani .invest-per {
  position: absolute;
  top: -55px;
  left: 50%;
  margin-left: -45px;
  display: block;
  opacity: 0;
  width: 90px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.section4 .play-inmotion .fun-graph-ani .invest-per14_3 {
  -webkit-animation: invest-per-ani1 10s 2.2s infinite;
  animation: invest-per-ani1 10s 2.2s infinite;
  background-image: url("https://og.kakaobank.io/view/d5b327cc-7540-47e1-9606-f3b4b54d32a5");
}
.section4 .play-inmotion .fun-graph-ani .invest-per8_3 {
  -webkit-animation: invest-per-ani2 10s 2.2s infinite;
  animation: invest-per-ani2 10s 2.2s infinite;
  background-image: url("https://og.kakaobank.io/view/c8c2eaa3-13cf-4410-906d-956c06428812");
}
.section4 .play-inmotion .fun-graph-ani .invest-per18_6 {
  -webkit-animation: invest-per-ani3 10s 2.2s infinite;
  animation: invest-per-ani3 10s 2.2s infinite;
  background-image: url("https://og.kakaobank.io/view/1704ad58-f028-4b32-8fd9-63fbaba2215c");
}
.section4 .play-inmotion .fun-graph-ani .invest-per10_8 {
  -webkit-animation: invest-per-ani4 10s 2.2s infinite;
  animation: invest-per-ani4 10s 2.2s infinite;
  background-image: url("https://og.kakaobank.io/view/073cb448-27ee-4439-a3e2-607e0f3f0b12");
}
.section4 .play-inmotion .fun-graph-ani .invest-per16_1 {
  -webkit-animation: invest-per-ani5 10s 2.2s infinite;
  animation: invest-per-ani5 10s 2.2s infinite;
  background-image: url("https://og.kakaobank.io/view/cf82ee3e-5a78-49d3-a573-93fe30d936a4");
}
.section4 .play-inmotion .fun-graph-ani .invest-per11_1 {
  -webkit-animation: invest-per-ani6 10s 2.2s infinite;
  animation: invest-per-ani6 10s 2.2s infinite;
  background-image: url("https://og.kakaobank.io/view/a0d217bd-86df-4c75-a660-883c81657b26");
}
.section4 .play-inmotion .fun-graph-ani .invest-bar.bar-type2 {
  -webkit-animation: invest-slideup-bar2-ani 1.6s forwards 0.6s 1;
  animation: invest-slideup-bar2-ani 1.6s forwards 0.6s 1;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  background: #e6e6e6;
}
.section4 .play-inmotion .fun-graph-ani .invest-per11_2 {
  -webkit-animation: invest-per-ani 1s 1.4s 1 forwards;
  animation: invest-per-ani 1s 1.4s 1 forwards;
  background-image: url("https://og.kakaobank.io/view/dd030039-98c2-4923-9339-ca0623498efd");
}
.section4 .play-inmotion .fun-graph-ani .invest-tit {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@-webkit-keyframes invest-slideup-bar1-ani {
  0% {
    height: 153px;
  }
  5%,
  15% {
    height: 188px;
  }
  22%,
  32% {
    height: 126px;
  }
  39%,
  49% {
    height: 214px;
  }
  56%,
  66% {
    height: 137px;
  }
  73%,
  83% {
    height: 200px;
  }
  90%,
  100% {
    height: 153px;
  }
}

@keyframes invest-slideup-bar1-ani {
  0% {
    height: 153px;
  }
  5%,
  15% {
    height: 188px;
  }
  22%,
  32% {
    height: 126px;
  }
  39%,
  49% {
    height: 214px;
  }
  56%,
  66% {
    height: 137px;
  }
  73%,
  83% {
    height: 200px;
  }
  90%,
  100% {
    height: 153px;
  }
}

@-webkit-keyframes invest-per-ani1 {
  0%,
  5% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  16% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  18%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes invest-per-ani1 {
  0%,
  5% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  16% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  18%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes invest-per-ani2 {
  0%,
  22% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  27%,
  33% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  35%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes invest-per-ani2 {
  0%,
  22% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  27%,
  33% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  35%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes invest-per-ani3 {
  0%,
  39% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  44%,
  50% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  52%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes invest-per-ani3 {
  0%,
  39% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  44%,
  50% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  52%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes invest-per-ani4 {
  0%,
  56% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  61%,
  67% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  69%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes invest-per-ani4 {
  0%,
  56% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  61%,
  67% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  69%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes invest-per-ani5 {
  0%,
  73% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75%,
  81% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  83%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes invest-per-ani5 {
  0%,
  73% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75%,
  81% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  83%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes invest-per-ani6 {
  0%,
  90% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  94%,
  98% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes invest-per-ani6 {
  0%,
  90% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  94%,
  98% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes invest-slideup-bar2-ani {
  0% {
    height: 0;
  }
  60%,
  100% {
    height: 153px;
  }
}

@keyframes invest-slideup-bar2-ani {
  0% {
    height: 0;
  }
  60%,
  100% {
    height: 153px;
  }
}
@-webkit-keyframes invest-per-ani {
  0%,
  20% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80%,
  100% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes invest-per-ani {
  0%,
  20% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80%,
  100% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* section5:  매일매일 카카오뱅크가 알아서 챙겨줄게요 */
.section5 {
  background: #a06897;
}
.section5 .inner {
  padding-bottom: 0;
}
.fund-banner-ani {
  position: relative;
  bottom: -1px;
  width: 243px;
  height: 264px;
  margin: 0 auto;
  background: url("https://og.kakaobank.io/view/4a96e87c-971f-49cb-9699-a7a085eec373") 0 bottom / 243px 264px;
}
.fund-banner-ani::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.06)
  );
  z-index: 1;
}
.fund-banner-ani.play-inmotion .ban {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  animation: fund-amount-bg-ani 1.4s forwards,
    fund-amount-ani 0.3s forwards 1.2s;
}
.fund-banner-ani.play-inmotion .ico-flower {
  position: absolute;
  top: 50%;
  transform: translate(15px, calc(-50% - 3px));
  left: 15px;
  width: 16px;
  height: 16px;
  animation: fund-amount-ico-ani 0.3s forwards 1.2s;
}
@keyframes fund-amount-bg-ani {
  0%,
  80% {
    top: 170px;
    width: 254px;
    height: 56px;
    opacity: 1;
    background-image: url("https://og.kakaobank.io/view/d0b9e86c-3554-4a64-b321-b5bbc4bf7208");
  }
  100% {
    top: 170px;
    width: 254px;
    height: 56px;
    opacity: 0;
    background-image: url("https://og.kakaobank.io/view/d0b9e86c-3554-4a64-b321-b5bbc4bf7208");
  }
}
@keyframes fund-amount-ani {
  0% {
    top: 170px;
    width: 254px;
    height: 56px;
    opacity: 0;
    background-image: url("https://og.kakaobank.io/view/ef80bdb3-4994-41ae-bdaf-77fe8b52d847");
  }
  40%,
  100% {
    top: 152px;
    width: 379px;
    height: 104px;
    opacity: 1;
    background-image: url("https://og.kakaobank.io/view/ef80bdb3-4994-41ae-bdaf-77fe8b52d847");
  }
}
@keyframes fund-amount-ico-ani {
  100% {
    left: 20px;
    width: 24px;
    height: 24px;
  }
}
/** section6 : event 전체 **/
/* section6 : event 타이틀 영역 */
.sec-event .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec-event .s-tit {
  display: flex;
  width: 193px;
  height: 53px;
  border-radius: 40px;
  background: #f9edf7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: #924c8f;
}
.sec-event .tit {
  margin: 30px auto 25px auto;
  font-size: 27px;
  font-weight: 800;
  color: #000;
  text-align: center;
  line-height: 1.5;
}
.sec-event .date {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-event .date .txt-num {
  font-size: 15px;
  font-weight: 600;
  color: #a66b9c;
  text-align: center;
  letter-spacing: 4px;
}
.sec-event .date .bar {
  width: 63px;
  height: 1.5px;
  margin: 0 12px;
  background: #a66b9c;
}
/* section6 : event 경품 리스트 */
.sec-event .event-prize-lst {
  width: 307px;
  height: 446px;
  margin: 65px auto 80px auto;
  padding: 137px 30px 0 47px;
  background: url("https://og.kakaobank.io/view/af54218e-6b1e-4c6c-9df8-b7c92c5686be") no-repeat center / 307px 446px;
  color: #fff;
}
.sec-event .event-prize-lst > ul > li {
  display: flex;
  height: 103px;
  align-items: center;
  justify-content: space-between;
}
.sec-event .event-prize-lst > ul > li:first-child {
  padding-top: 5px;
}
.sec-event .event-prize-lst > ul > li .txt-box {
  display: flex;
  flex-direction: column;
}
.sec-event .event-prize-lst .lst-tit {
  font-size: 14px;
  font-weight: 600;
  color: #e5b5de;
}
.sec-event .event-prize-lst .amount {
  font-size: 19px;
  font-weight: 800;
}
.sec-event .event-prize-lst .round-txt {
  padding: 10px 20px;
  border-radius: 70px;
  background: #7d3c73;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
/* section6 : event 스타벅스 */
.sec-event .event-sbugs {
  margin-bottom: 75px;
  text-align: center;
}
.sec-event .event-sbugs .tit,
.sec-event .event-guide-lst .tit {
  font-size: 23px;
}
.sec-event .event-sbugs .img {
  padding: 15px 60px 0 60px;
}
/* section6 : event 참여 및 추첨 방법 */
.sec-event .event-guide-lst .event-box {
  position: relative;
  padding: 40px 20px 85px 45px;
  background: #fbf3fa;
  border-radius: 40px;
}
.sec-event .event-guide-lst .event-box > ol {
  position: relative;
}
.sec-event .event-guide-lst .event-box > ol::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 22px;
  bottom: 0;
  width: 2px;
  height: calc(100% - 110px);
  background: #a06897;
  z-index: 0;
}
.sec-event .event-guide-lst .event-box > ol > li {
  display: flex;
  padding-bottom: 40px;
  align-items: center;
  counter-increment: number;
}
.sec-event .event-guide-lst .event-box > ol > li::before {
  display: flex;
  content: "0" counter(number);
  width: 46px;
  height: 46px;
  margin-right: 20px;
  border-radius: 50%;
  background: #a06897;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.sec-event .event-guide-lst .event-box span[class="lst-tit"] {
  display: block;
  flex: 1 0 46px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.sec-event .event-guide-lst .event-box span[class="lst-txt"] {
  font-size: 13px;
  font-weight: 600;
  color: #a06897;
}
.sec-event .event-guide-lst .event-box > ol > li:nth-of-type(2) {
  padding-bottom: 35px;
}
.sec-event .event-guide-lst .event-box > ol > li:last-child::before {
  content: none;
}
.sec-event .event-guide-lst .event-box .round-box {
  position: absolute;
  left: -20px;
  right: 0;
  bottom: -48px;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  font-weight: 600;
  font-size: 13px;
  color: #111;
  text-align: center;
}
/* section7 : 지금 클릭 몇번으로 내 투자성향 알아가세요 */
.section7 .inner {
  max-width: 100%;
  padding: 0 0 60px 0;
}
.section7 .fund-slider {
  margin: 35px auto 0 auto;
  overflow: hidden;
}
.section7 .fund-slider ul {
  position: relative;
  left: 0;
  text-align: left;
  white-space: nowrap;
  display: flex;
  gap: 14px;
  animation: fund-slider-loop-ani 20s infinite linear;
}
.section7 .fund-slider ul:hover,
.section7 .fund-slider ul:focus {
  animation-play-state: paused;
}
.section7 .fund-slider ul li {
  position: relative;
  display: inline-block;
  width: 148px;
  flex: 0 0 148px;
  /* margin-right: 14px; */
}
@keyframes fund-slider-loop-ani {
  100% {
    -webkit-transform: translateX(-810px);
    transform: translateX(-810px);
  }
}
/* 하단 투자 지원금 받기 버튼  */
#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: #34241c;
  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 li {
  position: relative;
  color: #908c80;
  font-size: 14px;
  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;
}
#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 (min-width: 769px) {
  .section7 .inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section1 #Vod {
    width: 100%;
    object-fit: cover;
  }
  .inner {
    max-width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  @keyframes txt-left-loop-ani {
    100% {
      left: -939px;
    }
  }

  @keyframes txt-right-loop-ani {
    100% {
      left: -807px;
    }
  }

  @keyframes fund-slider-loop-ani {
    100% {
      left: -810px;
    }
  }
}

@media screen and (max-width: 360px) {
  @keyframes fund-amount-ani {
    100% {
      width: 360px;
      height: 68px;
      background-size: 360px auto;
      background-image: url("https://og.kakaobank.io/view/ef80bdb3-4994-41ae-bdaf-77fe8b52d847");
      opacity: 1;
    }
  }
  @keyframes fund-amount-ico-ani {
    100% {
      left: 15px;
      width: 24px;
      height: 24px;
    }
  }

  .sec-event .event-prize-lst {
    width: 290px;
    background-size: 290px auto;
  }
  #eventInfo .inner {
    padding: 0 20px;
  }
  #btnApply .btn {
    width: 280px;
  }
}
@media screen and (max-width: 320px) {
  .section > .inner {
    padding: 80px 20px;
  }
  .section1 .inner {
    padding: 80px 20px 30px 20px;
  }
  .section1 .info-txt-box {
    padding: 35px 10px;
    word-break: keep-all;
  }
  .looptxt .inner {
    padding: 40px 20px 70px 20px;
  }
  .chatbox-sec .tube-ani {
    margin-left: 22px;
  }
  .section5 .inner {
    padding-bottom: 0;
  }
  @keyframes fund-amount-ani {
    100% {
      width: 320px;
      height: 60px;
      background-size: 320px auto;
      background-image: url("https://og.kakaobank.io/view/ef80bdb3-4994-41ae-bdaf-77fe8b52d847");
      opacity: 1;
    }
  }
  @keyframes fund-amount-ico-ani {
    100% {
      left: 11px;
      width: 24px;
      height: 24px;
    }
  }

  .sec-event .event-prize-lst {
    width: 280px;
    padding: 137px 30px 0 40px;
    background-size: 280px 420px;
  }
  .sec-event .event-prize-lst > ul > li {
    height: 99px;
  }
  .sec-event .event-prize-lst > ul > li:first-child {
    padding-top: 13px;
  }
  .sec-event .event-guide-lst .event-box {
    padding: 40px 20px 0 30px;
  }
  .section7 .inner {
    padding: 0 0 60px 0;
  }
  #btnApply .btn {
    width: 260px;
  }
}
