﻿@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/
input:focus, select:focus, textarea:focus, button:focus, a:focus {
    outline: 3px solid #005FCC !important;  /* 明亮清楚的外框 */
    outline-offset: 2px !important;         /* 外框跟元素之間留點空隙 */
    background-color: #E6F0FF !important;   /* 背景也稍微變淡 */
}
/*後來加的-start*/
table {
  border-collapse: collapse; /* 合併邊框，形成單一格線 */
}
td, th {
  border: 1px solid #ccc; /* 設定中間格線顏色、粗細、樣式 */
}
.hidden {
    display: none!important
}
/*後來加的-end*/
caption { caption-side: top; }

a:focus-visible,
button:focus-visible {
    outline: 3px solid #007BFF !important; /* 明顯的藍色外框 */
    background-color: rgba(0, 123, 255, 0.1); /* 淡藍色背景 */
    border-radius: 4px; /* 圓角 */
    padding: 2px 4px; /* 增加一些內距 */
    transition: outline 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a.intro_box {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #fff;
    padding: 0 .4em;
}
a.intro_box:focus-visible {
    opacity: 1;
    z-index: 999;
    background-color: #fff;
}
div.bsnav-mobile:not(.in) {
    display: none;
}
.banner li a {
    position: relative;
}
.banner li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}
.banner li a:focus-visible:after {
    opacity: .6;
}

html {
    font-size: 1rem;
}
body {
    color: #333;
}
.editor   ol{
	    padding-left: 35px;
		}
.editor   ul {
	    padding-left: 25px;
	}		
		

p {
    line-height: 24px;
    margin-bottom: 24px;
}

a {
    color: #666;
    transition: 0.5s;
    text-decoration: none;
}

a:hover {
      color: #a63b3d;
}
.slick .slick-arrow:focus-visible {
    filter: brightness(2);
}
/********************* Header *********************/
.header {

}

/* header logo */
.header .navbar  .top_orange{
    position:relative;
    background-color: #a63b3d;
    box-shadow: 0px 5px 5px #dcdcdc;
    -webkit-box-shadow: 0px 5px 5px #dcdcdc;
    -moz-box-shadow: 0px 5px 5px #dcdcdc;
    width: 100%;
}
.header .navbar .navbar-brand {
    width: 400px;
    height: 74px;
    background: url(../images/all/logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 25px 0 23px;
    padding: 0;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

/* header 主選單 */
.header .navbar .top_search {
       position: absolute;
    right: 18px;
    top: 20px;

}

.header .navbar .top_search    .search_box .search .text,.search_box2 .search_box .search .text {
    border: 1px solid #6e6e6e;
    display: inline-block;
    height: 31px;
    width: 285px;
    float: left;
    font-size: 0.813rem;
    background-color: unset;
    padding-left: 7px;
   
}
.header .navbar .top_search    .search_box .search .submit:before,.search_box2 .search_box .search .submit:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #603913;
    width: 1px;
    height: 18px;
    right: 30px;
    top: 5px;
}
    .header .navbar .top_search .search_box,.search_box2 .search_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
    .search_box2 .search_box {
    top: 15px;
}

.header .navbar .top_search  .search_box .search .submit,.search_box2 .search_box .search .submit {
    display: inline-block;
    text-indent: -9999px;
    background: url(../images/all/icon02.png) no-repeat center center;
    width: 25px;
    height: 26px;
    position: absolute;
    right: 0px;
    top: 4px;
    padding-left: 33px;
}
.header .navbar .navbar-nav {
    background: none;
    margin-top: 76px;
    float: right;
    display: flex;
    flex-direction: row;
}
/* body.US .header .navbar .navbar-nav {
    background: none;
    margin-top: 76px;
   
    float: right;
} */

.header .navbar .navbar-nav > li > a {
    background: none;
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    padding-top: 0px;
    font-size: 1.000rem;
}

.header .navbar .navbar-nav li a:hover {
    color:#a63b3d;
  
}

.header .navbar .navbar-nav > li + li > a {
   
}

.header .navbar .navbar-nav > li ul li a {
    padding: 5px;
}

/* header 次選單 */
.header .navbar  .top_orange  .sub-nav {
   text-align: right;
   padding: 5px 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.header .navbar  .top_orange  .sub-nav  li{
   background: url(../images/all/sub_arrow.jpg) no-repeat;
   background-position-y: 5px;
}

.header .navbar  .top_orange  .sub-nav  a{
   color:#fff;
   padding: 0 18px;
   transition: 0.5s;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {

}

.header .navbar .sub-nav li a:hover {
    position: relative;
   
}

.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
    position: absolute;
    right: 54px;
    top: 20px;
}

.header .navbar .lang .dropdown-menu {
    background: #52CED5;
    color: #fff;
    border: none;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}

/*------- Banner -------*/
.banner {
    position: relative;
}

.banner .container {
    max-width: 1144px;
    background-color: #EEE;
    padding: 0;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
    
}

.banner .bxslider li a {
    display: block;
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: right;
    padding: 0 15px;
    bottom: 2px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #a63b3d;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:focus-visible {
    transform: scale(1.5);
    filter: brightness(2);
}
/********************* Footer *********************/


.footer {
    padding:  0;
    text-align: center;
     background-color: #a63b3d;
}
.footer  .home_contact{
  position: absolute;
   right: 240px;
  top: 0;
}
.footer  .home_contact a{
      display: block;
    background-color: #b72323;
    color: #fff;
    padding: 13px 30px 32px 70px;
    font-size: 1.250rem;
    position: relative;
}
.footer  .home_contact a:hover{
    background-color: #a63b3d;
}
.footer  .home_contact a:before{
   content: " ";
   display:block;   
   position:absolute;
   width: 100%;
   height: 40px;
   background: url(../images/all/contact_bg01.png) no-repeat;
    left: 20px;
    top: 6px;

}
/* sitemap */
.sitemap{
    background-color: #5e5e5e;
    padding: 5px 0;
    position: relative;;
    overflow: hidden;
   
}
.footer .sitemap ul{
    text-align: left;
    display: flex;
    margin: 0;
}
.footer .sitemap ul li {
    color: #fff;
    padding: 0;
        padding-left: 8px;
}

body.US .footer .sitemap ul li a{
    font-size: 0.813rem;
}
.footer .sitemap ul li a {
    color: #fff;
    padding: 10px;
}

.footer .sitemap ul li a:hover {
     color: #bbb;
}

.footer_content {
    font-size: 0.813rem;
    line-height: 22px;
    padding: 30px 0 20px;
}
.footer_content  .copyright{
    /* float: left; */
    display: flex;
    justify-content: space-between;
}
.footer_content  .copyright>ul{
    text-align: left;
    color: #fff;
    display: flex;
}

.footer_content  .copyright>ul li{
    padding-left: 5px;
    padding-right: 5px;
}

/* siteinfo */
.footer .siteinfo ul > li {
    color: #fff;
    font-size: 1.000rem;
    padding-left: 5px;
    padding-right: 5px;
}
.footer .siteinfo ul > li  a{
	color:#fff;
	}
.footer .siteinfo ul > li  a:hover{
    color: #bbb;
	}	

.footer .siteinfo ul > li>span {
     color: #fff;
}

.footer .siteinfo ul > li + li:before {
    content: " ";
    padding: 0 5px;

}

.footer .siteinfo .map {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}
.footer_content  .siteinfo{
    text-align: left;
}

.footer_content .siteinfo .list-inline{
    display: flex;
}

.footer .siteinfo .map:hover {
    position: relative;
    top: 2px;
}

.footer .copyright b {
    
}
.footer .powered{
    float: right;
}
.footer .powered a {
    color: #fff;
}

.footer .powered a:hover {
    color: #666;
}

/********************* floating *********************/
#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #52CED5;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}
#floating {
    position: fixed;
    top: 30%;
    right: 0;
    margin-right: 0;
}
#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #a63b3d; 
    width: 50px;
    /* background: rgba(255, 255, 255, 0.9); */
    /* display:none; */
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 56px;
    height: 60px;
    background: url(../images/all/floating_icon.png) no-repeat;
    background-position-x: 0;
    font-size: 0.625rem;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 0 0;
    position: relative;
}

#floating ul li.b1 a {
    background-position-y: 0;
}

#floating ul li.b2 a {
    background-color: #a63b3d;
    background-position: center center;
    background-repeat: no-repeat;
    width: 42px;
    height: 32px;
    text-indent: -9999px;
    border-radius: 50px;
    border: 1px solid;
    color: #fff;
    margin: auto;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li.b2.fb a {
    background-image: url(../images/all/icon_f.png);
}

#floating ul li.b2.tw a {
    background-image: url(../images/all/icon_t.png);

}

#floating ul li a:hover {
    color: #333;
    opacity: 0.7;
    /* background-position-x: -56px; */
}


#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}

/********************* Main *********************/
  .main {
       background: url(../images/all/home_bg.png) no-repeat left bottom;
       position: relative;
       background-attachment : fixed;
}
body.home  .main:before {
   content: " ";
   display:block;   
   position:absolute;
   background: url(../images/all/home_bg2.png) no-repeat right ;
   width: 100%;
   height: 388px;
   right: 0;
   top: -50px;
}

body.home span.gray{
    color:#666666;
}
.main {

    z-index: 10;
        padding-bottom: 20px;
}


.main_content {
    min-height: 600px;
    padding: 30px 0;
 
}



.nav_development .search_box + .search_box {
    margin-left: 10px;
}


/*----------------------- side -----------------------*/
.side .side-toggle {
    font-size: 0.938rem;
    color: #23989f;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
}

.side .nav > li + li {
   
}

.side .nav > li a {
    color: #000000;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 22px;
        transition: 0.5s;
        cursor: pointer;
}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
         color: #a63b3d;
    background-color: unset;
    /*font-size: 1.125rem;*/
    font-weight: 600;
    }

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
    /*background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;*/
    position: relative;
}
.side .nav > li > ul > li > a {
    padding-right: 17px;
}
.side .nav > li > ul > li > a:before{
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #a63b3d;
    border-radius: 50%;
    left: 0;
    top: 15px;
}

.side .nav > li > ul {
    display: none;
    background: #f5f5f5;
}

.side .sub-menu > .nav > li > a {
    position: relative;
}

.side .sub-menu > .nav > li.hasSub > a:before,
.side .nav > li > ul > li.dropmenu > a:after {
    position: absolute;
    content: "+";
    display: block;
    width: 15px;
    height: 15px;
    font-size: 1.250rem;
    color: #000;
    right: 0;
    top: 8px;
}
.side .nav > li > ul > li.dropmenu > a:after {
    font-size: 1.000rem;
}
.side .sub-menu > .nav > li.hasSub.open > a:before,
.side .nav > li > ul > li.dropmenu.open > a:after {
    content: "-";
    color: #a63b3d;
}




.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
    display: none;
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

/*----------------------- Content -----------------------*/
.content > h1 {
    color: #b22222;
    font-size: 1.875rem;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 10px 15px;
    margin-bottom: 40px;
    margin-top: 20px;
   
}
/* breadcrumb */
.content .breadcrumb {
    background: none;
    font-size: 0.813rem;
    text-align: right;
    margin-top: 15px;
    /* margin-bottom: -35px; */
    display: block;
}

.breadcrumb>li {
    display: inline-block;
}

.content .breadcrumb > li + li:before {
    content: "＞";
}

.content .breadcrumb>li.active{
  color: #a63b3d;
}
/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #36B9C0;
}

.content .list-box .txt-list li span {
    font-size: 0.813rem;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ACE7EB;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 1.125rem;
    color: #36B9C0;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    margin: 0 0 20px;
    padding-top: 55px;
    clear: both;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {

    /* display: block; */
    display: flex;
    margin: 0 0 20px;
    justify-content: center;
    list-style: none;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    background-color: #396697;
    color: #fff;
    border-radius: 0;
    padding: 5px 30px;
}

.content .btn-box .pager li > a:hover {
    background-color: #a63b3d;
    color: #fff;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
    display: inline-block;
    width: auto;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
.sider_nav  .advertising a{
    margin: 20px 0;
    display: block;
    transition: all 0.5s;
}

.sider_nav  .advertising a img{
  width: 100%;
}
.sider_nav  .advertising a:hover{
  opacity: 0.6;
}
.home_news_slick.home_ann{    
    padding-bottom: 20px;
}
.home_news_slick .slick .slick-arrow{    
    top: calc(50% - -10px/2);
    background-size: 100% !important;
}
.home_news_slick .slick .slick-next{    
    background: url(../images/all/banner_arrow01.png) no-repeat;
    right: -10px;
}
.home_news_slick .slick .slick-prev{    
    background: url(../images/all/banner_arrow.png) no-repeat;
    left: -10px;
}
.home_reward  .nav-tabs>li>a {
    width: 250px;
    position: relative;
}

.home_reward   .nav-tabs>li:nth-child(2) a {
    padding-top: 16px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color: #fff;
    cursor: default;
     background-color: #232323;
    border: none;  
}
.nav-tabs>li.active:nth-child(2)>a, .nav-tabs>li.active:nth-child(2)>a:hover, .nav-tabs>li.active:nth-child(2)>a:focus{
     background-color: #a63b3d;
}
.nav-tabs>li.active:nth-child(3)>a, .nav-tabs>li.active:nth-child(3)>a:hover, .nav-tabs>li.active:nth-child(3)>a:focus{
     background-color: #007872;
}
.nav-tabs>li.active:nth-child(4)>a, .nav-tabs>li.active:nth-child(4)>a:hover, .nav-tabs>li.active:nth-child(4)>a:focus{
     background-color: #56A0D3;
}
.nav-tabs>li.active:nth-child(5)>a, .nav-tabs>li.active:nth-child(5)>a:hover, .nav-tabs>li.active:nth-child(5)>a:focus{
     background-color: #8C7A2F;
}
.nav-tabs>li.active:nth-child(6)>a, .nav-tabs>li.active:nth-child(6)>a:hover, .nav-tabs>li.active:nth-child(6)>a:focus{
     background-color: #4A7B4E;
}
.nav-tabs>li.active:nth-child(7)>a, .nav-tabs>li.active:nth-child(7)>a:hover, .nav-tabs>li.active:nth-child(7)>a:focus{
     background-color: #6F6F74;
}
.nav-tabs>li.active>a:before{
   /* content: " ";
   display:block;   
   position:absolute;
   background-image: url(../images/all/triangle.png) ;
   background-repeat: no-repeat;
    width: 38px;
    height: 21px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
   */
   position: absolute;
   bottom: -21px;
   left: 0;
   right: 0;
   margin: auto;
   content: " ";
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 23px 23px 0 23px;
   border-color: #232323 transparent transparent transparent;
}
.nav-tabs>li.active:nth-child(2)>a:before{
   border-color: #a63b3d transparent transparent transparent;
}
.nav-tabs>li.active:nth-child(3)>a:before{
   border-color: #007873 transparent transparent transparent;
}
.nav-tabs>li.active:nth-child(4)>a:before{
   border-color: #2276AA transparent transparent transparent;
}
.nav-tabs>li.active:nth-child(5)>a:before{
   border-color: #776D23 transparent transparent transparent;
}
.nav-tabs>li.active:nth-child(6)>a:before{
   border-color: #5D883F transparent transparent transparent;
}
.nav-tabs>li.active:nth-child(7)>a:before{
   border-color: #6F6F74 transparent transparent transparent;
}
body.news .nav-tabs>li{
    margin: 0;
}
.nav-tabs>li {
    margin: 0 3px;
}

.nav-tabs>li:nth-child(3) a,.nav-tabs>li:nth-child(4) a{
    /* padding-top: 6px; */
}
body.US .nav-tabs>li:nth-child(3) a,body.US .nav-tabs>li:nth-child(4) a,body.US .nav-tabs>li:nth-child(6) a{
    padding-top: 6px;
}
.nav-tabs>li>a:hover{
    color: #fff;
       background-color: #232323;
}
.nav-tabs>li:nth-child(2)>a:hover{
       background-color: #a63b3d;
}
.nav-tabs>li:nth-child(3)>a:hover{
       background-color: #00b2a9;
}
.nav-tabs>li:nth-child(4)>a:hover{
       background-color: #56A0D3;
}
.nav-tabs>li:nth-child(5)>a:hover{
       background-color: #B4A950;
}
.nav-tabs>li:nth-child(6)>a:hover{
       background-color: #4A7B4E;
}
.nav-tabs>li:nth-child(7)>a:hover{
       background-color: #9F9FA3;
}
.nav-tabs>li>a {
    background-color: #666666;
    color: #fff;
    width: 134px;
    text-align: center;
    height: 55px;
    padding-top: 16px;
    transition: 0.5s;
    border-radius: 0;
    position: relative;


}


.nav-tabs>li>a>span{
    display: block;
}

.nav-tabs{
    border: none;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
}
body   .home_ann.home_reward   .more_arrow {
    margin-bottom: 80px;

}
body   .home_ann  .more_arrow a{
    border: 1px solid #000;
    padding: 10px 105px;
    margin: 50px auto;
    display: table;
    background: url(../images/all/more_arrow.png) no-repeat;
    background-position-x: 152px;
    background-position-y: 19px;
    color: #000;

}
body   .home_ann  .more_arrow a:hover{
   background-color: #396697;
   color: #fff;
   background-image: url(../images/all/more_arrow2.png) ;
   background-repeat: no-repeat;

}

body  .home_ann  table{
    width: 100%;
       box-shadow: 0px 2px 6px #f3f3f3;
       -webkit-box-shadow: 0px 2px 6px #f3f3f3;
    -moz-box-shadow: 0px 2px 6px #f3f3f3;
}
body   .home_ann  table .t2{
    width: 70%;
}
body   .home_ann  table th{
     background-color: #dfdfdf;
     text-align: center;
     padding: 5px!important;
    }
body  .home_ann  table td{
    text-align: center;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    height: 100%;

    }
 body  .home_ann  table td.d1{
     border-left: none;
   } 
 body   .home_ann  table td.d4{
     border-right: none;
   } 
  body   .home_ann  table td  img{
    margin: 0  auto;
     transition: 0.5s;
  }  
  
   body   .home_ann  table td a:hover img{
    opacity: 0.5;
   }
body .home_ann .h2{
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    margin-top: 45px;
}

body  .home_ann  .h2>.txt-tw{
    font-size: 1.625rem;
    color: #000;
}
body .home_ann .slick .item .pic{
    position: relative;
}
body .home_ann .slick .item .pic img{
    width: 640px;
    height: 240px;
    object-fit:cover;
}
body .home_ann .slick .item .info{
    position: relative;
    bottom: 100px;
    margin-bottom: -100px;
    padding: 5px 10px;
    background: rgba(0,0,0,0.5);
    min-height: 91px;
}
body .home_ann .slick .item .info .title,
body .home_ann .slick .item .info .date
{
    color: #ffffff;
}
body  .home_ann  .h2>.txt-en{
     display:block;
     color: #b5b5b5;
     font-size: 0.875rem;
     padding-top: 5px;
}
  .banner  .bx-wrapper .bx-controls-direction a{

    width: 40px;
    height: 40px;
    transition: all 0.5s;
    background-size: cover;
}
 .banner .bxslider li {
        height: 250px;
        left: 0;
    }
  .epaper    .banner .bxslider li {
        height: 200px;
    }
.epaper.epaper01    .banner .bxslider li {
        height: 402px;
    }
    .banner_epaper  .bx-wrapper .bx-controls-direction a{
      display: none;
    }

  .banner  .bx-wrapper .bx-prev{
    left: 0px;
     background: url(../images/all/banner_arrow.png) no-repeat;
}
  .banner  .bx-wrapper .bx-prev:hover{
     background: url(../images/all/banner_arrows.png) no-repeat;
     background-size: cover;
}

  .banner  .bx-wrapper .bx-next{
      right: 0px;
     background: url(../images/all/banner_arrow01.png) no-repeat;
     

  }
    .banner  .bx-wrapper .bx-next:hover{
           background: url(../images/all/banner_arrow01s.png) no-repeat;
      background-position: unset;
      background-size: cover;
    }
 .main_content {
    min-height: 0;
     padding: 0;
}
 .main_content>.container{
    width:100%;
 }
/* .main_content    .side1 {
    padding: 0 40px;
} */
 .main_content    .side1  .wid-results{
    border:1px solid #d3d3d3;
        margin-bottom: 40px;
}
 .main_content    .side1  .wid-results .h3.operation{
    background-color:#a63b3d;
     margin: 0;
    padding: 13px;
    font-size: 1.250rem;
    color: #fff;
    font-weight: 600;
     font-weight: 600;
    letter-spacing: 1px;
    position: relative;;
    padding-left: 50px;
     box-shadow:  0px 2px 5px #bfbfbf;
    -webkit-box-shadow: 0px 2px 5px #bfbfbf;
    -moz-box-shadow: 0px 2px 5px #bfbfbf;
}
 .main_content    .side1  .wid-results .h3.operation:before{
       content: " ";
   display:block;   
   position:absolute;
     background: url(../images/all/light01.png) no-repeat;
     width: 100%;
     height: 25px;
     left: 20px;
    top: 10px;
}
body.home .main_content    .side1  .wid-results h3.operate_icon01:before{
     background: url(../images/all/light02.png) no-repeat;
  
}
body.home .main_content    .side1  .wid-results h3.operate_icon02:before{
     background: url(../images/all/light03.png) no-repeat;
  
}body.home .main_content    .side1  .wid-results h3.operate_icon03:before{
     background: url(../images/all/light04.png) no-repeat;
  
}body.home .main_content    .side1  .wid-results h3.operate_icon04:before{
     background: url(../images/all/light05.png) no-repeat;
  
}
body.home .main_content    .side1  .wid-results h3.operate_icon05:before{
     background: url(../images/all/light06.png) no-repeat;
  
}
body  .main_content    .side1  .wid-results h3.loudly:before{
     background: url(../images/all/light07.png) no-repeat;
  
}


 .main_content    .side1  .wid-results  .nav{
    padding: 10px 30px;
    background-color: #fff;
}
 .main_content    .side1  .wid-results   .nav  li{
    border-bottom: 1px dashed #dfdfdf;
    width: 100%;
    
}
 .main_content    .side1  .wid-results   .nav  li:last-child{
    border: none;
}
body.home .content > h2 {
    font-size: 1.250rem;
    border-bottom: 1px solid #ACE7EB;
    color: #36B9C0;
    padding: 6px;
}

body.home .content .btn-more {
    top: 10px;
    right: 0;
}


/*----------------------------------------- 電子報 epaper --------------------------------------*/
.epaper   .editor {
    padding-bottom: 0px;
}
.epaper  .newspaper_sec h6 {
    font-size: 1.750rem;
    color: #fff;
    text-align: left;
    padding: 10px 0px 10px 60px;
    margin: 0;
}
/* .epaper   .newspaper_sec .btn_group {
    margin-top: 18px;
} */
.epaper  .newspaper_sec {
      background-color: #3f3a35;
         padding: 10px 10px 8px;
}
.epaper  .newspaper_sec .btn_group .scp_btn {
     background: #396697;
    color: #fff;
    border: solid 1px #396697!important;
}
.epaper .newspaper_sec .btn_group .scp_btn:hover {
    background-color: #01589f;
}
.epaper  .newspaper_sec .btn_group .cl_btn:hover {
    background-color: #fff;
    color: #000;
}
.epaper .np_sec .form-control {
    border-radius: 0;
    border: none;
    /* margin-top: 14px; */
    height: 40px;
}

.epaper    .newspaper_sec .btn_group .scp_btn, .newspaper_sec .btn_group .cl_btn {
    display: inline-block;
    font-size: 0.875rem;
    border: solid 1px #fff;
    margin: 0 5px 0;
    width: 124px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
 .main_content    .side1  .wid-results h3.epaper:before{
    background: url(../images/all/light08.png) no-repeat;
}
.epaper   .home_ann table th{
  font-size: 1.250rem;
}
.epaper   .home_ann table th.t1{
  width: 70%;
  text-align: left;
      padding-left: 21px;
}
.epaper   .home_ann table td.d3{
  text-align: left;
}
.epaper   .home_ann table th.t2{
  width: 30%;
}


/*----------------------------------------- 電子報 電子報頁面 epaper  p01--------------------------------------*/
.epaper   .theme{

}
.epaper   .theme ul{
      background-color: #3f3a35;
    padding: 25px;
    color: #fff;
    float: right;
        font-size: 1.563rem;
}
.epaper   .theme  ul  .published{
  padding-left: 30px;
}
.epaper    .focus02{
  margin-top: 90px;
}
.epaper    .focus h2{
    color: #fff;
    padding: 10px 15px 10px;
    border-left: 6px solid #ed7310;
}
.epaper    .focus h2.blue{
       background-color: #396697;

}
.epaper    .focus h2.orange{
  background-color: #ee8c3d;
}
.epaper    .focus h2.orange>span{
      color: #fcc497;
}
.epaper    .focus h2.green{
  background-color: #357546;
}
.epaper    .focus h2.green>span{
     color: #72aa81;
     display: block;
     padding-left: 0;
     padding-top: 5px;
}

.epaper    .focus h2.red{
  background-color: #be443e;
}
.epaper    .focus h2.red>span{
      color: #df8f8b;
     display: block;
    padding-left: 0;
     padding-top: 5px;
}
.epaper    .focus h2.purple{
  background-color: #4f5281;
}
.epaper    .focus h2.purple>span{
    color: #b29b8a;
     display: block;
     padding-left: 0;
     color: #9ea0be;
    padding-top: 5px;
}


.epaper    .focus h2.coffee{
  background-color: #795b45;
}
.epaper    .focus h2.coffee>span{
     color: #b29b8a;
  
}

.epaper    .focus h2>span{
    color: #89add3;
    padding-left: 10px;
        font-size: 1.250rem;
}
.epaper    .focus   .dlc01{
  margin-top: 40px;
}
.epaper    .focus h3{
     font-weight: 600;
	     color: #000;
		     line-height: 34px;
}
.epaper    .focus ul li{
    border-bottom: 1px dashed #b0b0b0;
}
.epaper    .recall  a{
    display: table;
    margin: 50px auto;
    border: 1px solid #000;
    padding: 15px 40px;
    font-size: 1.125rem;
}

/*----------------------------------------- 最新消息  news --------------------------------------*/
.news   .home_ann table td {

    padding: 45px 20px;
    background-color: #fff;
}
.news   .home_ann table   .gray td{
      background-color: #f8f8f8;
}
.news   .home_ann table th {
    border-top: 2px solid #ed7310;
}

th.news_title{
    width:15%;
}

/*----------------------------------------- 最新消息 首頁訊息詳細頁  news-show --------------------------------------*/

.news.show   h2{
  font-size: 2.500rem;
  color: #396697;
    line-height: 60px;
    font-weight: 600;

}
.news.show  .posted{
    border-bottom: 1px dashed #a6a6a6;
    padding-bottom: 16px;
    width: 100%;
    margin-bottom: 80px;
    flex-direction: row;
    padding-left: 0;
}
.news.show  .posted  li {
  margin: 0 20px;
  font-size: 1.125rem;
}
.news.show  .posted li:nth-child(1){
  margin-left: 0;
}
.news.show  .posted  li>span{
    color: #000000;
    font-weight: 600;

}
.news.show   .posted>li>a {
     padding: 0;
    padding-top: 1px;
    color: #a63b3d;
 

}
.news.show   .posted>li>a:hover{
      background-color: unset;
    color: #000;
}
.news.show  .new_content{
 clear: both;
    
}
.news.show   .new_content ul{
  line-height: 45px;
}
.news.show  .news_list a{
    margin: 0 auto;
    display: table;
    border: 1px solid #000;
    padding: 20px 120px;
    margin-top:20%;
    position: relative;
}
.news.show  .news_list a:hover{
      background-color: #a63b3d;
      color: #fff;
}
.news.show  .news_list a:hover:before{
          background: url(../images/all/more_arrow2.png) no-repeat;

}
.news.show  .news_list a:before{
 content: " ";
   display:block; 
   position:absolute;
      background: url(../images/all/more_arrow.png) no-repeat;
     right: 90px;
    top: 29px;
    width: 19px;
    height: 6px;
  }
.news.show   .new_content  .download{
  background: url(../images/all/download2.png) no-repeat;
    padding: 12px 63px;
    margin-top: 40px;
    display: table;
      background-color: #eee;
    background-position-x: 22px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
}
.news.show   .new_content  .download:hover{
      background-color: #ffe7d4;
}
/*----------------------------------------- 研發處 研發長簡介 r_d --------------------------------------*/
.editor{
  padding-bottom: 60px;
}
.r_d .doctor h2{
  background-color: #ee8c3d;
  color: #fff;
    padding: 10px 0 10px 25px;
}
.r_d .doctor h4.klo{

  text-align: center;
 
}
.r_d .doctor h4{
  font-size: 1.563rem;
    margin-top: 25px;
}
.r_d  .doctor  ul {
  padding-left: 25px;
}
.r_d .doctor    ul li{
    line-height: 40px;
    font-size: 1.000rem;
}
.r_d  .doctor   ul li>span{
  color: #000;
      font-weight: 600;
}
.r_d  .doctor img{
  margin-top: 20px;
     
}
.r_d  .doctor   h4.square{
  font-size: 1.563rem;
  color: #000;
 background: url(../images/r_d/r_dbg02.png) no-repeat;
     padding-left: 26px;
    margin-left: 25px;
    margin-top: 50px;
}

/*----------------------------------------- 各單位訊息首頁區 r_d news--------------------------------------*/
.shared.news  .home_ann table td {
    padding: 5px;
   
}
.shared.news  .home_ann   h2 .txt-en{
  display: none;
}
.shared.news  .home_ann .d1{
  width: 10%;
}
.shared.news  .home_ann .d2{
  width: 55%;
  text-align: left;
  font-size: 1.125rem;
}
.shared.news  .home_ann   h2{
      text-align: left;
    font-weight: 600;
    letter-spacing: 0px;
 }
.shared.news .home_ann .search_box2{
    margin: 50px 0 30px;
 }


/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
    width: 90%;
}
/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 0.813rem;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 0.750rem;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 0.750rem;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 1.375rem;
    color: #333;
    font-weight: bold;
}
/** google search **/
.gsc-control-cse {
    padding: 0 !important;
}
.gsc-search-button-v2 {
    display: inline-block !important;
    text-indent: -9999px !important;
    background: url(../images/all/icon02.png) no-repeat center center !important;
    width: 25px !important;
    height: 26px !important;
    position: absolute !important;
    right: 6px !important;
    top: 4px !important;
    padding-left: 33px !important;
    border: none !important;
    width: 33px !important;
    height: 26px !important;
    padding: 0 !important;
}
.gsc-search-button-v2:before{
    content: " ";
    display: block;
    position: absolute;
    background-color: #603913;
    width: 1px;
    height: 18px;
    right: 30px;
    top: 5px;
}
.gsc-search-button-v2 svg {
    display: none;
}
input.gsc-input {
    border: 1px solid #6e6e6e !important;
    display: inline-block;
    height: 31px !important;
    width: 285px !important;
    float: left;
    font-size: 0.813rem;
    background-color: unset !important;
    padding-left: 7px !important;
}
.gsc-control-cse,.gsc-input-box {
    border: none !important;
}
table.gsc-search-box td {
    padding: 0 !important;
}
.gsst_b {
    position: absolute !important;
    right: 37px !important;
    top: 3px !important;
}
.header .navbar-collapse.collapse {
    width: 100%;
    width: auto;
}

.slick .info {
    margin-top: 10px;
}

.slick .item > a {
    display: block;
    width: 100%;
    padding: 10px;
}

.slick .info .date {
    font-size: 0.875rem;
    color: #b5b5b5;
}

.slick .info .title {
    font-size: 1.250rem;
    color: #666;
    font-weight: bold;
    display: block;
    display: -webkit-box;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 52px;
    margin-bottom: 4px;
    margin-top: 5px;
    transition: all .3s ease;
}
.slick .item > a img {
    transition: all .3s ease;
}
.slick .slick-dots .slick-active button {
    background: #a63b3d !important
}
.slick .slick-dots .slick-active button:focus-visible {
    filter: brightness(2);
}
.slick .item > a:hover img {
    opacity: 0.7;
}



.slick .item > a:hover .title {
    color: #ed7310;
}

.shared.news .home_ann .d2 .title {
    display: block;
}

.tag {
    font-size: 0.938rem;
    background: #666666;
    padding: 2px 10px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    /* margin-bottom: 10px; */
}
.tag.orange{
    background-color: #a63b3d;
}
.tag.red{
    background-color: #880000;
}
.tag.brown{
    background-color:#B4A950;
}
.tag.blue{
    background-color:#2B7DA0;
}
.tag.skyblue{
    background-color:#007A74;
}
.tag.pink{
    background-color: #810a58;
}
.tag.green{
    background-color: #4A7B4E;
}
.tag.gray{
    background-color:#76767A;
}
.tag:hover {
    opacity: 0.8;
    color: #fff;
}

/* .collapse:not(.show) {
    display: block;
} */

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav_development.container-fluid{
    display: block;
}

.nav_development.container-fluid .float_left{
    float: left;
}

.nav_development.container-fluid .float_right{
    float: right;
}

.page-info .form-group{
    display: inline-block;
}

.page-info .form-group{
    display: inline-block;
    max-width: 100%;
}

body.epaper .np_sec{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}


