/* 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: 14px;
}

/* 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: auto;
}

.webzineGameList.gameInfo tbody th, .webzineGameList.gameInfo tbody tr {
    border-bottom: 1px solid #EDEFF1;
}

.webzineGameList.gameInfo tbody th, .webzineGameList.gameInfo tbody td {
    padding: 12px 10px;
}

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

.webzineGameList.gameInfo .thumb {
    width: 218px;
}

.webzineGameList.gameInfo .thumb .imgBox {
    display: flex;
}

.webzineGameList.gameInfo .thumb .imgBox img {
    width: 218px;
    height: 102px;
    object-fit: cover;
}

.webzineGameList.gameInfo .info {
    padding: 12px 16px;
}

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

.webzineGameList.gameInfo .info .list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.webzineGameList.gameInfo .info .list::before {
}

.webzineGameList.gameInfo .info .list li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.webzineGameList.gameInfo .info .list li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.webzineGameList.gameInfo .info .list li span {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #1C1C1E;
    letter-spacing: -0.05em;
}

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

.webzineGameList.gameInfo .info .list li .gameEn {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #A6A6A6;
}

.webzineGameList.gameInfo .score .txtBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.6px;
    border: 1px solid #CFD5DD;
    border-top-width: 3px;
    background: #FFF;
    box-sizing: border-box;
}

.webzineGameList.gameInfo .score .txtBox::after {
    content: 'Score';
    margin-top: 9px;
    color: #1C1C1E;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.6px;
}

.webzineGameList.gameInfo .score .red {
    color: #FF4D4F;
    border-top-color: #FF4D4F;
}

.webzineGameList.gameInfo .score .yellow {
    color: #F5A53C;
    border-top-color: #F5A53C;
}

.webzineGameList.gameInfo .score .blue {
    color: #3C71F5;
    border-top-color: #3C71F5;
}

.is-blind {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    margin: -1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}