


/*********** List *************/
.thumb_list {border-top:2px solid var(--black);}
.thumb_list figure {position:relative; border-bottom:1px solid #ddd;}
.thumb_list figure .checkbox{display:inline-block; position: absolute; left:5px; top:5px; z-index:2;}
.thumb_list figure a { transition:all .3s linear;}
.thumb_list figure dl {display:flex; flex-wrap:wrap; align-items:center; padding:30px 0;}
.thumb_list figure dt {width:315px; overflow: hidden; aspect-ratio: 315 / 236;}
.thumb_list figure dt img{width: 100%;  display: block; width: 100%; height: 100%; object-fit: cover; transition:all .3s linear;}
.thumb_list figure:hover dt img{transform:scale(1.1);}
.thumb_list figure dd {width:calc(100% - 315px); box-sizing:border-box; padding:0 0 0 50px;}
.thumb_list figure dd .date{display:block; font-size:1rem; font-weight:400; color:var(--basic); margin:0 0 8px;}
.thumb_list figure dd h4 a:link, .thumb_list figure dd h4 a:visited {font-size:22px;  font-weight:600; color:var(--black); line-height:120%; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block;}
.thumb_list figure dd .txtBox {margin:15px 0 0; font-size:1rem;  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 3.2em; line-height: 1.6em;}

.thumb_list figure dd .icon_link {text-align:center; display:inline-block; box-sizing:border-box; border-radius:10rem; width:160px; height:40px; line-height:40px; font-size:15px; color:var(--white); font-weight:500; background:#A1A4A7; transition:all .3s linear; margin-top:30px;}
.thumb_list figure dd .icon_link:hover{background:var(--main);}
.thumb_list figure dd .icon_link span {font-size:20px; display: inline-block; vertical-align:middle; margin:-2px 7px 0 0;}


/*********** 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 .subject {font-size:26px;  line-height:130%; font-weight:700; color:var(--black);}
	.bbsView_tit .subject span{display:inline-block; margin-right: 5px; letter-spacing:inherit; 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;  line-height: 120%; color:var(--black); box-sizing:border-box; position: relative;}	
	.view_file .bstxt{width:calc(100% - 170px); padding:20px; font-size:1rem; line-height: 120%; box-sizing:border-box;}	
	.view_file .bstxt a{display:inline-block; font-size:1rem;  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;  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;  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;}

.bbs_view .icon_link{text-align:center; display:block; box-sizing:border-box; border-radius:60px; width:200px; height:60px; line-height:60px; font-size:1rem; color:var(--white); font-weight:700; background:var(--main); transition:all .3s linear; margin:30px auto 0;}
.bbs_view .icon_link:hover{background:var(--sub);}
.bbs_view .icon_link span{display: inline-block; vertical-align:middle; margin:-2px 7px 0 0;}


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



}

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



}

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


/*********** List *************/
.thumb_list{}
.thumb_list figure dl {padding:20px 0;}
.thumb_list figure dt {width:290px;}
.thumb_list figure dt img{}
.thumb_list figure dd {width:calc(100% - 290px); padding:0 0 0 30px;}
.thumb_list figure dd h4{font-size:20px;}
.thumb_list figure dd .txtBox {margin:10px 0 0;}
.thumb_list figure dd .icon_link {width:150px; height:36px; line-height:36px; font-size:14px; margin-top:20px;}
.thumb_list figure dd .icon_link span {font-size:20px; margin:-2px 8px 0 0;}


/*********** View *************/
	.bbsView_tit{padding:25px 100px 25px 15px;}
	.bbsView_tit .subject{font-size:22px;}
	.bbsView_tit .subject span{margin-right: 5px;}
	.bbsView_tit .view_detail{margin:5px 0 0;}
	.bbsView_tit .view_detail li{padding:0 20px 0 0;}
	.bbsView_tit .view_detail li:after{height:12px; right:10px; margin-top:-6px;}
	.bbsView_tit .count{right:15px;}
	.view_content{padding:25px 0;}

	.view_file{margin:25px 0 0;}	
	.view_file .btit{width:120px; padding:15px;}	
	.view_file .bstxt{width:calc(100% - 120px); padding:15px;}	

	.bbs_bottom{}
	.bbs_bottom.last{}
	.bbs_bottom dt{width:120px; padding:15px;}
	.bbs_bottom dd{width:calc(100% - 120px); padding:15px;}

.bbs_view .icon_link{width:170px; height:50px; line-height:50px; margin:20px auto 0;}
.bbs_view .icon_link span{font-size:20px;}


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


/*********** List *************/
.thumb_list{}
.thumb_list figure dt {width:100%;}
.thumb_list figure dt img{}
.thumb_list figure dd {width:100%; padding:20px 0 0;}
.thumb_list figure dd .date{margin:0 0 4px;}
.thumb_list figure dd h4 a:link, .thumb_list figure dd h4 a:visited {font-size:18px;}
.thumb_list figure dd .txtBox {margin:8px 0 0;}
.thumb_list figure dd .icon_link {width:100%; font-size:13px; margin-top:20px;}
.thumb_list figure dd .icon_link span {font-size:16px; margin:-2px 5px 0 0;}


/*********** View *************/
	.bbsView_tit{padding:15px 0;}
	.bbsView_tit .subject{font-size:18px;}
	.bbsView_tit .subject span{display: block; font-size:14px; margin: 0 0 2px;}
	.bbsView_tit .count{right:0; transform:translateY(0); top:20px;}
	.bbsView_tit .count span{font-size:20px; margin: -2px 5px 0 0;}
	.view_content{padding:25px 0;}

	.view_file{margin:20px 0 0;}	
	.view_file .btit{width:100px; padding:12px;}	
	.view_file .bstxt{width:calc(100% - 100px); padding:12px;}	

	.bbs_bottom{}
	.bbs_bottom.last{}
	.bbs_bottom dt{width:100px; padding:12px;}
	.bbs_bottom dd{width:calc(100% - 100px); padding:12px;}
	.bbs_bottom dt .arrow{font-size:20px;}

.bbs_view .icon_link{width:140px; height:40px; line-height:40px; margin:10px auto 0; font-size:12px;}
.bbs_view .icon_link span{font-size:18px;}


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



/*********** View *************/
	.bbsView_tit .view_detail{flex-wrap:wrap;}
	.bbsView_tit .view_detail li{width:100%; padding:0 0 4px; line-height: 130%;}
	.bbsView_tit .view_detail li:last-child{padding:0;}
	.bbsView_tit .view_detail li:after{display:none;}



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




}