@charset "utf-8";


*,
a,
span {
    font-family: 'Noto Sans TC', Arial, Helvetica, 微軟正黑體, Microsoft JhengHei, sans-serif;
}

a {
    text-decoration: none !important;
}




/*====卷軸===*/
/* 細捲軸開始 */
::-webkit-scrollbar {
    height: 5px;
    overflow: visible;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #ffab11;
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 0px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0), inset 0 -1px 0 rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #d10003;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:active {
    background-color: #d10003;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
    background-color: #19181e;
}

/* 細捲軸結束 */





html,
body {
    padding: 0;
    margin: 0;
}

section {
    width: 100%;
    display: inline-block;
    margin: 0;
}

img {
    width: 100%;
    height: 100%;
}

.display_none {
    display: none;
}

/*禁止滑動*/
.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}



/*--大背景--*/
.wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    overflow: hidden;

    background-color: #19181e;
}

.display_none{
    display: none;
}


/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           header_zone
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.header_zone {
    position: fixed;
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    background-color: rgb(80, 80, 80);
    z-index: 98;
}


/*中央*/
.header_zone .main_center {
    position: relative;
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 4.5%;
    z-index: 60;
    background-color: rgba(65, 105, 225, 0);
    /*顏色標機*/
}

.header_zone .logo {
    position: absolute;
    width: 30%;
    height: auto;
    padding-bottom: 0%;
    top: 6%;
    left: 0%;
    z-index: 3;
    cursor: pointer;
}


.header_zone .pc_menu {
    position: absolute;
    width: 50%;
    height: auto;
    padding-bottom: 0%;
    top: 38%;
    right: 0%;
    z-index: 3;
    display: block;
    background-color: rgba(110, 225, 65, 0)
        /*顏色標機*/
}


.header_zone .pc_menu li {
    float: right;
    padding: 0 4%;
    line-height: 150%;
}

.header_zone .pc_menu li p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.8vw;
    line-height: 153%;
    padding-bottom: 1%;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

.header_zone .pc_menu li p:hover {
    color: #e6511c;
}



.header_zone .sp_menu_op {
    position: absolute;
    width: 4%;
    height: auto;
    padding-bottom: 4%;
    top: 22%;
    right: -7%;
    z-index: 3;
    display: none;
}



@media (max-width:1470px) {

    .header_zone .pc_menu li p {
        font-size: 1vw;
    }
    .header_zone .pc_menu {
        width: 70%;
        background-color: rgba(148, 39, 39, 0);
        /*顏色標機*/
    }
}


@media (max-width:1100px) {

    .header_zone .main_center {
        width: 86%;
        padding-bottom: 7.5%;
    }

    .header_zone .logo {
        width: 23%;
        top: 11%;
    }

    .header_zone .pc_menu {
        width: 70%;
        background-color: rgba(148, 39, 39, 0);
        /*顏色標機*/
    }

    .header_zone .pc_menu li {
        padding: 0 3.4%;
    }

    .header_zone .pc_menu li p {
        font-size: 1.8vw;
    }
    

}


@media (max-width:767px) {

    .header_zone .main_center {
        padding-bottom: 16.5%;
    }

    .header_zone .pc_menu {
        display: none;
    }

    .header_zone .logo {
        width: 60%;
        top: 16%;
        left: 18%;
    }

    .header_zone .sp_menu_op {
        width: 10%;
        padding-bottom: 10%;
        top: 24%;
        right: -2%;
        z-index: 3;
        display: block;

        background: url(https://images2.iwplay.com.tw/image/p5x/main/image/nav/menu_nav_open.png) no-repeat center top;
        background-size: 100%;
    }

}

/*--audio--*/
.header_zone .audio_box {
  position: absolute;
  top: 20%;
  right: 0.5%;
  width: 2.5%;
  height: auto;
  background-color: rgba(167, 33, 33, 0);
  /*顏色標記*/
  padding-bottom: 2.5%;
  z-index: 99;

}

.header_zone .audio_box .btn_music {
  /* position: absolute; */
  width: 100%;
  height: auto;
  z-index: 5;
  cursor: pointer;
  background-color: rgba(33, 167, 44, 0);
  /*顏色標記*/
}

.header_zone .audio_box .btn_music .off,
.header_zone .audio_box .btn_music.on .on {
  opacity: 1;
  transition: .5s;
}

.header_zone .audio_box .btn_music.on .off,
.header_zone .audio_box .btn_music .on {
  opacity: 0;
  transition: .5s;
}

.header_zone .audio_box .sns_btn img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}


@media (max-width:1920px) {

}




@media (max-width:1100px) {
    .header_zone .audio_box {
        width: 5%;
        padding-bottom: 5%;
        right: 2%;
    }
  
}

@media (max-width:767px) {
    .header_zone .audio_box {
        width: 10%;
        padding-bottom: 10%;
        right: 85%;
    }
  
}

/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           sp_menu
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/

.menu_mob {
    display: none;
    pointer-events: none;
}

@media (max-width:767px) {

    .menu_mob {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000e1;
        background-size: contain;
        z-index: 9999;
        transition: 0.5s;

        display: block;
        pointer-events: all;
    }

    .menu_mob.on {
        top: 0;
    }

    .pop_close {
        display: block;
        position: absolute;
        padding-top: 10.13%;
        width: 10.13%;
        background: url(https://images2.iwplay.com.tw/image/p5x/main/image/pop_close.png) no-repeat 0 0;
        background-size: 100%;
        cursor: pointer;
        z-index: 10;
    }

    .menu_mob .pop_close {
        top: 5.7%;
        right: 6.26%;
    }



    .menu_mob .logo_box {
        position: absolute;
        width: 100%;
        height: auto;
        padding-bottom: 32%;

        top: 0%;
        left: 0%;
        z-index: 3;
        display: block;
        background-color: rgb(0, 0, 0);
        /*顏色標機*/
    }

    .menu_mob .logo_box .logo {
        position: absolute;
        width: 55%;
        height: auto;
        padding-bottom: 0%;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        z-index: 3;
    }




    .menu_mob .sp_menu {
        position: absolute;
        width: 93%;
        height: auto;
        padding-bottom: 0%;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        z-index: 3;
        display: block;
        background-color: rgba(110, 225, 65, 0);
        /*顏色標機*/

        padding-left: 0rem;
    }


    .menu_mob .sp_menu li {
        padding: 3% 4%;
        line-height: 150%;
    }

    .menu_mob .sp_menu li p {
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 6vw;
        line-height: 153%;
        padding-bottom: 1%;
        margin-block-start: 0em;
        margin-block-end: 0em;
        color: #ffffff;
        font-weight: 500;
        text-align: center;
    }

    .menu_mob .sp_menu li p:hover {
        color: #e6511c;
    }



}






/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           輪波圖區
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.kv_zone {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    padding-top: 4.5%;
    background-color: rgb(255, 255, 255);
}

.bn {
    width: 100%;
    height: auto;
    display: block;
}

.bn img {
    width: 100%;
}

.mobbn {
    display: none;
}




@media (max-width:1470px) {}


/*@media (max-width:1100px) {
	.kv_zone {
		padding-bottom: 135%;
    background-color: rgb(255, 255, 255);
	}
}*/


@media (max-width:1100px) {

    .kv_zone {
        padding-top: 7.5%;
        background-color: rgb(255, 255, 255);
    }

}


@media (max-width:767px) {
    .kv_zone {
        padding-top: 16.5%;
        background-color: rgb(255, 255, 255);
    }


    .mobbn {
        width: 100%;
        display: block;
    }

    .mobbn img {
        width: 100%;
    }

    .bn {
        display: none;
    }
}

/*--↑主視覺區域↑--*/









/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
            遊戲區
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.game_list_zone {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    overflow: hidden;

    background-color: rgb(255, 255, 255);
}


.game_list_zone .bg_mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 2;

    pointer-events: none;

}


/*中央*/
.game_list_zone .main_center {
    position: relative;
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding-top: 6%;
    padding-bottom: 6%;
    z-index: 60;
    background-color: rgba(255, 255, 255, 0);
    /*顏色標機*/
}


/*標題*/
.game_list_zone .title_zone {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 60;
    background-color: rgba(65, 225, 78, 0);
    /*顏色標機*/
}

.game_list_zone .title_zone p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.8vw;
    line-height: 153%;
    padding-bottom: 2%;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #ffab11;
    font-weight: 500;
    text-align: center;
}




/*格子區*/
.game_list_zone .list_zone {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 60;
    background-color: rgba(225, 222, 65, 0);
    /*顏色標機*/

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}


.list_box {
    width: 100%;
    height: auto;
    /* padding-bottom: 1%; */
    margin-left: 4%;
    margin-right: 4%;
    background-color: #d6d6d600;
    border-radius: 0%;
    overflow: hidden;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.list_box .game_img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1%;
    background-color: rgba(65, 225, 92, 0);
    /*顏色標機*/
}

.list_box .game_img img{
    width: 100%;
    height: 100%;
}

.list_box .game_info_box {
    background-color: rgba(65, 225, 92, 0);
    /*顏色標機*/
}

.list_box .game_info_box .game_name {
    /* position: absolute; */
    width: 100%;
    height: auto;
    padding-top: 2%;
    top: 22%;
    left: 6%;
    z-index: 3;

    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

.list_box .game_info_box .game_name p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1vw;
    line-height: 153%;
    padding-bottom: 2%;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #242424;
    font-weight: 500;
    text-align: left;
}

.slogan{
    font-size: 1vw;
}

.list_box .game_info_box .link_btn_box {
    /* position: absolute; */
    width: 100%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 0%;
    z-index: 3;
    background-color: rgba(225, 65, 132, 0);
    /*顏色標機*/

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}


.list_box .game_info_box .link_btn_box .btn {
    width: 10%;
    margin: 1%;
    cursor: pointer;
    transform: scale(1);
    transition: 0.3s;
}
.list_box .game_info_box .link_btn_box .btn:hover {
    transform: scale(1.5);
    transition: 0.3s;
}


@media (max-width:1470px) {
    .slogan{
        font-size: 1.5vw;
    }
    .list_box .game_info_box .link_btn_box .btn {
        width: 15%;
    }
    /* .game_list_zone .title_zone p {
        font-size: 2.2vw;
    }


    .list_box {
        width: 29%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .list_box .game_info_box .game_name {
        top: 19%;
    }

    .list_box .game_info_box .game_name p {
        font-size: 1.2vw;
    } */

}


@media (max-width:1100px) {
    .slogan{
        font-size: 1.8vw;
    }

    .list_box .game_info_box .link_btn_box .btn {
        width: 20%;
    }
     .game_list_zone .main_center {
        width: 76%;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    /*.game_list_zone .title_zone p {
        font-size: 3vw;
        padding-bottom: 3%;
    }


    .game_list_zone .list_zone {
        width: 100%;
        padding-bottom: 2%;
        margin: 0 auto;
    } */


    /*格子*/
    /* .list_box {
        width: 42%;
        margin-bottom: 4%;
        margin-left: 4%;
        margin-right: 4%;
    }

    .list_box .game_info_box {
        padding-bottom: 2%;
    }

    .list_box .game_info_box .game_name p {
        font-size: 1.8vw;
    } */

    .list_box .game_info_box .link_btn_box{
        justify-content: center;
    }
}


@media (max-width:1100px) {
    .slogan{
        font-size: 2vw;
    }

    .list_box .game_info_box .link_btn_box .btn {
        width: 15%;
    }
    
}

@media (max-width:767px) {
    .game_list_zone {
        padding-bottom: 0%;
        background-color: rgb(255, 255, 255);
    }


    .game_list_zone .main_center {
        padding-top: 12%;
        padding-bottom: 12%;
        width: 90%;
    }


    .game_list_zone .title_zone p {
        font-size: 6vw;
        padding-bottom: 5%;
    }


    .list_box {
        width: 100%;
        margin-bottom: 10%;
    }


    .slogan{
        font-size: 20px;
    }

    .list_box .game_info_box .game_name {
        top: 22%;
    }

    .list_box .game_info_box .game_name p {
        font-size: 4.5vw;
    }
    
    .list_box .game_info_box .link_btn_box .btn{
        width: 25%;
        max-width: 100px;
        margin-bottom: 10%;
    }
    .list_box .game_info_box .game_intro{
        letter-spacing: 0.05vw;
    }

}

/*--↑主視覺區域↑--*/






/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
            公司介紹
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.co_inf_zone {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    background-color: rgb(179, 7, 7);

    background-image: url(../image/co_pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
}


.co_inf_zone .black_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.63);
    z-index: 5;
    pointer-events: none;
}





.co_inf_zone .comitembox {
    position: relative;
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding-top: 12%;
    padding-bottom: 12%;
    z-index: 60;
}

.co_inf_zone .comitembox .style_1 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.8vw;
    line-height: 153%;
    padding-bottom: 2%;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.co_inf_zone .comitembox .style_2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.8vw;
    line-height: 153%;
    padding-bottom: 1%;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.07vw;
}




@media (max-width:1470px) {

    .co_inf_zone .comitembox .style_1 {
        font-size: 2.2vw;
    }

    .co_inf_zone .comitembox .style_2 {
        font-size: 1vw;
    }

}

@media (max-width:1100px) {

    .co_inf_zone .comitembox {
        width: 70%;
    }

    .co_inf_zone .comitembox .style_1 {
        font-size: 3vw;
        padding-bottom: 3%;
    }

    .co_inf_zone .comitembox .style_2 {
        font-size: 1.8vw;
    }

}


@media (max-width:767px) {
    .co_inf_zone {
        padding-bottom: 0%;
        background-color: rgb(255, 255, 255);
    }

    .co_inf_zone .comitembox {
        width: 80%;
        padding-top: 16%;
        padding-bottom: 16%;
    }

    .co_inf_zone .comitembox .style_1 {
        font-size: 6vw;
        padding-bottom: 5%;
    }

    .co_inf_zone .comitembox .style_2 {
        font-size: 4vw;
        padding-bottom: 7%;
        text-align: left;
    }
}

/*--↑主視覺區域↑--*/



/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
            隱私權
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/

.privacy-container{
    background-color: rgba(179, 7, 7, 0);

    background-image: url(../image/privacy_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* margin:0 50%; */
}

.privacy-container p,
.privacy_text li,
.privacy_text a
{
    color: #ffffff;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3), 23px 19px 14px rgba(205,206,173,0);

}

.privacy_title .h1{
    font-size: 2.3vw;
    padding-bottom: 3%;
    font-weight: 500;
}

.privacy_title p{
    padding: 0 2%;
}

.privacy_text .h2{
    padding-top: 2%;
    font-size: 1.3vw;
    font-weight: 400;

}

.privacy_text li{
    padding-top: 1%;
    letter-spacing: 0.18vw;
}

.privacy_title p,
.privacy_text p,
.privacy_text li{
    font-size: 0.8vw;
    font-weight: 300;
    letter-spacing: 0.15vw;
}

.privacy_content{
    width: 60%;
    background-color: rgba(7, 179, 7, 0);
    margin: 0 20%;
    padding: 10% 0;
}

.privacy_title{
    width: 90%;
    margin: 0 5%;
    background-color: rgba(7, 61, 179, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 5%;
}
.privacy_text{
    width: 80%;
    padding-top: 2%;
    margin: 0 10%;
    background-color: rgba(133, 179, 7, 0);
    text-align: left;
}


.privacy_text p{
    padding-left: 3%;
}

.privacy_text ol{
    padding-left: 5%;
}

.privacy_text .h2{
    padding-left: 0%;
}


@media (max-width:1470px){
    .privacy_title .h1{
        font-size: 2.6vw;
    }
    .privacy_text .h2{
        font-size: 1.5vw;
    }
    .privacy_title p,
    .privacy_text p,
    .privacy_text li{
        font-size: 1vw;
    }
}

@media (max-width:1100px) {
    .privacy_title .h1{
        font-size: 3.5vw;
        
    }

    .privacy_text .h2{
        font-size: 2.3vw;
        padding-top: 5%;
    }
    .privacy_content{
        width: 80%;
        margin: 0 10%;
    }

    .privacy_title p,
    .privacy_text p,
    .privacy_text li{
        font-size: 1.8vw;
        letter-spacing: 0.2vw;
    }

    .privacy_text{
        width: 90%;
        margin:0 5%;
    }

}
@media (max-width:767px) {

    .privacy_title{
        width: 100%;
        margin: 0;
        padding-bottom: 6%;
    }

    .privacy_title .h1{
        font-size: 6.5vw;
    }

    .privacy_text .h2{
        font-size: 4.8vw;
    }
    
    .privacy_content{
        width: 90%;
        margin: 0 5%;
        padding-top: 20%;
    }

    .privacy_title p,
    .privacy_text p,
    .privacy_text li{
        font-size: 4vw;
        padding-bottom: 6%;
        letter-spacing: 0.3vw;
    }

    .privacy_text{
        width: 100%;
        margin:0;
    }

}

@media (max-width:400px) {

   

    .privacy_title .h1{
        font-size: 7vw;
    }

    .privacy_text .h2{
        font-size: 5vw;
    }
    


    .privacy_title p,
    .privacy_text p,
    .privacy_text li{
        font-size: 4vw;
    }


}


/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
       ↓footer↓
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
footer {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    overflow: hidden;

    background-color: #262626;
}


/*中央*/
.footer .main_center {
    position: relative;
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 2%;
    z-index: 60;
    background-color: rgba(65, 105, 225, 0);
    /*顏色標機*/
}


.footer .main_center .logo {
    position: relative;
    width: 30%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0%;
    z-index: 60;
}

.footer .main_center .copyright {
    position: relative;
    width: 40%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 2%;
    z-index: 60;
}

.footer .main_center .copyright p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.8vw;
    line-height: 153%;
    padding-bottom: 1%;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #8b8b8b;
    font-weight: 400;
    text-align: center;
}

@media (max-width:1470px) {

    .footer .main_center .copyright p {
        font-size: 1vw;
    }

}

@media (max-width:1100px) {

    .footer .main_center {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .footer .main_center .logo {
        width: 50%;
    }

    .footer .main_center .copyright {
        width: 100%;
    }

    .footer .main_center .copyright p {
        font-size: 1.8vw;
    }

}


@media (max-width:767px) {

    .footer .main_center {
        width: 80%;
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .footer .main_center .logo {
        width: 65%;
    }

    .footer .main_center .copyright p {
        font-size: 3vw;
    }

}




/*--↑footer↑--*/