@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
.side_share a {
  box-sizing: border-box;
}

.imh_zoom a:before, .sideMenuTrigger, .slider_arrow, footer .ft_list .footerTrigger, .menu > li:after, .menu > li > a.current:after, header .logo, a {
  transition: all 0.4s ease;
}

footer .ft_list ul li .Txt, footer .footerTop_box .left .ft_depiction {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.28px;
}

.btn_color1 .arrow,
.btn_cis .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(0, -50%);
}
.btn_color1 .arrow:before,
.btn_cis .arrow:before {
  width: 18px;
  height: 1px;
  background: #41a692;
  display: block;
  content: " ";
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}
.btn_color1 .arrow:after,
.btn_cis .arrow:after {
  position: absolute;
  top: -4px;
  right: 0;
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  border-top: 1px solid #41a692;
  behavior: url(-ms-transform.htc);
  transform: rotate(45deg);
}
.btn_color1 .arrow:hover:before,
.btn_cis .arrow:hover:before {
  background: #ffffff;
}

@keyframes elasticus {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.text-center {
  text-align: center;
}

.icon_more {
  background-image: url(../images/icon_arrow.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: -2px;
}

body {
  background-color: #fff;
  font-family: "Noto Sans TC", "Lato", "微軟正黑體", sans-serif;
  font-size: 16px;
}

/*css3*/
a {
  color: #000000;
  cursor: pointer;
}
a:hover {
  color: #41a692;
}

.m_show,
.m_show-ink {
  display: none;
}

.common_wh_txt {
  color: #ffffff;
}

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

.b-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%;
}

.btn_color1,
.btn_cis {
  color: #41a692;
  font-size: 15px;
  font-weight: 500;
  width: 212px;
  padding: 14.5px 10px;
  display: inline-block;
  margin: 50px auto;
  text-align: center;
  border: 1px solid #41a692;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
}
.btn_color1 .insider,
.btn_cis .insider {
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -250px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
.btn_color1:hover,
.btn_cis:hover {
  color: #fff;
  background-color: #41a692;
}
.btn_color1:hover .insider,
.btn_cis:hover .insider {
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  left: 250px;
}
.btn_color1:hover .arrow:before,
.btn_cis:hover .arrow:before {
  background-color: #ffffff;
}
.btn_color1:hover .arrow:after,
.btn_cis:hover .arrow:after {
  border-color: #ffffff;
}
.btn_cis_mb {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.btn_cis_mb:hover {
  border-color: #41a692;
}

a.btn_color1 {
  /*按鈕主色1*/
  color: #41a692;
  border: 1px solid #41a692;
  background-color: #fff;
}

a.btn_color1:hover {
  color: #fff;
  background-color: #41a692;
}

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

.outerWrap {
  position: relative;
  padding-top: 87px;
}

.wrap {
  width: 1160px;
  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;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  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;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.navIcon {
  width: 22px;
  height: 20px;
  fill: #cfcfcf;
  margin-right: 6px;
  vertical-align: sub;
}

.icon_globe {
  width: 18px;
  height: 18px;
  fill: #cfcfcf;
  margin-right: 10px;
  vertical-align: sub;
}

.ftIcon {
  width: 18px;
  height: 18px;
  fill: #bfbfbf;
}

/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .headerBox {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
header .logo {
  width: 355px;
  height: 87px;
  /*background-color: #41a692;*/
  position: relative;
}
header .logo a {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 60px;
  background: url("../images/logo.png") no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
}
header .rightBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 355px);
  box-sizing: border-box;
  justify-content: flex-end;
  padding-right: 50px;
}
header.sticky .logo {
  height: 70px;
}
header.sticky .menu > li {
  height: 70px;
  line-height: 70px;
}
header.sticky .menu > li.language .submenu {
  margin-top: -15px;
}
@media screen and (max-width: 1400px) {
  header .logo {
    width: 300px;
  }
  header .rightBox {
    width: calc(100% - 300px);
  }
}

.searchBox {
  display: flex;
}
.searchBox input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  font-family: "微軟正黑體";
  background-color: #fafafa;
  box-sizing: border-box;
}
.searchBox a {
  flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #41a692;
}

/*menu*/
.menuBox {
  width: 100%;
}

.menu {
  font-size: 0;
}
.menu > li {
  position: relative;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 87px;
  line-height: 87px;
  vertical-align: middle;
  text-align: center;
  width: 12.5%;
  font-size: 18px;
}
.menu > li > a {
  position: relative;
  display: block;
  color: #000000;
}
.menu > li > a.current:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  display: block;
  background-color: #41a692;
}
.menu > li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  display: block;
  background-color: transparent;
}
.menu > li:hover:after {
  background-color: #41a692;
}
.menu > li.language {
  width: 12%;
  height: auto;
  line-height: 0;
  text-align: right;
}
.menu > li.language > a {
  padding: 0;
}
.menu > li.language > a span {
  width: 140px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  border: 1px solid #41a692;
  position: relative;
  color: #41a692;
}
/*.menu > li.language > a span:after {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #5a5a5a transparent transparent transparent;
}*/
.menu > li.language:hover:after {
  display: none;
}
.menu > li.language .submenu {
  left: auto;
  width: 140px;
  border: 1px solid #e8e8e8;
  border-top: 0;
  background-color: #fff;
}
.menu > li.language .submenu a {
  line-height: 1.125;
}
@media screen and (max-width: 1560px) {
  .menu > li {
    width: 12.5%;
  }
  .menu > li.language {
    width: 12%;
  }
  .menu > li.language > a span {
    width: 100%;
    text-align: center;
  }
  .menu > li.language > a span svg {
    margin-left: 25px;
  }
  .menu > li.language > a span:after {
    right: 15px;
  }
  .menu > li.language .submenu {
    left: 0;
    width: 100%;
  }
}
.menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.menu .submenu a {
  display: block;
  padding: 10px 20px;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.86);
  position: relative;
  line-height: 2;
}
.menu .submenu a:after {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  content: "";
  height: 1px;
  display: block;
  background-color: #d4d4d4;
}
.menu .submenu a:hover {
  color: #41a692;
}
.menu .submenu a:last-child:after {
  display: none;
}

/*手機menu*/
.m_menu {
  display: none;
}

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
}
.bannerArea .titleBox {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  margin-bottom: 30px;
}
.bannerArea .titleBox h2 {
  font-weight: 400;
  font-size: 43px;
  letter-spacing: 1.72px;
}
.bannerArea .titleBox em {
  font-weight: 500;
  font-size: 17px;
  font-family: "Lato";
  text-transform: uppercase;
  letter-spacing: 0.34px;
  display: block;
}
.bannerArea .titleBox:after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 35px;
  height: 4px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.bannerArea .titleBox.text-center:after {
  margin-left: auto;
  margin-right: auto;
}
.bannerArea .splitting .cell,
.bannerArea .splitting .cell__inner,
.bannerArea .splitting img {
  transition: transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99), opacity 1s linear;
  transition-delay: calc( 0.1s * var(--cell-index) );
  transition-delay: calc( 0.1s * (var(--cell-total) - var(--cell-index)) );
}
.bannerArea .splitting img {
  transform: scale(0.8);
  transition-delay: 0s;
  visibility: visible;
  opacity: 0;
}
.bannerArea .slick-active .splitting .cell,
.bannerArea .slick-active .splitting .cell__inner {
  transition-delay: calc( 0.1s * var(--cell-index) );
}
.bannerArea .slick-active .splitting img {
  opacity: 0.99;
  transform: scale(1);
  transition-delay: calc( 0.1s * var(--cell-total) );
}
.bannerArea .slick-active .vert-slide .cell {
  transform: translateY(100%);
}
.bannerArea .slick-active .vert-slide.\-fixed.cell__inner {
  transform: translateY(-100%);
}
.bannerArea .slick-vertical .slick-slide {
  border: 0;
}
.bannerArea .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bannerArea .slick-slide {
  position: relative;
}
.bannerArea .slick-slide.slick-active .bannerTxt {
  opacity: 1;
}
.bannerArea .slick-slide.slick-active .title, .bannerArea .slick-slide.slick-active .titleDec, .bannerArea .slick-slide.slick-active .titleEn, .bannerArea .slick-slide.slick-active .btn {
  animation: fadeInUp 1.5s both 0s;
}
.bannerArea .slick-slide.slick-active .title {
  animation-delay: 0.5s;
}
.bannerArea .slick-slide.slick-active .titleDec,
.bannerArea .slick-slide.slick-active .titleEn {
  animation-delay: 1s;
}
.bannerArea .slick-slide.slick-active .btn {
  animation-delay: 1.5s;
}
.bannerArea .slick-dots {
  bottom: 5px;
}
.bannerArea .slick-dots li button:before {
  color: #ffffff;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button:before {
  color: #41a692;
  opacity: 1;
}
@media (min-width: 641px) {
  .bannerArea .slick-dots {
    width: auto;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    bottom: auto;
  }
  .bannerArea .slick-dots li {
    display: block;
    height: 25px;
  }
}
.bannerArea .wrap {
  width: 100%;
  padding: 0;
}
.bannerArea .bannerBox > li:not(:first-child) {
  position: absolute;
  top: 0;
}
.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/*
.bannerArea .bannerBox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 1px 100%;
  background-image: url(../images/banner_line.png), url(../images/banner_line.png), url(../images/banner_line.png), url(../images/banner_line.png), url(../images/banner_line.png);
  background-position: 9% 0, 32% 0, 50% 0, 68% 0, 91% 0;
  background-repeat: repeat-y;
  z-index: 1;
  pointer-events: none;
}
*/
.bannerArea .bannerTxt {
  color: #fff;
  width: 100%;
  max-width: 460px;
  position: absolute;
  top: 47%;
  transform: translate(0, -47%);
  left: 31%;
  margin: auto;
  z-index: 2;
  opacity: 0;
}
.bannerArea .bannerTxt .title {
  font-size: 43px;
  font-weight: 500;
  line-height: 1.25;
  -webkit-text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
  -moz-text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
  text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
.bannerArea .bannerTxt .title span {
  display: block;
  height: 115px;
  overflow: hidden;
  text-shadow: 0px 0px 5px #222;
}
.bannerArea .bannerTxt .title:after {
  content: "";
  width: 35px;
  height: 4px;
  display: block;
  background-color: #fff;
  margin-top: 30px;
}
.bannerArea .bannerTxt .titleDec {
  font-size: 19px;
  line-height: 1.842;
  -webkit-text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
  -moz-text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
  text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0px 0px 5px #222;
}
.bannerArea .bannerTxt .titleEn {
  font-size: 17px;
  line-height: 2.059;
  font-family: "Lato";
  -webkit-text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
  -moz-text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
  text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0px 0px 5px #222;
}
.bannerArea .bannerTxt .btn .btn_cis {
  color: #fff;
  border-color: #fff;
  margin: 36px 0 0 0;
  text-shadow: 0px 0px 5px #222;
}
.bannerArea .bannerTxt .btn .btn_cis .arrow:before {
  background-color: #ffffff;
}
.bannerArea .bannerTxt .btn .btn_cis .arrow:after {
  border-color: #ffffff;
}
.bannerArea .bannerTxt .btn .btn_cis:hover {
  border-color: #41a692;
  text-shadow: none;
  color: #fff
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox:before {
    background-position: 13% 0, 50% 0, 87% 0;
  }
  .bannerArea .bannerTxt .title {
    font-size: 33px;
  }
  .bannerArea .bannerTxt .title span {
    height: 85px;
  }
  .bannerArea .bannerTxt .title:after {
    margin-top: 20px;
  }
  .bannerArea .bannerTxt .titleDec {
    font-size: 16px;
    line-height: 1.3;
  }
  .bannerArea .bannerTxt .titleEn {
    font-size: 15px;
  }
  .bannerArea .bannerTxt .btn .btn_cis {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .bannerArea .titleBox h2 {
    font-size: 25px;
  }
  .bannerArea .titleBox em {
    display: none;
  }
  .bannerArea .titleBox:after {
    height: 3px;
    margin-top: 8px;
  }
  .bannerArea .bannerTxt .title {
    font-size: 25px;
  }
  .bannerArea .bannerTxt .title span {
    height: 65px;
    color: #fff;
    text-shadow: 0px 0px 3px #000;
  }
  .bannerArea .bannerTxt .title:after {
    margin-top: 10px;
  background-color: #fff;
  }
  .bannerArea .bannerTxt .titleDec,
.bannerArea .bannerTxt .titleEn {
    /*display: none;*/
    color: #fff;
    text-shadow: 0px 0px 3px #000;
  }
  .bannerArea .bannerTxt .btn .btn_cis {
    margin-top: 0;
    width: auto;
    padding: 10px 15px;
  }
  .bannerArea .bannerTxt .btn .btn_cis .arrow {
    display: none;
  }
}
@media (max-width: 675px) {
  .bannerArea .bannerTxt {
    width: 65%;
    display: none;
  }
  .bannerArea .bannerTxt .titleDec, .bannerArea .bannerTxt .titleEn, .bannerArea .bannerTxt .title:after {
    display: none;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerBox:before {
    display: none;
  }
  .bannerArea .bannerTxt {
    max-width: 255px;
  }
  .bannerArea .bannerTxt .title {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 300;
  }
  .bannerArea .bannerTxt .title span {
    height: 50px;
  }
  .bannerArea .bannerTxt .btn {
    text-align: right;
  }
  .bannerArea .bannerTxt .btn .btn_cis {
    padding: 10px 15px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerTxt {
    max-width: 200px;
  }
}
@media (max-width: 320px) {
  .bannerArea .bannerTxt {
    left: auto;
    right: 15px;
  }
}

#molbars_2 > div {
  width: 16.667% !important;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: #061540;
}
.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.marqueeArea h2 em {
  margin-left: 5px;
}
.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}
.marqueeArea ul {
  overflow: hidden;
}
.marqueeArea li {
  line-height: 20px;
}
.marqueeArea .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
.marqueeArea h3 {
  display: inline-block;
  vertical-align: top;
}
.marqueeArea h3 a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*頁尾資訊*/
footer {
  padding: 40px 0;
  background-color: #ffffff;
}
footer .left {
  float: left;
}
footer .right {
  float: left;
  box-sizing: border-box;
}
footer .footerContact {
  padding: 16px 0;
  margin-bottom: 45px;
  background-color: #41a692;
}
footer .footerContact .wrap {
  display: flex;
  align-items: center;
}
footer .footerContact .Txt {
  width: 60%;
}
footer .footerContact .btn {
  width: 40%;
  text-align: right;
  line-height: 1;
}
footer .footerContact .btn .btn_cis {
  margin: 0;
  color: #ffffff;
  border-color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
}
footer .footerContact .btn .btn_cis .arrow:before {
  background-color: #ffffff;
}
footer .footerContact .btn .btn_cis .arrow:after {
  border-color: #ffffff;
}
footer .footerTop_box .left {
  /*width: 360px;*/
}
footer .footerTop_box .left .ft_title {
  color: #000;
  letter-spacing: 1.6px;
  margin-bottom: 5px;
}
footer .footerTop_box .left .ft_depiction {
  color: #2c2c2c;
  margin-bottom: 20px;
}
footer .footerTop_box .right {
  /*width: calc(100% - 360px);*/
  width: 100%;
  margin-bottom: 20px;
  /*padding-left: 155px;*/
}
footer .footerDown_box {
  padding-top: 18px;
  border-top: 1px solid #e8e8e8;
}
footer .footerDown_box .left {
  font-size: 13px;
  width: 510px;
  padding-top: 2px;
}
footer .footerDown_box .left .footerInfo {
  color: #6a6a6a;
  letter-spacing: 0.48px;
}
footer .footerDown_box .left .copyright {
  display: flex;
}
footer .footerDown_box .left .copyright a {
  color: #6a6a6a;
}
footer .footerDown_box .left .copyright a:before {
  content: "｜";
  color: #989898;
  vertical-align: middle;
}
footer .footerDown_box .right {
  width: calc(100% - 510px);
}
footer .footerDown_box .right .ft_menu {
  display: none;
}
footer .footerDown_box .right .nav li {
  display: inline-block;
  margin-right: 32px;
}
footer .footerDown_box .right .nav li:last-child {
  margin-right: 0;
}
footer .footerDown_box .right .nav li a {
  color: #000000;
  letter-spacing: 0.98px;
}
footer .footerDown_box .right .nav li a:before {
  content: "";
  background-image: url(../images/icon_arrow.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 8px;
}
footer .footerDown_box .right .nav li a svg {
  display: none;
}
footer .footerDown_box .right .nav li a:hover {
  color: #41a692;
}
footer .ft_list .footerTrigger {
  display: none;
  padding: 10px;
  border: 1px solid #b2b2b2;
  margin-bottom: 20px;
  color: #999999;
  cursor: pointer;
  position: relative;
}
footer .ft_list .footerTrigger .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -3px;
}
footer .ft_list .footerTrigger .arrow:after {
  content: " ";
  border: solid #999999;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
footer .ft_list .footerTrigger.selected .arrow:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
footer .ft_list ul {
  display: flex;
}
footer .ft_list ul li {
  width: 50%;
  padding-left: 18px;
  padding-right: 15px;
  border-left: 1px solid #e8e8e8;
}
footer .ft_list ul li h2 {
  margin-bottom: 10px;
}
footer .ft_list ul li .Txt {
  color: #2c2c2c;
}
footer .ft_list ul li .Txt a {
  color: #2c2c2c;
}
footer .ft_list ul li .Txt a:hover {
  color: #41a692;
}
footer .ft_list ul li .Txt .ftList_num {
  font-family: "Poppins";
  font-weight: 600;
}
@media (max-width: 992px) {
  footer .ft_list .footerTrigger {
    display: block;
  }
  footer .ft_list .footerTrigger + ul {
    display: none;
  }
}
footer .downLogo {
  width: 100%;
  max-width: 200px;
}
footer .downLogo img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .row {
  clear: both;
  padding: 15px 0;
  overflow: hidden;
}
footer .qrcode {
  display: inline-block;
  vertical-align: middle;
  width: 85px;
  margin-top: 8px;
}
footer .qrcode img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .goTop {
  position: absolute;
  right: 62px;
  bottom: 0;
  width: 51px;
  padding: 13px 0 6px 0;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 300;
  background-color: #41a692;
  cursor: pointer;
  z-index: 99;
}
footer .goTop:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  display: block;
  margin: 0 auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
footer .goTop span {
  display: block;
  margin-top: -2px;
}
@media (max-width: 1400px) {
  footer .footerTop_box .right {
    padding-left: 5%;
  }
}
@media (max-width: 1180px) {
  footer .wrap {
    padding: 0 35px;
  }
  footer .footerDown_box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    border-top: 0;
  }
  footer .footerDown_box .left,
footer .footerDown_box .right {
    float: none;
    width: 100%;
  }
 /* footer .footerDown_box .left {
    order: 1;
    padding-top: 20px;
    margin-top: 25px;
    border-top: 1px solid #e8e8e8;
  }*/
}
@media (max-width: 1024px) {
  footer .footerTop_box .left,
footer .footerTop_box .right {
    float: none;
    width: 100%;
  }
  footer .footerTop_box .right {
    padding-left: 0;
  }
  footer .ft_list ul li {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  footer {
    padding-top: 0;
  }
  footer .ft_list ul {
    display: block;
  }
  footer .ft_list ul li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
  }
  footer .goTop {
    right: 10px;
  }
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 30px;
  }
  footer .footerContact {
    margin-bottom: 30px;
  }
  footer .footerContact .wrap {
    display: block;
  }
  footer .footerContact .wrap .Txt,
footer .footerContact .wrap .btn {
    width: 100%;
  }
  footer .footerContact .wrap .btn {
    text-align: left;
    margin-top: 10px;
  }
}

.downMenu {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-right: -4px;
}
.downMenu li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -4px;
  margin-bottom: 20px;
}
.downMenu li a {
  display: block;
  padding-right: 10px;
  font-size: 14px;
}

/*share*/
.social {
  padding-top: 20px;
  margin-right: -4px;
  margin-bottom: 25px;
}
.social span {
  color: #2c2c2c;
  font-size: 14px;
  font-family: "Poppins";
  margin-right: 12.5px;
  vertical-align: 2px;
}
.social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 42px;
  margin: 0 3.5px;
  border: 1px solid #cecece;
  text-align: center;
}
.social a:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .social {
    padding-top: 5px;
  }
}

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

.icon_siderArrowLeft:after {
  left: -8px;
  transform: rotate(-45deg);
}

.icon_siderArrowRight:after {
  right: -8px;
  transform: rotate(45deg);
}

.slider_arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 4px 0 0 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
  background-color: #ffffff;
  border: 1px solid #41a692;
}
.slider_arrow span {
  position: relative;
}
.slider_arrow span:before, .slider_arrow span:after {
  content: "";
  display: block;
  margin: auto;
}
.slider_arrow span:before {
  width: 18px;
  height: 1px;
  background: #41a692;
}
.slider_arrow span:after {
  position: absolute;
  top: -4px;
  width: 9px;
  height: 7px;
  border-top: 1px solid #41a692;
  behavior: url(-ms-transform.htc);
}
.slider_arrow:hover {
  color: #ffffff;
  background-color: #41a692;
}
.slider_arrow:hover span:before {
  background: #ffffff;
}
.slider_arrow:hover span:after {
  border-top-color: #ffffff;
}
.slider_arrow.slider_prev {
  left: 0;
}
.slider_arrow.slider_next {
  right: 0;
}

/*********內頁**********/
/**********************/
.mainArea {
  padding: 30px 0;
}

.home .titleBox {
  position: relative;
  margin-bottom: 30px;
}
.home .titleBox h2 {
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 2.4px;
}
.home .titleBox em {
  font-weight: 500;
  font-size: 20px;
  font-family: "Noto Sans TC", "Lato", "微軟正黑體", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.home .titleBox:after {
  content: "";
  display: block;
  background-color: #bcbcbc;
  width: 35px;
  height: 4px;
  margin-top: 30px;
}
.home .titleBox.text-center:after {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .home .titleBox:after {
    margin-top: 15px;
  }
}
.home .bannerBox:before {
  background-position: 16.66% 0, 33.32% 0, 49.98% 0, 66.64% 0, 83.3% 0;
}
@media (max-width: 480px) {
  .home .bannerBox:before {
    display: none;
  }
}

body:not(.home) .mainArea .titleBox {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
}
body:not(.home) .mainArea .titleBox h2 {
  color: #2d2d2d;
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}
body:not(.home) .mainArea .titleBox h2:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 47px;
  height: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #41a692;
}

.bread {
  font-size: 14px;
  line-height: 29px;
  color: #adadad;
  letter-spacing: 0.56px;
  margin-bottom: 30px;
}
.bread a {
  color: #adadad;
}
.bread a:hover {
  color: #41a692;
}
.bread span {
  padding: 0 3px;
  color: #adadad;
}

.mainArea .contentBox {
  clear: both;
}

@media (min-width: 1024px) {
  .contentBox .leftBox {
    padding: 0 50px 0 0;
  }
  .contentBox .rightBox {
    padding: 0;
  }
}
.articleTitle {
  /*文章標題*/
  clear: both;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
  color: #2d2d2d;
  font-size: 30px;
  text-align: center;
}
.articleTitle:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 47px;
  height: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #41a692;
}

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

/*類別*/
.m_classLink {
  display: none;
}

.classBox {
  padding: 20px 0;
}

.classLink {
  text-align: center;
}
.classLink li {
  display: inline-block;
}
.classLink a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 10px 20px;
  border: 1px solid #41a692;
  font-size: 15px;
  color: #41a692;
}
.classLink a:hover {
  color: #fff;
  background-color: #41a692;
}
.classLink a.current {
  color: #fff;
  background-color: #41a692;
}
.classLink a.current:after {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7.5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7.5px 0 7.5px;
  border-color: #41a692 transparent transparent transparent;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #41a692;
  font-size: 13px;
  color: #41a692;
}
.tagBox a:hover {
  color: #fff;
  background-color: #41a692;
}
.tagBox a.current {
  color: #fff;
  background-color: #41a692;
}
.tagBox a.current:before {
  content: "";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*側邊標題字*/
.sectionTitle {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-align: center;
  position: relative;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #41a692;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
  padding: 10px;
}
.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/******頁籤*******/
.tab {
  margin-top: 40px;
  border-bottom: 1px solid #f8f3f0;
}
.tab a {
  display: block;
  float: left;
  padding: 12px 20px;
  font-size: 15px;
  color: #010101;
  font-weight: 400;
}
.tab a.current, .tab a:hover {
  color: #fff;
  background-color: #41a692;
}

.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent > li {
  display: none;
}
.tabContent .textEditor {
  margin: 0;
}
.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
  background-color: #fbfbfb;
}
.side_menu li {
  margin: 0 15px;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
.side_menu li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu li > a.current {
  color: #41a692;
}
.side_menu li > a b {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
}
.side_menu li:last-child {
  border-bottom: 0;
}
.side_menu li:hover > a {
  color: #41a692;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #41a692;
}
@media (max-width: 1024px) {
  .side_menu {
    margin-bottom: 0;
  }
}

.sideMenuTrigger {
  display: none;
  padding: 10px;
  border: 1px solid #b2b2b2;
  color: #999999;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
}
.sideMenuTrigger .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -3px;
}
.sideMenuTrigger .arrow:after {
  content: " ";
  border: solid #999999;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sideMenuTrigger.selected .arrow:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

@media (max-width: 992px) {
  .side_menu {
    position: relative;
  }
  .side_menu .sectionTitle {
    display: none;
  }
  .side_menu ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #FFF;
    border: 1px solid #b2b2b2;
    border-top-color: #b2b2b2;
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    box-sizing: border-box;
  }
  .side_menu ul li {
    margin: 0;
  }
  .side_menu ul li a {
    color: #999999;
    font-size: 16px;
    padding: 10px;
  }
  .side_menu ul li a.current {
    color: #999999;
  }

  .sideMenuTrigger {
    display: block;
  }
  .sideMenuTrigger + ul {
    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;
  padding: 5px;
  border: 1px solid #f1f1f1;
}
.side_album a img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_album a:hover {
  border-color: #41a692;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  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;
  box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt p {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}
.side_room h3 a {
  font-size: 16px;
  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 {
  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: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7e732", endColorstr="#1fb50e", GradientType=1);
}
.side_share .fb {
  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+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  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 {
  margin: 30px 0;
}
.side_news ul {
  margin-top: 20px;
}
.side_news li {
  margin-bottom: 25px;
}
.side_news .Img {
  float: left;
  width: 60px;
  margin-right: 12px;
  overflow: hidden;
}
.side_news .Img img {
  display: block;
  height: 60px;
}
.side_news .Txt {
  overflow: hidden;
}
.side_news .Txt a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.side_news .Txt a:hover {
  text-decoration: underline;
}
.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

/*--滑動解鎖--*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  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;
  box-sizing: border-box;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/**********適應性**********/
/************************/
@media (max-width: 1400px) {
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 80px;
  }

  header {
    display: none;
  }

  .mb_language {
    display: block;
  }

  /*手機menu*/
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  }
  .m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
  }
  .m_menu .m_logo {
    float: left;
    width: calc(100% - 80px);
    height: 80px;
    /*background-color: #41a692;*/
    position: relative;
  }
  .m_menu .m_logo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 285px;
  }
  .m_menu .controlBox {
    position: relative;
    z-index: 99;
    background-color: #fff;
  }
  .m_menu .controlBox a.main {
    position: absolute;
    right: 0;
    top: 0;
    width: 78px;
    height: 78px;
    border: 1px solid #e8e8e8;
  }
  .m_menu .controlBox a.main span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -0.5px;
    width: 26px;
    height: 1px;
    background-color: #111;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #111;
    transition: all 0.5s;
  }
  .m_menu .controlBox a.main span:before {
    top: -7px;
  }
  .m_menu .controlBox a.main span:after {
    bottom: -7px;
  }
  .m_menu .controlBox a.main.show span {
    background-color: transparent;
  }
  .m_menu .controlBox a.main.show span:before {
    top: 0;
    transform: rotate(45deg);
  }
  .m_menu .controlBox a.main.show span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .m_menu .controlBox .btn_cart {
    display: inline-block;
    vertical-align: middle;
  }
  .m_menu .controlBox .right {
    float: right;
    line-height: 60px;
    margin-right: 10px;
  }
  .m_menu .controlBox .right a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    color: #fff;
  }
  .m_menu .controlBox .right a em {
    display: none;
  }
  .m_menu .controlBox .right i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #799A1B;
  }
  .m_menu .controlBox .right b {
    position: absolute;
    top: 6px;
    right: -5px;
    display: block;
    border-radius: 5px;
    line-height: normal;
    padding: 3px 5px;
    font-size: 13px;
    color: #fff;
    background-color: #C40000;
  }
  .m_menu .controlBox .language:hover .submenu {
    display: block;
  }

  .hideBox {
    /*手機menu內容*/
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    padding: 100px 0 80px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    background-color: #fafafa;
    background-image: url(../images/bg.png);
  }
  .hideBox .m_box {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .hideBox .sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #c80303;
  }
  .hideBox .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 13px;
    margin: 0 -6px;
  }
  .hideBox .nav li {
    margin: 6px;
    width: calc(50% - 12px);
  }
  .hideBox .nav li a {
    color: #000000;
    font-size: 16px;
    padding: 0;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
    padding: 34px 0 42px 0;
  }
  .hideBox .nav li a .navIcon {
    fill: #41a692;
    display: block;
    margin: 0 auto 12px auto;
  }
  .hideBox .nav li a:hover {
    background-color: #fdebec;
  }
  .hideBox .nav li:last-child {
    order: -1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 22px;
  }
  .hideBox .nav li:last-child > a {
    width: 142px;
    height: 38px;
    line-height: 38px;
    margin-right: auto;
    padding: 0;
    position: relative;
    background-color: #fff;
  }
  .hideBox .nav li:last-child > a .icon_globe {
    margin-right: 15px;
  }
  .hideBox .nav li:last-child > a span {
    /*margin-right: 16px;*/
  }
  .hideBox .nav li:last-child > a i {
    display: none;
  }
  /*.hideBox .nav li:last-child > a:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4.5px 0 4.5px;
    border-color: #5a5a5a transparent transparent transparent;
  }*/
  .hideBox .nav li:last-child .submenu {
    width: 142px;
    background-color: #ffffff;
    outline: 1px solid #e8e8e8;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
  .hideBox .nav li:last-child .submenu a {
    border: 0;
    padding: 0;
    margin-right: auto;
    height: 38px;
    line-height: 38px;
  }
  .hideBox .social {
    padding-top: 13px;
    margin-bottom: 42px;
  }
  .hideBox .m_copyright {
    max-width: 408px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #6a6a6a;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #e8e8e8;
  }
  .hideBox .m_copyright a {
    color: #6a6a6a;
    display: block;
  }
  .hideBox .m_copyright .copyright {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }
  .searchBox_m {
    padding: 20px 0;
    text-align: center;
  }
  .searchBox_m input[type=text] {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
  }
  .searchBox_m a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #9cc720;
  }

  /*手機翻譯*/
  .m_menu .m_trans {
    text-align: center;
    padding-top: 30px;
  }
  .m_menu .m_trans > a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
  }
  .m_menu .m_trans > a i {
    margin-left: 5px;
  }

  /*手機會員登入*/
  .m_menu .loginBox {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .loginBox a {
    display: inline-block;
    margin: 0 3px;
    font-size: 15px;
    color: #fff;
  }
  .m_menu .loginBox a i {
    margin-right: 3px;
  }
  .m_menu .loginBox .submenu {
    margin-top: 10px;
    color: #ccc;
  }
  .m_menu .loginBox .submenu span {
    margin: 0 5px;
  }
  .m_menu .mfun {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .mfun a {
    display: inline-block;
    margin: 0 1px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #b21d26;
  }

  .nav a {
    position: relative;
    display: block;
    text-align: center;
  }
  .nav .submenu {
    display: none;
  }
  .nav .submenu a {
    padding: 10px 20px;
  }
  .nav .submenu a:hover {
    background-color: #999;
  }
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    flex-direction: column;
    padding: 15px 20px;
  }
  .bookingArea .title {
    display: none;
  }
  .bookingArea .bookingList, .bookingArea .btn {
    flex: 1;
  }
  .bookingArea .bookingList {
    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) {
  /*bread*/
  .mainArea .bread {
    display: none;
  }

  /*main*/
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }

  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
}
/*640*/
@media (max-width: 640px) {
  .marqueeArea h2, .marqueeArea ul li .date {
    display: none;
  }

  body:not(.home) .mainArea .titleBox h2 {
    float: none;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 1.2;
  }
  body:not(.home) .mainArea .titleBox h2:after {
    margin-top: 25px;
  }

  ul.classLink {
    display: none;
  }

  .m_classLink {
    display: block;
    position: relative;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #999999;
    border: 1px solid #b2b2b2;
    position: relative;
    padding: 10px;
    font-weight: 300;
    background: #ffffff;
    /* IE6-9 */
  }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #FFF;
    border: 1px solid #b2b2b2;
    border-top: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    color: #999999;
    display: block;
    padding: 10px;
    border-top: 1px solid #b2b2b2;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
  .m_classLink ul li:hover a {
    color: #41a692;
  }
}
/*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%;
  }

  .social {
    width: 100%;
  }

  .copyright {
    width: 100%;
    text-align: left;
  }

  .m_menu .m_logo img {
    width: 90%;
  }

  .m_hide {
    display: none;
  }

  .m_show-ink {
    display: inline-block;
  }

  .m_show {
    display: block;
  }
}
/***Hover效果1: 放大淡出***/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}
.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: "View";
  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;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "";
  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;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  color: #41a692;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  padding: 0.5px 13.5px;
  margin-right: 12px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #41a692;
}

.pageBox {
  margin-top: 50px;
}
.pageBox a {
  color: #bfbfbf;
  font-size: 15px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #d4d4d4;
}
.pageBox a.current, .pageBox a:hover {
  color: #ffffff;
  background-color: #41a692;
  border-color: #41a692;
}
/*# sourceMappingURL=layout.css.map */