body {
    background: #fff;
}

.contents .detail.input {
	display: inline-block;
	font-size: 12px;
	color: rgba(255, 255, 255, .8);
	margin-top: -30px;
	margin-bottom: -16px;
}

.direct_color {
	color: #e23b3c;
}

.header_back {
	height: 56px;
	top: 0;
	width: 100%;
	margin: auto;
	position: fixed;
	font-weight: normal;
	z-index: 1000;
}

.header.hd {
    background: #2a2222;
}

.contents p {
	z-index: 26;
	position: relative;
}

.contents h1 {
	z-index: 26;
	position: relative;
}


.contents.direct {
	background: #2a2222;
	position: relative;
	height: 128px;
}

.contents .benz_price {
	z-index: 26;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	margin-bottom: 20px;
	color: #e23b3c;
}

.contents .autobell_logo {
	z-index: 26;
	font-size: 18px;
	position: absolute;
	top: 24px;
	right: 24px;
	margin-bottom: 20px;
	color: #27b5ff;
}

.contents .autobell_logo img {
    width: 100px;
	height: auto;
}

.detail.direct {
	height: 220px;
	width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
}

.contents .benz_dsc {
	z-index: 26;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	margin-bottom: 16px;
	color: rgba(255,255,255,.6);
}

.contents .detail.direct {
	display: inline-block;
	font-size: 12px;
	color: rgba(255, 255, 255, .8);
	margin-top: 0px;
	position: absolute;
	top: 0;
}

.detail.direct img {
	height: 100%;
	width: 100%;
	z-index: 0;
	margin-right: 0px;
	object-fit: cover;
	float: left;
}

.contents .detail.hd {
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
    position: absolute;
	right: 24px;
    bottom: 12px;
}

.detail.hd img {
    height: 192px;
	width: auto;
    margin-right: 0px;
    float: right;
    z-index: 0;
}

.count_layout {
	width: 100%;
	margin: auto;
	background-color: #fff;
	display: inline-block;
}

ul.count {
	margin: auto;
	position: relative;
	padding: 0px 0px 0px;
	background: #fff;
	line-height: 24px;
}

.count_group {
	background-color: #fff;
	margin: auto;
}

.count .count_item {
	float: left;
	width: 49.5%;
	line-height: 24px;
	text-align: center;
	margin: 16px 0px;
	background-color: #fff;
}

.count .count_item.second {
	border-left: 1px solid #ddd;
	margin-right: -1px;
}

.count_text {
	display: block;
}

.count_text .basic_t {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.count_text .num_t {
	font-size: 21px;
	line-height: 24px;
	color: #1e86f3;
	vertical-align: middle;
	margin-left: 12px;
}

.count_text .unit_t {
	font-size: 13px;
	line-height: 24px;
	color: #666;
}

table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

tr.item_list {
	line-height: 48px;
}

th.label_left {
	width: 60px;
	text-align: left;
}

.input_layout {
	background-color: #fff;
	margin: auto;
	margin-top: 8px;
	padding: 12px 16px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.input_item {
    line-height: 38px;
    display: block;
    width: 100%;
}

.input_item .white_bar_left {
    width: 49%;
    display: block;
    float: left;
    background-color: #fff;
    line-height: 38px;
    border-radius: 0;
}

.input_item .white_bar_right {
    width: 49%;
    display: block;
    float: right;
    background-color: #fff;
    line-height: 38px;
    border-radius: 0;
}

.input_item .white_bar_left_select {
    width: 100%;
    display: block;
    line-height: 38px;
    font-size: 15px;
    color: #2c2c2c;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    -webkit-appearance: none;
    background: url(../images/sell_car/ic_arrow_down_black.svg) 98% / 27px no-repeat #fff;
}

.input_item .white_bar_left_select ::before {}

.input_item .placeholder {
    color: #ddd;
}

.input_label {
	font-size: 14px;
	color: #5d5d5d;
	font-weight: normal;
}

.input_label span{
	color: #aaa;
}

article {
	padding: 16px;
	margin: 2px 0px 8px;
	max-height: 150px;
	background: #eee;
	color: #5c5c5c;
	overflow-y: scroll;
	font-size: 12px;
	line-height: 14px;
}

article h3 {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	padding: 0px 0px 12px;
	margin: auto;
}

article h2 {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	padding: 16px 0px 12px;
	margin: auto;
}

article .dsc {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #666;
	padding: 8px 0px 4px;
	margin: auto;
}

article .dsc_t {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #666;
	padding: 8px 0px 8px;
	margin: auto;
}

article .dsc_l {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #666;
	padding: 1px 0px 4px;
	margin: auto;
}

.btn_sell_car {
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	color: #fff;
	border-radius: 4px;
	background-color: #d03535;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	margin: 4px 0px 0px;
}

.btn_dsc {
	font-size: 12px;
	color: #aaa;
	text-align: center;
	margin: 12px 0px 2px;
}

ol,
ul {
	list-style: none;
}

.con_d {
	background-color: #f6f6f6;
	padding: 28px 16px 16px;
}

.con_d.white {
	background-color: #fff;
	padding: 28px 16px 16px;
}

.con_d.whiteborder {
	background-color: #fff;
	padding: 24px 16px 16px;
	border-bottom: 9px solid #eee;
}

.con_d.full {
	background-color: #e64f50;
	padding: 24px 16px 0px;
}

.con_d.price {
	background-color: #fff;
	padding: 22px 16px 8px;
}

.con_d .con_d_title {
	color: #2c2c2c;
	font-size: 21px;
	line-height: 27px;
	margin: auto;
}

.con_d.full .con_d_title {
	color: #fff;
	font-size: 21px;
	line-height: 27px;
	margin: auto;
}

.con_d .con_d_hdsc {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	margin: auto;
	font-weight: bold;
}

.con_d .con_d_hdsc.big {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	margin: auto;
	font-weight: bold;
}

.con_d .con_d_dsc {
	padding-top: 12px;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	margin: auto;
}


.con_d.full .con_d_dsc {
	padding-top: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin: auto;
	opacity: 0.7;
}

.con_d .con_d_dsc.tt_title {
	padding-top: 12px;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	margin: auto;
	font-weight: bold;
	padding-bottom: 12px;
}



.con_d .con_d_dsc strong {
	font-weight: bold;
}

.con_d_dsc.grey {
	color: #aaa;
	font-size: 13px;
	padding-top: 6px;
}

.con_d_title {
	text-align: left;
}

.con_d .title_start img {
	max-width: 280px;
	width: 100%;
	height: auto;
	margin-top: 0px;
}

.con_d .title_detail img {
	max-height: 54px;
	width: auto;
	max-width: 100%;
	margin-top: 8px;
}

.con_d img {
	width: 90%;
	margin-top: 24px;
	max-width: 360px;
	text-align: center;
}

.con_d_hd {
	margin-left: -15px;
	margin-right: -15px;
}

.con_d_hd img {
	width: 100%;
	max-width: 100%;
	margin-top: 24px;
	text-align: center;
}

.review_list {
	padding: 12px 16px 14px;
	border: 1px solid #eeeeee;
	background: #fff;
	border-radius: 6px;
	margin-top: 12px;
}

.review_list.first {
	margin-top: 24px;
}

.review_profile img {
	margin-top: 0px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .1);
	display: inline-block;
	vertical-align: bottom;
}

.review_profile .profile_text {
	display: inline-block;
	line-height: 40px;
	margin-bottom: 4px;
	margin-left: 5px;
}

.review_profile .review_car {
	font-size: 14px;
	line-height: 16px;
	color: #727272;
	font-weight: bold;
}

.review_profile .review_car span {
	font-size: 14px;
	line-height: 16px;
	color: #ccc;
	font-weight: normal;
	padding: 0px 8px;
}

.review_profile .review_name {
	font-size: 14px;
	line-height: 16px;
	color: #727272;
}

.review_text {
	font-size: 13px;
	line-height: 18px;
	color: #727272;
	margin-top: 12px;
}

.faq_layout {
	margin-top: 24px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 24px;
}

.faq_layout.end {
	border-bottom: 0px solid #ddd;
}

.con_d_subtitle {
	font-size: :15px;
	line-height: 20px;
	color: #141414;
}

.con_d_subtitle .color_q {
	font-size: 19px;
	line-height: 20px;
	color: #1e86f3;
	padding-right: 6px;
}

.faq_text {
	font-size: 13px;
	line-height: 18px;
	color: #727272;
	margin-top: 6px;
}

.faq_text_btn {
	font-size: 13px;
	color: #c2c2c2;
	line-height: 40px;
	text-align: center;
	margin-bottom: -18px;
}

.faq_open_article01 p {
	font-size: 13px;
	color: #727272;
	line-height: 16px;
}


/* 슬라이더 */

@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:100);
.slider-wrap {
	width: 100%;
	height: auto;
	margin: auto;
	position: absolute;
	margin-top: 56px;
}

.slider {
	overflow-x: scroll;
}

.holder {
	width: 300%;
}

.slide {
	float: left;
	width: 100vw;
	height: 320px;
	position: relative;
	background-position: 0;
}

.temp {
	position: absolute;
	color: white;
	font-size: 16px;
	line-height: 20px;
	bottom: 32px;
	right: 16px;
	text-align: right;
}

.temp strong {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	opacity: 0.8;
}

#slide-0 {
	background-image: url("../images/sell_car/img_user_01.png");
	background-size: 100%;
}

#slide-1 {
	background-image: url("../images/sell_car/img_user_02.png");
	background-size: 100%;
}

#slide-2 {
	background-image: url("../images/sell_car/img_user_03.png");
	background-size: 100%;
}

.slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 40%;
	background: linear-gradient(#282e2e, transparent);
}

.slider-nav {
	text-align: center;
	margin: 10px 0 0 0;
	visibility: hidden;
}

.slider-nav a {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #ddd;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 50%;
}

.slider-nav a.active {
	background: #999;
}

.modalDialog {
	display: block;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	margin: auto;
}

.modal-content {
	background-color: #fefefe;
	width: 300px;
	left: 50%;
	position: absolute;
	margin-left: -150px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 2px;
}

.modal-content h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding: 24px 24px 12px;
	margin: auto;
}

.modal-content p {
	font-size: 14px;
	font-weight: normal;
	padding: 4px 24px 4px;
	color: #666;
	margin: auto;
	line-height: 18px;
}

.modal-content p span {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	display: inherit;
	padding-bottom: 4px;
	margin: auto;
}

.modal-content .guide {
	font-size: 13px;
	font-weight: normal;
	padding: 10px 24px 8px;
	color: #aaa;
	margin: auto;
	line-height: 18px;
}

.modal_button {
	padding: 20px 8px 16px;
	display: inline-block;
	float: right;
}

.modal_button .select {
	float: right;
	height: 36px;
	background-color: #fff;
	padding: 0px 12px;
	font-size: 14px;
	border-radius: 2px;
	color: #00d5e9;
	line-height: 36px;
	font-weight: normal;
	min-width: 48px;
	text-align: center;
}


/* The snackbar - position it at the bottom and in the middle of the screen */

#snackbar {
	visibility: hidden;
	/* Hidden by default. Visible on click */
	min-width: 200px;
	/* Set a default minimum width */
	margin-left: -100px;
	/* Divide value of min-width by 2 */
	background-color: #333;
	/* Black background color */
	color: #fff;
	/* White text color */
	text-align: center;
	/* Centered text */
	border-radius: 2px;
	/* Rounded borders */
	padding: 16px;
	/* Padding */
	position: fixed;
	/* Sit on top of the screen */
	z-index: 1000;
	/* Add a z-index if needed */
	left: 50%;
	/* Center the snackbar */
	bottom: 30px;
	/* 30px from the bottom */
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar.show {
	visibility: visible;
	/* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

.con_d_carauction {

	padding-bottom: 16px;
	
}

.con_d_carauction img {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
    text-align: center;
}

.con_d_carauctionfull {
	padding-bottom: 24px;
	position: relative;
	height: 170px;
	margin-top: -20px;

}

.con_d_carauctionfull img {
    width: 180px;
    height: auto;
	position: absolute;
	right: 8px;
    text-align: center;

}

tr.item_list_hd {
    line-height: 52px;
}

th.labelline_left {
    width: 66px;
    text-align: left;
    display: inline-grid;
    line-height: 17px;
}