@charset "utf-8";


/***** Table *****/
#_contentBuilder.off {min-height: 350px;}
#_contentBuilder.off {border-bottom: 1px solid #ccc;}
.boardWrap{margin-bottom: 70px; border-top:2px solid #000;}
.boardWrap table {width:100%;border-collapse: collapse;border-spacing: 0;table-layout: fixed;text-align: center;font-size:14px;}
.boardWrap table caption{display:none;}
.boardWrap table thead {position: absolute;left: -9999px;background-color: #fff;color:#121212;font-weight: normal;border-bottom: 1px solid #8B9099;padding: 16px 5px;font-size: 18px;font-family: 'nr';}
.boardWrap table th.th-counts{display: none;}
.boardWrap table td {border-bottom: 1px solid #cbcbcc;padding: 30px 10px;white-space: nowrap;text-overflow: ellipsis;font-family: 'nl';font-size: 16px;position:relative;font-family: 'nr';color: #666;}
.boardWrap table td.alignL{text-align:left;}
.boardWrap .td-num {padding-left: 20px;}
.boardWrap table th.td-counts{display: none;}
.boardWrap table td a{display: block;font-size:16px; font-family: 'nr'; color:#121212; display:flex; align-items:center; white-space:normal;}
.boardWrap table td a strong {display:-webkit-inline-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; 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;font-family: 'nm';font-size: 18px;color: #222;}
.boardWrap table td a:hover strong{background-size:100% auto;}
.boardWrap table td a img{vertical-align: middle;}
.boardWrap table td img{display:block;margin:0 auto;}
.boardWrap .boardTitle{color:#003d7e;font-size:16px;font-weight:600;}
.boardWrap table tr.notice {background:#F1F6FA;}
.boardWrap table tr:last-child td {border-bottom:1px solid transparent;}
.boardWrap table tr:last-child {border-bottom:1px solid #8B9099;}
.boardWrap th,
.boardWrap td{border-right:#dddee0;border-left:#dddee0; color:#999; font-family: 'nl'; font-size: 16px;}
.boardWrap .new{background: url('../images/new.png') no-repeat center;width:21px;height: 21px;display: inline-block;vertical-align: middle;margin: 0px 0 0 10px;text-indent: -9999px; flex-shrink: 0;}
.boardWrap .clsdr{background: url('../images/clsdr.png') no-repeat center;width:20px;height: 19px;display: inline-block;vertical-align: middle;margin: 0px 0 0 3px;text-indent: -9999px;}
.boardWrap .link{background: url('../images/link.png') no-repeat center;width:20px;height: 19px;display: inline-block;vertical-align: middle;margin: 0px 0 0 3px;text-indent: -9999px;}
.boardWrap .notice-title {font-size: 16px;color:#fff;font-family: 'nl'; background: url('../images/ic-noti.png') no-repeat center; display: block; width:100%; height:100%; }
.boardWrap .notice-title span {display:inline-block; text-indent: -9999px;}
.boardWrap .notice,
.boardWrap .notice a{color:#121212;}
.boardWrap .trash{color:#999;}
.boardWrap .trash a strong{color:#999; text-decoration: line-through;max-width:calc(100% - 110px);display:inline-block;}
.boardWrap .trash a:hover{color:#bbb;}
.boardWrap .trash .typeCl {color:#a6a6a6; border:1px solid #a6a6a6;}
.boardWrap .trash .td-num {padding-left: 100px;background:url('../images/ic-trash.png') no-repeat center; text-indent: -9999px;}

.boardWrap table .col-writer,
.boardWrap table .th-writer,
.boardWrap table .td-write {display: none;}

.boardWrap .typeCl {font-family: 'nr';font-size: 16px;display: inline-block;}
.boardWrap .typeCl.color1 {color: #002E6C;}
.boardWrap .typeCl.color2 {color: #1174FF;}
.boardWrap .typeCl.color3 {color: #007984;}
.boardWrap .typeCl.color4 {color: #F29F00;}
.boardWrap .typeCl::after {display: none;}

.boardWrap table td input[type="button"]{padding: 5px 12px;background:#273ca5;border-radius: 5px;color:#fff;border:1px solid rgba(0,0,0,0);transition:all ease .5s;}
.boardWrap table td input[type="button"]:hover{border:1px solid #273ca5;background:#fff;color:#273ca5;font-family:'nr';}
.boardWrap table td.td-etc{overflow:hidden;}

.before_nect_use .lock{background: url('../images/lock.png') no-repeat center;width:20px;height: 19px;display: inline-block;vertical-align: middle;margin: -2px 0 0 10px;text-indent: -9999px;}
.before_nect_use .clsdr{background: url('../images/clsdr.png') no-repeat center;width:20px;height: 19px;display: inline-block;vertical-align: middle;margin: -2px 0 0 10px;text-indent: -9999px;}
.before_nect_use .link{background: url('../images/link.png') no-repeat center;width:20px;height: 19px;display: inline-block;vertical-align: middle;margin: -2px 0 0 10px;text-indent: -9999px;}


.boardWrap table .col-num{width:142px;}
.boardWrap table .col-title{width:auto;}
.boardWrap table .col-date{width: 125px;}

.boardWrap table td.no-data {position: absolute;left: 42.7%;top: 136px;}



@media screen and (max-width:767px){
	#_contentBuilder.off {min-height: 250px;}
	#_contentBuilder.off .boardWrap table tr:last-child {border-bottom: 0;}
	.boardWrap table .col-num{width: 105px;}
	.boardWrap table .col-title{width:auto;}
	.boardWrap table .col-date{width: 95px;}
	.boardWrap .typeCl {font-size: 15px;}
	.boardWrap table td  {padding: 15px 10px;font-size: 15px;}
	.boardWrap table td a strong {font-size: 16px;}
	.boardWrap table td.no-data {position: absolute;left: 50%;transform: translateX(-50%);top: 100px;}
}

