@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

@font-face {
    font-family: 'SpoqaHanSansNeo-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    outline: none !important;
    box-sizing: border-box;
}
section{
    position: relative;
    width: 100%;
}
.section1{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img/car4.jpg?01") no-repeat #000;
    background-size: cover;
    background-position: center center;
    padding-top: 130px;
    padding-bottom: 80px;
}
.section1 .logo{
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 220px;
}
.section1 .txt1{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 50px;
}
.section1 .txt1 img{
    display: inline-block;
    width: 100%;
    max-width: 240px;
}
.section1 .txt2{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 50px;
    margin-top: 120px;
}
.section1 .txt2 img{
    display: inline-block;
    width: 100%;
    max-width: 580px;
}
.section1 .btn1 {
    position: relative;
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 80px;
    padding: 0 20px;
}
.section1 .btn1 li{
    display: inline-block;
    width: 50%;
}
.section1 .btn1 li:first-child{
    padding-right: 5px;
}
.section1 .btn1 li:last-child{
    padding-left: 5px;
}
.section1 .btn1 li img{
    width: 100%;
}
.sns{
    display: none;
    position: fixed;
    top: 30px;
    right: 90px;
    z-index: 2;
}
.sns ul{
    display: flex;
}
.sns li{
    padding: 0 10px;
}
.sns li img{
    width: 100%;
}
.quick{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0; 
    width: 100%;
    background: #ddd;
    font-size: 0;
}
.quick ul{
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #eee;
}
.quick li{
    padding: 50px 0;
}
.quick .tit1{
    font-size: 20px;
}
.quick .wr_name{
    width: 140px;
}
.quick .wr_mobile{
    width: 80px;
    margin-right: 5px;
}
.quick button{
    font-size: 20px;
    background: #000;
    color: #fff;
    border: 0;
    padding: 6px 20px;
    border-radius: 3px;
}
.section2{
    background: #fff;
    text-align: center;
}
.section2 .txt1{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/img/car3.jpg?01") no-repeat #000;
    background-size: 100% auto;
    background-position: right middle;
    text-align: center;
    color: #fff;
    padding: 100px 0;
    font-size: 48px;
    font-weight: 500;
    border-top: 0px solid #fff;
}
.section2 .icons{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 80px 0;
}
.section2 .icons ul{
    display: flex;
    justify-content: center;
}
.section2 .icons li{
    width: 320px;
    padding: 30px;
}
.section3{
    text-align: center;
    padding: 0 0;
}
.section3 img{
    display: inline-block;
    width: 100%;
    max-width: 1200px;
}
.section4{
    position: relative;
    text-align: center;
}

.section4 .sec4_1{
    position: relative;
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    padding-bottom: 100px;
}
.section4 .sec4_1 img{
    display: inline-block;
    width: 100%;
    max-width: 990px;
}
.section5{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/car5.jpg?01") no-repeat #000;
    text-align: center;
    padding: 50px 0;
}
.section5 img{
    display: inline-block;
    width: 100%;
    max-width: 940px;
}
.section6{
    background: url("/img/sec6_bg1.png?01") no-repeat #f9f9f9;
    background-size: 1920px auto;
    background-position: center bottom;
    text-align: center;
    padding: 60px 0;
}
.section6 img{
    display: inline-block;
    width: 100%;
    max-width: 900px;
}
.section7{
    text-align: center;
}
.section7 img{
    display: inline-block;
    width: 100%;
}
footer{
    position: relative;
    width: 100%;
    background: #fff;
    padding-bottom: 200px;
}
footer .foot{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    font-size: 0;
    padding: 40px 20px;
}
footer .foot img{
    width: 100%;
    max-width: 784px;
}
.float_foot_mobile{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    border-top: 1px solid #ebebeb;
    z-index: 10;
}
.float_foot_mobile ul {
    display: flex;
    justify-content: center;
}
.float_foot_mobile li{
    width: 20%;
    padding: 8px 0;
    font-size: 12px;
    text-align: center;
    line-height: 10px;
    letter-spacing: -1px;
    font-weight: 500;
}
.float_foot_mobile li a{
    text-decoration: none;
    color: #000;
}
.float_foot_mobile li img{
    display: inline-block;
    width: 30px;
}
.quick_pc{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #262626;
    border-top: 2px solid #f05014;
    z-index: 10;
}
.quick_pc .request{
    position: relative;
    width: 100%;
    max-width: 1100px;
    height: 200px;
    margin: 0 auto;
    color: #fff;
}
.quick_pc .request button{
    position: absolute;
    top: 88px;
    right: 0;
    width: 170px;
    border: 2px solid #f05014;
    padding: 21px 0px;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    background: #000;
}
.quick_pc .request button:hover{
    background: transparent;
    color: #f05014;
}
.quick_pc .request div{
    position: absolute;
    top: 130px;
}
.quick_pc .request .div1{
    left: 55px;
}
.quick_pc .request .div2{
    left: 378px;
}
.quick_pc .request .div3{
    left: 680px;
}
.quick_pc .request input{
    color: #000;
}
.quick_pc .div1::after{
    content: '성함';
    position: absolute;
    top: 2px;
    left: -55px;
    font-size: 22px;
}
.quick_pc .div2::after{
    content: '연락처';
    position: absolute;
    top: 2px;
    left: -76px;
    font-size: 22px;
}
.quick_pc .div3::after{
    content: '차종';
    position: absolute;
    top: 2px;
    left: -55px;
    font-size: 22px;
}
.quick_pc .tit1{
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, 0);
}
.float_right_pc{
    position: fixed;
    right: 20px;
    top: 50%;
    width: 201px;
    height: 526px;
    transform: translate(0, -50%);
    z-index: 10;
    background: url('/img/quick_pc_bg1.png?03') no-repeat;
}
.float_right_pc .quick_link1{
    position: absolute;
    bottom: 169px;
    width: 100%;
    height: 55px;
    font-size: 0;
}
.float_right_pc .mobile{
    position: absolute;
    bottom: 73px;
    width: 100%;
    height: 77px;
    font-size: 0;
}
.float_right_pc .kakao{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 73px;
    font-size: 0;
}
.float_right_pc .inputs{
    position: absolute;
    top: 121px;
    width: 100%;
    height: 120px;
    padding: 20px;
}
.float_right_pc li{
    padding-bottom: 4px;
}
.float_right_pc .inputs input{
    border: 1px solid #b7b7b7;
    width: 100%;
    height: 32px;
    background: #000;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    line-height: 12px;
}
.float_right_pc .agree{
    position: absolute;
    top: 269px;
    right: 25px;
    width: 15px;
    height: 15px;
}
@media (max-width: 1000px) {
    body{
        padding-bottom: 60px;
    }
    .float_right_pc{
        display: none;
    }
    .quick_pc{
        display: none;
    }
    .section1{
        background-size: 170% auto;
        background-position: center center;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .section1 .logo{
        top: 25px;
        left: 15px;
        transform: translate(0, 0);
        width: 120px;
    }
    .section1 .txt2{
        margin-top: 80px;
    }
    .section2 .txt1{
        font-size: 20px;
        background-size: cover;
        background-position: right bottom;
        padding: 50px 0;
    }
    .section2 .icons {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        padding: 50px 10px;
    }
    .section2 .icons ul{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .section2 .icons li{
        width: 50%;
        padding: 20px;
    }
    .section4 .sec4_1{
        padding: 0 0;
    }
    .sns{
        top: 24px;
        right: 15px;
    }
    .sns li{
        padding: 0 5px;
        width: 50px;
    }
    .quick{
        display: none;
    }
    .float_foot_mobile{
        display: block;
    }
    
}