@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=Caveat:wght@400;700&family=Noto+Sans+TC:wght@100;300;400;500&family=Poppins:wght@400;600&family=Roboto:wght@300;400;500;700&display=swap");
.mClassLink > ul, .mClassLink .main, .classRowBox > 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 a.prevBtn::before, .pageBox a.nextBtn::before, .classColumnBox, .classRowBox, .socialBox .socialList li svg,
.socialBox .socialList li i, .nav .dropDown > a::after, .m_menu .controlBox a.main span.close, .m_menu .controlBox a.main span.dotLine:before, .m_menu .controlBox a.main span.dotLine:after, .m_menu .controlBox a.main span.dotLine2:before, .m_menu .controlBox a.main span.dotLine2:after, .m_menu .controlBox a.main span.dotLine3:before, .m_menu .controlBox a.main span.dotLine3:after, .m_menu .controlBox a.main span, .menu > li > a:before, svg, .btn_cis:before, .btn_cis {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tab a {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveRTbevelLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveRTbevelLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes moveRTbevelRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveRTbevelRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
body {
  background-color: #fff;
  font-family: "Noto Sans TC", Arial, "微軟正黑體", sans-serif;
  font-size: 15px;
}
@media (max-width: 1180px) {
  body {
    padding-bottom: 70px;
  }
}
body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body:not(.recruitPage, .franchisePage, .joinPage) .bannerArea .pageBanner {
  position: relative;
}
body:not(.recruitPage, .franchisePage, .joinPage) .bannerArea .pageBanner .titleBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translate(0, -45%);
      -ms-transform: translate(0, -45%);
          transform: translate(0, -45%);
  margin: auto;
  z-index: 2;
}
@media (max-width: 640px) {
  body:not(.recruitPage, .franchisePage, .joinPage) .bannerArea .pageBanner .titleBox {
    width: calc(100% - 40px);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
*,
*:before,
*:after {
  outline: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.btnBox {
  padding: 20px 0;
}

.btn_cis {
  color: #00397c;
  font-size: 15px;
  border-radius: 22.5px;
  border: 2px solid #00397c;
  background-color: #ffffff;
  text-align: center;
  display: inline-block;
  max-width: 175px;
  width: 100%;
  padding: 10.5px 5px 10.5px 27px;
  position: relative;
}
.btn_cis:before {
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #00397c;
  background-image: url(../images/icon/icon_plus_m.png);
  background-repeat: no-repeat;
  background-position: center;
}
.btn_cis:hover {
  color: #ec6e36;
  border-color: #feb493;
}
.btn_cis:hover:before {
  background-color: #ec6e36;
}

.btn_cis.mb {
  font-size: 13px;
  max-width: 155px;
  padding: 6px 5px 7px 30px;
}
.btn_cis.mb:before {
  width: 40px;
  height: 40px;
  left: -2px;
}
.btn_cis.mb:hover {
  color: #ffffff;
  background-color: #00397c;
  border-color: #00397c;
}
.btn_cis.mb:hover:before {
  background-color: #00397c;
}

.icon_tea {
  width: 25px;
  height: 19px;
  fill: #ffffff;
}

.icon_leaf {
  width: 60px;
  height: 50px;
  fill: #ffffff;
}

.icon_teatop {
  width: 157px;
  height: 48px;
  fill: #ffffff;
}

.icon_cup {
  width: 32px;
  height: 49px;
  fill: #ffffff;
  fill-rule: evenodd;
  clip-rule: evenodd;
}

.icon_talents {
  width: 37px;
  height: 41px;
  fill: #ffffff;
}

.icon_time {
  width: 15px;
  height: 15px;
  fill: #5d5d5d;
}

.icon_tel {
  width: 15px;
  height: 15px;
  fill: #5d5d5d;
}

.icon_marker {
  width: 12px;
  height: 16px;
  fill: #5d5d5d;
}

.icon_home {
  width: 15px;
  height: 14px;
  fill: #ffffff;
}

.icon_search {
  width: 22px;
  height: 22px;
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 0.5128;
  stroke-miterlimit: 10;
}

.sideBg {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1180px) {
  .sideBg {
    display: none;
  }
}

address {
  font-style: normal;
}

a {
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #00397c;
}

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: 85px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 70px;
  }
}

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

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  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%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  -o-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
       -o-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);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #ffffff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  background-color: #ec6e36;
  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: #ffffff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.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;
  -o-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: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#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 loadLine {
  0% {
    width: 0;
  }
  20% {
    width: 30%;
  }
  60% {
    width: 65%;
  }
  100% {
    width: 100%;
  }
}

@keyframes loadLine {
  0% {
    width: 0;
  }
  20% {
    width: 30%;
  }
  60% {
    width: 65%;
  }
  100% {
    width: 100%;
  }
}
@-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 logoFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logoFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*loading*/
.loadingArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
}
.loadingArea::before {
  content: "";
  width: 0;
  height: 8px;
  background-color: #ec6e36;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.loadingArea .loadLogo {
  width: 260px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loadingArea .loadLogo img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show::before {
  -webkit-animation: loadLine 3s forwards, loadLineMove 0.8s 3s forwards;
          animation: loadLine 3s forwards, loadLineMove 0.8s 3s forwards;
}
.loadingArea.show::after {
  -webkit-animation: loadLineMove02 0.8s 3.4s forwards;
          animation: loadLineMove02 0.8s 3.4s forwards;
}
.loadingArea.show .loadLogo {
  -webkit-animation: logoFadeOut 0.3s 3.12s forwards;
          animation: logoFadeOut 0.3s 3.12s forwards;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #ffffff;
  -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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1576px;
}
header .logo {
  width: 220px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 50px;
  background: url("../images/logo.svg") no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
}
header .leftBox,
header .rightBox {
  width: calc(50% - 110px);
}
header .leftBox {
  padding-left: 30px;
}
header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1500px) {
  header .logo,
header .leftBox,
header .rightBox {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  header .leftBox,
header .rightBox {
    width: auto;
  }
  header .leftBox {
    padding-left: 0;
  }
}

.language {
  position: relative;
  margin-left: 30px;
}
.language span {
  padding: 15px 0;
  display: block;
  font-size: 14px;
  color: #00397c;
  font-family: "Roboto";
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.language span:before {
  content: "";
  background-image: url(../images/icon/icon_globe.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: text-bottom;
}
.language ul {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -5px;
  z-index: 5;
  width: 34px;
  padding: 5px 0;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.language ul li {
  margin-bottom: 5px;
}
.language ul li:last-child {
  margin-bottom: 0;
}
.language ul li:last-child a {
  border-bottom: 0;
}
.language ul a {
  display: block;
  color: #1d4588;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0;
  font-family: "Roboto";
}
.language ul a:hover {
  color: #ec6e36;
}

/*menu*/
.menu > li {
  position: relative;
  display: inline-block;
}
.menu > li.franchisee > a {
  color: #ffffff;
  padding: 4px 25px 5px 25px;
  border-radius: 16.5px;
  background-color: #00397c;
}
.menu > li > a {
  position: relative;
  display: block;
  color: #505050;
  font-size: 16px;
  letter-spacing: 0.8px;
  padding: 30.5px 27px;
}
.menu > li > a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 0;
  margin: auto;
  background-color: #043d80;
}
.menu > li > a.current {
  color: #00397c;
}
.menu > li > a.current:before {
  height: 25px;
}
.menu > li.current:not(.franchisee) > a, .menu > li:hover:not(.franchisee) > a {
  color: #00397c;
}
.menu > li.current:not(.franchisee) > a:before, .menu > li:hover:not(.franchisee) > a:before {
  height: 25px;
}
.menu .submenu {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% - 18px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  width: 175px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.menu .submenu a {
  display: block;
  padding: 10px;
  font-size: 15px;
  color: #505050;
  border-radius: 5px;
}
.menu .submenu a:hover {
  color: #ffffff;
  background-color: #ec6e36;
}
@media (max-width: 1500px) {
  .menu > li > a {
    padding: 30.5px 20px;
  }
}
@media (max-width: 1366px) {
  .menu > li > a {
    padding: 30.5px 15px;
  }
}
@media (max-width: 1280px) {
  .menu > li > a {
    padding: 30.5px 9px;
  }
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
          box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu.active .controlBox:after {
  opacity: 1;
  left: 0;
}
.m_menu.active .controlBox a.main span {
  background-color: #ffffff;
}
.m_menu.active .language span {
  color: #ffffff;
}
.m_menu.active .language span:before {
  background-image: url(../images/icon/icon_globe_wh.png);
}
.m_menu.active .m_logo {
  opacity: 0;
}
.m_menu.active .hideBox {
  left: 0;
  opacity: 1;
}
.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: 70px;
}
.m_menu .m_logo {
  width: calc(100% - 79px);
  padding-left: 20px;
  padding-right: 20px;
}
.m_menu .m_logo a {
  display: block;
}
.m_menu .m_logo img {
  display: block;
  width: 150px;
  padding-top: 8px;
  margin: auto;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 70px;
  background-color: #ffffff;
  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;
  padding: 0 20px;
}
.m_menu .controlBox:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 100%;
  top: 0;
  bottom: 0;
  background-color: #00397c;
  opacity: 0;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  z-index: -1;
}
.m_menu .controlBox .language {
  width: 48px;
  margin-left: 0;
}
.m_menu .controlBox a.main {
  position: relative;
  width: 27px;
  height: 27px;
}
.m_menu .controlBox a.main span {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #00397c;
}
.m_menu .controlBox a.main span.dotLine:before, .m_menu .controlBox a.main span.dotLine:after, .m_menu .controlBox a.main span.dotLine2:before, .m_menu .controlBox a.main span.dotLine2:after, .m_menu .controlBox a.main span.dotLine3:before, .m_menu .controlBox a.main span.dotLine3:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00397c;
}
.m_menu .controlBox a.main span.dotLine:before, .m_menu .controlBox a.main span.dotLine2:before, .m_menu .controlBox a.main span.dotLine3:before {
  left: -11px;
}
.m_menu .controlBox a.main span.dotLine:after, .m_menu .controlBox a.main span.dotLine2:after, .m_menu .controlBox a.main span.dotLine3:after {
  right: -11px;
}
.m_menu .controlBox a.main span.dotLine {
  top: 0;
}
.m_menu .controlBox a.main span.dotLine2 {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.m_menu .controlBox a.main span.dotLine3 {
  bottom: 0;
}
.m_menu .controlBox a.main span.close {
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  opacity: 0;
}
.m_menu .controlBox a.main span.close:before, .m_menu .controlBox a.main span.close:after {
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ffffff;
  border-radius: 0;
}
.m_menu .controlBox a.main span.close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}
.m_menu .controlBox a.main span.close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}
.m_menu .controlBox a.main.show span {
  background-color: transparent;
  border-radius: 0;
}
.m_menu .controlBox a.main.show span.dotLine:before, .m_menu .controlBox a.main.show span.dotLine:after, .m_menu .controlBox a.main.show span.dotLine2:before, .m_menu .controlBox a.main.show span.dotLine2:after, .m_menu .controlBox a.main.show span.dotLine3:before, .m_menu .controlBox a.main.show span.dotLine3:after {
  background-color: #ffffff;
}
.m_menu .controlBox a.main.show span.dotLine, .m_menu .controlBox a.main.show span.dotLine3 {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span.dotLine2:before {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span.dotLine2:after {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span.dotLine, .m_menu .controlBox a.main.show span.dotLine2, .m_menu .controlBox a.main.show span.dotLine3 {
  display: none;
}
.m_menu .controlBox a.main.show span.close {
  opacity: 1;
}

/*手機menu內容*/
.hideBox {
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  padding: 70px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #00397c;
  background-image: url(../images/bg/leaf_mb.png), url(../images/bg/leaf2_mb.png);
  background-repeat: no-repeat;
  background-position: right 39%, left bottom;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  opacity: 0;
}
.hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #ffffff;
  background-color: #c80303;
}
.hideBox .socialBox {
  position: relative;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: auto;
  padding-top: 60px;
}
.hideBox .socialBox .socialList {
  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;
  margin: 0 -18px;
}
.hideBox .socialBox .socialList li {
  padding: 0 18px;
}
.hideBox .socialBox .socialList li.socialtxt {
  display: none;
}
.hideBox .socialBox .socialList li a {
  display: block;
  width: 20px;
}
.hideBox .socialBox .socialList li svg {
  vertical-align: text-bottom;
}

.nav li.franchisee span {
  padding: 4px 26px 7px;
  border-radius: 16.5px;
  background-color: #ec6e36;
}
.nav a {
  position: relative;
  display: block;
  padding: 17px 10px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.8px;
}
.nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.nav .dropDown > a::after {
  content: "";
  background-image: url(../images/icon/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 18px;
  position: absolute;
  right: 15%;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: FontAwesome;
}
.nav .dropDown > a.active:after {
  background-image: url(../images/icon/icon_minus.png);
}
.nav .submenu {
  display: none;
}
.nav .submenu.current {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 38, 83, 0.2);
}
.nav .submenu a {
  padding: 13px 0;
  font-size: 15px;
}
.nav .submenu a:hover {
  color: #ec6e36;
}

/*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 .pageBanner {
  position: relative;
}
.bannerArea .pageBanner .titleBox em,
.bannerArea .pageBanner .titleBox .title {
  color: #ffffff;
}
.bannerArea .pageBanner .titleBox em {
  font-family: "Caveat", cursive;
}
.bannerArea .pageBanner .titleBox .title {
  text-transform: none;
}
.bannerArea .pageBanner:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 39px;
  content: "";
  background-image: url(../images/bg/banner_mask.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .bannerArea .pageBanner img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .bannerArea .pageBanner:after {
    display: none;
  }
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerLink {
  display: block;
}

.side_order {
  position: fixed;
  right: 26px;
  top: 90%;
  -webkit-transform: translate(0, -90%);
      -ms-transform: translate(0, -90%);
          transform: translate(0, -90%);
  z-index: 10;
}
@media (max-width: 1180px) {
  .side_order {
    display: none;
  }
}
.side_order .Img {
  margin-bottom: -20px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.side_order .Img img {
  -webkit-animation: jump 0.5s linear alternate infinite;
          animation: jump 0.5s linear alternate infinite;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, -3%, 0) scale3d(1, 1, 1);
            transform: translate3d(0, -3%, 0) scale3d(1, 1, 1);
  }
  40% {
    -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1.05, 1);
            transform: translate3d(0, 0%, 0) scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 3%, 0) scale3d(1, 0.8, 1);
            transform: translate3d(0, 3%, 0) scale3d(1, 0.8, 1);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, -3%, 0) scale3d(1, 1, 1);
            transform: translate3d(0, -3%, 0) scale3d(1, 1, 1);
  }
  40% {
    -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1.05, 1);
            transform: translate3d(0, 0%, 0) scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 3%, 0) scale3d(1, 0.8, 1);
            transform: translate3d(0, 3%, 0) scale3d(1, 0.8, 1);
  }
}
.side_order .btn_order {
  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: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  background-color: #00397c;
  padding: 5px;
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.side_order .btn_order:before {
  position: absolute;
  content: "";
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background-image: url(../images/bg/circle.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: rotate 50s linear infinite;
          animation: rotate 50s linear infinite;
}
.side_order .btn_order:hover {
  background-color: #1d4588;
}
.side_order .goTop {
  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;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  width: 40px;
  height: 40px;
  margin: -10px auto auto auto;
  border-radius: 50%;
  background-color: #ec6e36;
  position: relative;
  z-index: 2;
}

/*頁尾資訊*/
footer {
  padding-top: 50px;
  background-color: #00397c;
}
footer .downLogo {
  text-align: center;
}
footer .downLogo a {
  display: inline-block;
}
footer .downLogo img {
  line-height: 0;
}
footer .downLogo .logotxt {
  display: block;
	color: #fff;
	font-size: 15px;
	margin-top: 2px;
}
footer .socialBox {
  position: relative;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding-bottom: 45px;
}
footer .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -7.5px;
}
footer .socialBox .socialList li {
  padding: 0 7.5px;
}
footer .socialBox .socialList li.socialtxt {
  display: none;
}
footer .socialBox .socialList li 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;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background-color: #ffffff;
}
footer .socialBox .socialList li i,
footer .socialBox .socialList li svg {
  color: #00397c;
}
@media (max-width: 480px) {
  footer {
    padding-top: 30px;
  }
  footer .downLogo img {
    max-width: 180px;
  }
  footer .socialBox {
    padding-bottom: 30px;
  }
}

.footerInfo {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footerInfo:after {
  content: "";
  width: 1px;
  height: 60px;
  margin: auto;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}
.footerInfo .ftInfoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
.footerInfo .ftInfoList li {
  font-size: 15px;
  font-family: "Roboto", "Noto Sans TC";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  position: relative;
}
@media (min-width: 481px) {
  .footerInfo .ftInfoList li:first-child:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: "";
    width: 1px;
    height: 14px;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.footerInfo .ftInfoList li span {
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto";
  padding-right: 10px;
}
.footerInfo .ftInfoList li a {
  display: block;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 480px) {
  .footerInfo {
    padding-top: 10px;
  }
  .footerInfo .ftInfoList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footerInfo .ftInfoList li {
    padding: 5px 0;
  }
}

.copyright {
  color: #ffffff;
  font-size: 12px;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0.6px;
  background-color: #ec6e36;
  padding: 16px 20px;
}
.copyright a {
  color: #ffffff;
  padding-left: 5px;
}
.copyright a:hover {
  color: #00397c;
}

.privacyArea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  -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;
  -o-transition: all 0.6s 0.1s;
  transition: all 0.6s 0.1s;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-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: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.privacyArea .text a {
  color: #ec6e36;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #ec6e36;
}
.privacyArea .btn {
  margin-left: 25px;
  padding-top: 0;
}
.privacyArea .btn a {
  color: #000;
  display: inline-block;
  padding: 15px 35px;
}
@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: 10;
  width: 100%;
  background-color: #00397c;
}
@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: 70px;
  font-size: 14px;
  color: #ffffff;
}
.fixedQuickLink a:hover {
  background-color: #ec6e36;
}
.fixedQuickLink .icon_drink {
  width: 15px;
}
.fixedQuickLink .icon_store {
  width: 25px;
}
.fixedQuickLink .icon_map {
  width: 15px;
}
.fixedQuickLink .icon_top {
  width: 20px;
}
.fixedQuickLink svg {
  height: 25px;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*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: #ffffff;
}
@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: #ffffff;
  letter-spacing: 0.2em;
  background-color: #ec6e36;
}
@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: 50px 0;
  min-height: calc(100vh - 485px);
}
@media (max-width: 480px) {
  .mainArea {
    padding: 20px 0 30px;
  }
}

.titleBox {
  position: relative;
  margin-bottom: 45px;
}
.titleBox em {
  color: #515151;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  display: block;
  text-transform: capitalize;
}
.titleBox em .mark {
  font-size: 12px;
  padding-right: 5px;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  vertical-align: 3px;
  display: inline-block;
  font-family: "Caveat", cursive;
}
.titleBox em .num {
  font-family: "Caveat", cursive;
  font-size: 27px;
  padding-right: 10px;
}
.titleBox em .en {
  font-family: "Caveat", cursive;
}
.titleBox .title {
  color: #ec6e36;
  font-size: 40px;
  font-family: "Roboto";
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
}
.titleBox p {
  color: #515151;
  font-size: 16px;
  font-family: "Caveat", cursive;
  padding-top: 10px;
  text-transform: capitalize;
}
@media (max-width: 640px) {
  .titleBox {
    margin-bottom: 35px;
  }
  .titleBox em {
    font-size: 15px;
  }
  .titleBox .title {
    font-size: 35px;
  }
  .titleBox p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .titleBox .title {
    font-size: 30px;
  }
}

.socialBox {
  position: fixed;
  top: 40%;
  -webkit-transform: translate(0, -40%);
      -ms-transform: translate(0, -40%);
          transform: translate(0, -40%);
  right: 40px;
  z-index: 10;
}
.socialBox.deepColor .socialList li.socialtxt {
  color: #00397c;
}
.socialBox.deepColor .socialList li .iconLine,
.socialBox.deepColor .socialList li i {
  color: #00397c;
}
.socialBox .socialList li {
  text-align: center;
  padding-top: 18px;
}
.socialBox .socialList li:first-child {
  padding-top: 0;
}
.socialBox .socialList li.socialtxt {
  color: #ffffff;
  font-size: 12px;
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 0.6px;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}
.socialBox .socialList li svg,
.socialBox .socialList li i {
  color: #ffffff;
}
.socialBox .socialList li svg {
  width: 18px;
  height: 18px;
}
.socialBox .socialList li i {
  font-size: 18px;
}
.socialBox .socialList li a:hover svg,
.socialBox .socialList li a:hover i {
  color: #ec6e36;
}

.bread {
  position: absolute;
  right: 10px;
  top: 25px;
  font-size: 12px;
  color: #bbb;
}
@media (max-width: 767px) {
  .bread {
    display: none;
  }
}
.bread a {
  color: #bbb;
}
.bread a i {
  font-size: 20px;
}
.bread span {
  padding: 0 3px;
  color: #bbb;
}

.mainArea .contentBox {
  clear: both;
}

/*文章標題*/
.articleTitle {
  clear: both;
  margin-bottom: 25px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 500;
  font-size: 20px;
  color: #3d3d3d;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
  font-size: 15px;
  color: #3d3d3d;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     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: 30px;
  padding: 20px 0;
}
.classRowBox > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .classRowBox > ul {
    display: none;
  }
}
.classRowBox > ul li {
  margin-bottom: 15px;
  margin-right: 15px;
}
.classRowBox > ul a {
  display: block;
  padding: 8.5px 30px;
  font-size: 15px;
  color: #00397c;
  border-radius: 25px;
  border: 2px solid #00397c;
  background-color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
}
.classRowBox > ul a.current, .classRowBox > ul a:hover {
  color: #ffffff;
  background-color: #00397c;
}

.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: #ec6e36;
}
.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: 13px 30px 13px 20px;
  color: #ffffff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #ec6e36;
}
.mClassLink .main::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  line-height: 1;
  font-size: 15px;
  color: #ffffff;
  font-family: FontAwesome;
}
.mClassLink .main:after {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  margin: auto;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.mClassLink > ul {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: none;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.mClassLink > ul > li + li {
  border-top: 1px solid #f2f2f2;
}
.mClassLink > ul > li.current > a {
  color: #ec6e36;
}
.mClassLink > ul a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
  background-color: #ffffff;
}
.mClassLink ul {
  display: none;
}
.mClassLink .linkHasItems {
  position: relative;
  padding-right: 40px;
}
.mClassLink .linkHasItems::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  line-height: 1;
  margin-top: -7px;
  font-family: FontAwesome;
}
.mClassLink .linkHasItems.open::after {
  -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: #ec6e36;
}

.pageBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  margin-top: 30px;
  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);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox a:hover {
  border: 1px solid #ec6e36;
  background-color: #ec6e36;
  color: #ffffff;
}
.pageBox a:hover.prevBtn::before, .pageBox a:hover.nextBtn::before {
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.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.prevBtn::before, .pageBox.number a.nextBtn::before {
  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::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
      -ms-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);
      -ms-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: 1px solid #ec6e36;
  background-color: #ec6e36;
  color: #ffffff;
}
.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: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.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(100%/2 - 15px);
  }
}
@media (max-width: 480px) {
  .pageBox.prevnext a {
    width: calc(100%/2 - 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 #ec6e36;
  font-size: 13px;
  color: #ec6e36;
}
.tagBox a:hover {
  color: #ffffff;
  background-color: #ec6e36;
}
.tagBox a.current {
  color: #ffffff;
  background-color: #ec6e36;
}
.tagBox a.current:before {
  content: "";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab a {
  width: 50%;
  display: block;
  padding: 12px 10px;
  color: #1c1c1c;
  text-align: center;
}
.tab a:hover, .tab a.current {
  color: #ffffff;
  background-color: #ec6e36;
}

/*頁籤內容*/
.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: #ffffff;
  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: #ffffff;
  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_share {
  display: none;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .side_share {
    display: block;
    margin-bottom: 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: #ffffff;
  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 {
  -webkit-box-shadow: 0 0 0 1px #22a00b;
          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: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -o-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
  background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7e732", endColorstr="#1fb50e", GradientType=1);
}
.side_share .fb {
  -webkit-box-shadow: 0 0 0 1px #235c9b;
          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+ */
  background: -o-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#5da0ea), to(#3d8ce6));
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5da0ea", endColorstr="#3d8ce6", GradientType=0);
  /* IE6-8 */
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}
.side_news ul {
  margin-top: 20px;
}
.side_news li {
  margin-bottom: 25px;
}
.side_news .Img {
  float: left;
  width: 60px;
  margin-right: 12px;
  overflow: hidden;
}
.side_news .Img img {
  display: block;
  height: 60px;
}
.side_news .Txt {
  overflow: hidden;
}
.side_news .Txt a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.side_news .Txt a:hover {
  text-decoration: underline;
}
.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

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

/*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: #ffffff;
  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: #ec6e36;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #ec6e36;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background-color: #ffffff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background-color: #68a9b1;
}
.btn1 a.white:hover {
  color: #ffffff;
}

/*滑動解鎖*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  -webkit-transition: none;
  -o-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;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #ffffff;
  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;
  -o-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);
      -ms-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;
  -o-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: #ffffff;
  border: 2px solid #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-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);
      -ms-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;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  -o-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);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/*最新消息icon*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #00397c;
  position: relative;
  letter-spacing: 0.75px;
}
.newIcon:before, .newIcon:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00397c;
}
.newIcon:before {
  left: 0;
}
.newIcon:after {
  left: 12px;
}
/*# sourceMappingURL=master.css.map */