@charset "utf-8";
#container{background:#f8f8f8;padding-bottom:170px;}
.gw-bbs-con{margin:0 auto;width: 1200px;}

/* 현재접속자 */
#gw-current-connect {padding-top: 87px;}
#gw-current-connect .crt_profile {border-radius: 50%;overflow: hidden;width: 60px;height: 60px;display: inline-block;}
#gw-current-connect .crt_profile > img {width: 100%;height: 100%;object-fit: cover;}
#gw-current-connect .sv_wrap .profile_img {display: none;}
#gw-current-connect .empty_li {list-style: none;border-radius: 5px;background: #F3F3F3;padding: 20px;font-size: 14px;color: #FF0000;font-family: 'NotoKr_M';margin-bottom: 80px;text-align: center;}

.more_opt {display: none;position:absolute;top:-128px;right:0;background: #fff;border: 1px solid #ddd;z-index: 999;box-shadow: 70px 70px 130px rgb(39 49 108 / 20%);}
.more_opt:before {content: "";position: absolute;bottom: -8px;right: 13px;width: 0;height: 0;border-style: solid;border-width: 8px 6px 0 6px;border-color: #b8bfc4 transparent transparent transparent;}
.more_opt:after {content: "";position: absolute;bottom: -6px;right: 13px;width: 0;height: 0;border-style: solid;border-width: 8px 6px 0 6px;border-color: #fff transparent transparent transparent;}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:154px;margin:0;color:#666;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#666;text-align: left;}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

/* 페이징 */
.pg_wrap {display: flex;align-items: center;place-content: center;font-family:'Poppins_SB', sans-serif;}  
.pg {text-align:center;display: flex;}
.pg_page,.pg_current { min-width: 15px;height: 30px;padding: 0 3px;margin: 0 6px;text-align: center;}
.pg_page{color:#999 !important;}
.pg_current{border-bottom:2px solid #000;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_start {text-indent:-999px;overflow:hidden;padding:0;background: url('img/gw-bbs-start.png') no-repeat 50% 50%;background-size: cover;}
.pg_prev {text-indent:-999px;overflow:hidden;padding:0;}
.pg_end {text-indent:-999px;overflow:hidden;padding:0;background: url("img/gw-bbs-end.png") no-repeat 50% 50%;background-size: cover;}
.pg_next {text-indent:-999px;overflow:hidden;padding:0;}


@media screen and (max-width:1280px){
	#container{padding-bottom:120px;}
    .gw-bbs-con{width: 100%;padding: 0 40px;}
}

@media screen and (max-width:1024px){
    .gw-bbs-con{padding: 0 20px;}
}

@media screen and (max-width:768px){
	#container{padding-bottom:60px;}
}

@media screen and (max-width:576px) {
	/*공통*/
    .pg_page, .pg_current{height: 25px;}

    #gw-current-connect .crt_profile{width: 40px;height: 40px;}
	#gw-current-connect .gw-table01 tbody td:last-child .gw-btn03 { width: 100%;margin-top: 5px;}
}




