@charset "UTF-8";


/*style*/

/*메인 이미지*/
.main-banner{
    margin-top:90px;
}
.title-container{
    position:relative;
    padding-left:70px;
    height: 600px;  
}
.title-container.show {
    transition: 2s all ease;
}
.title-container .txt{
    position:relative;
    z-index: 10;
    
}
.title-container h3{
    display: block;
    
    font-weight: 800;
    font-size: 72px;
    line-height: 96.2%;
    letter-spacing: -0.06em;
    color: #3B2B8F;
    animation: fadeUp 2s forwards;
}

.title-container p{
    margin-top:45px;
    font-weight:400;
    font-size: 20px;line-height: 30px;
    letter-spacing: -0.06em;color: #3B2B8F;
    opacity: 0;
    animation: fadeUp 2s forwards;
    animation-delay:0.5s
}

.title-container .main-btn {
    position:relative;
    z-index: 10;
    margin-top:40px;  
    opacity: 0;
    animation: fadeUp 2s forwards;
    animation-delay:0.75s
}
.title-container .main-btn a {
    display: inline-block;
    position:relative;
    padding:20px 40px 20px;
    font-size: 20px; color:#fff;
    background: #3B2B8F;border-radius: 6px;  
}

.title-container .anime {width: 100%;overflow: hidden;}

/*ani*/
.title-container .bg-img-01 {
    position:absolute;bottom:0px;left:-25%;/*top:260px;*/
    width: 620px;height:324px;
    background:url('../../images/main/img-mb-01.png') no-repeat bottom;
    background-size:100%;
    z-index: 1;
    opacity: 0;
    animation: fadeLeft 2s forwards;

}
/*.title-container.show .bg-img-01{
    opacity: 1;
    transform: translateX(0);
}*/
.title-container .bg-img-02 {
    position:absolute;bottom:0px;left:45%;/*top:80px;*/
    width: 454px;height:513px;
    background:url('../../images/main/img-mb-02.png') no-repeat bottom;
    background-size:100%;
    z-index: 1;
    opacity: 0;
    animation: fadeIn 2s forwards;
    animation-delay:0.5s
    
}

.title-container .bg-img-03 {
    position:absolute;bottom:0px;right:-15%;/*top:255px;*/
    width: 568px;height:351px;
    background:url('../../images/main/img-mb-03.png') no-repeat bottom;
    background-size:100%;
    z-index: 2;
    opacity: 0;
    animation: fadeRight 2s forwards;
    animation-delay:0.75s

}


/*캐리박스 장점*/
.main-card {margin-top:150px;}
.mc-content {margin-bottom:95px;} 
.mc-content:last-child{margin-bottom:0;}
.mc-content .img{
    width: 480px;height: 352 px;
    transition: transform 1s ease;
    transform: translateX(-150px);
    opacity: 0;
}
.main-card .mc-content.show .img{
    transform: translateX(0);
    opacity: 1;
}

.mc-content .img img{
    width: 100%;
}
.mc-content .txt{
    padding-top:15px;
    padding-left:90px;
    opacity: 0;
    transition: transform 2s ease;
    transform: translateX(150px);
}
.main-card .mc-content.show .txt{
    transform: translateX(0);
    opacity: 1;
}
.mc-content .m-txt{
    display: none;
    opacity: 0;
    } 
.main-card .mc-content .m-txt.show{
    transform: translateY(0);
    opacity: 1;
}
.mc-content .txt h4{
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
}
.mc-content .txt p{
    margin-top:25px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.04em;
    color:#595959;
}
.mc-content .mc-btn{
    margin-top:40px;
    display: inline-block;
    padding:13px 20px;
    background: #FFFFFF;
    border: 1.5px solid #3B2B8F;
    box-sizing: border-box;
    border-radius: 4px;
}
.mc-content .mc-btn a{
    display:block;
    font-weight: 500;
font-size: 18px;
line-height: 26px;
    color:#3B2B8F;
}

/*app 화면 캐리박스가 더 똑똑해 집니다.*/
.main-sub-card{
    padding-top:60px;
    margin-top:150px;
    background: #3C3469;
}
.main-sub-card .title{
    color:#fff;
}

.main-sub-card .title h3{
    opacity: 0;
    margin-top:15%;
    position: relative;
    padding-left:60px;
    font-size: 48px;font-weight: 400;
    color:#fff;
    line-height: 70px;
    letter-spacing: -1px;
}

.main-sub-card .title h3 i{
    position: absolute;
    top:8px;left:0;
    width: 48px;height: 48px;
    background: url('../../images/main/img_icon_01.png')no-repeat;
    background-size: 100%;
}
.main-sub-card .title p{
    margin-top:20px;
    font-size: 16px;
    
    line-height: 26px;
}
.main-sub-card .title p.m-txt{
    display: none;
}
.main-sub-card .img{
    position: relative;
    height: 487px;
}
.main-sub-card .ani-container {
    position: absolute;bottom:0;right:0;
    width: 387px;
    height: 517px;
    background: url('../../images/main/img_bg_phone.png') no-repeat ;
    background-size: 100% 110%;
}
.main-sub-card .ani-container .ani-change{
    margin:30px 35px 0;
    position:relative;
    width: 320px;
    height:490px;
    text-align: center;
    background: url('../../images/main/img-phone-change-01.png')no-repeat 0 55px;
    background-size: 320px 430px;
    overflow: hidden;
} 
.main-sub-card .ani-container .ani-change img{
    position: absolute;
    top:55px;
    left:0;
    width: 320px;
    height:430px;
    opacity: 1;
    border-radius: 20px 20px 0 0;
}
.main-sub-card .ani-container .ani img{
    animation:fadeOut 1s forwards ;
}
.ani-container .ani-change img.ani01{
    animation-delay: 2s;
    z-index: 4;
}
.ani-container .ani-change img.ani02{
    animation-delay: 4s;
    z-index: 3;
}
.ani-container .ani-change img.ani03{
    animation-delay: 8s;
    z-index: 2;
}
.ani-container .ani-change img.ani04{
    animation-delay: 12s;
    z-index: 1;
}

/*메인 경험 카운트*/
.main-count {
    margin-top:85px;
     text-align: center;
}
.main-count h3{
    display: inline-block;
    margin:0 auto;
    position: relative;
    padding: 0 70px;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
}
.main-count h3 i{
    position: absolute;
    top:10px;
    width: 37.5px;
    height: 37.5px;   
    background: url(../../images/main/ico-trophy.svg)no-repeat;
}
.main-count h3 i:first-child{
    left:0;
}
.main-count h3 i:last-child{
    right:0;
}
.main-count .row{
    margin-top:96px;
    text-align: center;
}
.main-count .row .col-xs-4 {
    position: relative;
    height: 240px;
}

.main-count .tit{
    position: relative;
    display: inline-block;
    text-align: center;align-items: center;
    font-size: 28px;
    line-height: 41px;
}
.main-count .tit:after{
    content: '';width: 110%;height: 20px;
    background: #EBEDFA;
    position: absolute;
    top:20px;left:-5%;z-index: -1;
}
.main-count .count{
    position: absolute;
    top: 20%;
    left: 0%;
    width: 100%;
    margin:23px 0 0 0;
    display: block;
    height: 94px;
}
.main-count .count strong{
    display: inline-block;
    font-weight: 900;
    font-size: 80px;
    line-height: 94px;
    letter-spacing: -1px;
}
.main-count .count strong.secon{
    
    font-size: 40px;

}
.main-count .count span{
   display: inline-block;
}
.main-count .txt{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0%;
    display: block;
    margin-top:22px;
    
    display: block;
    
}
.main-count .txt span{
    display: inline-block;
    padding:7px 25px;
    font-size:18px;
    border: 1px solid #595959;
    box-sizing: border-box;
    border-radius: 21px;
}

.gray-box{
    margin-top:100px;
    width: 100%;height: 36px;
    background: #F7F7F7;
}
/*메인 리뷰*/
.main-review {
    margin-top:65px;
}
.main-review .title{
    text-align: center;
}
.main-review .title h3{
    font-size: 42px;
    line-height: 61px;
}
.main-review .title p{
    font-size: 18px;
    font-weight: 400;
    color:#595959;
    line-height: 26px;
}
.main-review .card-container{
    margin-top:60px ;
    margin-bottom:60px ;
    padding:20px 110px;
    width: 1420px;
    position: relative;
    overflow: hidden;
}


.swiper-wrapper {
    height: 400px;
}

.swiper-button-prev{
    
    color:#585858;
}
.swiper-button-next{
    position:absolute;
    top: 10px;
    right: -1px;
    color:#585858;
    background:#fff url('../../images/main/slider-arrow-right.svg')no-repeat 100% 50%;
    width: 105px;
    height: 420px;
    z-index: 2;

}
.swiper-button-next:after{
    content: '';
}
.swiper-button-prev{
    position:absolute;
    top: 10px;
    left: -1px;
    color:#585858;
    background:#fff url('../../images/main/slider-arrow-left.svg')no-repeat 0 50%;
    width: 105px;
    height: 420px;
    z-index: 2;

}
.swiper-button-prev:after{
    content: '';
}
/*
.main-review .card-container .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 84px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.main-review .card-container .m-slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 84px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.main-review .card-container .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    right:0;
    top: 50%;
    display: block;
    width: 42px;
    height: 84px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.main-review .card-container .m-slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    right:0;
    top: 50%;
    display: block;
    width: 42px;
    height: 84px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.main-review .card-container .slick-prev:before{
    content: '';
    top:0;right:10px;
    display: block;
    background: url('../../images/main/slider-arrow-left.svg')no-repeat;
     width: 42px;
    height: 84px;
}
.main-review .card-container .slick-next:before{
    content: '';
    top:0;right:0px;
    display: block;
    background: url('../../images/main/slider-arrow-right.svg')no-repeat;
     width: 42px;
    height: 84px;
}*/
.main-review .card-container .card{
    margin: 20px 10px;
}
.main-review .card-container .card .slick-cont{
    padding:30px 35px;
    margin:20px 0px;
    /*margin-right: 30px !important;
    width: 31% !important;*/
    height: 340px;
    background: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    border-radius: 20px;

}
.card-container .card .reply{
    display: block;
    height: 168px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /*display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:7; -webkit-box-orient:vertical; 
    overflow:hidden; text-overflow:ellipsis;*/
}

.card-container .card .writer {
    position:relative;
   margin-top: 20px;
    font-size: 16px;
line-height: 26px;
}
.card-container .card .writer:before{
    content: '';
    position: absolute;
    top:-30px;left:0;
    margin-top:20px;
    display:block;
    width: 100%;height: 1px;
    background: #DBDBDB;
}
.card-container .card .rank{
    display: flex;
    flex-wrap: nowrap;
    margin-top:10px;
}
.card-container .card .rank i{
    display:inline-block;
    width: 26px;height: 25px;
    background: url('../../images/main/ico-star.svg') no-repeat;
}

/*하단 광고 배너*/
.main-ad-bottom{
    padding:100px 0 85px;
    background: linear-gradient(296.91deg, #D6F8E5 0%, #E3E6F9 50.65%);
}
.main-ad-bottom .title{
    padding-left:0;
    height: 100%;
    font-weight: 300;
    font-size: 40px;
    line-height: 114.3%;
    word-break: keep-all;
}
.main-ad-bottom .title p{
    margin-top:20px;
    justify-content: center;
}
.main-ad-bottom .title p > span{
    display: block;
    font-size: 20px;
}
.main-ad-bottom .title p.m{
    display: none;
}
.main-ad-bottom .img {
    margin-left:0px;
    text-align: right;
    
}
.main-ad-bottom .img a{
    width: 322px;
    height: 206px;
    display: block;
    float: right;

}
.main-ad-bottom .img img{
    width: 100%;
    text-align: right;
}
.m-img {display: none;}
