@charset "utf-8";

/* 게시판 공통 요소 */
@import url('/Web-home/fnct/bbs/bbs_common/css/board_common.css');

/* 노멀 타입 */
.board-table {border-top: 2px solid #2c2c2c;}
.board-table .col-check {width: 3%;}
.board-table .col-num {width: 7.5%;}
.board-table .col-category {width:10%;}
.board-table .col-title {width: auto;}
.board-table .col-writer {width: 13%;}
.board-table .col-comment {width: 6%;}
.board-table .col-file {width: 7.6%;}
.board-table .col-date {width: 10%;}
.board-table .col-counts {width: 8.5%;}
.board-table .col-state {width: 6%;}
.board-table thead th {padding: 2.6rem 0; background: #f8f8f8; border-bottom: 1px solid #8b9099; font-family: pb; font-size: 1.8rem; font-weight: normal; color: #121212;}
.board-table tbody tr:hover {background: #f1f6fa;}
.board-table tbody td {height: 8rem; border-bottom: 1px solid #e2e2e2; font-family: pm; font-size: 1.8rem; text-align: center; color: #444444;}
.board-table tbody td.td-num {color: #666;}
.board-table tbody td.td-title {text-align: left; color: #121212; padding-left:3.5rem;}
.board-table tbody td.td-title a {display: flex; align-items: center; color: #121212;}
.board-table tbody td.td-title strong {overflow: hidden; position: relative; display: -webkit-inline-box; line-clamp: 1; -webkit-line-clamp: 1; -webkit-box-orient:vertical;}
.boardWrap .title strong {  line-height: 30px; background: linear-gradient(to bottom, transparent 98%, rgba(0,0,0,1) 0) left center no-repeat; background-size:0; transition: background-size .5s;}
.board-table tbody td.td-title strong::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 0.2rem; background: #121212; transition: width .35s;}
.board-table tbody td.td-title a:hover strong {font-family: pb;}
.board-table tbody td.td-title a:hover strong::after {width: 100%;}
.board-table .td-category span {display: inline-flex; justify-content: center; align-items: center; flex-shrink: 0; width: 10rem; height: 3.5rem; border-radius: .5rem; margin-bottom:0; padding:0 0.5rem; background:#fff; border: 1px solid #00aae5; font-family: pm; font-size: 1.6rem; color: #00aae5;}
.board-table .td-category.color1 span {border: 1px solid #00A5E3; color: #00A5E3;}
.board-table .td-category.color2 span {border: 1px solid #00508F; color: #00508F;}
.board-table .td-category.color3 span {border: 1px solid #006C9E; color: #006C9E;}
.board-table .td-category.color4 span {border: 1px solid #0AA8AE; color: #0AA8AE;}
.board-table .td-category.color5 span {border: 1px solid #10AE41; color: #10AE41;}
.board-table .td-category.color6 span {border: 1px solid #009E96; color: #009E96;}
.board-table .td-category.color7 span {border: 1px solid #6E8D29; color: #6E8D29;}
.board-table .td-category.color8 span {border: 1px solid #EC9204; color: #EC9204;}
.board-table .cate {display: inline-flex; justify-content: center; align-items: center; flex-shrink: 0; width:auto; height: auto; margin-right: 1rem; margin-bottom:0; padding:0; border:0; font-family: sl; font-size: 1.4rem; color: #00aae5;}
.board-table .cate i {position: relative; top: .1rem; font-size: 1.8rem;}
.board-table .notice-title {display: inline-flex; align-items: center; width: 2.8rem; height: 2.1rem; background: url('../../bbs_common/images/ic-notice.png') no-repeat center; text-indent: -9999rem;}
.board-table .new {flex-shrink: 0; position: relative; top: -.1rem; display: inline-flex; width: 2.7rem; height: 2.7rem; margin-left: 1rem; background: url('../../bbs_common/images/ic-new.png') no-repeat center; text-indent: -9999rem;}
.board-table .lock {flex-shrink: 0; position: relative; top: -.1rem; display: inline-flex; width: 1.4rem; height: 1.7rem; margin-left: 1rem; background: url('../../bbs_common/images/ic-secret.png') no-repeat center; text-indent: -9999rem;}
.board-table .is-file {position: relative; top: .3rem; display: inline-flex; width: 2.4rem; height: 2.5rem; background: url('../../bbs_common/images/ic-file.png') no-repeat center;}
.board-table .td-state > span {font-size: 1.6rem; color: white; font-family: pm; display: inline-block; line-height: 3.5rem; border-radius: .5rem; padding: 0 2.3rem;}
.board-table .td-state .p1 {background-color: #083CA6;}
.board-table .td-state .p2 {background:#fff; border:1px solid #828282; color:#828282;}


@media screen and (max-width: 1100px) {
	.board-table thead {display: none;}
	.board-table,
	.board-table tbody {display: block; width: 100%;}
	.board-table tbody tr {display: flex; flex-wrap: wrap; width: 100%; padding: 2rem; border-bottom: 1px solid #d1d1d1;}
	.board-table tbody td {display: flex; align-items: center; height: auto; border: 0; font-size: 1.6rem; font-family: pr;}
	.board-table tbody td.td-title {flex-grow: 1; width: 100%; margin: .5rem 0; font-size: 1.8rem; padding-left:0;}
	.board-table tbody td.td-write,
	.board-table tbody td.td-comment,
	.board-table tbody td.td-state,
	.board-table tbody td.td-date,
	.board-table tbody td.td-counts {padding-right: 1rem; color: #666;}
	.board-table tbody td.td-file {display: none;}
	.board-table tbody td.td-category {margin-left:1rem;}
	.board-table tbody td.td-write::before {content: '작성자 :'; padding-right: 1rem;}
	.board-table tbody td.td-comment::before {content: '댓글 :'; padding-right: 1rem;}
	.board-table tbody td.td-state::before {content: '처리상태 :'; padding-right: 1rem;}
	.board-table tbody td.td-date::before {content: '작성일 :'; padding-right: 1rem;}
	.board-table tbody td.td-counts::before {content: '조회수 :'; padding-right: 1rem;}
	.board-table tbody td.no-data {width: 100%; justify-content: center;}
	.board-table .td-state > span {line-height: 2.2rem; font-size: 1.3rem; padding:0 1rem;}
}