@charset "utf-8";

/* 웹폰트 적용 */

@font-face {
	font-family:"nb"; 
	src:url(/css/NanumBarunGothic.eot); 
	src:local(※), url(/css/NanumBarunGothic.woff) format('woff');
	font-weight: normal; 
	font-style: normal;
}

/*
	SKIN CSS
*/




/* 갤러리 리스트 */
#bbs_photo_list{padding:30px 0;border-bottom:0px solid #eee;}
#bbs_photo_list ul,li{list-style:none;}
#bbs_photo_list .photo_list{overflow:hidden;}

#bbs_photo_list .photo_list > li{float:left;width:32%;margin-right:1.8%;border:0px solid #d9d9d9;padding:0;background:#fff;margin-bottom:15px;}
#bbs_photo_list .photo_list > li:nth-child(3n){margin-right:0;}
#bbs_photo_list .photo_list > li .thumb img{width:100%;max-width:400px;}
#bbs_photo_list .photo_list > li .gphoto{border-radius:0px;}

#bbs_photo_list .photo_list .subject{font-family:'nb' !important;padding:10px 0px;width:95%;height:80px;overflow:hidden;font-weight:bold;color:#666;white-space:nowrap;text-overflow:ellipsis;}
#bbs_photo_list .photo_list .subject .subject_txt a{font-family:'nb';font-size:15px;font-weight:normal;color:#000;}
#bbs_photo_list .photo_list .subject .wname{font-family:'nb';font-size:14px;font-weight:normal;color:#666;}
#bbs_photo_list .photo_list .thumb{padding:8px;border:1px solid #eee;}
#bbs_photo_list .photo_list .thumb > img{border:0px solid #f3f3f3;}
#bbs_photo_list .photo_list .etc_value{font-family:'nb';font-size:13px;width:100%;overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis;margin:5px 0;font-weight:normal;color:#666;}
#bbs_photo_list a{text-decoration:none;color:#666;}
.no-data{padding:10px 0;text-align:center;color:#888;}
.Rdate{font-family:'맑은 고딕';color:#989898;}

.etc_list_box span{font-family:'nb';font-size:13px;color:#666;}
.vname{font-family:'nb';font-size:15px;font-weight:normal;color:#000;}
.vsubject{font-size:16px  !important;}

/*
@media (max-width: 768px) 
{
	#bbs_photo_list .photo_list > li{width:48%;margin-right:2%;}
	#bbs_photo_list .photo_list > li .thumb img{width:100% !important;}
	#bbs_photo_list .photo_list .subject{width:90%;overflow:hidden;font-weight:bold;color:#666;white-space:nowrap;text-overflow:ellipsis;}
	#bbs_photo_list .photo_list > li{margin-bottom:0px;}
}
*/
/*#bbs_box{border-top:1px solid #888 !important;}*/
#bbs_box{border-top:0 !important;}
#bbs_photo_list{padding-top:10px !important;}

#board_view_box,#board_input_box{border-top:0px solid #333;}

.comment img{max-width:900px !important; height:auto !important;}
#bbs_bound{width:100% !important;margin-top:0 !important;}


