
.wrap{
    width: 1920px;
    overflow: hidden;
}

body::-webkit-scrollbar{width: 16px;}
body::-webkit-scrollbar-track {background-color:#eeeeee;}
body::-webkit-scrollbar-thumb {
    background-color:#3d3d3d;
    border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover {background: #555;}
body::-webkit-scrollbar-button:start:decrement,body::-webkit-scrollbar-button:end:increment {
width:16px;
height:16px;
background:#a7a7a7;} 

.header_wrap{
    position: relative;
}

.bar{
    position: fixed; 
    right:5%; 
    top:40px; 
    width:22px; 
    height:22px;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition:0.5s;
    z-index: 12;
    cursor: pointer;
    }
    
    .bar:hover{transform: rotate(-45deg)}
    .bar.on{transform: rotate(-45deg)}
    
    .pluNavi_v{
        width: 2px;
        height: 22px;
        border-left: 2px solid #fff;
        margin-left: 10px;
        position: absolute;
    }
    .plusNavi_h{
        width: 22px;
        height: 2px;
        border-top: 2px solid #fff;
        margin-top: 10px;
        position: absolute;
    }
        
    
    
    /* toggle(슬라이드) 메뉴 추가 */
    .plusWrap{}
    .plusWrap .dim{
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.7);
        display: none;
        z-index: 10;
    }
    .plusWrap .slideMenu{
        position: fixed;
        width: 400px;
        height: 100vh;
        top: 0;
        right: -400px;
        transition: all .5s;
        z-index: 11;
    }
    .plusWrap .slideMenu ul{margin-top: 100PX;}
    .plusWrap .slideMenu ul li{
        color: rgb(255, 202, 202);
        font: bold 22PX/4 "arial";
    }
    .plusWrap .slideMenu ul li a{
        display: block; color: #fff;
    }
    
    .plusWrap.on .dim{display: block;}
    .plusWrap.on .slideMenu{right: 0;}



.header_bg{
    background: url(../img/main.jpg) no-repeat 0 0/contain;
    width: 100%;
    height: 1044px;
}
.car{
    background: url(../img/main_car.png) no-repeat 0 0/contain;
    width: 647px;
    height: 542px;
    position: absolute;
    top: 400px;
    left: 750px;
}
.buy_btn{
    background: url(../img/.png) no-repeat 0 0/contain;
    width: 274px;
    height: 74px;
    position: absolute;
    top: 380px;
    left: 100px;
}
.buy_btn a{
    display: block;
}

#fade_car{
    position: relative;
    top: -45px;
    left: 0px;
}

.contents_wrap{
    width: 1320px;
    position: relative;
    margin: 0 auto;}


/* first section */
button {
	background: transparent;
	border: none;
	padding: 8px;
	color: #FFF;
	outline: 0;
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	text-align: center;
    position: relative;
    top: 680px;
    left: -550px;
	display: block;
	margin: auto; 
    font-size: 25px;
    z-index: 999999;
}

.fade-in {
	display: none;
}

@keyframes fadeIn {
	
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.show {
	opacity: 1;
}

.hide {
	opacity: 0;
}

/* #fade_car{
    position: relative;
    top: 0;
    left: 0;
} */


button:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #FFF;
    visibility: hidden;
	margin: -7px -11px;
    transform: scaleX(0);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

button:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 4px;
	bottom: 0;
    left: 0;
	margin: 0px -3px;
    background-color: #FFF;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

button:hover {
	letter-spacing: 4px;
}

button:hover:before {
	visibility: visible;
	transform: scaleX(1)
}

button:hover:after {
	visibility: visible;
	transform: scaleX(1)
}


/* second section */
.second_con{
    position: relative;
}
.sec_bg{
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
    position: relative;    
    width: 1920px;
    height: 1080px;
}
.ori_bg{
    background-image: url(../img/second.jpg);
}
.red_bg{
    background-image: url(../img/red_car.jpg);
}

.color_car{
    background: url(../img/color_car.png) no-repeat 0 0/contain;
    width: 100%;
    height: 467px;
    position: absolute;
    top: 415px;
    left: 350px;
    opacity: 0;
    margin-right: 5500px;    
    max-width: 100%;
}
.choo_color{
    background: url(../img/color.png) no-repeat 0 0/contain;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 1000px;
    left: 50%;
    margin-left: -180px;
}
.arrow{}
.arrow a{
    display: block;
    cursor: pointer;
    background: url(../img/m_arrow.png) no-repeat 0 0/contain;
    width: 48px;
    height: 21px;
    position: absolute;
    top: 1120px;
    left: 50%;
    margin-left: -65px;
}

/* third section */
.third_con{position: relative;}
.thid_bg{
    background: url(../img/third.jpg) no-repeat 0 0/cover;
    width: 1920px;
    height: 1150px;
    position: relative;    
}
.third_con .try_drive{}

.try_drive .small_img_box{
    width: 800px; 
    margin: -100px auto; 
    position: relative;
    z-index: 8;
    top: -135px;
}
.try_drive .small_img_box .small_box_btn{width: 100%;}
.try_drive .small_img_box .small_box_btn::after{
    content: ''; 
    display: block; 
    clear: both;
}
.try_drive .small_img_box .small_box_btn li{
    cursor: pointer;
    margin-left: 20px;
    width: 140px;
    height: 100px;
    opacity: 0.3;
    float: left;
}
.try_drive .small_img_box .small_box_btn li:nth-child(1){
    background: url(../img/thr_mini1.png) no-repeat 0 0/contain;}
.try_drive .small_img_box .small_box_btn li:nth-child(2){
    background: url(../img/thr_mini2.png) no-repeat 0 0px/contain;}
.try_drive .small_img_box .small_box_btn li:nth-child(3){
    background: url(../img/thr_mini3.png) no-repeat 0 0/contain;}
.try_drive .small_img_box .small_box_btn li:nth-child(4){
    background: url(../img/thr_mini4.png) no-repeat 0 0/contain;}

.try_drive .small_img_box .small_box_btn li.on{opacity: 1;}

.try_drive .big_car{position: relative;}
.try_drive .big_car>div{
    position: absolute; 
    width: 100%; 
    height: 1063px; 
    left: 550px; 
    top: 50px;  
    opacity: 0;
    z-index: 5; 
    overflow: hidden;
}
.third_con .try_drive .big_car div:nth-child(1){
    background: url(../img/thr_car.png) no-repeat 0 0/contain;
    position: absolute;
    top: -1050px;
    left: 850px;
    height: 900px;
}
.third_con .try_drive .big_car div:nth-child(2){
    background: url(../img/thr_car_side1.png) no-repeat 0 0/contain;
    position: absolute;
    top: -1050px;
    left: 716px;
    height: 970px;
}
.third_con .try_drive .big_car div:nth-child(3){
    background: url(../img/thr_car_side.png) no-repeat 0 0/contain;
    position: absolute;
    top: -1050px;
    left: 804px;
    height: 900px;
}
.third_con .try_drive .big_car div:nth-child(4){
    background: url(../img/thr_car_back.png) no-repeat 0 0/contain;
    position: absolute;
    top: -1064px;
    left: 679px;
    height: 1000px;
}
.big_car>div.on{
    z-index: 0;
    opacity: 1;
}
.third_con .thid_bg a{
    display: block;
    background: url(../img/sec_btn.png)no-repeat 0 0/contain;
    width: 100%;
    height: 126px;
    position: relative;
    top: 450px;
    left: 295px;
    z-index: 15;
}

/* fofth section */
.fourth_con{
    position: relative;
}
.four_bg{
    background: url(../img/fourth.jpg) no-repeat 0 0/contain;
    width: 1920px;
    height: 1124px;
    position: relative;  
}
.four_bg a{
    display: block;
    background: url(../img/fou_btn.png)no-repeat 0 0/contain;
    width: 100%;
    height: 94px;
    position: relative;
    top: 450px;
    left: 1358px;
    z-index: 15;
}


/* last section */
.last{
    position: relative;
}
.last_bg{
    background: url(../img/last.jpg) no-repeat 0 0/contain;
    width: 1920px;
    height: 128px;
    position: relative;  
}
.last_bg a{
    display: block;
    background: url(../img/last_btn.png)no-repeat 0 0/contain;
    width: 100%;
    height: 80px;
    position: relative;
    top: 20px;
    left: 1500px;
    z-index: 15;
}