body,div,ul,ol,li,dl,table {
	margin:0;
	padding:0;
}
body,input,textarea,select,button,table {
	font:12px verdana,'verdana','돋움',dotum;color:#3a3a3b;
}
img,fieldset {
	border:0;
}
ul,ol {
	list-style:none;
}
A:link {
	color:#3a3a3b;
	text-decoration:none;
}
A:visited {
	color:#3a3a3b;
	text-decoration:none;
}
A:active {
	color:#3a3a3b;
	text-decoration:none;
}
A:hover {
	color:#c21503;
	text-decoration:none;
}
.b_input {
	border:1px solid #7f7f7f;
	background:#f6f6f6;
	color:#3a3a3b;
	font-weight:bold;
	font-family:"돋움","Dotum";
	padding:5px 0 0 5px;
	font-size:12px;
}
.b0_input {
	border:1px solid #a27a16;
	background:#f6f6f6;
	color:#3a3a3b;
	font-weight:bold;
	font-family:"돋움","Dotum";
	padding:5px 0 0 5px;
	font-size:12px;
}

/********** 메뉴 **********/
.gnb_comm {
overflow:hidden;
width:100%
}
.gnb_comm li {
float:left;
width:12.5%
}
.gnb_comm .fst {
width:11.11%
}
.gnb_comm .lst {
overflow:hidden;
float:none;
width:auto
}
.gnb_comm .link_menu {
font:bold 13px '돋움',dotum,sans-serif;
color:#fff;
letter-spacing:-1px;
display:block;
height:30px;
line-height:33px;
text-align:center;
}
.gnb_comm .on .link_menu {
color: #fad16d;
}



/** 푸터 텍스트**/
.footer_comm {
	width:100%;
	font-size:12px;
	color:#545353;
	text-align:left;
	clear:both;
}
.footer_comm .link_info {
	color:#545353
}
.footer_comm .txt_bar {
	color:#dadada
}
.footer_comm .wrap_link .link_info {
	font-weight:bold;
	font-size:12px;
	font-family:'돋움',dotum,sans-serif;
	color:#545353
}
.footer_comm .wrap_info {
	padding-top:3px;
	padding-bottom:3px;
	line-height:18px;
	color:#666
}
.footer_comm .wrap_info .txt_num {
	font-family:tahoma;
	letter-spacing:0
}
.footer_comm .wrap_info .txt_info {
	padding:0 2px;
	font-size:12px
}
.footer_comm .wrap_info .txt_bar {
	font-size: 11px
}
.footer_comm .txt_copyright {
	font-style:normal;
	font-family:tahoma;
	font-size:11px;
	color:#545353;
}

.point {
	color:#FFF;
}


.n_point {
	font:bold 15px '돋움',dotum,sans-serif;color:#FFF;
}


.pri {
	font:25px '돋움','dotum',sans-serif;
	color:#5a5959;
}
.pri2 {
	font:25px '돋움','dotum',sans-serif;
	letter-spacing:-1px;
	color:#a7a7a7;
}
.n_text {
	font:bold 20px '맑은 고딕','돋움',dotum,sans-serif;
	color:#3f4040;
}

.n_input {
	font:bold 17px Malgun Gothic,'맑은 고딕','돋움',dotum,sans-serif;
	color:#3f4040;
	border:3px solid #999999;
	background:#f6f6f6;
	padding:0 0 0 18px;
}


/** 폼 radio **/
.form_radio {
	margin-bottom: 10px;
}
.form_radio input[type=radio] {
	display: none;
}
.form_radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;

}
.form_radio label:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: url(image/radio-1.png) 0 0 no-repeat;
}

/* Checked */
.form_radio input[type=radio]:checked + label:before {
	background: url(image/radio-2.png) 0 0 no-repeat;
}

/* Hover */
.form_radio label:hover:before {
	filter: brightness(120%);
}

/* Disabled */
.form_radio input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}

.form {
	margin: 0 auto;

}

.step2_title {
	font-family:Malgun Gothic,'맑은 고딕','돋움',dotum,sans-serif;
	font-size:18px;
	color:#333333;
	letter-spacing:-1px;
	line-height:28px;
	font-weight:bold;
}