* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans TC', "Font Awesome 5 Free", sans-serif !important;
}

@font-face {
    font-family: "FolkPro-Heavy";
    src: url(../FolkPro-Heavy.otf);
}

a {
    cursor: pointer;
}

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;
}

.container2 {
    max-width: 1200px !important;
}

@media all and (min-width:1200px) {
    .container {
        max-width: 1000px !important;
    }

    .container2 {
        max-width: 1200px !important;
        padding-top: 2em;
        padding-bottom: 0em;
    }
}

@media all and (max-width:1200px) {
    .container {
        max-width: 1000px !important;
    }

    .container2 {
        max-width: 1200px !important;
    }
}

.bg_banner {
    background: url(../img/header-1.jpg) center bottom/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bg_banner .headerimg {
    width: 50%;
    margin: 8% auto;
}

@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: 65%;
    margin: 3em auto .5em auto;
}


.title2 {
    position: relative;
    width: 60%;
    margin: 1.5em auto;
}

.title2 h3 {
    text-align: center;
    font-size: 3em;
    color: #fff;
    text-shadow: 0px 0px 10px #153283;
}

.title2 h3 span {
    position: relative;
    font-family: "FolkPro-Heavy" !important;
}


.title3 {
    position: relative;
    width: 64%;
    margin: 0 auto;
}

.titletext {
    width: 100%;
    text-align: center;
    color: #fff;
}

.titletext h2 {
    color: yellow;
    text-shadow:
        1px -1px 0px #b81c25,
        -2px 0px 0px #b81c25,
        -1px 1px 0px #b81c25,
        0px 3px 0px #b81c25,
        0px -3px 0px #b81c25,
        2px 2px 0px #b81c25,
        -2px -2px 0px #b81c25,
        3px 0px 0px #b81c25,
        -3px 0px 0px #b81c25;
}

.blueh2 h2 {
    text-shadow:
        1px -1px 0px #0f69ac,
        -2px 0px 0px #0f69ac,
        -1px 1px 0px #0f69ac,
        0px 3px 0px #0f69ac,
        0px -3px 0px #0f69ac,
        2px 2px 0px #0f69ac,
        -2px -2px 0px #0f69ac,
        3px 0px 0px #0f69ac,
        -3px 0px 0px #0f69ac;
}

.redh2 h2 {
    text-shadow: none;
    background: #b81c25;
    border-radius: 30px;
    text-align: center;
    color: yellow;
}

.titletext h2 span {
    position: relative;
    font-family: "FolkPro-Heavy" !important;
}

.titletext h2 span::before,
.title2 h3 span::before {
    position: absolute;
    content: '';
    background: url(../img/title-1.png) center/cover no-repeat;
    top: 50%;
    left: -35px;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
}

.titletext h2 span::after,
.title2 h3 span::after {
    position: absolute;
    content: '';
    background: url(../img/title-1.png) center/cover no-repeat;
    top: 50%;
    right: -80px;
    transform: translate(-50%, -50%) scaleX(-1);
    width: 45px;
    height: 45px;
}

.title3 .titletext2 {
    top: 25%;
}

.titletext2 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.titletext2 h2 {
    font-size: 4em;
    margin-bottom: 0em;
    font-family: "MRazor HK Xbold" !important;
    text-shadow: 0px 0px 7px #e72619;
}

@media all and (max-width:1280px) {
    .titletext h2 {
        font-size: 2.5em;
    }
}

@media all and (max-width:768px) {
    .title1 {
        width: 70%;
    }
}

@media all and (max-width:576px) {
    .title1 {
        width: 90%;
    }

    .titletext h2 {
        font-size: 2em;
    }

    .title3 {
        width: 90%;
    }

    .title3 .titletext2 {
        top: 10%;
    }

    .title3 .titletext2 h2 {
        font-size: 3em;
    }
}

@media all and (max-width:425px) {
    .title1 {
        width: 90%;
        /* margin: 1em auto 2em auto; */
    }

    .fa-17 h2 {
        font-size: 1.8em;
    }
}

/*--------------------------------------pt1-------------------------------------------------*/

.pt1 {
    overflow: hidden;
    background: linear-gradient(to bottom, #ffffff 0%, #d3eaed 80%, #8aaccd 100%);
}

.a01 {
    width: 95%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    text-align: center;
    border: 4px solid #0c68ac;
}

.a01 ul {
    width: 85%;
    margin: 0 auto !important;
    padding: 2vh 0;
}

.a01 ul li {
    margin: 3vh 0 !important;
    text-align: left;
}

.a01 ul li h3 {
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #0c68ac;
}

.a01 ul li h3 img {
    width: 100%;
    max-width: 30px;
    vertical-align: middle;
}

.a01 ul li p {
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 1.5em;
    padding: 1vh 0 0 4vw !important;
    color: #000;
}

.a01 ul li:first-child p>span {
    font-size: 0.9em;
    font-weight: 600;
    color: #FFF;
    background: #ea521a;
    padding: 0.5vw;
}

.a01 ul li p strong {
    font-weight: 600;
    color: #ff0000;
}

.ph {
    display: none;
}

.span-a {
    width: 40%;
    text-align: center;
    background: #1063a1;
    color: #fff;
    border-radius: 20px;
    border: 2px solid #fff;
    box-shadow: 4px 4px 1px #f39917;
    padding: 0 .5em;
}

.span-a:hover {
    transition: .5s;
    box-shadow: 0px 0px 10px #f39917;
    color: #fff;
}

/*--------------------------------------#pt1-------------------------------------------------*/

/*--------------------------------------pt2-------------------------------------------------*/
.pt2 {
    overflow: hidden;
    background: #ec6c5b;
}

.b01 {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.b01 .b01box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.b01 .b01-1 {
    width: -webkit-calc(100%/4.5);
    width: -moz-calc(100%/4.5);
    width: calc(100%/4.5);
    background: transparent;
    margin: .5em;
    border-radius: 20px;
    border: 3px solid #fff;
    /* min-height: 189px; */

}


.b01 .b01-3 {
    width: -webkit-calc(100%/3.5);
    width: -moz-calc(100%/3.5);
    width: calc(100%/3.5);
}

.b01 .b01-1 .b01img {
    width: 40%;
    margin: .5em auto;
}

.b01 .b01-1 h5,
.b01-2 h5 {
    color: #fff100;
    background: #b81c25;
    padding: 0.2em 0;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
    border-radius: 30px;
}

.b01-1 h5 span:nth-child(3) {
    font-size: .8em;
}

.b01 .b01-1 p,
.b01-2 p {
    color: #fff;
    margin-bottom: 1em !important;
}

.b01-1 p span {
    color: yellow;
}

.b01-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    background: transparent;
    margin: .5em;
    border-radius: 20px;
    border: 3px solid #fff;

}

.b01-2 .b01img {
    width: 50%;
}

.b01text {
    width: 50%;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {}

@media all and (max-width:576px) {
    .b01 .b01-1 {
        width: -webkit-calc(100%/2.3);
        width: -moz-calc(100%/2.3);
        width: calc(100%/2.3);
    }

    .b01-2 {
        width: 80%;
    }

    .ph {
        display: inline;
    }
}

@media all and (max-width:425px) {
    .b01 .b01-1 {
        width: 60%;
        margin: .5em;
        min-height: 170px;
    }
}

@media all and (max-width:375px) {}


/*--------------------------------------------------*/

.b02box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b02-1 {
    width: -webkit-calc(100%/3.2);
    width: -moz-calc(100%/3.2);
    width: calc(100%/3.2);
    margin: .5em;
}

.b02-1:hover i {
    color: yellow;
    -webkit-animation: point .8s linear infinite;
    -moz-animation: point .8s linear infinite;
    animation: point .8s linear infinite;
}

@-webkit-keyframes point {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes point {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes point {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.b02-a {
    background: #b81c25;
    color: #fff;
    padding: .3em;
    text-align: center;
    font-size: 1.5em;
}

.b02-a span {
    color: yellow;
}

.b02-a i {
    font-size: 1.3em;
    margin-left: .3em;
}

.b02-1 ul {
    position: relative;
}

.b02-1 ul::before {
    content: '';
    position: absolute;
    background: url(../img/b02-1.png) center/cover no-repeat;
    top: 0%;
    right: 0%;
    width: 70px;
    height: 36px;
}

.b02-1:nth-child(1) ul::before {
    display: none;
}

.b02-1 li {
    list-style-type: decimal;
    margin-top: .8em !important;
}

.b02-1 li span:last-child {
    color: red;
}

.b02-bg {
    background: #fff;
    padding: 0.5em;
    border: 1px solid #e83836;
    text-align: left;
}

@media all and (max-width:768px) {
    .b02-bg {
        min-height: 155px;
    }

    .b02-1 ul::before {
        display: none;
    }
}

@media all and (max-width:576px) {
    .b02-1 {
        width: -webkit-calc(100%/1);
        width: -moz-calc(100%/1);
        width: calc(100%/1);
    }

    .b02-bg {
        min-height: unset;
    }
}

.linebuts {
    background: #3aae36;
    border: 1px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: .5em auto;
    padding: 0 .5em;
    font-size: 2em;
    border-radius: 10px;
    box-shadow: 3px 3px 1px #f39917;
    text-align: center;
}

.linebuts a,
.linebuts a:hover {
    color: #fff;
}

.linebuts:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0px 0px 15px #f39917;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

@media all and (max-width:1024px) {}

@media all and (max-width:576px) {
    .linebuts {
        font-size: 1.5em;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/* -------------------------------------- */
/*--------------------------------------#pt2-------------------------------------------------*/

/*--------------------------------------pt3-------------------------------------------------*/
.pt3 {
    overflow: hidden;
    background: #319dd9;
}

.c01box {
    margin: 0 auto;
    max-width: 420px;
}

.c01-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 1em;
    border-radius: 20px;
    border: 3px solid #0c68ac;
    font-size: 1.5em;
    color: #0c68ac;
    flex-wrap: wrap;
}

.c01-p {
    width: 100%;
}

.c01-a {
    width: 40%;
    text-align: center;
    background: #1063a1;
    color: #fff;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 4px 4px 1px #f39917;
}

.c01-1 a:hover {
    color: #fff;
}

.c01-a:hover {
    transition: .5s;
    box-shadow: 0px 0px 10px #f39917;
    transform: scale(1.05);
}

.c01box2 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.c01 .c01box2 .c01-2 {
    width: -webkit-calc(100%/2.5);
    width: -moz-calc(100%/2.5);
    width: calc(100%/2.5);
    margin: 0.5em;
}

.c01 .c01box2 h3 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 2.5em;
}

.c01 .c01box2 h5 {
    text-align: center;
    background: #0c68ac;
    color: #fff;
    padding: .5em 0;
    margin-bottom: 0px;
    border-radius: 20px 20px 0 0;
    font-size: 1.5em;
}

.c01 .c01box2 .c01-2:nth-child(4) h5 {
    position: relative;
    background: #b81c25;
    font-size: 1.2em;
    padding: 0.3em;
}

.c01 .c01box2 .c01-2:nth-child(4)::before {
    content: '';
    background: url(../img/point.png) center/cover no-repeat;
    position: absolute;
    top: 45%;
    right: 0%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 47px;
    z-index: 10;
    animation: point2 1.5s linear infinite;
}

.c01 .c01box2 .c01-2:nth-child(4):hover::before {
    opacity: 0;
}

.c01 .c01box2 .c01-2:nth-child(4):hover h5 {
    background: #ff777f;
    box-shadow: 0px 0px 10px rgb(255, 255, 255);
    transition: .5s;
}

@keyframes point2 {
    0% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(0%, -50%);
    }

    100% {
        transform: translate(-50%, -50%);
    }
}

.c01 .c01box2 .c01-2 p {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 1em !important;
    min-height: 110px;
    border-radius: 0 0 20px 20px;
    font-size: 1.1em;
    color: #000;
}

@media all and (max-width:576px) {
    .c01 .c01box2 h5 {
        padding: .5em 0;
    }

    .c01 .c01box2 .c01-2 {
        width: -webkit-calc(100%/1);
        width: -moz-calc(100%/1);
        width: calc(100%/1);
    }
}

@media all and (max-width:425px) {
    .c01box2 {
        width: 100%;
    }
}

.iframebox {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
}

.iframebut img {
    margin: 1vh 1vw;
    -webkit-filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, .5));
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, .5));
}

.iframebut img:hover {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .5));
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .5));
}

@media all and (max-width:576px) {
    .iframebox {
        width: 90%;
    }
}

/*--------------------------------------#pt3-------------------------------------------------*/

/*--------------------------------------pt4-------------------------------------------------*/
.pt4 {
    overflow: hidden;
    background: url(../img/bg-1.png) center bottom no-repeat, linear-gradient(to bottom, #eeb0b2 0%, #ffffff 40%, #d3eaed 80%, #7db9e8 100%);
}

.d01box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.d01box a {
    width: -webkit-calc(100%/3.5);
    width: -moz-calc(100%/3.5);
    width: calc(100%/3.5);
    margin: 1em;
    color: #000;
}

.d01box a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.d01box-a:nth-child(odd) .d1-1 {
    position: relative;
    background: #fff;
    border: 2px solid #359dd1;
    width: 100%;
    box-shadow: 4px 5px 1px #3794c4;
    border-radius: 20px;
}

.d01box-a:nth-child(even) .d1-1 {
    position: relative;
    background: #fff;
    border: 2px solid #e06a5c;
    width: 100%;
    box-shadow: 4px 5px 1px #d6675a;
    border-radius: 20px;
}

.d01box-a:nth-child(odd) .d1-1:hover {
    color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 20px #3794c4;
}

.d01box-a:nth-child(even) .d1-1:hover {
    color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 20px #d6675a;
}

.d1-1 h5 {
    font-weight: 700;
}

.d01box-a:nth-child(odd) .d1-1 h5 {
    color: #1063a1;
    font-size: 1.5em;
}

.d01box-a:nth-child(even) .d1-1 h5 {
    color: #b81c25;
    font-size: 1.5em;
}

.d01box-a:nth-child(odd) .d1-1 h5 i {
    color: #1063a1;
}

.d01box-a:nth-child(even) .d1-1 h5 i {
    color: #b81c25;
}

.d1-1 ul {
    padding-left: 0em !important;
    font-weight: 500;
    font-size: .8em;
    text-align: left;
}

.d1-top {
    padding: 1em;
    text-align: center;
}

@media all and (max-width:768px) {
    .d1-top {
        padding: 1em;
    }

    .d1-1::after {
        width: 70px;
        height: 59px;
        top: -4%;
    }

    .d01box a {
        width: -webkit-calc(100%/2.5);
        width: -moz-calc(100%/2.5);
        width: calc(100%/2.5);
    }
}

@media all and (max-width:576px) {
    .d01 .d01box .d01-1 {
        width: -webkit-calc(100%/2.3);
        width: -moz-calc(100%/2.3);
        width: calc(100%/2.3);
        font-size: 15px;
    }

    .d01box a {
        width: 80%;
    }

    .d1-1::after {
        width: 70px;
        height: 66px;
        top: -6%;
    }

    .d1-1 ul {
        font-size: 1em;
    }
}

@media all and (max-width:425px) {
    .d01 .d01box .d01-1 {
        width: 100%;
    }

    .d01box a {
        width: 100%;
    }
}

@media all and (max-width:375px) {
    .d01 .d01box .d01-1 {
        font-size: 17px;
    }
}

/*--------------------------------------#pt4-------------------------------------------------*/

/*---------------------------------------pt5-------------------------------------------------*/
.pt5 {
    background: #b81c25;
}

.ytvideo {
    width: 100%;
    padding-bottom: 7vh;
}

.ytvideo .title {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 7vh 0 3vh;
}

.ytvideo .title h2 {
    font-size: 3em;
    font-weight: 600;
    color: #FFF;
}

.ytvideo .slider {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.ytvideo .slider .slick-slide {
    margin: 0px 20px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: .2;
}

.ytvideo .slider .slick-current {
    opacity: 1;
}

.ytvideo .slider .slick-dots {
    bottom: -40px;
}

.ytvideo .slider .slick-dots li button:before {
    content: '☀';
    font-size: 20px;
    color: yellow;
}

.ytvideo .slider .slick-prev,
.ytvideo .slider .slick-next {
    top: 50%;
}

.ytvideo .slider .slick-prev {
    left: -50px;
}

.ytvideo .slider .slick-next {
    right: -50px;
}

.ytvideo .slider .slick-prev:before {
    content: '◀';
    font-size: 50px;
    color: rgb(255, 255, 255);
}

.ytvideo .slider .slick-next:before {
    content: '▶';
    font-size: 50px;
    color: rgb(255, 255, 255);
}

.ytvideo .slider .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ytvideo .slider .video-container iframe,
.ytvideo .slider .video-container object,
.ytvideo .slider .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ytvideo .slider .vid h3 {
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: yellow;
    background: #b81c25;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 0.5vh 3vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: .5em auto !important;
}

@media all and (max-width:767px) {
    .ytvideo .title h2 {
        font-size: 2em;
    }

    .ytvideo .slider .vid h3 {
        font-size: 1.2em;
    }

    .ytvideo .slider {
        width: 98%;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .ytvideo .slider {
        width: 75%;
    }
}

/*--------------------------------------#pt5-------------------------------------------------*/


/*--------------------------------------footer-------------------------------------------------*/

footer {
    background-color: #1063a1;
    color: #fff;
    font-size: 16px;
    padding: 2em;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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;
}

@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: 30%;
        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 {
    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按鈕------------------*/


/*--------------------------------------pt6-------------------------------------------------*/
.pt6 {
    overflow: hidden;
    background: #319dd9;
}

.f01box {
    margin: 0 auto;
    width: 80%;
    border: 3px solid #fff;
    border-radius: 20px;
    padding: 2em 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.f01-t {
    width: 20%;
    background: #0c68ac;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 15px;
    font-size: 2em;
    margin-right: 0.5em;
    color: yellow;
    font-family: "FolkPro-Heavy" !important;
    padding-bottom: .3em;
}

.f01-p {
    color: #fff;
    font-size: 1.2em;
    width: 77%;
}

.f01-p span {
    color: yellow;
    font-size: 1.2em;
    font-weight: 600;
}

@media all and (max-width:768px) {
    .f01box {
        width: 90%;
    }

    .f01-t {
        width: 25%;
    }

    .f01-p {
        width: 85%;
    }
}

@media all and (max-width:576px) {
    .f01-t {
        width: 35%;
    }

    .f01-p {
        width: 100%;
        font-size: 1.1em;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/* -------------------------- */
.f02box {
    width: 80%;
    margin: 0 auto;
}

.f02-1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background: #fff;
    border: 3px solid #0c68ac;
    border-radius: 15px;
    padding-top: 2em;
}

.f02-2 {
    width: calc(100%/3.5);
    margin: .5em;
}

.f02-img {
    width: 60%;
    margin: 0 auto;
}

.f02-2 h4 {
    text-align: center;
    background: #b81c25;
    color: yellow;
    border-radius: 20px;
    width: 100%;
    margin: 1em auto;
    padding: .3em;
}

.f02-top {
    position: absolute;
    top: -10%;
    background: #0c68ac;
    color: yellow;
    width: 80%;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: .5em 0;
}

.f02-top h4 {
    font-size: 2em;
    margin-bottom: 0px;
}
.f02-b{
    text-align: center;
    font-size: 3em;
    color: yellow;
    font-family: "FolkPro-Heavy" !important;
    text-shadow: 
    -1px -1px 0px #0c68ac,
    1px -1px 0px #0c68ac,
    -2px 0px 0px #0c68ac,
    -1px 1px 0px #0c68ac,
    0px 3px 0px #0c68ac,
    0px -3px 0px #0c68ac,
    2px 2px 0px #0c68ac,
    -2px -2px 0px #0c68ac,
    3px 0px 0px #0c68ac,
    -3px 0px 0px #0c68ac,
    0px 0px 20px #fff,
    0px 0px 20px #fff;

}
@media all and (max-width:768px) {
    .f02box {
        width: 90%;
    }

    .f01title {
        font-size: 1.3em;
    }
}

@media all and (max-width:576px) {
    .f02-top h4{
        font-size: 1.5em;
    }
    .f02-2 h4{
        font-size: .9em;
    }
    .f02-b{
        font-size: 1.5em;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/*--------------------------------------#pt6-------------------------------------------------*/