@import url('normalize.css');
@import url('font-awesome.min.css');
@import url('animate.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: Roboto, 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    background-color: #eef5f9;
    font-size: 15px;
    overflow-x: hidden;
}
a {
    transition: all 0.4s ease;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
table td {
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}
/**************************************************************/
header {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(43, 43, 43, .1);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.ASMedia-header_title h1 {
    margin: 0;
    font-size: 170%;
}
.ASMedia-header_title {
    margin: 0 0 15px;
}
.ASMedia-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*    justify-content: space-between;*/
    padding: 15px;
    border-bottom: 1px solid #dedede;
}
.ASMedia-header ul {
    display: flex;
    flex-wrap: wrap
}
.ASMedia-header .ASMedia-header_logo, .ASMedia-header .ASMedia-header_nav {
    flex: 0 0 auto;
}
.ASMedia-header .ASMedia-header_logo {
    width: 150px;
    margin: 0 auto 0 0;
}
.ASMedia-header ul.ASMedia-header_nav {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    list-style: none;
    margin: 20px 0 0;
    padding: 20px 0 0;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #dedede;
}
.ASMedia-header ul.ASMedia-header_nav li {
    padding-left: 10px;
}
.ASMedia-header ul.ASMedia-header_nav li:first-of-type {
    padding-left: 0;
}
.ASMedia-header ul.ASMedia-header_nav li span {
    display: inline-block;
    line-height: 0;
}
header .fa {
    cursor: pointer;
    line-height: 0;
}
header .fa:before {
    line-height: 0;
}
header .fa-user-circle:before {
    font-size: 130%;
    color: #00abdf
}
header .fa-facebook-square:before {
    font-size: 140%;
    color: #0866ff;
}
main {
    padding: 20px 0;
}
img {
    width: 100%;
    height: auto;
}
#pgConts, .imgSlider-content {
    margin: 0 auto;
    width: 90%;
    max-width: 1140px;
}
#imgSlider {
    overflow: hidden;
    margin: 0 auto;
}
.imgSlider {
    list-style: none;
    padding: 0;
    margin: 0 !important;
}
.dxis-item {
    position: relative;
    height: 250px !important;
}
.dxis-item img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.dxis-itemTextArea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 15px;
}
.imgSlider-content {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
}
.dxis-itemTextArea h3 {
    margin: 0 0 10px;
    line-height: normal;
    font-size: 120%;
}
.dxis-itemTextArea p {
    margin: 0 0 10px;
    line-height: normal;
    font-size: 100%;
}
.dxis-itemTextArea p:last-of-type {
    margin: 0;
}
.dxis-itemTextArea_content {
    font-size: 120%;
}
.EnterpriseInfo_container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.EnterpriseInfo_container .sidebar-nav, .EnterpriseInfo_container .EnterpriseInfo_content, .bulletinInfo, .extensionQuery, .formSigning {
    width: 100%;
}
.EnterpriseInfo_content .row {
    margin: 0 -10px;
}
.EnterpriseInfo_content h3 {
    /*    background-color: #01abdf;*/
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 5px 5px 0 0;
    background-image: linear-gradient(to right, #01ABDF, #0079c1);
}
.EnterpriseInfo_content h3 a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.bulletinInfo {
    margin: 0 0 20px;
}
.bulletinInfo-list {
    margin: 0 0 20px;
}
.bulletinInfo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bulletinInfo-list li {
    border-bottom: solid 1px rgba(130, 130, 130, .3);
}
.bulletinInfo-list li:last-of-type {
    border-bottom: none;
}
.bulletinInfo-list a {
    display: block;
    color: #222;
    text-decoration: none;
    padding: 5px 30px 5px 0;
    position: relative;
    line-height: 1.5;
}
.bulletinInfo-list a dl {
    margin: 0;
    display: flex;
    align-items: center;
}
.bulletinInfo-list a dl dt {
    line-height: normal;
    width: 50px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    padding: 0 10px 0 0;
    color: #0079c1;
}
.bulletinInfo-list a dl dt.newIcon {
    color: red;
}
.bulletinInfo-list a dl dd {
    margin: 0;
    padding: 0;
    flex: 1;
}
.bulletinInfo-list a dl dd div {
    color: #222
}
.bulletinInfo-list a time {
    display: block;
    font-weight: 600;
}
/*
.bulletinInfo-list a:after {
    content: "\f138";
    font-family: 'FontAwesome';
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 5;
}
*/
.bulletinInfo-list a span {
    display: inline-block;
    color: rgba(0, 0, 0, .5);
}
.bulletinInfo-list li:last-of-type a {
    padding: 10px 0 0;
}
.bulletinInfo-list a p {
    padding: 5px 0 0;
    margin: 0;
    font-weight: 500;
    color: #01abdf;
}
.bulletinInfo, .extensionQuery {
    padding: 0 10px;
}
.extensionQuery h3 {
    margin: 0 0 10px;
}
.extensionQuery .searchBox {
    margin: 0 0 20px;
}
.extensionQuery h3 + ul {
    list-style: none;
    padding: 0;
    margin: 0 !important;
}
.formSigning {
    margin: 20px 0;
}
.formSigning, .serviceInfo {
    padding: 0 10px;
    width: 100%;
}
.formSigning_title tr:first-of-type {
    color: #fff;
    background-color: #2f333b;
}
.formSigning_title table, .formSigning_content table {
    border: 1px solid #dee2e6;
}
.formSigning_title td, .formSigning_content td {
    padding: 10px;
    width: 20%;
}
.formSigning_title td {
    text-align: left;
    border-right: 1px solid #fff;
}
.formSigning_title td i {
    float: right;
    cursor: pointer;
}
.formSigning_content td a {
    color: #01abdf;
}
.formSigning h3 {
    margin: 0 0 10px;
}
.formSigning_content td {
    border-top: 1px solid #dee2e6;
}
.formSigning_content tr:first-of-type td {
    border-top: 1px none;
}
.contentbox {
    padding: 15px;
    border-radius: 5px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}
.EnterpriseInfo_container .sidebar-nav {
    /*    background-color: #0079C1;*/
    color: #fff;
    padding: 20px;
    background-image: linear-gradient(to bottom, #01ABDF, #00539B);
}
.searchBox {
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    align-items: stretch;
    margin: 30px 0 10px;
}
.searchBox input, .searchBox input:focus {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: 0.25rem 0 0 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.searchBox button {
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: 0 0.25rem 0.25rem 0;
    cursor: pointer;
}
.searchBox input:after {
    content: "\f002";
    font-family: 'FontAwesome';
}
.marqueeSlider {
    position: relative;
    list-style: none;
    margin: 0 0 20px !important;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgb(52, 152, 219);
    background-color: #fff;
    border-left-width: 5px;
    height: 61.25px;
}
.marqueeSlider .slick-slide {
    border: none !important;
}
.marqueeSlider time {
    display: block;
    margin: 0;
    color: #0079c1;
    width: 100%;
}
.marqueeSlider li {
    padding: 0 40px 0 0;
}
.marqueeSlider li a {
    position: relative;
    display: block;
    color: #222;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
}
.marqueeSlider:after {
    content: "\f138";
    font-family: 'FontAwesome';
    color: #0079c1;
    font-weight: normal;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: 10px;
    line-height: 0;
}
.marqueeSlider li a span {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    display: block;
    font-size: 110%;
    color: #222;
    padding: 0 10px 0 0;
    font-weight: 400;
    line-height: normal;
}
.marqueeDate {
    max-width: 170px;
}
.marqueeText {
    -ms-flex: 1;
    flex: 1;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.calendar span {
    display: block;
    margin: 0 auto;
}
.calendar-header {
    color: #fff;
    background-color: #2f333b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}
.calendar-header i {
    padding: 10px;
    cursor: pointer;
}
table.calendar-content tr:first-of-type td {
    font-weight: 600;
}
table.calendar-content tr td:nth-of-type(2), table.calendar-content tr td:last-of-type {
    color: red;
}
.serviceInfo .contentbox {
    padding-bottom: 5px;
}
.serviceInfo h3 {
    margin: 0 0 10px;
}
.EnterpriseInfo_content .serviceInfo-items {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
}
.serviceInfo-items li {
    padding: 0 5px;
    width: 100%;
    margin: 0 0 10px;
}
.serviceInfo-items li a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid #0079c1;
    border-radius: 3px;
    line-height: normal;
    color: #0079c1;
    font-weight: 500;
    white-space: nowrap;
}
.serviceInfo-items .fa {
    margin: 0 10px 0 0;
}
.serviceInfo-items .fa:before {
    line-height: 0;
}
h3 .fa {
    margin: 0 10px 0 0;
}
/*************************************************************************************************/
#accordion {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#accordion h3 {
    margin: 0;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0);
}
#accordion a {
    font-size: 80%;
}
#accordion h3 a {
    cursor: pointer;
    display: block;
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
}
#accordion li {
    list-style-type: none;
}
#accordion ul ul {
    display: none;
}
#accordion li.active > ul {
    display: block;
}
#accordion ul ul ul {
    margin-left: 15px;
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
}
#accordion a:not(:only-child):after {
    content: "\f104";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 15px;
}
#accordion li.active h3.firstTitle a {
    background-color: #01559B;
}
#accordion li.active > a:not(:only-child):after {
    content: "\f107";
}
#accordion li i.fa-angle-down {
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    right: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform-origin: center;
    line-height: 0;
}
#accordion li.active h3.firstTitle a i.fa-angle-down, #accordion li.active ul.submenu li.active h3 a i.fa-angle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#accordion li.active h3 a {
    color: rgba(255, 255, 255, 1.00)
}
#accordion .submenu {
    display: none;
    padding: 0;
    margin: 0;
}
#accordion .submenu li h3 {
    padding: 0 !important;
}
#accordion .submenu li h3 a {
    padding: 10px 0 0 12px !important;
    font-size: 80%;
    font-weight: 400;
}
#accordion .submenu li:last-of-type {
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
}
#accordion .submenu li a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 15px 0 0 12px;
    color: rgba(255, 255, 255, 1);
    font-size: 100%;
}
#accordion .submenu li a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 15px 0 0 12px;
    color: rgba(255, 255, 255, 1);
}
#accordion .submenu li:last-of-type a {
    padding: 15px 0 15px 12px;
}
#accordion .submenu li ul {
    padding: 0 0 0 14px;
}
#accordion .submenu li ul li:last-of-type {
    border-bottom: none;
}
#accordion .submenu li ul li:last-of-type a {
    padding: 15px 0 0 12px;
}
/**
 * mobile__button
 -----------------------------*/
.mobile__button {
    display: none;
}
@media only screen and (max-width: 768px) {
    html.offcanvas-open {
        overflow: hidden;
    }
    .sidebar-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: all ease-out 0.3s;
        background-color: #fff
    }
    .mobile__button {
        position: relative;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        padding: 0;
        display: block;
        width: 30px;
        height: 20px;
    }
    .mobile__button span.line {
        display: block;
        background: #222;
        width: 30px;
        height: 3px;
        position: absolute;
        border-radius: 2px;
        transition: all 0.4s;
    }
    .mobile__button.active span.line {
        background: #ffffff;
    }
    .mobile__button span.line-1 {
        top: 0;
    }
    .mobile__button span.line-2 {
        top: 50%;
    }
    .mobile__button span.line-3 {
        top: 100%;
    }
    html.offcanvas-open .mobile__button {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 1000;
    }
    html.offcanvas-open span.line {
        background: #222;
    }
    html.offcanvas-open .mobile__button .line-1 {
        transform: translateY(10px) translateX(0) rotate(45deg);
    }
    html.offcanvas-open .mobile__button .line-2 {
        opacity: 0;
    }
    html.offcanvas-open .mobile__button .line-3 {
        transform: translateY(-10px) translateX(0) rotate(-45deg);
    }
    html.offcanvas-open .sidebar-nav {
        transform: translateX(0);
        width: 100%;
        z-index: 999;
    }
}
/***************************************/
.scrollTop {
    width: 36px;
    height: 36px;
    position: fixed;
    color: #fff !important;
    cursor: pointer;
    border-radius: 3px;
    bottom: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, .5);
    padding: 9px 11px 7px;
    opacity: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out 0s;
}
.scrollTop a, .scrollTop a:hover {
    color: #fff;
    vertical-align: top;
}
.scrollTop .fa {
    vertical-align: top;
}
.scrollX {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.dxgvHSDC .formSigningWrap {
    width: 786px;
}
.dxgvHSDC .formSigningWrap td {
    padding: 0;
}
.dxgvHSDC .formSigningWrap td table td {
    padding: 10px;
}
footer {
    background-color: #2b2b2b;
    color: #a2a0a8;
    text-align: center;
    padding: 15px;
}
@media only screen and (min-width: 480px) {
    .serviceInfo-items li {
        width: calc(100% / 2);
    }
}
@media (min-width: 768px) {
    .dxis-itemTextArea_content {
        max-width: 50%;
    }
    .EnterpriseInfo_container .sidebar-nav {
        max-width: 264px;
    }
    .EnterpriseInfo_container .EnterpriseInfo_content {
        max-width: calc(100% - 264px);
    }
    .serviceInfo-items li a:hover {
        color: #fff;
        background-color: #0079c1;
    }
    .EnterpriseInfo_content {
        padding: 0 0 0 20px;
    }
    #pgConts, .imgSlider-content {
        width: 100%;
        padding: 0 20px;
    }
    .marqueeSlider {
        height: 46px;
    }
    .marqueeSlider li a {
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    .marqueeSlider li a span {
         flex: 1;
    }
    .marqueeSlider time, .marqueeSlider span {
        line-height: 0;
    }
    .marqueeSlider time {
        width: 144px;
        margin-right: 0;
        padding: 1px 10px 0;
    }
    .ASMedia-header ul.ASMedia-header_nav {
        width: auto;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
        border: none;
        text-align: right;
    }
    .searchBox {
        margin: 0 0 10px;
    }
    .bulletinInfo-list a time {
        display: inline-block;
    }
    #accordion .submenu li a:before {
        content: "\f101";
        font-family: 'FontAwesome';
        color: rgba(255, 255, 255, 0);
        margin-right: 5px;
        transition: all 0.3s ease;
    }
    .bulletinInfo-list a:hover p {
        text-decoration: underline;
    }
    #accordion h3:hover {
        background-color: rgba(255, 255, 255, .25);
    }
    #accordion .submenu li a:hover:before {
        color: rgba(255, 255, 255, 1);
    }
}
@media (min-width: 1024px) {
    .bulletinInfo, .extensionQuery {
        max-width: 55%;
    }
    .extensionQuery {
        max-width: 45%;
    }
    .bulletinInfo {
        margin: 0;
    }
    .serviceInfo-items li {
        width: auto;
    }
    .bulletinInfo-list a dl dd div {
        overflow: hidden;
        -webkit-line-clamp: 1;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
    }
}