@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: #222;*/
}

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;
    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'] {
    border: 1px #bfbfbf solid;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

select {
    border: 1px #bfbfbf solid;
    padding: 4px 5px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.hide {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
}
/*.hidden {
    opacity: 0;
    visibility: hidden;
}
*/
.visible {
    opacity: 1;
}

.ulfix {
    padding: 0;
    margin: 0;
    list-style: none;
}

.wrapper {
    width: 100%;
    margin-top: 188px;
}

.page-wrap {
    padding-top: 188px;
}

.inner {
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 2px 22px rgba(84, 84, 84, 0.5);
    background: url("../../images/style37/header-bg.jpg") 0 0 no-repeat #fff;
    background-size: cover;
    top: 0;
}

.header-inner {
    width: 95%;
    height: 118px;
    margin: 0 auto;
    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;
    align-items: center;
    justify-content: space-between;
}

.header a {
    /*color: #555555;*/
}

.header .logo {
    margin: 15px 0;
    display: block;
}

.header .logo img {
    width: 100%;
}

.header-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.header-link {
    list-style: none;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
}

.header-link:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    height: 14px;
    width: 1px;
    background-color: #a1a1a1;
}

.header-link li {
    position: relative;
    padding: 0 20px;
    display: inline-block;
}

.header-link li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 1px;
    background-color: #a1a1a1;
}

.header-link a {
    color: #4a4a4a;
}

.header-top .fontsize {
    display: inline-block;
    vertical-align: top;
    margin-right: -1px;
}

.header-top .fontsize a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    margin: 0 2px;
    font-size: 0.95rem;
    font-weight: 500;
}

.header-top .fontsize a:first-child {
    font-size: 0.82rem;
}

.header-top .fontsize a:last-child {
    font-size: 1.2rem;
}

.header-top .fontsize .fontsize-active {
    background: #6e6e6e;
    color: #fff;
}



/* header search 
****************************************************/
.header-search {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.header-search input[type='text'] {
    border: 1px #ccc solid;
    padding: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: -1px;
    width: 70%;
}

.header-search-btn {
    background: url(../../images/style37/header-search-btn.svg) center center no-repeat #333;
    border: 1px #ccc solid;
    width: 38px;
    height: 38px;
    font-size: 0;
}

/* header search end
****************************************************/



/* 漢堡選單
****************************************************/
.c-hamburger {
    display: none;
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
}

.c-hamburger span {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 150px;
    background: #000;
    margin: 5px 0;
}

/* 漢堡選單 end
****************************************************/


/* slider arrow
****************************************************/

.slick-prev,
.slick-next {
    font-size: 0;
    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%);
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    z-index: 17;
}

/* slider arrow end 
****************************************************/



/* slider Dots 
****************************************************/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 2.5rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    color: #b5b5b5;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #ae2e2e;
}

/* slider Dots end
****************************************************/




/* 主選單
****************************************************/

.main-nav-wrap {
    width: 100%;
    display: block;
    background: #00326a;
    font-size: 1.25em;
    font-weight: 500;
    text-align: center;
}

.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.main-nav li {
    text-align: center;
    position: relative;
    cursor: pointer;
    flex: 1;
}

.main-nav li.current {
    background: #ff6156;
}

.main-nav > li > a {
    display: block;
    position: relative;
    color: #fff;
    padding: 20px 10px;
}

.main-nav > li > a > .arr {
    display: block;
    position: absolute;
    color: #fff;
    z-index: 1;
    font-size: 0.6rem;
    right: 10%;
    top: 43%;
    display: none;
}

.main-nav > li.current > a > .arr {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-nav .sub-nav {
    width: 100%;
    list-style: none;
    position: absolute;
    background: #00326a;
    display: none;
    z-index: 3;
    top: 70px;
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

.main-nav .sub-nav li {
    float: left;
    width: 100%;
    text-align: left;
    border-top: 1px solid #90afff;
    padding: 0px 8%;
    margin: 0;
}

.main-nav .sub-nav li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    line-height: 23px;
    white-space: initial;
    color: #fff;
}

.main-nav .sub-nav li:hover {
    background: #305cd1;
}


/* 主選單 end 
****************************************************/


/* footer
****************************************************/

.fat-footer-switch {
    position: absolute;
    width: 100%;
    top: -30px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.fat-footer-open,
.fat-footer-close {
    display: block;
    width: 58px;
    height: 30px;
    margin: 0 auto;
    border-radius: 200px 200px 0 0;
    background-position: center 5px;
    background-repeat: no-repeat;
    /*background-color: #6f9dde;*/
    background-size: 20px;
}

.fat-footer-open:hover,
.fat-footer-close:hover {
    opacity: 1;
}

.fat-footer-open {
    background-image: url(../../images/arr-down-white.svg);

}

.fat-footer-close {
    background-image: url(../../images/arr-up-white.svg);
    display: none;
}

.fat-footer {
    border-top: 4px solid #6f9dde;
    font-weight: 500;
    position: relative;
    background-color: #4069a2;
}

.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: #fff;
    display: block;
    font-size: 1.25em;
}

.fat-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fat-footer ul li {
    padding: 12px 0 0 0;
}

.fat-footer ul li a {
    color: #fff;
    font-size: 1em;
}

.fat-footer-inner,
.footer-inner {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.fat-footer-inner {
    text-align: center;
}

/* footer
****************************************************/

.footer {
    text-align: center;
    font-size: 0.95em;
    background: #214981;
    width: 100%;
    color: #fff;
    line-height: 1.8;
}

.footer p {
    margin: 0;
    padding: 0;
}

.footer-inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}

.footer-logo {
    width: 26%;
    margin-right: 30px;
}

.footer-logo img {
    width: 100%;
}

.footer .accessible-mark {
    width: 120px;
    margin-bottom: 10px;
}

.footer-info-left {
    text-align: left;
    display: flex;
    align-items: center;
}

.footer-info-left a {
    color: #fff;
    text-decoration: underline;
}

.footer .footer-info-left p {
    width: 90%;
}

.footer-info-right {
    text-align: right;
    width: 20%;
}

.footer-nav {
    padding: 10px 0;
}

.footer-nav {
    width: 100%;
    background: #173b6d;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 0.9375em;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    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 ul 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 end
****************************************************/


/* rwd-header
****************************************************/

.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;
    height: 89px;

}

/* rwd-header end
****************************************************/


.back-top {
    position: fixed;
    bottom: 120px;
    right: 37px;
    z-index: 99;
    width: 66px;
    height: 65px;
    cursor: pointer;
    border: 1px solid #dedede;
    display: block;
}

.back-top a,
.back-top img {
    width: 100%;
    display: block;
}
