@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;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;
}


/*--------------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 {
    background: url(../img/header-1.jpg) center/cover no-repeat;
}

.bg_banner {
    /* background: url(../img/header-1.jpg) center/cover no-repeat; */
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bg_banner .headerimg {
    width: 60%;
    margin: 10vh 0;
}

/* 
.bg_banner .headerimg {
    width: 50%;
} */
.hrader-but {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    filter: drop-shadow(0px 3px 6px #202020);
    animation: headerbut 1s linear infinite;
}

@keyframes headerbut {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.05);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}

.hrader-but:hover {
    animation: normal;
    transform: translateX(-50%) scale(0.9);
    transition: .1s ease-in-out;
    filter: drop-shadow(0px 0px 10px #fff);
}

@media all and (max-width:1200px) {
    .bg_banner .headerimg {
        width: 70%;
    }

    .hrader-but {
        width: 55%;
    }
}

@media all and (max-width:768px) {
    .bg_banner .headerimg {
        width: 90%;
    }
}

/*--------------#header---------------*/

/*--------------------------------------title-------------------------------------------------*/
.title1 {
    width: 100%;
    margin: 0 auto;
}

.titletext {
    width: 750px;
    margin: 0 auto;
    /* padding: 0.1em 4em; */
    border-radius: 40px;
    text-align: center;
    color: #aa5600;
    background: linear-gradient(45deg, #f6bb5f 0%, #f7e781 20%, #f7ca6b 35%, #f6bb5f 48%, #f7eb84 60%, #f6be61 75%, #f7e781 100%);
}

.titletext h2 {
    font-size: 3em;
    font-weight: 600;
}


@media all and (max-width:1280px) {
    .titletext h2 {
        font-size: 3em;
    }
}

@media all and (max-width:768px) {
    .titletext {
        width: 700px;
    }
}

@media all and (max-width:575px) {
    .titletext {
        width: 500px;
    }

    .titletext h2 {
        font-size: 2em;
    }

    .titsm h2 {
        font-size: 1.5em;
    }
}

@media all and (max-width:425px) {
    .title1 {
        width: 100%;
    }

    .titletext {
        width: 380px;
    }
}

@media all and (max-width:375px) {

    .titletext {
        width: 300px;
    }
}

/*--------------------------------------#title-------------------------------------------------*/

/*--------------------------------------pt1-------------------------------------------------*/
.pt1 {
    background: url(../img/bg-1.png),
        url(../img/bg-2.png),
        linear-gradient(to bottom, #c5171e 0%, #600e13 100%);
    background-blend-mode: multiply, normal;
    background-position: center top, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    overflow: hidden;
}

.tit-img {
    width: 80%;
    margin: 0 auto;
}

.a01box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1em;
}

.a01-1 {
    width: calc(100%/3.5);
    background: linear-gradient(45deg, #f6bb5f 0%, #f7e781 20%, #f7ca6b 35%, #f6bb5f 48%, #f7eb84 60%, #f6be61 75%, #f7e781 100%);
    text-align: center;
    padding: .5em;
    margin: .5em;
    font-size: 1em;
    font-weight: 500;
    border-right: 1px solid rgb(255 255 255 / 50%);
    color: #000;
}

.a01-1 h5 {
    color: #fff;
    background: #e60025;
}

.a01-1-p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.a01-R {
    width: 25%;
}

.a01-L {
    width: 75%;
    font-size: 1.5em;
    color: #5c0000;
}

/* ------------------ */
.a02box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.a02-1 {
    width: calc(100%/3.5);
    margin: .5em;
    padding: .5em;
    background: #fffabc;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.a02-L {
    width: 30%;
}

.a02-R {
    width: 70%;
    text-align: center;
    font-size: 1.3em;
    color: #e60025;
    font-weight: 600;
}

.a02-R span {
    font-size: 1.5em;
    color: #5c0000;
}
.a02-RR small{
    display: inline-block;
}
.a02-RR{
    line-height: 1.1em;
}
/* ------------------ */
.a03box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.9);
    width: 90%;
    margin: 0 auto;
    padding: .5em;
}

.a03-1 {
    width: calc(100%/3);
    padding: .5em;
    font-weight: 500;
    border-right: 1px solid #9fa0a0;
    text-align: center;
}

.a03-1:last-child {
    border-right: unset;
}

.a03-1 li span {
    color: #e60012;
    padding: 0 .5em;
}

/* ------------------ */
.a04box {
    background: rgba(255, 255, 255, 0.9);
    width: 90%;
    margin: 0 auto;
    padding: .5em;
}

.a04-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: .5em;
    font-weight: 500;
    border-right: 1px solid #9fa0a0;
    text-align: center;
}

.a04-1 li {
    width: 25%;
}

.a04-1:last-child {
    border-right: unset;
}

/* ------------------ */
.a05box {
    background: rgba(255, 255, 255, 0.9);
    width: 90%;
    margin: 0 auto;
    padding: .5em;
}

.a05-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: .5em;
    font-weight: 500;
    border-right: 1px solid #9fa0a0;
}

.a05-1 li {
    width: 33.3%;
    text-align: center;
}

.a05-1:last-child {
    border-right: unset;
}

.a05-1 span {
    font-size: .8em;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .a01-1 {
        width: calc(100%/2.5);
    }

    .a05-1 li {
        width: 50%;
    }
}

@media all and (max-width:576px) {
    .tit-img {
        width: 100%;
    }

    .a01-1 {
        width: calc(100%/1.5);
    }

    .a02-1 {
        width: calc(100%/2.2);
    }

    .a04-1 li {
        width: 50%;
    }

    .a04box {
        justify-content: flex-start;
    }

    .a05-1 {
        font-size: .8em;
    }
    .a02-R{
        font-size: 1.15em;
    }
}

@media all and (max-width:425px) {
    .a05box {
        width: 100%;
    }
}

@media all and (max-width:375px) {}

/*--------------------------------------#pt1-------------------------------------------------*/

/*--------------------------------------pt2-------------------------------------------------*/
.pt2 {
    background-color: #fcdcb9;
    overflow: hidden;
}


.b01-topp {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.b01-topp h4 {
    font-size: 2em;
    font-weight: 600;
    color: #e8380d;
    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;

}

.b01-topp h4 span {
    font-size: 1.5em;
    font-family: 'M PLUS Rounded 1c' !important;
}

.b01-topp h5 {
    color: #aa5600;
    font-size: 1.8em;
    font-weight: 600;
}

.b01-topp h5 span {
    color: #e8380d;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .b01-topp {
        width: 100%;
    }
}

@media all and (max-width:576px) {}

@media all and (max-width:425px) {
    .b01-topp h5 {
        font-size: 1.7em;
    }
}

@media all and (max-width:375px) {}

/* --------------------- */
.b01box {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.b01-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.b01-img {
    width: 30%;
}

.b01-p {
    width: 70%;
    padding-right: 2em;
}

.b01-p h4 {
    color: #e73278;
    font-weight: 700;
}

.b01-p h4 span {
    font-size: 1.5em;
}

.b01-p p {
    font-weight: 500;
}

.b01-p p span {
    color: #e60012;
}

/* ----------------- */
.b02 {
    margin-top: 7%;
}

.b02box {
    width: 80%;
    margin: 1em auto;
}

.b02box table {
    width: 100%;
    text-align: center;
    font-size: 1.3em;
}

.b02box table tr,
.b02box table td {
    border: 1px solid rgba(128, 128, 128, 0.5);
}

.b02box thead {
    background: #f08300;
    color: #fff;
}

.b02box thead td {
    padding: .3em;
}

.b02box tbody tr:nth-child(odd) td:nth-child(1) {
    background: #f6ab00;
    color: #fff;
}

.b02box tbody tr:nth-child(odd) td {
    background: #fff;
}

.b02box tbody tr:nth-child(even) td:nth-child(1) {
    background: #f08300;
    color: #fff;
}

.b02box tbody tr:nth-child(even) td {
    background: #fffbc7;
}

.b02box small span {
    margin-left: 3em;
}

/* ----------------- */
.b03 {
    margin-top: 7%;
}

.b03box {
    width: 80%;
    margin: 1em auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.b03-1 {
    width: calc(100%/3);
    padding: 1em;
    min-height: 99px;
}

.b03-1:nth-child(odd) {
    background: #e73278;
    color: #fff;
}

.b03-1:nth-child(even) {
    background: #fff;
    color: #e73278;
}

.b03-1:nth-child(odd) span {
    color: #fff100;
    font-weight: 500;
}

.b03-1:nth-child(even) span {
    color: #e60012;
    font-weight: 500;
}

.sm {
    text-align: center;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {}

@media all and (max-width:576px) {
    .b03-1 {
        width: 100%;
        min-height: auto;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/* ----------------- */
.b04 {
    margin-top: 7%;
}

.b01-topp2 h5 {
    font-size: 2.5em;
    color: #e8380d;
    text-align: center;
    font-weight: 600;
}

.b04box {
    width: 80%;
    margin: 0 auto;
}

/* iframe */
.iframe {
    width: 100%;
    /* padding: 7vh 0; */
}

.iframe .ifr {
    width: 95%;
    max-width: 1000px;
    margin: 2vh auto;
    background: rgb(255, 255, 255, 0.9);
    border-radius: 30px;
}

.iframe .imgbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.iframe .imgbox a {
    width: calc(100%/3.5);
    margin: 1vh 1vw;
}

.iframe .imgbox img {
    width: 100%;
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, .5));
}

.iframe .imgbox img:hover {
    transform: scale(.9);
    transition: .5s;
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .5));
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .b04box {
        width: 100%;
    }
}

@media all and (max-width:576px) {
    .iframe .ifr {
        border-radius: 5px;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/* ----------------- */
.b05 {
    margin-top: 7%;
}

.b01-topp3 h5 {
    font-size: 1.5em;
    color: #e8380d;
    text-align: center;
    font-weight: 600;
}

.b05box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 2em;
    box-shadow: 5px 5px 7px #484848;
}

.b05box .b05-1 {
    width: calc(100%/3.3);
    margin: 0.5em;
}

.b05box h3 {
    text-align: center;
    color: #ee7300;
    font-weight: 600;
}

.b05box h5 {
    text-align: center;
    background: #ee7300;
    color: #fff;
    padding: .8em 0;
    margin-bottom: 0px;
}

.b05box .b05-1:nth-child(5) h5 {
    font-size: 1.2em;
    padding: 0.3em;
}

.b05box .b05-1 p {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #ee7300;
    padding: .5em !important;
    min-height: 110px;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .b05box {
        width: 95%;
    }
}

@media all and (max-width:576px) {
    .b05box {
        padding: 1em;
    }

    .b05box .b05-1 {
        width: calc(100%/2.3);
        font-size: 15px;
    }
}

@media all and (max-width:425px) {
    .b05box .b05-1 {
        width: 100%;
    }

    .b05box .b05-1 p {
        min-height: auto
    }
}

@media all and (max-width:375px) {
    .b05box .b05-1 {
        font-size: 17px;
    }
}

/*--------------------------------------#pt2-------------------------------------------------*/


/*--------------------------------------pt3-------------------------------------------------*/
.pt3 {
    background-color: #7acdf3;
    overflow: hidden;
}

.b01-topp4 h5 {
    font-size: 3em;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-shadow: 3px 3px 1px #3b1e87;
}

.c01box,
.c02box,
.c03box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 2em;
    box-shadow: 5px 5px 7px #484848;
}

.c02box .c02-1 {
    width: calc(100%/4.5);
    margin: 0.5em;
}

.c02box h4 {
    text-align: center;
    background: #ee7300;
    border-radius: 10px;
    color: #fff;
    padding: .3em 0;
    margin-bottom: 0px;
}

.c02-1-img {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 7px grey;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {

    .c01box,
    .c02box,
    .c03box {
        width: 95%;
    }
}

@media all and (max-width:576px) {
    .c02box .c02-1 {
        width: calc(100%/2.5);
    }

    .c01box,
    .c02box,
    .c03box {
        padding: 1em;
    }

    .b01-topp4 h5 {
        font-size: 2em;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/*---------------------------------*/
.c03-1-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.c03-1-imgs .imgs {
    width: calc(100%/6);
    margin: .5em;
    background: #571a86;
    border-radius: 10px;
    padding: 1em .5em;
    text-align: center;
}

.c03-1-imgs .imgs img {
    width: 70%;
    margin: 0 auto;
}

.c03-1-imgs .imgs p {
    color: #fff;
    font-size: .9em;
    text-align: center;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {}

@media all and (max-width:576px) {
    .c03-1-imgs .imgs {
        width: calc(100%/3.5);
        padding: .5em;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/*-------------------------------*/

.c03-2-a {
    border: 1px dashed #ee7300;
    border-radius: 10px;
    padding: .5em;
    margin: 2em 0;
}

.c03-2-a h4 {
    margin-top: -3%;
}

.c03-2-a h4 span {
    background: #ee7300;
    color: #fff;
    border-radius: 8px;
    width: 80%;
    text-align: center;
    padding: 0 .3em;
}

.c03-2-a h4 span span {
    color: yellow;
    padding: 0;
}

.c03-2-a h5 {
    color: #571a86;
}

.c03-2-a h5 span {
    color: #e8380d;
}

.c03-2-a p {
    font-weight: 500;
}

.c03-2-a p span {
    color: #e8380d;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {}

@media all and (max-width:576px) {
    .c03-2-a h4 {
        font-size: 1em;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/* --------------------- */
.c04 {
    width: 80%;
    margin: 0 auto;
    margin-top: 10%;
}

@media all and (max-width:768px) {
    .c04 {
        width: 100%;
    }
}

@media all and (max-width:576px) {}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/*--------------------------------------#pt3-------------------------------------------------*/

/*--------------------------------------pt4-------------------------------------------------*/
.pt4 {
    background-color: #7acdf3;
    overflow: hidden;
}

.d01box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.d1-1 {
    display: flex;
    width: 48%;
    border-bottom: 2px solid #f08300;
    background: #fff;
}

.d1-1:nth-child(5),
.d1-1:last-child {
    border-bottom: 0px;
}

.d1-t {
    background: #f08300;
    color: #fff;
    writing-mode: vertical-lr;
    padding: .5em;
    font-size: 1.2em;
    border-bottom: 1px solid #fff;
}

.d1-p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    padding: 1em;
}

.d1-p p {
    padding: 1em !important;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {}

@media all and (max-width:576px) {
    .d1-1 {
        width: 90%;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/*--------------------------------------#pt4-------------------------------------------------*/

/*--------------------------------------footer-------------------------------------------------*/
footer {
    background-color: #a72126;
    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 {
    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;
    }
}

/*-----------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按鈕------------------*/