﻿/*002*/

/*#region 內頁通用*/
.topnav {
    background: white;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

    .topnav .navbar-nav .nav-link {
        padding: 0.5rem 1.3rem;
        color: #4A4A4A;
    }

.navbar-custom .topbar-right-menu .nav-link {
    color: #9B9B9B;
}


.search_box svg {
    color: #9B9B9B;
}

.navbar-custom .topbar-right-menu .nav-link svg line {
    stroke-width: 2;
    stroke: #9B9B9B;
}

.navbar-custom .topbar-right-menu .nav-link svg circle {
    stroke-width: 2;
    stroke: #9B9B9B;
}

.topnav a.nav-user span.account-user-name {
    color: #02AFB8 !important;
}

.nav-user .login_box {
    border: 1px solid #02AFB8;
}

.nav-user svg g path {
    fill: #02AFB8;
}

.nav-user svg g {
    stroke: #02AFB8;
}
/*#endregion 內頁通用*/

.info_bg {
    position: relative;
    margin-top: -30px;
}

    .info_bg .black_shadow {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #142729;
        opacity: 0.3;
    }

.info_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .info_mask > img {
        position: absolute;
        width: 130%;
        -webkit-filter: blur(7px); /* Safari */
        filter: blur(7px);
    }

/*#region small_icon*/
.inside_title .icon_dots {
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}

    .inside_title .icon_dots img {
        width: 12px;
    }

.inside_title .title {
    margin-top: 10px;
}
/*#endregion small_icon*/


#info_boss .img_mask {
    height: 210px;
    overflow: hidden;
}

    #info_boss .img_mask img {
        width: 100%;
    }

.choice_sty select {
    width: 130px !important;
}

.choice_sty .arrow-down {
    position: absolute;
    right: 11px;
    top: 4px;
    color: #9e9e9e;
}



/*#region 內頁左方本頁標題*/
.insidePage_title {
    margin-top: 54px;
}

    .insidePage_title .big_title_boss .bigEnTitle {
        -webkit-text-stroke: 0.4px #ffffff;
    }

    .insidePage_title .big_title_boss {
    }

        .insidePage_title .big_title_boss .secChi::after {
            content: "";
            border-bottom: 0.1rem solid transparent;
            width: 87%;
            position: absolute;
            bottom: 20px;
            margin-left: 11px;
            opacity: 0.6;
        }

    .insidePage_title .page-title-box .page-title {
        line-height: 1.6;
    }

    .insidePage_title .page-title-box .page-title-right {
        margin-top: 0px;
    }
/*#endregion 內頁左方本頁標題*/


/*#region 左方課程資訊*/
#left_info {
    color: #fff;
    margin-top: 10px;
    padding-bottom: 50px;
}

    #left_info .title {
        font-family: "Noto Sans TC";
        font-weight: 500;
        width: 105px;
        display: inline-block;
        margin: 8px 0px;
    }

    #left_info .center_line {
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        margin: 0 10px;
        opacity: 0.5;
    }
/*#endregion 左方課程資訊*/

/*#region 右方課程資訊*/

/*#region icontag box*/
.inside_title .icon_dots {
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}

#info_boss .col-auto {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

a.icon_tag {
    font-size: 0.8rem;
    padding: 2px 7px;
    border: 1px solid #979797;
    border-radius: 30px;
    color: #979797;
    transition: all 0.3s;
}

a:hover.icon_tag {
    margin-top: -3px;
}

.icon_tag svg {
    width: 12px;
    margin-right: 5px;
}

.icon_tag img {
    height: 14px;
    margin-right: 5px;
}

a.icon_tag.icon_line {
    background-color: #00B901;
    border: 1px solid #00B901;
    color: #fff;
}

a.icon_tag.icon_fb {
    background-color: #507CC0;
    border: 1px solid #507CC0;
    color: #fff;
}

a.icon_tag.icon_mail {
    background-color: #02AFB8;
    border: 1px solid #02AFB8;
    color: #fff;
}

/*#endregion icontag box*/

#right_info {
    margin-top: 30px;
}

    #right_info .name {
        font-size: 0.8125em;
        margin-top: 5px;
    }

    #right_info a.circle_icon {
        width: 54px;
        height: 54px;
        border: 1px solid #fff;
        border-radius: 50px;
        margin: 0 auto;
        transition: all 0.3s;
        margin-top:3px;
    }

        #right_info a.circle_icon.active {
            width: 54px;
            height: 54px;
            border: 1px solid #02AFB8;
            border-radius: 50px;
            margin: 0 auto;
            transition: all 0.3s;
            margin-top: 3px;
            background-color: #02AFB8;
        }
            #right_info a.circle_icon.active svg g {
            }

    #right_info a:hover.circle_icon {
       margin-top:0px;    
    }
        .btn_all {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    margin: 10px 0px;
}

a.btn_white {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    background-color: rgba(255,255,255,0.2)
}

a.btn_primary {
    border-radius: 5px;
    color: #fff;
    background: linear-gradient( 130deg, #55FCDF, #0BA2C7);
}

.share_bg {
    background: rgba(255,255,255,0.2);
    border-radius: 50px;
    padding: 15px 0px;
    margin-top: 10px;
}
/*#endregion 右方課程資訊*/
#info_boss {
    margin-top: 120px;
}
/*#region 相關課程*/
.inside_title {
    margin-bottom: 20px;
}

    .inside_title.hr {
        clear:both;
    }


.article_place {
    font-size: 0.9rem;
    color: #02AFB8;
    border: 1px solid #02AFB8;
    padding: 5px 10px;
}

.article_right_boss .article_right {
    border: 1px solid #E9EBF3;
    border-bottom: 0px solid transparent;
    padding: 15px 20px;
}

    .article_right_boss .article_right:last-child {
        border: 1px solid #E9EBF3;
        border-bottom: 1px solid #E9EBF3;
        padding: 15px 20px;
    }

.article_right a {
    transition: all 0.3s;
}

    .article_right a .arrow {
        transition: all 0.3s;
    }

    .article_right a:hover .arrow {
        margin-right: -5px;
    }

.article_right .date {
    color: #979797;
    margin-bottom: 10px;
}

/*#endregion 熱門文章*/

.searchBarBox {
    bottom: auto;
    top: 550px;
}

.tab_boss {
    margin-left: 20px;
    margin-top: 10px;
}
/*#region 鎖在HEADER上的選單*/
a.tab_sty {
    padding: 3px 25px;
    transition: all 0.3s;
    border-right: 1px solid #E9EBF3;
    margin-top: 5px;
    display: inline-block;
}

a.active.tab_sty {
    background-color: #02AFB8;
    color: #fff;
    border-radius: 20px;
}

a:hover.tab_sty, a:focus.tab_sty {
    background-color: #02AFB8;
    color: #fff;
    border-radius: 20px;
}
/*#endregion 鎖在HEADER上的選單*/


@media (max-width:991px) {
    .info_mask > img {
        width: auto;
        height: 100%;
    }

    #info_boss .img_mask {
        height: auto;
    }

    .info_bg {
        height: 100%;
    }

    .info_mask {
        height: 100%;
    }


    #right_info .name {
        font-size: 0.75em;
    }
    .searchBarBox {
        top: 695px;
    }
}
/*#region 相關文章和推薦文章*/
.about_right .img_mask {
    height: 220px; /*原本是212px*/
    overflow: hidden;
    width: 100%;
}

.about_right a .img_mask img {
    -webkit-filter: grayscale(50%); /* Safari */
    filter: grayscale(50%);
    height: auto; /*原本是100%*/
    margin: auto;
    transition: all 0.3s;
}

.about_right a:hover .img_mask img {
    -webkit-filter: grayscale(0%); /* Safari */
    filter: grayscale(0%);
}

.about_right .title {
    background-color: #fff;
    padding: 10px;
    width: 90%;
    float: right;
    margin-top: -25px;
}
/*#endregion 相關文章和推薦文章*/


#divContent {
    width: 100%!important;
}

#img_bg img {
    position: absolute;
    -webkit-filter: blur(7px);
    width: 100%;
    height: auto;
    top: 0;
    left: -10px;
}
#divConBox img {
    max-width: 100%;
    height: auto;
}
#divConBox2 img {
    max-width: 100%;
    height: auto;
}
.searchBarBox {
    display: none;
}
    .searchBarBox.header-fixed {
        display: block;
    }
#searchLseeon {
    width:80%;
    display: block;
    background: #fff;
    z-index: 2;
}
@media (max-width:991px) {
    .searchBarBox.header-fixed {
        padding-right: 0%;
        padding-left: 0%;
    }

    .tab_boss {
        margin-left: 0px;
        margin-top: 10px;
    }

    .searchBarBox {
        display: none;
    }

    #img_bg img {
        width: auto;
        height: 100%;
    }
}
/*課程金額*/
.MsoNormalTable .content {
    position: static;
}

/*課程破版*/
span.content {
    position: static;
}
@media (max-width:375px) {

    .searchBarBox {
        top: 725px;
    }

}
#searchLseeon {
    width: 95%;
    position: absolute;
    bottom: -25px;
    top: auto;
    background: #fff;
}
@media (max-width:634px) {
    #searchLseeon {
        bottom: inherit;
        position:relative;
    }
    #info_boss {
        margin-top: 40px;
    }
}

/*#region 客製表格*/
/*--------------------------------------------------------------
# 智慧資通訊表格
--------------------------------------------------------------*/
.table01 {
    font-size: medium;
    color: #444444;
    line-height: 30px;
    width: 100%;
    border: none;
    background-color: #dddddd;
}

    .table01 th {
        background-color: #5b82b5;
    }

    .table01 tr:nth-child(even) {
        background-color: #EBF2F9;
    }

    .table01 tr:nth-child(odd) {
        background-color: #FFFFFF;
    }
/*--------------------------------------------------------------
# 科技管理表格
--------------------------------------------------------------*/
.table02 {
    font-size: medium;
    color: #444444;
    line-height: 30px;
    width: 100%;
    border: none;
    background-color: #dddddd;
}

    .table02 th {
        background-color: #9163a9;
    }

    .table02 tr:nth-child(even) {
        background-color: #ebe2f3;
    }

    .table02 tr:nth-child(odd) {
        background-color: #FFFFFF;
    }
/*--------------------------------------------------------------
# 生技醫藥表格
--------------------------------------------------------------*/
.table03 {
    font-size: medium;
    color: #444444;
    line-height: 30px;
    width: 100%;
    border: none;
    background-color: #dddddd;
}

    .table03 th {
        background-color: #79b3e5;
    }

    .table03 tr:nth-child(even) {
        background-color: #dae8f1;
    }

    .table03 tr:nth-child(odd) {
        background-color: #FFFFFF;
    }
/*--------------------------------------------------------------
# 智慧機械表格
--------------------------------------------------------------*/
.table04 {
    font-size: medium;
    color: #444444;
    line-height: 30px;
    width: 100%;
    border: none;
    background-color: #dddddd;
}

    .table04 th {
        background-color: #e09e5c;
    }

    .table04 tr:nth-child(even) {
        background-color: #fff1db;
    }

    .table04 tr:nth-child(odd) {
        background-color: #FFFFFF;
    }
/*--------------------------------------------------------------
# 淨零永續表格
--------------------------------------------------------------*/
.table05 {
    font-size: medium;
    color: #444444;
    line-height: 30px;
    width: 100%;
    border: none;
    background-color: #dddddd;
}

    .table05 th {
        background-color: #82C0C6;
    }

    .table05 tr:nth-child(even) {
        background-color: #e6f4f3;
    }

    .table05 tr:nth-child(odd) {
        background-color: #FFFFFF;
    }
/*--------------------------------------------------------------
# 智慧電網表格
--------------------------------------------------------------*/
.table06 {
    font-size: medium;
    color: #444444;
    line-height: 30px;
    width: 100%;
    border: none;
    background-color: #dddddd;
}

    .table06 th {
        background-color: #93bf99;
    }

    .table06 tr:nth-child(odd) {
        background-color: #E6F3DD;
    }

    .table06 tr:nth-child(even) {
        background-color: #FFFFFF;
    }
/*--------------------------------------------------------------
# 通用表格
--------------------------------------------------------------*/
.table07 {
    font-size: medium;
    color: #444444;
    line-height: 30px;
    width: 100%;
    border: none;
    background-color: #dddddd;
}

    .table07 th {
        background-color: #86919e;
    }

    .table07 tr:nth-child(odd) {
        background-color: #E7ECF8;
    }

    .table07 tr:nth-child(even) {
        background-color: #FFFFFF;
    }
/* CSS Document */

/*#endregion 客製表格*/

/*#region 課程常見問題(FAQ)*/
.lesson-faq-item {
    border-bottom: 1px solid var(--forth-color-40);
    padding: 15px 0;
}

    .lesson-faq-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

.lesson-faq-question, .lesson-faq-answer {
    display: flex;
    align-items: flex-start;
    margin: 0;
    color: #444444;
    line-height: 1.6;
}

.lesson-faq-question {
    font-weight: 700;
    color: black;
}

.lesson-faq-answer {
    margin-top: 8px;
}

.lesson-faq-label {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: var(--prime-color);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}

.lesson-faq-answer .lesson-faq-label {
    background-color: var(--prime-color-20);
    color: var(--prime-color);
}
/*#endregion 課程常見問題(FAQ)*/
