.section3 .item-list .item1 .item-box img@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 */
body, .theme-dark #share {
  background-color: #FFF9DB;
}
main {
  overflow: hidden;
  width: 100%;
}
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;
}
/* 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;
  text-align: center;
  overflow: visible;
}
.section .title h2 {
  font-size: 23px;
  font-weight: 700;
}
.section .s-tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.52px;
  text-align: center;
}
.section .ani-box {
  margin-top: 60px;
}
/* section1: intro*/
.section1 {
  position: relative;
  width: 100%;
  /* height:100vh; */
  overflow: visible;
}
.section .inmotion {
  transform: translate(0, 20px);
}
.section .inmotion.s-tit {
  transform: translate(0, 30px);
}
.section .play-inmotion.inmotion {
  transform: translate(0, 0);
}
.section1 .inner {
  position: relative;
  padding-top: 44px;
  padding-bottom: 158px;
}
.section1 .title .tit-date {
  margin-bottom: 15px;
  color: #FFA800;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}
.section1 .title .tit-date span {
  position: relative;
}
.section1 .title .tit-date span+span {
  margin-left: 45px;
}
.section1 .title .tit-date span+span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  display: inline-block;
  width: 31px;
  height: 1.5px;
  background: #FFA800;
}
.section1 .title h2 {
  width: 256px;
  margin: 0 auto 30px;
}
.section1 .m-box {
  margin-top: 60px;
  animation: mbox-ani 1.5s infinite alternate;
}
@keyframes mbox-ani {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.section1 .m-box video {
  width: 230px;
  height: 280px;
}
.section1 .btn-scroll-down {
  position: absolute;
  bottom: 61px;
  left: 50%;
  width: 20px;
  height: 9px;
  background: url(https://og.kakaobank.io/view/2c96ba5b-f336-4962-9e5e-3384d2942127) no-repeat center / 100%;
  animation: mouseloop 1s infinite alternate;
}
@keyframes mouseloop {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  100% {
    transform: translateY(-10px) translateX(-50%);
  }
}
.section1 .ico-box .ico-particle {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  animation: particle-ani 1.5s infinite;
}
.section1 .ico-box .ico-particle.type1 {
  top: 122px;
  left: 11px;
  width: 40px;
  height: 40px;
  background-image: url("https://og.kakaobank.io/view/47d53f99-09e1-410c-b79c-fb8d97aa0bba");
  animation-direction: alternate;
}
.section1 .ico-box .ico-particle.type2 {
  top: 177px;
  right: -15px;
  width: 56px;
  height: 60px;
  background-image: url("https://og.kakaobank.io/view/9c14558c-6668-4192-bf57-4bf416e0d3be");
  animation-direction: alternate;
}
.section1 .ico-box .ico-particle.type3 {
  top: 278px;
  left: -20px;
  width: 96px;
  height: 100px;
  background-image: url("https://og.kakaobank.io/view/080146f4-b842-4883-9f52-9fe036682334");
  animation-direction: alternate;
}
.section1 .ico-box .ico-particle.type4 {
  top: 426px;
  right: 30px;
  width: 46px;
  height: 46px;
  background-image: url("https://og.kakaobank.io/view/cfd5c373-075c-4888-a662-f9779f369415");
  animation-direction: alternate;
}
.section1 .ico-box .ico-particle.type5 {
  top: 479px;
  right: 28px;
  width: 20px;
  height: 20px;
  background-image: url("https://og.kakaobank.io/view/0cbb24da-962c-47fb-9796-42b3d499252d");
  animation-duration: 1.45s;
  animation-direction: alternate;
}
.section1 .ico-box .ico-particle.type6 {
  top: 461px;
  left: 21px;
  width: 32px;
  height: 36px;
  background-image: url("https://og.kakaobank.io/view/a26e0c36-359e-4b36-a7df-8be6e88da164");
  animation-direction: alternate;
}
.section1 .ico-box .ico-particle.type7 {
  top: 515px;
  left: 46px;
  width: 20px;
  height: 20px;
  background-image: url("https://og.kakaobank.io/view/4d12e557-58ee-4098-8f56-6cee8750896f");
  animation-direction: alternate-reverse;
}
.section1 .ico-box .ico-particle.type8 {
  top: 597px;
  left: 25px;
  width: 56px;
  height: 56px;
  background-image: url("https://og.kakaobank.io/view/a859e003-aced-43cf-b7d9-126717decd30");
  animation-direction: alternate;
}
.section1 .ico-box .ico-particle.type9 {
  top: 591px;
  right: 53px;
  width: 48px;
  height: 48px;
  background-image: url("https://og.kakaobank.io/view/45c04098-227a-4aef-b6a5-578f62df1ac8");
  animation-direction: alternate-reverse;
}
@keyframes particle-ani {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
/* section2: 우리는 이런 마음으로 새로운 서비스를 준비했어요. */
#section2 .inner {
  padding-right: 0;
  padding-left: 0;
}
#section2 .swiper,
#section2 .swiper-container {
  overflow: visible !important;
}
#section2 .swiper {
  margin-top: 20px;
}
#section2 .swiper .swiper-slide {
  width: auto;
}
#section2 .swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section2 .swiper .swiper-slide img {
  width: 320px;
}
#section2 .swiper .swiper-slide .slide-tit {
  display: inline-block;
  width: 212px;
  margin-top: 10px;
  padding: 11px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 110px;
  background: #333333;
}
/* section3: 카카오뱅크 크루에게 의견을 전해주세요 */
.section3 .inner {
  position: relative;
  padding-top: 35px;
}
.section3 .title h2 {
  margin-bottom: 20px;
}
.section3 .item-list {
  width: 263px;
  margin: 68px auto 0;
}
.section3 .item-list li+li {
  margin-top: 60px;
}
.section3 .item-list .item-num {
  width: 56px;
}
.section3 .item-list .item-box {
  position: relative;
  display: inline-block;
  width: 263px;
  height: 214px;
  margin-top: 28px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
}
.section3 .item-list .item1 .item-box img {
  width: 100%;
}
.section3 .item-list .item2 {
  position: relative;
  z-index: 1;
}
.section3 .item-list .item2 .item-box .img1 {
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(calc(-50% - 4px));
  width: 132px;
  z-index: 1;
}
.section3 .item-list .item2 .item-box .img2 {
  position: absolute;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
  width: 193px;
}
.section3 .item-list .item-desc {
  margin-top: 24px;
  font-size: 17px;
}
.section3 .item-list .item-desc strong {
  font-size: 20px;
}
.section3 .ico-box .ico-particle {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  animation: particle-ani 1.5s infinite;
}
.section3 .ico-box .ico-particle.type1 {
  top: 253px;
  right: -40px;
  width: 156px;
  height: 131px;
  background-image: url("https://og.kakaobank.io/view/ba5b417c-6668-4a72-84c7-f8b6e2ce5a2a");
  animation-direction: alternate;
}
.section3 .ico-box .ico-particle.type2 {
  top: 655px;
  left: -35px;
  width: 142px;
  height: 173px;
  background-image: url("https://og.kakaobank.io/view/4a8842c6-605b-48c2-ba9c-dc5f94efe617");
  animation-direction: alternate;
}
/* section4: 앞으로도 계속 함께해 주실 거죠 */
.section4 .inner {
  padding-top: 0;
}
.section4 .title h2 {
  margin-top: 4px;
}
.section4 .m-box video {
  width: 150px;
  height: 150px;
}
/* 하단 크루에게 의견 전하기 버튼 */
#btnApply {
  bottom: 23px;
  z-index: 1;
}
/* 아코디언 커스텀_꼭알아두기  */
.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 .accordion-block:not(.unfold) .info-li li:first-child {
  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;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  #eventInfo .inner {
    padding: 0 20px;
  }
  #btnApply .btn {
    width: 280px;
  }
}
@media screen and (max-width: 320px) {
  .section>.inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  #btnApply .btn {
    width: 260px;
  }
}