#mainWrite ul,
#mainWrite h1,
#mainWrite h2,
#mainWrite h3,
#mainWrite h4,
#mainWrite h5,
#mainWrite h6,
#mainWrite p,
#mainWrite li,
#mainWrite span {
    margin: 0;
    padding: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

html {
    font-size: 10px;
}

@media (min-width: 1171px) {
    .w3-container .w3-dropdown-click .dropBtn {
        font-size: 15px;
        padding: 25px 8px 15px;
        margin: 0;
        color: #fff !important;
    }
}

.w3-input {
    padding: 10px;
}

@media (max-width: 500px) {

    .w3-container,
    .w3-panel {
        padding: 0.01em 0;
    }
}

#mainWrite h1,
#mainWrite h2,
#mainWrite h3,
#mainWrite h4,
#mainWrite h5,
#mainWrite h6,
#mainWrite p,
#mainWrite li,
#mainWrite span {
    line-height: normal;
    font-family: PingFang, "Microsoft JhengHei", Arial, sans-serif;
}

#mainWrite h1 {
    font-size: 5.6rem;
}

@media (max-width: 1280px) {
    #mainWrite h1 {
        font-size: 4rem;
    }
}

@media (max-width: 768px) {
    #mainWrite h1 {
        font-size: 2.4rem;
    }
}

#mainWrite h2 {
    font-size: 4rem;
    margin-bottom: 20px;
}

@media (max-width: 1280px) {
    #mainWrite h2 {
        font-size: 3.4rem;
    }
}

@media (max-width: 1024px) {
    #mainWrite h2 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    #mainWrite h2 {
        font-size: 2.4rem;
    }
}

@media (max-width: 680px) {
    #mainWrite h2 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
}

#mainWrite h3 {
    font-size: 3rem;
}

@media (max-width: 1280px) {
    #mainWrite h3 {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    #mainWrite h3 {
        font-size: 2rem;
    }
}

#mainWrite h4 {
    font-size: 2rem;
}

#mainWrite p,
#mainWrite li {
    font-size: 1.6rem;
}

@media (max-width: 680px) {

    #mainWrite p,
    #mainWrite li {
        font-size: 1.4rem;
    }
}

@media (max-width: 415px) {

    #mainWrite p,
    #mainWrite li {
        font-size: 1.3rem;
    }
}

#mainWrite .menu_bottom ul li {
    display: inline;
    font-size: 16px;
    margin: 5px;
    font-weight: 700;
}

section {
    max-width: 1600px;
    min-width: 375px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

font {
    width: 100%;
}

.text-bold {
    font-weight: bold;
}

.pchide {
    display: none;
}

.mhide {
    display: block;
}

.text-box {
    position: absolute;
}

.title-box {
    position: static;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

@media (max-width: 999px) {
    .pchide {
        display: block;
    }

    .mhide {
        display: none;
    }
}

.w-auto {
    width: auto;
}

.margin-auto {
    margin: 0 auto;
}

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

img {
    width: 100%;
}

.flex {
    display: flex;
}

.justifyContent {
    justify-content: center;
}

.alignItems {
    align-items: center;
}

.flexWrap {
    flex-wrap: wrap;
}

#mainWrite .txt-yellow {
    color: #fff071;
}

#mainWrite>section:first-of-type>.text-box {
    left: 10%;
        top: 25%;
}

#mainWrite>section:first-of-type>.text-box h3 {
    margin: 8px auto;
}

#mainWrite>section:first-of-type>.text-box h3:last-of-type {
    color: #8dfff8;
}

#mainWrite>section:first-of-type>.text-box .video-play-btn {
    margin-top: 15px;
}

@media (max-width: 415px) {
    #mainWrite>section:first-of-type>.text-box .video-play-btn {
        margin-right: 0;
    }
}

#mainWrite>section:first-of-type>.text-box .video-play-btn span[data-txt="watchVideo"],
#mainWrite>section:first-of-type>.text-box .video-play-btn i {
    font-size: 2.4rem;
}

@media (max-width: 1280px) {

    #mainWrite>section:first-of-type>.text-box .video-play-btn span[data-txt="watchVideo"],
    #mainWrite>section:first-of-type>.text-box .video-play-btn i {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {

    #mainWrite>section:first-of-type>.text-box .video-play-btn span[data-txt="watchVideo"],
    #mainWrite>section:first-of-type>.text-box .video-play-btn i {
        font-size: 1.5rem;
    }
}

@media (max-width: 1024px) {
    #mainWrite>section:first-of-type>.text-box {
        text-align: center;
        width: 80%;
        left: 10%;
        top: 8%;
    }
}

@media (max-width: 768px) {
    #mainWrite>section:first-of-type>.text-box {
        width: 90%;
        left: 5%;
    }

    #mainWrite>section:first-of-type>.text-box h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 680px) {
    #mainWrite>section:first-of-type>.text-box {
        width: 95%;
        left: 2.5%;
    }
}

#mainWrite>section:nth-of-type(2) {
    padding: 40px 10%;
    background-color: #e6f3ff;
}

#mainWrite>section:nth-of-type(2)>h2 {
    color: #0c6bb2;
    margin: 15px auto 60px;
}

@media (max-width: 1280px) {
    #mainWrite>section:nth-of-type(2) {
        padding: 40px 2%;
    }
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(2) {
        padding: 40px 10px;
    }
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(2) .swiper-tabs .swiper-wrapper {
        align-items: flex-end;
    }
}

#mainWrite>section:nth-of-type(2) .swiper-tabs .swiper-wrapper h4 {
    color: #749fc7;
    margin: 8px 16px;
    padding: 4px 8px;
    width: auto;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}

#mainWrite>section:nth-of-type(2) .swiper-tabs .swiper-wrapper h4.swiper-slide-active,
#mainWrite>section:nth-of-type(2) .swiper-tabs .swiper-wrapper h4.active {
    border-bottom: 4px solid #0c6bb2;
    color: #0c6bb2;
    font-weight: bold;
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(2) .swiper-tabs .swiper-wrapper h4 {
        margin: 0;
        padding: 0 0 8px;
    }
}

@media (max-width: 680px) {
    #mainWrite>section:nth-of-type(2) .swiper-tabs .swiper-wrapper h4 {
        font-size: 2.4rem;
    }

    #mainWrite>section:nth-of-type(2) .swiper-tabs .swiper-wrapper h4.swiper-slide-active,
    #mainWrite>section:nth-of-type(2) .swiper-tabs .swiper-wrapper h4.active {
        border-bottom: 4px solid transparent;
    }
}

#mainWrite>section:nth-of-type(2) .swiper-content {
    padding: 50px 0;
}

@media (max-width: 1280px) {
    #mainWrite>section:nth-of-type(2) .swiper-content {
        width: 95%;
    }
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(2) .swiper-content {
        padding: 30px 0 50px;
    }
}

@media (max-width: 680px) {
    #mainWrite>section:nth-of-type(2) .swiper-content {
        width: 100%;
    }
}

#mainWrite>section:nth-of-type(2) .swiper-content .swiper-wrapper .swiper-slide {
    display: none;
}

#mainWrite>section:nth-of-type(2) .swiper-content .swiper-wrapper .swiper-slide:first-child {
    display: flex;
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(2) .swiper-content .swiper-wrapper .swiper-slide {
        display: flex;
    }

    #mainWrite>section:nth-of-type(2) .swiper-content .swiper-wrapper .swiper-slide:first-child {
        display: flex;
    }
}

#mainWrite>section:nth-of-type(2) .swiper-content .swiper-wrapper .swiper-slide .flex-box {
    margin: 0 2.5%;
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(2) .swiper-content .swiper-wrapper .swiper-slide .flex-box h4 {
        display: none;
    }
}

#mainWrite>section:nth-of-type(2) .swiper-content .swiper-wrapper .swiper-slide .flex-box:first-child {
    text-align: right;
}

@media (max-width: 1280px) {
    #mainWrite>section:nth-of-type(2) .swiper-content .swiper-wrapper .swiper-slide .flex-box:first-child img {
        width: 70%;
    }
}

#mainWrite>section:nth-of-type(2) .swiper-content .swiper-wrapper .swiper-slide .flex-box:last-child {
    width: 60%;
}

#mainWrite>section:nth-of-type(2) .swiper-content .swiper-wrapper .swiper-slide .flex-box:last-child h4 {
    margin-bottom: 8px;
}

#mainWrite>section:nth-of-type(2) .swiper-content .swiper-wrapper .swiper-slide .flex-box:last-child p {
    margin: 4px auto;
}

#mainWrite>section:nth-of-type(2) .swiper-content .swiper-arrow {
    display: none;
}

#mainWrite>section:nth-of-type(2) .swiper-content .swiper-arrow.swiper-button-next:after,
#mainWrite>section:nth-of-type(2) .swiper-content .swiper-arrow.swiper-button-prev:after {
    font-size: 2rem;
    font-weight: bold;
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(2) .swiper-content .swiper-arrow {
        display: flex;
    }
}

@media (max-width: 680px) {
    #mainWrite>section:nth-of-type(2) .swiper-content .swiper-arrow {
        display: none;
    }
}

#mainWrite>section:nth-of-type(2) .swiper-content .swiper-pagination span {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    display: none;
}

@media (max-width: 680px) {
    #mainWrite>section:nth-of-type(2) .swiper-content .swiper-pagination span {
        display: inline-block;
    }
}

#mainWrite>section:nth-of-type(3) {
    padding: 5% 8%;
}

@media (max-width: 1280px) {
    #mainWrite>section:nth-of-type(3) {
        padding: 5%;
    }
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(3) {
        padding: 5% 2%;
    }
}

@media (max-width: 768px) {
    #mainWrite>section:nth-of-type(3) {
        padding: 5% 3%;
    }
}

#mainWrite>section:nth-of-type(3)>.title-box {
    margin-bottom: 60px;
}

#mainWrite>section:nth-of-type(3)>.title-box h2 {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #mainWrite>section:nth-of-type(3)>.title-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    #mainWrite>section:nth-of-type(3)>.title-box {
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(3) .flex {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #mainWrite>section:nth-of-type(3) .flex {
        width: 90%;
        flex-wrap: wrap;
    }
}

#mainWrite>section:nth-of-type(3) .flex .flex-box {
    padding: 0 8px;
}

@media (max-width: 1280px) {
    #mainWrite>section:nth-of-type(3) .flex .flex-box img {
        width: 90%;
    }
}

@media (max-width: 768px) {
    #mainWrite>section:nth-of-type(3) .flex .flex-box {
        width: 100%;
        margin-bottom: 40px;
    }
}

#mainWrite>section:nth-of-type(4) {
    padding: 5% 8%;
}

@media (max-width: 768px) {
    #mainWrite>section:nth-of-type(4) {
        padding: 5% 3%;
    }
}

#mainWrite>section:nth-of-type(4)>.title-box {
    margin-bottom: 60px;
}

#mainWrite>section:nth-of-type(4)>.title-box h2 {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #mainWrite>section:nth-of-type(4)>.title-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 1280px) {
    #mainWrite>section:nth-of-type(4)>.img-wrapper {
        width: 90%;
    }

    #mainWrite>section:nth-of-type(4)>.img-wrapper img {
        width: 100%;
    }
}

#mainWrite>section:nth-of-type(5) {
    background: #1498c9;
    padding: 5% 8%;
}

@media (max-width: 1368px) {
    #mainWrite>section:nth-of-type(5) {
        padding: 5%;
    }
}

#mainWrite>section:nth-of-type(5) .flex {
    margin-top: 5rem;
}

#mainWrite>section:nth-of-type(5) .flex .flex-box:first-child {
    border-top: 1px solid #fff;
}

#mainWrite>section:nth-of-type(5) .flex .flex-box:first-child .slide-toggle {
    padding: 16px 8px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

#mainWrite>section:nth-of-type(5) .flex .flex-box:first-child .slide-toggle .title-box {
    position: relative;
}

#mainWrite>section:nth-of-type(5) .flex .flex-box:first-child .slide-toggle .title-box span {
    display: inline-block;
    margin-left: 5px;
}

#mainWrite>section:nth-of-type(5) .flex .flex-box:first-child .slide-toggle .title-box .fa-chevron-down {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

#mainWrite>section:nth-of-type(5) .flex .flex-box:first-child .slide-toggle .title-box .fa-chevron-down.rotate {
    transform: translateY(-50%) rotateZ(180deg);
}

#mainWrite>section:nth-of-type(5) .flex .flex-box:first-child .slide-toggle>div {
    margin: 8px auto;
}

#mainWrite>section:nth-of-type(5) .flex .flex-box:first-child .slide-toggle:not(:first-child)>div {
    display: none;
}

#mainWrite>section:nth-of-type(5) .flex .flex-box:first-child .slide-toggle .pc-hide {
    display: none;
    margin: 20px auto;
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(5) .flex .flex-box:first-child .slide-toggle .pc-hide {
        display: block;
    }
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(5) .flex .flex-box:first-child {
        width: 100%;
    }
}

#mainWrite>section:nth-of-type(5) .flex .flex-box:last-child {
    padding: 0 3%;
    position: relative;
    margin: 0 3%;
}

#mainWrite>section:nth-of-type(5) .flex .flex-box:last-child .img-wrapper {
    position: absolute;
    right: 50%;
    top: 0;
    transform: translateX(60%);
    opacity: 0;
    transition: .5s;
    height: 100%;
    width: 100%;
}

#mainWrite>section:nth-of-type(5) .flex .flex-box:last-child .img-wrapper.show {
    transform: translateX(50%);
    opacity: 1;
}

#mainWrite>section:nth-of-type(5) .flex .flex-box:last-child .img-wrapper img {
    height: 100%;
    width: auto;
}

@media (max-width: 1368px) {
    #mainWrite>section:nth-of-type(5) .flex .flex-box:last-child .img-wrapper img {
        height: 90%;
    }
}

@media (max-width: 1280px) {
    #mainWrite>section:nth-of-type(5) .flex .flex-box:last-child .img-wrapper img {
        height: 85%;
        width: 100%;
        -o-object-fit: co;
        object-fit: co;
    }
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(5) .flex .flex-box:last-child {
        display: none;
    }
}

#mainWrite>section:nth-of-type(6) {
    padding: 0 5%;
}

#mainWrite>section:nth-of-type(6)>.text-box {
    top: 8%;
    left: 5%;
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(6)>.text-box {
        top: 6%;
    }
}

@media (max-width: 768px) {
    #mainWrite>section:nth-of-type(6)>.text-box {
        position: static;
        width: 100%;
        margin-top: 36px;
        /* left: 3%; */
    }
}

@media (max-width: 680px) {
    #mainWrite>section:nth-of-type(6)>.text-box {
        top: 5%;
    }
}

#mainWrite>section:nth-of-type(7)>.text-box {
    top: 17%;
    right: 5%;
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(7)>.text-box {
        top: 10%;
        flex-wrap: wrap;
    }

    #mainWrite>section:nth-of-type(7)>.text-box .w50 {
        order: 2;
        width: 80%;
        margin: 30px auto;
    }

    #mainWrite>section:nth-of-type(7)>.text-box .w40 {
        order: 1;
        width: 80%;
        margin: 30px auto;
    }
}

@media (max-width: 680px) {
    #mainWrite>section:nth-of-type(7)>.text-box {
        top: 5%;
    }

    #mainWrite>section:nth-of-type(7)>.text-box .w50 {
        width: 90%;
        margin: 15px auto;
    }

    #mainWrite>section:nth-of-type(7)>.text-box .w40 {
        width: 90%;
        margin: 15px auto;
    }
}

#mainWrite>section:nth-of-type(8) {
    margin-bottom: 30px;
    background-color: #1658cb;
    padding: 5% 2.5%;
}

#mainWrite>section:nth-of-type(8) .swiper .swiper-slide {
    width: 23%;
    margin: 5rem 1%;
}

#mainWrite>section:nth-of-type(8) .swiper .swiper-slide>div h4 {
    color: #8bfffe;
    margin: 16px auto 0;
    height: 55px;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(8) .swiper .swiper-slide {
        margin: 5rem auto;
    }
}

@media (max-width: 680px) {
    #mainWrite>section:nth-of-type(8) .swiper .swiper-slide {
        text-align: center;
    }
}

#mainWrite>section:nth-of-type(8) .pc-hide {
    display: none;
}

#mainWrite>section:nth-of-type(8) .pc-hide span {
    display: inline-block;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

@media (max-width: 1024px) {
    #mainWrite>section:nth-of-type(8) .pc-hide {
        display: block;
    }
}