@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;
}
#index-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%;
	flex: 1;	
	margin-top: 70px; 
	box-sizing: border-box;
}
#index_main{ 
	width: 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; 
		justify-content: space-between;
		height:100px; 	
		align-items: center;	
		padding:20px 0;
		box-sizing: border-box;
	}
	.product_main,.product_main .swiper-container,.product_main .swiper-container .swiper-wrapper { 
		width:100%;	
		height:750px;				
		
	}
		
		.product_main img {			  
		    object-fit: cover;
		    min-width: 100%;
		    max-width: 100%;   
		    height: 100%;
		    transition: 400ms;
			
		}
		

		
	.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;
	font-weight: bold;
}

#index_main .index_cont{
	max-width:2000px;	
	height:100%;	
	min-height:800px;
	display: flex;
	flex-wrap: nowrap;
	margin:0 auto; 
}
#index_main .index_cont .cont_img {
	display: flex;
	flex:1;
	justify-content: center;
	align-items: center;
}
#index_main .index_cont .cont_img:nth-child(1){
	background:url(../images/Range-rover_HOB.jpg)no-repeat;
}
#index_main .index_cont .cont_img:nth-child(2){
	background:url(../images/Defender_HOB.jpg)no-repeat;
}
#index_main .index_cont .cont_img:nth-child(3){
	background:url(../images/Discovery_HOB.jpg)no-repeat;
}

#index_main .index_cont .cont_img .cont_info{
	display: flex;
	flex-direction: column;
	height:120px;
	justify-content: space-between;
	align-items: center;
}
#index_main .index_cont .cont_img .cont_info img{
	height:24px;
}
#index_main .index_cont .cont_img .cont_info button{
	width:120px;
}
.mask_rr{	
	position: fixed; 
	left:0; 
	top:0;
	width: 100%; 
	height: 100vh;
	z-index: 9999;
	background:	url("../images/Range-rover_HOB.jpg")center bottom ;	
	background-size: cover;	
	animation-name:img-moving;
	animation-duration: 1s;
}
.mask_def{	
	position: fixed; 
	left:0; 
	top:0;
	width: 100%; 
	height: 100vh;
	z-index: 9999;
	background:	url("../images/Defender_HOB.jpg")center bottom ;	
	background-size: cover;	
	animation-name:img-moving;
	animation-duration: 1s;
}
.mask_dis{	
	position: fixed; 
	left:0; 
	top:0;
	width: 100%; 
	height: 100vh;
	z-index: 9999;
	background:	url("../images/Discovery_HOB.jpg")center bottom ;	
	background-size: cover;	
	animation-name:img-moving;
	animation-duration: 1s;
}
.pop_box_index{ 
	position:fixed; 
	width:auto;  
	left:50%; 
	top:50%; 
	z-index: 10000; 
	height: auto;
	padding:50px;
	box-sizing: border-box;
	border:1px solid var(--gray3); 
	background: rgba(255,255,255,0.9); 
	transform:translate(-50%, -50%);
	animation-name: img-moving2;
	animation-duration:1s;
}
@keyframes img-moving{
	0%{opacity: 0;}
	100%{transform: translateX(0);}
}
@keyframes img-moving2{
	0%{opacity: 0;}
	50%{opacity: 0;}
	100%{opacity: 1;}
}

.index_main{ 
	width:100%;
	height:100%;
	margin:0 auto;	
	display: flex;
	justify-content: space-around;
}
.index_main .productBox{
	display: flex;
	flex-direction: column;
	width:350px;
	margin: 10px;
	box-sizing: border-box;
}
.index_main .productBox img{
	width:100%;
	transition: all 0.25s linear;
}
.index_main .productBox img:hover{	
	background: rgba(255,255,255,0.8);
}
.index_main .productBox p{
	font-size: 16px;
	font-weight: 300;
	font-family: 'Land Rover Web Bold',Arial,Helvetica,sans-serif;
}
.index_main .productBox a:hover img {
	transition: 0.2s all; 
	filter: brightness(70%);
}
/*툴팁*/
.tooltip,.tooltip2,.tooltip3 {
	position: relative;
	display: inline-block;
}
.tooltip .tooltiptext,.tooltip2 .tooltiptext2,.tooltip3 .tooltiptext3{
	position: absolute;	
	top:54px; 
	left:-90px; 
	visibility: hidden;	
	width: 300px; 
	background-color: rgba(0,0,0,0.35); 
	color:#414141; 
	padding: 20px;		
	text-align: left;	
	z-index: 1; 
	box-sizing: border-box;

}

.tooltip.active .tooltiptext,.tooltip2.active .tooltiptext2,.tooltip3.active .tooltiptext3 { 
	visibility: visible; 
}
.tooltip .tooltiptext a,.tooltip2 .tooltiptext2 a,.tooltip3 .tooltiptext3 a{
	color:var(--gray2);
	display:block;
	font-size: 16px;
	line-height: 36px;	
	font-family: 'Land Rover Web',Arial,Helvetica,sans-serif;
}

.tooltip .tooltiptext a:hover,.tooltip2 .tooltiptext2 a:hover,.tooltip3 .tooltiptext3 a:hover{
	color: rgba(255,255,255,1);
	font-family: 'Land Rover Web Bold';
}
/*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;
	font-weight: bold;
}
.header-wrapper .navbar-items li:hover{
	background: rgba(0,0,0,0.1);
}
.header-wrapper .navbar-items li.shop_name{
	border-left:1px solid var(--gray4);
	font-size: 12px;
	font-weight: bold;
}
.header-wrapper .navbar-items li.shop_name:hover{
	background: rgba(0,0,0,0);
}
.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: center;

	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 0;
            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);  
}
.menu_group ul.color_sample{
	max-height:360px;
	overflow-y: auto;
}
.aside-wrapper button.btn_black{
	display: none;
}
.icon_spec{
	display: flex;
	flex-direction: row;
}
.icon_spec li{		
	margin:30px 0;
	padding: 0 30px;
	border-left: 1px solid var(--gray3);
}
.icon_spec li:first-child{
	border-left: none;
	letter-spacing: -1px;
}
.icon_spec li a{ 
	display: flex;
	flex-direction: row;
	align-items: center;	
	font-size:12px;
}
.icon_spec li:nth-child(1) a span, .icon_spec li:nth-child(2) a span,.icon_spec li:nth-child(3) a span{
	opacity:0.4;
}
.icon_spec li:nth-child(1) a span.on, .icon_spec li:nth-child(2) a span.on,.icon_spec li:nth-child(3) a span.on{
	opacity: 1;
}
.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; 
	padding-right: 50px;
	box-sizing: border-box;
}
.products-head .filter_result span{
	font-size:18px;	
	font-family: Land Rover Web,Arial,Helvetica,sans-serif;
}
.products-head .filter_result p{
		font-size: 14px;
	}
.products-head .price_web{
	height:100%;
	display:flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 10px;
	font-size:17px;
	font-weight: 600;
	border-left: 1px solid var(--gray3);
	box-sizing: border-box;
}
.icons .price_mobile{
	display:none;
}
.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:110px;  
	}
	#index-header{
		height:110px;  
	}
	#main{			
		margin-top: 110px;
	}
	#index_main{			
		margin-top: 110px;
	}
	.main-wrapper{
		width:100%; 		
	}
	.pop_box_index{ 
	  min-width:80%;	
	  max-width:80%;
	  
	}
	.index_main {
	  flex-wrap: wrap;
	}
	.index_main .productBox{		
		width:40%;
	}
	
	.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{
		position: relative;
		top:0;
		left:0;	
		margin-left:0;
		display: flex;
		justify-content: center;
		align-items: center;
		height:50px;		
	}
	.header-wrapper .nav-box{
		display: flex;
	}
	.header-wrapper .navbar-items{ 
		width:100%;
		height:60px;
		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:20px; 
		height:20px;
	}	

	.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;
	}
	.products-head .filter_result p{
		font-size:12px;
	}
	.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: 767px){
	#fixed-header{
		height:100px;  
	}
	#index-header{
		height:60px;  
	}
	#main{			
		margin-top: 100px; 
	}
	#index_main{			
		margin-top: 60px; 
	}
	.main-wrapper{
		width:100%; 		
	}
	.pop_box_index{ 
	  min-width:60%;	
	  max-width:60%;
	  padding:20px;		
	}
	
	.index_main{ 
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}	
	.index_main .productBox{	
		width:100%;	
		margin:0 0 10px 0;
	}
	.index_main .productBox:last-child{
		margin-bottom:0;
	}
	.index_main .productBox p{
		font-size: 14px;
		text-align: center;	
	}
	.products-wrapper{		
		width:100%;	
		padding:0;	
	}
	.products-head{ 
		height:auto;
		min-height: 60px;
		padding:0;					 	
		align-items: center;			
	}

	.icons{
		flex:1;		
	}	

	#index_main .index_cont{
		width:100%;	
		height:100%;	
		min-height:600px;
		flex-direction: column;
	}
	
	#index_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{			
		position: relative;
		top:0;
		left:0;	
		margin-left:0;
		display: flex;
		justify-content: center;
		align-items: center;
		height:44px;
	}
	.header-wrapper .online{
		position: relative;
		top:0;
		left:0;	
		margin-left:0;
		display: flex;
		justify-content: center;
		align-items: center;
		height:60px;		
	}
	.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:16px; 
		height:16px;
	}		
	#wrap{
		position: relative;
	}
	.asidebar{
		width:100%; 
		height: 100%; 
		position: fixed; 
		top:0; left:-100%;
		z-index:107; 
		transition:all .35s;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		}
	.aside_top{			
		display: block;
		width:100%;
		height:150px;
		background: black;
		opacity: 0.5;
		}
	.aside_cont{
		width:100%;
		flex:1;
		overflow-y: scroll;
	}
	.aside-wrapper{			
		height:100vh;	
		justify-content: flex-start;	
		
	}

	.aside-wrapper button.btn_black{
		display:block;
		width:100%;
	}
	
	.products-head .filter_result{ 
		width:100%;		
		padding:10px;
		font-size:12px;	
		font-weight:normal;				
	}
	.products-head .filter_result span{
		font-size:13px;
		font-weight:normal;
		letter-spacing: -0.5px;
	}
	.products-head .filter_result p{
		font-size:11px;
	}
	.products-head .price_web{
		display: none;
	}
	
	.aside-wrapper.active{
		display:flex;
	}
	.menu_group{			
		padding:15px 10px 15px 30px;
		justify-content: center;
	}
	.menu_group ul.color_sample{
		height:auto;
	}
	.dealer_info{
		display:none;
	}
	.m_deal_info{
		font-size:12px;
		display:block;
	}
	.icons div{
		margin-right: 20px; 
		margin-top: 10px;
		justify-content: space-between;
	}
	.icons .price_mobile{
		display: flex;
		align-items: center;
		border-left:0;
		border-bottom:1px solid var(--gray4);
		padding:8px 20px;		
		font-size: 14px;
		height:auto;
		padding-left:0;
		width:50%;
		margin-left:40px;
	}
	.icon_spec {		
		flex-direction: column;
		padding: 10px 0;
	}
	.icon_spec li {
		border-left: none;
		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: 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: 1600px){
	.product_main,.product_main .swiper-container,.product_main .swiper-container .swiper-wrapper{
		height:700px;
	}
}
@media screen and (max-width: 1400px){
	.product_main, .product_main .swiper-container,.product_main .swiper-container .swiper-wrapper{
		height:600px;
	}
	#index_main  .index_cont .cont_img .cont_info img{
	height:12px;
	}
}
@media screen and (max-width: 1280px){
	.product_main, .product_main .swiper-container,.product_main .swiper-container .swiper-wrapper{
		height:500px;
	}
}
@media screen and (max-width: 1024px){
	.product_main, .product_main .swiper-container,.product_main .swiper-container .swiper-wrapper{
		height:450px;
	}
	.aside_top{	
		height:600px;
	}
	.aside_m{					
		height:510px;
	}	
}
@media screen and (max-width: 768px){
	.product_main, .product_main .swiper-container,.product_main .swiper-container .swiper-wrapper{
		height:350px;
	}
	.aside_top{	
		height:500px;
	}
	.aside_m{					
		height:410px;
	}
}	
@media screen and (max-width: 500px){
	.product_main, .product_main .swiper-container,.product_main .swiper-container .swiper-wrapper{
		height:250px;
	}
	.aside_top{	
		height:400px;
	}
	.aside_m{					
		height:310px;
	}
}	
@media screen and (max-width: 400px){
	.product_main, .product_main .swiper-container,.product_main .swiper-container .swiper-wrapper{
		height:200px;
	}
	.aside_top{	
		height:350px;
	}
	.aside_m{					
		height:260px;
	}
}
	