
/* 진행상태 */
.status {}





.bbs_table_wrap {font-size:0;}
.left_fixed {width:420px; display:inline-block; vertical-align:top; position:sticky; top:0;}
.table_search {}
.table_search dt {display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; margin:0 0 22px;}
.table_search dt select {position:absolute; opacity:0; visibility:hidden;}
.table_search dt b {color: var(--main); font-size: 1.5rem; font-weight: 700; line-height: 137.037%;}
.table_search dt a {font-size: 15px; font-weight: 700; line-height:166.667%; letter-spacing: -0.3px; display:flex; flex-wrap:wrap; align-items:center; gap:6px;}
.table_search dt a::before {content:'\f053'; font-family:var(--icon); font-size:23px; font-weight:400;}
.table_search dd {position:relative; }
.table_search dd .search_input {background: var(--grayBg); padding:0 22px; box-sizing:border-box; line-height:70px; font-size:1rem; border:0; margin:0; width:100%; color:var(--white_b); padding-right:70px;}
.table_search dd .search_input::placeholder { font-size:1rem; letter-spacing: -0.72px; color:var(--basic);}
.table_search dd .bbs_s_b {width:70px; height:70px; display:block; padding:0; margin:0; border:0; background:transparent; position:absolute; top:0; right:0; cursor:pointer; }
.table_search dd .bbs_s_b span {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:100%; height:100%; font-size:27px; color:var(--white_b);}

.tab_list {margin:10px 0 0;}
.tab_list ul {padding:20px 35px; box-sizing:border-box; border:1px solid var(--border); width:100%;}
.tab_list ul li {height:auto;width:100%;}
.tab_list ul li a {position:relative; display:block; width:100%; height:auto; background:none; border-radius:0; padding:17px 0; border-bottom:1px dashed var(--border); font-size:1rem; letter-spacing: -0.72px; }
.tab_list ul li:last-of-type a {border-bottom:0;}
.tab_list ul li a::after {content:'\e5c5'; font-size:26px; transform: rotate(-90deg); font-family:var(--icon); color:var(--white_b); position:absolute; top:50%; right:0; margin-top:-13px; opacity:0.5; transition:all 0.3s linear; font-weight:400;}
.tab_list ul li.hover a {color:var(--white_b); font-weight: 700;}
.tab_list ul li.hover a::after {opacity:1;}


/*********** List *************/
.bbs_con {width:calc(100% - 560px); display:inline-block; border-top:2px solid var(--white_b); margin-left:140px; vertical-align:top;}
.bbs_con dl {border-bottom:1px solid var(--border); position:relative; }
.bbs_con dl .checkbox {position:absolute; top:10px; left:10px; z-index:10;}
.bbs_con dl dt {padding:35px 30px; position:relative; cursor:pointer;}
.bbs_con dl dt::after {content:'\e5c5'; font-size:30px; font-family:var(--icon); color:var(--white_b); position:absolute; top:50%; right:20px; /* margin-top:-15px; */ opacity:0.5; transition:all 0.3s linear;}
.bbs_con dl.on dt::after {opacity:1; transform:rotate(180deg); transition:all 0.3s linear;}
.bbs_con dl dt .tit {display:flex; flex-wrap:wrap; }
.bbs_con dl dt .tit span {font-size:1rem; width: 97px; height: 42px; border-radius: 5px; border: 2px solid var(--main); box-sizing:Border-box; display:block; text-align:center; line-height:38px; color:var(--main); font-weight: 700; letter-spacing: -0.72px;}
.bbs_con dl dt .tit h4 {width:calc(100% - 97px); color: var(--white_b); font-size: 1.5rem; font-weight: 700; line-height: 144.444%; letter-spacing: -1.62px; padding-left:19px; box-sizing:border-box;}
.bbs_con dl dt ul {display:flex; flex-wrap:wrap; align-items:center; margin:15px 0 0;}
.bbs_con dl dt ul li {font-size:1rem; letter-spacing: -0.72px; color: var(--LightFont); display:flex; flex-wrap:wrap; align-items:center;}
.bbs_con dl dt ul li::after {content:''; width:1px; height:14px; background: var(--white_b); display:block; position:relative; margin:0 22px; opacity:0.18;}
.bbs_con dl dt ul li:last-of-type::after {display:none;}
.bbs_con dl dt ul li.date {color:var(--basic);}
.bbs_con dl dt ul li.date::before {content:'\ebcc'; font-size:20px; font-family:var(--icon); display:inline-block; margin-right:6px;}
.bbs_con dl dt ul li span {font-family:'Noto Sans KR', 'Prompt', Malgun Gothic,'Malgun Gothic', sans-serif; font-size: 0.8333rem; font-weight: 700; line-height:inherit; letter-spacing: -0.3px; display:inline-block; margin-left:5px; position:relative; top:-2px;}
.bbs_con dl dt ul li span.end {}
.bbs_con dl dt ul li span.ing {color:var(--main);}
.bbs_con dl dd {font-size:1rem; background:var(--grayBg); padding:30px; box-sizing:border-box;}
.bbs_con dl dd .detailBtn {margin:50px auto 0;}
.bbs_con dl dd .detailBtn span {font-family:'Noto Sans KR', 'Prompt', Malgun Gothic,'Malgun Gothic', sans-serif; font-weight: 700; letter-spacing: -0.72px;}





/*********** View *************/
.bbs_view{border-top:2px solid var(--black);}
	.bbsView_tit{border-bottom:1px solid var(--border); padding:33px 100px 33px 20px; box-sizing:border-box; position: relative;}
	.bbsView_tit .status{margin: 0 0 10px;}
	.bbsView_tit .subject{font-size:26px; letter-spacing:-1pt; line-height:130%; font-weight:700; color:var(--black);}
	.bbsView_tit .subject span{display:inline-block; margin-right: 5px; letter-spacing:-1pt; font-weight:400;}
	.bbsView_tit .view_detail{margin:10px 0 0; display:flex;}
	.bbsView_tit .view_detail li{font-size:1rem; color:var(--basic); line-height:150%; padding:0 37px 0 0; position:relative;}
	.bbsView_tit .view_detail li:last-child{padding:0;}
	.bbsView_tit .view_detail li:after{content:''; display:block; width:1px; height:16px; background:#ccc; position:absolute; right:18px; top:50%; margin-top:-8px;}
	.bbsView_tit .view_detail li:last-child:after{display:none;}
	.bbsView_tit .count{font-size:1rem; color:var(--basic); line-height:120%; position:absolute; right:20px; top:50%; transform:translateY(-50%);}
	.bbsView_tit .count span{display:inline-block; vertical-align:middle; margin:-2px 7px 0 0; color:var(--black);}
	.view_content{padding:30px 0; box-sizing:border-box;}
	.view_content img{max-width:100%; height:auto !important;}

	.view_file{margin:30px 0 0; box-sizing:border-box; background:var(--grayBg); display:flex;}	
	.view_file .btit{width:170px; padding:20px; font-size:1rem; letter-spacing:-0.35pt; line-height: 120%; color:var(--black); box-sizing:border-box; position: relative;}	
	.view_file .bstxt{width:calc(100% - 170px); padding:20px; font-size:1rem; letter-spacing:-0.35pt; line-height: 120%; box-sizing:border-box;}	
	.view_file .bstxt a{display:inline-block; font-size:1rem; letter-spacing:-0.25pt; line-height:150%; color:var(--black); border-bottom:1px solid var(--black); margin: 0 0 5px;}
	.view_file .bstxt a:last-child{margin: 0;}
	.view_file .bstxt .file{display: inline-block; vertical-align: middle; margin-left: -5px; font-size:1rem; color:var(--black);}	

	.bbs_bottom{border-top:1px solid var(--border); display:flex;}
	.bbs_bottom.last{border-bottom:1px solid var(--border);}
	.bbs_bottom dt{width:170px; padding:20px; font-size:1rem; letter-spacing:-0.35pt; line-height: 120%; color:var(--black); box-sizing:border-box; position: relative;}
	.bbs_bottom dt .arrow{color:var(--black); opacity:0.5; position:absolute; right:0; top:50%; transform:translateY(-50%);}
	.bbs_bottom dd{width:calc(100% - 170px); padding:20px; font-size:1rem; letter-spacing:-0.35pt; line-height: 120%; box-sizing:border-box;}
	.bbs_bottom dd a{text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block;}







/*******************************************************************************
	@media ~1500px
*******************************************************************************/
@media all and (max-width:1500px) { 


.bbs_con {width:calc(100% - 460px); margin-left:40px;}

}
/*******************************************************************************
	@media ~1300px
*******************************************************************************/
@media all and (max-width:1300px) { 


.left_fixed {width:310px;}
.bbs_con {width:calc(100% - 350px); margin-left:40px;}
.bbs_con dl dt .tit span {width:80px;}

}
/*******************************************************************************
	@media 769~980px
*******************************************************************************/
@media all and (max-width:980px) { 


.left_fixed {width:100%; position:relative; margin-bottom:30px;}
.table_search dt {margin:0 0 10px;}
.table_search dd .search_input {padding:0 18px; line-height:50px; padding-right:50px;}
.table_search dd .bbs_s_b {width:50px; height:50px;}
.table_search dd .bbs_s_b span {font-size:20px;}
.tab_list ul {padding:15px 25px;}
.tab_list ul li a {padding:12px 0;}
.bbs_con {width:100%; margin-left:0px;}
.bbs_con dl dt {padding:20px 10px;}
.bbs_con dl dt::after {right:10px;}
.bbs_con dl dt .tit span {width:72px; height:32px; line-height:28px;}
.bbs_con dl dt ul li::after {margin:0 15px;}




}
/*******************************************************************************
	@media 481~680px
*******************************************************************************/
@media all and (max-width:680px) { 


.left_fixed {width:100%; position:relative; margin-bottom:20px;}
.table_search dt {margin:0 0 10px;}
.table_search dd .search_input {padding:0 15px; line-height:46px; padding-right:46px;}
.table_search dd .bbs_s_b {width:46px; height:46px;}
.table_search dd .bbs_s_b span {font-size:18px;}
.tab_list ul {padding:10px 20px;}
.tab_list ul li a {padding:10px 0;}
.tab_list ul li a::after {font-size:22px;}
.bbs_con {width:100%; margin-left:0px;}
.bbs_con dl dt {padding:15px 10px;}
.bbs_con dl dt::after {right:10px; font-size:25px;}
.bbs_con dl dt .tit span {width:60px; height:30px; line-height:24px; font-size:12px;}
.bbs_con dl dt .tit h4 {width:100%; font-size:1.3rem; padding-left:0; margin:10px 0 0;}
.bbs_con dl dt ul {margin:10px 0 0;}
.bbs_con dl dt ul li {font-size:12px;}
.bbs_con dl dt ul li:nth-of-type(3)::after {display:none;}
.bbs_con dl dt ul li::after {margin:0 10px;}
.bbs_con dl dt ul li:last-of-type {width:100%; margin:5px 0 0;}
.bbs_con dl dt ul li.date::before {font-size:17px;}
.bbs_con dl dd {padding:15px;}
.bbs_con dl dd .detailBtn {margin:25px auto 0;}

}
