@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/contentbuilder.css);.language .g_trans a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}



.sideFixedBox {
    position: fixed;
    width: 58px;
    z-index: 9;
    right: 0;
    top: 50%;
    margin-top: -145px;
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}


@media (max-width: 500px){
    .sideFixedBox{
        display: none;
    }
}

.sideFixedBox.fadeIn {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.sideFixedBox a.auditionBtn {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    height: 145px;
    width: 100%;
    background-color: #0cb59b;
    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;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
    -webkit-box-shadow: 0px 0px 8px 2px #0000001c;
    box-shadow: 0px 0px 8px 2px #0000001c
}

.sideFixedBox a.auditionBtn:hover {
    background-color: #14d0b3
}


.classLink li:before,.linkArea .item:after,.linkArea .slick-dots li button:before,.linkArea .subBox .second,header,header .logo svg .cls-1,header .logo svg .cls-2,header .logo svg .cls-3,header .menu-icon-toggle span,header .menuArea,header .rightBox .linkItem ul a:after {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.linkArea {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

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

:focus {
    outline: none
}

body {
    background-color: #fff;
    font-family:'Noto Sans TC', 'Noto Serif TC', Helvetica, Arial,Heiti TC, "メイリオ", sans-serif;
    font-size: 14px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

body.lock {
    overflow: hidden
}

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

a:hover {
    color: #14d0b3
}

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

.button_green {
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    overflow: hidden
}

.button_green:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 10rem;
    z-index: -2
}

.button_green:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #0cb59b;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    border-radius: 10rem;
    z-index: -1
}

.button_green:hover {
    color: #fff
}

.button_green:hover:before {
    width: 100%
}

.button_yellow {
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    overflow: hidden
}

.button_yellow:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 10rem;
    z-index: 2
}

.button_yellow:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #69cde045;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    border-radius: 10rem;
    z-index: 1
}

.button_yellow:hover {
    color: #fff
}

.button_yellow:hover:before {
    width: 100%
}

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: #14d0b3
}

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
}
.scrollTop {
    width: 57px;
    height: 57px;
    position: fixed;
    z-index: 40;
    right: 50px;
    bottom: 100px;
    cursor: pointer;
    opacity: 0;
    transition: all .5s ease;
}

.scrollTop.show {
    opacity: 1
}

.outerWrap {
    position: relative;
    overflow: hidden
}

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

.outerWrap.inside {
    padding-top: 150px
}

.wrap {
    /* width: 1095px; */
    margin: 0 auto;
    width: 80%;
}

.groupBox {
    margin-top: 30px
}

.groupBox a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff52;
    border-radius: 99em;
    margin-right: 5px
}

.groupBox a:hover {
    background-color: #fbb731
}

.groupBox a i {
    color: #fff
}

#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;
    padding: 10px 0
}

header .wrap {
    width: 95%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

header .logo {
    width: 250px
}

header .logo svg .cls-1 {
    fill: transparent
}

header .logo svg .cls-2 {
    fill: #e9e9e9
}

header .logo svg .cls-3 {
    fill: #fff
}

header .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 0 50px
}

@media (max-width: 1180px) {
    header .rightBox {
        padding-right:0
    }
}

header .rightBox .linkItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 500px) {
    header .rightBox .linkItem {
        display:none
    }
}

header .rightBox .linkItem a.outherLink {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    padding: 7px 24px;
    border: 1px solid #fff;
    border-radius: 99em;
    letter-spacing: 2px
}

header .rightBox .linkItem a.outherLink:hover {
    border-color: #0cb59b
}

header .rightBox .linkItem ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 900px) {
    header .rightBox .linkItem ul {
        display:none
    }
}

header .rightBox .linkItem ul li {
    padding: 0 37px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .rightBox .linkItem ul li:after {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #ded3cb;
    display: block;
    position: absolute;
    right: 0
}

header .rightBox .linkItem ul li:first-child {
    padding-left: 0
}

header .rightBox .linkItem ul li:last-child:after {
    display: none
}

header .rightBox .linkItem ul a {
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
    position: relative
}

header .rightBox .linkItem ul a:after {
    content: '';
    width: 0px;
    height: 2px;
    background-color: #14d0b3;
    display: block;
    position: absolute;
    bottom: -5px
}

header .rightBox .linkItem ul a:hover:after {
    width: 100%
}

header.is-active {
    background-color: #ffffffe6;
    padding: 18px 0;
    -webkit-box-shadow: 1px 2px 7px #00000014;
    box-shadow: 1px 2px 7px #00000014
}

header.is-active .logo svg .cls-1 {
    fill: #f5cdb0
}

header.is-active .logo svg .cls-2 {
    fill: #6dc1a1
}

header.is-active .logo svg .cls-3 {
    fill: #20666b
}

header.is-active .linkItem a.outherLink {
    color: #0cb59b;
    border-color: #0cb59b
}

header.is-active .linkItem a.outherLink:hover {
    color: #fff
}

header.is-active .linkItem ul a {
    color: #3b3b3b
}

header.is-active .linkItem ul a:hover {
    color: #0cb59b
}

header.is-active .menu-icon-toggle span {
    background-color: #59c3e2
}

header.is-active .menu-icon-toggle:after,header.is-active .menu-icon-toggle:before {
    background-color: #59c3e2
}

header.is-mobile {
    background-color: #ffffffe6;
    padding: 18px 0;
    -webkit-box-shadow: 1px 2px 7px #00000014;
    box-shadow: 1px 2px 7px #00000014
}

header.is-mobile .logo svg .cls-1 {
    fill: #f5cdb0
}

header.is-mobile .logo svg .cls-2 {
    fill: #6dc1a1
}

header.is-mobile .logo svg .cls-3 {
    fill: #20666b
}

header.is-mobile .linkItem a.outherLink {
    color: #0cb59b;
    border-color: #0cb59b
}

header.is-mobile .linkItem a.outherLink:hover {
    color: #fff
}

header.is-mobile .linkItem ul a {
    color: #3b3b3b
}

header.is-mobile .linkItem ul a:hover {
    color: #0cb59b
}

header.is-mobile .menu-icon-toggle span {
    background-color: #0cb59b
}

header.is-mobile .menu-icon-toggle:after,header.is-mobile .menu-icon-toggle:before {
    background-color: #0cb59b
}

header .menu-icon-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 9;
    margin-left: 24px
}

header .menu-icon-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    background-color: #126cb6;
    -webkit-transition: opacity 0.3s 0.3s;
    -o-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s
}

header .menu-icon-toggle:after,header .menu-icon-toggle:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #126cb6;
    -webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s
}

header .menu-icon-toggle:before {
    top: 6px
}

header .menu-icon-toggle:after {
    bottom: 6px
}

header .menu-icon-toggle.open span {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

header .menu-icon-toggle.open:after,header .menu-icon-toggle.open:before {
    background-color: white;
}

header .menu-icon-toggle.open:before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .menu-icon-toggle.open:after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

header .menu-icon-toggle.open:after,header .menu-icon-toggle.open:before {
    -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
    -o-transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s
}

/* header .menuArea {
    position: fixed;
    visibility: hidden;
    width: 20%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ffffff;
    opacity: 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../images/menu1.jpg);
    box-shadow: -3px 1px 9px 0px grey;
} */

header .menuArea {
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000e3;
    opacity: 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
/* @media(max-width:992px){
    header .menuArea{
        width: 30%;
      }
}
@media(max-width:800px){
    header .menuArea{
        width: 40%;
      }
}

@media(max-width:576px){
    header .menuArea{
        width: 50%;
      }
}

@media(max-width:380px){
    header .menuArea{
        width: 100%;
      }
} */


header .menuArea.open {
    visibility: visible;
    opacity: 1
}

header .menuArea .groupBox a {
    width: 60px;
    height: 60px;
    margin-right: 21px;
    background-color: #505050
}

header .menuArea .groupBox a:hover {
    background-color: #59c3e2
}

header .menuArea .groupBox a:last-child {
    margin-right: 0
}

header .menuArea .groupBox a i {
    font-size: 21px
}

/* header .menuBox {
    width: 100%
} */
header .menuBox {
    width: 395px;
}

@media (max-width: 450px) {
    header .menuBox {
        width:85%;
        margin: 0 auto
    }
}

header .menu>li {
    position: relative;
    text-align: center;
    border-top: 1px solid #525251;
    opacity: 0
}

header .menu>li:first-child {
    border-top: none
}

header .menu>li:last-child {
    border-bottom: none
}

header .menu>li>a {
    position: relative;
    display: block;
    padding: 15px 0px;
    font-size: 33px;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 3px;
}

@media (max-width: 500px) {
    header .menu>li>a {
        padding:10px 0;
        font-size: 24px
    }
}

@media (max-width: 400px) {
    header .menu>li>a {
        font-size:20px
    }
}

/* header .menu>li>a:hover {
    color: #126cb6;
    border-bottom:1px solid #e2e2e2;
    transition: 0.8s;
} */

header .menu .submenu {
    text-align: center;
    display: none;
    padding-bottom: 20px
}

header .menu .submenu a {
    font-family: 'Noto Serif TC', serif;
    display: block;
    padding: 10px;
    font-size: 21px;
    color: #fff;
    font-weight: 300
}

@media (max-width: 500px) {
    header .menu .submenu a {
        font-size:18px
    }
}

@media (max-width: 400px) {
    header .menu .submenu a {
        font-size:16px
    }
}

header .menu .submenu a:hover {
    color: #fbb731
}

.linkArea {
    padding: 50px 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

@media (max-width: 500px) {
    .linkArea {
        padding-top:24px
    }
}

.linkArea.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.linkArea .item {
    position: relative;
    padding-top: 26px;
    padding-bottom: 46px;
    padding-left: 25px
}

@media (max-width: 500px) {
    .linkArea .item {
        padding-left:0;
        padding-bottom: 0
    }
}

.linkArea .item:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e2e2e2
}

@media (max-width: 500px) {
    .linkArea .item:before {
        display:none
    }
}

.linkArea .item:after {
    content: '';
    width: 3px;
    height: 0px;
    background-color: #f5d952;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 500px) {
    .linkArea .item:after {
        display:none
    }
}

.linkArea .item:hover .second {
    background-color: #f5d952
}

.linkArea .item:hover h3 a {
    color: #0cb59b
}

.linkArea .item:hover:after {
    height: 100%
}

.linkArea .subBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.linkArea .subBox .second {
    font-size: 14px;
    color: #fff;
    width: 70px;
    background-color: #0cb59b;
    border-radius: 99em;
    padding: 3px 0
}

.linkArea .subBox h3 {
    font-size: 18px;
    font-weight: 400;
    color: #0cb59b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    letter-spacing: 1.5px
}

.linkArea .subBox h3 a {
    color: #0cb59b
}

.linkArea .subBox h3:before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #d0d0d0;
    display: inline-block;
    margin: 0 15px
}

.linkArea .TxtBox {
    text-align: left;
    margin-top: 20px
}

.linkArea .TxtBox address {
    font-style: normal;
    margin-bottom: 8px
}

.linkArea .TxtBox .tel {
    margin-bottom: 8px
}

.linkArea .slick-dots {
    bottom: 0;
    position: relative;
    margin-top: 32px
}

.linkArea .slick-dots li {
    margin: 0 3px
}

.linkArea .slick-dots li button:focus:before,.linkArea .slick-dots li button:hover:before {
    color: #0cb59b
}

.linkArea .slick-dots li.slick-active button:before {
    color: #0cb59b
}

.linkArea .slick-dots li button:before {
    content: '▪';
    font-size: 24px
}

.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
}

.bannerArea {
    clear: both;
    position: relative
}

/* footer {
    padding: 70px 0;
    padding-bottom: 0;
    background-color: #0cb59b;
    position: relative;
    z-index: 2;
} */

/* @media (max-width: 500px){
    footer{
        padding-bottom: 70px;
    }
} */

/* footer:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 272px;
    height: 323px;
    background-image: url(../images/footer_bg.png);
    z-index: -1;
} */

/* footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width:100%;
} */

/* @media (max-width: 530px) {
    footer .wrap {
        -webkit-box-align:end;
        -ms-flex-align: end;
        align-items: flex-end
    }
} */

/* footer .left {
    margin-right: 10px
}

footer .left .downLogo {
    width: 134px
}

@media (max-width: 760px) {
    footer .left {
        margin-bottom:40px
    }
}

@media (max-width: 530px) {
    footer .left {
        margin-bottom:0
    }
}

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

@media (max-width: 380px) {
    footer .right {
        margin-top:20px
    }
}

@media (max-width: 530px) {
    footer .firstMenu {
        display:none
    }
}

footer .firstMenu .downMenu li {
    margin-bottom: 10px
}

footer .firstMenu .downMenu a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Noto Serif TC', serif
}

footer .secondMenu {
    margin-left: 90px
}

@media (max-width: 630px) {
    footer .secondMenu {
        margin-left:40px
    }
}

@media (max-width: 530px) {
    footer .secondMenu {
        display:none
    }
}

footer .secondMenu li {
    margin-bottom: 5px
}

footer .secondMenu a {
    color: #fff;
    font-size: 14px;
    font-weight: 100
}

footer .footerInfo {
    margin-left: 90px
}

@media (max-width: 630px) {
    footer .footerInfo {
        margin-left:40px
    }
}

@media (max-width: 530px) {
    footer .footerInfo {
        margin-left:0
    }
}

footer .footerInfo h4 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Noto Serif TC', serif
}

footer .footerInfo p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    font-weight: 100
}

footer .bottom {
    width: 100%;
    padding: 52px 0;
    margin-top: 58px;
    border-top: 1px solid #86dacd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 840px) {
    footer .bottom {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 382px) {
    footer .bottom {
        margin-top:20px;
        padding-top: 30px
    }
}

footer .bottom .text span {
    color: #fff;
    font-weight: 100
}

footer .bottom .text a.title {
    font-family: 'Noto Serif TC', serif;
    margin-right: 18px;
    font-size: 16px;
    letter-spacing: .5px;
    color:#fff;
}

footer .bottom .copyright {
    text-align: right;
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    display: flex;
    align-items:center;
}

@media (max-width: 840px) {
    footer .bottom .copyright {
        text-align:left
    }
}

footer .bottom .copyright li {
    color: #fff
}

footer .bottom .copyright a {
    color: #fff
} */

.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;
    margin-left: 15px;
}

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

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

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

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

/* .bannerArea .bannerBox img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100vh;
    object-fit: cover;
} */
.bannerArea .bannerBox img {
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100vw;
    height: calc(100vh - 0px);
    background-position: 50%;
}

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

.titleBox .en {
    position: relative;
    z-index: 0;
    display: block;
    font-size: 40px;
    letter-spacing: .02em;
    color: #6f6f6f;
    font-family: "Times New Roman", "Noto Sans TC", sans-serif;
  }
  
  @media (max-width: 767px) {
    .titleBox .en {
      font-size: 32px;
    }
  }
.titleBox h2 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .05em
}

.titleBox em {
    font-weight: 300;
    font-size: 38px;
    font-family: "Raleway", "微軟正黑體", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em
}
.titleBox .en::before {
    content: '';
    position: absolute;
    left: -5px;
    bottom: 0px;
    z-index: -1;
    width: 220PX;
    height: 20px;
    background-color: #faaa56;
  }
  
  @media (max-width: 767px) {
    .titleBox .en::before {
      left: -10px;
      top: -3px;
      width: 20px;
      height: 40px;
    }
  }
  
  .titleBox .title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: 500;
    font-family: "Noto Serif TC", serif;
    color: #000;
  }
  
  @media (max-width: 767px) {
    .titleBox .title {
      font-size: 17px;
    }
  }
  
  .titleBox .title::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 15px;
    width: 25px;
    height: 1px;
    background-color: #c8c8c8;
  }
  
  .titleBox.white .en {
    color: #fff;
  }
  
  .titleBox.white .en::after {
    opacity: 0.05;
  }
  
  .titleBox.white .title {
    color: #fff;
  }
  
  .titleBox.white .title::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
  

.bread {
    font-size: 14px;
    color: #000;
    font-weight: 300
}

.bread a {
    color: #000
}

.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;
    border-bottom: 1px dashed #d6d6d6;
    font-weight: 400;
    font-size: 20px;
    color: #061540
}

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

.m_classLink2{
    display: none;
}

@media (max-width: 640px){
    .m_classLink2{
        display: block;
    }
}
.classBox {
    padding: 20px 0;
    margin-bottom: 20px
}

.classLink {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 640px){
    .classLink{
        display: none ;
    }
}


.classLink li {
    display: block;
    position: relative;
    width: calc(100% / 5);
    margin-bottom: 20px;
}

@media (max-width: 800px) {
    .classLink li {
        width: calc(100% / 4);
    }
}


@media (max-width: 500px) {
    .classLink li {
        margin-bottom:10px
    }
}

.classLink li:before {
    content: '';
    width: 0px;
    height: 2px;
    background-color: #0cb59b;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -50px
}

.classLink li:hover:before {
    width: 100px
}

.classLink li:last-child a:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    position: absolute;
    right: 0
}

.classLink a {
    position: relative;
    display: block;
    letter-spacing: 3px;
    font-size: 19px;
    color: #000000;
    font-family: 'Noto Serif TC', serif
}



.classLink a:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    position: absolute;
    left: 0
}

.classLink a:hover {
    color: #0cb59b
}

/*.classLink a.current {
    color: #0cb59b
}
*/
.tagBox {
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 70px
}

.tagBox b {
    display: inline-block;
    margin-right: 5px;
    font-weight: 300;
    font-size: 16px;
    color: #383838
}

.tagBox ul {
    display: inline-block
}

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

.tagBox a {
    position: relative;
    display: block;
    margin: 0 5px;
    padding: 5px 0px;
    font-size: 16px;
    color: #0cb59b
}

.tagBox a.current {
    color: #fff;
    background-color: #51649A
}

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

.sectionTitle {
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 1px solid #d6d6d6;
    font-weight: 400;
    font-size: 15px;
    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: 12px 10px;
    font-size: 15px;
    color: #1c1c1c
}

.tab a.current {
    border: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #f8f3f0;
    -webkit-box-shadow: inset 0 3px 5px -2px #cecece;
    box-shadow: inset 0 3px 5px -2px #cecece
}

.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: 33.33%;
    padding: 0 10px 10px 0
}

.side_album a {
    display: block;
    -webkit-box-shadow: 2px 2px 5px #c3c3c3;
    box-shadow: 2px 2px 5px #c3c3c3
}

.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
}

.backList {
    margin-top: 20px
}

.backList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 2px;
    color: #0cb59b
}

.backList a .icon {
    position: relative;
    width: 38px;
    height: 38px;
    background-color: #0cb59b;
    margin-right: 20px;
    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
}

.backList a .icon:before {
    content: '';
    width: 1px;
    height: 26px;
    background-color: #fff;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.backList a .icon:after {
    content: '';
    width: 1px;
    height: 26px;
    background-color: #fff;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.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 a {
    font-size: 16px;
    font-weight: 400
}

.side_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 16px
}

.side_share>svg {
    display: none
}

.side_share a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 99em;
    background-color: #dcdcdc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 7px
}

.side_share a:hover {
    background-color: #0cb59b
}

.side_share a.line svg {
    width: 16px;
    height: 16px;
    fill: #fff
}

.side_share i {
    font-size: 16px;
    color: #fff
}

.side_news {
    padding: 55px 0;
    margin-left: -28px;
    margin-right: -28px;
}

.side_news .slick-dots {
    bottom: 0;
    position: relative;
    margin-top: 32px
}

.side_news .slick-dots li {
    margin: 0 3px
}

.side_news .slick-dots li button:focus:before,.side_news .slick-dots li button:hover:before {
    color: #0cb59b
}

.side_news .slick-dots li.slick-active button:before {
    color: #0cb59b
}

.side_news .slick-dots li button:before {
    content: '▪';
    font-size: 24px
}



/*.side_news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.side_news li {
    width: calc(100% / 3)
}*/

.side_news .Img img {
    max-width: 100%;
    display: block
}

.side_news .item {
    padding-left: 28px;
    padding-right: 28px
}

.side_news .Txt h3 {
    margin-top: 18px
}

.side_news .Txt h3 a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    height: 52px;
    overflow: hidden;
    color: #000;
    letter-spacing: 1.5px
}

.side_news .Txt h3 a:hover {
    color: #0cb59b
}

.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) {
    .wrap {
        width:100%;
        padding: 0 40px
    }
}

@media (max-width: 767px) {
    .mainArea .cotentBox {
        padding:20px 0
    }

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

    .translateIbest {
        float: none
    }

    .side_share {
        margin-bottom: 30px
    }
}

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

    .mainArea .titleBox h2 {
        float: none
    }


    .m_classLink2 {
        display: block;
        position: relative
    }

    .m_classLink2 a.main {
        display: block;
        font-size: 15px;
        color: #222;
        border: 1px solid #CCC;
        position: relative;
        padding: 10px;
        border-radius: 5px;
        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_classLink2 a.main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px
    }

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

    .m_classLink2 ul li {
        padding: 0
    }

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

    /* .m_classLink2 ul li:first-child a {
        border: 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%;
        text-align: left
    }
}

.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: #000;
    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: "Details+";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-left: -45px;
    margin-top: -80px;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    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)
} */

.pageBox {
    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
}

.pageBox a {
    display: block;
    padding: 0 8px
}

.pageBox a i {
    margin: 0 5px
}

.pageBox a.end{
    display: none
}

.pageBox a.start{
    display: none
}

.pageBox a.current{
    color:#14d0b3;
}


.fixedBottomBar{
    display: none;
}

@media (max-width: 500px){
    .fixedBottomBar{
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: #e2e2e2;
        z-index: 50;
        box-shadow: 1px -3px 7px 1px #0000000a;
        display: flex;
        justify-content: center;
    }
    .fixedBottomBar a{
        width: calc(100% / 3);
        padding: 15px 0;
        display: flex;
        justify-content: center;
        align-items:center;
        flex-direction:column;
        position: relative;
    }

    .fixedBottomBar a i{
        color:#000;
        display: block;
        margin-bottom: 3px;
        font-size: 18px;
    }

    .fixedBottomBar a:after{
        content: '';
        width: 1px;
        height: 100%;
        background-color: #eaeaea;
        position: absolute;
        left: 0;
    }

    .fixedBottomBar a:first-child:after{
        display: none;
    }
}


/* 關於我們 master.css  */

.bannerArea2 {
    position: relative;
  }
  .bannerArea2.ins li {
    position: relative;
  }
  .bannerArea2.ins img {
    display: block;
    width: 100%;
  }
  @media(max-width:380px){
    .bannerArea2.ins img{
        margin-top: -10px;
    }  
  }
  .bannerArea2.ins .Txt {
    position: relative;
    position: absolute;
    padding-bottom: 25px;
    top: 23%;
    left: 12.5%;
    line-height: 1;
  }
  .bannerArea2.ins .Txt:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #fff;
    /* background-color: #6a6a68; */
  }
  .bannerArea2.ins .deckAirplane {
    position: absolute;
    top: -70px;
    left: -125px;
    width: 121px;
    height: 87px;
  }
  .bannerArea2.ins .deckAirplane img {
    width: 100%;
  }
  .bannerArea2.ins .deckStar {
    position: absolute;
    top: -40px;
    left: 50px;
    width: 24px;
    height: 26px;
  }
  .bannerArea2.ins .enTitle {
    font-size: 100px;
    font-weight: 600;
    font-family: fangsong;
    color: #ffffffde;
    /* color: #535353db; */
  }
  .bannerArea2.ins .title {
    font-size: 29px;
    font-weight: 400;
    color: #fff;
    /* color: #535353db; */
  }
  .mainArea2 {
    position: relative;
    padding: 130px 0 30px;
    background-color: #fff;
  }
  .pageMainArea > .wrap {
    position: relative;
  }
  .pageMainArea .contentBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
        /* box-shadow: 1px 1px 6px grey; */
    padding: 30px;
  }
  .pageMainArea .leftBox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* width: 280px; */
    width: 20%;
  }
  .pageMainArea .rightBox {
    padding-left: 30px;
    /* max-width: 1050px;
    width: calc(100% - 280px); */
    width: 80%;
  }
  .pageTitleBox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 20px;
    max-width: 280px;
  }
  .pageTitleBox:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 2px;
    width: 7px;
    height: 7px;
    background-color: #65c4bc;
    border-radius: 50%;
    display: none;
  }
  .pageTitleBox:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 7px;
    height: 7px;
    background-color: #737474;
    border-radius: 50%;
    display: none;
  }
  .pageTitleBox .title {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
  }
  .pageTitleBox .title span {
    display: inline-block;
    margin: 0 1px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background-color: #59c3e2;
    border-radius: 50%;
  }
  .pageTitleBox .enTitle {
    padding: 5px 0;
    font-size: 27px;
    font-weight: 800;
    font-family: auto;
    color: #6e6f6f;
    line-height: 1;
    margin-bottom: -6px;
  }
  .m_classLink2 .main {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    color: #343434;
    letter-spacing: 1px;
    border: 1px solid #59c3e2;
    background-color: #caf3ff;
    cursor: pointer;
    border-radius: 7px;
  }
  .m_classLink2 .main::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    margin-top: -6px;
    font-size: 15px;
    font-family: FontAwesome;
  }
  .m_classLink2 ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    display: none;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #a8e4df;
    background-color: #f0f7f6;
    border-radius: 7px;
    overflow: hidden;
  }
  .m_classLink2 ul li + li {
    border-top: 1px solid #59c3e2;
    background-color: #caf3ff;
  }
  .m_classLink2 ul a {
    display: block;
    padding: 10px 20px;
    color: #000;
    font-size: 14px;
  }
  /* .m_classLink2 ul a:hover, .m_classLink2 ul a.current {
    color: #5a5a5a;
    background-color: #f0f7f6;
  } */
  .m_classLink2 ul dl a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .m_classLink2 ul .m2menu > a {
    position: relative;
  }
  .m_classLink2 ul .m2menu > a.open:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .m_classLink2 ul .m2menu > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 2px;
    background-color: #caf3ff;
  }
  .m_classLink2 ul .m2menu > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 2px;
    background-color: #caf3ff;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: all 0.4s ease;
  }
  @media (max-width:992px) {
    .side_menu2 .classLink2{
        display: none;
    }
    /* .m_classLink2{
        display: block;
    } */
  }
  .side_menu2 {
    position: relative;
    z-index: 2;
  }
  .side_menu2 > ul li {
    position: relative;
  }
  .side_menu2 > ul li:not(:first-child) {
    margin-top: 15px;
  }
  .side_menu2 > ul li.m2menu:hover dl {
    pointer-events: auto;
    -webkit-transform: translate(0px);
            transform: translate(0px);
    opacity: 1;
  }
  .side_menu2 > ul li.m2menu > a:before, .side_menu2 > ul li.m2menu > a:after {
    opacity: 1;
  }
  .side_menu2 > ul li > a {
    position: relative;
    display: block;
    padding: 10px 40px 10px 15px;
    background-color: #59c3e2;
    background-color: #80e2ff;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.4s ease;
  }
  .side_menu2 > ul li > a.current {
    background-color: #21abd3;
  }
  .side_menu2 > ul li > a.current:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .side_menu2 > ul li > a:hover {
    background-color: #21abd3;
  }
  .side_menu2 > ul li > a:before, .side_menu2 > ul li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 13px;
    height: 3px;
    background-color: #fff;
    transition: all 0.4s ease;
    opacity: 0;
  }
  .side_menu2 > ul li > a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .side_menu2 dl {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
  }
  .side_menu2 dl dt {
    border-top: 1px solid #dadada;
  }
  .side_menu2 dl a {
    display: block;
    padding: 10px 40px 10px 15px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .side_menu2 dl a.current {
    color: #ff8aaa;
  }
  .mainArea2 {
    position: relative;
    /* padding: 130px 0 30px; */
    padding: 130px 30px;
    background-color: #fff;
  }
  .mainArea2.index {
    margin-top: -100px;
  }
  .newsInfoBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .newsInfoBox .date {
    font-size: 16px;
    font-weight: 600;
    font-family: "Baloo 2", cursive, sans-serif;
    color: #262626;
    text-transform: uppercase;
  }

  .articleTitle2 {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 500;
    color: #313131;
    border-bottom: 1px dotted #ccc;
  }

@media (max-width: 993px) {
  .m_classLink2 {
    display: block;
  }
  .side_menu2 dl {
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid #dadada;
    border-radius: 7px;
    pointer-events: none;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  
}
@media screen and (min-width:993px) {
    .m_classLink2 .main{
        display: none;
    }
}
  @media (max-width: 1180px) {
    .mainArea2 {
      padding: 30px 0;
    }
    .mainArea2.index {
        margin-top: 0;
        border-radius: 0;
      }
      .mainArea2 {
        padding: 30px 0;
      }
    .pageMainArea .contentBox {
        -ms-flex-direction: column;
            flex-direction: column;
      }
      .pageMainArea .leftBox {
        width: 100%;
      }
      .pageMainArea .rightBox {
        padding: 0;
        width: 100%;
      }
      .pageTitleBox {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        padding-bottom: 15px;
        max-width: none;
      }
      .pageTitleBox:before {
        display: none;
      }
      .pageTitleBox:after {
        display: none;
      }
      .pageTitleBox .enTitle {
        margin-top: 5px;
        margin-bottom: 0;
      }
      .side_menu2 {
        margin-bottom: 20px;
      }
      /* .side_menu2 > ul {
        display: none;
      } */
      .side_menu2 dl {
        display: none;
        position: relative;
        left: 0;
      }
      .side_menu2 dl dt:first-child {
        border-top: none;
      }
      /* .m_classLink2 ul {
        display: block;
    } */
  }
  @media (max-width: 960px) {
    .bannerArea2.ins .enTitle {
      font-size: 45px;
    }
    .bannerArea2.ins .title {
        font-size: 21px;
      }
      .bannerArea2.ins .Txt {
        padding-bottom: 20px;
      }
  }
  @media (max-width: 640px) {
    .bannerArea2.ins .enTitle {
      font-size: 30px;
    }
    .bannerArea2.ins .title {
        font-size: 15px;
      }
      .bannerArea2.ins .Txt {
        left: 20px;
        padding-bottom: 10px;
      }
      .bannerArea2.ins .Txt:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 30px;
        height: 2px;
        /* background-color: #fff; */
        background-color: #6a6a68;
      }
  }

  .aboutArea .wrap {
    width: 100%;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
/* productArea */

.productArea {
    padding-top: 180px;
    padding-bottom: 180px;
    padding-left: 290px;
    position: relative;
    overflow: hidden;
  }
  /* .productArea:before, .productArea:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
  }
  .productArea:before {
    background-color: #ffffff;
    background-image: radial-gradient(#c0c0c0 1px, transparent 2px);
    background-size: calc(55 * 1px) calc(57 * 1px);
    background-position: -20px 10px;
    background-color: transparent;
    top: 80px;
    bottom: 80px;
  } */
  /* .productArea:after {
    content: "";
    background: rgba(241, 241, 241, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 241, 241, 0)), color-stop(10%, #f1f1f1), color-stop(90%, #f1f1f1), color-stop(100%, rgba(241, 241, 241, 0)));
    background: linear-gradient(to bottom, rgba(241, 241, 241, 0) 0%, #f1f1f1 10%, #f1f1f1 90%, rgba(241, 241, 241, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f1f1", endColorstr="#f1f1f1", GradientType=0 );
    top: 0;
    bottom: 0;
    z-index: -1;
  } */
  .productArea .wrap {
    margin-left: 0;
  }
  .productArea .proTop {
    position: relative;
    display: flex;
  }
  .productArea .proTop > .left {
    width: 700px;
  }
  .productArea .proTop > .right {
    width: calc(100% - 700px);
    text-align: right;
  }
  .productArea .proTop .titleBox em {
    font-size: 68px;
  }
  .productArea .proTop .titleBox h2 {
    font-size: 21px;
  }
  .productArea .proTop .proClass_m {
    display: inline-flex;
  }
  .productArea .proTop .proClass_m ul {
    display: flex;
    position: relative;
    z-index: 1;
  }
  .productArea .proTop .proClass_m ul:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 6px;
    right: 6px;
    background-image: url(../images/bg/dot.png);
    background-repeat: repeat-x;
    height: 6px;
    display: block;
    z-index: -1;
  }
  .productArea .proTop .proClass_m ul li {
    margin-left: 40px;
  }
  .productArea .proTop .proClass_m ul li:first-child {
    margin-left: 0;
  }
  .productArea .proTop .proClass_m ul li a {
    color: #ffffff;
    display: block;
  }
  .productArea .proTop .proClass_m ul li a .num {
    font-size: 18px;
    font-family: "Righteous";
    padding-bottom: 7px;
  }
  .productArea .proTop .proClass_m ul li a .Txt {
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 10px;
  }
  .productArea .proTop .proClass_m ul li a .halo {
    width: 170px;
    height: 170px;
    position: relative;
  }
  .productArea .proTop .proClass_m ul li a .halo .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .productArea .proTop .proClass_m ul li a .halo .outer {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ababab;
    border: 5px solid #e9e9e9;
    z-index: -1;
  }
  @media (min-width: 769px) {
    .productArea .proTop .proClass_m ul li a:hover .Txt {
      font-size: 17px;
    }
    .productArea .proTop .proClass_m ul li a:hover .halo .outer {
      transform: scale(1.24);
      background-color: #8ec320;
      border: 5px solid #dcecbb;
    }
    .productArea .proTop .proClass_m ul li a:hover .halo .outer:after {
      pointer-events: none;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border-radius: 50%;
      background-color: rgba(186, 186, 186, 0.13);
      animation: pulse-halo 3s ease-out infinite;
      z-index: -1;
    }
  }
  @media (max-width: 1600px) {
    .productArea .proTop {
      display: block;
    }
    .productArea .proTop > .left,
  .productArea .proTop > .right {
      width: 100%;
    }
    .productArea .proTop > .right {
      text-align: left;
    }
  }
  @media (max-width: 1350px) {
    .productArea {
      padding-left: 210px;
    }
  }
  @media (max-width: 1180px) {
    .productArea {
      padding: 50px 0 0;
    }
  }
  @media (max-width: 992px) {
    .productArea .proTop .titleBox em {
      font-size: 44px;
    }
  }
  @media (max-width: 768px) {
    .productArea .proTop .titleBox em {
      font-size: 35px;
    }
    .productArea .proTop .titleBox h2 {
      font-size: 18px;
    }
    .productArea .proTop .proClass_m ul li a .halo {
      border-radius: 50%;
      background-color: #ababab;
      border: 5px solid #e9e9e9;
    }
    .productArea .proTop .proClass_m ul li a .outer {
      display: none;
    }
    .productArea .proTop .proClass_m ul li a:hover .halo {
      background-color: #8ec320;
      border: 5px solid #dcecbb;
    }
  }
  @media (max-width: 640px) {
    .productArea .proTop .proClass_m {
      display: block;
    }
    .productArea .proTop .proClass_m ul {
      justify-content: space-between;
    }
    .productArea .proTop .proClass_m ul li {
      margin-left: 0;
    }
    .productArea .proTop .proClass_m ul li a .num {
      font-size: 16px;
    }
    .productArea .proTop .proClass_m ul li a .Img img {
      max-width: 60%;
      margin: auto;
      display: block;
    }
    .productArea .proTop .proClass_m ul li a .Txt {
      font-size: 14px;
    }
    .productArea .proTop .proClass_m ul li a .halo {
      width: 150px;
      height: 150px;
    }
  }
  @media (max-width: 480px) {
    .productArea .proTop .proClass_m ul {
      margin: 0 -10px;
    }
    .productArea .proTop .proClass_m ul li a .num {
      font-size: 14px;
    }
    .productArea .proTop .proClass_m ul li a .Img img {
      max-width: 50%;
    }
    .productArea .proTop .proClass_m ul li a .Txt {
      font-size: 13px;
    }
    .productArea .proTop .proClass_m ul li a .halo {
      width: 120px;
      height: 120px;
    }
  }
  @media (max-width: 400px) {
    .productArea .proTop .proClass_m ul li a .num {
      font-size: 13px;
      padding-bottom: 5px;
    }
    .productArea .proTop .proClass_m ul li a .Img img {
      max-width: 40%;
    }
    .productArea .proTop .proClass_m ul li a .Txt {
      font-size: 12px;
      padding-bottom: 5px;
    }
    .productArea .proTop .proClass_m ul li a .halo {
      width: 100px;
      height: 100px;
    }
  }
  
  .productArea img {
    max-width: 100%;
    height: auto;
  }
  .productArea .wrap {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
  }
  .btnBox {
    padding: 20px 0;
  }
  
  .btn_cis {
    display: block;
    max-width: 175px;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 10.5px 10px;
  }
  
  .btn_cis {
    border: 2px solid #006cb8;
    background-color: #006cb8;
  }
  .btn_cis.hasIcon .icon_arrowRight {
    margin-right: 12px;
    display: inline-block;
  }
  .btn_cis:hover {
    color: #3b9dd8;
    border-color: #3b9dd8;
    background-color: transparent;
  }
  .btn_cis:hover .icon_arrowRight {
    border-top-color: #8ec320;
    border-right-color: #8ec320;
  }
  .btn_cis:hover .icon_arrowRight:after {
    background-color: #8ec320;
  }
  .productArea .titleBox em {
    color: #2f2f2f;
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    font-family: "Poppins", "Noto Sans TC";
    display: block;
    padding-bottom: 20px;
  }
  .productArea  .titleBox em span {
    color: #006cb8;
  }
  .productArea .titleBox p {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
  }
  @keyframes circle-animation {
    0% {
      stroke-dashoffset: 1695.6;
      transform: rotate(0);
    }
    100% {
      stroke-dashoffset: 1695.6;
      transform: rotate(360deg);
    }
  }
  @keyframes circle-animation2 {
    0%, 25% {
      stroke-dasharray: 0 1695.6;
      transform: rotate(0);
    }
    50%, 75% {
      stroke-dasharray: 1695.6 1695.6;
      transform: rotate(360deg);
    }
    100% {
      stroke-dasharray: 0 1695.6;
      transform: rotate(720deg);
    }
  }
  
  <!--featureArea-->
  .imh_zoom {
    position: relative;
    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:hover img {
    opacity: 1;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .arrowStyle {
    display: inline-block;
    width: 40px;
    height: 80px;
  }
  
  .arrowStyle::before {
    content: '\f104';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    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: 100%;
    height: 100%;
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
  }
  
  .arrowStyle::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  
  .arrowStyle.prevArrow::after {
    border-width: 40px 40px 40px 0;
    border-color: transparent #0f786f transparent transparent;
  }
  
  .arrowStyle.prevArrow:hover::after {
    border-color: transparent #f1820e transparent transparent;
  }
  
  .arrowStyle.nextArrow::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .arrowStyle.nextArrow::after {
    border-width: 40px 0 40px 40px;
    border-color: transparent transparent transparent #0f786f;
  }
  
  .arrowStyle.nextArrow:hover::after {
    border-color: transparent transparent transparent #f1820e;
  }
  

  