@CHARSET "UTF-8";

#_JW_reGn_basic ._reGnContainer{ overflow: hidden; }
#_JW_reGn_basic ._reGnContainer:before,
#_JW_reGn_basic ._reGnContainer:after{ content: ""; display: block; clear: both; }
#_JW_reGn_basic ._reGnContainer ._reGnTree { float: left; width: 300px; overflow: auto; padding: 0; height: 600px; background-color: #fff; margin-bottom: 20px; }
#_JW_reGn_basic ._reGnContainer ._reGnTree.jstree-default .jstree-wholerow,
#_JW_reGn_basic ._reGnContainer ._reGnTree.jstree-default .jstree-anchor{ height: 30px; line-height: 30px; }
#_JW_reGn_basic ._reGnContainer ._reGnTree.jstree-default .jstree-wholerow-clicked { height: 30px; background: #1c5baf; background: -webkit-linear-gradient(top,#1c5baf 0,#3C7AC1 100%); background: linear-gradient(to bottom,#1c5baf 0,#3C7AC1 100%); }
#_JW_reGn_basic ._reGnContainer ._reGnTree.jstree-default .jstree-icon { margin-top: 3px; }
#_JW_reGn_basic ._reGnContainer ._reGnTree.jstree-default .jstree-clicked { color: #fff; }
#_JW_reGn_basic ._reGnContainer ._reGnTreeInfo { margin-left: 320px; }
#_JW_reGn_basic ._reGnContainer ._reGnTreeInfo .content ._fnTable colgroup col.no{ width: 50px; }
#_JW_reGn_basic ._reGnContainer ._reGnTreeInfo .content ._fnTable colgroup col.date{ width: 90px; }
#_JW_reGn_basic ._reGnContainer ._reGnTreeInfo .content ._view,
#_JW_reGn_basic ._reGnContainer ._reGnTreeInfo .content ._write { border-color: #505e79 #ccc #ccc; }
#_JW_reGn_basic ._reGnContainer ._reGnTreeInfo .content ._button._active input, 
#_JW_reGn_basic ._reGnContainer ._reGnTreeInfo .content ._button._active a{ background-color: #1c5baf; }
.artclSerch{ overflow: hidden; margin-bottom: 10px; }

/* List Table */
.scroll-table {position: relative;}
.board-table colgroup .no {width: 5%;}
.board-table colgroup .date {width: 10%;}
.board-table colgroup .auto {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:16px; font-family: 'Noto DemiLight'; padding: 12px 0; color: #555; border-bottom: 1px solid #cfcfd1;}
.board-table tbody td._tdAnchor {font-size: 16px; color: #444; text-align: left; padding-left: 20px; font-weight: normal;}
.board-table tbody td._tdAnchor .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;}
@media all and (max-width:860px) {
	.board-table colgroup { display:none; }
	.board-table thead { display:none; }
	.board-table tbody tr { display:flex; justify-content:flex-end; flex-wrap:wrap; border-bottom:1px solid #cfcfd1; padding:20px 10px 15px 10px; }
	.board-table tbody tr td { display:flex; flex:1; align-items:center; border-bottom:none; padding:0; }
	.board-table tbody tr td.no { flex:0 1 30px; justify-content:center; justify-content:flex-start; position:relative; margin-bottom:10px; }
	.board-table tbody tr td.no::after { content:"."; display:inline-block; }
	.board-table tbody tr td._tdAnchor { flex:0 1 calc(100% - 30px); justify-content:flex-start; padding-left:0; margin-bottom:10px; }
	.board-table tbody tr td.date1 { flex:0 0 auto; justify-content:flex-end; }
	.board-table tbody tr td.date1::before { content:"제정일"; display:inline-block; padding-right:5px; }
	.board-table tbody tr td.date2 { flex:0 0 auto; justify-content:flex-end; padding-left:20px; }
	.board-table tbody tr td.date2::before { content:"등록일"; display:inline-block; padding-right:5px; }
}

/* 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;}

/* Search */
.board-search {display: inline-block; width: 100%; margin-bottom: 10px; padding-top: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="button"] {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;}
}

/* View */
.reGnViewWrap { border-top: 2px solid #7c7c7c }
.reGnViewWrap ._form { display:flex; justify-content:flex-start; padding:unset !important; }
.reGnViewWrap ._form label { flex:0 0 220px; background:#f5f5f5; color:#555; padding:9px 15px; width:100% !important; position:relative; top:unset; left:unset; font-size:16px; }
.reGnViewWrap ._form ._insert { flex: 1 0 calc(100% - 220px); width:100% !important; padding:unset !important; line-height:unset !important; height:unset !important; min-height:unset !important; display:flex; align-items:center; margin-left:10px; }

.btn-deco { display: inline-block !important; cursor: pointer !important; font-size: 16px !important; height: 50px !important; line-height: 48px; text-align: center !important; padding: 0 35px !important; margin: 0 5px !important; border-radius: 100px !important; font-family: 'Noto DemiLight'; }
.btn-deco.color2 {background: #0067c3; border: 1px solid #0067c3;}