@charset "utf-8";
/* CSS Document */

/*------------------- reset -------------------*/

html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1;
}

body {
    font-size: 14px;
    line-height: 1;
    background-color: #fff;
}

html,
body {
    overflow-x: hidden;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
dd,
dl,
dt,
li,
ol,
ul,
textarea,
form,
label,
table,
tbody,
tr,
th,
td,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

body {
    width: 100%;
    margin: 0 auto;
    color: #635f68;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

img {
    vertical-align: top;
}

ol,
ul,
li {
    list-style: none;
}

.imgsize {
    width: 100%;
}

.t-center {
    text-align: center;
}

em,
i {
    font-style: normal;
}

.fb {
    font-weight: bold;
}

table {
    border-collapse: collapse;
}

input,
textarea,
button {
    outline: none;
}

a {
    color: #5f6368;
    outline: none;
}

a:hover {
    color: #01875f;
}

.hide {
    display: none;
}

/*------------------- clearfix -------------------*/

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
}

.imgsize {
    width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

.t-center {
    text-align: center;
}

.m-center {
    margin: 0 auto;
}

/* top-bar */

.top-bar {
    position: fixed;
    width: 100%;
    background: #fff;
    transition: box-shadow .2s ease-in-out;
    font-size: 100%;
    z-index: 10;
}

.top-con {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 56px;
}

.tLogo-area {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 100%;
    margin: 0 16px;
}

.tLogo-view {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.tLogo-txt {
    color: #5f6368;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-weight: bold;
}

.t-nav-list {
    display: flex;
}

.t-nav-list li {
    padding: 0 16px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: bold;
    cursor: pointer;
}

.t-nav-list li span {
    position: relative;
    display: inline-block;
}

.t-nav-list li span:active,
.t-nav-list li span:hover {
    color: #202124;
}

.t-nav-list .cur,
.t-nav-list .cur:hover {
    color: #01875f;
}

.t-nav-list .cur:after {
    content: "";
    position: absolute;
    display: flex;
    top: 40px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #01875f;
}

.top-nav,
.footer-wrap {
    display: none;
}

.top-other {
    display: flex;
    align-items: center;
    margin: 0 10px 0 auto;
}

.top-other li {
    width: 48px;
    height: 48px;
    padding: 12px;
    font-size: 24px;
    box-sizing: border-box;
    border-radius: 100%;
    cursor: pointer;
}

.top-other li:hover {
    background-color: #f7f8f8;
}

.top-other li:active {
    background-color: #e0e2e2;
}

.top-other .icon-user {
    width: 48px;
    height: 48px;
    padding: 8px;
    font-size: 32px;
}

.icon-user img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

/* content */

.content {
    max-width: 1296px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding-top: 56px;
}

.game-base-info {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.game-msg {
    display: flex;
    align-items: flex-start;
}

.game-name {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000;
    font-weight: bold;
}

.game-channel {
    margin-top: 2px;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
}

.game-channel b {
    display: block;
    color: #01875f;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
}

.game-data {
    display: flex;
    padding: 28px 0;
}

.game-data li {
    position: relative;
    min-width: 96px;
    padding: 0 16px;
    text-align: center;
}

.game-data li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    width: 1px;
    height: 24px;
    background-color: #e8eaed;
}

.game-data li:first-child {
    padding-left: 0;
    margin-left: -16px;
}

.game-data li .gd-t,
.game-data li .gd-b {
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-data li .gd-t i,
.game-data li .gd-b i {
    margin-left: 3px;
}

.game-data li .gd-t {
    height: 1.25rem;
    color: #202124;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: bold;
}

.game-data li .gd-b {
    height: 20px;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
}

.game-data .age-limit {
    display: inline-block;
    line-height: .875rem;
    border: 1px solid #202124;
}

.game-pic {
    margin: 7px 24px 0 0;
}

.game-pic img {
    width: 72px;
}

.down-box {
    display: flex;
    align-items: center;
}

.btn-install {
    display: inline-block;
    min-width: 136px;
    min-height: 36px;
    padding: 8px 16px;
    margin-right: 2px;
    line-height: 1.25rem;
    text-align: center;
    color: #fff;
    font-size: .875rem;
    font-weight: bold;
    border-radius: 8px;
    background-color: #01875f;
    box-sizing: border-box;
}

.btn-install:hover {
    color: #fff;
    background-color: #095943;
}

.down-share {
    display: flex;
    grid-gap: 2px;
    align-items: center;
    min-width: 56px;
    height: 36px;
    padding: 0;
    margin-left: 10px;
    color: #01875f;
    font-size: .75rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

.down-share:hover {
    background-color: #f6fafe;
}

.icon-share,
.icon-add {
    width: 20px;
    height: 20px;
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f;
}

.device-txt {
    display: none;
    align-items: center;
    grid-gap: 8px;
    margin-bottom: 35px;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
}

.main-box {}

/*.main-con {width: 860px;}*/

.sub-con {
    padding-bottom: 20px;
}

@media screen and (min-width: 840px) {
    html,
    body {
        overflow-x: auto;
    }
    .top-nav,
    .footer-wrap {
        display: block;
    }
    .game-base-info {
        padding-top: 48px;
    }
    .btn-install {
        min-width: 200px;
        min-height: 45px;
        margin-right: 10px;
        line-height: 29px;
    }
    .down-share {
        grid-gap: 12px;
        min-width: 64px;
        height: 45px;
        padding: 0 10px;
        margin-left: 5px;
        font-size: .875rem;
    }
    .icon-share,
    .icon-add {
        width: 24px;
        height: 24px;
    }
    .device-txt {
        display: flex;
    }
}

@media screen and (min-width: 960px) {
    .main-box {
        display: flex;
        justify-content: space-between;
    }
    .main-con {
        width: calc(100% - 348px);
    }
    .sub-con {
        width: 276px;
    }
}

@media screen and (min-width: 1280px) {
    .main-con {
        width: calc(100% - 436px);
    }
    .sub-con {
        width: 364px;
    }
}

.focus-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.focus-box {
    overflow: hidden;
}

.img-slide {
    display: flex;
    width: 100%;
}

.img-slide li {
    width: 100%;
}

.img-slide img {
    width: 100%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .8;
}

.btn-prev,
.btn-next {
    display: none;
    position: absolute;
    width: 58px;
    height: 58px;
}

.btn-prev:after,
.btn-next:after {
    display: none;
}

.about-game {
    margin-bottom: 30px;
}

.g-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 5px;
    color: #202124;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-weight: bold;
}

.g-title i {
    color: #717579;
}

.cirle-pop {
    width: 48px;
    height: 48px;
    padding: 12px;
    margin-right: -16px;
    font-size: 24px;
    box-sizing: border-box;
    border-radius: 100%;
    cursor: pointer;
}

.cirle-pop:hover {
    background-color: #f7f8f8;
}

.cirle-pop:active {
    background-color: #e0e2e2;
}

.describe {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.update {
    display: none;
    margin-bottom: 20px;
    line-height: 1.25rem;
}

.update h4 {
    color: #202124;
    font-size: .875rem;
    font-weight: bold;
}

.update p {
    font-size: .875rem;
    font-weight: 400;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 12px;
    margin-bottom: 25px;
}

.tag-list a {
    display: block;
    width: auto;
    height: 32px;
    padding: 0 15px;
    color: #5f6368;
    font-size: .875rem;
    font-weight: bold;
    line-height: 32px;
    border-radius: 16px;
    border: 1px solid #dadce0;
    background-color: #fff;
}

.tag-list a i {
    margin-right: 8px;
    vertical-align: middle;
}

.tag-list a:hover {
    color: #202124;
    background-color: #f7f8f8;
}

.tag-list a:active {
    color: #202124;
    background-color: #e0e2e2;
}

.tag-list .btn-green {
    color: #01875f;
    border-color: #e6f3ef;
    background-color: #e6f3ef;
}

.tag-effect-no {
    display: none;
}

.tag-effect {
    display: block;
}

.tag-effect .tag-list {
    flex-wrap: nowrap;
}

.tag-effect .game-list {
    display: flex;
    column-gap: 10px;
}

.tag-effect .game-list dl {
    display: block;
    width: 90px;
}

.tag-effect .game-list dt img {
    width: 80px;
}

.tag-effect .game-list dd {
    margin-top: 10px;
}

.tag-effect .game-list dd h3,
.tag-effect .game-list dd p {
    margin-left: -0.2rem;
    font-size: .7rem;
    line-height: 1rem;
}

.tag-effect .game-list dd h3 {
    letter-spacing: -0.02rem;
}

.multi-row .game-list dd h3 {
    height: 2rem;
}

.pc-score {
    display: none;
}

@media screen and (min-width: 840px) {
    .focus-wrap {
        margin-bottom: 40px;
    }
    .update {
        display: block;
    }
    .btn-prev,
    .btn-next {
        display: block;
    }
    .pc-score {
        display: block;
    }
    .m-score {
        display: none;
    }
    .g-title {
        justify-content: flex-start;
    }
    .tag-effect-no {
        display: block;
    }
    .tag-effect {
        display: none;
    }
    .about-game {
        margin-bottom: 45px;
    }
    .tag-list {
        margin-bottom: 40px;
    }
}

.data-safe {
    margin-bottom: 40px;
}

.safe-detail {
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #dadce0;
}

.safe-list li {
    display: flex;
    column-gap: 15px;
    margin-bottom: 20px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.safe-list li small {
    display: block;
    font-size: .75rem;
    line-height: 1rem
}

.safe-list li a {
    color: #5f6368;
    text-decoration: underline;
}

.btn-see {
    height: 36px;
    line-height: 36px;
    color: #01875f;
    font-size: .875rem;
    font-weight: bold;
    border-radius: 4px;
}

.review-wrap {
    padding-bottom: 15px;
}

.review-con {
    margin-top: 25px;
}

.review-box {
    padding: 15px 0;
}

.review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.user-msg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.user-photo {
    width: 34px;
    margin-right: 16px;
}

.user-name {
    color: #202124;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.review-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
}

.review-time img {
    margin-right: 10px;
}

.review-bom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.btn-select {
    height: 24px;
    padding: 0 12px;
    margin-left: 12px;
    line-height: 24px;
    color: #5f6368;
    font-size: .875rem;
    font-weight: 500;
    border-radius: 16px;
    border: 1px solid #dadce0;
    background-color: #fff;
}

.btn-select:hover {
    color: #202124;
    background-color: #f7f8f8;
}

.btn-select:active {
    color: #202124;
    background-color: #e0e2e2;
}

.new-box,
.flag {
    display: none;
    padding-bottom: 45px;
}

.flag {
    align-items: center;
    column-gap: 15px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: bold;
}

.ftype01 {
    font-size: .875rem;
    line-height: 1.25rem;
}

.ftype02 {
    font-size: .75rem;
    line-height: 1rem;
}

.mb-dis01 {
    margin-bottom: 15px;
}

.view-game {
    padding-bottom: 20px;
}

.game-list dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 16px;
}

.game-list dt img {
    width: 64px;
    border-radius: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.game-list dd {
    display: grid;
}

.game-list h3 {
    color: #202124;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.vg-general {
    display: inline-flex;
    column-gap: 2px;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

@media screen and (min-width: 600px) {
    .content {
        width: calc(100% - 96px);
    }
    .game-name {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
}

@media screen and (min-width: 840px) {
    .top-con {
        height: 64px;
    }
    .tLogo-area {
        margin: 0 14px 0 28px;
    }
    .content {
        padding-top: 64px;
    }
    .game-channel {
        margin-top: 16px;
    }
    .game-pic {
        position: absolute;
        top: 48px;
        right: 0;
    }
    .game-pic img {
        width: 180px;
    }
    .img-slide li {
        width: 370px;
        margin-right: 16px;
    }
    .review-wrap {
        padding-bottom: 30px;
    }
    .review-box {
        padding: 20px 0;
    }
    .new-box {
        display: block;
    }
    .flag {
        display: flex;
    }
    .game-list dl {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1280px) {
    .content {
        width: calc(100% - 144px);
    }
    .game-name {
        font-size: 3.5rem;
        line-height: 4rem;
    }
    .game-pic img {
        width: 240px;
    }
    .img-slide li {
        width: 512px;
        margin-right: 20px;
    }
}

.footer-wrap {
    padding: 36px 0 20px;
    margin-top: 36px;
    border-top: 1px solid #e8eaed;
}

.footer-top {
    display: grid;
    column-gap: 24px;
    grid-template-columns: 266px auto;
    margin-bottom: 32px;
    font-size: .875rem;
    line-height: 32px;
}

.footer-top dt {
    font-weight: bold;
}

.footer-top dd a {
    display: block;
    font-weight: 400;
}

.footer-bom,
.india {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fb-nav a {
    margin-right: 32px;
    font-size: .75rem;
    line-height: 48px;
}

.india {
    column-gap: 12px;
    font-size: .75rem;
}

.india img {
    width: 24px;
    height: 18px;
}

/*------------------- footer -------------------*/

#footer {
    position: relative;
    padding: 50px 0 100px;
    background: #494949;
}

.footer-box {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
    color: #dfdfdf;
}

.footer-box p {
    font-size: 14px;
}

.footer-box a {
    color: #dfdfdf;
}

.footer-box a:hover {
    color: #fff;
}

.footer-box dl {
    line-height: 20px;
}

.footer-box dt {
    margin-bottom: 5px;
    color: #818181;
    font-size: 15px;
    font-weight: bold;
}

.footer-box dd a {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.share img {
    margin-right: 5px;
    margin-bottom: 5px;
}

.partner dt {
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.rotate {
    animation: loadingCircle 1s infinite linear;
}

@keyframes loadingCircle {
    100% {
        transform: rotate(-360deg);
    }
}