/****** Reset ******/
@charset "UTF-8"; body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button { margin: 0; padding: 0 } fieldset, img { border: 0 none } dl, ul, ol, menu, li { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } input, select, textarea, button { vertical-align: middle; font-size: 100% } button { border: 0 none; background-color: transparent; cursor: pointer } table { border-collapse: collapse; border-spacing: 0 } body {  background-color: #fff; -webkit-text-size-adjust: none } input:checked[type='checkbox'] { background-color: #666; -webkit-appearance: checkbox } input[type='text'], input[type='password'], input[type='submit'], input[type='search'], input[type='tel'], input[type='email'], html input[type='button'], input[type='reset'] { -webkit-appearance: none; border-radius: 0 } input[type='search']::-webkit-search-cancel-button { -webkit-appearance: none } body, th, td, input, select, textarea, button { font-size: 14px; line-height: 1.5; font-family: 'Pretendard','Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif; color: #000 } a { color: #005a96; text-decoration: none } a:active, a:hover { text-decoration: none } button, a, img { -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } button:focus, a:focus, img:focus { outline: none !important; } address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal } hr { border: 0 none; } img { width: 100%; } .modal-table { display: table; width: 100%; height: 100%; table-layout: fixed; } .modal-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center; } .ir { display: block; font-size: 0; text-indent: -99999px; height: 0; } #kakaoHead { padding: 40px 0 60px; } #kakaoHead .img_title { position: relative; display: block; width: 100%; padding-top: 55%; background-size: contain; } #kakaoHead .img-date { padding-top: 15px; }
@charset "UTF-8";

.right {float: right;}
.clearfix::after {
    display: block;
    content: '';
    clear: both;
}
video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
img {
    max-width:375px;
}


/* guide padding */
[data-view-guide="true"] .inner {position:relative;}
[data-view-guide="true"] .inner:not(.no-wrap):before,
[data-view-guide="true"] .inner:not(.no-wrap):after {content:'';display:block;width:35px;height:100%;position:absolute;top:0; background:#FFB2B2;opacity:0.3;}
[data-view-guide="true"] .inner:not(.no-wrap):before {left:0;}
[data-view-guide="true"] .inner:not(.no-wrap):after {right:0;}

/* design-guide */
.inner {
    width:100%;
    max-width:884px;
    margin:0 auto;
    padding-right:24px;
    padding-left:24px;
    box-sizing: border-box;
    overflow: hidden;
}
.inner.no-wrap {
    padding:0;
    /*max-width: unset;*/
    overflow: inherit;
}

/* 유의사항 */
#eventInfo .inner{
    padding: 0 30px;
}
#eventInfo .info-tit {
    padding-top:60px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
#eventInfo .info-cont {
    margin-top:25px;
    padding-bottom:16px;
    border-bottom:1px solid #444;
}
#eventInfo .info-stit { 
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
#eventInfo .info-stit + .info-list {
    margin-top:16px;
}
#eventInfo .info-list {
    word-break: keep-all;
}
#eventInfo .noline .info-list {
    margin-top: 0;
}
#eventInfo .info-list li {
    position:relative;
    padding-left:10px;
    color:#444;
    font-size: 14px;
    line-height: 24px;
}
#eventInfo .info-list li::before {
    /*content: "・";*/
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    display: inline-block;
    width:3px;
    height:3px;
    background:#333;
    border-radius: 50%;
}
.accordion-block {
    padding:16px 0;
    padding-bottom:0;
    border-bottom:1px solid #444;
    overflow: hidden;
}
.accordion-block.noline  {
    padding:40px 0 30px;
}
.accordion-block .accordion-btn {
    position: relative;
    width:100%;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 16px;
}
.accordion-block .accordion-btn span {
    vertical-align: middle;
}
.accordion-block .accordion-btn .title {
    display: inline-block;
    width: calc(100% - 25px);
}
.accordion-block .accordion-btn .icon-arrow {
    position: absolute;
    right:0;
    line-height:0;
    font-size: 0;
}
.accordion-block .accordion-btn .icon-arrow svg {
    transform: rotate(0deg);
    transition: transform 0.3s;
}
.accordion-block .accordion-btn.is-active .icon-arrow svg {
    transform: rotate(180deg);
    transition: transform 0.3s;
}
.accordion-block .accordion-content {
    display: none; 
    /* padding-top:16px; */
    padding-bottom: 16px;
}
.accordion-block.unfold .accordion-content {
    display: block;
}
.accordion-block.unfold .accordion-btn {
    pointer-events: none;
}
.accordion-block.unfold .icon-arrow {
    display: none;
}
/* 심의필 */
#eventInfo .serial {
    padding-bottom:140px;
    color:#444;
    font-size:14px;
    font-weight:500;
    line-height:24px;
}
#eventInfo .serial .info-list li::before {
    width:3px;
    height:3px;
}
#eventInfo .serial.serial-tline {
  margin-top:16px;
  font-size:16px;
}
#eventInfo .serial.serial-tline .info-list {
  margin-top:0;
}

/* 플로팅 버튼 */
.wrap_apply {
    position:fixed;
    bottom:34px;
    z-index:-1;
    width:100%;
    text-align: center;
    box-sizing:border-box;
    visibility:hidden;  
    opacity:0;
    transition:all 0.3s 1s;
}
.wrap_apply.is-active {
  z-index:9;
  opacity:1;
  visibility:visible;
  display:block;
  transition:all 0.5s;
}
.wrap_apply .inner {
    padding:0 16px;
}
.wrap_apply .link_apply {
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:60px;
    margin:0 auto;
    font-size:17px;
    font-weight:700;
    line-height:21px;
    color:#000;
    text-align:center;
    border-radius:12px;
    text-decoration:none;
    background: #FFE300
}
.wrap_apply .link_apply .ico_arrow {
    display: inline-block;
    width:7px;
    height:13px;
    margin:27px 0 0 4px;
    background-repeat:no-repeat;
    background-size:100%;
}

/* theme color */
.theme-default #eventInfo {background: #F9F9F9;}
.theme-default #eventInfo * {color: #333333;}
.theme-dark #eventInfo {background:#444444;}
.theme-dark #eventInfo * {color:#F1F1F1;}
/* .theme-default .accordion-block {border-top: 2px solid #333333;} */
.theme-dark .accordion-block {border-top: 2px solid #F1F1F1;}
.accordion-block.noline {border-top:none;}
.theme-default .accordion-block .accordion-btn .icon-plus svg {stroke: #333333;}
.theme-dark .accordion-block .accordion-btn .icon-plus svg {stroke: #F1F1F1;}


/* 팝업 */
.popups {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0; 
    z-index:999;
    transition:all 0.4s;
}
.popups.on {
    /*display: block;*/
    visibility: visible;
    opacity: 1;
}
.popups .dimmed {
    position: absolute;
    width:100%; 
    height:100%;
    background:#000;
    opacity: 0.6;
}
.popups .modal-table {
    display: table;
    width:100%; 
    height:100%;
    table-layout: fixed;
}
.popups .modal-cell {
    display: table-cell;
    width: 100%; 
    height:100%;
    vertical-align: middle;
    text-align: center;
}
.popups .modal-content {
    position:relative;
    max-width:327px;
    margin:0 auto;
    padding:16px;
    box-sizing: border-box;
    border-radius: 24px;
    background: #fff;
}
.popups .copy {
    margin: 20px auto 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #222;
}
/* .popups .copy:not([class*="--b"]) {
  margin:20px auto 0;
} */
.popups .copy[class*="--b"] {
  margin:35px auto 0;
}
.popups .sub {
  display:block;
  font-weight:400;
  font-size:13px;
  line-height:18px;
  color:#666;
}
.popups .sub:not([class*="--b"]) {
  margin:12px auto 0;
}
.popups .sub[class*="--b"] {
  margin:40px auto 0;
}
.popups .okay-btn {
    width: 100%;
}
.popups .okay-btn .btn-ok {
    display: inline-block;
    padding: 17.5px 0;
    width: 100%;
    text-align: center;
    line-height: 24px;
    border-radius: 10px;
    font-size: 16px;
    line-height:19px;
    font-weight: 400;
    color: #222;
    background: #ddd; /* custom */
    box-sizing: border-box;
}
.popups .okay-btn.cnt-2 .btn-ok {
    display: inline-block;
    width: 49%; /* 버튼 두개일 때 디자인 필요 */
}
.popup-single .modal-content .modal-image .pu-img {
    width:55px;
    height:55px;
}
.popup-single .modal-btn {
    display:flex;
    gap:8px;
    margin-top: 32px;
}
.popup-single .modal-btn .okay-btn:not([class*='--info']) {
    flex:0 0 33%;
}
.popup-single .modal-btn .okay-btn .btn-ok[class*='--info'] {
    background-color:#ffd600;
}
.popup-single .modal-btn .close-on {
    display: none;
}


@media screen and (max-width: 375px) {
    .inner.no-wrap {
        overflow: hidden;
    }
    .modal-content{
        scale: 0.9;
    }
}
@media screen and (max-width: 360px) {
    /* .inner {padding: 0 25px;} */

    #share .share-btn .btn {
        padding:25px 28px;
    }
}
@media screen and (max-width: 340px) {

}
@charset "UTF-8";
/** 공유하기 - 버튼 **/
#share {
  width: 100%;
  padding: 0 16px 60px;
  text-align: center;
  box-sizing: border-box;    width: 100%;
  padding: 0 16px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}
#share .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  background: #fff;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
}
#share .share-btn svg {
  margin-right:10px;
}
/* theme color */
/* .theme-default #share {background:#FFD600;}
.theme-dark #share {background:#fff;} */
#share .share-btn {background:#F1F1F1;color:#444;}
.theme-dark #share .share-btn {background:#555555;color:#fff;}
#share .share-btn svg * {fill: #444;} 


/** 공유하기 - 팝업 **/
.popup-share .pop-content {
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  transition: bottom 0.3s;
}
.popup-share .pop-content-inner {
  position:relative;
  margin: 0 auto;
  padding:10px 18px 40px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
}
.popup-share .btn-close {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 5px;
  border-radius: 20px;
  text-indent: -9999px;
  /* background: #799FAD; */
   background-color:#EAECEF;
}

.popup-share .pop-share-btn-list {
  margin-top: 40px;
}
.popup-share li+li {
  margin-top: 10px;
}
.popup-share .pop-share-btn-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #F1F1F1;
  border-radius: 15px;
  font-size: 15px;
  font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif;
  font-weight: 600;
  color: #000;
}
.popup-share .pop-share-btn-icon {
  margin-right: 6px;
  width: 26px;
  height: 26px;
}
.popup-share .pop-share-btn-list button:after {content: none;}
.popup-share .pop-share-btn-list .kakaotalk {background: #FAE200;}
.popup-share .pop-share-btn-list .facebook {background: #1877F2;color:#fff;}
.popup-share .pop-share-btn-list .twitter {background: #1D9BF0;color:#fff;}
.popup-share .pop-share-btn-list .x {background: #000;color:#fff;}
.popup-share .pop-share-btn-list .copy {margin:0;}

.popup-share.on {
  visibility: visible;
  opacity: 1;
}
.popup-share.on .pop-content {
  bottom:0;
}


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 {
  position: relative;
  /* overflow: hidden; */
  height: auto !important;
  overflow-y: auto;
  color: #000;
}

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

#share {   
  width: 100%;
 padding: 0 16px;
 text-align: center;
 box-sizing: border-box;
 position: absolute;
 bottom: 0;
}
.divider{   
  position: relative;
  height: 60px;
  background-color: #fff;
  width: 100%;
}
.step {
  width: 100%;
  height: 100vh;
  background: #f5f8f9;
  overflow: hidden;
  min-height: 700px;
}
.wrap_apply .link_apply {
  background: #000;
  color: #fff;
}
.step .wrap_apply .apply-btn {
  background: #ffe300;
  color: #000;
}
.step .wrap_apply .apply-btn {
  background: #ffe300;
  color: #000;
}
.steps {
  opacity: 0;
}
.steps.off {
  opacity: 0 !important;
  transition: opacity 0.3s;
  z-index: 0;
}
.steps.on {
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 2;
}
.steps .title-wrapper,
.steps .bottom-info ,
.steps .video{
  opacity: 0 ;
  transform: translate(0, 30px);
}

.steps.on .title-wrapper,
.steps.on .bottom-info ,
.steps.on video{
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
}

.steps.on .title-wrapper{
  transition: transform 0.6s 0.2s, opacity 0.6s 0.2s;
}
.steps.on video{
  transition: transform 0.6s 0.6s, opacity 0.6s 0.6s;
}
.steps.on .bottom-info{
  transition: transform 0.6s 1.2s, opacity 0.6s 1.2s;
}
.steps.on .bottom-info{
  transform: translate(0, 0);
  opacity: 1;
}
.steps .title-wrapper {
  padding: 54px 35px 0;
}
.steps .title {
  font-size: 23px;
  font-weight: 700;
  line-height: 27.45px;
  letter-spacing: -0.005em;
  text-align: left;
  display: block;
  margin-top: 25px;
  position: relative;
}
.steps .title::before {
content: '';
position: absolute;
left:0;
bottom:0;
height: 16px;
display: block;
  background: #FFE300;
  width: 0;
  z-index: -1;
}
.step1.on .title::before {
  transition: all .4s 1.3s;
  width: 154px;
}

.step2.on .title::before {
  transition: all .4s 1.3s;
  width: 133px;
}

.step3.on .title::before {
  transition: all .4s 1.3s;
  width: 88px;
}

.steps .label {
  background: #dbe5e9;
  padding: 0px 7px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  width: auto;
  display: inline-block;
}
.title-wrapper {
  position: relative;
  margin-bottom: 12px;
}
.bottom-info {
  opacity: 0;
  border: 1.2px solid #ddecf4;
  padding: 20px;
  background: #e1eff7;
  color: #125474;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  border-radius: 12px;
  margin: 11px 35px;
}
.title-wrapper .char {
  background: url(https://og.kakaobank.io/view/f3e34429-33ec-42b6-89c5-9849088ee13d);
  width: 84px;
  height: 86px;
  background-size: contain;
  display: block;
  position: absolute;
  top: 84px;
  right: 35px;
}

.steps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 844px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.steps-text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

video {
  opacity: 0;
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 12px;
  clip-path: inset(2px 2px);
}

:root{
  --swiper-pagination-bullet-horizontal-gap:2px;
}

main{overflow-x: hidden;}
.kv {
  text-align: center;
  height: 100vh;
  min-height: 720px;
  position: relative;
  padding: 25px 0 35px;
  background: linear-gradient(180deg, #e6f6ff 0%, rgba(255, 255, 255, 0) 100%);
}
.kv::after {
  content: ''; 
  background: url(https://og.kakaobank.io/view/60f22a22-c676-4b4e-b57b-5b23af1ab1cb);
 
  width: 96px;
  height: 86px;
  z-index: -1;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: contain;
  transform: translateX(0px) translateY(-252px);
  opacity: 0;
}
.kv.on::after {
  opacity: 1;
  transition:  opacity 0.6s 0.5s;
}

.kv .kv-title,
.kv .swiper-container{
  opacity: 0 ;
  transform: translate(0, 30px);
}
.kv.on .kv-title,
.kv.on .swiper-container{ 
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  
}
.kv.on .kv-img{
  opacity: 1;
  transform: translateX(-125px) translateY(-280px);
  transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
}

.kv.on .kv-img{ 
  transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;

}
.kv.on .kv-title{ 
  transition: transform 0.6s 0.3s, opacity 0.6s 0.3s;

}
.kv.on .swiper-container{ 
  transition: transform 0.6s 0.5s, opacity 0.6s 0.5s;

}

.label {
  border-radius: 8px;
  background: #c8e9fc;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  width: 42px;
  padding: 6px 10px 6px 11px;
}
.label.s {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  border-radius: 10px;
  background: #ffe300;
  padding: 0px 7px;
  float: left;
  width: auto;
  vertical-align: middle;
}
.label.m {
  border-radius: 8px;
  background: #c8e9fc;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  width: 42px;
  float: right;
  padding: 6px 10px 6px 11px;
}
.kv-img {
  opacity: 0;
  width: 251px;
  height: 251px;
  margin: 0 auto;
  display: block;
  transform: translateX(-125px) translateY(-280px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.kv-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px; /* 131.25% */
  text-align: left;
  display: block;
  margin-top: 20px;
  margin-bottom: 44px;
}
.kv-bottom{
  position: absolute;
  bottom: 136px
}
.swiper-container {
  height: 117px;
  width: 300px;
  position: relative;
overflow: hidden;
}
.swiper-slide .label {
  margin-right: 7px;
}
.swiper-slide h4 {
  text-align: left;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}


.swiper-slide h4 svg {
  vertical-align: sub;
  margin: 0px 6px;
  animation: flip 2.3s forwards infinite;
}
.swiper-slide h4 svg.chicken {
  vertical-align: bottom;
  animation: shake .7s infinite;
  margin: 0 3px;
}  
 @keyframes flip {
  0% {
      transform: perspective(400px) rotateY(0deg);
  }
  15% {
      transform: perspective(400px) rotateY(180deg);
  }
  30% {
      transform: perspective(400px) rotateY(360deg);
  }
  100% {
      transform: perspective(400px) rotateY(360deg);
  }
}
@keyframes shake {
    0% { transform:rotate(0deg); }
    20% { transform: rotate(-5deg); }
    40% { transform: rotate(5deg); }
    60% { transform:rotate(-5deg); }
    100% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}
.swiper-slide .desc {
  text-align: left;
  display: block;
  margin-top: 11px;
  color: var(--Black-80, #444);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 146.667% */
}
.swiper-wrapper{padding-top:34px;}
.swiper-pagination{
  top: 0;
  bottom: initial;
  left: 3.5px;
  right: initial;
  width: 51px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  top: 0;
  bottom: initial;
  left: 0;
  right: initial;
  width: 29px;
}
.swiper-pagination-bullet{width: 7px;
  height: 7px;
  opacity: 0.4;
}
.swiper-pagination-bullet-active{width: 12px;
  height: 7px;
  background-color: #000;
  border-radius: 12px;
  opacity: 1;
}

.swiper-slide{
  display: block;
  width: 300px;
  opacity: 0 !important
}
.swiper-slide.swiper-slide-active{
  opacity: 1  !important
}
.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;
}

.cash-inner {
  width:100%;
  height:100vh;
  display: table;
}

.cash-content {
  display:table-cell;
  vertical-align: middle;
  text-align: center;
}

.cash-content .cash {
  font-size:26px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom:30px;
}

.cash-webp {
  position:relative;
  width:148px;
  height:185px;
  margin:0 auto;
}

.cash-webp::after {
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:45px;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.cash-content .desc {
  font-size:17px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom:43px;
  opacity:0.7;
}

.cash-content .redirect {
  font-size:15px;
  line-height: 30px;
  font-weight: 700;
  opacity:0.2;
}
/** 공유하기 - 팝업 **/
.type-bottom .pop-content {
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  transition: bottom 0.7s;
}

.type-bottom .pop-content-inner {
  margin: 0 auto;
  padding: 10px 18px 40px 17px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
}

/* .type-bottom .btn-close {
  position: relative;
  width: 35px;
  height: 5px;
  border-radius: 20px;
  text-indent: -9999px;
  background: #799FAD;
} */

.type-bottom.on {
  visibility: visible;
  opacity: 1;
}

.type-bottom.on .pop-content {
  bottom: 0;
}

