@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);
.mClassLink > ul, .mClassLink .main, .classRowBox > ul a {
  box-sizing: border-box;
}

.classColumnBox, .classRowBox {
  transition: all 0.5s;
}

body {
  background-color: #77ddc8;
  font-family: Helvetica, Arial, "Noto Sans TC", "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 15px;
  color: #323232;
}

*, *::before, *::after {
  box-sizing: border-box;
}

address {
  font-style: normal;
}

/*css3*/
a {
  color: #000;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  color: #589000;
}

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

div.titan {
  /*--隱藏開影音、開相簿--*/
  display: none;
}

.m_menu {
       display: none;
    }

.firsthover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #77ddc8;
  z-index: 51;
  pointer-events: none;
  transition: 0.7s 0.3s;
}
.firsthover.hide {
  opacity: 0;
}

.daddycare .firsthover {
  transition: 0.7s;
}

.daddycare .firsthover::before {
  content: "";
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 135px);
  width: 270px;
  height: 55px;
  background: url(../images/logo_w.png) center center no-repeat;
  background-size: contain;
  opacity: 0;
  transform: scale(0.6);
  transition: 0.5s ease-in-out;
}

.daddycare .firsthover.hide {
  transition-delay: 1s;
}

.daddycare .firsthover.hide::before {
  opacity: 1;
  transform: scale(1.2);
}

.bgbox {
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
}

body:not(.daddycare) .mainArea {
  /*background-color: #f6fbfa;*/
  background-color: #d6f5ee;
}

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%;
  }
}
.col-3 {
  width: 33.33%;
}
@media (max-width: 480px) {
  .col-3 {
    float: none;
    width: 100%;
  }
}
.col-4 {
  width: 25%;
}
@media (max-width: 480px) {
  .col-4 {
    float: none;
    width: 100%;
  }
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-5 {
    float: none;
    width: 100%;
  }
}

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

textarea {
  -webkit-appearance: none;
}

.side_share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  padding-top: 40px;
}
.side_share a {
  display: flex;
  align-items: center;
  padding: 3px 0px 3px 12px;
  color: #000;
}
.side_share a span {
  display: block;
}
.side_share a svg {
  border-radius: 99em;
  overflow: hidden;
  margin-right: 5px;
  fill: #fff;
  padding: 5px;
}
.side_share a:hover svg {
  fill: #fff;
}
.side_share a.line {
  color: #4ecd00;
}
.side_share a.line svg {
  fill: #fff;
  background: #4ecd00;
}
.side_share a.fb {
  color: #3c77c7;
}
.side_share a.fb svg {
  fill: #fff;
  background: #3c77c7;
}
.side_share a.twitter {
  color: #43bceb;
}
.side_share a.twitter svg {
  fill: #fff;
  background: #43bceb;
}
@media (max-width: 767px) {
  .side_share {
    text-align: center;
    justify-content: center;
  }
  .side_share a span {
    display: none;
  }
}

.side_album li {
  padding-top: 7px;
  padding-bottom: 7px;
}
.side_album li img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.side_album li a {
  display: block;
  position: relative;
}
.side_album li a img {
  position: relative;
  z-index: 1;
}
.side_album li a:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #40220f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .side_album li {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.pageBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageBox a {
  padding: 20px 10px 0 10px;
  color: #3f3f3b;
}
.pageBox a:hover {
  color: #40220f;
}
.pageBox a.current {
  font-weight: 900;
  color: #f5cf1d;
}
.pageBox .prevBtn,
.pageBox .nextBtn {
  display: flex;
  align-items: center;
}
.pageBox .prevBtn::before {
  content: "";
  margin-right: 5px;
  font-family: FontAwesome;
}
.pageBox .nextBtn {
  margin-left: auto;
}
.pageBox .nextBtn::after {
  content: "";
  margin-left: 5px;
  font-family: FontAwesome;
}

.menulayer {
  transform: translate(0, -100px);
  opacity: 0;
  pointer-events: none;
  transition: 0.9s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6fbfa;
  z-index: 55;
  overflow-y: auto;
  overflow-x: hidden;
}
.menulayer .menulayerbox {
  padding: 60px 20px;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.menulayer.menulayeropen {
  transform: translate(0, 0px);
  opacity: 1;
  pointer-events: auto;
}
.menulayer .topbar {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menulayer .topbar a.closemenu {
  display: block;
  line-height: 43px;
  height: 43px;
  background: url(../images/menu_open.png) center right no-repeat;
  transition: 0.6s;
  color: #40220f;
  width: 95px;
  padding-right: 43px;
  opacity: 1;
  transform: translate(0, 0);
}
.menulayer .bottombar {
  display: flex;
}
.menulayer .bottombar .left {
  max-width: 920px;
}
.menulayer .bottombar .right {
  padding-left: 110px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menulayer .bottombar .right ul.menu {
  display: flex;
  flex-wrap: wrap;
}
.menulayer .bottombar .right ul.menu li {
  width: 50%;
  padding-bottom: 40px;
}
.menulayer .bottombar .right ul.menu li a {
  color: #b28247;
  font-size: 33px;
  font-weight: 600;
}
.menulayer .bottombar .right ul.menu li a:hover {
  color: #40220f;
}
.menulayer .bottombar .right ul.menu li .submenu::before {
  content: "";
  width: 46px;
  height: 2px;
  display: block;
  background-color: #b28247;
  margin-bottom: 10px;
  margin-top: 10px;
}
.menulayer .bottombar .right ul.menu li .submenu a {
  font-size: 17px;
  font-weight: 400;
  display: block;
  line-height: 1.8;
}
.menulayer .copyright {
  padding: 15px 0;
  color: #b28247;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  text-align: left;
}
.menulayer .copyright a {
  color: #b28247;
}
.menulayer .copyright a:hover {
  color: #40220f;
}
@media (max-width: 1440px) {
  .menulayer .bottombar .left {
    max-width: 60%;
  }
  .menulayer .bottombar .right {
    padding-left: 50px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .menulayer .bottombar .right ul.menu {
    display: flex;
    flex-wrap: wrap;
  }
  .menulayer .bottombar .right ul.menu li {
    width: 50%;
    padding-bottom: 40px;
  }
  .menulayer .bottombar .right ul.menu li a {
    color: #b28247;
    font-size: 33px;
    font-weight: 600;
  }
  .menulayer .bottombar .right ul.menu li a:hover {
    color: #40220f;
  }
  .menulayer .bottombar .right ul.menu li .submenu::before {
    content: "";
    width: 46px;
    height: 4px;
    display: block;
    background: url(../images/icon-quotation2.png);
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .menulayer .bottombar .right ul.menu li .submenu a {
    font-size: 17px;
    font-weight: 400;
    display: block;
    line-height: 1.8;
  }
}
@media (max-width: 1440px) {
  .menulayer .bottombar .left {
    max-width: 60%;
  }
  .menulayer .bottombar .right {
    padding-left: 50px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .menulayer .bottombar .right ul.menu {
    display: flex;
    flex-wrap: wrap;
  }
  .menulayer .bottombar .right ul.menu li {
    width: 50%;
    padding-bottom: 40px;
  }
  .menulayer .bottombar .right ul.menu li a {
    color: #b28247;
    font-size: 33px;
    font-weight: 600;
  }
  .menulayer .bottombar .right ul.menu li a:hover {
    color: #40220f;
  }
  .menulayer .bottombar .right ul.menu li .submenu::before {
    content: "";
    width: 46px;
    height: 4px;
    display: block;
    background: url(../images/icon-quotation2.png);
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .menulayer .bottombar .right ul.menu li .submenu a {
    font-size: 17px;
    font-weight: 400;
    display: block;
    line-height: 1.8;
  }
}
@media (max-width: 1023px) {
  .menulayer .linebox {
    display: none;
  }
  .menulayer .menulayerbox {
    padding: 20px 20px 20px 20px;
  }
  .menulayer .topbar {
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
  }
  .menulayer .topbar a.logolink {
    display: none;
  }
  .menulayer .topbar a.closemenu {
    float: right;
  }
  .menulayer .bottombar {
    display: block;
  }
  .menulayer .bottombar .left {
    max-width: 100%;
  }
  .menulayer .bottombar .left img {
    width: 100%;
  }
  .menulayer .bottombar .right {
    padding-top: 30px;
    padding-left: 0px;
  }
  .menulayer .bottombar .right ul.menu {
    display: flex;
    flex-wrap: wrap;
  }
  .menulayer .bottombar .right ul.menu li {
    width: 50%;
    padding-bottom: 20px;
  }
  .menulayer .bottombar .right ul.menu li a {
    font-size: 20px;
  }
}

.dightimg {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
}
.dightimg img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.linebox {
  pointer-events: none;
  position: fixed;
  width: 1240px;
  height: 100vh;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 1;
}
.linebox i {
  width: 1px;
  height: 100vh;
  position: absolute;
  bottom: 0;
  display: block;
  background: rgba(145, 177, 194, 0);
}
.linebox i.center {
  left: 50%;
}
.linebox i.left {
  left: 0;
  transform: translate(-200px, 0);
}
.linebox i.right {
  right: 0;
  transform: translate(200px, 0);
}
.linebox::before {
  content: "";
  width: 1px;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(145, 177, 194, 0);
}
.linebox::after {
  content: "";
  width: 1px;
  height: 100vh;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: rgba(145, 177, 194, 0);
}
@media (max-width: 1240px) {
  .linebox {
    width: 100%;
    height: 100%;
  }
}

ul.slick-dots li {
  width: auto;
}
ul.slick-dots li.slick-active button::after {
  opacity: 1;
}
ul.slick-dots li.slick-active button::before {
  background: #40220f;
}
ul.slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 0px;
  overflow: hidden;
  border: 0px;
  padding: 0px;
  transition: 0.6s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.slick-dots li button::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 99em;
  background: #cecece;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
ul.slick-dots li button::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 99px;
  border: 1px solid #40220f;
  opacity: 0;
  transition: 0.4s;
  overflow: hidden;
}

.slickarrow {
  width: 37px;
  height: 37px;
  position: relative;
  color: #40220f;
  font-size: 18px;
  display: block;
  position: absolute;
  z-index: 5;
}
.slickarrow i {
  position: relative;
  z-index: 5;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 99em;
}
.slickarrow::before {
  content: "";
  min-width: 51px;
  min-height: 51px;
  display: block;
  border: 1px solid #40220f;
  border-radius: 99em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
.slickarrow:hover {
  color: #fff;
}
.slickarrow:hover i {
  background: transparent;
}
.slickarrow:hover::before {
  background: #40220f;
}

@keyframes buttonrun {
  0% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(-10px, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}
.button {
  padding-top: 20px;
}
.button.backBtn {
  margin-top: 50px;
  text-align: center;
}
.button a {
  display: inline-flex;
  width: 187px;
  height: 52px;
  background: #40220f;
  color: #dfdac3;
  padding: 0 30px;
  line-height: 52px;
  letter-spacing: 3px;
  position: relative;
  border-radius: 30px;
}
.button a i {
  width: 53px;
  height: 32px;
  display: block;
  background: url(../images/button-arrow.png);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.button a:hover i {
  animation: buttonrun 0.8s linear infinite;
}

.outerWrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

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

/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .mobuleWrap {
  opacity: 1;
  transform: translateY(0);
}

.mobuleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 50px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}

.moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

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

.moduleClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  background-color: #40220f;
  border: none;
  cursor: pointer;
}
.moduleClose::before, .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleClose::before {
  transform: rotate(45deg);
}
.moduleClose::after {
  transform: rotate(-45deg);
}

/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  padding: 15px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.downmenu {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background-color: rgba(119, 221, 200, 0.7);
}
/*
header.downmenu .menuBox {
  display: none;
}
header.downmenu .social {
  display: none;
}
header.downmenu .mcontrol .contactLink {
  display: none;
}
header.downmenu .mcontrol a.mopenmenu {
  width: 95px;
  padding-right: 43px;
  margin-left: 20px;
  display: block;
  opacity: 1;
  transform: translate(0, 0);
}*/
header ul.menupic {
  display: none;
}
header .logo {
  width: 270px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 55px;
  background: url("../images/logo_w.png") center center no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
header .rightBox {
  display: flex;
  align-items: center;
}
header .menuBox {
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
header .menuBox ul.menu {
  display: flex;
}
header .menuBox ul.menu li {
  position: relative;
}
header .menuBox ul.menu li.contactlink {
  display: none;
}
header .menuBox ul.menu li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 20px;
  transition: 0.6s;
}
header .menuBox ul.menu li a:hover {
  color: #40220f;
}
header .menuBox ul.menu li a.current {
  color: #40220f;
}
header .menuBox ul.menu li .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: calc(50% - 80px);
  width: 160px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
header .menuBox ul.menu li .submenu a {
  text-align: center;
  background: #77ddc8;
}
header .menuBox ul.menu li .submenu a:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
header .menuBox ul.menu li:hover .submenu {
  display: block;
}
header .mcontrol {
  display: flex;
  align-items: center;
}
header .mcontrol .contactLink {
  color: #fff;
  font-size: 15px;
  padding: 0 30px;
  line-height: 35px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.6s;
}
header .mcontrol .contactLink svg {
  padding-right: 5px;
  fill: #fff;
  transition: 0.6s;
}
header .mcontrol .contactLink:hover {
  color: #3f3f3b;
  background: #f5ca1d;
}
header .mcontrol .contactLink:hover svg {
  fill: #3f3f3b;
}
header .mcontrol a.mopenmenu {
  margin-left: 0px;
  display: block;
  line-height: 43px;
  width: 1px;
  height: 43px;
  background: url(../images/menu_close.png) center right no-repeat;
  opacity: 0;
  transform: translate(40px, 0);
  transition: 0.6s;
  color: #fff;
}
@media (max-width: 1380px) {
  header .menuBox ul.menu li a {
    padding: 10px 10px;
  }
  header .mcontrol .contactLink {
  padding: 0 20px;
}
}
@media (max-width: 1180px) {
  header {
    padding: 15px 10px;
  }
  header .menuBox {
    display: none;
  }
  header .social {
    display: none;
  }
  header .mcontrol .contactLink {
    display: none;
  }
  header .mcontrol a.mopenmenu {
    width: 95px;
    padding-right: 43px;
    margin-left: 20px;
    display: block;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media (max-width: 1023px) {
  header {
    padding: 5px 10px;
  }
}

.social {
  padding: 0 25px;
  display: flex;
  align-items: center;
}
.social a {
  padding: 0 5px;
  color: #fff;
  transition: 0.6s;
}
.social a svg {
  fill: #fff;
  transition: 0.6s;
}
.social a:hover {
  color: #f5cf1d;
}
.social a:hover svg {
  fill: #f5cf1d;
}

@keyframes scrolldownrun {
  0% {
    transform: translate(0, -5px);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, -5px);
  }
}
/*****banner******/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.bannerArea .titleBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.bannerArea .titleBox h2 {
  color: #fff;
  font-size: 45px;
  padding-bottom: 0px;
  transform: translate(0, 0px);
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}
.bannerArea .titleBox h2::after {
  display: none;
}
.bannerArea .titleBox em {
  font-size: 30px;
}
.bannerArea .bannerlinebox {
  pointer-events: none;
  position: absolute;
  width: 1240px;
  height: 100%;
  left: 50%;
  top: 86px;
  transform: translate(-50%, 0);
  z-index: 1;
}
.bannerArea .bannerlinebox i {
  width: 1px;
  height: 100vh;
  position: absolute;
  top: 0;
  display: block;
  background: rgba(255, 255, 255, 0.2);
}
.bannerArea .bannerlinebox i.center {
  left: 50%;
}
.bannerArea .bannerlinebox i.left {
  left: 0;
  transform: translate(-200px, 0);
}
.bannerArea .bannerlinebox i.right {
  right: 0;
  transform: translate(200px, 0);
}
.bannerArea .bannerlinebox::before {
  content: "";
  width: 1px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(255, 255, 255, 0.2);
}
.bannerArea .bannerlinebox::after {
  content: "";
  width: 1px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: rgba(255, 255, 255, 0.2);
}
.bannerArea .scrollDown {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  font-family: "Baloo 2", sans-serif;
}
.bannerArea .scrollDown span {
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.3);
}
.bannerArea .scrollDown img.scrrollmouse {
  padding-bottom: 40px;
  animation: scrolldownrun 0.8s linear infinite;
}
.bannerArea .scrollDown img.scrollbg {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.bannerArea .bannerBox ul img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1240px) {
  .bannerArea .bannerlinebox {
    width: calc(100% - 40px);
  }
  .bannerArea .scrollDown {
    display: none;
  }
}
@media (max-width: 1180px) {
  .bannerArea .titleBox h2 {
    font-size: 30px;
  }
  .bannerArea .titleBox em {
    font-size: 24px;
  }
  .bannerArea .bannerlinebox {
    display: none;
  }
}
@media (max-width: 1023px) {
  .bannerArea .titleBox h2 {
    font-size: 25px;
  }
  .bannerArea .titleBox em {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .bannerArea .titleBox em {
    font-size: 16px;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .bannerArea{padding-top: 65px;}
  .bannerArea .titleBox {
  top: 60%;
}
}

/*頁尾資訊*/
footer {
  padding-top: 80px;
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.9s;
  background: #f6fbfa;
}
footer.show {
  transform: translate(0, 0px);
  opacity: 1;
}
footer .footerbox {
  overflow: hidden;
  position: relative;
}
footer .footerbox .dightimg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: auto;
  bottom: 0;
  transform: translate(-50%, 60px);
  width: 100%;
}
footer .footerbox .dightimg img {
  float: right;
  width: auto;
  max-width: 100%;
}
footer .downLogo {
  position: relative;
  padding-bottom: 20px;
}
footer .downLogo::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #40220f;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer ul.companyList {
  padding-bottom: 80px;
  display: flex;
  margin: 0 -20px;
  letter-spacing: 1px;
  flex-wrap: wrap;
}
footer ul.companyList li {
  flex: 1;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
footer ul.companyList li div.item div.companyTitle {
  font-size: 19px;
  color: #3f3f3b;
}
footer ul.companyList li div.item div.companyTitle b {
  font-size: 16px;
  color: #40220f;
  display: block;
  font-weight: 500;
}
footer ul.companyList li div.item div.list article {
  padding-top: 20px;
  display: flex;
}
footer ul.companyList li div.item div.list article i.fa {
  width: 28px;
  height: 28px;
  font-size: 18px;
  color: #40220f;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b5cad7;
  border-radius: 99em;
  margin-right: 10px;
}
footer ul.companyList li div.item div.list article .right {
  flex-grow: 1;
  color: #b28247;
}
footer ul.companyList li div.item div.list article .right strong {
  display: block;
  font-size: 13px;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  color: #616161;
  padding-bottom: 5px;
}
footer ul.companyList li div.item div.list article .right a {
  color: #b28247;
}
footer ul.companyList li div.item div.list article .right a:hover {
  color: #40220f;
}
@media (max-width: 767px) {
  footer ul.companyList li div.item div.list article {
    padding: 5px; 
    display: block;
  }

  footer {
    padding-top: 40px;
  text-align: center;
}
footer .downLogo::after {
  left: 45%;
}

footer ul.companyList {
  margin: 0;
  display: block;
}
footer ul.companyList li {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 30px;
}

footer ul.companyList li div.item div.list article i.fa {
  margin-right: 0px;
  display: none;
}

footer .fotdc {
  width: 48%;
  margin: 0 1% 5% 1%;
  float: left;
}

}

.copyright {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #b28247;
  font-size: 12px;
  letter-spacing: 1px;
  position: relative;
  z-index: 5;
  background: #77ddc8
}
.copyright a {
  color: #b28247;
}
.copyright a:hover {
  color: #40220f;
}

.gotopArea {
  position: relative;
  z-index: 5;
  background: #f6fbfa;
  display: flex;
  justify-content: center;
}
.gotopArea img {
  display: block;
}

/*********內頁**********/
/**********************/
.mainArea {
  padding: 100px 0 50px 0;
  position: relative;
}
.mainArea .insdightimg {
  position: absolute;
  top: 0;
  right: 0%;
  z-index: 1;
  transform: translate(0, -50px);
}
.mainArea .insdightimg img {
  display: block;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .mainArea {
    padding: 50px 0 0 0;
  }
}

.titleBox {
  text-align: center;
  position: relative;
}
.titleBox em {
  font-size: 124px;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  line-height: 0.8;
  display: block;
  /*background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.85) 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.8);
}
.titleBox h2 {
  font-size: 33px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  transform: translate(0, -40px);
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.titleBox h2::after {
  content: "";
  width: 46px;
  height: 2px;
  display: block;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.titleBox article {
  color: #b28247;
  line-height: 1.4;
  transform: translate(0, -20px);
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .titleBox em {
    font-size: 100px;
  }
  .titleBox h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .titleBox em {
    font-size: 45px;
    background: -webkit-linear-gradient(bottom, rgba(119, 221, 200, 0.8), rgba(119, 221, 200, 0.8) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #555;
  }
  .titleBox h2 {
    font-size: 20px;
    transform: translate(0, -10px);
  }
  .titleBox article {
    transform: translate(0, 0px);
  }
  .bread {
  padding-bottom: 20px !important;
}
}

.bread {
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  color: #656565;
  padding-bottom: 50px;
}
.bread a {
  color: #656565;
}
.bread a i {
  font-size: 20px;
  padding-right: 5px;
}
.bread span {
  padding: 0 10px;
}

.mainArea .contentBox {
  clear: both;
}

.articleTitle {
  /*文章標題*/
  clear: both;
  padding: 10px 0 20px;
  font-weight: 600;
  font-size: 28px;
  color: #40220f;
}
@media (max-width: 767px) {
  .articleTitle {
    font-size: 25px;
  }
}

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

/*類別*/
.classRowBox {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
  padding: 20px 0;
}
.classRowBox > ul {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 1180px) {
  .classRowBox > ul {
    display: none;
  }
}
.classRowBox > ul li {
  margin-bottom: 10px;
  margin-right: 15px;
}
.classRowBox > ul a {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  color: #000;
  background-color: #f0f0f0;
  letter-spacing: 2px;
  text-align: center;
}
.classRowBox > ul a.current, .classRowBox > ul a:hover {
  color: #fff;
  background-color: #40220f;
}

.classColumnBox {
  padding-bottom: 60px;
  position: relative;
  z-index: 3;
}
.classColumnBox ul.classLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.classColumnBox ul.classLink li {
  padding: 0 10px;
}
.classColumnBox ul.classLink li a {
  color: #b28247;
  padding: 13px 35px;
  line-height: 30px;
  border: 1px solid #9eaca8;
  border-radius: 30px;
  border-radius: 99;
  transition: 0.6s;
  background: #f6fbfa;
}
.classColumnBox ul.classLink li a:hover {
  /*color: #40220f;
  border: 1px solid #b1cfba;*/
  color: #f6fbfa;
  background: #16a085;
}
.classColumnBox ul.classLink li a.current {
  /*color: #40220f;
  border: 1px solid #b1cfba;*/
  color: #f6fbfa;
  background: #16a085;
}
@media (max-width: 1180px) {
  .classColumnBox ul.classLink {
    display: none;
  }
}
@media (max-width: 1023px) {
  .classColumnBox {
    padding-bottom: 20px;
  }
}

.mClassLink {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media (min-width: 1181px) {
  .mClassLink {
    display: none;
  }
}
.mClassLink.open > ul {
  display: block;
}
.mClassLink .main {
  border-radius: 10px;
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #77ddc8;
}
.mClassLink .main::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  font-family: FontAwesome;
}
.mClassLink > ul {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: none;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.mClassLink > ul > li + li {
  border-top: 1px solid #f2f2f2;
}
.mClassLink > ul > li.current > a {
  color: #40220f;
}
.mClassLink > ul a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
.mClassLink ul {
  display: none;
}
.mClassLink .linkHasItems {
  position: relative;
  padding-right: 40px;
}
.mClassLink .linkHasItems::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  line-height: 1;
  margin-top: -7px;
  font-family: FontAwesome;
}
.mClassLink .linkHasItems.open::after {
  transform: rotateX(180deg);
}
.mClassLink .linkHasItems.open + ul {
  display: block;
}
.mClassLink .linkHasItems + ul {
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a {
  padding: 10px 5px 10px 30px;
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a.current {
  color: #40220f;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 8px 0;
  border-bottom: 1px solid #d8d8d8;
  font-weight: 600;
  font-size: 18px;
  color: #40220f;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 600;
}
.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  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;
  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;
}

/*--title--*/
.titleStyle1 {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}

/***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: "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;
  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;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

@keyframes aniSlideLeft {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}




.fixedOrder {
  position: absolute;
  right: 50px;
  top: 0;
  z-index: 10;
  width: 105px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.fixedOrder.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-animation: bounceIn .8s both;
  animation: bounceIn .8s both;
}

.fixedOrder img {
  display: block;
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.fixedOrder:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 1180px) {
  .fixedOrder {
    display: none;
  }
}

@media (max-width: 1180px) {
    .m_menu {
       display: block;
    }
    .m_menu ul.down{
      border-top: 2px solid #f6fbfa;
        background: #77ddc8;
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        z-index: 99999;
    }
    .m_menu .down li{
        flex: 1;
      padding: 10px 0 5px 0;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
        text-align: center;
    }
    .m_menu .down a{
        display: block;
        font-size: 18px;
        background: #77ddc8;
        color: #fff;
        line-height: 18px;
    }
    .m_menu .down a:before{
        width: 1px;
        height: 40px;
        background: #eee;
        position: absolute;
        top: 8px;
        left: 0;
    }
    .m_menu .down a span{
        padding-top: 5px;
        display: block;
        font-size: 12px;
    }
   
}



