@charset "utf-8";
/* 갤러리 CSS Document */
@import url('board_common.css'); /* 게시판 공통 css */

/*카테고리 리스트*/
.category_list{ border-bottom:1px solid #e1e1e1; display:block; overflow:hidden }
.category_list li{ float:left; padding:8px 8px 6px 6px; background:url(/layout/images/module_mobile/ico_gubun.gif) right 14px no-repeat;}
.category_list li:last-child{ background:none;}
.category_list li a{ font-size:14px;}
.category_list li:first-child a{ color:#147be2;}

/*갤러리 리스트*/

.list_gallery{/* margin-top:20px;*/}
.list_gallery ul{ overflow:hidden;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;}
.list_gallery li{float:left;width: 50%;text-align:center;padding-bottom:14px;padding-top:10px;/* height: 195px; *//* background-color: #e4e4e4; */}
/*.list_gallery li:nth-child(2n+1){ background:url(../../images/module_mobile/line_col.gif) right top repeat-y;}*/
.list_gallery .tit_gallery{display:block;font-size:14px;color: #b2111b;font-weight:bold;padding: 6px 6px 3px 10px;letter-spacing:-1px;width:90%;height:21px;line-height:21px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list_gallery li p{ text-align:center; padding:10px 12px 0  12px;}
.list_gallery li span{ color:#848484; font-size:12px; padding-right:6px; line-height:16px;}
.list_gallery li img{width:600px;height: 107px !important;}

/*유투브 글쓰기*/
.input_youtube{ padding:15px 0; border-bottom:1px solid #ebebeb; position:relative;}
.input_youtube label{ position:absolute; top:18px; left:10px; color:#147be2; font-size:15px;}
.input_youtube input{ width:99%; height:28px; line-height:28px; border:none; background:#e5e5e5; color:#147be2; padding-left:5px; font-size:15px;}


/*활동소식*/
.gallery_info ul {width:93%; padding:5px 7px;}
.gallery_info li {width:100%;text-align:left; border:1px solid #c2c2c2; margin: 5px 5px;}
.gallery_info li img {width:100%; height:210px!important;}
.gallery_info .tit_gallery {font-size:18px;}
.gallery_info .cont_gallery {font-size:15px; display:block; padding:10px 10px;}
.gallery_info span {display:block; padding:5px 10px;}

