﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

@charset "utf-8";
/* CSS Document */
:root {
    --font-color: #333;
    --main-color: #52CED5;
    --second-color: #46B1B7;
}
body {
    font-size: 1rem;
    color: var(--font-color);
    /*font-family: "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;*/
    background: url(../images/all/city_bg.jpg) 0 0 repeat !important;
    font-family: 'Noto Sans TC', sans-serif;
}
.text-indent-hide{
	text-indent: -9999;
	}

a.intro_box {
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0;
    background-color: #fff;
    padding: 0 0.4em;
    z-index: 9999;
    border:1px solid #000;
}

    a.intro_box:focus {
        opacity: 1;
    }
p {
    line-height: 50px;
    margin-bottom: 30px;
}

.wrapfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
body  .page-link:focus {
    box-shadow: unset;
}
.tab-content > .tab-pane:not(.active), .pill-content > .pill-pane:not(.active) {
    display: none;
}
*:focus,
.carousel:focus-within * {
   /*outline: 3px dashed #1a8e95 !important;*/
}

a,
.page-link {
    color: #666;
    text-decoration: none;
}
    a:focus,
    a:hover,
    .page-link:hover {
        color: #13858f;
    }

.btn-primary {
    background: #2a8e3a;
    color: #fff;
    text-align: center;
    border: none;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background: #1a8e95;
    }

.btn-default {
    border: 1px solid #DFDFDF;
    color: #888;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #36B9C0;
    color: #fff;
}

.list-inline > li {
    display: inline-block;
}

.radio-inline + .radio-inline {
    margin-left: 1em;
}

.radio-inline > input {
    display: inline-block;
    margin-right: .4em;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    padding: 0;
    min-width: 220px;
    border: 1px solid #000;
}
.navbar-expand-md .navbar-nav .dropdown-menu    li a{
    padding: 8px  10px;

}
/** loading **/
.loadingbar {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.loadingbar div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #52ced5;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #52ced5 transparent transparent transparent;
}
.loadingbar div:nth-child(1) {
  animation-delay: -0.45s;
}
.loadingbar div:nth-child(2) {
  animation-delay: -0.3s;
}
.loadingbar div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    background-color: #1a8e95;
}

/* 防止float溢出 */
.content .txt:after,
.content .list-box .txt-list li:after,
body.news .content > .h3:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#floating .btn-floating {
    background-color: #52CED5;
    display: block;
    width: 28px;
    height: 58px;
    position: absolute;
    left: -30px;
    margin: 1px;
    padding: 10px 3px;
    display: none;
}

#floating .btn-floating .icon-arrow {
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
    width: 32px;
    height: 40px;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
}

#floating ul li {
    padding: 5px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 60px;
    font-size: 0.625rem;
    color: #bbb;
    text-align: center;
    display: block;
    position: relative;
}

#floating ul li a:hover {
    color: var(--font-color);
}

#floating ul li a .icon {
    font-size: 1.875rem;
    display: block;
    margin: 0 auto 2px;
}

#floating ul li a:hover .icon {
    color: #36B9C0;
}

#floating ul li a .num {
    min-width: 16px;
    height: 16px;
    background-color: #EB0F0F;
    font-size: 0.75rem;
    color: #fff;
    display: block;
    border-radius: 16px;
    line-height: 16px;
    position: absolute;
    right: 8px;
    top: 0;
}

#floating ul li a .txt-en {
    display: none;
}

.jcarousel-wrapper {
    position: relative;
}

body:not(.album) .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.jcarousel li a {
    display: block;
}

.img-fluid, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: auto;
}

.pic a {
    display: block;
}



/********************* Header *********************/

.header .navbar .sub-nav {
    order: 1;
}

.navbar .search-wrap {
    order: 1;
}
.navbar-expand-md .navbar-collapse {
    flex-wrap: wrap;
    flex: 1;
}
.navbar .search-wrap input:focus {
    border: 2px solid #000;
}
.navbar .search-wrap input {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 7px 17px;
    width: 200px;
}
.navbar .search-wrap .fa-search:focus,
.navbar .search-wrap .fa-search:hover {
    opacity:0.7;
}
.navbar .search-wrap .fa-search.fa-search_2 {
    display: none;
}
.navbar .search-wrap .fa-search {
    background: url(../images/all/search.svg)no-repeat;
    position: absolute;
    width: 15px;
    height: 16px;
    right: 14px;
    top: 13px;
}
.navbar .search-wrap {
    position: relative;
    margin-right: 15px;
}
.navbar-expand-md .navbar-nav {
    order: 2;
    margin-top:10px;
	    width: 100%;
    justify-content: flex-end;
}
.eZShareBar{
    margin-bottom:10px;
}
.le_notes,
.editor {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #030000;
    padding: 2%;
}
.main_top .breadcrumb > li .txt-en {
    display: none;
}
.main_top .breadcrumb > li + li:before {
    content: "/";
}
.main_top .breadcrumb {
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 0;
}
.main_top .h2   .txt-en{
    display:none;
}

.main_top .ers_blf:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/fly_wsdd.png)no-repeat;
    width: 293px;
    height: 177px;
    right: 0;
    bottom: -80px;
    animation: csszoomIn 1s ease-in-out infinite;
}
.main_top .ers_blf {
    background-color: #fff;
    position: relative;
    margin-bottom: 3%;
    padding: 15px 0;
    margin-top: 137px
}
.main_top .h1,
.main_top .h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0;
    display: table;
    margin: 0 auto;
    color: #000;
}
.header {
    z-index: 30;
}
.navbar .navbar-brand:focus,
.navbar .navbar-brand:hover {
    opacity: 0.5;
    
}
.navbar .navbar-brand {
    background: url(../images/all/logo.png) no-repeat;
    display: block;
    height: 93px;
    padding: 0;
    text-indent: -9999px;
    width: 216px;
    margin: 12px 0 12px;
}

.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .icon-bar {
    display: block;
    background-color: #888;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.header .navbar .navbar-nav .nav-link {
    color: #fff;
    padding-top: 0px;
    transition: 0.3s all ease;
    padding: .4em 1em;
}

    .header .navbar .navbar-nav .nav-link:hover,
    .header .navbar .navbar-nav .nav-link:focus {
        color: #ffeb00;
        outline: unset !important;

    }




.header .navbar .sub-nav li {
    padding: 0;
}
    .header .navbar .sub-nav li a:hover,
    .header .navbar .sub-nav li a:focus {
        background-color: #1a8e95;
    }
    .header .navbar .sub-nav li a {
        background-color: #305097;
        border: 1px solid #000;
        background-position: center center;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        border-radius: 50%;
    }


    .header .navbar .sub-nav li.icon_f a {
        background-image: url(../images/all/icon_f.png);
        background-size: 50%;
    }
    .header .navbar .sub-nav li.icon_i a {
        background-image: url(../images/all/icon_i.png);
        background-size: 50%;
    }
    .header .navbar .sub-nav li.icon_t a {
        background-image: url(../images/all/icon_t.png);
        background-size: 50%;
    }
    .header .navbar .sub-nav li.icon_y a {
        background-image: url(../images/all/icon_y.png);
        background-size: 50%;
    }
    .header .navbar .sub-nav li.icon_p a {
        background-image: url(../images/all/icon_p.png);
        background-size: 50%;
    }
    .header .navbar .sub-nav li.icon_l a {
        background-image: url(../images/all/icon_l.png);
        background-size: 50%;
    }



.header .navbar .sub-nav li.b1 {
    display: none;
}

.header .navbar .sub-nav li.b2 a {
    background-position: 0 0;
}


.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
    margin-right: 10px;
    /*position: absolute;
    right: 54px;
    top: 20px;*/
}

.header .navbar .lang .dropdown-menu {
    background: #52CED5;
    color: #fff;
    border: none;
    min-width: 110px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
   
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}
.header .nav_btn_group .lang{

	}
.header .nav_btn_group {
    position: relative;
    display: flex;
    align-items: center;
    order: 1;
	 display: none;
   
}

.header .navbar .lang, .header .navbar .sub-nav {
    display: inline-block;
    margin-bottom: 0;
}

.header .navbar {
    padding: 0;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    background: url(../images/all/city_bg.jpg) 0 0 repeat !important;
}
/*----------------------- Banner -----------------------*/
.banner button  img.bane_sd{
    display:none;
}
.carousel-indicators button:focus,
.carousel-indicators .active {
    opacity: 1;
    background-color: #1a8e95;
    border: none;
}
.carousel-indicators button:focus-visible,
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    opacity: 1;
    border-radius: 50%;
    border: none;
    margin-right: 6px;
    margin-left: 6px;
}
.banner .carousel-control-next,
.banner .carousel-control-prev {
    display: none;
}
body.home .banner .carousel-control-next,
body.home   .banner .carousel-control-prev {
    display: block;
}
body.home .banner .banner_bg2 {
    background: url(../images/all/banner_bg2.svg)no-repeat;
    width: 235px;
    height: 78px;
    right: -90px;
    bottom: -30px;
    position: absolute;
}

@keyframes csszoomIn {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.02);
        transform: scale(1.02);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
body.home    .banner .banner_bg1 {
    background: url(../images/all/banner_bg1.png)no-repeat;
    width: 287px;
    height: 358px;
    animation: csszoomIn 1s ease-in-out infinite;
}

body.home .banner .bnar_left {
    position: absolute;
    left: 3%;
    top: 135px;
    z-index: 10;
}
body.home .banner .banner_map2 {
    background: url(../images/all/banner_bg_right1.svg)no-repeat;
    width: 235px;
    height: 78px;
    right: 30%;
    top: 7%;
    position: absolute;
}
body.home   .banner .banner_map {
    background: url(../images/all/banner_map.png)no-repeat;
    width: 587px;
    height: 746px;
}
body.home .banner .bnar_rightt {
    position: absolute;
    right: 0;
    top: 14%;
    z-index: 10;
}

body.home .banner {
    position: relative;
    background: url(../images/all/banner_bg.jpg)no-repeat center bottom;
    padding-bottom: 7%;
    padding-top: 137px;
    background-size: cover;
}
    body.home   .banner .carousel-control-next {
        justify-content: flex-end;
        right: -70px;
    }
body.home   .banner .carousel-control-prev {
    justify-content: flex-start;
    left: -70px;
}
body.home   banner .carousel-control-next:focus,
body.home .banner .carousel-control-prev:focus,
body.home .banner .carousel-control-next:hover,
body.home .banner .carousel-control-prev:hover {
    opacity: 0.5;
}
    body.home .banner .carousel-control-next,
    body.home .banner .carousel-control-prev {
        opacity: 1;
        z-index: 100;
    }
body.home   .banner .carousel-control-next-icon {
    background: url(../images/all/arrow_right.svg)no-repeat #fff center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #000;
}
body.home   .banner .carousel-control-prev-icon {
    background: url(../images/all/arrow_left.svg)no-repeat #fff center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #000;
}
.banner .loadingbar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
body.VIDEOLOADED .banner .loadingbar{
    display:none;
}

body.home  .banner .container .carousel-inner {
    border: 5px solid #fff;
    border-radius: 20px;
}
.banner .container {
    padding: 0;
    width: 50%;
    position: relative;
}

.banner .video_banner {
    width: 100%;
}

.banner .video_sec{
	width:100%;
}

.banner .slick-prev:before, .banner .slick-next:before {
    color: var(--main-color);
}

body.full .banner .container {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.header_ex {

}

/*----------------------------------------- 搜尋結果頁 search --------------------------------------*/
.search .search-btn .fkg_sdd a:hover,
.search .search-btn .fkg_sdd a:focus {
    background-color: #1f9989;
}

  
.search .search-btn a.fa-search {
    background: url(../images/all/search2.svg)no-repeat left center #f5d822;
    display: block;
   color: #000;
    padding-left: 32px;
    display: flex;
    align-items: center;
    height: 100%;
    background-position-x: 11px;
}
.search .search-btn .fkg_sdd  {
    width: 80px;
    margin-left: 10px;

}

.search .search-btn input {
    width: 30%;
    padding-left:5px;
    height:45px;
}

.search .searchintro{
    padding:10px 0 30px;
}
.search .searchintro span {
    color: #f5d822;
}
.search .search-btn {
    display: flex;
}
/********************* 節電效益計算器 estimate *********************/
.estimate     .table.calculator tr.item__wrapper.active {
    background: rgba(0,0,0,.05);
}
.estimate input{
    height:40px;
}
.estimate input:focus {
    border: 2px solid #000;
}
.estimate .estimate_box {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #030000;
    padding: 2%;
}
.estimate .table.calculator tbody {
    border-bottom: solid 1px #000;
}
.estimate table td.result.result2 {
    color: #a82224;
}
.estimate table td.result {
    color: #1a8e95;
}

.estimate table td.total {
    font-size: 1.25rem;
    padding: 20px 10px;
}
.estimate table td {
    color: #000;
    padding: 20px 10px;
    vertical-align: middle;
}
    .estimate table td.item-title {
        font-size: 1.5rem;
        color: #1a8e95;
        padding: 20px 10px 0;
    }
.estimate table th {
    background-color: #1a8e95;
    border: 1px solid #000;
    color:#fff;
}
/********************* 用電資訊 link *********************/
.electricity .tableau-button {
    margin-top: 38px;
}
.electricity .tableau-button a:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/video/arrow.svg) no-repeat;
    width: 18px;
    height: 18px;
    right: 15px;
    top: 14px;
    background-size: cover;
}
.electricity .tableau-button a:focus,
.electricity .tableau-button a:hover {
    background-color: #ffeb00;
}
.electricity .esit_bg {
    position: absolute;
    right: 0;
    bottom: 120px;
}
.electricity .tableau-button a {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 40px;
    position: relative;
    padding: 10px 40px 10px 20px;
    margin-right: 10px;
}
.electricity a.tdl_linka:focus,
.electricity a.tdl_linka:hover {
    background-color: #f5d822;
    color: #000;
}
.electricity a.tdl_linka2:focus,
.electricity a.tdl_linka2:hover {
    color: #fff;
}
#electricity_5 a {
    color: #ffeb00;
    font-size: 1.5rem;
    margin-top: 1%;
    display: block;
    padding: 0;
    background: none;
    border-radius: initial;
}
    .electricity a.tdl_linka {
    padding: 10px 40px;
    background-color: #2a8e3a;
    color: #fff;
    border-radius: 27px;
    font-size: 1rem;
    margin: 0 auto;
    display: table;
}
.electricity span.dkf_sf {
    padding-top: 20px;
    display: block;
    color: #fff;
    font-size: 1rem;

}
.electricity .tableau-chart__wrapper {
    margin-top: 50px;
    margin-bottom: 100px;
}
/********************* 節電好夥伴 link *********************/
.link .map54d_0 h4 {
    position: relative;
    padding-left: 64px;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
    position:relative;
}
    .link .map54d_0 h4:before {
        content: " ";
        display: block;
        position: absolute;
        width: 71px;
        height: 76px;
        background-size: cover;
        background: url(../images/link/map01.png)no-repeat;
        left: -14px;
        top: -23px;
    }

.link .map54d_2 h4:before {
    background: url(../images/link/map02.png)no-repeat;
    width: 71px;
    height: 76px;
    background-size: cover;
    left:0;
}
.link .map54d_3 h4:before {
    background: url(../images/link/map03.png)no-repeat;
    width: 71px;
    height: 76px;
    background-size: cover;
    left: 0;
}
.link .map54d_4 h4:before {
    background: url(../images/link/map04.png)no-repeat;
    width: 71px;
    height: 76px;
     left: 0;
}

.link .map54d_5 h4:before {
    background: url(../images/link/map05.png)no-repeat;
    background: url(../images/link/map05.png)no-repeat;
    width: 71px;
    height: 76px;
    background-size: cover;
    left: 0;
}
.link .map54d_6 h4:before {
    background: url(../images/link/map06.png)no-repeat;
    background: url(../images/link/map06.png)no-repeat;
    width: 71px;
    height: 76px;
    background-size: cover;
    left: 0;
}

.link .clear_col .item .h4 {
    text-align: center;
}


/********************* 彈跳 *********************/
body  .main {
    z-index: unset;
}



.modal-header .btn-close {
    border-radius: 50%;
    position: absolute;
    background-color: #2a8e3a;
    border: 1px solid #000;
    color: #fff;
    padding: 0;
    display: table;
    font-size: 20px;
    right: -16px;
    top: -14px;
    margin: 0;
    width: 40px;
    height: 40px;
    padding-top: 0;
    font-weight: bold;
    opacity: 1;
    background-image: url(../images/stronghold/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
}

.modal-header h4 span {
    display: block;
    font-size:2rem;
    font-weight: bold;
    padding-bottom:5px;

}
.modal-header {
    padding: 0 0 10px;
    margin-bottom: 10px
}

    .modal-header h4 {
        color: #000;
        text-align: center;
        width: 100%;
        padding-top: 5%;
    }

.modal-body .hie_sd {
    height: 500px;
    overflow: auto;
}
.modal-body {
    text-align: center;
}
.modal-dialog {
    max-width: 50%;
    margin:0 auto;
}
.modal-content {
    border: 5px solid #1a8e95;
    border-radius: 20px;
}
.stron_map .das_sffg a.ma_wd span.dc_ca{
    font-size:1.5rem;
    color:#000;
}
.stron_map .das_sffg a.ma_wd:focus,
.stron_map .das_sffg a.ma_wd:hover,
.stron_map .das_sffg a.ma_wd.active {
    background: url(../images/stronghold/dk_cl02.png)no-repeat center;
    background-size: 100%;
}
.stron_map .das_sffg a.ma_wd {
    position: relative;
    width: 16%;
    background: url(../images/stronghold/dk_cl01.png)no-repeat center;
    background-size: 100%;
    text-align: center;
    padding: 18px 0;
}
.stron_down .d-flex {
    align-items:center;
}

.stron_down a:focus,
.stron_down a:hover   {
    color: #ffeb00;
}
.stron_down a {
    margin-bottom: 5%;
    display: block;
    color: #fff;
    border-bottom: 1px dashed #ffffff96;
    padding-bottom: 27px
}
    .stron_down a .tit p {
        margin-bottom: 0;
        color: #fdfdfdcc;
    }
    .stron_down a:focus .tit:before,
    .stron_down a:hover .tit:before {
        top: 55%;
    }
    .stron_down a .tit:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/stronghold/dow.svg)no-repeat;
        width: 36px;
        height: 43px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.5s;
    }

    .stron_down a .tit {
        position: relative;
        width: 80%;
        padding-left: 10px;
    }
    .stron_down a .pic img {
        width: 109px;
        height: 109px;
        border: 1px solid #000;
        border-radius: 50%;
    }
    .stron_down a .pic {
        width: 20%;
       
    }


/********************* 主題行程規劃 stronghold *********************/
.stronghold  .map-w50{
    width:50%;
}
.stronghold.show .stron_planning .eui_wr24:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.stronghold.show .stron_planning .eui_wr24 {
    border-bottom: 1px dashed #888;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.stronghold.show .stron_planning h4.ti_h4e {
    display: flex;
    align-items: center;
}
    .stronghold.show .stron_planning h4.ti_h4e .cood_we:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/stronghold/cood.svg)no-repeat;
        width: 15px;
        height: 26px;
        background-size: cover;
        left: 0;
        top: 0;
    }
    .stronghold.show .stron_planning h4.ti_h4e .cood_we:hover {
        color: #000;
        background-color: unset;
    }
    .stronghold.show .stron_planning h4.ti_h4e .cood_we {
        display: block;
        margin-left: 8px;
        position: relative;
        font-size: 18px;
        padding-left: 20px;
        color: #1a8e95;
    }
    .stronghold.show .stron_planning h4.ti_h4e span {
        padding-left: 10px;
    }
    .stronghold.show .stron_planning h4.ti_h4e label {
        width: 40px;
        height: 40px;
        background-color: #1a8e95;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius:50%;
        border:1px solid #000;
        font-family:"arial";
    }

.stronghold.show .stron_planning h3.plda01 {
    position: relative;
    padding-left: 9%;
    border-bottom: 1px dashed #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #1a8e95;
    padding-top: 20px;
    color: #fff;
    font-size: 1.5rem;
}
    .stronghold.show .stron_planning h3.plda01:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/stronghold/plda01.png)no-repeat;
        width: 103px;
        height: 119px;
        left: 0;
        top: -42px;
        background-size: cover;
    }
.stronghold.show .stron_planning .h1.h1 {
    font-size: 1.6rem;
    padding-bottom: 15px;
    text-align: center;
    color: #000;
}
.stronghold.show .stron_planning .pic {
    width: 30%;
}
.stronghold.show .stron_planning .tit {
    width: 70%;
    padding-left:5%;
}
.stronghold .stron_journey select:focus {
    border: 2px solid #000;
}
.stronghold .stron_journey select {
    width: 50%;
    margin: 0 auto;
    height: 45px;
}
.stronghold .stron_journey a {
    margin-bottom: 12%;
    display: block;

}
.stronghold .stron_journey a h4 {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    padding-top: 20px;
}

.stronghold .stron_journey a .pic img {
    width: 200px;
    height: 200px;
    border: 1px solid #000;
    border-radius: 50%;
}
img {
    transition: 0.5s;
}
a:focus .pic img,
a:hover .pic img {
    opacity: 0.7;
}
.stronghold .stron_journey a:focus h4,
.stronghold .stron_journey a:hover h4 {
    color: #ffeb00;
}
/********************* 節能尋寶圖 stronghold *********************/
.stron_map .das_sffg a.ma_bat.ma_bat2:before {
    background: url(../images/stronghold/dk_cl02.png)no-repeat;
}
.stron_map .das_sffg a.ma_bat:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/stronghold/dk_cl01.png)no-repeat;
    width: 391px;
    height: 147px;
    left: 0;
    right: 0;
    top: -37px;
   
}
.stron_map .das_sffg a.ma_bat.ma_bat2 .dm_dlwd25 .dc_ca:before {
    background: url(../images/stronghold/dk_cl02_2.png)no-repeat;
}
.stron_map .das_sffg a.ma_bat .dm_dlwd25 .dc_ca:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/stronghold/dk_cl01_2.png)no-repeat;
    width: 75px;
    height: 111px;
    left: 0;
    top: -59px;
}
.stron_map .das_sffg a.ma_bat .dm_dlwd25 {
    position: relative;
    z-index: 10;
    color: #000;
}
.stron_map .das_sffg a.ma_bat:focus,
.stron_map .das_sffg a.ma_bat:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.stron_map .das_sffg a.ma_bat {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.5rem;
    width: 30%;
    transition: 0.5s;
}
    .stron_map .das_sffg a.ma_bat .dc_ca {
        display: table;
        margin: 0 auto;
        font-weight: bold;
        position: relative;
        padding: 0 19%;
        font-size: 2rem;
    }
.stron_map .das_sffg {
    display: flex;
    margin-top:5%;
}
.stron_map .balloon {
    position: absolute;
    right: 2%;
    top: -9%;
}
.stron_map {
    position: relative;
}
.stron_map2 {
    margin-top: 227px;
}
.stronghold .stron_box select {
    width: 50%;
    margin: 0 auto;
}
/********************* 縣市節電計畫 download *********************/
.download.show .h3 {
    margin-bottom: 5%;
}
.download.show .h3 a.more_s:focus,
.download.show .h3 a.more_s:hover {
    background-color: #ffeb00;
    color: #000;
}
    .download.show .h3 a.more_s {
        color: #fff;
        font-size: 1rem;
        border: 1px solid #fff;
        padding: 4px 11px;
        border-radius: 4px;
        margin-left: 10px;
        transform: translateY(-5px);
        display: inline-block;
    }
.download p {
    color: #fff;
}
.download a.nvls_wd:focus,
.download a.nvls_wd:hover {
    background-color: #ffeb00;
    color: #000;
}
.download a.nvls_wd {
    color: #fff;
    font-size: 1.5rem;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 6px 12px;
}
.download .dowl_smdi .neod52_wr p span.tria {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7px;
    border-color: transparent transparent transparent #a82224;
    display: inline-block;
    margin-left: 8px;
    transform: translateY(-2px);
}
.download .dowl_smdi .neod52_wr p {
    background-color: #fff;
    border-radius: 27px;
    color: #000;
    margin-bottom: 0;
    display: table;
    margin: 20px  auto 0;
    padding: 3px 30px;
    border: 1px solid #000;
    font-weight:bold;

}
.download .dowl_smdi .neod52_wr a:focus p,
.download .dowl_smdi .neod52_wr a:hover p{
    background-color:#ffeb00;
  
}
.download .dowl_smdi .neod52_wr {
    flex: 1;
}
.download .dowl_smdi {
    display: flex;
    padding:5% 0;
}
.download  .clear_col .item .h4 {
    text-align: center;
}
.download   .clear_col .item .info  .img_sou{
	text-align:center;
	    padding-top: 5px;
	}
.download   .clear_col .item .info {
       min-height: 83px;
}

.download .wk54d_s  a:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/download/dow.svg)no-repeat;
    width: 17px;
    height: 13px;
    left: 0;
    top: 9px;
}
.download .wk54d_s a:focus,
.download .wk54d_s a:hover {
    color: #1a8e95;
}
.download .wk54d_s a {
    display: block;
    padding: 5px 0 5px 24px;
    position: relative;
    color: #000;
}
.download .wk54d_s h4{
    font-weight:bold;
    color:#1a8e95;
    padding-top:10px;
}
.download .wk54d_s {
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px 4%;
    border-radius: 5px;
    height: 100%;
}
.download .dof_mid .dof_right {
    width: 40%;
}
.download .dof_mid .dof_lerf{
    width:60%;
}
.download .dof_mid {
    display: flex;
}

/********************* 網站導覽 about *********************/
.adl_csas ul {
    line-height: 40px;
}
    .adl_csas ul li{
        position:relative;
    }
        .adl_csas ul li ul li {
            color: #1a8e95;
        }
       
    .adl_csas ul li ul {
        padding-left: 14px;
    }



.adl_csas h3.h3er {
    font-size: 1.25rem;
    font-weight: bold;
}

/********************* 訊息 news *********************/
.news p.p_dgf {
 margin-bottom: 0;
    font-size: 1.25rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    line-height: unset;
    height: 58px;
	
}
.eZShareBar{
    display:none;
}
.news .news_sd45 .btn-box2 .pagination li > .page-link {
    padding: 5px 26px;
}
.news .news_sd45  .pagination{
    padding-top:30px;
}
.news .news_sd45 select:focus,
.news .news_sd45 input:focus {
    border: 3px solid #2a8e3a;
    background-color: unset;
    box-shadow: unset;
}
.news .news_sd45 .nsd_df label.tit_er {
    font-weight: bold;
    color: #000;
    padding-bottom: 5px;
}

.news .news_sd45 .nsd_df {
    width: 48%;
    margin: 0 0.5rem 20px;
}
.news .news_sd45 {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #030000;
    padding: 3%;
}
.content .btn-box2 .pagination li > .page-link:focus,
.content .btn-box2 .pagination li > .page-link:hover {
    background-color: #f5d822;
    color: #000;
}
.content .btn-box.btn-box2 {
    margin-top: 30px;
    border-top: none;
}
.content .btn-box2 .pagination li > .page-link {
    padding: 10px 40px;
    background-color: #2a8e3a;
    color: #fff;
    border-radius: 27px !important;
    font-size: 1rem;
}
.news.show .h1 small {
    display: block;
    font-size: 1rem;
    padding: 15px 0;
    color: #a82223;
}
.video.show .h1,
.news.show .h1 {
    font-size: 2rem;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.clear_col .item   a:hover .desc {
    color: #000;
}
.clear_col .item .desc {
    color: #4a4a4a;
    padding-top: 10px;
  	 overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.clear_col .item .pic img{
    width:100%;
}
.clear_col .item .pic {
    position: relative;
}
.clear_col .item .date {
    position: absolute;
    left: 14px;
    top: 12px;
    display: table;
    background-color: #a82224;
    padding: 3px 8px;
    font-size: 1rem;
    color: #fff;
    border: 1px solid #000;
    z-index: 10;
}
.clear_col .item   .info {
    padding: 20px;
    min-height: 122px;
}
.clear_col .item  .h4 {
    color: #000000;
    font-size: 1rem;
    margin-bottom: 0;
	 	 overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.clear_col    .item:hover h4,
.clear_col   .item:focus h4 {
    color: #1a8e95;
}
.clear_col   .item:focus {
    outline: unset !important;
    border: 1px solid #000;
}
.clear_col .item {
    background-color: #fff;
    margin-bottom: 12%;
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden;
	
}

/********************* Footer *********************/
.footer  .md-ldk{
    display:none;
}
.footer .sitemap ul li a:focus img,
.footer .sitemap ul li a:hover img {
    opacity: 0.6;
}
.footer .sitemap ul li a:focus,
.footer .sitemap ul li a:hover {
    color: #ffeb00;
}
.footer .sitemap ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
    .footer .sitemap ul li{
        padding-right:10px;
    }

    .footer .sitemap ul li a {
        color: #fff;
        font-size: 1rem;
    }
.footer .copt_top .derf_s {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.footer .copt_top {
    /*border-top: 1px solid #ffffff96;
    padding-top: 30px;
    margin-top: 2%;*/
}
.footer .copyright {
    color: #fff;
}
.footer .powered {
    display: none;
}
.foooter_mid .footer_logo {
    width: 40%;
}
.foooter_mid .footer_simp {
    display: flex;
    width: 60%;
    justify-content: space-between;
}
.foooter_mid .footer_simp ul {
    color: #fff;
    flex-direction: column;
    text-align: left;
    font-size: 1rem;
    line-height: 32px;
}
    .foooter_mid .footer_simp ul li a:focus,
    .foooter_mid .footer_simp ul li a:hover {
        color: #ffeb00;
    }
    .foooter_mid .footer_simp ul li a{
        color:#fff;
    }
    .foooter_mid .footer_simp ul li.bl_sr {
        font-weight: bold;
    }

.foooter_mid {
    display: flex;
}
.footer {
    /*border-top:1px solid #fff;*/
    padding: 3% 0 0;
    text-align: center;
}

.footer_top ul li {
    padding: 0;
}

.footer_top ul li,
.footer_top ul li a {
    color: #888;
    padding: 10px;
}

.footer_top ul li a:hover {
    color: #36B9C0;
}

.footer_top ul li a .txt-en {
    display: none;
}

.footer_content {
    padding: 15px 0 30px;
    line-height: 22px;
    font-size: 0.75rem;
}
.footer .copyright b{
    font-weight:400;
}
.footer .copyright {
    font-size: 1rem;
}

.footer .copyright,
.footer .siteinfo {
 
}

.footer .siteinfo ul {
    display: inline-block;
}

.footer .siteinfo ul > li {
    padding: 0;
}

.footer .siteinfo ul > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #9c9c9c;
}

.footer .siteinfo ul > li label {
    margin: 0 5px 0 0;
    color: #888;
}

.footer .siteinfo .sitemap-link {
    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 .siteinfo .sitemap-link:hover {
    position: relative;
    top: 2px;
}

.footer .powered,
.footer .powered a {
    color: #AAA;
}

/********************* cookie *********************/
body.cookie_agree  .footer_content {
    padding-bottom: 80px;
}
.cookie {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgb(54, 185, 192);
    z-index: 100;
    border-top: 1px solid rgb(215, 215, 215);
    color: #fff;
    text-align: left;
}

.cookie .txt a {
    text-decoration: underline;
    color: #3c3c3c;
    font-size: 0.875rem;
}
.cookie .agree-btn {
    padding: 5px 15px;
    display: inline-block;
    background: #fff;
    color: var(--font-color);
    margin-top: 3px;
    transition: all .3s ease;
}
.cookie .agree-btn:hover {
    background: #ccc;
}

/********************* Main *********************/
.main_content   .content {
    width: 100%;
    margin: 0 auto;
}
.main_content  .side1 {
    display: none;
}
.main {
    z-index: 20;
}

.side .h3 {
    color: #242424;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 5px;
}

.side .h3 .txt-en{
    display:none;
}
.side .h3 .txt-tw {
    display: block;
}

    .side .h3 .txt-tw {
        text-align: left;
    }

.side .nav {
    display: block;
}

    .side .nav > li + li {
        border-top: 1px solid #cbcbcb;
    }

.side .nav > li a {
    display: block;
    line-height: 20px;
    padding: 8px 10px 8px 22px;
    color: var(--font-color);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .side .nav > li a:hover,
    .side .nav > li a:focus,
    .side .nav > li.active a {
        background-position: 0 8px;
        color: #1a8e95;
    }

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li {
}

.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;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li {
}

.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 -----------------------*/
.main_content {
    min-height: 300px;
    padding: 30px 0 0;
}
  body.home    .main_content{
      padding:0;
  }
    .main_content .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    body.home .main_content {
        min-height: 0;
    }

.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 0.82em;
    position: absolute;
    right: 10px;
    top: 10px;
}

.breadcrumb > li + li:before {
    content: "＞";
    display: inline-block;
    margin: 0 0.2em;
}

.content .breadcrumb .txt-en {
    display: none;
}

.content > .h2,
body.about .content > .h1,
body.order .content .h2.t04 {
    color: #36b9c0;
    font-size: 1.875rem;
    border-bottom: 1px solid #ABCFDB;
    padding: 5px 10px 15px;
    margin-bottom: 20px;
}

.content > .h2 .txt-tw {
    color: #979797;
    font-size: 1.125rem;
    margin-left: 10px;
}


.content .content-banner {
    margin-bottom: 20px;
}
.content .txt a:focus,
.content .txt a:hover {
    background-color: #2a8e3a;
    color: #fff;
}
.content .txt {
    padding: 3%;
    line-height: 30px;
}

.content .btn-more {
    display: table;
    background-color: #2a8e3a;
    font-size: 1rem;
    color: #fff;
    padding: 13px 10px;
    margin: 30px  auto 0;
    border-radius: 30px;
    border:1px solid #000;
    width:180px;
    text-align:center;
}
    .content .btn-more:hover,
    .content .btn-more:focus {
        background-color: var(--second-color);
    }

.content .btn-more:hover {
    background-position: 0 -24px;
}

.content .btn-normal {
    background: none;
    color: #23989f;
    border: 1px solid #ACE7EB;
}

.content .btn-normal:hover {
    color: #888;
    border-color: #aaa;
}

.content .list-box {
    margin-bottom: 30px;
}
.news .list-nwsl ul li a span {
    order: 1;
}
.news .list-nwsl ul li a {
    display: flex;
}
.news .list-nwsl {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #030000;
    padding: 3%;
}
.content .list-box .txt-list li a{
    font-weight:bold;
    color:#000;
}
.content .list-box .txt-list li span.date {
    background-color: #a82224;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 0.9375rem;
}
.content .list-box .txt-list li {
    padding-left: 0;
    border-bottom: 1px dotted #ccc;
    padding: 10px 20px;
}

    .content .list-box .txt-list li:nth-child(2n+1) {
        background-color: #f2f6f6;
    }

.content .list-box .txt-list li .h4 {
    font-size: 1rem;
    margin: 0;
}

.content .list-box .txt-list li a {
    position: relative;
    display: block;
    line-height: 28px;
    padding: 10px 110px 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 {
    /*position: absolute;
    right: 0;
    top: 10px;
    line-height: 20px;
    padding: 3px 20px;
    display: inline-block;
    color: #aaa;
    font-size: 0.75rem;*/
}

.content .list-box .txt-list li span.news-title {
    float: left;
    color: #848275;
    width: 78%;
}

.content .list-box .txt-list li.list-header {
    background: none;
    padding-left: 40px;
    padding-right: 15px;
    border-bottom: 1px solid #ACE7EB;
    display:none;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    color: #36B9C0;
    font-size: 1.125rem;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

.content .works-box .pic-carousel li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .works-box .pic-carousel li a:hover {
    border-color: #36B9C0;
}

.content .works-box .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .works-box .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .works-box .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

.content .works-box .slick .list_item {
    padding: 0 5px;
}

.content .works-box .slick .list_item .pic {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .works-box .slick .list_item:hover .pic {
    border-color: #36B9C0;
}

.content .works-box .slick .list_item .info {
    text-align: center;
    display: none;
}

.content .works-box .slick .list_item .info p {
    margin: 0;
}

.content .works-box .slick .slick-arrow {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px/2);
}

.content .works-box .slick .slick-prev {
    background-position: 0 0;
    left: -24px;
}

.content .works-box .slick .slick-next {
    background-position: 0 -40px;
    right: -24px;
}

.content .works-box .slick .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px;
}

.content .works-box .slick .slick-dots li {
    display: inline-block;
}

.content .works-box .slick .slick-dots button {
    width: 10px;
    height: 10px;
    background: #c7c7c7;
    border-radius: 50%;
    border: none;
    outline: none;
    text-indent: -9999px;
    margin: 0 3px;
}

.content .works-box .slick .slick-dots .slick-active button {
    background: #37bac0;
}

.content .contact-box ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 0.75rem;
    line-height: 1.8;
}

.content .contact-box ul li.tel {
    font-size: 1.375rem;
    color: var(--font-color);
    font-weight: bold;
}

.content .sec {
    padding: 10px;
    line-height: 30px;
}

.content .pagination li > .page-link {
    background: #fff;
    color: #000;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: 1px solid #000;
}
    .form-control:focus,
    .content .pagination li > .page-link:focus,
    .content .pagination li > .page-link:hover {
        background-color: #2a8e3a;
        outline: unset !important;
        color: #fff;
        border: 1px solid #000;
    }


.content .btn-box {
    margin-bottom: 20px;
    border-top: 1px solid #ACE7EB;
    padding-top: 15px;
}

.content .page-info   .form-control {
    padding: 6px 10px;
    line-height: 13px;
}
.content .page-info {
    color: #fff;
}

.content .page-info label + label:before {
    content: "，";
}

.content .table.table-stack {
    margin-bottom: 0;
}

.content .table.table-stack > thead > tr > th {
    border-bottom: 1px solid #ACE7EB;
    color: var(--font-color);
    text-align: center;
}

.content .table.table-stack > tbody > tr > td {
    vertical-align: middle;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.content .table.table-stack > tbody > tr > td a {
    color: #36B9C0;
}

.content .table.table-stack > tbody > tr > td a:hover {
    text-decoration: underline;
}

.content .table.table-stack > tbody > tr > td.pic img {
    max-width: 100px;
}

.content .table.table-stack > tbody > tr > td.pic img:hover {
    opacity: 0.7;
}

.content .table.table-stack > tbody > tr > td.qty .input-group .form-control {
    padding: 6px;
    text-align: center;
    border-color: #DFDFDF;
}

.content .table.table-stack > tbody > tr > td .input-group {
    width: 100px;
    margin: 0 auto;
}

.content .table.table-stack > tbody > tr > td .btn {
    margin: 0;
    color: #888;
}

.content .table.table-stack > tbody > tr > td .btn:hover,
.content .table.table-stack > tbody > tr > td .btn:focus,
.content .table.table-stack > tbody > tr > td .btn:active {
    color: #fff;
    text-decoration: none;
}

.content .table.table-stack > tbody > tr > td .tn {
    display: none;
}

.content .table.table-stack.no-border th,
.content .table.table-stack.no-border td {
    border: none;
}

.content .table.table-stack.no-border tr {
    border-bottom: 1px dotted #ccc;
}

.content .table.table-stack.no-border th {
    text-align: right;
    width: 120px;
}

.content .table.table-stack.no-border td {
    text-align: left;
    vertical-align: top;
}

.content .form-horizontal .control-label {
    font-size: 0.875rem;
}

.form-horizontal .row .form-inline {
    padding-bottom: 15px;
}

.form-horizontal .row .form-inline .zip-code {
    width: 20%;
    min-width: 72px;
}

.gotop a:hover {
    background-color: #fff;
    color: #2a8e3a;
}
.gotop{
    position:relative;
    z-index:100;
}
.gotop a {
    position: fixed;
    right: 5px;
    bottom: 5%;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #2a8e3a;
    font-size: 1rem;
    padding: 18px 14px;
    border-radius: 50%;
    border: 1px solid #000;
    font-weight: bold;
}

.gotop a .txt-en {
    display: block;
}

/*----------------------------------------- 節電活動 video --------------------------------------*/
.video.show   .youtube_wrap{
   
}
.video.p01 .le_notes ul li:last-child {
    border-bottom: none;
}
.video.p01 .le_notes ul li {
    border-bottom: 1px dashed #000;
    padding: 15px 0;

}
    .video.p01 .le_notes ul li a:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/video/arrow.svg) no-repeat;
        width: 23px;
        height: 23px;
        left: 0;
        top: 2px;
    }
    .video.p01 .le_notes ul li a:focus,
    .video.p01 .le_notes ul li a:hover {
        background-color: #fff;
        color: #1a8e95;
        border: none;
    }
    .video.p01 .le_notes ul li a {
        color: #000;
        font-size: 1rem;
        padding: 0;
        position: relative;
        padding-left: 30px;
    }
.link.kind_21  .clear_col .item .info h4{
	font-size:18px;
	}
.link.kind_21  .clear_col .item .info{
min-height: auto;

  }
 .link  .clear_col .item .info,
.video.p01 .clear_col .item .info {
    min-height: 78px;
}
.clear_col .item .h4.h4-mid{
    text-align:center;
}
.video .h3:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #ffeb00;
    width: 5px;
    height: 26px;
    left: 0;
    top: 9px;
}
.video .h3 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    padding-left:13px;
}
.download .downl_box ul ,
.video .video_box ul {
    justify-content: center;
}
.download .downl_box ul li,
.video .video_box ul li {
    padding: 0 5px;
}
    .download .downl_box ul li a.active,
    .download .downl_boxul li a:focus,
    .download .downl_box ul li a:hover
  {
        background-color: #ffeb00;
        color: #000;
        border: 1px solid #000;
    }

     
        .video .video_box ul li a.active,
        .video .video_box ul li a:focus,
        .video .video_box ul li a:hover {
            background-color: #2a8e3a;
            color: #fff;
            border: 1px solid #000;
        }
    .download .downl_box ul li a,
    .video .video_box ul li a {
        color: #fff;
        font-size: 1.5rem;
        padding: 5px 24px;
        border-radius: 27px;
        border: 1px solid #0000;
    }
    /*----------------------------------------- 首頁 home --------------------------------------*/
.home_link .wid-home-link  .item{
    padding:10px;
}
.home_link .h2 {
    text-align: center;
    color: #1c888f;
    padding-bottom: 20px;
}
.home_link {
    background-color: #fff;
}
@keyframes motorcycle {
    0% {
        left: 0%;
    }

    50% {
        left: 2%;
    }
    100% {
        left: 0;
    }
}
.home_video .fly_lef {
    position: absolute;
    left: 0;
    top: 0;
}
.home_video .fly_01 {
    background: url(../images/all/fly_01.png)no-repeat;
    width: 314px;
    height: 208px;
    animation: csszoomIn 1s ease-in-out infinite;
}
.home_video .fly_02 {
    background: url(../images/all/fly_02.svg)no-repeat;
    width: 235px;
    height: 78px;
    left: 0px;
    bottom: -30px;
    position: absolute;
}
.home_video .btn-more:focus,
.home_video .btn-more:hover {
    background-color: #2a8e3a;
    color: #fff;
}
.home_video .btn-more {
    background-color: #ffeb00;
    color: #000;
    margin-top: 50px;
}
.home_video .wid-home-video {
    width: 90%;
    margin: 50px auto 0;
}
.home_link .carousel-control-next:focus,
.home_link .carousel-control-prev:focus,
.home_link .carousel-control-next:hover,
.home_link .carousel-control-prev:hover,
.home_video .carousel-control-next:focus,
.home_video .carousel-control-prev:focus,
.home_video .carousel-control-next:hover,
.home_video .carousel-control-prev:hover {
    opacity: 0.5;
}
.home_link .carousel-control-next,
.home_link .carousel-control-prev,
.home_video .carousel-control-next,
.home_video .carousel-control-prev {
    opacity: 1;
}
.home_link .carousel-control-next,
.home_link .carousel-control-prev {
    top: 20%;
}
.home_link .carousel-control-prev,
.home_video .carousel-control-prev {
    justify-content: flex-start;
    left: -130px;
}
.home_link .carousel-control-next,
.home_video .carousel-control-next {
    justify-content: flex-end;
    right: -130px;
}
.home_link .carousel-control-next,
.home_link .carousel-control-prev,
.home_video .carousel-control-next,
.home_video .carousel-control-prev {
    display: block;
}
.home_link .carousel-control-prev-icon,
.home_video .carousel-control-prev-icon {
    background: url(../images/all/arrow_left.svg)no-repeat #fff center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #000;
}
.home_link .carousel-control-next-icon,
.home_video .carousel-control-next-icon {
    background: url(../images/all/arrow_right.svg)no-repeat #fff center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #000;
}
.home_link .item img,
.home_video .item img {
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
}
.home_video .item .h4 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
    padding-top:20px;
}
.home_video .item {
    width: 48%;
}
.home_video .h2 {
    text-align: center;
    color: #fff;
}
.home_video p {
    text-align: center;
    color: #fff;
}
.home_video {
    padding: 5% 0;
    position:relative;
}
.home_news .wid-home-news {
    background-color: #fff;
    border: 1px solid #000;
    padding: 5% 10%;
    border-radius: 10px;
}
.home_news:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/new_bg1.png)no-repeat;
    width: 166px;
    height: 157px;
    left: 0;
    top: -130px;
}
.home_news:after {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/new_bg2.png)no-repeat;
    width: 500px;
    height: 213px;
    right: 8%;
    top: -96px;
}
.home_news {
    position: relative;
    background: url(../images/all/new_bg.jpg)no-repeat center top;
    padding-top: 7%;
}
.home_elect .indo51_v {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6%;
}
    .home_elect .indo51_v a.moe_be:focus p,
    .home_elect .indo51_v a.moe_be:hover p {
        color:#1a8e95;
    }
    .home_elect .indo51_v p span {
        width: 63%;
        background: url(../images/all/arrow.svg)no-repeat right center;
    }
    .home_elect .indo51_v p {
        display: flex;
        font-weight: bold;
        align-items: center;
        color:#000;
    }
    .home_elect .indo51_v a {
        width: 31%;
    }
.home_elect {
    background-color: #fff;
    padding-bottom: 5%;
}
    .home_elect .ec21_le h4{
        color:#1a8e95;
    }
    .home_elect .ec21_le:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/all/enlarge_1.png)no-repeat;
        width: 153px;
        height: 176px;
        left: 0;
        bottom: -50px
    }
    .home_elect .ec21_le {
        padding-left: 13%;
        position: relative;
    }

@keyframes map_bg01s {
    0% {
        top: 20%;
    }

    50% {
        top: 17%;
    }

    100% {
        top: 20%;
    }
}

.home_link .map_bg01s {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    margin: 0 auto;
    animation: map_bg01s 1s ease-in-out infinite;
}
.home_link .five_map p {
    background-color: #fff;
    border-radius: 27px;
    color: #000;
    margin-bottom: 0;
    display: table;
    margin: 20px auto 0;
    padding: 3px 30px;
    border: 1px solid #000;
    font-weight: bold;
}
.home_link .five_map .terrain_1   .map_bg01{
    position:relative;
}
.home_link .five_map a.terrain_1:focus p,
.home_link .five_map a.terrain_1:hover p{
    background-color:#ffeb00;
}
.home_link .five_map .terrain_1 {
    flex: 1;
}
.home_link .ca_shot .five_map p .tria {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7px;
    border-color: transparent transparent transparent #a82224;
    display: inline-block;
    margin-left: 8px;
    transform: translateY(-2px);
}
.home_link .ca_shot .five_map p {
    color: #000;
}
.home_link .five_map {
    display: flex;
}
.home_link .city_left {
    padding-left: 19%;
}
h4.h4_w {
    font-size: 2.25rem;
}
.home_link .city_left h4 {
    color: #fff;
}
.p_w {
    font-size: 1.125rem;
}
.home_link .ca_shot p {
    margin-bottom: 20px;
    color: #fff;
    
}

    .home_link .ca_shot p.p_w {
        color: #ffffffd6;
    }
    .home_link .ca {
        position: absolute;
        left: 0;
        top: 3%;
        z-index: 10;
        width: 20%;
        margin: 0 auto 0 0;
    }
.home_link .ca_shot {
    position: relative;
    background: url(../images/all/city_bg.jpg);
    width: 85%;
    margin-top: 4% ;
    padding-top: 5%;
    padding-bottom:3%;
    border-radius: 0 15px 15px 0;
    padding-right: 3%;
}
.home_link .pfdo54_swc .mo_s1 .ti_x {
    margin: 0 10px;
}
.home_link .pfdo54_swc .mo_s1.mo_s2 .link_left {
    background: url(../images/all/link_right.svg)no-repeat;
}
.home_link .pfdo54_swc .mo_s1 .link_left {
    background: url(../images/all/link_left.svg)no-repeat;
    width: 82px;
    height: 67px;
}
.home_link .pfdo54_swc .mo_s1 .arro_moe {
    background: url(../images/all/arrow_yellow.svg)no-repeat;
    width: 39px;
    height: 38px;
}
.home_link .pfdo54_swc .mo_s1.mo_s2:focus,
.home_link .pfdo54_swc .mo_s1.mo_s2:hover,
.home_link .pfdo54_swc .mo_s1:focus,
.home_link .pfdo54_swc .mo_s1:hover {
    background: url(../images/all/link_left_hover.jpg)  repeat;
}
.home_link .pfdo54_swc .mo_s1.mo_s2 {
    background: url(../images/all/link_right_bg.jpg)  repeat;
}
.home_link .pfdo54_swc .mo_s1 {
    background: url(../images/all/link_left_bg.jpg) repeat;
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    padding: 30px 20px;
    width: 35%;
    text-align: center;
    border-radius: 8px;
    background-size: cover;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    transition: 0.5s;
}
.home_link .pfdo54_swc {
    justify-content: center;
    display: flex;
}
.home_link   .col-lg-2 {
    width: 20%;
}
.home_link {
    background-color: #fff;
    padding: 4% 0 3%;
    position:relative;

}
body.home .content .wid > .h2 {
    font-size: 2.25rem;
    color: #1a8e95;
    text-align:center;
}

body.home .content .wid > .h2 .txt-en {
    display: none;
}

body.home .content .wid-home-news {
    margin-left: 0;
}
 

    body.home .content .wid-home-news .txt-list {
        margin-bottom: 10px;
        margin-top: -10px;
    }
        body.home .content .wid-home-news .txt-list li:last-child{
            border-bottom:none;

        }
        body.home .content .wid-home-news .txt-list li {
            padding-left: 0;
            background-position: 0 4px;
            background-color: transparent;
            border-bottom: 1px dashed #a5a5a5;
        }





    body.home .content .wid-home-news .txt-list li a span.tx_sdv {
      color:#1a8e95;
      padding:0 10px;
    }

body.home .wid-home-product .slick-slider {
    margin-top: 15px;
}

/*----------------------------------------- 相簿 album --------------------------------------*/
body.album .content > .h1 {
    text-align: center;
    color: #23989f;
    border: 1px solid #ACE7EB;
    padding: 10px;
}

.content .album-list a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .album-list a:hover {
    opacity: 0.7;
}

.content .album-list a img {
    width: 100%;
}

.content .album-list a .h4 {
    text-align: center;
    color: #666;
    font-size: 1rem;
}

.content .album-list a .pic {
    border: 1px solid #e5e5e5;
    padding: 2px;
}

.pic-gallery {
    margin-bottom: 40px;
    margin-top: 30px;
}

.pic-gallery .pic-stage {
    margin: 0 auto 20px;
    width: 87%;
}

.pic-gallery .pic-stage ul li a {
    display: block;
}

.pic-gallery .pic-pager {
    position: relative;
    margin: 0 40px;
}

.pic-gallery .pic-pager .jcarousel div a {
    opacity: 0.5;
    float: left;
    padding: 0 5px;
}

.pic-gallery .pic-pager .jcarousel div a.active {
    opacity: 1;
}

.pic-gallery .pic-stage .bx-wrapper .bx-pager {
    display: none;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a,
.pic-gallery .pic-pager .jcarousel-control,
.pic-gallery .slick-prev, 
.pic-gallery .slick-next{
    background: url(../images/all/gallery_btn.png) no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.pic-gallery .pic-pager .jcarousel div {
    /*overflow: auto;
    width: 20000em;
    position: relative;
    list-style-type: none;*/
}

.pic-gallery .pic-pager .jcarousel div a img,
.pic-gallery .pic-stage ul li a img {
    width: 100%;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-prev,
.pic-gallery .slick-prev{
    background-position: 0 0;
    left: -45px;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-next,
.pic-gallery .slick-next{
    background-position: -38px 0;
    right: -45px;
}

.pic-gallery .pic-pager .jcarousel-control-prev,
.pic-gallery .pic-pager .slick-prev{
    background-position: -80px 0;
    left: -40px;
}

.pic-gallery .pic-pager .jcarousel-control-next,
.pic-gallery .pic-pager .slick-next{
    background-position: -120px 0;
    right: -40px;
}

.pic-gallery .slick-prev:before, 
.pic-gallery .slick-next:before{
    display:none;
}
.pic-gallery .pic-pager .jcarousel div a.slick-current {
    opacity: 1;
}


/*----------------------------------------- 活動訊息 news --------------------------------------*/
body.news .content > .h1 {
    position: relative;
    color: #23989f;
    font-size: 1.25rem;
    border: 1px solid #ACE7EB;
    padding: 10px 90px 10px 20px;
    line-height: 1.4;
}

.h1.border-around {
    border: 1px solid #6a5b54;
}

body.news .content > .h1 small {
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 28px;
    font-size: 0.75rem;
}


/*----------------------------------------- 常見問題 faq --------------------------------------*/

.faq-box {
    margin-bottom: 50px;
}

.faq-box .st {
    color: #36B9C0;
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 1rem;
}

.faq-box .panel {
    border: none;
    background: none;
}

.faq-box .panel + .panel {
    margin-top: 0;
}

.faq-box .panel > .panel-heading {
    background: none;
    border-bottom: 1px dotted #ccc;
    padding: 0;
    position: relative;
}

.faq-box .panel > .panel-heading a {
    padding: 15px;
    display: block;
    padding-left: 48px;
}

.faq-box .panel > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    position: relative;
    padding-left: 48px;
    border-bottom: 1px dotted #ccc;
    color: #888;
    line-height: 30px;
}

.btnbox-ask {
    text-align: right;
}

/*----------------------------------------- 作品展示 product --------------------------------------*/
.content .list-mode {
    text-align: center;
    color: #848275;
}

.content .list-mode label {
    display: none;
}

.content .list-mode .btn-group {
    display: inline-block;
}

.content .list-mode .btn-group .btn-mode {
    color: #B6E5E9;
    background: none;
    border: none;
    padding: 5px 8px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.375rem;
}

.content .list-mode .btn-group .btn-mode.active {
    color: #4CC1CC;
}

.content .list-mode .btn-group .btn-mode:hover {
    color: #3C98A1;
}

.content .list-mode .btn-group .btn-mode .mode-txt {
    display: none;
}

body.product .content .product-list .item {
    border: 1px solid #dcdcdc;
    margin: 10px 0;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    background-color: #F3F3F3;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

body.product.p02 .content .product-list .item {
    margin-bottom: 60px;
}

body.product .content .product-list .item:hover {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color: #37bac0;
}

body.product .content .product-list.mode1 .item.i1 > a ul {
    height: 20px;
}

body.product .content .product-list.mode1 .item.i2 > a ul {
    height: 40px;
}

body.product .content .product-list.mode1 .item.i3 > a ul {
    height: 60px;
}

body.product .content .product-list.mode1 .item.i4 > a ul {
    height: 80px;
}

body.product .content .product-list .item > a {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

body.product .content .product-list a {
    display: block;
}

body.product .content .product-list a .pic {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}

body.product .content .product-list a .pic img {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    width: 100%;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

body.product .content .product-list a:hover .pic img {
    opacity: 0.7;
}

body.product .content .product-list a .info {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

body.product .content .product-list a .h4 {
    font-size: 1rem;
    text-align: center;
}

body.product .content .product-list ul {
    color: #848484;
    font-size: 0.75rem;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
	padding-bottom: 10px;
}

body.product .content .quick-buy .form-control {
    padding: 5px;
    vertical-align: top;
    display: inline-block;
    width: auto;
}

body.product .content .quick-buy .btn {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    background: #ec5f5f url(../images/all/icon_cart.png) no-repeat center center;
    color: #fff;
    text-indent: -9999px;
    position: absolute;
    bottom: -38px;
    right: 50%;
    margin-right: -37px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

body.product .content .quick-buy .btn:hover {
    background-color: #51ced5;
}

body.product .content .product-list.mode1 .quick-buy {
    padding: 10px 10px 50px;
    text-align: center;
}

body.product .content .product-list.mode1 .quick-buy ul,
body.product .content .product-list.mode1 .quick-buy ul li {
    display: inline-block;
    vertical-align: top;
}

body.product .content .product-list.mode1 .quick-buy .form-control.qty {
    width: 30%;
    vertical-align: middle;
}

body.product.p02 .content .product-list.mode1 .item .info p {
    display: none;
}

body.product .content .product-list.mode2 > div {
    float: none;
    width: 100%;
    clear: both;
}

body.product .content .product-list.mode2 .item {
    position: relative;
    margin-bottom: 20px;
}

body.product .content .product-list.mode2 .item:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

body.product .content .product-list.mode2 .item .pic {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
}

body.product .content .product-list.mode2 .item > a {
    padding: 10px;
    width: 70%;
    float: left;
}

body.product .content .product-list.mode2 .item .info {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    text-align: left;
    padding-left: 10px;
}

body.product .content .product-list.mode2 .item .info .h4 {
    margin-bottom: 10px;
    text-align: left;
}

body.product .content .product-list.mode2 .item .info ul {
    text-align: left;
}

body.product .content .product-list.mode2 .item .info ul li {
}

body.product .content .product-list.mode2 .item .info p {
    margin: 5px 0 0;
    clear: both;
    color: #888;
    font-size: 0.875rem;
    line-height: 1.4;
}

body.product .content .product-list.mode2 .item .quick-buy {
    width: 16%;
    float: left;
    padding: 20px 0 15px;
}

body.product .content .product-list.mode2 .item .quick-buy .form-control {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

body.product .content .product-list.mode2 .item .quick-buy .btn {
    right: 10px;
    bottom: 50%;
    margin-right: 0;
    margin-bottom: -37px;
}

body.product .content .content-banner {
    margin-top: 20px;
    border: 1px solid #635338;
    padding: 2px;
}

body.product .content .icon-addcart {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/all/icon_cart.png) no-repeat;
    vertical-align: text-bottom;
    background-size: 100% auto;
    margin-bottom: -6px;
}
body.product.show .content .quick-buy .btn.goshop{
    background:#3da72a;
}
body.product.show .content .quick-buy .btn.goshop:hover{
    background:#1b7277;
}
body.product .content .goshop .icon-addcart{
    background-image: url('../images/all/icon_cart2.png');
}
body.product.show .content .quick-buy .btn {
    padding: 3px 10px;
}
body.product.show .content .icon-addcart {
    margin-right: 5px;
}


body.product.show .info .info_box {
    background: #f3f3f3;
    margin-bottom: 10px;
}
body.product.show .info .info_box .h6{
    font-size: 1rem;
    margin:0;
    padding: 10px 10px;
    background: #dedede;
}
body.product.show .info .info_box .info_txt{
    padding:10px;
}



body.product.show .content .product-pic {
    margin-bottom: 10px;
}

body.product.show .content .product-pic a {
    display: block;
}

body.product.show .content .product-pic a .img-zoom {
    width: 100%;
}

body.product.show .content .product-pic .zoomPad {
    float: none;
}

body.product.show .content .product-pic .zoomWindow {
    margin-left: 10px;
    left: 100% !important;
}

body.product.show .content .jcarousel-wrapper {
    padding: 0 20px;
}

body.product.show .content .jcarousel-control-prev,
body.product.show .content .jcarousel-control-next {
    background: url(../images/home/arrow.png) no-repeat;
    display: block;
    top: 50%;
    width: 24px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
}

body.product.show .content .jcarousel-control-prev {
    left: 0;
}

body.product.show .content .jcarousel-control-next {
    right: 0;
    background-position: 0 -40px;
}

body.product.show .content .jcarousel li a {
    padding: 2px;
    border: 1px solid #ACE7EB;
}

body.product.show .content .jcarousel img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important;
}

/*-- for show2 product pic --*/
body.product.show .content .product-pic .big-pic a {
    cursor: zoom-in;
}

body.product.show .content .product-pic .small-pic {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

body.product.show .content .product-pic .small-pic img {
    margin: 0 3px;
    outline: none;
    cursor: pointer;
}

body.product.show .content .product-pic .small-pic .slick-arrow {
    min-width: 20px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
    border: none;
    outline: none;
}

body.product.show .content .product-pic .small-pic .slick-prev {
    background-position: center top;
}

body.product.show .content .product-pic .small-pic .slick-next {
    background-position: center bottom;
}
/*-- END for show2 product pic --*/


body.product.show .content .info .h1 {
    margin-top: 0;
    font-size: 1.125rem;
}

body.product.show .content .info .txt {
    min-height: 200px;
    padding: 0;
}

body.product.show .content .info .txt ul {
    margin-left: 0;
}

body.product.show .content .info .txt ul li {
    background: url(../images/all/list_icon.png) no-repeat 0 3px;
    padding-left: 22px;
}

body.product.show .content .quick-buy {
    border-top: 1px solid #bdbdbd;
    padding-top: 10px;
    margin-bottom: 10px;
}

body.product.show .content > .h3 {
    color: #8E8B77;
    font-size: 1.125rem;
    padding: 10px;
    border: 1px solid #ACE7EB;
    color: #36b9c0;
}

body.product.show .content > .h3 small {
    margin-left: 10px;
    color: #888;
}

body.product.show .content .txt {
    padding: 10px;
}

body.product.show .content .quick-buy .btn {
    position: static;
    margin: 0;
    text-indent: 0;
    background-image: none;
    width: auto;
    height: auto;
    line-height: 42px;
    font-size: 1.125rem;
    border-radius: 10px;
}

body.product.show .content .quick-buy .form-control,
body.product.show .content .quick-buy .btn {
    vertical-align: middle;
    margin-bottom: 10px;
}

body.product.show .content .product-list .item {
    margin-bottom: 20px;
    /*height: 265px;*/
    overflow: hidden;
}

/*----------------------------------------- 會員專區 member --------------------------------------*/

body.member .content .nav-func li a {
    text-align: center;
    color: #888;
    border: 1px solid #ACE7EB;
    padding: 20px 10px;
    width: 116px;
    margin-bottom: 15px;
}

body.member .content .nav-func li a .glyphicon {
    font-size: 1.625rem;
    margin-bottom: 15px;
    color: #36B9C0;
}

body.member .content .nav-func li a:hover {
    color: #aaa;
    border-color: #888;
}

body.member .content .nav-func li a:hover .glyphicon {
    color: #aaa;
}

body.member.register .content .form-group .checkbox a {
    color: #36B9C0;
}

body.member.register .content .form-group .checkbox a:hover {
    text-decoration: underline;
}

body.member #membership {
    max-width: 700px;
    display: none;
}

body.member .content .form-border {
    padding: 50px 20px;
}

body.member.register.finish .content .form-border {
    padding: 40px 50px;
}

body.member.forget .content .form-border {
    padding-top: 30px;
}


body.member .content {
    padding-bottom: 20px;
}

/*----------------------------------------- 訂單查詢 order --------------------------------------*/
body.order.show #msg-box {
    display: none;
    min-width: 300px;
}
/*----------------------------------------- 購物車 cart --------------------------------------*/
.content .sec .h3 {
    color: #36B9C0;
    font-size: 1rem;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ACE7EB;
    margin: 0 0 20px;
    position: relative;
}

body.cart.p03 .content .sec .h3,
body.cart.help .content .sec .h3 {
    padding: 10px;
    border: 1px solid #ACE7EB;
}

body.cart.help .content .sec p {
    padding: 0 10px;
}

body.cart.help .content .sec ul {
    padding: 0 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.content .sec .h3 span {
    margin-right: 10px;
}

.content .sec .sum {
    text-align: right;
    padding-right: 20px;
    font-size: 1rem;
    border-top: 1px solid #ACE7EB;
    line-height: 36px;
    font-weight: bold;
}

body.cart .content p {
    font-size: 0.875rem;
}

body.cart .content p a {
    display: inline-block;
    color: #36B9C0;
}

body.cart .content p a:hover {
    color: #888;
}

body.cart .content .btn-box {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

body.cart .content .invoice-title {
    display: inline-block;
    margin-left: 5px;
}

body.cart .content .hint {
    float: right;
}

body.cart .content .btn-list {
    color: #36b9c0;
    display: inline-block;
    line-height: 24px;
    font-size: 0.75rem;
    position: absolute;
    right: 5px;
    border: 1px solid #ACE7EB;
    padding: 0 5px;
}

body.cart .content .btn-list:hover {
    color: #888;
    border-color: #ccc;
}

body.cart .content .btn-list span {
    margin-right: 10px;
}

body.cart .content .invoice .btn-list {
    position: static;
    margin-top: 12px;
    float: right;
}

body.cart .content .invoice .form-inline:after {
    content: " ";
    clear: both;
    display: block;
}

body.cart .lightbox-list {
    min-width: 400px;
    display: none;
}

body.cart .lightbox-list .h4 {
    font-size: 1.125rem;
    padding: 0 5px;
}

body.cart .lightbox-list .h4 small {
    display: inline-block;
}

body.cart .lightbox-list .glyphicon {
    margin-right: 5px;
}

body.cart .lightbox-list ul li {
    border-top: 1px solid #62544C;
}

body.cart .lightbox-list ul li a {
    color: #666;
    padding: 10px;
    display: block;
}

body.cart .lightbox-list ul li a:hover {
    background-color: #eee;
}


/*----------------------------------------- 聯絡我們 contact --------------------------------------*/
body.contact .content .map iframe {
    width: 100%;
    height: 200px;
}

body.contact .content .contact-box .h3 {
    margin-bottom: 10px;
}

body.contact .content .contact-box ul li {
    padding-left: 10px;
}


/*----------------------------------------- widgets --------------------------------------*/
/* 預設共用 */
.wid {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}

.side .wid .h3 .side-toggle {
    display: none;
}

.side .wid ul {
    margin-bottom: 0;
}

.side1 .wid {
    max-width: 254px;
}

/* 搜尋產品 wid-search */
.wid-search .h3 {
    color: #242424;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 10px;
   
}

.wid-search .h3 .txt-tw {
}

.wid-search .form-group {
    width: 100%;
}

.wid-search .form-group .form-control {
    margin-bottom: 5px;
    width: 100%;
}

.wid-search .btn {
    width: 100%;
}

.wid-search .btn .txt-en {
    display: none;
}

/* 商品推廌 wid-slideBanner */
    .wid-slideBanner ul {
    list-style-type: none;
}

.wid-slideBanner ul li a {
    display: block;
}

.wid-slideBanner ul li a img {
    width: 100%;
}

.wid-slideBanner .jcarousel-control-prev,
.wid-slideBanner .jcarousel-control-next {
    position: absolute;
    display: block;
    width: 18px;
    height: 30px;
    background: url(../images/home/arrow.png) no-repeat;
    background-size: 100% auto;
    top: -39px;
}

.wid-slideBanner .jcarousel-control-prev {
    right: 16px;
}

.wid-slideBanner .jcarousel-control-next {
    right: 0;
    background-position: 0 -30px;
}

.form-group input[type=checkbox] + label {
    margin-right: 1em;
}



/*---------------------- 下拉選單 subNav  dropdownMenu --------------------*/
.navbar .navbar-nav .dropdown_submenu.pos_static {
    position: static;
}

.navbar-nav .dropdown_submenu > ul > li > ul > li {
    list-style: none;
}

.navbar-nav .dropdown_submenu > ul > li > ul > li a {
    display: block;
}

.navbar-nav .dropdown_submenu .dropdown-menu {
    left: auto;
    margin-top: -4px;
}

.navbar-nav .minwidth {
    min-width: 100px;
    padding: 0;
}



.navbar-nav .dropdown_submenu {
    position: relative;
}

li.hover_r_sider.dropdown_submenu {
    position: relative;
}


.navbar-nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

@media (min-width: 768px) {
    .navbar-nav .dropdown_submenu > ul > li > ul > li {
        /* margin-left: 15px; */
    }

    .dropdown_submenu .dropdown_submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }
}
/*------------------------subNav  dropdownMenu --------------------*/

.chart_canvas_sec {
    width: 100%;
    aspect-ratio: 2;
}
