﻿@charset "UTF-8";
.rwd-header {
    float: left;
    width: 100%;
    height: 88px;
    background: url("../images/header_bg.jpg") center 0 repeat-x;
    background-size：100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    text-align: center;
} 

.rwd-header-inner{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rwd-logo {
    float: left;
    margin-top: 0px;
    margin-left: 20px;
    max-height: 87px;
}
.rwd-nav-btn {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 52px;
    padding-top: 30px;
    float: left;
    display: block;
    color: #666;
    background: url(../images/rwd_menu_btn.png) center 0 no-repeat;
    font-size: 1rem;
    text-align: center;
}

.rwd-nav-close-btn {
    background: url(../images/rwd_menu_close_btn.png) 0 0 no-repeat;
}

.rwd-message {
    width: 35px;
    height: 52px;
    float: right;
    display: block;
    padding: 16px 36px 16px 16px;
}

.rwd-nav a {
    color: #fff;
}

.rwd-select-lang {
    color: #fff;
    text-align: center;
    padding: 13px 0;
}

.rwd-select-lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em;
}

.rwd-select-lang .switch-btn {
    background: #054ca4;
    margin: 0 10px;
    width: 70px;
    height: 38px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    behavior: url(../htc/PIE.htc);
    text-align: left;
}

.rwd-select-lang .switch-btn .btn {
    background: #fff;
    ackground: #054ca4;
    margin: 4px 0 0 4px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    behavior: url(../htc/PIE.htc);
    display: inline-block;
    cursor: pointer;
}

.rwd-search {
    float: left;
    width: 64%;
    margin: 0 2%;
    padding-top: 12px;
    text-align: center;
}

.rwd-search .search_btn {
    display: inline-block;
    width: 65px;
    height: 60px;
    color: #fff;
    font-size: 1.5em;
    background: url(../images/rwd_search_btn.png) 10px center no-repeat #fff;
    border: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.rwd-search .textfield {
    display: inline-block;
    font-size: 1.75rem;
    width: 80%;
    height: 50px;
    border: none;
    vertical-align: top;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.rwd-search .hot-tag {
    padding: 10px 0;
    font-size: 1.125rem;
    font-weight: normal;
    float: left;
    color: #fff;
}

.rwd-search .hot-tag a {
    color: #fff;
}

.rwd-nav-wrap {
    font-size: 1.5625rem;
}

.rwd-nav-row {
    border-top: 1px solid #353535;
}

.rwd-nav-row a {
    display: block;
    width: 86%;
    font-size: 1.875rem;
    padding: 15px 7%;
    background: url(../images/rwd_arr_open.png) 93% center no-repeat;
}

.rwd-nav-row a:hover,
.rwd-nav-row a:active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.rwd-nav-row .no-arr {
    background: none;
}

.rwd-nav-row .no-arr-close {
    background: url(../images/rwd_arr_close.png) 96% 29px no-repeat;
}

.rwd-nav-row .rwd-subnav {
    background: #313131;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rwd-nav-row .rwd-subnav li {
    border-top: solid 1px #555;
}

.rwd-nav-row .rwd-subnav li a {
    font-size: 1.5rem;
    padding-left: 16px;
    background: none;
    width: 88%;
}
.rwd-nav-row .rwd-subnav li .sub-arr-open {
    background: url(../images/rwd_arr.png) 97% 25px no-repeat;
}
.rwd-nav-row .rwd-subnav li .sub-arr-close {
    background: url(../images/rwd_close_arr.png) 97% 29px no-repeat;
}
.rwd-nav-row .rwd-second-subnav {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #424242;
    display: none;
}
.rwd-nav-row .rwd-second-subnav li a {
    font-size: 1.5rem;
    background: url(../images/rwd_second-subnav_bullet.png) 23px 22px no-repeat;
    padding: 10px 0 10px 42px;
} 
.rwd-other-function {
    border-top: solid 1px #555;
    padding: 20px 4%;
}

.rwd-other-function a {
    margin: 0 3%;
    display: inline-block;
}


/*.rwd-other-function a:hover, .rwd-other-function a:active {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}*/

.rwd-nav-row .rwd-subnav li .no-link {
    font-size: 1.25rem;
    color: #fff;
    width: 92%;
    padding: 20px 4% 20px 4%;
    display: block;
}

.rwd-subnav-level-2 {
    width: 100%;
    font-size: 0.9375rem;
}

.rwd-subnav-level-2 a {
    padding: 20px 5% 20px 5%;
    font-size: 0.9375rem;
}

.rwd-msic {
    width: 100%;
    float: left;
    font-size: 1.5rem;
    text-align: center;
    border-top: solid 1px #353535;
}

.rwd-msic ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
}

.rwd-msic ul li {
    width: 100%;
    float: left;
}

/*.rwd-msic ul li:nth-child(1),
.rwd-msic ul li:nth-child(3) {
    border-right: solid 1px #353535;
}*/

.rwd-msic ul li span {
    width: 84%;
    display: block;
    color: #d2d2d2;
    padding: 10px;
    border: 1px solid #555;
    margin: 10px auto 0 auto;
    font-size: 1.125rem;
}

.rwd-social {
    float: left;
    width: 100%;
    text-align: center;
}

.rwd-social a {
    display: inline-block;
    padding: 0;
    margin: 10px 0;
}

.rwd-social a img {
    width: 60%;
}

.rwd-social .rwd-epaper {
    width: 53%;
}

.rwd-focus-temp {
    display: none;
    width: 100%;
    float: left;
}

.rwd-focus-temp img {
    width: 100%;
}

.rwd-index-content {
    width: 100%;
    display: none;
}

.rwd-index-content img {
    width: 100%;
    display: block;
}

.rwd-footer-nav {
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: -2px;
    border-top: 2px #ccc solid;
    display: none;
}

.rwd-footer-nav img {
    width: 100%;
}

.rwd-footer-nav a {
    display: block;
    width: 90px;
    height: 104px;
    position: absolute;
}

.rwd-footer-nav .nav1 {
    left: 23px;
}

.rwd-footer-nav .nav2 {
    left: 145px;
}
.rwd-footer-nav .nav3 {
    left: 266px;
}

.rwd-footer-nav .nav4 {
    left: 390px;
}

.rwd-footer-nav .nav5 {
    left: 510px;
}

/*.sb-slidebar.sb-active {
    width: 100%;
}

.sb-slidebar {
    width: 100%;
    padding-top: 84px;
}

.sb-slidebar img {
    display: block;
    width: 100%;
}*/

/* 漢堡選單
--------------------------------------------------------*/
.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;
    margin: 26px;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333333;
    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 nav
--------------------------------------------------------*/
.rwd-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rwd-nav-sub ul li {
    position: relative;
    text-align: left;
    border-top: 1px solid #353535;
}

.rwd-nav ul li a {
    position: relative;
    display: block;
    font-size: 1.25rem;
}

.rwd-nav ul li a:active {
    background: transparent;
}

.rwd-nav .arr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 0.9rem;
    position: absolute;
    right: 8px;
    top: 15px;
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transform: rotate(0deg);
}

.rwd-nav .arr-open .arr {
    transform: rotate(90deg);
}

.rwd-nav .arr::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/arr-right-white.svg") 0 0 no-repeat;
    background-size: 100%;
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
}

.rwd-nav .arr-open::before {
    background: url("../images/arr-down-white.svg") 0 0 no-repeat;
    background-size: 100%;
}


.rwd-nav-search {
    margin: 15px 10px;
}

.rwd-nav-search input[type='text'] {
    padding: 7px 10px;
    width: 100%;
    border: 0;
    box-shadow: 0 0 0;
}

.rwd-searbtn-wrap .search,
.rwd-searbtn-wrap .adv-search {
    background: #ea5769;
    color: #fff;
    display: inline-block;
    width: 74px;
    border: 0;
    border-radius: 3px;
    text-align: center;
    padding: 5px 15px !important;
    margin: 15px 0 0 0;
    font-size: 0.9375rem;
    vertical-align: top;
    box-shadow: 0 0 0;
}

.rwd-searbtn-wrap .adv-search {
    background: #ee3653;
    width: calc(100% - 83px);
    display: inline-block;
    margin-left: 5px;
}

.rwd-nav-list>.rwd-nav-main {
    border-bottom: 1px solid #484848;
    margin-bottom: 25px;
}

.rwd-nav-main>li {
    border-top: 1px solid #484848;
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    position: relative;
}

.rwd-nav-main>li a {
    padding: 12px 15px;
}

.rwd-nav-sub {
    display: none;
    position: relative;
    text-align: left;
    background: #464646;
}

.rwd-nav-sub>li {
    position: relative;
    text-align: left;
    border-top: 1px solid #353535;
}

.rwd-nav-misc a {
    border: 1px #565656 solid;
    border-radius: 5px;
    padding: 7px 0;
    width: 70%;
    text-align: center;
    margin: 0 auto 14px auto;
    /* 無障礙：相對單位 rem（原 15.5px，以 16px=1rem 換算） */
    font-size: 0.96875rem !important;
}

.rwd-nav-sub.lev2 ul li a {
    padding: 10px 30px;
}

/* rwd nav end
--------------------------------------------------------*/