@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif;
    background: #fff;
    color: #555;
    font-size: 1em;
    line-height: 1;
}

a,
p,
div,
strong,
span,
ul,
li,
label,
table,
th,
td,
em,
small,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif;
    word-wrap: break-word;
}

a {
    text-decoration: none;
    color: #333;
    display: block;
}

a:hover {
    opacity: 0.8;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.hide {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
}

textarea {
    padding: 6px 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

select,
input[type=text],
input[type=password],
input[type=email] {
    border: 1px #bfbfbf solid;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1rem;
    line-height: normal;
}

input[type=text],
input[type=email] {
    padding: 6px;
    margin: 0;
    font-size: 1rem;
    line-height: normal;
}

select {
    padding: 4px 5px;
    margin: 0;
    background: #fff;
}

.type-tag {
    display: inline-block;
    margin: 0 5px;
    background: #666;
    color: #fff;
    font-size: 0.9em;
    border-radius: 16px;
    padding: 5px 15px;
    line-height: 1;
}

/* header 
**********************************************/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999 !important;
    min-height: 200px;
    background-image: url(../images/header-bg.png);
    background-position: center 160px;
    background-repeat: repeat-x;
    background-size: 100%;
    pointer-events: none;
}

.header-content {
    position: relative;
    padding-top: 25px;
    pointer-events: auto;
    background: #fff;
    height: 135px;
}

.header .logo {
    display: block;
    width: 580px;
    height: 90px;
    background: url(../images/logo.png) 0 0 no-repeat;
    background-size: contain;
    font-size: 0;
}

.header-inner {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.header-inner nav {
    vertical-align: top;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.header-top {
    position: absolute;
    right: 0px;
    top: 6px;
    background: url(../images/header-top.png) 0 0 no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 768px;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 40px 10px;
}

.header-top a {
    color: #666;
    font-weight: 500;
    vertical-align: top;
}

.header-link {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
	gap: 30px;
}

/*----
.header-link:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	height: 14px;
	width: 1px;
	background-color: #a1a1a1;
}
----*/
.header-link li {
    position: relative;
    padding: 0;
}
/*----
.header-link li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -15px;
    height: 12px;
    width: 12px;
    background: url(../../images/style04/top-arrow.svg)no-repeat;
}
----*/
.header-link a {
    color: #333333;
	display: block;
    text-align: center;
    height: 21px;
}

.language-btn span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border-radius: 85px;
    width: 80px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    margin: 0 2px;
    font-size: 1rem;
    font-weight: 500;
    background: #00aaaa;
}

.header-top .fontsize {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.header-top .fontsize a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    margin: 0 2px;
    font-size: 1rem;
    font-weight: 500;
}

.fontsize span {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 28px;
    text-align: center;
    margin: 0 2px;
    font-size: 1rem;
    font-weight: 500;
    background: url(../../images/style04/AA.svg) 6px 5px no-repeat #0aa;
    background-size: 22px;
}

.header-top .fontsize a:first-child {
    font-size: 1rem;
}

.header-top .fontsize a:last-child {
    font-size: 1em;
}

.header-top .fontsize .fontsize-active {
    color: #e5b376;
    font-size: 1.2em;
}

.header-social,
.header-search {
    display: inline-block;
    vertical-align: top;
    color: #19888f;
    font-weight: 500;
}

.header-search-wrap {
    height: 44px;
    top: 62px;
    right: 90px;
    float: right;
    position: absolute;
    width: 315px;
    border-radius: 38px;
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e5e5;
    overflow: hidden;
}

.header-search-wrap input[type=text] {
    padding: 6px 14px;
    width: 83%;
    height: 42px;
    border: none;
    border-radius: 38px;
}

.header-backhome {
    background: url(../images/backhome-icon.png) center 0 no-repeat;
    width: 74px;
}

.header-social {
    font-size: 0;
    line-height: 0;
    width: 42px;
    height: 42px;
    position: absolute;
    background-color: #ddd;
    border-radius: 5px;
    right: 90px;
    top: 62px;
}

.header-social .header-social-btn {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 !important;
    background: url(../images/social_icon.png) center center no-repeat;
    padding: 0;
}

.header-social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 9999;
    display: none;
}

.header-social-list li a {
    display: block;
    width: 45px;
    height: 45px;
}

.header-social-list li a:hover {
    opacity: 1;
}

.header-social-list .nav1 a {
    background: url(../images/header_fb_icon.png) 0 0 no-repeat;
}

.header-social-list .nav2 a {
    background: url(../images/header_line_icon.png) 0 0 no-repeat;
}

.header-social-list .nav3 a {
    background: url(../images/header_twitter_icon.png) 0 0 no-repeat;
}

.header-social-list .nav4 a {
    background: url(../images/header_plurk_icon.png) 0 0 no-repeat;
}

.header-search {
    font-size: 0;
    margin: 0 0 0 5px;
    height: 42px;
    width: 42px;
    background: url(../images/search_icon.png) center center no-repeat;
}

.search-zone {
    background: #f2f2f2;
    padding: 75px 20px 40px 20px;
    font-weight: 500;
    display: none;
    position: fixed;
    top: 163px;
    right: 0;
    z-index: 2;
    width: 100%;
}

.search-zone .close-search {
    display: block;
    font-size: 0;
    background: url(../images/close_search.svg) center center no-repeat #ccc;
    background-size: 50%;
    width: 55px;
    height: 55px;
    padding: 20px;
    right: 0;
    top: 0;
    border-radius: 3px;
    position: absolute;
}

.search-zone .search-zone-inner {
    width: 825px;
    position: relative;
}

.search-zone input[type="text"] {
    padding: 10px 5px;
    margin: 0 5px;
    width: 380px;
}

.search-zone .hotkey {
    width: 100%;
    display: block;
    font-size: 0.9em;
    margin-left: 118px;
}

.search-zone .search-btn,
.search-zone .adv-search-btn {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 0 10px;
}

.search-zone .search-btn {
    width: 80px;
    background: #f56c47;
}

.search-zone .adv-search-btn {
    width: 120px;
    background: #fc8d33;
}

.search-zone .hotkey a {
    display: inline-block;
    text-decoration: underline;
    margin: 0 5px;
    padding: 8px 0 0 0;
}

/* header end
**********************************************/
.main-nav,
.sub-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 1.125em;
    height: 100%;
}

.main-nav-wrap {
    background-color: #eadcce;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    box-shadow: 0px 2px 8px #5d5d5d91;
}

.main-nav-container {
    width: 90%;
    margin: 11px auto;
    display: block;
    max-width: 1140px !important;
}

ul.main-nav-list.ulfix {
    width: 100%;
    margin: 0;
    text-align: center;
    display: inline-block;
    white-space: initial;
}

.main-nav > li {
    width: calc(100% / 6);
    position: relative;
    cursor: pointer;
    max-width: 200px;
    display: contents;
    display: flex;
    align-content: center;
    justify-content: center;
}

.en .main-nav > li {
    height: 65px;
}

.main-nav li > a {
    display: block;
    color: #a45b41;
    position: relative;
    line-height: 23px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-nav .arrow {
    height: 8px;
    width: 12px;
    display: inline-block;
    background: url(../../images/style05/main-nav-arrow.svg);
    vertical-align: middle;
    margin-left: 10px;
    margin-right: -12px;
    position: relative;
    top: -2px;
}

.sub-nav {
    position: absolute;
    left: 50%;
    width: 100%;
    z-index: 9;
    background-color: #eadcce;
    display: none;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 65px;
}

.sub-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-nav > li {
    width: 100%;
    border-right: none;
    border-top: 1px solid #eee;
}

.sub-nav > li > a {
    padding: 15px 10px;
    color: #eadcce;
    background: #a65d44;
}

.sub-nav > li > a:hover {
    color: #eadcce;
}

.sub-nav li:first-child {
    border-left: none;
}

.sub-nav li a::after {
    display: none;
}


.footer {
    width: 100%;
    background: #fff;
    color: #333;
    font-size: 0.9375em;
    line-height: 1.8;
}

.footer .footer-logo {
    margin-bottom: 20px;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fat-footer-switch {
    position: absolute;
    width: 100%;
    top: -43px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.fat-footer-open,
.fat-footer-close {
    display: block;
    width: 58px;
    height: 37px;
    margin: 0 auto;
}

.fat-footer-open:hover,
.fat-footer-close:hover {
    opacity: 1;
}

.fat-footer-open {
    background: url(../images/fat_footer_open.png) 0 0 no-repeat;
}

.fat-footer-close {
    background: url(../images/fat_footer_close.png) 0 0 no-repeat;
    display: none;
}

.fat-footer {
    border-top: 6px solid #ff8033;
    background: #fff;
    font-weight: 500;
    position: relative;
    background-color: #f7f6f5;
}

.fat-footer-inner {
    padding: 30px 0 50px 0;
    display: none;
}

.fat-footer-col {
    width: 13%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1.5%;
    text-align: left;
}

.fat-footer-title a {
    color: #333;
    display: block;
    font-size: 1.25em;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 6px
}

.fat-footer ul li {
    padding: 12px 0 0 0;
}

.fat-footer ul li a {
    color: #333;
    font-size: 1em;
}

.fat-footer-inner,
.footer-inner {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.fat-footer-inner {
    text-align: center;
}

.footer-nav {
    width: 100%;
    background: #666;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 0.9375em;
}

.footer-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.footer-nav li {
    position: relative;
}

.footer-nav li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 15px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-nav li:first-child:before {
    display: none;
}

.footer-nav a {
    color: #fff;
    padding: 0 20px;
    display: block;
}

.footer-info-left,
.footer-info-right {
    padding: 20px 0;
}

.footer-info-left li,
.footer-info-right li {
    padding: 4px 0;
}

.footer-info-left {
    float: left;
    width: calc(100% - 200px);
}

.footer-info-right {
    float: right;
    text-align: right;
    width: 200px;
}

/*-無障礙關閉-*/
.footer-info-right ul li:nth-child(3) {
    display: none;
}

.footer .copyright {
    width: 100%;
    text-align: center;
    background: #444;
    padding: 20px 0;
}

.footer .accessible-mark {
    width: 120px;
    display: inline-block;
    margin-bottom: 20px;
}

.wrap {
    position: relative;
    width: 100%;
    padding: 185px 0 0 0;
}

.rwd-header {
    position: fixed;
    z-index: 999;
    display: none;
    width: 100%;
    height: 70px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 14px 0px #b1b1b1;
    -webkit-box-shadow: 0px 0px 14px 0px #b1b1b1;
    -moz-box-shadow: 0px 0px 14px 0px #b1b1b1;
    -o-box-shadow: 0px 0px 14px 0px #b1b1b1;
}

.rwd-header .rwd-logo {
    display: block;
    width: 276px;
    margin: 12px 0 0 20px;
    float: left;
}

.rwd-header .rwd-logo img {
    display: block;
    width: 90%;
}

.rwd-nav-switch {
    margin: 15px 20px 15px 0;
    border: 0;
    font-size: 0;
    display: block;
    /*background: url(../images/rwd_nav_btn.png) 0 0 no-repeat;*/
    width: 30px;
    cursor: pointer;
    float: right;
}

.rwd-nav-switch span {
    width: 100%;
    height: 4px;
    margin: 7px 0;
    background: #ff8033;
    display: block;
    border-radius: 100px;
    cursor: pointer;
}

.back-top {
    position: fixed;
    bottom: 120px;
    right: 37px;
    z-index: 99;
    width: 66px;
    height: 65px;
    cursor: pointer;
    border: 1px solid #dedede;
}

.back-top a,
.back-top img {
    width: 100%;
    display: block;
}