@charset "utf-8";
@import url(/font/NanumMyeongjo/nanummyeongjo.css);




/*기본태그*/
h1, h2{font-family:"Nanum Square";}
body, h3, h4, h5, h6, input, select, textarea{font-family:"Nanum Barun Gothic", "Nanum Gothic", "돋움", Dotum, Helvetica, Verdana, Arial, sans-serif;}
p{margin:0;}


/*h태그*/ 
h4{position:relative; padding:0 0 0 22px; background:none;}
h4:before{content:""; position:absolute; top:11px; left:0; width:11px; height:4px; background:#ba2933;}
h6{margin:0; padding-bottom:15px; font-size:20px;}

@media screen and (max-width:840px){
	h4{line-height:28px; padding:0 0 0 20px; font-size:24px;}
	h4:before{top:9px;}
}
@media screen and (max-width:640px){
	h4{line-height:26px; padding:0 0 0 18px; font-size:22px;}
	h4:before{height:3px;}
	h5{margin:20px 0px 8px 0px; font-size:19px;}
	h6{padding-bottom:12px; font-size:18px;}
}


/*리스트*/
.list_01 li{margin:5px 0 0 0 !important;}
.list_01 li ul{margin:3px 0 10px 0;}
.list_01 li ul li{margin:3px 0 0 0 !important;}

ol.bul_num li em{top:1px; line-height:20px;}
ol.bul_num.ty2 li{position:relative; line-height:22px; margin-bottom:6px; padding:0 0 0 22px; font-size:14px;}
ol.bul_num.ty2 li em{
	position:absolute; left:0; top:2px; display:block; width:16px; height:16px; line-height:18px; background-color:#e0e0e0; vertical-align:middle; font-style:normal; font-size:11px; font-weight:400; color:#d41a57;
	border-radius:0;
	-webkit-border-radius:0;
}


/*준비중*/
.ready{min-height:160px !important;}
.ready .title{line-height:35px; margin-bottom:15px;}

@media screen and (max-width: 640px){
	.ready .title{line-height:20px; margin-bottom:6px;}
}


/*board*/
.board_table_list td{padding:10px 5px !important;}
.board_table_list td a{max-width:100% !important; padding-right:23px !important; box-sizing:border-box;}
.board_view ul li .txt ul li a{max-width:100% !important; padding:0 83px 0 20px !important; box-sizing:border-box;}
.board_view ul li .txt ul li a.btn{position:absolute; top:0; right:15px; padding:4px 8px 3px 8px !important;}

.board_view ul li .txt{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}



