@charset "UTF-8";
.bannerCircleTextList li, .introContainer .introTitle, .introContainer .introEnTitle, .aboutArea p, .bookingArea p, .aboutArea .onlineBookingBtn, .awardList, .strongholdArea .leftBox .mClassLink, .strongholdArea .titleBox strong, .strongholdArea .footerMapBox, .strongholdArea .mapBox, .strongholdImgList, .strongholdList, .strongholdDataList h3, .strongholdDataList h3::before, .strongholdInfoBox, .mapTargetList li::before, .mapTargetList li::after, .newsArea .leftBox .btnBox, .newsList, .activityList, .carouselFunctionBox, .facilityArea .btnBox, .facList, .facShortList, .restaurantArea .btnBox, .restaurantList {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }

.strongholdInfoBox, .introContainer .introTitle, .introContainer .introEnTitle, .aboutArea p, .bookingArea p, .aboutArea .onlineBookingBtn, .awardList, .strongholdArea .leftBox .mClassLink, .strongholdArea .titleBox strong, .strongholdArea .footerMapBox, .strongholdArea .mapBox, .strongholdImgList, .strongholdList, .newsArea .leftBox .btnBox, .newsList, .activityList, .facilityArea .btnBox, .facList, .facShortList, .restaurantArea .btnBox, .restaurantList, .carouselFunctionBox {
  opacity: 0; }

.strongholdInfoBox {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px); }

.introContainer .introTitle, .introContainer .introEnTitle, .aboutArea p, .bookingArea p, .aboutArea .onlineBookingBtn, .awardList, .strongholdArea .leftBox .mClassLink, .strongholdArea .titleBox strong, .strongholdArea .footerMapBox, .strongholdArea .mapBox, .strongholdImgList, .strongholdList, .newsArea .leftBox .btnBox, .newsList, .activityList, .facilityArea .btnBox, .facList, .facShortList, .restaurantArea .btnBox, .restaurantList {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.introContainer.show .onlineBookingBtn, .introContainer.show .introTitle, .introContainer.show .introEnTitle, .introContainer.show p, .introContainer.show .bookingBox, .introContainer.show .awardList, .strongholdArea.show .titleBox strong, .strongholdArea.show .leftBox .mClassLink, .strongholdArea.show .mapBox, .strongholdArea.show .footerMapBox, .strongholdArea.show .strongholdImgList, .strongholdArea.show .strongholdInfoBox, .strongholdArea.show .strongholdList, .newsArea.show .leftBox .contentTitle, .newsArea.show .leftBox .contentExp, .newsArea.show .leftBox .btnBox, .newsArea.show .newsList, .activityArea.show .activityList, .facilityArea.show .contentTitle, .facilityArea.show .contentExp, .facilityArea.show .carouselFunctionBox, .facilityArea.show .btnBox, .facilityArea.show .facList, .facilityArea.show .facShortList, .restaurantArea.show .contentTitle, .restaurantArea.show .restaurantList, .restaurantArea.show .carouselFunctionBox, .restaurantArea.show .contentExp, .restaurantArea.show .btnBox {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1; }

/*
	Authors: Alvin, Randy, Rex
    Version: 2.0
	Latest Update: 2020/03/13
*/
.bannerArea {
  overflow: hidden; }

#banner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 770px) {
    #banner img {
      height: 800px; } }

.bannerCircleWrapBox, .bannerCircleBox, .bannerCircleClipBox, .bannerCircleLineList, .bannerCircleDotList, .bannerCircleDotList::before, .circleDotBox, .bannerCircleTextList {
  position: absolute;
  top: 50%;
  left: 50%; }

.bannerCircleWrapBox {
  z-index: 2;
  width: 710px;
  height: 710px;
  margin-top: -355px;
  margin-left: -355px;
  pointer-events: none; }
  @media (max-width: 769px) {
    .bannerCircleWrapBox {
      width: 286px;
      height: 286px;
      margin-top: -143px;
      margin-left: -143px; } }

.bannerCircleBox {
  z-index: 2;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  border-radius: 50%; }
  @media (max-width: 769px) {
    .bannerCircleBox {
      width: 280px;
      height: 280px;
      margin-top: -140px;
      margin-left: -140px;
      padding: 25px 35px 50px;
      color: #fff; } }
  .bannerCircleBox svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    width: 73px;
    height: 51px; }
    @media (max-width: 769px) {
      .bannerCircleBox svg {
        width: 61px;
        height: 43px;
        margin-bottom: 8px; } }
  .bannerCircleBox em {
    display: block;
    font-size: 25px;
    font-family: "Cardo", "Noto Serif TC", serif;
    color: #949494;
    text-transform: uppercase; }
    @media (max-width: 769px) {
      .bannerCircleBox em {
        font-size: 20px;
        text-align: center;
        color: #fff; } }
  
  .bannerCircleBox h2 {
    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;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "Cardo", "Noto Serif TC", serif;
    color: #3c3c3c;
    letter-spacing: 1px;
    text-shadow:rgba(136,136,136) 3px 4px 5px
     }


    @media (max-width: 769px) {
      .bannerCircleBox h2 {
        font-size: 16px;
        color: #fff; } }
    @media (min-width: 770px) {
      .bannerCircleBox h2::before, .bannerCircleBox h2::after {
        content: '';
        display: block;
        width: 15px;
        height: 1px;
        background-color: #ccc; }
      .bannerCircleBox h2::before {
        margin-right: 8px; }
      .bannerCircleBox h2::after {
        margin-left: 8px; } }
  .bannerCircleBox p {
    font-size: 14px;
    text-align: center; }
    @media (max-width: 769px) {
      .bannerCircleBox p {
        font-size: 13px; } }

.bannerCircleClipBox {
  z-index: 1;
  width: 660px;
  height: 660px;
  margin-top: -330px;
  margin-left: -330px; }
  @media (max-width: 769px) {
    .bannerCircleClipBox {
      display: none; } }
  .bannerCircleClipBox g {
    cursor: pointer; }

.bannerCircleDotList {
  width: 440px;
  height: 440px;
  margin-top: -220px;
  margin-left: -220px;
  border: 1px solid rgba(255, 255, 255, 0.4); }
  @media (max-width: 769px) {
    .bannerCircleDotList {
      display: none; } }
  .bannerCircleDotList, .bannerCircleDotList::before {
    z-index: 1;
    border-radius: 50%; }
  .bannerCircleDotList::before {
    content: '';
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 4px solid rgba(255, 255, 255, 0.4); }
  .bannerCircleDotList li {
    position: absolute;
    top: -4px;
    left: 50%;
    z-index: 1;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 6px;
    height: calc(100% + 8px);
    margin-left: -3px; }
    .bannerCircleDotList li::before, .bannerCircleDotList li::after {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #fff;
      -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
      box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2); }
    .bannerCircleDotList li:first-child {
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg); }
    .bannerCircleDotList li:nth-child(2) {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .bannerCircleDotList li:nth-child(3) {
      -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      transform: rotate(-30deg); }

.bannerCircleLineList {
  z-index: 1;
  width: 720px;
  height: 720px;
  margin-top: -360px;
  margin-left: -360px;
  border-radius: 50%; }
  @media (max-width: 769px) {
    .bannerCircleLineList {
      width: 284px;
      height: 284px;
      margin-top: -142px;
      margin-left: -142px; } }
  .bannerCircleLineList li {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 4px;
    height: 50%;
    margin-left: -2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#dbceb9), to(#dbceb9));
    background-image: -webkit-linear-gradient(left, #dbceb9, #dbceb9);
    background-image: -o-linear-gradient(left, #dbceb9, #dbceb9);
    background-image: linear-gradient(to right, #dbceb9, #dbceb9);
    background-position: 50% 0;
    background-size: 100% 24px;
    background-repeat: no-repeat;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center; }
    @media (max-width: 769px) {
      .bannerCircleLineList li {
        width: 2px;
        margin-left: -1px;
        background-size: 100% 9px; } }
    .bannerCircleLineList li:nth-child(2) {
      -webkit-transform: rotate(59deg);
      -ms-transform: rotate(59deg);
      transform: rotate(59deg); }
    .bannerCircleLineList li:nth-child(3) {
      -webkit-transform: rotate(119deg);
      -ms-transform: rotate(119deg);
      transform: rotate(119deg); }
    .bannerCircleLineList li:nth-child(4) {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .bannerCircleLineList li:nth-child(5) {
      -webkit-transform: rotate(241deg);
      -ms-transform: rotate(241deg);
      transform: rotate(241deg); }
    .bannerCircleLineList li:nth-child(6) {
      -webkit-transform: rotate(301deg);
      -ms-transform: rotate(301deg);
      transform: rotate(301deg); }

.circleDotBox {
  z-index: 3;
  width: 700px;
  height: 700px;
  margin-top: -350px;
  margin-left: -350px;
  -webkit-animation: rotate 100s linear infinite;
  animation: rotate 100s linear infinite; }
  @media (max-width: 769px) {
    .circleDotBox {
      width: 276px;
      height: 276px;
      margin-top: -138px;
      margin-left: -138px; }
      .circleDotBox svg {
        width: 276px;
        height: 276px; } }

.bannerCircleTextList {
  z-index: 3;
  pointer-events: none; }
  @media (min-width: 770px) {
    .bannerCircleTextList {
      width: 660px;
      height: 660px;
      margin-top: -330px;
      margin-left: -330px; } }
  @media (max-width: 769px) {
    .bannerCircleTextList {
      top: auto;
      left: 0;
      bottom: 50px;
      width: 100%; } }
  .bannerCircleTextList li {
    position: absolute;
    z-index: 1;
    font-size: 13px;
    font-family: "Cardo", "Noto Serif TC", serif;
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 770px) {
      .bannerCircleTextList li {
        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; }
        .bannerCircleTextList li:first-child, .bannerCircleTextList li:nth-child(6) {
          top: 0;
          right: 20px;
          width: 330px;
          height: 200px; }
        .bannerCircleTextList li:first-child {
          right: 20px; }
        .bannerCircleTextList li:nth-child(6) {
          left: 20px; }
        .bannerCircleTextList li:nth-child(2), .bannerCircleTextList li:nth-child(5) {
          top: 156px;
          width: 145px;
          height: 330px; }
        .bannerCircleTextList li:nth-child(2) {
          right: 0;width: 112px; }
        .bannerCircleTextList li:nth-child(5) {
          left: 0; }
        .bannerCircleTextList li:nth-child(3), .bannerCircleTextList li:nth-child(4) {
          bottom: 0;
          width: 295px;
          height: 200px; }
        .bannerCircleTextList li:nth-child(3) {
          right: 38px; }
        .bannerCircleTextList li:nth-child(4) {
          left: 38px; } }
    @media (max-width: 769px) {
      .bannerCircleTextList li {
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        opacity: 0; }
        .bannerCircleTextList li.current {
          opacity: 1; } }

.circleLineList {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 710px;
  height: 710px;
  margin-top: -355px;
  margin-left: -355px;
  pointer-events: none; }
  @media (max-width: 769px) {
    .circleLineList {
      width: 286px;
      height: 286px;
      margin-top: -143px;
      margin-left: -143px; }
      .circleLineList svg {
        width: 286px;
        height: 286px; } }
  .circleLineList li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .circleLineList li:first-child {
      -webkit-transform: rotate(-89.5deg);
      -ms-transform: rotate(-89.5deg);
      transform: rotate(-89.5deg); }
      .circleLineList li:first-child.current svg {
        stroke-dashoffset: -2539; }
      .circleLineList li:first-child svg {
        stroke-dashoffset: -2182;
        stroke-dasharray: 2182; }
    .circleLineList li:nth-child(2) {
      -webkit-transform: rotate(-31deg);
      -ms-transform: rotate(-31deg);
      transform: rotate(-31deg); }
      .circleLineList li:nth-child(2).current svg {
        stroke-dashoffset: -2548; }
      .circleLineList li:nth-child(2) svg {
        stroke-dashoffset: -2185;
        stroke-dasharray: 2185; }
    .circleLineList li:nth-child(3) {
      -webkit-transform: rotate(29deg);
      -ms-transform: rotate(29deg);
      transform: rotate(29deg); }
      .circleLineList li:nth-child(3).current svg {
        stroke-dashoffset: -2554; }
      .circleLineList li:nth-child(3) svg {
        stroke-dashoffset: -2184;
        stroke-dasharray: 2184; }
    .circleLineList li:nth-child(4) {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
      .circleLineList li:nth-child(4).current svg {
        stroke-dashoffset: -2554; }
      .circleLineList li:nth-child(4) svg {
        stroke-dashoffset: -2182;
        stroke-dasharray: 2182; }
    .circleLineList li:nth-child(5) {
      -webkit-transform: rotate(151deg);
      -ms-transform: rotate(151deg);
      transform: rotate(151deg); }
      .circleLineList li:nth-child(5).current svg {
        stroke-dashoffset: -2550; }
      .circleLineList li:nth-child(5) svg {
        stroke-dashoffset: -2183;
        stroke-dasharray: 2183; }
    .circleLineList li:nth-child(6) {
      -webkit-transform: rotate(211.5deg);
      -ms-transform: rotate(211.5deg);
      transform: rotate(211.5deg); }
      .circleLineList li:nth-child(6).current svg {
        stroke-dashoffset: -2540; }
      .circleLineList li:nth-child(6) svg {
        stroke-dashoffset: -2182;
        stroke-dasharray: 2182; }
  .circleLineList svg {
    stroke-width: 12px;
    -webkit-transition: 1.5s ease-out;
    -o-transition: 1.5s ease-out;
    transition: 1.5s ease-out; }

.bannerArrow {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  width: 36px;
  height: 50%;
  margin-left: -18px;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center; }
  .bannerArrow.animate {
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out; }
  .bannerArrow::before {
    content: '\f105';
    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;
    width: 35px;
    height: 35px;
    margin-top: -12px;
    border: 1px solid #af8442;
    color: #af8442;
    font-size: 18px;
    font-family: FontAwesome;
    background-color: #fff;
    border-radius: 50%; }

.bannerViewMoreBtn {
  width: 190px;
  margin-top: 35px;
  font-size: 14px;
  font-family: "Cardo", "Noto Serif TC", serif;
  text-align: center;
  color: #3c3c3c;
  letter-spacing: 1px; }
  @media (min-width: 1181px) {
    .bannerViewMoreBtn:hover::after {
      -webkit-animation-name: arrowDown;
      animation-name: arrowDown; } }
  @media (min-width: 770px) {
    .bannerViewMoreBtn {
      background-image: -webkit-gradient(linear, left top, right top, from(#dadada), to(#dadada)), -webkit-gradient(linear, left top, right top, from(#dadada), to(#dadada));
      background-image: -webkit-linear-gradient(left, #dadada, #dadada), -webkit-linear-gradient(left, #dadada, #dadada);
      background-image: -o-linear-gradient(left, #dadada, #dadada), -o-linear-gradient(left, #dadada, #dadada);
      background-image: linear-gradient(to right, #dadada, #dadada), linear-gradient(to right, #dadada, #dadada);
      background-position: 0 42%, 100% 42%;
      background-size: calc(50% - 45px) 1px;
      background-repeat: no-repeat; } }
  @media (max-width: 769px) {
    .bannerViewMoreBtn {
      position: absolute;
      bottom: -140px;
      font-size: 0; } }
  .bannerViewMoreBtn::before {
    content: 'Scroll Down';
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #929292;
    font-family: "Noto Sans TC", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0; }
    @media (max-width: 769px) {
      .bannerViewMoreBtn::before {
        color: #fff; } }
  .bannerViewMoreBtn::after {
    content: '\f107';
    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;
    width: 23px;
    height: 23px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #af8442;
    font-size: 15px;
    border: 1px solid #af8442;
    font-family: FontAwesome;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
    @media (max-width: 769px) {
      .bannerViewMoreBtn::after {
        margin-top: 5px; } }

.mainArea {
  padding-bottom: 0; }

@media (min-width: 1421px) {
  .wrap {
    width: 1380px; } }

@media (min-width: 1241px) and (max-width: 1420px) {
  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

.introContainer.show .introTitle {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

.introContainer.show .introEnTitle {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

.introContainer.show p, .introContainer.show .bookingBox {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

.introContainer.show .awardList {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.introContainer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 901px) {
    .introContainer .wrap {
      margin-top: 70px;
      padding-bottom: 65px;
      background: -webkit-gradient(linear, left top, right top, from(#e5e5e5), to(#e5e5e5)) 50%/1px 100% no-repeat;
      background: -webkit-linear-gradient(left, #e5e5e5, #e5e5e5) 50%/1px 100% no-repeat;
      background: -o-linear-gradient(left, #e5e5e5, #e5e5e5) 50%/1px 100% no-repeat;
      background: linear-gradient(to right, #e5e5e5, #e5e5e5) 50%/1px 100% no-repeat; } }
  @media (max-width: 900px) {
    .introContainer .wrap {
      padding: 0; } }

.introContainer .introTitle, .introContainer .introEnTitle {
  text-align: center; }

@media (max-width: 900px) {
  .introContainer .introTitle {
    margin-bottom: 20px; } }

.introContainer .introEnTitle {
  letter-spacing: 2px; }
  @media (max-width: 900px) {
    .introContainer .introEnTitle {
      font-size: 20px; } }

@media (min-width: 901px) {
  .aboutArea, .bookingArea {
    width: 50%;
    max-width: 610px; } }

.aboutArea p, .bookingArea p {
  text-align: center; }

.aboutArea {
  padding-right: 58px; }
  @media (max-width: 1180px) {
    .aboutArea {
      padding-right: 30px; } }
  @media (max-width: 900px) {
    .aboutArea {
      width: 100%;
      padding: 50px 20px;
      background: url("../images/aboutmobilebg.png") 0 100% no-repeat; } }
  .aboutArea .onlineBookingBtn {
    width: 180px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px; }
    @media (min-width: 901px) {
      .aboutArea .onlineBookingBtn {
        display: none; } }
  .aboutArea .slick-dots {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; }
    .aboutArea .slick-dots .slick-active button::before {
      background-color: #af8442; }

.awardList {
  max-width: 450px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px; }
  @media (min-width: 901px) {
    .awardList {
      border-top: 1px solid #e5e5e5; } }
  @media (max-width: 900px) {
    .awardList {
      margin-top: 20px; } }
  .awardList .item {
    padding-left: 5px;
    padding-right: 5px; }
  .awardList .Img {
    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;
    height: 80px; }
  .awardList h3 a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #3c3c3c;
    text-align: center;
    letter-spacing: 1px; }

.bookingArea {
  padding-left: 58px; }
  @media (max-width: 1180px) {
    .bookingArea {
      padding-left: 30px; } }
  @media (max-width: 900px) {
    .bookingArea {
      display: none; } }

.strongholdArea {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 960px) {
    .strongholdArea {
      padding-top: 0;
      padding-bottom: 0;
      background-image: none !important; } }
  .strongholdArea.show .titleBox strong {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  .strongholdArea.show .leftBox .mClassLink, .strongholdArea.show .mapBox, .strongholdArea.show .footerMapBox {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  .strongholdArea.show .strongholdImgList, .strongholdArea.show .strongholdInfoBox {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  .strongholdArea.show .strongholdList {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .strongholdArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 960px) {
      .strongholdArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0; } }
  .strongholdArea .leftBox {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px; }
    .strongholdArea .leftBox .mClassLink {
      max-width: 180px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      z-index: 3; }
    @media (min-width: 961px) and (max-width: 1300px) {
      .strongholdArea .leftBox {
        width: calc(100% - 600px); } }
    @media (min-width: 961px) {
      .strongholdArea .leftBox .titleBox, .strongholdArea .leftBox .mClassLink {
        display: none; } }
    @media (max-width: 960px) {
      .strongholdArea .leftBox {
        width: 100%;
        padding: 20px;
        background: #fff url("../images/bg.png") 50% no-repeat; } }
  .strongholdArea .rightBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    margin-left: auto;
    padding-left: 50px;
    border-left: 1px solid #e5e5e5; }
    @media (min-width: 961px) and (max-width: 1300px) {
      .strongholdArea .rightBox {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 600px; } }
    @media (max-width: 960px) {
      .strongholdArea .rightBox {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        padding: 20px;
        border-left: none;
        background: #f1f1f1 url("../images/bg.png") 50% no-repeat; } }
  @media (max-width: 960px) and (max-width: 960px) {
    .strongholdArea .rightBox .titleBox .titleEn {
      display: none; } }
  .strongholdArea .titleBox strong {
    display: block;
    font: 400 25px "Cardo", "Noto Serif TC", serif;
    color: #959595;
    text-transform: uppercase; }
    @media (max-width: 960px) {
      .strongholdArea .titleBox strong {
        font-size: 20px;
        color: #5a5a5a; } }
    .strongholdArea .titleBox strong span {
      position: relative;
      display: inline-block;
      margin-top: 10px;
      margin-right: 15px; }
      .strongholdArea .titleBox strong span::before {
        content: '';
        position: absolute;
        top: 0;
        right: -7px;
        z-index: 1;
        width: 7px;
        height: 7px;
        background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)), -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
        background-image: -webkit-linear-gradient(left, currentColor, currentColor), -webkit-linear-gradient(left, currentColor, currentColor);
        background-image: -o-linear-gradient(left, currentColor, currentColor), -o-linear-gradient(left, currentColor, currentColor);
        background-image: linear-gradient(to right, currentColor, currentColor), linear-gradient(to right, currentColor, currentColor);
        background-size: 100% 1px, 1px, 100%;
        background-position: 50%;
        background-repeat: no-repeat; }
  .strongholdArea .titleBox .titleEn {
    color: #5a5a5a; }
    @media (min-width: 961px) {
      .strongholdArea .titleBox .titleEn {
        text-indent: -25px; } }
  @media (min-width: 961px) {
    .strongholdArea .footerMapBox {
      display: none; } }
  @media (max-width: 960px) {
    .strongholdArea .footerMapBox {
      display: block;
      margin-top: 20px; } }
  @media (max-width: 960px) {
    .strongholdArea .mapBox {
      display: none; } }

.strongholdImgList, .strongholdList {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.strongholdList > li:nth-child(n+2) {
  display: none; }

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

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

.strongholdDataList .current h3 {
  color: #af8442;
  border-bottom-color: #af8442; }
  .strongholdDataList .current h3::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.strongholdDataList h3 {
  position: relative;
  padding: 12px 40px 12px 15px;
  color: #3a3a3a;
  font: 700 18px "Cardo", "Noto Serif TC", serif;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer; }
  @media (max-width: 480px) {
    .strongholdDataList h3 {
      font-size: 15px; } }
  .strongholdDataList h3::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    margin-top: -9px;
    font-family: FontAwesome; }

.strongholdDataList .textBox {
  display: none;
  padding: 25px 15px;
  border-bottom: 1px solid #e5e5e5; }

.strongholdDataList .btnBox {
  margin-top: 20px; }
  @media (max-width: 1180px) {
    .strongholdDataList .btnBox {
      -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; }
      .strongholdDataList .btnBox a + a {
        margin-top: 10px;
        margin-left: 0; } }

.strongholdInfoBox {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  max-width: 230px; }
  @media (max-width: 960px) {
    .strongholdInfoBox {
      display: none; } }
  .strongholdInfoBox .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5; }
    .strongholdInfoBox .logo svg:first-child {
      width: 45px;
      height: 31px;
      margin-right: 5px; }
    .strongholdInfoBox .logo svg:nth-child(2) {
      width: 98px;
      height: 24px; }
  .strongholdInfoBox p {
    font-size: 14px;
    line-height: 1.8;
    color: #5a5a5a; }

.mapTargetList {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .mapTargetList li {
    position: absolute;
    width: 125px;
    z-index: 1;
    padding-bottom: 10px;
    cursor: pointer; }
    .mapTargetList li.current::before, .mapTargetList li.current::after, .mapTargetList li.hover::before, .mapTargetList li.hover::after {
      background-color: #af8442; }
    .mapTargetList li::before, .mapTargetList li::after {
      content: '';
      position: absolute;
      z-index: 1;
      background-color: #e5e5e5;
      pointer-events: none; }
    .mapTargetList li::before {
      width: 5px;
      height: 5px;
      bottom: -2px;
      border-radius: 50%; }
    .mapTargetList li::after {
      bottom: 0;
      height: 1px; }
    .mapTargetList li[data-area="taoyuan"] {
      top: 0;
      left: 10px; }
      .mapTargetList li[data-area="taoyuan"]::before, .mapTargetList li[data-area="taoyuan"]::after {
        left: 0; }
      .mapTargetList li[data-area="taoyuan"]::after {
        width: 140px; }
    .mapTargetList li[data-area="pingtung"] {
      bottom: 30px;
      left: -78px; }
      .mapTargetList li[data-area="pingtung"]::before, .mapTargetList li[data-area="pingtung"]::after {
        left: 0; }
      .mapTargetList li[data-area="pingtung"]::after {
        width: 180px; }
    .mapTargetList li[data-area="taipei"] {
      top: -25px;
      right: -136px;
      text-align: right; }
      .mapTargetList li[data-area="taipei"]::before, .mapTargetList li[data-area="taipei"]::after {
        right: 0; }
      .mapTargetList li[data-area="taipei"]::after {
        width: 200px; }
    .mapTargetList li[data-area="new"] {
      top: 43px;
      right: -136px;
      text-align: right; }
      .mapTargetList li[data-area="new"]::before, .mapTargetList li[data-area="new"]::after {
        right: 0; }
      .mapTargetList li[data-area="new"]::after {
        width: 200px; }
    .mapTargetList li[data-area="taichung"] {
      top: 128px;
      left: -73px; }
      .mapTargetList li[data-area="taichung"]::before, .mapTargetList li[data-area="taichung"]::after {
        left: 0; }
      .mapTargetList li[data-area="taichung"]::after {
        width: 145px; }
    .mapTargetList li[data-area="kaohsiung"] {
      bottom: 130px;
      left: -144px; }
      .mapTargetList li[data-area="kaohsiung"]::before, .mapTargetList li[data-area="kaohsiung"]::after {
        left: 0; }
      .mapTargetList li[data-area="kaohsiung"]::after {
        width: 176px; }
    .mapTargetList li[data-area^="hualien"] {
      top: 173px;
      right: -117px; }
      .mapTargetList li[data-area^="hualien"]::before, .mapTargetList li[data-area^="hualien"]::after {
        right: 0; }
      .mapTargetList li[data-area^="hualien"]::after {
        width: 170px; }
  .mapTargetList h3 {
    margin-bottom: 2px;
    font: 700 18px/1 "Cardo", "Noto Serif TC", serif;
    color: #333;
    pointer-events: auto;
    letter-spacing: 1px; }
    .mapTargetList h3::after {
      content: "分店數 :" attr(data-quantity);
      margin-left: 5px;
      font: 400 13px "Noto Sans TC", sans-serif;
      color: #af8442; }
  .mapTargetList em {
    font-family: "Cardo", "Noto Serif TC", serif;
    color: #999;
    pointer-events: auto; }

.newsArea {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f5f5; }
  @media (max-width: 1180px) {
    .newsArea {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 640px) {
    .newsArea {
      background-color: #fff; } }
  .newsArea.show .leftBox .contentTitle {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .newsArea.show .leftBox .contentExp {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .newsArea.show .leftBox .btnBox {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .newsArea.show .newsList {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  @media (min-width: 769px) {
    .newsArea > .btnBox {
      display: none; } }
  .newsArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .newsArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .newsArea .leftBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 769px) {
      .newsArea .leftBox {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 320px;
        padding-left: 50px;
        padding-bottom: 30px; } }
    .newsArea .leftBox .btnBox {
      margin-top: auto;
      margin-right: auto; }
    @media (max-width: 768px) {
      .newsArea .leftBox .contentTitle, .newsArea .leftBox .contentExp, .newsArea .leftBox .btnBox {
        display: none; } }
  @media (min-width: 769px) {
    .newsArea .rightBox {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      width: 100%;
      max-width: calc(100% - 320px); } }
  @media (max-width: 768px) {
    .newsArea .rightBox {
      width: 100%;
      max-width: 100%; } }
  @media (max-width: 1180px) {
    .newsArea .titleBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .newsArea .titleBox .titleMain {
        width: 100%; } }
  @media (min-width: 1461px) {
    .newsArea .titleEn {
      text-indent: -25px; } }
  @media (max-width: 1180px) {
    .newsArea .titleEn {
      margin-right: 8px; } }

.newsList {
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 769px) {
    .newsList {
      padding-top: 40px; } }
  .newsList .item {
    padding-left: 10px;
    padding-right: 10px; }
  .newsList img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  @media (min-width: 1181px) {
    .newsList .item:hover h3 a {
      color: #af8442; } }
  .newsList .Txt {
    padding-top: 15px; }
    .newsList .Txt p {
      height: 60px;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #e5e5e5; }
  .newsList h3 a {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #323232;
    letter-spacing: .5px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    @media (max-width: 1180px) {
      .newsList h3 a {
        color: #af8442; } }
  @media (min-width: 769px) {
    .newsList .slick-dots {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; } }
  @media (max-width: 768px) {
    .newsList .slick-dots {
      margin-top: 10px;
      text-align: center; } }
  @media (max-width: 768px) {
    .newsList .Txt {
      padding-bottom: 10px;
      border-bottom: 1px solid #e5e5e5; } }
  @media (max-width: 768px) {
    .newsList h3 a {
      color: #555; } }
  @media (max-width: 768px) {
    .newsList p {
      display: none; } }

.activityArea {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (min-width: 641px) and (max-width: 1180px) {
    .activityArea {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 640px) {
    .activityArea {
      padding-top: 0;
      padding-bottom: 0; }
      .activityArea .wrap {
        padding-left: 0;
        padding-right: 0; } }
  .activityArea .slick-dots {
    margin-top: 40px;
    text-align: center; }

@media (min-width: 641px) {
  .activityList {
    margin-left: -12px;
    margin-right: -12px; } }

.activityList .reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1181px) {
    .activityList .reverse .Txt {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      padding-top: 0;
      padding-bottom: 20px; }
    .activityList .reverse .Img {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media (min-width: 641px) {
  .activityList .item {
    padding-left: 12px;
    padding-right: 12px; } }

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

.activityList .showLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .activityList .showLink .newsActivityBox, .activityList .showLink .newsDateBox {
    width: 100%; }
  .activityList .showLink .textBox {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media (min-width: 1181px) {
      .activityList .showLink .textBox {
        width: calc(100% - 181px);
        padding-right: 20px; } }
    @media (max-width: 1180px) {
      .activityList .showLink .textBox {
        width: 100%; } }
  .activityList .showLink .btnBox {
    margin-top: 0;
    margin-left: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media (min-width: 1181px) {
      .activityList .showLink .btnBox {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 181px; } }
    @media (max-width: 1180px) {
      .activityList .showLink .btnBox {
        margin-top: 10px; } }
    @media (max-width: 640px) {
      .activityList .showLink .btnBox {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 40px;
        height: 100%;
        margin-top: 0; } }

@media (max-width: 640px) {
  .activityList .arrowLinkBtn {
    height: 100%;
    font-size: 0;
    letter-spacing: 0;
    background-color: #af8442; }
    .activityList .arrowLinkBtn .arrow {
      width: 40px;
      height: 40px;
      margin-left: 0;
      border: none; }
    .activityList .arrowLinkBtn svg {
      fill: #e9e1d4; } }

.activityList .Txt {
  padding-top: 20px; }
  @media (max-width: 640px) {
    .activityList .Txt {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 10px 40px 10px 20px;
      background-color: #f2f2f2; } }
  .activityList .Txt h3 a, .activityList .Txt p {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.activityList .newsActivityBox, .activityList .newsDateBox {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #4d4d4d;
  border-bottom: 1px solid #f3f3f3; }
  @media (min-width: 641px) and (max-width: 1180px) {
    .activityList .newsActivityBox, .activityList .newsDateBox {
      margin-bottom: 7px;
      padding-bottom: 7px; } }
  @media (max-width: 640px) {
    .activityList .newsActivityBox, .activityList .newsDateBox {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-top: 10px;
      margin-bottom: 0;
      padding-bottom: 0; } }

.activityList h3 a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: "Cardo", "Noto Serif TC", serif;
  color: #000;
  outline: none;
  letter-spacing: 1px; }

.carouselFunctionBox {
  width: 150px; }

.numDotList {
  top: 0; }

.facilityArea {
  background-color: #f5f5f5; }
  @media (max-width: 768px) {
    .facilityArea {
      background-color: #fff;
      padding-bottom: 50px; } }
  .facilityArea.show .contentTitle {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .facilityArea.show .contentExp, .facilityArea.show .carouselFunctionBox {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .facilityArea.show .btnBox {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .facilityArea.show .facList, .facilityArea.show .facShortList {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  .facilityArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    border-right: 1px solid #e5e5e5; }
    @media (max-width: 1420px) {
      .facilityArea .wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-right: none; } }
    @media (max-width: 1180px) {
      .facilityArea .wrap {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-width: 768px) {
      .facilityArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0; } }
  .facilityArea .leftBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 675px; }
  .facilityArea .rightBox {
    max-width: 600px; }
    @media (min-width: 1420px) {
      .facilityArea .rightBox {
        max-width: 540px; } }
    @media (min-width: 1181px) and (max-width: 1420px) {
      .facilityArea .rightBox {
        width: calc(100% - 675px); } }
    @media (min-width: 769px) and (max-width: 1180px) {
      .facilityArea .rightBox {
        width: calc(100% - 400px); } }
    @media (max-width: 768px) {
      .facilityArea .rightBox {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
  .facilityArea .textBox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 769px) {
      .facilityArea .textBox {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 400px;
        padding-left: 8.75%;
        padding-right: 8.75%; } }
    @media (max-width: 768px) {
      .facilityArea .textBox {
        width: 100%; } }
    @media (max-width: 768px) {
      .facilityArea .textBox .btnBox, .facilityArea .textBox .contentTitle, .facilityArea .textBox .contentExp {
        display: none; } }
    .facilityArea .textBox .btnBox {
      margin-top: auto;
      margin-right: auto; }
  .facilityArea .titleBox {
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .facilityArea .titleBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 768px) {
      .facilityArea .titleBox h2 {
        width: 100%; } }
    @media (min-width: 769px) {
      .facilityArea .titleBox .titleEn {
        color: #5a5a5a;
        text-indent: -25px; }
      .facilityArea .titleBox .titleEmbellish {
        margin-top: 5px;
        font-size: 25px;
        color: #3a3a3a; } }
    @media (max-width: 768px) {
      .facilityArea .titleBox {
        font-size: 20px; }
        .facilityArea .titleBox .titleEn {
          margin-right: 8px;
          color: #3a3a3a; }
        .facilityArea .titleBox .titleEmbellish {
          font-size: 20px;
          color: #5a5a5a; } }
  .facilityArea .carouselFunctionBox {
    padding-right: 20px;
    margin-left: auto;
    text-align: right; }
    @media (max-width: 1420px) {
      .facilityArea .carouselFunctionBox {
        display: none; } }
  .facilityArea .guideList li::before {
    right: -24px; }
  .facilityArea .arrowsBox {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .facilityArea .numDotList {
    right: 65px; }
  @media (min-width: 769px) {
    .facilityArea > .btnBox {
      display: none; } }

.facList .Img, .facShortList .Img {
  overflow: hidden; }

.facList h3 a, .facList em, .facShortList h3 a, .facShortList em {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.facList h3 a, .facShortList h3 a {
  display: block;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  border-bottom: 1px solid #e5dfd7; }
  @media (max-width: 768px) {
    .facList h3 a, .facShortList h3 a {
      font-size: 15px;
      margin-bottom: 5px;
      padding-bottom: 0;
      border-bottom: none;
      color: #fff;
      letter-spacing: 1px; } }

.facList em, .facShortList em {
  color: #af8442;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (max-width: 768px) {
    .facList em, .facShortList em {
      font-size: 12px;
      color: #fff; } }

@media (max-width: 1180px) {
  .facList img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }

@media (max-width: 768px) {
  .facList .item {
    position: relative; }
  .facList .Txt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none; }
  .facList .slick-dots {
    margin-top: 10px;
    text-align: center; } }

.facShortList {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  max-width: 295px;
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 1180px) {
    .facShortList {
      display: none !important; } }
  .facShortList .item {
    padding-left: 10px;
    padding-right: 10px; }

@media (max-width: 768px) {
  .restaurantArea {
    padding-bottom: 50px;
    background: url("../images/bg.png"); } }

.restaurantArea.show .contentTitle, .restaurantArea.show .restaurantList, .restaurantArea.show .carouselFunctionBox {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.restaurantArea.show .contentExp, .restaurantArea.show .carouselFunctionBox {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.restaurantArea.show .btnBox {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.restaurantArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#e5e5e5), to(#e5e5e5)) 0 50%/1px 100% no-repeat;
  background: -webkit-linear-gradient(left, #e5e5e5, #e5e5e5) 0 50%/1px 100% no-repeat;
  background: -o-linear-gradient(left, #e5e5e5, #e5e5e5) 0 50%/1px 100% no-repeat;
  background: linear-gradient(to right, #e5e5e5, #e5e5e5) 0 50%/1px 100% no-repeat; }
  @media (max-width: 1420px) {
    .restaurantArea .wrap {
      background-position-x: 20px; } }
  @media (min-width: 769px) and (max-width: 1180px) {
    .restaurantArea .wrap {
      padding-top: 50px;
      padding-bottom: 50px;
      background-image: none; } }
  @media (max-width: 768px) {
    .restaurantArea .wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 25px;
      padding-bottom: 0;
      background-image: none; } }

@media (min-width: 1181px) {
  .restaurantArea .leftBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 460px; } }

@media (min-width: 769px) and (max-width: 1180px) {
  .restaurantArea .leftBox {
    width: 40%; } }

@media (min-width: 769px) {
  .restaurantArea .leftBox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 20px; } }

.restaurantArea .leftBox .btnBox {
  margin-top: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }
  @media (max-width: 768px) {
    .restaurantArea .leftBox .btnBox {
      display: none; } }

@media (min-width: 1181px) {
  .restaurantArea .rightBox {
    width: calc(100% - 610px); } }

@media (min-width: 769px) and (max-width: 1180px) {
  .restaurantArea .rightBox {
    width: 60%;
    max-width: 690px; } }

@media (max-width: 768px) {
  .restaurantArea .rightBox {
    width: 100%; } }

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

@media (min-width: 769px) {
  .restaurantArea > .btnBox {
    display: none; } }

.restaurantArea .carouselFunctionBox {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-left: 20px; }
  @media (max-width: 1180px) {
    .restaurantArea .carouselFunctionBox {
      display: none; } }

.restaurantArea .titleBox {
  margin-bottom: 30px; }
  .restaurantArea .titleBox .titleEn {
    margin-bottom: 10px;
    color: #5a5a5a; }
  .restaurantArea .titleBox .titleEmbellish {
    font-size: 16px;
    color: #959595; }

.restaurantArea .guideList li::before {
  left: -24px; }

.restaurantArea .totalBox {
  padding-left: 35px; }

.restaurantArea .numDotList {
  left: 0; }

.restaurantArea .arrowsBox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }

@media (max-width: 768px) {
  .restaurantArea .contentTitle, .restaurantArea .contentExp, .restaurantArea .titleEmbellish {
    display: none; } }

.restaurantList {
  max-width: 700px; }
  @media (max-width: 768px) {
    .restaurantList .Img img {
      display: block;
      max-width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; } }
  .restaurantList .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px; }
  .restaurantList .restaurantLogo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px; }
    @media (max-width: 480px) {
      .restaurantList .restaurantLogo {
        display: none; } }
    .restaurantList .restaurantLogo img {
      display: block;
      max-width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    @media (min-width: 481px) {
      .restaurantList .restaurantLogo + .textBox {
        padding-left: 20px;
        max-width: calc(100% - 80px); } }
    @media (max-width: 480px) {
      .restaurantList .restaurantLogo + .textBox {
        text-align: center; } }
  .restaurantList .textBox {
    max-width: 100%; }
  .restaurantList h3 a {
    display: block;
    padding-bottom: 5px;
    font-size: 18px;
    font-family: "Cardo", "Noto Serif TC", serif;
    letter-spacing: 1px; }
