@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=M+PLUS+Rounded+1c&family=Noto+Sans+TC:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {
    font-family: "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    /* overflow-x: hidden; */
    overflow-x: hidden !important;
    font-family: "Noto Sans TC", "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
}

a {
    text-decoration: none;
}

/* 
*::selection {
    background: #00A8B1;
    color: #fff;
}

*::-moz-selection {
    background: #00A8B1;
    color: #fff;
}
 */

/*  */
nav .menu li a {
    display: block;
    padding: 20px 10px;
    text-decoration: none;
    color: #01332B;
    font-weight: bold;
    font-size: 15px;
}

nav .brand {
    display: block;
    position: relative;
    width: 170px;
    top: 5px;
}

.swiper-container {
    width: 100%;
    /* height: 100%; */
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.heade-top {
    padding: 106px 0 0;
}

.title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    /* padding: 20px 0; */
    background-image: url(../img/title_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    overflow: hidden;
}

.title p {
    position: relative;
    padding: 20px 75px;
    margin: 0;

    position: relative;
    display: inline-block;
}

.title p::before {
    content: " ";
    background-image: url(../img/title_bg_line.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 88px;
    height: 88px;
    position: absolute;
    left: 15px;
    top: -30px;
}

.title p::after {
    content: " ";
    background-image: url(../img/title_bg_line.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 88px;
    height: 88px;
    position: absolute;
    right: 15px;
    bottom: -30px;
}

/*  */
.h3 {
    font-size: 22px;
    color: #01332B;
    font-weight: bold;
    line-height: 1.5;
}

.h4 {
    font-size: 20px;
    color: #01332B;
    font-weight: bold;
}

.text {
    font-size: 18px;
    color: #4D4D4D;
}

.block_1 {}

.block_2_img {
    width: 100%;
}

.block_2_img img {
    width: 100%;
}

.block_3 {
    max-width: 920px;
    margin: 0 auto;
}

.block3_link {
    border-bottom: 1px solid #01332B;
}

.block_3_img {
    margin: 25px 0;
    text-align: center;
}

.block_3_img img {
    max-width: 100%;
}

.block_3_b {
    font-weight: bold;
}

.block_4 {
    max-width: 920px;
    margin: 0 auto;
}

.block_4-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.block_4-container img {
    width: 100%;
}

.block_4-container .swiper-slide {
    /* Center slide text vertically */
    display: initial;
    display: initial;
    display: initial;
    display: initial;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    -webkit-justify-content: initial;
    justify-content: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    -webkit-align-items: initial;
    align-items: initial;
}

.block_4_row {
    max-width: 390px;
    margin: 35px auto 0;
}

.block_4_text {
    font-size: 14px;
    padding: 10px 0;
}

.block_4 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/hot_back.svg);
    left: 15px;
    right: auto;
    top: 35%;
}

.block_4 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/hot_next.svg);
    right: 15px;
    left: auto;
    top: 35%;
}

.kv .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/hot_back.svg);
    left: 15px;
    right: auto
}

.kv .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/hot_next.svg);
    right: 15px;
    left: auto;
}

.kv_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;

}

.kv:hover>.swiper-container .swiper-wrapper .kv_mask {
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0.45+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.45) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.block_5 {
    text-align: center;
}

.block_5 img {
    max-width: 100%;
}

.block_6 {
    text-align: center;
}

.block_6 img {
    max-width: 100%;
}

.btn_row {
    text-align: center;
    padding: 30px 0;
}

.btn_a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 15px 25px;
    background-color: #01332B;
    border-radius: 50px;
    cursor: pointer;
}

.block_7 {
    text-align: center;
}

.block_7 img {
    max-width: 100%;
}

.block_8_item {
    padding: 0 55px;
}

.block_8_item_img {
    padding: 0 0 20px;
}

.block_9_item {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    cursor: pointer;
}

.block_9_item_img {
    display: block;
    width: 100%;
}

.block_9_item_img img {

    width: 100%;
}

.block_9_item_title {
    font-size: 18px;
    margin: 20px 0;
    line-height: 22px;
    font-weight: bold;
    color: #000;
    height: 44px;

    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}

.block_9_item_text {
    font-size: 14px;
    line-height: 1.25;
    height: 70px;

    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 0 0 15px;
}
.block_9_item_more {
    color: #E91E63;
    font-size: 14px;
    text-align: right;
}
.block_9_item_line{
    
        height: 5px;
        margin-top: 3px;
        position: relative;
        background-image: inherit;
        width: 100%;
        display: block;
        
}
.block_9_item:hover .block_9_item_line{
    background-image: url(../img/GradientBar.svg);
    height: 5px;
    margin-top: 3px;
    position: relative;
}
.block_9_item:hover .block_9_item_title{
    color: #01332B;
}
.block_9_item:hover .block_9_item_more{
    text-decoration: underline;
}
/*  */
.footer_row{
    padding: 20px 40px 0;
    margin: 20px 0 0;
    border-top:1px solid #F2F2F2  ;
    font-size: 13px;
}
.footer_row h5{
    font-size: 14px;
    font-weight: normal;
    color: #4B4B4B;
    margin: 30px 0px;
}
.footer_row li{
    margin: 15px 0px;
    font-size: 13px;
    line-height: 16px;
}

.footer_row li a{

    font-weight: normal;
    color: #4B4B4B;
}
.footer_icon{
    display: flex;
    justify-content:space-between;

}
.footer_icon a{
    color: #767676;
    display: block;

    width: 40px;
    padding: 8px 0 ;
    text-align: center;
    border-radius: 50%;
}
.footer_icon a:hover{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #000;
}
.vd_tab_btn{
    display: flex;
    width: 100%;
}
.vd_tab_img{
    flex: 0 0;
    flex-basis: 90px;
    
}
.vd_tab_img img{
    width: 100%;
}
.vd_tab_text{
    flex-grow: 2;
    padding:0 15px;
    overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: 12px;
  font-weight: bold;
  color: #4b4b4b;
}
.vd_tab .nav-link{
    border: 1px solid #EDEDED;
    padding: 10px;
    margin: 0 0 15px;
}

.vd_tab .nav-pills .nav-link.active, .vd_tab .nav-pills .show > .nav-link {
   
    background-color: #F2F2F2;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #01332B;
    border-color: #01332B;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #01332B;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #01332B;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.article_title{
    font-size: 30px;
    line-height: 1.5;
    color: #4b4b4b;
}
.edit{
    font-size: 14px;
    line-height: 1.5;
    color: #4b4b4b;
}
.edit img{
    max-width: 100%;
}

.m-footer_legalLink, .m-footer_legalSpan {
    margin-right: 5px;
    font-size: 12px;
}
.m-footer_copyRight {
    float: left;
    color: #4B4B4B;
    opacity: 0.6;
    width: 100%;
    font-size: 13px;
}
.copyright h4{
    margin: 0;
    padding: 0 0 15px;
}
.copyright p{
    padding: 0;
    margin: 0;
}
.m-footer_disclosure {
    font-size: 12px;
    color: #4B4B4B;
}
.footer_logo{
    max-width: 150px;
    display: inline-block;
    margin-right: 10px;

}
.footer_logo img{
    width: 100%;
}
.menu_top{
padding: 15px 0 0;
}

.dk{
    display: block;
}
.mo{
    display: none;
}
nav .menu li .dk{
    display: block;
}
nav .menu li .mo{
    display: none;
}

nav .menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #01332B;
    font-weight: bold;
    font-size: 15px;
}
nav .menu li a div{
    display: block;
    padding: 0;
    text-decoration: none;
    /* color: #01332B; */
    font-weight: bold;
    font-size: 15px;
    padding: 5px 0px;
}

nav .menu li a .menu_focus{
    display: inline-block;
    background-color: #01332B;
    color:#fff;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 50px;
}
nav .menu li a .menu_focus:hover{
    background-color: #06dd4e;
    color:#01332B;
}
nav .nav-header .mo{
    display: none;
}
nav .menu_top .brand {
    float: left;
    position: relative;
    width: 170px;
    top:inherit;
}
.logo_text {
    float: right;
    padding: 10px 10px 0;
    font-size: 13px;
}
.share_icon_img{
    width: 30px;
    display: inline-block;
    cursor: pointer;
}
.share_icon_img img{
    width:100%;
}
/*  */
@media (max-width: 992px) {
    nav .brand {
        display: block;
        position: relative;
        width: 140px;
        top: 13px;
    }
    nav .menu li .dk{
        display: none;
    }
    nav .menu li .mo{
        display: block;
    }
    .dk{
        display: none;
    }
    .mo{
        display: block;
    }
    .menu_top{
        display: none;
    }
    .article_title {
        font-size: 30px;
        line-height: 1.5;
        color: #4b4b4b;
        border-bottom: 1px solid #dee2e6;
        padding: 10px 0;
    }
    .edit{
        padding: 15px;
    }
    .title {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        /* padding: 20px 0; */
        background-image: url(../img/title_bg.png);
        background-repeat: no-repeat;
        background-position: top center;
        position: relative;
        overflow: hidden;
        background-size: cover;
    }
    .title p {
        position: relative;
        padding: 20px 60px;
        margin: 0;
        position: relative;
        display: inline-block;
    }
    .btn_row {
        text-align: center;
        padding: 35px 0;
    }
    .block_8_item {
        padding: 0;
        text-align: center;
    }
    .footer_row {
        padding: 20px 20px 0;
        margin: 20px 0 0;
        border-top: 1px solid #F2F2F2;
    }
    .footer_row ul{
        border-bottom: 1px solid #dee2e6;
    }
    nav .nav-header .mo {
        display: inline-block;
        left: 10px;
    }
    .copyright{
        font-size: 11px;
    }
    .logo_text {
        float: right;
        padding: 20px 45px 0;
        font-size: 13px;
    }
}