@charset "utf-8";
/* CSS Document */

*{
	margin:0; 
	padding:0;
	word-break: keep-all;
	font-size: 16px;
	font-family: 'Nanum Gothic', sans-serif;
	color: #545456;
	-webkit-text-size-adjust: none;
}
ul,ol{
	list-style:none;
}
a{
	text-decoration:none;
	color:#000;
}
#content{
	max-width: 640px;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
	background: url("bg.png")center no-repeat;
	background-size: cover;
}
#content h1{
	font-size: 23px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 22px;
	text-align: center;
	word-break: keep-all;
	font-weight: 800;
	padding: 10px 0;
	background: #d2e9ee;
	border-radius: 7px;
}
#content h1 span{
    background: linear-gradient(170deg, #002c5e, #0089d0);
  	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
  	display: inline-block;
  	line-height: 1.5;
  	font-size: 23px;
  	text-fill-color: transparent;
  	background-clip: text;
}
#background{
	background-color: rgba(255,255,255,0.93);
	padding: 20px;
	border-radius: 10px;
}
.article{
	margin-top: 20px;
}
.article p{
	font-weight: 700;
	max-width: 300px;
	margin: 10px 0 10px 18px;
	color: #062c50;
}
.article span{
	font-size: 11px;
	/*margin: 0px 0 10px 42px;*/
	margin: 0px 0 10px 30px;
	display: block;
	font-weight: bold;
}
.article .wrap{
	margin: 0 auto;
	word-break: keep-all;
	width: 85%;
}
.article .wrap span{
	font-size:0.8em;
}
.article .wrap input{
	margin-right: 5px;
} 
.article .wrap #wrap_width{
	max-width: 360px;
	margin: 0 auto;
}
.article .wrap #wrap_width span{
	font-weight: normal;
	margin: 0 0 10px 0;
	display: inline;
}
.article label{
	font-size: 0.8em;
	margin-right: 14px;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: bold;
}
.article label.year{
	margin-right: 0;
}
.article input{
	margin-right: 6px;
}
input[type="text"]{
	border:none;
	width: 90%;
	text-indent: 10px;
	height: 28px;
	display: block;
	margin: 0 auto;
	background-color: rgba(219,215,215,0.5);
	border-radius: 5px;
}
input[type="email"]{
	border:none;
	width: 85%;
	text-indent: 10px;
	height: 28px;
	display: block;
	margin: 0 auto;
	background-color: rgba(219,215,215,0.6);
}
input[type="radio"]{
	vertical-align: middle;
}
input[type="checkbox"]{
	vertical-align: middle;
}
#stipulation ul{
	max-width: 500px;
	margin: 0 auto;
	border: 1px solid #f0f0f0;
	overflow-y: scroll;
	height: 100px;
	padding: 15px;
	box-sizing: border-box;
	background-color: rgba(251,251,251,0.7);
}
#stipulation ul li{
	font-size: 0.8em;
	margin-bottom: 6px;
}
.subject{
	font-weight: bold;
}
#submit_button{
	width: 200px;
	height: 37px;
	border-radius: 8px;
	border: none;
	margin-top: 20px;
	background: linear-gradient(to top,#4e5c7e,#062c50);
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
#argree{
	margin-right: 6px;
}
center{
	margin-top:10px;
}
.dot{
	width:6px;
	margin-right: 5px;
	vertical-align: middle;
}
.article span.small{
	margin-left: 0;
	display: inline;
	font-size: 13px;
	color: #0089d0;
	
}

@media screen and (min-width:436px)and (max-width:500px){
}
@media screen and (max-width:435px){
	#content{
		padding: 20px;
	}
	.article span{
		margin-left: 30px;
	}
	
}