#content_buy_galore_box2_re ul,
#content_buy_galore_box2 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#anotherContentsWithThis {
    position: relative;
    box-sizing: border-box;
    margin: 10px 2px;
    padding: 0px;
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 7px;
    border-bottom: 0px;
    width: 98.5%;
}

#anotherContentsWithThis>div:first-child {
    box-sizing: border-box;
    height: 36px;
    padding-left: 6px;
    line-height: 36px;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #5b5b5b;
    font-family: 'Noto Sans KR', sans-serif;
    margin-bottom: 10px;
}

#anotherContentsWithThis>div:nth-child(2) {
    display: inline-block;
}

#anotherContentsWithThis>div ul li {
    padding: 5px 5px 5px 5px;
    overflow: hidden;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#anotherContentsWithThis>div ul li a {
    position: relative;
}

#anotherContentsWithThis>div ul li a>span {
    display: block;
    width: 100%;
    height: 94px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background-color: #000;
}

#anotherContentsWithThis>div ul li a>span .playtime {
    position: absolute;
    left: 0;
    bottom: 0px;
    display: block;
    padding: 1px 3px;
    line-height: 15px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    background: #000;
    opacity: 0.5;
    color: #fff;
    z-index: 2;
}

#anotherContentsWithThis>div ul li a>span .size {
    position: absolute;
    right: 0;
    bottom: 0px;
    display: block;
    padding: 1px 3px;
    line-height: 15px;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    background: #000;
    opacity: 0.5;
    color: #fff;
    z-index: 2;

}

#anotherContentsWithThis>div ul li img {
    width: 285px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#anotherContentsWithThis>div ul li img.thumbnail {
    width: 100%;
    height: 100%;
}

#anotherContentsWithThis>div ul li p {
    height: 47px;
    overflow: hidden;
    line-height: 15px;
    font-size: 13px;
    word-break: break-all;
    font-weight: bold;
    color: #333;
    letter-spacing: -1px;
    clear: both;
    margin: 8px 0;
}

#anotherContentsWithThis .content_buy_title {
    display: block;
    height: 31px;
    width: 99%;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -1px;
}

#anotherContentsWithThis .content_buy_title_19 {
    display: block;
    height: 31px;
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url('//img.filesun.com/common/diskboard/diskboard_icon_19only.png') no-repeat;
    text-indent: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -1px;
}

#anotherContentsWithThis .releaseDate {
    display: inline-block;
    margin-top: 2px;
}

#anotherContentsWithThis .releaseDate b {
    color: #ff3300;
}

#content_buy_galore_box2 {
    width: 100%;
}

.content_buy_galore_no_contents {
    text-align: center;
    height: 22px;
    font-size: 12px;
    color: red;
}

.none_img_back {
    display: block;
    background: #000000;
    width: 100%;
    height: 112px;
    position: absolute;
    top: 0px;
    opacity: 0.8;
}

#anotherContentsWithThis #content_buy_galore_more {
    display: inline-block;
    border: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    text-align: center;
    color: #555;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    background-color: #fafafa;
    background-image: url('//img.filesun.com/common/diskview/btn_open_list1.png');
    background-position: left calc(50% + 35px) top 12px;
    background-repeat: no-repeat;
    background-size: 12px;
    margin-bottom: 10px;
}

.swiper-pagination-wrap>.num {
    max-width: 168px !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 36%;
    width: calc(var(--swiper-navigation-size) / 44 * 10);
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b8b8b;
}
