@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/earlyaccess/cwtexyen.css');

body {
    font-size: 1em;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #cae9fa;
    font-family: 'Noto Sans TC', sans-serif;
    box-sizing: border-box;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1em;
}

a {
    text-decoration: none;
}


#gotop {
    z-index: 99;
    position: fixed;
    justify-content: center;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background: rgb(255, 255, 255, 0.9);
    /* padding: 20px; */
    /* text-align: center;
    text-decoration: none; */
    border-radius: 50px;
    font-size: 2em;
    color: #ff4d44;
}

#gotop i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (max-width:768px) {
    #gotop {
        bottom: 75px;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    #gotop {
        bottom: 65px;
    }
}

#talk {
    line-height: 1.5;
    text-align: center;
    position: fixed;
    top: 10vh;
    vertical-align: middle;
    left: 0px;
    text-align: left;
    color: #fff;
    z-index: 99;
}

#talk ul {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style-type: none;
}

#talk ul li {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
    margin-top: 5px;
    font-weight: 600;
    color: #00a1ff;
}

#talk ul li:nth-child(4) {
    background-color: #ff0000;
    padding-top: 13px;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: bold;
}

#talk ul li i {
    font-size: 3em;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

@media screen and (max-width: 38em) {
    #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: 55px;
        height: 55px;
        text-align: center;
        vertical-align: middle;
        padding-top: 10px;
        margin: 0px 5px 0px 5px;
        display: inline-block;
        font-size: 1em;
    }

    .fb_icon {
        font-size: 2.3em;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    #talk ul li:nth-child(4) {
        background-color: #ff0000;
        padding-top: 10px;
        border: 1px solid #ff0000;
        color: #fff;
        letter-spacing: -0.5px;
        font-weight: bold;
        font-size: 0.9em;
    }
}

/*-------------------------------------------*/

header {
    width: 100%;
    background-image: url(../images/headbg-top.png), url(../images/headbg.png);
    background-color: #7DCCF3;
    background-position: top -20% center, top center;
    background-size: contain, cover;
    background-repeat: no-repeat;
}

header .head {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

header .head h3 {
    padding: 8vh 0 4vh 8vw;
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    color: #1D2087;
    text-shadow: 0 0 0.12em #FFF, 0 0 0.12em #FFF, 0 0 0.12em #FFF, 0 0 0.12em #FFF, 0 0 0.12em #FFF, 0 0 0.12em #FFF, 0 0 0.12em #FFF;
}

header .head .titleimg {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

header .head .titleimg img {
    width: 95%;
    max-width: 720px;
    margin: 0 auto;
    animation: headimg 1.8s infinite linear;
}

@keyframes headimg {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

header .head .word {
    margin: -3vh 0 0;
    padding: 2vh 0;
    position: relative;
    z-index: 99;
    transform: skewY(-3deg);
    background: url(../images/line.png) no-repeat top center, url(../images/line.png) no-repeat bottom center, #FFF;
}

header .head .word .book {
    position: absolute;
    top: 0;
    right: 20em;
    display: inline;
}

header .head .word p {
    font-size: 1.8em;
    font-weight: 500;
    color: #0076C2;
    letter-spacing: 1.2px;
    padding: 2vh 0;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

header .head .word p:nth-child(2) {
    color: #000;
}

header .head .word p span {
    font-size: 1.2em;
    font-weight: 600;
    color: #E84D07;
}

header .head .word p span:nth-child(1) {
    color: #0d63a9;
    font-size: 1.3em;
}

header .head .word p:nth-child(2) span {
    color: #c30d23;
    font-size: 1em;
}

header .head .grow {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

header .head .grow h2 {
    font-size: 1.5em;
    font-weight: 500;
    color: #E6222F;
    background: #FFD800;
    margin: 2vh 0;
    padding: 0.5vh 0.5vw;
}

header .head .grow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

header .head .grow ul li {
    width: 95%;
    max-width: 250px;
    margin: 0 1vw 4vh;
    padding: 3vh 0;
    background: rgb(255 255 255 / 73%);
    border-radius: 20px;
    letter-spacing: 1.2px;
}

header .head .grow ul li h4 {
    font-size: 1.5em;
    font-weight: 600;
    color: #ED7600;
    text-shadow: 0 0 1em #FFF;
}

@media all and (max-width:1280px) {
    header .head .word p {
        font-size: 1.5em;
    }

    header .head .word .book {
        display: none;
    }
}

@media all and (max-width:767px) {
    header .head .word {
        margin: -3vh 0 0;
    }

    header .head h3 {
        font-size: 1em;
        padding: 8vh 0 0;
        text-align: center;
    }

    header .head .word p {
        font-size: 1.2em;
    }
}

@media all and (max-width:425px) {
    header .head .word p {
        font-size: 1.1em;
        padding: 1vh 0;
    }

    header .head .word p:nth-child(2) {
        display: flex;
        flex-direction: column;
    }
}

@media all and (min-width:786px) {
    .br768 {
        display: none;
    }
}

/*-------------------------------------------*/

.gift {
    padding: 10vh 0;
    /* background: url(../images/bgpp.png), #7DCCF3; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

/* 
.gift .gift-title{
    width: 95%;
    max-width: 800px;
    margin: -3vh auto;
    text-align: center;
    position: relative;
    z-index: 99;
} */
.gift .gift-title {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #EE8000;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0.5vh 0;
    border-radius: 50px;
}

/* .gift .gift-title h2{
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #ff8000;
    text-shadow: 0 0 0.12em #ffffff, 0 0 0.12em #ffffff, 0 0 0.12em #ffffff, 0 0 0.12em #ffffff, 0 0 0.12em #ffffff, 0 0 0.12em #ffffff, 0 0 0.12em #ffffff, 0 0 0.12em #ffffff, 0 0 0.12em #ffffff, 0 0 0.12em #ffffff, 0 0 0.12em #ffffff, 0 0 0.12em #ffffff;
} */

.gift .gift-title h2 span {
    font-size: 1.2em;
    color: yellow;
}

.gift .gift-con img {
    width: 100%;
    max-width: 180px;
}

.gift .gift-con img.police-l {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50px, 0);
}

.gift .gift-con img.police-r {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50px, 0);
}

.gift .gift-con {
    width: 95%;
    max-width: 850px;
    margin: 2em auto;
    background: rgb(255, 255, 255, 0.9);
    padding: 5vh 0;
    border-radius: 40px;
    position: relative;
}

.gift-con .gift-p {
    color: #e47d11;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

.gift .gift-con .gift-text {
    text-align: left;
    width: fit-content;
    margin: 0 auto;
    padding: 2vh 0;
}

.gift .gift-con .gift-text h3 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.5px;
    color: #231815;
}

.gift .gift-con .gift-text h3 span {
    font-size: 1em;
    font-weight: 500;
    line-height: 2;
    color: #FF1000;
}


@media all and (max-width: 768px) {
    .gift {
        font-size: 12px;
        padding: 0px;
    }

    .gift .gift-con {
        font-size: 1.5em;
    }

    .gift .gift-con .gift-text {
        padding: 2vh 1vh 0 8vh;
    }

    .gift .gift-con .gift-text h3 {
        text-indent: -4em;
    }

    .gift .gift-con img {
        display: none;
    }

    .gift-con .gift-p {
        font-size: 1.4em;
    }
}

@media all and (max-width: 425px) {
    .gift .gift-title {
        font-size: 2em;
    }

    .gift .gift-con {
        font-size: 1em;
    }

    .gift .gift-con .gift-text {
        padding: 2vh 2vh 0 10vh;
    }

    .gift .gift-con .gift-text p {
        text-align: left;
    }

    .img2l {
        display: none;
    }

    .gift-con .gift-p {
        font-size: 1.2em;
    }
}


@media all and (min-width:786px) {
    .br768 {
        display: none;
    }
}

/*-------------------------------------------*/

.Q1 {
    width: 100%;
    /* background: url(../images/bgline.png); */
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 8vh 0;
}

.Q1 .Q1-title {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #EE8000;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0.5vh 0;
    border-radius: 50px;
}

.Q1 .content {
    width: 95%;
    max-width: 850px;
    margin: 0 auto;
    background: rgb(255, 255, 255, 0.9);
    padding: 3vh 0;
    border-radius: 40px;
    text-align: center;
    position: relative;
}

.Q1 .content img.pc1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
}

.Q1 .content .word1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 0 2vh;
}

.Q1 .content .word1 img {
    width: 100%;
    max-width: 150px;
}

.Q1 .content .word1 .word {
    padding-left: 1vw;
}


.Q1 .content .word1 .word h4 {
    font-size: 1.5em;
    font-weight: 500;
    color: #E95504;
    letter-spacing: 1.2px;
}

.Q1 .content .word1 .word h4 span {
    font-size: 1.2em;
    font-weight: 600;
    color: #E50012;
}

.Q1 .content .word1 .word p {
    font-size: 1em;
    font-weight: 400;
    color: #231815;
    text-align: right;
    padding: 0;
}


.Q1 .content table {
    border: 2px solid #000;
    font-family: 微軟正黑體;
    font-size: 16px;
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
}

.Q1 .content table th {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.Q1 .content table th.th2 {
    background-color: #0076C2;
    padding: 10px;
    border: 1px solid #000;
    color: #fff;
}

.Q1 .content table th.th3 {
    background-color: #00B3EC;
    padding: 10px;
    border: 1px solid #000;
    color: #fff;
}

.Q1 .content table td {
    border: 1px solid #000;
    background-color: #FFF;
    padding: 5px;
}

.Q1 .content p.p2018 {
    font-size: 0.9em;
    font-weight: 300;
    color: #231815;
    padding: 0;
}

.Q1 .content p {
    font-size: 1em;
    font-weight: 400;
    color: #231815;
    padding: 1vh 0 0;
    letter-spacing: 1.2px;
}

@media all and (max-width:767px) {
    .Q1 .Q1-title {
        font-size: 1.5em;
    }

    .Q1 .content img.pc1 {
        bottom: unset;
        top: 0;
        width: 100px;
    }

    .Q1 .content .word1 .word h4 {
        text-align: left;
        padding: 0 0 0 20vw;
    }

    .Q1 .content .word1 .word p {
        text-align: left;
        padding: 0 0 0 20vw;
    }

    .Q1 .content table th.th1 {
        padding: 3px;
    }
}

/*-------------------------------------------*/

.Q2 {
    width: 100%;
    padding: 8vh 0;
}

.Q2 .Q2-title {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #EE8000;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0.5vh 0;
    border-radius: 50px;
}

.Q2 .box {
    width: 95%;
    max-width: 1000px;
    margin: 3vh auto 0;
}

.Q2 .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Q2 .box ul li {
    width: 180px;
    text-align: center;
}

.Q2 .box ul li h3 {
    font-size: 1.2em;
    font-weight: 500;
    color: #FFF;
    background: #00469B;
    border: 1px solid #00469B;
    padding: 1vh 0;
}

.Q2 .box ul li:nth-child(even) h3 {
    background: #008BD5;
}

.Q2 .box ul li p {
    font-size: 1em;
    font-weight: 300;
    background: #FFF;
    border: 1px solid #00469B;
    padding: 1vh 0.5vw;
    min-height: 96px;
}

@media all and (max-width:767px) {
    .Q2 .Q2-title {
        font-size: 1.5em;
    }

    .Q2 .box ul li {
        width: 28%;
        margin: 1em;
    }
}

@media all and (max-width:425px) {
    .Q2 .box ul li {
        width: 80%;
    }
}

/*-------------------------------------------*/

.Q3 {
    width: 100%;
    padding: 8vh 0;
}

.Q3 .Q3-title {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #EE8000;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0.5vh 0;
    border-radius: 50px;
}

.Q3 .word {
    width: 95%;
    max-width: 800px;
    margin: 3vh auto;
    text-align: center;
    background: #FFF000;
    padding: 0.5vh 0;
}

.Q3 .word h3 {
    font-size: 1.5em;
    font-weight: 500;
    color: #231815;
    letter-spacing: 1.2px;
}

.Q3 .word h3 span {
    font-size: 1.1em;
    font-weight: 600;
    color: #1D2087;
}

.Q3 .word h3 span.sp2 {
    font-size: 1.1em;
    font-weight: 600;
    color: #E50012;
}

.Q3 .pp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

.Q3 .pp .ppleft {
    width: 100%;
    max-width: 350px;
    margin: 0 5vh 0 0;
}

.Q3 .pp .ppleft img {
    width: 100%;
    max-width: 350px;
}

.Q3 .pp .ppleft h4 {
    font-size: 1em;
    font-weight: 400;
    background: #FFF;
    letter-spacing: 1.2px;
    padding: 0.5vh 0;
}

.Q3 .pp .ppleft h4 span {
    font-size: 1.1em;
    font-weight: 500;
    background: #005BAB;
    color: #FFF;
    padding: 0.5vh 0.5vw;
}

.Q3 .pp .ppright {
    width: 100%;
    max-width: 350px;
    padding: 0 0 0 2vw;
    border-left: 2px dashed #999;
}

.Q3 .pp .ppright img {
    width: 100%;
    max-width: 350px;
}

.Q3 .pp .ppright h4 {
    font-size: 1em;
    font-weight: 400;
    background: #FFF;
    letter-spacing: 1.2px;
    padding: 0.5vh 0;
}

.Q3 .pp .ppright h4 span {
    font-size: 1.1em;
    font-weight: 500;
    background: #E7380D;
    color: #FFF;
    padding: 0.5vh 0.5vw;
}

@media all and (max-width:767px) {
    .Q3 .Q3-title {
        font-size: 1.5em;
    }

    .Q3 .word h3 {
        font-size: 1em;
    }

    .Q3 .pp .ppleft {
        margin: 0;
    }

    .Q3 .pp .ppright {
        border-left: none;
        padding: 5vh 0;
    }
}

/*-------------------------------------------*/

.Q4 {
    width: 100%;
    padding: 8vh 0;
}

.Q4 .Q4-title {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #EE8000;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0.5vh 0;
    border-radius: 50px;
}

.Q4 .check {
    width: 95%;
    max-width: 850px;
    margin: 0 auto;
    background: rgb(255, 255, 255, 0.9);
    padding: 3vh 0;
    border-radius: 40px;
}

.Q4 .check ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Q4 .check ul li {
    display: flex;
    align-items: center;
    width: 380px;
    padding: 1vh 1vw;
    margin: 1vh 0;
}

.Q4 .check ul li img {
    width: 100%;
    max-width: 50px;
}

.Q4 .check ul li p {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 0 0 0.5vw;
}

@media all and (max-width:767px) {
    .Q4 .Q4-title {
        font-size: 1.5em;
    }

    .Q4 .check ul li p {
        font-size: 1.1em;
    }
}

/*-------------------------------------------*/

.Q5 {
    width: 100%;
    padding: 8vh 0;
}

.Q5 .Q5-title {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #EE8000;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0.5vh 0;
    border-radius: 50px;
}

.Q5 .box {
    width: 95%;
    max-width: 1000px;
    margin: 3vh auto 0;
}

.Q5 .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: white;
    padding: 3em 1em;
    border-radius: 50px;
}

.Q5 .box ul li .row {
    background: #036eb8;
    font-size: 1.2em;
    color: #fff100;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 20px 20px 0 0;
}

.Q5 .box ul li .row .col-6 {
    width: 60%;
    font-size: 1.5em;
}

.Q5 .box ul li .row .col-6:nth-child(2) {
    width: 20%;
    font-size: .8em;
    text-align: left;
}

.Q5 .box ul li {
    width: 160px;
    text-align: center;
    margin: 0em auto;
    font-size: 16px;
}

.Q5 .box ul li h3 {
    font-size: 2em;
    font-weight: 500;
    color: #FFF;
    background: #036eb8;
    border: 1px solid #036eb8;
    padding: 1vh 0;
    border-radius: 0 0 20px 20px;
    border-top: 2px solid;
}

.Q5 .box ul li h3.h3-1 {
    font-size: 1.9em;
}

@media all and (max-width:1280px) {
    .Q5 .box ul li {
        width: 145px;
        font-size: 12px;
    }
}

@media all and (max-width:767px) {
    .Q5 .Q5-title {
        font-size: 1.5em;
    }

    .Q5 .box ul li {
        width: 300px;
        font-size: 20px;
        margin: 1em auto;
    }
}

@media all and (max-width:425px) {
    .Q5 .Q5-title {
        font-size: 1.4em;
        width: 100%;
    }
}

/*-------------------------------------------*/
.Q6 {
    width: 100%;
    padding: 8vh 0;
}

.Q6 .Q6-title {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #EE8000;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0.5vh 0;
    border-radius: 50px;
}

.Q6 .box {
    width: 95%;
    max-width: 1000px;
    margin: 3vh auto 0;
}

.Q6 .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3em 1em;
}

.Q6 .box ul li {
    width: 30%;
    background: white;
    text-align: center;
    margin: 0em auto;
    font-size: 16px;
    border-radius: 20px;
}

.Q6 .box ul li h3 {
    width: 80%;
    margin: 0 auto;
    font-size: 2em;
    font-weight: 700;
    color: #036eb8;
    padding: 1vh 0;
    border-bottom: 2px solid;
}

.Q6 .box ul li p {
    font-size: 1.1em;
    font-weight: 500;
    margin: 1em auto;
    min-height: 100px;
}

.Q6 .box ul li p span {
    font-size: .8em;
    color: red;
}

.Q6 .box ul li h4 {
    position: relative;
    background: #1a7bb8;
    color: white;
    font-size: 2em;
    padding: .3em 0em;
    border-radius: 20px;
}

.Q6 .box ul li h4::before {
    content: '適合';
    position: absolute;
    top: -.7em;
    left: 1em;
    color: #c30d23;
    font-size: .8em;
    transform: rotate(-10deg);
    text-shadow:
        0 0 0.12em #fff,
        0 0 0.12em #fff,
        0 0 0.12em #fff,
        0 0 0.12em #fff,
        0 0 0.12em #fff,
        0 0 0.12em #fff,
        0 0 0.12em #fff,
        0 0 0.12em #fff,
        0 0 0.12em #fff,
        0 0 0.12em #fff,
        0 0 0.12em #fff,
        0 0 0.12em #fff;
}

@media all and (max-width:1280px) {}

@media all and (max-width:767px) {
    .Q6 .Q6-title {
        width: 70%;
        font-size: 1.5em;
    }

    .Q6 .box ul li {
        width: 70%;
        font-size: 20px;
        margin: 1em;
    }
}

@media all and (max-width:425px) {
    .Q6 .Q6-title {
        width: 100%;
        font-size: 1.3em;
    }

    .Q6 .box ul {
        padding: 0em 1em;
    }

    .Q6 .box ul li {
        width: 100%;
    }
}

/*-------------------------------------------*/
.lesson {
    width: 100%;
    padding: 8vh 0;
}

.lesson .lesson-title {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #EE8000;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0.5vh 0;
    border-radius: 50px;
}

.lesson .lesson-pc {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

.lesson .lesson-pc img {
    width: 100%;
    margin: 3vh 0 0 0;
}

.lesson .lesson-ph {
    display: none;
}

@media all and (max-width:767px) {
    .lesson .lesson-title {
        font-size: 1.5em;
    }

    .lesson .lesson-ph {
        display: block;
        width: 95%;
        margin: 0 auto;
    }

    .lesson .lesson-ph img {
        width: 100%;
        margin: 3vh 0 0 0;
    }

    .lesson .lesson-pc {
        display: none;
    }
}

/*-------------------------------------------*/

.t1 {
    width: 100%;
    padding: 5vh 0;
}

.t1 .t1-title {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #FCCC00;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0.5vh 0;
    border-radius: 50px;
}

.t1 .box {
    width: 95%;
    max-width: 1500px;
    margin: 0 auto;
}

.t1 .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 3vh 0;
}

.t1 .box ul li {
    width: 32%;
    margin: 2vh 1vw;
    background-color: #FFF;
}

.t1 .box ul li h3 {
    font-size: 1.5em;
    font-weight: 600;
    color: #FFF;
    background-color: #00B3EC;
    padding: 1vh 0;
}

.t1 .box ul li p {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
    color: #231815;
    padding: 1vh 0;
}


.t1 .box ul li .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 1vw 2vh;
}

.t1 .box ul li .video-container iframe,
.t1 .box ul li .video-container object,
.t1 .box ul li .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media all and (max-width:1280px) {
    .t1 .box ul li {
        width: 47%;
    }
}

@media all and (max-width:768px) {

    .t1 .box ul li {
        width: 95%
    }

    .t1 .box ul li p {
        font-size: 1.2em;
    }

    .t1 .t1-title {
        font-size: 1.5em;
    }
}

@media all and (max-width:425px) {
    .t1 .box ul li p {
        font-size: .9em;
    }
}

/*-------------------------------------------*/

.t2 {
    width: 100%;
    padding: 5vh 0;
}

.t2 .t2-title {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #FCCC00;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0.5vh 0;
    border-radius: 50px;
}

.t2 .box {
    width: 95%;
    max-width: 1500px;
    margin: 0 auto;
}

.t2 .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 3vh 0;
}

.t2 .box ul li {
    width: 32%;
    margin: 2vh 1vw;
    background-color: #FFF;
}

.t2 .box ul li h3 {
    font-size: 1.5em;
    font-weight: 600;
    color: #FFF;
    background-color: #F18D00;
    padding: 1vh 0;
}

.t2 .box ul li p {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
    color: #231815;
    padding: 1vh 0;
}

.t2 .box ul li:nth-child(3) p span,
.t2 .box ul li:nth-child(4) p span {
    margin-left: 1em;
}

.t2 .box ul li .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 1vw 2vh;
}

.t2 .box ul li .video-container iframe,
.t2 .box ul li .video-container object,
.t2 .box ul li .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media all and (max-width:1280px) {
    .t2 .box ul li {
        width: 47%;
    }
}

@media all and (max-width:768px) {

    .t2 .box ul li {
        width: 95%
    }

    .t2 .box ul li p {
        font-size: 1.2em;
    }

    .t2 .box ul li:nth-child(3) p br:nth-child(3),
    .t2 .box ul li:nth-child(4) p br:nth-child(3) {
        display: none;
    }

    .t2 .box ul li:nth-child(3) p span,
    .t2 .box ul li:nth-child(4) p span {
        margin-left: 0em;
    }

    .t2 .t2-title {
        font-size: 1.5em;
    }
}

@media all and (max-width:425px) {
    .t2 .box ul li p {
        font-size: .9em;
    }
}

/*-------------------------------------------*/

.good {
    width: 100%;
    background: url(../images/goodbg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.good .good-title {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    padding: 8vh 0;
}

.good .good-title img {
    width: 100%;
}

.good .topten {
    width: 95%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0 0 8vh;
}

.good .topten img {
    width: 100%;
}

.good .topten-ph {
    display: none;
}

.good .contain {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

.good .contain ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 10vh;
}

.good .contain ul li {
    width: 95%;
    max-width: 450px;
    padding: 3vh 2vw;
    margin: 1.5vh 0.5vw;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    transition: 0.3s;
}

.good .contain ul li .title {
    display: flex;
    justify-content: flex-start;
    /* flex-wrap: wrap; */
    align-items: center;
}

.good .contain ul li .title img {
    width: 100%;
    max-width: 90px;
}

.good .contain ul li .title .title-con {
    margin-left: 1vw;
}

.good .contain ul li .title .title-con h2 {
    font-size: 1.5em;
    color: #1d2088;
    font-weight: 600;
}

.good .contain ul li .title .title-con h2 span {
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 1.2px;
    padding: 0 0.5vw;
    border-radius: 50px;
    color: #FFF;
    background: #FF0000;
}

.good .contain ul li .title .title-con p {
    font-size: 1.2em;
    color: #1d2088;
    font-weight: 500;
}

.good .contain ul li .title .title-con p span {
    color: #FF0000;
    font-weight: 500;
}

.good .contain ul li .title .title-con p span.span-sl {
    font-size: 0.8em;
    color: #1d2088;
}

.good .contain ul li p {
    font-size: 1em;
    /* line-height: 1.6;
    letter-spacing: 1px; */
    font-weight: normal;
    color: #333;
    text-align: justify;
}

@media all and (max-width:767px) {
    .good .topten {
        display: none;

    }

    .good .topten-ph {
        display: block;
        width: 95%;
        margin: 0 auto;
    }

    .good .topten-ph img {
        width: 100%;
    }
}

@media all and (max-width:425px) {
    .good .good-title {
        padding: 3vh 0;
    }
}

@media all and (max-width:375px) {}

/*-------------------------------------------*/

.iframe {
    width: 100%;
    padding: 0 0 7vh;
    background: url(../images/bg-bottom.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;

}

.iframe .iframe-title {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #EE8000;
    width: 90%;
    max-width: 700px;
    margin: 12vh auto 2vh;
    padding: 0.5vh 0;
    border-radius: 50px;
}

.iframe .ifr {
    width: 95%;
    max-width: 1000px;
    margin: 2vh auto 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 40px;
}

@media all and (max-width:767px) {
    .iframe .iframe-title h2 {
        font-size: 1em;
    }
}

.iframe .imgbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.iframe .imgbox img {
    margin: 5vh 1vw;
    width: 200px;
}

@media all and (max-width:767px) {
    .iframe .imgbox img {
        margin: 2vh 1vw 10vh;
    }

    .iframe .imgbox img {
        width: 150px;
    }
}

/*---------------------------------------------------*/

#talk {
    line-height: 1.5;
    text-align: center;
    position: fixed;
    top: 10vh;
    vertical-align: middle;
    left: 0px;
    text-align: left;
    color: #fff;
    z-index: 99;
}

#talk ul {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style-type: none;
}

#talk ul li {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
    margin-top: 5px;
    font-weight: 600;
    color: #00a1ff;
}

#talk ul li:nth-child(4) {
    background-color: #ff0000;
    padding-top: 13px;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: bold;
}

#talk ul li i {
    font-size: 3em;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

@media screen and (max-width: 38em) {
    #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: 55px;
        height: 55px;
        text-align: center;
        vertical-align: middle;
        padding-top: 10px;
        margin: 0px 5px 0px 5px;
        display: inline-block;
        font-size: 1em;
    }

    .fb_icon {
        font-size: 2.3em;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    #talk ul li:nth-child(4) {
        background-color: #ff0000;
        padding-top: 10px;
        border: 1px solid #ff0000;
        color: #fff;
        letter-spacing: -0.5px;
        font-weight: bold;
        font-size: 0.9em;
    }
}


footer {
    background-color: #F29739;
    position: relative;
    bottom: 0px;
    padding: 5vh 6vw;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.8;
    text-align: center;
}

footer h2 {
    text-align: center;
}

footer h3 {
    margin: 0 0;
    font-size: 2.6vw;
}

footer h4 {
    margin: 0 0;
    font-size: 1.6vw;
    border-bottom: 1px solid;
    border-top: 1px solid;
}

footer table,
.me {
    width: 38vw;
    display: inline-block;
    text-align: left;
    margin: auto 2vw;
    vertical-align: top;
}

footer table td {
    padding: 0.2vh 1vw;
}

footer a:hover,
footer a {
    color: #fff;
}

footer i {
    font-size: 2vw;
    margin: 2vh 1vw;
}

@media (max-width: 75em) {

    footer table,
    .me {
        width: 100%;
        padding-bottom: 3vh;
        font-size: 0.75em;
    }

    footer {
        padding: auto 0.5vw;
        padding-bottom: 15vh;
    }

    footer table td {
        padding: auto 2px;
    }

    footer h2 {
        font-size: 1em;
    }

    footer h3 {
        margin: 0 0;
        font-size: 1.6em;
        line-height: 1.8;
        font-weight: 400;
        text-align: center;
    }

    footer h4 {
        margin: 0 0;
        font-size: 1.2em;
        line-height: 1.8;
        font-weight: 400;
        text-align: center;
    }

    footer i {
        font-size: 6vw;
    }
}

/* -----------------20220127新增榜單----------------- */
.b01 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.b01box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1em;
}

.b01-1 {
    width: calc(100%/5.5);
    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%;
}

.b01box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.b01-3,
.b01-4 {
    width: calc(100%/3.5);
    margin: .5em;
}

@media all and (max-width:1024px) {
    .b01-1 {
        width: calc(100%/5.55);
    }
}

@media all and (max-width:768px) {
    .b01-1 {
        width: calc(100%/4);
    }
}

@media all and (max-width:576px) {
    .b01-1 {
        width: calc(100%/1);
    }

    .b01-3,
    .b01-4 {
        width: calc(100%/2.2);
        margin: 0em;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}