.noticeBox{
    top:0;
}
#content{
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 20px 0;
}

#content{
    padding-top: 211px;
    background-image: url(../images/poker_bg.jpg);
    background-color: #302930;
}
#lobby {
    display: inline-block;
    width: 100%;
    font-size: 0;
    vertical-align: top;
}
#lobby>ul.game-list {
    display: block;
    text-align: center;
}
ol, ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
ul.game-list>li {
    width: 320px;
    height: 483px;
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    cursor: pointer;
}
ul.game-list>li div.img {
    height: 336px;
    margin-bottom: 10px;
    overflow: hidden;
}
ul.game-list>li div.img:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition: transform linear .2s;
    -o-transition: transform linear .2s;
    -webkit-transition: transform linear .2s;
    transition: transform linear .2s;
}
ul.game-list>li p {
    height: 137px;
    margin: 0;
    padding-top: 25px;
    color: #434343;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #f4f4f4;
    border-bottom: 4px solid #d2d2d2;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
ul.game-list>li p span {
    display: block;
    padding: 5px 27px 0;
    color: #959595;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
}
ul.game-list>li:hover div.img:before {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

ul.game-list>li:hover p {
    color: #da172c;
    background-color: #dcdcdc;
    border-color: #da172c
}
ul.game-list>li[game-box="kg"] div.img:before {
    background-image: url(../images/kg_banner.jpg);
}
ul.game-list>li[game-box="mw"] div.img:before {
    background-image: url(../images/mw_banner.jpg);
}
ul.game-list>li[game-box="mt"] div.img:before {
    background-image: url(../images/mt_banner.jpg);
}
ul.game-list>li[game-box="ky"] div.img:before {
    background-image: url(../images/ky_banner.jpg);
}
ul.game-list>li[game-box="ds"] div.img:before {
    background-image: url(../images/ds_banner.jpg);
}
ul.game-list>li[game-box="th"] div.img:before {
    background-image: url(../images/th_banner.jpg);
}
ul.game-list>li[game-box="ws"] div.img:before {
    background-image: url(../images/ws_banner.jpg);
}
ul.game-list>li[game-box="coming"] div.img:before {
    background-image: url(../images/coming_banner.jpg);
}
ul.game-list>li[game-box="coming2"] div.img:before {
    background-image: url(../images/coming_banner2.jpg);
}