
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {
	margin:0;
	padding:0;
	font:23px Malgun Gothic,'맑은 고딕','돋움',dotum,sans-serif;
	color:#393939;
	letter-spacing:-1px;
	line-height:28px;
}

img,fieldset {
	border:0;
	vertical-align:top;
}
legend {
	display:none;

}
dl,ul,ol,menu,li {
	list-style:none
}
blockquote,q {
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none
}
input,select,textarea,button {
	font-size:100%;
	vertical-align:middle
}
button {
	border:0 none;
	background-color:transparent;
	cursor:pointer
}
table {
	border-collapse:collapse;
	border-spacing:0
}
body {
	-webkit-text-size-adjust: none
}


A:link {
	color:#464545;
	text-decoration:none;
}
A:visited {
	color:#464545;
	text-decoration:none;
}
A:active {
	color:#018345;
	text-decoration:none;
}
A:hover {
	color:#d02c34;
	text-decoration:none;
}
A {
	selector-dummy:expression(this.hideFocus=true);
}
A,img,input {
	selector-dummy:expression(this.hideFocus=true);
}
input[type='radio'] {
	vertical-align:middle;
}
input[type='radio'] {
	-webkit-appearance:none;
	-webkit-border:4px;
	background:#fff;
	border:solid 2px #adacac;
	border-radius:23px 23px;
	height:30px;
	width:30px;
}
input[type='radio']:checked {
	background:#fff;
	border:solid 2px #adaba8;
}
input[type='radio']:checked:after {
	background:#343434;
	border-radius:15px 15px;
	content:' ';
	display:block;
	height:20px;
	width:20px;
	left:3px;
	position:relative;
	top:3px;
}
input[type='checkbox'] {
	-webkit-appearance:none;
	-webkit-border:4px;
	background:#fff;
	border:solid 1px #adacac;
	height:25px;
	width:25px;
}
input[type='checkbox']:checked {
	background:#f9f9f9;
	border:solid 2px #adaba8;
}
input[type='checkbox']:checked:after {
	-webkit-border-radius:2px;
	background:#343434;
	content:' ';
	display:block;
	height:15px;
	width:15px;
	left:3px;
	position:relative;
	top:3px;
}
input {
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
.pri {
	font:20px '돋움',dotum,sans-serif;
	color:#7a7a7a;

}

/********** 메뉴 **********/

.gnb_comm {
	overflow:hidden;
	width:100%
}
.gnb_comm li {
	float:left;
	width:25%
}
.gnb_comm .fst {
	width:25%
}

.gnb_comm .link_menu {
	display:block;
	height:60px;
	font-weight:bold;
	font-size:22x;
	line-height:60px;
	text-align:center;
	color:#3f4040;
	letter-spacing:-1px;
	border-right:2px solid #3f4040;
	border-bottom:2px solid #3f4040;
}
.gnb_comm .on .link_menu {
	background-color:#525261;
	color:#fff
}





.footer_txt	 {
	color:#888888;
	font:18px '돋움',dotum,sans-serif;
	letter-spacing:-1px;
	line-height:23px
}

.txt_title {

	font:bold 35px Malgun Gothic,'맑은 고딕','돋움',sans-serif;
	letter-spacing:-1px;
}

.day {
	font:22px '돋움',dotum,sans-serif;
	color:#fff;
}
.txt {
	font:20px '돋움',dotum,sans-serif;
	color:#fff;
}
.age {
	font:25px '돋움',dotum,sans-serif;
}
.title {
	font:bold 35px '돋움',dotum,sans-serif;
	letter-spacing:-1px;
	color:#fff;
}




/********** CSS 추가 **********/
/* 버튼 */
.btnWrap {
	position:relative;
	display:block;
	width:100%;
	font-family:''돋움',dotum,sans-serif';
	font-weight:bold;
	font-size:30px
}
.btnWrap.btn01 {
	padding:20px 0 20px;
	margin-bottom:10px;
	color:#4e4e4e;
	font-family:' Malgun Gothic,'맑은 고딕','돋움',dotum,sans-serif;'
}
.btnWrap.btn01 {
	border:3px solid #d60909;
	background:#fbe2e2;
	background-size:40px
}
.btnWrap.btn01.on {
	border:3px solid #d60909;
	background:#fbe2e2;
	background-size: 40px;
}
/* 버튼 */
.btnWrap2 {
	position:relative;
	display:block;
	width:100%;
	font-family:''돋움',dotum,sans-serif';
	font-weight:bold;
	font-size:40px
}
.btnWrap2.btn01 {
	padding:30px 0 30px;
	margin-bottom:10px;
	color:#fff;
	font-family:' Malgun Gothic,'맑은 고딕','돋움',dotum,sans-serif;'
}
.btnWrap2.btn01 {
	background:#4a4a4a;
	background-size:40px
}
.btnWrap2.btn01.on {
	background:#4a4a4a;
	background-size: 40px;
}
/** 라디오 **/
input[type="radio"] {
	display:none;
}
input[type="radio"]+label span {
	width:100%;
	background-color:#fff;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:30px;
	color:#5f5f5f;
	border:2px solid #5f5f5f;
	padding:14px 18px;
	cursor:pointer;
	-webkit-border-radius:0;
	-webkit-appearance:none;
}
input[type="radio"]:checked+label span {
	width:100%;
	height:100%;
	background-color:#5f5f5f;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:30px;
	color:#FFF;
	border:2px solid #5f5f5f;
	padding:14px 18px;
	cursor:pointer;
	-webkit-border-radius:0;
	-webkit-appearance:none;
}
input::-ms-input-placeholder {
	color:#666;
}
input::-webkit-input-placeholder {
	color:#666;
}
input::-moz-placeholder {
	color:#666;
}
.pri {
	font:25px '돋움','dotum',sans-serif;
	color:#5a5959;
}
.pri2 {
	font:25px '돋움','dotum',sans-serif;
	letter-spacing:-1px;
	color:#a7a7a7;
}
.title_01 {
	font:bold 33px Malgun Gothic,'맑은 고딕','돋움',dotum,sans-serif;
	color:#3f4040;
}
.n_text {
	font:bold 30px Malgun Gothic,'맑은 고딕','돋움',dotum,sans-serif;
	color:#3f4040;
}
.n_input {
	font:30px Malgun Gothic,'맑은 고딕','돋움',dotum,sans-serif;
	border:3px solid #999999;
	color:#000;
	background:#fff;
	letter-spacing:-1px;
	padding:0 0 0 18px;
}
.step2_title {
	font:bold 27px Malgun Gothic,'맑은 고딕','돋움',dotum,sans-serif;
	line-height:40px;
	color: #333;
}





/* 추가 */


.l_product {
   color::#434342;
   font-weigjt:bold;
   font-size:25px;
   font-family: Malgun Gothic,'맑은 고딕','돋움', '돋움','dotum',sans-serif;
   letter-spacing:-1px;


}



.l_txt {
	font-size:20px;
	font-family: '돋움','dotum',sans-serif;
    color:#5c5b5b;
	line-height:160%;


}

.l_txt2 {
	font-size:18px;
    font-family:'tahoma','돋움','dotum',sans-serif;
    color:#959595;


}




.gnb  {
	font-size:25px;
	font-fmaily:'돋움','dotum',sans-serif;
	color:#252525;
	letter-spacing:-1px;
	line-height:190%;

}
a.gnb:link {
	
	font-fmaily:'돋움','dotum',sans-serif;
	color:#252525;
    text-decoration:none;
}
.contents {
}

a.gnb:visited {
	font-fmaily:'돋움','dotum',sans-serif;
	color:#252525;
	text-decoration:none;
}
a.gnb:hover {
	font-fmaily:'돋움','dotum',sans-serif;
	color:#252525;
    text-decoration:none;
}
.bar{
    font-family: "돋움","Dotum",sans-serif;
	font-size:20px;
	color: #767676;
	padding:0 5px 0 5px;
}


