@charset "UTF-8";@import url(../public/css/reset.css);@import url(../public/css/font-awesome-4.7.0/font-awesome.min.css);@import url(../public/css/rwdgrid.css);@import url(../public/css/textEditor.css);@import url(../public/css/contentbuilder.css);@import url(//fonts.googleapis.com/css?family=Raleway:300,400);.language .g_trans a,.side_share a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#loader-wrapper #loader,#loader-wrapper .whiteBg,.bookingArea,.bookingArea.active,.cateBox .wrap .backBtn:before,.cateBox .wrap .classBox .classLink a:before,.outerWrap#insidePage header.is-active .logo_e,.outerWrap#insidePage header.is-active .logo_w,.outerWrap#insidePage header .logo_e,.outerWrap#insidePage header .logo_w,.splitBr span:not(.textPiece),.splitText span:not(.textPiece),footer .wrap .groupItem li,header.is-active .logo a.logo_01,header.is-active .logo a.logo_02,header .logo,header .logo a.logo_01,header .logo a.logo_02 {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.arrowBox .left:after,.arrowBox .right:after,.bookingArea.active .titleBox .icon .c_btn,.bookingArea .btn a:after,.menu>li>a,.menu>li>a:after,.menu>li>a:before,a.readMore:after,footer #scrollTop:after,footer .wrap .groupItem li a,footer .wrap .groupItem li a.line svg,header.is-active .wrap,header .wrap {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.shareBox {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shareBox a {
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #01284c;
  border-radius: 50%;
  font-size: 18px;
  color: #01284c;
}
.shareBox a svg {
  width: 18px;
  height: 18px;
  fill: #01284c;
}
.shareBox a:hover {
  color: #efbe19;
  border: 1px solid #efbe19;
}
.shareBox a:hover svg {
  fill: #efbe19;
}

body {
    background-color: #fff;
    font-family: 'Raleway', Arial, "Noto Serif TC", 'Noto Sans TC',Heiti TC, "メイリオ", sans-serif;
    font-size: 13px;
    overflow: hidden
}

body.loaded {
    overflow: auto
}

body#insideBody {
    overflow: auto
}

body>svg {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #838383;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

a:hover {
    color: #003e76
}

b {
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 300
}

p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 27px;
    color: #4f4f4f
}

h3 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400
}

.textEditor {
    font-family: 'Noto Sans TC', sans-serif
}

.textPiece {
    display: inline-block
}

.textPiece:not(:last-child) {
    margin-right: 7px
}

.show .splitText span:not(.textPiece),.splitText.show span:not(.textPiece) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.splitText span:not(.textPiece) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.show .splitBr span:not(.textPiece),.splitBr.show span:not(.textPiece) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.splitBr span:not(.textPiece) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.arrowBox {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9
}

.arrowBox .left,.arrowBox .right {
    width: 115px;
    padding: 15px 0;
    background-color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #01284c;
    font-weight: 500;
    cursor: pointer;
    position: relative
}

.arrowBox .left {
    text-align: right;
    padding-right: 15px;
    margin-left: -47px
}

.arrowBox .left:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #01284c;
    position: absolute;
    left: 20px;
    top: 50%
}

.arrowBox .left:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 99em;
    background-color: #fff;
    border: 1px solid #01284c;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -4px
}

.arrowBox .left:hover:after {
    left: 43px
}

.arrowBox .right {
    padding-left: 15px;
    margin-right: -47px
}

.arrowBox .right:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #01284c;
    position: absolute;
    right: 20px;
    top: 50%
}

.arrowBox .right:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 99em;
    background-color: #fff;
    border: 1px solid #01284c;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px
}

.arrowBox .right:hover:after {
    right: 43px
}

[class*=col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.b-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

div.titan {
    display: none
}

.col-1 {
    width: 100%
}

.col-2 {
    width: 50%
}

.col-3 {
    width: 33.33%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 20%
}

a.btn_color1 {
    color: #fff;
    background-color: #516190
}

a.btn_color1:hover {
    background-color: #C85A56
}

a.btn_color2 {
    color: #fff;
    background-color: #A0A0A0
}

a.btn_color2:hover {
    background-color: #999
}

input[type=text] {
    -webkit-appearance: none
}

textarea {
    -webkit-appearance: none
}

.outerWrap {
    position: relative
}

.outerWrap:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bfb8ad), to(#bfb8ad)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #bfb8ad), to(#bfb8ad)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #bfb8ad), to(#bfb8ad)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #bfb8ad), to(#bfb8ad)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #bfb8ad), to(#bfb8ad)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #bfb8ad), to(#bfb8ad));
    background-image: -webkit-linear-gradient(top, #bfb8ad 0, #bfb8ad 100%), -webkit-linear-gradient(top, #bfb8ad 0, #bfb8ad 100%), -webkit-linear-gradient(top, #bfb8ad 0, #bfb8ad 100%), -webkit-linear-gradient(top, #bfb8ad 0, #bfb8ad 100%), -webkit-linear-gradient(top, #bfb8ad 0, #bfb8ad 100%), -webkit-linear-gradient(top, #bfb8ad 0, #bfb8ad 100%);
    background-image: -o-linear-gradient(top, #bfb8ad 0, #bfb8ad 100%), -o-linear-gradient(top, #bfb8ad 0, #bfb8ad 100%), -o-linear-gradient(top, #bfb8ad 0, #bfb8ad 100%), -o-linear-gradient(top, #bfb8ad 0, #bfb8ad 100%), -o-linear-gradient(top, #bfb8ad 0, #bfb8ad 100%), -o-linear-gradient(top, #bfb8ad 0, #bfb8ad 100%);
    background-image: linear-gradient(to bottom, #bfb8ad 0, #bfb8ad 100%), linear-gradient(to bottom, #bfb8ad 0, #bfb8ad 100%), linear-gradient(to bottom, #bfb8ad 0, #bfb8ad 100%), linear-gradient(to bottom, #bfb8ad 0, #bfb8ad 100%), linear-gradient(to bottom, #bfb8ad 0, #bfb8ad 100%), linear-gradient(to bottom, #bfb8ad 0, #bfb8ad 100%);
    background-size: 1px 100%;
    background-repeat: no-repeat;
    background-position: 0% 0,25% 0,50% 0,75% 0,100% 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: .2;
    display: none;
}

.outerWrap#insidePage header {
    background-color: #fff
}

.outerWrap#insidePage header .wrap {
    width: 1280px;
    height: 80px
}

.outerWrap#insidePage header .logo_w {
    position: absolute;
    left: 0;
    top: 0;
    width: 136px;
    padding: 26px 28px;
    background-color: #003e76;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.outerWrap#insidePage header .logo_e {
    width: 136px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    left: 0;
    top: -10px;
    opacity: 0;
    width: 150px;
}

.outerWrap#insidePage header .logo_e img {
    max-width: 100%;
}

.outerWrap#insidePage header.is-active .logo_w {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-101%)
}

.outerWrap#insidePage header.is-active .logo_e {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    margin-top: 21px;
}

.outerWrap#insidePage header.is-active .logo_e img{
    max-width: 100%;
}

.outerWrap#insidePage .mainArea {
    padding-top: 0;
    padding-bottom: 80px
}

.outerWrap#insidePage .mainArea .titleBox {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #003e76
}

.outerWrap#insidePage .mainArea .titleBox:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 32px;
    background-color: #003e76;
    bottom: 0;
    left: 50%
}

.outerWrap#insidePage .mainArea .titleBox:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border: 1px solid #003e76;
    position: absolute;
    border-radius: 99em;
    left: 50%;
    bottom: -4px;
    margin-left: -4px
}

.wrap {
    width: 1280px;
    margin: 0 auto
}

@media (max-width: 1399px) {
    .wrap {
        width:1100px
    }
}

@media (max-width: 1199px) {
    .wrap {
        width:100%;
        padding: 0 40px
    }
}

@media (max-width: 321px) {
    .wrap {
        padding:0 20px
    }
}

a.readMore {
    padding: 13px 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
    display: block;
    width: 120px;
    text-align: center;
    color: #fff;
    background: #01063b;
    background: -moz-linear-gradient(left, #01063b 0%, #004672 100%);
    background: -webkit-linear-gradient(left, #01063b 0%, #004672 100%);
    background: -webkit-gradient(linear, left top, right top, from(#01063b), to(#004672));
    background: -o-linear-gradient(left, #01063b 0%, #004672 100%);
    background: linear-gradient(to right, #01063b 0%, #004672 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01063b', endColorstr='#004672',GradientType=1 );
    position: relative
}

a.readMore:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: white;
    background: -moz-linear-gradient(left, white 0%, white 34%, #0a0e0a 35%, #0a0e0a 35%, white 35%, black 35%, #0a0809 100%);
    background: -webkit-linear-gradient(left, white 0%, white 34%, #0a0e0a 35%, #0a0e0a 35%, white 35%, black 35%, #0a0809 100%);
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(34%, white), color-stop(35%, #0a0e0a), color-stop(35%, #0a0e0a), color-stop(35%, white), color-stop(35%, black), to(#0a0809));
    background: -o-linear-gradient(left, white 0%, white 34%, #0a0e0a 35%, #0a0e0a 35%, white 35%, black 35%, #0a0809 100%);
    background: linear-gradient(to right, white 0%, white 34%, #0a0e0a 35%, #0a0e0a 35%, white 35%, black 35%, #0a0809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0a0809',GradientType=1 );
    position: absolute;
    right: -20px;
    top: 50%
}

a.readMore:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    right: -22px;
    border-radius: 99em;
    border: 1px solid #01284c;
    top: 50%;
    margin-top: -3px
}

a.readMore:hover:after {
    right: 5px
}

#gmap {
    display: none;
    height: 400px
}

.label {
    padding: 5px 7px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8)
}

.moduleBox {
    position: fixed;
    left: 50%;
    top: 48%;
    z-index: 1005;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: top, opacity, visibility;
    -o-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.moduleBox.show {
    top: 50%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.moduleMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background-color: transparent
}

header.is-active {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 15px #10101012;
    box-shadow: 1px 1px 15px #10101012
}

header.is-active .wrap {
    height: 80px
}

header.is-active .logo {
    width: 200px
}

header.is-active .logo a.logo_01 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

header.is-active .logo a.logo_02 {
    opacity: 1;
    display: block;
    visibility: visible;
    background: url(../images/e_logo_two.svg) no-repeat;
    display: block;
    width: 150px;
    height: 90px;
    background-position: center center;
    background-size: contain;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px)
}

header .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1633px;
    height: 170px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1770px) {
    header .wrap {
        width:1280px
    }
}

@media (max-width: 1399px) {
    header .wrap {
        width:100%;
    }
}

header .logo {
    width: 114px;
    position: fixed;
    left: 144px
}

header .logo a.logo_01 {
    display: block;
    width: 100%;
    height: 117px;
    background: url("../images/e_logo.svg") no-repeat;
    background-size: contain;
    text-indent: -9999px;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

header .logo a.logo_02 {
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

@media (max-width: 1399px) {
    header .logo {
        left:85px
    }
}

header .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

header .rightBox .languageBox {
    margin-left: 27px;
    cursor: pointer
}

header .rightBox .languageBox select {
    padding: 11px 20px;
    color: #4f4f4f;
    letter-spacing: 1px
}

header .bottom,header .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

header .top {
    margin-bottom: 12px
}

header .top a:before {
    content: '‧';
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}

.language {
    display: inline-block;
    vertical-align: middle
}

.language .g_trans {
    display: inline-block;
    vertical-align: middle
}

.language .g_trans a {
    display: block;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #516190;
    font-size: 13px;
    color: #516190
}

.language .g_trans a i {
    margin-left: 10px
}

.searchBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.searchBox input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    font-family: '微軟正黑體';
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.searchBox a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #01284c
}

.menu>li {
    position: relative;
    display: inline-block
}

.menu>li>a {
    position: relative;
    display: block;
    padding: 5px 27px;
    font-size: 17px;
    color: #4f4f4f;
    letter-spacing: 1px;
    font-weight: 500
}

@media (max-width: 1450px){
    .menu>li>a{
        padding: 5px 10px;
    }
}

.menu>li>a:before {
    content: '';
    width: 0;
    height: 10px;
    background-color: #fac400;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -40px;
    z-index: -1
}

.menu>li>a:after {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 0px;
    border: 1px solid #01284c;
    border-radius: 99em;
    top: 50%;
    margin-top: -3px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.menu>li>a:hover {
    color: #003e76
}

.menu>li>a:hover:before {
    width: 80px
}

.menu>li>a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.menu .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    width: 150px;
    text-align: center
}

.menu .submenu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dadada;
    font-size: 15px;
    color: #666;
    background-color: #fff
}

.menu .submenu a:hover {
    color: #fff;
    background-color: #003e76
}

.m_menu {
    display: none
}

.bannerArea {
    clear: both;
    position: relative
}

.marqueeArea {
    padding: 15px 0;
    background-color: #061540
}

.marqueeArea h2 {
    float: left;
    margin-right: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #fff
}

.marqueeArea h2 em {
    margin-left: 5px
}

.marqueeArea .marqueeBox {
    max-height: 30px;
    overflow: hidden
}

.marqueeArea ul {
    overflow: hidden
}

.marqueeArea li {
    line-height: 20px
}

.marqueeArea .date {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 13px;
    color: #dbdbdb
}

.marqueeArea h3 {
    display: inline-block;
    vertical-align: top
}

.marqueeArea h3 a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

footer {
    padding: 87px 0 139px 0;
    background-color: #ececec;
    position: relative
}

footer #scrollTop {
    cursor: pointer;
    text-transform: uppercase;
    padding: 36px 18px;
    display: inline-block;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -31px;
    position: absolute;
    background: #004672;
    background: -moz-linear-gradient(top, #004672 0%, #01063b 100%);
    background: -webkit-linear-gradient(top, #004672 0%, #01063b 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#004672), to(#01063b));
    background: -o-linear-gradient(top, #004672 0%, #01063b 100%);
    background: linear-gradient(to bottom, #004672 0%, #01063b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004672', endColorstr='#01063b',GradientType=0 )
}

footer #scrollTop:before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    top: -10px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    background: white;
    background: -moz-linear-gradient(left, white 0%, white 34%, #0a0e0a 35%, #0a0e0a 35%, white 35%, black 35%, #0a0809 100%);
    background: -webkit-linear-gradient(left, white 0%, white 34%, #0a0e0a 35%, #0a0e0a 35%, white 35%, black 35%, #0a0809 100%);
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(34%, white), color-stop(35%, #0a0e0a), color-stop(35%, #0a0e0a), color-stop(35%, white), color-stop(35%, black), to(#0a0809));
    background: -o-linear-gradient(left, white 0%, white 34%, #0a0e0a 35%, #0a0e0a 35%, white 35%, black 35%, #0a0809 100%);
    background: linear-gradient(to right, white 0%, white 34%, #0a0e0a 35%, #0a0e0a 35%, white 35%, black 35%, #0a0809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0a0809',GradientType=1 )
}

footer #scrollTop:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 99em;
    border: 1px solid #01284c;
    background-color: #fff;
    top: -43px;
    left: 50%;
    margin-left: -4px
}

footer #scrollTop:hover:after {
    top: 0
}

footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .wrap .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 35%
}

footer .wrap .contact span {
    color: #01284c;
    font-weight: bold;
    font-size: 15px
}

footer .wrap .contact address {
    font-style: normal;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Noto Sans TC', sans-serif
}

@media (max-width: 901px) {
    footer .wrap .contact address {
        width:100%
    }
}

footer .wrap .contact .fax,footer .wrap .contact .mail,footer .wrap .contact .tel {
    font-style: normal;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Noto Sans TC', sans-serif;
    margin-left: 40px;
    margin-bottom: 5px
}

@media (max-width: 1399px) {
    footer .wrap .contact .fax,footer .wrap .contact .mail,footer .wrap .contact .tel {
        width:100%;
        margin-left: 0
    }
}

/*
footer .travelArea{
    width: 100%;
    margin-top: 20px;
    margin-left: -8px;
    margin-right: -8px;
}

@media (max-width: 800px){
    footer .travelArea{
        display: flex;
        justify-content: center;
    }
}



footer .travelArea ul.travelList .item{
    padding: 8px;
}


footer .travelArea ul.travelList img{
    max-width: 100%;
}



*/





footer .travelArea.flex{
    margin-left: -8px;
    margin-right: -8px;
}

footer .travelArea.flex ul{
    display: flex;
}

@media (max-width: 800px){

    footer .travelArea.flex{
        margin-left:auto;
        margin-right: auto;        
    }

    footer .travelArea.flex ul{
        width: 100%;
        justify-content: center;
    }
}


footer .travelArea.flex ul li{
    width: calc(100% / 4)
}

@media (max-width: 500px){
    footer .travelArea.flex ul li{
        width: calc(100% / 3)
    }
}

footer .travelArea.flex ul li .item{
    padding: 8px;
}

footer .travelArea.flex ul li img{
    width: 100%;
}


footer .wrap .contact .fax {
    margin-left: 0
}

@media (max-width: 1399px) {
    footer .wrap .contact {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        width: 25%
    }
}

@media (max-width: 901px) {
    footer .wrap .contact {
        width:100%;
        text-align: center
    }
}

footer .wrap .groupItem ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .wrap .groupItem li {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #01284c;
    width: 40px;
    height: 40px;
    border-radius: 99em;
    margin-left: 35px
}

footer .wrap .groupItem li:first-child {
    margin-left: 0
}

footer .wrap .groupItem li:hover {
    border: 1px solid #efbe19
}

footer .wrap .groupItem li:hover a {
    color: #efbe19
}

footer .wrap .groupItem li a {
    font-size: 18px;
    color: #01284c
}

footer .wrap .groupItem li a.line svg {
    fill: #01284c;
    width: 18px;
    height: 18px
}

footer .wrap .groupItem li a.line:hover svg {
    fill: #efbe19
}

@media (max-width: 901px) {
    footer .wrap .groupItem {
        margin:30px 0
    }
}

@media (max-width: 901px) {
    footer .wrap {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.downMenu {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    margin-right: -4px
}

.downMenu li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
    margin-bottom: 20px
}

.downMenu li a {
    display: block;
    padding-right: 10px;
    font-size: 14px
}

.copyright {
    text-align: right;
    width: 450px;
    font-size: 15px
}

@media (max-width: 1399px) {
    .copyright {
        width:25%
    }
}

@media (max-width: 901px) {
    .copyright {
        width:100%;
        text-align: center
    }
}

.footerInfo {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-right: -4px;
    font-weight: 400;
    line-height: 1.8;
    color: #313131
}

.social {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: -4px
}

.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 19px;
    color: #929292;
    text-align: center
}

.social a:hover {
    opacity: 0.8
}

.endArea {
    clear: both;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    background-color: #061540
}

.translateIbest {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-family: 'Noto Sans TC', sans-serif
}

.translateIbest .design {
    display: block;
    line-height: 22px;
    font-size: 15px;
    color: #000
}

.translateIbest .design a {
    color: #000;
    text-decoration: none
}

.translateIbest .design a:hover {
    text-decoration: underline
}

.bookingArea {
    position: fixed;
    padding: 0 28px;
    right: 0;
    background-color: #edf2f2;
    z-index: 99;
    top: 50%;
    margin-top: -114px;
    -webkit-transform: translateX(313px);
    -ms-transform: translateX(313px);
    transform: translateX(313px)
}

.bookingArea.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.bookingArea.active .titleBox .icon {
    padding: 20px 22px
}

.bookingArea.active .titleBox .icon .c_btn {
    display: block
}

.bookingArea.active .titleBox .icon .bed_btn {
    display: none
}

.bookingArea .wrap {
    width: 100%;
    padding: 0
}

.bookingArea .titleBox {
    cursor: pointer;
    height: 100%;
    background-color: #c3c5c4;
    left: -62px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.bookingArea .titleBox .icon {
    width: 100%;
    padding: 20px 16px;
    background: #01063b;
    background: -moz-linear-gradient(left, #01063b 0%, #004672 100%);
    background: -webkit-linear-gradient(left, #01063b 0%, #004672 100%);
    background: -webkit-gradient(linear, left top, right top, from(#01063b), to(#004672));
    background: -o-linear-gradient(left, #01063b 0%, #004672 100%);
    background: linear-gradient(to right, #01063b 0%, #004672 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01063b', endColorstr='#004672',GradientType=1 )
}

.bookingArea .titleBox .icon .c_btn {
    display: none
}

.bookingArea .titleBox .icon .bed_btn {
    display: block
}

.bookingArea .titleBox h4 {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 48px
}

.bookingArea ul.bookingList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bookingArea ul.bookingList li {
    position: relative;
    width: 50%;
    text-align: center;
    padding: 40px 30px 30px 30px;
    cursor: pointer
}

.bookingArea ul.bookingList li input {
    width: 0;
    height: 0;
    opacity: 0;
    padding: 0;
    border: none;
    font-size: 0;
    line-height: 0
}

.bookingArea ul.bookingList li em {
    font-size: 13px;
    color: #000;
    letter-spacing: .5px;
    font-weight: 500
}

.bookingArea ul.bookingList li .date {
    font-size: 60px;
    font-weight: 500;
    color: #01284c;
    width: 70px;
    height: 70px
}

.bookingArea ul.bookingList li span {
    font-size: 13px;
    color: #01284c;
    font-weight: 500
}

.bookingArea ul.bookingList li:first-child:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 128px;
    background-color: #ccc;
    right: 0;
    bottom: 0
}

.bookingArea .btn {
    padding: 23px 0px;
    text-align: center;
    position: relative
}

.bookingArea .btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    top: 0
}

.bookingArea .btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 99em;
    border: 1px solid #01284c;
    top: -3px;
    left: 50%;
    margin-left: -4px
}

.bookingArea .btn a {
    text-transform: uppercase;
    color: #01284c;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    position: relative
}

.bookingArea .btn a:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #efbe19;
    z-index: -1;
    width: 0px;
    height: 10px;
    left: 50%;
    bottom: -3px;
    margin-left: -45px
}

.bookingArea .btn a:hover:after {
    width: 90px
}

.bannerArea .wrap {
    width: 100%;
    padding: 0
}

.bannerArea .bannerBox img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mainArea {
    padding: 30px 0
}

.titleBox {
    position: relative;
    margin-bottom: 30px;
    text-align: center
}

.titleBox h2 {
    font-weight: 400;
    font-size: 30px;
    color: #01284c;
    margin-top: 8px
}

@media (max-width: 450px) {
    .titleBox h2 {
        font-size:24px
    }

    .titleBox h2 a {
        font-size: 24px
    }
}

.titleBox em {
    font-family: "Raleway", "微軟正黑體", sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    color: #4f4f4f;
    letter-spacing: 1px;
    position: relative
}

.titleBox em:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 11px;
    height: 15px;
    margin-bottom: 10px;
    background-image: url(../images/i_logo.svg);
    background-repeat: no-repeat;
}

.cateBox {
    width: 100%;
    background-color: #f6f6f6;
    margin-bottom: 100px
}

.cateBox .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cateBox .wrap .backBtn {
    padding: 19px 55px;
    font-size: 15px;
    background-color: #fff;
    color: #01284c;
    position: relative;
    font-weight: 500
}

.cateBox .wrap .backBtn:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 3px;
    background-color: #fac400
}

.cateBox .wrap .backBtn:hover:before {
    width: 100%
}

.cateBox .wrap .classBox {
    padding: 0
}

.cateBox .wrap .classBox .classLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1180px) {
    .cateBox .wrap .classBox .classLink {
        display:none
    }
}

.cateBox .wrap .classBox .classLink li {
    display: block
}

.cateBox .wrap .classBox .classLink a {
    border: none;
    padding: 19px 55px;
    margin: 0;
    font-size: 15px;
    font-weight: 500
}

.cateBox .wrap .classBox .classLink a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 3px;
    background-color: #fac400
}

.cateBox .wrap .classBox .classLink a:hover {
    background-color: #fff;
    color: #01284c
}

.cateBox .wrap .classBox .classLink a:hover:before {
    width: 100%
}

.cateBox .wrap .classBox .classLink a.current {
    background-color: #fff;
    color: #01284c;
    position: relative
}

.cateBox .wrap .classBox .classLink a.current:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fac400
}

.cateBox .wrap .classBox .classLink a.current:after {
    display: none
}

.bread {
    font-size: 13px;
    color: #848484;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC', sans-serif
}

.bread a {
    color: #848484
}

.bread a:hover {
    color: #01284c
}

.bread a i {
    font-size: 20px
}

.bread span {
    padding: 0 3px;
    color: #bbb
}

.mainArea .contentBox {
    clear: both
}

.articleTitle {
    clear: both;
    margin-bottom: 25px;
    padding: 10px;
    font-weight: 400;
    font-size: 24px;
    color: #01284c;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center
}

table.breakpoint>tbody>tr>td.expand {
    cursor: pointer;
    background: url("../images/plus.png") no-repeat 5px center;
    padding-left: 40px
}

.m_classLink {
    display: none
}

.classBox {
    padding: 20px 0
}

.classLink {
    text-align: center
}

.classLink li {
    display: inline-block
}

.classLink a {
    position: relative;
    display: block;
    margin: 0 3px;
    padding: 5px 10px;
    border: 1px solid #01284c;
    font-size: 13px;
    color: #01284c
}

.classLink a:hover {
    color: #fff;
    background-color: #01284c
}

.classLink a.current {
    color: #fff;
    background-color: #01284c
}

.classLink a.current:after {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -7.5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 7.5px 0 7.5px;
    border-color: #01284c transparent transparent transparent
}

.tagBox {
    padding: 20px 0
}

.tagBox b {
    display: inline-block;
    margin-right: 10px
}

.tagBox ul {
    display: inline-block
}

.tagBox li {
    display: inline-block;
    margin-bottom: 5px
}

.tagBox a {
    position: relative;
    display: block;
    margin: 0 3px;
    padding: 5px 10px;
    border: 1px solid #01284c;
    font-size: 13px;
    color: #01284c
}

.tagBox a:hover {
    color: #fff;
    background-color: #01284c
}

.tagBox a.current {
    color: #fff;
    background-color: #01284c
}

.tagBox a.current:before {
    content: "\f00d";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 12px
}

.sectionTitle {
    margin-bottom: 10px;
    padding: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #061540
}

.sectionTitle strong {
    display: block;
    position: relative;
    font-weight: 400
}

.sectionTitle a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.tab {
    margin-top: 40px
}

.tab a {
    display: block;
    float: left;
    padding: 18px 30px;
    font-size: 15px;
    color: #1c1c1c;
    letter-spacing: 1px
}

.tab a.current {
    background-color: #003569;
    color: #fff;
    border: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #f8f3f0
}

.tabContent {
    margin-top: -1px;
    padding: 20px 5px;
    border-top: 1px solid #d6d6d6
}

.tabContent>li {
    display: none
}

.tabContent .textEditor {
    margin: 0
}

.tabContent .sectionTitle {
    display: none
}

.side_menu {
    margin-bottom: 50px
}

.side_menu li {
    position: relative;
    border-bottom: 1px solid #e1e1e1
}

.side_menu li>a {
    display: block;
    padding: 10px 15px;
    font-size: 14px
}

.side_menu li>a.current {
    color: #fff;
    background-color: #8c8c8c
}

.side_menu li>a b {
    margin-left: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #808080
}

.side_menu dl {
    padding-left: 25px
}

.side_menu dl a {
    display: block;
    padding: 10px 15px;
    font-size: 14px
}

.side_menu dl a.current {
    color: #000;
    text-decoration: underline
}

.side_album {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -10px
}

.side_album li {
    float: left;
    width: calc(100% / 6);
    padding: 0 10px 10px 0
}

@media (max-width: 601px) {
    .side_album li {
        width:calc(100% / 4)
    }
}

.side_album a {
    display: block
}

.side_album a img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.side_booking {
    margin-bottom: 30px
}

.side_booking a {
    display: block;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #8d2121;
    box-shadow: 0 1px 1px #8d2121;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    background-color: #f05b8f
}

.side_booking a i {
    display: inline-block;
    font-size: 28px;
    padding: 10px 15px;
    margin-right: 15px;
    border-right: 1px solid #d33434;
    -webkit-box-shadow: 1px 0 #f38a8a;
    box-shadow: 1px 0 #f38a8a
}

.side_booking a:hover {
    -webkit-box-shadow: inset 0 3px 3px #8d2121;
    box-shadow: inset 0 3px 3px #8d2121
}

.side_contactInfo li {
    margin-bottom: 20px
}

.side_contactInfo a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #414141
}

.side_contactInfo i {
    display: inline-block;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
    border: 2px solid #a5a5a5;
    border-radius: 50%;
    font-size: 20px;
    color: #a5a5a5;
    text-align: center
}

.side_contactInfo b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

.side_room {
    margin-bottom: 50px
}

.side_room .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.side_room .Txt {
    margin-top: 5px
}

.side_room .Txt p {
    max-height: 100px;
    font-size: 13px;
    color: #858383;
    line-height: 1.8;
    overflow: hidden
}

.side_room h3 {
    margin-bottom: 15px
}

.side_room h3 a {
    font-size: 16px;
    font-weight: 400;
    color: #01284c
}

.side_share {
    clear: both;
    display: none;
    margin-top: 30px
}

.side_share a {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 15px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    text-align: center
}

.side_share i {
    padding-right: 5px;
    font-size: 18px
}

.side_share .line {
    -webkit-box-shadow: 0 0 0 1px #22a00b;
    box-shadow: 0 0 0 1px #22a00b;
    border-top: 1px solid #e1ffa9;
    background: #a7e732;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a7e732), color-stop(35%, #1fb50e));
    background: -webkit-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -ms-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -webkit-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
    background: -o-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
    background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7e732', endColorstr='#1fb50e', GradientType=1)
}

.side_share .fb {
    -webkit-box-shadow: 0 0 0 1px #235c9b;
    box-shadow: 0 0 0 1px #235c9b;
    border-top: 1px solid #8DCFF5;
    background: #5da0ea;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5da0ea), color-stop(100%, #3d8ce6));
    background: -webkit-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    background: -o-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    background: -ms-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#5da0ea), to(#3d8ce6));
    background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0)
}

.side_news {
    margin: 30px 0
}

.side_news ul {
    margin-top: 20px
}

.side_news li {
    margin-bottom: 25px
}

.side_news .Img {
    float: left;
    width: 60px;
    margin-right: 12px;
    overflow: hidden
}

.side_news .Img img {
    display: block;
    height: 60px
}

.side_news .Txt {
    overflow: hidden
}

.side_news .Txt a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold
}

.side_news .Txt a:hover {
    text-decoration: underline
}

.side_news .Txt b {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #999
}

.captchaArea {
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #ddd
}

.captchaArea.unlocking .sliderBtn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.captchaArea .note {
    position: absolute;
    top: 17px;
    right: 30px;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    font-family: '微軟正黑體';
    color: #777;
    letter-spacing: 1px;
    pointer-events: none
}

.sliderBtn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-color: RoyalBlue;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.sliderBtn:before {
    content: '\f105';
    position: absolute;
    top: 13px;
    left: 23px;
    color: #fff;
    font-size: 24px;
    font-family: FontAwesome;
    pointer-events: none
}

@media (max-width: 1180px) {
    .outerWrap {
        padding-top:60px
    }

    header {
        display: none
    }

    .m_menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: block;
        width: 100%
    }

    .m_menu .mask {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        display: none;
        background-color: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        padding-bottom: 60px
    }

    .m_menu .controlBox {
        position: relative;
        z-index: 99;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .m_menu .controlBox a.main {
        position: absolute;
        right: 0;
        top: 0;
        width: 77.5px;
        height: 77.5px
    }

    .m_menu .controlBox a.main span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: -0.5px;
        width: 26px;
        height: 1px;
        background-color: #111;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .m_menu .controlBox a.main span:after,.m_menu .controlBox a.main span:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #111;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .m_menu .controlBox a.main span:before {
        top: -7px
    }

    .m_menu .controlBox a.main span:after {
        bottom: -7px
    }

    .m_menu .controlBox a.main.show {
        background-color: #6e6e6e
    }

    .m_menu .controlBox a.main.show span {
        background-color: transparent
    }

    .m_menu .controlBox a.main.show span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #fff
    }

    .m_menu .controlBox a.main.show span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #fff
    }

    .m_menu .controlBox .m_logo {
        width: 60px;
        margin: 8px 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease
    }

    .m_menu .controlBox .m_logo img {
        display: block;
        max-width: 100%
    }

    .m_menu .controlBox .btn_cart {
        display: inline-block;
        vertical-align: middle
    }

    .m_menu .controlBox .right {
        float: right;
        line-height: 60px;
        margin-right: 10px
    }

    .m_menu .controlBox .right a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
        font-size: 13px;
        color: #fff
    }

    .m_menu .controlBox .right a em {
        display: none
    }

    .m_menu .controlBox .right i {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        color: #fff;
        text-align: center;
        border-radius: 100%;
        background: #799A1B
    }

    .m_menu .controlBox .right b {
        position: absolute;
        top: 6px;
        right: -5px;
        display: block;
        border-radius: 5px;
        line-height: normal;
        padding: 3px 5px;
        font-size: 13px;
        color: #fff;
        background-color: #C40000
    }

    .m_menu .controlBox .language:hover .submenu {
        display: block
    }

    .m_menu.is-active {
        -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.15);
        box-shadow: 0 2px 5px rgba(126, 126, 126, 0.15)
    }

    .m_menu.active .m_logo {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease
    }

    .hideBox {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 11;
        display: none;
        width: 100%;
        padding: 60px 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff
    }

    .hideBox .sp {
        display: none;
        padding: 10px;
        font-size: 13px;
        color: #fff;
        background-color: #c80303
    }

    .hideBox .insideLogo {
        margin: 30px auto;
        width: 87px
    }

    .hideBox .insideLogo img {
        max-width: 100%
    }

    .hideBox .bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #ececec;
        margin-top: 40px;
        width: 100%;
        bottom: 0;
        padding: 40px 0
    }

    .hideBox .bottom .languageBox {
        cursor: pointer
    }

    .hideBox .bottom .languageBox select {
        padding: 11px 20px;
        color: #4f4f4f;
        letter-spacing: 1px;
        background-color: #ececec
    }

    .hideBox .bottom .groupItem {
        margin: 30px 0
    }

    .hideBox .bottom .groupItem ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .hideBox .bottom .groupItem li {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #01284c;
        width: 32px;
        height: 32px;
        border-radius: 99em;
        margin-left: 10px
    }

    .hideBox .bottom .groupItem li:first-child {
        margin-left: 0
    }

    .hideBox .bottom .groupItem li:hover {
        border: 1px solid #efbe19
    }

    .hideBox .bottom .groupItem li:hover a {
        color: #efbe19
    }

    .hideBox .bottom .groupItem li a {
        font-size: 18px;
        color: #01284c
    }

    .hideBox .bottom .groupItem li a.line svg {
        width: 17px;
        height: 17px;
        fill: #01284c
    }

    .hideBox .bottom .groupItem li a.line:hover svg {
        fill: #efbe19
    }

    .hideBox .bottom .copyright {
        text-align: center;
        font-size: 13px
    }

    .searchBox_m {
        padding: 20px 0;
        text-align: center
    }

    .searchBox_m input[type=text] {
        display: inline-block;
        vertical-align: middle;
        width: 200px;
        height: 30px;
        border: 1px solid #ccc
    }

    .searchBox_m a {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        text-align: center;
        color: #fff;
        background-color: #9cc720
    }

    .m_menu .m_trans {
        text-align: center;
        padding-top: 30px
    }

    .m_menu .m_trans>a {
        display: inline-block;
        padding: 8px 15px;
        border: 1px solid #fff;
        color: #fff
    }

    .m_menu .m_trans>a i {
        margin-left: 5px
    }

    .m_menu .loginBox {
        padding: 30px 0;
        text-align: center
    }

    .m_menu .loginBox a {
        display: inline-block;
        margin: 0 3px;
        font-size: 15px;
        color: #fff
    }

    .m_menu .loginBox a i {
        margin-right: 3px
    }

    .m_menu .loginBox .submenu {
        margin-top: 10px;
        color: #ccc
    }

    .m_menu .loginBox .submenu span {
        margin: 0 5px
    }

    .m_menu .mfun {
        padding: 30px 0;
        text-align: center
    }

    .m_menu .mfun a {
        display: inline-block;
        margin: 0 1px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        background-color: #fff
    }

    .nav a {
        position: relative;
        display: block;
        padding: 20px 10px;
        letter-spacing: 1px;
        font-size: 15px;
        color: #838383;
        text-align: center
    }

    .nav a i {
        position: absolute;
        right: 10px;
        top: 50%;
        display: block;
        margin-top: -7px
    }

    .nav .submenu {
        display: none
    }

    .nav .submenu a {
        padding: 10px 20px
    }

    .nav .submenu a:hover {
        background-color: #999
    }
}

@media (max-width: 767px) {
    footer .left {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 15px
    }

    footer .right {
        width: 100%;
        padding-left: 0
    }

    .mainArea .titleBox .bread {
        display: none
    }

    .mainArea .cotentBox {
        padding: 20px 0
    }

    .mainArea .titleBox h2 em {
        display: block;
        margin: 0
    }

    .translateIbest {
        float: none
    }

    .side_share {
        clear: both;
        display: block;
        margin-bottom: 30px
    }
}

@media (max-width: 1180px) {
    .m_classLink {
        display:block;
        position: relative
    }

    .m_classLink a.main {
        display: block;
        font-size: 15px;
        color: #222;
        border: 1px solid #CCC;
        position: relative;
        padding: 10px 30px;
        margin: 15px 0;
        border-radius: 0px;
        background: #eeeeee;
        background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #eeeeee));
        background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
        background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
        background: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee));
        background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0)
    }

    .m_classLink a.main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px
    }

    .m_classLink ul {
        padding: 0;
        list-style: none;
        display: none;
        width: 100%;
        background: #FFF;
        border-radius: 0px;
        border: 1px solid #d1d1d1;
        position: absolute;
        letter-spacing: 1px;
        left: 0;
        top: 100%;
        z-index: 99;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center
    }

    .m_classLink ul li {
        padding: 0
    }

    .m_classLink ul li a {
        display: block;
        padding: 15px 10px;
        border-top: 1px solid #d1d1d1
    }

    .m_classLink ul li:first-child a {
        border: none
    }
}

@media (max-width: 640px) {
    .marqueeArea h2,.marqueeArea ul li .date {
        display:none
    }

    .mainArea .titleBox h2 {
        float: none
    }

    ul.classLink {
        display: none
    }
}

@media (max-width: 480px) {
    .col-2 {
        float:none;
        width: 100%
    }

    .col-3 {
        float: none;
        width: 100%
    }

    .col-4 {
        float: none;
        width: 100%
    }

    .col-5 {
        float: none;
        width: 100%
    }

    .footerInfo {
        width: 100%;
        margin-bottom: 15px
    }

    .downMenu {
        width: 100%
    }

    .social {
        width: 100%
    }

    .copyright {
        width: 100%
    }
}

.imh_opacity {
    background-color: #000;
    overflow: hidden
}

.imh_opacity img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.imh_detail {
    background-color: #01284c;
    overflow: hidden
}

.imh_detail img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.imh_detail a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-left: -45px;
    margin-top: -80px;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    background-image: url(../images/plus_02.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.imh_detail:hover a:before {
    opacity: 1;
    margin-top: -20px
}

.imh_detail:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.imh_zoom {
    position: relative;
    background-color: #000;
    overflow: hidden
}

.imh_zoom img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden
}

.imh_zoom a:before {
    content: "\f002";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.imh_zoom:hover a:before {
    top: 50%
}

.imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.newIcon {
    display: inline-block;
    margin-right: 3px;
    padding: 3px 13px;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 400;
    font-family: '微軟正黑體';
    color: #fff
}

.newIcon_green {
    background-color: #abd85d
}

.newIcon_brown {
    background: #ed842e
}

.newIcon_pink {
    background: #f48daf
}

.newIcon_blue {
    background: #00b7ea
}

.newIcon_navy {
    background: #3f4c6b
}

.newIcon_orange {
    background: #ffa84c
}

.newIcon_gold {
    background: #eab92d
}

.newIcon_burgundyRed {
    background: #a90329
}

.newIcon_purple {
    background: #cb60b3
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#loader-wrapper #loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999
}

#loader-wrapper #loader .logo_w{
    width: 100px;
}

#loader-wrapper #loader img {
    max-width: 100%;
    -webkit-animation-name: logofade;
    animation-name: logofade;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

/*@media (max-width: 550px) {
    #loader-wrapper #loader img {
        width:80px
    }
}*/

#loader-wrapper .whiteBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003e76;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.31, 0, 0.29, 0.99);
    -o-transition: all 1s cubic-bezier(0.31, 0, 0.29, 0.99);
    transition: all 1s cubic-bezier(0.31, 0, 0.29, 0.99)
}

@-webkit-keyframes bgLoad {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes bgLoad {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes logofade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes logofade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.loaded #loader-wrapper .whiteBg {
    width: 0
}

.loaded #loader {
    opacity: 0
}

.loaded #loader-wrapper {
    visibility: hidden
}

body.loaded {
    overflow: unset
}

.no-js #loader-wrapper {
    display: none
}

.pageBox {
    width: 100%;
    margin-top: 80px
}

.pageBox .wrap {
    position: relative
}

.pageBox .prevBtn {
    position: absolute;
    left: 0;
    width: 100px;
    padding: 15px 0;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #01284c;
    font-weight: 500;
    cursor: pointer;
    text-align: right
}

.pageBox .prevBtn:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #01284c;
    position: absolute;
    left: 20px;
    top: 50%
}

.pageBox .prevBtn:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 99em;
    background-color: #fff;
    border: 1px solid #01284c;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -4px
}

.pageBox .nextBtn {
    position: absolute;
    right: 0;
    width: 100px;
    padding: 15px 0;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #01284c;
    font-weight: 500;
    cursor: pointer;
    text-align: left
}

.pageBox .nextBtn:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #01284c;
    position: absolute;
    right: 20px;
    top: 50%
}

.pageBox .nextBtn:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 99em;
    background-color: #fff;
    border: 1px solid #01284c;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px
}
