@charset "utf-8";

html {
    font-size: 1rem;
}

body {
    font-weight: 400;
}

/* 
=====================================
 start of adjust index.css 
=====================================
*/
/*適用舊版本改套用新header1；也適用於新版型*/
/******************************************* New header ***/
.header_1 {
    width: 100%;
    position: fixed;
    z-index: 1001;
    box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.075);
}

.navbar {
    --bs-navbar-padding-y: 0rem;
}

.bg-light {
    background-color: #fff !important;
}

.navbar_container {
    position: fixed;
    height: 76px;
    width: 100% !important;
    background-color: #ffffff;
    z-index: 1000;
}

.hide_container {
    height: 76px;
}

/*---- 選單 -----*/
.navbar .nav-link {
    font-size: 1.3rem;
    margin-left: 0;
    padding-left: 0 !important;
    margin-right: 20px;
}

.navbar .nav-link:hover {
    color: #118e90;
    text-decoration: none !important;
}

.navbar-expand-lg .navbar-collapse {
    flex-grow: 1;
    margin-left: 30px;
    margin-left: 50px;
}

/*---- 搜尋 -----*/
header .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    align-items: center !important;
}

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

header .input-group.search_bar .form-control {
    background: url(../img/icon_search.svg") 0% 0% no-repeat;
    padding-left: 40px;
}

header .navbar .btn {
    margin: 0;
}

/******************************************* banner ***/
/*舊的首頁 banner 如套用header1時*/
.carousel.slide {
    margin-top: 90px;
}

/******************************************* card ***/
.index_card h2 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 175%;
    color: #048486;
    letter-spacing: 1px;
}

/******************************************* card 總覽 ***/
.index_card .index_card_box2 {
    background: url("../img/index_Pic_00_2.png") 0% 0% no-repeat;
    background-size: cover;
    position: relative;
}

@media only all and (max-width: 1200px) {
    .index_card .index_card_box2 {
        width: 100%;
        max-height: 200px !important;
        aspect-ratio: 8 / 3;
        background: url("../img/index_Pic_00_big_2.png") 0% 0% no-repeat;
        background-size: 100%;
    }
}

@media only all and (max-width: 1024px) {
    .index_card .index_card_box2 {
        width: 100%;
        max-height: 160px !important;
        background: url("../img/index_Pic_00_big_2.png") 0% 0% no-repeat;
        background-size: 100%;
    }
}

@media only all and (max-width:450px) {
    .index_card .index_card_box2 {
        width: 100%;
        max-height: 140px !important;
        background: url("../img/index_Pic_00_big_2.png") 0% 0% no-repeat;
        background-size: 100%;
    }
}

@media only all and (max-width:400px) {
    .index_card .index_card_box2 {
        width: 100%;
        max-height: 130px !important;
        background: url("../img/index_Pic_00_big_2.png") 0% 0% no-repeat;
        background-size: 100%;
    }
}

/*********************************************small banner*************************/
@media only screen and (max-width: 992px) {
    .chanelBox .chanelTxt {
        width: 100%;
        order: 1;
        padding: 0px 0px 30px 0;
        margin-top: -20px;
    }
}

/*
=====================================
 end of adjust index.css
=====================================
*/
/*
=====================================
 start of adjust style.css
=====================================
*/
/*適用舊版本改套用新header1；也適用於新版型*/
/******************************************* 內頁 main Content ***/
.main_content {
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    /*    overflow: auto;*/
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
}

/******************************************* end of 國際專區 卡片 ***/
#pagination {
    align-content: center;
    justify-content: center;
}

.card-img,
.card-img-top {
    aspect-ratio: 16 / 9;
    border-radius: 12px !important;
    box-shadow: 0 3px 10px rgba(93, 121, 121, 0) !important;
}

/******************************************* footer **************************/
.footer {
    margin-top: 40px;
    background-color: #fff;
    box-shadow: 0 -24px 38px 0 rgba(75, 88, 105, 0.12);
}

/*
=====================================
 end of adjust style.css
=====================================
*/
/*
=====================================
 start of 看課程
=====================================
*/
/*------------- start of 課程banner ---*/
.course_banner_box {
    margin-top: 90px;
    padding: 10px 0 120px;
    background-image: url(../img/course_bg_01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 50vh;
}

.banner_inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*
=====================================
 start of 新首頁 滿版 Carousel
=====================================
*/
@media only screen and (max-width:875px) {

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

.index_banner_box2 {
    background-color: #EDF5DA;
}

.index_banner_box2 .carousel.slide {
    margin-top: 92px;
}

.index_banner_box2 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    object-fit: none !important;
    border-radius: 0;
    aspect-ratio: auto;
}

/*文字區塊*/
.index_banner_box2 .carousel-item {
    height: 30.8rem;
}

.carousel-inner .carousel-item:nth-child(1) .carousel-caption {
    max-width: 550px;
    margin-left: auto;
    text-align: right;
    bottom: 8rem;
    z-index: 10;
}

.carousel-inner .carousel-item:nth-child(1) .carousel-caption .text_box {
    text-align: left !important;
    padding-right: 10px;
}

.text_box h2 {
    color: #fff !important;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    line-height: 150%;
    letter-spacing: 1px;
    margin: 12px 0 24px 0;
    margin: 0px 0 0px 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

.carousel-caption p {
    color: #fff !important;
    line-height: 175%;
    font-size: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0.8;
}

/*圖片*/
.banner_big {
    display: block;
}

.banner_small {
    display: none;
}

.object-fit-cover {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    width: 100px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    /*    border-radius: 50%;*/
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    color: #000;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    width: 5%;
    margin-left: 6%;
}

.carousel-control-next {
    width: 5%;
    margin-right: 6%;
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgNjAiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogIzQyNDk1MzsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBvcGFjaXR5OiAwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMi0yIiBkYXRhLW5hbWU9IkxheWVyXzIiPgogICAgPGcgY2xhc3M9ImNscy0zIj4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIwIiB5PSIwIiB3aWR0aD0iNjAiIGhlaWdodD0iNjAiLz4KICAgIDwvZz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTS44OSwzMGMwLDE2LjA4LDEzLjAzLDI5LjExLDI5LjExLDI5LjExczI5LjExLTEzLjAzLDI5LjExLTI5LjExUzQ2LjA4Ljg5LDMwLC44OS44OSwxMy45My44OSwzMFoiLz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIzMy45NSAyMC43NyAyNC4yOSAzMCAzMy45NSAzOS4yNCAzMy45NSA0NS43NiAxNy40NyAzMCAzMy45NSAxNC4yNCAzMy45NSAyMC43NyIvPgogIDwvZz4KPC9zdmc+);
    zoom: 1.4;
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgNjAiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogIzQyNDk1MzsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBvcGFjaXR5OiAwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iZnJlbWUiPgogICAgPGcgY2xhc3M9ImNscy0zIj4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNjAiIGhlaWdodD0iNjAiLz4KICAgIDwvZz4KICA8L2c+CiAgPGcgaWQ9IkxheWVyXzItMiIgZGF0YS1uYW1lPSJMYXllcl8yIj4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMwLC44OUMxMy45Mi44OS44OSwxMy45My44OSwzMHMxMy4wMywyOS4xMSwyOS4xMSwyOS4xMSwyOS4xMS0xMy4wMywyOS4xMS0yOS4xMVM0Ni4wOC44OSwzMCwuODlaIi8+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMjYuMDUgMjAuNzcgMzUuNzEgMzAgMjYuMDUgMzkuMjQgMjYuMDUgNDUuNzYgNDIuNTMgMzAgMjYuMDUgMTQuMjQgMjYuMDUgMjAuNzciLz4KICA8L2c+Cjwvc3ZnPg==);
    zoom: 1.4;
}

/*
=====================================
 end of 新首頁 滿版 Carousel
=====================================
*/
/*
=====================================
 start of 三個重點區塊
=====================================
*/
.section_three_2 {
    padding: 10px 0 60px;
    background-image: url(../img/index_smallBanner_bg_02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: cover; */
    background-size: 100%;
    margin-top: 30px;
}

.section_three_2 .new_title_single h2 {
    color: #222;
    font-size: 2.0rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-left: 55px;
}

.section_three_2 .new_title_single h2:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-image: url(../img/icon_index_title_01.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}

.section_three_2 .col:nth-child(1) {
    width: 60%;
}

.section_three_2 .col:nth-child(2) {
    width: 40%;
}

.section_three_2 .card_right_column {
    box-shadow: none !important;
    background-color: transparent !important;
    --bs-card-bg: transparent !important;
    padding: 0;
}

@media only screen and (max-width:992px) {
    .section_three_2 .col:nth-child(1) {
        width: 100% !important;
    }

    .section_three_2 .col:nth-child(2) {
        width: 100% !important;
    }
}

/*------------- start of 3_1 找診斷  ---*/
/*機器人底圖*/
.card_1_diagnosis {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 -24px 48px 0 rgba(75, 88, 105, 0.12) !important;
    padding: 20px 20px 20px 20px;
    transition: all .5s ease-in-out;
    height: 600px;
}

.section_three_2 .col:nth-child(1) .card {
    width: 100%;
    border-radius: 16px;
    background-color: transparent;
    background-image: url(../img/index_findBg_03.png),
        linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: right 40px,
        right;
    background-size: 770px 620px, 100%;
    transition: all 1s;
}

.section_three_2 .col:nth-child(1) .card:hover {
    width: 100%;
    border-radius: 16px;
    background-color: #1f4b70 !important;
    background-image: url(../img/index_findBg_01_2.png),
        linear-gradient(180deg, rgba(31, 75, 112, 1) 0%, rgba(31, 75, 112, 0) 100%) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: right -20px,
        right, left;
    background-size: 770px 620px, 100%;
    transition: all 1s;
}

@media only all and (max-width: 992px) {
    .section_three_2 .col:nth-child(1) .card {
        background-image: none !important;
    }

    .section_three_2 .col:nth-child(1) .card:hover {
        background-image: none !important;
    }
}

/*三個重點區塊 找診斷 看課程 尋工具 標題共用*/
.section_three_2 .new_title_single h3 {
    color: #222;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-left: 45px;
}

.section_three_2 .card_1_diagnosis .new_title_single h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 40px;
    height: 40px;
    background-image: url(../img/icon_diagnosis.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}

/*三個重點區塊 找診斷文字*/
.section_three_2 .three_content {
    line-height: 175%;
    color: #212529;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

/*------------- end of 3_1 找診斷  ---*/
/*------------- start of 3_2 看課程 ---*/
.section_three_2 .card_2_course .new_title_single h3:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background-image: url(../img/icon_course.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}

.section_three_2 .card_2_course,
.section_three_2 .card_3_tool {
    width: 100%;
    border-radius: 16px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
    box-shadow: 0 -24px 48px 0 rgba(75, 88, 105, 0.12) !important;
    padding: 20px 20px 20px 20px;
    height: 300px;
}

.section_three_2 .card_2_course {
    margin-bottom: 25px;
}

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

    .section_three_2 .card_2_course,
    .section_three_2 .card_3_tool {
        height: auto;
    }
}

/*------------- end of 3_2 看課程 ---*/
/*------------- start of 3_3 尋工具 ---*/
.section_three_2 .card_3_tool {
    padding: 20px;
}

.section_three_2 .card_3_tool .new_title_single h3:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background-image: url(../img/icon_tool.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}

/*------------- end of 3_3 尋工具 ---*/
/*------------- start of 3_1 製造業 服務業 ---*/
.detail_box {
    width: 60%;
    margin-top: 40px;
}

.detail_box .produce_box .new_title_single h4,
.detail_box .service_box .new_title_single h4 {
    color: #222;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    padding-left: 46px;
}

.detail_box .produce_box .new_title_single h4:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0px;
    width: 38px;
    height: 38px;
    background-image: url(../img/icon_produce.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}

.detail_box .service_box .new_title_single h4:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0px;
    width: 38px;
    height: 38px;
    background-image: url(../img/icon_service.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}

.detail_box .service_box {
    margin-top: 40px;
}

.section_three_2 .card_1_diagnosis:hover .produce_box .new_title_single h4 {
    color: #41e2ef !important;
}

.section_three_2 .card_1_diagnosis:hover .service_box .new_title_single h4 {
    color: #e29733 !important;
}

.section_three_2 .btn_box2 {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0rem !important;
}

.section_three_2 .btn_box2 .section_three_2 .btn,
.section_three_2 .btn_box2 .section_three_2 .btn:hover {
    height: 45px !important;
    line-height: 30px !important;
    white-space: nowrap;
    border-radius: 45px;
    margin-left: 0px;
    padding-right: 50px !important;
    color: #000 !important;
}

.section_three_2 .card_1_diagnosis:hover .produce_box .btn_box2 .btn-primary {
    padding: 5px 50px 10px 20px !important;
    text-align: right;
    background-image: url(../img/icon_arrow_01_black.svg);
    background-position: 95% 6px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    font-size: 1.4rem;
    color: #000 !important;
    background-color: #96edf4 !important;
    border: 1px solid #96edf4 !important;
    height: 45px !important;
    line-height: 20px !important;
    border-radius: 10px;
    margin-left: 3rem;
}

.section_three_2 .card_1_diagnosis:hover .produce_box .btn_box2 .btn-primary:hover,
.section_three_2 .card_1_diagnosis:hover .service_box .btn_box2 .btn-primary:hover {
    background-image: url(../img/icon_arrow_01.svg);
}

.section_three_2 .card_1_diagnosis:hover .btn_box2 .btn-primary,
.section_three_2 .card_1_diagnosis:hover .btn_box2 .btn:hover {
    color: #000 !important;
}

.section_three_2 .card_1_diagnosis:hover .service_box .btn_box2 .btn-primary {
    padding: 5px 50px 10px 20px !important;
    text-align: right;
    background-image: url(../img/icon_arrow_01_black.svg);
    background-position: 95% 6px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    font-size: 1.4rem;
    color: #000 !important;
    background-color: #ffe3b7 !important;
    border: 1px solid #ffe3b7 !important;
    height: 45px !important;
    line-height: 20px !important;
    border-radius: 10px;
    margin-left: 3rem;
}

/*------------- end of 3_1 製造業 服務業  ---*/
/*------------- start of 三個重點區塊 共用---*/
@media only screen and (max-width:992px) {

    .card_1_diagnosis,
    .card_2_course,
    .card_2_real {
        height: auto !important;
    }

    .section_three_2 .col:nth-child(1) .card {
        background-image: url(../img/index_smallBanner_110.png),
            linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%) !important;
    }

    .dropdown-menu1,
    .dropdown-menu2,
    .dropdown-menu3 {
        display: block !important;
        width: 100%;
    }

    .dropdown-menu1 .card-footer4 button {
        display: none;
    }

    .detail_box {
        width: 100%;
        margin-top: 20px;
    }

    .section_three_2 .card_1_diagnosis .produce_box .new_title_single h4 {
        color: #41e2ef !important;
    }

    .section_three_2 .card_1_diagnosis .service_box .new_title_single h4 {
        color: #e29733 !important;
    }

    .section_three_2 .card_1_diagnosis .produce_box .btn_box2 .btn-primary {
        padding: 5px 50px 10px 20px !important;
        text-align: right;
        background-image: url(../img/icon_arrow_01_black.svg);
        background-position: 95% 6px;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        font-size: 1.4rem;
        color: #000 !important;
        background-color: #96edf4 !important;
        border: 1px solid #96edf4 !important;
        height: 45px !important;
        line-height: 20px !important;
        border-radius: 10px;
        margin-left: 3rem;
    }

    .section_three_2 .card_1_diagnosis .produce_box .btn_box2 .btn-primary:hover,
    .section_three_2 .card_1_diagnosis .service_box .btn_box2 .btn-primary:hover {
        background-image: url(../img/icon_arrow_01.svg);
    }

    .section_three_2 .card_1_diagnosis .btn_box2 .btn-primary,
    .section_three_2 .card_1_diagnosis .btn_box2 .btn:hover {
        color: #000 !important;
    }

    .section_three_2 .card_1_diagnosis .service_box .btn_box2 .btn-primary {
        padding: 5px 50px 10px 20px !important;
        text-align: right;
        background-image: url(../img/icon_arrow_01_black.svg);
        background-position: 95% 6px;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        font-size: 1.4rem;
        color: #000 !important;
        background-color: #ffe3b7 !important;
        border: 1px solid #ffe3b7 !important;
        height: 45px !important;
        line-height: 20px !important;
        border-radius: 10px;
        margin-left: 3rem;
    }
}

.section_three_2 .btn_box {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 30px;
}

.section_three_2 .btn-primary,
.section_three_2 .btn:hover {
    --bs-btn-color: #fff;
    --bs-btn-bg: #109ea9;
    --bs-btn-border-color: #109ea9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f15219;
    --bs-btn-hover-border-color: #f15219;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #109ea9;
    --bs-btn-active-border-color: #109ea9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #109ea9;
    --bs-btn-disabled-border-color: #109ea9;
    --bs-btn-border-color: transparent !important;
    background-color: transparent !important;
    border: none;
    border-color: #109ea9 !important;
    color: #109ea9 !important;
    height: 50px;
    font-size: 1.4rem;
    padding-right: 0 !important;
    margin-right: 0 !important;
    border: none !important;
    border-radius: none !important;
}

.section_three_2 .btn {
    white-space: nowrap;
    margin-left: 60px;
    padding-right: 50px !important;
    border: none !important;
    border-radius: none !important;
}

.section_three_2 .card-footer4 .btn-primary {
    padding: 8px 40px 12px 10px !important;
    text-align: right;
    background-image: url(../img/icon_arrow_01.svg);
    background-position: 100% 10px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.section_three_2 .card:hover {
    transform: translateY(0px) scale(1) !important;
    box-shadow: 0 3px 10px rgba(93, 121, 121, 0) !important;
    transition: all 0.6s;
}

.section_three_2 a:hover {
    text-decoration: none !important;
}

.section_three_2 .card_1_diagnosis:hover,
.section_three_2 .card_2_course:hover,
.section_three_2 .card_3_tool:hover {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
    background: #1f4b70;
    color: #fff !important;
    transition: all 1s;
}

.section_three_2 .card_1_diagnosis .new_title_single h3,
.section_three_2 .card_1_diagnosis .three_content,
.section_three_2 .card_2_course .new_title_single h3,
.section_three_2 .card_2_course .three_content,
.section_three_2 .card_3_tool .new_title_single h3,
.section_three_2 .card_3_tool .three_content,
.section_three_2 .card_3_tool .dropdown-menu3,
.section_three_2 .card_1_diagnosis .btn-primary,
.section_three_2 .card_1_diagnosis .btn:hover,
.section_three_2 .card_2_course .btn-primary,
.section_three_2 .card_2_course .btn:hover,
.section_three_2 .card_3_tool .btn-primary,
.section_three_2 .card_3_tool .btn:hover {
    color: #000 !important;
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s;
}

.section_three_2 .card_1_diagnosis:hover .new_title_single h3,
.section_three_2 .card_1_diagnosis:hover .three_content,
.section_three_2 .card_2_course:hover .new_title_single h3,
.section_three_2 .card_2_course:hover .three_content,
.section_three_2 .card_3_tool:hover .new_title_single h3,
.section_three_2 .card_3_tool:hover .three_content,
.section_three_2 .card_3_tool:hover .dropdown-menu3,
.section_three_2 .card_1_diagnosis:hover .btn-primary,
.section_three_2 .card_1_diagnosis:hover .btn:hover,
.section_three_2 .card_2_course:hover .btn-primary,
.section_three_2 .card_2_course:hover .btn:hover,
.section_three_2 .card_3_tool:hover .btn-primary,
.section_three_2 .card_3_tool:hover .btn:hover {
    color: #fff !important;
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s;
}

@media only screen and (max-width:992px) {
    .section_three_2 .btn_box .btn_box button {
        position: relative;
        bottom: 10px;
    }

    .section_three_2 .btn_box .btn_box {
        margin-top: 40px;
    }

    .section_three .card {
        width: 100% !important;
    }

    .section_three .card_2 .card .btn_box {
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 5px;
    }

    .section_three .btn_box button,
    .section_three .card_2 .card .btn_box button {
        width: 300px;
    }
}

/*------------- end of 三個重點區塊 公用  ---*/
/*
=====================================
 end of 三個重點區塊
=====================================
*/
/*
=====================================
 start of 首頁2欄輪播
=====================================
*/
.section_banner {
    margin-bottom: 40px;
}

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

.section_banner .carousel.slide {
    margin-top: 0;
}

.section_banner .carousel-inner {
    border-radius: 80px 0;
    border-radius: 10px;
    aspect-ratio: 13 / 3;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width:600px) {
    .section_banner .new_title_4 {
        width: 100%;
    }

    .section_banner .section_more {
        display: none;
    }
}

.section_banner .new_title h3 {
    color: #222;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-left: 10px;
}

.new_title_1 h3,
.new_title_2 h3,
.new_title_3 h3,
.new_title_4 h3 {
    line-height: 150%;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 12px 0 15px 0;
    margin: 0px 0 8px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #222;
}

.new_title14 h3 {
    color: #222;
}

.section_more {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-flow: row;
    height: 50px;
    margin-top: 14px;
}

.course_carousel_gruop .slider_box:nth-child(1) .slider .card,
.course_carousel_gruop .slider_box:nth-child(2) .slider .card {
    min-height: auto;
}

.course_carousel_gruop .slider_box:nth-child(3) .slider .card {
    min-height: auto;
}

.section_banner .new_title_1 {
    padding-left: 10px;
}

/*
=====================================
 end of 首頁2欄輪播
=====================================
*/
/*
=====================================
 start of 熱門推薦等區塊 title
=====================================
*/
/*新的title*/
.new_title_box {
    display: flex;
    justify-content: flex-start !important;
    align-content: center !important;
    flex-wrap: wrap;
    flex-direction: row;
}

.new_title_box .new_title_hot,
.new_title_box .new_title_new,
.new_title_box .new_title_real {
    width: 71%;
}

.new_title_box .new_title_hot h3,
.new_title_box .new_title_new h3,
.new_title_box .new_title_real h3 {
    line-height: 150%;
    color: #222;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0px 0 8px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

/*課程輪播的title*/
/*熱門課程*/
.new_title_box .new_title_hot h3 {
    padding-left: 10px;
    padding-left: 75px;
    background-image: url(../img/index_hot_01.svg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 55px 55px;
}

/*最新課程*/
.new_title_box .new_title_new h3 {
    padding-left: 75px;
    background-image: url(../img/index_new_01.svg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 55px 55px;
}

/*實體課程*/
.new_title_box .new_title_real h3 {
    padding-left: 75px;
    background-image: url(../img/index_real_01.svg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 55px 55px;
}

.section_more {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-flow: row;
    height: 50px;
    margin-top: 14px;
}

.section_more .btn {
    height: 28px !important;
    line-height: 25px !important;
    padding: 0 20px 2px 20px !important;
    white-space: nowrap;
    border-radius: 28px;
    margin-top: 15px;
}

.section_more button {
    margin-top: 7px;
    margin-right: 90px;
    width: auto;
}

@media only screen and (max-width:599px) {
    .new_title {
        flex-wrap: nowrap;
    }

    .section_more button {
        margin-right: 0px;
    }

    .slick-prev,
    .slick-next {
        display: none;
    }
}

/*
=====================================
 end of 熱門推薦等區塊 title
=====================================
*/
/*
=====================================
 start of 輪播區塊 卡片元素
=====================================
*/
/*大多沿用style.css舊的卡片設定*/
.course_carousel_gruop {
    padding: 60px 0 80px;
    background-image: url(../img/course_carousel_gruop_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.slider .card {
    margin: 10px 10px 20px 10px;
}

.slider_box {
    position: relative;
    padding: 10px 20px 20px 20px;
    border-radius: 20px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0)70%);
    box-shadow: 0 -24px 48px 0 rgba(75, 88, 105, 0.12);
}

.course_carousel_gruop .card {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
    box-shadow: 0 3px 10px rgba(93, 121, 121, 0) !important;
}

/*熱門課程*/
.course_carousel_gruop .slider_box_hot {
    position: relative;
    padding: 10px 20px 20px 20px;
    border-radius: 20px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0)70%);
    box-shadow: 0 -24px 48px 0 rgba(75, 88, 105, 0.12);
}

/*最新課程*/
.course_carousel_gruop .slider_box_new {
    position: relative;
    padding: 10px 20px 20px 20px;
    border-radius: 20px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
    box-shadow: 0 -24px 48px 0 rgba(75, 88, 105, 0.12);
}

/*實體課程*/
.course_carousel_gruop .slider_box_real {
    position: relative;
    padding: 10px 20px 20px 20px;
    border-radius: 20px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
    box-shadow: 0 -24px 48px 0 rgba(75, 88, 105, 0.12);
}

.course_carousel_gruop .slider_box_new,
.course_carousel_gruop .slider_box_real {
    margin-top: 80px;
}

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

    .course_carousel_gruop .slider_box_hot .slider .card,
    .course_carousel_gruop .slider_box_new .slider .card {
        min-height: 280px;
    }
}

/*課程名稱*/
.slider_box .card-title_2 {
    letter-spacing: 1px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 78px;
    height: 65px;
}

/*簡介*/
.slider_box .card-intro {
    color: #808080;
    font-size: 1rem;
    padding-top: 4px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 400;
    color: #606060;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #d6dadc;
}

.course_carousel_gruop .slider_box_real .card-company {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #d6dadc;
}

/*新的hashtag*/
.course_carousel_gruop .card-footer .type a.tag,
.type a.tag {
    font-size: 1rem;
    border-radius: 15px;
    padding: 0px 8px 1px 8px !important;
    display: inline-block;
    margin-right: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-decoration: none;
    color: #949494;
    border: 1px solid #c4c4c4;
    background-color: transparent;
    font-weight: 300;
    border-radius: 5px;
}

.course_carousel_gruop .card-footer {
    background-color: transparent;
    border-top: none;
    position: relative;
    height: 40px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*卡片上相關欄位*/
.card-company,
.card-money,
.card-date,
.card-location,
.card-tel {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #373737;
    font-size: 1rem;
}

.card-date {
    color: #585858;
    font-size: 0.8rem;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 1;
}

.slider_box_real .card-company {
    padding-left: 20px;
    background-image: url(../img/icon_card_company.svg);
    background-repeat: no-repeat;
    background-position: 0% 15px;
    background-size: 15px 15px;
}

.slider_box_real .card-location {
    padding-left: 20px;
    background-image: url(../img/icon_card_location.svg);
    background-repeat: no-repeat;
    background-position: -2px 3px;
    background-size: 20px 20px;
}

.slider_box_real .card-tel {
    padding-left: 20px;
    background-image: url(../img/icon_card_tel.svg);
    background-repeat: no-repeat;
    background-position: 0 7px;
    background-size: 16px 16px;
}

/*實體課程 產業類別*/
.card-company_ca {
    display: inline;
    color: #333;
    color: #109ea9;
    color: #949494;
    background-color: #ddf0f0;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    padding: 3px;
    border-radius: 5px;
    padding: 0px 8px 3px 8px;
    height: 30px;
    line-height: 30px;
    font-weight: 300;
}

/*實體課程*/
.card-company img,
.card-money img,
.card-date img,
.card-location img,
.card-tel img {
    display: inline-block;
    width: 22px;
    height: auto;
    margin-right: 2px;
    vertical-align: middle;
    margin-top: -5px;
}

/*實體課程 新的報名按鈕*/
.card-footer_course_real {
    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-footer_course_real {
    background-color: transparent;
    border-top: none;
    width: 100%;
    height: 70px;
    border-radius: 0 0 30px 30px;
}

.card-footer_course_real {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 20px 0 18px;
}

.course_carousel_gruop .slider_box:nth-child(3) .slider .card .card-footer_course_real .btn {
    white-space: nowrap;
    border: none !important;
    border-radius: 0 !important;
    width: 100%;
}

button:focus:not(:focus-visible) {
    border-radius: none !important;
}

.card-footer_course_real .btn-primary,
.card-footer_course_real .btn:hover {
    --bs-btn-color: #fff;
    --bs-btn-bg: #109ea9;
    --bs-btn-border-color: #109ea9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f15219;
    --bs-btn-hover-border-color: #f15219;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #109ea9;
    --bs-btn-active-border-color: #109ea9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #109ea9;
    --bs-btn-disabled-border-color: #109ea9;
    --bs-btn-border-color: transparent !important;
    background-color: transparent !important;
    border: none;
    border-color: #109ea9 !important;
    color: #109ea9 !important;
    height: 50px;
    font-size: 1.4rem;
}

.card-footer_course_real .btn-primary {
    padding: 8px 40px 12px 10px !important;
    text-align: right;
    background-image: url(../img/icon_arrow_01.svg);
    background-position: 100% 10px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    /*    margin-right: 10px;*/
}

.slider_box_real .card-footer_course_real:hover .btn-primary,
.slider_box_real .card-footer_course_real:hover .btn:hover {
    color: #000 !important;
}

/*
=====================================
 end of 輪播區塊 卡片元素
=====================================
*/
/*
=====================================
 start of 看課程 滿版 Carousel
=====================================
*/
.index_banner_box2 .carousel_course .carousel-item {
    height: 30.8rem;
}

.carousel-inner.carousel_course .carousel-item:nth-child(1) .carousel-caption {
    max-width: 860px;
    margin-left: 20px;
    margin-right: auto;
    text-align: left;
    top: 1rem;
    z-index: 10;
}

.carousel_course .text_box h2 {
    color: #048486 !important;
}

.carousel_course .carousel-caption p {
    color: #000 !important;
    color: #212529 !important;
    line-height: 175%;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 1;
    font-size: 1.2rem;
}

.carousel_course .carousel-caption .course_banner_txt {
    margin-top: 0px;
    padding: 0;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.carousel_course .carousel-caption .course_banner_txt .col-12 {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    margin: 5px 5px 10px 5px;
    padding: 20px;
    width: calc(25% - 10px);
    box-shadow: 0 24px 48px 0 rgba(75, 88, 105, 0.12);
    text-align: left;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.carousel_course .carousel-caption .course_banner_txt .col-12 {
    text-align: center;
}

.carousel_course .carousel-caption .course_banner_txt img {
    width: 60px;
    height: auto;
    margin-bottom: 5px;
}

.carousel_course .carousel-caption .course_banner_txt h3 {
    line-height: 140%;
    color: #222 !important;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
}

@media only all and (max-width:1400px) {
    .carousel-inner.carousel_course .object-fit-cover {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: right;
    }
}

/*
=====================================
 end of 看課程 滿版 Carousel
=====================================
*/
/*
=====================================
 start of 主選單 第二層 效果
=====================================
*/
header .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1.4rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #118e90;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 22px;
    padding-bottom: 22px;
}

header .dropdown .dropdown-menu {
    margin-top: 24px;
    margin-top: 0px;
}

header .navbar .navbar-nav > li > a.active:before,
header .navbar .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    width: 100%;
	transform: scaleX(0);
    height: 4px;
    background-color: #156788;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

header .navbar .navbar-nav > li > a.active:hover:before,
header .navbar .navbar-nav > li > a:hover:before {
    opacity: 1;
    visibility: visible;
	transform: scaleX(1);
}

header .navbar a.nav-link {
    position: relative;
}

header .navbar .navbar-nav > li > ul {
    transform: translateY(60px);
    transition: all 0.6s;
    pointer-events: none;
    opacity: 0;
}

header .navbar .navbar-nav > li:hover > ul {
    transform: translateY(0px);
    transition: all 0.6s;
    pointer-events: auto;
    opacity: 1;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

header .dropdown-menu li a {
    font-size: 1.2rem;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-left: 5px solid;
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: #444;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

header .dropdown-menu li a:hover {
    border-bottom: 0px;
    color: #fff;
}

header .dropdown-menu li:first-child a {
    border-left: 10px solid #109ea9;
}

header .dropdown-menu li:nth-child(2) a {
    border-left: 10px solid #e29733;
}

header .dropdown-menu li:nth-child(3) a {
    border-left: 10px solid #f0776c;
}

header .dropdown-menu li:last-child a {
    border-left: 10px solid #e29733;
}

header .dropdown-menu li a:after {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 0px;
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: -1;
}

header .dropdown-menu li a:hover:after {
    width: 100%;
}

header .dropdown-menu li:first-child a:after {
    background: #109ea9;
}

header .dropdown-menu li:nth-child(2) a:after {
    background: #e29733;
}

header .dropdown-menu li:nth-child(3) a:after {
    background: #f0776c;
}

header .dropdown-menu li:last-child a:after {
    background: #e29733;
}



/*
=====================================
 end of 主選單 第二層 效果
=====================================
*/
/*
=====================================
 start of RWD 首頁
=====================================
*/
@media only screen and (max-width:1400px) {
    .carousel-inner .carousel-item:nth-child(1) .carousel-caption {
        right: 1%;
    }

    .section_three_2 .col:nth-child(1) .card:hover {
        width: 100%;
        border-radius: 16px;
        background-color: #1f4b70 !important;
        background-image: url(../img/index_findBg_01_2.png),
            linear-gradient(180deg, rgba(31, 75, 112, 1) 0%, rgba(31, 75, 112, 0) 100%) !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position: right 30px,
            right, left;
        background-size: 700px auto, 100%;
        transition: all 1s;
    }
}

@media only screen and (max-width:1280px) {
    .section_three_2 .col:nth-child(1) .card {
        width: 100%;
        border-radius: 16px;
        background-color: transparent;
        background-image: url(../img/index_findBg_03.png),
            linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%) !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position: right 100px,
            right;
        background-size: 600px auto, 100%;
        transition: all 1s;
    }

    .section_three_2 .col:nth-child(1) .card:hover {
        width: 100%;
        border-radius: 16px;
        background-color: #1f4b70 !important;
        background-image: url(../img/index_findBg_01_2.png),
            linear-gradient(180deg, rgba(31, 75, 112, 1) 0%, rgba(31, 75, 112, 0) 100%) !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position: right 200px,
            right, left;
        background-size: 500px auto, 100%;
        transition: all 1s;
    }
}

@media only screen and (max-width:1200px) {
    .section_three_2 .btn {
        white-space: nowrap;
        margin-left: 0px;
        padding-right: 50px !important;
        border: none !important;
        border-radius: none !important;
    }
}

@media only screen and (max-width:1024px) {
    .index_banner_box2 .carousel-item {
        height: 20rem;
    }

    .carousel-inner .carousel-item:nth-child(1) .carousel-caption {
        top: 1.2rem;
    }

    .section_three_2 .col:nth-child(1) .card {
        width: 100%;
        border-radius: 16px;
        background-color: transparent;
        background-image: url(../img/index_findBg_03.png),
            linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%) !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position: right 140px,
            right;
        background-size: 500px auto, 100%;
        transition: all 1s;
    }

    .section_three_2 .col:nth-child(1) .card:hover {
        width: 100%;
        border-radius: 16px;
        background-color: #1f4b70 !important;
        background-image: url(../img/index_findBg_01_2.png),
            linear-gradient(180deg, rgba(31, 75, 112, 1) 0%, rgba(31, 75, 112, 0) 100%) !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position: right -120px,
            right, left;
        background-size: 500px auto, 100%;
        transition: all 1s;
    }

    .detail_box {
        width: 80%;
    }
}

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

    header .dropdown-menu li,
    header .dropdown-menu li a {
        width: 100%;
        display: inline-block;
    }

    header .navbar .nav-link {
        display: inline-block;
        width: 100%;
    }

    header .navbar-nav {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        /*        padding: 20px;*/
        padding: 0px;
        width: 100%;
        background-color: #e6fcfc;
        background-color: #fff;
        /*        margin: 0 auto;*/
    }

    header .dropdown-menu li a {
        display: block;
        width: 100%;
        padding: 20px;
        padding: 0px;
        border-left: 5px solid;
        position: relative;
        z-index: 2;
        text-decoration: none;
        color: #444;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    header .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, .55);
        height: 50px !important;
        line-height: 50px !important;
        width: 100% !important;
        border-radius: 0 !important;
        padding-bottom: 16px;
    }

    header .dropdown-menu li a {
        height: 60px;
        line-height: 60px;
        padding-left: 10px;
    }

    header .dropdown .dropdown-menu {
        position: relative;
    }

    header .navbar .navbar-nav > li > ul {
        transform: translateY(0px);
        transition: all 0.3s;
        pointer-events: none;
        opacity: 0;
    }

    header .navbar .navbar-nav > li:hover > ul {
        transform: translateY(0px);
        transition: all 0.3s;
        pointer-events: auto;
        opacity: 1;
        box-shadow: none !important;
    }
	
	 .navbar-right-wrap li{
	 
	        margin-left: 21px;
	        margin-top: 15px;
	 }	



    .section_three_2 {
        padding: 20px 0 60px;
        background-image: url(../img/index_smallBanner_bg_s.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        /* background-size: cover; */
        background-size: 100%;
        margin-top: 0px;
    }

    .section_three_2 .three_content .dropdown-menu1 {
        width: 100%;
    }

    .detail_box {
        width: 100%;
    }

    .detail_box .produce_box {
        width: 100%;
    }

    .detail_box .service_box {
        width: 50%;
    }

    .section_three_2 .col:nth-child(1) .card {
        width: 100%;
        border-radius: 16px;
        background-color: transparent;
        background-image: url(../img/index_findBg_03.png),
            linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%) !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position: right 300px,
            right;
        background-size: 350px auto, 100%;
        transition: all 1s;
    }

    .section_three_2 .col:nth-child(1) .card:hover {
        width: 100%;
        border-radius: 16px;
        background-color: #1f4b70 !important;
        background-image: url(../img/index_findBg_01_2.png),
            linear-gradient(180deg, rgba(31, 75, 112, 1) 0%, rgba(31, 75, 112, 0) 100%) !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position: right 60px,
            right, left;
        background-size: 800px auto, 100%;
        transition: all 1s;
    }

    .navbar-expand-lg .navbar-collapse {
        flex-grow: 0;
        margin-left: 0px;
        margin-left: 0px;
        /*        padding: 20px;*/
    }


}

@media only screen and (max-width:991px) {
    .navbar-collapse.collapse.show {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center !important;
        /*        padding: 20px;*/
        width: 100%;
        background-color: #e6fcfc;
        background-color: #fff;
        /*        padding-bottom: 50px;*/
        /*        margin: 0 auto;*/
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin-top: 8px;
        padding-bottom: 20px;
    }


    .header_1 .navbar-nav .nav-item .nav-link {
        margin-left: 20px !important;
    }

    .header_1 .navbar-nav .dropdown-menu {
        margin-left: 20px !important;
    }

    header .navbar .navbar-nav > li > a.active:hover:before,
    header .navbar .navbar-nav > li > a:hover:before {
        opacity: 0;
        visibility: hidden;

    }
}

@media only screen and (max-width:875px) {
    header .nav-item.dropdown {
        width: 100% !important;
        display: inline-block;
    }


    .index_banner_box2 .banner_big {
        display: none;
    }

    .index_banner_box2 .banner_small {
        display: block;
    }


    /*
.navbar-collapse.collapse.show {
    transition: width .3s ease;
}

.header_1 .navbar-nav {
    transition: width 1s ease;
}
*/

    .section_three_2 .col:nth-child(1) .card {
        width: 100%;
        border-radius: 16px;
        background-color: transparent;
        background-image: none,
            linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%) !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position: right 400px,
            right;
        background-size: 400px auto, 100%;
        transition: all 1s;
    }

    .section_three_2 .col:nth-child(1) .card:hover {
        width: 100%;
        border-radius: 16px;
        background-color: #1f4b70 !important;
        background-image: none,
            linear-gradient(180deg, rgba(31, 75, 112, 1) 0%, rgba(31, 75, 112, 0) 100%) !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position: right 60px,
            right, left;
        background-size: 800px auto, 100%;
        transition: all 1s;
    }

    .detail_box .produce_box {
        width: 100%;
    }

    .detail_box .service_box {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .header_1 .navbar-nav {
        /*
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        width: 100% !important;
*/
        /*        background-color: #e6fcfc;*/
        background-color: #fff;
        /*        margin: 0 auto;*/
    }

    .navbar .nav-link {
        margin-left: 0px;
        padding: 0 20px;
    }

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

    header.navbar-nav {
        margin: 0 auto;
    }

    .index_banner_box2 .carousel-item {
        height: 15rem;
    }
}

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

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

    .card-body {
        padding: 0;
    }

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

    header .navbar .navbar-nav > li > ul {
        transform: translateY(0px);
    }

    header .navbar .navbar-nav > li:hover > ul {
        transform: translateY(0px);
    }

    .logo_img {
        width: auto;
        height: 50px;
        margin-top: -15px;
    }

    /*    影響header高度*/
    .navbar_container {
        position: fixed;
        height: 50px;
        width: 100% !important;
        background-color: #ffffff;
        z-index: 1000;
    }

    .hide_container {
        height: 50px;
    }

    .index_banner_box2 .carousel.slide {
        margin-top: 66px;
    }

    /*滿版 Carousel*/


    .index_banner_box2 .carousel-item {
        height: 15rem;
    }

    .carousel-inner .carousel-item:nth-child(1) .carousel-caption {
        width: 60%;
        top: 0.5rem;
        left: 15%;
        right: 5%;
    }

    .text_box h2 {
        font-size: 1.5rem;
    }

    .carousel-caption p {
        font-size: 1.3rem;
    }

    .index_banner_box2 .carousel-inner p {
        zoom: 0.8;
    }

    .navbar-collapse.collapse.show {
        /*        margin-top: -7px;*/
        margin-top: 6px;
    }

    .section_three_2 .new_title_single h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .section_three_2 .new_title_single h2:before {
        content: "";
        position: absolute;
        top: -2px;
        width: 35px;
        height: 35px;
    }

    .section_three_2 .card_1_diagnosis .new_title_single h3,
    .section_three_2 .card_1_diagnosis .three_content,
    .section_three_2 .card_2_course .new_title_single h3,
    .section_three_2 .card_2_course .three_content,
    .section_three_2 .card_3_tool .new_title_single h3,
    .section_three_2 .card_3_tool .three_content,
    .section_three_2 .card_3_tool .dropdown-menu3,
    .section_three_2 .card_1_diagnosis .btn-primary,
    .section_three_2 .card_1_diagnosis .btn:hover,
    .section_three_2 .card_2_course .btn-primary,
    .section_three_2 .card_2_course .btn:hover,
    .section_three_2 .card_3_tool .btn-primary,
    .section_three_2 .card_3_tool .btn:hover {
        color: #000 !important;
        opacity: 1;
        transform: translateY(0px);
        transition: all 1s;
    }

    .section_three_2 .new_title_single h3 {
        font-size: 1.3rem;
    }

    .section_three_2 .card_1_diagnosis .new_title_single h3:before,
    .section_three_2 .card_2_course .new_title_single h3:before,
    .section_three_2 .card_3_tool .new_title_single h3:before {
        top: -2px;
        width: 30px;
        height: 30px;
    }

    .section_three_2 .three_content {
        font-size: 1rem;
    }

    .detail_box .produce_box .new_title_single h4,
    .detail_box .service_box .new_title_single h4 {
        font-size: 1.3rem;
    }

    .detail_box .produce_box .new_title_single h4:before,
    .detail_box .service_box .new_title_single h4:before {
        content: "";
        position: absolute;
        top: -3px;
        width: 30px;
        height: 30px;
    }

    .section_three_2 .card_1_diagnosis:hover .produce_box .btn_box2 .btn-primary,
    .section_three_2 .card_1_diagnosis:hover .service_box .btn_box2 .btn-primary,
    .section_three_2 .card_1_diagnosis:hover .card_3_tool .btn_box2 .btn-primary {
        padding: 5px 80px 5px 20px !important;
        background-image: url(../img/icon_arrow_01_black.svg);
        background-position: 95% 10px;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        font-size: 1.2rem !important;
        height: 40px !important;
    }

    .section_three_2 .card-footer4 .btn-primary {
        padding: 5px 40px 5px 20px !important;
        text-align: right;
        background-image: url(../img/icon_arrow_01.svg);
        background-position: 95% 10px;
        background-size: 20px 20px;
        font-size: 1.2rem !important;
        height: 40px !important;
    }

    .section_three_2 {
        padding: 0;
        padding: 20px 0 30px;
    }

    .new_title_1 h3,
    .new_title_2 h3,
    .new_title_3 h3,
    .new_title_4 h3 {
        font-size: 1.5rem;
        margin: 0px 0 0px 0;
    }

    .section_three_2 .card_1_diagnosis .new_title_single h3,
    .section_three_2 .card_1_diagnosis .three_content,
    .section_three_2 .card_2_course .new_title_single h3,
    .section_three_2 .card_2_course .three_content,
    .section_three_2 .card_3_tool .new_title_single h3,
    .section_three_2 .card_3_tool .three_content,
    .section_three_2 .card_3_tool .dropdown-menu3,
    .section_three_2 .card_1_diagnosis .btn-primary,
    .section_three_2 .card_1_diagnosis .btn:hover,
    .section_three_2 .card_2_course .btn-primary,
    .section_three_2 .card_2_course .btn:hover,
    .section_three_2 .card_3_tool .btn-primary,
    .section_three_2 .card_3_tool .btn:hover {
        color: #000 !important;
        opacity: 1;
        transform: translateY(0px);
        transition: all 1s;
    }

    .section_three_2 .card_1_diagnosis:hover .new_title_single h3,
    .section_three_2 .card_1_diagnosis:hover .three_content,
    .section_three_2 .card_2_course:hover .new_title_single h3,
    .section_three_2 .card_2_course:hover .three_content,
    .section_three_2 .card_3_tool:hover .new_title_single h3,
    .section_three_2 .card_3_tool:hover .three_content,
    .section_three_2 .card_3_tool:hover .dropdown-menu3,
    .section_three_2 .card_1_diagnosis:hover .btn-primary,
    .section_three_2 .card_1_diagnosis:hover .btn:hover,
    .section_three_2 .card_2_course:hover .btn-primary,
    .section_three_2 .card_2_course:hover .btn:hover,
    .section_three_2 .card_3_tool:hover .btn-primary,
    .section_three_2 .card_3_tool:hover .btn:hover {
        color: #fff !important;
        opacity: 1;
        transform: translateY(0px);
        transition: all 1s;
    }

    .section_three_2 .card_1_diagnosis .produce_box .btn_box2 .btn-primary,
    .section_three_2 .card_1_diagnosis .service_box .btn_box2 .btn-primary {
        padding: 5px 50px 10px 20px !important;
        font-size: 1.2rem;
        margin-left: 3rem;
    }

    element {
        transition: none !important;
    }
}


@media only screen and (max-width:450px) {
    element {
        transition: none !important;
    }

    header .dropdown-menu li a {
        height: 40px;
        line-height: 40px;
        font-size: 1.2rem;
    }

    .carousel-inner .carousel-item:nth-child(1) .carousel-caption {
        width: 70%;
        top: 0.5rem;
        left: 15%;
        right: 5%;
    }

    .section_three_2 .three_content {
        padding-left: 3rem !important;
    }

    .section_three_2 .btn_box2 {
        margin-left: 0;
    }

    .section_three_2 .card_1_diagnosis .produce_box .btn_box2 .btn-primary,
    .section_three_2 .card_1_diagnosis .service_box .btn_box2 .btn-primary,
    .section_three_2 .card_1_diagnosis .card_3_tool .btn_box2 .btn-primary {
        padding: 5px 50px 5px 20px !important;
        margin-left: 3rem !important;
    }

    .section_three_2 .card_1_diagnosis:hover .produce_box .btn_box2 .btn-primary,
    .section_three_2 .card_1_diagnosis:hover .service_box .btn_box2 .btn-primary,
    .section_three_2 .card_1_diagnosis:hover .card_3_tool .btn_box2 .btn-primary {
        padding: 5px 50px 5px 20px !important;
        margin-left: 3rem !important;
    }
}

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


    .header_1 .navbar-nav {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        /*        padding: 20px;*/
        width: 100% !important;
        background-color: #fff;

    }


    .navbar-collapse.collapse.show {
        /*        transition: width .3s ease;*/
        /*        transition: all 0.3s ease !important;*/
    }

    .header_1 .navbar-nav {
        /*        transition: all 0.3s ease !important;*/
    }



    .navbar .nav-link {
        margin-bottom: 10px;
    }

    .carousel-inner .carousel-item:nth-child(1) .carousel-caption {
        width: 80%;
        top: 0.2rem;
        left: 1%;
        right: 1%;
    }

    .section_three_2 .three_content {
        padding-left: 2.9rem !important;
    }

    .section_three_2 .card_1_diagnosis .produce_box .btn_box2 .btn-primary,
    .section_three_2 .card_1_diagnosis .service_box .btn_box2 .btn-primary {
        font-size: 1.1rem;
    }

    .index_banner_box2 .carousel-item {
        height: 17rem;
    }

    .carousel-inner .carousel-item:nth-child(1) .carousel-caption {
        width: 70%;
        top: 0.5rem;
        left: 15%;
        right: 5%;
    }
}

/*
=====================================
 end of RWD 首頁
=====================================
*/
/*
=====================================
 start of RWD 看課程
=====================================
*/
@media only screen and (max-width:1400px) {}

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


    .carousel-inner.carousel_course .carousel-item:nth-child(1) .carousel-caption {
        max-width: 700px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        top: 1rem;
        left: 6% !important;
        right: 6% !important;
    }

    .carousel-inner.carousel_course .carousel-item:nth-child(1) .carousel-caption .text_box {
        text-align: left !important;
        padding: 0 !important;
        padding-right: 0px !important;
    }

    .carousel_course .carousel-caption .course_banner_txt .col-12 {
        width: 160px;
        height: 160px;
    }

    .carousel_course .carousel-caption .course_banner_txt img {
        width: 50px;
    }

    .carousel_course .carousel-caption .course_banner_txt h3 {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width:1024px) {
    .index_banner_box2 .carousel_course .carousel-item {
        height: 31rem;
    }
}

@media only screen and (max-width:875px) {
    .index_banner_box2 .carousel_course .carousel-item {
        height: 29rem;
    }

    .carousel_course .carousel-caption .course_banner_txt .col-12 {
        width: 150px;
        height: 150px;
        padding: 10px;
    }

    .carousel_course .carousel-caption .course_banner_txt img {
        width: 35px;
    }

    .carousel_course .carousel-caption .course_banner_txt h3 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width:768px) {
    .index_banner_box2 .carousel_course .carousel-item {
        height: 24rem;
    }

    .carousel_course .carousel-caption .course_banner_txt .col-12 {
        width: 120px;
        height: 120px;
        padding: 5px;
    }

    .carousel_course .carousel-caption .course_banner_txt img {
        width: 25px;
    }

    .carousel_course .carousel-caption .course_banner_txt h3 {
        font-size: 1rem;
    }
}

@media only screen and (max-width:599px) {
    .index_banner_box2 .carousel_course .carousel-item {
        height: 23rem;
    }

    .carousel-inner.carousel_course .carousel-item:nth-child(1) .carousel-caption {
        width: 90%;
    }

    .carousel_course .carousel-caption .course_banner_txt .col-12 {
        width: 100px;
        height: 100px;
        padding: 10px;
    }

    .carousel_course .carousel-caption .course_banner_txt img {
        width: 20px;
    }

    .carousel_course .carousel-caption .course_banner_txt h3 {
        font-size: 0.9rem;
    }

    .carousel_course .carousel-caption .course_banner_txt {
        margin-top: 0px;
        padding: 0;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
    }

    .new_title_box .new_title_hot h3,
    .new_title_box .new_title_new h3,
    .new_title_box .new_title_real h3 {
        font-size: 1.5rem;
    }

    /*熱門課程*/
    .new_title_box .new_title_hot h3 {
        padding-left: 75px;
        background-image: url(../img/index_hot_01.svg);
        background-repeat: no-repeat;
        background-position: 15px 15px;
        background-size: 45px 45px;
    }

    /*最新課程*/
    .new_title_box .new_title_new h3 {
        padding-left: 75px;
        background-image: url(../img/index_new_01.svg);
        background-repeat: no-repeat;
        background-position: 15px 15px;
        background-size: 45px 45px;
    }

    /*實體課程*/
    .new_title_box .new_title_real h3 {
        padding-left: 75px;
        background-image: url(../img/index_real_01.svg);
        background-repeat: no-repeat;
        background-position: 15px 15px;
        background-size: 45px 45px;
    }

    .slider_box .card-title_2 {
        font-size: 1rem;
        height: 50px;
    }

    .slider_box .card-intro {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .course_carousel_gruop .card-footer .type a.tag,
    .type a.tag {
        font-size: 0.8rem;
    }

    .card-company_ca {
        font-size: 0.8rem;
    }

    .card-footer_course_real .btn-primary,
    .card-footer_course_real .btn:hover {
        font-size: 1.1rem;
    }

    .card-footer_course_real .btn-primary {
        padding: 8px 22px 12px 5px !important;
        text-align: right;
        background-image: url(../img/icon_arrow_01.svg);
        background-position: 100% 13px;
        background-repeat: no-repeat;
        background-size: 20px 20px;
    }
}


@media only screen and (max-width:450px) {
    .index_banner_box2 .carousel_course .carousel-item {
        height: 23rem;
    }

    .carousel-inner.carousel_course .carousel-item:nth-child(1) .carousel-caption {
        max-width: 700px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        top: 1rem;
        left: 6% !important;
        right: 6% !important;
    }

    .carousel-inner.carousel_course .carousel-item:nth-child(1) .carousel-caption .text_box {
        text-align: left !important;
        padding: 0 !important;
        padding-right: 0px !important;
    }

    .carousel_course .carousel-caption .course_banner_txt .col-12 {
        width: 88px;
        height: 88px;
        padding: 5px;
        margin: 3px 3px 10px 3px;
    }

    .carousel_course .carousel-caption .course_banner_txt {
        justify-content: space-between;
    }

    .carousel_course .carousel-caption .course_banner_txt img {
        width: 20px;
    }

    .carousel_course .carousel-caption .course_banner_txt h3 {
        font-size: 0.8rem;
    }

    .course_carousel_gruop .card-footer {
        height: 30px;
        padding: 0;
    }
}

@media only screen and (max-width:430px) {
    .index_banner_box2 .carousel_course .carousel-item {
        height: 24.5rem;
    }
}


@media only screen and (max-width:400px) {
    .index_banner_box2 .carousel_course .carousel-item {
        height: 26rem;
    }

    .carousel_course .carousel-caption .course_banner_txt .col-12 {
        width: 77px;
        height: 77px;
        padding: 3px;
    }

    .carousel_course .carousel-caption .course_banner_txt img {
        width: 20px;
    }

    .carousel_course .carousel-caption .course_banner_txt h3 {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width:370px) {
    .index_banner_box2 .carousel_course .carousel-item {
        height: 26rem;
    }

    .carousel_course .carousel-caption .course_banner_txt .col-12 {
        width: 70px;
        height: 70px;
        padding: 3px;
    }

    .carousel_course .carousel-caption .course_banner_txt img {
        width: 20px;
    }

    .carousel_course .carousel-caption .course_banner_txt h3 {
        font-size: 0.6rem;
    }
}

@media only screen and (max-width:320px) {
    .index_banner_box2 .carousel_course .carousel-item {
        height: 26rem;
    }

    .carousel_course .carousel-caption .course_banner_txt .col-12 {
        width: 60px;
        height: 60px;
        padding: 3px;
    }

    .carousel_course .carousel-caption .course_banner_txt img {
        width: 15px;
    }

    .carousel_course .carousel-caption .course_banner_txt h3 {
        font-size: 0.5rem;
    }
}

@media only screen and (max-width:310px) {
    .index_banner_box2 .carousel_course .carousel-item {
        height: 27rem;
    }

    .carousel_course .carousel-caption .course_banner_txt .col-12 {
        width: 60px;
        height: 60px;
        padding: 3px;
    }

    .carousel_course .carousel-caption .course_banner_txt img {
        width: 15px;
    }

    .carousel_course .carousel-caption .course_banner_txt h3 {
        font-size: 0.5rem;
    }
}

/*
=====================================
 end of RWD 看課程
=====================================
*/
