@charset "utf-8";
html,body{	
	 height: 100%;
}
/*layout*/
#wrap{
	position: relative;
	width:100%;
	height:100vh;	 
	display: flex;
	flex-direction: column;	
	justify-content:space-between;	
	position: relative;
}

#fixed-header{
	top: 0;  
	width: 100%;
	height:70px;
    position:fixed;  
    z-index: 106;
    background-color: #fff;
}
.header-wrapper{	
	max-width:2000px;		
	height:100%;
	display: flex;
	justify-content:flex-end;
	align-items:center;
	padding: 0 20px;
	margin:0 auto;  
	box-sizing: border-box; 
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

#main{ 
	width: 100%;	
	height:100%;
	flex: 1;	
	margin-top: 70px; 
	box-sizing: border-box;
}
.main-wrapper{	
	max-width:2000px;
	height:100%;
	margin:0 auto; 
	display:flex; 
	flex-direction: row;
}
	.asidebar{
		width:22%; 
		height:100%;		
	}
	.aside_top{
		display: none;
	}
	.aside_cont{
		width:100%;
		height:100%;
	}
	.aside-wrapper{ 
		width:100%; 
		height:100%;	
		display:flex;
		flex-direction: column;
		justify-content:space-around;	
	    box-sizing: border-box;	
	    box-shadow: 3px 4px 12px 0 rgba(0,0,0,.05), 0 0 1px 0 rgba(0,0,0,.3);
	}
	.aside-list{	
		width:100%;   
	    height: 100%;    
	}
.products-wrapper{	
	width:78%;
	height: 100%;
	padding:0 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;	
	
}
	.products-head{ 		
		display: flex; 
		height:100px; 	
		align-items: center;	
		padding:20px 0;
		box-sizing: border-box;
	}
	.product_main{ 
		width:100%;	
		height:800px;				
		overflow: hidden;
	}
		
		.product_main > img{			  
		    object-fit: cover;
		    min-width: 100%;
		    max-width: 100%;   
		    height: 100%;
		    transition: 400ms;
			
		}
		.product_main .swiper-container img{
			width:100%;
 			height: 100%;

		}
		.product_main{
			position: relative;
		}
		.swiper-pagination{
			position: absolute;
			bottom:310px;
			left:410px;
			z-index: 110;
		}
		.swiper-container-horizontal > .swiper-pagination-bullets {
		  bottom: 10px;
		  left: 0;
		  width: 100%;
		}

	.icons{
		height:100px;
	}

#footer{
	width:100%;		
	flex:0;	 
}
.footer-wrapper{
	max-width:2000px;
	height:100%;	
	margin:0 auto;
	display: flex;
	flex-direction: column;	
}

/*--index*/
.header-wrapper .online{
	position: absolute;
	left:50%;
	top:20px;
	font-size: 20px;
	font-family: Land Rover;
	margin-left: -130px;
}

#main .index_cont{
	max-width:2000px;	
	height:100%;	
	min-height:800px;
	display: flex;
	flex-wrap: nowrap;
	margin:0 auto; 
}
#main .index_cont .cont_img {
	display: flex;
	flex:1;
	justify-content: center;
	align-items: center;
}
#main .index_cont .cont_img:nth-child(1){
	background:url(../images/Range-rover_HOB.jpg)no-repeat;
}
#main .index_cont .cont_img:nth-child(2){
	background:url(../images/Defender_HOB.jpg)no-repeat;
}
#main .index_cont .cont_img:nth-child(3){
	background:url(../images/Discovery_HOB.jpg)no-repeat;
}

#main .index_cont .cont_img .cont_info{
	display: flex;
	flex-direction: column;
	height:120px;
	justify-content: space-between;
	align-items: center;
}
#main .index_cont .cont_img .cont_info img{
	height:24px;
}
#main .index_cont .cont_img .cont_info button{
	width:120px;
}
/*index--*/

/*header*/
.header-wrapper .brand_logo{
	position: absolute;
	top:26px;
	left:50%;	
	margin-left: -86px;
}
.header-wrapper .navbar-items{
	display: flex;
	height:100%;
}
.header-wrapper .navbar-items li{	
	display:flex;
	align-items: center;
	padding:10px;
}
.header-wrapper .navbar-items li a{ 
	display: flex; 
	flex-direction: column;
}
.header-wrapper .navbar-items li:hover{
	background: rgba(0,0,0,0.1);
}
.header-wrapper .navbar-items li span{
	font-size:12px;
	line-height: 15px;
	text-align: center;
}
.header-wrapper .navbar-items li img{
	width:25px; 
	height:25px;
}



/*main-aside*/	
.menu_group{	
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-start;
	width:100%;
	padding:30px 10px 30px 30px;
	box-sizing: border-box;
	background: var(--gray4);
	border-bottom: 1px solid var(--white);
	font-family: Land Rover Web,Arial,Helvetica,sans-serif;
}
.aside-wrapper .on{		
	background: var(--white);	
}

.menu_group:last-child{
	border-bottom:none;
}	
.menu_group h4{
	font-size:16px;
	font-weight: bold;	
	color:var(--black);
	cursor: pointer;	
	
}

.menu_group .sub li.icon_sv::after {
            content: "";
            display: block;
            width: 20px;
            height: 21px;
            margin:0 0 5px 5px;
            background: url(../images/icon_sv.png)no-repeat;
            background-size: 20px 21px;
                  
}

.menu_group li{
	padding:5px 0;
	font-size:15px;
	line-height:1.3rem;
	display: flex; 
	align-items: flex-start;
	color:var(--gray1);  
}
.aside-wrapper button.btn_black{
	display: none;
}
.icon_spec{
	display: flex;
	flex-direction: row;
}
.icon_spec li{		
	margin:30px 0;
	padding: 0 30px;
	border-right: 1px solid var(--gray3);
}
.icon_spec li:last-child{
	border-right: none;
	letter-spacing: -1px;
}
.icon_spec li a{ 
	display: flex;
	flex-direction: row;
	align-items: center;	
	font-size:12px;
}
.icon_spec li img{
	width:35px;
	margin-right: 10px;
}
.menu_group button.btn_black{
		display:none;
	}

.color_sample li{  
	float:left; 
	width:50px; 
	height:50px;
	margin: 5px 8px 6px 0;
	padding:3px;
	border:2px solid rgba(0,0,0,0);
	cursor: pointer; 
	box-sizing: border-box;  
	border-radius:50%;
}
.color_sample li.on{
	width:50px; 
	height:50px;
	margin-top:5px;
	border:2px solid #005a2b;
	padding:3px; 
	box-sizing: border-box; 
	border-radius:50%;
}
.color_sample li img{
	width:40px; 
	height:40px; 
	border-radius: 50%; 
}

/*main-section*/

.products-head .filter_result{
	font-size:16px;
	font-weight:bold;
}
.products-head .filter_result span{
	font-size:18px;	
	font-family: Land Rover Web,Arial,Helvetica,sans-serif;
}

.icons{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.products-list{				
	display:flex;
	flex-wrap: wrap; 
	padding-bottom:50px;
	box-sizing: border-box;	
}
	
.products{ 
	flex: 0 0 100%;
    min-width: 100%;
    padding:20px;
    box-sizing: border-box;
}
.products_box{
	width:100%;
	height:100%;
	background-color: #fff;   
    margin: 0 auto;
    box-shadow: 3px 4px 12px 0 rgba(0,0,0,.05), 0 0 1px 0 rgba(0,0,0,.3);
    display: flex;
    flex-direction: column;  
    justify-content: space-between; 
    position: relative;
    transition: background-color .3s;	
}
.products_box img{
	width:100%;
}
.products_box .products_cont{
	padding:25px 10px 10px 25px;
}
.products_box .products_cont .title{	
	font-size:18px;	
	font-family: Land Rover Web Bold,Arial,Helvetica,sans-serif;
	line-height: 1.2rem;
	padding:5px 0;
}

.products_box .products_cont .title a { 
	width:100px;
	font-size:11px;	
	display: flex;
	flex-direction: column;	
	text-align: center;
}
.products_box .products_cont .title a img{
	width:22px;
}

.products_box .products_cont .car_price{
	display: flex;
	line-height:40px;
}
.products_box .products_cont .car_price span:first-child{
	width:45%;
	font-weight:bold;
	font-size:16px;
}
.products_box .products_cont .car_price span:last-child{
	width:55%;
}

.products_box .products_cont .car_info{	
	padding:10px 0;
}
.products_box .products_cont .car_info li{
	display: flex;
	padding:3px 0;
}

.products_box .products_cont .car_info li span:first-child{
	font-family: Land Rover Web Bold,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	widtH:45%;
}
.products_box .products_cont .car_info li span:last-child{
	color:var(--gray1);
	widtH:55%;
	display:flex;
	align-items: center;
}
.products_bt{ 
	display: flex;
	justify-content: flex-end;
	padding:15px 30px;

}
.products_bt button{
	padding:15px 25px; 	
}

/*footer*/
.footer_menu, .footer_link,.footer_dealer,.footer_copy{
	width:100%;	
	padding:20px 40px;	
	box-sizing: border-box;
}
.footer_menu, .footer_link{
	display:flex;
}
.footer_dealer{

}
.footer_copy{
	flex-direction: column;
	justify-content: flex-start;
}
.footer_copy p{
	width:100%;
	padding:4px 0;
}
.footer_menu{	
	background:var(--gray1);
}
.footer_menu a{
	margin-right: 20px;
	color:var(--gray4);
}

.footer_link,.footer_dealer{		
	border-bottom:1px solid var(--gray4);
}
.footer_link a{
	margin-right: 20px;
}
.footer_dealer{
	width:100%; 
	padding-bottom:20px;
}
.footer_dealer h4{
	font-size:14px; 
	font-weight: bold;
}

table.dealer_info { 
	width:96%; 
	margin:0 auto;
}
table.dealer_info th{
	font-size:12px; 
	font-weight: bold; 
	line-height: 30px;
}
table.dealer_info td{
	font-size:11px; 
	color:#777; 
}
table.dealer_info td,table.dealer_info th{
	padding:3px 8px; 
	text-align: left; 
}   

.m_deal_info{
	display:none;
}
.footer_dealer .list_box{
	position: relative;
}
.footer_dealer .list_box span{
	position: absolute; 
	top:-20px; right:0;
	width:20px;
	height:20px;
	background: #666;  
	font-size:14px; 
	font-weight: 800; 
	color:#fff;
	text-align: center;
}
.hide{
	display:none;
}
.show{
	display: block;
}
.more{
	position:absolute; 
	top:-20px; right:0; 
	width:20px;  
	height:20px; 
	cursor: pointer; 
	z-index: 999;
}
/*태블릿*/
@media screen and (min-width:768px) and (max-width: 1100px){
	#fixed-header{
		height:90px;  
	}
	#main{			
		margin-top: 90px;
	}
	.main-wrapper{
		width:100%; 		
	}

	.header-wrapper{
		width:100%;	
		margin:0;		
		padding:0;
		flex-direction: column;
		justify-content: flex-end;
	}
	.header-wrapper .online{
		top:2px;
		margin-left: -86px;
	}

	.header-wrapper .brand_logo{			
		top:8px;
		margin-left: -86px;
	}
	.header-wrapper .navbar-items{
		width:100%;
		height:56px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-right:20px;
		border-top: 1px solid var(--gray4);
	}
	.header-wrapper .navbar-items li{	
		padding:0 5px; 
	}
	.header-wrapper .navbar-items li span{
		font-size:10px;
	}
	.header-wrapper .navbar-items li img{
		width:22px; 
		height:22px;
	}
	.asidebar{
		width:30%;
	}
	.products-wrapper{
		width:70%;
	}
	.products-head{
		height:86px;
	}
	.products-head .filter_result{
		font-size: 13px;		
	}
	.products-head .filter_result span{
		font-size:14px;
	}
	.menu_group{
		padding:25px 10px;
	}
	.menu_group h4{
		font-size:14px;
	}
	.menu_group li a{
		font-size: 13px;
	}
	
	.icon_spec li{		
		padding: 0 20px;
	}
	.icon_spec li a{ 				
		flex-direction: column;
	}	
	.icon_spec li img{
		margin-right: 0;
		margin-bottom:10px;
	}

}
/*차량제원밑 아이콘들 레이아웃*/
@media screen and (max-width: 1279px){

.icons{ 
	width:100%;
	flex:1;
	flex-direction: column-reverse;
	justify-content: flex-end;
	}

.icons div{
		width:100%;
		margin-top: 20px;
		display: flex;
		box-sizing: border-box;
		justify-content: flex-end;
	}
.icon_spec{ 
		width:100%;
		justify-content: space-around;
	}

}
/*모바일*/
@media screen and (max-width: 767px){
	#fixed-header{
		height:90px;  
	}
	#main{			
		margin-top: 90px;
	}
	.main-wrapper{
		width:100%; 		
	}	

	.products-wrapper{		
		width:100%;	
		padding:0;	
	}
	.products-head{ 
		height:74px;
		padding:0;	
		align-items: flex-start;	
	}
	
	.icons{
		flex:1;		
	}	

	#main .index_cont{
		width:100%;	
		height:100%;	
		min-height:600px;
		flex-direction: column;
		}
	
	#main .index_cont .cont_img .cont_info{
		display: flex;
		flex-direction: column;
		height:100px;
		justify-content: space-between;
		align-items: center;
	}
	
	.header-wrapper{
		width:100%;	
		margin:0;		
		padding:0;
		flex-direction: column;
		justify-content: flex-end;
	}
	.header-wrapper .brand_logo{			
		top:8px;
		margin-left: -86px;
	}
	.header-wrapper .online{
		top:2px;		
	}
	.header-wrapper .navbar-items{ 
		width:100%;
		height:56px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-right:20px;		
		border-top: 1px solid var(--gray4);	
	}
	.header-wrapper .navbar-items li{	
		padding:0 5px; 
	}
	.header-wrapper .navbar-items li span{
		font-size:10px;
	}
	.header-wrapper .navbar-items li img{
		width:22px; 
		height:22px;
	}		
	.asidebar{
		width:100%; 
		height: 100%; 
		position: fixed; 
		top:0; left:-100%;
		z-index:101; 
		transition:all .35s;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		}
	.aside_top{		
		display: block;
		width:100%; 		
	}	
		.aside_o{
			display: block;
			width:100%; 		
			height:90px;
			background: black;
			opacity: 0;
		}
		.aside_m{
			display: block;
			width:100%;
			background: black;
			opacity: 0.5;
		}
	.aside_cont{
		width:100%;
		flex:1;
		overflow-y: scroll;
	}
	.aside-wrapper{			
		height:100vh;	
		justify-content: flex-start;	
		
	}	
	.menu_group{			
		padding:15px 10px 15px 30px;
	}	
	.aside-wrapper button.btn_black{
		display:block;
		width:100%;
	}
	
	.products-head .filter_result{ 
		width:100%;		
		padding:10px 10px 10px 40px;
		font-size:12px;	
		font-weight:normal;
	}
	.products-head .filter_result span{
		font-size:13px;
		font-weight:normal;
		letter-spacing: -0.5px;
	}
	.aside-wrapper.active{
		display:flex;
	}
	.dealer_info{
		display:none;
	}
	.m_deal_info{
		font-size:12px;
		display:block;
	}
	.icons div{
		margin-right: 20px;
	}
	.icon_spec {		
		flex-direction: column;
		padding: 20px 0;
	}
	.icon_spec li {
		border-right: 0;
		margin:10px 0 10px 30px;
		padding:0;
	}
	.icon_spec li a{ 		
		flex-direction: row;
	}

	.icon_spec li a p{
		margin-left: 20px;
	}
	.icon_spec li img{
		width:30px;
		margin-right: 0;
	}
	.footer-wrapper{
		width:100%;
	}	
	
	.footer_menu, .footer_link,.footer_copy{
		font-size:12px;
		display:flex;
		flex-wrap: wrap;
		line-height: 1.2rem;
		
	}
	.footer_menu, .footer_link,.footer_dealer,.footer_copy{
		padding:16px 20px;	
	}
	.footer_link{
		align-self:flex-end;
	}	
}


@media screen and (max-width: 1600px){
	.product_main{
		height:700px;
	}
}
@media screen and (max-width: 1400px){
	.product_main{
		height:600px;
	}
	#main .index_cont .cont_img .cont_info img{
	height:12px;
	}
}
@media screen and (max-width: 1280px){
	.product_main{
		height:500px;
	}
}
@media screen and (max-width: 1024px){
	.product_main{
		height:450px;
	}
	.aside_top{	
		height:600px;
	}
	.aside_m{					
		height:510px;
	}	
}
@media screen and (max-width: 768px){
	.product_main{
		height:350px;
	}
	.aside_top{	
		height:500px;
	}
	.aside_m{					
		height:410px;
	}
}	
@media screen and (max-width: 500px){
	.product_main{
		height:250px;
	}
	.aside_top{	
		height:400px;
	}
	.aside_m{					
		height:310px;
	}
}	
@media screen and (max-width: 400px){
	.product_main{
		height:200px;
	}
	.aside_top{	
		height:350px;
	}
	.aside_m{					
		height:260px;
	}
}
	