﻿*,
*::after,
*::before {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 2rem;
    font-family: '微軟正黑體', 'Roboto', sans-serif;
    color: #2e3233;
    overflow-x: hidden;
    overflow-y: hidden;
    letter-spacing: .5px;
    /*opacity: 0;
    visibility: hidden;*/
}
body:before {
    position: absolute;
    width: 100vw;
    height: 100vh;
    content: "";
    display: block;
    z-index: 99999;
    background: transparent;
}
body.fadeInLoading {
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
}
body.fadeInLoading:before {display: none;}
.bodyLoading {display: block; opacity: 1; visibility: visible; position: fixed; left: 50%; top: 50%; margin: -150px 0 0 -150px; padding: 150px; background: url(../images/bodyLoading.gif) center no-repeat/contain; z-index: 9999;}
body.freezeBody, html.freezeBody {overflow: hidden;}

iframe html, iframe body {width: 100%;}

::selection {
    background: #dcdcdc;
    color: initial;
}
::-moz-selection {
    background: #dcdcdc;
    color: initial;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(128, 128, 128, 0);
    -o-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    /*word-break: break-all;*/
}
a:hover {
    -o-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
}
a strong {font-weight: 300;}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e4e4e4;
    margin: 1em 0;
    padding: 0;
}
img {
    max-width: 100%;
    display: block;
}
input {
    font-family: sans-serif;
    font-size: 1.6rem;
    font-family: Arial, Helvetica, "Microsoft JhengHei", Sans-Serif;
}
input[type="search"]::-ms-clear {
    /* removes close icon - IE */
    
    display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
    position: relative;
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    top: 1px;
}
input.mini {
    width: 120px;
}
input.short {
    width: 180px;
}
input.middle {
    width: 250px;
}
input.long {
    width: 180px;
}
input.longlong {
    width: 180px;
}
textarea {
    border: none;
    padding: 9px;
    font-size: 100%;
    font-family: "Microsoft JhengHei";
}
form {
    width: 100%;
    height: 100%;
}
select {
    font-family: "Microsoft JhengHei";
}

/*input style*/
input[type=text],
input[type=password],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 5px;
    margin: 0px 1px 3px 0px;
    border: 1px solid #DDDDDD;
    color: #535353;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}
input[type=checkbox],
input[type=radio] {
    border: 1px solid #bbb;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    /* -webkit-appearance: none; */
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 5px;
    margin: 0px 1px 3px 0px;
    border: 1px solid #DDDDDD;
    color: #535353;
}
select:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    /* margin: 0px 1px 3px 0px; */
    /* border: 1px solid rgba(81, 203, 238, 1); */
}

p { display: block; font-size: 15px; font-size: 1.5rem; line-height: 1.5; /*20200620改行高*/ line-height: 1.65;}
/******************************通用**************************************/
.col-l {float: left;}
.col-r {float: right;}
.btm_100p {margin-bottom: 100px;}
.alignCenter {text-align: center;}

.tableStructure {display: table; width: 100%;}
.tableStructure .col {display: table-cell; vertical-align: top;}
.tableStructure.vCenter .col {vertical-align: middle;}
.tableStructure.wImg .col {padding: 2rem;}
.tableStructure.wImg .Img { width: 400px;}
.tableStructure.wImg .Img img{ width: 100%; border-radius: 10px;}
.tableStructure.imgTitle b {text-align: center; font-weight: 300; font-size: 1.4rem; display: block;}
.tableStructure.oneForth {display: flex;}
.tableStructure.oneForth .col {display: inline-block;}

.tableCenter {display: table; width: 100%;}
.tableCenter > div {display: table-cell; text-align: center;}

.mContent-contArea ul {list-style: disc; margin-left: 1em; margin-bottom: 2rem;}
.mContent-contArea ul li { margin-bottom: 1rem;}

.mContent-contArea ol {list-style: decimal; margin-left: 1em; margin-bottom: 2rem;}
.mContent-contArea ol li { margin-bottom: 1rem;}

.fullWidth {width: 100% !important;}

.fullpageimg img {width: 100%;}

hr.hr_1 {margin: 5rem 0;}
.marginBtm_30 {margin-bottom: 3rem;}

.row {
    margin-left: 0rem;
    margin-right: 0rem;
} 

table {line-height: 180%;}

.btnStyle_1 {
    display: inline-block; padding: 8px 16px; position: relative; background: #000000; color: #ffffff; font-weight: 300; font-size: 1.4rem; border-radius: 30px;
}
.btnStyle_1.wIcon {padding-right: 45px;}
.btnStyle_1.wIcon:before {
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    width: 14px;
    height: 14px;
    background: no-repeat center/contain;
    margin-top: -7px;
}
.btnStyle_1:hover {background-color: rgba(0,0,0,.7);}
.btnStyle_1.wIcon.externalLink:before {background-image: url('../images/icon-arrowRight.svg');}

.btnStyle_1.wIcon.enlarge:before {background-image: url('../images/icon-enlarge_white.svg')}

.highLight {color: #e60012;}

.table_responsive td:before {display: none;}
@media screen and (max-width: 768px) {
    .table_responsive, 
    .table_responsive thead,
    .table_responsive tbody, 
    .table_responsive tr, 
    .table_responsive td {display: block; width: 100%;}
    .table_responsive tr {border-left: 3px solid #d95d45;}
    .table_responsive tr:nth-child(odd) {border-left: 3px solid #f39c8b;}
    .table_responsive th {display: none;}
    .table_responsive td, table.tableStyle_2.table_responsive th, table.tableStyle_2.table_responsive td {
        position: relative;
        padding: .5rem 2rem;
        padding-top: 3.5rem;
        width: 100%;
        border-bottom: 1px dashed rgba(255, 255, 255, .7);
    }
    .table_responsive td:before {position: absolute;top: 0;left: 0;padding: 1rem 2rem 0 2rem;display: block;font-weight: 500;color: #006993;}
}

.acc {position: absolute;}
.upperNav .acc { left: 0; top: 0; color: #006993;}
.mainNavWrap {position: relative;}
.mainNavWrap .acc {left: 0; top: 0; color: #eee8dc; z-index: 2;}
.mbr-slider .acc {left: 0; top: 0; color: #2b3e51; z-index: 2;}
.mContent .acc {color: #eee8dc; z-index: 2;}
/******************************通用 end**********************************/

/*header*/
.bodyHeader, .bodyHeader_inner {
    padding: 3rem;
    margin: 0 0 2rem;
}
.bodyHeader_inner {margin: 0;}
.bodyHeader .wrapper, .bodyHeader_inner .wrapper {
    z-index: 10;
    position: relative;

    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
}
.stickyAnchor.heightFill {height: 139px;}

h1.logo {margin-bottom: 3rem;}
h1.logo a, strong.logo a {display: block; text-indent: -9999rem; margin: 0 auto; width: 14rem;height: 0;padding-top: 9rem;background: url(../images/logo.svg) no-repeat center/contain;}
nav.mainNav ul {position: relative; font-size: 0; text-align: center; display: flex; flex-wrap: nowrap; justify-content: center;}
nav.mainNav li {padding: 0 1rem;}
.wrapper.fixed nav.mainNav li:last-child {padding-right: 0;}
nav.mainNav li a {color: #000; opacity: .3; font-size: 1.6rem; position: relative;}
.bodyHeader_inner nav.mainNav li a {opacity: .6;}
nav.mainNav li.current a, nav.mainNav li a:hover {opacity: 1;}
nav.mainNav li.current a:before {
    position: absolute;
    bottom: -1rem;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: #000000;
}

.bodyHeader .wrapper.fixed, .bodyHeader_inner .wrapper {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100vw;
    /*background: rgba(255,255,255,0.95);*/
    padding: 1rem 2.5rem;

    border-bottom: 1px solid #f3f4f5;
    background-color: hsla(0,0%,100%,.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
.bodyHeader_inner .wrapper {top: 0;}
.bodyHeader .wrapper.fixed h1.logo, .bodyHeader .wrapper.fixed strong.logo, .bodyHeader_inner .wrapper h1.logo, .bodyHeader_inner .wrapper strong.logo{
    float: left;
    margin: 0;
}
.bodyHeader .wrapper.fixed h1.logo a, .bodyHeader .wrapper.fixed strong.logo a, .bodyHeader_inner .wrapper h1.logo a, .bodyHeader_inner .wrapper strong.logo a {background-image: url(../images/logo-h.svg); width: 15rem; padding-top: 4.5rem;}
.bodyHeader .wrapper.fixed nav.mainNav, .bodyHeader_inner .wrapper nav.mainNav {float: right; position: absolute; right: 3.5rem; top: 50%; margin-top: -15px;}
.bodyHeader_inner .wrapper nav.mainNav { margin-top: -11px;}

#navBtn {
  width: 24px;
  height: 21px;
  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;
}
#navBtn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 30px;
  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;
}
#navBtn span:nth-child(1) {top: 0px;}
#navBtn span:nth-child(2) {top: 9px;}
#navBtn span:nth-child(3) {top: 18px;}
#navBtn.open span:nth-child(1) {
  left: -30px;
  opacity: 0;
}
#navBtn.open span:nth-child(2) {
  
}
#navBtn.open span:nth-child(3) {
  opacity: 0;
  left: 30px;
}

/*main*/
section.main {padding: 5rem; padding-top: 0; min-height: 70vh;}

.wrapper { width: 85%; margin: 0 auto; transition: max-width 0.4s ease-in-out;}
.wrapper_thin {max-width: 650px;}
.wrapper_wide {max-width: 800px;}
.sec_tall {padding: 5rem 0;}

.column dl {font-size: 0;}
.column dl dd {font-size: 1.6rem; display: inline-block; vertical-align: top;}

.backToPrev_head {
    position: absolute;
    padding: 16px 40px;
    display: block;
    font-size: 1.8rem;
    opacity: .3;
}
.backToPrev_head:hover {
    opacity: 1;
}
.backToPrev_head:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    content: "";
    width: 20px;
    height: 20px;
    background: no-repeat center/contain;
    background-image: url(../images/icon-back.svg);
    transform: translateY(-50%);
}

/*footer*/
footer {
    text-align: center;
    padding: 3rem;
}
p.copyR {opacity: .4; font-size: 1.2rem;}

#pagetop {
        display: none;
        position: fixed;
        bottom: 30px;
        right: 30px;
        padding: 0px;
        cursor: pointer;
        z-index: 9;
    }
    #pagetop p, #pagetop div {
        width: 50px; 
        height: 50px; 
        border-radius: 50%; 
        text-indent: -200%; 
        overflow: hidden;
        background: #000000 url('../images/pagetop.svg') no-repeat center/50%;
    }
    #pagetop div.backToPrev {
        margin-bottom: 1rem;
        background: #d95d45 url('../images/backToPrev.svg') no-repeat center /contain;
    }
    #pagetop div.backToPrev a {display: block;}





















