/* HTML elements */

html {
	display: block;
	margin: auto;
	line-height: 14px;
}

body {
	font-family: "Apple SD Gothic Neo", 나눔고딕, "NanumGothic", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", Ngothic, sans-serif;
	margin: auto;
	margin-bottom: 100px;
	padding: 0;
	border: 0;
	background: #e6e6e6;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                        supported by Chrome and Opera */
}

strong {
	font-weight: 800;
}

a {
	text-decoration: none;
}

.hidden {
	display: none;
}

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

.header .line {
	height: 56px;
	background: transparent;
	width: 100%;
	top: 0;
	margin: auto;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, .4);
	position: fixed;
	z-index: 1000;
}

.header h2 {
	font-size: 14px;
	color: white;
	line-height: 56px;
	vertical-align: middle;
	margin: auto;
	padding-left: 32px;
	float: left;
	font-weight: normal;
}

.icon_back_white {
	float: left;
	background: url(../images/insurance/icon_back_white.png) no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin: auto;
	margin-top: 16px;
	margin-left: 16px;
}

.contents {
	background: #282e2e;
	margin: auto;
	padding: 64px 16px 24px;
}

.contents.review {
	background: transparent;
	position: relative;
	height: 310px;
	z-index: 10;
	margin: auto;
	padding: 64px 16px 0px;
}

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

.detail img {
	width: 80%;
	margin-right: -16px;
	float: right;
}

.detail .text {
	line-height: 16px;
	float: left;
	margin: auto;
	top: 0;
	padding-left: 12px;
	margin-top: 4px;
	bottom: 0;
}

.contents p {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 10px;
	font-weight: normal;
	color: rgba(255, 255, 255, .8);
	margin: auto;
}

.contents h1 {
	font-size: 23px;
	line-height: 26px;
	font-weight: normal;
	color: white;
	margin: auto;
}

.contents h2 {
	font-size: 14px;
	font-weight: normal;
	color: rgba(255, 255, 255, .7);
	margin: auto;
}

.fuel_card {
	margin: auto;
}

.list {
	background-color: white;
	padding: 18px 16px 16px;
	margin: auto;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.top {
	display: inline-block;
	margin: auto;
	padding-bottom: 12px;
}

.top .text {
	float: left;
	width: 100%;
	margin-right: 64px;
}

.top img {
	height: 43px;
	width: 100px;
	margin: auto;
	position: absolute;
	right: 16px;
}

.title {
	font-size: 18px;
	color: #2c2c2c;
	line-height: 19px;
	font-weight: bold;
	margin: auto;
}

.sub {
	font-size: 13px;
	color: #111111;
	line-height: 13px;
	margin: auto;
	padding-top: 7px;
}

.tag {
	font-size: 12px;
	color: #f82744;
	line-height: 13px;
	margin: auto;
	padding-top: 5px;
}

.bottom {
	width: 100%;
	display: inline-block;
	margin: auto;
	padding-top: 16px;
	border-top: 1px solid #ddd;
}

.bottom .text {
	display: inline-block;
}

.bottom .comment {
	font-size: 12px;
	color: #0076a3;
	margin: auto;
	height: 15px;
}

.bottom .comment.second {
	padding-top: 3px;
}

.bottom .comment::before {
	content: " ";
	background-image: url("../images/sell_car/baseline-done-24px.svg");
	background-size: 12px 12px;
	background-size: contain;
	height: 12px;
	width: 12px;
	margin-right: 5px;
	display: inline-block;
}

.button_layout {
	display: inline-block;
	float: right;
	margin: auto;
}

.fuel_card .list button {
	height: 36px;
	margin: auto;
	display: block;
	position: relative;
	padding-left: 14px;
	padding-right: 6px;
	background: #ffde00;
	border: 1px solid #f4d400;
	border-radius: 3px;
	font-size: 14px;
	line-height: 34px;
	vertical-align: middle;
	color: rgba(0, 0, 0, .7);
	font-weight: bold;
}

.icon_arrow_black {
	display: inline-block;
	background: url("../images/sell_car/ic_arrow_right_black.svg") no-repeat;
	margin: auto;
	opacity: 0.4;
	vertical-align: middle;
	position: relative;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	margin-left: 4px;
}

.icon_arrow_down_black {
	display: inline-block;
	background: url("../images/sell_car/ic_arrow_down_black.svg") no-repeat;
	margin: auto;
	opacity: 0.4;
	vertical-align: middle;
	position: relative;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	margin-left: 4px;
}

:focus {
	outline: 0;
}