body {margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
ul li {list-style-type:none;}


input[type="radio"]{
	width:13px;
	height:13px;
	display:none;
}

.title_name{
	padding:10px;
	width:100%;
	height:60px;
	background-color:#f5f5f5;
	font:bold 22px '맑은 고딕';
	color:#666666;
	border-bottom:2px solid #aa0000;
	box-sizing:border-box;
}


.txt_01{
	padding:20px;
	width:100%;
	height:50px;
	font:bold 16px '맑은 고딕';
	color:#666666;
	box-sizing:border-box;
}

.txt_02{
	font:14px '맑은 고딕';
	color:#888;
}

.mun_box{
	margin:0px;
	padding:0px;
	margin-left:25px;
	position:relative;
	width:950px;
	border-bottom:1px solid #ddd;
	float:left;
}

.mun_box li{
	position:table;
	padding:7px;
	width:130px;
	min-height:100%;
	font:14px "맑은 고딕";
	color:#777;
	text-align:center;
	box-sizing:border-box;
	float:left;
}

.mun_box li:first-child{
	width:50px;
	font:bold 14px "맑은 고딕";
	color:#aa0000;
	text-align:center;
}



.mun_box li:nth-child(2){
	width:250px;
	text-align:left;
}

.mun_box li:last-child{
	float:clear;
}


.mun_box li label{
cursor:pointer;
}

.mun_box li input:checked + label{
	background:#def0ff;
}


.mun_box li label::before{
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	content:' ';
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/chk_false.png) no-repeat 0 0;
	background-size:20px;
}

.mun_box li input:checked + label::before{
	background:url(../images/chk_true.png) no-repeat 0 0;
	background-size:20px;
}


.btn_blue{
	width:100px;
	padding:7px;
	box-sizing:border-box;
	background:#0780c2;
	font:bold 12px '맑은 고딕';
	color:#fff;
	text-align:center;
	border:1px solid #046194;
	border-radius: .5em;
	cursor:pointer;
}
		
	
.btn_blue:hover{
	background:#00456a;
}

.btn_red{
	width:100px;
	padding:7px;
	box-sizing:border-box;
	background:#aa0000;
	font:bold 12px '맑은 고딕';
	color:#fff;
	text-align:center;
	border:1px solid #990000;
	border-radius: .5em;
	cursor:pointer;
}

.btn_red:hover{
	background:#880000;
}

.bottom_txt{
	position:fixed;
	bottom:0px;
	padding:7px;
	width:100%;
	height:50px;
	background-color:#f5f5f5;
	font:22px '맑은 고딕';
	text-align:center;
	color:#666666;
	border-top:1px solid #aa0000;
	box-sizing:border-box;
}


.end_txt li{
	position:relative;
	width:100%;
	text-align:center;
	color:#666666;
}

.end_txt li:first-child{
	top:50px;
	color:#333;
	font:58px '맑은 고딕';
}

.end_txt li:nth-child(2){
	top:60px;
	font:32px '맑은 고딕';
}

.end_txt li:last-child{
	top:70px;
	font:26px '맑은 고딕';
}

.down_box{
	position:relative;
	top:100px;
	margin:15px;
	padding:0px;
	width:280px;
	border:2px solid #eeeeee;
	border-radius: .5em;
	float:left;
}

.down_box li{
	position:relative;
	padding:10px;
	width:280px;
	font:24px '맑은 고딕';
	text-align:center;
	box-sizing:border-box;
}

.down_box li:first-child{
	background-color:#eeeeee;
}

.down_box li:nth-child(2){
	top:25px;
	height:100px;
}

.down_box li:last-child{
	font:14px '맑은 고딕';
	color:#333333;
	border:5px solid #ffffff;
	border-radius: .5em;
	background-color:#eeeeee;
	cursor:pointer;
}

.down_box li:last-child:hover{
	background-color:#cccccc;
}








.down_box2{
	position:relative;
	top:100px;
	margin:15px;
	padding:0px;
	width:280px;
	border:2px solid #0780c2;
	border-radius: .5em;
	float:left;
}

.down_box2 li{
	position:relative;
	padding:10px;
	width:280px;
	font:24px '맑은 고딕';
	text-align:center;
	box-sizing:border-box;
}

.down_box2 li:first-child{
	color:#ffffff;
	background-color:#0780c2;
}

.down_box2 li:nth-child(2){
	top:25px;
	height:100px;
}

.down_box2 li:last-child{
	font:14px '맑은 고딕';
	color:#ffffff;
	border:5px solid #ffffff;
	border-radius: .5em;
	background-color:#0780c2;
	cursor:pointer;
}

.down_box2 li:last-child:hover{
	background-color:#00456a;
}


.page00_btn:last-child{
	position:absolute;
	width:100%;
	top:500px;
	text-align:center;
}

.page00_btn input{
	width:200px;font-size:18px;
}


.close_img{
	position:absolute;
	top:20px;
	right:20px;;
	width:40px;
	height:40px;
	background:url(../images/close_false.png) no-repeat 0 0;
	background-size:40px;
	cursor:pointer;
}


.close_img:hover{
	background:url(../images/close_true.png) no-repeat 0 0;
	background-size:40px;
}


