@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

body {
    overflow-x: hidden;

}

#mtkContainer,
#mtkContainer * {
    vertical-align: top;
    box-sizing: border-box;
}

#mtkContainer {
    background: url(../images/hero-pc_1.jpg) top center no-repeat;
}

a,
a:hover {
    text-decoration: none;
}

header.hero {
    position: relative;
    margin: 0 auto;
    height: 649px;

}

header.hero h1 {
    display: none;
}

.pageMenu {
    /* position: absolute;
bottom: 0;
left:0;
*/
    position: sticky;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 50;

}

.pageMenu_inner {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f46611;
    border-radius: 20px 20px;
    overflow: hidden;
}

.pageMenu_inner a {
    display: inline-block;
    padding: 15px 30px;
    font: 700 28px/1 "Noto Sans TC";
    color: white;
}

.pageMenu_inner a.scrollHightlight {
    /* border-radius: 20px 20px 0 0; */
    background: #5b30c1;
}


.bankContent {
    padding: 25px 0;
    background: #5b30c1;
}

.bankContent_inner {
    margin: 0 auto 0 auto;
    padding: 30px 40px;
    width: 100%;
    max-width: 1100px;
    background: white;
    border-radius: 20px;
}

.bankContent_inner_logo {
    display: flex;
    padding-bottom: 30px;
    justify-content: center;
    gap: 20px;
}

.bankContent_inner_logo li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    max-width: 170px;
}

.bankContent_inner_logo img {
    width: 100%;
}

.bankContent h2 {
    padding-bottom: 30px;
    font: 900 40px/1 "Noto Sans TC";
    color: #5b30c1;
    text-align: center;
    letter-spacing: 0px;

}


.coupons {
    margin-bottom: 40px;
}

.coupons:last-child {
    margin-bottom: 0px;
}


.coupon {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #ff4997;
    border-radius: 20px;
    overflow: hidden;
}

.coupon::after,
.coupon::before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);

    width: 20px;
    height: 20px;
    border-radius: 99em;
    background: white;
    z-index: 10;
}

.coupon::after {
    left: calc(0% - 10px);

}

.coupon::before {
    right: calc(0% - 10px);

}

.coupon_promo,
.coupon_focus {
    display: inline-flex;
}

.coupon_promo {
    width: 40%;
    flex-wrap: wrap;
}

.coupon_promo>* {
    display: block;
    flex-shrink: 0;
    width: 100%;
}

.coupon_promo h3 {
    font: 700 34px/1.2 "Noto Sans TC";
    color: white;
    text-align: center;
}

.coupon_promo p {
    font: 700 34px/1.2 "Noto Sans TC";

    text-align: center;
    color: #fff200;
}

.coupon_focus {
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 60%;
    font: 900 80px/1 "Noto Sans TC";
    background: white;
    border-radius: 20px;
}

.coupons_coupon_btn {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    max-width: 300px;
    font: 500 40px/1 "Noto Sans TC";
    text-align: center;
    color: #fff200;
    border-radius: 99em;
    background: #5b30c1;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.25);
}

.couponInformation {}

.couponInformation li {
    margin-bottom: 25px;
    font: 500 24px/1.5 "Noto Sans TC";
    color: black;
}

.couponInformation li h4 {
    display: inline-block;
    padding: 0 10px;
    background: #5b30c1;
    color: #fff200;
    border-radius: 99em;
}






.orderTicket {
    padding: 25px 0;
    background: #5b30c1;
}

.orderTicket_inner {
    margin: 0 auto 0 auto;
    padding: 30px 40px;
    width: 100%;
    max-width: 1100px;
    background: white;
    border-radius: 20px;
}

.orderTicket_inner_logo {
    display: flex;
    padding-bottom: 30px;
    justify-content: center;
    gap: 20px;
}

.orderTicket_inner_logo li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    max-width: 170px;
}

.orderTicket_inner_logo img {
    width: 100%;
}

.orderTicket h2 {
    padding-bottom: 30px;
    font: 900 40px/1 "Noto Sans TC";
    color: #5b30c1;
    text-align: center;
    letter-spacing: 0px;

}

.chooseTicket {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.chooseTicket a {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    border-radius: 99em;
    overflow: hidden;
    background: black;
}

.chooseTicket p {
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
    width: 100%;
    font: 700 26px/2 "Noto Sans TC";
    color: white;
    text-align: center;

    z-index: 10;
}

.chooseTicket img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: .5s;

}

.chooseTicket a:hover img {
    opacity: 1;
}

.chooseTicket a:hover p {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75);
}




.poi h2 {
    padding-bottom: 30px;
    font: 900 40px/1 "Noto Sans TC";
    color: #fff200;
    text-align: center;
    letter-spacing: 0px;
}


.poiChangeBtn {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.poiChangeBtn a {
    display: inline-block;
    flex-shrink: 0;
    padding: 5px 15px;
    font: 700 18px/1 "Noto Sans TC";
    color: white;
    border-radius: 99em;
    background: #0e7170;
}

.poiChangeBtn a.on {
    color: #fff200;
    background: #5b30c1;
}







.poi_inner {
    display: none;
}

.poi_inner.on {
    display: block;
}


.poi {
    padding: 25px 0;
    background: #25cdcc;
}

.ph-menu {
    /* display: none; */
}

.slidecontain {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px;
}

.ph-menu-arrow-left,
.ph-menu-arrow-right {
    display: none;
}

.slidecontain li {
    display: inline-block;
    padding: 5px 15px;
    font: 700 18px/1 "Noto Sans TC";
    color: white;
    border-radius: 99em;
    background: #0e7170;
}

.slidecontain li a {
    display: block;
    color: white;
}


.slidecontain li.on {
    background: #5b30c1;
}


.slidecontain li.on a {
    color: #fff200;
}

.ph-group-title {
    display: none;
    margin-bottom: 10px;
    font: 700 34px/1.4 "Noto Sans TC";
    color: #fff200;
    text-align: center;
}

.ph-group-title.on {
    display: block;
}

.ph-group {
    display: none;
    justify-content: center;
    gap: 40px 20px;
    flex-wrap: wrap;
    margin: 0 auto 60px auto;
    width: 95%;
    max-width: 1400px;
}

.ph-group.on {
    display: flex;
}

.ph-group-content {
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    padding-bottom: 60px;
    width: 300px;
    background: white;
}

.ph-group-content img {
    width: 100%;
}

.ph-group-content-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    font: 700 18px/1.4 "Noto Sans TC";
    color: #fff200;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75);
}

.ph-group-content-text {
    padding: 10px;
}

.ph-group-content-text-name {
    display: block;
    margin-bottom: 10px;
    font: 700 18px/1.4 "Noto Sans TC";
    color: #5b30c1;
}

.ph-group-content-text-sale {
    display: block;
    margin-bottom: 10px;
    padding: 0 5px;
    font: 700 18px/1.4 "Noto Sans TC";
    color: white;
    background: #ff4997;
}

.ph-group-content-text-sale a {
    color: #fff200;
}

.ph-group-content-text-detail {
    display: block;
    margin-bottom: 10px;
    font: 500 15px/1.4 "Noto Sans TC";
    color: black;
}

.ph-group-content-text-detail a {
    color: black;
}

.ph-group-content-text-price {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    width: 100%;
    font: 700 24px/1.4 "Noto Sans TC";
    color: #ff4997;
    text-align: center;
}

.ph-group-content-text-price span {
    display: inline-block;
    font-size: 0.7em;
    transform: translateY(50%);
}

.link-right {
    display: none;
}


.notice {
    padding: 25px 0;
    background: #5b30c1;
}

.notice_inner {
    margin: 0 auto 0 auto;

    width: 90%;


}

.notice b{
    font: 500 18px/1.4 "Noto Sans TC";
    color: yellow;
    margin-bottom: 10px;
    display: block;
}



.notice h2 {
    padding-bottom: 30px;
    font: 900 40px/1 "Noto Sans TC";
    color: white;
    text-align: center;
    letter-spacing: 0px;

}

.notice ul {
    list-style-type: upper-roman;
    list-style-position: inside;

}

.notice li {
    display: list-item;
    margin-bottom: 10px;
    font: 500 18px/1.4 "Noto Sans TC";
    color: white;
    list-style-type: decimal;
    list-style-position: inside;
}


@media only screen and (max-width: 820px) {
    body {
        background: none;
    }

    header.hero {
        height: auto;
        background: #25cdcc;
    }

    header.hero h1 {
        display: block;
        line-height: 0;
    }

    header.hero h1 img {
        width: 100%;
    }

    .pageMenu {

        background: #25cdcc;
    }

    .pageMenu_inner {
        display: flex;
        width: 100%;
        border-radius: 0;
    }

    .pageMenu_inner a {
        padding: 2% 0;
        width: 25%;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 500;

    }

    .bankContent h2 {
        font-size: 30px;
    }

    .bankContent_inner {
        padding: 10% 1%;
    }

    .coupon {
        display: block;
        padding: 10px;
    }


    .coupon_promo,
    .coupon_focus {
        display: inline-flex;
    }

    .coupon_promo {
        margin-bottom: 10px;
        width: 100%;
    }

    .coupon_promo h3 {
        font-size: 28px;
    }

    .coupon_promo p {
        font-size: 28px;
    }

    .coupon_focus {
        width: 100%;
        font-size: 50px;
    }

    .couponInformation li {
        margin-bottom: 20px;
        font: 500 18px/1.5 "Noto Sans TC";

    }

    .orderTicket_inner {
        padding: 10% 3%;
    }

    .chooseTicket {
        gap: 20px;
        flex-wrap: wrap;
    }

    .chooseTicket a {
        display: block;
        flex-shrink: 0;
        width: 100%;
        height: 200px;
        border-radius: 20px;

    }


    .poiChangeBtn {

        justify-content: flex-start;
        gap: 10px;
        overflow-x: scroll;

    }





    .ph-group {
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
    }


    .slidecontain {
        justify-content: flex-start;
        overflow-x: scroll;
    }

    .slidecontain li {
        flex-shrink: 0;
    }

    .notice li ,.notice b {
        font-size: 15px;
    }
}