/*
 * Board : sketchbook
 * reydesign custom styling
 * -----------------------------------
 */

/* board top */
.bd .bd_hd {display:none !important}
/*
.bd .lst_btn {display:none !important} 목록 아이콘 */

/* board category */
.bd_cnb,
.bd_cnb .bg_f_f9 {
	background:none;border-color:#efefef;
	border-radius: 0;
	box-shadow: none;
}
.bd_cnb .bg_f_f9 {border: 0}

/* board bottom */
.bd a.btn_img {padding:7px 15px 4px;height:auto;font-size:13px;} /* 버튼 폰트 */
.bd .lst_btn, /* 리스트 버튼 */ 
.bd a i[class*=ico_16px] {display:none} /* 버튼 아이콘 */ 
.bd a i.home {display:block} /* 카테고리 홈 아이콘 */
.btm_mn {padding-left:0;padding-right:0;} /* 목록 하단 버튼 패딩 */
.bd_faq_srch {display: none !important;padding: 0 !important;background: none !important;border: none !important;box-shadow: none !important;} /* 하단 검색버튼 */
.bd_btn.blue {border-color: #111 !important;background: #333 !important;} /* 글쓰기 버튼 */
/* board font */
table {font-family:'Open Sans','Apple SD 산돌고딕 Neo','Apple SD Gothic Neo','나눔고딕',NanumGothic,ng;}
.bd, .bd input, .bd textarea,
.bd select, .bd button, .bd table,
.bd_tb_lst td.title
{font-size:14px !important;}
 
.bd_zine.card h3 {letter-spacing: 0 !important;} /* 웹진 제목 */
.bd_zine.card .cnt {font-size:13px;line-height:1.6;color:#888;} /* 웹진 내용폰트 */
.bd_zine.card .info {font-size:12px;} /* 웹진 날짜,글쓴이... 폰트 */

/* board body */
.rd_ft .rd_vote {display: none;}

/* board list */
.bd .bg_f_f9 {background:none;}
.bd_tb_lst th, 
.bd_tb_lst td {padding: 15px 12px;font-size:13px;} /* 목록형 상하간격 */
.bd_tb_lst th {border-top: 2px solid #444;border-bottom: 1px solid #D0D0D0;}

/* board webzine */
.bd_zine .cnt {margin-top: 20px;font-size: 14px;color: #777;} /* 웹진 기본 제목,내용 간격, 폰트 */

/* board gallery */
.bd_tmb_lst .tmb_wrp {border:0} /*  */

@media (min-width: 992px) {
.bd_zine h3 {font-size: 18px !important;}
}

@media screen and (max-width: 479px){
.bd a.btn_img {padding:5px 15px;} /* 버튼 폰트 */
}