@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
body {
    font-size: 1em;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: url('../images/headbg.png'), #fde9d4;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Noto Sans TC';
    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;
}


/*--------------------------------------header-------------------------------------------------*/
header{
    width: 100%;
    padding: 10vh 0;
}

header .head{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 5vh 0 0;
    /* text-align: center; */
}

header .head .left-text{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

header .head .left-text p{
    font-size: 1.5em;
    font-weight: 500;
    color: #0052a5;
    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, 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, 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, 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, 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, 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;
}

header .head .title{
    text-align: center;
}

header .head .title img{
    width: 100%;
    max-width: 900px;
}

/* header .head .title h1{
    font-size: 5em;
    font-weight: 600;
    color: #FFFFFF;
} */


/*--------------------------------------pt1-------------------------------------------------*/

.pt1{
    width: 100%;
    margin: 1vh auto;
}

.pt1 .title{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    background: #0052a5;
}

.pt1 .title h2{
    color: #FFF;
    font-size: 2.5em;
    font-weight: 600;
}

.pt1 .con1{
    border: 2px solid #0052a5;
    background: #FFF;
    padding: 3vh 1vw;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

.pt1 .con1 ul li.li2{
    text-align: center;
    padding-left: 6vw;
}

.pt1 .con1 ul li.li2 img{
    width: 100%;
    max-width: 150px;
}

.pt1 .con1 ul li.li2 h4{
    color: #FF1000;
    font-size: 1.5em;
    font-weight: 600;
}

.pt1 .con1 ul li.li2 h5{
    color: #232323;
    font-size: 1.2em;
    font-weight: 500;
}

.pt1 .con1 ul li.li2 p{
    color: #ffffff;
    background: #eb6100;
    font-size: 1.2em;
    font-weight: 500;
}

.pt1 .con1 ul li h3{
    background: #0052a5;
    color: #FFF;
    padding: 0.5vh 0.5vw;
    width: fit-content;
    font-size: 1.5em;
    letter-spacing: 1px;
}

.pt1 .con1 ul li p{
    font-size: 1.2em;
    line-height: 1.5;
}

.pt1 .con1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.pt1 .con1 ol{
    padding: 1vh 1vw;
}

.pt1 .con1 ol li{
    list-style-type: decimal;
}

.pt1 .con1 a:hover h3{
    transform: scale(1.1);
}

.pt1 .con1 a h3{
    background: #0052a5;
    width: fit-content;
    margin: 3vh auto 1vh;
    padding: 0vh 3vw 0.5vw;
    border-radius: 50px;
    color: #FFF000;
    font-size: 3em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1.5px;
    transition: 0.5s;
}

.pt1 .con1>p{
    color: #0052a5;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
}

@media all and (max-width:766px){
    .pt1 .con1 ul li:nth-child(1){
        order: 2;
    }

    .pt1 .con1 ul li:nth-child(2){
        order: 1;
    }

    .pt1 .con1 ul li:nth-child(3){
        order: 3;
    }

    .pt1 .con1 ol{
        padding: 0 4vw;
    }

    .pt1 .con1 ul li h3 {
        margin: 3vh 0 0;
    }

    .pt1 .con1 ul li.li2 {
        padding: 0 0 0 25vw;
    }
}

/*--------------------------------------pt1-------------------------------------------------*/
/*--------------------------------------pt2-------------------------------------------------*/
.pt2{
    width: 100%;
    margin: 5vh auto 0;
}

.pt2 .title{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    background: #0052a5;
}

.pt2 .title h2{
    color: #FFF;
    font-size: 2.5em;
    font-weight: 600;
}

.pt2 .con2{
    border: 2px solid #0052a5;
    background: #FFF;
    padding: 3vh 1vw;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

.pt2 .con2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
}

.pt2 .con2 ul li{
    background: #fffcdb;
    box-shadow: 5px 5px 1px #f5a830;
    border-radius: 30px;
    padding: 1vh 1vw;
    margin: 3vh 1vw;
    text-align: center;
    width: 220px;
}

.pt2 .con2 ul li img{
    width: 100%;
    max-width: 120px;
}

.pt2 .con2 ul li h2{
    color: #1d2088;
    font-size: 1.5em;
    font-weight: 600;
}

.pt2 .con2 ul li .date{
    background: #0052a5;
    width: 95%;
    margin: 0 auto;
}

.pt2 .con2 ul li .date h4{
    color: #FFF;
    font-size: 1.2em;
    font-weight: 600;
}

.pt2 .con2 ul li .date p{
    background: #FFF;
    color: #0052a5;
    border: 2px solid #0052a5;
    font-size: 1.2em;
    font-weight: 500;
}

.pt2 .con2 ul li h3{
    color: #FF1000;
    font-size: 1.8em;
    font-weight: 600;
}


.pt2 .con2>p{
    color: #0052a5;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    padding: 1vh 0;
}

.pt2 .con2 .wordbox{
    background: linear-gradient(#fed848,#feebbe);
    display: flex;
    padding: 1vh 3vw;
    margin: 5vh 0;
    align-items: center;
}

.pt2 .con2 .wordbox img{
    width: 100%;
    max-width: 120px;
}

.pt2 .con2 .wordbox p{
    color: #333;
    font-size: 1em;
    font-weight: 500;
    padding: 0 0 0 2vw;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: justify;
}

.pt2 .con2 .wordbox p span{
    color: #e94709;
    font-weight: 600;
    font-size: 1.1em;
}

.pt2 .con2 .ppl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pt2 .con2 .ppl .pplbox{
    width: 98%;
    max-width: 220px;
    margin: 0;
    padding: 0 2vw;
}

.pt2 .con2 .ppl .pplbox:nth-child(2){
    border-left: 1px solid #0052a5;
    border-right: 1px solid #0052a5;
}

.pt2 .con2 .ppl .pplbox .pplcon{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pt2 .con2 .ppl .pplbox .pplcon img{
    width: 100%;
    max-width: 120px;
}

.pt2 .con2 .ppl .pplbox .pplcon h3{
    color: #0052a5;
    font-size: 1.2em;
    font-weight: 600;
}

.pt2 .con2 .ppl .pplbox .pplcon h3 span{
    color: #FFF;
    background: #eb6100;
    width: fit-content;
    margin: 0 auto;
    padding: 0 1vw;
}

.pt2 .con2 .ppl .pplbox .text p{
    font-size: 1em;
    font-weight: 400;
    text-align: justify;
}

@media all and (max-width:767px){
    .pt2 .con2 ul li {
        width: 300px;
    }

    .pt2 .con2 ul li h2 {
        font-size: 2em;
    }

    .pt2 .con2 ul li .date h4 {
        font-size: 1.5em;
    }

    .pt2 .con2 ul li .date p {
        font-size: 2em;
    }    

    .pt2 .con2 ul li h3 {
        font-size: 2.5em;
    }

    .pt2 .con2 .wordbox {
        flex-wrap: wrap;
    }

    .pt2 .con2 .wordbox p {
        font-size: 1.2em;
        font-weight: 400;
    }

    .pt2 .con2 .wordbox p span {
        font-size: 1.2em;
    }

    .pt2 .con2 .ppl .pplbox {
        max-width: 300px;
        margin: 2vh 0;
    }

    .pt2 .con2 .ppl .pplbox .pplcon h3 {
        font-size: 2em;
    }

    .pt2 .con2 .ppl .pplbox .text p {
        font-size: 1.2em;
    }

    .pt2 .con2 .ppl .pplbox:nth-child(2) {
        padding: 3vh 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid #0052a5;
        border-bottom: 1px solid #0052a5;
    }
}

@media all and (min-width:768px){
    .br768{
        display: none;
    }
}
/*--------------------------------------pt2-------------------------------------------------*/

/*--------------------------------------pt3-------------------------------------------------*/
.pt3{
    width: 100%;
    margin: 5vh auto 0;
}

.pt3 .title{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    background: #0052a5;
}

.pt3 .title h2{
    color: #FFF;
    font-size: 2.5em;
    font-weight: 600;
}

.pt3 .title h2 span{
    color: #FFF000;
    font-size: 1.1em;
}

.pt3 .con3{
    border: 2px solid #0052a5;
    background: #FFF;
    padding: 3vh 1vw;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.pt3 .con3 h4{
    color: #0052a5;
    font-size: 1.5em;
    font-weight: 500;
}

.pt3 .con3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
}

.pt3 .con3 ul li{
    padding: 1vh 1vw;
    border: 2px solid #eb6100;
}

.pt3 .con3 ul li:nth-child(odd){
    background: #eb6100;
}

.pt3 .con3 ul li:nth-child(odd) p{
    color: #FFF;
}

.pt3 .con3 ul li p{
    font-size: 1.3em;
    font-weight: 500;
    color: #eb6100;
}

.pt3 .con3 h3{
    color: #0052a5;
    font-size: 2.2em;
    font-weight: 500;
}

.pt3 .con3 h3 strong{
    color: #FF1000;
}

.pt3 .con3 h3 strong span{
    font-size: 0.7em;
}

@media all and (max-width:767px){
    .pt3 .title h2 {
        font-size: 2.3em;
    }

    .pt3 .con3 ul li {
        padding: 1vh 10vw;
        width: 65%;
    }

    .pt3 .con3 ul li p {
        font-size: 2em;
    }

    .pt3 .con3 ul {
        margin: 3vh 0;
    }
}

@media all and (min-width:768px){
    .br768{
        display: none;
    }
}
/*--------------------------------------pt3-------------------------------------------------*/

/*--------------------------------------pt4-------------------------------------------------*/
.pt4{
    width: 100%;
    margin: 5vh auto;
}

.pt4 .title{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    background: #0052a5;
}

.pt4 .title h2{
    color: #FFF;
    font-size: 2.5em;
    font-weight: 600;
}

.pt4 .btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.pt4 .btn a{
    background: #00a0e9;
    color: #FFF;
    width: 100%;
    max-width: 333px;
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
    padding: 2vh 0;
    transition: 0.5s;
}

.pt4 .btn a:hover{
    background: #00cee9;
}

.pt4 .btn a i{
    animation: scale 1s ease-in infinite;
}

.pt4 .btn a:hover i{
    color: #fed848;
}

.pt4 .btn a:nth-child(2){
    background: #f3a694;
}

.pt4 .btn a:nth-child(2):hover{
    background: #fdbebe;
}

.pt4 .btn a:nth-child(3){
    background: #f18700;
}

.pt4 .btn a:nth-child(3):hover{
    background: #ffbf6b;
}

@keyframes scale{
    0%{transform: scale(1);}
    50%{transform: scale(1.3);}
    100%{transform: scale(1);}
}

@media all and (max-width:767px){
    .pt4 .title h2 {
        font-size: 2em;
    }

    .pt4 .btn a {
        width: 95%;
        max-width: 357px;
    }
}
/*--------------------------------------pt4-------------------------------------------------*/

/*--------------------------------------footer-------------------------------------------------*/
 footer {
    background-color: #f3994f;
    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;
    }
}





/*--------------------------------------#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;
}

@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: 20%;
        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 {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/*-----------TOP按鈕------------------*/
#gotop {
    z-index: 99;
    position: fixed;
    justify-content: center;
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 20px;
    background: rgb(255, 185, 72, 0.7);
    background-size: 100%;
    background-repeat: no-repeat;
    /* padding: 20px; */
    border-radius: 20px;
    font-size: 2em;
    color: #ffffff;
}

#gotop i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (max-width:767px) {
    #gotop {
        bottom: 75px;
        width: 50px;
        height: 50px;
        font-size: 1.5em;
        border-radius: 10px;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    #gotop {
        bottom: 65px;
    }
}

/*-----------TOP按鈕------------------*/