@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }

body {
	margin: 0px;
	font-family:'Nanum Gothic', Arial, sans-serif;
	font-size:14px;
	font-weight:400;
}
#body {
	margin: 0 auto;
	width:100%;
	max-width:768px;
	background-color:#0071c1;
}
p.footer {
	color: #fff;
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}
#container {
	position:static;
	float:left;
	width:100%;
	font-size:4.5vw;
}
.main-top-image {width:100%;}
.form-apply {position:static;float:left;width:100%;margin:0rem 0rem;padding:3rem 1rem;background-color:#0071c1;color:#fff;}
.form-apply .form-group {position:static;float:left;width:100%;margin-bottom:0px;}
.border-1 {border: 2px solid #fff;border-radius:4px;padding-top:5px;padding-bottom:5px;}
.border-2 {border: 2px solid #fff;border-radius:4px;padding-top:27px;padding-bottom:27px;}
.border-3 {border: 2px solid #fff;border-radius:4px;padding:5px 1px 5px 10px;}
.text-title {font-size:6.5vw;font-weight:800;margin-bottom:15px;}
.col-left {padding-left:0px;padding-top:0px;padding-right:5px;padding-bottom:1px;}
.col-right {padding-right:0px;padding-left:0px;}
.div-label {font-weight:400;width:100%;}
.input-size {font-size:4.0vw;height:auto;}
.input-style {color:#fff;background-color:#0071c1;border:2px solid #fff;}
.color-black {color:#000;}
.color-yellow {color:#f5bb00;}
.privacy-check {margin-top:10px;margin-bottom:10px!important;margin-left:17px;font-size:3.5vw;}
.wgt-100 {font-weight:100;}
.wgt-200 {font-weight:200;}
.wgt-300 {font-weight:300;}
.wgt-400 {font-weight:400;}
.wgt-500 {font-weight:500;}
.wgt-600 {font-weight:600;}
.wgt-700 {font-weight:700;}
.wgt-800 {font-weight:800;}
.lmg-10 {margin-left:10px;}
.lmg-17 {margin-left:17px;}
.btn-apply {width:100%;background-color:transparent;color:#f5bb00;cursor:pointer;font-size:5.5vw;font-weight:800;}

