@charset "utf-8";
@import url("common.css");
/* 공통 */

#bbs_whole {
	font-family: NanumBarunGothic;
	width: 100%;
	font-size: 14px;
	
}
/* 게시판 타이틀   */

#title_layout {
	clear: both;
	margin-bottom: 10px;
	position: relative;
	overflow:hidden;
	
	
}
#title_layout .title {
	font-size: 31px;
	letter-spacing: -1px;
}
#title_layout .sub_title {
	font-size: 13px;
	color: #766e6e;
	margin-top: 7px;
}
#change {
	font-size: 13px;
	font-weight: bold;
	color: #404040;
	position: absolute;
	right: 5px;
	top: 20px
}
/* 게시판 목록 부분  */

#search_form {
	clear: both;
	width:274px;
	position:absolute;
	right:0px;top:10px;
	background-image:url(../images/image1_4/bg_search.png);
	background-repeat:no-repeat;
	text-align:right;
	overflow:hidden;
	padding:5px;
	}
#search_form select{float: left;border: 1px #ccc solid;height:25px;}

#search_form .search_input {
	height: 18px;
	float: left;
	border: 1px #ccc solid;
	font-size: 12px;
	width: 140px;
	margin: 2px;
	padding: 2px;
	color: #9b9b9b;
	}

#search_form .btn{width:34px; margin-top:-5px;}

#bbs_whole #bbs_layout {
	clear: both;
}

#bbs_list {
	clear: both;
	margin-top: 11px
}
#bbs_list table {
	width: 100%;
	text-align: center;
	border: 1px solid #d6d6d6;
	border-radius:4px;
}
#bbs_list th {
	padding: 14px 0px;background-color:#f5f5f5;
	
}

#bbs_list .notice{background-color:#f5f5f5;border-top:0px solid #bebebe;}
#bbs_list .end {
	background-image: none
	
}
#bbs_list td {background-image:url(../images/image1_4/line_dotted.png);
	background-position:top;
	background-repeat:repeat-x;
	
	padding: 14px 0px;
	
}

/* 포토형 목록 부분  */
#bbs_list ul{padding-top:30px;}
#bbs_list li{width:32%; height:240px;float:left;overflow:hidden; border:1px solid #e9e9e9; border-radius:0px 0px 10px 10px; margin:10px 1% 10px 0px; list-style-type:none;}
#bbs_list li img{width:100%; height:164px;;}
#bbs_list .list {border-bottom:1px solid #e9e9e9;}
#bbs_list .list_over {clear: both;}
#bbs_list .list_over .title {clear:both; padding-left:16px; padding-top:12px; float:left; font-size:14px; color:#474747;}
#bbs_list .list_over .date {clear:both; padding-right:16px; padding-top:10px; font-size:10px; color:#777; float:right; }
#bbs_list .icon{
	background: #979595;
	font-size: 9px;
	color: #FFF;
	padding: 4px 8px 3px 8px;
	border-radius: 4px;
}

/*웹진게시판 목록 부분*/

#web_list {
	clear: both;
	margin-top: 11px
}
#web_list ul {border-top:1px solid #8e8e8e; border-bottom:1px solid #8e8e8e; padding:5px 0px; }
#web_list li {width:100%; height:139px; position:relative; margin-bottom:6px; border-radius:0px 10px 10px 0px; background-color:#f5f5f5;}
#web_list .text {clear:both; width:550px; color:#9c9c9c; font-size:15px; padding:13px 20px; float:right;}
#web_list .title {clear:both; font-size:18px; color:#1c1c1c; padding-bottom:15px;}
#web_list .content {clear:both; font-size:12px; color:#666;  line-height:17px; padding-bottom:15px;}
#web_list .date {clear:both; font-size:12px; width:30%; }
#web_list .img {color:#9c9c9c; font-size:10px; position:absolute; top:0; left:0;}
#web_list .list_more {width:5%; float:right; position:absolute; top:101; right:0;}

/*페이지 번호*/
#paging {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	margin-top: 9px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
}
#paging span {
	padding: 6px 5px;
	
	margin: 0px 2px;
	color: #898989;
	font-weight: bold;
	cursor: pointer;
}
#paging span:hover {
	background-color: #f2f2f2;
}
#paging .btn {
	
	
}
#paging .on {
	color:#2f2f2f;
}
#paging .on a {
	color: #2f2f2f;
	
}
 
#btn {
	clear: both;
	margin: 20px 0px;overflow: hidden;
}
#btn ul {
	overflow: hidden;
}
#btn a {
	background-image: url(../images/image1_4/bg_btn.png);
	color: #fff;
	padding: 6px 20px;
	overflow: hidden;
	float: right;
	cursor: pointer;
	font-size: 12px;
	margin-left: 10px;
	list-style: none;
	border: #272727 1px solid;
	border-radius: 4px;
	background-color: #545353;
}

#btn .off{background-image: url(../images/image1_4/bg_btn2.png);color: #7c7c7c;}
#btn .off:hover{background-image: url(../images/image1_4/bg_btn.png);
	color: #fff;}

#btn .btn{
	background-image: url(../images/image1_4/bg_btn.png);
	color: #fff;
	padding: 6px 20px;
	overflow: hidden;
	float: right;
	cursor: pointer;
	font-size: 12px;
	margin-left: 10px;
	list-style: none;
	border: #272727 1px solid;
	border-radius: 4px;
	background-color: #545353;
}
#btn a:hover {
	background-image: url(../images/image1_4/bg_btn_on.png);
}
#btn .btn:hover {
	background-image: url(../images/image1_4/bg_btn_on.png);
}

/* 게시판 보기 부분  */
#bbs_view {
	clear: both;
	
	font-size: 13px;
	color: #454545;
	
}
#bbs_view table{width: 100%;
	text-align: left;
	font-size: 11px;
	border: 1px solid #d6d6d6;
	border-radius:4px;}
	
	#bbs_view th {border-bottom: 1px solid #d6d6d6; padding:16px 0px 16px 20px;text-align: left; background-image:url(../images/image1_4/bg_th.png); background-position:right; background-repeat:no-repeat;}
	
	#bbs_view td {border-bottom: 1px solid #d6d6d6;padding:16px 22px 16px 22px;}
	
	#bbs_view  .subject{background-color:#f5f5f5;}

	#bbs_view  .bbs_tite{font-weight:bold; font-size:14px;position: relative;}
	#bbs_view  .bbs_tite span{position:absolute; right:10px; top:20px; font-size:12px;}
	#bbs_view  .content{padding: 32px 43px;border-bottom:0px solid #d6d6d6;}
	#bbs_view  .reply_num {padding: 10px 18px; text-align:right}
#bbs_view  .reply{padding: 11px 8px 11px 43px;border-bottom:0px solid #d6d6d6;}

#bbs_reply {
	clear: both;

}
#reply_form {
	
	overflow: hidden;
	margin-top:9px;
}
#reply_form .textarea {
	float: left;
	width: 85%;
	padding: 1%;
	border-top:#e1e1e1 1px solid;
	border-left:#e1e1e1 1px solid;
	
	background-color:#f7f7f7; 
}
#reply_form .textarea textarea {
	width: 100%;
	border: 0px;
	height: 10%;
	color: #acacac;
	font-size:12px;
	background-color:#f7f7f7;
	font-family: NanumBarunGothic;height:56px;
}
#reply_form .btn {
	float: right;
	width: 12%;
	border:#959595 1px solid;
	padding: 9px 0px 8px 0px;
	text-align: center;
	color: #494949;
	font-size:14px;
	font-weight: bold;
	background-image:url(../images/image1_4/bg_btn2.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border-radius:4px;
	margin-top:11px;
	cursor:pointer;
}

#bbs_reply .reply_num {
	clear: both;
	color: #4c4c4c;
	padding-bottom: 11px;
	border-bottom: #dedede 1px solid;
}
#bbs_reply table{width:100%}
#bbs_reply td{padding:5px 0px; border-bottom:#e1e1e1 1px solid;}

/*이동버튼*/
#move_btn {
	clear: both;
	margin-top:15px;
	overflow:hidden;
}
#move_btn .left {
	
	border: 1px solid #d6d6d6;
	border-radius:4px;
	color: #7c7c7c;
	width:48%;
	border-radius:4px;
	float:left;overflow:hidden;
}
#move_btn .right {
	
	border: 1px solid #d6d6d6;
	border-radius:4px;
	color: #7c7c7c;
	width:48%;
	border-radius:4px;
	float:right;
	overflow:hidden;
}
#move_btn img{ vertical-align: text-bottom;}
#move_btn .btn_left{
	font-weight: bold;
	color: #202020;
	border-right:1px solid #d6d6d6;
	float:left;
	
	padding:8px 15px;
	
}
#move_btn  .btn_right{
	font-weight: bold;
	color: #202020;
	border-left:1px solid #d6d6d6;
	float:right;
	
	padding:8px 15px;
	
}
#move_btn .txt{color:#454545;padding:0px 11px; margin-top:8px; float:left;}
#move_btn .on{cursor:pointer;}
#move_btn .off{color:#999;}


/* 게시판 등록 부분  */

#bbs_form {
	clear:both;
}
#bbs_form table {
	width: 100%;
	text-align: left;
	font-size: 11px;
	border: 1px solid #d6d6d6;
	border-radius:4px;
}
#bbs_form th {
	padding: 8px 0px;
	text-align:center;
	background-image:url(../images/image1_4/line_dotted.png);
	background-position:bottom;
	background-repeat:repeat-x;

}
#bbs_form td {
	background-image:url(../images/image1_4/line_dotted.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding: 8px 20px 8px 0px;
	font-size: 13px;
}
#bbs_form .end {
	border: 0px;
}
#bbs_form textarea {
	padding: 2%;
	height: 170px;
	color: #acacac;
	font-family: NanumBarunGothic;
	background-color: #f7f7f7;
	border: 0px;
	border: #e1e1e1 1px solid;
	font-size:13px;
	border-radius:5px;
}
#bbs_form .input01 {
	background-color : #ffffff;
	box-shadow:inset 1px 1px 2px #ccc;
	border: #dbdbdb 1px solid;
	text-indent: 10px;
	height: 27px;
	border-radius:20px;
}
#btn_form {
	clear: both;
	margin: 20px auto; width:300px;
}
#btn_form ul {
	overflow: hidden;
}
#btn_form li {
	background-image: url(../images/image1_4/bg_btn.png);
	color: #fff;
	padding: 6px 20px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	font-size: 12px;
	margin-left: 10px;
	list-style: none;
	border: #272727 1px solid;
	border-radius: 4px;
}
#btn_form li:hover {
	background-color: #545353;
}#btn_form  .off{background-image: url(../images/image1_4/bg_btn2.png);color: #7c7c7c;}