﻿@charset "utf-8";

html {
    scroll-behavior: smooth;
}

body {
    /*font-family: "微軟正黑體", "Microsoft JhengHei", "Droid Sans Mono", sans-serif;*/
    font-family: "Noto Sans","微軟正黑體", "新細明體", "細明體", "標楷體", "Microsoft JhengHei", "Roboto", "Arial", "sans-serif";
    font-size: 16px;
    background-color: #f9f9f9;
}

html, body {
    height: 100%;
    margin: 0;
}

footer {
    width: 100%;
    background: #333;
    color: white;
    /*text-align: center;*/
}

.content {
    flex: 1; /* 讓主要內容撐開，footer 會被推到底部 */
}


/*.regData {
    overflow-y: auto;*/ /* 垂直滾動 */
/*height: 650px;*/ /* 設定高度 */
/*}*/

.gradient-custom {
    /* fallback for old browsers */
    background: #000;
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: -webkit-linear-gradient(to right, rgba(51,51,51,1), rgba(51,51,51,1));*/
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*background: linear-gradient(to right, rgba(51,51,51,1), rgba(51,51,51,1))*/
}


.banner-hight {
    margin-top: 55px;
}

.imgfull {
    height:100%;
    width:100%;
}

.footer-section {
    background: #333;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-title {
    color: white;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.contact-info {
    color: white;
}



.scrollable-div {
    height: 600px; /* 設定高度 */
    width: auto;
    overflow-y: auto; /* 垂直滾動 */
}

.btn-savedraft {
    margin: 0px;
    border-radius: 30px;
    height: auto;
}

.btn-send {
    margin: 0px;
    border-radius: 30px;
    height: auto;
}

button.nav-link {
    padding-left: 0; /* 移除多餘的內距 */
    padding-right: 0; /* 移除多餘的內距 */
    text-align: center; /* 強制文字居中 */
}


.text-shadow {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1)
}

.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: flex;
    flex-direction: column;
    min-height: 100vh;
}

    .wrapper .container {
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

.index {
    margin-top: 100px;
    margin-bottom: 20px;
}

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: 20px;
    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-homemd {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 300px;
    max-height: 500px;
    /*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: 80px;
        margin-bottom: 20px;
    }

    .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;
}

.opacity-1 {
    opacity: .1;
}

.opacity-2 {
    opacity: .2;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

.z-index-10 {
    z-index: 10;
}

.z-index-20 {
    z-index: 20;
}

.z-index-30 {
    z-index: 30;
}

.z-index-40 {
    z-index: 40;
}

.z-index-50 {
    z-index: 50;
}

.letter-spacing-1 {
    letter-spacing: .1em;
}

.letter-spacing-2 {
    letter-spacing: .2em;
}

.letter-spacing-3 {
    letter-spacing: .3em;
}

.letter-spacing-4 {
    letter-spacing: .4em;
}

.letter-spacing-5 {
    letter-spacing: .5em;
}

.shadow-info {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.15) !important;
}

.gradient-half-grey {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.05) 0%, transparent 100%);
    background-repeat: repeat-x;
}

.gradient-half-yellow {
    background-image: linear-gradient(0deg, rgba(255,230,25,0.04) 0%, transparent 100%);
    background-repeat: repeat-x;
}

.p-runin {
    margin-top: 0;
    margin-bottom: 1rem;
    text-indent: 2em;
}

@media (max-width: 575px) {
    table {
        font-size: 0.8rem;
    }

    th.companyName {
        font-size: 1.3rem;
    }

    td.item {
        font-size: 0.9rem;
    }

    td span.remark {
        font-size: 0.8rem;
    }

    #indextitle {
        font-size: 2.125rem;
    }
}

@media (min-width: 576px) {
    table {
        font-size: 0.85rem;
    }

    th.companyName {
        font-size: 1.35rem;
    }

    td.item {
        font-size: 0.975rem;
    }

    td span.remark {
        font-size: 0.825rem;
    }

    #indextitle {
        font-size: 2.125rem;
    }
}

@media (min-width: 768px) {
    table {
        font-size: 0.9rem;
    }

    th.companyName {
        font-size: 1.4rem;
    }

    td.item {
        font-size: 1.05rem;
    }

    td span.remark {
        font-size: 0.85rem;
    }

    #indextitle {
        font-size: 2.125rem;
    }
}

@media (min-width: 992px) {
    table {
        font-size: 0.95rem;
    }

    th.companyName {
        font-size: 1.45rem;
    }

    td.item {
        font-size: 1.125rem;
    }

    td span.remark {
        font-size: 0.875rem;
    }

    #indextitle {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    table {
        font-size: 1rem;
    }

    th.companyName {
        font-size: 1.5rem;
    }

    td.item {
        font-size: 1.2rem;
    }

    td.item {
        font-size: 1.2rem;
    }

    td span.remark {
        font-size: 0.9rem;
    }

    #indextitle {
        font-size: 2.5rem;
    }
}
