﻿@charset "utf-8";

html {
    scroll-behavior: smooth;
}

body {
    /*font-family: "微軟正黑體", "Microsoft JhengHei", "Droid Sans Mono", sans-serif;*/
    font-family: "Noto Sans TC", Roboto, 微軟正黑體, "Microsoft JhengHei", Arial, 新細明體, 細明體, 標楷體, sans-serif;
    font-size: 16px;
    background-color: #f9f9f9;
}

body.no-scroll {
    overflow: hidden;
}

.scrollable-div {
    height: 500px; /* 設定高度 */
    overflow-y: auto; /* 垂直滾動 */
}

.card-border-box {
    border: 3px solid #fbc287;
    box-shadow: 0px 0px 8px #f18e1f;
}


.footer .about-widget .list img {
    height: 22px;
    margin-top: -1px;
    margin-left: 10px;
}

.footer .list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #a9b1bf;
    font-weight: 500;
    margin-bottom: 10px;
}

    .footer .list li a {
        display: inline-block;
        color: #a9b1bf;
    }

.wrapper {
    display: block;
}

    .wrapper .container {
        margin-top: 80px;
    }

.error {
    color: red;
}

table {
    /*table-layout: fixed;*/
    width: 100%;
    border-collapse: collapse;
}

th, td {
    /*text-align: center;*/
    /*white-space: nowrap;*/  /*防止內容換行影響寬度*/
}

.col-30p {
    width: 30px;
}

.col-50p {
    width: 50px;
}

.col-80p {
    width: 80px;
}

.col-100p {
    width: 100px;
}

.col-110p {
    width: 150px;
}

.col-150p {
    width: 150px;
}

.col-200p {
    width: 200px;
}

.col-250p {
    width: 200px;
}

.col-300p {
    width: 300px;
}

.col-350p {
    width: 350px;
}

.col-400p {
    width: 400px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    margin-top: 40px;
    border-bottom: 1px solid #eee;
}

.footer {
    display: block;
    margin-top: auto;
    background-color: #011520;
}

    .footer .about-widget .list img {
        height: 22px;
        margin-top: -1px;
        margin-left: 10px;
    }

.p-6 {
    padding: 6rem !important
}

.pt-6, .py-6 {
    padding-top: 6rem !important
}

.pr-6, .px-6 {
    padding-right: 6rem !important
}

.pb-6, .py-6 {
    padding-bottom: 6rem !important
}

.pl-6, .px-6 {
    padding-left: 6rem !important
}

.p-7 {
    padding: 8rem !important
}

.pt-7, .py-7 {
    padding-top: 8rem !important
}

.pr-7, .px-7 {
    padding-right: 8rem !important
}

.pb-7, .py-7 {
    padding-bottom: 8rem !important
}

.pl-7, .px-7 {
    padding-left: 8rem !important
}

.m-n6 {
    margin: -6rem !important
}

.mt-n6, .my-n6 {
    margin-top: -6rem !important
}

.mr-n6, .mx-n6 {
    margin-right: -6rem !important
}

.mb-n6, .my-n6 {
    margin-bottom: -6rem !important
}

.ml-n6, .mx-n6 {
    margin-left: -6rem !important
}

.m-n7 {
    margin: -8rem !important
}

.mt-n7, .my-n7 {
    margin-top: -8rem !important
}

.mr-n7, .mx-n7 {
    margin-right: -8rem !important
}

.mb-n7, .my-n7 {
    margin-bottom: -8rem !important
}

.ml-n7, .mx-n7 {
    margin-left: -8rem !important
}

.mt-lg-5 {
    margin-top: 50px !important
}

.mt-lg-6 {
    margin-top: 60px !important
}

@media (min-width: 576px) {
    .m-sm-6 {
        margin: 6rem !important
    }

    .mt-sm-6, .my-sm-6 {
        margin-top: 6rem !important
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 6rem !important
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 6rem !important
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 6rem !important
    }

    .m-sm-7 {
        margin: 8rem !important
    }

    .mt-sm-7, .my-sm-7 {
        margin-top: 8rem !important
    }

    .mr-sm-7, .mx-sm-7 {
        margin-right: 8rem !important
    }

    .mb-sm-7, .my-sm-7 {
        margin-bottom: 8rem !important
    }

    .ml-sm-7, .mx-sm-7 {
        margin-left: 8rem !important
    }

    .p-sm-6 {
        padding: 6rem !important
    }

    .pt-sm-6, .py-sm-6 {
        padding-top: 6rem !important
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 6rem !important
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 6rem !important
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 6rem !important
    }

    .p-sm-7 {
        padding: 8rem !important
    }

    .pt-sm-7, .py-sm-7 {
        padding-top: 8rem !important
    }

    .pr-sm-7, .px-sm-7 {
        padding-right: 8rem !important
    }

    .pb-sm-7, .py-sm-7 {
        padding-bottom: 8rem !important
    }

    .pl-sm-7, .px-sm-7 {
        padding-left: 8rem !important
    }

    .m-sm-n6 {
        margin: -6rem !important
    }

    .mt-sm-n6, .my-sm-n6 {
        margin-top: -6rem !important
    }

    .mr-sm-n6, .mx-sm-n6 {
        margin-right: -6rem !important
    }

    .mb-sm-n6, .my-sm-n6 {
        margin-bottom: -6rem !important
    }

    .ml-sm-n6, .mx-sm-n6 {
        margin-left: -6rem !important
    }

    .m-sm-n7 {
        margin: -8rem !important
    }

    .mt-sm-n7, .my-sm-n7 {
        margin-top: -8rem !important
    }

    .mr-sm-n7, .mx-sm-n7 {
        margin-right: -8rem !important
    }

    .mb-sm-n7, .my-sm-n7 {
        margin-bottom: -8rem !important
    }

    .ml-sm-n7, .mx-sm-n7 {
        margin-left: -8rem !important
    }
}

@media (min-width: 768px) {
    .m-md-6 {
        margin: 6rem !important
    }

    .mt-md-6, .my-md-6 {
        margin-top: 6rem !important
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 6rem !important
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 6rem !important
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 6rem !important
    }

    .m-md-7 {
        margin: 8rem !important
    }

    .mt-md-7, .my-md-7 {
        margin-top: 8rem !important
    }

    .mr-md-7, .mx-md-7 {
        margin-right: 8rem !important
    }

    .mb-md-7, .my-md-7 {
        margin-bottom: 8rem !important
    }

    .ml-md-7, .mx-md-7 {
        margin-left: 8rem !important
    }

    .p-md-6 {
        padding: 6rem !important
    }

    .pt-md-6, .py-md-6 {
        padding-top: 6rem !important
    }

    .pr-md-6, .px-md-6 {
        padding-right: 6rem !important
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 6rem !important
    }

    .pl-md-6, .px-md-6 {
        padding-left: 6rem !important
    }

    .p-md-7 {
        padding: 8rem !important
    }

    .pt-md-7, .py-md-7 {
        padding-top: 8rem !important
    }

    .pr-md-7, .px-md-7 {
        padding-right: 8rem !important
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 8rem !important
    }

    .pl-md-7, .px-md-7 {
        padding-left: 8rem !important
    }

    .m-md-n6 {
        margin: -6rem !important
    }

    .mt-md-n6, .my-md-n6 {
        margin-top: -6rem !important
    }

    .mr-md-n6, .mx-md-n6 {
        margin-right: -6rem !important
    }

    .mb-md-n6, .my-md-n6 {
        margin-bottom: -6rem !important
    }

    .ml-md-n6, .mx-md-n6 {
        margin-left: -6rem !important
    }

    .m-md-n7 {
        margin: -8rem !important
    }

    .mt-md-n7, .my-md-n7 {
        margin-top: -8rem !important
    }

    .mr-md-n7, .mx-md-n7 {
        margin-right: -8rem !important
    }

    .mb-md-n7, .my-md-n7 {
        margin-bottom: -8rem !important
    }

    .ml-md-n7, .mx-md-n7 {
        margin-left: -8rem !important
    }
}

@media (min-width: 992px) {
    .m-lg-6 {
        margin: 6rem !important
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 6rem !important
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 6rem !important
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 6rem !important
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 6rem !important
    }

    .m-lg-7 {
        margin: 8rem !important
    }

    .mt-lg-7, .my-lg-7 {
        margin-top: 8rem !important
    }

    .mr-lg-7, .mx-lg-7 {
        margin-right: 8rem !important
    }

    .mb-lg-7, .my-lg-7 {
        margin-bottom: 8rem !important
    }

    .ml-lg-7, .mx-lg-7 {
        margin-left: 8rem !important
    }

    .p-lg-6 {
        padding: 6rem !important
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 6rem !important
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 6rem !important
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 6rem !important
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 6rem !important
    }

    .p-lg-7 {
        padding: 8rem !important
    }

    .pt-lg-7, .py-lg-7 {
        padding-top: 8rem !important
    }

    .pr-lg-7, .px-lg-7 {
        padding-right: 8rem !important
    }

    .pb-lg-7, .py-lg-7 {
        padding-bottom: 8rem !important
    }

    .pl-lg-7, .px-lg-7 {
        padding-left: 8rem !important
    }

    .m-lg-n6 {
        margin: -6rem !important
    }

    .mt-lg-n6, .my-lg-n6 {
        margin-top: -6rem !important
    }

    .mr-lg-n6, .mx-lg-n6 {
        margin-right: -6rem !important
    }

    .mb-lg-n6, .my-lg-n6 {
        margin-bottom: -6rem !important
    }

    .ml-lg-n6, .mx-lg-n6 {
        margin-left: -6rem !important
    }

    .m-lg-n7 {
        margin: -8rem !important
    }

    .mt-lg-n7, .my-lg-n7 {
        margin-top: -8rem !important
    }

    .mr-lg-n7, .mx-lg-n7 {
        margin-right: -8rem !important
    }

    .mb-lg-n7, .my-lg-n7 {
        margin-bottom: -8rem !important
    }

    .ml-lg-n7, .mx-lg-n7 {
        margin-left: -8rem !important
    }
}

@media (min-width: 1200px) {
    .m-xl-6 {
        margin: 6rem !important
    }

    .mt-xl-6, .my-xl-6 {
        margin-top: 6rem !important
    }

    .mr-xl-6, .mx-xl-6 {
        margin-right: 6rem !important
    }

    .mb-xl-6, .my-xl-6 {
        margin-bottom: 6rem !important
    }

    .ml-xl-6, .mx-xl-6 {
        margin-left: 6rem !important
    }

    .m-xl-7 {
        margin: 8rem !important
    }

    .mt-xl-7, .my-xl-7 {
        margin-top: 8rem !important
    }

    .mr-xl-7, .mx-xl-7 {
        margin-right: 8rem !important
    }

    .mb-xl-7, .my-xl-7 {
        margin-bottom: 8rem !important
    }

    .ml-xl-7, .mx-xl-7 {
        margin-left: 8rem !important
    }

    .p-xl-6 {
        padding: 6rem !important
    }

    .pt-xl-6, .py-xl-6 {
        padding-top: 6rem !important
    }

    .pr-xl-6, .px-xl-6 {
        padding-right: 6rem !important
    }

    .pb-xl-6, .py-xl-6 {
        padding-bottom: 6rem !important
    }

    .pl-xl-6, .px-xl-6 {
        padding-left: 6rem !important
    }

    .p-xl-7 {
        padding: 8rem !important
    }

    .pt-xl-7, .py-xl-7 {
        padding-top: 8rem !important
    }

    .pr-xl-7, .px-xl-7 {
        padding-right: 8rem !important
    }

    .pb-xl-7, .py-xl-7 {
        padding-bottom: 8rem !important
    }

    .pl-xl-7, .px-xl-7 {
        padding-left: 8rem !important
    }

    .m-xl-n6 {
        margin: -6rem !important
    }

    .mt-xl-n6, .my-xl-n6 {
        margin-top: -6rem !important
    }

    .mr-xl-n6, .mx-xl-n6 {
        margin-right: -6rem !important
    }

    .mb-xl-n6, .my-xl-n6 {
        margin-bottom: -6rem !important
    }

    .ml-xl-n6, .mx-xl-n6 {
        margin-left: -6rem !important
    }

    .m-xl-n7 {
        margin: -8rem !important
    }

    .mt-xl-n7, .my-xl-n7 {
        margin-top: -8rem !important
    }

    .mr-xl-n7, .mx-xl-n7 {
        margin-right: -8rem !important
    }

    .mb-xl-n7, .my-xl-n7 {
        margin-bottom: -8rem !important
    }

    .ml-xl-n7, .mx-xl-n7 {
        margin-left: -8rem !important
    }
}

.text-hover-primary:focus, .text-hover-primary:hover {
    color: #4E66F8 !important
}

.bg-primary-light {
    background: #e1e5fe
}

.text-hover-secondary:focus, .text-hover-secondary:hover {
    color: #e83e8c !important
}

.bg-secondary-light {
    background: #f8c7dd
}

.text-hover-success:focus, .text-hover-success:hover {
    color: #28a745 !important
}

.bg-success-light {
    background: #86e29b
}

.text-hover-info:focus, .text-hover-info:hover {
    color: #17a2b8 !important
}

.bg-info-light {
    background: #7adeee
}

.text-hover-warning:focus, .text-hover-warning:hover {
    color: #ffc107 !important
}

.bg-warning-light {
    background: #ffe7a0
}

.text-hover-danger:focus, .text-hover-danger:hover {
    color: #dc3545 !important
}

.bg-danger-light {
    background: #f3b7bd
}

.text-hover-light:focus, .text-hover-light:hover {
    color: #f8f9fa !important
}

.bg-light-light {
    background: #fff
}

.text-hover-dark:focus, .text-hover-dark:hover {
    color: #343a40 !important
}

.bg-dark-light {
    background: #7a8793
}

.bg-gray-100 {
    background: #f8f9fa !important
}

.text-gray-100 {
    color: #f8f9fa
}

.bg-gray-200 {
    background: #e9ecef !important
}

.text-gray-200 {
    color: #e9ecef
}

.bg-gray-300 {
    background: #dee2e6 !important
}

.text-gray-300 {
    color: #dee2e6
}

.bg-gray-400 {
    background: #ced4da !important
}

.text-gray-400 {
    color: #ced4da
}

.bg-gray-500 {
    background: #adb5bd !important
}

.text-gray-500 {
    color: #adb5bd
}

.bg-gray-600 {
    background: #868e96 !important
}

.text-gray-600 {
    color: #868e96
}

.bg-gray-700 {
    background: #495057 !important
}

.text-gray-700 {
    color: #495057
}

.bg-gray-800 {
    background: #343a40 !important
}

.text-gray-800 {
    color: #343a40
}

.bg-gray-900 {
    background: #212529 !important
}

.text-gray-900 {
    color: #212529
}

.bg-primary-100 {
    background: #f8f9ff
}

/*--Background Gradients--*/
.gradient-half-primary-body-v1 {
    background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
    background-repeat: repeat-x;
    background-attachment: fixed;
}

.gradient-half-primary-v1 {
    background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
    background-repeat: repeat-x;
}

.gradient-half-primary-v2 {
    background-image: linear-gradient(0deg, rgba(55, 125, 255, 0.05) 0%, transparent 100%);
    background-repeat: repeat-x;
}

.gradient-half-primary-v3 {
    background-image: linear-gradient(0deg, rgba(55, 125, 255, 0.1) 0%, transparent 100%);
    background-repeat: repeat-x;
}

.gradient-half-primary-v4 {
    background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 85%);
    background-repeat: repeat-x;
}

.gradient-half-primary-v5 {
    background-image: linear-gradient(150deg, #377dff 0%, #2d1582 100%);
    background-repeat: repeat-x;
}

.gradient-half-info-v1 {
    background-image: linear-gradient(0deg, #377dff 0%, #00dffc 100%);
    background-repeat: repeat-x;
}

.gradient-half-warning-v1 {
    background-image: linear-gradient(25deg, #ffc107 30%, #de4437 100%);
    background-repeat: repeat-x;
}

.gradient-half-warning-v2 {
    background-image: linear-gradient(150deg, #ffc107 0%, #efa02e 100%);
    background-repeat: repeat-x;
}

.gradient-half-warning-v3 {
    background-image: linear-gradient(150deg, #ffc107 0%, #de4437 100%);
    background-repeat: repeat-x;
}

.shadow-3d {
    box-shadow: 0.5rem 0.5rem 0 rgba(233, 236, 239, 0.5);
}

.hover-shadow-3d {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

    .hover-shadow-3d:hover {
        box-shadow: 0.5rem 0.5rem 0 rgba(233, 236, 239, 0.5);
        transform: translate3d(-4px, -4px, 0) rotateZ(-1deg);
    }

.hover-shadow-sm {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

    .hover-shadow-sm:hover {
        box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
    }

/* 主視覺 */
/* 點點圖 */
#particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
}

.hero-home {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /*min-height: 600px;*/
    /*min-height: 35.49%;*/
}

.hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .hero-slider .swiper-slide {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

@media screen and (min-width: 1680px) {
    .hero-home {
        min-height: 800px;
    }

    .slide-bg {
        padding-top: 800px;
    }

    .iframeContent {
        border: none;
        width: 100%;
        height: 600px;
    }
}

@media screen and (min-width: 1430px) and (max-width:1680px) {
    .hero-home {
        min-height: 700px;
    }

    .slide-bg {
        padding-top: 700px;
    }

    .iframeContent {
        border: none;
        width: 100%;
        height: 600px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1430px) {
    .hero-home {
        min-height: 600px;
    }

    .slide-bg {
        padding-top: 600px;
    }

    .iframeContent {
        border: none;
        width: 100%;
        height: 600px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-home {
        min-height: 500px;
    }

    .slide-bg {
        padding-top: 500px;
    }

    .iframeContent {
        border: none;
        width: 100%;
        height: 490px;
    }
    /*.form-control-md-xs{
        width: 150px;
    }*/
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .hero-home {
        min-height: 400px;
    }

    .slide-bg {
        padding-top: 400px;
    }

    .iframeContent {
        border: none;
        width: 100%;
        height: 355px;
    }
    /*.form-control-md-xs {
        width: 150px;
    }*/
}

@media screen and (max-width: 768px) {
    .hero-home {
        min-height: 300px;
    }

    .slide-bg {
        padding-top: 300px;
    }

    .min-xs-width-0 {
        width: 0px;
    }

    .wrapper .container {
        margin-top: 0px;
    }

    .iframeContent {
        border: none;
        width: 100%;
        height: 255px;
    }
}

@media screen and (min-width: 768px) {
    .min-md-width-75 {
        width: 75px;
    }

    .min-md-width-120 {
        width: 120px;
    }
}

/*.swiper-slide-bg {
    background: -webkit-radial-gradient(ellipse,white,purple);
    background: -o-radial-gradient(ellipse,white,purple);
    background: -moz-radial-gradient(ellipse,white,purple);
    background: radial-gradient(ellipse,#fbc8d4,#9795f0);
}*/

.slide-bg {
    background-image: url(../Images/image832.png);
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: left;
    /*background-size: cover;*/
    background-size: contain;
    max-width: 100%;
    /*height: auto;*/
    height: 0;
    /*padding-top: 36.49%;*/
    /*padding-top: 200px;*/
}

/* Transparent */
.list-group-transparent .list-group-item {
    color: #fff;
    border-color: transparent;
    background-color: transparent;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: block;
    text-indent: -9999px;
    background: url(../Images/arrow_up2021.png) no-repeat 0 0 / contain;
    z-index: 98;
}
