/* link */
A:link {color: #46a246; font-weight:bold; text-decoration: none; cursor: pointer;}
A:visited {color: #46a246; font-weight:bold; text-decoration: underline; cursor: pointer;}
A:hover {color: #46a246; font-weight:bold; text-decoration: underline; cursor: pointer;}
A:active {color: #46a246;  font-weight:bold; text-decoration: none; cursor: pointer;}


body{
	margin:0;
	padding: 0;
	height: 100%;
}
img{
	border: 0;
}
button{
	cursor: pointer;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #bbb;
}
/*****Basic Layout*****/
/***************************기본 레이아웃 관련 시작**********************/
#container{
	/*overflow: hidden;*/ 
	width: 100%;
	margin-top: 0px;
}

/*상단영역 시작*/
#top_all{
	width: 100%;
	height: 40px;
	/*background:url("/img/top_bg.jpg");
	background-repeat: repeat-x;*/
}
#top_area{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#top_logo{
	float: left;
	width: 50%;
	padding-top: 10px;
}
#top_right{
	float: right;
	width: 40%;
	text-align: right;
	font-size: 11px;
	padding-top: 10px;
}
#view_menu{
	float:left; 
	width: 17%; 
	text-align: left;
	padding-left: 3%;

}
/*상단영역 끝*/

#board_main{
	clear:both;
	width: 90%;
	height: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#main_con{
	float: left;
	width: 100%;
	height: 100%;
	padding-top:10px;
}
#main_info{
	width:100%;
	background-color: #d9d6d2;
	margin-left: -10px;
	margin-bottom: 10px;
	width: 190px;
	padding: 10px;
	border-top: 1px solid; 
	border-bottom: 1px solid; 
	border-color:#c5c5c5; 
}

#notice_new li{
	list-style:none;
	margin-left:-35px;
}
#bottom_con{
	clear:both;
	margin-bottom: 30px;
	text-align: center;
}


/*intro 영역 관련 */

#con_area{
	/*float: left;*/
	width: 100%;
}
#intro_con{
	margin: 10px;
}

.intro_tb{
	width: 100%;
	border: 0;
	padding: 0px;
	margin: 0px;
	border-spacing:0px;
}
.intro_tb tr{
	width: 100%;
}
.intro_tb td{
	height:70px; 
	border-bottom: 1px solid #cfcfcf;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 0px;
}
.intro_tb_last td{
	border-bottom: 0px;
}
.favorit_txt1{
	float:left;
	width:95%;
	height:50px;
	overflow-y:hidden;
}
.favorit_txt2{
	float:left;
	width:95%;
	margin-top:20px;
}
.favorit_txt2 a{
	size: 9px;
	font-weight: lighter; 
}
/***************************기본 레이아웃 관련 끝**********************/
#new_con{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.menu_ul img{
	margin-right: 15px;
}

/* menu 끝*/


/*콘텐츠 영역 끝*/
.bg_w {
    float: left;
    width: 96%;
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    background-repeat: repeat-x;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
    /* 추가 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.top_bt{
	border: 0;
	background: #fff;
}

.sub_menu{
	padding-left: 15px;
	font-size: 15px;
	letter-spacing: 0px;
	line-height:30px;
	color: #67696c;
	border-top: 1px solid #fff;
}
.sub_menu a{
	font-size: 15px;
	letter-spacing: 0px;
	line-height:30px;
	color: #67696c;
}
.top_txt{
	height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.s_title, .s_title a{
	margin-top: 7px;
	font-size: 25px;
	line-height: 35px;
	color: #865050;
}
.s_title2, .s_title2 a{
	margin-top: 7px;
	font-size: 20px;
	line-height: 25px;
}
.cate_list_table{
	width: 100%;
	border-top: 1px solid #6F6F6F;
	padding-top: 10px;
}
.cate_list_title{
	width: 120px;
}
.cate_list_ul{
	margin-top: -10px;
	padding-left: 20px;
}
.cate_list_ul li{
	padding-top: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
}
.list_underline{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef;
}

/*contents intro영역 테이블*/
