@charset "UTF-8";

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local(MS Gothic), local(Yu Gothic);
}

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體), local(Microsoft JhengHei);
}

body {
    font-family: 'Microsoft JhengHei', '微軟正黑體', "新微軟正黑體", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #000;
}

body.en {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    /*color: #2980b9;*/
    color: #0072bb;
}

a:focus {
    outline: 4px solid #ffb807;
}

a,
p,
div,
strong,
span,
ul,
li,
label,
em,
h1,
h2,
h3,
h4,
h5,
h6,
pre {
    font-family: 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif;
    word-wrap: break-word;
}

.lang-zh-cn-font a,
.lang-zh-cn-font p,
.lang-zh-cn-font div,
.lang-zh-cn-font strong,
.lang-zh-cn-font span,
.lang-zh-cn-font ul,
.lang-zh-cn-font li,
.lang-zh-cn-font label,
.lang-zh-cn-font em,
.lang-zh-cn-font h1,
.lang-zh-cn-font h2,
.lang-zh-cn-font h3,
.lang-zh-cn-font h4,
.lang-zh-cn-font h5,
.lang-zh-cn-font h6,
.lang-zh-cn-font pre {
    font-family: 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif;
    word-wrap: break-word;
}

.en a,
.en p,
.en div,
.en strong,
.en span,
.en ul,
.en li,
.en label,
.en em,
.en h1,
.en h2,
.en h3,
.en h4,
.en h5,
.en h6,
.en pre {
    font-family: Arial, Helvetica, sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    font-size: 0em;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    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;
    z-index: 1;
}

a {
    text-decoration: none;
    cursor: pointer;
    /* -webkit-transition: all 0.2s ease; */
    /* transition: all 0.2s ease; */
}

a:hover {
    text-decoration: none;
}

.radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.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%;
}

input[type='text'],
input[type='password'],
input[type='number'] {
    border: 1px #bfbfbf solid;
    padding: 5px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    border: 1px #bfbfbf solid;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    min-height: 90px;
}

select {
    border: 1px #bfbfbf solid;
    padding: 5px 27px 5px 8px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select_arr.svg) 96.5% center no-repeat #ffffff;
    background-size: 9px 9px !important;

}

select::-ms-expand {
    display: none;
}

mark,
.mark {
    background-color: #fffe00;
}

.show {
    opacity: 1;
    display: block;
}

.hide {
    opacity: 0;
    display: none;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    line-height: 0;
}

.visible {
    opacity: 1;
    visibility: visible;
    line-height: normal;
}

.list,
.ulfix {
    padding: 0;
    margin: 0;
    list-style: none;
}

.inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1140px;
}

.wrapper {
    width: 100%;
    float: left;
    margin-top: 0;
}

:target:before {
    content: "";
    display: block;
    height: 155px;
    margin-top: -155px;
}

ul.main-nav-list a.link {
    color: #ffe596;
}

p {
    margin-top: auto;
    margin-bottom: auto;
}

/* header 
--------------------------------------------------------- */
.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    background: #7f0020;
    height: 135px;
}

.header .acc-key {
    position: absolute;
}

.header-inner {
    width: 90%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo,
.header .logo-en {
    display: block;
}

.header .logo {
    max-width: 180px;
    width: 100%;
    overflow: hidden;
}

.header .logo-en {
    max-width: 400px;
}

.header .logo img,
.header .logo-en img {
    width: 100%;
}

.header .logo p {
    color: #ffffff;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: middle;
    font-size: 1.3125em;
    font-weight: 600;
    line-height: 29px;
}

.header-misc {
    float: right;
    padding: 9px 0 0 0;
    display: flex;
    flex: 9;
    justify-content: flex-end;
    width: 100%;
}




/* header end
--------------------------------------------------------- */

/* 主選單
--------------------------------------------------------*/
.main-nav {
    width: 100%;
    display: block;
    float: left;
    font-weight: bold;
    background: #7f0020;
}

.main-nav-list {
    position: relative;
}

.en .main-nav-list>li {

    width: calc(100% / 5 - 4px);
    padding: 0;
}

.main-nav-list>li {
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    padding: 0 2%;
}

header.header.header-tiny .main-nav-list>li {
    /*align-self: center;*/
    padding: 0;
    width: 12%;
}

ul.main-nav-list.ulfix {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    border-top: 2px solid #9a2e4a;
}

.main-nav-list>li.active {
    background: rgba(255, 255, 255, 0.1);
}

.main-nav-list>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 13px 0;
    font-size: 1.17rem;
    height: 100%;
}

.en .main-nav-list>li>a {
    padding: 14px 20px;
    font-size: 1.1rem;
    letter-spacing: -.3px;
    height: 100%;
}

.main-nav-list>li>a.nav-link {
    color: #fbefcd;
}

.sub-nav-list {
    position: absolute;
    margin: 0;
    padding: 5px 4.5%;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    display: none;
    top: 54px;
    left: 0;
    overflow: hidden;
    text-align: left;
}

.sub-nav-list>li {
    display: inline-block;
    width: calc(100% / 5 - 24px);
    text-align: left;
    margin: 15px 10px;
    vertical-align: top;
}

.en .sub-nav-list>li {
    width: calc(100% / 3 - 34px);
}

.sub-nav-list>li>a,
.sub-nav-list>li>span {
    color: #ffffff;
    display: block;
    padding: 0 12px 8px 12px;

}

.sub-nav-list>li>span {
    cursor: default;
}

.en .sub-nav-list>li>a {
    padding: 0 12px 8px 12px;
    font-size: 1.1em;
}

.third-nav-list {
    border-top: 1px solid #4a4a4a;
    text-align: left;
    width: 100%;
    font-size: 1rem;
    padding: 5px 0 0 0;
    margin: 0;
}

.third-nav-list>li {
    margin: 0;
    padding: 7px 0;
    line-height: 1.2;
}

.third-nav-list>li>a {
    color: #fff;
    background: url(../images/third-nav-arr.svg) 9px 4px no-repeat;
    background-size: 12px;
    padding-left: 24px;
    display: block;
}

.sub-nav-list>li>a:hover,
.third-nav-list>li>a:hover {
    color: #fbf2c5;
}

/* 主選單 end 
--------------------------------------------------------*/

/* footer 
--------------------------------------------------------*/

.footer-right {
    float: right;
    text-align: right;
    width: 50%;
}

.footer {
    width: 100%;
    line-height: 1.6;
    float: left;
    font-weight: bold;
    background: #7f0020;
}

.footer-container {
    width: 90%;
    float: left;
    margin: 0 5%;
    padding: 18px 0;
    color: #fff;
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer a {
    color: #ffffff;
}

ul.footer-info {
    list-style: none;
    width: 100%;
}


.fat-footer-open {
    display: block;
    width: 50px;
    height: 25px;
    line-height: 0;
    margin: 0 auto;
    background-color: #7f0020;
    border-radius: 5px;
    position: relative;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 0em;
}

.fat-footer-open .arr {
    color: #fff;
    font-size: 0.8rem;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    margin-top: 8px;
}

.fat-footer-close .arr {
    transform: rotate(180deg);
}

.footer-nav>ul {
    padding: 2px 0 !important;
    list-style: none;
    font-size: 0.94em;
    width: 100%;
}

/* fat footer
--------------------------------------------------------*/
.fat-footer {
    background: #7f0020;
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #9a2e4a;
    display: none;
}

.fat-footer-sw {
    width: 100%;
    text-align: center;
    padding: 0;
    height: 25px;
}

.fat-footer-sw a {
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.fat-footer-sw .open-arr,
.fat-footer-sw .close-arr {
    display: inline-block;

    fill: #fff;
    font-weight: bold;
    position: relative;

    text-align: center;
    width: 13px;
    line-height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fat-footer-sw .close-arr {
    display: none;
}

.fat-footer-inner {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.en .fat-footer-content {
    width: calc(100% / 5 - 2% - 4px);

}

.fat-footer-content {
    width: calc(100% / 8 - 2% - 4px);
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
    margin: 30px 1%;
}

.fat-footer-content .title {
    font-weight: bold;
    font-size: 1em;
    margin: 0 auto 15px auto;
    padding: 0 0 12px 0;
    display: block;
    border-bottom: 1px solid #9a2e4a;
    width: 95%;
    text-align: left;
}

.fat-footer-content .title a {
    color: #fff;
}

.fat-footer-content ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.fat-footer-content ul li {
    margin: 0 0 9px 0;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.fat-footer-content ul li a {
    font-weight: bold;
    color: #fff;
    font-size: 0.98rem;
    line-height: 24px;
}

.footer-mark {
    margin: 0 0 10px 0;
}


.footer-nav {
    padding: 0;
    list-style: none;
    text-align: left;
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
}

.footer-container>p {
    margin-bottom: 0;
}

.copyright {
    text-align: center;
    color: #fff;
    float: left;
    width: 100%;
    border-top: 1px solid #9a2e4a;
    padding: 12px 0;
}

.copyright p {
    float: left;
    margin: 0;
}

.copyright span {
    float: right;
}

.copyright-inner {
    font-size: 1rem;
    width: 90%;
    float: left;
    margin: 0 5%;
}

.footer-nav li {
    display: inline-block;
    border-left: 1px solid rgb(199 140 140);
    padding: 0 15px;
    line-height: 1;
}

.footer-nav li:last-child {

    border-right: 1px solid rgb(199 140 140);
}

.footer-right {
    float: right;
    width: 136px;
    text-align: right;
    display: none;
}

.footer-nav li a:hover {
    opacity: 0.8;
}

.footer-left {
    float: left;
    width: 100%;
    margin-right: 0;
    text-align: center;
}


.footer-mark a {
    display: inline-block;
    margin: 0 -4px 0 15px;
    vertical-align: top;
}

.footer-accessibility {
    width: 136px;
}

.footer-accessibility img {
    width: 100%;
}

.footer-logo {
    display: block;
    padding: 0 0 10px 0;
}

.footer-img {
    padding: 0;
    width: 120px;
}

.footer-img img {
    display: block;
    width: 100%;
}

.footer-info p {
    margin: 0;
    line-height: 29px;
}

.switch-hit {
    font-size: 0em;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 85px;
    z-index: 9999;
}

p.footer-info {
    margin: 7px 0 0 0;
}

.copyright-cont,
.copyright-cont p,
.copyright-cont img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.copyright-cont:first-child {
    margin-right: 5px !important;
}

a.fat-footer-open.fat-footer-close .open-arr {
    display: none;
}

a.fat-footer-open.fat-footer-close .close-arr {
    display: inline-block;
}

/* footer end
--------------------------------------------------------*/

/* header搜尋
--------------------------------------------------------*/

.header-search-wrapper {
    float: right;
    width: 285px;
    padding: 9px 0 6px 0;
}

a.header-share {
    float: left;
    width: 38px;
}

.header-searchbar {
    width: 100%;
    background: #7f0020;
    padding: 20px 0;
    display: none;
    border-top: 1px solid #9a2e4a;
    z-index: 999999;
}

.header-searchbar-inner {
    width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 0 75px 0 0;
}

.header-searchbar-search {
    width: 422px;
    float: left;
}

.header-search-btn,
.header-advsearch-btn {
    background: #276b8b;
    color: #fff !important;
    border: 1px #276b8b solid;
    margin-left: 0;
    padding: 5px 25px;
    cursor: pointer;
    float: left;
}

.header-search-btn {
    margin-left: 5px;
}

.header-advsearch-btn {
    margin-left: 15px;
}

.header-search-hot {
    font-size: 1rem;
    margin: 8px 0 0 0;
    color: #fff;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.en .header-search-hot {
    font-size: 0.92rem;

}

.header-search-hot a {
    color: #ffffff;
    margin-right: 8px;
    text-decoration: underline;
    display: inline-block;
}

.header-search-hot a:hover {
    opacity: 0.7;
}

a.headerSearchBtnClear,
a.headerSearchBtn {
    display: inline-block;
    color: #fff !important;
    color: #333333;
    font-size: 0.88em;
    padding: 9px 0;
    border-radius: 3px;
    position: relative;
    font-weight: bold;
    line-height: normal;
    background: #a70f35;
    width: 70px;
    text-align: center;
    margin: 0 0 0 3px;
}

.header-searchbar-inner input[type='text'] {
    width: calc(100% - 172px);
    border: 0;
    font-size: 1rem;
    padding: 7px 10px;
}

.en .header-searchbar-inner input[type='text'] {
    width: calc(100% - 97px);
    border: 0;
    font-size: 1rem;
    padding: 9px 10px;
}

.header-searchbar-close {
    background: url(../images/close_search.png) center center no-repeat #777;
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 0em;
    border-radius: 3px;
    background-size: 13px;
}

/* header搜尋 end
--------------------------------------------------------*/


/* 漢堡選單
--------------------------------------------------------*/
.hamburger {
    width: 36px;
    height: 27px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 100px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 35px;
}

.hamburger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburger span:nth-child(2) {
    top: 11px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburger span:nth-child(3) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.hamburger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26px;
    left: 8px;
}

/* 漢堡選單 end
--------------------------------------------------------*/

/* rwd側選單
-----------------------------------------------------*/
.rwd-nav {
    display: none;
}

.rwd-lev1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #333;
}

.rwd-lev1>a {
    width: calc(100% - 45px);
}

.rwd-lev2:first-child {
    border-top: 0;
}

.rwd-lev2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;

}

.rwd-lev2>a {
    width: calc(100% - 45px);
}

.rwd-lev3 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.rwd-lev3>a {
    width: calc(100% - 45px);
}

.rwd-main-nav .rwd-sub-nav .rwd-sub-nav .rwd-lev3 a:last-child::before {
    display: none;
}

.rwd-lev4 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.rwd-lev4>a {
    width: calc(100% - 45px);
}

.rwd-main-nav .rwd-sub-nav .rwd-sub-nav .rwd-lev4 a:last-child::before {
    display: none;
}


.rwd-nav-search {
    padding: 0 15px;
    margin: 18px 0;
    width: 100%;
}

.rwd-nav-search input[type='text'] {
    padding: 6px 8px;
    width: calc(100% - 74px);
    display: inline-block;
    vertical-align: top;
    border: 0;
    border-radius: 2px;
    font-size: 0.95rem;
}

.en .rwd-nav-search input[type='text'] {
    width: 100%;
}

button.search {
    background: #7f0020;
    border: 0;
    font-size: 0.9rem;
    color: #fff;
    width: 60px;
    padding: 5px 0 7px 0;
    border-radius: 2px;
    height: 34px;
    vertical-align: top;
}

.rwd-searbtn-wrap {
    margin: 0 0 0 6px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    width: 60px;
    flex-wrap: wrap;
}

.en .rwd-searbtn-wrap {
    margin: 12px 0 20px 0;
    text-align: center;
    overflow: hidden;
    display: block;
    width: 100%;
    flex-wrap: wrap;
}

.rwd-searbtn-wrap input[type='submit'],
.rwd-searbtn-wrap a.adv-search {
    padding: 6px 5px;
    font-size: 0.95rem;
    border: 0;
    margin: 0;
    background-color: #7f0020;
    width: calc(100% / 2 - 4px);
    color: #fff;
    float: left;
    border-radius: 2px;
    font-weight: bold;
}

.rwd-searbtn-wrap input[type='submit'] {
    margin-right: 4px;
}

.rwd-searbtn-wrap a.adv-search {
    margin-left: 4px;
}

.rwd-search-btn .btn {
    margin-right: 10px;
}

.rwd-search-btn .adv-btn {
    background-color: #004ea2;
}

.rwd-lang {
    margin: 0 15px;
    display: flex;
    align-items: flex-start;
}

.rwd-lang a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin: 0;
    flex: 1;
    border-radius: 0;
    line-height: 1;
    font-size: 0.95rem;
    font-weight: bold;
    background: #454545;
}

.rwd-lang a.current {
    color: #fff;
    background: #7f0020;
    padding: 10px 0;
    margin: 0;
    flex: 1;
}

.rwd-nav-wrap {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.rwd-nav-row a {
    font-size: 1.08rem;
    padding: 11px 20px;
    position: relative;
    line-height: 1.55;
}

.rwd-nav-row .arr {
    font-size: 0.6rem;
    position: relative;

    width: 45px;

    padding: 0;
    line-height: normal;
}

.rwd-nav-row .arr i {
    position: absolute;
    top: 42%;
    top: 42%;
    left: 42%;

}

.arr.open i {
    transform: rotate(90deg);
    -moz-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
}



.rwd-nav-row:first-child .rwd-main-nav {
    border-top: 1px solid #333;
}

.rwd-lev12,
.rwd-lev2 {
    border-bottom: 1px solid #434343;
}

.rwd-lev12:last-child,
.rwd-lev2:last-child {
    border-bottom: 0;
}

.rwd-sub-nav {
    display: none;

    background: #333;
}

.rwd-nav-misc {
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0;
}

.rwd-nav-misc li {
    display: inline-block;
    width: 80%;
    margin: 0 10% 14px 10%;
    padding: 6px 5px;
    font-size: 1em;
    border: 1px solid #565656;
    border-radius: 4px;
}

.rwd-nav-misc li a {
    padding: 0;
    font-size: 0.85em;
}

.rwd-lev2.noLevel a {
    width: 100%;
}


.rwd-main-nav .rwd-sub-nav .rwd-sub-nav a {
    position: relative;
    padding-left: 33px;
}

.rwd-main-nav .rwd-sub-nav .rwd-sub-nav a::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ffffff;
    display: inline-block;
    border-radius: 2px;
    position: absolute;
    top: 23px;
    left: 22px;
}

/* rwd側選單 end
-----------------------------------------------------*/



/*-lev2-*/
ul.side-nav-lev2 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.side-nav-lev2 li {
    background: #fff7ed;
    border-bottom: 1px solid #fde0bf;
    margin: 0;
}

.side-nav li .side-nav-lev2 li a::before {
    content: "";
    display: none;
}

.side-nav-link {
    color: #222222 !important;
}

.welcome {
    text-align: right;
    padding-bottom: 10px;
    font-weight: bold;
}

.welcome a.logout {
    display: inline-block;
    background: #225690;
    color: #fff;
    border-radius: 3px;
    font-size: 0.85rem;
    padding: 8px 8px;
    margin-left: 10px;
    line-height: 1;
}

.welcome a.logout:hover {
    color: #c9e3ff;
}


/*--*/
.header-misc-nav a.link {
    color: #f1efaf;
}

.main-nav-list>li.link>a,
.sub-nav-list li.link a {
    color: #f9f6b6;
}


/*--*/
.misc-wrap {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
}

.misc a {
    margin: 0 5px;
    color: #ffffff;
    font-size: 0.88rem;
}

.misc-wrap>div {
    margin: 0 15px;
}

.misc-wrap>div::before {
    content: "";
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    height: 12px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);

}

.header-func {
    position: relative;
}

.header-func a,
.fontSize a {
    margin: 0 8px;
}

.fontSize a {
    opacity: 0.6;
}

.fontSize a.active {
    opacity: 1;
}

.header-socialmedia-list {
    position: absolute;
    left: 5px;
    z-index: 3;
    top: 29px;
    display: none;
}

.header-socialmedia-list a {
    display: block;
    font-size: 0em;
    line-height: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    margin: 6px 0;
}

.header-socialmedia-list .fb {
    background-image: url(../images/ps-fb-index.svg);
}

.header-socialmedia-list .youtube {
    background-image: url(../images/ps-youtube.svg);
}


/* page btn
--------------------------------------------------------*/
.page-btn,
.page-btn.bottom {
    width: 100%;
    text-align: center;
}

.page-btn.bottom {
    padding: 30px 0;
}

.page-btn a {
    background: #666;
    color: #fff;
    min-width: 130px;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 150px;
    font-size: 1rem;
}

/*page btn end
--------------------------------------------------------*/


/* 出席大法官
--------------------------------------------------------*/
.article-justice-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.8;
    width: 630px;
}

.text .row {

    margin-right: 0;
    margin-left: 0;
}

.article-justice-box .row {
    width: 100%;
    position: relative;
    margin: 0;
}

.article-justice-box.article-justice-box-3 .attend-info .name {
    width: 100% !important;
}

.article-justice-box .chairman-head {
    font-weight: normal;
    display: block;
    width: 212px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}

.article-justice-box .chairman-info,
.article-justice-box .attend-info {
    margin-left: 212px;
    width: calc(100% - 212px);
}

.article-justice-box .row .title {
    width: 55px;
    float: left;
}

.article-justice-box .row .list {
    width: calc(100% - 150px);
    float: left;
}

.article-justice-box .row p {
    margin: 0;
    padding: 0;
}

.article-justice-box .attend-info .name {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: calc(100% / 4 - 4px);
}

.article-justice-box-3,
.article-justice-box-15 {
    width: 100%;
}

.article-justice-box-3 .row {
    margin-left: 0;
}

.article-justice-box-3 .attend-info .name {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: calc(100% / 2 - 4px);
}

.article-justice-box-15 .row {
    margin-left: 0;
}

.article-justice-box-15 .attend-info .name {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: calc(100% / 3 - 4px);
    max-width: 107px;
}

.article-date span {
    letter-spacing: 59px;
    margin-left: 59px;
}

.article-date span:first-child,
.article-date span:nth-child(2),
.article-date span:nth-child(3),
.article-date span:nth-child(4) {
    margin-left: 0;
}

.article-date span:last-child {
    letter-spacing: 0;
}

.article-justice-box.article-justice-box-15 .chairman-head {
    font-weight: normal;
    display: block;
    width: 128px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}

.article-justice-box.article-justice-box-15 .chairman-info,
.article-justice-box.article-justice-box-15 .attend-info {
    margin-left: 128px;
    width: calc(100% - 128px);
}

/* 出席大法官 end
--------------------------------------------------------*/

/* 所屬機關連結
-----------------------------------------------------*/
.units_block {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: rgb(127 0 32 / 94%);
    top: 0px;
    left: 0px;
    padding: 30px;
    overflow-y: auto;
    font-size: 1.066em !important;
    box-sizing: border-box;
}

.units_block .units_title {
    max-width: 1200px;
    display: block;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #bf5c73;
    padding-bottom: 1em;
    margin: 0px auto 1em;
    font-size: 1.5em;
}

.units_block>ul {
    max-width: 1200px;
    height: 85vh;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
    text-align: left;
    padding: 0;
    float: none;
    overflow-y: auto;
}

.units_block>ul>li {
    display: block;
    padding: 0;
    margin: 0;
    color: #3aefff;
    font-weight: bold;
}

.units_block>ul>li li {
    float: left;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.938em;
    font-weight: normal;
}

.units_block .close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 40px;
    right: 45px;
    z-index: 99999;
    opacity: .8;
}

.units_block .close img {
    width: 100%;
}

.units_block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: none;
    overflow: hidden;
}

.units_block>ul>li li a {
    padding: .6em 0;
    display: block;
    color: #fff;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}


/* header-tiny
-----------------------------------------------------*/
header.header.header-tiny {
    height: 65px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 3%;
    align-items: center;
}

header.header.header-tiny .misc-wrap {
    display: none;
}

header.header.header-tiny .main-nav {
    width: calc(100% - 155px);
    display: block;
    float: left;
    font-weight: bold;
    background: #7f0020;
}

header.header.header-tiny ul.main-nav-list.ulfix {

    border-top: 0;
}

header.header.header-tiny .logo {
    max-width: 155px;
}

header.header.header-tiny .header-inner {
    width: 155px;
    height: 42px;

}

header.header.header-tiny .main-nav-list>li>a {

    padding: 18px 0;
    font-size: 1.05rem;
    letter-spacing: -.5px;
}

header.header.header-tiny .sub-nav-list {

    top: 64px;

}

header.header.header-tiny .main-nav-list {
    position: static;
}

/* header-tiny EN
-----------------------------------------------------*/
.en header.header.header-tiny .header-inner {
    width: 260px;
    height: 42px;
}

.en .en header.header.header-tiny .logo-en {
    max-width: 260px;
}

.en header.header.header-tiny .main-nav {
    width: calc(100% - 260px);

}

.en header.header.header-tiny .main-nav-list>li>a {
    padding: 20px 5px;
    font-size: 0.98rem;
    letter-spacing: -.8px;
}

.en header.header.header-tiny {
    height: 65px;

    padding: 0 2%;

}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 4px;
    width: 1.8em;
    height: 1.8em;
}

/* 網站導覽
-----------------------------------------------------*/

ul.accesskeyDefine {
    background: #ece8e0;
    list-style: disc;
    padding: 14px;
    padding-inline-start: 41px;
    margin: 10px 0;
}