@charset "UTF-8";
@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);
footer .groupItem .title,
footer .groupItem .title a, footer .groupItem::before, footer .footerMenu li::before, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .languageBox .languageCurrent, .btnBox .btn.animation::before, .btnBox .btn.animation::after, button, a, .formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  -webkit-transition: all 0.5s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: all 0.5s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-right: -10px;
  margin-left: -10px;
  font-size: 16px;
  color: #2f2f2f;
}
.formBox .formRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 15px 10px;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 35px;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .columnTitle {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02rem;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-bottom: 12px;
  margin-left: 10px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
  content: "*";
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 0;
  font-size: 18px;
  font-weight: 700;
  color: #f00;
}
.formBox .columnCheckBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 5px;
  cursor: pointer;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border: none;
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #cecece;
  border-radius: 50%;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background-color: #062829;
  border-radius: 50%;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
  opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #062829;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  margin-left: 4px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02rem;
}
.formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  margin: 0;
  padding: 5px 25px 5px 10px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  padding: 5px 10px;
}
.formBox .columnInput::-webkit-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnArea {
  height: 200px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-weight: 500;
  color: #737373;
}
.formBox .columnInput:focus,
.formBox .columnSelect:focus,
.formBox .columnArea:focus {
  background-color: rgba(200, 151, 105, 0.1);
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #999;
  letter-spacing: 0.02rem;
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #f00 !important;
}

@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(6, 40, 41, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(6, 40, 41, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 100%;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 100%;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 330px;
    height: 330px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 330px;
    height: 330px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 330px;
    height: 330px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 330px;
    height: 330px;
  }
}
@-webkit-keyframes iconRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes iconRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
::-moz-selection {
  background-color: rgba(200, 151, 105, 0.6);
  color: #fff;
}
::selection {
  background-color: rgba(200, 151, 105, 0.6);
  color: #fff;
}

body {
  background-color: #fff;
  font-size: 15px;
  font-family: "Tenor Sans", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  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: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #062829;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 56.25%;
  }
}
body:not(.WebSiteHome) .mainArea {
  position: relative;
}
body:not(.WebSiteHome) .mainArea::before {
  content: "";
  position: absolute;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background-image: url(../images/imageTextBg1.png);
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .mainArea::before {
    opacity: 0.45;
  }
}
body:not(.WebSiteHome) .mainArea::after {
  content: "";
  position: absolute;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background-image: url(../images/imageTextBg2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .mainArea::after {
    opacity: 0.45;
  }
}

address {
  font-style: normal;
}

a {
  cursor: pointer;
  color: #c89769;
}
a * {
  pointer-events: none;
}
@media (min-width: 1201px) {
  a:hover {
    color: #062829;
  }
}

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;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}
button * {
  pointer-events: none;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}

.Img img {
  height: auto;
}

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%;
  }
}

/* 共用的樣式 */
.titleBox {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .titleBox {
    margin-bottom: 20px;
  }
}
.titleBox .decoTitle {
  padding-bottom: 5px;
  font-size: 18px;
  line-height: normal;
  color: #c89769;
  text-transform: uppercase;
  letter-spacing: 0.36px;
}
@media (max-width: 1180px) {
  .titleBox .decoTitle {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .titleBox .decoTitle {
    padding-bottom: 0;
    font-size: 12px;
  }
}
.titleBox .title {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  color: #062829;
  letter-spacing: 4pxpx;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 24px;
  }
}
.titleBox .subtitle {
  padding-top: 4px;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  color: #c89769;
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    padding-top: 0;
    font-size: 20px;
  }
}
.titleBox .text {
  padding-top: 30px;
  font-size: 15px;
  line-height: normal;
  color: #666;
}
@media (max-width: 1180px) {
  .titleBox .text {
    padding-top: 20px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    padding-top: 15px;
    font-size: 14px;
  }
}

.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  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: 0 -6px;
}
.btnBox.flex .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: auto;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  min-width: 200px;
  padding: 20px 30px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 640px) {
  .btnBox .btn {
    min-width: 160px;
    padding: 15px;
  }
}
.btnBox .btn .btnText {
  display: inline-block;
}
@media (min-width: 1201px) {
  .btnBox .btn:hover {
    background-color: #c89769;
    border-color: #062829;
    color: #062829;
  }
}
.btnBox .btn.animation {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.btnBox .btn.animation::before, .btnBox .btn.animation::after {
  -webkit-mask-image: url("../images/circle.png");
          mask-image: url("../images/circle.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #c89769;
}
.btnBox .btn.animation.bgSecond::before, .btnBox .btn.animation.bgSecond::after {
  background-color: #062829;
}
.btnBox .btn.animation::before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btnBox .btn.animation::after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (min-width: 1201px) {
  .btnBox .btn.animation:hover {
    color: #fff;
  }
  .btnBox .btn.animation:hover i {
    color: #fff;
  }
  .btnBox .btn.animation:hover::before {
    -webkit-animation: criss-cross-left 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) both;
            animation: criss-cross-left 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) both;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
  }
  .btnBox .btn.animation:hover::after {
    -webkit-animation: criss-cross-right 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) both;
            animation: criss-cross-right 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) both;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
  }
}
.btnBox .btn.bgMain {
  background-color: #062829;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgMain:hover {
    color: #fff;
  }
  .btnBox .btn.bgMain:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.bgSecond {
  background-color: #c89769;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgSecond:hover {
    color: #c89769;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.bgGradient {
  background: rgb(200, 151, 105);
}
.btnBox .btn.colorMain {
  background-color: #fff;
  border: 1px solid #062829;
  color: #062829;
}
.btnBox .btn.colorMain.animation::after {
  background-color: #062829;
}
@media (min-width: 1201px) {
  .btnBox .btn.colorMain:hover {
    color: #fff;
  }
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #062829;
  }
}
.btnBox .btn.colorSecond {
  background-color: #fff;
  border: 1px solid #c89769;
  color: #c89769;
}
.btnBox .btn.colorSecond.animation::after {
  background-color: #c89769;
}
@media (min-width: 1201px) {
  .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #c89769;
  }
}
.btnBox .btn.rounded {
  border-radius: 8px;
}
.btnBox .btn.common {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.Img {
  overflow: hidden;
}

/* 共用的樣式 END */
.outerWrap {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 80px;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-bottom: calc(env(safe-area-inset-bottom));
  }
}
@media (max-width: 640px) {
  .outerWrap {
    padding-top: 65px;
  }
}

.wrap {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .wrap {
    max-width: 90vw;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 375px) {
  .wrap {
    max-width: 95vw;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*module*/
.moduleBox {
  pointer-events: none;
  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;
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  visibility: visible;
  opacity: 1;
}
.moduleBox.show .moduleWrap {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  pointer-events: none;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  width: 100%;
  max-width: 960px;
  padding-top: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}
.moduleBox .moduleTitle {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}
.moduleBox .moduleContent {
  width: 100%;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.moduleBox .moduleClose::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: none;
  background-color: #062829;
  cursor: pointer;
  border: none;
}
.moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  margin-top: -0.5px;
  margin-left: -15px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .moduleBox .moduleClose:hover {
    background-color: #000;
  }
}
.moduleBox.privacy .moduleWrap {
  position: relative;
  z-index: 1004;
  max-width: 700px;
  padding-top: 50px;
}
.moduleBox.privacy .moduleTitle {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    padding-bottom: 10px;
    font-size: 18px;
  }
}
.moduleBox.privacy .moduleContent {
  overflow-y: auto;
  max-height: calc(90vh - 50px);
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #062829;
}
@media (min-width: 1201px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    left: 0;
    width: 100%;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  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;
  position: relative;
  margin-bottom: 15px;
}
.moduleBox.privacy .customList .topBox::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-80%) rotate(-45deg);
          transform: translateY(-80%) rotate(-45deg);
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.moduleBox.privacy .customList .topBox.open::before {
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  padding: 10px 20px 10px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.moduleBox.privacy .customList .topBox .trigger {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  line-height: 1;
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  display: inline-block;
  padding-bottom: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: #062829;
}
.moduleBox.privacy .customList .topBox .trigger label {
  display: inline-block;
  cursor: pointer;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  opacity: 0;
  border: none;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: #127679;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%);
  background-color: #093e3f;
}
.moduleBox.privacy .customList .topBox .trigger label span {
  display: block;
  position: relative;
  width: 38px;
  height: 14px;
  margin-left: auto;
  background-color: #d9d9d9;
  border-radius: 30px;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-color: #b5b5b5;
  border-radius: 50%;
}
@media (min-width: 1201px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #062829;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  padding: 18px 15px;
  background-color: #e1e1e1;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox.cart .moduleWrap {
  max-width: 480px;
}
.moduleBox.cart .text {
  font-size: 14px;
  color: #373737;
  text-align: center;
  letter-spacing: 0.05em;
}
.moduleBox.cart .text b {
  padding-right: 4px;
  padding-left: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #062829;
}
.moduleBox.cart .cartBox {
  overflow-y: auto;
  max-height: 50vh;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid #062829;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.moduleBox.cart .cartList .cartItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  min-width: 0;
  padding-right: 10px;
}
.moduleBox.cart .cartList .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #062829;
  }
}
.moduleBox.cart .cartList .spec {
  margin-bottom: 3px;
  font-size: 14px;
  color: #6a6a6a;
}
.moduleBox.cart .cartList .num {
  font-size: 14px;
  line-height: 1;
  color: #6a6a6a;
}
.moduleBox.cart .cartList .del {
  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;
  background-color: #eee;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  color: #5f5f5f;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #062829;
    color: #fff;
  }
}
.moduleBox.cart .cartList .del svg {
  display: inline-block;
  width: 15px;
  height: 18px;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .moduleBox.cart .cartList .Img {
    width: 85px;
  }
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.orderCheck .formBox {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 50vh;
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleContent {
  overflow-y: auto;
  max-height: calc(90vh - 50px);
}
.moduleBox.search .searchBox {
  position: relative;
  margin: 30px 0;
}
.moduleBox.search .searchBox input[type=text] {
  display: block;
  width: 100%;
  padding: 12px 55px 12px 15px;
  border: 1px solid #e1e1e1;
}
.moduleBox.search .searchBox button {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #062829;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1201px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.moduleMask {
  pointer-events: none;
  position: fixed;
  z-index: 1003;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.moduleMask.show {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

/*loading*/
.loadingArea {
  pointer-events: none;
  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;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #efefef;
}
.loadingArea .loadLogo {
  position: relative;
  z-index: 2;
  width: 260px;
  height: auto;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loadingArea .panelBox {
  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;
  position: absolute;
  z-index: 1;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
}
.loadingArea .panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.loadingArea .panelBg {
  -webkit-transform-origin: top;
          transform-origin: top;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #062829;
}
.loadingArea.show {
  pointer-events: auto;
  opacity: 1;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea.hide {
  opacity: 0;
}

/* 彈窗 & 其他功能 */
.topFunctionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 1180px) {
  .topFunctionBox {
    display: none;
  }
}
.topFunctionBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.topFunctionBox .wrap > a {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.topFunctionBox .wrap > a:before {
  content: "‧";
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
.topFunctionBox .loginBox {
  position: relative;
  z-index: 1;
}
.topFunctionBox .loginBox > a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.topFunctionBox .loginBox > a:before {
  content: "‧";
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
.topFunctionBox .loginBox .submenu {
  pointer-events: none;
  position: absolute;
  top: 130%;
  left: 50%;
  opacity: 0;
  width: 160px;
  margin-left: -80px;
  padding-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.topFunctionBox .loginBox .submenu a {
  display: block;
  padding: 10px;
  background-color: #fff;
  text-align: center;
}
.topFunctionBox .loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
@media (min-width: 1201px) {
  .topFunctionBox .loginBox:hover .submenu {
    pointer-events: auto;
    top: 100%;
    opacity: 1;
  }
}
.topFunctionBox .searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topFunctionBox .searchBox input[type=text] {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  background-color: #fafafa;
  border: none;
}
.topFunctionBox .searchBox button {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45px;
  height: 45px;
  background-color: #062829;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
  text-align: center;
}

/*header*/
header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #062829;
  /*menu*/
}
@media (max-width: 640px) {
  header {
    height: 65px;
  }
}
header .wrap {
  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;
  position: relative;
  max-width: 100%;
  height: 100%;
  padding: 0 0 0 40px;
}
@media (max-width: 1180px) {
  header .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  header .wrap {
    max-width: 100%;
    padding: 0;
    padding-left: 20px;
  }
}
header .logo {
  padding: 10px 0;
}
header .logo a {
  display: block;
  width: 200px;
}
@media (max-width: 1600px) {
  header .logo a {
    width: 160px;
  }
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  header .logo {
    width: 120px;
  }
}
@media (max-width: 640px) {
  header .logo {
    width: 160px;
  }
}
header .menuBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header .menu > .menuItem {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1201px) {
  header .menu > .menuItem:hover a {
    color: #c89769;
  }
}
header .menu > .menuItem a {
  display: block;
  padding: 20px 40px;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1830px) {
  header .menu > .menuItem a {
    padding: 0 20px;
  }
}
@media (max-width: 1510px) {
  header .menu > .menuItem a {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  header .menu > .menuItem a {
    font-size: 14px;
    padding: 0 10px;
  }
}
header .menu > .menuItem a.current {
  color: #c89769;
}
header .bookingBtnBox {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 60px;
  background: rgb(200, 151, 105);
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 151, 105)), color-stop(50%, rgb(233, 209, 180)), to(rgb(200, 151, 105)));
  background: linear-gradient(90deg, rgb(200, 151, 105) 0%, rgb(233, 209, 180) 50%, rgb(200, 151, 105) 100%);
  font-size: 16px;
}
@media (min-width: 1201px) {
  header .bookingBtnBox:hover i {
    -webkit-animation: iconRight 0.5s ease infinite alternate;
            animation: iconRight 0.5s ease infinite alternate;
  }
}
@media (max-width: 1510px) {
  header .bookingBtnBox {
    padding: 0 40px;
  }
}
@media (max-width: 1280px) {
  header .bookingBtnBox {
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  header .bookingBtnBox {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(200, 151, 105)), color-stop(70%, rgb(233, 209, 180)), to(rgb(200, 151, 105)));
    background: linear-gradient(90deg, rgb(200, 151, 105) 0%, rgb(233, 209, 180) 70%, rgb(200, 151, 105) 100%);
    font-size: 13px;
  }
}
header .bookingBtnBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #062829;
}
header .bookingBtnBox a i {
  margin-left: 40px;
}
@media (max-width: 1180px) {
  header .bookingBtnBox a i {
    margin-left: 10px;
  }
}

.languageBox {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 60px 0 40px;
  border-left: 1px solid rgba(200, 151, 105, 0.3);
  font-size: 14px;
}
@media (max-width: 1440px) {
  .languageBox {
    padding: 0 40px 0 20px;
  }
}
@media (max-width: 1180px) {
  .languageBox {
    display: none;
  }
}
@media (min-width: 1201px) {
  .languageBox:hover .languageCurrent {
    color: #c89769;
  }
  .languageBox:hover .languageCurrent::before {
    border-color: #c89769;
  }
}
.languageBox .languageCurrent {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  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;
  position: relative;
  height: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1280px) {
  .languageBox .languageCurrent {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .languageBox .languageCurrent {
    font-size: 0;
  }
}
.languageBox .languageCurrent svg {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
@media (max-width: 1280px) {
  .languageBox .languageCurrent svg {
    display: none;
  }
}
@media (max-width: 1180px) {
  .languageBox .languageCurrent svg {
    display: block;
  }
}
.languageBox .languageCurrent::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -14px;
  -webkit-transform: translate(100%, -50%) rotate(45deg);
          transform: translate(100%, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 640px) {
  .languageBox .languageCurrent::before {
    right: 0;
  }
}
.languageBox .languageList {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
  background-color: #fff;
}
.languageBox .languageList.show {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.languageBox .languageList li a {
  display: block;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5px;
}
@media (min-width: 1201px) {
  .languageBox .languageList li a:hover {
    background-color: #062829;
    color: #fff;
  }
}
.languageBox .languageList li a.current {
  background-color: #062829;
  color: #fff;
}

/*slideMenu*/
.slideMenuTrigger {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: auto;
  background-color: #062829;
  cursor: pointer;
  border: 1px solid #062829;
}
@media (min-width: 1181px) {
  .slideMenuTrigger {
    display: none;
  }
}
.slideMenuTrigger .line {
  width: 50%;
  height: 2px;
  background-color: #c89769;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: background-color 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c89769;
  position: absolute;
  z-index: 1;
  -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.slideMenuTrigger.show .line {
  background-color: transparent;
  -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.show .line::before, .slideMenuTrigger.show .line::after {
  -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.show .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.show .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1201px) {
  .slideMenuTrigger.show:hover span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 1201px) {
  .slideMenuTrigger:hover {
    background-color: #fff;
  }
  .slideMenuTrigger:hover span::before {
    -webkit-transition: background-color 0.3s 0s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out;
    background-color: transparent;
  }
  .slideMenuTrigger:hover span::after {
    -webkit-transition: background-color 0.3s 0s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out;
    background-color: #062829;
  }
  .slideMenuTrigger:hover span::before {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .slideMenuTrigger:hover span::after {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.slideMenuArea {
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  overflow-x: hidden;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  padding-top: 65px;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  background-color: #062829;
  background-image: url("../images/footerDeco.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.slideMenuArea.show {
  pointer-events: auto;
}
.slideMenuArea .topBox {
  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;
  padding: 30px 0 15px;
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 135px;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slideMenuArea .menuBox {
  width: 100%;
  padding: 15px 0;
}
.slideMenuArea .menuBox .nav > .menuItem {
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 12px;
  height: 1px;
  background-color: #062829;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::after {
  background-color: #062829;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
  -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
  display: block;
  position: relative;
  padding: 25px 30px 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0px;
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
  border-bottom: 1px solid rgba(200, 151, 105, 0.8);
  color: #c89769;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav > .menuItem a:hover {
    color: #062829;
  }
}
.slideMenuArea .menuBox .nav .submenu {
  display: none;
  width: 100%;
  padding: 0 0px 10px 10px;
  background-color: rgba(238, 238, 238, 0.5);
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
  color: #3a3a3a;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
  color: #062829;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #062829;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 12px;
  height: 1px;
  background-color: #062829;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
  background-color: #062829;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
  display: none;
  padding: 5px 0px 5px 15px;
}
.slideMenuArea .socialBox {
  padding: 15px 0;
}
.slideMenuArea .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slideMenuArea .socialBox .socialList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 0 10px;
}
@media (max-width: 640px) {
  .slideMenuArea .socialBox .socialList li {
    padding: 0 20px;
  }
}
.slideMenuArea .socialBox .socialList li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.3);
}
.slideMenuArea .socialBox .socialList a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 46px;
  color: #fff;
  text-align: center;
}
@media (max-width: 640px) {
  .slideMenuArea .socialBox .socialList a {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
}
.slideMenuArea .socialBox .socialList a svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
@media (max-width: 640px) {
  .slideMenuArea .socialBox .socialList a svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1201px) {
  .slideMenuArea .socialBox .socialList a:hover {
    color: #c89769;
  }
  .slideMenuArea .socialBox .socialList a:hover svg {
    fill: #c89769;
  }
}
.slideMenuArea .funcBox {
  position: relative;
  z-index: 40;
}
.slideMenuArea .languageBox {
  margin-top: 40px;
  border-left: none;
}
@media (max-width: 1180px) {
  .slideMenuArea .languageBox {
    display: block;
  }
}
@media (max-width: 640px) {
  .slideMenuArea .languageBox .languageCurrent {
    font-size: 16px;
  }
}
.slideMenuArea .languageBox .languageList li a {
  background-color: #c89769;
}
.slideMenuMask {
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: fixed;
  z-index: 80;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.7);
}
.slideMenuMask.show {
  pointer-events: auto;
  opacity: 1;
}

/*banner*/
.bannerArea {
  position: relative;
  z-index: 1;
  clear: both;
  overflow: hidden;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  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;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
}

/*footer*/
footer {
  background-color: #062829;
  background-image: url("../images/footerDeco.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
footer > .top {
  padding: 70px 0 90px;
}
@media (max-width: 1180px) {
  footer > .top {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  footer > .top {
    padding: 25px 0;
  }
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  footer .wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .footerTitle {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  color: #c89769;
}
@media (max-width: 640px) {
  footer .footerTitle {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
  }
}
footer .left {
  width: 42%;
}
@media (max-width: 1180px) {
  footer .left {
    width: 100%;
  }
}
footer .left .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  footer .left .topBox {
    -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;
  }
}
footer .left .bottomBox {
  padding-top: 15px;
}
footer .left .contactItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 640px) {
  footer .left .contactItem {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
    font-size: 14px;
  }
}
footer .left .contactTitle {
  margin-right: 10px;
  font-weight: 500;
}
@media (max-width: 640px) {
  footer .left .contactTitle {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin-right: 0;
  }
}
footer .left .contactContent {
  font-weight: 300;
  color: #fff;
}
@media (max-width: 640px) {
  footer .left .contactContent {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
footer .left .contactContent a {
  font-weight: 300;
  color: #fff;
}
@media (min-width: 1201px) {
  footer .left .contactContent a:hover {
    color: #c89769;
  }
}
footer .footerLogo {
  width: 100%;
  max-width: 140px;
  margin-right: 50px;
}
@media (max-width: 640px) {
  footer .footerLogo {
    max-width: 160px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
footer .footerLogo a {
  display: block;
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .socialBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .socialList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 0 10px;
}
@media (max-width: 640px) {
  footer .socialList li {
    padding: 0 20px;
  }
}
footer .socialList li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.3);
}
footer .socialList a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 46px;
  color: #fff;
  text-align: center;
}
@media (max-width: 640px) {
  footer .socialList a {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
}
footer .socialList a svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
@media (max-width: 640px) {
  footer .socialList a svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1201px) {
  footer .socialList a:hover {
    color: #c89769;
  }
  footer .socialList a:hover svg {
    fill: #c89769;
  }
}
footer .center {
  width: auto;
}
@media (max-width: 1180px) {
  footer .center {
    width: 30%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  footer .center {
    width: 40%;
  }
}
footer .footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
footer .footerMenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 640px) {
  footer .footerMenu::before {
    display: none;
  }
}
footer .footerMenu li {
  position: relative;
}
footer .footerMenu li:not(:last-child) {
  margin-bottom: 25px;
}
footer .footerMenu li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  width: 2px;
  height: 100%;
  background-color: #c89769;
}
@media (min-width: 1201px) {
  footer .footerMenu li:hover::before {
    content: "";
    position: absolute;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
footer .footerMenu li a {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1.8px;
}
@media (max-width: 640px) {
  footer .footerMenu li a {
    font-size: 16px;
  }
}
@media (min-width: 1201px) {
  footer .footerMenu li a:hover {
    color: #c89769;
  }
}
footer .right {
  width: 32%;
}
@media (max-width: 1180px) {
  footer .right {
    width: 50%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  footer .right {
    width: 60%;
  }
}
footer .groupList {
  position: relative;
}
footer .groupList::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 640px) {
  footer .groupList::before {
    display: none;
  }
}
footer .groupList .slick-dots li.slick-active button:before,
footer .groupList .slick-slider .slick-dots li.slick-active button:before {
  background-color: #c89769;
}
footer .groupList .slick-slide {
  border: none;
}
footer .groupItem {
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  footer .groupItem {
    margin-bottom: 15px;
  }
}
footer .groupItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  width: 2px;
  height: 100%;
  background-color: #c89769;
}
@media (min-width: 1201px) {
  footer .groupItem:hover::before {
    content: "";
    position: absolute;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  footer .groupItem:hover :is(.title, .address) a {
    color: #c89769;
  }
}
footer .groupItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  footer .groupItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .groupItem .title {
  width: 25%;
}
@media (max-width: 640px) {
  footer .groupItem .title {
    width: 100%;
  }
}
footer .groupItem .title,
footer .groupItem .title a {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1.8px;
}
@media (max-width: 640px) {
  footer .groupItem .title,
  footer .groupItem .title a {
    font-size: 16px;
  }
}
footer .groupItem .address,
footer .groupItem .address a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1.6px;
}
@media (max-width: 640px) {
  footer .groupItem .address,
  footer .groupItem .address a {
    font-size: 14px;
  }
}
footer .bottom {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
footer .copyrightBox {
  position: relative;
  opacity: 0.8;
  padding: 25px 0;
  color: #fff;
}
footer .copyrightBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
footer .copyrightBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
footer .copyrightBox .copyright {
  padding: 0 5px;
  font-size: 14px;
}
footer .copyrightBox .ibestLink {
  padding: 0 5px;
}
footer .copyrightBox .ibestLink a {
  font-size: 14px;
  color: #fff;
}
@media (min-width: 1201px) {
  footer .copyrightBox .ibestLink a:hover {
    color: #c89769;
  }
}

.privacyArea {
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 50;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 760px;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  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;
}
.privacyArea .text {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
}
.privacyArea .text a {
  display: inline-block;
  margin-top: 8px;
  color: #062829;
  text-decoration: underline;
}
@media (min-width: 1201px) {
  .privacyArea .text a:hover {
    color: #062829;
  }
}
.privacyArea .btnBox {
  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: 100%;
  max-width: 360px;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  display: block;
  font-size: 9pt;
  line-height: 22px;
  color: #000;
}
.translateIbest .design a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 1201px) {
  .translateIbest .design a:hover {
    text-decoration: underline;
  }
}

/*手機快捷選單*/
.fixedQuickLink {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #062829;
}
@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,
.fixedQuickLink button {
  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: 100%;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*後台預覽模式*/
.adminPreviewArea {
  position: fixed;
  z-index: 99999;
  top: 15px;
  right: 0;
  max-width: 320px;
  padding: 20px;
  background: #fdc9c9;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  color: #000;
}
.adminPreviewArea button {
  text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  background-color: rgba(180, 0, 0, 0.85);
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*booking*/
.bookingArea {
  position: relative;
  z-index: 2;
  margin-top: -85px;
}
@media (max-width: 960px) {
  .bookingArea {
    margin-top: 0;
  }
}
.bookingArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border-right: 1px solid #e6e6e6;
  font-size: 15px;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .btn {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.bookingArea .btn button {
  width: 100%;
  height: 100%;
  background-color: #062829;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2rem;
}
@media (min-width: 1201px) {
  .bookingArea .btn button:hover {
    background-color: #062829;
  }
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bookingArea .btn button {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
  .bookingArea select {
    width: 100%;
  }
}

/*********內頁**********/
.mainArea {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px 0;
}
.bread .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #a9a9a9;
}
@media (min-width: 1201px) {
  .bread .wrap a:hover {
    color: #062829;
  }
}
.bread .wrap span {
  color: #666;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  margin-bottom: 20px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  color: #232323;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #d6d6d6;
  font-size: 22px;
  font-weight: 500;
  color: #232323;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
}

table.breakpoint > tbody > tr > td.expand {
  padding-left: 40px;
  background: url("../images/plus.png") no-repeat 5px center;
  cursor: pointer;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  position: relative;
  padding: 10px 30px 10px 10px;
  background-color: #062829;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
}
.classBox .classCurrent::before {
  content: "\f107";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  color: #fff;
}
@media (min-width: 1024px) {
  .classBox .classCurrent {
    pointer-events: none;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}
.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .classBoxRow .classLink li {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    display: block;
    padding: 10px 15px;
    background-color: #f0f0f0;
    color: #000;
    text-align: center;
    letter-spacing: 0.02rem;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: #062829;
    color: #fff;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: #062829;
    color: #fff;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open::before {
  background-color: #062829;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
          animation: aniSlideDown 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
  padding-left: 25px;
  background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current {
  background-color: rgba(6, 40, 41, 0.75);
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li span.open {
  background-color: rgba(6, 40, 41, 0.75);
  color: #fff;
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
    background-color: rgba(6, 40, 41, 0.75);
  }
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current {
  background-color: rgba(6, 40, 41, 0.5);
  color: #fff;
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover {
    background-color: rgba(6, 40, 41, 0.5);
  }
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
            animation: aniSlideLeft 0.5s 0.3s ease-out both;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li span {
    padding-left: 25px;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    display: block;
    position: relative;
    padding: 18px 15px;
    line-height: 1.2;
    color: #c89769;
    letter-spacing: 0.2rem;
  }
  .classBoxColumn .classLink a.current::before,
  .classBoxColumn .classLink span.current::before {
    background-color: #062829;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::after,
  .classBoxColumn .classLink span.current::after {
    background-color: #fff;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .classBoxColumn .classLink a:hover::before,
  .classBoxColumn .classLink span:hover::before {
    background-color: #062829;
    color: #fff;
  }
  .classBoxColumn .classLink a:hover::after,
  .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    overflow-y: auto;
    width: 100%;
    max-height: 90vh;
    background-color: #fff;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxRow .classLink > li > a.current,
  .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
  .classBoxColumn .classLink > li span.current {
    color: #fff;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span, .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    display: block;
    position: relative;
    padding: 14px 15px;
    background-color: #fff;
    color: #c89769;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current, .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #062829;
    color: #fff;
  }
}

.pageBox .pageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-top: 1px solid #cecece;
}
.pageBox .pageList a {
  display: block;
  border: 1px solid #c2c2c2;
  font-size: 15px;
  color: #666;
}
.pageBox .pageList a.nextBtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
}
.pageBox .pageList a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (min-width: 1201px) {
  .pageBox .pageList a:hover {
    background-color: #062829;
    border: 1px solid #062829;
    color: #fff;
  }
  .pageBox .pageList a:hover.nextBtn::before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
.pageBox .pageList.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number li {
  margin: 5px;
}
.pageBox .pageList.number a {
  position: relative;
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.pageBox .pageList.number a.nextBtn::before {
  top: 0;
  bottom: 0;
  margin: auto;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-bottom: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox .pageList.number a.current {
  background-color: #062829;
  border: 1px solid #062829;
  color: #fff;
}
@media (min-width: 1201px) {
  .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.pageBox .pageList.prevnext a {
  position: relative;
  width: 180px;
  height: 45px;
  padding: 0 20px;
  font-weight: 300;
  line-height: 43px;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  overflow: hidden;
  border-radius: 50%;
}
.pageBox .pageList.oval a {
  overflow: hidden;
  border-radius: 30px;
}

/*標籤*/
.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 {
  display: block;
  position: relative;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #062829;
  font-size: 13px;
  color: #062829;
}
@media (min-width: 1201px) {
  .tagBox a:hover {
    background-color: #062829;
    color: #fff;
  }
}
.tagBox a.current {
  background-color: #062829;
  color: #fff;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-size: 12px;
  font-family: FontAwesome;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab .tabItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c89769;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
.tab a.current {
  background-color: #062829;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
  display: none;
}

.albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumListMain .albumItem {
  max-height: 500px;
}
@media (max-width: 640px) {
  .albumBox .albumListMain .albumItem {
    max-height: 300px;
  }
}
.albumBox .albumListMain .albumItem img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  height: 200px;
  padding: 0 5px;
}
@media (max-width: 640px) {
  .albumBox .albumListNav .albumItem {
    height: 140px;
  }
}
.albumBox .albumListNav .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.side_menu li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu li > a.current {
  background-color: #8c8c8c;
  color: #fff;
}
.side_menu li > a b {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #808080;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-right: -10px;
  margin-bottom: 30px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
  display: block;
}
.side_album a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  -webkit-box-shadow: 0 1px 1px #8d2121;
          box-shadow: 0 1px 1px #8d2121;
  display: block;
  background-color: #f05b8f;
  border-radius: 4px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.side_booking a i {
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
  display: inline-block;
  margin-right: 15px;
  padding: 10px 15px;
  border-right: 1px solid #d33434;
  font-size: 28px;
}
@media (min-width: 1201px) {
  .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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  line-height: 35px;
  color: #a5a5a5;
  text-align: center;
  vertical-align: middle;
}
.side_contactInfo b {
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt .title a {
  font-size: 16px;
  font-weight: 400;
}
.side_room .Txt .text {
  overflow: hidden;
  max-height: 100px;
  font-size: 13px;
  line-height: 1.8;
  color: #858383;
}

/*對應&相關*/
.sideDataArea {
  margin: 30px 0;
}
.sideDataArea.news .Txt {
  padding: 15px 0;
}
.sideDataArea.fac .Txt, .sideDataArea.catalog .Txt, .sideDataArea.room .Txt {
  text-align: center;
}
.sideDataArea.catalog .Img::before {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  display: block;
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 8px 25px;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
}
.sideDataArea.catalog .Img.statusNew::before {
  content: "NEW";
  background-color: #062829;
  border: 1px solid #062829;
}
.sideDataArea.catalog .Img.statusHot::before {
  content: "HOT";
  background-color: #062829;
  border: 1px solid #062829;
}
.sideDataArea .sideDataList {
  margin: 0 -15px;
}
.sideDataArea .sideDataItem {
  padding: 0 15px;
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sideDataArea .Txt {
  padding: 15px;
}
.sideDataArea .Txt .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
  font-size: 16px;
  color: #666;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
  position: relative;
  margin-left: 11px;
  padding-left: 11px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.sideDataArea .Txt .title {
  max-height: 65px;
  font-size: 18px;
  font-weight: 500;
}
.sideDataArea .Txt .text {
  max-height: 60px;
  padding-top: 10px;
  font-size: 16px;
  color: #666;
}
@media (max-width: 1180px) {
  .sideDataArea .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
  .sideDataArea .Txt .newsInfoBox .classTitle + .date {
    margin-left: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList {
    margin: 0;
  }
  .sideDataArea .sideDataItem {
    padding: 0;
  }
}

/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
@media (min-width: 1201px) {
  .sideShare .shareList .shareItem a:hover,
  .sideShare .shareList .shareItem button:hover {
    opacity: 0.8;
  }
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  fill: #666;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
  width: 14px;
  height: 14px;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  overflow: hidden;
  background-color: #000;
}
.imh_opacity img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1201px) {
  .imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.imh_detail img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.imh_detail a:before {
  content: "Details+";
  display: block;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-top: -80px;
  margin-left: -45px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  font-size: 13px;
  color: #fff;
}
@media (min-width: 1201px) {
  .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;
  overflow: hidden;
  background-color: #000;
}
.imh_zoom img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  z-index: 99;
  top: -30px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #000;
  border-radius: 50%;
  font-size: 18px;
  font-family: FontAwesome;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1201px) {
  .imh_zoom:hover a:before {
    top: 50%;
  }
  .imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin: 10px 5px;
  background-color: #fff !important;
  cursor: pointer;
  border-radius: 50%;
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
  pointer-events: none;
  content: "";
  display: block;
  z-index: 2;
  opacity: 1;
  border-style: solid;
}
.slick-slider .slick-arrow.slick-prev::before,
.controlBox .slick-arrow.slick-prev::before {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
  border-width: 5px 9px 5px 0;
  border-color: transparent #062829 transparent transparent;
}
.slick-slider .slick-arrow.slick-next::before,
.controlBox .slick-arrow.slick-next::before {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #062829;
}
@media (min-width: 1201px) {
  .slick-slider .slick-arrow:hover,
  .controlBox .slick-arrow:hover {
    background-color: #062829 !important;
  }
  .slick-slider .slick-arrow:hover.slick-prev::before,
  .controlBox .slick-arrow:hover.slick-prev::before {
    border-color: transparent #fff transparent transparent;
  }
  .slick-slider .slick-arrow:hover.slick-next::before,
  .controlBox .slick-arrow:hover.slick-next::before {
    border-color: transparent transparent transparent #fff;
  }
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  width: 16px;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
  margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li,
.controlBox .slick-dots:not(.vertical) li {
  margin: 0 8px;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
  background-color: #fff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  color: transparent;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #062829;
}
@media (min-width: 1201px) {
  .slick-slider .slick-dots li:hover button::before,
  .controlBox .slick-dots li:hover button::before {
    opacity: 1;
    background-color: #062829;
  }
}

.slickClsList:not(.slick-slider) {
  overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
  display: none;
}

.Img {
  position: relative;
}
.Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  -webkit-transition: all 1.2s ease !important;
  transition: all 1.2s ease !important;
}

.mouse {
  --x: 0px;
  --y: 0px;
  pointer-events: none;
  position: fixed;
  z-index: 1010;
  top: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mouse.init {
  opacity: 1;
}
@media (max-width: 1180px) {
  .mouse {
    display: none;
  }
}

.mouseBox {
  scale: var(--scale);
  pointer-events: none;
  rotate: -20deg;
  translate: var(--x) var(--y);
  -webkit-mask-image: url("../images/circle.png");
          mask-image: url("../images/circle.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  width: 32px;
  height: 32px;
  -webkit-transition: translate var(--delay), scale 0.4s, opacity 0.4s;
  transition: translate var(--delay), scale 0.4s, opacity 0.4s;
  background: rgba(236, 234, 234, 0.5);
}

.mouseBox.hover {
  background: #c89769;
}

.mouseBox.hover:first-of-type {
  scale: 1.25;
  opacity: 0.35;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}

.lenis-smooth {
  scroll-behavior: auto;
}
.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.lenis-stopped {
  overflow: hidden;
}
.lenis-scrolling iframe {
  pointer-events: none;
}