@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("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Oswald:wght@200;300;400;500;600;700&display=swap");
.mClassLink > ul, .mClassLink .main, .classRowBox > div > ul a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after, .pageBox.number a.prevBtn::before, .pageBox.number a.nextBtn::before, .pageBox.number a.num::before, .pageBox a.prevBtn::before, .pageBox a.nextBtn::before, .classColumnBox, .classRowBox > div > ul a::before, .classRowBox, .bread a svg, .arrowBox.angle a::after, .arrowBox.angle a::before, .learnBtnStyle2 a span, .learnBtnStyle svg, .learnBtnStyle span, footer .snsBox .socialList li a svg, footer .snsBox .socialList li, footer .logoBox img, .hideBox .snsBox .socialList li a svg, .hideBox .snsBox .socialList li, .hideBox .languageBox .langBtn, .hideBox, .m_menu .controlBox .searchBox, .menu > li > a::before, header .searchBox, header .languageBox .langBtn, header .snsBox .socialList li a svg, header .snsBox .socialList li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hideBox .languageBox .langBtn span, header .languageBox .langBtn span, .moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.learnBtnStyle2::after, .learnBtnStyle a, .scrollBar a, .scrollBar::after {
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

body {
  background-color: #fff;
  font-size: 13px;
  font-family: "Arial", "Noto Sans TC", sans-serif;
}
body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}

address {
  font-style: normal;
}

a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #23b8c5;
}

div.titan {
  display: none;
}

[class*=col-] {
  float: left;
}

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}

.btn_color1 {
  color: #fff;
  background-color: #516190;
}
.btn_color1:hover {
  background-color: #C85A56;
}
.btn_color2 {
  color: #fff;
  background-color: #A0A0A0;
}
.btn_color2:hover {
  background-color: #999;
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  outline: none;
  padding: 0;
  margin: 0;
}

textarea {
  resize: vertical;
}

.outerWrap {
  position: relative;
  padding-top: 70px;
  overflow-x: hidden;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 60px;
  }
}

.wrap {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .wrap {
    padding: 0 30px;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: auto;
}
.moduleBox .moduleContent {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  pointer-events: auto;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox .moduleClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  background-color: #23b8c5;
  border: none;
  cursor: pointer;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background-color: #00a0d9;
}
.moduleBox .moduleClose:hover::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.moduleBox .moduleClose:hover::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.moduleBox#moduleWechat .moduleWrap {
  max-width: 360px;
}
.moduleBox#moduleWechat .moduleContent img {
  display: block;
  width: 100%;
}
@media (max-width: 640px) {
  .moduleBox .moduleContent {
    padding: 0 20px 20px;
  }
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*搜尋*/
.searchArea .moduleWrap {
  max-width: 480px;
}
.searchArea .searchBox {
  margin: 30px 0;
  position: relative;
}
.searchArea .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 15px 55px 15px 15px;
}
.searchArea .searchBox a {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
}
.searchArea .searchBox a::before {
  font-size: 25px;
  line-height: 2;
  color: #23b8c5;
}
.searchArea .searchBox a:hover::before {
  color: #00a0d9;
}

#closeCart,
#closePrice,
#closeInquiry {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}
@media (max-width: 480px) {
  #closeCart,
  #closePrice,
  #closeInquiry {
    font-size: 25px;
    top: 5px;
  }
}

@-webkit-keyframes loadLineMove {
  0% {
    height: 8px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    height: 100%;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}

@keyframes loadLineMove {
  0% {
    height: 8px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    height: 100%;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}
@-webkit-keyframes loadLineMove02 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}
@keyframes loadLineMove02 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}
@-webkit-keyframes logoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes logoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}
@-webkit-keyframes logoFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logoFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes svgFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes svgFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes svgMove {
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes svgMove {
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/*loading*/
.loadingArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
}
.loadingArea::before {
  content: "";
  width: 100%;
  height: 0px;
  background-color: #00a0d9;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.loadingArea .loadLogo {
  width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .loadingArea .loadLogo {
    width: 240px;
  }
}
@media (max-width: 640px) {
  .loadingArea .loadLogo {
    width: 200px;
  }
}
.loadingArea .loadLogo .loadingImg {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0%, 0);
          transform: translate3d(-50%, 0%, 0);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loadingArea .loadLogo .loadingImg {
    /* Put your IE-only styles here. Works for IS 10 & IE 11*/
    display: none;
  }
}
.loadingArea .loadLogo .decoBox {
  width: 600px;
  height: 600px;
  position: absolute;
  top: calc(50% - 300px);
  left: calc(50% - 300px);
  opacity: 0.5;
}
.loadingArea .loadLogo .decoBox .decoLineBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 50%;
  border: 1px solid #00a0d9;
}
.loadingArea .loadLogo .decoBox .decoLine {
  width: calc(100% + 14px);
  height: 1px;
  position: absolute;
  top: calc(50% - 0.5px);
  left: -7px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.loadingArea .loadLogo .decoBox .decoLine::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #06b7c6;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.loadingArea .loadLogo .decoBox .decoLine::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #23b8c5;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.loadingArea .loadLogo .decoBox .decoLine:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.loadingArea .loadLogo .decoBox .decoLine:nth-child(3) {
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}
.loadingArea .loadLogo .decoBox .decoLine:nth-child(4) {
  -webkit-transform: rotate(105deg);
          transform: rotate(105deg);
}
.loadingArea .loadLogo .decoBox .decoLine:nth-child(5) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.loadingArea .loadLogo .decoBox .decoLine:nth-child(6) {
  -webkit-transform: rotate(165deg);
          transform: rotate(165deg);
}
@media (max-width: 1200px) {
  .loadingArea .loadLogo .decoBox {
    width: 500px;
    height: 500px;
    top: calc(50% - 250px);
    left: calc(50% - 250px);
  }
}
@media (max-width: 640px) {
  .loadingArea .loadLogo .decoBox {
    width: 400px;
    height: 400px;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
  }
}
@media (max-width: 540px) {
  .loadingArea .loadLogo .decoBox {
    width: 300px;
    height: 300px;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
  }
}
@media (max-width: 340px) {
  .loadingArea .loadLogo .decoBox {
    width: 280px;
    height: 280px;
    top: calc(50% - 140px);
    left: calc(50% - 140px);
  }
}
.loadingArea .loadLogo svg {
  position: relative;
}
.loadingArea .loadLogo svg.viewPoint {
  width: 100%;
  height: 100%;
}
.loadingArea .loadLogo svg .C01 {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}
.loadingArea .loadLogo svg .C02 {
  opacity: 0;
  -webkit-transform: translate3d(10px, -10px, 0);
          transform: translate3d(10px, -10px, 0);
}
.loadingArea .loadLogo svg .C03 {
  opacity: 0;
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
}
.loadingArea .loadLogo svg .C04 {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0px, 0);
          transform: translate3d(-10px, 0px, 0);
}
.loadingArea .loadLogo svg .W01, .loadingArea .loadLogo svg .W02, .loadingArea .loadLogo svg .W03 {
  opacity: 0;
  -webkit-transform: translate3d(10px, -10px, 0);
          transform: translate3d(10px, -10px, 0);
}
.loadingArea .loadLogo svg .W04, .loadingArea .loadLogo svg .W05 {
  opacity: 0;
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
  background-color: #fff;
}
.loadingArea.show::before {
  -webkit-animation: loadLineMove 0.8s 3.4s forwards, logoFadeOut 0.4s 3.8s forwards;
          animation: loadLineMove 0.8s 3.4s forwards, logoFadeOut 0.4s 3.8s forwards;
}
.loadingArea.show::after {
  -webkit-animation: loadLineMove02 0.6s 2.6s forwards;
          animation: loadLineMove02 0.6s 2.6s forwards;
}
.loadingArea.show .loadLogo .decoBox {
  -webkit-animation: rotate360 30s infinite linear, logoFadeOut 0.4s 3s forwards;
          animation: rotate360 30s infinite linear, logoFadeOut 0.4s 3s forwards;
}
.loadingArea.show .loadLogo svg {
  -webkit-animation: svgFadeOut 0.4s 2s forwards;
          animation: svgFadeOut 0.4s 2s forwards;
}
.loadingArea.show .loadLogo svg .C01 {
  -webkit-animation: svgMove 0.8s 0.2s forwards ease-out;
          animation: svgMove 0.8s 0.2s forwards ease-out;
}
.loadingArea.show .loadLogo svg .C02 {
  -webkit-animation: svgMove 0.6s 0.4s forwards ease-out;
          animation: svgMove 0.6s 0.4s forwards ease-out;
}
.loadingArea.show .loadLogo svg .C03 {
  -webkit-animation: svgMove 0.6s 0.5s forwards ease-out;
          animation: svgMove 0.6s 0.5s forwards ease-out;
}
.loadingArea.show .loadLogo svg .C04 {
  -webkit-animation: svgMove 0.6s 0.6s forwards ease-out;
          animation: svgMove 0.6s 0.6s forwards ease-out;
}
.loadingArea.show .loadLogo svg .W01, .loadingArea.show .loadLogo svg .W02, .loadingArea.show .loadLogo svg .W03 {
  -webkit-animation: svgMove 0.4s 0.8s forwards ease-out;
          animation: svgMove 0.4s 0.8s forwards ease-out;
}
.loadingArea.show .loadLogo svg .W04, .loadingArea.show .loadLogo svg .W05 {
  -webkit-animation: svgMove 0.4s 1s forwards ease-out;
          animation: svgMove 0.4s 1s forwards ease-out;
}
.loadingArea.show .loadLogo .loadingImg {
  -webkit-animation: logoFadeIn 0.6s 2s forwards, logoFadeOut 0.5s 2.8s forwards;
          animation: logoFadeIn 0.6s 2s forwards, logoFadeOut 0.5s 2.8s forwards;
}

/* SVG */
svg.iconArrow {
  stroke: #16aee0;
}

/*  404Page  */
.mainArea.page404 {
  width: 100%;
  min-height: calc(100vh - 272px - 70px);
  margin: 0 auto;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .mainArea.page404 {
    min-height: calc(100vh - 299px - 60px);
  }
}
@media (max-width: 840px) {
  .mainArea.page404 {
    min-height: 300px;
  }
}

.page404 .top {
  max-width: 768px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 20px 0;
  color: #00a0d9;
  text-align: center;
  padding: 0 20px;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1180px) {
  header {
    display: none;
  }
}
header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
header .logo {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8px;
}
header .logo a {
  display: block;
  width: 201px;
}
header .logo img {
  display: block;
  width: 100%;
}
header .menuBox {
  width: calc(100% - 280px - 500px);
  padding-right: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  height: 70px;
}
header .snsBox {
  height: 100%;
  width: 270px;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
}
header .snsBox p {
  color: #abacad;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0.2px;
  line-height: 20px;
  padding-right: 5px;
}
header .snsBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .snsBox .socialList li {
  margin: 0 5px;
}
header .snsBox .socialList li:first-child {
  margin-top: 0;
}
header .snsBox .socialList li:last-child {
  margin-bottom: 0;
}
header .snsBox .socialList li a {
  color: #999999;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
header .snsBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #999999;
  margin-top: 0px;
  vertical-align: middle;
}
header .snsBox .socialList li a svg.linkin {
  width: 16px;
}
header .snsBox .socialList li a:hover {
  color: #00a0d9;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
header .snsBox .socialList li a:hover svg {
  fill: #00a0d9;
}
header .languageBox {
  width: 160px;
  height: 100%;
  background-color: #00a0d9;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
header .languageBox .langBtn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
}
header .languageBox .langBtn svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
}
header .languageBox .langBtn span {
  display: inline-block;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 400;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 22px;
}
header .languageBox .langBtn:hover {
  background-color: #fff;
}
header .languageBox .langBtn:hover svg {
  stroke: #00a0d9;
}
header .languageBox .langBtn:hover span {
  color: #00a0d9;
  padding-left: 15px;
}
header .languageBox .subLanguage {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  display: none;
}
header .languageBox .subLanguage a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 10px;
  color: #727272;
  border-bottom: 1px solid #dadada;
}
header .languageBox .subLanguage a:hover {
  color: #06b7c6;
}
header .languageBox .subLanguage a.current {
  color: #00a0d9;
}
header .searchBox {
  width: 70px;
  height: 70px;
  background-color: #06b7c6;
}
header .searchBox a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .searchBox svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
}
header .searchBox:hover {
  background-color: #fff;
}
header .searchBox:hover svg {
  stroke: #06b7c6;
}
@media (max-width: 1640px) {
  header .logo {
    width: 220px;
  }
  header .menuBox {
    width: calc(100% - 220px - 500px);
    padding-right: 40px;
  }
}
@media (max-width: 1540px) {
  header .logo {
    width: 200px;
    padding-left: 20px;
    padding-right: 0;
  }
  header .menuBox {
    width: calc(100% - 200px - 440px);
    padding: 0 10px;
  }
  header .rightBox {
    width: 440px;
  }
  header .snsBox {
    width: 250px;
  }
  header .languageBox {
    width: 120px;
  }
}
@media (max-width: 1440px) {
  header .wrap {
    padding: 0;
  }
}
@media (max-width: 1340px) {
  header .logo {
    width: 180px;
  }
  header .menuBox {
    width: calc(100% - 180px - 290px);
  }
  header .rightBox {
    width: 290px;
  }
  header .snsBox {
    width: 150px;
  }
  header .snsBox > p {
    display: none;
  }
  header .languageBox {
    width: 70px;
  }
  header .languageBox .langBtn svg {
    margin: 0 auto;
  }
  header .languageBox .langBtn span {
    display: none;
  }
}

/*menu*/
.menu > li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  z-index: 1;
  background-color: #fff;
}
.menu > li > a {
  position: relative;
  display: block;
  padding: 25px 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
}
.menu > li > a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #00a0d9;
  position: absolute;
  bottom: 0;
  right: 0;
}
.menu > li > a:hover, .menu > li > a.current {
  color: #00a0d9;
}
.menu > li > a:hover::before, .menu > li > a.current::before {
  left: 0;
  right: auto;
  width: 100%;
}
@media (max-width: 1540px) {
  .menu > li > a {
    padding: 25px 10px;
  }
}
.menu .submenu {
  display: none;
  position: absolute;
  left: calc(50% - 75px);
  top: 100%;
  z-index: 99;
  width: 150px;
  text-align: center;
}
.menu .submenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dadada;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 300;
  color: #727272;
  background-color: #fff;
}
.menu .submenu a.current {
  color: #06b7c6;
}
.menu .submenu a:hover {
  color: #fff;
  background-color: #06b7c6;
}
.menu .investorSubmenu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 850px;
  display: none;
}
.menu .investorSubmenu .submenuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 20px 5px;
}
.menu .investorSubmenu .classWrap {
  width: 170px;
  padding: 0 10px 10px;
  text-align: center;
  border-right: 1px solid #dadada;
}
.menu .investorSubmenu .classWrap:last-child {
  border-right: transparent;
}
.menu .investorSubmenu .classWrap a {
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  color: #727272;
  display: block;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 10px 5px;
}
.menu .investorSubmenu .classWrap a.mLink {
  color: #00a0d9;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  cursor: auto;
}
.menu .investorSubmenu .classWrap a:hover {
  color: #fff;
  background-color: #06b7c6;
}
.menu .investorSubmenu .classWrap a:hover.mLink {
  background-color: transparent;
  color: #00a0d9;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.6);
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 60px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_menu .controlBox .m_logo {
  width: 200px;
  padding-left: 30px;
}
.m_menu .controlBox .m_logo img {
  display: block;
  width: 135px;
  height: 27px;
}
.m_menu .controlBox .rightBox {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m_menu .controlBox a.main {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #00a0d9;
}
.m_menu .controlBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -0.5px;
  width: 26px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.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: #fff;
  -webkit-transition: all 0.5s;
  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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m_menu .controlBox .searchBox {
  width: 60px;
  height: 60px;
  background-color: #06b7c6;
}
.m_menu .controlBox .searchBox a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m_menu .controlBox .searchBox svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
}
.m_menu .controlBox .searchBox:hover svg {
  stroke: #111;
}

/*手機menu內容*/
.hideBox {
  position: fixed;
  right: -100%;
  top: 60px;
  bottom: 0;
  z-index: 11;
  display: block;
  width: 100%;
  max-width: 640px;
  padding: 0px 0 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #00a0d9;
}
.hideBox.show {
  right: 0;
}
.hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
}
.hideBox .languageBox {
  width: 100%;
  height: 55px;
  background-color: #3abde7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  z-index: 2;
}
.hideBox .languageBox .langBtn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
  margin: 0 auto;
}
.hideBox .languageBox .langBtn span {
  width: 100%;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 20px;
  font-size: 400;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 1.57;
}
.hideBox .languageBox .langBtn .arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.hideBox .languageBox .langBtn .arrow::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.hideBox .languageBox .langBtn .arrow::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.hideBox .languageBox .subLanguage {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  display: none;
}
.hideBox .languageBox .subLanguage a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 10px;
  color: #727272;
  border-bottom: 1px solid #dadada;
}
.hideBox .languageBox .subLanguage a:hover {
  color: #06b7c6;
}
.hideBox .languageBox .subLanguage a.current {
  color: #00a0d9;
}
.hideBox .snsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 20px;
}
.hideBox .snsBox p {
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.4;
  padding-right: 20px;
}
.hideBox .snsBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hideBox .snsBox .socialList li {
  margin: 0 5px;
}
.hideBox .snsBox .socialList li:first-child {
  margin-top: 0;
}
.hideBox .snsBox .socialList li:last-child {
  margin-bottom: 0;
}
.hideBox .snsBox .socialList li a {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 18px;
  line-height: 1.9;
  text-align: center;
  padding: 0 7px;
}
.hideBox .snsBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: rgba(255, 255, 255, 0.5);
  margin-top: 0px;
  vertical-align: middle;
}
.hideBox .snsBox .socialList li a svg.linkin {
  width: 16px;
}
.hideBox .snsBox .socialList li a:hover {
  color: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.hideBox .snsBox .socialList li a:hover svg {
  fill: #fff;
}
.hideBox .baseinfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.hideBox .baseinfoBox .info.add, .hideBox .baseinfoBox .info.mail {
  width: 100%;
}
.hideBox .baseinfoBox .info.mail a::after {
  content: ".";
  padding-right: 5px;
  color: #fff;
}
.hideBox .baseinfoBox .info.mail a:last-child::after {
  display: none;
}
.hideBox .baseinfoBox .info.tel {
  padding-right: 8px;
}
.hideBox .baseinfoBox .info span, .hideBox .baseinfoBox .info a {
  font-family: "Noto Sans TC";
  display: inline-block;
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0.4px;
  font-weight: 300;
  color: #fff;
}
.hideBox .baseinfoBox .info a:hover {
  color: #333;
}
.hideBox .copyrightBox {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.4px;
  font-weight: 300;
}
.hideBox .copyrightBox .footerInfo {
  font-weight: 300;
  width: 100%;
  color: #fff;
}
.hideBox .copyrightBox .ibest {
  display: inline-block;
  color: #b5dcea;
}
.hideBox .copyrightBox .ibest:hover {
  color: #333;
}

.nav {
  padding: 40px 20px;
}
.nav li {
  border-bottom: 1px solid #dadada;
}
.nav a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.nav a.current {
  color: #333;
  background-color: rgba(255, 255, 255, 0.2);
}
.nav .dropDown > a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 25px;
  width: 1px;
  height: 11px;
  background-color: #fff;
  display: block;
}
.nav .dropDown > a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 30px;
  width: 11px;
  height: 1px;
  background-color: #fff;
  display: block;
}
.nav .dropDown > a.open::before {
  background-color: transparent;
}
.nav .submenu {
  display: none;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}
.nav .submenu a {
  padding: 10px 20px;
}
.nav .submenu a:hover {
  background-color: rgba(6, 183, 198, 0.5);
}
.nav .investorLink > a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 25px;
  width: 1px;
  height: 11px;
  background-color: #fff;
  display: block;
}
.nav .investorLink > a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 30px;
  width: 11px;
  height: 1px;
  background-color: #fff;
  display: block;
}
.nav .investorLink > a.open::before {
  background-color: transparent;
}
.nav .investorLink .investorSubmenu {
  display: none;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.05);
}
.nav .investorLink .investorSubmenu > a {
  padding: 10px 20px;
}
.nav .investorLink .investorSubmenu .classWrap a {
  padding: 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.nav .investorLink .investorSubmenu .classWrap .mLink {
  border-bottom: 1px solid rgba(218, 218, 218, 0.5);
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.nav .investorLink .investorSubmenu .classWrap .mLink::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 18px;
  width: 1px;
  height: 11px;
  background-color: #fff;
  display: block;
}
.nav .investorLink .investorSubmenu .classWrap .mLink::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 23px;
  width: 11px;
  height: 1px;
  background-color: #fff;
  display: block;
}
.nav .investorLink .investorSubmenu .classWrap .mLink.open::before {
  background-color: transparent;
}
.nav .investorLink .investorSubmenu .classWrap .investorList {
  background-color: rgba(6, 183, 198, 0.5);
  display: none;
  display: block;
  height: 0;
  overflow-y: hidden;
  padding: 0;
}
.nav .investorLink .investorSubmenu .classWrap .investorList.show {
  padding: 0px 0;
  height: auto;
}
@media (max-width: 400px) {
  .nav {
    padding: 20px;
  }
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerLink {
  display: block;
}
.bannerArea .unitLi {
  position: relative;
}
.bannerArea .unitLi .unitImg {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .bannerArea .unitLi .unitImg {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
@media (max-width: 640px) {
  .bannerArea .unitLi .unitImg {
    height: 300px;
  }
}
.bannerArea .unitLi .Txt {
  width: 637px;
  position: absolute;
  top: 50%;
  left: calc(50% - 637px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 54px;
}
.bannerArea .unitLi .Txt .entitle {
  font-size: 55px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 27px;
}
.bannerArea .unitLi .Txt .title {
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 25px;
  position: relative;
}
.bannerArea .unitLi .Txt .title::before {
  content: "";
  width: 56px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bannerArea .unitLi .Txt .intro {
  padding-top: 20px;
  max-width: 470px;
  font-weight: 300;
}
@media (max-width: 1340px) {
  .bannerArea .unitLi .Txt {
    left: 0;
    padding: 0 30px 54px;
  }
  .bannerArea .unitLi .Txt .entitle {
    font-size: 38px;
    line-height: 1.25;
    letter-spacing: 1px;
    padding-bottom: 15px;
  }
  .bannerArea .unitLi .Txt .title {
    font-size: 27px;
    letter-spacing: 2px;
    padding-bottom: 15px;
  }
  .bannerArea .unitLi .Txt .intro {
    padding-top: 15px;
  }
}
@media (max-width: 640px) {
  .bannerArea .unitLi .Txt {
    width: 100%;
  }
  .bannerArea .unitLi .Txt .entitle {
    font-size: 28px;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  .bannerArea .unitLi .Txt .title {
    font-size: 25px;
    letter-spacing: 1px;
  }
  .bannerArea .unitLi .Txt .intro {
    display: none;
  }
}

/*頁尾資訊*/
footer {
  padding: 40px 0 65px;
  background-color: #00a0d9;
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
footer .wrap::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 75px;
  left: 0;
}
footer .logoBox {
  width: 220px;
  padding-top: 7px;
  padding-bottom: 28px;
}
footer .logoBox a {
  display: block;
  width: 201px;
}
footer .logoBox a:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
footer .logoBox img {
  display: block;
  width: 100%;
}
footer .dowmMenuBox {
  width: calc(100% - 220px - 330px + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 16px;
}
footer .dowmMenuBox .downMenu li {
  padding: 0 25px;
  display: inline-block;
}
footer .dowmMenuBox .downMenu a {
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
}
footer .dowmMenuBox .downMenu a:hover {
  color: #333;
}
footer .snsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 330px;
  margin-right: -10px;
}
footer .snsBox p {
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding-right: 20px;
}
footer .snsBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .snsBox .socialList li {
  margin: 0 5px;
}
footer .snsBox .socialList li:first-child {
  margin-top: 0;
}
footer .snsBox .socialList li:last-child {
  margin-bottom: 0;
}
footer .snsBox .socialList li a {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 18px;
  line-height: 1.94;
  text-align: center;
  padding: 0 7px;
}
footer .snsBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: rgba(255, 255, 255, 0.5);
  margin-top: 0px;
  vertical-align: middle;
}
footer .snsBox .socialList li a svg.linkin {
  width: 16px;
}
footer .snsBox .socialList li a:hover {
  color: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
footer .snsBox .socialList li a:hover svg {
  fill: #fff;
}
footer .baseinfoBox {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 400px;
}
footer .baseinfoBox .info.add, footer .baseinfoBox .info.mail {
  width: 100%;
}
footer .baseinfoBox .info.tel {
  padding-right: 8px;
}
footer .baseinfoBox .info.mail a::after {
  content: ".";
  padding-right: 5px;
  color: #fff;
}
footer .baseinfoBox .info.mail a:last-child::after {
  display: none;
}
footer .baseinfoBox .info span, footer .baseinfoBox .info a {
  font-family: "Noto Sans TC";
  display: inline-block;
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0.4px;
  font-weight: 300;
  color: #fff;
}
footer .baseinfoBox .info a:hover {
  color: #333;
}
footer .copyrightBox {
  width: calc(100% - 400px);
  padding-top: 20px;
  text-align: right;
  font-family: "Noto Sans TC";
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.4px;
  font-weight: 300;
}
footer .copyrightBox .footerInfo {
  font-weight: 300;
  width: 100%;
  color: #fff;
}
footer .copyrightBox .ibest {
  display: inline-block;
  color: #b5dcea;
}
footer .copyrightBox .ibest:hover {
  color: #333;
}
@media (max-width: 1380px) {
  footer .dowmMenuBox {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .dowmMenuBox .downMenu li {
    padding: 0 12px;
  }
}
@media (max-width: 1180px) {
  footer {
    padding: 40px 0;
  }
  footer .wrap::before {
    display: none;
  }
  footer .logoBox {
    width: 100%;
    padding: 0 0 10px;
  }
  footer .logoBox a {
    margin: 0 auto;
    width: 100%;
    max-width: 201px;
  }
  footer .dowmMenuBox {
    width: 100%;
  }
  footer .snsBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
    margin-right: 0;
  }
}
@media (max-width: 840px) {
  footer .dowmMenuBox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 30px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .snsBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
  }
  footer .snsBox p {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  footer .baseinfoBox {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  footer .baseinfoBox .info {
    text-align: center;
  }
  footer .copyrightBox {
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    text-align: center;
  }
}
@media (max-width: 640px) {
  footer .dowmMenuBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .dowmMenuBox li {
    width: 100%;
    text-align: center;
  }
}

.scrollBar {
  position: fixed;
  top: calc(50% - 165px);
  left: 69px;
  width: 1px;
  height: 330px;
  background-color: #cfd0d1;
  z-index: 48;
}
.scrollBar::after {
  content: "";
  width: 1px;
  height: 0px;
  background-color: #00a0d9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.scrollBar a {
  display: block;
  width: 21px;
  height: 21px;
  padding: 8px;
  border-radius: 50%;
  position: absolute;
  left: -10.5px;
}
.scrollBar a::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: #cfd0d1;
}
.scrollBar a.bannerAreaLink {
  top: -10.5px;
}
.scrollBar a.bannerAreaLink::before {
  background-color: #00a0d9;
}
.scrollBar a.researchAreaLink {
  top: calc(25% - 10.5px);
}
.scrollBar a.aboutAreaLink {
  top: calc(50% - 10.5px);
}
.scrollBar a.newsAreaLink {
  top: calc(75% - 10.5px);
}
.scrollBar a.otherAreaLink {
  bottom: -10.5px;
}
.scrollBar a.arrive::before {
  background-color: #00a0d9;
}
.scrollBar.area1::after {
  height: 25%;
}
.scrollBar.area2::after {
  height: 50%;
}
.scrollBar.area3::after {
  height: 75%;
}
.scrollBar.area4::after {
  height: 100%;
}
@media (max-width: 1540px) {
  .scrollBar {
    left: 15px;
  }
}
@media (max-width: 1180px) {
  .scrollBar {
    display: none;
  }
}

.privacyArea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 0 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: all 0.6s 0.1s;
  transition: all 0.6s 0.1s;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacyArea .text {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
.privacyArea .text a {
  color: #00a0d9;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #00a0d9;
}
.privacyArea .btn {
  margin-left: 25px;
  padding-top: 0;
}
.privacyArea .btn a {
  color: #fff;
  background-color: #23b8c5;
  display: inline-block;
  padding: 15px 35px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
}
.privacyArea .btn a:hover {
  background-color: #00a0d9;
}
@media (max-width: 768px) {
  .privacyArea .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .privacyArea .text {
    width: 100%;
  }
  .privacyArea .btn {
    margin-top: 25px;
    margin-left: 0;
  }
}

/*手機快捷選單*/
.fixedQuickLink {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  background-color: #000;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/* 共用 */
.gradualTxt {
  background: -webkit-gradient(linear, left top, right top, from(#1bb2c1), to(#0b9cdb));
  background: linear-gradient(to right, #1bb2c1, #0b9cdb);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gradualTxt {
    /* Put your IE-only styles here. Works for IS 10 & IE 11*/
    background: none;
    color: #1bb2c1;
  }
}

.gradualTxt2 {
  background: -webkit-gradient(linear, left top, right top, from(#2abfcc), to(#14ace2));
  background: linear-gradient(to right, #2abfcc, #14ace2);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gradualTxt2 {
    /* Put your IE-only styles here. Works for IS 10 & IE 11*/
    background: none;
    color: #2abfcc;
  }
}

.gradualBg {
  background: -webkit-gradient(linear, left top, right top, from(#1bb2c1), to(#0b9cdb));
  background: linear-gradient(to right, #1bb2c1, #0b9cdb);
}

.gradualBg2 {
  background: -webkit-gradient(linear, left top, right top, from(#29becc), to(#1eb5d9));
  background: linear-gradient(to right, #29becc, #1eb5d9);
}

.titleStyle {
  padding-bottom: 23px;
}
.titleStyle .entitle {
  font-size: 44px;
  line-height: 1.145;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 10px;
}
.titleStyle .title {
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1.2;
  color: #333;
  padding-top: 16px;
  padding-bottom: 25px;
  position: relative;
}
.titleStyle .title::before {
  content: "";
  width: 55px;
  height: 2px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#1bb2c1), to(#0b9cdb));
  background: linear-gradient(to right, #1bb2c1, #0b9cdb);
  position: absolute;
  bottom: 0;
  left: 0;
}
.titleStyle.white .entitle {
  color: #fff;
}
.titleStyle.white .title {
  color: #fff;
}
.titleStyle.white .title::before {
  background: none;
  background-color: #fff;
}
@media (max-width: 1080px) {
  .titleStyle .entitle {
    font-size: 38px;
    letter-spacing: 1px;
  }
  .titleStyle .title {
    font-size: 27px;
    letter-spacing: 2px;
  }
}
@media (max-width: 640px) {
  .titleStyle .entitle {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .titleStyle .title {
    font-size: 25px;
    letter-spacing: 1px;
    padding-bottom: 20px;
  }
}

.titleStyle1 {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}

.titleStyle2 {
  text-align: center;
}
.titleStyle2 .entitle {
  display: inline-block;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 3px;
  line-height: 1.145;
  padding-bottom: 20px;
  position: relative;
}
.titleStyle2 .entitle::before {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background-color: #23b8c5;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
}
.titleStyle2 .title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #000;
  font-weight: 500;
  padding-top: 20px;
}
@media (max-width: 1080px) {
  .titleStyle2 .entitle {
    font-size: 42px;
    letter-spacing: 2px;
  }
  .titleStyle2 .title {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
@media (max-width: 640px) {
  .titleStyle2 .entitle {
    font-size: 36px;
    letter-spacing: 1px;
    padding-bottom: 15px;
  }
  .titleStyle2 .title {
    font-size: 22px;
    letter-spacing: 1px;
    padding-top: 15px;
  }
}

.titleLeftLine .title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  color: #333;
}
.titleLeftLine .title a {
  display: inline-block;
}
.titleLeftLine .title::before {
  content: "";
  width: 5px;
  height: 23px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: block;
  background-color: #29becd;
}
.titleLeftLine.white .title {
  color: #fff;
}
.titleLeftLine.white .title a {
  color: #fff;
}
.titleLeftLine.sideMenu .title {
  font-size: 18px;
  padding-left: 15px;
}
.titleLeftLine.sideMenu .title::before {
  height: 18px;
  top: calc(50% - 8px);
}
@media (max-width: 840px) {
  .titleLeftLine .title {
    font-size: 22px;
  }
}

.centerLineStyle {
  text-align: center;
}
.centerLineStyle .title {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  font-weight: 400;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 8px;
}
.centerLineStyle .title::before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
}
.centerLineStyle .subtitle {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #fff;
}

.learnBtnStyle a {
  background: -webkit-gradient(linear, left top, right top, from(#1bb2c1), to(#0b9cdb));
  background: linear-gradient(to right, #1bb2c1, #0b9cdb);
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 12px 32px;
  text-align: center;
  width: 220px;
  position: relative;
}
.learnBtnStyle a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(to right, #fff, #fff);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.learnBtnStyle a:hover span {
  color: #06b7c6;
}
.learnBtnStyle a:hover svg {
  stroke: #06b7c6;
  -webkit-animation: learnBtnArrowMove 0.8s infinite;
          animation: learnBtnArrowMove 0.8s infinite;
}
.learnBtnStyle span {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 1px;
}
.learnBtnStyle svg {
  stroke: #fff;
  width: 20px;
  height: 11px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 5.5px);
  right: 14px;
}
.learnBtnStyle.white a {
  background: #fff;
}
.learnBtnStyle.white a:hover {
  background: #06b7c6;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.learnBtnStyle.white a:hover span {
  color: #fff;
}
.learnBtnStyle.white a:hover svg {
  stroke: #fff;
  -webkit-animation: learnBtnArrowMove 0.8s infinite;
          animation: learnBtnArrowMove 0.8s infinite;
}
.learnBtnStyle.white span {
  color: #06b7c6;
}
.learnBtnStyle.white svg {
  stroke: #06b7c6;
}

.learnBtnStyle2 {
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 48px;
}
.learnBtnStyle2::before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background-color: #06b7c6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.learnBtnStyle2::after {
  content: "";
  width: 0%;
  height: 3px;
  display: block;
  background-color: #00a0d9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.learnBtnStyle2 a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.learnBtnStyle2 a span {
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}
.learnBtnStyle2 a svg {
  stroke: #06b7c6;
  width: 20px;
  height: 11px;
}
.learnBtnStyle2:hover span {
  color: #00a0d9;
  padding-left: 5px;
}
.learnBtnStyle2:hover svg {
  stroke: #00a0d9;
  -webkit-animation: style2Arrow 0.8s infinite;
          animation: style2Arrow 0.8s infinite;
}
.learnBtnStyle2:hover::after {
  width: 100%;
}
.learnBtnStyle2.white::before, .learnBtnStyle2.white::after {
  background: #fff;
  background-color: #fff;
}
.learnBtnStyle2.white a span {
  color: #fff;
}
.learnBtnStyle2.white a svg {
  stroke: #fff;
}

@-webkit-keyframes style2Arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes style2Arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.textStyle {
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 1px;
  font-weight: 400;
  color: #323232;
}
.textStyle.white {
  color: #fff;
}
.textStyle.gray {
  color: #646464;
}
.textStyle.gray2 {
  color: #4d4d4d;
}

.slick-dots-rectangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots-rectangle li {
  position: relative;
}
.slick-dots-rectangle li button {
  width: 48px;
  height: 14px;
  cursor: pointer;
  color: transparent;
}
.slick-dots-rectangle li button::before {
  content: "";
  width: 42px;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 21px);
}
@media (max-width: 400px) {
  .slick-dots-rectangle li button {
    width: 30px;
  }
  .slick-dots-rectangle li button::before {
    width: 26px;
    left: calc(50% - 13px);
  }
}
.slick-dots-rectangle li.slick-active button::before {
  background: -webkit-gradient(linear, left top, right top, from(#1bb2c1), to(#0b9cdb));
  background: linear-gradient(to right, #1bb2c1, #0b9cdb);
}
@media (max-width: 400px) {
  .slick-dots-rectangle li button {
    width: 28px;
  }
  .slick-dots-rectangle li button::before {
    width: 24px;
    left: calc(50% - 12px);
  }
}

.slick-dots-circle {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
}
.slick-dots-circle li {
  width: 28px;
  height: 28px;
  margin: 5px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.slick-dots-circle li button {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}
.slick-dots-circle li button::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #06b7c6;
  background-color: transparent;
  opacity: 0;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}
.slick-dots-circle li button::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #00a0d9;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
}
.slick-dots-circle li button:hover::before {
  border-color: #fff;
}
.slick-dots-circle li button:hover::after {
  background-color: #fff;
}
.slick-dots-circle li.slick-active button::before {
  border: 1px solid #00a0d9;
  opacity: 1;
}
.slick-dots-circle li.slick-active button:hover::before {
  border-color: #fff;
}
.slick-dots-circle li.slick-active button:hover::after {
  background-color: #fff;
}

.arrowBox.angle {
  width: 26px;
  height: 14px;
  position: relative;
}
.arrowBox.angle a {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 5px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrowBox.angle a::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #d1d1d1;
  position: absolute;
  top: 0;
  left: 0;
}
.arrowBox.angle a::after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #d1d1d1;
  position: absolute;
  top: 0;
  left: 0;
}
.arrowBox.angle.next a {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.arrowBox.angle:hover a::before, .arrowBox.angle:hover a::after {
  background-color: #06b7c6;
}

.slidePage {
  width: 30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #9e9e9e;
  text-align: center;
}
.slidePage.current {
  color: #06b7c6;
}

.textEditor {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.5px;
}
.textEditor .jsTableWrap {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.textEditor table {
  font-family: "Noto Sans TC", sans-serif;
  table-layout: fixed;
}
.textEditor table tr {
  background-color: #f6f6f6;
  color: #818181;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
}
.textEditor table tr:first-of-type {
  background-color: #00a0d9;
  color: #fff;
  text-align: center;
}
.textEditor table tr:first-of-type td {
  height: 55px;
}
.textEditor table td {
  vertical-align: middle;
  padding: 20px;
}
.textEditor table td:first-of-type {
  height: 86px;
  text-align: center;
}
@media (max-width: 640px) {
  .textEditor table {
    width: 100%;
    position: relative;
    overflow-x: auto;
  }
  .textEditor table td {
    width: 200px;
    padding: 10px;
  }
  .textEditor table td:first-of-type {
    position: sticky;
    width: 120px;
  }
}
@media (max-width: 640px) {
  .textEditor .contentBuilder.tableStyle {
    overflow-x: auto;
  }
}

.textEditor .productIntroductClassExp {
  font-family: "Oswald", "Noto Sans TC", sans-serif;
}
.textEditor .productIntroductClassExp .sectionTitle2 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 20px;
}
.textEditor .productIntroductClassExp .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
}
.textEditor .productIntroductClassExp .numBox.helfColumn {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.textEditor .productIntroductClassExp .numBox.helfColumn .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 16px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.textEditor .productIntroductClassExp .numBox.helfColumn .item:nth-child(2n) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.textEditor .productIntroductClassExp .numBox.helfColumn .item .subTxtLeft {
  width: calc(100% - 130px);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0;
  padding-right: 20px;
  position: relative;
}
.textEditor .productIntroductClassExp .numBox.helfColumn .item .subTxtLeft::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 3px);
  right: 0px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.textEditor .productIntroductClassExp .numBox.helfColumn .item .subTxtLeft::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 3px);
  right: 0px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.textEditor .productIntroductClassExp .numBox.helfColumn .item .bigNum {
  width: 130px;
  padding-left: 10px;
}
@media (max-width: 640px) {
  .textEditor .productIntroductClassExp .numBox.helfColumn .item {
    width: 100%;
    padding: 10px 0;
  }
  .textEditor .productIntroductClassExp .numBox.helfColumn .item:nth-child(2n) {
    border-left: none;
  }
}
.textEditor .productIntroductClassExp .numBox.thirdColumn {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.textEditor .productIntroductClassExp .numBox.thirdColumn .item {
  width: 33.33%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 12px 15px 5px 20px;
}
.textEditor .productIntroductClassExp .numBox.thirdColumn .item:last-child {
  border-right: none;
}
.textEditor .productIntroductClassExp .numBox.thirdColumn .subTxt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0;
}
@media (max-width: 640px) {
  .textEditor .productIntroductClassExp .numBox.thirdColumn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .textEditor .productIntroductClassExp .numBox.thirdColumn .item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 15px 0;
    text-align: center;
  }
  .textEditor .productIntroductClassExp .numBox.thirdColumn .item:last-child {
    border-bottom: none;
  }
}
.textEditor .productIntroductClassExp .numBox .bigNum {
  font-size: 38px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 500;
}
.textEditor .productIntroductClassExp .numBox .bigNum span {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 300;
  display: inline-block;
  padding: 0 5px;
}
.textEditor .productIntroductClassExp .numBox .bigNum span.prev {
  padding-left: 0;
}
.textEditor .productIntroductClassExp .numBox .bigNum span.next {
  padding-right: 0;
}

.textEditor .tickListBox {
  padding: 10px 0;
}
.textEditor .tickListBox .tickList {
  list-style-type: none;
}
.textEditor .tickListBox .tickList li {
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
  position: relative;
  font-weight: 300;
}
.textEditor .tickListBox .tickList li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/ticklist_deco.png);
  position: absolute;
  top: 9px;
  left: -30px;
}
.textEditor ul.tickList2 {
  list-style-type: none;
  padding-left: 28px;
}
.textEditor ul.tickList2 li {
  font-size: 14px;
  line-height: 1.5;
  padding: 3px 0;
  position: relative;
  font-weight: 300;
}
.textEditor ul.tickList2 li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/ticklist2_deco.png);
  position: absolute;
  top: 4px;
  left: -28px;
}
.textEditor ul.doubleCircleList {
  list-style: none;
  padding-left: 20px;
}
.textEditor ul.doubleCircleList li {
  list-style: none;
  position: relative;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 1px;
  color: #535353;
  font-weight: 400;
}
.textEditor ul.doubleCircleList li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #23b8c5;
  position: absolute;
  top: 12px;
  left: -20px;
}
.textEditor ul.doubleCircleList li::after {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background-color: #23b8c5;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: -16px;
}
@media (max-width: 400px) {
  .textEditor ul.doubleCircleList li {
    font-size: 15px;
  }
  .textEditor ul.doubleCircleList li::before {
    top: 10px;
  }
  .textEditor ul.doubleCircleList li::after {
    top: 14px;
  }
}
.textEditor ul.greenDotList {
  list-style: none;
  padding-left: 22px;
}
.textEditor ul.greenDotList li {
  list-style: none;
  position: relative;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 1px;
  color: #404040;
  font-weight: 500;
}
.textEditor ul.greenDotList li p {
  font-size: 14px;
  line-height: 1.78;
  font-weight: 400;
  color: #707070;
  letter-spacing: 0.5px;
}
.textEditor ul.greenDotList li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #23b8c5;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 12px;
  left: -20px;
}

/* 共用 END */
/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}
@media (max-width: 480px) {
  .social {
    width: 100%;
  }
}
.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}
.social a:hover {
  opacity: 0.8;
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}
.translateIbest .design a:hover {
  text-decoration: underline;
}

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
.bookingArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .btn {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.bookingArea .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #00a0d9;
}
@media (max-width: 960px) {
  .bookingArea .btn a {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
  .bookingArea select {
    width: 100%;
  }
}

/*********內頁**********/
.mainArea {
  padding: 0px 0;
  position: relative;
}

.bread {
  position: absolute;
  left: calc(50% - 637px);
  top: -54px;
  font-size: 12px;
  color: #fff;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 54px;
}
.bread::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.bread a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  padding-right: 20px;
  position: relative;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bread a::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
}
.bread a:last-child {
  padding-right: 0;
}
.bread a:last-child::before {
  display: none;
}
.bread a svg {
  width: 13px;
  height: 12px;
  fill: #fff;
  margin-right: 5px;
}
.bread a:hover {
  color: #333;
}
.bread a:hover svg {
  fill: #333;
}
.bread span {
  padding: 0 3px;
  color: #fff;
}
@media (max-width: 1280px) {
  .bread {
    left: 0px;
    margin: 0 30px;
  }
}
@media (max-width: 400px) {
  .bread {
    margin: 0 20px;
  }
  .bread a {
    max-width: 120px;
    padding-right: 14px;
  }
  .bread a::before {
    right: 7px;
  }
}

.mainArea .contentBox {
  clear: both;
}

/*文章標題*/
.articleTitle {
  clear: both;
  margin-bottom: 25px;
  padding: 10px;
  border-bottom: 1px dashed #d6d6d6;
  font-weight: 400;
  font-size: 20px;
  color: #061540;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
  font-size: 15px;
  color: #061540;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url("../images/plus.png") no-repeat 5px center;
  padding-left: 40px;
}

@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/*類別*/
.classRowBox {
  position: relative;
  z-index: 3;
  margin-bottom: 0px;
  padding: 0px 0;
  background-color: #fff;
}
.classRowBox > div > ul {
  display: block;
}
@media (max-width: 1023px) {
  .classRowBox > div > ul {
    display: none;
  }
}
.classRowBox > div > ul li {
  display: inline-block;
  width: 180px;
  position: relative;
  margin: 0;
}
.classRowBox > div > ul li::before {
  content: "";
  width: 1px;
  height: 26px;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: calc(50% - 13px);
  left: 0px;
}
.classRowBox > div > ul li:first-child::before {
  display: none;
}
.classRowBox > div > ul a {
  display: block;
  padding: 20px 22px;
  font-size: 14px;
  line-height: 1.85;
  color: #505050;
  letter-spacing: 2px;
  text-align: center;
}
.classRowBox > div > ul a::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #00a0d9;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.classRowBox > div > ul a.current, .classRowBox > div > ul a:hover {
  color: #00a0d9;
}
.classRowBox > div > ul a.current::before, .classRowBox > div > ul a:hover::before {
  width: 100%;
  left: 0px;
  right: auto;
}

.classColumnBox {
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .classColumnBox > ul {
    display: none;
  }
}
.classColumnBox > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #010101;
}
.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: #00a0d9;
}
.classColumnBox > ul .linkHasItems.open + ul {
  display: block;
}
.classColumnBox > ul .linkHasItems.open + ul > li {
  -webkit-animation: 0.5s aniSlideLeft both ease-out 0.3s;
          animation: 0.5s aniSlideLeft both ease-out 0.3s;
}

.mClassLink {
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  .mClassLink {
    display: none;
  }
}
.mClassLink.open > ul {
  display: block;
}
.mClassLink .main {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #00a0d9;
}
.mClassLink .main::before {
  content: "\f107";
  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;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-height: 40vh;
  overflow-y: auto;
}
.mClassLink > ul > li + li {
  border-top: 1px solid #f2f2f2;
}
.mClassLink > ul > li.current > a {
  color: #00a0d9;
}
.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: "\f107";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  line-height: 1;
  margin-top: -7px;
  font-family: FontAwesome;
}
.mClassLink .linkHasItems.open::after {
  -webkit-transform: rotateX(180deg);
          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: #00a0d9;
}

.pageBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox a.prevBtn::before, .pageBox a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox a:hover {
  border: 1px solid #00a0d9;
  background-color: #00a0d9;
  color: #fff;
}
.pageBox a:hover.prevBtn::before, .pageBox a:hover.nextBtn::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox.number.oval a {
  width: 50px;
}
.pageBox.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 5px;
  position: relative;
  text-align: center;
}
.pageBox.number a.num {
  border: none;
  font-size: 13px;
  line-height: 30px;
  width: 42px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #9e9e9e;
  font-weight: 400;
  position: relative;
}
.pageBox.number a.num::before {
  content: "";
  width: 0%;
  height: 2px;
  display: block;
  background-color: #06b7c6;
  position: absolute;
  bottom: 0;
  right: 0;
}
.pageBox.number a.num:hover, .pageBox.number a.num.current {
  color: #06b7c6;
  background-color: transparent;
  border: none;
}
.pageBox.number a.num:hover::before, .pageBox.number a.num.current::before {
  width: 100%;
  right: auto;
  left: 0;
}
.pageBox.number a.prevBtn, .pageBox.number a.nextBtn {
  border: none;
}
.pageBox.number a.prevBtn::before, .pageBox.number a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox.number a.firstBtn, .pageBox.number a.lastBtn {
  border: none;
}
.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox.number a.current {
  border: none;
}
.pageBox.number a:hover.prevBtn, .pageBox.number a:hover.nextBtn {
  background-color: transparent;
}
.pageBox.number a:hover.prevBtn::before, .pageBox.number a:hover.prevBtn::after, .pageBox.number a:hover.nextBtn::before, .pageBox.number a:hover.nextBtn::after {
  border-left: 2px solid #06b7c6;
  border-bottom: 2px solid #06b7c6;
}
.pageBox.number a:hover.firstBtn, .pageBox.number a:hover.lastBtn {
  background-color: transparent;
}
.pageBox.number a:hover.firstBtn::before, .pageBox.number a:hover.firstBtn::after, .pageBox.number a:hover.lastBtn::before, .pageBox.number a:hover.lastBtn::after {
  border-left: 2px solid #06b7c6;
  border-bottom: 2px solid #06b7c6;
}
.pageBox.prevnext {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageBox.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 45px;
  padding: 0 20px;
  position: relative;
}
.pageBox.prevnext a.prevBtn::before, .pageBox.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox.prevnext a.prevBtn {
  text-align: right;
}
.pageBox.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox.prevnext a {
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .pageBox.prevnext a {
    width: calc(50% - 10px);
  }
}
.pageBox.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox.prevnext.circle a span {
  display: none;
}
.pageBox.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.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 #00a0d9;
  font-size: 13px;
  color: #00a0d9;
}
.tagBox a:hover {
  color: #fff;
  background-color: #00a0d9;
}
.tagBox a.current {
  color: #fff;
  background-color: #00a0d9;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  margin-top: 40px;
}
.tab a {
  display: block;
  float: left;
  padding: 12px 10px;
  font-size: 15px;
  color: #1c1c1c;
}
.tab a.current {
  border: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #f8f3f0;
  -webkit-box-shadow: inset 0 3px 5px -2px #cecece;
          box-shadow: inset 0 3px 5px -2px #cecece;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent > li {
  display: none;
}
.tabContent .textEditor {
  margin: 0;
}
.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.side_menu li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu li > a.current {
  color: #fff;
  background-color: #8c8c8c;
}
.side_menu li > a b {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
          box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
          box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.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;
}

/*button*/
.btn1.center {
  text-align: center;
}
.btn1.full a {
  width: 100%;
}
.btn1 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 190px;
  text-align: center;
  padding: 13px 30px;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #fff;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
}
.btn1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #00a0d9;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #00a0d9;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background-color: #fff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background-color: #68a9b1;
}
.btn1 a.white:hover {
  color: #fff;
}

/*滑動解鎖*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  -webkit-transition: none;
  transition: none;
}
.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: "微軟正黑體";
  color: #777;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "\f105";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}
.imh_detail img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*最新消息icon*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  margin-right: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  font-family: "微軟正黑體";
  color: #fff;
}

@-webkit-keyframes learnBtnArrowMove {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  30% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes learnBtnArrowMove {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  30% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}