/*common*/
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
*{margin:0;padding:0;font-size:15px;box-sizing:border-box;word-break:keep-all;font-weight:normal}
strong{font-weight:bold;}
body{font-family: "Noto Sans KR", sans-serif;}
.clearfix:after{display:block;content:"";clear:both}

.header > img{
	width:100%;
	display:block;
}
.sub_title{
	width:40%;
	height:30px;
	line-height:30px;
	border-radius:25px;
	background-color:#d2ff4c;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
}
.main_title{
	font-weight:bold;
	text-align:center;
	font-size:20px;
	margin-top:10px;
}
.agree_box{
	margin-top:20px;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:20px;
	border-bottom:1px solid #D5D5D5;
}
.agree_box > p{
	font-size:12px;
	text-align:left;
	margin-bottom:15px;
}
.agree_box > div > div{
	float:left;
	height:40px;
}
.agree_box > div > div > img{
	height:60%;
	margin-top:15%;
}
.agree_box > div > div > p{
	height:40px;
	line-height:40px;
	font-size:17px;
}
.agree_box > div > div > p > span{
	height:40px;
	line-height:40px;
	font-size:17px;
	color:#CC3D3D;
}
.agree_box > div > div:nth-child(1){
	width:15%;
}
.agree_box > div > div:nth-child(2){
	width:70%;
}
.agree_box > div > div:nth-child(3){
	width:15%;
	text-align:right;
}
.input_box{
	margin-top:10px;
	padding-left:5%;
	padding-right:5%;
}
.input_box > .input_item{
	margin-bottom:10px;
}
.input_box > .input_item > p{
	font-size:12px;
	margin-bottom:5px;
}
.input_box > .input_item > select{
	width:100%;
	height:45px;
	line-height:45px;
	text-align:center;
}
.input_box > .input_item > p > input{
	font-size:12px;
	width:100%;
	display:block;
	height:45px;
	border-radius:5px;
	outline:none;
	border:1px solid #747474;
	padding-left:5%;
	font-size:18px;
}
.input_box > .input_item > p > span{
	font-size:12px;
	float:left;
	color:#2079d3;
}
.input_box > .input_item > p > span:nth-child(1){
	width:5%;
}
.input_box > .input_item > p > span:nth-child(2){
	width:95%;
}
.finish{
	width:60%;
	height:45px;
	margin:0 auto;
	line-height:45px;
	border-radius:5px;
	text-align:center;
	background-color:#36bffe;
	font-size:15px;
	font-weight:bold;
	margin-top:20px;
}
.footer{
	padding:5%;
	background-color:#4C4C4C;
	margin-top:50px;
}
.footer > p{
	margin-bottom:20px;
}
.footer > p > span{
	color:white;
	font-size:12px;
	float:left;
	line-height:15px;
}
.footer > p > span:nth-child(1){
	width:5%;
}
.footer > p > span:nth-child(2){
	width:95%;
}
.win_pop{
	width:100%;
	height:100%;
	position:fixed;
	background-color:white;
	left:0;
	top:0;
	padding:5%;
	display:none;
}
.agree_detail > img{
	height:30px;
	position:absolute;
	top:50px;
	right:30px;
}
.agree_detail > .title{
	margin-top:100px;
	margin-bottom:40px;
	font-weight:bold;
	font-size:22px;
}
.agree_popbox > div {
	margin-bottom:30px;
}
.agree_popbox > div > p{
	margin-bottom:10px;
	line-height:25px;
	font-size:17px;
}
.agree_popbox > div > p:nth-child(2){
	padding-left:12px;
}
.agree_popbox > div:nth-child(3) > p{
	font-weight:bold;
}
.agree_popbox > p {
	color:#4374D9;
}
.summerrally_box > div{
	height:45px;
	background-color:#2079d3;
}
.summerrally_box > div > p{
	float:left;
	color:white;
	height:45px;
	line-height:45px;
}
.summerrally_box > div > p:nth-child(1){
	width:85%;
	padding-left:5%;
}
.summerrally_box > div > p:nth-child(2){
	width:10%;
}
.summerrally_box > div > p:nth-child(2) > img{
	height:80%;
	padding-top:25%;
}
.summerrally_box > img{
	width:100%;
	display:none;
}




@media (max-width:___px){
	
}