﻿/*
	common
*/
.ajax-loader {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 170%;
	color: #222;
}

.ajax-loader .remain-time,
.ajax-loader .remain-time-over {
	margin-bottom: 20px;
}

.ajax-loader .remain-time-over i {
	margin-bottom: 20px;
}

.ajax-loader .comment {
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.ajax-loader {
		font-size: 18px;
	}
}

.div-loader {
	position: relative;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-bottom: 50px;
	z-index: 1
}

.div-loader > div {
	background-color: #222;
	height: 100%;
	width: 3px;
	float: left;
	margin-right: 3px;
	animation: div-stretchdelay 1.2s infinite ease-in-out
}

/**
 *  .block-dashboard
 */
.block-dashboard {
	position: relative;
	width: 100%;	
	height: 400px;
	background-color: #f2f2f2;
	padding-bottom: 50px;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.block-dashboard {
		height: auto;
	}
}

/**
 *  .block-dashboard > .block-carousel
 */
.block-carousel {
	width: 1200px;
	margin-left: -100px;
	height: 100%;
}

.owl-carousel .item {
	width: 1200px;
	height: 400px;
}

.owl-carousel .owl-dots {
	position: absolute;
	bottom: -40px !important;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.block-carousel {
		width: 100%;
		margin-left: 0px;
		height: auto;
		text-align: center;
	}

	.owl-carousel .item {
		width: 100%;
		height: auto;
	}

	.owl-carousel .item {
		width: 100%;
		height: auto;
	}
}


/*
	.list-car-step-1 > .wing-left
*/
.list-car-step-1 .wing-left {
	position: absolute;
	top: 690px;
	margin-left: -90px;
	z-index: 999;
	width: 70px;
}

.list-car-step-1 .wing-right {
	position: absolute;
	top: 690px;
	margin-left: 1020px;
	z-index: 999;
	width: 70px;
}

.list-car-step-1 .wing .wrap-btn-car-type,
.list-car-step-1 .wing .wrap-btn-infinity-insur,
.list-car-step-1 .wing .wrap-btn-permitted-age {
	display: block;
}

.list-car-step-1 .wing .wrap-btn-car-type ul li,
.list-car-step-1 .wing .wrap-btn-permitted-age ul li {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 10px;
	line-height: 120%;
	padding: 7px;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
}

.list-car-step-1 .wing .wrap-btn-car-type ul li.selected,
.list-car-step-1 .wing .wrap-btn-permitted-age ul li.selected {
	border: 1px solid #888;
	background-color: #888;
	color: #fff;
}

.list-car-step-1 .wing .wrap-btn-infinity-insur ul li {
	border: 1px solid #FA1941;
	border-radius: 10px;
	margin-bottom: 10px;
	line-height: 120%;
	padding: 7px;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	color: #FA1941;
}

.list-car-step-1 .wing .wrap-btn-infinity-insur ul li.selected {
	border: 1px solid #FA1941;
	background-color: #FA1941;
	color: #fff;
}

.list-car-step-1 .wing .wing-bar {
	height: 1px;
	border-top: 1px solid #E2E2E2;
	margin-top: 5px;
	margin-bottom: 7px;
}

.list-car-step-1 .wing .btn-call-this-wing {
	background-color: #222;
	background-color: RGBA(0, 0, 0, 0.80);
	color: #fff;
	text-align: center;
	/* padding: 20px;
	border-radius: 50px; */
	cursor: pointer;
	display: none;

	position: fixed;
	bottom: 75px;
	left: calc(50% - 55px);
	width: 110px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 100px;
}

.list-car-step-1 .wing .btn-call-this-wing.selected {
	background-color: #222;
	color: #fff;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.list-car-step-1 .wing {
		position: fixed;
		margin: 0px;
		padding: 0px;
		left: 10px;
		bottom: 60px;
		z-index: 999;
	}

	.list-car-step-1 .wing li {
		border-radius: 6px !important;
	}

	.list-car-step-1 .wing .wing-left {
		position: fixed;
		margin: 0px;
		padding: 0px;
		top: auto;
		left: calc(50% - 40px - 55px);
		bottom: 140px;
		padding: 10px;
		padding-bottom: 0px;
		border-radius: 12px;
		background-color: RGBA(0, 0, 0, 0.7);
	}

	.list-car-step-1 .wing .wing-right {
		position: fixed;
		margin: 0px;
		padding: 0px;
		top: auto;
		left: calc(50% - 40px + 45px);
		bottom: 140px;
		padding: 10px;
		padding-bottom: 0px;
		border-radius: 12px;
		background-color: RGBA(0, 0, 0, 0.7);
	}

	.list-car-step-1 .wing .wrap-wing-left-right {
		display: none;
	}

	.list-car-step-1 .wing .btn-call-this-wing {
		display: block;
	}
}

/*
	.list-car-step-1 > .blocks-search
*/
.list-car-step-1 .blocks-search {
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;	
	background-color: #f2f2f2;
}

.list-car-step-1 .blocks-search ul {
	display: inline-block;
}

.list-car-step-1 .blocks-search ul li.title {
	padding-left: 10px;
	padding-right: 10px;
}

.list-car-step-1 .blocks-search button {
	font-size: 16px;
	padding: 10px 20px;
}

.list-car-step-1 .blocks-search .block-input-schedule {
	position: relative;
	letter-spacing: -1px;
}

.list-car-step-1 .blocks-search .block-input-schedule input {
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	height: 26px;
	width: 170px;
}

.list-car-step-1 .blocks-search .block-input-schedule button.btn-insur {
	margin-left: 2px;
	margin-right: 2px;
	padding: 10px;
	width: 70px;
}

.list-car-step-1 .blocks-search .block-input-schedule button.btn-insur.selected {
	color: #444 !important;
	background-color: #FAE100 !important;
	border: 1px solid #FAE100 !important;
}

.list-car-step-1 .blocks-search .block-input-schedule div.helper-insur {
	position: absolute;
	bottom: -50px;
	right: 100px;
	cursor: pointer;
}

.list-car-step-1 .blocks-search .block-input-schedule .input-insur .helper-insur:hover {
	color: #1A0DAB;
	border-bottom: 1px solid #1A0DAB;
}

.list-car-step-1 .blocks-search .block-btn-search {
	padding-top: 80px;
	padding-bottom: 20px;
}

.list-car-step-1 .blocks-search .block-btn-search button {
	font-size: 20px;
	border-radius: 4px;
	letter-spacing: -1px;

}

.list-car-step-1 .blocks-search .block-btn-search button:hover {
	opacity: 0.9 !important;
}

.list-car-step-1 .blocks-search .block-btn-category {
	margin-top: 30px;
	margin-bottom: 50px;
}

.list-car-step-1 .blocks-search .block-btn-category ul li.category {
	cursor: pointer;
}

.list-car-step-1 .blocks-search .block-btn-category ul li.selected {
	padding-bottom: 1px;
	border-bottom: 1px solid #333;
}

.list-car-step-1 .blocks-search .block-btn-category ul li.bar {
	padding-left: 10px;
	padding-right: 10px;
	color: #ddd;
}


@media (max-width: 1000px) { /* (mobile & tablet) */
	.list-car-step-1 .blocks-search {
		padding-top: 15px;
	}

	.list-car-step-1 .blocks-search .block-input-schedule .input-start,
	.list-car-step-1 .blocks-search .block-input-schedule .input-end,
	.list-car-step-1 .blocks-search .block-input-schedule .input-insur {
		display: block;
	}

	.list-car-step-1 .blocks-search .block-input-schedule {
		position: relative;		
		padding-top: 20px;
		padding-right: 10px;
	}

	.list-car-step-1 .blocks-search .block-input-schedule input {
		margin-bottom: 20px;
		height: 30px;
		width: 240px;
	}

	.list-car-step-1 .blocks-search .block-input-schedule button.btn-insur {
		margin-left: 4px;
		margin-right: 4px;
	}

	.list-car-step-1 .blocks-search .block-input-schedule div.helper-insur {
		position: relative;
		display: block;
		padding-top: 15px;
		bottom: -15px;
		right: -15px;		
	}

	.list-car-step-1 .blocks-search .block-input-schedule .input-insur .helper-insur:hover {
		border-bottom: none;
	}

	.list-car-step-1 .blocks-search .block-btn-search {
		padding-top: 40px;
	}

	.list-car-step-1 .blocks-search .block-btn-search li {
		display: block;
	}

	.list-car-step-1 .blocks-search .block-btn-search button {
		display: block;
		width: 100%;
		margin-top: 20px;
		font-weight: bold;
	}

	.list-car-step-1 .blocks-search .block-btn-category ul li {
		display: block;
		margin-bottom: 20px;
		padding: 10px 20px;
		border: 1px solid #ddd;
	}

	.list-car-step-1 .blocks-search .block-btn-category ul li.selected {
		padding-bottom: 10px;
		border-bottom: 2px solid #333;
		background-color: #f2f2f2;
		color: #1059FF;
	}

	.list-car-step-1 .blocks-search .block-btn-category ul li.bar {
		display: none;
	}
}


/*
	.list-car-step-1 > .blocks-car-list
*/
.list-car-step-1 .blocks-car-list {
	margin-top: 20px;
}

.list-car-step-1 .blocks-car-list .block-car {
	display: inline-block;
	width: 482px;
	margin-bottom: 20px;
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: top;
	font-size: 0;
}

.list-car-step-1 .blocks-car-list .block-car:hover {
	-webkit-box-shadow: 0px 11px 15px -7px rgba(0,0,0,.2),0px 24px 38px 3px rgba(0,0,0,.14),0px 9px 46px 8px rgba(0,0,0,.12)!important;
	box-shadow: 0px 11px 15px -7px rgba(0,0,0,.2),0px 24px 38px 3px rgba(0,0,0,.14),0px 9px 46px 8px rgba(0,0,0,.12)!important;		
}

.list-car-step-1 .blocks-car-list .block-car button.btn-booking {
	margin-top: -5px;
}

.list-car-step-1 .blocks-car-list .block-car .block-corp button.btn-booking {
	margin-top: 0px;
}

.list-car-step-1 .blocks-car-list .block-car.ok button.btn-booking,
.list-car-step-1 .blocks-car-list .block-car.not-ok.wait button.btn-booking,
.list-car-step-1 .blocks-car-list .block-car.not-ok.today button.btn-booking {
	color: #444 !important;
	background-color: #FAE100 !important;
	border-color: #FAE100 !important;
	width: 92px;
	border-radius: 2px;
	font-size: 14px;
}

.list-car-step-1 .blocks-car-list .block-car.ok button.btn-booking:after {
	content: "예약하기";
}

.list-car-step-1 .blocks-car-list .block-car.not-ok.wait button.btn-booking:before {
	content: "대기예약";
}

.list-car-step-1 .blocks-car-list .block-car.not-ok.today button.btn-booking:before {
	content: "당일건 예약";
}

.list-car-step-1 .blocks-car-list .block-car.not-ok button.btn-booking {
	color: #444 !important;
	background-color: #ddd !important;
	border-color: #ddd !important;
	width: 92px;
}

.list-car-step-1 .blocks-car-list .block-car.not-ok.close button.btn-booking:after {
	content: "마감";
}

.list-car-step-1 .blocks-car-list .block-car.not-ok.today button.btn-booking:after,
.list-car-step-1 .blocks-car-list .block-car.not-ok.wait button.btn-booking:after {
	content: "";
}

.list-car-step-1 .blocks-car-list .block-car .section-left,
.list-car-step-1 .blocks-car-list .block-car .section-right {
	vertical-align: middle;
	font-size: 16px;
}

.list-car-step-1 .blocks-car-list .block-car .section-left {
	width: 195px;
	height: 200px;
	text-align: center;
	border-left: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
}

.list-car-step-1 .blocks-car-list .block-car .section-left .model-img img {
	width: 70%;
	padding-top: 20px;
}

.list-car-step-1 .blocks-car-list .block-car .section-left .model-name {
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: -1px;
}

.list-car-step-1 .blocks-car-list .block-car .section-left .model-info {
	font-size: 13px;
	color: #888;
}

.list-car-step-1 .blocks-car-list .block-car .section-right {
	width: 286px;
	text-align: center;
	border-top: 1px solid #E2E2E2;
}

.list-car-step-1 .blocks-car-list .block-car .section-right .part-top {
	height: 140px;
	background-color: #e2e2e2;
}

.list-car-step-1 .blocks-car-list .block-car .section-right .part-top .txt-status {
	padding-top: 25px;
	font-size: 26px;
}

.list-car-step-1 .blocks-car-list .block-car.ok .section-right .part-top .txt-status,
.list-car-step-1 .blocks-car-list .block-car.not-ok.wait .section-right .part-top .txt-status,
.list-car-step-1 .blocks-car-list .block-car.not-ok.today .section-right .part-top .txt-status {
	color: #1059FF;
}

.list-car-step-1 .blocks-car-list .block-car.ok .section-right .part-top .txt-status:after {
	content: "예약가능";
}

.list-car-step-1 .blocks-car-list .block-car.not-ok.wait .section-right .part-top .txt-status:before {
	content: "대기예약";
}

.list-car-step-1 .blocks-car-list .block-car.not-ok.today .section-right .part-top .txt-status:before {
	content: "당일건 예약";
}

.list-car-step-1 .blocks-car-list .block-car.not-ok.close .section-right .part-top .txt-status {
	color: #EA3564;
}

.list-car-step-1 .blocks-car-list .block-car.not-ok.close .section-right .part-top .txt-status:after {
	content: "마감";
}

.list-car-step-1 .blocks-car-list .block-car.not-ok.wait .section-right .part-top .txt-status:after
.list-car-step-1 .blocks-car-list .block-car.not-ok.today .section-right .part-top .txt-status:after {
	content: "";
}

.list-car-step-1 .blocks-car-list .block-car .section-right .part-top .price-detail {
	padding-top: 20px;
	font-size: 15px;
	letter-spacing: -1px;
}

.list-car-step-1 .blocks-car-list .block-car .section-right .part-top .txt-comment {
	font-size: 15px;
	letter-spacing: -1px;
}

.list-car-step-1 .blocks-car-list .block-car.ok .section-right .part-bottom,
.list-car-step-1 .blocks-car-list .block-car.not-ok.wait .section-right .part-bottom,
.list-car-step-1 .blocks-car-list .block-car.not-ok.today .section-right .part-bottom {
	height: 60px;
	background-color: #222;
	color: #fff;
}

.list-car-step-1 .blocks-car-list .block-car.not-ok .section-right .part-bottom {
	height: 60px;
	background-color: #444;
	color: #999;
}

.list-car-step-1 .blocks-car-list .block-car .section-right .part-bottom div {
	display: inline-block;
	padding-top: 18px;
}

.list-car-step-1 .blocks-car-list .block-car .section-right .part-bottom div.price-total {
	width: 160px;
	text-align: center;
	font-size: 22px;
}

.list-car-step-1 .blocks-car-list .block-car .section-right .part-bottom div.btn-booking {
	text-align: right;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom {
	text-align: center;
	width: 480px;
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;
	font-size: 14px;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .btn-corp-more {
	padding-top: 10px;
	padding-bottom: 6px;
	background-color: #e2e2e2;
	color: #222;
	font-size: 15px;
	cursor: pointer;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp {
	padding-top: 10px;
	padding-bottom: 10px;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp:first-child {
	background-color: #222;
	color: #fff;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp:first-child .corp-name:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f00c";
	margin-left: 4px;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp:not(:first-child):hover {
	background-color: #ddd;
	color: #333;
	opacity: 0.9;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp .corp-permitted-age {
	width: 80px;
	text-align: right;
	color: #888;
	letter-spacing: -1px;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp .corp-name {
	width: 140px;
	padding-left: 30px;
	text-align: left;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp .corp-name i {
	font-size: 14px;
	cursor: pointer;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp .corp-price {
	width: 100px;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp .corp-booking {
	text-align: right;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp.ok button.btn-booking,
.list-car-step-1 .blocks-car-list .block-car.not-ok.wait .section-bottom .list-corp-more .block-corp button.btn-booking,
.list-car-step-1 .blocks-car-list .block-car.not-ok.today .section-bottom .list-corp-more .block-corp button.btn-booking {
	color: #444 !important;
	background-color: #FAE100 !important;
	border-color: #FAE100 !important;
	width: 92px;
	font-size: 14px;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp.ok button.btn-booking:after {
	content: "예약하기";
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp.not-ok button.btn-booking {
	color: #ddd !important;
	background-color: #888 !important;
	border-color: #888 !important;
	width: 92px;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp.not-ok button.btn-booking:after {
	content: "마감";
}

.list-car-step-1 .blocks-car-list .block-car.not-ok.wait .section-bottom .list-corp-more .block-corp button.btn-booking:after,
.list-car-step-1 .blocks-car-list .block-car.not-ok.today .section-bottom .list-corp-more .block-corp button.btn-booking:after {
	content: "";
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp .option {
	padding: 15px;
	padding-bottom: 5px;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp .option li:before {
	content: "|";
	padding-left: 4px;
	padding-right: 4px;
	color: #888;
}

.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp .option li:first-child:before {
	content: "";
}

.list-car-step-1 .blocks-car-list .init-comment {
	width: 100%;
	border: 1px solid #ddd;
}

.list-car-step-1 .blocks-car-list .init-comment .inner {
	padding: 30px;
	text-align: center;
	line-height: 270%;
}

.list-car-step-1 .blocks-car-list .init-comment .inner .step-guide {
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.list-car-step-1 .blocks-car-list {
		margin-left: 5px;
	}

	.list-car-step-1 .blocks-car-list .block-car {
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		vertical-align: top;
		margin-left: 0px;
		margin-right: 0px;		
	}

	.list-car-step-1 .blocks-car-list .block-car .section-left {
		width: 40%;
		height: 200px;
		text-align: center;
	}

	.list-car-step-1 .blocks-car-list .block-car .section-right {
		width: calc(60% - 6px);
		text-align: center;
	}

	.list-car-step-1 .blocks-car-list .block-car .section-bottom {
		text-align: center;
		width: calc(100% - 7px);
	}

	.list-car-step-1 .blocks-car-list .block-car .section-right .part-bottom div.price-total {
		width: 50%;
	}

	.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp .corp-permitted-age,
	.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp .corp-name,
	.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp .corp-price {
		width: 30%;
	}

	.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp .corp-btn-booking {
		width: 100%;
	}

	.list-car-step-1 .blocks-car-list .block-car .section-bottom .list-corp-more .block-corp .corp-btn-booking button {
		width: 80% !important;
		margin-top: 15px;
		margin-bottom: 5px;
		font-size: 15px !important;
	}

	.list-car-step-1 .blocks-car-list .init-comment {
		width: calc(100% - 15px);
	}
}

/* ======================================================== 이벤트 및 패키지 상품 조정 CSS Start */
.list-car-step-1 .division-bar {
	border-top: 1px solid #E2E2E2;
	margin-top: 5px;
}

/*
	limit
*/
.list-car-step-1 .blocks-car-list .block-car.limit .section-left {
	height: 180px;
	border-bottom: 1px solid #E2E2E2;
}

.list-car-step-1 .blocks-car-list .block-car.limit .section-left .model-img img {
	padding-top: 10px;
}

.list-car-step-1 .blocks-car-list .block-car.limit .section-right .part-top {
	height: 120px;
	background-color: #e2e2e2;
}


.list-car-step-1 .blocks-car-list .block-car.limit .section-right .part-top .txt-event {
	padding-top: 25px;
	font-size: 26px;
	color: #EA3564;
}

.list-car-step-1 .blocks-car-list .block-car.limit.ok .section-right .part-bottom {
	height: 60px;
	background-color: #FD5D4F;
	color: #fff;
}

/*
	pkg
*/
.list-car-step-1 .blocks-car-list .block-car.pkg .section-left {
	height: 180px;
}

.list-car-step-1 .blocks-car-list .block-car.pkg .section-left .model-img img {
	padding-top: 10px;
}

.list-car-step-1 .blocks-car-list .block-car.pkg .section-right .part-top {
	height: 120px;
	background-color: #e2e2e2;
}

.list-car-step-1 .blocks-car-list .block-car.pkg.ok .section-right .part-bottom {
	height: 60px;
	background-color: #2DC644;
	color: #fff;
}

.list-car-step-1 .blocks-car-list .block-car.pkg.ok .section-right .part-bottom div {
	font-size: 22px;
}


/* ======================================================== 이벤트 및 패키지 상품 조정 CSS End */

/*
	.list-car-step-2 > .block-title
*/
.list-car-step-2 {
	margin-top: 30px;
}

.list-car-step-2 .block-title {
	position: relative;
	width: 100%;
	color: #222;
	font-size: 17px;
}

.list-car-step-2 .block-caption {
	margin-top: 10px;
}

.list-car-step-2 .block-notice-permitted-age {
	margin-top: 40px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.list-car-step-2 .block-title.from-second {
	margin-top: 40px;
}

.list-car-step-2 .block-title.from-last {
	margin-top: 10px;
	padding-bottom: 40px;
}

.list-car-step-2 .block-title .right {
	position: absolute;
	top: -5px;
	right: 0px;
	color: #888;
	font-size: 16px;
}


.list-car-step-2 .block-title .right li {
	padding-right: 10px;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.list-car-step-2 .block-title {
		padding-left: 15px;
	}

	.list-car-step-2 .block-title.from-last {
		margin-top: 40px;
	}

	.list-car-step-2 .block-title .right {
		position: relative;
		text-align: center;
		margin-top: 20px;
		padding-right: 15px;
	}

}

/*
	.list-car-step-2 > .blocks-confirm-booking
*/
.list-car-step-2 .blocks-confirm-booking {
	margin-top: 10px;
	font-size: 0;
}

.list-car-step-2 .blocks-confirm-booking .left {
	width: 700px;
	vertical-align: middle;
	font-size: 16px;
}

.list-car-step-2 .blocks-confirm-booking .right {
	width: 298px;
	background-color: #f2f2f2;
	vertical-align: middle;
	font-size: 16px;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline {
	border: 1px solid #ddd;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .left {
	padding-top: 10px;
	padding-bottom: 10px;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .left .row-1 {
	width: 300px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .left .row-1 img {
	width: 50%;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .left .row-2 {
	vertical-align: middle;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .left .row-2 .schedule {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #EA3564;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .left .row-2 .schedule .date-start {
	padding-bottom: 5px;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .right {
	height: 166px;
	text-align: center;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .right .inner {
	padding-top: 25px;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .right .inner .price-origin .num {
	text-decoration: line-through;
	color: #888;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .right .inner .price-origin .icon {
	font-size: 14px;
	color: #EA3564;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .right .inner .price-sale {
	padding-top: 5px;
	padding-bottom: 10px;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .right .inner .price-sale .num {
	font-size: 22px;
	color: #EA3564;
	font-weight: bold;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .right .inner .price-sale .unit {
	font-size: 14px;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .right .inner .input-insur button.btn-insur {
	font-size: 18px;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 15px;
	padding-right: 15px;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .right .inner .input-insur button.btn-insur.selected {
	color: #444 !important;
	background-color: #FAE100 !important;
}

.list-car-step-2 .blocks-confirm-booking .block-info-outline .right .inner .input-insur button.btn-infinity-insur {
	font-size: 18px;
	margin-left: 2px;
	margin-right: 15px;
	padding-left: 60px;
	padding-right: 60px;
	color: #fff !important;
	background-color: #FA1941 !important;
}

.list-car-step-2 .blocks-confirm-booking .block-info-price {
	margin-top: 15px;
	border: 1px solid #ddd;
	font-size: 0;
}

.list-car-step-2 .blocks-confirm-booking .block-info-price .left .row-1,
.list-car-step-2 .blocks-confirm-booking .block-info-price .left .row-2 {
	width: 348px;
	width: calc(50% - 3px);
	text-align: center;
}

.list-car-step-2 .blocks-confirm-booking .block-info-price .left .row-op {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
}

.list-car-step-2 .blocks-confirm-booking .block-info-price .left .row-1 span,
.list-car-step-2 .blocks-confirm-booking .block-info-price .left .row-2 span {
	padding-left: 10px;
}

.list-car-step-2 .blocks-confirm-booking .block-info-price .left,
.list-car-step-2 .blocks-confirm-booking .block-info-price .right {
	position: relative;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.list-car-step-2 .blocks-confirm-booking .block-info-price .right .row-op {
	position: absolute;
	left: 10px;
	font-size: 18px;
	font-weight: bold;
}

.list-car-step-2 .blocks-confirm-booking .block-info-price-opt {
	margin-top: 15px;
	border: 1px solid #ddd;
	font-size: 0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #1059FF;
	font-weight: bold;
}

.list-car-step-2 .blocks-confirm-booking .block-info-price-opt .evt {
	color: #EA3564;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.list-car-step-2 .blocks-confirm-booking .left {
		width: 100%;
	}

	.list-car-step-2 .blocks-confirm-booking .right {
		width: 100%;
	}

	.list-car-step-2 .blocks-confirm-booking .block-info-outline .left .row-1 {
		width: 100%;
	}

	.list-car-step-2 .blocks-confirm-booking .block-info-outline .left .row-1 img {
		width: 50%;
		max-width: 250px;
	}

	.list-car-step-2 .blocks-confirm-booking .block-info-outline .left .row-2 {
		width: 100%;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*
	.list-car-step-2 > .blocks-option-list
*/
.list-car-step-2 .blocks-option-list,
.list-car-step-2 .blocks-comment-list {
	border: 1px solid #ddd;
	margin-top: 10px;
	padding: 15px;
	background-color: #f2f2f2;
}

.list-car-step-2 .blocks-option-list .block,
.list-car-step-2 .blocks-comment-list .block {
	display: inline-block;
	width: calc(25% - 24px);
	margin: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.list-car-step-2 .blocks-option-list .block i,
.list-car-step-2 .blocks-comment-list .block i {
	padding-right: 10px;
}

/*
	.list-car-step-2 > .blocks-input-boxs
*/
.list-car-step-2 .blocks-input-boxs {
	border: 1px solid #ddd;
	margin-top: 10px;
}

.list-car-step-2 .blocks-input-boxs .key {
	width: 30%;
	background-color: #f2f2f2;
	padding: 10px;
}

.list-car-step-2 .blocks-input-boxs .table-cell {
	border: 0px;
}

.list-car-step-2 .blocks-input-boxs .pwd .key {
	background-color: #ddd;
}

.list-car-step-2 .blocks-input-boxs .pwd .value,
.list-car-step-2 .blocks-input-boxs .extra .value {
	border-top: 1px dotted #ddd;
}

.list-car-step-2 .blocks-input-boxs .value {
	text-align: left;
	padding-left: 10px;
}

.list-car-step-2 .blocks-input-boxs .value input[type="text"],
.list-car-step-2 .blocks-input-boxs .value input[type="tel"],
.list-car-step-2 .blocks-input-boxs .value input[type="password"] {
	height: 24px;
	font-size: 16px;
	padding-left: 10px;
}

.list-car-step-2 .blocks-input-boxs .value input[name="name"] {
	width: 200px;
}

.list-car-step-2 .blocks-input-boxs .value input[name="phone1"],
.list-car-step-2 .blocks-input-boxs .value input[name="phone2"],
.list-car-step-2 .blocks-input-boxs .value input[name="phone3"] {
	width: 65px;
}

.list-car-step-2 .blocks-input-boxs .value input[name="confirm"] {
	width: 80px;
}

.list-car-step-2 .blocks-input-boxs .value input[name="email1"],
.list-car-step-2 .blocks-input-boxs .value input[name="email2"] {
	width: 150px;
}

.list-car-step-2 .blocks-input-boxs .value .comment {
	font-size: 14px;
	padding-left: 10px;
	color: #888;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.list-car-step-2 .blocks-option-list .block,
	.list-car-step-2 .blocks-comment-list .block {
		display: inline-block;
		width: calc(50% - 12px);
		margin: 4px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.list-car-step-2 .blocks-input-boxs .value {
		line-height: 270%;
	}

	.list-car-step-2 .blocks-input-boxs .value input[name="name"] {
		width: calc(100% - 100px);
	}

	.list-car-step-2 .blocks-input-boxs .value input[name="phone1"],
	.list-car-step-2 .blocks-input-boxs .value input[name="phone2"],
	.list-car-step-2 .blocks-input-boxs .value input[name="phone3"] {
		width: calc(30% - 20px);
	}

	.list-car-step-2 .blocks-input-boxs .value input[name="email1"],
	.list-car-step-2 .blocks-input-boxs .value input[name="email2"] {
		width: calc(100% - 50px);
	}

	.list-car-step-2 .blocks-input-boxs .value .comment {
		padding-left: 0px;
	}
}

/*
	.list-car-step-2 > .blocks-pay-info
*/
.list-car-step-2 .blocks-pay-info {
	margin-top: 80px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 16px;
}

.list-car-step-2 .blocks-pay-info .block-pay .op {
	padding-left: 10px;
	padding-right: 10px;
}

.list-car-step-2 .blocks-pay-info .block-pay .num {
	font-size: 28px;
	padding-left: 10px;
}

.list-car-step-2 .blocks-pay-info .block-comment {
	margin-top: 20px;
}


@media (max-width: 1000px) { /* (mobile & tablet) */
	.list-car-step-2 .blocks-pay-info .block-pay .price-balance {
		margin-bottom: 30px;
	}

	.list-car-step-2 .blocks-pay-info .block-comment {
		padding: 20px;
	}
}

/*
	list-car-step-2 iframe#buggyModule
 */

.list-car-step-2 .block-buggy-module-area iframe#buggyModule {
	width: 1010px;
}

@media (max-width: 999px) { /* (mobile & tablet) */
	.list-car-step-2 .block-buggy-module-area iframe#buggyModule {
		width: 100%;
	}
}

/*
	.list-car-step-2 > .block-btns
*/
.list-car-step-2 .block-btns {
	margin-top: 80px;
	text-align: center;
	font-size: 16px;
}

.list-car-step-2 .block-btns button {
	width: 30%;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.list-car-step-2 .block-btns {
		margin-top: 40px;
	}

	.list-car-step-2 .block-btns button {
		width: 70%;
		margin-bottom: 20px;
	}
}

/*
	.list-car-step-2 > .block-term
*/
.list-car-step-2 .block-term {
	margin-top: 10px;
	font-size: 16px;
	border: 1px solid #ddd;
	font-size: 13px;
	padding: 10px;
	height: 200px;
	overflow-y: auto;
}

.list-car-step-2 .block-term .title {
	padding-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
}

.list-car-step-2 .block-term .subtitle,
.list-car-step-2 .block-term .subtitle a {
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
}

.list-car-step-2 .block-term .contents {
	font-size: 15px;
	padding-bottom: 20px;
}

.list-car-step-2 .block-term .bullet {
	display: inline-block;
	padding-right: 5px;
	padding-top: 10px;
}

.list-car-step-2 .block-term .top-link {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

.list-car-step-2 .block-term .top-link a {
	padding-left: 5px;
	padding-right: 5px;
}

.list-car-step-2 .block-term ul {
	padding-left: 10px;
	padding-bottom: 20px;
}

.list-car-step-2 .block-term ul  li {
	font-size: 14px;
}

.list-car-step-2 .block-term .indent-1 {
	padding-left: 12px;
}

.list-car-step-2 .block-term .table-title {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.list-car-step-2 .block-term table td {
	padding: 5px 10px;
	font-size: 14px;
}

.list-car-step-2 .block-term table thead td {
	text-align: center;
	background-color: #ddd;
	width: 33.3333%;
}

.list-car-step-2 .block-term table.entrust td.col-1,
.list-car-step-2 .block-term table.entrust td.col-2
.list-car-step-2 .block-term table.entrust td.col-3 {
	width: 33.3333%;
}

.list-car-step-2 .block-term .contact {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 40px;
}

.list-car-step-2 .block-term table.in-charge-of td.col-1,
.list-car-step-2 .block-term table.in-charge-of td.col-2,
.list-car-step-2 .block-term table.in-charge-of td.col-3,
.list-car-step-2 .block-term table.in-charge-of td.col-4 {
	width: 25%;
}

.chain-info {
	font-size: 16px;
    color: #EA3564;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
}

/*
	.list-car-step-3 > .block
*/
.list-car-step-3 .block {
	border: 1px solid #ddd;
	text-align: center;
	padding: 20px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 200%;
}


.list-car-step-3 .block i.fa-thumbs-up,
.list-car-step-3 .block i.fa-hand-paper {
	margin-top: 20px;
	margin-bottom: 40px;
}

.list-car-step-3 .block button {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	padding: 10px;
}

.list-car-step-3 .block .important {
	font-size: 20px;
	line-height: 240%;
}

.list-car-step-3 .block .cs {
	padding-top: 10px;
}

.list-car-step-3 .buggy-product-line {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #f2f2f2;
}

.list-car-step-3 .buggy-dom {
	display: none;
}

.list-car-step-3 button.btn-open-receipt {
	width: 50% !important;
	border-radius: 12px;
	color: blue !important;
	font-size: 20px;
}

.list-car-step-3 button.btn-open-receipt span {
	padding-right: 5px;
}

@media (max-width: 1000px) { /* (mobile & tablet) */
	.list-car-step-3 .block i.fa-thumbs-up,
	.list-car-step-3 .block i.fa-hand-paper {
		font-size: 100px;
	}

	.list-car-step-3 .block {
		border-left: 0px;
		border-right: 0px;
	}
}