div.thumb{
    max-width: 450px;
}
div.thumb img{
    width: 100%;
}

.guide-wrap ul.guide li .count.hour{
    font-size: 20px;
}
.part-wrap .part-contents ul li .thumb{
    width: 150px;
}
li.part_hide{
    display: none;
}
.part-wrap .part-contents ul{
    justify-content:left;
}
.part-wrap .part-contents ul li{
    margin: 0 10px;
}
div.announcement{
    margin-top: 20px;
    font-size: 16px;
}
.part-wrap{
    margin-top: 50px;
}
div.game_top{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
div.game_cover{
    flex-basis: 50%;
    text-align: center;
    border: 1px solid #ddd;
    position: relative;
    font-size: 0;
}
div.game_cover img{
    /* width: 100%; */
    height: 400px;
    object-fit: cover;
}
div.game_info_top{
    flex-basis: 50%;
    position: relative;
    padding-left: 20px;
}
div.game_title{
    font-size: 25px;
    font-weight: 700;
}
div.game_review_rate{
    margin-top: 20px;
    position: relative;
}
span.review_count{
    font-size: 16px;
    font-weight: 700;
}
span.review_count i, span.review_count svg{
    color:#FED912;
}
span.r_type{
    position: absolute;
    right:0;
    top: -2px;
    font-size: 20px;
    font-weight: 700;
}
div.game_desc{
    margin-top: 30px;
    padding-top: 30px;
    border-top:1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
table.game_desc{
    width: 100%;
}
table.game_desc th{
    text-align: left;
    width: 30%;
    font-size: 16px;
    padding: 5px;
    color: #000;
    white-space: nowrap;
}
table.game_desc th svg, table.game_desc th i{
    width: 20px;
}
table.game_desc td{
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
    color:#000;
}
table.game_detail.game_able_time{
    width: 50%;
}
table.game_detail.game_able_time th{
    text-align: left;
}
table.game_detail.game_notice{
    width: 50%;
    margin-top: 50px;
}
table.game_detail.game_notice th{
    text-align: left;
}
div.stamp_qr_code{
    flex-basis: 256px;
}
div.stamp_qr_code img{
    width: 100%;
    height: auto;
}
div.stamp_qr_code canvas{
    width: 100%;
    height: auto;
}
div.purchase{
    position: absolute;
    bottom: 0;
    width: 100%;
}
button.purchase_bt{
    width: 100%;
    padding: 15px 0;
    display: block;
    color: #fff;
    background-color: #0076e7;
    border: 0;
    font-size: 30px;
    cursor: pointer;
    border-radius: 3px;
}
a.purchase_bt{
    width: 100%;
    padding: 10px 0;
    display: block;
    color: #fff;
    background-color: #0076e7;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
}
a.purchase_bt.disabled{
    background-color: #888;
    cursor: not-allowed;
}
div.genre{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
span.genre_item{
    background-color: #4D4D4D;
    color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
    margin-right: 5px;
    font-size: 12px;
}
div.game_intro{
    margin-top: 30px;
}
h2.major_category{
    font-size: 25px;
    font-weight: 700;
    margin-top: 40px;
}
div.game_story_text{
    font-size: 17px;
    font-weight: 500;
}
div.game_story_text img{
    max-width: 100%;
}
div.game_story_content{
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5;
}
div.scene_image{
    margin-top: 30px;
    position: relative;
}
div.scene_image_item img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
div.sc_swiper_bottom{
    margin-top: 25px;
}
div.game_detail{
    margin-top: 20px;
}
div.game_detail h2{
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}
ul.game_detail{
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
ul.game_detail li{
    flex-basis: calc(50% - 10px);
    margin: 5px;
    margin-bottom: 30px;
}

table.game_detail{
    width: 100%;
}
table.game_detail th.icon{
    width: 25px;
    text-align: center;
}
table.game_detail th{
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
table.game_detail th svg{
    font-size: 18px;
}
table.game_detail td{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding-top: 5px;
}
table.game_detail td span{
    width: 40px;
    display: inline-block;
}

div.game_review{
    margin-top: 50px;
}
div.game_review h2{
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}
ul.review_item_list{
    margin-top: 30px;
    list-style: none;
    padding: 0;
}
li.review_item{
    margin-bottom: 20px;
    box-shadow: 0 0 4px 0px #00000020;
    padding: 20px;
    border-radius: 5px;
}
div.user_thumb_image{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #eee;
}
div.user_thumb_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.review_item_user_info{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
span.nick_name{
    font-size: 18px;
    font-weight: 700;
}
span.regdate{
    font-size: 14px;
    color: #858585;
    margin-left: 10px;
}
div.rate_star{
    width: 80px;
    height: 20px;
    background: url('./img/star_rate_1.png') no-repeat;
    position: relative;
    background-size: 100%;
}
div.rate_star span{
    width: 70%;
    height: 15px;
    position: absolute;
    background: url('./img/star_rate_2.png') no-repeat;
}
div.rate_point{
    margin-left: auto;
}
div.rate_point span{
    font-size: 25px;
    font-weight: 700;
}
span.user_point{
    color:#0076e7;
}
div.review_item_content{
    margin-top: 20px;
}
div.review_item_content div.rhymix_content{
    font-size: 15px;
}
div.review_item_content p{
    font-size: 15px;
}
div.review_item_content img{
    max-width: 100%;
}
div.more_review{
    text-align: right;
}
div.more_review a{
    color: #6f6f6f;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}
div.info_tab{
    margin-top: 30px;
    display: none;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 12px;
}
div.info_tab_item{
    flex-basis: 33%;
    text-align: center;
    border-bottom:1px solid #ccc;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
div.info_tab_item.active{
    color: #0076e7;
    border-bottom: 2px solid #0076e7;
}
div.page_content img{
    max-width: 100%;
}
a.related_link{
    text-decoration: none;
    color:#000;
}
ul.detail_list{
    padding: 0;
    list-style: none;
}
h3.detail_name{
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
}
i.detail_name, svg.detail_name{
    font-size: 15px;
    margin-right: 5px;
    color: #8f8f8f;
}
div.detail_content{
    font-size: 16px;
    line-height: 1.6;
    padding-left: 20px;
    margin-bottom: 20px;
}
div.text_content{
    font-size: 16px;
    line-height: 1.6;
    padding-left: 10px;
}
ul.benefit_list{
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
ul.benefit_list li{
    flex-basis: calc(33% - 10px);
}
h3.benefit_name{
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
}
h3.benefit_name i, h3.benefit_name svg{
    font-size: 15px;
    margin-right: 5px;
    color: #8f8f8f;
}
div.benefit_content{
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 54px; */
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.benefit_content img{
    max-width: 100%;
}
div.benefit_content p{
    margin: 0;
}
div.benefit_image{
    /* height: 260px; */
}
div.benefit_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.about-wrap.stampmission{
    padding: 2rem 0;
}
section.content-wrap div.inner{
    padding: 2rem 0;
}
div.inner_top{
    padding-bottom: 3rem;
}
@media ( max-width: 768px ) {
    section.about-wrap{
        padding-top: 0;
    }
    div.game_cover{
        flex-basis:100%;
        height: auto;
    }
    div.game_intro{
        padding: 0 10px;
    }
    div.game_info_top{
        margin-top: 30px;
        flex-basis:100%;
        padding-left: 0;
        padding: 0 10px;
    }
    div.game_top{
        gap: 0;
        justify-content: center;
        flex-wrap: wrap;
    }
    div.game_cover img{
        width: 100%;
        object-fit: cover;
        position: initial;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: auto;
    }
    table.game_desc th{
        min-width: 110px;
        padding-left: 10px;
    }
    table.game_desc th svg{
        width: 30px;
    }
    div.purchase{
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 100;
    }
    button.purchase_bt{
        border-radius: 0;
        padding: 10px 0;
        font-size: 20px;
    }
    ul.game_detail{
        width: 100%;
    }
    div.more_review a{
        font-size: 18px;
    }
    div.info_tab{
        display: flex;
    }
    div.tab_item{
        display: none;
    }
    div.tab_item.active{
        display: block;
        padding: 0 20px;
    }
    div.game_detail{
        margin-top: 30px;
    }
    div.game_review{
        margin-top: 30px;
        padding: 0 10px;
    }
    table.game_detail.game_able_time{
        width: 100%;
        padding-left: 5px;
    }
    table.game_detail.game_able_time td{
        word-break: keep-all;
    }
    table.game_detail.game_notice{
        width: 100%;
        padding-left: 5px;
        margin-top: 40px;
    }
    table.game_detail.game_notice td{
        word-break: keep-all;
    }
    div.scene_image_item img{
        height: 230px;
    }
    a.purchase_bt{
        padding: 10px 0;
        font-size: 23px;
        border-radius: 0;
    }
    ul.benefit_list li{
        flex-basis: 100%;
        width: 100%;
    }
    div.warning_content{
        padding: 0 10px;
    }
}