@charset "utf-8";
/* CSS Document */
body {
	background: #fff;
	margin: 0;
	padding: 0;
}
/* ***************************************************************************************************/

a, area { outline: none; }
#warp {
	margin: 0;
	padding: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*header이미지*/
.event_ctn {
	width: 100%;
	min-width: 1040px;
	margin: 0;
	padding: 0;
	position: relative;
}
.event_ctn > ul {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
.event_ctn > ul li {
	list-style: none;
	display: block;
}
.event_ctn > ul > li:first-child { background: url(../images/2020_silver_care01bg.jpg) repeat-x }
.event_ctn > ul > li:nth-child(4), .event_ctn > ul > li:nth-child(5) { background-color: #eee; }
.event_ctn > ul >li:last-child {
	background-color: #3c3c3c;
	margin-top: 70px;
}
.mc_fam .event_ctn > ul > li:first-child { background: none; }
.mc_fam .event_ctn > ul > li:nth-child(3), .mc_fam .event_ctn > ul > li:nth-child(4) { background-color: #eee; }
.mc_fam .event_ctn > ul > li:nth-child(5) { background-color: #fff; }
.license_easy .event_ctn > ul > li:first-child { background: none; }
.license_easy .event_ctn > ul > li:nth-child(3), .license_easy .event_ctn > ul > li:nth-child(4) { background-color: #fff; }
.license_easy .event_ctn > ul > li:nth-child(5) { background-color: #fff; }
.license_easy .event_ctn > ul >li:last-child {
	background-color: #3c3c3c;
	margin-top: 70px;
}


.text_c { text-align: center; }
/* =========================================================================== form */
.apply_form {
	position: relative;
	width: 1034px;
	border: 3px solid #b4121a;
	margin: 50px auto 0 auto;
	padding-top: 40px;
}
.mc_fam .apply_form { margin: 20px auto 70px auto; }
.apply_form ul { overflow: auto; }
.apply_form li {
	margin: 0 15%;
	margin-bottom: 15px;
	float: left;
}
.apply_form label {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #000;
	text-align: left;
}
.apply_form label span {
	float: left;
	width: 130px;
	padding-top: 5px;
	color: #000;
}
.mg_l130 {
	margin-left: 130px;
	margin-top: 7px;
}
.apply_form input, .apply_form select, .apply_form textarea {
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	line-height: 28px;
	padding: 0 5px;
	font-size: 16px;
}
.apply_form input { height: 26px; }
.apply_form textarea { resize: none; }
.apply_form select {
	height: 27px;
	padding-left: 3px;
	padding-right: 3px
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #5a89c6;
	box-shadow: none;
	outline: none;
}
.apply_form .agree_check {
	margin: 0 15%;
	line-height: 150%;
	text-align: center;
	position: relative;
}
.apply_form .agree_check label {
	margin-left: 130px;
	margin-bottom: 30px;
	cursor: pointer;
}
.apply_form input[type="checkbox"] {
	vertical-align: middle;
	margin-left: 10px;
	width: 16px;
	height: 16px;
}
.btn_apply {
	clear: both;
	margin: 30px auto 40px auto;
	display: block;
	width: 260px;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	background: #b4121a;
	text-decoration: none;
}
.btn_apply:hover {
	background: #d1453b;
	text-decoration: none;
}

/* mobile */
@media only screen and (max-device-width:767px) {
.event_ctn { max-width: 767px; }
.apply_form {
	position: relative;
	width: 1026px;
	border: 3px solid #b4121a;
	margin: 20px auto 60px auto;
	padding-top: 40px;
}
.apply_form li {
	width: 80%;
	margin: 0 10%;
	margin-bottom: 15px;
	float: left;
}
.apply_form label {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #000;
	text-align: left;
}
.apply_form label span {
	float: left;
	width: 130px;
	padding-top: 5px;
	color: #000;
}
.mg_l130 {
	margin-left: 130px;
	margin-top: 7px;
}
}
