.panel .radio-inline input[type="radio"] {margin-top:6px}

/* 서머리형 게시판 리스트*/
.summary-section .media	{margin-bottom:10px;padding-bottom:15px;border-bottom:1px solid #ddd;}
.summary-section .media .media-heading {margin-bottom:10px;}

/*블로그형 게시판 리스트*/
.blog-section .media	{margin-bottom:10px;padding-bottom:15px;border-bottom:1px solid #ddd;height:280px;}
.blog-section .media .media-heading {margin-bottom:10px;}
.blog-section .media .media-heading a {display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:98%;}

/*썸네일형 게시판 리스트*/
.thumblist-section a.thumbnail{display:block;text-decoration:none;}

/*갤러리형 게시판 리스트*/
.gallery-section a.thumbnail{display:block;text-decoration:none;}
.gallery-section .thumbnail,.gallery-section .thumbnail:hover {	padding: 0;	border: none;	box-shadow: none;}
.gallery-section .thumbnails {margin-bottom:6px;}
.gallery-section .caption	{padding-left:0;}
.gallery-section .caption h5 {font-weight:bold;}

/*우측 썸네일 갤러리형 게시판 리스트*/
.thumblist-section .ih-item.square{width:auto;height:auto;}
.thumblist-section .ih-item.square .info {min-height:25px;padding:10px 5px;}
.thumblist-section .ih-item.square .info p{font-size:11px;font-style:normal;margin-bottom:0;}
.bx-wrapper .bx-viewport{padding-top:1px;padding-left:2px;padding-right:5px;padding-bottom:0;}
.bx-wrapper .bx-controls-direction a.bx-prev {top:-25px;left:60px;background: url('../images/controls-h-blue.png') no-repeat 0 -25px;}
.bx-wrapper .bx-controls-direction a.bx-next {top:670px;left:55px;background: url('../images/controls-h-blue.png') no-repeat -24px -25px;}
.bx-wrapper .bx-controls-direction a.bx-prev:hover {background-position: 0 0px;}
.bx-wrapper .bx-controls-direction a.bx-next:hover {background-position: -24px 0px;}

/*글쓰기*/
.upload-section .form-horizontal .form-group {border-bottom:1px solid #ddd;padding:4px;margin:2px 0 !important;}
.upload-section .form-horizontal .form-group:first-child {border-top:1px solid #ddd;}

/*글보기*/
.board-view-section .list-group-item{border-left:0;border-right:0;border-color:#505050;}
.board-view-section .list-group-item:first-child {border-top-width:2px;border-bottom:1px solid #ddd;background:#f5f5f5;z-index:1;}
.board-view-section .list-group-item .board-title {font-size:16px;font-weight:600;line-height:1.8;}
.board-view-section .breadcrumb {background:transparent;margin-bottom:0;}
.board-view-section .docs-section {padding-top:40px;padding-bottom:30px;}
.board-view-section .view-info {padding-top:3px;padding-bottom:3px;}

/*공지사항 모바일용 포스트잇 방식 리스트*/
.postit_list {padding:2px;}
.postit_list .bs-box{padding:0;box-sizing:border-box;margin-bottom:30px;}
.postit_list .bs-box .box-caption {padding:15px;}
.postit_list .bs-box .box-caption h3 {font-size:18px;}
/*Quote Block*/
.postit_list	.box-caption.box-quote {padding: 20px;text-align: center;font-family:'Nanum Gothic';}
.postit_list .box-quote .box-news *{color:#ccc;}
.postit_list .box-quote p {position: relative;}
.postit_list .box-quote p:after {content: " \" ";margin-left: 10px; position: absolute;font-family: Tahoma;}
.postit_list .box-quote p:before {content: " \" ";margin-left: -10px; position: absolute;font-family: Tahoma;}
.postit_list .box-quote p,
.postit_list .box-quote p a,
.postit_list .box-quote span {color: #fff;font-size: 18px;font-weight: 200;text-transform: uppercase;}	
.postit_list .box-quote span {font-size: 12px;}