/* snb 서브카테고리*/
.bbs_cover{
    position: relative;
    padding: 0;

}
.bbs_cover>h2{ /*bbs_title*/
    margin-left: 50px;
    text-align: left;
    font-size:32px;
    width:200px;
    height: 35px;
    line-height: 35px;
}
.bbs_cover>h2.bbs_title2{
    width:300px;
}

.snb_cover{
    position: absolute;
    margin:0;
    visibility: hidden;
}
.on{
    visibility:visible;
}
.snb{
    position: relative;
    width: 600px;
    height: 40px;
    margin: 0;
    top: 0px;
    background: #000;
    z-index: 10;
}
.snb>ul{
    position: relative;
    width: 600px;
    height: 40px;
}
/*
.snb>ul>li{

}
*/
.snb>ul>li>a{
    display: inline-block;
    width:148px;
    height: 38px;
    line-height: 38px;
    color : #808080;
    font-weight: 500;
    font-size: 22px;
    border-radius: 16px;
    box-sizing: border-box;
}
.snb>ul>li>a.now{
    background-color: #efefef;
    color: black;
}
.snb>ul>li>a:hover{
    /* filter: opacity(0.8)  sepia(0.2); */
    background-color: #efefef;
    color: black;
}

/* slide 시작 */
.slide_cover{
    position: relative;
    width: 1000px;
    height: 400px;
    overflow: hidden;
}
.slide_cover>.slides>div{
    position: absolute;/* 겹쳐 짐*/
}

.prev {
	position:absolute;
	top:180px;
	left:50px;
	cursor:pointer;
}
.next {
	position:absolute;
	top:180px;
	right:50px;
	cursor:pointer;
}
.slide_cover>.bullet{
    width: 100%;
    position: absolute;
    text-align: center;
    /*   absolute 일경우 밑에서 위로 올라온다.*/
    bottom: 10px;
}
.slide_cover>.bullet>li{
    width: 10px;
    height: 10px;
    background-color: #808080;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    margin-left: 3px;
}
.slide_cover>.bullet>li:hover{
    background-color: #808080;
}
.slide_cover>.bullet>.hover{
    background-color: #ccc !important;
}



/*인기게임*/
.populars_cover{
    position: relative;
    margin-top: 10px;
}
.populars_cover>h2{
    margin-left: 50px;
    text-align: left;
    font-size: 32px;
    width: 200px;
    height: 35px;
    line-height: 35px;
    position: relative;
    display: block;
    bottom: -25px;
}
.populars_cover>a{
    display: block;
    margin-right: 50px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #ccc;
    font-weight: 500;
    font-size: 12px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #808080;
    position: relative;
    bottom: 5px;
}
.populars_bbs{
    position: relative;
    width:  1000px;
    height: 600px;
}
.populars_bbs>ul{
    position: relative;
    left: 0;
    width: 890px;
    height: 540px;
}
.populars_bbs>ul>li{
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    width: 215px;
    height: 260px;
}
.populars_bbs>ul>li:nth-child(4n){
    margin-right: 0;
}
.populars_bbs>ul>li:nth-of-type(n+5){
    margin-top: 15px;
}
.populars_bbs>ul>li>a>img:first-child:hover{
    transform:scale(1.05);
	cursor:pointer;
}
.populars_bbs>ul>li>a>p{
    width: 210px;
    height: 30px;
    padding-left: 5px;
    text-align: left;
    color:#808080;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.populars_bbs>ul>li>a>p:hover{
    color:#000;
}
.populars_bbs>ul>li>a:first-child{
    font-size: 1.2em;
    font-weight: bold;
}
.populars_bbs>ul>li>a>p:last-child{
    font-size: 18px;
}

/*게시판*/
.etc_bbs_cover{
    position: relative;
    padding: 0 55px;
    width: 890px;
    min-height: 500px;
    height: 550px;
}

.etc_bbs_cover>section{
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 445px;
    /* height: 200px; */
    margin-bottom: 65px ;
}
.etc_bbs_cover>section:nth-child(2n-1){
    padding-right: 5px;
}
.etc_bbs_cover>section:nth-child(2n){
    padding-left: 5px;
}
.etc_bbs_cover>section:nth-child(3){
    margin-bottom: 35px ;
}
.etc_bbs_cover>section:nth-child(4){
    margin-bottom: 35px ;
}
.etc_bbs_cover>section>h2{
    text-align: left;

    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size:26px;
    float: left;
}
.etc_bbs_cover>section>a{
    text-align: center;
    width: 50px;
    height: 25px;
    line-height: 25px;
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #808080;
    float: right;
}
.etc_bbs_cover>section>ul{
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 440px;
    height: 200px;
    border: 2px solid #ccc;
    margin-top: 3px;
}
.etc_bbs_cover>section>ul>li{
    width: 400px;
    height: 20px;
    line-height:20px;
    font-size: 20px;
    padding: 9.5px 0 9.5px 5px;
    color: #808080;
    text-align: left;
    list-style-position: inside;
    list-style-type: decimal;

    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.etc_bbs_cover>section>ul>li:hover{
    color: #4e4e4e;
}