@charset "UTF-8";

html,
body {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

/* common */
.moweb.on .kabang-header {
  top: -60px !important;
}
.kabang-header {
  width: 100vw;
  z-index: 10;
  transition: all 0.4s;
}
/* .section {
  padding: 80px 0;
} */
article {
  box-sizing: border-box;
}
.section > .inner {
  padding: 80px 35px;
  overflow: visible;
}
.main {
  overflow: hidden;
  width: 100%;
}
.section .top-title {
  text-align: center;
}
.section .top-title h2 span {
  display: inline-block;
  margin-bottom: 20px;
  color: #f8b033;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 2px;
}
.section .top-title p.tit {
  display: inline-block;
  margin-top: 20px;
  color: #3d3629;
  font-size: 34px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: -1px;
}
.section .top-title p:not(.tit) {
  display: inline-block;
  margin-top: 20px;
  color: #3d3629;
  font-size: 18px;
  font-weight: 700;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
.dump-section {
  height: 100vh;
  pointer-events: none;
}
/* 응모하기버튼 - 사용안함 */
#btnApply {
  display: none;
  z-index: 3;
}
#btnApply .apply-btn {
  width: 315px;
  background: url(@@1_btn_text.png) no-repeat top 14px center / 153px 38px;
  background-color: #fd963f;
}
/* 아코디언 커스텀 */
.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;
}
#share .btn {
  border-radius: 40px;
}
/* youtube 팝업레이어 */
.popup-youtube {
  box-sizing: border-box;
  padding: 20px 0;
  background: rgba(0, 0, 0, 1);
}
.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: 16px;
  color: #fff;
  width: 36px;
  height: 36px;
  background: url("https://og.kakaobank.io/view/e45e56b1-52c6-4b2a-afc9-93289b4676d1") 4px 4px no-repeat;
  background-size: 28px 28px;
}
/*  */
#eventInfo .info-li li::before {
  background-color: #fff;
}
#eventInfo .info-li li.em {
  color: #ffd600;
  color: #fece00;
}

/* intro */
.intro {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.moweb .intro {
  height: calc(100vh - 60px);
}
.intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 55%;
  background-color:#0A0908;
  width:100%; height:100vh;
}
.intro #miniVod {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
  /* height: calc(100vh - 60px); */
  object-fit: cover;
}
.intro .txt-wrap {
  position: absolute;
  top: 50%;
  top: calc(50% + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 172px;
  text-align: center;
  z-index: 1;
}
.intro .txt-wrap .item-txt {
  max-width: 340px;
  margin: 0 auto;
  color: #fff;
  font-size: 39px;
  line-height: 48px;
  font-weight: 800;
  word-break: keep-all;
}
.intro .txt-wrap .btn-mov {
  display: block;
  margin-top:24px
}
.intro .txt-wrap .btn-mov img {
  width: 138px;
}
.intro .intro-line {
  position: absolute;
}
.intro .intro-line1 {
  top: -200px;
  left: -50px;
  opacity: 0;
  transition: all 2s .1s; 
}
.intro .intro-line1 .line1 {
  display: inline-block;
  width: 214px;
  height: 141px;
  background: url(https://og.kakaobank.io/view/1d0d4115-ac4e-4451-bd25-be60b31696de) no-repeat 0 0 / 856px 141px;
  animation: intro-line1 0.8s infinite steps(4);
}
@keyframes intro-line1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -856px 0;
  }
}
.intro .intro-line2 {
  top: -100px;
  right: 20px;
  opacity: 0;
  transition: all 2s .4s;
}
.intro-line.inmotion.play-inmotion{
  opacity: 1;
}
.intro .intro-line2 .line2 {
  display: inline-block;
  width: 91px;
  height: 64px;
  background: url(https://og.kakaobank.io/view/f5f6c10b-73c7-4093-a314-dfabc43d9a01) no-repeat 0 0 / 364px 64px;
  animation: intro-line2 0.8s infinite steps(4);
}
@keyframes intro-line2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -364px 0;
  }
}
.intro .intro-line3 {
  top: 190px;
  left: -10px;
  opacity: 0;
  transition: all 1s .5s;
}
.intro .intro-line3 .line3 {
  display: inline-block;
  width: 134px;
  height: 118px;
  background: url(https://og.kakaobank.io/view/21a2b81b-b5a8-44a1-af9e-758a7d009c4c) no-repeat 0 0 / 536px 118px;
  animation: intro-line3 0.8s infinite steps(4);
}
@keyframes intro-line3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -536px 0;
  }
}
.intro .intro-line4 {
  top: 220px;
  right: -25px;
  opacity: 0;
  transition: all 2s .8s;
}
.intro .intro-line4 .line4 {
  display: inline-block;
  width: 172px;
  height: 66px;
  background: url(https://og.kakaobank.io/view/ed49c0e3-2d47-4f75-b3a8-ab8d59bd3018) no-repeat 0 0 / 688px 66px;
  animation: intro-line4 0.8s infinite steps(4);
}
@keyframes intro-line4 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -688px 0;
  }
}
.intro .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 45px;
  width: 28px;
  height: 15px;
  background: url("https://og.kakaobank.io/view/086f5ac8-3797-4f35-a57b-4dcdaed02287") no-repeat top / 28px;
  -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%);
    opacity: 0.25;
  }

  to {
    -webkit-transform: translateY(-13px) translateX(-50%);
    transform: translateY(-13px) translateX(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes mouseloop {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 0.25;
  }

  to {
    -webkit-transform: translateY(-13px) translateX(-50%);
    transform: translateY(-13px) translateX(-50%);
    opacity: 1;
  }
}

/* header-tab */
nav:not(.kabang-nav) {
  position: fixed;
  width: 100%;
  top: -60px;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  transition: all 0.3s;
  z-index: 11;
  transform: translateY(0);
}
nav:not(.kabang-nav).on {
  transform: translateY(60px);
}
nav:not(.kabang-nav) ul {
  margin: 0 auto;
  max-width: 707px;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
nav:not(.kabang-nav) ul::-webkit-scrollbar {
  display: none;
}
nav:not(.kabang-nav) ul:after {
  content: "";
  display: block;
  clear: both;
}
nav:not(.kabang-nav) ul.smooth {
  scroll-behavior: smooth;
}
nav:not(.kabang-nav) ul li {
  height: 60px;
  display: inline-block;
  margin: 0;
  padding: 0 12px;
  vertical-align: top;
}
nav:not(.kabang-nav) ul li:first-child {
  padding-left: 25px;
}
nav:not(.kabang-nav) ul li:last-child {
  padding-right: 25px;
}
nav:not(.kabang-nav) ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #3d3629;
  font-size: 17px;
  font-weight: 700;
}
nav:not(.kabang-nav) ul li a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 17px;
  transition: all 0.3s;
}
nav:not(.kabang-nav) ul li:first-child a span {
  padding-left: 0;
}
nav:not(.kabang-nav) ul li.on a {
  color: #fdad20;
}
nav:not(.kabang-nav) ul li.on a span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #fab438;
}
nav:not(.kabang-nav) ul li.tab-m1 span {
  width: 33px;
}
nav:not(.kabang-nav) ul li.tab-m2 {
  width: 100px;
}
nav:not(.kabang-nav) ul li.tab-m2 span {
  background-image: url("https://og.kakaobank.io/view/4d73f2dd-c5fc-4de9-83d6-99f853b09cef");
}
nav:not(.kabang-nav) ul li.tab-m3 {
  width: 126px;
}
nav:not(.kabang-nav) ul li.tab-m3 span {
  background-image: url("https://og.kakaobank.io/view/578cc94c-44b0-4c94-adc5-9d6c51416d94");
}
nav:not(.kabang-nav) ul li.tab-m4 {
  width: 100px;
}
nav:not(.kabang-nav) ul li.tab-m4 span {
  background-image: url("https://og.kakaobank.io/view/88fbe7b5-5af8-4993-8bd6-f2a22d420f5d");
}
nav:not(.kabang-nav) ul li.tab-m5 {
  width: 81px;
}
nav:not(.kabang-nav) ul li.tab-m5 span {
  background-image: url("https://og.kakaobank.io/view/34174a00-ff79-4be1-a96c-f3cc133c221f");
}
nav:not(.kabang-nav) ul li.tab-m6 {
  width: 96px;
}
nav:not(.kabang-nav) ul li.tab-m6 span {
  background-image: url("https://og.kakaobank.io/view/d1efe520-f2cb-47e0-922a-925d7ffa6e1d");
}

/* section1 - 빅-뉴스! 카카오뱅크 mini */
#section1,
#section1 .inner {
  padding-bottom: 0;
}
#section1 {
  padding-top: 60px;
}
#section1 .inner {
  overflow: visible;
}
#section1 .top-title {
  padding-bottom: 40px;
}
#section1 .top-title h2 .s1-txt2 {
  width: 274px;
}
#section1 .swiper,
#section1 .swiper-container {
  overflow: visible !important;
}

/* section2 - 모두에게 가입 축하금 */
#section2 {
  position: relative;
  padding-top: 0;
}
#section2 .top-title {
  margin-bottom: 40px;
}
#section2 .top-title h2 .s2-txt1 {
  width: 181px;
  margin-bottom: 20px;
}
#section2 .top-title h2 .s2-txt2 {
  width: 262px;
}
#section2 .mini-join-box {
  position: relative;
  margin-bottom: 40px;
  max-width: 305px;
  height: 305px;
  border-radius: 20px;
  background: #f3f2ef;
  overflow: hidden;
}
#section2 .mini-join-box .inmotion {
  transform: translate(0, -50px);
}
#section2 .mini-join-box .inmotion.play-inmotion {
  transform: translate(0, 0);
}
#section2 .mini-join-box .s2-icon1 {
  position: absolute;
  top: 57px;
  left: 93px;
}
#section2 .mini-join-box .firecracker {
  position: absolute;
  top: 57px;
  left: 93px;
  width: 102px;
  height: 108px;
  z-index: 1;
}
/* 꼬깔 */
#section2 .mini-join-box .firecracker .clip {
  width: 102px;
  height: 108px;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  z-index: 1;
  background: #eee;
}
#section2 .mini-join-box .firecracker .clip-bottom {
  background: url("https://og.kakaobank.io/view/e1304af9-d2f9-4eaf-ae95-cfa5c2a08cac") no-repeat center / 102px;
  animation: clip-bottom 2s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
@keyframes clip-bottom {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(10px, 12px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
#section2 .mini-join-box .firecracker .square {
  position: absolute;
  z-index: 2;
}
#section2 .mini-join-box .firecracker .square-1 {
  width: 10px;
  height: 16px;
  top: 15px;
  left: 20px;
  background: #e2411b;
  animation: square-1 2s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
@keyframes square-1 {
  0% {
    opacity: 0;
    transform: translateX(30px) translateY(50px) scale(0) rotateZ(0);
  }
  10% {
    opacity: 0;
    transform: translateX(30px) translateY(50px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 1;
    transform: translateX(0) translateY(-5px) scale(1) rotateZ(-42.76deg);
  }
  65% {
    opacity: 0;
    transform: translateX(-5px) translateY(-8px) scale(1) rotateZ(-42.76deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes square-1 {
  0% {
    opacity: 0;
    transform: translateX(30px) translateY(50px) scale(0) rotateZ(0);
  }
  10% {
    opacity: 0;
    transform: translateX(30px) translateY(50px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 1;
    transform: translateX(0) translateY(-5px) scale(1) rotateZ(-42.76deg);
  }
  65% {
    opacity: 0;
    transform: translateX(-5px) translateY(-8px) scale(1) rotateZ(-42.76deg);
  }
  100% {
    opacity: 0;
  }
}
#section2 .mini-join-box .firecracker .square-2 {
  width: 10px;
  height: 16px;
  top: 40px;
  left: 5px;
  background: #4aaf89;
  animation: square-2 2s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
@keyframes square-2 {
  0% {
    opacity: 0;
    transform: translateX(40px) translateY(30px) scale(0) rotateZ(0);
  }
  10% {
    opacity: 0;
    transform: translateX(40px) translateY(30px) scale(0) rotateZ(0);
  }
  55% {
    opacity: 1;
    transform: translateX(-8px) translateY(0) scale(1) rotateZ(-61.26deg);
  }
  65% {
    opacity: 0;
    transform: translateX(-10px) translateY(0) scale(1) rotateZ(-61deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes square-2 {
  0% {
    opacity: 0;
    transform: translateX(40px) translateY(30px) scale(0) rotateZ(0);
  }
  10% {
    opacity: 0;
    transform: translateX(40px) translateY(30px) scale(0) rotateZ(0);
  }
  55% {
    opacity: 1;
    transform: translateX(-8px) translateY(0) scale(1) rotateZ(-61.26deg);
  }
  65% {
    opacity: 0;
    transform: translateX(-10px) translateY(0) scale(1) rotateZ(-61deg);
  }
  100% {
    opacity: 0;
  }
}
#section2 .mini-join-box .firecracker .square-3 {
  width: 10px;
  height: 16px;
  top: 70px;
  left: 8px;
  background: #8583f2;
  animation: square-3 2s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
@keyframes square-3 {
  0% {
    opacity: 0;
    transform: translateX(40px) translateY(-5px) scale(0) rotateZ(0);
  }
  10% {
    opacity: 0;
    transform: translateX(40px) translateY(-5px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-15px) translateY(0) scale(1) rotateZ(-80.22deg);
  }
  75% {
    opacity: 0;
    transform: translateX(-15px) translateY(5px) scale(1) rotateZ(-100.22deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes square-3 {
  0% {
    opacity: 0;
    transform: translateX(40px) translateY(-5px) scale(0) rotateZ(0);
  }
  10% {
    opacity: 0;
    transform: translateX(40px) translateY(-5px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-15px) translateY(0) scale(1) rotateZ(-80.22deg);
  }
  75% {
    opacity: 0;
    transform: translateX(-15px) translateY(5px) scale(1) rotateZ(-100.22deg);
  }
  100% {
    opacity: 0;
  }
}
#section2 .mini-join-box .firecracker .square-4 {
  width: 10px;
  height: 16px;
  top: 50px;
  left: 40px;
  background: #1a5edb;
  animation: square-4 2s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
@keyframes square-4 {
  0% {
    opacity: 0;
    transform: translateX(10px) translateY(10px) scale(0) rotateZ(0);
  }
  10% {
    opacity: 0;
    transform: translateX(10px) translateY(10px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-10px) translateY(0) scale(1) rotateZ(-22.11deg);
  }
  75% {
    opacity: 0;
    transform: translateX(-10px) translateY(0) scale(1) rotateZ(-35.11deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes square-4 {
  0% {
    opacity: 0;
    transform: translateX(10px) translateY(10px) scale(0) rotateZ(0);
  }
  10% {
    opacity: 0;
    transform: translateX(10px) translateY(10px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-10px) translateY(0) scale(1) rotateZ(-22.11deg);
  }
  75% {
    opacity: 0;
    transform: translateX(-10px) translateY(0) scale(1) rotateZ(-35.11deg);
  }
  100% {
    opacity: 0;
  }
}
#section2 .mini-join-box .firecracker .square-5 {
  width: 10px;
  height: 17px;
  top: 20px;
  left: 55px;
  background: #e75600;
  animation: square-5 2s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
@keyframes square-5 {
  0% {
    opacity: 0;
    transform: translateX(0px) translateY(40px) scale(0) rotateZ(0);
  }
  10% {
    opacity: 0;
    transform: translateX(0px) translateY(40px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-7px) translateY(-10px) scale(1) rotateZ(-33.96deg);
  }
  75% {
    opacity: 0;
    transform: translateX(-7px) translateY(-15px) scale(1) rotateZ(-20.96deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes square-5 {
  0% {
    opacity: 0;
    transform: translateX(0px) translateY(40px) scale(0) rotateZ(0);
  }
  10% {
    opacity: 0;
    transform: translateX(0px) translateY(40px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-7px) translateY(-10px) scale(1) rotateZ(-33.96deg);
  }
  75% {
    opacity: 0;
    transform: translateX(-7px) translateY(-15px) scale(1) rotateZ(-20.96deg);
  }
  100% {
    opacity: 0;
  }
}
#section2 .mini-join-box .firecracker .square-6 {
  width: 10px;
  height: 16px;
  top: -10px;
  left: 65px;
  background: #8583f2;
  animation: square-6 2s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
@keyframes square-6 {
  0% {
    opacity: 0;
    transform: translateX(-10px) translateY(60px) scale(0) rotateZ(0);
  }
  10% {
    opacity: 0;
    transform: translateX(-10px) translateY(60px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 1;
    transform: translateX(5px) translateY(0) scale(1) rotateZ(12.82deg);
  }
  75% {
    opacity: 0;
    transform: translateX(5px) translateY(-5px) scale(1) rotateZ(15.82deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes square-6 {
  0% {
    opacity: 0;
    transform: translateX(-10px) translateY(60px) scale(0) rotateZ(0);
  }
  10% {
    opacity: 0;
    transform: translateX(-10px) translateY(60px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 1;
    transform: translateX(5px) translateY(0) scale(1) rotateZ(12.82deg);
  }
  75% {
    opacity: 0;
    transform: translateX(5px) translateY(-5px) scale(1) rotateZ(15.82deg);
  }
  100% {
    opacity: 0;
  }
}

#section2 .mini-join-box .s2-icon2 {
  position: absolute;
}
#section2 .mini-join-box .s2-icon2.type1 {
  width: 41px;
  height: 41px;
  opacity: 0;
  background: url(https://og.kakaobank.io/view/3ed13140-f0d7-485f-bd84-dbf569e1e924) no-repeat 0 0 / 41px;
  animation: coin-type1 2.5s infinite ease;
}
@keyframes coin-type1 {
  0% {
    opacity: 1;
    transform: translate(10px, -50px);
  }
  50% {
    transform: translate(10px, 310px);
  }
  100% {
    opacity: 0.75;
    transform: translate(10px, 310px);
  }
}
@-webkit-keyframes coin-type1 {
  0% {
    opacity: 1;
    transform: translate(10px, -50px);
  }
  50% {
    transform: translate(10px, 310px);
  }
  100% {
    opacity: 0.75;
    transform: translate(10px, 310px);
  }
}
#section2 .mini-join-box .s2-icon2.type2 {
  width: 41px;
  height: 41px;
  opacity: 0;
  background: url(https://og.kakaobank.io/view/3ed13140-f0d7-485f-bd84-dbf569e1e924) no-repeat 0 0 / 41px;
  animation: coin-type2 2.5s infinite ease-in-out 800ms;
}
@keyframes coin-type2 {
  0% {
    opacity: 0.85;
    transform: translate(80px, -50px);
  }
  20% {
    transform: translate(80px, -50px);
  }
  100% {
    opacity: 0.5;
    transform: translate(80px, 310px);
  }
}
@-webkit-keyframes coin-type2 {
  0% {
    opacity: 0.85;
    transform: translate(80px, -50px);
  }
  20% {
    transform: translate(80px, -50px);
  }
  100% {
    opacity: 0.5;
    transform: translate(80px, 310px);
  }
}
#section2 .mini-join-box .s2-icon2.type3 {
  transform: translate(195px, -120px);
  width: 41px;
  height: 41px;
  opacity: 0;
  background: url(https://og.kakaobank.io/view/3ed13140-f0d7-485f-bd84-dbf569e1e924) no-repeat 0 0 / 41px;
  animation: coin-type3 2.5s infinite ease 600ms;
}
@keyframes coin-type3 {
  0% {
    opacity: 0.75;
    transform: translate(195px, -50px);
  }
  30% {
    transform: translate(195px, -50px);
  }
  100% {
    opacity: 0.75;
    transform: translate(195px, 310px);
  }
}
@-webkit-keyframes coin-type3 {
  0% {
    opacity: 0.75;
    transform: translate(195px, -50px);
  }
  30% {
    transform: translate(195px, -50px);
  }
  100% {
    opacity: 0.75;
    transform: translate(195px, 310px);
  }
}
#section2 .mini-join-box .s2-icon2.type4 {
  width: 41px;
  height: 41px;
  opacity: 0;
  background: url(https://og.kakaobank.io/view/3ed13140-f0d7-485f-bd84-dbf569e1e924) no-repeat 0 0 / 41px;
  animation: coin-type4 2.5s infinite ease-in;
}
@keyframes coin-type4 {
  0% {
    opacity: 1;
    transform: translate(255px, -180px);
  }
  60% {
    transform: translate(255px, 360px);
  }
  100% {
    opacity: 1;
    transform: translate(255px, 360px);
  }
}
@-webkit-keyframes coin-type4 {
  0% {
    opacity: 1;
    transform: translate(255px, -180px);
  }
  60% {
    transform: translate(255px, 360px);
  }
  100% {
    opacity: 1;
    transform: translate(255px, 360px);
  }
}
#section2 .mini-join-box .s2-icon2.type5 {
  width: 34px;
  height: 34px;
  opacity: 0;
  background: url(https://og.kakaobank.io/view/3ed13140-f0d7-485f-bd84-dbf569e1e924) no-repeat 0 0 / 34px;
  animation: coin-type5 2.5s infinite ease-in;
}
@keyframes coin-type5 {
  0% {
    opacity: 0.5;
    transform: translate(60px, -80px);
  }
  40% {
    opacity: 0.5;
    transform: translate(60px, -80px);
  }
  85% {
    transform: translate(60px, 360px);
  }
  100% {
    opacity: 0.5;
    transform: translate(60px, 360px);
  }
}
@-webkit-keyframes coin-type5 {
  0% {
    opacity: 0.5;
    transform: translate(60px, -80px);
  }
  40% {
    opacity: 0.5;
    transform: translate(60px, -80px);
  }
  85% {
    transform: translate(60px, 360px);
  }
  100% {
    opacity: 0.5;
    transform: translate(60px, 360px);
  }
}
#section2 .mini-join-box .s2-icon2.type6 {
  width: 30px;
  height: 30px;
  opacity: 0;
  background: url(https://og.kakaobank.io/view/3ed13140-f0d7-485f-bd84-dbf569e1e924) no-repeat 0 0 / 30px;
  animation: coin-type6 2.5s infinite ease-in;
}
@keyframes coin-type6 {
  0% {
    opacity: 0.25;
    transform: translate(230px, -80px);
  }
  20% {
    transform: translate(230px, -80px);
  }
  75% {
    transform: translate(230px, 360px);
  }
  100% {
    opacity: 0.25;
    transform: translate(230px, 360px);
  }
}
@-webkit-keyframes coin-type6 {
  0% {
    opacity: 0.25;
    transform: translate(230px, -80px);
  }
  20% {
    transform: translate(230px, -80px);
  }
  75% {
    transform: translate(230px, 360px);
  }
  100% {
    opacity: 0.25;
    transform: translate(230px, 360px);
  }
}
#section2 .mini-join-box .s2-icon1 img {
  width: 102px;
}
#section2 .mini-join-box .s2-icon2 img {
  width: 41px;
}
#section2 .mini-join-box .join-txt {
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: calc(100% - 40px);
  padding: 18px 24px 18px 58px;
  border-radius: 20px;
  background: #fff url(https://og.kakaobank.io/view/4b0b59a1-0dd4-455b-8954-2ca40c919610) no-repeat 21px center / 23px;
  box-sizing: border-box;
}
#section2 .mini-join-box .join-txt p {
  color: #3d3629;
  font-size: 14px;
  font-weight: 700;
}
#section2 .mini-join-box .join-txt span {
  color: #a9a7a3;
  font-size: 12px;
  font-weight: 600;
}
#section2 .btn-join {
  text-align: center;
}
#section2 .btn-join a {
  display: inline-block;
}
#section2 .btn-join a img {
  width: 215px;
}

/* section3 - 매일매일 캐시받고 선물 또 받기 */
#section3 {
  background: #fbf4e2;
}
#section3 > .inner {
  padding-right: 0;
  padding-left: 0;
}
#section3 .top-title {
  margin-bottom: 40px;
}
#section3 .top-title h2 .s3-txt2 {
  width: 243px;
}
#section3 .top-title .s3-txt3 {
  width: 242px;
  margin-top: 20px;
  text-align: center;
}
#section3 article {
  max-width: 375px;
  margin: 0 auto;
  padding-right: 35px;
  padding-left: 35px;
}
#section3 .item-list {
  margin-bottom: 40px;
}
/* #section3 .item-list li.play-inmotion.inmotion {
  transition: transform 0.3s ease-out, opacity 0.6s ease-in-out;
  -webkit-transition: transform 0.3s ease-out, opacity 0.6s ease-in-out;
} */
#section3 .item-list li + li {
  margin-top: 20px;
}
#section3 .item-list li img {
  width: 305px;
}
#section3 .btn-challenge {
  text-align: center;
}
#section3 .btn-challenge a {
  display: inline-block;
}
#section3 .btn-challenge a img {
  width: 215px;
}

/* section4 - 배부른 mini 생활 */
#section4 {
  margin-top: -80px;
}
#section4 > .inner {
  padding-right: 0;
  padding-left: 0;
}
#section4 > .inner::after {
  content: "";
  background: #fbf4e2;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#section4 .top-title {
  margin-bottom: 40px;
}
#section4 .top-title h2 .s4-txt2 {
  width: 236px;
}
#section4 .top-title p {
  width: 240px;
}
#section4 .top-title .s4-txt3 {
  width: 240px;
  margin-top: 20px;
  text-align: center;
}
#section4 article {
  max-width: 375px;
  margin: 0 auto;
  padding-right: 35px;
  padding-left: 35px;
}
#section4 .mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  margin-bottom: 40px;
}
#section4 .mini-list li {
  position: relative;
  flex: 0 0 calc(50% - 10px);
}
#section4 .mini-list .item-type1 .s4-item1-bg {
  width: 141.66px;
}
#section4 .mini-list .item-type1 .s4-item1-txt {
  position: absolute;
  top: 24px;
  left: 18px;
  width: 65px;
}
#section4 .mini-list .item-type1 .s4-item1-img {
  position: absolute;
  bottom: 21px;
  left: 15px;
  width: 106px;
}
#section4 .mini-list .item-type2 {
  height: 184px;
}
#section4 .mini-list .item-type2 .s4-item2-bg {
  position: absolute;
  top: 44px;
  width: 142px;
}
#section4 .mini-list .item-type2 .s4-item2-txt {
  position: absolute;
  top: 104px;
  /* bottom: 24px; */
  left: 18px;
  width: 91px;
}
#section4 .mini-list .item-type2 .s4-item2-img {
  position: absolute;
  top: 9px;
  left: 56px;
  width: 97.12px;
}
#section4 .mini-list .item-type3 {
  height: 183px;
}
#section4 .mini-list .item-type3 .s4-item3-bg {
  width: 143px;
}
#section4 .mini-list .item-type3 .s4-item3-txt {
  position: absolute;
  top: 24px;
  left: 18px;
  width: 95px;
}
#section4 .mini-list .item-type3 .s4-item3-img {
  position: absolute;
  bottom: -26px;
  left: 17px;
  width: 108.71px;
}
#section4 .mini-list .item-type4 {
  top: -26px;
}
#section4 .mini-list .item-type4 .s4-item4-bg {
  width: 142px;
}
#section4 .mini-list .item-type4 .s4-item4-txt {
  position: absolute;
  top: 24px;
  left: 18px;
  width: 82px;
}
#section4 .mini-list .item-type4 .s4-item4-img {
  position: absolute;
  bottom: 24px;
  left: 18px;
  width: 106px;
}
#section4 .btn-start {
  text-align: center;
}
#section4 .btn-start a {
  display: inline-block;
}
#section4 .btn-start a img {
  width: 215px;
}

/* section5 - mini 잘알 자랑대회 */
#section5 {
  position: relative;
}
#section5 .top-title {
  padding-bottom: 40px;
}
#section5 .top-title h2 .s5-txt1 {
  width: 169px;
  margin-bottom: 20px;
}
#section5 .top-title h2 .s5-txt2 {
  width: 266px;
}
#section5 .top-title p {
  max-width: 298px;
}
#section5 .event-box {
  position: relative;
  max-width: 305px;
  height: 305px;
  margin-bottom: 40px;
  background: url("https://og.kakaobank.io/view/19cb8474-6045-46bb-b4a7-fc901bc30581") no-repeat center / 305px;
  background-size: contain;
}
#section5 .event-box .s5-sticker1 {
  position: absolute;
  top: 115px;
  left: 25px;
  width: 92.5px;
  animation: sticker 2s ease infinite;
}
#section5 .event-box .s5-sticker2 {
  position: absolute;
  top: 160px;
  left: 162px;
  width: 57px;
  animation: sticker2 2s ease-in infinite 80ms;
}
#section5 .event-box .s5-sticker3 {
  position: absolute;
  top: 73px;
  right: 16.22px;
  width: 81px;
  animation: sticker3 2s ease infinite 180ms;
}
@keyframes sticker {
  0% {
    transform: scale(0.75, 0.75);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.75, 0.75);
  }
}
@-webkit-keyframes sticker {
  0% {
    transform: scale(0.75, 0.75);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.75, 0.75);
  }
}
@keyframes sticker2 {
  0% {
    transform: scale(0.85, 0.85);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.85, 0.85);
  }
}
@-webkit-keyframes sticker2 {
  0% {
    transform: scale(0.85, 0.85);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.85, 0.85);
  }
}
@keyframes sticker3 {
  0% {
    transform: scale(0.75, 0.75);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.75, 0.75);
  }
}
@-webkit-keyframes sticker3 {
  0% {
    transform: scale(0.75, 0.75);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.75, 0.75);
  }
}
#section5 .banner-item {
  display: flex;
  justify-content: space-between;
}
#section5 .banner-item .s5-banner-desc {
  display: inline-block;
  margin-bottom: 6px;
  color: #908a7e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16px;
}
#section5 .banner-item .s5-banner-txt {
  margin-bottom: 15px;
}
#section5 .banner-item .s5-banner-txt img {
  width: 181px;
}
#section5 .banner-item .s5-banner-btn img {
  width: 96px;
}
#section5 .banner-item .s5-banner-img {
  width: 77px;
}
#section5 .banner-item .event-gift {
  position: relative;
  top: 15px;
  flex: 0 0 80px;
}
#section5 .banner-item .event-gift span {
  display: inline-block;
}
#section5 .banner-item .event-gift .gift-img {
  position: absolute;
  top: 32px;
  left:50%;
  transform: translateX(-50%);
  width: 52.5px;
  height: 10.5px;
  z-index: 2;
  background: url(https://og.kakaobank.io/view/f155f89b-2750-4718-9406-a5eb895972c0) no-repeat 0 0 / 52.5px;
  animation: gift-img 3.5s infinite  cubic-bezier(0.42, 0.0, 0.58, 1.0) 0.5s ;
}
#section5 .banner-item .event-gift .gift-img::before {
  content:"";
  position: absolute;
  top: -8px;
  left:50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 35.5px;
  height: 11.5px;
  z-index: 1;
  background: url(https://og.kakaobank.io/view/41feb572-2e0d-48d9-b5d1-a9179df6ceb2) no-repeat 0 0 / 35.5px;
}
@keyframes gift-img {
  0% {
    transform: translate(-50%, 0);
  }
  10% {
    transform: translate(-50%, 0);
  }
  15% {
    transform: translate(-50%, 0) rotate(5deg);
  }
  20% {
    transform: translate(-50%, 2px) rotate(-6deg);
  }
  25% {
    transform: translate(-50%, 3px) rotate(7deg);
  }
  35% {
    transform: translate(-50%, 4px) rotate(-8deg);
  }
  38% {
    transform: translate(-50%, 4px);
  }
  46% {
    transform: translate(-50%, -20px);
  }
  48% {
    transform: translate(-50%, -22px);
  }
  70% {
    transform: translate(-50%, -20px);
  }
  80% {
    transform: translate(-50%, 4px);  
  }
  94% {
    transform: translate(-50%, 0px);
  }
  100% {
    transform: translate(-50%, 0px);
  }
}
@-webkit-keyframes gift-img {
  0% {
    transform: translate(-50%, 0);
  }
  10% {
    transform: translate(-50%, 0);
  }
  15% {
    transform: translate(-50%, 0) rotate(5deg);
  }
  20% {
    transform: translate(-50%, 2px) rotate(-6deg);
  }
  25% {
    transform: translate(-50%, 3px) rotate(7deg);
  }
  35% {
    transform: translate(-50%, 4px) rotate(-8deg);
  }
  38% {
    transform: translate(-50%, 4px);
  }
  46% {
    transform: translate(-50%, -20px);
  }
  48% {
    transform: translate(-50%, -22px);
  }
  70% {
    transform: translate(-50%, -20px);
  }
  80% {
    transform: translate(-50%, 4px);  
  }
  94% {
    transform: translate(-50%, 0px);
  }
  100% {
    transform: translate(-50%, 0px);
  }
}
#section5 .banner-item .event-gift .gift-img2 {
  position: absolute;
  top:40px;
  left:50%;
  transform: translateX(-50%);
  width: 46.5px;
  height: 32px;
  z-index: 1;
  background: url(https://og.kakaobank.io/view/2cbdb579-d4c6-4f4b-8495-27df508d72b7) no-repeat 0 0 / 46.5px;
}
#section5 .banner-item .event-gift .square {
  position: absolute;
}
#section5 .banner-item .event-gift .square-1 {
  top:36px;
  left:2px;
  /* transform:rotateZ(-80.22deg); */
  width: 5px;
  height: 7px;
  background: #8583f2;
  animation: ev-square-1 3.5s infinite cubic-bezier(0.42, 0.0, 0.58, 1.0);
}
@keyframes ev-square-1 {
  0% {
    opacity: 0;
    transform: translateX(44px) translateY(0) scale(0) rotateZ(0);
  }
  50% {
    opacity: 0;
    transform: translateX(44px) translateY(0) scale(0) rotateZ(0);
  }
  62% {
    opacity: 1;
    transform: translateX(2px) translateY(0) scale(1) rotateZ(-85.5deg);
  }
  80% {
    opacity: 1;
    transform: translateX(2px) translateY(0) scale(1) rotateZ(-85.5deg);
  }
  90% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(1) rotateZ(-115.5deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ev-square-1 {
  0% {
    opacity: 0;
    transform: translateX(44px) translateY(0) scale(0) rotateZ(0);
  }
  50% {
    opacity: 0;
    transform: translateX(44px) translateY(0) scale(0) rotateZ(0);
  }
  62% {
    opacity: 1;
    transform: translateX(2px) translateY(0) scale(1) rotateZ(-85.5deg);
  }
  80% {
    opacity: 1;
    transform: translateX(2px) translateY(0) scale(1) rotateZ(-85.5deg);
  }
  90% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(1) rotateZ(-115.5deg);
  }
  100% {
    opacity: 0;
  }
}
#section5 .banner-item .event-gift .square-2 {
  top:20px;
  left:1px;
  /* transform:rotateZ(-42.76deg); */
  width: 5px;
  height: 8px;
  background: #e2411b;
  animation: ev-square-2 3.5s infinite cubic-bezier(0.42, 0.0, 0.58, 1.0);
}
@keyframes ev-square-2 {
  0% {
    opacity: 0;
    transform: translateX(42px) translateY(0) scale(0) rotateZ(0);
  }
  50% {
    opacity: 0;
    transform: translateX(42px) translateY(0) scale(0) rotateZ(0);
  }
  62% {
    opacity: 1;
    transform: translateX(1px) translateY(0) scale(1) rotateZ(-42.76deg);
  }
  80% {
    opacity: 1;
    transform: translateX(1px) translateY(0) scale(1) rotateZ(-42.76deg);
  }
  90% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(1) rotateZ(-72.76deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ev-square-2 {
  0% {
    opacity: 0;
    transform: translateX(42px) translateY(0) scale(0) rotateZ(0);
  }
  50% {
    opacity: 0;
    transform: translateX(42px) translateY(0) scale(0) rotateZ(0);
  }
  62% {
    opacity: 1;
    transform: translateX(1px) translateY(0) scale(1) rotateZ(-42.76deg);
  }
  80% {
    opacity: 1;
    transform: translateX(1px) translateY(0) scale(1) rotateZ(-42.76deg);
  }
  90% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(1) rotateZ(-72.76deg);
  }
  100% {
    opacity: 0;
  }
}
#section5 .banner-item .event-gift .square-3 {
  top:30px;
  left:22px;
  /* transform:rotateZ(-22.11deg); */
  width: 5px;
  height: 8px;
  background: #1a5edb;
  animation: ev-square-3 3.5s infinite cubic-bezier(0.42, 0.0, 0.58, 1.0);
}
@keyframes ev-square-3 {
  0% {
    opacity: 0;
    transform: translateX(2px) translateY(10px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 0;
    transform: translateX(2px) translateY(0) scale(0) rotateZ(0);
  }
  62% {
    opacity: 1;
    transform: translateX(2px) translateY(0) scale(1) rotateZ(-22.11deg);
  }
  80% {
    opacity: 1;
    transform: translateX(2px) translateY(0) scale(1) rotateZ(-22.11deg);
  }
  90% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(1) rotateZ(-52.11deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ev-square-3 {
  0% {
    opacity: 0;
    transform: translateX(2px) translateY(10px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 0;
    transform: translateX(2px) translateY(0) scale(0) rotateZ(0);
  }
  62% {
    opacity: 1;
    transform: translateX(2px) translateY(0) scale(1) rotateZ(-22.11deg);
  }
  80% {
    opacity: 1;
    transform: translateX(2px) translateY(0) scale(1) rotateZ(-22.11deg);
  }
  90% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(1) rotateZ(-52.11deg);
  }
  100% {
    opacity: 0;
  }
}
#section5 .banner-item .event-gift .square-4 {
  top:35px;
  left:48px;
  /* transform:rotateZ(12.8deg); */
  width: 5px;
  height: 7px;
  background: #8583f2;
  animation: ev-square-4 3.5s infinite cubic-bezier(0.42, 0.0, 0.58, 1.0);
}
@keyframes ev-square-4 {
  0% {
    opacity: 0;
    transform: translateX(-8px) translateY(10px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 0;
    transform: translateX(-8px) translateY(0) scale(0) rotateZ(0);
  }
  62% {
    opacity: 1;
    transform: translateX(2px) translateY(0) scale(1) rotateZ(12.8deg);
  }
  80% {
    opacity: 1;
    transform: translateX(2px) translateY(0) scale(1) rotateZ(12.8deg);
  }
  90% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(1) rotateZ(42.8deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ev-square-4 {
  0% {
    opacity: 0;
    transform: translateX(-8px) translateY(10px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 0;
    transform: translateX(-8px) translateY(0) scale(0) rotateZ(0);
  }
  62% {
    opacity: 1;
    transform: translateX(2px) translateY(0) scale(1) rotateZ(12.8deg);
  }
  80% {
    opacity: 1;
    transform: translateX(2px) translateY(0) scale(1) rotateZ(12.8deg);
  }
  90% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(1) rotateZ(42.8deg);
  }
  100% {
    opacity: 0;
  }
}
#section5 .banner-item .event-gift .square-5 {
  top:27px;
  left:60px;
  /* transform:rotateZ(-61.26deg); */
  width: 5px;
  height: 7px;
  background: #4aaf89;
  animation: ev-square-5 3.5s infinite cubic-bezier(0.42, 0.0, 0.58, 1.0);
}
@keyframes ev-square-5 {
  0% {
    opacity: 0;
    transform: translateX(-10px) translateY(20px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 0;
    transform: translateX(-10px) translateY(20px) scale(0) rotateZ(0);
  }
  62% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1) rotateZ(-61.26deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1) rotateZ(-61.26deg);
  }
  90% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(1) rotateZ(-41.26deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ev-square-5 {
  0% {
    opacity: 0;
    transform: translateX(-10px) translateY(20px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 0;
    transform: translateX(-10px) translateY(20px) scale(0) rotateZ(0);
  }
  62% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1) rotateZ(-61.26deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1) rotateZ(-61.26deg);
  }
  90% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(1) rotateZ(-41.26deg);
  }
  100% {
    opacity: 0;
  }
}
#section5 .banner-item .event-gift .square-6 {
  top:20px;
  left:76px;
  /* transform:rotateZ(23.22deg); */
  width: 5px;
  height: 8px;
  background: #e75600;
  animation: ev-square-6 3.5s infinite cubic-bezier(0.42, 0.0, 0.58, 1.0);
}
@keyframes ev-square-6 {
  0% {
    opacity: 0;
    transform: translateX(-60px) translateY(50px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 0;
    transform: translateX(-60px) translateY(50px) scale(0) rotateZ(0);
  }
  62% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1) rotateZ(23.22deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1) rotateZ(23.22deg);
  }
  90% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(1) rotateZ(53.22deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ev-square-6 {
  0% {
    opacity: 0;
    transform: translateX(-60px) translateY(50px) scale(0) rotateZ(0);
  }
  50% {
    opacity: 0;
    transform: translateX(-60px) translateY(50px) scale(0) rotateZ(0);
  }
  62% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1) rotateZ(23.22deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1) rotateZ(23.22deg);
  }
  90% {
    opacity: 0;
    transform: translateX(0) translateY(0) scale(1) rotateZ(53.22deg);
  }
  100% {
    opacity: 0;
  }
}

/* section6 - 친구들에게 공유하면 */
#section6 {
  position: relative;
  margin-top: -80px;
  padding-top: 0;
  padding-bottom: 0;
}
#section6 .inner {
  padding-bottom: 60px;
}
#section6 .top-title {
  padding-bottom: 40px;
}
#section6 .top-title h2 .s6-txt2 {
  width: 243px;
}
#section6 .fr-box {
  position: relative;
  max-width: 305px;
  height: 216px;
  border-radius: 20px;
  background: #f3f2ef;
}
#section6 .fr-box span {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 26.23px;
  color: #706756;
  font-size: 13.12px;
  font-weight: 700;
  border-radius: 9px;
  background: #fff;
  box-sizing: border-box;
}
#section6 .fr-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
}

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

.info-tit {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .intro .txt-wrap {
    width: calc(100% - 26%);
  }
  .intro #miniVod {
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
  .section > .inner {
    padding: 80px 20px;
  }
  #eventInfo .inner {
    padding: 0 20px;
  }
  #btnApply .apply-btn {
    width: 268px;
    background-size: 131px 32px;
    background-position: top 16px center;
  }

  .intro .txt-wrap .item-txt {width: 320px;}
  #section4 article {
    padding: 0 26px;
  }
}
@media screen and (max-width: 320px) {
  .intro .txt-wrap .item-txt{
    font-size: 36px;
  }

  #section2 .mini-join-box {
    width: 100%;
    height: 280px;
  }
  #section2 .mini-join-box .join-txt {
    left:15px;
    width: calc(100% - 30px);
    padding: 12px 24px 12px 43px;
    background: #fff url(https://og.kakaobank.io/view/4b0b59a1-0dd4-455b-8954-2ca40c919610) no-repeat 10px center / 23px;
  }
  #section4 .mini-list .item-type1 .s4-item1-img {
    bottom: 10px;
  }
  #section4 .mini-list .item-type4 .s4-item4-img {
    bottom: 10px;
    left: 9px;
  }
  #section5 .event-box {
    width: 280px;
    height: 280px;
    background: url(https://og.kakaobank.io/view/19cb8474-6045-46bb-b4a7-fc901bc30581) no-repeat center / 280px;
  }

  #section5 .top-title p {
    width: 274px;
  }
 
}
