/* 검색폼 */

.align_center {
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-end; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #fafafa;
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    box-sizing: border-box;
}

.custom-select {
	width: auto;
    display: inline-block;
    padding: 5px 8px;
    height: 30px;	
    color: #495057;
    border: 1px solid #ced4da;
}
select.form-control {
    background-color: #fff;
}

.input_search {
	margin: 0 5px;
	width:165px;
}

/* 검색폼 끝 */

/* 버튼 */

.button_style {
	font-weight:400;
    font-size : 14px;
    font-family : 'Noto Sans KR';
    border: 1px solid #c6c6c6;
    background-color: #f5f5f5;
    color: #444;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    outline: 0;
	box-sizing: border-box;
}

.button_style:hover {
    border: 1px solid #777;
    background-color: #eee;
}
.input_search_btn {
    padding: 5px 8px;
    display: inline-block;
    font-size: 13px;
    height: 30px;
	width:48px;
}

.board-btn {
    padding: 6px 17px;
}
.input_btn {
    padding: 6px 17px;	
	font-weight:400;
    font-size : 14px;
    font-family : 'Noto Sans KR';
	height:40px;
	margin-left:5px;
	cursor:pointer;
}


/* 버튼끝 */



.board_b td.b_w_epil {
	display: table-cell;
    white-space:nowrap;
    overflow:hidden;  
    text-overflow: ellipsis;
}

.board_bb,
.board_b {
	border-top:2px solid #444;
//	table-layout: fixed;

}
.board_bb th,
.board_b th {
	height:55px;
	background:#fafafa;
	border-bottom:1px solid #cccccc;
	font-size:15px;
	color:#444;
}
.board_bb td,
.board_b td {
	border-bottom:1px solid #e5e5e5;
	font-size:15px;
	font-weight:400;
	color:#555;
	}
.board_view td {
	font-size:14px;
}	

.board_admin td {
	border-bottom:1px solid #e5e5e5;
	height:30px;
	font-size:14px;
	font-weight:400;
	color:#777;
	}
.board_bb td.title,
.board_b td.title {
	font-size:15px;
	font-weight:400;
	color:#555;
	text-align:left;
	padding:17px 10px;
	}

.board_bb td.att,
.board_b td.att {
	padding:15px 0 15px 20px;
	height:auto;
}


.board_bb th.subject,
.board_b th.subject {
	font-size:18px;
	color:#222;
	text-align:center;
	padding-left:0px;
	font-weight:500;	
}

.board_b th.date {
	font-size:13px;
	color:#444;
	font-weight:400;
	text-align:left;
	padding-left:20px;
}

.board_b td.notice {
	font-size:14px;
	color:#FE8C91;
	font-weight:500;
	text-align:center;
}

.b_cont {
	padding:20px;
	vertical-align:top;
	min-height:250px;
	font-size:16px;
	color:#444;
	font-weight:400;
	line-height:26px;

}
.p_board_subject{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	text-align:center;
	display:block;
	width:240px;;
	padding:10px 0;
	font-size:16px;
	font-weight:400;
	color:#444;
}

.cont_category {
	width: auto;
    border-radius: 15px;
    padding: 1px 18px;
    background: #f3f6fa;
    box-sizing: border-box;
    border: 1px solid #dce1ea;
    display: block;
    font-size: 13px;
}
a.pboard_img > img {
	border-radius:7px;
}
.page_num {
    padding: 40px 0px 10px 0;
}

.page_num a {
    padding: 0px 0px;
}
.page_num .page {
    display: inline-block;
    width:26px;
    height:26px;
    border: 1px solid #ddd;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.page_num .page a {
    display: block;
    width:100%;
    height: 100%;
}
.page_num .page.on {
    font-size: 14px;
    font-weight: 300;
    background: #51d4cf;
    border: 1px solid #51d4cf;
}
.page_num .on a {
    color:#fff;
}

.page_num img {
    vertical-align:bottom;
}



/* 페이징 */

div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: center;
    margin: 15px 0;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 4px;
}

div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


div.dataTables_paginate ul.pagination li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #886ab5;
    background-color: #fff;
    border: 1px solid #dee2e6;
	color: #6c757d;
}
.pagination .page-link {
    border-radius: 4px;
    border-width: 0;
}

.pagination .page-item .page-link.chevron {
    background: #d1d9e3;

}
.pagination .page-item:not(:first-child) {
    margin-left: 5px;
}
.dataTables_paginate .pagination .page-item>.page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 19px;
    min-width: 19px;
    padding: 5px;
    font-size: 12px;
    line-height: 19px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #627ca0;
}
.pagination .page-link:hover {
    background-color: #627ca0!important;
    color: #fff;
}
/* 페이징 끝 */


/* 글작성 */
.b_write {
	width:100%;
	border-top:2px solid #333;
    display: table;
    box-sizing: border-box;
    border-spacing: 0px;
    border-color: grey;
    border-collapse: collapse;
}
.b_write th {
	font-weight: 500;
    background-color: #f4f4f4;
    vertical-align: middle;	
	border-bottom:1px solid #ddd;
	font-size:14px;
	color:#444;
}
.b_write td {
	border-bottom:1px solid #ddd;
	height:45px;
	font-size:14px;
	font-weight:400;
	color:#777;
	padding:5px 0 5px 10px;
	}

.b_write td textarea{
    font-size: 15px;
    COLOR: #555;
    FONT-FAMILY: 'Nanum Gothic';
    border: #C0C0C0 1px solid;
    height: 20px;
    padding: 9px 5px;
    border-radius: 4px;
	line-height:22px;
}
.filebox {
    margin: 0 0 5px 0;
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-start; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
}
.filebox:last-child {
    margin: 0 0 0px 0;
}
.filebox label {
    display: inline-block;
    padding: 8px 12px;
    color: #999;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fdfdfd;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: 4px;
	margin-left:5px;
}
.filebox.bs3-primary label {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.filebox_all {
    margin: 0 0 5px 0;
}
.cate_li {
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-start; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
}
.cate_li li {
    margin: 0 15px 0 0;
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-start; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
}
.b_images {
	width:100%;
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: column nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:center; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
}






