@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;
  min-width: initial
}

* {
  font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif;
}

section,
.section {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

body {
  background: #0D0D0D;
  position: relative;
  /* overflow: hidden; */
  height: auto !important;
  overflow-y: auto;
}

::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
}

body.hide {
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);
}


.ico_safe {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background: url(@@ico_safe.png)no-repeat 0 0/80px 70px;
  vertical-align: top
}

.ico_safe.ico_down {
  width: 34px;
  height: 13px;
  background-position: 0 0;
  animation: arrow-bounce-ani 2s infinite;
}

.link_make {
  position: fixed;
  left: 50%;
  bottom: 45px;
  z-index: -1;
  width: 206px;
  border-radius: 7px;
  font-size: 14px;
  line-height: 34px;
  font-weight: 600;
  color: #c8c8c8;
  text-align: center;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .2s .2s;
}

.link_make svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.page-1 .link_make.on {
  z-index: 9;
  transition: all .2s 1.8s;
  opacity: 1;
}

.link_make .ico_safe {
  width: 13px;
  height: 8px;
  margin: 13px 0 0 4px;
  background-position: 0 -20px
}

/* 공통 */
.section_share {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  box-sizing: border-box
}

.section_share .share-btn {
  display: inline-block;
  padding: 25px 40px;
  border-radius: 40px;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  vertical-align: middle
}

.section_share .share-btn svg {
  margin-right: 5px;
  vertical-align: sub;
  stroke: #000
}

.theme-default #eventInfo {
  background-color: #444
}

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

.theme-default #eventInfo .info-head {
  margin-bottom:40px;
}

.theme-default .accordion-block {
  border-color: #fff;
}

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

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

 .serial.serial-tline {
  padding-top: 22px;
  border-top: 2px solid #fff;
  font-size: 16px;
}

.theme-default #share {
  padding-top:0;
  background-color: #fff;
}
.theme-default #share .share-btn {
  color:#fff;
  background:#555555;
}
.theme-default #share .share-btn svg path {
  stroke: #fff;
}
.theme-default #share .share-btn svg circle {
  fill:#fff;
  stroke: #fff;
}

.list-info {
  text-align: center;
  margin-bottom:80px;
}

.list-info img {
  display: block;
  width:37px;
  margin:0 auto 15px;
}

.list-info span {
  font-size:21px;
  line-height: 30px;
  color:#ddd;
  font-weight: 600;
}

/* .popups .okay-btn .btn-ok {
  background-color: #000000;
  color: #fff
} */
/* 플로팅 버튼 */
#btnApply {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
#btnApply.is-active {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all .5s;
}
.wrap_apply .link_apply {
  display: block;
  width: 100%;
  max-width: 325px;
  height: 66px;
  margin: 0 auto;
  border-radius: 25px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 66px;
  color: #000;
  text-align: center;
  background: #FFE116
}
.wrap_apply .link_apply .ico_arrow {
  width: 7px;
  height: 13px;
  margin: 27px 0 0 4px;
  background-position: 0 -30px
}

/* popup */
.popups {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 0.4s
}

.popups.on {
  visibility: visible;
  opacity: 1
}

.popups .dimmed {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6
}

.popups .modal_layer {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed
}

.popups .inner_layer {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center
}

.popups .layer_body {
  position: relative;
  max-width: 330px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box
}

.popups .copy {
  margin: 26px auto 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center
}

.popups .area_apply {
  width: 100%
}

.popups .area_apply .link_g {
  display: inline-block;
  width: 100%;
  padding: 18px 0 18px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #000;
  box-sizing: border-box
}

.popups .sub {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -1px;
  margin: 20px auto 35px;
  color: #333333
}

.popup-youtube {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 20px 0;
  background: rgba(0, 0, 0, .8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.popup-youtube.on {
  opacity: 1;
  transition: all .5s .8s;
  visibility: visible;
  z-index: 99;
}

.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
}

/* .popup-single {opacity: 1; visibility: visible;} */
.popup-single .modal-content .modal-image {
  margin-bottom: 35px
}

.popup-single .modal-content .modal-image .pu-img {
  width: 80px;
  height: 80px;
}

.popup-single .modal-btn {
  display: flex;
  gap: 8px;
}

.popup-single .modal-btn .okay-btn:not([class*="--info"]) {
  flex: 0 0 108px;
}

.popup-single .modal-btn .okay-btn .btn-ok {
  padding: 18px 0;
  color: #000;
  font-weight: 800;
  background-color: #DDDDDD;
}

.popup-single .modal-btn .okay-btn .btn-ok[class*="--info"] {
  background-color: #FFD600;
}

.inmotion-section {
  opacity: 0;
  transform: translateY(30px);
  transition: all .3s;
}
.inmotion-section.play {
  transform: translateY(0);
  opacity: 1;
  transition: all .3s;
}
.inmotion {
  transform:translate(0, 50px); 
  opacity: 0;
}
.play-inmotion.inmotion {
  transform:translate(0, 0); 
  opacity: 1; 
  transition:transform 0.6s 0.1s, opacity 0.6s 0.1s; 
  -webkit-transition:transform 0.6s 0.1s, opacity 0.6s 0.1s; 
  -moz-transition:transform 0.6s 0.1s, opacity 0.6s 0.1s; 
  -ms-transition:transform 0.6s 0.1s, opacity 0.6s 0.1s; 
  -o-transition:transform 0.6s 0.1s, opacity 0.6s 0.1s; 
}

/* contents */
.section .title-item {
  position:relative;
  margin-bottom:45px;
  text-align: center;
}
.section .title-item h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
}
.section .title-item .h2-desc {
  /* position:absolute;
  bottom:5px;
  right:0; */
  display:inline-block;
  color:rgba(255,255,255,0.3);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.section h3 {
  font-size: 27px;
  font-weight: 800;
  line-height: 37px;
}
.section h3 span {
  color:#666662;
}
/* 상단영역 */
.section-top {
  position: relative;
  height:100vh;
  color: #fff;
}
.section-top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color:#0A0908;
  width:100%; 
  height:100vh;
  -webkit-animation: movbg-ani 3.2s forwards;
  animation: movbg-ani 3.2s forwards;
}
@keyframes movbg-ani {
  0% {
    opacity: 0.8;
  }
  to {
    opacity: 0.3;
  }
}
@-webkit-keyframes movbg-ani {
  0% {
    opacity: 0.8;
  }
  to {
    opacity: 0.3;
  }
}
.section-top .inner {
  position:relative;
  height:100%;
}
.section-top .top-title {
  position: absolute;
  width: 100%;
  height: 100vh;
  padding: 70px 30px 24px;
  animation: slideup-ani 1.5s forwards 0s;
  box-sizing: border-box;
  z-index: 1;
}
.section-top .top-title .btn-mov {
  position:absolute;
  top:20px;
  left:20px;
  padding:5px;
  color:rgba(255,255,255,0.7);
  font-weight:700;
}
.section-top .top-title .btn-mov::after {
  content:"";
  display:inline-block;
  margin-left:6px;
  border-width:4px 0 4px 6px;
  border-style:solid;
  border-color:transparent transparent transparent rgba(255,255,255,0.7);
}
.section-top .top-title > strong {
  position:absolute;
  top:280px;
  top: 42%;
}
.section-top .top-title .title-txt1 {
  font-size: 45px;
  line-height: 54px;
  -webkit-animation: title-txt1-ani 5.2s forwards;
  animation: title-txt1-ani 5.2s forwards;
}
@keyframes title-txt1-ani {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.1;
  }
  20%, 35% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    opacity: 1;
  }
  45%, 100% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    opacity: 0;
  }
}
.section-top .top-title .title-txt2 {
  font-size: 53px;
  line-height: 63px;
  -webkit-animation: title-txt2-ani 5.2s forwards;
  animation: title-txt2-ani 5.2s forwards;
}
@keyframes title-txt2-ani {
  0%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  60%, 100% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    opacity: 1;
  }
}
.section-top .top-title .title-txt2 span {
  color:#FFE955
}
.section-top #compareVod {
  position: relative;
  position:absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  /* height: calc(100vh - 60px); */
  object-fit: cover;
}
.section-top .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 44px;
  width: 30px;
  height: 39px;
  -webkit-animation: mouseloop 0.5s infinite alternate;
  animation: mouseloop 0.5s infinite alternate;
  z-index: 1;
}
@keyframes mouseloop {
  0% {
    transform: translateY(0) translateX(-50%);
    opacity: 0.85;
  }
  to {
    transform: translateY(-12px) translateX(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes mouseloop {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    opacity: 0.85;
  }
  to {
    -webkit-transform: translateY(-12px) translateX(-50%);
    opacity: 1;
  }
}
/* 카카오뱅크가 지원할게요 */
.section-support {
  color:#fff;
}
.section-support .inner {
  padding: 100px 30px 0;
}
.section-support .title-item {
  margin-bottom:60px;
  text-align: center;
}
.section-support .title-item h2 {
  font-size:40px;
  line-height: 47px;
  color:#FFE500;
}

.section-support .support-list {
  text-align: center;
}

.section-support .support-list .list-item {
  padding-bottom:80px;
}
.section-support .support-list .list-item:last-child {
  padding-bottom:73px;
}
.section-support .support-list .list-item > em {
  display:inline-block;
  /* margin-bottom:10px;
  color:#FFE955;
  font-size: 29px;
  font-weight: 800;
  line-height: 37px; */
  font-size:16px;
  line-height: 14px;
  font-weight: 700;
  color:#000;
  background-color:#FFE500;
  padding:14px 18px;
  border-radius: 40px;
  margin-bottom:30px;
}
.section-support .support-list .list-item .desc {
  display: inline-block;
  margin-top:15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 37px;
}
.section-support .support-list .list-item .item-info {
  margin-top:30px;
  text-align: center;
  background-color:#21212B;
  border-radius: 20px;
  padding:60px 0 0;
}
.section-support .support-list .list-item .item-info img {
  display: block;
  width:150px;
  margin:0 auto 24px;
  padding-top:50px;
}
.section-support .support-list .list-item .item-info2 img {
  width:100px;
  padding-top:60px;
}
.section-support .support-list .list-item .item-info .target {
  background-color:#FFE500;
  font-size:14px; 
  line-height: 17px; 
  font-weight: 700;
  padding:6px 9px;
  color:#000000;
  border-radius: 10px;
  margin-bottom:15px;
  display: inline-block;
}
.section-support .support-list .list-item .item-info h4 {
  font-size:24px;
  line-height: 34px;
  font-weight: 700;
  color:rgba(255,255,255,0.3);
  margin-bottom:42px;
}
.section-support .support-list .list-item .item-info h4 span {
  color:#FFE500;
}
.section-support .support-list .list-item .item-info .info-list {
  display: inline-block;
  margin-top:40px;
  text-align: left;
}
.section-support .support-list .list-item .item-info .info-list > li {
  position:relative;
  padding-left:13px;
  color:#9E9D9B;
}
.section-support .support-list .list-item .item-info .info-list > li::before {
  content:"";
  position:absolute;
  top:9px;
  left:0;
  display:inline-block;
  width:3px;
  height:3px;
  border-radius: 100%;
  background: #9E9D9B;
}
.section-support .support-list .list-item .item-info .info-list > li + li {
  margin-top:4px;
}
.section-support .support-list .list-item .item-type1-info2 {
  padding:34px 0;
  background-color:#21212B;
  font-size:18px;
  line-height: 26px;
  font-weight: 600;
  border-radius: 20px;
  text-align: center;
  margin-top:20px;
}
.section-support .support-list .list-item .item-type1-info2 img {
  position:relative;
  top:4px;
  display: inline-block;
  width:23px;
  margin-right:5px;
}
.section-support .support-list .list-item .item-info {
  position:relative;
  padding:0 0 30px;
  text-align:center;
}
.section-support .support-list .list-item .item-info ul {
  text-align: left;
  display: inline-block;
  font-size:14px;
  line-height: 22px;
  color:rgba(255,255,255,0.4);
  text-align: center;
}
.section-support .support-list .list-item .item-info ul li::before {
  content:"•"
}
.section-support .support-list .list-item .item-info span {
  position:absolute;
  top:0;
  right:0;
  padding:47px;
  color:rgba(255,255,255,0.2);
}
/* 대출비교는 카카오뱅크에서 */
.section-compare {
  background-color:#fff;
}
.section-compare .balance {
  width:60px;
  display: block;
  margin:0 auto 30px;
}
.section-compare .inner {
  padding: 100px 30px 0;
}
.section-compare .compare-list {
  text-align: center;
}
.section-compare .compare-list .list-item + .list-item {
  margin-top:50px;
}
.section-compare .compare-list .list-item > strong {
  font-size: 23px;
  font-weight: 800;
  line-height: 34px;
}
.section-compare .compare-list .list-item .item-box {
  position:relative;
  margin-top:30px;
  height:185px;
  border-radius: 16px;;
  background:#F5F4F0;
}
.section-compare .compare-list .list-item.item-type1 .item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.section-compare .compare-list .list-item.item-type2 .item-box img {
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  width:258px;
}
.section-compare .support-txt {
  margin-top:50px;
  padding-bottom:60px;
  color:#646464;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  text-align: center;
}
/* Rolling CSS */
.rolling-wrap1,
.rolling-wrap2 {
  display: flex;
  overflow: hidden;
  height: 57px;
  padding: 0;
  margin: 5px 0;
  align-items: center;
}
.rolling-wrap1 .rolling-list1 ul,
.rolling-wrap2 .rolling-list2 ul {
  display: flex;
}
.rolling-wrap1 .rolling-list1 ul li,
.rolling-wrap2 .rolling-list2 ul li {
  list-style-type: none;
  width: 100%;
}
.rolling-wrap1 .rolling-list1 ul li .rolling-box,
.rolling-wrap2 .rolling-list2 ul li .rolling-box {
  display:flex; 
  align-items: center; 
  width: 112px; 
  height: 57px; 
  margin-right: 10px; 
  padding:0 14px;
  /* border:2px solid #EFEEEB; */
  border-radius: 10px; 
  background: #fff; 
  box-sizing: border-box;
}
.rolling-wrap1 .rolling-list1 ul li .rolling-box > em,
.rolling-wrap2 .rolling-list2 ul li .rolling-box > em {
  display:flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  height:26px;
  color:#fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  border-radius: 100%;
  background:var(--bg-color);
}
.rolling-wrap1 .rolling-list1 ul li .rolling-box .info-box,
.rolling-wrap2 .rolling-list2 ul li .rolling-box .info-box {
  padding-left:10px;
  line-height: 1;
}
.rolling-wrap1 .rolling-list1 ul li .rolling-box .info-box > span,
.rolling-wrap2 .rolling-list2 ul li .rolling-box .info-box > span {
  color:#B3B2B0;
  font-size: 9px;
  font-weight: 700;
  line-height: 11px;
}
.rolling-wrap1 .rolling-list1 ul li .rolling-box .info-box > strong,
.rolling-wrap2 .rolling-list2 ul li .rolling-box .info-box > strong {
  display: block;
  margin-top:2px;
  font-size: 12px;
  font-weight: 800;
  line-height: 14px;
}

.rolling-list1.original {
  animation: rollingleft1 20s linear infinite;
}
.rolling-list1.clone {
  animation: rollingleft2 20s linear infinite;
}
@keyframes rollingleft1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  50.01% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rollingleft2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.rolling-list2.original {
  animation: rollingleft3 20s linear infinite;
  /* display:none; */
}
.rolling-list2.clone {
  animation: rollingleft4 20s linear infinite;
}
@keyframes rollingleft3 {
  0% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(-125%);
  }
  50.01% {
    transform: translateX(75%);
  }
  100% {
    transform: translateX(-25%);
  }
}
@keyframes rollingleft4 {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-225%);
  }
}

@media screen and (max-width: 368.98px) {
  .section .title-item {
    margin-right: -15px;
    margin-left: -15px;
  }
  .wrap_apply .link_apply {
    max-width: calc(100% - 50px);
  }
}