@charset "UTF-8";

/* List Table */
.scroll-table {position: relative;}
.board-table .col-dept {width:auto;}
.board-table .col-posi {width:15%;}
.board-table .col-name {width:12%;}
.board-table .col-tel {width:15%;}
.board-table .col-work {width:auto;}

.board-table thead th { background: #f2f2f2; font-size: 16px; font-family: 'Noto DemiLight'; font-weight: normal; padding: 9px 0; border-bottom: 1px solid #cfcfd1; border-top: 2px solid #7c7c7c;}
.board-table tbody tr.notice {background: #f9f9f9;}
.board-table tbody tr.notice .td-num {text-indent: -99999px; background: url('../images/ico-notice.png') no-repeat center center;}
.board-table tbody tr:hover {background: #f2fbfe;}
.board-table tbody td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; font-size: 15px; font-family: 'Noto DemiLight'; padding: 12px 0; color: #555; border-bottom: 1px solid #cfcfd1;}
.board-table tbody td.td-subject {font-size: 16px; color: #444; text-align: left; padding-left: 20px; font-weight: normal;}
.board-table tbody td.td-subject .new {position: relative; top: 11px; display: inline-block; text-indent: -9999px; width: 16px; height: 16px; background: url('../images/ico-new.png') no-repeat center center; margin-left: 7px;}
.board-table tbody td.td-subject strong { font-family:'Noto Light' !important; }
.board-table tbody tr.trash td.td-subject {text-decoration: line-through;}
.board-table tbody td.td-file {text-indent: -9999px;}
.board-table tbody td.td-file.file {background: url('../images/ico-file.png') no-repeat center center;}

@media all and (max-width:860px) {
    .scroll-table {overflow-x: hidden;}
    .scroll-table table {width:1000px;}
    .scroll-table:after {content:''; position:absolute; right:0px; top:0px; width:100%; height:100%; background:url('../images/img_mobile_text.png') no-repeat center center;}
    .scroll-table.on:after {display:none;}

	.board-table { width:97%; margin:0 auto; margin-top:30px; }
	.board-table colgroup { display:none; }
	.board-table thead th { display:none; }

	.board-table tbody tr { display:flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start; padding-top:10px; padding-bottom:20px; border-bottom:0.5px solid #cfcfd1; position:relative; }
	.board-table tbody tr:first-child { border-top:0.5px solid #cfcfd1; }
	.board-table tbody tr td { border:none; padding:0; white-space:wrap; }
	
	.board-table tbody tr td::before { display:inline-block; font-weight:bold; padding-right:10px; }
	.board-table tbody tr .td-dept::before { content:"부서명 :"; }
	.board-table tbody tr .td-posi::before { content:"직급 :"; }
	.board-table tbody tr .td-name::before { content:"성명 :"; }
	.board-table tbody tr .td-tel::before { content:"전화번호 :"; }
	.board-table tbody tr .td-work::before { content:"담당업무 :"; }
	
	.board-table tbody tr .td-dept { flex: 0 0 100%; font-size:16px; padding-left:0; padding-top:10px; padding-bottom:10px; text-align:left; }
	.board-table tbody tr .td-posi, .board-table tbody tr .td-name, .board-table tbody tr .td-tel { flex: 0 0 33.33333%; text-align:left; }
	.board-table tbody tr .td-work { flex: 0 0 100%; text-align:left; padding-top:10px; }
}
@media all and (max-width:500px) {	
	.board-table tbody tr td::before { width:100px; }
	.board-table tbody tr .td-dept, .board-table tbody tr .td-posi, .board-table tbody tr .td-name, .board-table tbody tr .td-tel { flex: 0 0 100%; padding-bottom:5px; }
	.board-table tbody tr .td-work { padding-top:0; }
}


/* Search */
.board-search {display: inline-block; width: 100%; margin-bottom: 10px;}
.board-search .util-search {float: left; font-family: 'Noto Regular'; font-size: 14px; margin-top: 7px;}
.board-search .util-search a {display: inline-block; width: 30px; text-indent: -9999px; background: url('../images/ico-rss.png') no-repeat center center; margin-right:10px;}
.board-search .util-search strong {color: #dd0042;}
.board-search .form-search {float: right;}
.board-search .box-sel {display: inline-block; margin-right: 10px;}
.board-search .box-sel select {background: #ebebeb url('../images/arrow-search.png') no-repeat right center;font-size: 14px;font-family: 'Noto Regular';color: #646464;border: 0;height: 40px !important; border-radius: 100px;min-width: 160px;padding-left: 20px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.board-search .box-search {position: relative; display: inline-block; background: #ebebeb; height: 40px; line-height: 40px; padding: 0 5px 0 15px; border-radius: 100px; min-width: 300px;}
.board-search .box-search input {position: relative; top: -2px; width: 100%; height: 100%; background: transparent; border: 0; font-family: 'Noto Regular';}
.board-search .box-search input[type="submit"] {position: absolute; right:0; top: 0; width: 40px; background: url('../images/ico-search.png') no-repeat center center; text-indent: -9999px; cursor: pointer;}

@media all and (max-width:780px) {
    .board-search .tbl-search {display: table; width: 100%; table-layout: fixed;}
    .board-search .util-search {display: none;}
    .board-search .form-search {float: left; width: 100%;}
    .board-search .box-sel {width:35%; display: table-cell; margin-right: 0; padding-right: 20px;}
    .board-search .box-sel select {min-width: auto; width: 100%;}
    .board-search .box-search {display: table-cell;}
}

/* Paging */
._paging {padding: 50px 0 20px 0;}
._paging > ._inner > ul {margin: 0 5px;}
._paging > ._inner > ul li strong {width: 35px; height: 35px; line-height:32px; background-color: #777; border-color: #777;}
._paging > ._inner > a {width: 35px; height: 35px; line-height:35px; background-image: url('../images/arrow-page.png') !important; background-repeat: no-repeat; background-color: transparent; border: 0;}
._paging > ._inner > a._first {background-position: 0 0;}
._paging > ._inner > a._last {background-position: 0 -105px;}
._paging ._inner a._listNext, ._paging ._inner a._next { background-position: 0 -70px; }