.board-list{margin-top: 10px;}
.board-list .list-wrap{background: #fff;border: 1px solid #ebebeb;}
.board-list .list-wrap th{height: 40px;border-bottom: 1px solid #ebebeb;font-size: 12px;font-weight: bold;color: #000;}
.board-list .list-wrap td{height: 40px;text-align: center;font-size: 12px;color: #000;}
.board-list .list-wrap td.title{text-align: left;}
.board-list .list-wrap td.title a{color: #000;font-weight: 600;}
.board-list .list-wrap td.title a img{width: 16px;height: 16px;}
.board-list .list-wrap td.title a:hover{color: #ff4500;}
.board-list .list-wrap td.title a .count{color: #ff4500;font-weight: bold;font-family: verdana;margin-left: 2px;}
.board-list .list-wrap td.title a:hover .count{color: #ff4500;}
.board-list .list-wrap td.mem_td{text-align: left;}
.board-list .list-wrap td.mem_td img{width: 25x;height: 25px;margin-right: 4px;}
.board-list .list-wrap td.mem_td .member{font-weight: bold;}
.board-list .list-wrap tr{border-bottom: 1px solid #ebebeb;}
.board-list .list-wrap .tr_hover:hover{background: #f5f5f5;}
.board-list .list-wrap tr.bg-light{background: #f5f5f5;}
.board-list .list-wrap tr.bg-light .wr-num{color: #ff4500;}
.board-list .list-wrap tr.bg-light .title a{color: #e91b23;}
.board-list .list-bottom{background: #fff;border: 1px solid #ebebeb;border-top: none;}
.board-list .bottom_btn{display: flex;justify-content: space-between;padding: 15px;}
.board-list .bottom_btn .btn-group{border: 1px solid #ebebeb;background: #fff;font-size: 12px;position: relative;height: 45px;width: 54px;display: flex;align-items: center;justify-content: center;}
.board-list .bottom_btn .btn-group:hover{background: #f5f5f5;}
.board-list .bottom_btn .btn-group:hover img{animation: rotation 2s linear infinite;}
.board-list .bottom_btn .btn-group img{}
.board-list .bottom_btn .sort-drop{position: absolute;top: -83px;right: -1px;background: #fff;border: 1px solid #d3d3d3;border-radius: 4px;
box-shadow: 0 6px 12px rgba(0,0,0,.175);z-index: 99;}
.board-list .bottom_btn .sort-drop li{height: 26px;width: 100px;padding-left: 15px;}
.board-list .bottom_btn .sort-drop li a{color: #000;line-height: 26px;}
@keyframes rotation{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
.modal-dialog{}
.modal-dialog .modal-content{position: fixed;background: #fff;background-clip: padding-box;border: 1px solid rgba(0,0,0,.2);
box-shadow: 0 5px 15px rgba(0,0,0,.5);border-radius: 6px;outline: 0;width: 300px;top: 50%;left: 50%;transform: translate(-50%,-50%);
padding: 15px;}
.modal-dialog .modal-content h4{font-size: 12px;color: #383d41;text-align: center;margin-bottom: 20px;}
.modal-dialog .modal-content .form-group{display: flex;}
.modal-dialog .modal-content .form-group .form-control{height: 30px;line-height: 30px;margin-bottom: 15px;display: block;
    width: 100%;height: 30px;font-size: 12px;color: #555;background: #fff;border: 1px solid #ccc;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);padding: 0 10px;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.modal-dialog .modal-content .text-control{border: 1px solid #ccc;width: 100%;height: 30px;font-size: 12px;padding: 0 10px;}
.modal-dialog .modal-content .search_btn{display: flex;margin-top: 15px;}
.modal-dialog .modal-content .search_btn .confirm_btn{color: #fff;background: #e91b23;margin-right: 10px;width: 100%;height: 30px;font-size: 12px;}
.modal-dialog .modal-content .search_btn .close_btn{color: #fff;background: #333;width: 100%;height: 30px;font-size: 12px;}
.modal-dialog .modal-content .search_btn .confirm_btn:hover{background: #d5070f;}
.modal-dialog .modal-content .search_btn .close_btn:hover{background: #111;}
.pagination{display: flex;align-items: center;justify-content: center;margin-bottom: 20px;}
.pagination>li>a, .pagination>li>span{color: #333;font-size: 12px;display: inline-flex;width: 30px;height: 30px;margin-left: -1px;text-decoration: none;background: #fff;border: 1px solid #ddd;align-items: center;justify-content: center;}
.pagination>li>a:hover{background: #f5f5f5;}
.pagination>li.active>a{color: #fff;background: #444;border-color: #444;}


.NewsArticle{margin-top: 10px;}
.NewsArticle .article_main{border: 1px solid #dee3eb;}
.NewsArticle .article_main h1{background: #fff;color: #3b3e43;font-size: 18px;font-weight: bold;padding:0 10px;height: 56px;line-height: 56px;
    text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.NewsArticle .article_main .panel-heading{display: flex;justify-content: space-between;align-items: center;background: #f2f2f2;color: #333;height: 42px;
font-size: 12px;padding: 0 10px;border-top: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;}
.NewsArticle .article_main .panel-heading .head-left .red{color: #ff0000;margin-right: 10px;}
.NewsArticle .article_main .view-content{background: #fff;padding: 10px 10px;position: relative;}
.NewsArticle .article_main .view-content p{color: #000;font-size: 12px;line-height: 24px;}
.NewsArticle .article_main .view-content .view-comment{background: #f2f2f2;border: 1px solid #DEE3EB;font-size: 13px;
color: #000;width: fit-content;padding: 8px 15px;position: absolute;right: 10px;bottom: 10px;}
.NewsArticle .article_main .view-content .view-comment .orangered{color: #ff4500;font-weight: bold;}

.comment-media{padding: 15px;background: #fafafa;border: 1px solid #DEE3EB;border-top: none;}
.comment-media li{border-bottom: 1px solid #eee;display: flex;padding: 10px 0;}
.comment-media li:last-child{border-bottom: none;}
.comment-media li .photo{margin-right: 10px;}
.comment-media li .photo img{width: 64px;height: 64px;border-radius: 6px;}
.comment-media li .media-object{width: 64px;height: 64px;background: #f5f5f5;color: #8f8f8f;font-size: 30px;display: flex;
align-items: center;justify-content: center;border-radius: 32px;margin-right: 10px;}
.comment-media li .media-body{}
.comment-media li .media-body .media-heading{}
.comment-media li .media-body .media-heading .member{color: #000;font-weight: bold;font-size: 12px;}
.comment-media li .media-body .media-heading .member img{width: 25px;height: 25px;}
.comment-media li .media-body .media-heading .media-info{font-size: 12px;color: #333;}
.comment-media li .media-body .media-content{}
.comment-media li .media-body .media-content p{font-size: 12px;color: #333;margin-top: 10px;line-height: 22px;}
.comment-media .print-hide{background: #fff;padding: 15px;}
.comment-media .print-hide a{background: #f5f5f5;border: 1px solid #e3e3e3;color: #000;font-size: 12px;
height: 60px;display: flex;align-items: center;justify-content: center;}
.comment-media .print-hide a:hover{color: #e91b23;}
.game-itme{display: none;}