@charset "utf-8";

#wrap {
	position:relative;
	width:100%;
	height:100%;
	letter-spacing:-0.5px;
}

.inner {
	position:relative;
	width:470px;
	margin:0 auto;
	padding:50px 0 100px;
}

h2 {
	width:100%;
	text-align:center;
	background:#e60019;
	padding:30px 0;
}

.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 ul {
	width:100%;
	display:inline-block;
}

.form_wrap ul li {
	position:relative;
	display:inline-block;
	width:100%;
	margin-bottom:25px;
}

.form_wrap ul li:last-child {
	margin-bottom:0;
}

.form_wrap ul li p {
	font-size:18px;
	font-weight:500;
	color:#e60019;
	margin-bottom:10px;
}

.form_wrap ul li span.sub {
	position:absolute;
	bottom:-18px;
	left:30px;
	color:#ff0000;
	font-size:14px;
	font-weight:400;
}

.form_wrap ul li .int {
	height:60px;
	background:#fff5f6;
	border-radius:50px;
	padding:0 30px;
}

.form_wrap ul li .int01 {
	width:100%;
}

.form_wrap ul li .int02 {
	width:74%;
}

.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:#e60019;
	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:#636363;
	font-weight:400;
}

.form_wrap a.more {
	color:#898989;
	margin-left:5px;
	cursor:pointer;
}

input[type="checkbox"]{
	position:relative;
	top:7px;
	display:inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 20px;
	width: 20px;
	border: 1px solid #636363 !important;
}

input[type="checkbox"]:checked {
	background:#e60019;
	border: 1px solid #e60019 !important;
}

.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:#e60019;
	border-radius:100%;
	font-size:20px;
	line-height:35px;
	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;
	}
	
	.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;
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width:50px;
		height:50px;
		font-size:25px;
		line-height:45px;
	}
}









		