    .container--game {
        color: #fff;
        padding-top: 120px;
        min-height: 100vh;
    }
    
    #game__summary {
        margin: 15px 0 60px;
    }
    
    #game__summary h1 {
        color: #fff;
    }
    
    #game__summary img {
        width: 200px;
        height: 200px;
        border-radius: 16px;
    }
    
    #game__basicInfo {
        width: calc(100% - 380px);
        padding: 5px 40px;
    }
    
    #game__download {
        width: 180px;
    }
    
    .icon-android {
        width: 30px;
        height: 36px;
        display: inline-block;
        background-image: url(../images/common_sprites.png);
        background-position: -10px -222px;
    }
    
    .game__downloadBtn {
        width: 100%;
        height: 60px;
        display: inline-block;
        border-radius: 8px;
        padding: 10px 20px 10px 30px;
        position: relative;
    }
    
    .game__downloadBtn--apple i:before {
        color: #65d1ff;
        font-size: 35px;
    }
    
    .game__downloadBtn--android {
        margin: 10px 0;
    }
    
    .game__downloadBtn--pc i {
        margin-top: 4px;
    }
    
    .game__downloadBtn--pc i:before {
        color: #ff61b6;
        font-size: 26px;
    }
    
    .game__downloadBtn:hover {
        color: #111316;
        border-color: #111316;
    }
    
    .game__downloadBtn:hover.game__downloadBtn--apple {
        background-color: #65d1ff;
    }
    
    .game__downloadBtn:hover.game__downloadBtn--android {
        background-color: #a3c338;
    }
    
    .game__downloadBtn:hover.game__downloadBtn--android .icon-android {
        background-position: -10px -278px;
    }
    
    .game__downloadBtn:hover.game__downloadBtn--pc {
        background-color: #ff61b6;
    }
    
    .game__downloadBtn:hover i:before {
        color: #111316;
    }
    
    .game__downloadBtn span {
        position: absolute;
        left: 75px;
    }
    
    .game__downloadBtn span:first-of-type {
        font-size: 16px;
        font-weight: 500;
        top: 8px;
    }
    
    .game__downloadBtn span:last-of-type {
        font-size: 12px;
        top: 30px;
    }
    
    #game__basicInfo {
        position: relative;
    }
    
    #game__basicInfo h1 {
        font-size: 28px;
        margin: 0 0 10px;
    }
    
    #game__basicInfo p {
        margin-top: 0;
        color: #9a9fa5;
        font-size: 14px;
        line-height: 24px;
    }
    
    #game__basicInfo p a {
        color: #ff61b6;
        transition: all 0.1s ease-in-out;
        position: relative;
    }
    
    #game__basicInfo p a:after,
    #game__basicInfo p a:before {
        content: "";
        width: 0;
        height: 1px;
        position: absolute;
        bottom: -2px;
        left: 0;
        margin: 5px 0 0;
        transition: all 0.1s ease-in-out;
        transition-duration: 0.75s;
        opacity: 0;
        background-color: #ff61b6;
    }
    
    #game__basicInfo p a:hover:after,
    #game__basicInfo p a:hover:before {
        width: 100%;
        opacity: 1;
    }
    
    #game__summaryFooter {
        position: absolute;
        align-items: flex-end;
    }
    
    #game__summaryFooter .game__tag {
        display: inline-block;
        height: 26px;
        margin-bottom: 10px;
    }
    
    .game__snsBtn {
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        margin-right: 15px;
        text-align: center;
    }
    
    .game__snsBtn:first-of-type {
        background-color: #00a9ff;
    }
    
    .game__snsBtn:first-of-type i {
        font-size: 30px;
        margin-top: 12px;
    }
    
    .game__snsBtn:last-of-type {
        background-color: #3578f7;
        margin-right: 30px;
    }
    
    .game__snsBtn:last-of-type i {
        font-size: 38px;
        margin-top: 12px;
    }
    
    .home__moreLink {
        cursor: pointer;
        font-size: 12px;
        transition: all .1s ease-in-out;
        position: relative
    }
    
    .home__moreLink:after,
    .home__moreLink:before {
        content: "";
        width: 0;
        height: 1px;
        position: absolute;
        bottom: -2px;
        left: 0;
        margin: 5px 0 0;
        transition: all .1s ease-in-out;
        transition-duration: .75s;
        opacity: 0;
        background-color: #ff61b6
    }
    
    .home__moreLink:hover:after,
    .home__moreLink:hover:before {
        width: 100%;
        opacity: 1
    }
    
    .home__moreLink i:before {
        margin-left: 6px
    }
    
    .home__moreLink,
    .home__moreLink>i:before {
        color: #ff61b6
    }
    
    @media screen and (max-width:1299px) {
        .home__moreLink {
            /*position: absolute;*/
            top: 5px;
            right: 0
        }
        .home__moreLink {
            position: absolute;
            top: 5px;
            right: 0
        }
        #game__summary {
            margin-bottom: 20px;
        }
        #game__summary img {
            width: 100px;
            height: 100px;
            margin-bottom: 20px;
        }
        #game__basicInfo {
            width: calc(100% - 100px);
            height: auto;
            padding: 3px 0 3px 12px;
        }
        #game__basicInfo h1 {
            font-size: 16px;
            margin-bottom: 10px;
        }
        #game__basicInfo p {
            font-size: 12px;
            line-height: 18px;
        }
        #game__basicInfo p br {
            display: none;
        }
        #game__download {
            /*justify-content:space-between;*/
            width: 100%;
            max-width: 330px;
        }
        #game__download,
        .game__downloadBtn {
            display: flex;
            flex-direction: row;
            align-items: center;
        }
        .game__downloadBtn {
            margin-left: 5px;
            justify-content: flex-start;
            width: 32%;
            height: 55px;
            border-radius: 12px;
            padding: 5px;
            color: #111316;
            border-color: #111316;
            overflow: hidden;
        }
        .game__downloadBtn.game__downloadBtn--apple {
            background-color: #65d1ff;
        }
        .game__downloadBtn.game__downloadBtn--android {
            background-color: #a3c338;
        }
        .game__downloadBtn.game__downloadBtn--android .icon-android {
            background-position: -10px -278px;
        }
        .game__downloadBtn.game__downloadBtn--pc {
            background-color: #ff61b6;
        }
        .game__downloadBtn i:before {
            color: #111316;
            color: #111316 !important;
        }
        .game__downloadBtn span {
            left: 35px !important;
        }
        .game__downloadBtn span:first-of-type {
            top: 19px;
            font-size: 14px !important;
        }
        .game__downloadBtn span:last-of-type {
            font-size: 10px !important;
        }
        .game__downloadBtn--apple {
            padding: 7px;
        }
        .game__downloadBtn--apple i:before {
            font-size: 30px !important;
        }
        .game__downloadBtn--pc {
            padding: 7px;
        }
        .game__downloadBtn--pc i:before {
            font-size: 20px !important;
        }
        .icon-android {
            transform: scale(0.7) !important;
        }
    }
    
    @media screen and (max-width: 1299px) and (max-width: 359px) {
        .game__downloadBtn {
            height: 50px;
            padding: 0 !important;
        }
        .game__downloadBtn span {
            left: 28px !important;
        }
        .game__downloadBtn span:first-of-type {
            top: 8px !important;
            font-size: 13px !important;
        }
        .game__downloadBtn span:last-of-type {
            top: 26px !important;
            font-size: 10px !important;
        }
        .game__downloadBtn--apple {
            padding-left: 4px !important;
        }
        .game__downloadBtn--apple i:before {
            font-size: 24px !important;
        }
        .game__downloadBtn--pc {
            padding-left: 4px !important;
        }
        .game__downloadBtn--pc i {
            margin-top: 3px !important;
        }
        .game__downloadBtn--pc i:before {
            font-size: 16px !important;
        }
        .icon-android {
            transform: scale(0.6) !important;
            margin: 2px 0 0 -2px !important;
        }
    }
    
    #game__slide {
        width: 100%;
        height: 480px;
        position: relative;
        margin-bottom: 20px;
    }
    
    #game__slide .slick-list,
    #game__slide .slick-track {
        width: 970px !important;
        height: 100%;
        position: absolute !important;
        left: calc(100% - 970px);
        top: 0;
        transform: none !important;
    }
    
    #game__slide picture {
        border-radius: 16px;
        opacity: 0;
    }
    
    #game__slide picture img {
        width: 100%;
        height: 100%;
        border-radius: 16px;
    }
    
    #game__slide picture.slick-current,
    #game__slide video.slick-current {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 865px !important;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 15;
        opacity: 1;
        transition-property: opacity, z-index;
        transition-duration: 0.7s;
        transition-timing-function: ease-in;
    }
    
    #game__slide picture.slick-siblings,
    #game__slide video.slick-siblings {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 821.75px !important;
        height: 95%;
        opacity: 0.2;
        z-index: 10;
        transition-property: opacity, z-index;
        transition-duration: 0.2s;
        transition-timing-function: ease-in;
    }
    
    #game__slide picture.slick-siblings--prev,
    #game__slide video.slick-siblings--prev {
        left: 0;
    }
    
    #game__slide picture.slick-siblings--next,
    #game__slide video.slick-siblings--next {
        right: 0;
    }
    
    #game__slide picture:focus,
    #game__slide video:focus {
        outline: 0;
    }
    
    #game__slide .slick-arrow {
        width: 45px;
        height: 45px;
        border-radius: 10px;
        background-color: #c4c6c7;
        font-size: 0;
        top: 35px;
        z-index: 15;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    #game__slide .slick-arrow:after {
        content: "";
        width: 12px;
        height: 12px;
        border: solid #1b232c;
        border-width: 5px 5px 0 0;
        border-radius: 4px;
        z-index: 15;
        position: absolute;
        top: 15px;
    }
    
    #game__slide .slick-arrow:hover {
        opacity: 0.9;
    }
    
    #game__slide .slick-prev {
        left: calc(100% - 982px);
        opacity: 0.7;
    }
    
    #game__slide .slick-next {
        right: -10px;
        opacity: 0.7;
    }
    
    .slick-dots {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: calc(100% - 970px);
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
    }
    
    .slick-dots button {
        font-size: 0;
        background-color: transparent;
    }
    
    .game__thumbnail {
        width: 160px !important;
        height: 88px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 16px;
        margin: 0 15px 4.5px 0;
        opacity: 0.2 !important;
        cursor: pointer;
    }
    
    .slick-active .game__thumbnail {
        opacity: 1 !important;
    }
    
    #game__info {
        margin: 40px 0;
    }
    
    #game__intro {
        width: 100%;
        padding-right: 40px;
    }
    
    #game__updateList {
        width: calc(100% - 915px);
    }
    
    #game__introTabs {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #333b44;
    }
    
    .game__introTab {
        width: 50%;
        text-align: center;
        padding: 10px 0;
        color: #9a9fa5;
        cursor: pointer;
    }
    
    .game__introTab.active {
        color: #fff;
        border-bottom: 2px solid;
    }
    
    .game__introTab.active:first-child {
        border-color: #ff61b6;
    }
    
    .game__introTab.active:last-child {
        border-color: #8260d2;
    }
    
    .game__introTab:hover {
        color: #fff;
    }
    
    .game__introContent {
        width: 100%;
        min-height: 300px;
        display: inline-block;
        border: 0;
        font-size: 14px;
        line-height: 26px;
        padding: 30px;
    }
    
    .game__introContent--right {
        display: none;
    }
    
    #game__suggestions {
        width: 1080px;
        margin: 20px auto;
        position: relative;
    }
    
    #game__suggestions section {
        width: 200px;
        margin: 6px;
        text-align: center;
    }
    
    #game__suggestions section img {
        width: 200px;
        height: 100px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 16px;
    }
    
    #game__suggestions section h4 {
        margin: 12px 0 0;
    }
    
    #game__suggestions button {
        width: 45px;
        height: 45px;
        border-radius: 10px;
        background-color: #c4c6c7;
        font-size: 0;
        position: absolute;
        top: 35px;
        z-index: 15;
    }
    
    #game__suggestions button:after {
        content: "";
        width: 12px;
        height: 12px;
        border: solid #1b232c;
        border-width: 5px 5px 0 0;
        border-radius: 4px;
        z-index: 15;
        position: absolute;
        top: 15px;
    }
    
    #game__suggestions button:hover {
        opacity: 0.9;
    }
    
    .slick-prev {
        left: -55px;
    }
    
    .slick-prev:after {
        transform: rotate(225deg);
        left: 17px;
    }
    
    .slick-next {
        right: -50px;
    }
    
    .slick-next:after {
        transform: rotate(45deg);
        left: 11px;
    }
    
    .slick-slide:active,
    .slick-slide:focus,
    .slick-slide:hover {
        border: 0;
        outline: none;
    }
    
    @media screen and (max-width: 1299px) {
        .container--game {
            padding-top: 70px;
        }
        #game__previewList {
            display: flex !important;
            width: 100%;
            height: 165px;
            overflow-x: auto;
            overflow-y: visible;
            margin: 15px 0;
        }
        #game__previewList img,
        #game__previewList video {
            width: 295px;
            height: 165px;
            border-radius: 16px;
            margin-right: 15px;
        }
        .game__tags {
            margin-bottom: 20px;
        }
        .game__tags .game__tag {
            margin-right: 5px;
        }
        #game__info {
            margin: 15px auto 30px;
            flex-direction: column;
        }
        #game__intro {
            width: 100%;
            padding: 0;
        }
        .game__introContent {
            width: 100%;
            min-height: auto;
            display: block;
            padding: 15px 0;
            visibility: visible !important;
        }
        .game__introContent h2 {
            margin-bottom: 8px;
        }
        .game__introContent p {
            margin: 0;
        }
        .game__snsBtns {
            display: flex !important;
            margin-bottom: 20px;
        }
        .game__snsBtn {
            width: 35px;
            height: 35px;
        }
        .game__snsBtn:first-of-type i {
            font-size: 20px;
            margin-top: 10px;
        }
        .game__snsBtn:last-of-type i {
            font-size: 24px;
            margin-top: 10px;
        }
        #game__updateList {
            width: 100%;
            margin-top: 15px;
        }
    }
    
    @media screen and (max-width: 1299px) and (max-width: 1194px) {
        #game__suggestions .slick-arrow {
            display: none !important;
        }
    }