@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans TC', "Font Awesome 5 Free", sans-serif !important;
}

a:hover {
    text-decoration: none !important;
}

ul,
li {
    list-style-type: none;
    padding: 0px;
}

p {
    margin: 0px !important;
    padding: 0px !important;
}

@font-face {
    font-family: "MStiffHeiHK";
    src: url("../font/6daafe4bf5f24958dc640da592c230c4.eot");
    /* IE9*/
    src: url("../font/6daafe4bf5f24958dc640da592c230c4.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../font/6daafe4bf5f24958dc640da592c230c4.woff2") format("woff2"),
        /* chrome、firefox */
        url("../font/6daafe4bf5f24958dc640da592c230c4.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("../font/6daafe4bf5f24958dc640da592c230c4.svg#MStiffHeiHK-UltraBold") format("svg");
    /* iOS 4.1- */
}

/*--------------header---------------*/
.container {
    padding: 2em 0em;
    max-width: 1000px;
}

@media all and (min-width:1200px) {
    .container {
        max-width: 1000px !important;
    }
}

@media all and (max-width:1200px) {
    .container {
        max-width: 1000px !important;
    }
}

.bg_banner {
    background: url(../img/header-1.png) center bottom/cover no-repeat, #dcdddd;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}


.bg_banner .headerimg {
    width: 50%;
    margin-top: 3.5em;
}

.butt {
    width: 100%;
    text-align: center;
    margin-bottom: 3.5em;
}

.butt a {
    color: #691318;
    background: linear-gradient(to right, rgba(229, 185, 74, 1) 0%, rgba(249, 232, 149, 1) 16%, rgba(230, 161, 78, 1) 33%, rgba(249, 232, 149, 1) 80%, rgba(229, 185, 74, 1) 100%);
    font-size: 2em;
    border-radius: 30px;
    padding: 0 1em;
    font-weight: 500;
    box-shadow: 0px 0px 1px #fff;
    display: inline-block;

}

.butt a:hover {
    color: #691318;
    transform: scale(1.05);
    transition: 0.5s;
    box-shadow: 0px 0px 10px #fff;
}

@media all and (max-width:1200px) {
    .bg_banner .headerimg {
        width: 70%;
    }
}

@media all and (max-width:768px) {
    .bg_banner .headerimg {
        width: 90%;
    }
}

/*--------------#header---------------*/
/*--------------------------------------title-------------------------------------------------*/
.title1 {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.titletext {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.titletext h2 {
    font-size: 2.8em;
}

.titletext h2 span {
    color: #fff100;
    font-style: italic;
    font-weight: 900;
}

.tit2 {
    margin-bottom: -2em;
}

.tit2::before {
    content: '';
    background: url(../img/title-2.png) center/cover no-repeat;
    width: 168px;
    height: 63px;
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tit3::before {
    content: '3/11(五)-3/13(日)限定優惠';
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    font-weight: 700;
    text-shadow: -1px -1px 0px #e8380d, 1px -1px 0px #e8380d, -2px 0px 0px #e8380d, -1px 1px 0px #e8380d, 0px 3px 0px #e8380d, 0px -3px 0px #e8380d, 2px 2px 0px #e8380d, -2px -2px 0px #e8380d, 3px 0px 0px #e8380d, -3px 0px 0px #e7390d, 4px 4px 0px rgb(231 57 13 / 90%);

}

.tit4 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #e60012;
}

.tit4 h3 {
    font-size: 2.5em;
    text-shadow:
        -1px -1px 0px #fff,
        1px -1px 0px #fff,
        -2px 0px 0px #fff,
        -1px 1px 0px #fff,
        0px 3px 0px #fff,
        0px -3px 0px #fff,
        2px 2px 0px #fff,
        -2px -2px 0px #fff,
        3px 0px 0px #fff,
        -3px 0px 0px #fff;
}

.tit4 h3 span {
    position: relative;
    font-family: "MStiffHeiHK" !important;
}

.tit4 h3 span::before {
    content: '';
    position: absolute;
    top: -1vh;
    left: -5vw;
    background: url(../img/title-4-1.png) center/cover no-repeat;
    width: 29px;
    height: 65px;
    filter: drop-shadow(0px 0px 2px #fff);
}

.tit4 h3 span::after {
    content: '';
    position: absolute;
    top: -1vh;
    right: -5vw;
    background: url(../img/title-4-2.png) center/cover no-repeat;
    width: 29px;
    height: 65px;
    filter: drop-shadow(0px 0px 2px #fff);
}

@media all and (max-width:768px) {
    .titletext h2 {
        font-size: 2.3em;
    }
}

@media all and (max-width:575px) {
    .title1 {
        width: 95%;
    }

    .titletext h2 {
        font-size: 1.5em;
    }

    .tit2::before {
        top: -35%;
    }

    .tit3::before {
        font-size: 1.5em;
    }

    .tit4 h3 {
        font-size: 1.8em;
    }
}

@media all and (max-width:425px) {
    .tit2::before {
        width: 100px;
        height: 35px;
    }

    .tit4 {
        width: 85%;
    }

    .tit4 h3 span::before,
    .tit4 h3 span::after {
        display: none;
    }
}

/*--------------------------------------#title-------------------------------------------------*/
/*--------------------------------------pt1-------------------------------------------------*/
.pt1 {
    background-color: #dcdddd;
    overflow: hidden;
}



.a01box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.a01-1 {
    width: calc(100%/4.5);
    text-align: center;
    background: #fff;
    margin: 1em;
}

.a01-1 h4 {
    color: #fff;
    padding: .5em 0;
    margin-bottom: 0;
}

.a01-1:nth-child(odd) h4 {
    background: #ec6d5e;
}

.a01-1:nth-child(even) h4 {
    background: #00afec;
}

.a01-1 p {
    font-size: 1.2em;
    padding: .5em 0 !important;
}

@media all and (max-width:768px) {
    .a01-1 {
        width: calc(100%/2.5);
    }
}

@media all and (max-width:576px) {}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/* ----- */
.a02 {
    margin-top: 4em;
}

.a02box {
    background: #fff;
    padding: 1em;
    width: 95%;
    margin: 0 auto;
}

.a02border {
    border: 3px solid #f6ae6a;
    padding: .1em;
}

.a02-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #f6ae6a;
}

.a02-img {
    width: 25%;
}

.a02-text {
    width: 65%;
}

.a02-text h4 {
    font-size: 1.5em;
    font-weight: 700;
    color: #005ca2;
}

.a02-text h4 span {
    font-size: 1.5em;
}

.a02-text p {
    font-weight: 500;
}

.a02-text p span {
    color: #e60012;
}

@media all and (max-width:768px) {}

@media all and (max-width:575px) {
    .a02-img {
        width: 40%;
    }

    .a02-text {
        width: 90%;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {
    .a02-text h4 {
        font-size: 1.4em;
    }
}

/* ----------- */
.a03 {
    margin: 6em 0;
}

.a03box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.a03box table {
    font-size: 2em;
    background: #fff;
    width: 60%;
    text-align: center;
    font-weight: 500;
    margin-top: 1em;
}

.a03box table tr,
.a03box table td {
    border: 2px solid #9fa0a0;
}

.a03box table tr td:first-child {
    background: #005ca2;
    color: #fff;
}

table .bu {
    background: #00afec;
    color: #fff;
}

table .pi {
    background: #ec6d5e;
    color: #fff;
}

@media all and (max-width:768px) {}

@media all and (max-width:575px) {
    .a03 {
        margin: 0px;
    }

    .a03box table {
        font-size: 1.5em;
        width: 90%;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/*--------------------------------------#pt1-------------------------------------------------*/

/*--------------------------------------pt2-------------------------------------------------*/
.pt2 {
    background: url(../img/bg-1.jpg) center top/cover no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.b01box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 1em;
}

.b01-1 {
    width: calc(100%/4);
    background: rgb(255 252 209 / 80%);
    text-align: center;
    padding: .5em;
    font-size: 1em;
    font-weight: 500;
    border-right: 1px solid rgb(255 255 255 / 50%);
}

.b01-2 {
    text-align: center;
    background: #fffcd1;
    width: 100%;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {}

@media all and (max-width:576px) {}

@media all and (max-width:425px) {
    .b01box {
        padding: 1em 0;
    }
}

@media all and (max-width:375px) {
    .b01-1 {
        font-size: .9em;
    }
}

/* ----------- */
.b01box2 {
    width: 80%;
    margin: 0 auto;
}

.b01box2 h4 {
    text-align: center;
    color: #c7000b;
    font-size: 2.5em;
    font-weight: 800;
    padding: .2em 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
}

.b01-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.b01-3 .circle {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    font-size: 3em;
    font-weight: 700;
    color: #691318;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, rgba(229, 185, 74, 1) 0%, rgba(249, 232, 149, 1) 16%, rgba(230, 161, 78, 1) 33%, rgba(249, 232, 149, 1) 80%, rgba(229, 185, 74, 1) 100%);
}

.b01-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 70%;
}

.b01-text h5 {
    width: calc(100%/2.5);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 2em;
    margin: .5em;
    padding: .1em 0;
}

.b01-text p {
    color: #fff;
    font-size: 2em;
}

/* -------------------------------------*/
.b01box3 {
    width: 90%;
    margin: 0 auto;
}

.b01-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.b01-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.b01-4-1 {
    width: calc(100%/3);
}

.b01-5-1 {
    width: calc(100%/3);
}

@media all and (max-width:768px) {}

@media all and (max-width:575px) {

    .b01box2,
    .b01box3 {
        width: 95%;
    }

    .b01box2 h4 {
        font-size: 1.5em;
    }

    .b01-3 {
        width: 100%;
    }

    .b01-text h5 {
        width: calc(100%/2.5);
        margin: 0.2em;
    }

    .b01-4-1,
    .b01-5-1 {
        width: calc(100%/2);
    }
}

@media all and (max-width:425px) {
    .b01-3 .circle {
        width: 120px;
        height: 120px;
    }
}

@media all and (max-width:375px) {}

/*--------------------------------------#pt2-------------------------------------------------*/

/*--------------------------------------footer-------------------------------------------------*/
footer {
    background-color: #005ca2;
    color: #fff;
    font-size: 16px;
    padding: 2em;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    line-height: 2em;
}

footer h2 {
    text-align: center;
    width: 100%;
}

footer .me h3,
footer .me h4 {
    border-bottom: 2px solid #fff;
    line-height: 2em;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ffbf6c;
}

footer .me .fab {
    font-size: 1.5em;
    margin: 0.5em;
}

footer td {
    padding: 0 .5em;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

@media all and (max-width:576px) {

    footer table,
    .me {
        width: 100%;
    }
}

@media all and (max-width:576px) {
    footer {
        font-size: 15px;
        padding-bottom: 6em;
    }
}

@media all and (max-width:375px) {
    footer {
        font-size: 13px;
        padding-bottom: 7em;
    }
}

/*--------------------------------------#footer-------------------------------------------------*/

/*--------------------talk------------------------*/

#talk {
    line-height: 1.5;
    text-align: center;
    position: fixed;
    top: 10vh;
    vertical-align: middle;
    left: 0px;
    text-align: left;
    color: #fff;
}

#talk ul li:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

#talk ul {
    margin: 0px 0px;
    padding: 0px 0px !important;
    list-style-type: none;
}

#talk ul li {
    width: 70%;
    height: 100%;
    cursor: pointer;
    font-size: 2em;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px !important;
    font-weight: 600;
    margin: 0 auto !important;
    color: #00a1ff;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

#talk ul li:nth-child(1) {
    font-size: 1.5em;
}

#talk ul li:nth-child(1):hover {
    color: #00ff0d;
}

#talk ul li:nth-child(2):hover {
    color: #00e1ff;
}

#talk ul li:nth-child(3):hover {
    color: #f700ff;
}

#talk ul li:nth-child(4):hover {
    color: #ff0000;
}

@media all and (max-width:425px) {
    #talk {
        width: 100%;
        background-color: rgba(176, 161, 161, 0.8);
        line-height: 1.5;
        color: #999;
        padding: 0px 0px 0px 0px;
        text-align: center;
        position: fixed;
        bottom: 0px;
        left: 0px;
        top: auto;
    }

    #talk ul li {
        width: 23%;
        text-align: center;
        vertical-align: middle;
        padding: .1em !important;
        display: inline-block;
        font-size: 2em;
    }

    #talk ul li:nth-child(1) {
        font-size: 2em;
    }

    #talk ul li:hover {
        transform: none;
    }
}

/*--------------------#talk------------------------*/

/*--------------------------------------pt3-------------------------------------------------*/
.pt3 {
    background: url(../img/bg-2.jpg) center top/cover no-repeat;
    overflow: hidden;
}

.c01-titimg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c01-titimg img {
    z-index: 3;
}

.c01-titimg img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: multiply;
    z-index: 1;
}

.c01-titimg img:nth-child(3) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px 0px 7px #fff);
    z-index: 2;
}

/*--------------------------------------#pt3-------------------------------------------------*/

/*--------------------------------------pt4-------------------------------------------------*/
.pt4 {
    background: url(../img/bg-3.jpg) center top/cover no-repeat;
    overflow: hidden;
}

.d01box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.d01-1 {
    width: calc(100%/4.5);
    text-align: center;
    background: #fff;
    margin: 1em;
}

.d01-1 h4 {
    color: #fff;
    padding: .5em 0;
    margin-bottom: 0;
}

.d01-1 h4 {
    background: #d80c18;
}

.d01-1 p {
    font-size: 1.2em;
    padding: .5em 0 !important;
    width: 81%;
    margin: 0 auto !important;
    text-align: left;
    line-height: 1.2em;
}

.ph {
    display: inline;
}

@media all and (max-width:768px) {
    .d01-1 {
        width: calc(100%/2.5);
    }

    .ph {
        display: none;
    }
}

@media all and (max-width:576px) {}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/* ---------------------------------------*/
.d02box {
    width: 90%;
    margin: 1em auto;
}

.d02-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin: 1em auto;
    padding: 0 1em;
}

.d02-L {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.d02-Limg {
    width: 30%;
}

.d02-Lp {
    width: 65%;
    padding: 0 .5em;
    text-align: center;
    border-right: 1px solid #1d2088;
}

.d02-Lp h3 {
    background: #1d2088;
    color: #fff;
}

.d02-Lp p {
    color: #1d2088;
    font-weight: 600;
}

.d02-1:nth-child(2) .d02-Lp h3 {
    background: #0097e0;
}

.d02-R {
    width: 50%;
}

.d02-R ul {
    margin-bottom: 0px
}

.d02-R ul li {
    position: relative;
}

.d02-R ul li::before {
    content: '★';
    position: absolute;
    top: 0;
    left: -4%;
}

.d02box2 {
    width: 90%;
    margin: 0 auto;
}

@media all and (max-width:768px) {
    .d02-1 {
        width: 70%;
    }

    .d02-L,
    .d02-R {
        width: 100%;
        margin: .5em 0;
    }

    .d02-Lp {
        border: unset;
    }
}

@media all and (max-width:576px) {
    .d02-1 {
        width: 95%;
        font-size: .8em;
    }

    .d02box2 {
        width: 50%;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/*--------------------------------------#pt4-------------------------------------------------*/

/*-----------TOP按鈕------------------*/
#goTop {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 3em;
    height: 3em;
    padding: 0.5em;
    z-index: 999;
}

#goTop .fas {
    font-family: "Font Awesome 5 Free" !important;
}

@media all and (max-width: 575px) {
    #goTop {
        bottom: 4em;
    }
}

/*-----------TOP按鈕------------------*/