/* COMMON PAGING */
#webzineGame .webzineCommonPaging {
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 1px;
}

#webzineGame .webzineCommonPaging .basetext {
    color: #cccccc;
    padding-top: 1px;
}

#webzineGame .webzineCommonPaging a {
    color: #333333;
    padding-top: 1px;
}

#webzineGame .webzineCommonPaging a:hover {
    text-decoration: underline;
}

#webzineGame .webzineCommonPaging .currentpg {
    font-weight: bold;
    letter-spacing: -1px;
    padding-top: 1px;
    color: red;
    font-size: 14pt;
}

#webzineGame .webzineCommonPaging .prevtext {
    background: url('//static.inven.co.kr/image/wow/common2/icon_nav_white1_w.gif') no-repeat left top;
    padding-top: 1px;
    padding-left: 18px;
}

#webzineGame .webzineCommonPaging a.prevtext {
    padding: 0;
    background: none;
}

#webzineGame .webzineCommonPaging a.nexttext {
    padding: 0;
    background: none;
}

#webzineGame .webzineCommonPaging .nexttext {
    background: url('//static.inven.co.kr/image/wow/common2/icon_nav_white1_e.gif') no-repeat right top;
    padding-top: 1px;
    padding-right: 18px;
}


/* GAME LIST */
/* Basic */
#webzineBody #webzineGameList {
    width: 800px;
}

#webzineBody #webzineGameList .titleBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.title-bar {
    width: 100%;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.075em;
    border-radius: 10px;
    background-color: #a91312;
    box-sizing: border-box;
    position: relative;
    padding: 9px 20px;
    margin-bottom: 10px;
    overflow: hidden;
    z-index: 1;
}

.title-bar::before {
    content: "";
    display: block;
    width: 65%;
    height: 100%;
    background-color: #b81c1b;
    position: absolute;
    top: 0;
    right: -2.2%;
    transform: skewX(-45deg);
    z-index: -1;
}

#webzineBody #webzineGameList .title-bar h1 {
    font-size: inherit;
    font-family: "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
    color: inherit;
    font-weight: bold;
    flex: 1 0 auto;
    background: none;
    width: auto;
    height: auto;
    text-indent: 0;
    overflow: auto;
}

/* Search */
#webzineBody #webzineGameList .search {
    width: auto;
    height: 26px;
    overflow: hidden;
    clear: both;
}

#webzineBody #webzineGameList .search select,
#webzineBody #webzineGameList .search input {
    height: 100%;
    float: left;
    display: inline;
    box-sizing: border-box;
}

#webzineBody #webzineGameList .search select {
    width: 81px;
}

#webzineBody #webzineGameList .search input.text {
    width: 162px;
}

#webzineBody #webzineGameList .search input {
    margin-left: 3px;
}

#webzineBody #webzineGameList .search .submit {
    color: #fff;
    text-align: center;
    letter-spacing: -0.025em;
    background: #000;
    border: none;
}

/* Filter */
#webzineBody #webzineGameList .filter {
    width: 800px;
    clear: both;
    background: #f1eff0;
    margin-top: 17px;
    padding: 11px 0 10px 0;
    overflow: hidden;
}

#webzineBody #webzineGameList .leftFilter {
    float: left;
}

#webzineBody #webzineGameList .leftFilter select {
    margin-left: 6px;
}

#webzineBody #webzineGameList .rightFilter {
    float: right;
    padding: 0 8px 0 0;
}

#webzineBody #webzineGameList .rightFilter,
#webzineBody #webzineGameList .rightFilter a {
    font-size: 12px;
    letter-spacing: -0.005em;
    color: #333333;
}

#webzineBody #webzineGameList .rightFilter.order_rate a.rate,
#webzineBody #webzineGameList .rightFilter.order_mod a.mod,
#webzineBody #webzineGameList .rightFilter.order_post a.post,
#webzineBody #webzineGameList .rightFilter.order_name a.name {
    font-weight: bold;
    letter-spacing: -1px;
}

/* Filter */
#webzineBody #webzineGameList .paging {
    width: 800px;
    clear: both;
    padding: 15px 0;
}

/* GAME LIST BODY */
#webzineBody .webzineGameList {
    width: 800px;
    overflow: hidden;
}

#webzineBody .webzineGameList table {
    width: 800px;
}

#webzineBody .webzineGameList table col.name {
    width: 244px;
}

#webzineBody .webzineGameList table col.genre {
    width: 124px;
}

#webzineBody .webzineGameList table col.developer {
    width: 200px;
}

#webzineBody .webzineGameList table col.rating {
    width: 115px;
}

#webzineBody .webzineGameList table td.name a {
    font-weight: bold;
    letter-spacing: -1px;
}

#webzineBody .webzineGameList table td.rating div.value {
    height: 14px;
    margin-left: 5px;
    font-size: 8pt;
    color: #0958ab;
    margin-top: 1px;
    font-weight: bold;
    letter-spacing: -1px;
}

/* 게임 DB : List Table */
.webzineGameList.gameInfo .table {
    border: 0;
    border-spacing: 0;
    table-layout: fixed;
}

.webzineGameList.gameInfo tbody th, .webzineGameList.gameInfo tbody td {
    line-height: 140%;
    text-align: center;
    background: #fff url('https://static.inven.co.kr/image/webzine/s3/common/dot_4x1_gray1.gif') repeat-x left bottom;
    padding: 9px 0 13px 0;
}

.webzineGameList.gameInfo caption {
    text-indent: -9999px;
    width: 0;
    height: 0;
}

.webzineGameList.gameInfo .thumb .imgBox {
    width: calc(100% - 16px);
    height: 0;
    position: relative;
    padding-top: 115px;
    margin: 0 8px;
    display: block;
    overflow: hidden;
}

.webzineGameList.gameInfo .thumb .imgBox::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    z-index: 1;
}

.webzineGameList.gameInfo .thumb .imgBox img {
    width: 100%;
    min-height: 115px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.webzineGameList.gameInfo .info {
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
}

.webzineGameList.gameInfo .info a {
    font-size: 13px;
    letter-spacing: -0.05em;
    float: left;
}

.webzineGameList.gameInfo .info .list {
    margin-top: -1px;
    position: relative;
    overflow: hidden;
}

.webzineGameList.gameInfo .info .list::before {
    content: '';
    display: block;
    width: 2px;
    height: auto;
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 3px;
    background: #1a70dc;
}

.webzineGameList.gameInfo .info .list li {
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #1f1f1f;
    letter-spacing: -0.05em;
    float: left;
    padding: 5px 13px 0 13px;
    box-sizing: border-box;
}

.webzineGameList.gameInfo .info .list li:first-of-type {
    margin-top: 1px;
    padding-top: 0;
}

.webzineGameList.gameInfo .info .list li .cate {
    font-weight: bold;
}

.webzineGameList.gameInfo .info .list li .gameEn {
    color: #a6a6a6;
}

.webzineGameList.gameInfo .score .txtBox {
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 34px;
    letter-spacing: -0.025em;
    font-weight: bold;
    border-top: 2px solid #000;
    background: #f5f5f5;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.webzineGameList.gameInfo .score .red {
    color: #ff2600;
}

.webzineGameList.gameInfo .score .yellow {
    color: #ffc922;
}

.webzineGameList.gameInfo .score .green {
    color: #00d338;
}