<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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=EB+Garamond:wght@400;500;600&amp;family=Noto+Serif+TC:wght@200;400;500;600&amp;family=Poppins:wght@700&amp;display=swap");
.mClassLink &gt; ul, .mClassLink .main, .classRowBox &gt; 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, .bread span, .bread a, .hideBox .btn_booking, .socialBox .socialList li a svg, .socialBox .socialList li a img, .socialBox .socialList li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body {
  background-color: #fff;
  font-family: "EB Garamond", "Noto Serif TC", "Poppins", serif;
  font-size: 14px;
}
body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}

address {
  font-style: normal;
}

a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #cd5e3c;
}

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: #000;
  background-color: #003f57;
}
.btn_color1:hover {
  background-color: #cd5e3c;
}
.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;
  overflow: hidden;
}
.outerWrap.unitPage .mainArea .wrap {
  max-width: 1400px;
}

.wrap {
  width: 100%;
  max-width: 1464px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .wrap {
    padding: 0 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;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.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: #003f57;
  border: none;
  cursor: pointer;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

#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: #003f57;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.loadingArea .loadLogo {
  width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loadingArea .loadLogo img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1080px) {
  .loadingArea .loadLogo {
    width: 240px;
  }
}
@media (max-width: 640px) {
  .loadingArea .loadLogo {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .loadingArea .loadLogo {
    width: 160px;
  }
}
.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: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .header {
    display: none;
  }
}
.header .wrap {
  position: relative;
  max-width: 100%;
}
.header .leftBox {
  width: 90px;
  height: 984px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: auto;
}
.header .logo {
  width: 90px;
  height: 195px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo img {
  display: block;
  width: 40px;
  height: 113px;
  margin: 0 auto;
}
.header .textBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding-top: 25px;
}
.header .textBox span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #FFF;
  height: 150px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding: 0 25px;
}
.header .snsBox {
  padding: 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header .rightBox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 90px;
  padding-right: 230px;
  pointer-events: auto;
}
.header .rightBox .menuBox {
  padding-left: 120px;
  position: relative;
}
@media (max-width: 1360px) {
  .header .rightBox .menuBox {
    padding-left: 80px;
  }
}
.header .rightBox .menuBox .menu {
  padding-top: 25px;
}
.header .bookingBtn {
  pointer-events: auto;
  position: absolute;
  top: 20px;
  right: 25px;
  display: block;
  width: 180px;
  height: 52px;
  background-color: #003f57;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 0;
  letter-spacing: 1px;
}
.header .bookingBtn.orange {
  background-color: #cd5e3c;
  right: 215px;
}
.header .bookingBtn:hover {
  color: #003f57;
  background-color: #fff;
}
.header .bookingBtn:hover.orange {
  color: #cd5e3c;
}
.header .languageBox {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 33px;
  right: 420px;
  z-index: 100;
  pointer-events: auto;
  display: none;
}
@media (max-width: 1360px) {
  .header .languageBox {
    right: 325px;
  }
}
.header .languageBox .languageCurrent {
  cursor: pointer;
  color: white;
  display: block;
  font-size: 18px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header .languageBox .languageCurrent:hover {
  color: #cd5e3c;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header .languageBox .languageCurrent:hover .currentTxt {
  color: #cd5e3c;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header .languageBox .languageCurrent .currentTxt {
  margin-left: 5px;
  color: white;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1270px) {
  .header .languageBox .languageCurrent .currentTxt {
    position: relative;
    top: -2px;
    font-size: 12px;
  }
}
.header .languageBox .languageList {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 56%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.header .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(20px) translateX(-50%);
          transform: translateY(20px) translateX(-50%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.header .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header .languageBox .languageList li a {
  white-space: nowrap;
  color: #3e3e3e;
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  text-align: center;
}
.header .languageBox .languageList li a:hover {
  color: #cd5e3c;
}
.header .languageBox .languageList li a.current {
  color: #cd5e3c;
}
@media (max-width: 1720px) {
  .header .leftBox {
    height: 880px;
  }
  .header .snsBox {
    padding: 30px 0;
  }
}
@media (max-width: 1500px) {
  .header .wrap {
    padding: 0;
  }
}
@media (max-width: 1360px) {
  .header .leftBox {
    height: 780px;
  }
  .header .bookingBtn {
    width: 140px;
  }
  .header .bookingBtn.orange {
    right: 175px;
  }
}

.headerDown {
  display: none;
}
.headerDown.show {
  width: 100%;
  height: 65px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 50;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.headerDown.show .wrap {
  max-width: 100%;
}
@media (max-width: 1180px) {
  .headerDown.show {
    display: none;
  }
}
.headerDown .wrap {
  max-width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.headerDown .leftBox {
  width: 240px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.headerDown .leftBox .logo {
  width: 194px;
  height: 65px;
  margin: 0 auto;
}
.headerDown .leftBox .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.headerDown .leftBox .logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.headerDown .leftBox .logo img:last-child {
  display: none;
}
.headerDown .menuBox {
  padding-left: 130px;
}
.headerDown .menuBox .menu {
  padding-top: 0;
}
.headerDown .menuBox .menu &gt; li &gt; a.current::after {
  content: "";
  width: 32px;
  height: 1px;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 16px);
  background-color: #fff;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}
.headerDown .menuBox .menu .submenu {
  padding-top: 23px;
}
.headerDown .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerDown .snsBox {
  padding: 0 45px 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.headerDown .snsBox .socialList {
  height: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
}
.headerDown .snsBox .socialList li {
  margin: 0 7.5px;
}
.headerDown .snsBox .socialList li a img {
  -webkit-filter: grayscale(1) brightness(10);
          filter: grayscale(1) brightness(10);
  opacity: 0.5;
}
.headerDown .snsBox .socialList li a:hover img {
  opacity: 1;
}
.headerDown .languageBox {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: none;
}
@media (max-width: 1270px) {
  .headerDown .languageBox {
    margin-left: 2px;
  }
}
.headerDown .languageBox .languageCurrent {
  cursor: pointer;
  color: white;
  display: block;
  font-size: 18px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.headerDown .languageBox .languageCurrent:hover {
  color: #cd5e3c;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.headerDown .languageBox .languageCurrent:hover .currentTxt {
  color: #cd5e3c;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.headerDown .languageBox .languageCurrent i {
  position: relative;
  top: 1px;
}
@media (max-width: 1270px) {
  .headerDown .languageBox .languageCurrent i {
    top: 0px;
  }
}
.headerDown .languageBox .languageCurrent .currentTxt {
  margin-left: 5px;
  color: white;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1270px) {
  .headerDown .languageBox .languageCurrent .currentTxt {
    position: relative;
    top: -2px;
    font-size: 12px;
  }
}
.headerDown .languageBox .languageList {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 56%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.headerDown .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px) translateX(-50%);
          transform: translateY(10px) translateX(-50%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.headerDown .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.headerDown .languageBox .languageList li a {
  white-space: nowrap;
  color: #3e3e3e;
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  text-align: center;
}
.headerDown .languageBox .languageList li a:hover {
  color: #cd5e3c;
}
.headerDown .languageBox .languageList li a.current {
  color: #cd5e3c;
}
.headerDown .bookingBtn {
  display: block;
  width: 120px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  padding: 20px 0;
  letter-spacing: 1px;
}
.headerDown .bookingBtn:hover {
  background-color: #fff;
  color: #003f57;
}
.headerDown .bookingBtn:hover.orange {
  color: #cd5e3c;
}
.headerDown.insDown {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.headerDown.insDown .wrap {
  max-width: 100%;
}
.headerDown.insDown .leftBox {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.headerDown.insDown .leftBox .logo img:first-child {
  display: none;
}
.headerDown.insDown .leftBox .logo img:last-child {
  display: block;
}
.headerDown.insDown .menuBox .menu &gt; li:first-child &gt; a::before {
  background-color: transparent;
}
.headerDown.insDown .menuBox .menu &gt; li &gt; a {
  color: #000;
}
.headerDown.insDown .menuBox .menu &gt; li &gt; a::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.headerDown.insDown .menuBox .menu &gt; li &gt; a:hover {
  color: #cd5e3c;
}
.headerDown.insDown .menuBox .menu &gt; li &gt; a.current {
  color: #003f57;
}
.headerDown.insDown .menuBox .menu &gt; li &gt; a.current::after {
  background-color: #003f57;
}
.headerDown.insDown .menuBox .submenu a {
  background-color: #fbfbfb;
}
.headerDown.insDown .languageCurrent {
  color: #505050;
}
.headerDown.insDown .languageCurrent .currentTxt {
  color: #000;
}
.headerDown.insDown .snsBox {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.headerDown.insDown .snsBox .socialBox .socialList li a {
  color: #505050;
}
.headerDown.insDown .snsBox .socialBox .socialList li a img {
  -webkit-filter: grayscale(1) brightness(0);
          filter: grayscale(1) brightness(0);
  opacity: 0.7;
}
.headerDown.insDown .snsBox .socialBox .socialList li a svg {
  fill: #505050;
}
.headerDown.insDown .snsBox .socialBox .socialList li a:hover {
  color: #cd5e3c;
}
.headerDown.insDown .snsBox .socialBox .socialList li a:hover img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.headerDown.insDown .snsBox .socialBox .socialList li a:hover svg {
  fill: #cd5e3c;
}
.headerDown.insDown .bookingBtn {
  background-color: #003f57;
  color: #fff;
}
.headerDown.insDown .bookingBtn.orange {
  background-color: #cd5e3c;
}
.headerDown.insDown .bookingBtn:hover {
  background-color: #fff;
  color: #003f57;
}
.headerDown.insDown .bookingBtn:hover.orange {
  color: #cd5e3c;
}
@media (max-width: 1720px) {
  .headerDown .menuBox {
    padding-left: 0;
  }
  .headerDown .snsBox {
    padding: 0 25px;
  }
}
@media (max-width: 1575px) {
  .headerDown .snsBox {
    padding: 0 15px;
  }
  .headerDown .wrap {
    padding: 0;
  }
  .headerDown .bookingBtn {
    width: 90px;
  }
}
@media (max-width: 1360px) {
  .headerDown .leftBox {
    width: 200px;
  }
  .headerDown .bookingBtn {
    width: 80px;
  }
  .headerDown .snsBox {
    padding: 0 0px;
  }
}
@media (max-width: 1180px) {
  .headerDown {
    display: none;
  }
}

.socialBox {
  display: block;
}
.socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.socialBox .socialList li {
  margin: 3.5px 0;
}
.socialBox .socialList li:first-child {
  margin-top: 0;
}
.socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.socialBox .socialList li a {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.socialBox .socialList li a img {
  display: block;
  width: 20px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1) brightness(10);
          filter: grayscale(1) brightness(10);
  opacity: 0.5;
  position: relative;
  left: 2px;
}
.socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: rgba(255, 255, 255, 0.5);
  margin-top: -2px;
  vertical-align: middle;
}
.socialBox .socialList li a span {
  display: inline-block;
  font-family: "Poppins";
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 700;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.socialBox .socialList li a:hover {
  color: #fff;
}
.socialBox .socialList li a:hover img {
  opacity: 1;
}
.socialBox .socialList li a:hover svg {
  fill: #FFF;
}

/*menu*/
.menu {
  padding-top: 30px;
}
.menu &gt; li {
  position: relative;
  display: inline-block;
}
.menu &gt; li:first-child &gt; a::before {
  background-color: transparent;
}
.menu &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  font-weight: 600;
}
.menu &gt; li &gt; a::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
}
.menu &gt; li &gt; a:hover {
  color: #cd5e3c;
}
@media (max-width: 1575px) {
  .menu &gt; li &gt; a {
    padding: 10px 10px;
  }
}
@media (max-width: 1270px) {
  .menu &gt; li &gt; a {
    font-size: 12px;
  }
}
.menu .submenu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  min-width: 108px;
  text-align: center;
  padding-top: 8px;
}
.menu .submenu a {
  min-width: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 10px 10px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #3e3e3e;
  background-color: #fff;
  position: relative;
}
.menu .submenu a::before {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 10px;
}
.menu .submenu a:last-child::before {
  background-color: transparent;
}
.menu .submenu a.current {
  color: #003f57;
}
.menu .submenu a:hover {
  color: #003f57;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  margin-left: 20px;
  padding-top: 20px;
}
.m_menu .m_logo img {
  display: block;
  width: 194px;
  height: 30px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 70px;
  border-bottom: 1px solid rgba(251, 251, 251, 0.2);
}
.m_menu .controlBox a.main {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
}
.m_menu .controlBox a.main::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(251, 251, 251, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.m_menu .controlBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11px;
  height: 1px;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
  content: "";
  position: absolute;
  left: -3px;
  width: 14px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  top: -7.5px;
}
.m_menu .controlBox a.main span:after {
  bottom: -8px;
}
.m_menu .controlBox a.main.show span {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m_menu.active .controlBox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.m_menu.active .controlBox a.main::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.m_menu.active .controlBox a.main span:before, .m_menu.active .controlBox a.main span:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.m_menu.m_menuDown .controlBox {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.m_menu.m_menuDown .controlBox a.main::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.m_menu.m_menuDown .controlBox a.main span {
  background-color: #000;
}
.m_menu.m_menuDown .controlBox a.main span::before, .m_menu.m_menuDown .controlBox a.main span::after {
  background-color: #000;
}
.m_menu.m_menuDown .controlBox a.main.show span {
  background-color: transparent;
}
.m_menu.downStyle .controlBox {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.m_menu.downStyle .controlBox a.main::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.m_menu.downStyle .controlBox a.main span {
  background-color: rgba(0, 0, 0, 0.2);
}
.m_menu.downStyle .controlBox a.main span::before, .m_menu.downStyle .controlBox a.main span::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.m_menu.downStyle.active a.main span {
  background-color: transparent;
}
.m_menu .languageBox {
  margin-bottom: 30px;
  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;
  position: relative;
  display: none;
}
.m_menu .languageBox .languageCurrent {
  cursor: pointer;
  color: #505050;
  display: block;
  font-size: 18px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.m_menu .languageBox .languageList {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.m_menu .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px) translateX(-50%);
          transform: translateY(10px) translateX(-50%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.m_menu .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.m_menu .languageBox .languageList li a {
  color: #3e3e3e;
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  text-align: center;
}
.m_menu .languageBox .languageList li a.current {
  color: #cd5e3c;
}

/*手機menu內容*/
.hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding: 70px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}
.hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
}
.hideBox .snsBox {
  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: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.hideBox .snsBox .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000;
  position: relative;
  padding-right: 16px;
}
.hideBox .snsBox .text::before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}
.hideBox .snsBox .socialList {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 10px;
}
.hideBox .snsBox .socialList li {
  margin: 0 7.5px;
}
.hideBox .snsBox .socialList a {
  color: #5d5d5d;
}
.hideBox .snsBox .socialList a:hover {
  color: #cd5e3c;
}
.hideBox .btn_booking {
  display: block;
  height: 60px;
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #003f57;
}
.hideBox .btn_booking.orange {
  background-color: #cd5e3c;
}
.hideBox .btn_booking:hover {
  background-color: #fff;
  color: #003f57;
}
.hideBox .btn_booking:hover.orange {
  background-color: #fff;
  color: #cd5e3c;
}

.nav {
  padding-top: 25PX;
  padding-bottom: 30px;
}
.nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.nav a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.nav a:hover {
  color: #cd5e3c;
}
.nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.nav .dropDown &gt; a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: FontAwesome;
}
.nav .submenu {
  display: none;
}
.nav .submenu a {
  background-color: rgba(0, 63, 87, 0.2);
  padding: 15px 20px;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerLink {
  display: block;
}
.bannerArea.unitPage #banner li {
  display: block;
  position: relative;
  height: 495px;
  width: 100%;
}
.bannerArea.unitPage #banner li a {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerArea.unitPage #banner li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerArea.unitPage #banner li .Txt {
  width: 1400px;
  height: 265px;
  position: absolute;
  top: 160px;
  left: calc(50% - 700px);
  color: #fff;
}
.bannerArea.unitPage #banner li .leftBox {
  position: absolute;
  top: 0;
  left: 0;
}
.bannerArea.unitPage #banner li .leftBox .entitle {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 400;
  padding-bottom: 5px;
}
.bannerArea.unitPage #banner li .leftBox .title {
  font-size: 23px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 300;
  position: relative;
  padding-bottom: 21px;
}
.bannerArea.unitPage #banner li .leftBox .title::before {
  content: "";
  width: 43px;
  height: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
.bannerArea.unitPage #banner li .rightBox {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.bannerArea.unitPage #banner li .rightBox .subtitle {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 200;
  padding-left: 45px;
}
.bannerArea.unitPage #banner li .rightBox .ensubtitle {
  padding-top: 70px;
  font-family: "Noto Serif TC";
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 200;
}
@media (max-width: 1500px) {
  .bannerArea.unitPage #banner li .Txt {
    width: 100%;
    left: 0;
  }
  .bannerArea.unitPage #banner li .leftBox {
    left: 50px;
  }
  .bannerArea.unitPage #banner li .rightBox {
    right: 50px;
  }
}
@media (max-width: 1080px) {
  .bannerArea.unitPage #banner li {
    height: 380px;
  }
  .bannerArea.unitPage #banner li .Txt {
    top: 100px;
  }
  .bannerArea.unitPage #banner li .leftBox {
    padding-top: 50px;
  }
}
@media (max-width: 640px) {
  .bannerArea.unitPage #banner li {
    height: 300px;
  }
  .bannerArea.unitPage #banner li .Txt {
    top: 0px;
    height: 100%;
  }
  .bannerArea.unitPage #banner li .Txt .entitle {
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 0;
  }
  .bannerArea.unitPage #banner li .Txt .title {
    font-size: 20px;
    lighting-color: 30px;
    padding-bottom: 12px;
  }
  .bannerArea.unitPage #banner li .Txt .title::before {
    width: 40px;
  }
  .bannerArea.unitPage #banner li .leftBox {
    top: 100px;
    left: 20px;
    padding-top: 0;
  }
  .bannerArea.unitPage #banner li .rightBox {
    display: none;
  }
}
@media (max-width: 400px) {
  .bannerArea.unitPage #banner li {
    height: 260px;
  }
}

/*頁尾資訊*/
footer {
  padding: 64px 0 26px;
  background-color: #003f57;
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .topBox {
  width: 100%;
}
footer .downLogo {
  padding-bottom: 25px;
}
footer .downLogo img {
  display: inline-block;
  width: 206px;
  height: 32px;
}
footer .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(230, 234, 237, 0.1);
}
footer .infoBox .text {
  padding-right: 20px;
  font-family: "Noto Serif TC";
}
footer .infoBox .text span {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #fff;
}
footer .infoBox .text .second {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #788d98;
}
footer .infoBox .text a:hover {
  color: #cd5e3c;
}
footer .bottomBox {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .bottomBox .footerInfo {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding-right: 20px;
}
footer .bottomBox .footerInfo a {
  color: #fff;
}
footer .bottomBox .footerInfo a:hover {
  color: #cd5e3c;
}
footer .bottomBox .snsBox .socialBox .socialList {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
footer .bottomBox .snsBox .socialBox .socialList li {
  margin: 0 12px;
}
footer .bottomBox .snsBox .socialBox .socialList li a {
  color: #fff;
}
footer .bottomBox .snsBox .socialBox .socialList li a svg {
  fill: #fff;
}
footer .bottomBox .snsBox .socialBox .socialList li a:hover {
  color: #cd5e3c;
}
footer .bottomBox .snsBox .socialBox .socialList li a:hover svg {
  fill: #cd5e3c;
}
@media (max-width: 640px) {
  footer {
    padding: 55px 0 20px;
  }
  footer .downLogo {
    padding-bottom: 5px;
  }
  footer .infoBox {
    padding-bottom: 15px;
  }
  footer .infoBox .text {
    width: 100%;
    padding-right: 0;
  }
  footer .bottomBox {
    padding: 12px 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .bottomBox .footerInfo {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
  footer .bottomBox .snsBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-bottom: 5-px;
  }
  footer .bottomBox .snsBox .socialBox {
    margin-left: -12px;
  }
}
@media (max-width: 400px) {
  footer {
    padding: 40px 0 10px;
  }
}

.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;
  transition: all 0.6s 0.1s;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacyArea .text {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.privacyArea .text a {
  color: #003f57;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #003f57;
}
.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: 5;
  width: 100%;
  background-color: #000;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

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

/**********共用***********/
.titleBox {
  position: relative;
}
.titleBox h2 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.titleBox em {
  font-weight: 300;
  font-size: 38px;
  letter-spacing: 0.05em;
}

.titleBox.titleStyle1 {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.titleBox.titleStyle1 .title {
  font-size: 23px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
  letter-spacing: 3px;
}
.titleBox.titleStyle1 .entitle {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  display: inline-block;
  padding-top: 15px;
  position: relative;
}
.titleBox.titleStyle1 .entitle::before {
  content: "";
  width: 1px;
  height: 241px;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: calc(100% + 15px);
  left: 11px;
}
.titleBox.titleStyle2 .entitle {
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  color: #000;
  font-weight: 400;
  padding-bottom: 10px;
}
.titleBox.titleStyle2 .title {
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 3.2px;
  font-weight: 600;
  color: #000;
}
.titleBox.titleStyle2 .expTitle {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #000;
  padding-top: 32px;
}
.titleBox.titleStyle2 .exp {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 400;
  padding-top: 45px;
  position: relative;
}
.titleBox.titleStyle2 .exp::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 20px;
  left: 0;
}
.titleBox.titleStyle3 .entitle {
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  color: #000;
  font-weight: 400;
  padding-bottom: 10px;
}
.titleBox.titleStyle3 .title {
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 600;
  padding-bottom: 22px;
}

.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrowBox a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.arrowBox a::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 8px;
  left: 5px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.arrowBox a::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 12px;
  left: 5px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.arrowBox a.arrowNext {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.arrowBox a:hover::before, .arrowBox a:hover::after {
  background-color: #000;
  -webkit-animation: arrowPrev 0.6s infinite;
          animation: arrowPrev 0.6s infinite;
}
.arrowBox span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 600;
  font-family: "Noto Serif TC", "Poppins", serif;
  display: inline-block;
  padding: 0 5px;
}
.arrowBox span.total {
  position: relative;
}
.arrowBox span.total::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #000;
  position: absolute;
  top: 3px;
  left: 0px;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
.arrowBox.arrowStyle {
  display: block;
}
.arrowBox.arrowStyle a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.arrowBox.arrowStyle a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  position: absolute;
  top: 9.5px;
  left: 11.5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrowBox.arrowStyle a::after {
  display: none;
}
.arrowBox.hide {
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.moreBtn {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 170px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.moreBtn::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.moreBtn .text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #000;
  color: #cd5e3c;
  width: calc(100% - 30px);
}
.moreBtn .text.black {
  color: #000;
}
.moreBtn .arrowWrap {
  display: inline-block;
  width: 30px;
  position: relative;
}
.moreBtn .arrowWrap::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: calc(50% - 8px);
}
.moreBtn .arrowWrap .arrow {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  left: calc(50% - 8px);
}
.moreBtn .arrowWrap .arrow::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
  top: 8px;
  left: 7px;
}
.moreBtn .arrowWrap .arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: absolute;
  top: 10px;
  left: 7px;
}
.moreBtn:hover::after {
  width: 100%;
}
.moreBtn:hover .text {
  color: #000;
}
.moreBtn:hover .text.black {
  color: #cd5e3c;
}
.moreBtn:hover .arrowWrap {
  -webkit-animation: moreArrow 0.6s infinite;
          animation: moreArrow 0.6s infinite;
}
.moreBtn.topStyle {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: none;
  margin-bottom: 5px;
}
.moreBtn.topStyle::after {
  bottom: 0;
  top: -1px;
}
.moreBtn.topStyle .text {
  padding-top: 20px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1.5px;
}
.moreBtn.topStyle .arrowWrap::before {
  top: auto;
  bottom: 0;
}
.moreBtn.topStyle .arrowWrap .arrow {
  top: auto;
  bottom: 0;
}

.backListPageBtn {
  width: 90px;
}
.backListPageBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.backListPageBtn a:hover .arrow {
  -webkit-animation: arrowPrev 0.5s infinite ease-out;
          animation: arrowPrev 0.5s infinite ease-out;
}
.backListPageBtn .arrow {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.backListPageBtn .arrow::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  position: absolute;
  top: 6px;
  left: 5px;
}
.backListPageBtn .arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  position: absolute;
  top: 9px;
  left: 5px;
}
.backListPageBtn .text {
  display: block;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  padding-left: 12px;
}
@media (max-width: 1080px) {
  .backListPageBtn + .bread {
    max-width: calc(100% - 90px);
  }
}

/**********共用 END*******/
/*********內頁**********/
.mainArea {
  padding: 0px 0 80px;
}
.mainArea .contentBox {
  margin-top: 106px;
}
@media (max-width: 1180px) {
  .mainArea .contentBox {
    margin-top: 60px;
  }
}

.pageTopBox {
  position: relative;
  min-height: 78px;
  background-color: #f3f3f3;
}
.pageTopBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.pageTopBox .classRowBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pageTopBox .classRowBox .mClassLink {
  max-width: 160px;
}
@media (max-width: 375px) {
  .pageTopBox .classRowBox .mClassLink {
    max-width: 100px;
  }
}
.pageTopBox .classRowBox + .bread {
  max-width: calc(100% - 160px);
}
@media (max-width: 375px) {
  .pageTopBox .classRowBox + .bread {
    max-width: calc(100% - 100px);
  }
}

.bread {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: right;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  font-weight: 200;
}
.bread a {
  display: inline-block;
}
.bread a:hover span {
  color: #cd5e3c;
}
.bread span {
  display: inline-block;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  letter-spacing: 1.5px;
  font-weight: 200;
}
.bread span.slash {
  padding: 0 1px;
}

/*文章標題*/
.articleTitle {
  padding: 13px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
  font-size: 15px;
  color: #061540;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.breakpoint &gt; tbody &gt; tr &gt; 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;
}
.classRowBox &gt; ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -14px;
}
@media (max-width: 1023px) {
  .classRowBox &gt; ul {
    display: none;
  }
}
.classRowBox &gt; ul li:first-child a::before {
  background-color: transparent;
}
.classRowBox &gt; ul a {
  display: block;
  padding: 10px 14px;
  font-size: 13px;
  color: #000;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
}
.classRowBox &gt; ul a::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(50% - 7.5px);
  left: 0;
}
.classRowBox &gt; ul a.current, .classRowBox &gt; ul a:hover {
  color: #cd5e3c;
}
.classRowBox.style2 &gt; ul {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.classRowBox.style2 &gt; ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.classRowBox.style2 &gt; ul a {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 15px;
}
.classRowBox.style2 &gt; ul a::before {
  height: 27px;
  top: calc(50% - 13.5px);
}
.classRowBox.style3 &gt; ul {
  border: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.classRowBox.style3 &gt; ul li {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  padding-left: 20px;
  padding-bottom: 20px;
}
.classRowBox.style3 &gt; ul a {
  width: 184px;
  background-color: #003f57;
  color: #fff;
}
.classRowBox.style3 &gt; ul a:hover {
  background-color: #cd5e3c;
}

.classColumnBox {
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .classColumnBox &gt; ul {
    display: none;
  }
}
.classColumnBox &gt; ul &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #010101;
}
.classColumnBox &gt; ul ul {
  display: none;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.classColumnBox &gt; ul ul li + li {
  border-top: 1px solid #ccc;
}
.classColumnBox &gt; ul a {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #777;
}
.classColumnBox &gt; ul a.current, .classColumnBox &gt; ul a:hover {
  color: #003f57;
}
.classColumnBox &gt; ul .linkHasItems.open + ul {
  display: block;
}
.classColumnBox &gt; ul .linkHasItems.open + ul &gt; 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 &gt; ul {
  display: block;
}
.mClassLink .main {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 10px 30px 10px 10px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #003f57;
}
.mClassLink .main::before {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  font-family: FontAwesome;
}
.mClassLink &gt; ul {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: none;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.mClassLink &gt; ul &gt; li + li {
  border-top: 1px solid #f2f2f2;
}
.mClassLink &gt; ul &gt; li.current &gt; a {
  color: #003f57;
}
.mClassLink &gt; ul a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
.mClassLink ul {
  display: none;
}
.mClassLink .linkHasItems {
  position: relative;
  padding-right: 40px;
}
.mClassLink .linkHasItems::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  line-height: 1;
  margin-top: -7px;
  font-family: FontAwesome;
}
.mClassLink .linkHasItems.open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.mClassLink .linkHasItems.open + ul {
  display: block;
}
.mClassLink .linkHasItems + ul {
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a {
  padding: 10px 5px 10px 30px;
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a.current {
  color: #003f57;
}

.pageBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox a.prevBtn::before, .pageBox a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox a:hover {
  border: 1px solid #003f57;
  background-color: #003f57;
  color: #fff;
}
.pageBox a:hover.prevBtn::before, .pageBox a:hover.nextBtn::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox.number.oval a {
  width: 50px;
}
.pageBox.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 5px;
  position: relative;
  text-align: center;
}
.pageBox.number a.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);
          transform: rotate(45deg);
}
.pageBox.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox.number a.current {
  border: 1px solid #003f57;
  background-color: #003f57;
  color: #fff;
}
.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 #fff;
  border-bottom: 1px solid #fff;
}
.pageBox.prevnext {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageBox.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 45px;
  padding: 0 20px;
  position: relative;
}
.pageBox.prevnext a.prevBtn::before, .pageBox.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox.prevnext a.prevBtn {
  text-align: right;
}
.pageBox.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox.prevnext a {
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .pageBox.prevnext a {
    width: calc(50% - 10px);
  }
}
.pageBox.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox.prevnext.circle a span {
  display: none;
}
.pageBox.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #003f57;
  font-size: 13px;
  color: #003f57;
}
.tagBox a:hover {
  color: #fff;
  background-color: #003f57;
}
.tagBox a.current {
  color: #fff;
  background-color: #003f57;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  margin-top: 40px;
}
.tab a {
  display: block;
  float: left;
  padding: 12px 10px;
  font-size: 15px;
  color: #1c1c1c;
}
.tab a.current {
  border: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #f8f3f0;
  -webkit-box-shadow: inset 0 3px 5px -2px #cecece;
          box-shadow: inset 0 3px 5px -2px #cecece;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent &gt; 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 &gt; a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu li &gt; a.current {
  color: #fff;
  background-color: #8c8c8c;
}
.side_menu li &gt; 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 li {
  width: 25%;
  height: 140px;
  padding-right: 22px;
}
.side_album a {
  display: block;
  width: 100%;
  height: 100%;
}
.side_album a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .side_album li {
    height: 100px;
    padding: 0 5px;
  }
}
@media (max-width: 480px) {
  .side_album li {
    height: 80px;
  }
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
          box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
          box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt p {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}
.side_room h3 a {
  font-size: 16px;
  font-weight: 400;
}

/*側邊_分享*/
.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: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.side_share i {
  padding-right: 5px;
  font-size: 18px;
}
.side_share .line {
  -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: 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: rgb(93, 160, 234);
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(93, 160, 234)), to(rgb(61, 140, 230)));
  background: linear-gradient(to bottom, rgb(93, 160, 234) 0%, rgb(61, 140, 230) 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: #fff;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
}
.btn1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #003f57;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #003f57;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background-color: #fff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background-color: #68a9b1;
}
.btn1 a.white:hover {
  color: #fff;
}

/*滑動解鎖*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  -webkit-transition: none;
  transition: none;
}
.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: "微軟正黑體";
  color: #777;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "\f105";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #003f57;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}
.imh_detail img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes arrowPrev {
  0% {
    left: 5px;
  }
  40% {
    left: -2px;
  }
  100% {
    left: 5px;
  }
}

@keyframes arrowPrev {
  0% {
    left: 5px;
  }
  40% {
    left: -2px;
  }
  100% {
    left: 5px;
  }
}
@-webkit-keyframes arrowPrevS {
  0% {
    -webkit-transform: translateX(0px) rotate(-45deg);
            transform: translateX(0px) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateX(-5px) rotate(-45deg);
            transform: translateX(-5px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(-45deg);
            transform: translateX(0px) rotate(-45deg);
  }
}
@keyframes arrowPrevS {
  0% {
    -webkit-transform: translateX(0px) rotate(-45deg);
            transform: translateX(0px) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateX(-5px) rotate(-45deg);
            transform: translateX(-5px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(-45deg);
            transform: translateX(0px) rotate(-45deg);
  }
}
@-webkit-keyframes moreArrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes moreArrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}</pre></body></html>