@charset "UTF-8";
/* CSS Document */
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
@import url(//fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(//fonts.googleapis.com/css2?family=Baloo+2:wght@500&family=Mansalva&family=Poppins:wght@200;300;500;700&display=swap);
.mClassLink > ul, .mClassLink .main {
  box-sizing: border-box;
}

.classColumnBox {
  transition: all 0.5s;
}

.mClassLink > ul, .mClassLink .main {
  box-sizing: border-box;
}

.classColumnBox {
  transition: all 0.5s;
}

ul.slick-dots {
  text-align: left;
}
ul.slick-dots li {
  width: auto;
}
ul.slick-dots li.slick-active button {
  width: 30px;
}
ul.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffec92;
  border: 0px;
  padding: 0px;
  transition: 0.6s;
}
ul.slick-dots li button::before {
  display: none;
}

.moduleQaptchaClose:hover {
  color: #ffec92;
}

.cookieArea {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  padding: 15px;
  line-height: 1.8;
  color: #fff;
  background-color: rgba(94, 195, 182, 0.95);
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.6s;
}
.cookieArea.hide {
  transform: translate(0, 100%);
}
.cookieArea article {
  padding: 5px;
}
.cookieArea a.closeCookies {
  min-width: 120px;
  text-align: center;
  display: block;
  padding: 10px 30px;
  margin: 5px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  border-radius: 40px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cookieArea {
    flex-direction: column;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1300;
  background: #f3f3f3;
}
.loading.loadingNk {
  opacity: 0;
  transform: translate(100%, 0);
  pointer-events: none;
  transition: opacity 0.8s 0s, transform 0s 0.8s;
  background: #fff;
}
.loading.loadingOK {
  opacity: 0;
  pointer-events: none;
  transform: translate(100%, 0);
  transition: opacity 1.5s 3s, transform 0s 3.5s;
  background: url(../images/aboutbg.jpg);
}
.loading.loadingOK img, .loading.loadingOK svg {
  opacity: 1;
  transition: 0.8s 0.4s;
  margin-top: 0px;
}
.loading img, .loading svg {
  display: block;
  width: 250px;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  margin-top: 30px;
}

body {
  background: url(../images/k_l_bg.jpg);
  font-size: 15px;
  font-weight: 600;
  color: #7b7b7b;
  font-family: "微軟正黑體", sans-serif;
}

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

address {
  font-style: normal;
}

/*css3*/
a {
  color: #614c3f;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  color: #5ec3b6;
}

br {
  font-family: "微軟正黑體", sans-serif;
}

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

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

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

.arrowArea a {
  min-width: 26px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 99em;
  background: #ffe467;
  color: #614c3f;
  margin: 3px;
  box-shadow: 6px 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s !important;
}
.arrowArea a:hover {
  background: #614c3f;
  color: #ffe467;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}

@keyframes buttonrun {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.bannerArea {
  min-height: 100px;
  position: relative;
}
.bannerArea .wrap {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bannerArea .bannerBox {
  position: relative;
  z-index: 10;
}
.bannerArea .bannerBox a.scrolldown {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 40;
  animation: buttonrun 0.8s linear infinite;
}
.bannerArea .bannerBox img.dightbottom {
  position: absolute;
  bottom: 0px;
  left: 0%;
  min-width: 100%;
  z-index: 30;
  pointer-events: none;
  transform: translate(0px, 0%);
}
.bannerArea .bannerBox ul#banner li img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .bannerArea img.dightbottom {
    min-width: auto;
    width: 200%;
  }
}

@keyframes playvideorun {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.titan.playvideo {
  right: 70px;
  top: 30%;
  position: fixed;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 50;
  background: url(../images/icon-videobg.png);
  background-size: cover;
  width: 178px;
  height: 178px;
  text-align: center;
  font-size: 16px;
  transform-origin: center top;
  animation: playvideorun 3.5s linear infinite;
  transition: 0.3s;
}
.titan.playvideo img {
  transition: 0.6s;
}
.titan.playvideo:hover {
  animation: none;
}
.titan.playvideo a {
  color: #fff;
  display: block;
  padding: 0 45px;
}
.titan.playvideo strong {
  display: block;
  font-weight: 500;
  padding-top: 10px;
}
.titan.playvideo em {
  display: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-top: 0px;
}
.titan.playvideo.small {
  width: 105px;
  height: 105px;
}
.titan.playvideo.small img {
  width: 40px;
}
.titan.playvideo.small strong {
  display: none;
}
.titan.playvideo.small em {
  display: block;
}
@media (max-width: 1380px) {
  .titan.playvideo {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .titan.playvideo {
    top: auto;
    bottom: 10px;
    right: 10px;
  }
}

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

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

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 100%;
  max-width: 1380px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

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

/*-moduleBox--*/
.moduleQaptcha h4 {
  background-color: #5ec3b6 !important;
}
.moduleQaptcha .resetButton {
  background-color: #c5c5c5 !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px !important;
}

.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);
}
.moduleBox.show .moduleMask {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobuleWrap {
  position: relative;
  width: 100%;
  max-height: 80vh;
  max-width: 1210px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
  z-index: 1005;
  border-radius: 45px;
}
@media (max-width: 1180px) {
  .mobuleWrap {
    padding: 20px 10px 20px 20px;
  }
}

.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(255, 228, 103, 0.5);
  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: 75px;
  height: 75px;
  background: none;
  background-color: #fff;
  border: none;
  cursor: pointer;
  transform: translate(40%, -40%);
  border-radius: 99em;
  border: 4px solid #ffe467;
}
.moduleClose::before, .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -0.5px;
  width: 40px;
  height: 5px;
  background-color: #ffe467;
}
.moduleClose::before {
  transform: rotate(45deg);
}
.moduleClose::after {
  transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .moduleClose {
    width: 40px;
    height: 40px;
  }
  .moduleClose::before, .moduleClose::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -1px;
    width: 20px;
    height: 5px;
    background-color: #ffe467;
  }
}

/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 51;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  align-items: center;
  font-family: "微軟正黑體", sans-serif;
  font-size: 15px;
  display: flex;
}
header .whitebar {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: calc(100% - 170px);
  overflow: hidden;
  position: relative;
  z-index: 5;
}
header .whitebar .logo {
  width: 420px;
  position: relative;
  z-index: 10;
}
header .whitebar .logo a {
  display: block;
  width: 100%;
  height: 80px;
  background: url("../images/logo.png") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
header .whitebar .menuBox ul.menu {
  display: flex;
}
header .whitebar .menuBox ul.menu li div.submenu {
  display: none;
  padding-top: 10px;
}
header .whitebar .menuBox ul.menu li div.submenu a {
  font-size: 14px;
  line-height: 2;
}
header .whitebar .menuBox ul.menu li a {
  display: block;
  padding: 0 20px;
  white-space: nowrap;
  color: #1c1c1c;
}
header .whitebar .menuBox ul.menu li a.current {
  color: #5ec3b6;
}
header .whitebar .menuBox ul.menu li a:hover {
  color: #7a7a7a;
}
header .whitebar .menuBox ul.menu li:last-child {
  display: none;
}
header a.contactlink {
  margin-left: 25px;
  width: 150px;
  height: 80px;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #5ec3b6;
  border-radius: 50px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
header a.contactlink i {
  font-size: 22px;
}
header a.contactlink:hover {
  background: #e18296;
}
header.open a.menuicon span {
  background: transparent;
}
header.open a.menuicon::before {
  transform: translate(0, 6px) rotate(45deg);
}
header.open a.menuicon::after {
  transform: translate(0, -6px) rotate(-45deg);
}
header a.menuicon {
  display: none;
  z-index: 10;
  position: absolute;
  top: 15px;
  right: 40px;
  width: 25px;
  transform: translate(0, 0%);
}
header a.menuicon span {
  margin: 14px 0;
  width: 100%;
  height: 2px;
  display: block;
  background: #5ec3b6;
}
header a.menuicon::before, header a.menuicon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  transition: 0.4s;
  background: #5ec3b6;
  position: absolute;
  left: 0;
  transform-origin: center center;
}
header a.menuicon::before {
  top: 8px;
}
header a.menuicon::after {
  bottom: 8px;
}
@media (max-width: 1380px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  header a.contactlink {
    display: none;
  }
  header a.menuicon {
    display: block;
  }
  header.open::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  header.open .whitebar {
    position: relative;
    z-index: 2;
  }
  header.open .whitebar .logo {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
  }
  header.open .whitebar .menuBox {
    display: block;
  }
  header .whitebar {
    padding-top: 10px;
    padding-bottom: 0px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  header .whitebar .logo {
    width: 100%;
    transition: 0.6s;
    padding-bottom: 10px;
  }
  header .whitebar .logo a {
    height: 40px;
    background: url("../images/logo.svg") no-repeat;
    background-size: auto 100%;
  }
  header .whitebar .menuBox {
    display: none;
    transition: 0.6s;
    width: 100%;
  }
  header .whitebar .menuBox ul.menu {
    flex-direction: column;
  }
  header .whitebar .menuBox ul.menu li {
    padding: 15px 0;
    border-top: 1px solid #5ec3b6;
    text-align: center;
  }
  header .whitebar .menuBox ul.menu li div.submenu {
    display: block;
  }
  header .whitebar .menuBox ul.menu li:first-child {
    border-top: none;
  }
  header .whitebar .menuBox ul.menu li:last-child {
    border-top: none;
    display: block;
    background: #5ec3b6;
    position: relative;
  }
  header .whitebar .menuBox ul.menu li:last-child a {
    z-index: 5;
    position: relative;
    color: #fff;
  }
  header .whitebar .menuBox ul.menu li:last-child::after {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    background: #5ec3b6;
    z-index: 4s;
  }
}
@media (max-width: 1180px) {
  header {
    top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@keyframes footerrun {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
/*頁尾資訊*/
@keyframes buttonuprun {
  0% {
    transform: translate(-50%, -200%);
  }
  50% {
    transform: translate(-50%, -170%);
  }
  100% {
    transform: translate(-50%, -200%);
  }
}
footer {
  position: relative;
  background: url(../images/footerbg.jpg);
  padding: 10px 0 20px 0;
  color: #fff;
}
footer a.goTop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -200%);
  z-index: 40;
  animation: buttonuprun 1s linear infinite;
}
footer .dighttop {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -99%);
  z-index: 10;
  display: block;
  width: 100%;
  height: 100px;
}
footer .dighttop::before {
  content: "";
  height: 100%;
  width: 200%;
  display: block;
  background: url(../images/footerdight.png);
  animation: footerrun 35s linear infinite;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
}
footer .wrap .leftBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .wrap .rightBox {
  display: flex;
  font-family: "微軟正黑體", sans-serif;
}
footer .wrap .rightBox .downmenu {
  max-width: 380px;
}
footer .wrap .rightBox .downmenu ul.menu {
  display: flex;
  flex-wrap: wrap;
}
footer .wrap .rightBox .downmenu ul.menu li {
  width: 50%;
  display: flex;
  font-size: 14px;
  padding-bottom: 15px;
  align-items: center;
}
footer .wrap .rightBox .downmenu ul.menu li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 99em;
  background: #fff;
  margin-right: 15px;
}
footer .wrap .rightBox .downmenu ul.menu li .submenu {
  display: none;
}
footer .wrap .rightBox .downmenu ul.menu li a {
  color: #320e0e;
}
footer .wrap .rightBox .downmenu ul.menu li a:hover {
  color: #ffe467;
}
footer .wrap .rightBox .downinfo {
  max-width: 380px;
}
footer .wrap .rightBox .downinfo .cominfo {
  color: #320e0e;
  font-size: 19px;
  line-height: 24px;
  padding-bottom: 18px;
}
footer .wrap .rightBox .downinfo .cominfo em {
  font-size: 16px;
  font-family: "Baloo 2", "微軟正黑體", sans-serif, cursive;
  letter-spacing: 2.6px;
  font-weight: 500;
  display: block;
}
footer .wrap .rightBox .downinfo .addressInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 24px;
  color: #320e0e;
  padding-bottom: 18px;
}
footer .wrap .rightBox .downinfo .addressInfo li {
  padding: 0 20px 0 0;
}
footer .wrap .rightBox .downinfo .addressInfo li i {
  padding-right: 3px;
}
footer .wrap .rightBox .downinfo .addressInfo li b {
  font-weight: 400;
  margin-right: 10px;
}
footer .wrap .rightBox .downinfo .addressInfo li a {
  color: #320e0e;
}
footer .wrap .rightBox .downinfo .addressInfo li a:hover {
  color: #ffe467;
}
footer .wrap .rightBox .downinfo .addressInfo li strong {
  font-weight: 400;
}
footer .wrap .rightBox .downinfo .copyright {
  display: flex;
  letter-spacing: 2px;
  font-size: 14px;
  flex-wrap: wrap;
}
footer .wrap .rightBox .downinfo .copyright a {
  color: #fff;
}
footer .wrap .rightBox .downinfo .copyright .translateIbest {
  margin-left: 10px;
}
@media (max-width: 1023px) {
  footer .wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  footer .wrap .rightBox {
    flex-direction: column;
    align-items: center;
  }
  footer .wrap .rightBox .downmenu {
    padding: 20px 0;
  }
}

/*share*/
.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
.social a {
  width: 40px;
  height: 40px;
  border-radius: 99em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px 5px;
  background: #5ec3b6;
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.social a.facebook {
  background: #7fb2d9;
}
.social a.line {
  background: #73c67d;
}
.social a.ig {
  background: #eacf61;
}
.social a.youtube {
  background: #ff8386;
}
.social a.wechat {
  background: #00bc31;
}
.social a.twitter {
  background: #50abf1;
}
.social a.weibo {
  background: #e6162d;
}
.social a svg {
  width: 100%;
  fill: #fff;
}
.social a:hover {
  transform: translate(0, -10px);
}

/*********內頁**********/
/**********************/
.mainArea {
  position: relative;
  padding: 100px 0 150px;
}
.mainArea .wrap {
  position: relative;
}
@media (max-width: 767px) {
  .mainArea {
    padding: 0px 0 150px;
  }
}

.titlenote {
  position: relative;
  z-index: 30;
}
.titlenote article {
  line-height: 2;
}

.titleBox {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #614c3f;
  font-family: "cwTeXYen", "Baloo 2", "微軟正黑體", sans-serif;
  text-align: center;
  padding-bottom: 35px;
  position: relative;
  margin-bottom: 35px;
}
.titleBox::after {
  content: "";
  width: 45px;
  height: 4px;
  display: block;
  background: #614c3f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 3px;
}
.titleBox.yellow::after {
  background: #ffe467;
}
.titleBox.yellow em {
  color: #ffe467;
}
.titleBox.yellow h2 strong {
  color: #ffd717;
}
.titleBox.green::after {
  background: #5ec3b6;
}
.titleBox.green em {
  color: #5ec3b6;
}
.titleBox.green h2 {
  color: #585858;
}
.titleBox.green h2 strong {
  color: #5ec3b6;
}
.titleBox h2 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 5px;
  position: relative;
  line-height: 1.3;
}
.titleBox h2 strong {
  font-weight: 300;
  font-size: 50px;
}
.titleBox em {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 25px;
}
@media (max-width: 1180px) {
  .titleBox {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .titleBox h2 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 1px;
  }
  .titleBox h2 strong {
    font-size: 35px;
  }
  .titleBox em {
    font-size: 13px;
    padding-bottom: 15px;
  }
}

.bannerBtn {
  font-size: 16px;
  color: #614c3f;
  padding-top: 50px;
  padding-bottom: 20px;
}
.bannerBtn a {
  padding: 0px 80px;
  color: #614c3f;
  display: inline-block;
  background: #ffec92;
  border-radius: 30px;
  line-height: 55px;
  letter-spacing: 1px;
  position: relative;
  box-shadow: 6px 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s !important;
}
.bannerBtn a::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/icon-search.png) #fff;
  border-radius: 99em;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.bannerBtn a:hover {
  transform: translate(0, 2px);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
.bannerBtn.green a {
  background: #88cdc4;
  color: #676767;
}

.bread {
  color: #afafaf;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
}
.bread a {
  color: #afafaf;
}
.bread a i {
  font-size: 20px;
  padding-right: 10px;
}
.bread span {
  padding: 0 3px;
  color: #afafaf;
}
@media (max-width: 1023px) {
  .bread {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .bread {
    position: relative;
    top: auto;
    right: auto;
  }
}

.articleTitle {
  clear: both;
  font-weight: 600;
  font-size: 25px;
  color: #614c3f;
  font-family: "cwTeXYen", "Baloo 2", "微軟正黑體", sans-serif;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

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

.classColumnBox {
  position: relative;
  z-index: 3;
  padding: 30px 0;
}
.classColumnBox > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1180px) {
  .classColumnBox > ul {
    display: none;
  }
}
.classColumnBox > ul > li {
  margin: 0 5px 5px 5px;
}
.classColumnBox > ul > li > a {
  padding: 0px 20px;
  color: #614c3f;
  display: inline-block;
  background: #ffec92;
  border-radius: 30px;
  line-height: 55px;
  letter-spacing: 1px;
  position: relative;
  box-shadow: 6px 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s !important;
}
.classColumnBox > ul > li > a:hover {
  transform: translate(0, 2px);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
.classColumnBox > ul > li > a.current {
  padding: 0px 40px;
  transform: translate(0, 2px);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  background: #5ec3b6;
  color: #fff;
}
.classColumnBox > ul ul {
  display: none;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.classColumnBox > ul ul li + li {
  border-top: 1px solid #ccc;
}
.classColumnBox > ul a {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #777;
}
.classColumnBox > ul a.current, .classColumnBox > ul a:hover {
  color: #614c3f;
}
.classColumnBox > ul .linkHasItems.open + ul {
  display: block;
}
.classColumnBox > ul .linkHasItems.open + ul > li {
  animation: 0.5s aniSlideLeft both ease-out 0.3s;
}

.thankInfo, .classNote {
  margin-top: 20px;
  clear: both;
  line-height: 1.8;
  padding: 0;
}

.mClassLink {
  position: relative;
  z-index: 3;
}
@media (min-width: 1181px) {
  .mClassLink {
    display: none;
  }
}
.mClassLink.open > ul {
  display: block;
}
.mClassLink .main {
  border-radius: 30px;
  position: relative;
  display: block;
  font-size: 15px;
  padding: 10px 30px 10px 10px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #614c3f;
  text-align: center;
}
.mClassLink .main em {
  display: none;
}
.mClassLink .main::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  line-height: 1;
  color: #fff;
  font-family: FontAwesome;
}
.mClassLink > ul {
  text-align: center;
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  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.3);
}
.mClassLink > ul > li + li {
  border-top: 1px solid #f2f2f2;
}
.mClassLink > ul > li.current > a {
  color: #614c3f;
}
.mClassLink > ul a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
.mClassLink > ul a em {
  font-family: "Baloo 2", "微軟正黑體", sans-serif, cursive;
  font-size: 15px;
  padding-left: 5px;
}
.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: #614c3f;
}

.pageBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  flex-wrap: wrap;
  font-family: "Baloo 2", "微軟正黑體", sans-serif, cursive;
  line-height: 39px;
}
.pageBox a {
  border-radius: 99em;
  font-size: 21px;
  font-family: "Baloo 2", "微軟正黑體", sans-serif, cursive;
  font-weight: 500;
  width: 39px;
  height: 39px;
  color: #614c3f;
  display: block;
  cursor: pointer;
  text-align: center;
  transition: 0.9s;
}
.pageBox a.current {
  background: #614c3f;
  color: #fff;
}
.pageBox a.current:hover {
  color: #fff;
}
.pageBox a:hover {
  color: #5ec3b6;
}
.pageBox a.other {
  width: auto;
  font-size: 16px;
  padding: 0 5px;
}
.pageBox a.page {
  width: auto;
  margin: 0 5px;
  font-size: 16px;
  font-family: "cwTeXYen", "Baloo 2", "微軟正黑體", sans-serif;
  font-weight: 600;
}
.pageBox a.page::before, .pageBox a.page::after {
  min-width: 26px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 99em;
  background: #ffe467;
  color: #614c3f;
  margin: 0 5px;
  box-shadow: 6px 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s !important;
}
.pageBox a.page:hover {
  color: #614c3f;
}
.pageBox a.page:hover::before, .pageBox a.page:hover::after {
  background: #614c3f;
  color: #ffe467;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
.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;
}

/******頁籤*******/
.tab {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.tab a {
  flex: 1;
  padding: 12px 10px;
  color: #555;
}
.tab a.current {
  background: #9e2513;
  color: #fff;
}

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

.sectionTitle {
  padding-bottom: 20px;
  font-family: "cwTeXYen", "Baloo 2", "微軟正黑體", sans-serif;
  font-weight: 600;
  font-size: 21px;
  font-weight: 500;
}
.sectionTitle strong {
  letter-spacing: 1.5;
  display: inline-block;
  font-weight: 600;
  position: relative;
  border-radius: 30px;
  background: #5ec3b6;
  color: #fff;
  padding: 10px 30px;
}
.sectionTitle em {
  display: inline-block;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

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