@charset "utf-8";
.blind {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 10;
}
/* ==================================================
	상단 카테고리
================================================== */
.ctgr_con {
	float: left;
}

.category_group {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.category_group li {
	margin: 0 0.8rem 0;
	padding: 1rem 2.4rem;
	border: 1px solid #666;
	border-radius: 10rem;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: -0.05em;
	color: #666;
	cursor: pointer;
	transition: .2s ease;
}

.category_group li:first-child {
	margin: 0 0.8rem 0 0;
}

.category_group li:not(.on):hover {
	border-color: #005aab;
	color: #005aab;
}

.category_group li.on a:hover {
	color: #fff;
}

.category_group .on {
	border-color: #005aab;
	background: #005aab;
	color: #fff;
}

@media screen and (max-width:700px) {
	.ctgr_con {
		float: none;
	}
}

/* ==================================================
	공지사항 리스트
================================================== */
.boardTb {
	width: 100%;
}

.screen-hide,
.skip {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

.bbslist {
	width: 100%;
	border-top: 2px solid #111;
	table-layout: fixed;
}

.num .tag {
	padding: 0.3rem 1.5rem;
	border-radius: 5rem;
	background: #005AAB;
	color: #fff;
	font-size: 1.5rem;
}
.num .tag+.viewTitle{margin-top:10px;}

.bbslist thead tr th {
	padding: 2.3rem 0;
	font-size: 1.8rem;
	font-weight: 700;
	color: #111;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #e1e1e1;
	background: #f5f5f5;
	text-align: center;
}

.bbslist tbody tr td {
	padding: 2.5rem 0;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	font-size: 1.7rem;
	color: #555;
	font-weight: 400;
}

.bbslist tbody tr:hover {
	background: #f9fbfc;
}

.bbslist tbody tr td.al-Left {
	text-align: left;
	padding: 2.5rem 0 2.5rem 2rem;
}

.bbslist tbody tr td a {
	font-size: 1.7rem;
	font-weight: 400;
	color: #111;
	display: inline-block;
	width: auto;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	margin-right: 1rem;
}

.bbslist tbody tr.none {
	background: #f9fbfc;
	display: block;
}

.boardIcons {
	display: inline-block;
	vertical-align: baseline;
}

.boardIcons span {
	margin-right: 0.5rem;
}

.boardIcons span.rip {
	width: auto;
	height: 1.8rem;
	padding: 0.1rem 0.8rem;
	vertical-align: middle;
	border-radius: 0.2rem;
	background: #0071cd;
	color: #fff;
	font-size: 1.2rem;
}

.boardIcons span.rip::before {
	content: "";
	width: 0.4rem;
	height: 0.4rem;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	vertical-align: text-top;
	margin-top: 0.6rem;
	margin-right: 0.6rem;
}

.boardIcons span.complete {
	width: auto;
	padding: 0.5rem 0.8rem;
	border-radius: 0.4rem;
	background: #fff;
	color: #0071cd;
	font-size: 1.4rem;
	border: 1px solid #0071cd;
	font-weight: 500;
}

.boardIcons span.complete:after {
	content: "";
	width: 1rem;
	height: 0.8rem;
	display: inline-block;
	background: url("../images/contents/re_checked.png") no-repeat center;
	margin-left: 0.5rem;
	background-size: 1rem auto;
}

/* 모바일CSS */
@media screen and (max-width:1160px) {
	.bbslist tbody tr td a {
		max-width: 85%;
	}
}

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

	.bbslist col,
	.bbslist thead {
		position: absolute;
		top: -9999px;
		left: -9999px;
		width: 0;
		height: 0;
		text-indent: -9999px;
	}

	.bbslist tr {
		display: block;
		width: 100%;
		position: relative;
		border-bottom: 1px solid #ddd;
		padding: 2rem 0;
		max-height: 10rem;
	}

	.bbslist tbody tr td {
		display: inline-block;
		padding: 0 1rem 0 0;
		position: relative;
		color: #888;
		border-bottom: 0;
		margin-right: 0.5rem;
	}

	.bbslist tbody tr td a {
		margin-bottom: 1.2rem;
	}

	.bbslist tbody tr td:after {
		content: "";
		display: block;
		width: 0.1rem;
		height: 1.8rem;
		position: absolute;
		border-right: 1px dotted #888;
		right: 0;
		top: 0.1rem;
	}

	.bbslist tbody tr td:last-child:after {
		display: none;
	}

	.bbslist tr td:nth-child(1) {
		position: absolute;
		top: -9999px;
		left: -9999px;
		width: 0;
		height: 0;
		text-indent: -9999px;
	}

	.bbslist tr td:last-child:before {
		content: "";
		display: block;
		width: 2.1rem;
		height: 1.4rem;
		line-height: 1.4rem;
		display: inline-block;
		margin-right: 0.8rem;
		background: url('../images/icon/ico_view.png');
		background-size: 2.1rem auto;
		vertical-align: bottom;
	}

	.bbslist tbody tr td.al-Left {
		display: block;
		letter-spacing: .015em;
		width: 100%;
		padding: 0 0;
		margin: 0 0;
	}

	.bbslist tbody tr td.al-Left:after {
		display: none;
	}
}

@media screen and (max-width: 340px) {
	.bbslist tbody tr td a {
		max-width: 65%;
	}
}

/* ==================================================
	공지사항 리스트 검색
================================================== */
.schCon {
	width: 100%;
	text-align: left;
	margin-bottom: 2.2rem;
}

.selLine {
	width: auto;
	display: flex;
	justify-content: flex-end;
}

.selLine select {
	width: auto;
	margin-right: 0.5rem;
	font-size: 1.5rem;
	color: #333;
	font-weight: 400;
}

.inSet {
	width: calc(29.3rem - 1rem);
	height: 4rem;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 0.4rem;
	padding-left: 1rem;
	background: #fff;
	display: flex;
	align-items: center;
}

.inSet input {
	display: inline-block;
	width: calc(100% - 3.7rem);
	margin-right: 3.7rem;
	height: 3.7rem;
	border: 0;
	background: #fff;
}

.inSet input::placeholder {
	font-size: 1.5rem;
	color: #555;
	font-weight: 400;
}

.inSet .tbSearch {
	width: 3.8rem;
	height: 3.8rem;
	margin-right: 0;
	border: 0;
	background-color: transparent;
	text-align: center;
	line-height: 3.8rem;
}

.inSet .tbSearch:before {
	content: "";
	width: 3.8rem;
	height: 3.8rem;
	display: block;
	background-size: 2rem;
	background: url('../images/icon/sh.png') no-repeat center;
}

select {
	width: auto;
	padding: 0 6rem 0 1rem;
	height: 4rem;
	line-height: 3.8rem;
	border: 1px solid #d1d1d1;
	font-family: inherit;
	background: url('../images/icon/serarrow.png') no-repeat center right 1.5rem #fff;
	border-radius: 0.3rem;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

/* 모바일CSS */
@media screen and (max-width:700px) {
	.selLine {
		justify-content: flex-start;
	}
}

/* ==================================================
	공지사항 리스트 하단 숫자
================================================== */
.bbs_pagi {
	display: block;
	text-align: center;
	margin-top: 3.3333rem;
	border-radius: .25rem;
}

.bbs_pagi ul {
	display: flex;
	justify-content: center;
	align-items: center
}

.bbs_pagi ul li a {
	display: inline-block;
	text-align: center;
	width: 3rem;
	height: 3rem;
	line-height: 3rem
}

.bbs_pagi ul li.active a {
	background-color: #818181;
	color: #fff !important
}

.bbs_pagi ul li:not(:first-child) {
	margin-left: 10px
}

.bbs_pagi ul li [class^=page_]:not(.page_current) {
	text-indent: -19999px;
	background-position: center center
}

.bbs_pagi ul li .page_first {
	background-image: url('../images/icon/icon_page_first.svg');
	width: 3rem;
	height: 3rem;
	background-size: 1.8rem 1.8rem;
	background-repeat: no-repeat
}

.bbs_pagi ul li .page_prev {
	background-image: url('../images/icon/icon_page_left.svg');
	width: 3rem;
	height: 3rem;
	background-size: 1.8rem 1.8rem;
	background-repeat: no-repeat
}

.bbs_pagi ul li .page_next {
	background-image: url('../images/icon/icon_page_right.svg');
	width: 3rem;
	height: 3rem;
	background-size: 1.8rem 1.8rem;
	background-repeat: no-repeat
}

.bbs_pagi ul li .page_last {
	background-image: url('../images/icon/icon_page_last.svg');
	width: 3rem;
	height: 3rem;
	background-size: 1.8rem 1.8rem;
	background-repeat: no-repeat
}

/* 모바일CSS */
@media screen and (max-width: 992px) {
	.bbs_pagi {
		margin: 2.5rem 0 5rem 0 !important
	}

	.bbs_pagi ul li:not(:first-child) {
		margin-left: 0.5rem
	}
}

/* ==================================================
	공지사항 VIEW화면
================================================== */
.bbsview .view {
	width: 100%;
}

.view_top {
	border-top: 2px solid #222222;
	border-bottom: 1px solid #e1e1e1;
	padding: 3rem;
}

.bbsview .view strong.viewTitle {
	display: block;
	font-size: 2.8rem;
	line-height: 1.25;
	color: #111;
	letter-spacing: -.05em;
	word-break: keep-all;
}

.view strong+dl {
	padding: 2.5rem 0 0 0;
}

.view strong+dl:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.view strong+dl dd {
	position: relative;
	float: left;
	font-size: 1.7rem;
	font-weight: 400;
	color: #333;
	margin-left: 2rem;
	padding: 0 0 0 2rem;
}

.view strong+dl dd:first-child {
	margin-left: 0;
	padding: 0;
}

.view strong+dl dd:before {
	content: "";
	width: 1px;
	height: 11px;
	border-left: 1px dashed #b9b9b9;
	position: absolute;
	left: 0;
	top: calc(50% - 5.5px);
}

.view strong+dl dd:first-child:before {
	display: none;
}

.view strong+dl dd:last-child {
	padding-left: 4.4rem;
	background: url('../images/icon/ico_view.png') no-repeat 1.3rem center;
}

.view .viewCon {
	min-width: calc(100% - 6rem);
	margin: 0 auto;
	height: auto;
	overflow-y: auto;
	padding: 4rem 3rem;
	font-size: inherit;
}

.view .attachment {
	position: relative;
	padding: 2.5rem 5rem 2.5rem 18rem;
	background: #f6f6f6;
	border-radius: 0.8rem;
}

.view .attachment::before {
	display: inline-block;
	width: 18rem;
	content: '첨부파일';
	text-align: center;
	left: 0;
	top: 4.4rem;
	transform: translate(0, -50%);
	font-size: 1.7rem;
	color: #111;
	font-weight: 700;
	position: absolute;
}

.view .attachment ul {
	padding-left: 3.5rem;
	border-left: 1px solid #e0e0e0;
}

.view .attachment ul li {
	padding: 0.8rem 0;
}

.view .attachment ul li span {
	color: #555;
}

.view .attachment ul li a {
	display: block;
	font-size: 1.7rem;
	color: #555;
	line-height: 1.5;
	background: url(../images/contents/icon_document.png) no-repeat left 0.3rem;
	font-weight: 400;
}

.view .attachment ul li a img {
	margin-left: 1rem;
	vertical-align: -0.2rem;
}

.view .attachment ul li a span {
	padding-right: 2.5rem;
}

.view .attachment ul li a:hover span {
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-color: #696969;
}

.view dl.control {
	display: inline-block;
	width: 100%;
}

.view dl.control.prev {
	margin-top: 3rem;
	border-top: 1px solid #111;
	border-bottom: 1px solid #e0e0e0;
}

.view dl.control.next {
	border-bottom: 1px solid #111;
}

.view dl.control dt,
.view dl.control dd {
	float: left;
	font-size: 1.7rem;
	color: #555;
	line-height: 6rem;
	font-weight: 400;
}

.view dl.control dt {
	width: 18rem;
	color: #111;
	text-align: center;
	font-weight: 500;
}

.view dl.control dt span {
	position: relative;
	display: inline-block;
	line-height: 1;
	padding-right: 2rem;
}

.view dl.control dt span::before {
	display: inline-block;
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	border: 4px solid transparent;
	position: absolute;
	content: '';
	color: inherit;
}

.view dl.control.prev dt span::before {
	border-bottom: 4px solid #0071cd;
	margin-top: -4px;
}

.view dl.control.next dt span::before {
	border-top: 4px solid #0071cd;
	margin-top: -2px;
}

.view dl.control dd {
	width: calc(100% - 21rem);
	padding: 0 1.5rem;
	float: left;
}

.view dl.control dd a {
	font-size: 1.7rem;
	color: #555;
}

/* 게시판 상세보기 페이지에서 이미지 사이즈 제한 */
.view .viewCon img {
	max-width: 100%;
}

/* 목록 버튼 */
.boardBtns {
	width: auto;
	margin-top: 2rem;
	display: flex;
	justify-content: center;
}

.boardBtns button {
	height: 5rem;
	line-height: 5rem;
	margin-left: 0.5rem;
}

.CommBtn {
	height: 5rem;
	width: 16.5rem;
	line-height: 5rem;
	padding: 0 2rem;
	font-size: 1.7rem;
	font-weight: 500;
	border-radius: 0.3rem;
	background: #fff;
	border: 1px solid #949494;
	color: #555;
	display: inline-block;
	text-align: center;
	margin-left: 0.4rem;
	cursor: pointer;
}

.editContentView{line-height:1.4;}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.view .attachment {
		padding: 4.5rem 2rem 2rem 2rem;
	}

	.view .attachment::before {
		left: 2rem;
		top: 3rem;
		width: 100%;
		text-align: left;
	}

	.view .attachment ul {
		border-left: 0;
		padding-left: 0;
	}

	.view dl.control dt {
		width: 10rem;
	}

	.view dl.control dd {
		width: calc(100% - 13rem);
	}
}

@media screen and (max-width:640px) {
	.control_c:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.view dl.control {
		width: 50%;
		display: inline-block;
		float: left;
	}

	.view dl.control.prev {
		margin-top: 3rem;
		border-top: 1px solid #111;
		border-bottom: 1px solid #111;
		position: relative;
	}

	.view dl.control.prev:after {
		content: "";
		width: 0.1rem;
		height: 2.7rem;
		background: #e0e0e0;
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -1.25rem;
	}

	.view dl.control.next {
		margin-top: 3rem;
		border-top: 1px solid #111;
		border-bottom: 1px solid #111;
	}

	.view dl.control dt,
	.view dl.control dd {
		float: left;
		font-size: 1.6rem;
		color: #333;
		line-height: 7rem;
	}

	.view dl.control dt {
		width: 100%;
		color: #111;
		text-align: center;
		font-weight: 400;
		cursor: pointer;
	}

	.view dl.control dd {
		display: none;
	}

	.view dl.control dt span {
		position: relative;
		display: inline-block;
		line-height: 1;
		padding-left: 2rem;
		padding-right: 0;
	}

	.view dl.control.next dt span {
		position: relative;
		display: inline-block;
		line-height: 1;
		padding-left: 0;
		padding-right: 2rem;
	}

	.view dl.control dt span::before {
		display: inline-block;
		width: 1rem;
		height: 1.5rem;
		top: 50%;
		border: 0;
		position: absolute;
		content: '';
		color: inherit;
	}

	.view dl.control.prev dt span::before {
		border-bottom: 0;
		margin-top: -0.75rem;
		background: url('../images/icon/board_prev_m.png') no-repeat center;
		background-size: 100% auto;
		left: 0;
	}

	.view dl.control.next dt span::before {
		border-top: 0;
		margin-top: -0.75rem;
		background: url('../images/icon/board_next_m.png') no-repeat center;
		background-size: 100% auto;
		right: 0;
	}

	.view dl.control dd {
		width: calc(100% - 18rem);
		padding: 0 1.5rem;
	}

	.view dl.control dd a {
		font-size: 1.6rem;
		color: #555;
	}
}

.bbs_buttons{text-align:right}
.bbs_buttons button{
	width: auto;
    height: auto;
    padding: 0px 10px;
    font-size: 1.6rem;
    line-height: 28px;
    height: 28px;
	background: #fff;
	border: 1px solid #949494;
    color: #555;
	margin: 0;
    
    border-radius: 5px;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    margin-left: 1px;
}