#header,
#footer{display: none;}

#main_container *{caret-color: transparent;}
#main_container .top,
#form_area .btn_box{
	position: relative;
}
#main_container .top a,
#form_area .btn_box button{
	z-index: 1;
	position: absolute;
	transform: translate(-50%,-50%);
}
#main_container .top a{
	top: 53.7%;
	left: 50%;
	width: 67.5%;
	height: 3.5%;
}
#form_area .btn_box button{
	top: 41.7%;
	left: 50%;
	width: 78.5%;
	height: 48.5%;
	outline: none;
	background: none;
	border: none;
}
#form_area .input_box{
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 78.5%;
}
#form_area .input_box label{
	flex-shrink: 0;
	width: 14.6%;
	font-size: 2.7rem;
	color: #444444;
}
#form_area .form_board{
	padding: 1.5rem;
	width: 100%;
	font-size: 2.4rem;
	color:#888888;
	background: #f5f5f5;
	border: 2px solid #c0c0c0;
	border-radius: 0;
	caret-color: auto !important;
}
#form_area .form_board::placeholder{
	color: #cccccc;
}
#form_area select.form_board{
	-webkit-appearance: none;
 	-moz-appearance: none;
	appearance: none;
	background:#f5f5f5 url(../_img/main/select.png) no-repeat right 3rem center / 14px 8px;
}
#form_area .input_box > div{
	display: flex; align-items: center;
	gap: .9rem;
}
#form_area .input_box > div span{
	display: inline-block;
	flex-shrink: 0;
	width: 2rem;
	height: 3px;
	background: #888888;
}
#form_area .check_box{
	display: flex;
	align-items: center;
	margin: 0 auto;
	margin-top: 3.5rem;
	width: 78.5%;
}
#form_area .check_box .dummy{
	flex-shrink: 0;
	width: 14.6%;
}
#form_area .check_box .contents{
	width: 100%;
}
#form_area .check_box .contents > div{
	align-items: center;
}
#form_area .check_box .contents > div p{
	margin-left: 2rem;
	margin-right: 1.5rem;
	font-size: 2.2rem;
	font-weight: 400;
	color: #555555;
}
#form_area .check_box input[type="checkbox"]{
	display: none;
}
#form_area .check_box input[type="checkbox"] + label{
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border:1px solid #888888;
}
#form_area .check_box input[id="agree"]:checked + label::after{
	content: "";
	position: absolute;
	left: 50%; top:50%;
	width: 18px;
	height: 13px;
	background: url(../_img/main/ck.png ) no-repeat center center / 100% 100%;
	transform: translate(-50%,-50%);
}
#form_area .check_box button{
	padding: 0;
	outline: none;
	background: none;
	border: none;
}
#form_area .check_box .more_img{
	display: none;
	padding:2.5rem 3rem;
	color: #444444;
	background: #eff4ff;
}
@media (max-width:767.98px) {
	#form_area .input_box label{
		width: 16.6%;
		font-size: 2.2rem;
	}
	#form_area .form_board{
		padding: 1.5rem 1rem;
		width: 100%;
		font-size: 2rem;
	}
	#form_area select.form_board{
		background-position: right 1.5rem center;
		background-size: 10px 5.7px;
	}
	#form_area .input_box > div {
    gap: 5px;
	}
	#form_area .input_box > div span{
		width: 1rem;
		height: 2px;
	}
	#form_area .check_box{margin-top: 3rem; display: block;}
	#form_area .check_box .dummy{display: none;}
	#form_area .check_box .contents{width: 100%;}
	#form_area .check_box .contents > div p{
		margin: 0;
		padding-left: 10px;
		font-size: 2rem;
		width: calc(100% - 20px);
	}
	#form_area .check_box input[type="checkbox"] + label {
    width: 20px;
    height: 20px;
		flex-shrink: 0;
	}
	#form_area .check_box input[id="agree"]:checked + label::after{
		width: 12px;
		height:8.6px;
	}
	#form_area .check_box .more_btn img{
		width: 65px;
	}
}
@media (max-width:575.98px) {
	#main_container.container{padding: 0 !important;}
	#form_area .input_box label{
		width: 17.5%;
		font-size: 2rem;
	}
	#form_area .form_board{
		padding: 1rem;
		font-size: 1.8rem;
	}

	#form_area .check_box .contents > div p{
		font-size: 1.8rem;
	}
	#form_area .check_box .more_img{
		padding:1.5rem 2rem;
	}
	#form_area .check_box .more_btn img{
		width: 60px;
	}
}
@media (max-width:400px) {
	#form_area .input_box label{
		width: 19%;
		font-size: 1.8rem;
	}
	#form_area .form_board{
		padding: 1rem 5px;
		font-size: 1.6rem;
	}
	#form_area select.form_board{
		background-position: right 5px center;
		background-size: 8px 4.57px;
	}
	#form_area .input_box > div {
    gap: 3px;
	}
	#form_area .input_box > div span{
		width: 5px;
		height: 1px;
	}

	#form_area .check_box .contents > div p{
		font-size: 1.6rem;
	}
	#form_area .check_box .more_img{
		font-size: 1.4rem !important;
	}
}

