
/*테이블스타일-리스트형*/
.bbs_list { border-top:3px solid #69b1ed; background-color: #fff;  word-break: break-all; border-collapse: collapse;}
.bbs_list th {padding:10px 3px; border:1px solid #ddd; font-weight: bold; color:#222 !important; background-color: #efefef; text-align:center !important; line-height:1.2em;}
.bbs_list th:first-child { border-left:none;}
.bbs_list th:last-child { border-right:none;}
.bbs_list td {padding:10px 3px; border:1px solid #ccc;line-height:1.2em;}
.bbs_list td:first-child { border-left:none;}
.bbs_list td:last-child { border-right:none;}

.bbs_list .td1 { width:40px; text-align: center;}
.bbs_list .td2 { width:60px; text-align: center;}
.bbs_list .td3 { width:30px; text-align: center;}
.bbs_list .td4 {}
.bbs_list .td5 { width:10%;  text-align: center; }
.bbs_list .td6 { width:10%; text-align: center;}
.bbs_list .td7 { width:6%; text-align: center;}


/*테이블스타일-입력폼*/
.bbs_form { border-top:3px solid #69b1ed; border-bottom:3px solid #69b1ed; background-color: #fff;  word-break: break-all; border-collapse: collapse;}
.bbs_form td {padding:10px 10px; border:1px solid #ccc;line-height:1.2em;}
.bbs_form td:first-child { border-left:none;}
.bbs_form td:last-child { border-right:none;}
.bbs_form .td_tit {width:15% !important; padding:12px 10px; text-align:left; background-color: #efefef;}

.bbs_form .tbl2 { width:98%}
.bbs_form .tbl2 td {padding:2px; border:0px solid #ccc;line-height:1.2em;}

/*테이블스타일-view*/
.bbs_view { border-top:3px solid #69b1ed; background-color: #fff;  word-break: break-all; border-collapse: collapse;}
.bbs_view td {padding:10px 10px; border:1px solid #ccc; line-height:1.5em !important;}
.bbs_view td:first-child { border-left:none;}
.bbs_view td:last-child { border-right:none;}
.bbs_view .td_tit { width:100px; padding:10px; text-align:center; background-color: #efefef;}

.bbs_view .td_tit1 { padding:10px; text-align:center; background-color: #efefef;}

.bbs_view .tbl2 { width:98%}
.bbs_view .tbl2 td {padding:5px 2px; border:none; border-bottom:1px dotted #ccc;line-height:1.2em;}

.bbs_view .contents {padding:15px; word-break:break-all; min-height:500px;}
.bbs_view .fileview {margin:10px 0;}
.bbs_view img {vertical-align: middle; max-width:100%;}


/*카테고리*/
.bbs_category {display:flex; justify-content:start; flex-wrap:wrap; margin:20px 0;}
.bbs_category .cate_item { border: 1px solid #69b1ed; border-right: none; overflow: hidden;  white-space:nowrap; padding:10px 3px; width:20%; margin: 0px 0%; text-align:center; color: #69b1ed; cursor:pointer;}
.bbs_category .cate_item:last-child {border-right: 1px solid #69b1ed;}
.bbs_category .cate_item:hover {background-color:#69b1ed;  color:#fff;}
.bbs_category .cate_item.on {background-color:#69b1ed;  color:#fff;}
.bbs_category .cate_item.count2 {width:50% !important; }	
.bbs_category .cate_item.count3 {width:33.3333% !important;}
.bbs_category .cate_item.count4 {width:25% !important;}
.bbs_category .cate_item.count5 {width:20% !important;}
.bbs_category .cate_item.count6 {width:16.6666% !important;}
.bbs_category .cate_item.count7 {width:14.28% !important;}
.bbs_category .cate_item.count8 {width:12.5% !important;}


/*테이블스타일-갤러리형*/
.bbs_gallery {padding:0px 0; width:100%; display:flex; justify-content:flex-start; flex-wrap:wrap; }
.bbs_gallery .box {width:25%; margin-bottom:20px; padding:10px;}
.bbs_gallery .box .img_box {width:100%; height: 0;	 padding-bottom: 100%;  position:relative;  background-size:cover;  background-position: center center; background-repeat: no-repeat; border:1px solid #eee; }
.bbs_gallery .box .img_box_inner {position:absolute; top:0; left:0;width:100%; height:100%;  padding:10px;   }
.bbs_gallery .box .tit {width:100%; text-overflow:ellipsis;  white-space:nowrap; overflow:hidden; font-size: 1.0em; padding:3px 0; }
.bbs_gallery .box .desc {font-size:0.9em; color:#aaa; }


/*공통*/
.btn_bbs { padding:7px 5px !important; margin:5px 5px !important;  font-size: 12px !important;}
.btn_small_note {display:inline-block; padding:2px 5px; margin:0 2px; font-size: 11px; background-color: #E95519; cursor: pointer; color:#fff; border-radius:5px;}

.youtube { padding:0px; width:100%; max-width:700px; margin:10px 0;}
.youtube_box {width:100%; aspect-ratio:1.75;   position:relative; }

@media screen and (max-width: 600px) {

	.bbs_list .td4 {  border-right:none;}
	.bbs_list .td5 { display:none;}
	.bbs_list .td6 { display:none;}
	.bbs_list .td7 { display:none;}

	.btn_bbs {min-width:50px !important;}

	.bbs_gallery .box {width:50%}
	.bbs_gallery .box .tit {font-size: 0.9em;}
}



/*테이블스타일-리스트형(공지전용)*/
.bbs_list1 { border-top:1px solid #303040; background-color: #fff;  word-break: break-all; border-collapse: collapse;}
.bbs_list1 td {padding:15px 3px; border-bottom:1px solid #ccc;line-height:1.2em;}
.bbs_list1 td a {color:#222;}
.bbs_list1 .td1 { width:5%; min-width:40px; text-align: left; padding-left:20px; position:relative;}
.bbs_list1 .td2 { width:12%; min-width:80px; text-align: center;}
.bbs_list1 .td3 {}
.bbs_list1 .td4 {width:10%; text-align: center;}

/*테이블스타일-view(공지전용)*/
.bbs_view1 { border-top:1px solid #303040; background-color: #fff;  word-break: break-all; }
.bbs_view1 .td_tit1 { padding:15px 15px 15px 80px; text-align:left; background-color: #fff; border-bottom:1px solid #ddd; position:relative;}
.bbs_view1 .contents {padding:35px 15px 15px 80px; word-break:break-all; min-height:500px;  width:100%!important; border-bottom:1px solid #ccc;  position:relative; }
.bbs_view1 .fileview {margin:10px 0;}
.bbs_view1 img {vertical-align: middle; max-width:100%;}



/*카테고리(공지전용)*/
.bbs_category1 {display:flex; justify-content:start; flex-wrap:wrap; margin:20px 0;}
.bbs_category1 .cate_item { border: 1px solid #ccc; border-right: none; overflow: hidden;  white-space:nowrap; padding:10px 3px; width:20%; margin: 0px 0%; text-align:center; color: #303040; font-size:16px; cursor:pointer;}
.bbs_category1 .cate_item:last-child {border-right: 1px solid #ccc;}
.bbs_category1 .cate_item.on {background-color:#303040;border: 1px solid #303040;  color:#fff;}
.bbs_category1 .cate_item.count2 {width:50% !important; }	
.bbs_category1 .cate_item.count3 {width:33.3333% !important;}
.bbs_category1 .cate_item.count4 {width:25% !important;}
.bbs_category1 .cate_item.count5 {width:20% !important;}
.bbs_category1 .cate_item.count6 {width:16.6666% !important;}
.bbs_category1 .cate_item.count7 {width:14.28% !important;}
.bbs_category1 .cate_item.count8 {width:12.5% !important;}


/*검색박스(공지전용)*/
.bbs_sch_box { width:80%; max-width:500px; margin:0 auto 50px auto; background-color: #fff; border:2px solid #e6e6e6; color:#000;  height:46px; padding:0px 0 0 10px; position: relative;}
.bbs_sch_box .sch_input { border:none; width:calc(100% - 50px); height:42px; margin:0!important; padding-left:15px; color:#555; background-color:#fff;} 
.bbs_sch_box .sch_btn {position:absolute; right:3px; top:10px;}

@media screen and (max-width: 800px) {
	
	.bbs_category1 .cate_item.count8 {width:25% !important;}
	.bbs_category1 .cate_item:nth-child(4n) {border-right: 1px solid #ccc;}


	.bbs_list1 .td4 {display:none;}
}



