@charset "utf-8";

#wrap {
	position:relative;
	width:100%;
	min-height:100%;
	letter-spacing:-0.5px;
	background:rgba(8 60 153 / 0.03);
}

.inner {
	position:relative;
	width:470px;
	margin:0 auto;
	padding:20px 0 100px;
}

h2 {
	width:100%;
	text-align:center;
	background:rgba(8 60 153 / 1);
	padding:20px 0;
}

h2 img {
	width:200px;
}


/*추가*/
.center_name {
	text-align:center;
	display:table;
	margin:30px auto 0;
	padding:17px 20px;
	font-size:21px;
	font-weight:500;
	background:rgba(8 60 153 / 1);
	color:#fff;
	border-radius:50px;
}
/*추가*/


.noti {
	font-size:15px;
	font-weight:400;
	color:#e60019;
	line-height:1.5;
	margin-bottom:20px;
}

.noti p {
	position:relative;
	padding-left:15px;
}

.noti p::before {
	content:'※';
	position:absolute;
	top:0;
	left:0;
}

.form_wrap {
	width:100%;
	display:inline-block;
}

.form_wrap > div:not(.aspNetHidden) {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.form_wrap > div:first-child {
	margin-top:0;
}

.form_wrap > div p {
	font-size:17px;
	font-weight:700;
	color:#083c99;
	margin-bottom:10px;
}

.form_wrap > div span.sub {
	position:absolute;
	bottom:-18px;
	left:30px;
	color:#ff0000;
	font-size:14px;
	font-weight:400;
}

.form_wrap > div .int {
	height:60px;
	background:#fff;
	border-radius:50px;
	padding:0 30px;
}

.form_wrap > div .int {
	width:100%;
}

.filebox label {
    text-align:center;
	display:inline-block;
	width:24%;
	padding:0 20px;
	height:60px;
	background:#e60019;
	color:#fff;
	font-size:20px;
	font-weight:500;
	border-radius:50px;
	float:right;
	line-height:60px;
	cursor:pointer;
}

.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.inner .btn01 {
	display:block;
	width:200px;
	height:80px;
	margin:0 auto;
	background:rgba(8 60 153 / 1);
	color:#fff;
	font-size:27px;
	font-weight:500;
	border-radius:50px;
	-webkit-box-shadow: 5px 5px 7px 0px rgb(0 0 0 / 7%);
	-moz-box-shadow: 5px 5px 7px 0px rgb(0 0 0 / 7%);
	box-shadow: 5px 5px 7px 0px rgb(0 0 0 / 7%);
	margin-top:35px;
}

.form_wrap .check {
	margin-top:25px;
}

.form_wrap span.check_txt {
	color:rgba(8 60 153 / 1);
	font-weight:400;
}

.form_wrap a.more {
	color:#898989;
	margin-left:5px;
	cursor:pointer;
}

input[type="checkbox"]{
	position:relative;
	top:8px;
	display:inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 20px;
	width: 20px;
	border: 1px solid rgba(8 60 153 / 1) !important;
	background:#fff;
}

input[type="checkbox"]:checked {
	background:rgba(8 60 153 / 1);
	border: 1px solid rgba(8 60 153 / 1) !important;
}

input[type="radio"]{
	position:relative;
	top:5px;
	display:inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 20px;
	width: 20px;
	border: 1px solid rgba(8 60 153 / 1) !important;
	background:#fff;
	border-radius:100%;
}

input[type="radio"]:checked {
	background:rgba(8 60 153 / 1);
	border: 1px solid rgba(8 60 153 / 1) !important;
}

.radio_ck {
	float:left;
	width:50%;
}

.radio_txt {	
	font-size:17px;
	font-weight:500;
	color:rgba(8 60 153 / 1);
}

select {
	width:49% !important;
	color: rgba(8 60 153 / 0.3);
}

select option {
	color: rgba(8 60 153 / 1);
}

input[type="text"]:focus,
input[type="text"].valid_text,
input[type="number"]:focus,
input[type="number"].valid_text,
select.change,
textarea.change {
    color: rgba(8 60 153 / 1);
    font-weight: 500;
}

.policy_wrap {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:100%;
	background:rgba(0 0 0 / 0.7);
}

.policy_wrap .policy_box {
	position:absolute;
	width:600px;
	padding:30px 0;
	background:#fff;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.policy_wrap .policy_box .policy {
	padding:0 40px;
	height: 50vh;
	overflow-y: auto;
	font-size:14px;
	line-height:1.6;
}

.policy_wrap .policy_box .policy h3 {
	margin:10px 0;
}

.policy_wrap .policy_box .close {
	text-align:center;
	position:absolute;
	top:0;
	right:-50px;
	width:42px;
	height:42px;
	background:rgba(8 60 153 / 1);
	border-radius:100%;
	font-size:20px;
	line-height:38px;
	color:#fff;
	font-weight:700;
	border: 2px solid #fff;
	cursor:pointer;
}

@media screen and (max-width: 767px) {
	.inner {
		width:90%;		
	}
	
	.noti {
		font-size:13px;
		line-height:1.5;
	}

	.form_wrap > div .int {
		padding: 0 17px;
	}
	
	.policy_wrap .policy_box {
		width:90%;
		padding:20px 0;
	}

	.policy_wrap .policy_box .policy {
		padding:0 20px;
		overflow-x: hidden;
		font-size:13px;
	}

	.policy_wrap .policy_box .close {
		text-align:center;
		position:absolute;
		top:-60px;
		right:0;
		width:50px;
		height:50px;
		font-size:25px;
		line-height:45px;
	}
}









		