/* globel
************************************* */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
    font-size: 0.938em;
    background: #fff;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

a,
p,
div,
strong,
span,
ul,
li,
label,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
    word-wrap: break-word;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a {
    transition: color;
    transition-duration: 2000ms;
    -webkit-transition: color;
    -webkit-transition-duration: 2000ms;
    -moz-transition: color;
    -moz-transition-duration: 2000ms;
    -o-transition: color;
    -o-transition-duration: 2000ms;
    text-decoration: none;
    color: #69ab00;
}

a:hover {
    transition: color;
    transition-duration: 300ms;
    -webkit-transition: color;
    -webkit-transition-duration: 300ms;
    -moz-transition: color;
    -moz-transition-duration: 300ms;
    -o-transition: color;
    -o-transition-duration: 300ms;
    color: #f93599;
}

a:hover img,
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: opacity 0.5s linear;
}

input {
    color: #717171;
}

.CLR {
    clear: both;
}
/*
:target:before {
    content: "";
    display: block;
    height: 59px;
}
*/
ol,
ul {
    list-style: none;
}

a:focus,
input:focus,
button:focus {
    outline: 3px solid #0086d8!important;
}

.acc-key a:focus {
    outline: 3px solid #0086d8;
    border: 0 !important;
}
#accesskey-c::before,#accesskey-l::before{
	content: "";
    display: block;
    height: 0px;
}
.show {
    display: block;
}

.hide {
    display: none;
}

/* 無障礙使用 */
.input-label,
.select-label {
    display: none;
}

.hyperlink-txt {
    display: none;
}

.acc-key {
    z-index: 1;
}

/* 無障礙使用 end */

/* 通用
**************************************/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.Container {
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    /*border: 1px solid #999;*/
    padding: 0 10px;
    text-align: center;
}

.givePadding {
    margin-bottom: 30px;
}

.col1-4 {
    float: left;
    width: 25%;
}

.col1-3 {
    float: left;
    width: 33.33333%;
}

.col1-2 {
    float: left;
    width: 50%;
}

/* Header
**************************************/
#hLinkContainer {
    width: 100%;
    background: #69ab00;
    overflow: hidden;
    display: block;
}

#hLinkContainer ul {
    float: right;
}

#hLinkContainer li {
    border-left: 1px solid #82b433;
    padding: 7px 10px;
    float: left;
    color: #fff;
    position: relative;
}

#hLinkContainer li:first-child {
    border-left: 0px !important;
}

#hLinkContainer li a,
#hLinkContainer li span {
    color: #fff;
}

#hLinkContainer li a:hover {
    color: #ffec1c;
}

#hLinkContainer li.FontSize a {
    border: 1px solid #ffffff;
    padding: 0 5px;
    margin: 0 0 0 5px;
    font-size: 9px !important;
    vertical-align: middle;
}

#hLinkContainer li.FontSize a:hover,
#hLinkContainer li.FontSize a.current {
    background: #508201;
}

#hLinkContainer li.SocialNetwork a {
    margin: 0 0 0 3px;
    vertical-align: middle;
}

#hLinkContainer li.SocialNetwork img {
    bottom: 3px;
}

#Logo {
    float: left;
    margin: 8px 0;
}

#GlobalNav-wrap {
    float: right;
    height: 107px;
    overflow: hidden;
}

#GlobalNav {
    width: 100%;
}

#GlobalNav a {
    float: left;
    border-left: 2px solid #fff;
}

#GlobalNav a:first-child {
    /*    border-left: 0px !important;*/
}

#GlobalNav a {
    display: block;
    width: 114px;
    height: 107px;
    background: url(../images/GlobalNavA_BG.jpg) center 0px no-repeat;
    text-align: center;
    font-weight: 700;
    padding: 55px 15px 0 15px;
    position: relative;
    color: #727171;
    text-shadow: rgba(255, 255, 255, 1) 0px 2px 2px;

    -webkit-transition: background-position .3s ease;
    -moz-transition: background-position .3s ease;
    -o-transition: background-position .3s ease;
    transition: background-position .3s ease;
}

#GlobalNav a:hover {
    background: url(../images/GlobalNavA_BG.jpg) center -109px no-repeat;
    color: #ff711c;
}

#GlobalNav .NavIcon {
    width: 24px;
    height: 24px;
    /*background: url(../images/NavIcon_1.png) 0 0 no-repeat;*/
    display: block;
    overflow: hidden;
    position: absolute;
    left: 42px;
    top: 20px;

}

#GlobalNav a:hover .NavIcon_1 {
    background: url(../images/NavIcon_1_hover.png) 0 0 no-repeat !important;
}

#GlobalNav a:hover .NavIcon_2 {
    background: url(../images/NavIcon_2_hover.png) 0 0 no-repeat !important;
}

#GlobalNav a:hover .NavIcon_3 {
    background: url(../images/NavIcon_3_hover.png) 0 0 no-repeat !important;
}

#GlobalNav a:hover .NavIcon_4 {
    background: url(../images/NavIcon_4_hover.png) 0 0 no-repeat !important;
}

#GlobalNav a:hover .NavIcon_5 {
    background: url(../images/NavIcon_5_hover.png) 0 0 no-repeat !important;
}

#GlobalNav a:hover .NavIcon_6 {
    background: url(../images/NavIcon_6_hover.png) 0 0 no-repeat !important;
}


#GlobalNav .slick-prev,
#GlobalNav .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 14px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

#GlobalNav .slick-prev {
    left: -15px;
    background: url(../images/NavPrev.png) 0 0 no-repeat;
}

#GlobalNav .slick-next {
    right: -15px;
    background: url(../images/NavNext.png) 0 0 no-repeat;
}

#GlobalNav .slick-prev:hover,
#GlobalNav .slick-next:hover {
    opacity: 0.8;
}


/* Header-SearchBar
**************************************/
#HeaderSection_2 {
    margin-bottom: 2px;
}

#HeaderSection_2 .Search-inner {
    margin: 0 auto;
    padding: 9px;
    width: 100%;
    background: #d9d9d9;
}

#HeaderSection_2 .Time {
    font-size: 80%;
    float: left;
    height: 25px;
    line-height: 25px;
}

#HeaderSection_2 #HeaderSearch {
    float: right;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 220px;
    height: 25px;
}

#HeaderSection_2 #HeaderSearch p.InputWrap {
    width: 194px;
    height: 25px;
}

#HeaderSection_2 #HeaderSearch p {
    float: left;
    display: block;
}

#HeaderSection_2 #HeaderSearch input.sb_input {
    border: 0;
    background: transparent;
    width: 190px;
    height: 25px;
    padding: 2px 8px;
    line-height: 25px;
}

#HeaderSection_2 #HeaderSearch input.sb_submit {
    width: 25px;
    height: 25px;
    background: url(../images/Search_BTN.png) center 5px no-repeat;
    border: 0;
    cursor: pointer;
    color: #727171;
}

.sb_wrapper {
    margin: 0;
    padding: 0;
}

.sb_wrapper input[type="text"] {
    color: #898989;
    background: none;
}

.sb_wrapper input[type="text"],
ul.sb_dropdown {
    border: none;
    width: 185px;
    float: left;
    margin: 0px;
}

/*選項面板*/
ul.sb_dropdown {
    float: left;
    list-style: none;
    width: 220px;
    padding: 6px 5px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    background: #fff;
    -moz-box-shadow: 1px 1px 3px #555;
    -webkit-box-shadow: 1px 1px 3px #555;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9999;
}

ul.sb_dropdown li.sb_filter {
    width: 100%;
    background: #e4e4e4;
    border-radius: 6px;
    font-size: 90%;
    color: #444;
    clear: both;
    padding: 8px;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    margin-bottom: 2px;
}

ul.sb_dropdown li.sb_box {
    font-size: 13px;
    float: left;
    width: 100%;
    padding: 7px;
}

ul.sb_dropdown li.sb_box input[type="radio"] {
    float: left;
    margin-right: 7px;
}

ul.sb_dropdown li.sb_box label {
    float: left;
}


/* Footer
**************************************/
#Footer {
    background: #444444;
    float: left;
    width: 100%;
}

.Footer_ContactInfo {
    padding: 20px;
}

#Footer .Footer_ContactInfo ul {
    text-align: left;
}

.Footer_ContactInfo.col-3.Footer_Left {
    padding-right: 40px;
}

.Footer_Right ul {
    margin-right: -20px;
}

.Footer_ContactInfo.col-3.Footer_Right {
    padding-left: 40px;
}

#Footer .Footer_ContactInfo h2 {
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 9px;
    color: #fff;
    font-size: 1.125em;
    text-shadow: 0 -2px 1px #000000;
    margin-bottom: 15px;
    line-height: 1.3;
}

#Footer .Footer_ContactInfo p {
    color: #fff;
    font-size: 90%;
    line-height: 160%;
    margin-bottom: 10px;
}

#UpdateDate {
    padding: 13px 0;
    background: #9abc24;
}

#UpdateDate .Monitor,
#MenuArea #Copyright {
    float: left;
    color: #fff;
    font-size: 90%;
}

#UpdateDate .Content {
    overflow: hidden;
    text-align: right;
    color: #fff;
    font-size: 90%;
    float: right;
    margin-left: 20px;
}

#MenuArea {
    padding: 13px 0;
    background: #69ab00;
}

#MenuArea .Nav {
    float: right;
    margin-right: -10px;
}

#MenuArea .Nav li {
    float: left;
    border-left: 1px solid #bad989;
    padding: 0 10px;
}

#MenuArea .Nav li:first-child {
    border-left: 0px;
}

#MenuArea .Nav li a {
    color: #d2e7b0;
    font-size: 90%;
}

#MenuArea .Nav li a:hover {
    color: #fff;
}

/* back top 
************************************* */

.back_top {
    position: absolute;
    top: -14px;
    right: 12%;
    z-index: 999;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.back_top a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #69ab00;
    text-align: center;
    color: transparent;

}

.back_top img {
    top: 10px;
    transition: ease 0.2s;
}

.back_top a:hover img {
    top: 7px;
}

/* Business
**************************************/
#Business .Business_Inner {
    background-color: #f3f3f3;
    border-radius: 6px;
    padding: 24px 0;
}

.BusinessCont {
    display: inline-block;
    /* width: 19%;*/
    width: calc(100% / 8 - 4px);
    vertical-align: top;
}

/*
.BusinessCont:nth-child(4) {
    display: none;
}
*/

.BusinessCont p {
    font-weight: bold;
    font-size: 90%;
    margin: 12px 0;
}

.BusinessCont:hover img {
    opacity: 0.8;
}


/* rwd選單 樣式2
**************************************/
.mobile-select-menu {
    padding: 25px 0 0 0;
    margin: 0 auto;
    width: 94%;
    position: relative;
}

.mobile-select-menu select {
    padding: 8px 40px 8px 10px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    font-family: 微軟正黑體;
    background: url(../images/rwd_select_att.png) 98% center no-repeat #fff;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* rwd選單 樣式2
**************************************/
a.sr-only.sr-only-focusable {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9999999;
    width: 150px;
    height: 30px;
    color: #333333;
    background: #fff;
    margin: 0;
    line-height: 30px;
    text-align: center;
}
