.fixed-bottom.d-md-block{
    background: rgba(0,0,0,0.8);
}
.fixed-bottom.d-md-block label.form-control-label{
    width: 50px;
}
.fixed-bottom.d-md-block .links{
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
}
.fixed-bottom.d-md-block .links a{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-bottom.d-md-block .links a i{
    font-size: 2em;
}
.fixed-bottom.d-md-block .links a.kakao{
    background: #ffeb00;
}
.fixed-bottom.d-md-block .links a.kakao i{
    color: #381e1f;
}
.fixed-bottom.d-md-block .links a.telephone{
    background: #435680;
}
.fixed-bottom.d-md-block .links a.telephone i{
    color: #fff;
}

.fixed-bottom.d-md-none a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.fixed-bottom.d-md-none a i{
    font-size: 2em;
}
.fixed-bottom.d-md-none a.kakao{
    background: #ffeb00;
}
.fixed-bottom.d-md-none a.kakao i{
    color: #381e1f;
}
.fixed-bottom.d-md-none a.telephone{
    background: #435680;
}
.fixed-bottom.d-md-none a.telephone i{
    color: #fff;
}
.fixed-bottom.d-md-none a.counsel{
    background: #333;
}
.fixed-bottom.d-md-none a.counsel i{
    color: #fff;
}
@keyframes hidePreloader {
    0% {
        width: 100%;
        height: 100%;
    }

    100% {
        width: 0;
        height: 0;
    }
}

body>div.preloader {
    position: fixed;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 1071;
    opacity: 0;
    transition: opacity .5s ease;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

body:not(.loaded)>div.preloader {
    opacity: 1;
}

body:not(.loaded) {
    overflow: hidden;
}

body.loaded>div.preloader {
    animation: hidePreloader .5s linear .5s forwards;
}

.bg-cover{
    background-image: url(../img/carpromotion/survey_back.jpg);
    overflow: hidden;
}
.bg-cover .card{
    background: rgba(0,0,0,0.5);
    box-shadow: none;
    border: none;
}
.bg-cover .card .title{
    width: 80%;
    max-width: 500px;
}
.bg-cover .card p.subtitle{
    font-size: 1.2em;
    color: #999;
}
.bg-cover .card h2{
    padding-left: 1.5em;
    background: url(../img/carpromotion/q.png) 0 0 no-repeat;
    background-size: 1em auto;
}
.bg-cover .card .answer{
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 1em;
    padding: 0;
    margin: 0;
    width: 100px;
    height: 100px;
    background: url(../img/carpromotion/survey_btn_back.png) 0 0 no-repeat;
    background-size: cover;
}
.bg-cover .card .position-absolute{
    right: 0px;
    bottom: 0px;
}
.bg-cover .close{
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    background: url(../img/carpromotion/survey_close.png) 0 0 no-repeat;
    background-size: cover;
    z-index: 100;
}
.bg-cover .bottom{
    left: 0px;
    bottom: 0px;
    width: 100%
}
.bg-cover .bottom .progress{
    width: 100%;
    background: rgba(0,0,0,0);
    height: 44px;
}
.bg-cover .bottom .progress .progress-bar{
    width: 100%;
    border-radius: 5em;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.17) 28%, rgba(0,0,0,0.1) 44%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.17) 28%, rgba(0,0,0,0.1) 44%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.17) 28%, rgba(0,0,0,0.1) 44%, rgba(0,0,0,0) 100%);
    box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.3);
    background-color: #ff3800;
    font-size: 1.3em;
    font-weight: bolder;
}

.scene01{
    background: url(../img/carpromotion/con01_back.jpg) top center no-repeat;
}
.scene01 h2{
    line-height: 1.5;
    font-size: 1.8em;
}
.scene01 h2 strong{
    font-size: 1.15em;
}

.scene02{
    background: url(../img/carpromotion/con02_back.jpg) top center no-repeat;
    background-size: cover;
}
.scene02 .con02_title{
    width: 80%;
    max-width: 700px;
}
.scene02 h5{
    line-height: 1.5;
    font-size: 1.2em;
}
.scene02 h4 strong{
    font-size: 1.15em;
    background: #000;
    line-height: 1.7;
}
.scene02 .card{
    border: 1px solid #435680;
    border-radius: 0;
    min-height: 400px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.scene02 .card h1{
    font-weight: 700;
    font-size: 2.3em;
    margin-bottom: 6em;
}
.scene02 .card .d-flex{
    display: flex;
    flex-flow: column;
}
.scene02 .card .d-flex ul{
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    width: 100%;
    padding: 0;
}
.scene02 .card .d-flex ul li{
    list-style: none;
}
.scene02 .card .d-flex ul li:first-child{
    font-size: 1.3em;
    color: #333;
}
.scene02 .card .d-flex ul li:last-child{
    font-size: 0.8em;
    color: #555;
}
.scene02 .card .d-flex ul li:last-child span{
    color: #fb2525;
}
.scene02 .card .d-flex h2{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.5em;
    font-weight: 700;
    box-sizing: border-box;
    margin: 0;
}
.scene02 .card .d-flex h2 .bigtxt{
    font-size: 1.1em;
}
.scene02 .card .d-flex h2 .black{
    font-size: 2em;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 0.1em;
    padding: 0 0.3em;
    margin: 0 0.05em;
    box-sizing: border-box;
}
.scene02 .card.con02_img01{
    background: url(../img/carpromotion/con02_img01.png) top center no-repeat;
    background-size: cover;
}
.scene02 .card.con02_img02{
    background: url(../img/carpromotion/con02_img02.png) top center no-repeat;
    background-size: cover;
}
.scene02 .card.con02_img03{
    background: url(../img/carpromotion/con02_img03.png) top center no-repeat;
    background-size: cover;
}
.scene02 .card.con02_img04{
    background: url(../img/carpromotion/con02_img04.png) top center no-repeat;
    background-size: cover;
}
.scene02 .card.con02_img05{
    background: url(../img/carpromotion/con02_img05.png) top center no-repeat;
    background-size: cover;
}
.scene02 .card.con02_img06{
    background: url(../img/carpromotion/con02_img06.png) top center no-repeat;
    background-size: cover;
}

.scene03{
    background: url(../img/carpromotion/con03_back.jpg) top center no-repeat;
    background-size: cover;
}
.scene03 h5{
    line-height: 1.5;
    font-size: 2.2em;
    color: #ddd;
}
.scene03 .position-absolute{
    bottom: 3em;
    left: 0;
    z-index: 100;
}

.scene04 h5{
    line-height: 1.4;
    font-size: 2.2em;
    color: #555;
}
.scene04 h5 strong{
    font-size: 1.1em;
}

.scene05{
    background: url(../img/carpromotion/con05_back.jpg) top center no-repeat;
    background-size: cover;
    padding: 17em 0 23em 0 !important;
    box-sizing: border-box;
    min-height: 1074px;
}
.scene05 h5{
    line-height: 1.4;
    font-size: 2.2em;
    color: #555;
    font-weight: 700;
}
.scene05 .img-fluid{
    max-width: 70%;
    height: auto;
}

.scene06{
    background: url(../img/carpromotion/con06_back.jpg) top center no-repeat;
    background-size: cover;
}
.scene06 .col-md-3{
    position: relative;
}
.scene06 .col-md-3:last-child::after{
    display: none
}
.scene06 .col-md-3::after{
    content: '';
    position: absolute;
    right: -1em;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 40px;
    background: url(../img/carpromotion/con06_next.png) 50% no-repeat;
    background-size: cover;
}
.scene06 h3,.scene06 h4{
    color: #e6c138;
}
.scene06 h3 span{
    margin: auto 1em;
}
.scene06 i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}
.scene06 i.step01{
    background: url(../img/carpromotion/con06_icon01.png) 50% no-repeat;
}
.scene06 i.step02{
    background: url(../img/carpromotion/con06_icon02.png) 50% no-repeat;
}
.scene06 i.step03{
    background: url(../img/carpromotion/con06_icon03.png) 50% no-repeat;
}
.scene06 i.step04{
    background: url(../img/carpromotion/con06_icon04.png) 50% no-repeat;
}

.scene07{
    background: url(../img/carpromotion/con07_back.jpg) top center no-repeat;
    background-size: cover;
}
.scene07 label{
    color: #fff;
}
.scene07 .btn-warning{
    background: #fbd10b;
    color: #000;
}
.footer-dark{
    background: #262424;
}
.footer-dark .facebook{
    display: inline-flex;
    width: 47px;
    height: 47px;
    background: url(../img/carpromotion/icon_facebook.png) top center no-repeat;
    background-size: cover;
}
.footer-dark .blog{
    display: inline-flex;
    width: 47px;
    height: 47px;
    background: url(../img/carpromotion/icon_blog.png) top center no-repeat;
    background-size: cover;
}
.modalPop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background: rgba(0,0,0,0.3);
}
.modalPop.show{
    visibility: visible;
    opacity: 1;
    transition: .3s;
    z-index: 1050;
}
.modalPop .card{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    max-height: 80vh;
}
.modalPop .card-body{
    overflow-x: hidden;
    overflow-y: auto;
}
.goTop{
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    background: url(../img/carpromotion/topBtn.png) top center no-repeat;
    background-size: cover;
    z-index: 1100;
    border: none;
    padding: 0;
}


@media (max-width: 991.98px) {
    .goTop{
        position: fixed;
        right: 0px;
        bottom: 44px;
    }

    .modalPop .card{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80%;
    }
    .bg-cover .card p.subtitle{
        font-size: 0.75em !important;
        letter-spacing: -1px;
    }
    .bg-cover .card h2{
        font-size: 1em;
    }
    .bg-cover .card h3{
        font-size: 1em;
    }
    .bg-cover .card p{
        font-size: 0.75em;
        line-height: 1.1;
    }
    .bg-cover .close{
        width: 30px !important;
        height: 30px !important;
    }
    .bg-cover .bottom .progress .progress-bar{
        font-size: 0.9em !important;
        border-radius: 0.6em !important;
    }
    .bg-cover .card .answer{
        width: 60px;
        height: 60px;
        font-size: 0.7em;
        background: url(../img/carpromotion/survey_btn_back.png) 0 0 no-repeat;
        background-size: cover;
    }
    .scene01{
        padding: 6em 0 !important;
    }
    .scene01 h2{
        line-height: 1.3;
        font-size: 1.2em;
    }
    .scene01 h2 strong{
        font-size: 1em;
    }
    .scene02{
        background-size: cover
    }
    .scene02 h5{
        line-height: 1.5;
        letter-spacing: -1px;
        font-size: 0.9em;
    }
    .scene02 h4 strong{
        font-size: 0.75em;
        letter-spacing: -1px;
        background: #000;
    }
    .scene02 .card .d-flex ul{
        flex-flow: column;
        display: flex;
        align-items: flex-start;
        width: 100%;
        padding: 0;
    }
    .scene02 .card .d-flex ul li:last-child{
        font-size: 0.7em;
    }
    .scene02 .card .d-flex h2 .bigtxt{
        font-size: 0.9em;
    }
    .scene02 .card .d-flex h2 .black{
        font-size: 1.3em;
        padding: 0 0.2em;
        box-sizing: border-box;
    }
    .scene02 .card{
        min-height: 340px;
        margin: 0;
    }
    .scene02 .col-md-6,.scene06 .col-md-3{
       margin-top: 1rem !important;
    }
    .scene02 .card.con02_img01{
        background: url(../img/carpromotion/con02_img01.png) 50% no-repeat #fff;
        background-size: contain;
    }
    .scene02 .card.con02_img02{
        background: url(../img/carpromotion/con02_img02.png) 50% no-repeat #fff;
        background-size: contain;
    }
    .scene02 .card.con02_img03{
        background: url(../img/carpromotion/con02_img03.png) 50% no-repeat #fff;
        background-size: contain;
    }
    .scene02 .card.con02_img04{
        background: url(../img/carpromotion/con02_img04.png) 50% no-repeat #fff;
        background-size: contain;
    }
    .scene02 .card.con02_img05{
        background: url(../img/carpromotion/con02_img05.png) 50% no-repeat #fff;
        background-size: contain;
    }
    .scene02 .card.con02_img06{
        background: url(../img/carpromotion/con02_img06.png) 50% no-repeat #fff;
        background-size: contain;
    }
    .scene03{
        padding: 4em 0 0 0!important;
    }
    .scene03 h5{
        line-height: 1.3;
        font-size: 1.2em;
        color: #ddd;
    }
    .scene03 .mt-5{
        margin-top: 2rem !important;
    }
    .scene03 .mb-7{
        margin-bottom: 3.5rem !important;
    }
    .scene03 .position-absolute{
        bottom: 0em !important;
    }
    
    .scene04{
        padding: 4em 0!important;
    }
    .scene04 h5{
        line-height: 1.3;
        font-size: 1.2em;
    }
    .scene04 h5 strong{
        font-size: 1.1em;
    }
    
    .scene05{
        background: url(../img/carpromotion/con05_back.jpg) top center no-repeat;
        background-size: cover;
        padding: 5em 0 !important;
        box-sizing: border-box;
        min-height: 380px;
    }
    .scene05 .img-fluid{
        max-width: 90%;
        height: auto;
    }
    .scene05 h5{
        line-height: 1.3;
        font-size: 1.2em;
    }
    
    .scene06 h3{
       font-size: 1em;
    }
    .scene06 h3 span{
        margin: auto 0.5em;
    }
    .scene06 .col-md-3::after{
        display: none
    }
    .scene07 .col-md-6,.scene07 .col-md-12{
       margin-top: 1rem !important;
    }
    .con07_title{
        width: 90%;
    }
}