
/* CSS Document */


.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 {
  /*按鈕主色1*/
  color: #fff;
  background-color: #516190; }

a.btn_color1:hover {
  background-color: #C85A56; }

a.btn_color2 {
  /*按鈕主色2*/
  color: #fff;
  background-color: #A0A0A0; }

a.btn_color2:hover {
  background-color: #999; }

input[type="text"] {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

.wrap {
  width: 100%;
  margin: 0 auto; }

#gmap {
  display: none;
  height: 400px; }

.label {
  padding: 5px 7px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8); }

/*-moduleBox--*/
.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: 1000;
  background-color: rgba(255, 255, 255, 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, .moduleMask.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

/***↓↓↓購物車↓↓↓***/
.cartArea {
  width: 360px !important;
  border: 10px solid #C3D9DA;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .cartArea .wrap {
    position: relative;
    width: auto;
    padding: 40px 10px; }
  .cartArea .countBox {
    margin-top: 10px;
    text-align: center; }
    .cartArea .countBox a.btn_pay {
      position: relative;
      display: block;
      width: 80%;
      line-height: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.1em;
      background-color: #555;
      overflow: hidden;
      color: #FFF;
      z-index: 1;
      margin-left: auto;
      margin-right: auto; }
      .cartArea .countBox a.btn_pay:hover:before {
        left: 50%;
        -webkit-transform: scale(15);
        -ms-transform: scale(15);
        transform: scale(15);
        background-color: #31B4AE;
        border-color: transparent;
        pointer-events: none; }
      .cartArea .countBox a.btn_pay:hover:after {
        -webkit-transform: translateX(120px);
        -ms-transform: translateX(120px);
        transform: translateX(120px); }
      .cartArea .countBox a.btn_pay:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 47px;
        display: block;
        width: 25px;
        height: 25px;
        border: solid 1px rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
        z-index: -1;
        margin-top: -13px; }
      .cartArea .countBox a.btn_pay:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 60px;
        display: block;
        width: 30px;
        height: 10px;
        background-image: url(/templates/en/images/nextArrow2.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        margin-top: -5px; }
  .cartArea #closeInquiry {
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/templates/en/images/cross.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000; }
  .cartArea .goto_pay_btn {
    margin-left: 15px; }
  .cartArea .cart {
    clear: both;
    max-height: 250px;
    overflow-y: auto; }
    .cartArea .cart li {
      position: relative;
      margin-bottom: 10px;
      border-bottom: 1px solid #eee;
      text-align: left;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 9px; }
      .cartArea .cart li i {
        position: absolute;
        top: 50%;
        right: 0;
        cursor: pointer;
        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: 30px;
        height: 30px;
        font-size: 18px;
        color: #949494;
        margin-top: -15px; }
    .cartArea .cart .Img {
      float: left;
      margin-right: 15px;
      width: 50px;
      height: 50px;
      overflow: hidden; }
      .cartArea .cart .Img img {
        display: block;
        width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
    .cartArea .cart .Txt {
      position: relative;
      overflow: hidden; }
      .cartArea .cart .Txt strong {
        display: block; }
        .cartArea .cart .Txt strong a {
          display: block;
          width: calc(100% - 30px);
          font-size: 15px;
          font-weight: 400;
          line-height: 50px;
          color: #000000;
          overflow: hidden;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }
      .cartArea .cart .Txt b {
        display: inline-block;
        padding-right: 10px;
        font-weight: 400;
        font-size: 12px; }
        .cartArea .cart .Txt b.price {
          font-size: 15px;
          color: #e83336; }

/*訂單查詢*/
.orderCheckArea {
  width: 320px;
  border: 5px solid #d8d8d8;
  background-color: #fff; }
  .orderCheckArea .wrap {
    position: relative;
    width: auto;
    padding: 40px 10px;
    text-align: center; }

#closeOrder,
#closeCart,
#closePrice,
#closeInquiry {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px; }

.orderCheckArea h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  color: #222;
  text-align: left; }

.orderCheckArea input[type="text"], .orderCheckArea input[type="password"] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #ccc; }

.orderCheckArea a.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff; }

@media screen and (max-width: 480px) {
  .cartArea,
  .orderCheckArea {
    width: 300px !important; }
  #closeOrder,
  #closeCart,
  #closePrice,
  #closeInquiry {
    top: 5px;
    font-size: 25px; } }

/***↑↑↑購物車↑↑↑**/
/*****網頁頭*****/
/*menu*/
.menu > li {
  position: relative;
  display: inline-block; }
  .menu > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
    font-size: 15px;
    color: #222; }
    .menu > li > a:hover {
      color: #589000; }

.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: #516190; }

/*手機menu*/
.m_menu {
  display: none; }

/*****banner******/
.bannerArea {
  clear: both;
  position: relative; }

/*share*/
.translateIbest {
  display: inline-block;
  vertical-align: middle; }
  .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; }

.titleBox {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  .titleBox h2 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .05em; }
  .titleBox em {
    font-weight: 300;
    font-size: 38px;
    font-family: "Open Sans", "Noto Sans TC", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em; }

.bread {
  position: absolute;
  right: 10px;
  top: 25px;
  font-size: 12px;
  color: #bbb; }
  .bread a {
    color: #bbb; }
    .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("/templates/en/images/plus.png") no-repeat 5px center;
  padding-left: 40px; }

.classLink {
  display: none;
  text-align: center; }
  .classLink li {
    display: inline-block; }

/*標籤*/
.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 #51649A;
    font-size: 13px;
    color: #51649A; }
    .tagBox a:hover {
      color: #fff;
      background-color: #51649A; }
    .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;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000; }
  .sectionTitle strong {
    display: block;
    position: relative;
    font-weight: 400; }
  .sectionTitle a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -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_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_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_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;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5da0ea), color-stop(100%, #3d8ce6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#5da0ea), to(#3d8ce6));
    background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0);
    /* IE6-8 */ }

/*側邊_其他相關訊息*/
.side_news ul {
  margin-top: 20px; }

.side_news li {
  margin-bottom: 25px; }

.side_news .Img {
  float: left;
  width: 70px;
  margin-right: 12px;
  overflow: hidden; }
  .side_news .Img img {
    display: block;
    width: 100%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover; }

.side_news .Txt {
  max-width: 270px;
  overflow: hidden; }
  .side_news .Txt a {
    display: block;
    font-family: "微軟正黑體", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: bold; }

/*--滑動解鎖--*/
.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) {
  .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; } }

@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 20px; }
  .bookingArea .title {
    display: none; }
  .bookingArea .bookingList,
  .bookingArea .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .bookingArea .bookingList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }
    .bookingArea .bookingList li {
      margin-bottom: 15px; }
      .bookingArea .bookingList li:not(:first-child) {
        margin-left: 0; }
  .bookingArea input,
  .bookingArea select {
    width: 100%; }
  .bookingArea .btn a {
    padding: 12px; } }

@media (max-width: 767px) {
  footer_xx .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_xx .right {
    width: 100%;
    padding-left: 0; }
  /*bread*/
  .mainArea .titleBox .bread {
    display: none; }
  /*main*/
  .mainArea .cotentBox {
    padding: 20px 0; }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0; }
  /*footer_xx*/
  .translateIbest {
    float: none; }
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px; } }

/*640*/
@media (max-width: 640px) {
  .marqueeArea h2,
  .marqueeArea ul li .date {
    display: none; }
  .mainArea .titleBox h2 {
    float: none; } }

/*480*/
@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%; }
  .downMenu {
    width: 100%; } }

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background-color: #000;
  overflow: hidden; }
  .imh_opacity img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }
  .imh_opacity:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

/***Hover效果1: 放大淡出Detail***/
.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); }

/***Hover效果1: 放大淡出zoom***/
.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); }


.outerWrap {
  position: relative; }
  @media (max-width: 1280px) {
    .outerWrap {
      padding-top: 60px; } }

header_xx {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  pointer-events: none; }
  @media (max-width: 1280px) {
    header_xx {
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } }
  header_xx .wrap {
    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;
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px; }
    @media (max-width: 1280px) {
      header_xx .wrap {
        padding-left: 20px;
        padding-right: 20px; } }
  header_xx .sideMenu,
  header_xx .logo_xx a {
    pointer-events: auto; }
  header_xx .logo_xx {
    width: 136px;
    padding-top: 45px;
    padding-bottom: 45px; }
    @media (max-width: 1280px) {
      header_xx .logo_xx {
        padding-top: 18px;
        padding-bottom: 18px; } }
    header_xx .logo_xx a {
      display: block;
      width: 100%;
      height: 24px;
      background: url("/templates/en/images/logo_xx.png") no-repeat;
      background-size: contain;
      text-indent: -9999px; }

footer_xx {
  background-color: #F4F4F4;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px; }
  footer_xx .top {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #545454; }
    footer_xx .top:after {
      content: '';
      display: block;
      width: 1px;
      height: 100px;
      background-color: #dbdbdb;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
  footer_xx .downlogo_xx {
    width: 100%;
    max-width: 156px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    footer_xx .downlogo_xx img {
      display: block;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -o-object-fit: contain;
      object-fit: contain; }
  footer_xx .copyright {
    font-size: 12px;
    letter-spacing: 0.03em;
    color: rgba(66, 66, 66, 0.7);
    margin-top: 100px; }
    @media (max-width: 480px) {
      footer_xx .copyright {
        margin-top: 60px; } }

.mainArea {
  padding: 100px 0; }
  @media (max-width: 1180px) {
    .mainArea {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 640px) {
    .mainArea {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .mainArea.pt0 {
    padding-top: 0; }
  .mainArea.pb0 {
    padding-bottom: 0; }

.social {
  display: inline-block;
  vertical-align: middle; }
  .sideArea .social {
    margin-left: -10px;
    margin-bottom: 15px; }
  .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 19px;
    color: #31B4AE;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .social a:hover {
      opacity: 0.6; }
    .sideArea .social a {
      color: #474747; }

.basicInfo {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 25px;
  color: #424242; }

#banner .bannerItem {
  position: absolute;
  top: 0;
  left: 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;
  width: 100%;
  height: 100%; }

@media (max-width: 1180px) {
  #banner img {
    min-height: 340px;
    -o-object-fit: cover;
    object-fit: cover; } }

@media (max-width: 480px) {
  #banner img {
    min-height: 300px; } }

#banner .bannerTitleBox {
  width: 100%;
  max-width: 1200px; }
  @media (min-width: 481px) {
    #banner .bannerTitleBox {
      margin-top: -80px; } }
  @media (max-width: 1280px) {
    #banner .bannerTitleBox {
      padding-left: 20px;
      padding-right: 20px; } }
  #banner .bannerTitleBox .en {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 55px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 35px;
    padding-bottom: 15px; }
    @media (max-width: 640px) {
      #banner .bannerTitleBox .en {
        font-size: 36px;
        margin-bottom: 20px; } }
    #banner .bannerTitleBox .en:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 85px;
      height: 1px;
      background-color: #000;
      opacity: 0.2; }
  #banner .bannerTitleBox .tw {
    font-family: "微軟正黑體", sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 10px; }

#banner .bannerInfo {
  max-width: 430px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 30px; }
  @media (max-width: 640px) {
    #banner .bannerInfo {
      display: none; } }

.classBox {
  background-color: #404040;
  padding-left: calc((100% - 1200px) / 2); }

.m_classLink {
  position: relative;
  display: block;
  width: 100%;
  max-width: 380px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 640px) {
    .m_classLink {
      max-width: 100%; } }
  .m_classLink a.main {
    position: relative;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    letter-spacing: .05em;
    color: #FFF;
    position: relative;
    background: #666666;
    line-height: 50px; }
    .m_classLink a.main b {
      font-weight: 300; }
    .m_classLink a.main .fa {
      position: absolute;
      top: 50%;
      right: 30px;
      margin-top: -6px; }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #EEE;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .m_classLink ul li {
      padding: 0; }
      .m_classLink ul li a {
        display: block;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: .05em;
        padding: 18px 10px; }
      .m_classLink ul li:first-child a {
        border: none; }

.goTop {
  position: relative;
  cursor: pointer; }
  .goTop.ins {
    width: 90px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    color: #a0a0a0;
    text-align: center;
    border-bottom: 3px solid #00A49D;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px; }
    .goTop.ins:after {
      content: '';
      position: absolute;
      top: calc(100% + 14px);
      left: 50%;
      width: 1px;
      height: 90px;
      background-color: #dadada; }

.titleBox {
  margin-bottom: 85px; }
  @media (max-width: 640px) {
    .titleBox {
      margin-bottom: 40px; } }
  .titleBox .en {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    color: #000; }
    @media (min-width: 481px) {
      .titleBox .en {
        margin-bottom: 8px; } }
    @media (max-width: 480px) {
      .titleBox .en {
        font-size: 28px; } }
    .titleBox .en:before {
      content: 'WHO WE ARE';
      display: block;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0.05em;
      color: #666; }
      @media (min-width: 481px) {
        .titleBox .en:before {
          margin-bottom: 5px; } }
  .titleBox .zh {
    font-family: "微軟正黑體", sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #000; }
    @media (max-width: 480px) {
      .titleBox .zh {
        font-size: 18px; } }

a#closeLogin {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/templates/en/images/cross.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000000; }

.loginArea {
  background-color: #fff;
  background-image: url(/templates/en/images/login.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 10px 28px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 28px 1px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  width: 100%;
  max-width: 990px; }
  .loginArea .box {
    position: relative;
    background: #fff;
    padding: 100px 105px;
    max-height: 100vh;
    overflow-y: auto; }
    @media (min-width: 991px) {
      .loginArea .box {
        margin-left: 380px; } }
    @media (max-width: 640px) {
      .loginArea .box {
        padding: 60px; } }
    @media (max-width: 540px) {
      .loginArea .box {
        width: 100%;
        max-width: 480px;
        padding: 40px; } }
  .loginArea .loginTitle {
    width: 100%;
    max-width: 400px; }
    .loginArea .loginTitle .t1 {
      font-size: 38px;
      font-weight: bold;
      letter-spacing: 0;
      padding-bottom: 4px; }
    .loginArea .loginTitle .t2 {
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 22px; }
    .loginArea .loginTitle .t3 {
      font-size: 15px;
      font-weight: 300;
      line-height: 26px;
      color: #757575;
      padding-bottom: 34px; }
  .loginArea .loginAccount {
    position: relative; }
    .loginArea .loginAccount:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      display: block;
      width: 20px;
      height: 20px;
      background-image: url(/templates/en/images/loginIcon1.png);
      background-repeat: no-repeat;
      background-position: center;
      pointer-events: none;
      margin-top: -10px; }
  .loginArea .loginPwd {
    position: relative; }
    .loginArea .loginPwd:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      display: block;
      width: 20px;
      height: 20px;
      background-image: url(/templates/en/images/loginIcon2.png);
      background-repeat: no-repeat;
      background-position: center;
      pointer-events: none;
      margin-top: -10px; }
  .loginArea input[type="text"], .loginArea input[type="password"] {
    display: block;
    width: 100%;
    height: 48px;
    padding: 5px 0;
    margin-bottom: 6px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dcdcdc; }
  .loginArea .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 55px; }
    @media (max-width: 480px) {
      .loginArea .btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .loginArea .btn > a {
      position: relative;
      width: 180px;
      line-height: 50px;
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #555;
      overflow: hidden;
      color: #FFF;
      z-index: 1;
      padding-left: 50px; }
      .loginArea .btn > a:hover {
        color: #FFF; }
        .loginArea .btn > a:hover:before {
          left: 50%;
          -webkit-transform: scale(15);
          -ms-transform: scale(15);
          transform: scale(15);
          background-color: #31B4AE;
          border-color: transparent;
          pointer-events: none; }
      .loginArea .btn > a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 36px;
        display: block;
        width: 25px;
        height: 25px;
        border: solid 1px rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
        z-index: -1;
        margin-top: -13px; }
      .loginArea .btn > a:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50px;
        display: block;
        width: 30px;
        height: 10px;
        background-image: url(/templates/en/images/nextArrow2.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        margin-top: -5px; }
    .loginArea .btn > b {
      display: inline-block;
      font-weight: 400;
      line-height: 50px;
      color: #757575;
      vertical-align: top; }
      .loginArea .btn > b a {
        color: #31B4AE;
        border-bottom: solid 1px #31B4AE; }
  .loginArea .forget {
    clear: both;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 100;
    line-height: 26px; }
    .loginArea .forget a {
      color: #31B4AE;
      border-bottom: solid 1px #31B4AE; }
  .loginArea .forgetCheck {
    display: none; }
    .loginArea .forgetCheck a.btn_relog {
      display: block;
      margin-bottom: 15px;
      font-size: 14px;
      font-weight: 300;
      color: #31B4AE;
      text-decoration: underline; }

.joinBox > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .joinBox > .top .btn {
    width: calc(50% - 5px);
    text-align: left; }
    .joinBox > .top .btn a {
      padding-left: 20px; }
      .joinBox > .top .btn a:before, .joinBox > .top .btn a:after {
        content: none; }
    .joinBox > .top .btn .likeBtn {
      right: 5px; }

.joinBox .btn {
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 370px;
  margin-bottom: 30px; }
  .joinBox .btn .likeBtn {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/templates/en/images/like.png);
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 1;
    margin-top: -15px; }
  .joinBox .btn a {
    position: relative;
    display: block;
    max-width: 370px;
    line-height: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    background-color: #555;
    overflow: hidden;
    color: #FFF;
    z-index: 1; }
    .joinBox .btn a:hover:before {
      left: 50%;
      -webkit-transform: scale(15);
      -ms-transform: scale(15);
      transform: scale(15);
      background-color: #31B4AE;
      border-color: transparent;
      pointer-events: none; }
    .joinBox .btn a:hover:after {
      -webkit-transform: translateX(220px);
      -ms-transform: translateX(220px);
      transform: translateX(220px); }
    .joinBox .btn a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 47px;
      display: block;
      width: 25px;
      height: 25px;
      border: solid 1px rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      -webkit-transition: all .8s;
      -o-transition: all .8s;
      transition: all .8s;
      z-index: -1;
      margin-top: -13px; }
    .joinBox .btn a:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 60px;
      display: block;
      width: 30px;
      height: 10px;
      background-image: url(/templates/en/images/nextArrow2.png);
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      margin-top: -5px; }
    .joinBox .btn a.active + .likeBtn {
      background-image: url(/templates/en/images/like3.png); }

label.check {
  position: relative;
  cursor: pointer;
  padding-left: 20px; }
  .checkBar label.check {
    padding-left: 25px; }
  label.check:not(:first-child) {
    margin-left: 15px; }
  label.check:focus {
    color: #111; }
  label.check > input[type="radio"],
  label.check > input[type="checkbox"] {
    display: none; }
    label.check > input[type="radio"]:checked + .checkLabel:before,
    label.check > input[type="checkbox"]:checked + .checkLabel:before {
      opacity: 1; }
  label.check .checkLabel {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border: solid 1px #535353;
    -webkit-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    .checkBar label.check .checkLabel {
      margin-top: -7px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      border: solid 2px #535353; }
      .checkBar label.check .checkLabel:before {
        content: '';
        width: 8px;
        height: 8px; }
    label.check .checkLabel:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 8px;
      height: 8px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: rgba(54, 54, 54, 0.8);
      -webkit-transition: opacity .5s;
      -o-transition: opacity .5s;
      transition: opacity .5s;
      opacity: 0; }


.sideShare {
  clear: both;
  display: none;
  margin-left: -10px; }
  @media (max-width: 860px) {
    .sideShare {
      display: block;
      margin-bottom: 30px; } }
  .sideShare a {
    display: inline-block;
    padding: 15px 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #000000;
    text-align: center; }
  .sideShare i {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .sideShare .line {
    color: #22A00B; }
  .sideShare .icon-line {
    width: 30px;
    height: 30px;
    fill: #22A00B;
    vertical-align: top; }
  .sideShare .fb {
    color: #235C9B; }
    .sideShare .fb i {
      position: relative;
      width: 30px;
      height: 30px;
      font-size: 30px; }
      .sideShare .fb i:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.cookieArea {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 500;
  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;
  text-align: center;
  width: 100%;
  padding: 20px;
  background-color: rgba(11, 11, 11, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cookieArea .text {
  width: calc(100% - 112px);
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cookieArea .text a {
  color: #fff;
  text-decoration: underline; }

.cookieArea .btn {
  width: 112px; }

.cookieArea .btn a {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  letter-spacing: .05em;
  background-color: #31B4AE; }

@media (max-width: 1180px) {
  .cookieArea .text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 12px; } }
