/* 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 h1 {
	font-size: 24px;
	font-weight: normal;
	color: white;
	margin: auto;
	padding-bottom: 12px;
}

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

.insurance {
	margin: auto;
	padding-top: 10px;
}

.list {
	background-color: white;
	padding: 19px 16px 16px;
	margin: auto;
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.logo {
	display: inline-flex;
	height: 19px;
	margin: auto;
	vertical-align: top;
	position: relative;
}

.insurance_text {
	font-size: 12px;
	color: #6a6a6a;
	line-height: 17px;
	margin: auto;
	padding-top: 12px;
}

.insurance_text:empty {
	display:none;
}

.insurance_ad_number {
	font-size: 11px;
	color: #ccc;
	line-height: 13px;
	margin: auto;
	padding-top: 5px;
}

.left {
	display: inline-block;
}

.left .event_label {
	display: block;
	height: 20px;
	width: auto;
}

.left .event_label img {
	position: relative;
	height: 20px;
	width: auto;
	margin-top: 7px;
}

.right {
	text-align: center;
   display: inline-block;
   right: 16px;
   margin: auto;
   position: absolute;
   margin: auto;
   top: 50%;
   transform: translateY(-50%);
}

.button_layout {
	display: inline-block;
}

.button_layout.event {
	padding-top: 14px;
}

.insurance .list button {
 	display: block;
   font-size: 14px;
   margin: auto;
   line-height: 14px;
   color: #00d5e9;
   background: transparent;
   border: 0px solid;
}

.icon_arrow_blue {
	background: url("../images/insurance/icon_arrow_round_blue.png") no-repeat;
	margin: auto;
	vertical-align: middle;
	position: relative;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	padding-bottom: 6px;
}

:focus {
	outline: 0;
}