.used-car-list{
	list-style: none;
	margin: 0;
	padding: 0;	
}
.used-car-list > li:nth-child(2n+1){
	background-color: #f6f3f2;
}
.used-car-list > li{
	padding: 110px 0;
	position: relative;
}
.used-car-list > li:after{
	content: ' ';
	display: block;
	height: 0;
	clear: both;
}
.used-car-list.form-view > li{
	background: none;
	padding: 0;
}
.used-car-list.form-view > li{
	border-top: 1px solid #e4dcd3;
}
.used-car-list.form-view > li:before{
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f6f3f2;
	width: 30%;
	height: 100%;
	z-index: -1;
}
.used-car-list > li > .list-wrapper{
	max-width: 1420px;
	padding: 0 10px;
	margin: auto;
	font-size: 0;
}

.gallery {
	/*width: 53.125%;*/
	width: 48.55%;
}
.content-wrapper{
	float: right;
	display: inline-block;
	width: 32.15%;
	margin: 0 9.65%;
	font-size: 16px;
}
.form-view .content-wrapper{
	float: none;
	margin: 0;
	background-color: #f6f3f2;
	width: 41.8%;
	padding: 110px 0;
	padding-right: 9.65%;
}
.used-car-form.form{
	display: inline-block;
	width: 58.2%;
	padding: 110px 0;
	padding-left: 9.65%;
	vertical-align: top;
}

.slider {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
    font-size: 0;
}
.slider > ul {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 2000%;
    height: 100%;
}
.slider > ul > li{
	display: inline-block;
	position: relative;
	margin: 0;
	width: 5%;
	height: 100%;
}
.slider > ul > li img{
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 100%;
}


.btn-prev{
	display: inline-block;
	position: absolute;
	left: 20px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

	font-size: 70px;
}
.btn-next{
	display: inline-block;
	position: absolute;
	right: 20px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

	font-size: 70px;
}
.btn-next, .btn-prev {
    color: #c8c6c5;
}
.btn-next.active, .btn-prev.active {
    color: #fff;
    cursor: pointer;
}

.thumb-list{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
.thumb-list > li{
	display: inline-block;
	position: relative;
	height: 0;
	width: 19.4%;
	padding-top: 14.55%;
	margin-right: 0.75%;
	margin-top: 0.75%;
	vertical-align: top;
	cursor: pointer;
	overflow: hidden;
}
.thumb-list > li:nth-child(5n) {
	margin-right: 0;
}
.thumb-list > li.active:after{
	content: ' ';
	display: block;
	margin-top: 3px;
	height: 3px;
	width: 100%;
	background-color: #a5815e;
}
.thumb-list > li > img{
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 100%;
}
.gallery .remark{
    font-size: 13px;
    line-height: 1;
    color: #403f41;
    font-weight: bold;
    margin-top: 30px;
}



.content-wrapper .name{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 50px;
}
.content-wrapper .original-price{
    font-family: 'HyundaiSansHeadKR', Sans-serif;
    text-decoration: line-through;
    font-size: 16px;
    color: #918d8b;
    font-weight: 300;
    line-height: 1.5;
}
.content-wrapper .price{
    font-family: 'HyundaiSansHeadKR', Sans-serif;
    font-size: 35px;
    color: #a5805e;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
}
.content-wrapper .price > .currency{
	font-size: 20px;
}
.content-wrapper .btn.active{
	width: 100%;
	max-width: 100%;
	margin: 0;
	font-size: 16px;
    color: #fff;
}
.content-wrapper .tel{
	font-size: 16px;
    color: #918d8b;
	line-height: 1.5;
    margin-top: 10px;    
}
.content-wrapper table{
	margin-top: 20px;
	width: 100%;
	color: #403f41;
	line-height: 1.5;
}
.content-wrapper table th{
	font-weight: bold;
}
.content-wrapper table th, .content-wrapper table td{
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}
.content-wrapper table th:first-child, .content-wrapper table td:first-child{
	width: 100px;
}
.content-wrapper table th:nth-child(2), .content-wrapper table td:nth-child(2){
	width: 8px;
	border-bottom: none;
}
.content-wrapper table tr:last-child th, .content-wrapper table tr:last-child td{
	border-bottom: none;
}
.content-wrapper table ul{
}

.content-wrapper table ul {
	position: relative;
	font-size: 14px;
	padding-left: 1em;
	line-height: 1.5;
}
.content-wrapper table ul li {
	list-style-type: none;
}
.content-wrapper table ul li::before {
	content: '\2022';
	position: absolute;
	left:0.2em;
}

.form .btn.submit-btn{
	margin-top: 60px;	
}


@media (max-width: 1199px) {
	.gallery{
		width: 50%;
	}
	.content-wrapper{
		width: 40%;
		margin: 0 5%;
	}
	.form-view .content-wrapper{
		margin: 0;
		width: 40%;
		padding: 110px 3%;
	}
	.used-car-form.form{
		width: 60%;
		padding: 110px 3%;
	}
}
/*@media (max-width: 991px) {*/
@media (max-width: 1024px) {	
	.used-car-list.form-view > li > .list-wrapper{
		padding: 0;
	}
	.form-view .content-wrapper{
		float: none;
		display: block;
		width: 100%;
	}
	.used-car-list.form-view > li:before{
		display: none;
	}
	.used-car-form.form{
		display: block;
		width: 100%;
	}
	.form-view .content-wrapper table th:first-child, .form-view .content-wrapper table td:first-child{
		width: 30%;
	}
}
@media (max-width: 767px) {
	.used-car-list > li{
		padding: 60px 0;
	}
	.gallery{
		display: block;
		width: 100%;
		margin-top: 50px;
	}
	.content-wrapper{
		float: none;
		display: block;
		width: 100%;
		margin: 0;
	}
	.form-view .content-wrapper{
		padding: 60px 10px;
	}
	.used-car-form.form{
		padding: 60px 10px;
	}
	.content-wrapper table th:first-child, .content-wrapper table td:first-child{
		width: 30%;
	}
}
@media (max-width: 575px) {
	.btn-prev{
		left: 10px;
	}
	.btn-next{
		right: 10px;
	}
}