@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:500|Noto+Sans+TC:300,700|Roboto:300,400");
[class*='col-'], .b-box, .wrap, header, .menu > li > a, .prevArrow, .nextArrow, .prevTextArrow, .nextTextArrow, .classBox > ul a::before, .tab a, .side_share a, .moreBtn, .bgLogoRound::before, .slick-dots button, .hideBox, .hideBox::before, .controlBox .main span {
  box-sizing: border-box;
}

a, header, .logo, .prevArrow::before, .nextArrow::before, .prevTextArrow::before, .nextTextArrow::before, .prevTextArrow, .nextTextArrow, .classBox > ul a::before, .moreBtn::before, .moreBtn::after, .slick-dots button::before, .controlBox .main {
  transition: all .5s ease-out;
}

body::before, body::after, .lineBg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
/*
body::after, .lineBg::before {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 100%);
  background-position: 25% 0, 50% 0, 75% 0;
  background-size: 1px 100%;
}
*/
body {
  position: relative;
  color: #222;
  /*background-image: url("../images/dark.jpg");*/
  background-color: #F8FCFF;
  font-family: 'Roboto', 'Noto Sans TC', sans-serif;
  font-size: 17px;
}
/*
body::before, body::after {
  z-index: -1;
}

body::before {
  background-image: linear-gradient(to bottom, #161616 60%, transparent 100%), linear-gradient(to bottom, #161616 45%, transparent 100%), linear-gradient(to bottom, #161616 60%, transparent 100%), linear-gradient(to bottom, #161616 45%, transparent 100%);
  background-position: 0 0, 33.33% 0, 66.66% 0, 100% 0;
  background-size: 25% 100%;
}
*/
body > svg {
  display: none;
}

.lineBg::before {
  z-index: 0;
}

/*css3*/
a {
  color: #222;
  cursor: pointer;
}

a:hover {
  color: #48b9e8;
}

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

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

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

a.btn_color1 {
  /*按鈕主色1*/
  color: #fff;
  background-color: #48b9e8;
}

a.btn_color1:hover {
  background-color: #dcd1c4;
}

a.btn_color2 {
  /*按鈕主色2*/
  color: #fff;
  background-color: #ddd;
}

a.btn_color2:hover {
  background-color: #b69f84;
}

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

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

.wrap {
  width: 1360px;
  margin: 0 auto;
}

/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 50%;
  top: 48%;
  z-index: 1005;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
}

.moduleBox.show {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .5s ease-in-out;
}

.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 18px;
  z-index: 90;
}

header.scroll {
  padding-top: 18px;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(to right, #00B4D8, #90E0EF) 1;
}

header .wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1645px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  position: absolute;
  left: 0;
  top: -10px;
  line-height: 0;
  max-width: 250px;
}

.logo img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*menu*/
.menuBox {
  margin-left: auto;
}

.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
}

.menu > li > a {
  position: relative;
  display: block;
  height: 50px;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 17px;
  color: #222;
  letter-spacing: 1px;
}

.menu > li > a:hover, .menu > li > a.current {
  color: #222;
}

.menu .fbLinkItem a {
  padding-top: 16px;
  font-size: 17px;
  font-family: "Cormorant Garamond", serif;
  color: #222;
  text-transform: uppercase;
}

.menu .fbLinkItem a i {
  margin-right: 10px;
  font-size: 14px;
}

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

/*****banner******/
.pageBannerArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.pageBannerArea::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  background: linear-gradient(to top, #fffbf6 0, rgba(255, 251, 246, 0.1) 50%, transparent 80%) 0 0 no-repeat;
}

.bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*頁尾資訊*/
footer {
  background-color: #009ECF;
}

footer .wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footerLogo img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.contactDataBox {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
}

.contactDataBox h2 {
  position: relative;
  font-weight: 500;
  color: #fff;
}

.contactDataBox h2::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contactDataBox h2::after {
  content: '';
  position: absolute;
  top: 7px;
  left: -25px;
  width: 12px;
  height: 1px;
  background-color: #fff;
}

.copyrightBox {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid #fff;
}

.copyrightBox p, .copyrightBox .design {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.copyrightBox .design {
  margin-left: 3px;
}

.copyrightBox .design a {
  color: #9e9e9e;
}

.copyrightBox .design a:hover {
  color: #fff;
}

.prevArrow, .nextArrow, .prevTextArrow, .nextTextArrow {
  position: absolute;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.prevArrow::before, .nextArrow::before, .prevTextArrow::before, .nextTextArrow::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-width: 1px;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.prevArrow, .nextArrow {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

.prevArrow::before, .nextArrow::before {
  left: 50%;
  margin-left: -5px;
}

.prevArrow:hover::before {
  border-color: #48b9e8 transparent transparent #48b9e8;
}

.prevArrow::before {
  border-color: #433e37 transparent transparent #433e37;
}

.nextArrow:hover::before {
  border-color: transparent #48b9e8 #48b9e8 transparent;
}

.nextArrow::before {
  border-color: transparent #433e37 #433e37 transparent;
}

.prevTextArrow, .nextTextArrow {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #666;
  letter-spacing: 1px;
}

.prevTextArrow:hover, .nextTextArrow:hover {
  color: #48b9e8;
}

.prevTextArrow {
  padding-left: 15px;
}

.prevTextArrow::before {
  left: 0;
  border-color: currentColor transparent transparent currentColor;
}

.nextTextArrow {
  padding-right: 15px;
}

.nextTextArrow::before {
  right: 0;
  border-color: transparent currentColor currentColor transparent;
}

.awardBox {
  width: 125px;
}

.awardBox .prevArrow {
  left: -30px;
}

.awardBox .nextArrow {
  right: -30px;
}

/*********內頁**********/
/**********************/
.mainArea {
  padding-top: 255px;
  padding-bottom: 50px;
}

.mainArea .contentBox {
  margin-top: 100px;
  background-color: rgba(248, 252, 255, 0.9);
  padding: 50px 40px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .mainArea .contentBox {
  margin-top: 50px;
  padding: 10px 10px;
}
}

@media (max-width: 480px) {
  .mainArea .contentBox {
  margin-top: 20px;
  padding: 0;
}
}

.titleBox {
  margin-bottom: 65px;
  text-align: center;
}

.titleBox em {
  /*font: 500 50px "Cormorant Garamond", serif;*/
  font: 500 50px "Roboto", serif;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px #fff;
}

.titleBox h1, .titleBox h2 {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 5px;
  color: #222;
  text-indent: 5px;
  text-shadow: 0px 0px 10px #fff;
}

}

.textPiece {
  display: inline-block;
}

.textPiece:not(:last-child) {
  margin-right: 10px;
}

.textPiece span {
  display: inline-block;
}

.articleTitle {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  letter-spacing: 2px;
}

.articleTitle::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #48b9e8;
}

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

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

.classBox {
  margin-bottom: 30px;
  padding: 30px 0;
}

.classBox > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.classBox > ul a {
  position: relative;
  display: block;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 10px;
  padding: 8px 25px;
  font-size: 16px;
  color: #fff;
}

.classBox > ul a:hover, .classBox > ul a.current {
  color: #111;
}

.classBox > ul a:hover::before, .classBox > ul a.current::before {
  height: 100%;
}

.classBox > ul a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: #48b9e8;
}

/*標籤*/
.tagBox {
  display: none;
  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 #48b9e8;
  font-size: 13px;
  color: #48b9e8;
}

.tagBox a:hover, .tagBox a.current {
  color: #111;
  background-color: #48b9e8;
}

.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

.tab {
  clear: both;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.tab a {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
}

.tab a.current {
  color: #111;
  background-color: #48b9e8;
}

.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #48b9e8;
}

.tabContent > li {
  display: none;
}

.tabContent li .textEditor {
  margin: 0;
  letter-spacing: 1px;
}

.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%;
  max-width: 100px;
  padding: 0 10px 10px 0;
}

.side_album a {
  display: block;
}

.side_album a img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_聯絡資訊*/
.side_contactInfo {
  margin-top: 50px;
}

.side_contactInfo li {
  margin-bottom: 20px;
}

.side_contactInfo a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}

.side_contactInfo a:hover {
  color: #fff;
}

.side_contactInfo i {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  color: #111;
  background-color: #48b9e8;
}

.side_contactInfo b {
  font-weight: 400;
  letter-spacing: 1px;
}

/*側邊_分享*/
.side_share {
  clear: both;
  display: none;
  margin-top: 30px;
}

.side_share a {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 15px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.side_share i {
  padding-right: 5px;
  font-size: 18px;
}

.side_share .line {
  box-shadow: 0 0 0 1px #22a00b;
  border-top: 1px solid #e1ffa9;
  background: #a7e732;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7e732', endColorstr='#1fb50e', GradientType=1);
}

.side_share .fb {
  box-shadow: 0 0 0 1px #235c9b;
  border-top: 1px solid #8DCFF5;
  background: #5da0ea;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0);
  /* IE6-8 */
}

.moreBtn {
  position: relative;
  z-index: 1;
  display: block;
  width: 220px;
  height: 48px;
  line-height: 48px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #48b9e8;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px dashed #48b9e8;
  border-radius: 20px;
}

.moreBtn:hover {
  color: #111;
}

.moreBtn:hover::before, .moreBtn:hover::after {
  width: 60%;
}

.moreBtn::before, .moreBtn::after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  z-index: -1;
  width: 0;
  margin: auto;
  background-color: #48b9e8;
  pointer-events: none;
  border-radius: 20px;
}

.moreBtn::before {
  left: -1px;
}

.moreBtn::after {
  right: -1px;
}

.linkBtn {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
  color: #111;
  border-radius: 50%;
  background-color: #ffcd73;
}

.linkBtn:hover {
  background-color: #48b9e8;
  transition-delay: 0s !important;
}

.linkBtn::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px dashed #ffcd73;
  -webkit-animation: 30s round linear both infinite;
          animation: 30s round linear both infinite;
}

.linkBtn h3 {
  font-weight: 400;
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.bgLogoRound {
  position: absolute;
  top: 50%;
  left: -190px;
  z-index: -1;
  width: 370px;
  height: 370px;
  margin-top: -185px;
  text-transform: uppercase;
  letter-spacing: 2.9px;
  font-size: 8px;
  font-family: "Cormorant Garamond", serif;
  pointer-events: none;
  /*-webkit-animation: 50s round linear infinite;
          animation: 50s round linear infinite;*/
  opacity: .3;
}
/*
.bgLogoRound::before, .bgLogoRound svg:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.bgLogoRound::before {
  content: '';
  width: 350px;
  height: 350px;
  margin-top: -175px;
  margin-left: -175px;
  border: 1px dashed #48b9e8;
  border-radius: 50%;
}
*/
.bgLogoRound svg {
  display: block;
  overflow: visible;
}

.bgLogoRound svg:first-child {
  width: 1000px;
  margin-top: -2px;
  margin-left: 1px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.bgLogoRound svg:nth-child(2) {
  margin-top: -84px;
  margin-left: -85px;
  fill: #48b9e8;
  -webkit-animation: 50s round linear infinite reverse;
          animation: 50s round linear infinite reverse;
}

.bgLogoRound path {
  fill: none;
}

.bgLogoRound text {
  fill: rgba(201, 184, 164, 0.5);
}

.slick-dots {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.slick-dots li:hover button::before, .slick-dots .slick-active button::before {
  opacity: 1;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  outline: none;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
}

.slick-dots button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  border-radius: 50%;
  background-color: #48b9e8;
  opacity: .3;
}

.quickBtnBox {
  display: none;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  max-height: calc(100vh - 200px);
}

.lg-backdrop, .lg-outer {
  z-index: 2147483646 !important;
}

@media (max-width: 1680px) {
  header .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo {
    left: 20px;
  }
}

@media (max-width: 1250px) {
  header.scroll .menu {
    margin-right: -15px;
  }
  .menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bgLogoRound {
    opacity: .1;
  }
}

@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 69px;
  }
  .pageBannerArea {
    top: 69px;
  }
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
  header {
    display: none;
  }
  /*手機menu*/
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
  }
  .m_menu.active .controlBox {
    background-color: transparent;
    border: none;
  }
  .m_menu.active .m_logo {
    opacity: 0;
    pointer-events: none;
  }
  .m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
  }
  .m_logo {
    max-width: 205px;
  }
  .m_logo img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .controlBox {
    position: relative;
    z-index: 12;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 5px;
    padding-bottom: 2px;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 4px solid transparent;
  border-image: linear-gradient(to right, #00B4D8, #90E0EF) 1;
  }
  .controlBox .main {
    position: absolute;
    right: 0;
    top: 4.5px;
    z-index: 1;
    width: 60px;
    height: 60px;
  }
  .controlBox .main span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: -1px;
    width: 26px;
    height: 2px;
    background-color: #222;
    transition: all .5s;
  }
  .controlBox .main span:before, .controlBox .main span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
    transition: all .5s;
  }
  .controlBox .main span:before {
    top: -7px;
  }
  .controlBox .main span:after {
    bottom: -7px;
  }
  .controlBox .main.show {
    top: 13px;
    right: 15px;
  }
  .controlBox .main.show span {
    background-color: transparent;
  }
  .controlBox .main.show span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .controlBox .main.show span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .hideBox {
    /*手機menu內容*/
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    padding: 60px 20px;
    text-align: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: url("../images/mobileMenuBg.jpg") 50%/cover no-repeat;
  }
  .hideBox::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: auto;
    border: 1px dashed #48b9e8;
  }
  .mMenuLogo {
    margin-bottom: 20px;
  }
  .mfun {
    margin-top: 30px;
  }
  .mfun a {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
  }
  .mfun svg {
    fill: #48b9e8;
  }
  .nav a {
    position: relative;
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #222;
  }
  .nav a.current {
    color: #48b9e8;
  }
  .nav a.current::before {
    width: 30px;
  }
  .nav a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 0;
    height: 1px;
    margin-top: -.5px;
    background-color: #48b9e8;
  }
  .nav a i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    margin-top: -7px;
  }
  .nav .submenu {
    display: none;
  }
  .nav .submenu a {
    padding: 10px 20px;
  }
  .nav .submenu a:hover {
    background-color: #999;
  }
  .contactDataBox {
    margin-left: 20px;
    margin-right: 20px;
  }
  .menuCopyright {
    margin-top: 50px;
    font-size: 13px;
    color: #444;
  }
  .menuCopyright a {
    color: #444;
  }
}

@media (max-width: 960px) {
  .footerLogo {
    display: none;
  }
}

@media (max-width: 768px) {
  .mainArea {
    padding-bottom: 50px;
  }
  .side_album {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .side_album li {
    /*max-width: 60px;*/
  }
  .tab {
    margin-top: 20px;
  }
  footer {
    padding-bottom: 55px;
  }
  .quickBtnBox {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 91;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-top: 1px solid #ffcd73;
    background-color: #222;
  }
  .quickBtnBox a {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 15px;
    padding-bottom: 8px;
    text-align: center;
  }
  .quickBtnBox svg {
    fill: #fff;
  }
  .fb_dialog {
    bottom: 55px !important;
  }
}

@media (max-width: 767px) {
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  footer .wrap {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .contactDataBox {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*640*/
@media (max-width: 640px) {
  .mainArea {
    padding-top: 150px;
  }
  .titleBox em {
    font-size: 30px;
  }
  .classBox > ul {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
  }
  .m_classLink .main {
    display: block;
    font-size: 15px;
    color: #222;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background-color: #eee;
  }
  .m_classLink .main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink .main b {
    font-weight: 500;
  }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #d1d1d1;
    color: #111;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
  .contactDataBox {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    text-align: center;
  }
  .contactDataBox li + li {
    margin-top: 15px;
  }
  .contactDataBox h2::before {
    margin-bottom: 5px;
  }
  .contactDataBox h2::after {
    display: none;
  }
}

/*480*/
@media (max-width: 480px) {
  .mainArea .contentBox {
    margin-top: 30px;
  }
  .titleBox {
    margin-bottom: 30px;
  }
  .col-2 {
    float: none;
    width: 100%;
  }
  .col-3 {
    float: none;
    width: 100%;
  }
  .col-4 {
    float: none;
    width: 100%;
  }
  .col-5 {
    float: none;
    width: 100%;
  }
}
