@charset "UTF-8";

body {
  font-family: Pretendard, 'Pretendard', sans-serif;
  color: #fff;
  scroll-behavior: smooth;
  overscroll-behavior-x: none;
}

main {
  width: 100%;
  overflow: hidden;
}

.kv {
  width: 100%;
  background-color: #000;
}

.logo-kabang {
  display: block;
  position: absolute;
  width: 89px;
  height: 14px;
  left: 30px;
  top: 30px;
  background: url(https://og.kakaobank.io/view/083694d5-f297-4740-9819-8e7f268bde60);
  background-size: 89px 14px;
  color: transparent;
  font-size: 0;
  z-index: 999;
}

#article1, #article2 {
  position: relative;
  background-color: #000;
}

#article1 {
height : 100vh;
}
.pc #article1{
  height: 1000px;}
  #article1 .video {position: absolute;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-bottom: 300px;
    box-sizing: border-box;
    object-fit: cover;
  }
  .width-ratio-expect #article1 .video {padding-bottom:200px}
  #article1 .video.pc{
  position: absolute;
  height: 720px;
  width: 2000px;
  margin-left: -1000px;
  left: 50%;
  object-fit: none;
  padding-bottom: 0;
}

#article1 .title-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  margin: auto;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.width-ratio-expect #article1 .inner::before ,
  .pc #article1 .inner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 350px;
  background: linear-gradient(360deg, #000000 19.92%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  }


#article1 .title {
  opacity: 0;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity .7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity .7s;
  transition: transform 0.7s, opacity .7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
  transition-delay: 1s;
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
}

.kv .downarrow-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  padding: 20px;
  width: 34px;
  height: 13px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-delay: 1.3s;
}

.kv .ico-downarrow {
  display: block;
  width: 34px;
  height: 13px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: url(https://og.kakaobank.io/view/e5e9c40a-c8f4-441f-9067-1a72a33a908a) no-repeat;
  background-size: contain;
  -webkit-animation: floating 1.5s infinite;
  animation: floating 1.5s infinite;
}

#article1.is-active .downarrow-box, #article1.is-active .title {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.up .kv .downarrow-box {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition-duration: 1.5s;
  opacity: 1;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-5px)
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-5px)
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

#article2 .inner {
  padding: 0;
  position: relative;
}

#article2 .inner:after {
  display: block;
  position: absolute;
  height:11px;  
  width:51px;
  bottom: 24px;
  content:''; 
  background: url("https://og.kakaobank.io/view/1b260386-3419-48e8-81dc-994c7a872a36") 0 0 no-repeat;
  background-size: contain;
  
  right: 18px;
}

body.pc #article2 {
  max-height: 900px;
}

body.pc #article2 .txt-turning {
  display: none
}

#article2 .txt-turning {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin: 88px auto 32px;
  opacity: 0;
  transition: opacity .6s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .6s;
  transition: transform .6s, opacity .3s;
  transition: transform .6s, opacity .3s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .3s;
  transition-delay: 1s;
}

#article2 .canvas-wrapper {
  opacity: 0;
  transition-delay: .5s;
}

#article2 #cross {
  display: block;
  margin: 0 auto;
  max-width: 274px;
  width: 100%;
}

#article2 h2 {
  margin: 42px 0 182px;
  font-weight: 700;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  color: #808080;
  opacity: 0;
  transition: opacity .6s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .6s;
  transition: transform .6s, opacity .3s;
  transition: transform .6s, opacity .3s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
  transition-delay: .8s;
}

#article2 h2 strong {
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  color: #FFFFFF;
  display: block;
}

#article2.is-active .txt-turning, .up #article2 h2, #article2.is-active .canvas-wrapper {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

 #article2.is-active .canvas-wrapper {
  transition: all 0.9s 0.4s;
  opacity: 1;
}

#article3 {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #000;
  background-color: rgb(255, 255, 255, 0);
}

#article3 .object-group {
  width: 305px;
  height: 1172px;
  margin-top: 104px;
  overflow: visible;
  border: red;
  /* opacity: 0; */
  transition: opacity 0.6s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.3s;
  transition: transform 0.6s, opacity 0.3s, -webkit-transform 0.6s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

#article3 .obj-p {
  display: block;
  width: 123px;
  height: 133px;
  position: absolute;
  left: -29px;
  top: -73px;
  margin: auto;
  background: url(https://og.kakaobank.io/view/506cde69-f921-4605-bfcc-da6114773c23) no-repeat;
  background-size: contain;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

#article3 .obj-g {
  display: block;
  width: 96px;
  height: 163px;
  position: absolute;
  top: 305px;
  right: -55px;
  margin: auto;
  background: url(https://og.kakaobank.io/view/b666db0d-6281-44f1-a16d-6e1a5ad2f00c) no-repeat;
  background-size: contain;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

#article3 .obj-n {
  display: block;
  width: 117px;
  height: 133px;
  position: absolute;
  top: 639px;
  left: -61px;
  margin: auto;
  background: url(https://og.kakaobank.io/view/54e17f9f-9bb8-4cbc-aade-f48da5c33cd0) no-repeat;
  background-size: contain;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

#article3 .contents {
  position: absolute;
  width: 305px;
  height: 1156px;
  top: 104px;
  padding: 0;
  left: 0;
  right: 0;
  background: rgba(236, 236, 236, 0.5);
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  border-radius: 32px;
  /* opacity: 0; */
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

#article3 .contents .article {
  position: relative;
  padding: 79px 0 79px;
}

#article3 .contents .article:first {
  padding: 76px 0 76px;
}

#article3.is-active .object-group {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition-duration: 1s;
  opacity: 0.8;
}

#article3.is-active .contents {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition-duration: 1s;
  opacity: 1;
}

#article3 .title span {
  display: block;
  margin-bottom: 18px;
  font-weight: 700;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  color: #000000;
}

#article3 .title {
  font-weight: 800;
  font-size: 29px;
  line-height: 37px;
  text-align: center;
  color: #000000;
}

#article3 .title.long-type {
  font-weight: 800;
  font-size: 27px;
  line-height: 37px;
  text-align: center;
  color: #000000;
}

#article3 dl {
  margin: 46px auto 53px;
  display: block;
  text-align: center;
}

#article3 dl dt {
 width: 66px;
  height: 28px;
  font-size: 11px;
  line-height: 30px;
  font-weight: 700;
  background: #333333;
  border-radius: 35px;
  color: #ffff;
  margin: 0 auto 19px;
}

#article3 dd, #article3 .botega-wallet {
  color: #333333;
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
}

#article3 .botega-wallet::before {
  content: '';
  display: block;
  width: 180px;
  height: 138px;
  margin-left: 4px;
  margin: 0 auto 20px;
  background: url(https://og.kakaobank.io/view/2b160c21-227b-4690-b666-ad5dc1ce6727) no-repeat;
  background-size: contain;
}

#article3 .botega-wallet {
  display: block;
  line-height: 26px;
  margin-top: 32px;
  margin-bottom: 0;
  text-align: center;
}

#article3 .botega-wallet .color {
  display: block;
  width: 162px;
  height: 29px;
  margin: 0 auto;
  background: url(https://og.kakaobank.io/view/c317077b-ad3f-4151-8247-4c0d38fde85e);
  background-size: contain;
  text-indent: -999em;
  overflow: hidden;
  margin-top: 23px
}

#article3 .link {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #9E9E9E;
  margin:0 auto;
}

#article3 .link::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-top: -2px;
  vertical-align: middle;
  background: url(https://og.kakaobank.io/view/678d2391-c369-4a83-8a61-4ac025cc88f3) no-repeat;
  background-size: contain;
}

#article3 .article+.article::before {
  content: '';
  width: 223px;
  display: block;
  border-top: 2px solid #D6D6D6;
  position: absolute;
  left: 41px;
  top: 0;
}

#article4 {
  background: #fff;
  padding: 80px 0;
}

/* overwrite */
.theme-default #share {
  background: #fff;
  padding: 80px 0;
}

.theme-default #share .share-btn .btn {
  background: #555555;
  border-radius: 40px;
  color: #fff;
}

.theme-default #eventInfo {
  background: #555555;
}

.theme-default #eventInfo * {
  color: #fff
}

#eventInfo .info-list li::before {
  background: #fff;
}

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

.theme-default .accordion-block .accordion-btn .icon-plus svg {
  stroke: #fff;
}

.theme-default .accordion-block {
  border-top: 2px solid #fff;
}

/* 공통 */
#btnApply {
  position: fixed;
  bottom: 0;
  padding: 20px 15px;
  width: 100%;
  z-index: 9;
  box-sizing: border-box;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

#btnApply.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 0.6s linear;
  transition: transform 0.6s linear;
  transition: transform 0.6s linear, -webkit-transform 0.6s linear;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

#btnApply .apply-btn {
  background: #000000;
  color: #fff
}

.apply-btn.is-active {
  opacity: 1;
}

#btnApply.ing .apply-btn {
  background: #202020;
}

#btnApply.ing .apply-btn .count {
  color: #767676
}

#btnApply.complete .apply-btn {
  background: #8A8A8A;
}

/* @media (max-width:375px) {	#article1 .title-wrapper{    bottom: 22px;	}
	#article2.is-active .txt-turning {	margin: 44px auto 32px;	}
	#article2 h2 {	line-height:26px;	margin-top:32px;	}
	#article2 h2 strong{	font-size: 25px;	line-height:36px;	}
	.article .downarrow-box {	bottom: 30px;	}
	} */
#article2.is-active .title, #article2.is-active .txt-turning {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

#article2.is-active .txt-turning {
  opacity: 0.5;
}

.popups .okay-btn .btn-ok {
  background: #000000;
  border-radius: 10px;
}
.popups .copy .desc,.popups .copy strong{
  display: block;
font-weight: 400;
font-size: 15px;
line-height: 18px;
letter-spacing: -1px;
margin: 20px auto 0;

color: #333333;
}
.popups .copy strong{
  color: #EE526E;
  margin-top:0;
  
}
@-webkit-keyframes up-down-ani {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@keyframes up-down-ani {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes up-down-ani2 {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@keyframes up-down-ani2 {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes up-down-ani3 {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  50% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }

  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@keyframes up-down-ani3 {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  50% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }

  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes star-ani {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes star-ani {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}