/* bn-list-common01 type01 */
.bn-list-common01.type01 table{width:100%;border-spacing:0;border-top:1px solid #DDDDDD;table-layout:fixed;}
.bn-list-common01.type01 table thead th{padding:18px 10px;border-bottom:2px solid #001B54;background:#F8F8F8;font-weight: 700;font-size: 16px;line-height: 140%;text-align: center;letter-spacing: -0.02em;color: #222222;}
.bn-list-common01.type01 table thead th.b-no-right{border-right:none !important}
.bn-list-common01.type01 table tbody th{padding:15px 10px;border-bottom:1px solid #eee;background-color:#fafafa;font-weight:200;}
.bn-list-common01.type01 table tbody td{position:relative;padding:10px;border-bottom:1px solid #ddd;font-weight: 500;font-size: 15px;line-height: 160%;letter-spacing: -0.01em;color: #222222;text-align:center;height: 60px;box-sizing: border-box;}
.bn-list-common01.type01 table tbody td.b-td-left{text-align:left !important;}
.bn-list-common01.type01 table tbody td.b-no-right{border-right:none !important;}

.bn-list-common01.type01 table tbody td.b-no-post {width: 100%;margin: 0 auto;text-align: center;padding: 215px 0 0 0;font-weight: 700;font-size: 24px;line-height: 100%;letter-spacing: -0.1px;color: #001A54;padding-top: 124px;background: url(/_res/unist/_share/img/board/ico-no-post.png) no-repeat top 140px center;height: 400px;}

.bn-list-common01.type01 table tbody td.b-num-box span{width: 40px;height: 40px;border-radius: 50%;background: #004BAE;font-weight: 700;font-size: 14px;line-height: 160%;letter-spacing: -0.01em;color: #fff;display: flex;justify-content: center;align-items: center;margin: auto;}

.bn-list-common01.type01 .b-title-box a{display:inline-block;max-width:calc(100% - 38px);font-weight: 600;font-size: 16px;line-height: 160%;letter-spacing: -0.01em;color: #222222;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;vertical-align:middle;box-sizing:border-box;}
.bn-list-common01.type01 .b-title-box .b-etc-box{display:inline-block;}
.bn-list-common01.type01 .b-title-box .b-etc-box .b-lock{display:none;}
.bn-list-common01.type01 .b-title-box .b-etc-box .b-new{display:inline-block;vertical-align:middle;font-weight: 600;font-size: 14px;line-height: 160%;letter-spacing: -0.01em;text-transform: uppercase;color: #004BAE;}
.bn-list-common01.type01 .b-title-box .b-etc-box .b-file{display:none;}
.bn-list-common01.type01 .b-file-box{margin:0 auto;width:18px;height:18px;background:url(../img/board/ico-file.png) no-repeat center;}
.bn-list-common01.type01 .b-title-box .b-m-con{display:none;}
.bn-list-common01.type01 .b-reply-box .b-title-box{padding:0 0 0 30px;background:url(../img/board/ico-reply01.gif) no-repeat 11px 4px;}
.bn-list-common01.type01 .b-top-box .b-title-box a span{display:none;}
/*
.bn-list-common01.type01 .b-top-box .b-title-box{padding:0 0 0 29px;background:url(../img/board/ico-notice01.gif) no-repeat 0 2px;}
*/

/* bn-view-common01 type01 */
.bn-view-common01.type01 .b-write-reply-box .reply-content-count span{color:#095d3b;}
.bn-view-common01.type01 .b-write-reply-box .write-reply-content .write-reply-etc-box > button{background-color:#095d3b;}
html[lang="en"] {
	.bn-list-common01.type01 table tbody td.b-num-box span {font-size: 11px;}
}
html.en {
	.bn-list-common01.type01 table tbody td.b-num-box span {font-size: 11px;}
}

@media screen and (max-width: 768px) {
	/* bn-list-common01 type01 */
	.bn-list-common01.type01 table thead tr{display:none;}
	.bn-list-common01.type01 table tbody td{height: auto;padding: 14px 10px;color: #999999}
	.bn-list-common01.type01 .b-reply-box .b-title-box{padding:0 0 0 20px;background-position:0 6px;}
	.bn-list-common01.type01 .b-title-box .b-m-con{display:flex;gap: 15px;align-items: center;padding-top:5px;}
	.bn-list-common01.type01 .b-title-box .b-m-con span{position:relative;font-size:14px;line-height:20px;}
	.bn-list-common01.type01 .b-title-box .b-m-con span:after{content:"";display:block;position:absolute;top:4px;right:-10px;width:1px;height:12px;background:#8c8c8c;}
	.bn-list-common01.type01 .b-title-box a {font-size: 15px;max-width: unset;width: 100%;}

	.bn-list-common01.bn-common table tbody tr td.b-no-post {display: flex !important;align-items: center;justify-content: center;height: 300px;background-position: top 80px center;}

}