.inmotion{opacity: 0;transform: translateY(40px);}
.inmotion.play-inmotion{opacity: 1;
transform: translateY(0); transition: all 0.5s;}
main{
  overflow-x: hidden;
}

.title-wrapper {
  padding: 49px 0 164px;
  text-align: center;
  position: relative;
}
.title-wrapper .title {
  background-image: url(https://og.kakaobank.io/view/c05737da-c3dd-47c4-a6b3-a35ef6d607a5);
  background-size: contain;
  display: block;
  width: 263px;
  height: 195px;
  margin: 0 auto 45px;
}
.title-wrapper .sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  color: #444444;
  margin: 37px 0 0;
}
.title-wrapper .arrow {
  position: absolute;
  left: 50%;
  bottom: -63px;
  -webkit-animation: mouseloop 1s infinite alternate;
  animation: mouseloop 1s infinite alternate;
}
.kv-webp {
  max-width: 375px;
  height: 290px;
background-image: url(https://og.kakaobank.io/view/d5cfef1b-2885-4736-b616-d54fb71432ca);
margin-left: -50%;
  background-size: contain;
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
}
#compareVod {
  width: 212px;
  height: 212px;
  object-fit: contain;
}

.info-section article {
  text-align: center;
}
.info-section article + article {
  margin-top: 100px;
}
.info-section article h3 {
  position: relative;
  font-size: 24px;
  line-height: 35px;
  color: #333;
  display: inline-block;
}
.info-section article h3 b{
  font-weight: 700;
}
.info-section article h3:before {
  content: "";
  background-color: #ffde30;
  left: 0;
  bottom: 2px;
  width:0;
  position: absolute;
  display: block;
  z-index: -1;
  transition: width 0.6s .4s;
}
.exchange-img {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  background: url("https://og.kakaobank.io/view/637c2ba9-248f-4b0c-940d-18420138aa54");
  background-size: contain;
  margin-top: 40px;
}
.brand-img {
  display: block;
  margin: 0 auto;
  width: 533px;
  height: 68px;
  background: url("https://og.kakaobank.io/view/12a9ab31-a4a5-47af-ab0b-9fa2b37baf48") repeat-x;
  background-size: auto 68px;
  animation: flow 9s infinite linear;
  margin-top: 40px;
}
.brand-img + .brand-img {
  animation: flow-left 5s infinite linear;
  margin-top: 30px;
}
.article-gift {
  position: relative;
  padding-bottom: 100px;
}
.article-gift .img-wrapper {
  position: relative;
}
.phone-img {
  display: block;
  margin: 0 auto;
  padding-right: 12px;
  width: 164px;
  height: 164px;
  background: url("https://og.kakaobank.io/view/72c48159-87a1-408e-b20b-5ccf5066d98e") no-repeat;
  background-size: contain;
  margin-top: 40px;
}
.heart-img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  margin: 0 auto;
  width: 53px;
  height: 53px;
  background: url("https://og.kakaobank.io/view/15452b56-c351-48fc-8557-f10d69ef676e") no-repeat;
  background-size: contain;
  animation: sendheart 2.4s infinite ease-out;
  margin-top: 40px;
}
.info-section .article-payback.play-inmotion h3:before {
  width: 166px;
  height: 10px;
}
.info-section .article-coupon.play-inmotion h3:before {
  left: 19px;
  width: 215px;
  height: 10px;
}
.info-section .article-gift.play-inmotion h3:before {
  left: initial;
  left: 0;
  bottom:0;
  width: 200px;
  height: 10px;
}

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

  to {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
@keyframes flow {
  0% {
    background-position: 0 0;
  }

  to {
    background-position: -558px 0;
  }
}

@keyframes flow-left {
  0% {
    background-position: 0 0;
  }

  to {
    background-position: 558px 0;
  }
}

@keyframes sendheart {
  0% {
    opacity: 0;
    transform: translate(40px, 20px);
  }

  50% {
    opacity: 1;
    transform: translate(70px, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(70px, -20px);
  }
}

.event-section {
  background-color: #ffe300;
  padding: 60px 0 0;

  text-align: center;
}
.event-section article {
  padding: 60px 0;
}
.event-section .event2{
  padding-bottom: 0;
}
.event-section h2 {
  margin: 20px 0 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 42.5px;
  text-align: center;
}
.event-section .date {
  color: #706511;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  line-height: 20.29px;
  letter-spacing: 2px;
  text-align: center;
}
.event-section .date.to {
  padding-left: 33px;
}

.event-section .date.to::before {
  content: "";
  width: 20px;
  height: 1.5px;
  background-color: #706511;
  position: absolute;
  left: 4px;
  top: 8px;
  display: block;
}

.event-section .badge {
  display: block;
  width: 102px;
  margin: 0 auto 36px;
  box-sizing: border-box;
  padding: 6px 18px 6px 18px;
  gap: 10px;
  border-radius: 30px;
  background-color: #222222;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 31.07px;
  text-align: center;
}

.event-section h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
}
.event-section h4 {
font-size: 22px;
font-weight: 700;
line-height: 32px;
text-align: center;
margin-bottom: 32px;
}
.event-section h3 b{
  font-weight: 800;
}
.event1 .sub-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: #514700;
  margin: 25px 0 30px;
}

.box-wrapper {
  margin: 40px 0 32px;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 305px;
  padding: 26px 21px 22px 21px;
  border-radius: 20px;
  margin: 0 auto;
}
.box-wrapper.cover{
  padding: 0;
  background-color: initial;
}
.box-wrapper .box {
  position: relative;
  display: flex;
  place-content: space-between;
}
.box-wrapper .box:first-child{
  padding-bottom: 10px;
}
.box-wrapper .box + .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  opacity: 0.6;
  background-color: #000000;
}
.box-wrapper .box ul {
  padding: 25px 0 0;
  width: 100%;
}
.box-wrapper .box ul li{
  position: relative;
  place-content: space-between;
  display: flex;
  align-items: center;
  padding-left: 13px;
}
.box-wrapper .box ul li:before{ 
  content: "";
  position: absolute;
  top: 7px;
  left: 1px;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #444444;
  border-radius: 50%;
}
.box-wrapper .box ul .left-txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 17.9px;
  letter-spacing: -0.01em;
  color:#444444;
  text-align: left;
  
}
.box-wrapper .box ul .right-txt {
  font-size: 15px;
  font-weight: 600;
  line-height: 17.9px;
  text-align: right;
  
}
.box-wrapper .right-txt b { color : 0083D1
}
.box-wrapper .box ul li + li {
  font-weight: 700;
  margin-top: 16px;
}
.box-wrapper .left-txt .label{
  display: inline-block;
  background-color: #ebebeb;
  vertical-align: middle;
  border-radius: 7px;
  padding:6px 9px;
  color: #444444;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: -0.005em;
  text-align: left;
margin-left: 7px;
  

}
.box-wrapper .left-txt {
  font-size: 18px;
  font-weight: 700;
  float: left;
}

.box-wrapper .left-txt .icon-svg {
  margin-right: 6px;
  float: inline-start;
}

.box-wrapper .left-txt >span {
  line-height: 32px;
}
.box-wrapper .right-txt  {
  line-height: 32px;
}
.box-wrapper .right-txt {
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  float: right;
}

.box-wrapper .right-txt b {
  color: #0283d1;
}
.event-section .notice {
  text-align: left;
  width: 305px;
  margin: 20px auto 0;
}
.event-section .notice li {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #706511;
  padding-left: 12px;
  position: relative;
}

.event-section .notice li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 1px;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #706511;
  border-radius: 50%;
}
.event-section .event2 {
  background-color: #fff;
}

.event2 .img {
  margin: 40px auto 60px;
  max-width: 305px;
}
.event2 .badge {
  background-color: #ffde30;
  color: #222;
}

.wrap_apply {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.wrap_apply.is-active {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.5s;
}

/* 플로팅 버튼 */
.wrap_apply {
  position: fixed;
  bottom: 23px;
  z-index: -1;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s 1s;
}
.wrap_apply .link_apply {
  display: block;
  width: 100%;
  max-width: 325px;
  height: 66px;
  margin: 0 auto;
  border-radius: 16px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 66px;
  color: #fff;
  text-align: center;
  background: #000;
}
.wrap_apply .link_apply .ico_arrow {
  display: inline-block;
  width: 7px;
  height: 13px;
  margin: 27px 0 0 4px;
  background-image: url(@@ico_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.theme-default #share {
  background-color: initial;
}
.theme-default #share .share-btn {
  background-color: #111;
  color: #fff;
}
.theme-default #share .share-btn svg {
  stroke: #fff;
}

.swiper{
  width: 305px;
}
.swiper-container{
  padding-bottom: 39px;
}
:root{
  --swiper-pagination-color:#222222;
  --swiper-pagination-bullet-horizontal-gap:3.5px;
  --swiper-pagination-bullet-size: 9px;
  --swiper-pagination-bullet-width: 9px;
  --swiper-pagination-bullet-height: 9px;
  --swiper-pagination-bullet-inactive-color: #222222;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
}
.swiper-slide{
  position: relative;
}
.btn-send-img{
  position: absolute;
  bottom: 17px;
  scale: 0.9;
  left: 58px;
  display: inline-block;
  width: 86px;
  height: 38px;
  background-image: url(https://og.kakaobank.io/view/112c6f6b-87d5-49e6-8274-da4e2fe05aa1);
  background-repeat: no-repeat;
  background-size: contain;
}
.play-inmotion .swiper-slide-active .btn-send-img{
  transform: scale(1.3) translateY(0px)  translateX(-10px);
transition: transform .8s .5s;
}
.slide1 .wrapper{
  position: absolute;
  top: 212px;
  left: 57px;
  width: 191px;
  overflow: hidden;
  height: 154px;
  box-sizing: border-box;
}
.rolling-cards{
  display: inline-block;
  width: 605px;
  height: 152px;
  background-image: url(https://og.kakaobank.io/view/c45e9b48-00ba-4078-ada7-f39bf9b5fb90);
  background-position: 22px 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.swiper-slide-active .rolling-cards{
  animation : rollingcard 3.4s forwards ;
}
.btn-img{
  position: absolute;
  bottom: 20px;
  left: 43px;
  display: inline-block;
  width: 217px;
  height: 40px;
  background-image: url(https://og.kakaobank.io/view/a9dffbfc-6141-4879-95ec-721ec8a9e715);
  background-repeat: no-repeat;
  transform: scale(0.7 ) ;
  background-size: 100%;
}
.swiper-slide-active .btn-img{
  transform: scale(1) ;
transition: transform .8s;
}
.event-section .event-info {
  background-color: #fff;
  padding-bottom: 0;
}
.info-box{
  max-width: 305px;
  background-color: #F9F9F9;
  padding:20px;
  margin:0 auto;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  text-align: center;
  
}

@keyframes rollingcard {
  20%{
    background-position:  22px 0;}
  30%{
    background-position:  -133px 0;}
  60%{
    background-position:  -133px 0;}
  70%{
    background-position:  -284px 0;}
   100%{
      background-position:  -284px 0;}
   
}