* {
    margin: 0;
    padding: 0;
    list-style: none;
    /* outline: none; */
    /* outline: 1px solid #f00; */
}

h1 {
    color: rgb(255, 255, 255);
}

/* ==========歡迎視窗========= */
#welcome {
    position: fixed;
    z-index: 999999;
    top: 0;
    background-color: #fdab59;
    width: 100%;
    height: 100vh;
}

#welcome_LOGO {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#circle {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-image: url(../image/welcome.jpg);
}

#body_group {
    overflow: hidden;
    position: relative;
}

.col-4 {
    box-sizing: border-box;
    width: 33.333333%;
}

.col-3 {
    box-sizing: border-box;
    width: 25%;
}

@media screen and (max-width: 764px) {
    .col-md-5 {
        box-sizing: border-box;
        width: 41.666666%;
    }
}

@media screen and (max-width: 992px) {
    .col-lg-4 {
        box-sizing: border-box;
        width: 33.333333%;
    }

    .col-lg-6 {
        box-sizing: border-box;
        width: 50%;
    }
}


@media screen and (min-width: 1200px) {
    .col-xl-4 {
        padding: 0 15px;
        box-sizing: border-box;
        width: 33.333333%;
    }

    .col-xl-6 {
        padding: 0 15px;
        box-sizing: border-box;
        width: 50%;
    }

}

/* /////////////////////////////////////// */
/* 文字 */
/* /////////////////////////////////////// */
@media screen and (min-width: 320px) {}

@media screen and (min-width: 480px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1024px) {}

/* /////////////////////////////////////// */
/* header */
/* /////////////////////////////////////// */
header {
    max-width: 1920px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    /* transition: 0.6s; */
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 5px #00000036;
}

.header_center {
    margin: 0 auto;
    text-align: center;
    width: 60%;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1400px) {
    .header_center {
        width: 80%;
    }
}

@media screen and (max-width: 1300px) {
    .header_center {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .header_center {
        width: 95%;
    }
}

.logo {
    display: inline-block;
    width: 150px;
    height: 60px;
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .logo {
        margin: 10px 0 10px 0;
        width: 130px;
        height: 40px;
    }
}

.nav {
    width: 60%;
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    align-items: center;
}

@media screen and (max-width: 1820px) {
    .nav {
        width: 65%;
    }
}

@media screen and (max-width: 1627px) {
    .nav {
        width: 70%;
    }
}

@media screen and (max-width: 1500px) {
    .nav {
        width: 75%;
    }
}

@media screen and (max-width: 1400px) {
    .nav {
        width: 60%;
    }
}

@media screen and (max-width: 1300px) {
    .nav {
        width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .nav {
        position: fixed;
        width: 100%;
        height: 100vh;
        right: -100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-image: url(../image/bgi/line_bgi.jpg);
        /* transition: 1s; */
        z-index: -99;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
    }

}

.nav li {
    display: inline-block;
    letter-spacing: 1px;
    font-size: 18px;
    color: #595757;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    cursor: pointer;
}

.nav li em {
    font-style: normal;
}

@media screen and (max-width: 1200px) {
    .nav li {
        font-size: 30px;
        margin: 10px 0 10px 0;
    }
}


.nav li a {
    text-decoration: none;
    color: #595757;
    outline: none;
}

.nav li:hover {
    color: #e17700;
}

.active {
    color: #e17700 !important;
}




#hamburger_menu_button {
    position: relative;
    display: none;
    width: 40px;
    height: 40px;
    margin-top: 13px;
    margin-right: 5px;
    border: 1px rgb(125, 125, 125) solid;
    border-radius: 50%;
    box-sizing: border-box;
}


@media (max-width: 1200px) {
    #hamburger_menu_button {
        display: inline-block;
    }
}

.hamburger_border {
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 2px;
    border-radius: 10px;
    background-color: rgb(160, 160, 160);
    transition: 0.6s;
    transform: rotate(0deg);
}

.hamburger_border_top {
    top: 8px;
}

.hamburger_border_conter {
    top: 18px;
}

.hamburger_border_bottom {
    top: 28px;
}

/* 旋轉 */
.hamburger_top_animate {
    top: 18px;
    transform: rotate(-45deg) rotate(180deg);
    transition: 0.6s;
}

.hamburger_conter_animate {
    opacity: 0;
}

.hamburger_bottom_animate {
    top: 18px;
    transform: rotate(45deg) rotate(180deg);
    transition: 0.6s;
}

.hamburger_menu {
    width: 100%;
    height: calc(100vh);
    position: absolute;
    z-index: -1;
    right: -100%;
    top: 0px;
    background-color: rgb(225, 225, 225);
    transition: 0.6s cubic-bezier(0, 0.43, 1, 0.42);
}

.hamburger_menu_show {
    display: flex;
}

/* /////////////////////////////////////// */
/* carousel_format */
/* /////////////////////////////////////// */

.carousel_format_group {
    max-width: 1920px;
    width: 100%;
    background-image: url(../image/bgi/line_bgi.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px;
}

@media (max-width: 768px) {
    .carousel_format_group {
        height: 1033px;
        background-repeat: repeat;
    }
}

@media (max-width: 600px) {
    .carousel_format_group {
        height: 842px;
    }
}

@media (max-width: 450px) {
    .carousel_format_group {
        height: 600px;
        background-repeat: repeat;
    }
}

@media (max-width: 375px) {
    .carousel_format_group {
        height: 540px;
    }
}

.carousel_format_BGI {
    width: 100%;
    /* height: 80%; */
    background-image: url(../image/bgi/carousel_format_BGI.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 85%;
    text-align: center;
}

@media screen and (max-width: 1800px) {
    .carousel_format_BGI {
        background-size: 120% 85%;
    }
}

@media screen and (max-width: 1500px) {
    .carousel_format_BGI {
        background-size: 140% 85%;
    }
}

@media screen and (max-width: 1326px) {
    .carousel_format_BGI {
        background-size: 150% 85%;
    }
}

@media screen and (max-width: 1233px) {
    .carousel_format_BGI {
        background-size: 160% 85%;
    }
}

@media screen and (max-width: 1174px) {
    .carousel_format_BGI {

        background-size: 160% 89%;
    }
}

@media screen and (max-width: 926px) {
    .carousel_format_BGI {

        background-size: 160% 89%;
    }
}

@media screen and (max-width: 811px) {
    .carousel_format_BGI {

        background-size: 160% 89%;
    }
}

@media (max-width: 768px) {
    .carousel_format_BGI {

        height: 1033px;
    }
}

@media screen and (max-width: 714px) {
    .carousel_format_BGI {

        background-size: 160% 89%;
    }
}

@media screen and (max-width: 625px) {
    .carousel_format_BGI {

        height: 842px;
        background-size: 160% 89%;
    }
}

@media screen and (max-width: 540px) {
    .carousel_format_BGI {

        background-size: 160% 89%;
    }
}

@media screen and (max-width: 498px) {
    .carousel_format_BGI {
        background-size: 160% 89%;
    }
}

@media screen and (max-width: 450px) {
    .carousel_format_BGI {
        height: 584px;
    }
}

@media screen and (max-width: 375px) {
    .carousel_format_BGI {
        height: 530px;
    }
}

.carousel_format {
    position: relative;
    z-index: 99;
    display: inline-block;
    padding-top: 2%;
    width: 60%;
}

@media screen and (max-width: 1800px) {
    .carousel_format {
        width: 65%;
    }
}

@media screen and (max-width: 1700px) {
    .carousel_format {
        width: 67%;
    }
}

@media screen and (max-width: 1623px) {
    .carousel_format {
        width: 70%;
    }
}

@media screen and (max-width: 1560px) {
    .carousel_format {
        width: 73%;
    }
}

@media screen and (max-width: 1500px) {
    .carousel_format {
        width: 76%;
    }
}

@media screen and (max-width: 1400px) {
    .carousel_format {
        width: 80%;
    }
}

@media screen and (max-width: 1370px) {
    .carousel_format {
        width: 83%;
    }
}

@media screen and (max-width: 1325px) {
    .carousel_format {
        width: 86%;
    }
}

@media screen and (max-width: 1280px) {
    .carousel_format {
        width: 88%;
    }
}

@media screen and (max-width: 758px) {
    .carousel_format {
        padding-top: 6%;
    }
}

@media screen and (max-width:560px) {
    .carousel_format {
        padding-top: 8%;
    }
}

@media screen and (max-width:320px) {
    .carousel_format {
        padding-top: 8%;
    }
}

.carousel_format img {
    width: 100%;
}

#hero_images {
    position: relative !important;
}

#hero_images_firework_A {
    width: 16%;
    top: 4%;
    left: 15.5%;
    animation: fireworksA 2.3s ease-out 0s infinite;
}

@media screen and (max-width:376px) {
    #hero_images_firework_A {
        display: none;
    }
}

#hero_images_firework_B {
    width: 16%;
    top: 38%;
    right: 15.5%;
    animation: fireworksA 2.8s ease-out 0s infinite;
}

@media screen and (max-width:768px) {
    #hero_images_firework_B {
        display: none;
    }
}

@keyframes fireworksA {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    10% {
        transform: scale(0.7);
        opacity: 1;
    }

    45% {
        transform: scale(1.2);
    }

    50% {
        transform:
            scale(1.2) translateY(10%);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.hero_images_text {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: inline-block
}

@media screen and (max-width:768px) {
    .hero_images_text {
        display: none !important;
    }
}


.hero_images_text_A {
    width: 10% !important;
    top: 9.5%;
    left: 38.5%;
}


.hero_images_text_B {
    width: 10% !important;
    top: 15%;
    left: 48%;
}

.hero_images_text_C {
    width: 10% !important;
    top: 14.5%;
    left: 58%;
}

.hero_images_text_D {
    width: 8% !important;
    top: 23%;
    left: 41.8%;
}

.hero_images_text_E {
    width: 6% !important;
    top: 32%;
    left: 48%;
}

.hero_images_text_F {
    width: 6% !important;
    top: 30%;
    left: 53.5%;
}

.hero_images_firework {
    position: absolute;
}

.slick-arrow {
    position: relative;
    z-index: 99;
}

@media screen and (max-width:1200px) {
    .slick-arrow {
        display: none !important;
    }
}

.slick-prev:before,
.slick-next:before {
    font-size: 50px !important;
}

.slick-next {
    right: 6% !important;
}

.slick-prev {
    left: 5% !important;
}

@media screen and (max-width: 768px) {
    .slick-prev {
        left: 1% !important;
    }
}

@media screen and (max-width: 376px) {
    .slick-prev {
        left: -4% !important;
    }
}



/* /////////////////////////////////////// */
/* carousel_format */
/* /////////////////////////////////////// */

/* /////////////////////////////////////// */
/* game_group */
/* /////////////////////////////////////// */

.game_group {
    max-width: 1920px;
    width: 100%;
    height: 949px;
    background-image: url(../image/bgi/line_bgi.jpg);
    /* background-repeat: no-repeat; */
    background-position: center top;
    background-size: 1920px;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 769px) {
    .game_group {
        height: 1100px;
    }
}

@media screen and (max-width: 600px) {
    .game_group {
        height: 957px;
    }
}

@media screen and (max-width: 500px) {
    .game_group {
        height: 860px;
    }
}

@media screen and (max-width: 447px) {
    .game_group {
        height: 832px;
    }
}

@media screen and (max-width: 400px) {
    .game_group {
        height: 804px;
    }
}

/* @media screen and (max-width: 320px) {} */

/* 裝飾煙火  */
.game_firework {
    position: absolute;
}

@media screen and (max-width: 400px) {
    .game_firework {
        display: none;
    }
}

.firework_B {
    width: 20%;
}

.firework_S {
    width: 10%;
}

.firework_AL {
    top: 0;
    left: 4%;
    animation: fireworks 2.3s ease-out 0s infinite;
}

@keyframes fireworks {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    10% {
        transform: scale(0.7);
        opacity: 1;
    }

    45% {
        transform: scale(1);
    }

    50% {
        transform:
            /*scale(1)*/
            translateY(10%);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.firework_ALS {
    top: 50%;
    left: 12%;
    animation: fireworks3 2.3s 1s ease-out infinite;
}

@keyframes fireworks3 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    10% {
        transform: scale(0.7);
        opacity: 0.5;
    }

    45% {
        transform: scale(1);
    }

    50% {
        transform: translateY(10%);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.firework_BR {
    top: 0;
    right: 4%;
    animation: fireworks 2.3s 2s ease-out infinite;
}

@keyframes fireworks {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    10% {
        transform: scale(0.7);
        opacity: 0.5;
    }

    45% {
        transform: scale(1);
    }

    50% {
        transform: translateY(10%);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.firework_BRS {
    top: 50%;
    right: 12%;
    animation: fireworks 2.3s 3s ease-out infinite;
}

@keyframes fireworks {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    10% {
        transform: scale(0.7);
        opacity: 0.5;
    }

    45% {
        transform: scale(1);
    }

    50% {
        transform: translateY(10%);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* 標題 */
.title_group {
    margin-top: 46px;
    display: inline-block;
    max-width: 1000px;
    position: relative;
}

.title_group img {
    width: 15%;
    position: absolute;
}

.title_text {
    display: inline-block;
    text-align: center;
}

.game_title_iconL {
    top: -60px;
    left: 25px;
}

@media screen and (max-width: 763px) {
    .game_title_iconL {
        width: 30%;
        top: -80px;
        transform: rotate(27deg);
        margin: auto;
        right: 0;
        left: 0;
    }
}

.game_title_iconR {
    top: -60px;
    right: 25px;
}

@media screen and (max-width: 763px) {
    .game_title_iconR {
        display: none;
        top: -30px;
        right: 0px;
    }
}

.title_text h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #353535;
    position: relative;
}

@media screen and (max-width: 763px) {
    .title_text h2 {
        font-size: 35px;
    }
}

.title_text p {
    display: inline-block;
    width: 70%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    text-align: justify;
    font-size: 18px;
    letter-spacing: 2px;
    color: #797979;
}

@media screen and (max-width: 763px) {
    .title_text p {
        font-size: 13px;
        width: 90%;

    }
}

/* 規則 */
.game_cards_item_group {
    position: relative;
    margin-top: 3%;
    max-width: 1000px;
    width: 100%;
    display: inline-block;
    height: 500px;
    /* overflow: hidden; */
}

@media screen and (max-width: 763px) {
    .game_cards_item_group {
        margin-top: 16%;
    }
}

@media screen and (max-width: 600px) {
    .game_cards_item_group {
        margin-top: 7%;
    }
}

@media screen and (max-width: 500px) {
    .game_cards_item_group {
        margin-top: 0%;
    }
}

@media screen and (max-width: 447px) {
    .game_cards_item_group {
        margin-top: -7%;
    }
}

/* @media screen and (max-width: 320px) {
    .game_cards_item_group {
        margin-top: -17%;
    }
} */

.game_cards_description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}

.game_cards_description_p {
    position: absolute;
}

.game_doll {
    width: 25%;
    display: inline-block;
}

.game_doll_L {
    left: 30%;
    bottom: 60px;
}

.game_doll_R {
    right: 30%;
    bottom: 60px;
}

@media screen and (max-width: 1200px) {
    .game_doll {
        display: none;
    }
}

.game_rule {
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 75%;
}

@media screen and (max-width: 1200px) {
    .game_rule {
        width: 35%;
    }
}

@media screen and (max-width: 1100px) {
    .game_rule {
        width: 38%;
    }
}

@media screen and (max-width: 1000px) {
    .game_rule {
        width: 40%;
    }
}

@media screen and (max-width: 900px) {
    .game_rule {
        width: 43%;
    }
}

@media screen and (max-width: 800px) {
    .game_rule {
        width: 46%;
    }
}


@media screen and (max-width: 764px) {
    .game_rule {
        width: 67%;
    }
}

@media screen and (max-width: 660px) {
    .game_rule {
        width: 73%;
    }
}

@media screen and (max-width: 400px) {
    .game_rule {
        width: 78%;
    }
}

@media screen and (max-width: 376px) {
    .game_rule {
        width: 82%;
    }
}

@media screen and (max-width: 360px) {
    .game_rule {
        width: 85%;
    }
}

@media screen and (max-width: 330px) {
    .game_rule {
        width: 87%;
    }
}

@media screen and (max-width: 320px) {
    .game_rule {
        width: 90%;
    }
}

.game_cards_rule_button {
    border-radius: 8px;
    border: 0;
    padding: 5px 60px 5px 60px;
    background-color: #efce9b;
    color: #a50000;
    font-size: 20px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .game_cards_rule_button:hover {
        filter: brightness(1.2);
    }
}

.game_cards_rule_button_body {
    position: absolute;
    bottom: 13%;
    margin: auto;
    left: 0;
    right: 0;
}


@media screen and (max-width: 763px) {
    .game_cards_rule_button_body {
        bottom: -3%;
    }
}

@media screen and (max-width: 700px) {
    .game_cards_rule_button_body {
        bottom: 0%;
    }
}

@media screen and (max-width: 650px) {
    .game_cards_rule_button_body {
        bottom: 3%;
    }
}

@media screen and (max-width: 600px) {
    .game_cards_rule_button_body {
        bottom: 7%;
    }
}

@media screen and (max-width: 550px) {
    .game_cards_rule_button_body {
        bottom: 10%;
    }
}

@media screen and (max-width: 500px) {
    .game_cards_rule_button_body {
        bottom: 14%;
    }
}

@media screen and (max-width: 450px) {
    .game_cards_rule_button_body {
        bottom: 18%;
    }
}

@media screen and (max-width: 337px) {
    .game_cards_rule_button_body {
        bottom: 19%;
    }
}

@media screen and (max-width: 320px) {
    .game_cards_rule_button_body {
        bottom: 21%;
    }
}


/* 幸運排組 */
.game_cards {
    /* max-width: 1000px; */
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    position: absolute;
}

@media screen and (max-width: 763px) {
    .game_cards {
        width: 80%;
        top: -20%;
    }
}

@media screen and (max-width: 670px) {
    .game_cards {
        top: -10%;
    }
}

@media screen and (max-width: 600px) {
    .game_cards {
        top: -7%;
    }
}

@media screen and (max-width: 600px) {
    .game_cards {
        top: -1%;
    }
}

@media screen and (max-width: 500px) {
    .game_cards {
        top: 5%;
    }
}

@media screen and (max-width: 480px) {
    .game_cards {
        top: 1%;
        width: 88%;
    }
}

@media screen and (max-width: 447px) {
    .game_cards {
        top: 8%;
    }
}


@media screen and (max-width: 350px) {
    .game_cards {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .game_cards {
        top: 12%;
    }
}

.cards {
    display: inline-block;
    padding: 0.8%;
    cursor: pointer;
}

.cards img {
    width: 100%;
}

/* /////////////////////////////////////// */
/* game_group */
/* /////////////////////////////////////// */

/* /////////////////////////////////////// */
/* youtube */
/* /////////////////////////////////////// */

.youtube_group_body {
    max-width: 1920px;
    width: 100%;
    /* height: 100vh; */
    height: 740px;
    background-image: url(../image/bgi/line_bgi.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 900px) {
    .youtube_group_body {
        height: 740px;
    }
}


@media screen and (max-width: 900px) {
    .youtube_group_body {
        height: 640px;
    }
}

@media screen and (max-width: 875px) {
    .youtube_group_body {
        height: 620px;
    }
}

@media screen and (max-width: 834px) {
    .youtube_group_body {
        height: 600px;
    }
}

@media screen and (max-width: 780px) {
    .youtube_group_body {
        height: 560px;
    }
}

@media screen and (max-width: 707px) {
    .youtube_group_body {
        height: 540px;
    }
}

@media screen and (max-width: 661px) {
    .youtube_group_body {
        height: 530px;
    }
}

@media screen and (max-width: 645px) {
    .youtube_group_body {
        height: 520px;
    }
}

@media screen and (max-width: 620px) {
    .youtube_group_body {
        height: 500px;
    }
}

@media screen and (max-width: 576px) {
    .youtube_group_body {
        height: 490px;
    }
}

@media screen and (max-width: 558px) {
    .youtube_group_body {
        height: 480px;
    }
}

@media screen and (max-width: 542px) {
    .youtube_group_body {
        height: 470px;
    }
}

@media screen and (max-width: 515px) {
    .youtube_group_body {
        height: 460px;
    }
}

@media screen and (max-width: 420px) {
    .youtube_group_body {
        height: 290px;
    }
}

.youtube_group_bgi {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    background-image: url(../image/house_BGI.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px;
    text-align: center;
}

.youtube_style_bgi {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 235px;
    display: inline-block;
    background-image: url(../image/youtube_style_bgi.png);
    background-size: 1920px;
    /* background-color: rgb(31, 29, 29); */
    background-repeat: no-repeat;
    background-position: center top;
}

.game_style {
    position: absolute;
    background-image: url(../image/game_style.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
}

.mouse_style {
    position: absolute;
    top: -180px;
    left: 63%;
    width: 10%;
}

@media screen and (max-width: 1100px) {
    .mouse_style {
        width: 20%;
    }
}

@media screen and (max-width: 654px) {
    .mouse_style {
        top: -160px;
        width: 30%;
    }
}

.youtube_group_style {
    position: relative;
    margin-top: 90px;
    max-width: 900px;
    width: 100%;
    height: 450px;
    display: inline-block;
}

@media screen and (max-width: 900px) {
    .youtube_group_style {
        margin-top: 0px;
    }
}

.house_style {
    position: absolute;
}

.house_style_top {
    top: -160px;
    left: -7%;
}

@media screen and (max-width: 1100px) {
    .house_style_top {
        width: 99%;
        top: -150px;
        left: 0%;
    }
}

@media screen and (max-width: 894px) {
    .house_style_top {
        top: -140px;
    }
}

@media screen and (max-width: 832px) {
    .house_style_top {
        top: -130px;
    }
}

@media screen and (max-width: 776px) {
    .house_style_top {
        top: -120px;
    }
}

@media screen and (max-width: 715px) {
    .house_style_top {
        top: -110px;
    }
}

@media screen and (max-width: 657px) {
    .house_style_top {
        top: -100px;
    }
}

@media screen and (max-width: 604px) {
    .house_style_top {
        top: -90px;
    }
}

@media screen and (max-width: 542px) {
    .house_style_top {
        top: -80px;
    }
}

@media screen and (max-width:420px) {
    .house_style_top {
        top: -64px;
    }
}

.house_style_L {
    top: 0;
    left: 2%;
}

.house_style_LL {
    display: inline-block;
    bottom: -25px;
    left: -10%;
}

@media screen and (max-width: 1100px) {
    .house_style_L {
        width: 7.6%;
        left: 2%;
        top: -2%;
    }
}

.house_style_R {
    top: 0;
    right: 2%;
}

@media screen and (max-width: 1100px) {
    .house_style_R {
        width: 7.6%;
        right: 2%;
        top: -4%;
    }
}

@media screen and (max-width: 420px) {
    .house_style_R {
        top: -2%;
    }
}

.house_style_RL {
    display: inline-block;
    bottom: -25px;
    right: -10%;
}

@media screen and (max-width: 1100px) {
    .house_style_RL {
        display: none;
    }

    .house_style_LL {
        display: none;
    }
}

.youtube_group {
    padding-top: 16px;
    display: inline-block;
    width: 81.2%;
}

@media screen and (max-width: 1100px) {
    .youtube_group {
        padding-top: 0px;
    }
}

.youtube {
    width: 100%;
}

/* /////////////////////////////////////// */
/* youtube */
/* /////////////////////////////////////// */

/* /////////////////////////////////////// */
/* 六大幸福配方 */
/* /////////////////////////////////////// */
.happy_group_body {
    max-width: 1920px;
    width: 100%;
    /* height: 740px; */
    background-image: url(../image/bgi/line_bgi.jpg);
    background-position: center top;
    background-size: 1920px;
    text-align: center;
    position: relative;
}

/* ////////////////////////////////// */
/* 標題 */

.happy_title_group {
    /* margin-top: 46px; */
    display: inline-block;
    max-width: 1000px;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 1100px) {}

.happy_title_group img {
    width: 15%;
    position: absolute;
}

@media screen and (max-width: 763px) {
    .happy_title_group img {
        width: 20%;
    }
}

.happy_title_text {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.happy_game_title_iconL {
    top: -60px;
    left: 25px;
}

.happy_game_title_iconR {
    top: -60px;
    right: 25px;
}

@media screen and (max-width: 763px) {
    .happy_game_title_iconR {
        display: none;
    }

    .happy_game_title_iconL {
        top: -86px;
        left: 25px;
    }
}

@media screen and (max-width: 900px) {
    .happy_game_title_iconR {
        top: -30px;
        right: 0px;
    }

    .game_title_iconL {
        top: -65px;
    }
}

.happy_title_text h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #353535;
}

@media screen and (max-width: 900px) {
    .happy_title_text h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 763px) {
    .happy_title_text h2 {
        position: relative;
        font-size: 35px;
    }
}

/* 六大幸福指數 */
.happy_content_group {
    margin-top: 70px;
    display: inline-block;
    max-width: 1000px;
    width: 100%;
    position: relative;
    padding-bottom: 170px;
}

@media screen and (max-width: 900px) {
    .happy_content_group {
        margin-top: 0px;
    }
}

.happy_content_item {
    display: flex;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 900px) {
    .happy_content_item {
        margin-top: 10%;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 900px) {
    .happy_content_item_flex {
        flex-direction: column-reverse;
    }
}

.happy_img {
    width: 50%;
    padding-bottom: 35%;
    display: inline-block;
    font-size: 0;
    position: relative;
}


@media screen and (max-width: 900px) {
    .happy_img {
        width: 70%;
        padding-bottom: 55%;
    }
}

.happy_img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.happy_text {
    width: 47%;
    display: inline-block;
    padding-top: 100px;
    font-size: 0;
}

@media screen and (max-width: 900px) {
    .happy_text {
        width: 80%;
        display: inline-block;
        padding-top: 10px;
        font-size: 0;
    }
}

.happy_text h3 {
    display: inline-block;
    padding-right: 18px;
    color: #313131;
    width: 10%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 4px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

@media screen and (max-width: 900px) {

    .happy_text h3 {
        padding-right: 18px;
        width: 90%;
        vertical-align: middle;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;

    }
}

.happy_text h3 img {
    /* position: relative;
    display: inline-block;
    visibility: visible;
    opacity: 1; */
    width: 30px;
    height: 25px;
    padding-bottom: 5px;
}

@media screen and (max-width: 900px) {

    .happy_text h3 img {
        width: 7%;
        height: 12%;
        padding-bottom: 0px;
    }
}

.happy_text p {
    margin-top: 5%;
    vertical-align: top;
    display: inline-block;
    color: #5a5a5a;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    letter-spacing: 4px;
    font-size: 18px;
    width: 75%;
    text-align: justify;
}

@media screen and (max-width: 900px) {
    .happy_text p {
        margin-top: 0.5%;
        width: 100%;
        font-size: 16px;
    }
}

.happy_six_style_bgi {
    position: absolute;

}

/* 幸福配方小物品裝飾AAA */
.happy_six_style {
    position: absolute;
    width: 8%;
}

@media screen and (max-width: 900px) {
    .happy_six_style {
        width: 12%;
    }
}

.happy_six_style_A {
    top: 0;
    right: -5%;
}

@media screen and (max-width: 900px) {
    .happy_six_style_A {
        top: -5%;
        right: 5%;
    }
}

.happy_six_style_B {
    top: 0;
    left: -8%;
}

@media screen and (max-width: 900px) {
    .happy_six_style_B {
        top: -5%;
        left: 5%;
    }
}

.happy_six_style_C {
    top: 6%;
    right: -8%;
}

@media screen and (max-width: 900px) {
    .happy_six_style_C {
        top: -5%;
        right: 5%;
    }
}

.happy_six_style_D {
    top: 5%;
    left: -8%;
}

@media screen and (max-width: 900px) {
    .happy_six_style_D {
        top: -5%;
        left: 5%;
    }
}

.happy_six_style_E {
    width: 6%;
    top: 0;
    right: -5%;
}

@media screen and (max-width: 900px) {
    .happy_six_style_E {
        width: 6%;
        top: -2%;
        right: 5%;
    }
}

.happy_six_style_F {
    width: 17%;
    bottom: -30%;
    left: 30%;
}

@media screen and (max-width: 900px) {
    .happy_six_style_F {
        width: 24%;
        bottom: -26%;
        left: 35%;
    }
}

/* 幸福配方裝飾AAA */
.happy_style_bgi_A {
    width: 8%;
    /* opacity: 0; */
    top: 40px;
    left: 16%;
    animation: flower 10s 0s infinite;
}

@media screen and (max-width: 764px) {
    .happy_style_bgi_A {
        width: 40%;
    }
}

.happy_style_bgi_A_img {
    width: 60%;
}

@media screen and (max-width: 764px) {
    .happy_style_bgi_A_img {
        width: 100%;
    }
}

/* 幸福配方裝飾BBB */
.happy_style_bgi_B {
    width: 8%;
    /* opacity: 0; */
    top: 200px;
    right: 20%;
    animation: flower 20s 0s infinite;
}

@media screen and (max-width: 764px) {
    .happy_style_bgi_B {
        width: 40%;
    }
}

.happy_style_bgi_B_img {
    width: 100%;
}

/* 幸福配方裝飾CCC */

.happy_style_bgi_C {
    width: 8%;
    /* opacity: 0; */
    top: 1300px;
    right: 20%;
    animation: flower 20s 0s infinite;
}

@media screen and (max-width: 764px) {
    .happy_style_bgi_C {
        width: 40%;
    }
}

.happy_style_bgi_C_img {
    width: 100%;
}

/* 幸福配方裝飾DDD */

.happy_style_bgi_D {
    width: 8%;
    /* opacity: 0; */
    top: 1000px;
    left: 16%;
    animation: flower 10s 0s infinite;
}

@media screen and (max-width: 764px) {
    .happy_style_bgi_D {
        width: 40%;
    }
}


.happy_style_bgi_D_img {
    width: 60%;
}

@media screen and (max-width: 764px) {

    .happy_style_bgi_D_img {
        width: 100%;
    }
}


@keyframes flower {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* /////////////////////////////////////// */
/* 新聞報導 */
/* /////////////////////////////////////// */

.discuss_body {
    max-width: 1920px;
    width: 100%;
    background-image: url(../image/discuss_style/discuss_bgi.png);
    background-color: #a72424;
    transition: 0.5s;
    background-position: center top;
    background-size: 1920px;
    text-align: center;
    position: relative;
}

.discuss_line {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(89, 38, 7, 1) 10%, rgba(147, 112, 44, 1) 22%, rgba(221, 186, 128, 1) 39%, rgba(221, 186, 128, 1) 52%, rgba(255, 160, 99, 1) 71%, rgba(104, 57, 16, 1) 81%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 1200px) {
    .discuss_line {
        height: 2px;
    }

}

.discuss_group {
    max-width: 1000px;
    display: inline-block;
    width: 100%;
    padding-top: 8%;
    padding-bottom: 8%;
}

.discuss_title {
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
}

.discuss_title img {
    width: 25%;
}

@media screen and (max-width: 1200px) {
    .discuss_title {
        top: -5%;
    }

    .discuss_title img {
        width: 40%;
    }
}

.discuss {
    width: 90%;
    margin: 0 auto;
    display: flex;
    z-index: 66;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    .discuss {
        width: 90%;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (min-width: 1200px) {
    .discuss {
        width: 55%;
    }
}

@media screen and (min-width: 1400px) {
    .discuss {
        width: 65%;
    }
}

@media screen and (min-width: 1500px) {
    .discuss {
        width: 70%;
    }
}

@media screen and (min-width: 1600px) {
    .discuss {
        width: 85%;
    }
}


@media screen and (min-width: 1800px) {
    .discuss {
        width: 90%;
    }
}

.discuss_button {
    display: inline-block;
    width: 45%;
}

@media screen and (max-width: 1200px) {
    .discuss_button {
        width: 60%;
    }
}

.discuss_button img {
    width: 100%;
    cursor: pointer;
}


/* 中國線條 */
.discuss_style_line {
    position: absolute;
    width: 10%;
}

.discuss_style_line_A {
    top: 5%;
    right: 1%;
}

.discuss_style_line_B {
    top: 5%;
    left: 1%;
}

.discuss_style_line_C {
    bottom: 5%;
    left: 1%;
}

.discuss_style_line_D {
    bottom: 5%;
    right: 1%;
}

/* 線條 */
.discuss_style_line_style {
    position: absolute;
    background-color: #eecd9a;
}

.discuss_style_line_top_A {
    margin: auto;
    top: 5%;
    left: 0;
    right: 0;
    width: 80%;
    height: 0.8%;
}

@media screen and (max-width: 1200px) {
    .discuss_style_line_top_A {
        height: 0.4%;
    }
}

.discuss_style_line_top_B {
    margin: auto;
    top: 7.5%;
    left: 0;
    right: 0;
    width: 80%;
    height: 0.8%;
}


@media screen and (max-width: 1200px) {
    .discuss_style_line_top_B {
        top: 6.1%;
        height: 0.4%;
    }
}

.discuss_style_line_bottom_A {
    margin: auto;
    bottom: 7.6%;
    left: 0;
    right: 0;
    width: 80%;
    height: 0.8%;
}

@media screen and (max-width: 1200px) {
    .discuss_style_line_bottom_A {
        bottom: 6.1%;
        height: 0.4%;
    }
}

.discuss_style_line_bottom_B {
    margin: auto;
    bottom: 5%;
    left: 0;
    right: 0;
    width: 80%;
    height: 0.8%;
}

@media screen and (max-width: 1200px) {
    .discuss_style_line_bottom_B {
        bottom: 5.1%;
        height: 0.4%;
    }
}

.discuss_style_line_left_A {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 1%;
    width: 0.2%;
    height: 40%;
}

@media screen and (max-width: 1200px) {
    .discuss_style_line_left_A {
        height: 70%;
    }
}

.discuss_style_line_left_B {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 1.65%;
    width: 0.2%;
    height: 40%;
}

@media screen and (max-width: 1200px) {
    .discuss_style_line_left_B {
        height: 70%;
    }
}

.discuss_style_line_right_A {
    margin: auto;
    top: 0;
    bottom: 0;
    right: 1%;
    width: 0.2%;
    height: 40%;
}

@media screen and (max-width: 1200px) {
    .discuss_style_line_right_A {
        height: 70%;
    }
}

.discuss_style_line_right_B {
    margin: auto;
    top: 0;
    bottom: 0;
    right: 1.65%;
    width: 0.2%;
    height: 40%;
}


@media screen and (max-width: 1200px) {
    .discuss_style_line_right_B {
        height: 70%;
    }
}

/* <!-- 動畫 --> */
.discuss_news_animation_group_A {
    width: 60%;
    position: absolute;
    bottom: 0;
    left: 4%;
    font-size: 0;
    overflow: hidden;
    pointer-events: auto;
}

.discuss_news_animation_A {
    width: 100%;
    transform: translateY(100%);
}

.discuss_news_animation_group_B {
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 10%;
    font-size: 0;
    overflow: hidden;
    pointer-events: auto;
}

.discuss_news_animation_B {
    width: 100%;
    transform: translateY(100%);
}

#body_black {
    position: fixed;
    display: none;
    opacity: 0;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65);
}

#discuss_flex {
    position: absolute;
    z-index: 78;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100;
    width: 360px;
    height: 420px;
    text-align: center;
    background-image: url(../image/discuss_style/discuss_bgi.png);
    background-color: #a72424;
    border: 3px solid #eecd9a;
    border-radius: 4px;
}

@media screen and (max-width:321px) {

    #discuss_flex {
        width: 300px;
    }
}

#discuss_flex h3 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #eecd9a;
}

#discuss_flex a {
    margin: 1px 0 1px 0;
    display: inline-block;
    text-decoration: none;
    color: #e9e9e9;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    transition: .5s;
    transform: scale(1);
}

#discuss_flex a:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
    color: #eecd9a;
}

#discuss_flex_EXIT_button {
    position: relative;
    margin-top: 43px;
    display: inline-block;
    width: 50PX;
    height: 50PX;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.548);
    cursor: pointer;
}

#discuss_flex_EXIT_button:hover>.discuss_flex_EXIT_line {
    opacity: 1;
}

#discuss_flex_EXIT_button:hover>.discuss_flex_EXIT_line_A {
    transform: rotate(-45deg);
}

#discuss_flex_EXIT_button:hover>.discuss_flex_EXIT_line_B {
    transform: rotate(45deg);
}

.discuss_flex_EXIT_line {
    transition: .5s;
    position: absolute;
    margin: auto;
    top: 25px;
    left: 0;
    right: 0;
    width: 80%;
    height: 2px;
    opacity: .7;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
}


.discuss_flex_EXIT_line_A {
    transform: rotate(45deg);
}

.discuss_flex_EXIT_line_B {
    transform: rotate(-45deg);
}

/* /////////////////////////////////////// */
/* 新聞報導＿跳出 */
/* /////////////////////////////////////// */

.discuss_news_body {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.906);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.discuss_news_group {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 97%;
    height: 95%;
    border-radius: 10px;
    border: 2px solid #DFAF80;
    padding: 3px;
    text-align: center;
    background: linear-gradient(180deg, rgba(210, 43, 32, 1) 0%, rgba(129, 14, 14, 1) 100%);
}

.discuss_news_hero_img {
    margin-top: 1%;
    width: 98%;
    height: 75%;
    overflow: auto;
    display: inline-block;
    position: relative;
    background-color: #fff;
}

.discuss_news_hero_img img {
    width: 100%;
}

.discuss_news_item {
    width: 15.8%;
    height: 100%;
    position: relative;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #DFAF80;
    background: linear-gradient(180deg, rgba(208, 38, 29, 1) 0%, rgba(235, 43, 32, 1) 100%);
}

@media screen and (max-width: 1200px) {
    .discuss_news_item {
        width: 25%;
        height: 60%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .discuss_news_item {
        width: 30%;
        height: 40%;
        margin-top: 10px;
    }
}

.discuss_news_item img {
    width: 70%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.discuss_news_item_group_body {
    margin-top: 1%;
    width: 98%;
    height: 15%;
    display: inline-block;
}

.discuss_news_item_group {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    .discuss_news_item_group {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

#discuss_news_item_box {
    margin-top: 5%;
    display: inline-block;
    width: 40%;
    height: 80%;
    position: relative;
}

@media screen and (max-width: 1200px) {
    #discuss_news_item_box {
        width: 20%;
        height: 50%;
    }
}

@media screen and (max-width: 768px) {
    #discuss_news_item_box {
        margin-top: 7%
    }
}

.discuss_news_item_box_line {
    width: 98%;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 48%;
    left: 0%;
}

.discuss_news_item_box_line_R {
    transform: rotate(45deg);
}

.discuss_news_item_box_line_L {
    transform: rotate(-45deg);
}

/* /////////////////////////////////////// */
/* foooter */
/* /////////////////////////////////////// */
#privacy_policy {
    display: inline-block;
    cursor: pointer;
}

#privacy_policy_page {
    position: absolute;
    z-index: 77;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -7%;
    width: 350px;
    height: 285px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(102, 102, 102, 0.37);
    opacity: 0;
}

@media screen and (max-width: 321px) {
    #privacy_policy_page {
        width: 300px;
    }
}

#privacy_policy_page h3 {
    padding-top: 15px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    color: #e07700;
}

#privacy_policy_page p {
    padding: 10px;
    font-size: 12;
    color: #626262;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    text-align: justify;
}

#privacy_policy_line_button {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    width: 50PX;
    height: 50PX;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.548);
    cursor: pointer;
}

.privacy_policy_line_style {
    position: absolute;
    margin: auto;
    top: 25px;
    left: 0;
    right: 0;
    width: 80%;
    height: 2px;
    opacity: .7;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
}

.privacy_policy_line_A {
    transform: rotate(-45deg);
}

.privacy_policy_line_B {
    transform: rotate(45deg);
}

footer {
    padding: 10px;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

footer p {
    width: 100%;
    page-break-after: 10px 0 10px 0;
    display: inline-block;
    text-align: center;
    color: #e07700;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    footer p {
        width: 99%;
        text-align: center;
        color: #e07700;
        font-size: 13px;
        letter-spacing: 0px;
        font-family: 'Noto Sans TC', sans-serif;
        font-weight: 300;
    }
}



/* /////////////////////////////////////// */
/* GAME */
/* /////////////////////////////////////// */
.scroll_game {
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.835);
    position: fixed;
    z-index: 9999;
    text-align: center;
    overflow: hidden;
}

.game_light {
    position: absolute;
    /* opacity: 0; */
    width: 80%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -999;
}

#LOGO_game_doll_body {
    width: 200px;
    height: 136px;
    position: absolute;
    margin: auto;
    top: -72%;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #fff; */
    opacity: 1;
    overflow: hidden;
}

#LOGO_game_doll {
    width: 200px;
    position: absolute;
    left: 0;
    bottom: -242px;
    opacity: 0;
}


@media screen and (max-width: 763px) {
    .game_light {
        display: none;
    }
}

.scroll_game_group {
    position: absolute;
    /* display: inline-block; */
    /* margin-top: 7%; */
    width: 365px;
    height: 520px;
    margin: auto;
    top: -3%;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width: 763px) {
    .scroll_game_group {
        /* margin-top: 36%; */
        width: 330px;
    }
}

.scroll_item {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.scroll_item_positive_group {
    background-image: url(../image/a0.png);
    opacity: 1;
    z-index: 99;

}

.scroll_item_reverse_group {
    background-image: url(../image/scroll_body.jpg);
    transform: rotateY(180deg);
    opacity: 0;
    z-index: 99;
}

.top_scroll {
    width: 113.5%;
    position: absolute;
    top: 0;
    left: -7%;
}

.bottom_scroll {
    width: 113.5%;
    position: absolute;
    bottom: 0;
    left: -7%;
}

.game_button {
    position: relative;
    display: inline-block;
    width: 326px;
    height: 110px;
    top: 470px;
}

@media screen and (max-width: 763px) {
    .game_button {
        width: 324px;
        top: 420px;
    }
}

.game_OK_button {
    width: 200px;
    height: 40px;
    border-radius: 4px;
    background-color: #dc2a22;
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    pointer-events: none;
    opacity: 0.5;
}

.game_OK_button:hover {
    filter: brightness(1.2);
}

.game_FB_LINE_EXIT {
    display: none;
}

.game_button_EXIT {
    border: none;
    width: 160px;
    height: 40px;
    border-radius: 4px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
}

.game_button_EXIT a {
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    text-decoration: none;
}

.game_FB_button {
    background-color: #4267b2;
}

.game_FB_button:hover {
    filter: brightness(1.2);
}

.game_LINE_button {
    background-color: #00b900;
}

.game_LINE_button:hover {
    filter: brightness(1.3);
}

.game_EXIT_button {
    cursor: pointer;
    opacity: 0.5;
    position: relative;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    display: inline-block;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    border: 2px solid rgb(211, 211, 211);
    border-radius: 50%;
    transition: .5s;
    /* text-align: center; */
}

.game_EXIT_button:hover {
    filter: brightness(1.2);
    transform: scale(1.1);
}

.game_EXIT_button:hover>.game_EXIT_button_line_A {
    transform: rotate(-45deg);
}

.game_EXIT_button:hover>.game_EXIT_button_line_B {
    transform: rotate(45deg);
}

.game_EXIT_button_line {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 70%;
    height: 4px;
    border-radius: 3px;
    border: 1.5px solid #fff;
    transition: .5s;
    top: 17px;
}

.game_EXIT_button_line_A {
    transform: rotate(45deg);
}

.game_EXIT_button_line_B {
    transform: rotate(-45deg);
}