@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

@font-face {
    font-family: 'Noto Sans TC';
    src: local("Noto Sans TC"), url('../webfonts/NotoSansTC-VariableFont_wght.ttf') format("opentype")
}

body {
    font-family: 'Noto Sans TC',
        '微軟正黑體',
        sans-serif;
    /* background: rgb(240, 245, 229);
 background: linear-gradient(90deg, rgba(240, 245, 229, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(240, 245, 229, 1) 100%);*/
    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    body {
        background: #fff;
    }
}

/*
==========
scrollbar樣式
==========
*/
::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
    background: hsla(0deg, 0%, 100%, 0.6);
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(95, 95, 95, 0.4);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 0.4rem;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(95, 95, 95, 0.7);
}

/*********************************************無障礙*************************/

.accessibilitylink {
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    margin: 10;
    padding: 10;
    background-color: #ffbf47 !important;
    -webkit-box-shadow: 0 2px 4px #000;
    box-shadow: 0 2px 4px #000;
    color: #000 !important;
    font-size: 2rem !important;
    font-weight: 400 !important;
    text-decoration: none;
}

.accessibilitylink:hover {
    text-decoration: none;
}

.accessibilitylink:not(:focus) {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute;
    padding: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    text-decoration: none;
    background-color: transparent;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.42857143;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

#top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    color: #fff;
}

header,
footer {
    position: relative;
}



footer a.key {
    font-size: .5rem;
    z-index: 3000;
    position: absolute;
    left: -10px;
    color: #000;
}


/*header2 主要內容*/
.accessibilityBox {
    position: relative;
}


.accessibilityBox a.key {
    font-size: .5rem;
    z-index: 3000;
    position: absolute;
    left: 0px;
    color: #000;
}

/*首頁、看課程 主要內容*/
header a.key {
    font-size: .5rem;
    z-index: 3000;
    position: absolute;
    top: 0;
    left: 0px;
    color: #000;
}

a:focus-visible,
[type=button]:not(:disabled):focus-visible,
[type=reset]:not(:disabled):focus-visible,
[type=submit]:not(:disabled):focus-visible,
button:not(:disabled):focus-visible {
    outline: 2px solid #000 !important;
    z-index: 3000;
}


.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 0 #0d6efd;
    z-index: 3000;
}

.btn-check:focus + .btn,
.btn:focus,
.search_bar .btn:focus {
    outline: 0;
    background-color: #0d6efd;
    border-color: #0d6efd;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
    z-index: 3000;
}

.pagination .page-link:focus {
    outline: 2px solid #000 !important;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
    z-index: 3000;
}


.new_ckey a.key {
    font-size: .5rem;
    z-index: 0;
    position: absolute;
    color: #000;
    margin-top: 0px;
}

.new_ckey a.key:focus,
.new_ckey a.key:focus-visible {
    outline: 2px solid #000 !important;
    z-index: 3000;
    color: #fff;
    margin-top: -80px !important;
}


/******************************************* header ***/
.newZeroTitle {
    margin: 0;
    padding: 0;
    font-size: 0 !important;
    height: 0;
}

.logo_img {
    width: auto;
    height: 76px;
}

.user_box {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.user_box span {
    width: 100%;
    display: inline-block;
    text-align: right;
}

.user_box span:nth-child(2) {
    font-size: 0.8rem;
    color: #69696d;
}

@media only screen and (max-width: 599px) {
    .header a {
        width: 100% !important;
        text-align: center;
    }

    .user_box,
    .navbar-nav {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .user_box span {
        width: 100% !important;
        text-align: center;
    }
}

@media only screen and (max-width: 599px) {
    .user_box {
        margin-bottom: 20px;
    }
}

.navbar-nav {
    flex-direction: row;
}

header button {
    margin-left: 15px;
    margin-top: 9px;
}

@media only screen and (max-width: 1280px) {
    header button {
        margin-bottom: 20px;
    }
}


.second_map {
    top: 5px;
    position: absolute;
    right: 0px;
    /*    list-style: none;*/
}

@media only screen and (max-width: 992px) {
    .second_map {
        display: none;
    }
}

/******************************************* 內頁 main Content ***/
.main_content {
    flex: 0 1 100%;
    display: flex;
    overflow: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.content {
    float: left;
    width: calc(100% - 260px - 0px);
    margin-left: 260px;
    margin-right: 10px;
    height: 100vh;
}

.content_single {
    float: left;
    width: 100%;
    height: 100vh;
}

.main_content > .container:nth-child(1) {
    margin-top: 120px;
}


/*******************************************  頁籤 **************/
.tbs_b .nav-fill .nav-item,
.tbs_b .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
    padding: 0;
}

.tbs_b .nav-fill .nav-item:last-child,
.tbs_b .nav-fill > .nav-link:last-child {
    padding: 0;
}

.tbs_b .nav-pills .nav-link.active,
.tbs_b .nav-pills .show > .nav-link {
    color: #d4420c;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #d4420c;
    background-color: #fff;
    font-size: 1.2rem;
    margin-top: -2px;
}

.tbs_b .nav-pills .nav-link.active:hover,
.tbs_b .nav-pills .show > .nav-link:hover {
    color: #000;
    font-size: 1.2rem;
}

.tbs_b .nav-pills .nav-link.active:focus,
.tbs_b .nav-pills .show > .nav-link:focus {
    margin-top: 0px;
    border: none !important;
}



.tbs_b .nav-link {
    display: block;
    color: #333333;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    border-radius: 0 !important;
    background-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #b6bbc1;
}

.tbs_b .nav-link:hover {
    color: #fff;
    background-color: #000;
}

.td_color_31 {
    background-color: #fdf993 !important;
}

.td_color_32 {
    color: #fff !important;
    background-color: #4c4c4c !important;
}

.td_color_33 {
    background-color: #fbf9c2 !important;
}

.td_color_33 td {
    background-color: #fbf9c2 !important;
}

.data-table td span {
    margin-right: 10px;
}

.data-table .page-wrap tbody tr:nth-child(2n) td {
    background-color: #FFFFFF;
}

.calBg {
    background: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
    height: 130px;
    border-radius: 20px;
    text-align: center;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.calBg p {
    font-size: 2rem;
    color: #343740;
    padding: 25px 20px 10px 20px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 450px) {
    .calBg p {
        font-size: 1.5rem;
    }
}

.calBgWhite {
    margin-top: 15px;
    background-color: #fff;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
}

.calBgWhite .nav {
    width: 100%;
    margin: 0 auto;
}

@media only all and (max-width: 875px) {

    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        width: 100%;
        margin-bottom: 10px;
    }
}

/*
@media only screen and (max-width: 450px) {
    .card_mobile {
        background-color: #fff;
        margin-bottom: 50px;
        padding: 30px;
        border-radius: 20px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        margin: 0 4px;
    }
}
*/

.alert-con {
    margin-top: 20px;
}

@media only all and (max-width: 875px) {
    .alert-con {
        margin-top: 20px;
    }
}

@media only all and (max-width: 400px) {
    .alert-con {
        margin-top: 20px;
    }
}

/******************************************* 搜尋 **************************/
::placeholder {
    color: #adb0b0 !important;
}

@media only all and (max-width: 400px) {
    .searchBox > div:nth-child(2) > .justify-content-end {
        justify-content: flex-start !important;
    }
}

.input-group.search_bar {
    width: 60% !important;
    margin-right: 0rem !important;
}

@media only all and (max-width: 1280px) {
    .input-group.search_bar {
        width: 80% !important;
    }
}

@media only all and (max-width: 1024px) {
    .input-group.search_bar {
        width: 100% !important;
    }
}

.search_bar .btn {
    background-color: #d4420c;
    border: 1px solid #d4420c;
    border-left: 1px solid #fff;
}

.search_bar .btn:hover {
    background-color: #0b5ed7;
    border: 1px solid #0b5ed7;
    border-left: 1px solid #fff;
}

.keywordBox {
    line-height: 2rem;
    margin-bottom: 20px;
}

.keywordBox div:first-child span {
    font-size: 1.3rem;
    color: #d4420c;
    font-weight: 700;
}

.keywordBox div:nth-child(2) span {
    font-size: 1.2rem;
    color: #d4420c;
    font-weight: 500;
    padding: 0 5px;
}

/******************************************* 分類 下拉選單 **************************/
.selcet_two {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.selcet_two .col-lg-6:nth-child(2) {
    padding-left: 20px;
}

.selcet_two .text_black {
    white-space: nowrap;
}


@media only all and (max-width: 768px) {

    .selcet_two .col-lg-6 {
        width: 100% !important;
    }

    .selcet_two .col-lg-6:nth-child(2) {
        padding-left: 0px;
        margin-top: 10px;
    }
}

/******************************************* 卡片 ***/
h3 {
    font-size: 1.4rem;
    color: #29845F;
}

h3.centerh3 {
    font-size: 1.6rem;
    color: #343740;
    padding-bottom: 10px;
    border-bottom: 2px solid #343740;
    text-align: center;
}

h4 {
    font-size: 1.4rem;
    color: #343740;
}

.card-body {
    padding-bottom: 6px;
}

.card-title {
    letter-spacing: 1px;
    font-size: 1.15em;
    line-height: 25px;
    font-weight: 500;
    color: #414141;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-company,
.card-money {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-company {
    color: #767676;
    font-size: 1rem;
}

.card-money {
    color: #767676;
    font-size: 1rem;
    padding-top: 4px;
}

.card-intro {
    color: #767676;
    font-size: 1rem;
    padding-top: 4px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    /* word-break: break-all;
    word-wrap: break-word;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.title_s_color {
    text-align: center;
    margin-bottom: 20px;
}

.card {
    border: none;
    transition: all .5s ease-in-out;
}

.card:hover {
    transform: translateY(-3px) scale(1.03);
    transition: all .5s ease-in-out;
}

.card-footer {
    background-color: #fff;
    border-top: none;
    position: relative;
    /*  max-height: 100px;
  height: 100px;*/
    height: 70px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.card-footer .type span {
    font-size: 0.9rem;
    margin-right: 0px;
    color: #a7a7a7;
}

.card-footer .type span:after {
    content: "‧";
    padding-left: 1px;
    opacity: 0.5;
}

.card-footer .type a.tag,
.type a.tag {
    color: #034d4e;
    font-size: 0.9rem;
    border: 1px solid #ddf0f0;
    border-radius: 15px;
    padding: 1px 8px;
    background-color: #ddf0f0;
    display: inline-block;
    margin-right: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-decoration: none;
}

.card-footer .type a.tag:hover,
.type a.tag:hover,
.type a.tag2:hover {
    color: #fff !important;
    border: 1px solid #118e90;
    background-color: #118e90;
    text-decoration: none;
}


/******************************************* end of 國際專區 卡片 ***/

.card {
    position: relative;
    /* AITag 定位基準 */
}

.AITag {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: inline-block;
    padding: 1px 8px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    border: 1px solid #d4420c;
    background-color: #d4420c;
    text-decoration: none;
}

.card:hover .btn {
    /*
    display: inline-block;
    background-color: #d4420c;
    border: 1px solid #d4420c;
    transition: display 1s ease-in-out;
*/
}

.card-footer .btn {
    position: absolute;
    top: -20px;
    right: 10px;
    display: none;
    transition: display 1s ease-in-out;
}



.card a {
    text-decoration: none;
    color: #343740;
    display: contents;
}

.card a:hover {
    text-decoration: none;
    color: #343740;
}

.tab-content > .active {
    display: block;
    height: auto !important;
}

.go_top {
    right: 15px;
    bottom: 10px;
    position: fixed;
    color: #6c6c6c;
    display: none;
}

.go_top:hover {
    color: #000;
}

.card-img,
.card-img-top {
    aspect-ratio: 22 / 9;
}

.card-img-all {
    width: 100%;
    height: auto;
}

@media (max-width: 599px) {
    .row-cols-1 > * {
        flex: 0 0 auto;
        width: 50%;
    }


    .card-footer3 {
        height: auto !important;
        align-items: flex-start;
    }

}

@media (max-width: 400px) {
    .row-cols-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }



}

/******************************************* 開闔 **************************/
.dropdown [data-toggle="dropdown"] {
    position: relative;
    display: block;
}

.dropdown .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7rem;
    color: #fff;
    top: 2px;
    right: 10px;
}

.dropdown .icon-arrow.open {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

.dropdown .icon-arrow.close {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

.dropdown i.icon-arrow:before {
    content: '\25BC';
}

.dropdown .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

/*
.dropdown .dropdown-menu {
    display: block;
    transition: height 1s;
}
*/

.dropdown .show,
.dropdown .hide {
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.dropdown .show {
    max-height: 9999px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    animation: showAnimation 0.5s ease-in-out;
    -moz-animation: showAnimation 0.5s ease-in-out;
    -webkit-animation: showAnimation 0.5s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.dropdown .hide {
    max-height: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    animation: hideAnimation 0.4s ease-out;
    -moz-animation: hideAnimation 0.4s ease-out;
    -webkit-animation: hideAnimation 0.4s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
}

/******************************************* footer **************************/
.footer {
    font-size: 0.9rem;
}

.footer a {
    text-decoration: none;
    color: #007A85;
}

.footer a:hover {
    text-decoration: underline;
}

/******************************************* 介紹頁 **************************/
.detailBox {
    border-top: 1px solid #808080;
    padding: 10px 0 20px 0;
}

.detailBox > .row {
    margin-top: 30px;
}

.backLink {
    color: #007A85;
    text-decoration: none;
}

.backLink:hover {
    text-decoration: underline;
}

.detailBoxRight {
    padding: 5px 0px 5px 30px;
    margin-bottom: 20px;
}

@media only all and (max-width: 992px) {
    .detailBoxRight {
        padding: 5px 0px 5px 0px;
    }
}

.detailBoxRight .title_s_color {
    text-align: left;
    border-bottom: 1px solid #808080;
    margin-bottom: 10px;
}

.detailBoxRight .title_s_color h3 {
    color: #767676;
    font-size: 1.2rem;
}

.detailBoxRight .type a.tag {


    color: #034d4e;
    font-size: 0.9rem;
    border: 1px solid #ddf0f0;
    border-radius: 15px;
    padding: 1px 8px;
    background-color: #ddf0f0;
    display: inline-block;
    margin-right: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-decoration: none;



    margin-bottom: 12px;
}

detailBoxRight .type a.tag,
.type a.tag:hover {
    color: #fff;
    border: 1px solid #118e90;
    background-color: #118e90;
    text-decoration: none;
}

.detailBoxRight .card-money .card-money_1 {
    font-weight: 500;
}

.detailBoxRight .card-money .card-money_2 {
    color: #212529;
    font-size: 1.4rem;
    font-weight: 900;
}

.detailBoxRight .card-money .card-money_3 {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}

.detailBoxRight .btn {
    background-color: #d4420c;
    border: 1px solid #d4420c;
}

.detailBoxRight .btn:hover {
    background-color: #0b5ed7;
    border: 1px solid #0b5ed7;
}

@media only all and (max-width: 992px) {

    .detailBox .col-sm-7,
    .detailBox .col-sm-5 {
        width: 100% !important;
    }
}

.detailBoxRight .font_blue {
    color: #007A85;
}

/*******************************************  共用 ***/
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d4420c;
    --bs-btn-border-color: #d4420c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0b5ed7;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d4420c;
    --bs-btn-active-border-color: #d4420c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d4420c;
    --bs-btn-disabled-border-color: #d4420c;
    background-color: #d4420c;
    border-color: #d4420c;
    color: #fff;
}

.btn-outline-primary {
    border-color: #d4420c;
    color: #d4420c;
    background-color: #fff;
}

span.text_black {
    vertical-align: middle;
    padding: 5px;
}

a {
    color: #007A85;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p,
ol li,
ul li {
    line-height: 1.75rem;
}

/******************************************* 表單 *****************/
.form-select,
.form-control {
    border: 1px solid #bdc2c2;
}

input[type="text"],
input[type="password"],
input[type="reset"],
input[type="eamil"],
input[type=button],
input[type=submit] {
    height: 38px;
}

.form-select {
    border-radius: 0.375rem !important;
    border-radius: 4px !important;
}

.form-control_2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #bdc2c2;
    border-radius: .375rem;
    color: #637381;
    display: inline-block;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .5rem 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.col-auto .form-control_2 {
    padding: .5rem 0.5rem;
    height: 37px;
}

.form-check {
    margin-top: -5px;
}

.form-check,
.form-check label {
    line-height: 2rem;
}

.form-check-input[type=radio],
.form-check-input[type=checkbox] {
    margin-top: 10px;
    margin-right: 4px;
    border: 1px solid #bdc2c2;
    zoom: 1.3;
}

.form-check-label {
    margin-top: 6px;
    display: flex;
}

td .form-check-label {
    display: inline-block;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.14rem;
}

@media only all and (max-width: 1280px) {
    .d-flex.flex-column .form-check-label {
        display: block;
    }

    .lable_asx2 {
        width: 100%;
        text-align: left !important;
    }

    .col_right .input-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
    }

    .col_right .input-group .col_right .form-select,
    .col_right .input-group .col_right .form-control {
        width: auto !important;
    }

    .col_right .query_box .input-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
    }

    .col_right .query_box .input-group .lable_asx {
        width: 100%;
        text-align: left !important;
    }
}

.color_red {
    color: #df2946;
    vertical-align: middle;
}

/*表格*/
.mainBottm_inner_table tbody tr th {
    color: #FFF;
    background-color: #124098;
}

.page-wrap {
    position: relative;
}

.page-wrap .zdfa {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #43afcb !important;
}

.text-body-emphasis {
    color: #004860;
}

.page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color: #cff1f0;
    border: 1px solid #cff1f0;
}

.page-link {
    position: relative;
    display: block;
    color: #000;
}

.form-control:disabled {
    background-color: #d9dcdf;
}

.col-md-4 .width_01 {
    width: 150px;
}

.width_01 {
    width: calc(100% - 46px);
}

.col-row {
    display: inline-flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

.col-row > .form-check {
    margin-top: 0px;
}

.col-row label {
    white-space: nowrap;
}

.col-second {
    background-color: #d2dfe8;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.col-second_2 {
    background-color: #d2dfe8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.col-row2 {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 100%;
}

.spec_width_01 {
    margin-top: 10px;
    line-height: 1.5rem;
}

/******************************************* table ******************/
.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #4c4c4c;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #4c4c4c;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table {
    --bs-table-hover-bg: #fdfbe4;
}

.bootstrap-table .fixed-table-container .table tfoot th .th-inner,
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: .5rem;
    vertical-align: middle !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: middle !important;
}

.bootstrap-table table.table-bordered tbody tr td {
    padding: .5rem;
}

.bootstrap-table table.table-sm.table-bordered tbody tr td {
    padding: .25rem;
}

.select,
#locale {
    width: 100%;
}

.like {
    margin-right: 10px;
}

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
    background-color: #fbf9c2;
}

.bootstrap-table .fixed-table-container .table tbody tr.disabled td {
    background-color: #e1e1e0;
    opacity: 0.6;
}

.td_img {
    width: 30px;
    height: auto;
    vertical-align: middle;
}

.td_img2 {
    width: 50px;
    height: auto;
    vertical-align: top;
    margin-top: -5px;
}

.bootstrap-table .fixed-table-container .table tbody tr td .style01_btn,
.bootstrap-table .fixed-table-container .table tbody tr td .style02_btn,
.bootstrap-table .fixed-table-container .table tbody tr td .style03_btn,
.bootstrap-table .fixed-table-container .table tbody tr td .style04_btn {
    zoom: 0.8;
}

.bootstrap-table .fixed-table-container .table tbody tr.disabled td .style01_btn,
.bootstrap-table .fixed-table-container .table tbody tr.disabled td .style02_btn,
.bootstrap-table .fixed-table-container .table tbody tr.disabled td .style03_btn,
.bootstrap-table .fixed-table-container .table tbody tr.disabled td .style04_btn {
    zoom: 0.8;
    color: #181818;
    background-color: #9a9a9a;
    border: 5px solid #6f6f6f;
}

.bootstrap-table .btn {
    border-radius: 6px;
    background-color: #e2763a !important;
    border: 1px solid #e2763a !important;
    padding: 6px 12px;
}

.bootstrap-table .btn:hover {
    color: #fff;
    border-radius: 6px;
    background-color: #000 !important;
    border: 1px solid #000 !important;
    padding: 6px 12px;
}

.modal .btn.btn-primary {
    background-color: #e2763a;
    border: 1px solid #e2763a;
}

.modal .btn.btn-primary:hover,
.modal .btn.btn-outline-primary:hover {
    background-color: #000;
    border: 1px solid #000;
}

.modal .btn.btn-outline-primary {
    border: 1px solid #e2763a;
}

.modal .btn {
    border-radius: 0.375rem;
}

/******************************************* 查詢欄位 ***/
.title_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    border-bottom: 3px solid #f0490e;
    padding-bottom: 0px;
}

.title_box h2 {
    font-size: 1.4rem;
    color: #f0490e;
    font-size: 2rem;
    color: #000;
    text-align: left;
}

a.fileBtn2 {
    color: #FFF !important;
    min-width: 50px;
    white-space: nowrap;
    display: inline-block;
    padding: 2px 15px;
    background-color: #e2763a;
    border-radius: 10px;
    border: 1px solid #e2763a;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: center;
    transition: 0.3s all;
    text-decoration: none;
    margin-bottom: 2px;
}

a.fileBtn2:hover {
    background-color: #000;
    border: 1px solid #000;
}

.title_s_color a.fileBtn2 {
    border-radius: 5px;
    font-size: 0.85rem;
    padding: 2px 8px;
    line-height: 1.3rem;
}

.query_box {
    padding: 1rem 0.5rem 0.5rem 0.5rem;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #eeeeee;
}

.query_box > div:last-of-type {
    margin-bottom: 20px;
}

.more_b > .btn,
.more_b > .btn-group {
    margin: .25rem .125rem;
}

/*********************************************RWD*************************/
.input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .lable_asx {
        text-align: left;
    }

    .input-group {
        flex-wrap: wrap;
    }

    .col-auto {
        flex: 1 1 auto;
        width: auto;
        margin-bottom: 6px;
    }
}

@media (min-width:1000px) {
    .modal .lable_asx {
        width: calc(160px - 0px) !important;
    }

    .modal .col-md-12 .col_right {
        width: calc(100% - 160px - 0px);
    }
}

@media (min-width:1000px) {
    .lable_asx {
        width: calc(220px - 0px);
    }
}

.col-md-6 .col_right {
    width: calc(50% - 220px - 0px);
}

.col-md-12 .col_right {
    width: calc(100% - 220px - 0px);
}

.lable_asx {
    color: #000;
    text-align: right;
    margin-right: 10px;
    padding: 5px;
    font-weight: 500;
}

.col-md-4 .lable_asx {
    margin-left: 5px;
}

.col-md-6 .lable_asx {
    margin-left: 2px;
}

@media (max-width: 1024px) {
    .lable_asx {
        display: block;
        width: 100%;
        text-align: left;
    }

    .col-md-4 .col_right {
        width: 100%;
    }

    .col-md-6 .col_right {
        width: 100%;
    }

    .col-md-12 .col_right {
        width: 100%;
    }
}

.col_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0px;
}

.clearfix2 {
    clear: both;
    display: inline-flex;
    height: 1px;
    margin-top: -10px;
}

.text-center {
    text-align: center !important;
}

.alert {
    margin-bottom: 0;
}

.title_box2 {
    color: #fff;
    background-color: #118e90;
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5rem;
}

.title_box2 h4 {
    color: #fff !important;
    font-size: 1rem !important;
    padding: 10px 0 2px 0;
}

.detail_left {
    width: 180px;
}

.detail_right {
    width: 40%;
}

@media only screen and (max-width: 1280px) {
    .detail_left {
        width: 15%;
    }

    .detail_right {
        width: 35%;
    }
}

.openall {
    display: block !important;
    opacity: 1 !important;
}

.titleRightBtn a {
    vertical-align: bottom;
}

/******************************************* 資訊服務業者上架申請資格 *****************/
.applyList {
    margin-left: 30px;
}

.applyListBox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #808080;
}

.applyListBox:last-child {
    border-bottom: none;
}

.applyListBox_left {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
    letter-spacing: .05em;
    text-align: left;
    width: 30px;
}

.applyListBox_right {
    flex: 1;
    margin-left: 20px;
}

.applyListBox_rightTitle {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    letter-spacing: .05em;
    text-align: left;
    margin-bottom: 20px;
}

.applyListBox_right ul li {
    line-height: 1.75rem;
}

.applyListButton {
    margin-top: 50px;
    margin-bottom: 20px;
}

@media only all and (max-width: 1280px) {
    .applyListButton .btn.w-50 {
        width: 100% !important;
    }
}

.hr_line01 {
    margin: 40px 0;
    border-top: 1px solid #808080;
    opacity: 1;
}

.hr_line02 {
    margin: 0.5rem 0;
    border-top: 2px solid #dddddd;
    opacity: 1;
}

.docDownload {
    line-height: 1.75rem;
}

/***********************************************************檔案上傳**************************/
.flex-column2,
.flex-column3 {
    margin-left: 0px;
}

.flex-column2 .form-check {
    width: 23%;
}

.flex-column2 .form-check-inline:nth-of-type(4n) {
    margin-right: 0 !important;
}

.flex-column3 .form-check {
    width: 15%;
}

.flex-column3 .form-check-inline:nth-of-type(6n) {
    margin-right: 0 !important;
}

@media only all and (max-width: 1024px) {

    .flex-column2 .form-check,
    .flex-column3 .form-check {
        width: 43%;
    }
}

.col_right .table > :not(caption) > * > * {
    padding: 0rem 0rem 0rem 0rem;
}

.col_right .table.table_mobile > :not(caption) > * > * {
    padding: 0.2rem 0rem 0.2rem 0rem;
}

@media only all and (max-width: 1024px) {
    .col_right .table.table_mobile > :not(caption) > * > * {
        padding: 0.2rem 0rem;
    }
}

@media only screen and (max-width: 875px) {
    .col_right .table.table_mobile td {
        width: 100%;
        display: flex;
    }

    .col_right .table.table_mobile td input[type="text"],
    .col_right .table.table_mobile td input[type="password"],
    .col_right .table.table_mobile td input[type="reset"],
    .col_right .table.table_mobile td input[type="eamil"],
    .col_right .table.table_mobile td input[type="file"] {
        width: 100% !important;
    }

    .col_right input[type="text"],
    .col_right input[type="password"],
    .col_right input[type="reset"],
    .col_right input[type="eamil"],
    .col_right input[type="file"],
    .col_right .col-auto {
        width: 100% !important;
    }
}

.text-right,
.text_right {
    text-align: right;
}

.style_btn_delect {
    background-color: transparent !important;
    border: none;
    white-space: nowrap;
    width: 38px;
    height: 38px;
    border-radius: 0.375rem;
    background: url(../img/icon_delete.svg) 0% 50% no-repeat;
    background-size: 38px;
}

.style_btn_delect:hover {
    background-color: #000 !important;
    background: url(../img/icon_delete_white.svg) 0% 50% no-repeat;
    background-size: 38px;
}

td .style_btn_delect,
td .style_btn_edit,
td .style_btn_add,
td .style_btn_upload,
td .style_btn_review {
    width: 26px;
    height: 26px;
    background-size: 30px;
    margin: 0 8px;
}

td .style_btn_delect:hover,
td .style_btn_edit:hover,
td .style_btn_add:hover,
td .style_btn_upload:hover,
td .style_btn_review:hover {
    background-size: 26px;
}

.col_right .table.table-borderless {
    --bs-table-bg: transparent;
}

.bootstrap-table .fixed-table-container .table tfoot th .th-inner,
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: .5rem;
    vertical-align: middle !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bootstrap-table table.table-bordered tbody tr td,
.bootstrap-table table.table-bordered thead tr th {
    border: 1px solid #dbdbdb;
}

.shadow-lg {
    box-shadow: 0 3px 10px rgba(93, 121, 121, 0.15) !important;
}

.shadow-lg:hover {
    box-shadow: 0 1rem 15px rgba(93, 121, 121, 0.175) !important;
}

/*********************************************頁碼*************************/
.pagination a:hover {
    text-decoration: none;
}

/*********************************************small banner*************************/
.chanelBox {
    border-bottom-color: #f1f1f1;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
}

.chanelBox .chanelTxt {
    width: 60%;
    display: inline-flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 30px 30px 30px 0;
}

.chanelBox .chanelTxt .chanelTitle {
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 2px;
}

.chanelBox .chanelTxt .chanelTitle span:nth-child(2) {
    color: #048486;
}

img.icon_chanelTitle {
    width: auto;
    height: 30px;
    vertical-align: middle;
    margin-top: -7px;
    padding-right: 10px;
    opacity: 0.9;
}

img.icon_vline {
    width: auto;
    height: 25px;
    vertical-align: middle;
    margin-top: -6px;
    opacity: 0.5;
}

.chanelBox .chanelTxt .chanelDetail {
    font-size: 1rem;
    font-weight: normal;
    line-height: 25px;
    padding: 30px 0px 30px 0;
    letter-spacing: 1px;
}

.chanelBox .chanelPic {
    width: 40%;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.chanelBox div:nth-child(2) img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 992px) {
    .chanelBox .chanelTxt {
        width: 100%;
        order: 2;
        padding: 30px 0px 30px 0;
    }

    .chanelBox .chanelPic {
        width: 100%;
        order: 1;
    }

    .chanelBox .chanelTxt {
        justify-content: center;
        align-content: center;
    }

    .chanelBox .chanelTxt .chanelTitle {
        text-align: center;
    }

    .chanelBox .chanelTxt .chanelDetail {}

    .chanelBox .chanelTxt .chanelTitle span:nth-child(4) {
        display: inline-block;
    }

    img.icon_vline {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .chanelBox .chanelTxt .chanelTitle {
        /*        zoom: 0.6;*/
    }
}

/*********************************************分類*************************/
.sort_group {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 20px 0;
}

.sort_group button.sort {
    display: inline-block;
    padding: 3px 15px 4px 15px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #767676;
    color: #767676;
    margin-bottom: 8px;
    margin-right: 8px;
}

.sort_group button.sort:last-of-type {
    margin-right: 0;
}

.sort_group button.sort.active {
    display: inline-block;
    padding: 3px 15px 4px 15px;
    border-radius: 6px;
    background-color: #048486;
    border: 1px solid #048486;
    color: #fff;
    margin-bottom: 8px;
}

.sort_group button.sort:hover,
.sort_group button.sort.active:hover {
    background-color: #048486;
    border: 1px solid #048486;
    color: #fff;
}

h2.contentTitle {
    color: #118e90;
    padding: 0 30px 8px 30px;
    border-bottom: 3px solid #118e90;
    margin-bottom: 40px;
}

/******************************************* 方案介紹 **************************/
.price_card {
    display: inline-block;
    width: 100%;
}

.price_card h4 {
    font-size: 1.4rem;
}

.doc_sec {
    margin-top: 20px;
    padding: 20px 0 0 0;
    border-top: 1px solid #dee2e6;
}

ul.list_item_1 {
    list-style-image: url('../img/icon_reviwP_ok.svg');
    list-style-position: outside;
    padding-left: 1.5rem;
}

ul.list_item_1 li {
    margin-bottom: 5px;
}

ul.list_item_1 li a {
    line-height: 1.2rem;
}


/******************************************* start of 方案介紹 卡片 ***/
.price_card .card {
    margin-top: 8px;

}

.price_card .row {
    margin-bottom: 40px !important;
}

.price_card .card:hover {
    transform: translateY(0px) scale(1);
    transition: all .5s ease-in-out;
}

.price_card .card.shadow-lg:hover {
    box-shadow: 0 3px 10px rgba(93, 121, 121, 0.15) !important;
}

.price_card .card-img-top {
    width: auto;
    height: 8px;
}

.card-footer3 {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer3 {
    background-color: #fff;
    border-top: none;
    position: relative;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e5;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.card-footer3 .card-money {
    margin-bottom: 10px;
}

.card-footer3 .card-money .card-money_1 {
    color: #000;
    font-weight: 500;

}

.card-footer3 .card-money .card-money_2 {
    color: #212529;
    font-size: 1.4rem;
    font-weight: 900;

}

.card-footer3 .card-money .card-money_3 {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;

}

@media only all and (max-width: 599px) {
    .price_card .col {
        width: 100% !important;
    }
}


/******************************************* end of 方案介紹 卡片 ***/

/******************************************* start of 麵包屑 ***/
.breadcrumbBox {
    padding: 10px 20px 1px 20px;
    margin-bottom: 30px;
    background-color: #f4f4f4;
}

.breadcrumb {
    --bs-breadcrumb-margin-bottom: 0.5rem;
}

.breadcrumb-item.active {
    color: #707070;
}

/******************************************* end of 麵包屑 ***/


/******************************************* start of 右邊固定選單 ***/
.back-to-blank {
    position: fixed;
    width: 75px;
    height: 80px;
    cursor: pointer;
    background-color: #f8f9fa;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(93, 121, 121, 0.15);
    border-radius: 5px;
    padding: 0;
}

.back-to-blank .backLink,
.back-to-blank .backTop {
    text-decoration: none;
    width: 75px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.back-to-blank .backLink {
    border-radius: 5px 5px 0 0;
}

.back-to-blank .backTop {
    border-radius: 0 0 5px 5px;
}


.back-to-blank .backLink:hover,
.back-to-blank .backTop:hover {
    text-decoration: none;
    color: #fff;
    background-color: #007A85;
}

/******************************************* end of 右邊固定選單 ***/

/* 
=====================================
 start of filter
=====================================
*/
/*篩選條件按鈕*/
.filterTopBar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.filterTopBar .btn_filter {
    margin: 0;
    /*    padding: 0 16px 0 10px;*/
    padding: 0;
    border-radius: 6px;
    height: 34px;
    border: 1px solid #0F7476;
    background-color: #0F7476;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    width: 100px;
    display: inline-flex;
    justify-content: center;
    align-content: center !important;
    flex-wrap: nowrap;
    position: relative;
}


.filterTopBar .btn_filter span {
    padding: 0;
    margin: 0;
    width: 100px;
    height: 34px;
    border: 1px solid #0F7476;
    background-color: #0F7476;
    border-radius: 6px;
    position: absolute;
    top: -1px;
    left: -1px;
}


.filterTopBar .btn_filter img {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

.allProgramGroup {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap !important;
}

.allProgramGroup .col {
    width: 25% !important;
    flex: 0 1 auto;
}

.show_1.openallall .allProgramGroup .col,
.detailBox .allProgramGroup .col {
    width: 25% !important;
}

.show_1.openallall.openall .allProgramGroup .col {
    width: 33.3% !important;
}

/*卡片RWD 包含推薦工具*/
@media only screen and (max-width:992px) {

    .show_1.openallall .allProgramGroup .col,
    .detailBox .allProgramGroup .col {
        width: 33.3% !important;
    }

    .show_1.openallall.openall .allProgramGroup .col {
        width: 33.3% !important;
    }
}

@media only screen and (max-width:576px) {

    .show_1.openallall .allProgramGroup .col,
    .detailBox .allProgramGroup .col {
        width: 50% !important;
    }

    .show_1.openallall.openall .allProgramGroup .col {
        width: 50% !important;
    }
}

@media only screen and (max-width:430px) {

    .show_1.openallall .allProgramGroup .col,
    .detailBox .allProgramGroup .col {
        width: 100% !important;
    }

    .show_1.openallall.openall .allProgramGroup .col {
        width: 100% !important;
    }
}

@media (max-width:1280px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 96%;
    }
}

@media (max-width:992px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}

.mobile_show {
    display: none;
}

/**************************************** 篩選條件區塊 ************************/
.alert-con .tab-content {
    width: 100%;
    display: inline-flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex: 1 1 auto;
}

.filterCardGroup {
    width: 310px;
    margin-left: 20px;
    border-radius: .25rem;
    border-radius: 6px;
    border: 1px solid #a5d4d4;
    border-top: 6px solid #118E90;
}

.filterTitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #118E90;
}

.filterInner {
    padding: 20px 20px 0px 20px;
}

.closeBtnFiterSec {
    margin-top: 10px;
    zoom: 0.7;
}

.filterCardGroup .fixedFilterTop {
    padding: 10px 20px;
    border-bottom: 1px solid #c6c6c6;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.filterCardGroup .fixedFilterTop img {
    width: 30px;
    height: auto;
    opacity: 0.8;
}

.filterCardGroup .fixedFilterTop img {
    opacity: 1;
}

.filterCardGroup .fixedFilterBottom {
    padding: 10px 20px;
    border-top: 1px solid #fff;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    width: 100%;
}

/*隱藏篩選條件區塊*/
.closeBtnFiterSec {
    font-size: 0 !important;
}

.closeBtnFiterSec svg {
    width: 30px;
    height: 30px;
    fill: #000;
    opacity: 0.3;
}

.closeBtnFiterSec:hover svg {
    opacity: 0.5;
}

/*條件區塊 小區塊*/
.filterInnerGroup {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.filterInnerGroup:last-of-type {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

/*條件區塊內 小標*/
.filterInnerGroupTitle {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.filterInnerGroupTitle h3 {
    line-height: 150%;
    color: #212529;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0px 0px 8px 0;
    padding: 0px 0 0 27px;
}

.filterInnerGroup:nth-child(1) .filterInnerGroupTitle h3 {
    background-image: url(../img/icon_filter_01.svg);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 22px 22px;
}

.filterInnerGroup:nth-child(2) .filterInnerGroupTitle h3 {
    background-image: url(../img/icon_filter_02.svg);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 22px 22px;
}

.filterInnerGroup:nth-child(3) .filterInnerGroupTitle h3 {
    background-image: url(../img/icon_filter_03.svg);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 22px 22px;
}

.filterInnerGroup:nth-child(4) .filterInnerGroupTitle h3 {
    background-image: url(../img/icon_filter_04.svg);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 22px 22px;
}

.filterInnerGroup:nth-child(5) .filterInnerGroupTitle h3 {
    background-image: url(../img/icon_filter_02.svg);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 22px 22px;
}

.filterInnerGroupList .btn {
    font-weight: 400;
    color: #212529;
    padding: .1rem .5rem .15rem .5rem;
    font-size: 0.9rem;
    border-radius: 1rem;
    margin: 3px 2px 5px 2px;
}

.filterInnerGroupList .btn-primary {
    background-color: #fff;
    border-color: #d0d0d0 !important;
    color: #707070 !important;
    ;
}

.filterInnerGroupList .btn-primary.active {
    background-color: #118E90;
    border-color: #118E90 !important;
    color: #fff !important;
}

.fixedFilterBottom .more_b,
.fixedFilterBottom .more_b .btn-primary {
    width: 100%;
}

.fixedFilterBottom .more_b .btn-primary {
    background-color: #fff;
    border-color: #808080 !important;
    color: #212529;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .fixedFilterBottom .more_b .btn-primary.mobile_show {
        background-color: #d4420c;
        border-color: #d4420c !important;
        color: #fff;
        margin-bottom: 10px;
    }

    .filterCardGroup {
        width: 100%;
        margin-left: 0;
        background-color: #fff !important;
        border-radius: 0;
        border: 1px solid #a5d4d4;
        border-top: 6px solid #118E90;
        position: absolute;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 3023;
    }

    .filterInner {
        overflow: visible;
        padding: 20px 20px 0px 20px;
        height: calc(100vh - 180px);
        overflow: auto;
    }

    .filterCardGroup .fixedFilterBottom {
        border-top: 1px solid #c6c6c6;
    }

    .mobile_show {
        display: block;
    }

    .mask3.active {
        --bs-modal-zindex: 3;
        --bs-modal-width: 500px;
        --bs-modal-padding: 1rem;
        --bs-modal-margin: 0.5rem;
        --bs-modal-color: var(--bs-body-color);
        --bs-modal-bg: var(--bs-body-bg);
        --bs-modal-border-color: var(--bs-border-color-translucent);
        --bs-modal-border-width: var(--bs-border-width);
        --bs-modal-border-radius: var(--bs-border-radius-lg);
        --bs-modal-box-shadow: var(--bs-box-shadow-sm);
        --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
        --bs-modal-header-padding-x: 1rem;
        --bs-modal-header-padding-y: 1rem;
        --bs-modal-header-padding: 1rem 1rem;
        --bs-modal-header-border-color: var(--bs-border-color);
        --bs-modal-header-border-width: var(--bs-border-width);
        --bs-modal-title-line-height: 1.5;
        --bs-modal-footer-gap: 0.5rem;
        --bs-modal-footer-bg: ;
        --bs-modal-footer-border-color: var(--bs-border-color);
        --bs-modal-footer-border-width: var(--bs-border-width);
        position: fixed;
        top: 0;
        left: 0;
        z-index: var(--bs-modal-zindex);
        display: block;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
        background-color: rgba(0, 0, 0, 0.7) !important;
    }
}

/* 
=====================================
 end of filter
=====================================
*/
/* 
=====================================
 start of 產業應用案例
=====================================
*/
.blogBox {
    border-top: 1px solid #808080;
    padding: 10px 0 20px 0;
    /*    border-bottom: 1px solid #808080;*/

}

.blogBox > .row {
    margin-top: 30px;
    --bs-gutter-x: 0;
}

.title_box_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    /*    border-bottom: 3px solid #f0490e;*/
    padding-bottom: 0px;
    position: relative;
}

.title_box_2 h2 {
    font-size: 1.4rem;
    color: #f0490e;
    font-size: 2rem;
    color: #000;
    text-align: left;
    padding-left: 30px;
}

.title_box_2 h2:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    width: 21px;
    height: 21px;
    background-image: url(../img/icon_title_box_2.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.title_box_2 .input-group.search_bar {
    width: 300px !important;
    margin-right: 10px;
}

.title_box_2 .titleRightBtn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    /*    width: 70%;*/
}

.title_box_2 .titleRightBtn .selcet_three {
    /*    width: calc(100% - 300px);*/
    /*    margin-right: 20px;*/

}

.title_box_2 .titleRightBtn .selcet_three .form-select {
    margin-right: 20px;
}


.blogCard {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b6bbc1;


}

.blogCard a {
    text-decoration: none;

}

.blogCard .d-lg-block {
    width: 400px;
    min-height: 250px;
    height: 250px;

}


.blogCard .d-lg-block img {
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 5;
    object-fit: cover;
    object-position: center;
}

.blogCard h3,
.blogCard h3 a {
    letter-spacing: 1px;
    font-size: 1.15em;
    line-height: 25px;
    font-weight: 500;
    color: #414141;
}

.blogCard .card-text,
.blogCard .card-text a {
    color: #767676;
    font-size: 1rem;
    margin-right: 10px;
}

.blogCardFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.blogCardFooter .type a.tag {
    margin-bottom: 4px;
}


@media only screen and (max-width:1200px) {
    .title_box_2 .titleRightBtn {
        justify-content: space-between;
        width: 100%;
        margin: 10px 0;

    }

    .title_box_2 .titleRightBtn .selcet_three {
        width: calc(100% - 300px);
    }

    .title_box_2 .titleRightBtn .selcet_three .form-select {
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {

    .blogCard .d-lg-block {
        width: 300px;
        min-height: 188px;
        height: 188px;
    }
}

@media only screen and (max-width:768px) {


    .title_box_2 .titleRightBtn {
        flex-wrap: wrap;
    }

    .title_box_2 .titleRightBtn .selcet_three {
        width: 100%;
        flex-wrap: wrap;
    }

    .title_box_2 .titleRightBtn .selcet_three .form-select {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .title_box_2 .input-group.search_bar {
        width: 100% !important;
    }

}



@media only screen and (max-width:600px) {
    .title_box_2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        padding-bottom: 0px;
        margin-bottom: 15px;
    }

    .blogCard .d-lg-block {
        width: 100%;
        min-height: auto;
        height: auto;
        margin-bottom: 20px;
    }

    .blogCard .ps-4 {
        padding-left: 0 !important;
    }

    .blogCardFooter .card-text {
        width: 100%;
    }

    .blogCard .col-md-4 {
        margin-bottom: 18px;
    }

}




/* 
=====================================
 end of 產業應用案例
=====================================
*/


/* 
=====================================
 start of 網站導覽
=====================================
*/

.sitemap_01 {
    /*
    font-size: 1.1rem;
    font-weight: 400;
*/
    line-height: 1.75rem;
}

.hr1 {
    border-top: 1px solid #6d6d6d;
    margin-bottom: 30px;
    margin-top: 30px;
}

.site {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.site ul {
    list-style: none;
    padding-left: 0;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.site > ul > li.menu04 {
    width: 20%;
}

.site ul li.menu04 > a:first-of-type {
    font-size: 110%;
    width: 100%;
    display: block;
    padding-bottom: 0;
    float: left;
    text-decoration: none !important;
    font-weight: 500;
    color: #308182;
}

.site ul li.menu04 ul {
    padding-left: 0;
    list-style: none;
    width: 100%;
    padding-bottom: 0;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.site > ul > li.menu04 ul li {
    width: 100%;
    margin-top: 5px;
    display: inline-block;
    line-height: 26px;
}

.site > ul > li.menu04 ul li a,
.site > ul > li.menu04 ul li a:link {
    text-decoration: none !important;
    color: #6d6d6d;
}



@media screen and (max-width: 599px) {
    .site > ul > li.menu04 {
        width: 33.3%;
    }
}

/* 
=====================================
 end of 網站導覽
=====================================
*/
/* 
=====================================
 start of Footer
=====================================
*/
.footer {
    margin-top: 40px;
    background-color: #fff;
    box-shadow: 0 -24px 38px 0 rgba(75, 88, 105, 0.12);
}

.back-to-blank {
    z-index: 9999;
}

.newFooter {
    margin-top: 5px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newFooter_row1 {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.newFooter_copyright {
    width: 100%;
}

/*第一列 主要版型*/
.newFooter_logo {
    width: 365px;
}

.newFooter_menu {
    width: calc(100% - 365px - 220px);
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.newFooter_contatus {
    width: 220px;
}

/*主辦單位*/
.newFooter_logo_box {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.newFooter_logo_name {
    width: 80px;
}

.newFooter_logo_img {
    width: calc(100% - 80px);
    text-align: left;
}

.newFooter_logo_img img {
    width: 243px;
    height: 30px;
}

.newFooter_logo_box:nth-child(2) .newFooter_logo_img img {
    width: 243px;
    height: 43px;
}

/*選單*/
.newFooter_menu_box {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.newFooter_menu_card {
    width: 120px;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newFooter_menu_img {
    width: 66px;
    height: 66px;
    text-align: left;
    border-radius: 50%;
    border: 2px solid #39AAA7;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
}

.newFooter_menu_name {
    width: 100%;
    text-align: center;
    display: inline-block;
}


/*聯絡我們*/
.newFooter_contatus_box {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.newFooter_contatus_box:nth-child(1) {
    margin-bottom: 5px;
}

.newFooter_contatus_img {
    width: 40px;
    margin-right: 10px;
}

.newFooter_contatus_box:nth-child(2) .newFooter_contatus_img img {
    width: 40px;
    height: auto;
}

.newFooter_contatus_name {
    width: calc(100% - 40px);
}

.newFooter_contatus_name span {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.newFooter_contatus_name span:nth-child(2) {
    color: #007A85;
}

/*版權宣告*/
.newFooter_copyright {
    margin-top: 20px;
    padding: 20px 0 0px 0;
    border-top: 1px solid #DEE2E6;
}

.newFooter_copyright_box {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.newFooter_copyright_row span::after {
    content: "|";
    margin-left: 12px;
    margin-right: 12px;
    color: #b0b0b0;
    font-weight: normal;
}

.newFooter_copyright_box:nth-child(2) {
    margin-top: 10px;
}

.newFooter_copyright_box:nth-child(2) img {
    width: 100px;
    height: auto;
}

/************ Footer RWD ******************************/


@media only all and (max-width: 1280px) {
    .newFooter_menu_card {
        width: 100px;
    }

    /*版權宣告*/
    .newFooter_copyright {
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .newFooter_copyright_box {
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .newFooter_copyright_row {
        margin-bottom: 10px;
    }

    .newFooter_copyright_row:nth-child(1) {
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .newFooter_copyright_box:nth-child(1) .newFooter_copyright_row:nth-child(1) span:last-of-type::after {
        content: "";
        margin: 0;
    }
}

@media only all and (max-width: 1024px) {
    .newFooter_row1 {
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    /*主辦單位*/
    .newFooter_logo {
        width: 365px;
        width: 100%;
        display: inline-flex;
        order: 2;
        margin-top: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #DEE2E6;
    }

    .newFooter_logo_box {
        width: 50%;
    }

    .newFooter_logo_name {
        width: 35%;
        text-align: right;
    }

    .newFooter_logo_img {
        width: 65%;
        text-align: center;
    }

    /*選單*/
    .newFooter_menu {
        width: 100%;
        order: 1;
        padding-bottom: 20px;
        border-bottom: 1px solid #DEE2E6;
    }

    .newFooter_menu_card {
        width: 20%;
    }

    /*聯絡我們*/
    .newFooter_contatus {
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        order: 3;
    }

    .newFooter_contatus_box {
        width: 50%;
        display: inline-flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .newFooter_contatus_box:nth-child(1) {
        margin-bottom: 0px;
    }

    .newFooter_contatus_img {
        width: 33%;
        text-align: right;
    }

    .newFooter_contatus_name {
        width: 67%;
        display: inline-flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .newFooter_contatus_name span {
        display: inline-block;
        width: auto;
    }

    .newFooter_contatus_name span:nth-child(2) {
        margin-left: 10px;
    }
}

@media only all and (max-width: 875px) {
    .newFooter_copyright_box:nth-child(1) .newFooter_copyright_row:nth-child(2) span:last-of-type::after {
        content: "";
        margin: 0;
    }
}

@media only all and (max-width: 768px) {

    /*主辦單位*/
    .newFooter_logo {
        width: 100%;
        flex-wrap: wrap;
    }

    .newFooter_logo_box {
        width: 100%;
    }

    .newFooter_logo_name {
        margin-right: 10px;
    }

    .newFooter_logo_img {
        text-align: left;
    }
}

@media only all and (max-width: 600px) {
    .newFooter_contatus_box {
        width: 100%;
    }

    .newFooter_contatus_box:nth-child(1) {
        margin-bottom: 10px;
    }
}

@media only all and (max-width: 450px) {
    .newFooter_logo_name {
        width: 80px;
        margin-right: 10px;
    }

    .newFooter_logo_img {
        width: calc(100% - 80px);
        text-align: left;
    }

    .newFooter_contatus_img {
        width: 25%;
        text-align: right;
    }

    .newFooter_contatus_name {
        width: 75%;
    }
}

@media only all and (max-width: 414px) {
    .newFooter_menu_img {
        width: 50px;
        height: 50px;
    }

    .newFooter_menu_img img {
        width: 40px;
        height: 40px;
    }

    .newFooter_contatus_img {
        width: 60px;
        text-align: right;
    }

    .newFooter_contatus_name {
        width: calc(100% - 60px);
    }
}

@media only all and (max-width: 400px) {
    .newFooter_logo_img img {
        zoom: 0.8;
    }

    .newFooter_logo_box:nth-child(2) .newFooter_logo_img img {
        zoom: 0.8;
    }

    .newFooter_menu {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
    }

    .newFooter_menu_box {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .newFooter_menu_card {
        width: 33%;
        display: inline-flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}


/* 
=====================================
 end of Footer
=====================================
*/
