/* ---------- 뉴스페이지 공통 ---------- */
.submit_bottom{
	float: none;
	text-align: right;
}
.submit_bottom a{
	text-decoration: none;
}
.submit_bottom button{margin: 0 0 0 12px;
	/*margin: 24px 0 0 12px;*/
}
.btn_logout, .btn_edit, .btn_del{
	background: #ebebeb;
	color: #333333;
}



/* ---------- 뉴스리스트 페이지 news_list.html ---------- */
#notice_top{
	margin-bottom: 22px;
	height:40px;
}
.notice_list_tab{
	width: 296px;
	height: 40px;
	position: absolute;
	top: 0; left: 0;
}
.notice_list_tab a:first-child{
	margin-left: 0;
}
.notice_list_tab a{
	float: left;
	margin-left: 12px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	width:90px; height:40px;
	font-size: 17px;
	font-weight: 500;
	line-height: 40px;
	color: #b2b2b2;
	background: #ffffff;
	border-radius: 20px;
	border: 2px solid #ebebeb;
	text-align: center;
	transition: all .2s;
	-ms-transition: all .2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.notice_list_tab a:hover{
	color: #2a264a;
}
.notice_list_tab a.on{
	background: #f5f5fc;
	border: 2px solid #696dff;
	color: #2a264a;
}


#board_search_wrap{
	display: block;
	width: 400px;
	height: 40px;
	position: absolute;
	top: 0; right: 0;
	box-sizing: border-box;
}
#board_search_wrap label{
	position:absolute;
	top: 0; left: 8px;
	width: 40px; height: 40px;
	background-image: url(../images/news_icon_01.png);
	text-indent: -999999px;
}
#search_text{
	background: #f5f5f5;
	width: 100%;
	height: 40px;
	padding-left: 55px;
	border: none;
	color: #333333;
	font-size: 15px;
}

#board_search_wrap input::-webkit-input-placeholder { color: #b2b2b2; }
#board_search_wrap input::-moz-placeholder { color: #b2b2b2; }
#board_search_wrap input:-ms-input-placeholder { color: #b2b2b2; }
#board_search_wrap input:-moz-placeholder { color: #b2b2b2; }
#board_search_wrap input::placeholder { color: #b2b2b2; }

#board_search_wrap button{
	margin: 0;
	position: absolute;
	right: 0; top: 0;
	border-radius: 0;
	width: 72px; height: 40px;
	font-size: 17px;
}


#notice_list_wrap{
	padding-bottom: 70px;
}
.notice_list_detail{
	width: 100%;
	box-sizing: border-box;
}
.caterory{
	width: 90px;
}
.subject{
	width: auto;
}
.file{
	width: 90px;
}
.date{
	width: 150px;
}
.notice_list_detail a{float: left;
	display: inline-block;
	color: #333333 !important;
}
.notice_list_detail tbody tr{
	height:60px;
	color: #333333;
	font-size: 17px;
	font-weight: 400;
	border-bottom: 1px solid #ebebeb;
	box-sizing: border-box;
}
.notice_list_detail tbody tr.table_name{
	background: #f5f5fc;
	color: #2a264a;
	font-weight: 600;
	border-top: 2px solid #696dff;
	border-bottom: 2px solid #ebebeb;
}
.notice_list_detail tbody tr:last-child{
	border-bottom: 2px solid #8c8a9e;
}
.notice_list_detail tbody tr td{
	border: none;
	box-sizing: border-box;
}
.notice_list_detail tbody tr.table_cont td.subject{
	text-align: left;
	padding: 10px;
	margin: 0;
}
.notice_list_detail tbody tr.table_cont td.subject p.icon_new{
	float: left;
	width: 15px; height: 15px;
	background-image: url(../images/news_icon_03.png);
	margin-left: 8px;
	transform: translateY(5px);
}
.notice_list_detail tbody tr.table_cont td.file_y{
	background-image: url(../images/news_icon_02.png);
	background-repeat: no-repeat;
	background-position: center;
}


.paginate{padding-bottom: 24px;
	display: inline-block;
	text-align: center;
	margin-top: 50px;
	position: relative;
	top:0; left:50%;
	transform: translateX(-50%);
}
.paginate ul{float: left;}
.paginate li{
	float: left;
	width: 20px;
	height: 20px;
	overflow: hidden;
	font-size: 17px;
	font-weight: 500;
	line-height: 20px;
	margin-left: 12px;
}
.paginate span{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 12px;
	float: left;
	overflow: hidden;
}
.paginate a{
	color: #555555;
}
.paginate a.on{
	color: #696dff;
	font-weight: 800;
	cursor: default;
	text-decoration: none;
}
.paginate span.btn{
	text-indent: -999999px;
	opacity: 0.4;
	cursor: pointer;
}
.paginate span.btn_first:hover{
	opacity: 1;
}
.paginate span.btn_prev:hover{
	opacity: 1;
}
.paginate span.btn_next:hover{
	opacity: 1;
}
.paginate span.btn_last:hover{
	opacity: 1;
}
.paginate span.btn_off{
	opacity: 0.15;
	cursor: default;
}
.paginate span.btn_off:hover{
	opacity: 0.15;
}
.paginate span.btn_first{
	margin-left: 0;
	background-image: url(../images/news_icon_06.png);
}
.paginate span.btn_prev{
	margin-left: 8px;
	margin-right: 10px;
	background-image: url(../images/news_icon_04.png);
}
.paginate span.btn_next{
	margin-left: 22px;
	background-image: url(../images/news_icon_05.png);
}
.paginate span.btn_last{
	margin-left: 8px;
	background-image: url(../images/news_icon_07.png);
}


@media only screen and (max-width: 767px) {
	#notice_top{
		height: 90px;
	}
	.notice_list_tab{
		left: 50%;
		transform: translateX(-50%);
	}
	#board_search_wrap{width:100%;
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
	}
}



/* ---------- 뉴스뷰 페이지 news_view.html ---------- */
#view_wrap{
	padding-bottom: 70px;
}
.view_header{
	width: 100%; height:auto;
	background:#f5f5fc;
	padding: 26px 36px;
	border-top: 2px solid #696dff;
	border-bottom: 2px solid #ebebeb;
	box-sizing: border-box;
}
.view_category{
	color: #333333;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 6px;
}
.view_subject{
	color: #2a264a;
	font-size: 26px;
	font-weight: 800;
	line-height: 32px;
	float: left;
}
.view_date{
	color: #333333;
	font-size: 17px;
	font-weight: 400;
	text-align: right;
	line-height: 32px;
}
.view_cont{
	margin: 58px 36px;
	color: #333333;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
}
.view_cont a{
	color: #0052A1;
}
.btn_link{
	display: inline-block;
	background: #696dff;
	color: #ffffff;
	padding: 12px 34px;
	margin-top: 25px;
}
.btn_link a{
	text-decoration: none;
	color: #ffffff;
}

.view_filebox{
	width: 100%;
	height: 45px;
	background: #F7F7F7;
	line-height: 45px;
	color: #555555;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}
.view_filebox li{
	float: left;
}
.view_filebox .file{
	width: 130px;
	text-align: center;
}
.view_filebox .file_n{
	color: #b2b2b2;
}
.view_filebox .file_y:before{
	content: '';
	display: block;
	width: 15px; height: 15px;
	background-image: url(../images/news_icon_02.png);
	float: left;
	position: relative;
	transform: translateY(100%);
	margin-right: 4px;
}
.view_filebox .file_y a{
	color: #333333;
}

.list_navi_wrap{
	line-height: 52px;
	color: #555555;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 20px;
}
.list_navi_wrap ul{
	border-top: 2px solid #8c8a9e;
	border-bottom: 2px solid #8c8a9e;
	box-sizing: border-box;
}
.list_navi_wrap li{
	width: 100%;
	height: 52px;
}
.list_navi_wrap .prev,.next{
	width: 130px;
	height: 52px;
	text-align: center;
	float: left;
	position: relative;
	padding-right: 12px;
	box-sizing: border-box;
}
.list_navi_wrap .prev:after{
	content: '';
	display: block;
	width: 12px; height: 8px;
	background-image: url(../images/news_icon_08.png);
	position: absolute;
	top: 40%; right: 34px;
	margin-left: 6px;
}
.list_navi_wrap .next:after{
	content: '';
	display: block;
	width: 12px; height: 8px;
	background-image: url(../images/news_icon_09.png);
	position: absolute;
	top: 40%; right: 34px;
	margin-left: 6px;
}
.list_navi_wrap .value{
	float: none;
	padding-left: 20px;
	color: #333333;
}
.list_navi_wrap .value_null{
	color: #b2b2b2;
	text-decoration: none;
}
.list_navi_wrap .value_null::before{
	content: '글이 없습니다.';
}
.list_navi_wrap a{
	color: #333333;
}
.list_next{
	border-top: 1px solid #ebebeb;
}


@media only screen and (max-width: 767px) {
	.view_subject{
		float: none;
	}
	.view_date{
		text-align: left;
	}
}



/* ---------- 뉴스뷰 페이지 꾸밈 news_view.html ---------- */
.view_cont ol.list_num {
	margin-left: 18px;
	counter-reset: number;
  	list-style-type: none;
}
.view_cont ol.list_num > li::before{
	counter-increment: number;
  	content: counter(number)"\a0) ";
}
.view_cont ol.list_num > li{
	padding-bottom: 10px;
}
.view_cont ol.list_bullet {
	list-style: disc;
	margin-left: 36px;
}
