@charset "utf-8";

@import "reset.css";


.section1 {
	
	
	position:relative;
}

.form_cover {
	height: auto;
	/* overflow-y: scroll; */
}
.form_cover::-webkit-scrollbar {
    width: 5px;  /* 스크롤바의 너비 */
}

.form_cover::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background:#2E7EFA; /* 스크롤바의 색상 */
    border-radius: 10px;
}

.form_cover::-webkit-scrollbar-track {
    background: rgba(33, 122, 244, .1);  /*스크롤바 뒷 배경 색상*/
}
.form_area { 
	display:flex;
}
.form_area select {
	width:319px;
	height:60px;
	/* margin-right:12px; */
	outline:none;
	border:2px solid #e5e5e5;
	border-radius:5px;
	padding:0 15px;
}
.form_area select::last-child {
	margin-right:0;
	
}
.custom_form > div > div {
	margin-bottom:10px;
	display:flex;
	align-items:center;
	flex-flow: row wrap;
	width: 100%;
}
.form_section {
	width:100%
}
.custom_form input, .custom_form select {
	height:60px;
	line-height: 50px;
	outline:none;
	border:2px solid #e5e5e5;
	border-radius:5px;
	padding:0 15px;
	color:#222;
	font-size:15px;
	margin-bottom: 10px;
}
.form_title { 
	width:150px;
	display:inline-block;
}
.form_set-select_box ul {
    width: 100%;
}
.form_set-select_box ul li {}
.form_set-select_box ul li .form-select{
	display:flex;
	align-items:center;
	margin-bottom:10px;
	flex-flow: row wrap;
}
.form_set-select_box ul li .form-select input,.form_set-select_box ul li .form-select select { width:500px; box-sizing:border-box;}
.form_container input, .form_container select {
	width:500px;
	box-sizing:border-box;
}
.form_big_title h2 {
	text-align:center;
	width:100%;
	font-size:30px;
	font-weight:700;
	margin-bottom:30px;
}
.sub_btn {
	width:100%;
	height:60px;
	margin-top:20px;
	background: #2c71f9;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}


.optclass {text-align:right;/*color:red;*/}
/* .priclass {text-align:right;} */
.priclass_chk {height: 15px !important;width: 15px;height: 15px;}
.htref {display:none;}



/*모바일*/
@media screen and (max-width: 1000px) {

.container_fix {top:5%;bottom:5%;padding: 25px 0px;}
.form_cover {height: auto;}
.form_big_title h2 {margin-bottom: 21px;word-break: keep-all;}
.form_title {font-size: 25px;width: 100%;font-weight: 500;margin-bottom: 10px;}
.form_container input, .form_container select {width: 100%;}
.form_set-select_box ul li .form-select input, .form_set-select_box ul li .form-select select {width: 100%;}
.custom_form input, .custom_form select {height: 70px;font-size: 25px; line-height: 70px;}
.sub_btn {height: 100px;margin-top: 30px;font-size: 35px;margin-bottom: 30px; line-height: 100px;}
form {background: #fff;padding: 0px 15px;}
.form_area select {width: 100%;}
.optclass {font-size: 15px;line-height: 20px;}
.priclass {font-size: 18px;line-height: 31px;display: flex;/* align-items: center; */}
.priclass_chk {height: 25px !important;width: 25px;height: 25px;}


}


