/*網頁全共用設定*/


/*網路字體引用CSS設定*/


/*@import url(https://fonts.googleapis.com/css?family=Open+Sans); */


/*Open Sans 套用名字 Open Sans */


/*@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);*/


/*仿宋體 套用名字 cwTeXFangSong */


/*@import url(http://fonts.googleapis.com/earlyaccess/cwtexming.css);*/


/*明體 套用名字 cwTeXMing */


/*@import url(http://fonts.googleapis.com/earlyaccess/cwtexkai.css); */


/*楷體 套用名字 cwTeXKai */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

/*思源黑體 套用名字 Noto Sans TC */


/* Generated by Font Squirrel (https://www.fontsquirrel.com) on February 8, 2017 */


/*本站用的英文字體 noway*/

@font-face {
    font-family: 'noway';
    src: url('../fonts/noway-font/noway-regular-webfont.eot');
    src: url('../fonts/noway-font/noway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/noway-font/noway-regular-webfont.woff2') format('woff2'), url('../fonts/noway-font/noway-regular-webfont.woff') format('woff'), url('../fonts/noway-font/noway-regular-webfont.ttf') format('truetype'), url('../fonts/noway-font/noway-regular-webfont.svg#nowayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: 'noway', 'Noto Sans TC', Microsoft JhengHei, '微軟正黑體', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #666;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    width: 100%;
    min-height: 101vh;
    overflow-x: hidden;
    /*多背景寫法*/
    /*  background: url(../../img/footer.png) no-repeat bottom center,
                url(../../img/bg1.png) no-repeat top center,
                url(../../img/bg2.png) repeat-y top center,
                #20184F;
    background-size:100%;
    padding-bottom:100px;*/
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}


/*圖片更銳利化*/


/* 应用于GIF和PNG图片; 防止边缘模糊 */

img[src$=".gif"],
img[src$=".png"] {}

button,
a,
input:focus,
button:focus {
    outline: none !important;
}


/*不顯示外虛線*/

hr {
    border-top: 1px solid #e1e1e1;
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0;
}

.new-hr {
    border-top: 8px solid black;
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0;
}

.hr-noborder {
    border: none;
    padding: 0;
    margin: 10px auto;
}

.WIDTH-10 {
    width: 10%;
}

.WIDTH-15 {
    width: 15%;
}

.WIDTH-20 {
    width: 20%;
}

.WIDTH-25 {
    width: 25%;
}

.WIDTH-30 {
    width: 30%;
}

.WIDTH-35 {
    width: 35%;
}

.WIDTH-40 {
    width: 40%;
}

.WIDTH-45 {
    width: 45%;
}

.WIDTH-50 {
    width: 50%;
}

.WIDTH-55 {
    width: 55%;
}

.WIDTH-60 {
    width: 60%;
}

.WIDTH-65 {
    width: 65%;
}

.WIDTH-70 {
    width: 70%;
}

.WIDTH-75 {
    width: 75%;
}

.WIDTH-80 {
    width: 80%;
}

.WIDTH-85 {
    width: 85%;
}

.WIDTH-90 {
    width: 90%;
}

.WIDTH-100 {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .WIDTH-10,
    .WIDTH-15,
    .WIDTH-20,
    .WIDTH-25,
    .WIDTH-30,
    .WIDTH-35,
    .WIDTH-40,
    .WIDTH-45,
    .WIDTH-50,
    .WIDTH-55,
    .WIDTH-60,
    .WIDTH-65,
    .WIDTH-70,
    .WIDTH-75,
    .WIDTH-80,
    .WIDTH-85,
    .WIDTH-90,
    .WIDTH-100 {
        width: auto;
    }
}

.no-padding-margin {
    padding: 0;
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.textover-hidde {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block !important;
}


/*區塊文字超出時隱藏*/

.inline-father {
    font-size: 0px;
    white-space: discard;
    display: inline-block;
    /*letter-spacing:-1px; 視情況加*/
    /*word-spacing::-1px; 視情況加*/
}


/*區塊垂直置中必加的父層屬性*/

.div-inline-block {
    display: inline-block;
    vertical-align: middle;
    float: none;
    zoom: 1;
    font-size: 16px;
}


/*區塊垂直置中*/

.table-body {
    display: table;
}

.table-cell {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .textover-hidde {
        overflow: initial;
        white-space: initial;
        text-overflow: initial;
        display: block !important;
    }
    /*區塊文字超出時隱藏*/
    .textover-hidde-xs {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block !important;
    }
    /*區塊文字超出時隱藏*/
    .div-inline-block {
        display: block;
        vertical-align: middle;
        float: none;
    }
    /*手機時 區塊不需垂直置中*/
    .div-inline-block-xs {
        display: inline-block;
        vertical-align: middle;
        float: none;
        zoom: 1;
    }
    /*區塊垂直置中*/
}


/*網頁全共用設定 END*/


/*當網頁未載完時動畫，載完移除*/

.full-Wait {
    position: fixed;
    background: #fff;
    opacity: 1;
    z-index: 100000;
    transition: all 0.8s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.full-Wait img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.full-Wait.full-stop {
    transition: all 0.8s;
    z-index: -100;
    opacity: 0;
}


/*---跨瀏覽器---*/


/*針對IE8以下的提示設定*/

.full-all {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    background: white;
}

.noie8 {
    background: gray;
    color: white;
    /*字體顏色*/
    display: block;
    /*顯示方式*/
    font-size: 20px;
    /*字體大小*/
    letter-spacing: 1px;
    /*字體間距*/
    padding: 20px;
    /*內邊距*/
    text-align: center;
    /*文字置中*/
    width: 500px;
    /*寬度*/
    height: 500px;
    /*高度*/
    margin: 0 auto;
}


/*檢測瀏覽器版本提示升級插件badbrowser的css*/

.badbrowser {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    white-space: nowrap;
    overflow: auto;
}

.badbrowser_modal {
    background: rgba(0, 0, 0, 0.25);
}

.badbrowser_modal .badbrowser__content {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    padding: 15px;
}

.badbrowser__logo {
    width: 50%;
}

.badbrowser__content,
.badbrowser__helper {
    display: inline-block;
    vertical-align: middle;
}

.badbrowser__helper {
    height: 100%;
    margin-right: -.25em;
}

.badbrowser__content {
    white-space: normal;
}

.oldbrowser__browserLink {
    display: inline-block;
    width: 60px;
    height: 66px;
    background: url(../web/browser-support/css/browsers.png) no-repeat 0 0;
    margin: 0 10px;
}


/*動畫區CSS*/


/*引用HOVER.CSS*/

.new-hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.new-hvr-bob {
    -webkit-animation-name: hvr-bob-float, new-hvr-bob;
    animation-name: hvr-bob-float, new-hvr-bob;
    -webkit-animation-duration: .5s, 2.5s;
    animation-duration: .5s, 2.5s;
    -webkit-animation-delay: 0s, .5s;
    animation-delay: 0s, .5s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

@keyframes new-hvr-bob {
    0% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
    }
    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
    }
}

.new-hvr-pulse {
    -webkit-animation-name: new-hvr-pulse;
    animation-name: new-hvr-pulse;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes new-hvr-pulse {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}


/*引用animate.CSS*/

.new-fadeInUp {
    animation-delay: 0s;
    /*延遲時間*/
    animation-duration: 1.5s;
    /*動畫時間*/
    animation-name: new-fadeInUp;
}

@-webkit-keyframes new-fadeInUp {
    0% {
        opacity: 0;
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes new-fadeInUp {
    0% {
        opacity: 0;
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

new-.pulse {
    -webkit-animation-name: new-pulse;
    animation-name: new-pulse;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}

@-webkit-keyframes new-pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes new-pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}


/*滾動視差插件wow*/

.wow {
    visibility: hidden;
}


/*表格總設定*/


/*RWD表格*/

.rwd-table,
.table {
    background: transparent;
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #4d4d4d;
    font-family: 'Noto Sans TC', Microsoft JhengHei, '微軟正黑體', Helvetica, Arial, sans-serif;
}


/*整個表格的外觀設定*/

.table td a,
.rwd-table td a {
    color: #3cae87;
}

.table>tbody>tr>th,
.table>tbody>tr>td,
.rwd-table th,
.rwd-table td {
    padding: 15px 15px;
    text-align: center;
    vertical-align: middle;
}


/*每格的外距設定*/

.table>tbody>tr>th,
.table>tbody>tr>td {
    border-bottom: 1px solid #ccc;
    border-top: none;
}

.table-head-black,
.table>tbody>tr>th {
    border-bottom: 6px solid black;
    color: black;
    font-weight: 500;
}

.rwd-table th {
    background: black;
    color: white;
    padding: 10px;
}


/*表格開頭外觀設定*/

.rwd-table tr {
    border-bottom: 1px solid #ccc;
}


/*表格開頭外觀設定*/

.rwd-table tr:first-child {
    border-bottom: none;
}


/*表格開頭外觀設定*/

.no-rwd-table td:before,
.rwd-table td:before {
    display: none;
}

.no-rwd-table th:first-child,
.no-rwd-table td:first-child {
    padding-left: 10px;
}

.no-rwd-table th:last-child,
.no-rwd-table td:last-child {
    padding-right: 10px;
}

@media (max-width: 767px) {
    .table>tbody>tr>th,
    .table>tbody>tr>td,
    .rwd-table th,
    .rwd-table td {
        padding: 10px;
    }
    /*每格的外距設定*/
    .rwd-table th {
        display: none;
    }
    .rwd-table td {
        display: table;
        width: 96%;
    }
    .rwd-table td:before {
        content: attr(data-th) " : ";
        font-weight: bold;
        width: 100px;
        display: table-cell;
    }
    .rwd-table-nomore td:last-child:before {
        display: none;
    }
    .rwd-table th,
    .rwd-table td {
        text-align: left;
    }
    .rwd-table th,
    .rwd-table td:before {
        color: #D20B2A;
        font-weight: bold;
    }
    .rwd-table th,
    .rwd-table td {
        margin: 4% 2%;
    }
    /*每格的外距設定*/
    .rwd-table tr {
        border-bottom: 1px solid #eee;
    }
}


/*無表頭表格*/

.no-head {
    color: #4d4d4d;
}

@media (min-width:768px) {
    .no-head {
        width: 80%;
    }
}

.no-head>tbody>tr>th {
    border: none;
}

.no-head>tbody>tr>th,
.no-head>tbody>tr>td {
    text-align: left;
    vertical-align: top;
}


/*每格的外距設定*/


/*選單區全設定*/


/*NAV BAR過長時，轉換成漢堡選單 參考梅問題教學改寫的CSS*/

@media screen and (min-width: 768px) and (max-width:991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        margin-top: 20px;
        margin-right: 15px;
    }
    nav.navbar .navbar-toggle {
        display: inline-block;
        float: right;
        margin-top: 25px;
        margin-right: 15px;
    }
    /*平板時漢堡按鈕*/
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    /*下拉選單 設定*/
    .navbar-collapse.collapse {
        display: none!important;
    }
    /*下拉選單 設定*/
    nav.navbar .navbar-nav {
        float: none !important;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0px -15px;
        display: inline-block;
    }
    nav.navbar li.dropdown a.dropdown-toggle::before {
        display: none;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    /*自己新定義，讓子選單橫向排列*/
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


/*選單區 主體*/

.new-navbar-fixed-top .navbar-collapse {
    background: black;
    box-shadow: none;
    border: none;
}

.head-container {
    padding: 0;
}

@media (max-width: 767px) {
    .new-navbar-fixed-top .navbar-collapse {
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
    }
    .new-navbar-fixed-top.navbar-default {
        background-color: black;
        border-color: #e7e7e7;
    }
}


/*選單區 LOGO設定*/

.new-navbar-fixed-top {
    height: 85px;
    background: black;
    border-color: #333;
}

.new-navbar-fixed-top .navbar-brand {
    height: 85px;
    padding: 20px 15px;
}

@media (max-width: 767px) {
    .new-navbar-fixed-top {
        height: 50px;
    }
    .new-navbar-fixed-top .navbar-brand {
        height: 50px;
        padding: 5px 15px;
    }
}

.new-navbar-fixed-top .navbar-brand>img {
    height: 100%;
}

.new-navbar-fixed-top .navbar-header {
    margin-right: 0;
}


/*選單區 最外層 第一層 選單主體 與底線設定*/

.dropdown-menu {
    border-radius: 0;
}

.navbar-right {
    padding-right: 30px;
}


/*右邊選單 桌機 邊距距離 設定*/

nav.navbar.new-navbar-fixed-top ul.nav>li>a {
    padding: 0px 15px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    color: white;
    transition: all 0.8s;
    font-size: 15px;
    height: 85px;
}


/*選單超連結文字區塊 寬高 外觀 字體 邊距 設定*/

nav.navbar.new-navbar-fixed-top ul.nav>li>a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 5px;
    background: #00c695;
    transition: all 0.8s;
}


/*選單超連結 底線效果設定*/

nav.navbar.new-navbar-fixed-top ul.nav>li>a.active:after,
nav.navbar.new-navbar-fixed-top ul.nav>li.open>a:after,
nav.navbar.new-navbar-fixed-top ul.nav>li>a:hover:after {
    width: 100%;
    left: 0;
}


/*選單超連結 底線效果設定*/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: white;
    background-color: black;
}


/*選單超連結 背景設定*/

@media (min-width: 768px) and (max-width: 1250px) {
    nav.navbar.new-navbar-fixed-top ul.nav>li>a {
        font-size: 15px;
        padding: 20px 8px;
    }
    /*選單超連結文字區塊 寬高 外觀 字體 邊距 設定*/
}

@media (max-width: 767px) {
    .navbar-right {
        padding-right: 0px;
    }
    /*右邊選單 桌機 邊距距離 設定*/
    nav.navbar.new-navbar-fixed-top ul.nav>li>a:after,
    .navbar-default .navbar-nav>li>a:hover:after,
    .navbar-default .navbar-nav>.open>a:after {
        width: 100%;
        left: 0;
        height: 1px;
        background: #222;
    }
    /*選單超連結效果設定*/
    nav.navbar.new-navbar-fixed-top ul.nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 25px;
        height: auto;
        display: block;
    }
}


/*選單區 最外層 第一層 超連結選單未被點擊展開下拉選單 但該選單正被啟用的底線 設定*/

nav.navbar.new-navbar-fixed-top .navbar-nav>.active>a {
    background: black;
}

nav.navbar.new-navbar-fixed-top .navbar-nav>.active>a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 5px;
    background: #00c695;
}


/*下拉滿版NAV BAR設定*/


/*滿板下拉選單區 選單樣式清除*/

.dropdown-menu-large li {
    list-style: none;
}

.dropdown-menu-large li>ul {
    padding: 0;
    margin: 0;
}


/*滿板下拉選單區主體 定位 大小*/


/*讓NAV下拉選單變成HOVER*/

@media screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    /*讓NAV下拉選單變成HOVER*/
    .dropdown-large.open .dropdown-menu,
    .dropdown-large:hover .dropdown-menu {
        width: 100%;
        padding: 10px 0;
        display: block;
        min-width: 850px;
        overflow: hidden;
        left: -200%;
        border-radius: 0;
        text-align: left;
        transform: none;
    }
    /*讓NAV下拉選單變成HOVER*/
}

@media screen and (min-width: 992px) {
    .dropdown-large.open .dropdown-menu,
    .dropdown-large:hover .dropdown-menu {
        left: -100%;
    }
    /*讓NAV下拉選單變成HOVER*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav>li.dropdown-large,
    .nav>li.dropdown-large.open {
        position: static;
    }
    /*讓NAV下拉選單變成HOVER*/
    .dropdown-large:hover .dropdown-menu,
    .dropdown-large.open .dropdown-menu {
        min-width: 101%;
        left: -1px;
        top: 205%;
    }
    /*讓NAV下拉選單變成HOVER*/
}

@media (max-width: 767px) {
    .dropdown-large.open .dropdown-menu {
        width: 100%;
        min-width: 100%;
        overflow: hidden;
    }
}


/*滿板下拉選單區 中間兩區主體分隔線*/

.dropdown-menu-large>li {
    border-right: 1px solid #eee;
}


/*滿板下拉選單區 中間兩區主體分隔線*/

.dropdown-menu-large>li:first-child .row {
    border-bottom: 1px solid #eee;
}


/*滿板下拉選單區 第一區主體分隔線*/

.dropdown-menu-large>li:first-child .row:last-child {
    border-bottom: none;
}


/*滿板下拉選單區 第一區主體分隔線*/

.dropdown-menu-large>li .row {
    padding: 10px 0;
}


/*滿板下拉選單區 第二層下拉選單 和 非滿版單層選單 的最底層 超連結文字 樣式*/

.new-navbar-fixed-top .navbar-nav .dropdown-large:hover .dropdown-menu>li>a,
.new-navbar-fixed-top .navbar-nav .open .dropdown-menu>li>a,
.new-navbar-fixed-top .navbar-nav .dropdown .dropdown-menu>li>a,
.large-list-title+ul li a {
    display: block;
    padding: 4px 10px;
    color: #808080;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: normal;
    transition: all 0.8s;
}

.new-navbar-fixed-top .navbar-nav .open .dropdown-menu>li>a:hover,
.new-navbar-fixed-top .navbar-nav .dropdown .dropdown-menu>li>a:hover,
.large-list-title+ul li a:hover {
    color: #00c695;
    background: white;
}

.new-navbar-fixed-top .dropdown-menu>li>a {
    padding: 4px 20px;
}

@media (min-width:768px) {
    .new-navbar-fixed-top .dropdown-menu {
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        min-width: 160px;
    }
    /*讓只有一層下拉選單的 選單的 主體位子設定置中*/
}

@media (max-width:767px) {
    .new-navbar-fixed-top .navbar-nav .open .dropdown-menu>li>a,
    .large-list-title+ul li a {
        color: white;
        display: block;
        border-bottom: 1px solid white;
    }
    /*滿版下拉選單區 非滿版單層選單 最底層 超連結文字 樣式*/
    .new-navbar-fixed-top .navbar-nav .open .dropdown-menu>li>a:hover,
    .large-list-title+ul li a:hover {
        color: white;
        background: transparent;
    }
    /*滿版下拉選單區 非滿版單層選單 最底層 超連結文字 樣式*/
    .new-navbar-fixed-top .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 5px;
        margin: 0 25px;
    }
}


/*滿板下拉選單區 右邊選單*/

.large-list-edit {
    margin-top: 50px;
}

@media (max-width:767px) {
    .large-list-edit {
        margin-top: -15px;
    }
}

.large-list-edit li:not(.hidden-xs) {
    color: white;
    border-radius: 15px;
    background: #00c695;
    text-align: center;
    line-height: 22px;
}


/*滿板下拉選單區 最底層 標題文字 樣式*/

.large-list-big,
.large-list-big a {
    font-size: 18px;
    font-weight: bold;
    color: #00c695;
}

.large-list-big p {
    font-size: 12px;
    font-weight: 300;
    color: #a5a5a5;
}

.large-list-big li {
    font-size: 12px;
    font-weight: 300;
    list-style: disc;
    color: #a5a5a5;
}

.large-list-title {
    font-size: 14px;
    font-weight: bold;
    color: black;
    border-left: 5px solid #00c695;
    margin: 10px 0;
    padding-left: 5px;
    line-height: 14px;
}

@media (max-width:767px) {
    .large-list-big,
    .large-list-title {
        color: white;
    }
}


/*選單區全設定 END*/


/*首頁淡入淡出輪播*/

.carousel-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    padding: 30px;
    width: 80%;
    max-width: 750px;
}

.carousel-content h2 {
    margin: 10px auto;
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

@media (min-width:768px) and (max-width:991px) {
    .carousel-content h2 {
        font-size: 40px;
    }
}

@media (max-width:991px) {
    .carousel-content {
        padding: 15px 10px;
    }
}

.carousel-content h5 {
    margin: 10px auto 30px auto;
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.content-btn+.content-btn {
    border-left: 1px solid white;
}

.content-btn a {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    background: #00c695;
    transition: all 0.8s;
    border-radius: 20px;
    font-weight: bold;
}

.content-btn a:hover {
    color: black;
}

.content-btn+.content-btn a {
    background: #299dd4;
}

.content-btn p {
    padding: 10px;
    display: block;
    width: 100%;
    color: white;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-inner>.item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-inner>.item>div>img {
    display: block;
    max-width: 100%;
    height: auto;
}


/*首頁非淡入淡出輪播*/

#carousel-id-banner2 .carousel-control.right,
#carousel-id-banner2 .carousel-control.left {
    background: none;
}

#carousel-id-banner2 {
    padding: 60px 0;
}

#carousel-id-banner2 p {
    color: black;
}

#carousel-id-banner2 .img-responsive {
    max-width: 509px;
    width: 100%;
}

@media (max-width:767px) {
    #carousel-id-banner2 h5 {
        text-align: center;
    }
    #carousel-id-banner2 p {
        text-align: center;
    }
}


/*內容區*/


/*header-menu區*/

.margintop-85 {
    margin-top: 85px;
}

@media (max-width:767px) {
    .margintop-85 {
        margin-top: 50px;
    }
}

.head-menu {
    background: #e7e7e7;
    border-radius: 0px;
    font-family: 'Noto Sans TC', Microsoft JhengHei, '微軟正黑體', Helvetica, Arial, sans-serif;
}

.head-menu .breadcrumb,
.head-menu ul {
    background: #e7e7e7;
    padding: 15px;
    margin-bottom: 0px;
    list-style: none;
    overflow: hidden;
}

.head-menu .breadcrumb li {
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.head-menu .breadcrumb li a {
    color: black;
    transition: all 0.8s;
}

.head-menu ul li {
    display: block;
    float: left;
}

.head-menu ul li a {
    font-weight: 400;
    display: block;
    padding-right: 15px;
    transition: all 0.8s;
    color: #808080;
    font-size: 14px;
}

.head-menu .breadcrumb li a:hover,
.head-menu ul li a:hover,
.head-menu ul li a.active {
    color: #3cae87;
}


/*常見元件統一*/


/*每頁面大主標*/

.web-title {
    font-family: 'Noto Sans TC', "Microsoft JhengHei", '微軟正黑體', Helvetica, Arial, sans-serif;
    padding: 20px 0;
    margin: 0;
    font-size: 50px;
    color: black;
    font-weight: 400;
}


/*間距*/

.PADDING-TB-10PX {
    padding-top: 10px;
    padding-bottom: 10px;
}


/*表格標題*/

.table-title {
    color: black;
}

.table-title-big {
    color: black;
    font-size: 24px;
}


/*表格增加內容按鈕*/

.more-load {
    display: block;
    margin: 0 auto;
    background: none;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: black;
    font-size: 40px;
    transform: rotate(90deg);
    border: none;
}


/*tab按鈕*/

.page-tab-body {
    display: table;
    padding-top: 10px;
}

.page-tab {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #808080;
    background-color: white;
    text-align: center;
    width: 100%;
    border-radius: 30px;
    transition: all 0.8s;
    color: #808080;
    padding: 5px 10px;
}

@media (max-width:767px) {
    .page-tab {
        border-radius: 0px;
    }
}

.page-tab.active,
.page-tab:hover {
    background: #3cae87;
    border: 1px solid #3cae87;
    color: #fff;
}


/*內文標題文字顏色設定*/

.text-h3 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-h4 {
    font-size: 20px;
    font-weight: 400;
}

.gray-text {
    color: #333333;
}

.green-text {
    color: #3cae87;
}

.black-text {
    color: black;
}


/*項目清單設定*/

.list-text {
    margin: 20px 0;
    list-style-image: url(../img/list.gif);
}

.list-text li {
    color: #666;
    padding: 10px;
}


/*圓型項目清單*/

.list2-text {
    margin: 20px 0;
    list-style-image: url(../img/list2.gif);
}

.list2-text li {
    color: #666;
    padding: 10px;
}


/*內容區結束*/


/*首頁各別設定*/

.news-block {
    background: #efefef;
    padding: 80px 0;
}

.partner-block {
    background: black;
    padding: 80px 0;
    background-image: url(../img/index-partner-bg.jpg);
    background-size: cover;
    background-position: center right;
}

.partner-block h4.web-title {}

@media (max-width: 767px) {
    .partner-block h4.web-title {
        font-size: 30px;
    }
}


/*CASE跟NEWS*/


/*列表頁的樣式*/

.case-list {
    margin: 10px auto;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.8s;
}

.case-list:hover {
    background: #efefef;
}

.case-icon {
    background: #3cae87;
    padding: 5px;
    color: white;
    font-size: 16px;
    display: inline-block;
}

.case-icon-oringe {
    background: #e65a24;
}

.case-title {
    color: black;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
}

.case-date,
.case-name {
    color: #666;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.case-poster {
    color: #666;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.case-info {
    color: #4d4d4d;
    font-size: 17px;
    margin-top: 10px;
}

.case-list-text {}

.case-list-img {
    text-align: center;
}

.case-list-img img {
    max-height: 184px;
    margin: 0 auto;
}

@media (max-width:767px) {
    .case-list {
        padding: 20px 0px;
    }
    .case-icon,
    .case-title,
    .case-date,
    .case-name,
    .case-poster,
    .case-info {
        display: block;
        text-align: center;
    }
    .case-title {
        text-align: left;
    }
}


/*返回新聞列表按鈕*/

.back-list {
    border: 1px solid black;
    border-radius: 20px;
    padding: 15px 20px;
    text-align: center;
    color: black;
    transition: all 0.8s;
    margin: 20px auto;
    display: block;
    max-width: 150px;
}

.back-list:hover {
    border: 1px solid gray;
    background: gray;
    color: white;
}


/*新聞列表底部麵包屑*/

.new-pagination>li>a,
.new-pagination>li>span {
    border: none;
    color: black;
    font-size: 18px;
}

.new-pagination>.active>a,
.new-pagination>.active>span,
.new-pagination>.active>a:hover,
.new-pagination>.active>span:hover,
.new-pagination>.active>a:focus,
.new-pagination>.active>span:focus {
    background-color: transparent;
    border: none;
    color: #3cae87;
}


/*聯絡我們表單*/

.contact-form {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contact-form ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    color: #4d4d4d;
    font-size: 16px;
}

.contact-form iframe {
    width: 100%;
}

.contact-form button {
    background: #00c695;
    border-radius: 50px;
    float: right;
    border: none;
    width: 100%;
    max-width: 150px;
}

.contact-form table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    color: black;
}

.contact-form table label:before {
    display: inline-block;
    content: "*";
    color: red;
}

.contact-form table td {
    padding-bottom: 15px;
    vertical-align: middle;
}

.contact-form table td:first-child {
    width: 18%;
}

.contact-form table td:last-child {
    width: 82%;
}

@media (max-width:767px) {
    .contact-form table td:first-child {
        width: 25%;
    }
    .contact-form table td:last-child {
        width: 75%;
    }
}

.contact-form table input {
    width: 100%;
    border: 1px solid #c1c1c1;
    box-shadow: none;
    padding: 10px 5px;
    background: #f7f7f7;
}

.contact-form table textarea {
    width: 100%;
    border: 1px solid #c1c1c1;
    box-shadow: none;
    padding: 10px 5px;
    background: #f7f7f7;
    min-height: 150px;
}

.form-edit {
    padding: 30px 15px;
}

.form-edit ul {
    padding: 0;
    margin: 0;
}

.form-edit li {
    list-style: none;
}

.form-edit li:nth-child(2) {
    border-radius: 15px;
    padding: 10px;
    color: white;
    background: #00c695;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.form-edit li:nth-child(3) {
    color: #808080;
    font-size: 15px;
}


/*需求表單  --  包含Q & A的收合列設定*/


/*需求表單 收合特效 基本外觀樣式設定區*/

.new-panel.panel-group .panel {
    margin-bottom: 15px;
    ;
    border-radius: 0;
    border: none;
}

.new-panel .new-panelgray>.panel-heading,
.new-panel .panel-default>.panel-heading {
    background-color: rgb(60, 174, 135);
    border-radius: 30px;
    padding: 0;
    margin: 0;
}


/*包含Q & A的收合列設定*/

.new-panel .new-panelgray .panel-title a {
    color: black;
    display: block;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}


/*包含Q & A的收合列設定*/

.new-panel .new-panelgray>.panel-heading {
    background-color: #e7e7e7;
}

.new-panel .panel-title {
    margin: 0;
}

.new-panel .panel-title>a {
    color: white;
    display: block;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.new-panel .new-panelgray .panel-title>a span,
.new-panel .panel-title>a span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 40px;
}

.new-panel .new-panelgray .panel-title>a span {
    position: static;
    float: right;
    padding-top: 20px;
}


/*包含Q & A的收合列設定*/

@media (max-width:767px) {
    .new-panel .panel-title>a span {
        float: right;
        position: static;
        padding-top: 14px;
    }
}

.new-panel .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}


/*需求表單按鈕元件*/

.tag label {
    display: inline;
}

.regular-checkbox {
    display: none !important;
}

.regular-checkbox+label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.regular-checkbox+label:active,
.regular-checkbox:checked+label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked+label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.regular-checkbox:checked+label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

.big-checkbox+label {
    padding: 18px;
}

.big-checkbox:checked+label:after {
    font-size: 28px;
    left: 6px;
    line-height: 38px;
}

.tag {
    position: relative;
    display: inline-block;
}

.radio-1 {
    width: 193px;
}

.button-holder {
    float: left;
}


/* 需求表單 RADIO */

.regular-radio {
    display: none !important;
}

.regular-radio+label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

.regular-radio:checked+label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #99a1a7;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}

.regular-radio:checked+label {
    background-color: #e9ecee;
    color: #99a1a7;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba (0, 0, 0, 0.1);
}

.regular-radio+label:active,
.regular-radio:checked+label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.big-radio+label {
    padding: 16px;
}

.big-radio:checked+label:after {
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
}


/*需求表單統一設定 與 第0區*/

.form-0>div {
    padding-bottom: 15px;
}

.form-title {
    color: black;
    font-weight: 500;
    font-size: 17px;
}

.form-1,
.form-2,
.form-3,
.form-4 {
    padding: 0;
    border: none;
}

.form-1 td,
.form-2 td,
.form-3 td,
.form-4 td {
    padding: 10px;
}

@media (max-width:767px) {
    .form-1 td,
    .form-2 td,
    .form-3 td,
    .form-4 td {
        display: block;
        width: 100%;
    }
}

[class*="form-"] textarea,
[class*="form-"] input,
[class*="form-"] select {
    border-radius: 0;
    border: 1px solid #c1c1c1;
    box-shadow: none;
    padding: 10px;
    margin: 0;
    margin-left: 15px;
    background: #f7f7f7;
    display: inline-block;
}

@media (max-width:767px) {
    [class*="form-"] input,
    [class*="form-"] select {
        width: 100%;
        min-width: 200xp;
        margin: 0;
        margin-bottom: 10px;
    }
    [class*="form-"] textarea,
    [class*="form-"] input,
    [class*="form-"] select {
        display: block;
    }
    [class*="form-"] textarea {
        margin-left: 0;
    }
}

[class*="form-"] textarea {
    width: 100%;
    min-height: 150px;
}

[class*="form-"] select {
    padding: 0;
    height: 44px;
    padding-left: 10px;
}

[class*="form-"] select option {
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    background: white;
}


/*需求表單 第2區*/

.form-2 button {
    display: inline-block;
    margin-left: 10px;
}

.form-2 [type=file] {
    margin-bottom: 5px;
    max-width: 200px;
    width: 100%;
}

@media (max-width:767px) {
    .form-2 button,
    .form-2 [type=file] {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5px;
        max-width: none;
    }
}

.form-2 p {
    margin-left: 15px;
    color: black;
    font-size: 12px;
}


/*需求表單 第3區*/

.form-3 tr {
    border-bottom: 1px solid #ddd;
}

.form-3-graytext {
    color: #333333;
}


/*需求表單 第4區*/

.form-4 {
    border-bottom: 4px solid #c1c1c1;
    padding-bottom: 10PX;
}

.form-4 tr {
    border-bottom: 1px solid #ddd;
}

.form-4 .regular-radio+label {
    margin-bottom: 0;
    vertical-align: middle;
    top: -4px;
}

.form-4 [class*="form-"] textarea,
.form-4 [class*="form-"] input,
.form-4 [class*="form-"] select {
    margin-left: 0px;
}

.form-4-block div {
    margin-bottom: 15px;
}

.form-4-block .WIDTH-30 {
    width: 32.5%;
}

@media (min-width:767px) and (max-width:991px) {
    .form-4-block .WIDTH-30 {
        width: 48%;
    }
}

@media (max-width:767px) {
    .form-4-block .WIDTH-30 {
        width: 100%;
    }
}

button.submit {
    background: #3cae87;
    color: white;
    padding: 15px 40px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 30px;
    font-size: 18px;
    border: none;
}


/*footer*/

.new-footer {
    margin: 0 auto;
    padding: 60px 0 0 0;
    background: #1a1a1a;
}

.footer-0 {}

.footer-0 img {}

.footer-1 {
    padding: 0px;
}

.footer-1 a {
    color: white;
    font-size: 16px;
    transition: all 0.8s;
}

.footer-1 a:hover {
    color: #00c695;
}

.footer-1 .footer-title {
    color: #00c695;
    font-size: 22px;
    font-weight: bold;
}

.footer-2 {
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
}

.footer-3 {
    color: white;
    font-size: 14px;
    font-weight: normal;
    background: black;
    height: 100px;
    padding: 30px 0 20px 0;
}


/*modal彈跳視窗 基本樣式設定*/

.checkbox-word-btn button {
    border: 2px solid #00c695;
    border-radius: 10px;
    background: transparent;
    float: none;
    vertical-align: baseline;
    margin: 0 10px;
    width: auto;
    max-width: none;
    color: #00c695;
    transition: all 0.8s;
}

.checkbox-word-btn label+label {
    display: inline;
    font-weight: 400;
}

.checkbox-word-btn button:hover {
    color: white;
    background: #00c695;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.checkbox-word-btn2 button {
    border: 2px solid #FF7744;
    border-radius: 10px;
    background: transparent;
    float: none;
    vertical-align: baseline;
    margin: 0 10px;
    width: auto;
    max-width: none;
    color: #FF7744;
    transition: all 0.8s;
}

.checkbox-word-btn2 label+label {
    display: inline;
    font-weight: 400;
}

.checkbox-word-btn2 button:hover {
    color: white;
    background: #FF7744;
}

.landscape {
    width: 10vw;
    height: 10vw;
    background-color: #eee;
    border-radius: 50%;
    /* background-image: url("data:image/png;base64,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"); */
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.landscape2 {
    width: 10vw;
    height: 10vw;
    background-color: #eee;
    /* border-radius: 50%; */
    /* background-image: url("data:image/png;base64,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"); */
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: 50% 0;
}


/*讓彈窗垂直置中*/

.modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}


/*讓彈窗垂直置中*/

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-dialog2 {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/*讓彈窗垂直置中*/

.modal-backdrop {
    background: transparent;
}


/*控制彈窗背景顏色*/

.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}


/*彈窗出現時FIX的NAV出現的BUG，FIX的NAV會padding-right:17px，先用OVER-X解橫軸，Y軸再強制給捲軸*/

.modal-dialog {
    width: 650px;
    margin: 30px auto;
}

.modal-dialog2 {
    width: 685px;
    margin: 30px auto;
}

.new-modal-content {
    border: none;
    border-radius: 0px;
    outline: 0;
    box-shadow: none;
    background: #E2F0EF;
    height: auto;
    padding: 30px 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}


/*彈窗主體 樣式設定*/

.new-modal-header {
    padding: 0px;
    border-bottom: 1px solid #c1c1c1;
    position: relative;
    height: auto;
}


/*彈窗開頭 樣式設定*/

.new-modal-header .close {
    opacity: 1;
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    right: -10px;
    top: -15px;
    cursor: pointer;
    z-index: 10;
}


/*彈窗關閉鈕 主體區塊設定*/

.new-modal-header .close::before,
.new-modal-header .close::after {
    width: 40px;
    height: 3px;
    border-radius: 5px;
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    top: 50%;
    left: 50%;
    background: black;
    display: block;
    position: absolute;
}


/*彈窗的XX設定*/

.new-modal-header .close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


/*彈窗的XX設定*/

.new-modal-header .close:hover,
.new-modal-header .close:focus {
    color: #333;
    text-decoration: none;
    opacity: 1;
}


/*彈窗的XX樣式設定*/

@media screen and (max-width: 767px) {
    .modal-dialog {
        width: 80%;
        margin: 15px auto;
    }
    .modal-dialog2 {
        width: 80%;
        margin: 15px auto;
    }
    .new-modal-content {
        height: auto;
        padding: 20px;
    }
    /*彈窗主體 樣式設定*/
    .new-modal-header {
        height: auto;
    }
    /*彈窗開頭 樣式設定*/
    .new-modal-header .close {
        width: 30px;
        height: 30px;
    }
    /*彈窗關閉鈕 主體區塊設定*/
    .new-modal-header .close::before,
    .new-modal-header .close::after {
        width: 25px;
        height: 3px;
    }
    /*彈窗的XX設定*/
}


/*modal彈跳視窗 內容樣式設定*/

.modal-info-date {
    font-size: 20px;
    color: black;
}

.modal-info-title h2 {
    font-size: 35px;
    color: black;
    margin: 15px 0 30px;
}

.modal-info-main {
    font-size: 18px;
    margin-top: 5px;
    word-break: break-all;
    height: auto;
}

.modal-info-main h4 {
    color: #00c695;
}

.modal-info-main h5 {
    font-weight: 400;
}

.modal-info-main p {
    line-height: 28px;
    margin-bottom: 25px;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .modal-info-date {
        font-size: 15px;
        color: black;
    }
    .modal-info-title h2 {
        font-size: 20px;
        color: black;
        margin: 15px 0 15px;
    }
    .modal-info-main {
        font-size: 15px;
        margin-top: 20px;
        height: auto;
    }
    .modal-info-main p {
        line-height: 25px;
        margin-bottom: 20px;
        text-align: justify;
    }
}

/******20220520新增***************/
/*總成果*/
.achievement{
    border-bottom: 2px solid #333;
    padding-bottom: 20px;
}
.achievement .text h2{
    color: #333;
    font-weight: 600;
}
.achievement .text h4{
    font-weight: 300;
    font-size: 1rem;
}
.achievement .text{
    text-align: center;
    background-color: #e7e7e7;
    color: #666;
    border: 2px solid #fff;
    border: 4px solid #fff;
    padding: 10px 0;
    /* background: -webkit-linear-gradient(top, #e6eaf0, #e6eaf0); */
}
.achievement .text span{
    font-size: 1.1rem;
    margin-left: 5px;
}

.achievement .text-img{
    border: 1px solid #e7e7e7;
    margin-top: 25px;
    width: 100%;
}
.img-mo{
    display: none;
}
.achievement-item{
    width: 100%;
    margin: 50px 0  10px 0;
}
.achievement-item .box{
    text-align: center;
    /* border: 1px solid #ccc; */
    border-radius: 3.5rem;
    padding: 30px 20px 0;
    min-height: 205px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: -webkit-linear-gradient(left top, #87a6be, #a6dccb);
    margin: 10px;
}
.achievement-item .box p{
    margin: 5px 0 10px 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}
.achievement-item .box img{
    max-width: 80px;
    background-color: #fff;
    border-radius: 100%;
    padding: 5px;
    
}
.achievement-item .box .p-largr{
    font-size: 1.3rem;
    margin:10px 0 0 0;
    color: #fff;
    font-weight: 500;
}
.arrow-img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
    width: 30px;
    z-index: 5;
}
.achievement-item .box p.p-three{
    margin-top: 20px;
}
@media screen and (max-width: 991px) {

    .achievement .text h2{
        font-size: 1.2rem
    }
    .achievement .text h4{
        font-size: 1rem
    }

    .img-pc{
        display: none;
    }
    .img-mo{
        display: inline-block;
    }
    .arrow-img{
        position: absolute;
        top: initial;
        right: 0;
        left: 0;
        bottom: -40px;
    }
    .achievement-item .box{
        margin-bottom: 50px;
    }
}


/*智慧休憩*/
.web-title-small{
    font-size: 1rem;
    margin-left: 10px;
    display: inline-block;
}
.ser3-1-1{
    width: 100%;
}
.ser3{
    width: 100%;
}
.wisdom-hr{
    margin-top: 30px;
}
.star{
    position: absolute;
    left: 20px;
    top: 40px;
    width: 28px;
}
@media screen and (max-width: 991px) {

.wisdom-table td{
    width: 100%!important;
    display: block;
}

}