@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap');

:root {
    --base: 16px;
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: var(--base);
}

body {
    font-family: 'Noto Sans TC', sans-serif;
    padding-top: 68px;
}

body.active {
    overflow: hidden;
}

.button_container {
    display: none;
}

b {
    font-weight: 700 !important;
}

.blue {
    color: #232D46 !important;
}
a.blue:hover{
    color: #f35f32 !important;
}
.w-50 {
    width: 50% !important;
}

.w-30 {
    width: 33.3% !important;
}

.w-100 {
    width: 100% !important;
}

.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 8px !important;
}

.mb-2 {
    margin-bottom: 12px !important;
}

.mb-3 {
    margin-bottom: 24px !important;
}

.mb-4 {
    margin-bottom: 32px !important;
}

.mb-5 {
    margin-bottom: 48px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 8px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 8px !important;
}

.mr-2 {
    margin-right: 12px !important;
}
.nowrap{
    white-space: nowrap !important;
}
.wheel{
    display: inline-block;
    color: transparent !important;
    width: 25px;
    height: 24px;
    background-image: url(../images/wheel-chair.svg);
    background-size: 25px auto;
    background-repeat: no-repeat;
    overflow: hidden;
}
.wheel:hover{
   background-image: url(../images/wheel-chair-1.svg);
}
.pagination-nav {
    display: flex;
    justify-content: center;
}

.pagination {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.pagination li {
    margin: 0 2px;
}

.pagination li:first-child>a {
    width: 48px;
    display: inline-flex;
    height: 48px;
    border-radius: 12px;
    background-image: url(../images/prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    text-decoration: none;
}

.pagination li:first-child>a.disabled {
    background-image: url(../images/prev-1.svg);
}

.pagination li:last-child>a {
    width: 48px;
    display: inline-flex;
    height: 48px;
    border-radius: 12px;
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    text-decoration: none;
}

.pagination li:last-child>a.disabled {
    background-image: url(../images/next-1.svg);
}

.pagination li a {
    color: #3D3D3D;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    text-decoration: none;
}

.pagination li a.active {
    background-color: #F35F32;
    color: #fff;
}

.ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 24px;
    text-align: justify;
}

.ul a {
    color: inherit;
}

.ul a:hover {
    color: #F35F32;
}
.global-link {
    width: 100%;
    max-width: 480px;
    margin-bottom: 24px;
}

.global-link li {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #CCC;
    background-color: #EAEAEA;
    margin-bottom: 12px;
    padding: 8px 12px;
}

.global-icon {
    display: inline-block;
    width: 22px;
    height: 18px;
    background-image: url(../images/global.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center left;
}

.global-link li a {
    display: inline-block;
    color: #232D46;
    max-width: calc( 100% - 22px );
}
.global-link li a:hover {
    color: #5e6a86;
}
.text-center {
    text-align: center !important;
}

.show-xs {
    display: none;
}

:focus {
    outline: dashed 2px #EE3424;
}

.table {
    width: 100%;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
}
.table a{
    color: #4E4E4E;
    text-decoration: none;
}
.table a:hover{
    color: #F35F32;
}
.table thead>tr>th {
    color: #3D3D3D;
    font-weight: 700;
    padding: 16px 8px;
    border-bottom: solid 1px #3D3D3D;
    text-align: left;
    white-space: nowrap;
}

.table tbody>tr>td {
    color: #4E4E4E;
    font-weight: 400;
    padding: 16px 8px;
    vertical-align: middle
}

.table tbody>tr:nth-child(odd)>td {
    background-color: #fff;
}

.table tbody>tr:nth-child(even)>td {
    background-color: transparent;
}
.td-flex {
    display:flex;
    align-items: center;
    height: 100%;
}
.td-flex a{
    flex: 1;
}
tr th:nth-child(1){
    width: 80px;
}
tr th:nth-child(2){
    width: 120px;
}
tr th:nth-child(3){
    width: 130px;
}
.mark-icon {
    width: 20px;
    height: 26px;
    display: inline-block;
    background-image: url(../images/mark.svg);
    background-size: 16px auto;
    background-position: center left;
    background-repeat: no-repeat;
}
.download-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.download-item>span {
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #FDFEFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    background-size: 80% auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.download-info {
    width: calc(100% - 92px);
}

.icons-row {
    display: flex;
    flex-wrap: wrap;
}

.icons-col {
    display: inline-flex;
    align-items: center;
    padding-right: 24px;
    color: #4E4E4E;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
}

.icons-col.fix {
    padding-right: 8px;
}

.icon-1 {
    background-image: url(../images/icons/icon-1.svg);
}

.icon-2 {
    background-image: url(../images/icons/icon-2.svg);
}

.icon-3 {
    background-image: url(../images/icons/icon-3.svg);
}

.icon-4 {
    background-image: url(../images/icons/icon-4.svg);
}

.icon-5 {
    background-image: url(../images/icons/icon-5.svg);
}

.icon-6 {
    background-image: url(../images/icons/icon-6.svg);
}

.icon-7 {
    background-image: url(../images/icons/icon-7.svg);
}

.icon-8 {
    background-image: url(../images/icons/icon-8.svg);
}

.icon-9 {
    background-image: url(../images/icons/icon-9.svg);
}

.icon-10 {
    background-image: url(../images/icons/icon-10.svg);
}

.icon-11 {
    background-image: url(../images/icons/icon-11.svg);
}

.icon-12 {
    background-image: url(../images/icons/icon-12.svg);
}

.icon-13 {
    background-image: url(../images/icons/icon-13.svg);
}

.icon-14 {
    background-image: url(../images/icons/icon-14.svg);
}

.icon-15 {
    background-image: url(../images/icons/icon-15.svg);
}

.icon-16 {
    background-image: url(../images/icons/icon-16.svg);
}

.icon-17 {
    background-image: url(../images/icons/icon-17.svg);
}

.icons-col span {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: #FDFEFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    background-size: 80% auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.award-list {
    list-style-type: disc;
    color: #5E6A86;
    padding-left: 1.5em;
}

.sitemap {
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.sitemap li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 0;

}

.sitemap li:nth-child(1) {
    width: 100%;
}

.sitemap-link {
    display: block;
    width: 100%;
    color: #4E4E4E;
    font-size: 0.975em;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    padding: 12px 6px;
    border-radius: 8px;
    border: 1px solid #CCC;
    background-color: #EAEAEA;
    text-align: center;
    text-decoration: none;
    margin-bottom: 16px;
}

.sitemap-link.fix {
    background-color: #ccc;
}
.sitemap-link:hover {
    background-color: #fff3e6;
}
.sitemap-sub-link {
    width: 90%;
    margin-left: 5%;
    display: block;
    margin-bottom: 12px;
    color: #4E4E4E;
    font-size: 0.975em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    padding: 6px;
    border-radius: 8px;
    border: 1px solid #CCC;
    background-color: #F8F8F8;
    text-align: center;
    text-decoration: none;
}
.sitemap-sub-link:hover{
    background-color: #fff3e6;
}
main {
    font-size: var(--base);
    max-width: 120rem;
    margin: 0 auto;
}

.main-row {
    width: 100%;
    padding: 0 172px;
    display: flex;
    margin: 0 auto;
    max-width: 90rem;
}

.side-menu-box {
    width: 280px;
}

.side-menu-title {
    color: #232D46;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding-bottom: 12px;
    position: relative;
}

.side-menu {
    display: block;
    width: 200px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
    padding-left: 32px;
}

.side-menu>li {
    margin-bottom: 20px;
    display: block;
}

.side-menu>li>a {
    display: block;
    color: #4E4E4E;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.025em;
    position: relative;
    text-decoration: none;
}

.side-menu>li>a:hover,
.side-menu>li>a.active {
    color: #F35F32;
    font-weight: 700;
}

.side-menu>li>a.active::after {
    content: '';
    background-color: #F35F32;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 11px;
    left: -22px;
}

.sub-side-menu {
    display: block;
    padding-left: 22px;
}

.sub-side-menu>li {
    margin-top: 12px;
    position: relative;
}

.sub-side-menu>li::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #4E4E4E;
    position: absolute;
    top: 12px;
    left: -14px;
}

.sub-side-menu>li>a {
    color: #4E4E4E;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.sub-side-menu>li>a:hover,
.sub-side-menu>li>a.active {
    font-weight: 700;
}

.main-box {
    width: calc(100% - 280px);
    padding-left: 20px;
    color: #4E4E4E;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.main-title {
    color: #232D46;
    font-size: 1.75em;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
    position: relative;
}

.main-title::before {
    content: '';
    width: 5px;
    height: 32px;
    background-color: #F35F32;
    border-radius: 5px;
    position: absolute;
    left: -20px;
    top: 6px;
}

.main-sub-title {
    color: #F35F32;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.025em;
    margin-bottom: 12px;
    text-align: justify;
}

.main-box ol {
    padding-left: 1.6em;
    margin-bottom: 24px;
    list-style-type: decimal;
}

.main-box ol>li {
    margin-bottom: 12px;
}

.main-box p {
    margin-bottom: 12px;
    text-align: justify;
}

.tags i {
    display: inline-block;
    padding: 0 8px;
}

.key-tag {
    display: inline-block;
    padding: 6px 24px;
    border-radius: 8px;
    border: 1px solid #CCC;
    background-color: #EAEAEA;
    white-space: nowrap;
}

.key-text {
    line-height: 1.6;
}

footer {
    background-color: #232D46;
    padding: 44px 0;
}

.footer-box {
    width: 100%;
    max-width: 102rem;
    padding: 0 120px;
    margin: 0 auto;
    display: flex;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.1;
}

.footer-box p {
    margin-bottom: 12px;
}

.mark-img {
    width: 178px;
}

.footer-box a {
    color: #fff;
    text-decoration: none;
}

.footer-left {
    width: 450px;
    position: relative;
}

.footer-right {
    width: calc(100% - 450px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px -12px -6px;
}

.footer-col {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
}

.footer-btn {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    color: #232D46 !important;
    letter-spacing: 0.03em;
}

.footer-btn:hover {
    background-color: rgb(238, 52, 36);
    color: #fff !important;
}

.footer-btn span {
    display: inline-block;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background-size: cover;
}

.download-icon {
    background-image: url(../images/download.svg);
}

.phone-icon {
    background-image: url(../images/phone.svg);
}

.service-icon {
    background-image: url(../images/service.svg);
}

.mail-icon {
    background-image: url(../images/mail.svg);
}

.footer-btn:hover .phone-icon {
    background-image: url(../images/phone-1.svg);
}

.footer-btn:hover .service-icon {
    background-image: url(../images/service-1.svg);
}

.footer-btn:hover .mail-icon {
    background-image: url(../images/mail-1.svg);
}

.container {
    background-color: #F8F8F8;
    background-image: url(../images/bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 1920px auto;
    padding: 100px 0 200px 0;
    margin: 0 auto;
    overflow: hidden;
}
.container.fix{
padding: 0 0 200px 0;
}
.home-box {
    width: 100%;
    max-width: 62rem;
    margin: 0 auto;
    display: flex;
    position: relative;
    padding-top: 60px;
}


.home-col {
    width: 25%;
    padding: 0 20px;
}

.hom-icon-link {
    display: block;
    color: #3D3D3D;
    text-align: center;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.hom-icon-link span {
    display: block;
    border-radius: 2.5em;
    background-color: #fff;
    box-shadow: 0px 0px 2.5em 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin-bottom: 12px;
    background-size: 57.6% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.hom-icon-link:hover span {
    background-color: #fff3e6;
}

.map-icon {
    background-image: url(../images/map.svg);
}

.about-icon {
    background-image: url(../images/about.svg);
}

.criteria-icon {
    background-image: url(../images/criteria.svg);
}

.product-icon {
    background-image: url(../images/product.svg);
}

.btn-box {
    margin-bottom: 24px;
}

.btn {
    background-color: #232D46;
    font-family: 'Noto Sans TC', sans-serif;
    border-radius: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.1;
    padding: 14px 28px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
}

.btn span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: cover;
    margin-left: 4px;
}

.btn:hover {
    background-color: #404D6F;
}

.right-icon {
    background-image: url(../images/right.svg);
}

.go-to-main {
    display: inline-block;
    padding: 12px 16px;
    color: #fff;
    background-color: #EE3424;
    position: fixed;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -9;
    text-decoration: none;
}

.go-to-main:focus {
    z-index: 9999;
}

header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.08);
    height: 68px;
}

.nav-box {
    width: 100%;
    height: 68px;
    padding: 0 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-box {
    display: inline-flex
}

.menu-box>li {
    display: inline-block;
    margin-right: 40px;
}

.menu-box>li>a {
    display: block;
    color: #232D46;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.menu-box li a:hover,
.menu-box li a.active {
    color: #232D46;
    font-weight: 700;
}

.breadcrumb {
    display: inline-flex;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 24px;
    left: 60px;
    z-index: 3;
}

.breadcrumb-item {
    color: #3D3D3D;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
}

.breadcrumb-item a {
    display: block;
    color: #3D3D3D;
    text-decoration: none;
    padding-right: 18px;
    background-image: url(../images/arrow-right.svg);
    background-position: center right 1px;
    background-repeat: no-repeat;
    background-size: 16px;
}

.breadcrumb-item a.active {
    color: #3D3D3D;
    font-weight: 700;
    padding-right: 0;
    background-image: none;
}

.font-box {
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.font-box li {
    display: inline-block;
    position: relative;
}

.font-box li:nth-child(1) {
    padding-right: 8px;
    margin-right: 1px;
}

.font-box li:nth-child(1) ::after {
    content: '';
    width: 1px;
    background-color: #232D46;
    height: 16px;
    position: absolute;
    right: -1px;
    top: 4px;
}

.font-box li:nth-child(2) ::after {
    content: '';
    width: 1px;
    background-color: #232D46;
    height: 16px;
    position: absolute;
    right: -1px;
    top: 4px;
}

.font-box li:nth-child(2) {
    padding: 0 8px;
    margin-right: 1px;
}

.font-box li:nth-child(3) {
    padding-left: 8px;
}

.font-box li a {
    color: #232D46;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    padding: 4px 8px;
    background-color: transparent;
    border-radius: 8px;
}

.font-box li a.active {
    color: #fff;
    font-weight: 700;
    background-color: #232D46;
}

.banner {
    height: 380px;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 380px;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-box {
    width: 100%;
    max-width: 105rem;
    padding: 0 120px;
    margin: 0 auto;
}

.banner-box h1 {
    color: #494A57;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    position: relative;
}


.brick-1 {
    color: #D7D7DA;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1;
    width: auto;
    height: auto;
    padding-bottom: 0.36em;
    position: absolute;
    top: 50%;
    left: -2rem;
    transform: translateY(-50%);
    opacity: 0;
}

.brick-1:focus {
    opacity: 1;
}

.brick-2 {
    color: #D7D7DA;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1;
    width: auto;
    height: auto;
    padding-bottom: 0.36em;
    position: absolute;
    top: 50%;
    left: -2rem;
    transform: translateY(-50%);
    opacity: 0;
}

.brick-2:focus {
    opacity: 1;
}

.brick-3,
.brick-4 {
    color: #D7D7DA;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1;
    width: auto;
    height: auto;
    padding-bottom: 0.36em;
    position: absolute;
    top: 0;
    left: -2rem;
    opacity: 0;
}

.brick-3:focus,
.brick-4:focus {
    opacity: 1;
}

.logo-box {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 60px;
    z-index: 1;
    transform: translateY(-50%);
}

.logo {
    display: inline-block;
}

.logo-img {
    display: inline-block;
    width: 177px;
}


/* 1440 */
@media (max-width: 85rem) {
    .main-row {
        padding: 0 120px;
    }
}

/* 1024 */
@media (max-width: 64rem) {
    .sitemap li {
        width: 100%;
    }

    .sitemap-sub-link {
        width: 100%;
        margin-left: 0;
    }

    .main-title {
        padding-left: 20px;
    }

    .main-title::before {
        left: 0;
    }

    .main-box.tags ol>li {
        margin-bottom: 4px;
    }

    .key-tag {
        padding: 6px 20px;
        margin-bottom: 8px;
    }

    .main-row {
        padding: 0 60px;
    }

    .side-menu-box {
        width: 200px;
    }

    .main-box {
        width: calc(100% - 200px);
    }

    body {
        padding-top: 64px;
    }

    header {
        height: 64px;
    }

    .footer-box {
        padding: 0 60px;
        flex-direction: column;
    }

    .footer-left {
        width: 100%;
        padding-bottom: 24px;
    }

    .footer-right {
        width: 100%;
    }

    .container {
        background-size: 1024px auto;
        padding: 80px 0 160px 0;
    }

    .container.fix{
padding: 80px 0 160px 0;
}

    .home-box {
        padding: 0 46px;
    }


    .home-col {
        padding: 0 14px;
    }

    .hom-icon-link {
        font-size: 0.875em;
    }

    .hom-icon-link span {
        border-radius: 30px;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
        margin-bottom: 8px;
    }

    .logo-img {
        width: 138px;
    }

    .banner {
        height: 266px;
        background-size: auto 266px;
    }

    .banner-box {
        padding: 0 60px;
    }

    .banner-box h1 {
        font-size: 1.875em;
        margin-bottom: 0;
    }

    .nav-box {
        width: 100%;
        height: calc(100dvh - 64px);
        padding: 0 60px;
        flex-direction: column;
        position: fixed;
        top: 64px;
        left: 0;
        z-index: 999;
        justify-content: space-between;
        align-items: flex-start;
        background-color: #fff;
        overflow: hidden;
        display: none;
    }

    .nav-box.active {
        display: flex;
    }

    .menu-box {
        display: flex;
        flex-direction: column;
        padding-top: 24px;
    }

    .menu-box>li {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .font-box {
        padding-bottom: 24px;
    }

    .button_container {
        display: inline-block;
        height: 40px;
        width: 40px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
        overflow: hidden;
        color: transparent;
        position: absolute;
        top: 12px;
        right: 60px;
    }

    .button_container:hover {
        opacity: .9;
    }

    .button_container.active .top {
        -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
        transform: translateY(6px) translateX(0) rotate(45deg);
    }

    .button_container.active .middle {
        opacity: 0;
    }

    .button_container.active .bottom {
        -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
        transform: translateY(-6px) translateX(0) rotate(-45deg);
    }

    .button_container span {
        border: none;
        height: 2px;
        width: 20px;
        position: absolute;
        top: 12px;
        left: 10px;
        transition: all .35s ease;
        cursor: pointer;
        background-color: #494A57;
    }

    .button_container span:nth-of-type(2) {
        top: 18px;
    }

    .button_container span:nth-of-type(3) {
        top: 24px;
    }
}

/* 768 */
@media (max-width: 48rem) {
    .main-row {
        flex-direction: column;
    }

    .side-menu-box {
        width: 100%;
        border-radius: 12px;
        background-color: #FFF;
        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
        margin-bottom: 44px;
        padding: 20px;
    }

    .side-menu {
        width: 100%;
        margin-bottom: -20px;
    }

    .main-box {
        width: 100%;
        padding-left: 0;
    }

    .footer-box {
        padding: 0 32px;
    }

    .footer-col {
        width: 100%;
    }

    .footer-btn {
        justify-content: center;
    }
}

/*540*/
@media (max-width: 33.75rem) {
    .table thead {
        display: none;
    }

    .table tr {
        display: block;
        background-color: #fff;
        border-radius: 16px;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 12px;
        padding: 8px 20px;
    }

    .table tr>td {
        display: flex;
        padding: 12px 0;
        border-bottom: solid 1px #EAEAEA;
    }

    .table tr>td::before {
        font-weight: 700;
        display: inline-block;
        padding-right: 12px;
        white-space: nowrap;
    }

    .table tr>td:nth-child(2)::before {
        content: '服務據點';
    }

    .table tr>td:nth-child(3)::before {
        content: '電話';
    }

    .table tr>td:nth-child(4)::before {
        content: '地址';
    }

    .table tr>td:nth-child(5)::before {
        content: '設施';
    }

    .table tr>td:nth-child(1)::before {
        content: '地區';
    }

    .table tr>td:last-child {
        border-bottom: none;
    }

    .td-flex {
        display: flex;
        align-items: flex-start;
    }

    .icons-col {
        width: 50%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .icons-col span {
        width: 72px;
        height: 72px;
    }

    .main-row {
        padding: 0 20px;
    }

    .breadcrumb {
        left: 20px;
    }

    .footer-box {
        padding: 0 24px;
    }

    .container {
        background-image: url(../images/bg-1.png);
        background-size: 100% auto;
        padding: 40px 0 200px 0;
    }

        .container.fix{
padding: 40px 0 200px 0;
}

    .nav-box {
        padding: 0 20px;
    }

    .button_container {
        right: 10px;
    }

    .logo-box {
        left: 20px;
    }

    .banner {
        height: 312px;
        background-size: cover;
        background-image: url(../images/banner-1.png);
        align-items: flex-start;
        padding-top: 76px;
    }

    .banner-box {
        padding: 0 20px;
    }

    .banner-box h1 {
        font-size: 1.75em;
        margin-bottom: 0;
    }

    .brick-1 {
        font-size: 1rem;
        left: -1rem;
    }

    .brick-2 {
        font-size: 1rem;
        left: -1rem;
    }

    .brick-3 {
        font-size: 1rem;
        left: -1rem;
    }

    .home-box {
        padding: 0 14px;
        flex-wrap: wrap;
    }

    .home-col {
        width: 50%;
        padding: 0 14px;
        margin-bottom: 40px;
    }

    .hom-icon-link {
        font-size: 1.25em;
    }
}