/* 랜딩페이지 CSS */
/* fullpage dots */
.swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: #ddd;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span{
    background: #333;
}
/* //fullpage dots */




/* header */
.header_wrap{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:100;
    min-width: 1280px;
    transition: all 0.3s;
    height:80px;
    background-color: transparent;
}
.header{
    width: 100%;
    /*height:65px;*/
    padding:0 10px;
    min-width: 1280px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.3s;
}
h1.logo img {
    height: 80px;
    margin-left: 35px;
    padding: 16px 0;
    transition: all 0.3s;
}
.hd_sns{
    padding: 16px 40px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.hd_sns a{
    padding:0 5px;
}
.hd_sns a img{
    height:40px;
}
/* //header */







/**main css**/
/**main common**/
#fullpage .section{
    width:100%;
    height: 100vh !important;
}
#fullpage .section .fp-tableCell{
    height: 100vh !important;

}
.section .layout_wrapper{
    position: relative;
    height: 100%;

    width: 1080px;
    margin: 0 auto;
    clear: both;
}
.section .home_wrapper{
    margin: 0 auto;
    max-width: 920px;
    position: relative;
    height: 100%;
}
.section .home_wrapper .content{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.section .layout_wrapper .content{
    width: 100%;
    height:570px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    white-space: nowrap;
}
.section .layout_wrapper .content .title{
    font-size: 72px;
    line-height: 92px;
    font-family: 'noto-black';
}
.section .layout_wrapper .content .home_info .sub_title{
    font-size: 26px;
    font-family: 'noto-b';
    margin-top: 20px;
    color: #121212;
}
.section .layout_wrapper .content .home_info .sub_title span{
    color: #0059D4;
}
.section .layout_wrapper .content .home_info .sub_info{
    display:block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'noto-light';
    color: #9e9e9e;
    margin-top: 5px;
}

/**section 1**/
.section .home_wrapper .content .title{
    font-size: 68px;
    line-height: 86px;
    font-family: 'noto-black';
    color: #121212;
    font-weight: 800;
}
.section .home_wrapper .content .home_info .sub_title{
    font-size: 28px;
    font-family: 'LotteMartDream';
    font-weight:700;
    margin-top: 20px;
    color: #121212;
}
.section .home_wrapper .content .home_info .sub_title span{
    color: #0059D4;
}
.section .home_wrapper .content .home_info .sub_info{
    display:block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'LotteMartDream';
    font-weight:300;
    color: #9e9e9e;
    margin-top: 8px;
}
.down_btn_area{
    margin-top:20px;
}
.down_btn_area .btn{
    display:inline-block;
    width:196px;
    background-color:#fff;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:22px;
    padding-right:6px;
    border-radius:6px;
    cursor:pointer;
    border:1px solid #e8e8e8;
}
.down_btn_area .btn .text{
    text-align:left;
    float:left;
}
.down_btn_area .btn .text p{
    font-size:14px;
}
.down_btn_area .btn .text span{
    font-size:16px;
    display:block;
    font-family:'noto-b';
    font-weight: 600;
    letter-spacing:-0.03em;
}
.down_btn_area .google_play{
    margin-right:6px;
}
.down_btn_area .google_play img{
    height:36px;
    margin-right:12px;
    float:left;
}
.down_btn_area .app_store img{
    height:38px;
    margin-right:12px;
    float:left;
}
.down_btn_area .kakao_ask{
    display: block;
    width: 402px;
    margin-top: 15px;
    background: #FDE500;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}

/**section 2**/
#section2 .all-section-bg01 .layout_wrapper .content{
    width:100%;
    height:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#section2 .all-section-bg01{
    width: 100%;
    height: 100%;
    background-color:#0059D4;
}
.section .layout_wrapper .content .title02{
    text-align:center;
    color:#fff;
    font-weight: 700;
    font-size: 55px;
    line-height: 80px;
    font-family: 'noto-b';
}

/**section 3**/
.section .layout_wrapper .content .title03 .number{
    display:block;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.03em;
    font-family: 'noto-b';
    margin-bottom:10px;
}
.section .layout_wrapper .content .title03{
    font-size: 52px;
    line-height: 70px;
    font-family: 'noto-b';
    font-weight: 700;
    color: #121212;
}
.section .layout_wrapper .content .home_info .sub_info02{
    display: block;
    font-size: 16.5px;
    line-height: 30px;
    font-family: 'noto-r';
    color: #666;
    margin-top: 30px;
    letter-spacing: -0.03em;
}

/**section 6**/
#section6 .all-section-bg02 .layout_wrapper .content{
    width:100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#section6 .all-section-bg02{
    width: 100%;
    height: 100%;
    background-color:#000;
}

/**section 9**/
#section9 .all-section-bg02{
    width: 100%;
    height: 100%;
    background-color:#fff;
}
.section .all-section-bg02 .layout_wrapper .content .img_area{
    width: 330px;
    height: 340px;
    display: block;
    margin: 30px auto;
}
.section .all-section-bg02 .layout_wrapper .content .img_area img{
    width:100%;
}
#section9 .layout_wrapper .content .title02{
    color:#121212;
}

/**section 10**/
#section10 .all-section-bg03{
    width: 100%;
    height: 100%;
    background-color:#f6f6f6;
}
/*#section10 .all-section-bg03 .layout_wrapper .content{
    width:100%;
    height:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/


/**section 11**/
#section11 .all-section-bg03{
    width: 100%;
    height: 100%;
    background-color:#f6f6f6;
}
.miniview_area{
    position:relative;
    height:100%;
}
.phonemockup_wrap{
    position: absolute;
    top:50%;
    left:50px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
.phonemockup_mockup-img{
    width:100%;
}
.phonemockup_mockup{
    width: 174px;
    height: 287px;
    border-radius: 1px;
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    overflow: hidden;
}
.phonemockup_mockup img{
    width: 100%;
}
.mini_btns{
    width: 66px;
    position: absolute;
    top: 50%;
    left: 160px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
.mini_btns img{
    opacity: 0.1;
    padding: 9px;
    outline: none;
    height: 35px;
    cursor:pointer;
}
img.mini_btns-next{
    opacity: 1;
    margin-left: 135px;
}
.mini_btns img:hover{
    opacity: 1;
    height:35px
}






/**section 12**/
#section12 .layout_wrapper .content{
    width: 100%;
    height: auto;
    position: absolute;
    top: 290px;
    left: 500px;
}
.dealer_list{
    position: absolute;
    bottom: 20px;
    left: 60px;
    width: 100%;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    z-index: 100;
}
.dealer_list li{
    position: relative;
    width: 185px;
    height: 230px;
    display: inline-block;
    margin-left: 30px;
    border-radius: 10px;
    -webkit-box-shadow: -5px 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -5px 10px 20px 0 rgba(0, 0, 0, 0.2);
    background-size: 185px 230px;
    -webkit-background-size: 185px 230px;
}
.dealer_list li{
    opacity:0;
}
.dealer_list li:first-child{
    margin-left: 0;
}
.dealer_list li.dealer01{
    z-index: 10;
    background: url(../img/landing/bg_dealer01.png) 0 0 no-repeat;
    width: 230px;
    height: 288px;
    background-size: contain;
    -webkit-background-size: contain;
}
.dealer_list li.dealer02{
    z-index: 5;
    background: url(../img/landing/bg_dealer02.png) 0 0 no-repeat;
    width: 230px;
    height: 288px;
    background-size: contain;
    -webkit-background-size: contain;
}
.dealer_list li.dealer03{
    z-index: 5;
    background: url(../img/landing/bg_dealer03.png) 0 0 no-repeat;
    width: 230px;
    height: 288px;
    background-size: contain;
    -webkit-background-size: contain;
}
.dealer_list li.dealer04{
    z-index: 5;
    background: url(../img/landing/bg_dealer04.png) 0 0 no-repeat;
    /*background-size: 185px 230px;*/
    /*background-size: 230px 288px;*/
    /*-webkit-background-size: 185px 230px;*/
    width: 230px;
    height: 288px;
    background-size: contain;
    -webkit-background-size: contain;
}


/**section 12**/
#section13{
    position: relative;
    background: url(../img/landing/bg_download.png) 0 0 no-repeat;
    background-size:cover;
    width:100%;
    height:100%;
}
#section13::after{
    content: '';
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#section13 .layout_wrapper .content{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align:center;
    z-index: 10;
}
#section13 .layout_wrapper .content .title{
    display:inline-block;
    color:#fff;
    font-size: 40px;
    border-bottom: 2px solid #fff;
}
#section13 .layout_wrapper .content .sub_title{
    color:#fff;
    font-size: 42px;
    line-height: 64px;
    font-family: 'noto-light';
}
#section13 .layout_wrapper .content .sub_title span{
    color:#fff;
    font-family: 'noto-b';
    font-weight: 800;
}
#section13 .footer{
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    background-color:#fff;
    z-index: 10;
}
#section13 .footer .footer_inner{
    position: relative;
    width:1280px;
    margin:auto;
    padding: 35px 17px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#section13 .footer .footer_inner .fooeter_logo{
    position: absolute;
    right: 80px;
    top: 40px;
    width: 154px;
    height: 60px;
    background: url(/images/common/h_logo.png) no-repeat;
    opacity: 0.2;
    z-index: 5;
    background-size: 140px;
}
#section13 .down_btn_area {
    margin-top: 45px;
}
#section13 .down_btn_area .kakao_ask{
    display: inline-block;
}
.footer_topbtn{
    position: absolute;
    top: 24px;
    right: 66px;
    width: 70px;
    height: 70px;
    /* background: #fff; */
    /* border-radius: 6px; */
    /* border: 1px solid #e8e8e8; */
    /* width: 43px; */
    /* height: 43px; */
    cursor: pointer;
    z-index: 2000;
}
.footer_topbtn img{
    display:block;
    /*height:18px;*/
}
.footer_link{
    margin-bottom:20px;
}
.footer_link a{
    display:inline-block;
    font-size: 14px;
    letter-spacing: -0.04em;
    margin-right:15px;
}
.footer_link a.privacy{
    font-family:'noto-b';
    color:#121212;
}
.footer_link a.term{
    font-family:'noto-r';
    color:#666;
}
.footer_info{
    width:600px;
    display: inline-block;
    padding-right: 20px;
}
.footer_info .footer_cp{
    padding-bottom:5px;
}
.footer_cp dl{
    display: inline-block;
    margin-right: 16px;
}
.footer_cp dt{
    font-size: 13px;
    float: left;
    margin-right: 10px;
    letter-spacing:-0.03em;
    color: #949494;
    line-height: 1.6em;
}
.footer_cp dd{
    font-size: 13px;
    float: left;
    letter-spacing: -0.04em;
    line-height: 1.6em;
}
.footer_copy{
    display:block;
    font-family:'noto-r';
    font-size:13px;
    letter-spacing:-0.03em;
    padding-top:15px;
    color:#c0bfbf;
}
.footer_right{
    width:600px;
}
.footer_right .footer_cs{
    margin-right: 40px;
}
.footer_right .footer_cs .number{
    font-size: 28px;
    font-family: 'noto-black';
    margin-bottom: 10px;
}
.footer_right .footer_cs span{
    color:#949494;
    font-size: 13px;
    line-height: 24px;
    font-family: 'noto-r';
}
.footer_right .footer_cs .title,
.footer_right .footer_sns .title{
    font-size: 14px;
    letter-spacing:-0.04em;
    margin-bottom: 15px;
    font-family:'noto-b';
}
.footer_right .footer_sns img{
    height: 42px;
    margin-right: 5px;
    cursor:pointer;
}
.section .layout_wrapper .content .text_box{
    position: absolute;
    top: 50%;
    left:0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
.section .layout_wrapper .bg-item{
    position: absolute;
    bottom: 0;
    right: 0;
}
.text_box{
    display:inline-block;
    vertical-align:top;
    width: 480px;
}

/**main bg**/
.section .home_wrapper .bg-item{
    width: 690px;
    height: 500px;
    position: absolute;
    z-index: 200;
    opacity: 1;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.section .layout_wrapper .bg-item{
    width: 600px;
    height: 530px;
    display: inline-block;
    vertical-align: top;
    z-index: 200;
    opacity: 1;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.section .home_wrapper .bg-item.main{
    background: url(../img/landing/bg_phone01.png) 0 0 no-repeat;
    top: -10%;
    right: -40%;
    background-size: contain;
}
.bg-wave{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:170px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
}
/*.bg-wave.purple{
    background: url(/images/bg/bg_wave01.png) no-repeat;
    background-size:cover;
}
.bg-wave.black{
    background: url(/images/bg/bg_wave02.png) no-repeat;
    background-size:cover;
}*/
.section .layout_wrapper .bg-item.sub_img1{
    background: url(../img/landing/bg_howto01.png) 0 0 no-repeat;
    background-size: 560px;
    background-position: center;
}
.section .layout_wrapper .bg-item.sub_img2{
    background: url(../img/landing/bg_howto02.png) 0 0 no-repeat;
    background-size: 560px;
    background-position: center;
}
.section .layout_wrapper .bg-item.sub_img3{
    background: url(../img/landing/bg_howto03.png) 0 0 no-repeat;
    background-size: 450px;
    background-position: center;
    height: 600px;
}
.section .layout_wrapper .bg-item.sub_img4{
    background: url(../img/landing/bg_howto05.png) 0 0 no-repeat;
    background-size: 560px;
    background-position: center;
}
.section .layout_wrapper .bg-item.sub_img5{
    background: url(../img/landing/bg_howto04.png) 0 0 no-repeat;
    background-size: 560px;
    background-position: center;
}
.section .layout_wrapper .bg-item.sub_img6{
    background: url(../img/landing/bg_howto06.png) 0 0 no-repeat;
    background-size: 560px;
    background-position: center;
}
.section .layout_wrapper .bg-item.sub_img7{
    background: url(../img/landing/bg_howto07.png) 0 0 no-repeat;
    background-size: 560px;
    background-position: center;
}
.section .layout_wrapper .bg-item.sub_img8{
    background: url(../img/landing/bg_howto08.png) 0 0 no-repeat;
    background-size: 560px;
    background-position: center;
}




/**animation effect**/
.sec01_t{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sec01_h{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sec01_b{
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sec02_t{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sec09_img{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*.sec10_video{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/
.sec11_mockup{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sec12_dealer{
    -webkit-animation-name: fadeInUp3;
    animation-name: fadeInUp3;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.dealer_list li.dealer01{
    animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
}
.dealer_list li.dealer02{
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}
.dealer_list li.dealer03{
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
}
.dealer_list li.dealer04{
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}
.phonemockup_wrap {
    width: 267px;
    height: 540px;
}
.phonemockup_wrap img{
    width: 100%;
}
.phonemockup_mockup {
    width: 249px;
    height: 409px;
}
img.mini_btns-next {
    margin-left: 180px;
}
img.mini_btns-prev {
    margin-left: -162px;
}





/**medai query**/
@media screen and (min-width: 1280px){
    .phonemockup_wrap {
        width: 267px;
        height: 540px;
    }
    .phonemockup_mockup {
        width: 249px;
        height: 409px;
    }
    img.mini_btns-next {
        margin-left: 180px;
    }
    img.mini_btns-prev {
        margin-left: -162px;
    }
    .video_span{
        padding-top:40px;
    }
    #section12 .layout_wrapper .content{
        top: 30%;
    }

}
@media screen and (min-width: 1340px){
    .phonemockup_wrap {
        width: 272px;
        height: 551px;
    }
    .phonemockup_mockup {
        width: 253px;
        height: 414px;
        top: 63px;
    }
    img.mini_btns-next {
        margin-left: 210px;
    }
    img.mini_btns-prev {
        margin-left: -187px;
    }
    .video_span{
        padding-top:60px;
    }
}
@media screen and (min-width: 1470px){
    .phonemockup_wrap {
        width: 290px;
        height: 588px;
    }
    .phonemockup_mockup {
        width: 270px;
        height: 444px;
        top: 67px;
    }
    img.mini_btns-next {
        margin-left: 230px;
    }
    img.mini_btns-prev {
        margin-left: -206px;
    }
    .video_span{
        padding-top:5px;
    }
    #section12 .layout_wrapper .content{
        top: 31%;
    }
}






@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -ms-transform: translate3d(0, 200px, 0);
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
    to {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUp2 {
    from {
        opacity: 0;
        -ms-transform: translate3d(200px, 0, 0);
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
    to {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -ms-transform: translate3d(200px, 0, 0);
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
    to {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInUp3 {
    from {
        opacity: 0;
        -ms-transform: translate3d(15px, 0, 0);
        -webkit-transform: translate3d(15px, 0, 0);
        transform: translate3d(15px, 0, 0);
    }
    to {
        opacity: 1;
        -ms--webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp3 {
    from {
        opacity: 0;
        -ms-transform: translate3d(15px, 0, 0);
        -webkit-transform: translate3d(15px, 0, 0);
        transform: translate3d(15px, 0, 0);
    }
    to {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* 모바일 움직임 */
@keyframes section1_mb {
    from {
        opacity: 0;
        -ms-transform: rotate(-25deg) translate3d(200px, 156px, 0);
        -webkit-transform: rotate(-25deg) translate3d(200px, 156px, 0);
        transform: rotate(-25deg) translate3d(200px, 156px, 0);
    }
    to {
        opacity: 1;
        -ms-transform: rotate(-25deg) translate3d(56px, 156px, 0);
        -webkit-transform: rotate(-25deg) translate3d(56px, 156px, 0);
        transform: rotate(-25deg) translate3d(56px, 156px, 0);
    }
}






@media (max-width:1200px){
    .section .layout_wrapper{
        width: 90%;
    }
    .section .layout_wrapper .bg-item.sub_img3{
        bottom: -10%;
    }
    .section .layout_wrapper .bg-item.sub_img4,
    .section .layout_wrapper .bg-item.sub_img5,
    .section .layout_wrapper .bg-item.sub_img6{
        background-size: 450px;
        background-position: right;
    }
    .section .layout_wrapper .bg-item.sub_img7{
        background-size: 500px;
        background-position: right;
    }
    .section .layout_wrapper .bg-item.sub_img8{
        background-size: 420px;
        background-position: right;
    }
    .phonemockup_wrap{
        width: 257px;
        height: 530px;
        left: 0;
        top: 54%;
    }
    .section .layout_wrapper .content .home_info .sub_info02{
        margin-top: 20px;
    }
    .dealer_list{
        left: 60px;
    }
    .dealer_list li.sec12_dealer{
        width: 200px;
        height: 258px;
        margin-left: 20px;
    }
    .dealer_list li.sec12_dealer:first-child{
        margin-left: 0;
    }
}
@media (max-width:1024px){
    .section .home_wrapper{
        width: 90%;
    }
    .section .home_wrapper .bg-item{
        width: 250px;
        right: 0 !important;
    }
    .section .layout_wrapper .content{
        height: 100%;
        padding-top: 80px;
    }
    .section .layout_wrapper .bg-item{
        width: 100%;
        bottom: unset;
        top: 0;
    }
    .section .layout_wrapper .content .text_box{
        top: unset;
        bottom: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translate(0, -10%);
    }
    .section .layout_wrapper .bg-item.sub_img2{
        background-size: 450px;
    }
    .section .layout_wrapper .bg-item.sub_img3{
        height: 500px;
        top: 4%;
        background-size: 350px;
    }
    .section .layout_wrapper .bg-item.sub_img4, .section .layout_wrapper .bg-item.sub_img5, .section .layout_wrapper .bg-item.sub_img6, .section .layout_wrapper .bg-item.sub_img7, .section .layout_wrapper .bg-item.sub_img8{
        background-position: center;
    }
    .section .layout_wrapper .bg-item.sub_img8{
        background-size: 380px;
    }
    #section12 .layout_wrapper .content{
        top: 80px;
        left: 0;
        padding: 0;
        -webkit-transform: translate(0, 0);
        text-align: center;
    }
    .phonemockup_wrap{
        width: 237px;
        height: 510px;
        left: 50%;
        top: unset;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
    }
    .dealer_list {
        width: unset;
        left: 50%; bottom: 14%;
        -webkit-transform: translate(-50%, 0);
    }
    .dealer_list li.sec12_dealer{
        width: 150px;
        height: 188px;
        margin-left: 10px;
    }
    .dealer_list li.sec12_dealer:nth-child(n + 4){
        display: none;
    }
    #section13 .layout_wrapper .content{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 159px;
    }
    #section13 .layout_wrapper .content .sub_title{
        margin-top: 0;
    }



}
@media (max-width:768px){
    /* header */
    .header_wrap{
        height: 57px;
    }
    h1.logo img{
        height: 34px;
        margin-left: 0;
        padding: 0;
        margin-bottom: -35px;
    }


    #fp-nav.right{
        right: 1px;
    }
    body{
        letter-spacing: -0.08em;
    }
    .section .home_wrapper{
        width: calc(100% - 40px);
    }

    /* section1 */
    .section .home_wrapper .content{
        height: 100%;
        padding-top: 57px;
    }
    .section .home_wrapper .content .title{
        font-size: 38px;
        line-height: 52px;
        text-align: center;
    }
    .section .home_wrapper .content .home_info .sub_title{
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
    }
    .section .home_wrapper .content .home_info .sub_info{
        font-size: 15px;
        text-align: center;
        margin-top: 0;
    }
    .down_btn_area{
        display: flex;
        flex-wrap: wrap;
    }
    .down_btn_area .btn{
        width: calc((100% - 10px) / 2);
        padding: 15px 6px 15px 15px;
        letter-spacing: normal;
    }
    .down_btn_area .btn:nth-child(1){
        margin-right: 10px;
    }
    .down_btn_area .google_play{
        margin-right: 0;
    }
    .down_btn_area .google_play img,
    .down_btn_area .app_store img{
        height: 21px;
    }
    .down_btn_area .btn .text p{
        font-size: 12px;
    }
    .down_btn_area .btn .text span{
        font-size: 13px;
    }
    .section .home_wrapper .bg-item.main{
        animation-name: section1_mb;
        top: unset;
        bottom: -50px;
        width: 100%;
        background-position: center bottom;
        background-size: 220px;
    }
    .down_btn_area .kakao_ask{
        width: 100%;
    }

    /* section2 */
    #section2 .all-section-bg01 .layout_wrapper .content,
    .section .layout_wrapper .content{
        padding-top: 0;
        white-space: normal;
        word-break: keep-all;
    }
    .section .layout_wrapper .content .title02{
        font-size: 29px;
        line-height: 48px;
        letter-spacing: -0.1em;
    }

    /* section3~ 공통 */
    #section3 .layout_wrapper .content,
    #section4 .layout_wrapper .content,
    #section5 .layout_wrapper .content,
    #section7 .layout_wrapper .content,
    #section8 .layout_wrapper .content,
    #section9 .layout_wrapper .content,
    #section10 .layout_wrapper .content,
    #section11 .layout_wrapper .content{
        display: flex;
        flex-wrap: wrap;
        height: auto;
        padding-top: 0;
    }
    .section .layout_wrapper .bg-item,
    .section .layout_wrapper .content .text_box{
        position: unset;
        margin-top: 30px;
    }
    .section .layout_wrapper .bg-item{
        order: 1;
        height: 250px;
    }
    .section .layout_wrapper .content .text_box{
        order: 2;
    }
    .section .layout_wrapper .content .title03{
        font-size: 24px;
        line-height: 40px;
    }
    .section .layout_wrapper .content .home_info .sub_info02{
        font-size: 14px;
        line-height: 25px;
    }

    /* 이미지크기 */
    .section .layout_wrapper .bg-item.sub_img1,
    .section .layout_wrapper .bg-item.sub_img2,
    .section .layout_wrapper .bg-item.sub_img3,
    .section .layout_wrapper .bg-item.sub_img4,
    .section .layout_wrapper .bg-item.sub_img5,
    .section .layout_wrapper .bg-item.sub_img6,
    .section .layout_wrapper .bg-item.sub_img7,
    .section .layout_wrapper .bg-item.sub_img8{
        height: 250px;
        background-size: contain;
    }
    .section .layout_wrapper .bg-item.sub_img3,
    .section .layout_wrapper .bg-item.sub_img7{
        height: 260px;
    }
    .section .layout_wrapper .bg-item.sub_img8{
        height: 270px;
        max-width: 324px;
        margin: 0 auto;
        background-size: cover;
    }



    /* section12 */
    .section .layout_wrapper{
        display: flex;
        flex-wrap: wrap;
        /* height: auto; */
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    #section12 .miniview_area{
        order: 2;
        position: unset;
        height: auto;
        margin-top: 30px;
    }
    #section12 .phonemockup_wrap{
        position: relative;
        height: 400px;
        text-align: center;
        bottom: -30%;
    }
    #section12 .layout_wrapper .content{
        order: 1;
        position: unset;
    }
    #section12 .phonemockup_wrap img{
        width: unset;
        height: 100%;
    }
    .dealer_list{
        bottom: -8%;
    }


    /* section13 */
    #section13 .layout_wrapper .content{
        padding-bottom: 259px;
    }
    #section13 .layout_wrapper .content .home_info{
        width: 100%;
    }
    #section13 .layout_wrapper .content .sub_title{
        font-size: 20px;
        line-height: 32px;
    }
    #section13 .down_btn_area{
        margin-top: 20px;
    }
    #section13 .footer .footer_inner{
        padding: 35px 17px 50px;
    }
    #section13 .footer .footer_inner,
    .footer_info{
        width: 100%;
    }
    .footer_cp dt{
        margin-right: 4px;
    }
    .footer_cp dl{
        margin-right: 6px;
    }
    .footer_info .footer_cp{
        padding-bottom: 0;
    }
    .footer_copy{
        padding-top: 10px;
    }


    /* footer */
    .footer_topbtn{
        right: 20px;
    }
}
@media (max-width:425px){}
