.aboutArea .aboutList .Txt .title, .serviceArea .serviceBox .serviceList .Txt .title, .serviceArea .serviceBox .serviceList .Txt .subTitle::after, .serviceArea .serviceBox .serviceList .Txt .subTitle, .restaurantArea .TxtBox .restaurantList .Txt .secTit, .restaurantArea .TxtBox .restaurantList .Txt .mainTit, .restaurantArea .TxtBox .restaurantList .Txt, .restaurantArea .TxtBox .restaurantList .item::after, .roomArea .Txt .btnBox, .roomArea .Txt .facList, .roomArea .Txt .text, .roomArea .Txt .title, .roomArea .Txt .type, .roomArea .topBox .classTitle, .roomArea .topBox, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .bannerArea .bannerItem.onlyOne .Txt, .newsArea .newsItem .textBox .title, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 1181px) {
  .privacyArea {
    opacity: 0;
  }
}
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #b19365;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #b19365;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.outerWrap {
  padding-top: 0;
}
@media (min-width: 1181px) {
  .outerWrap.show ~ .privacyArea {
    -webkit-animation: fadeIn 0.5s 2.5s ease-in-out forwards;
            animation: fadeIn 0.5s 2.5s ease-in-out forwards;
  }
  .outerWrap.show header {
    -webkit-animation: headerAni 3s ease-in-out forwards;
            animation: headerAni 3s ease-in-out forwards;
  }
}
.outerWrap.show .bannerArea .bannerItem.onlyOne .Txt {
  opacity: 1;
  padding-bottom: 30px;
}
.outerWrap.show .bannerArea .bannerItem.onlyOne .Txt .leftBox,
.outerWrap.show .bannerArea .bannerItem.onlyOne .Txt .rightBox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  opacity: 1;
}
@media (max-width: 1180px) {
  .outerWrap.show .bannerArea .bannerItem.onlyOne .Txt .leftBox,
  .outerWrap.show .bannerArea .bannerItem.onlyOne .Txt .rightBox {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.outerWrap.show .bannerArea .bannerItem.onlyOne .Txt:after {
  width: 100%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
}
.outerWrap.show .bannerArea .bannerItem.onlyOne .sideBg img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.outerWrap.show .bannerArea .bannerItem.onlyOne .sideBg .leftLeaf {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.outerWrap.show .bannerArea .bannerItem.onlyOne .sideBg .rightLeaf {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.outerWrap.show .bannerArea .bannerItem.onlyOne .Img img {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}
.outerWrap.show .bannerArea .bannerItem.onlyOne .Img:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0.5;
  -webkit-animation: fanAni 0.5s 1s ease-in-out forwards;
          animation: fanAni 0.5s 1s ease-in-out forwards;
}
.outerWrap.show .bannerArea .bannerItem.onlyOne .slogan {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

header {
  top: 30px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 1180px) {
  header {
    top: 15px;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
header::after {
  opacity: 0;
  top: -100%;
}
header .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1180px) {
  header .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .logo {
  width: 235px;
}
header .logo img {
  width: 100%;
  /*height: 85px;*/
  margin: auto;
}
@media (max-width: 1180px) {
  header .logo img {
    /*height: 80px;*/
  }
}
header .logo img.unScroll {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
header .logo img.scroll {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
header .menu > .menuItem a {
  padding: 5px 28px;
}
@media (max-width: 1536px) {
  header .menu > .menuItem a {
    padding: 5px 15px;
  }
}
@media (max-width: 1366px) {
  header .menu > .menuItem a {
    padding: 5px 10px;
  }
}
header.show, header.sticky {
  top: 0 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
header.show::after, header.sticky::after {
  top: 0;
  opacity: 1;
}
header.show .wrap, header.sticky .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.show .logo img, header.sticky .logo img {
  width: 100%;
}
header.show .logo img.unScroll, header.sticky .logo img.unScroll {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
header.show .logo img.scroll, header.sticky .logo img.scroll {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
header.show .menu > .menuItem a, header.sticky .menu > .menuItem a {
  padding: 26px 28px;
}
@media (max-width: 1536px) {
  header.show .menu > .menuItem a, header.sticky .menu > .menuItem a {
    padding: 26px 15px;
  }
}
@media (max-width: 1366px) {
  header.show .menu > .menuItem a, header.sticky .menu > .menuItem a {
    padding: 26px 10px;
  }
}

.mainArea {
  padding: 0;
}

.textEditorBox {
  text-align: center;
}
.textEditorBox .editorTitle {
  color: #555555;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.32px;
}
@media (max-width: 480px) {
  .textEditorBox .editorTitle {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}
.textEditorBox .editorTitle .green {
  color: #b19365;
}
.textEditorBox .editorTitle .blue {
  color: #b19365;
}
.textEditorBox .editorTxt {
  color: #888888;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.9px;
}
@media (max-width: 480px) {
  .textEditorBox .editorTxt {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.titleBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.titleBar .titleBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.titleBar .controlBox {
  text-align: right;
  width: 220px;
}

.colorDotsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.colorDotsBox .colorDotsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
}
.colorDotsBox .colorDotsItem {
  margin: 0 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.colorDotsBox .colorDotsItem:nth-child(1) {
  background-color: #b19365;
}
.colorDotsBox .colorDotsItem:nth-child(2) {
  background-color: #b19365;
}
.colorDotsBox .colorDotsItem:nth-child(3) {
  background-color: #b19365;
}
.colorDotsBox .colorDotsItem:nth-child(4) {
  background-color: #b19365;
}

.newsArea {
  padding: 85px 0 90px;
  background-image: url(../images/noise_yellow_bg.jpg);
  background-repeat: repeat;
}
@media (max-width: 768px) {
  .newsArea {
    padding: 50px 0 60px;
  }
}
.newsArea .newsBox {
  position: relative;
}
@media (max-width: 768px) {
  .newsArea .newsBox {
    border-bottom: 1px solid #e1e1e1;
  }
}
@media (max-width: 768px) {
  .newsArea .controlBox.pc {
    display: none;
  }
}
.newsArea .controlBox.mb {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  display: none;
}
@media (max-width: 768px) {
  .newsArea .controlBox.mb {
    display: block;
    padding-top: 20px;
  }
}
.newsArea .titleBar {
  padding-top: 42px;
}
@media (max-width: 768px) {
  .newsArea .titleBar {
    padding-top: 25px;
  }
}
.newsArea .textEditorBox {
  padding-bottom: 53px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 768px) {
  .newsArea .textEditorBox {
    padding-bottom: 30px;
  }
}
.newsArea .textEditorBox .textEditor {
  max-width: 660px;
  margin: 0 auto;
}
.newsArea .slick-list {
  padding: 30px 0;
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea .newsList {
  margin: 0 -13.5px;
}
.newsArea .newsItem {
  padding: 0 13.5px;
}
.newsArea .newsItem .Txt {
  padding-top: 20px;
}
.newsArea .newsItem .item {
  position: relative;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .newsArea .newsItem .item:hover .textBox .title {
    color: #b19365;
  }
  .newsArea .newsItem .item:hover .Img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
.newsArea .newsItem .Img {
  overflow: hidden;
}
.newsArea .newsItem .Img img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.newsArea .newsItem .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 22px;
}
.newsArea .newsItem .newsInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.newsArea .newsItem .newsInfoBox .dateBox::after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #dbdbdb;
  margin-left: 18px;
  margin-right: 13px;
  position: relative;
  bottom: 5px;
}
@media (max-width: 992px) {
  .newsArea .newsItem .newsInfoBox .dateBox::after {
    width: 20px;
    margin-left: 15px;
    margin-right: 10px;
  }
}
.newsArea .newsItem .newsInfoBox .dateBox .date {
  color: #555555;
  font-size: 27px;
  font-weight: 100;
  letter-spacing: 1.62px;
  line-height: 1;
}
.newsArea .newsItem .newsInfoBox .dateBox .year {
  color: #555555;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.72px;
  margin-left: 10px;
}
.newsArea .newsItem .classTitle {
  color: #888888;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.78px;
  padding-top: 5px;
}
.newsArea .newsItem .textBox .title {
  color: #555555;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.647;
  letter-spacing: 1.02px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsArea .newsItem .textBox .text {
  color: #888888;
  font-size: 15px;
  line-height: 1.666;
  letter-spacing: 0.9px;
  margin-top: 10px;
  height: 50px;
  overflow: hidden;
}
.newsArea .newsItem .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .newsArea .btnBox {
    margin-top: 20px;
  }
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem.onlyOne .innerBox {
  max-width: 1840px;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
}
.bannerArea .bannerItem.onlyOne .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem.onlyOne .Txt {
    padding-bottom: 7vw;
  }
}
@media (max-width: 900px) {
  .bannerArea .bannerItem.onlyOne .Txt {
    display: none;
  }
}
.bannerArea .bannerItem.onlyOne .Txt:after {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  max-width: calc(100% - 40px);
  width: 0;
  height: 1px;
  background-color: #d2d2d2;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem.onlyOne .Txt:after {
    top: 20px;
  }
}
@media (max-width: 992px) {
  .bannerArea .bannerItem.onlyOne .Txt:after {
    top: 15px;
  }
}
@media (max-width: 900px) {
  .bannerArea .bannerItem.onlyOne .Txt:after {
    display: none;
  }
}
.bannerArea .bannerItem.onlyOne .Txt .leftBox,
.bannerArea .bannerItem.onlyOne .Txt .rightBox {
  width: 50%;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem.onlyOne .Txt .leftBox,
  .bannerArea .bannerItem.onlyOne .Txt .rightBox {
    width: 100%;
  }
}
.bannerArea .bannerItem.onlyOne .Txt .leftBox .text {
  max-width: 230px;
  margin-top: 38px;
  padding-left: 2px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem.onlyOne .Txt .leftBox .text {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .bannerArea .bannerItem.onlyOne .Txt .leftBox .text {
    margin-top: 20px;
  }
}
.bannerArea .bannerItem.onlyOne .Txt .rightBox {
  padding-top: 93px;
}
@media (max-width: 900px) {
  .bannerArea .bannerItem.onlyOne .Txt .rightBox {
    display: none;
  }
}
.bannerArea .bannerItem.onlyOne .Txt .rightBox .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
}
.bannerArea .bannerItem.onlyOne .Txt .rightBox .text:not(:first-child) {
  padding-left: 130px;
}
@media (max-width: 1536px) {
  .bannerArea .bannerItem.onlyOne .Txt .rightBox .text:not(:first-child) {
    padding-left: 50px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem.onlyOne .Txt .rightBox .text:not(:first-child) {
    padding-left: 30px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem.onlyOne .Txt .rightBox .text:not(:first-child) {
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  .bannerArea .bannerItem.onlyOne .Txt .rightBox .text:not(:first-child) {
    padding-left: 10px;
  }
}
.bannerArea .bannerItem.onlyOne .Txt .textBox {
  color: #555555;
  max-width: 60%;
}
.bannerArea .bannerItem.onlyOne .Txt .title {
  font-size: 32px;
  font-size: clamp(25px, 2.5vw, 32px);
  font-weight: 300;
  letter-spacing: 1.92px;
}
.bannerArea .bannerItem.onlyOne .Txt .title .colorGreen {
  color: #b19365;
}
.bannerArea .bannerItem.onlyOne .Txt .title .colorBlue {
  color: #b19365;
}
.bannerArea .bannerItem.onlyOne .Txt .subtitle {
  font-size: 18px;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 400;
  letter-spacing: 1.08px;
  margin-top: 7px;
}
.bannerArea .bannerItem.onlyOne .Txt .text {
  font-size: 14px;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 300;
  line-height: 1.785;
  letter-spacing: 0.84px;
}
.bannerArea .bannerItem.onlyOne .sideBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}
.bannerArea .bannerItem.onlyOne .sideBg img {
  position: absolute;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
  opacity: 0;
}
.bannerArea .bannerItem.onlyOne .sideBg .leftLeaf {
  left: -1px;
  bottom: 16.4%;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem.onlyOne .sideBg .leftLeaf {
    width: 15%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem.onlyOne .sideBg .leftLeaf {
    width: 10%;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem.onlyOne .sideBg .leftLeaf {
    bottom: 30%;
    width: 20%;
  }
}
.bannerArea .bannerItem.onlyOne .sideBg .rightLeaf {
  right: 0;
  top: 16%;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem.onlyOne .sideBg .rightLeaf {
    width: 25%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem.onlyOne .sideBg .rightLeaf {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem.onlyOne .sideBg .rightLeaf {
    width: 30%;
  }
}
.bannerArea .bannerItem.onlyOne .Img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 20px;
  z-index: 2;
  width: 38.646vw;
  height: 37.5vw;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem.onlyOne .Img {
    margin-left: 1vw;
  }
}
@media (max-width: 900px) {
  .bannerArea .bannerItem.onlyOne .Img {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem.onlyOne .Img {
    width: 78.646vw;
    height: 77.5vw;
    top: 40%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
@media (max-width: 540px) {
  .bannerArea .bannerItem.onlyOne .Img {
    width: 73.646vw;
    height: 72.5vw;
    top: 105px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 440px) {
  .bannerArea .bannerItem.onlyOne .Img {
    width: 70.646vw;
    height: 69.5vw;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerItem.onlyOne .Img {
    width: 65.646vw;
    height: 64.5vw;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem.onlyOne .Img {
    top: 100px;
  }
}
@media (max-width: 320px) {
  .bannerArea .bannerItem.onlyOne .Img {
    top: 95px;
  }
}
.bannerArea .bannerItem.onlyOne .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 1;
}
.bannerArea .bannerItem.onlyOne .Img:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-image: url(../images/bannerFan.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 0;
}
.bannerArea .bannerItem.onlyOne .slogan {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 2;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  opacity: 0;
}
@media (max-width: 1840px) {
  .bannerArea .bannerItem.onlyOne .slogan {
    padding: 0 20px;
  }
}
.bannerArea .bannerItem.onlyOne .slogan .textBox {
  color: #555555;
  display: none;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem.onlyOne .slogan .textBox {
    opacity: 0;
  }
}
@media (max-width: 900px) {
  .bannerArea .bannerItem.onlyOne .slogan .textBox {
    display: block;
  }
}
.bannerArea .bannerItem.onlyOne .slogan .title {
  font-size: 32px;
  font-size: clamp(23px, 1vw, 32px);
  font-weight: 300;
  letter-spacing: 1.92px;
  padding-bottom: 20px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem.onlyOne .slogan .title {
    font-size: clamp(22px, 2.5vw, 32px);
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem.onlyOne .slogan .title {
    font-size: clamp(22px, 4.5vw, 32px);
  }
}
@media (max-width: 440px) {
  .bannerArea .bannerItem.onlyOne .slogan .title {
    padding-bottom: 10px;
  }
}
.bannerArea .bannerItem.onlyOne .slogan .title .colorGreen {
  color: #b19365;
}
.bannerArea .bannerItem.onlyOne .slogan .title .colorBlue {
  color: #b19365;
}
.bannerArea .bannerItem.onlyOne .slogan img {
  margin: 0 auto;
  max-width: 1800px;
  width: 100%;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem.onlyOne .slogan img {
    opacity: 0;
  }
}
.bannerArea .bannerItem.onlyOne .bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bannerArea .bannerItem:not(.onlyOne) .Txt {
  max-width: 1440px;
  padding: 110px 20px 85px;
}
@media (max-width: 375px) {
  .bannerArea .bannerItem:not(.onlyOne) .Txt {
    padding-top: 140px;
  }
}
.bannerArea .bannerItem:not(.onlyOne) .Txt .textBox {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: normal;
  text-align: center;
}
.bannerArea .bannerItem:not(.onlyOne) .Txt .title {
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 1.98px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem:not(.onlyOne) .Txt .title {
    font-size: 31px;
    letter-spacing: 1.86px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem:not(.onlyOne) .Txt .title {
    font-size: 27px;
    letter-spacing: 1.62px;
  }
}
.bannerArea .bannerItem:not(.onlyOne) .Txt .title .colorGreen {
  color: #b19365;
}
.bannerArea .bannerItem:not(.onlyOne) .Txt .title .colorBlue {
  color: #b19365;
}
.bannerArea .bannerItem:not(.onlyOne) .Txt .subtitle {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1.68px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem:not(.onlyOne) .Txt .subtitle {
    font-size: 26px;
    letter-spacing: 1.56px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem:not(.onlyOne) .Txt .subtitle {
    font-size: 24px;
    letter-spacing: 1.44px;
  }
}
.bannerArea .bannerItem:not(.onlyOne) .Txt .text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.785;
  letter-spacing: 1.2px;
  opacity: 0;
  margin-top: 15px;
}
.bannerArea .bannerItem:not(.onlyOne) .Txt .text:last-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem:not(.onlyOne) .Txt .text {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem:not(.onlyOne) .Txt .text {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
.bannerArea .bannerItem:not(.onlyOne) .Txt .btnBox {
  opacity: 0;
  text-align: center;
}
@media (max-width: 375px) {
  .bannerArea .bannerItem:not(.onlyOne) .Txt .btnBox {
    margin-top: 20px;
  }
}
.bannerArea .bannerItem:not(.onlyOne) .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem:not(.onlyOne) .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem:not(.onlyOne) .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem:not(.onlyOne) .Img {
  position: relative;
}
.bannerArea .bannerItem:not(.onlyOne) .Img:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
.bannerArea .bannerItem:not(.onlyOne) .Img img {
  width: 100%;
}
.bannerArea .bannerItem:not(.onlyOne) .btnBox .btn.colorMain {
  color: #ffffff;
  border-color: #ffffff;
}
.bannerArea .slick-current:has(.onlyOne) .Txt {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
@media (max-width: 768px) {
  .bannerArea .slick-current:has(.onlyOne) .slogan .textBox {
    -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
            animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
  }
  .bannerArea .slick-current:has(.onlyOne) .slogan img {
    -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
            animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
  }
}
.bannerArea .slick-current:not(:has(.onlyOne)) .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current:not(:has(.onlyOne)) .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current:not(:has(.onlyOne)) .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current:not(:has(.onlyOne)) .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current:not(:has(.onlyOne)) .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #b19365;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #b19365;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #b19365;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo, .bannerArea .socialBox, .bannerArea .scrollDown, .bannerArea .slick-dots, .bannerArea .slick-arrow {
    display: none !important;
  }
}

.roomArea {
  padding: 70px 0 100px;
  background-image: url(../images/noise_white_bg.jpg);
  background-repeat: repeat;
}
@media (max-width: 992px) {
  .roomArea {
    padding: 50px 0 20px;
  }
}
@media (max-width: 768px) {
  .roomArea {
    padding: 50px 0 10px;
  }
}
.roomArea .wrap {
  padding: 0;
  max-width: 100%;
}
.roomArea .titleBox {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .roomArea .titleBox {
    display: none;
  }
}
.roomArea .roomBox {
  position: relative;
  overflow: hidden;
}
.roomArea .roomBox .leftBox,
.roomArea .roomBox .rightBox {
  position: absolute;
  top: 0;
  width: 1000px;
}
@media (max-width: 1440px) {
  .roomArea .roomBox .leftBox,
  .roomArea .roomBox .rightBox {
    display: none;
  }
}
.roomArea .roomBox .leftBox .Txt,
.roomArea .roomBox .rightBox .Txt {
  display: none;
}
.roomArea .roomBox .leftBox {
  right: calc(100% - 110px);
}
@media (max-width: 1536px) {
  .roomArea .roomBox .leftBox {
    right: calc(100% - 90px);
  }
}
.roomArea .roomBox .midBox {
  width: calc(100% - 253px);
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .roomArea .roomBox .midBox {
    width: calc(100% - 210px);
  }
}
@media (max-width: 1440px) {
  .roomArea .roomBox .midBox {
    width: calc(100% - 100px);
  }
}
@media (max-width: 1180px) {
  .roomArea .roomBox .midBox {
    width: calc(100% - 60px);
  }
}
@media (max-width: 992px) {
  .roomArea .roomBox .midBox {
    width: 100%;
  }
}
.roomArea .roomBox .rightBox {
  left: calc(100% - 110px);
}
@media (max-width: 1536px) {
  .roomArea .roomBox .rightBox {
    left: calc(100% - 90px);
  }
}
.roomArea .midBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .roomArea .midBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.roomArea .midBox .Img {
  width: 60.607%;
  position: relative;
}
@media (max-width: 992px) {
  .roomArea .midBox .Img {
    width: 100%;
  }
}
.roomArea .midBox .Img::before, .roomArea .midBox .Img::after {
  content: "";
  position: absolute;
  width: 0;
  height: 10px;
  -webkit-transition: all 0.65s 0.05s ease-in-out;
  transition: all 0.65s 0.05s ease-in-out;
  opacity: 0;
}
@media (max-width: 640px) {
  .roomArea .midBox .Img::before, .roomArea .midBox .Img::after {
    height: 5px;
  }
}
.roomArea .midBox .Img::before {
  left: 50px;
  top: -10px;
  background-color: #b19366;
}
@media (max-width: 640px) {
  .roomArea .midBox .Img::before {
    left: 25px;
    top: -5px;
  }
}
.roomArea .midBox .Img::after {
  right: 50px;
  bottom: -10px;
  background-color: #b19365;
}
@media (max-width: 640px) {
  .roomArea .midBox .Img::after {
    right: 25px;
    bottom: -5px;
  }
}
.roomArea .midBox .Txt {
  width: 39.393%;
}
@media (max-width: 992px) {
  .roomArea .midBox .Txt {
    width: 100%;
  }
}
.roomArea .item {
  padding: 10px 0;
}
@media (max-width: 992px) {
  .roomArea .item {
    padding: 0;
  }
}
.roomArea .item.show > .topBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.roomArea .item.show .Img::before, .roomArea .item.show .Img::after {
  opacity: 1;
}
.roomArea .item.show .Img::before {
  width: 235px;
}
@media (max-width: 600px) {
  .roomArea .item.show .Img::before {
    width: 115px;
  }
}
.roomArea .item.show .Img::after {
  width: 460px;
}
@media (max-width: 600px) {
  .roomArea .item.show .Img::after {
    width: 220px;
  }
}
.roomArea .item.show .Txt .topBox,
.roomArea .item.show .Txt .type,
.roomArea .item.show .Txt .title,
.roomArea .item.show .Txt .text,
.roomArea .item.show .Txt .facList,
.roomArea .item.show .Txt .btnBox,
.roomArea .item.show .Txt .controlBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.roomArea .topBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  color: #555555;
  padding-bottom: 30px;
  margin-bottom: 35px;
  text-align: center;
}
.roomArea .topBox .icon {
  margin-bottom: 8px;
}
.roomArea .topBox .icon svg {
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}
.roomArea .topBox.mb {
  display: none;
}
@media (max-width: 992px) {
  .roomArea .topBox.mb {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .roomArea .topBox.mb {
    padding-bottom: 10px;
  }
}
.roomArea .topBox.pc {
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 992px) {
  .roomArea .topBox.pc {
    display: none;
  }
}
.roomArea .topBox .classDeco {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.84px;
}
.roomArea .topBox .classTitle {
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.87;
  letter-spacing: 0.9px;
  margin-top: 2px;
}
.roomArea .Img {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.roomArea .Img a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .roomArea .Img a:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
  }
}
.roomArea .Img img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 993px) {
  .roomArea .Img img {
    width: auto;
    height: 540px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.roomArea .Txt {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1440px) {
  .roomArea .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .roomArea .Txt {
    padding: 50px 30px 0;
  }
}
@media (max-width: 768px) {
  .roomArea .Txt {
    padding: 50px 20px 0;
  }
}
@media (max-width: 640px) {
  .roomArea .Txt {
    padding: 40px 20px 0;
  }
}
.roomArea .Txt .innerBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 80px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 1800px) {
  .roomArea .Txt .innerBox {
    padding: 0 30px;
  }
}
@media (max-width: 1440px) {
  .roomArea .Txt .innerBox {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .roomArea .Txt .innerBox {
    width: 100%;
  }
}
.roomArea .Txt .type {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.roomArea .Txt .type span {
  color: #b19365;
  font-size: 13px;
  font-weight: 400;
  display: inline;
  border: 1px solid #afc7d2;
  padding: 4px 17px 3px;
}
.roomArea .Txt .type span:not(:last-child) {
  margin-right: 5px;
}
.roomArea .Txt .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  color: #555555;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 1.02px;
  margin-top: 20px;
  padding-bottom: 10px;
}
.roomArea .Txt .title a {
  display: block;
  color: #555555;
}
@media (min-width: 1201px) {
  .roomArea .Txt .title a:hover {
    color: #b19365;
  }
}
.roomArea .Txt .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  color: #888888;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.73;
  letter-spacing: 0.9px;
  height: 78px;
}
@media (max-width: 992px) {
  .roomArea .Txt .text {
    height: 52px;
  }
}
.roomArea .Txt .facList {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 35px;
  padding: 16px 0 10px;
}
@media (max-width: 992px) {
  .roomArea .Txt .facList {
    margin-top: 20px;
  }
}
@media (max-width: 414px) {
  .roomArea .Txt .facList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.roomArea .Txt .facList .facItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 22px;
}
@media (max-width: 414px) {
  .roomArea .Txt .facList .facItem {
    padding: 0;
  }
}
.roomArea .Txt .facList .facItem:not(:last-child) {
  position: relative;
}
@media (max-width: 414px) {
  .roomArea .Txt .facList .facItem:not(:last-child) {
    padding-bottom: 5px;
  }
}
.roomArea .Txt .facList .facItem:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 20px;
  background-color: #dbdbdb;
}
@media (max-width: 414px) {
  .roomArea .Txt .facList .facItem:not(:last-child)::after {
    display: none;
  }
}
.roomArea .Txt .facList .icon {
  color: #555555;
  margin-right: 10px;
}
.roomArea .Txt .facList .txt {
  color: #888888;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.86;
  letter-spacing: 0.9px;
}
.roomArea .Txt .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  margin-top: 45px;
}
@media (max-width: 640px) {
  .roomArea .Txt .btnBox {
    margin-top: 30px;
  }
}
.roomArea .Txt .btnBox .btn {
  max-width: 240px;
}
.roomArea .controlBox {
  width: 130px;
  padding-left: 14px;
  border-left: 1px solid #e8e8e8;
  padding: 25px 0 25px 14px;
  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;
}
@media (max-width: 1660px) {
  .roomArea .controlBox {
    width: 80px;
  }
}
@media (max-width: 1440px) {
  .roomArea .controlBox {
    width: 100%;
    margin: 0 auto;
    border-left: 0;
    border-top: 1px solid #e8e8e8;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30px;
  }
  .roomArea .controlBox .arrowBox .arrow.arrowPrev {
    margin-right: 15px;
  }
  .roomArea .controlBox .arrowBox .arrow.arrowNext {
    margin-left: 15px;
  }
}
@media (max-width: 992px) {
  .roomArea .controlBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.5s 0.7s;
    transition: all 0.5s 0.7s;
  }
}
@media (min-width: 1441px) {
  .roomArea .controlBox .arrowBox {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .roomArea .controlBox .arrowBox .arrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .roomArea .controlBox .arrowBox .arrow .icon {
    height: 50px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .roomArea .controlBox .arrowBox .arrow .txt {
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
  }
  .roomArea .controlBox .arrowBox .arrow.arrowPrev {
    margin-bottom: 20px;
  }
  .roomArea .controlBox .arrowBox .arrow.arrowPrev .icon {
    -webkit-transform-origin: 18px 18px;
            transform-origin: 18px 18px;
  }
  .roomArea .controlBox .arrowBox .arrow.arrowPrev .txt {
    margin-left: 0;
    margin-top: 20px;
  }
  .roomArea .controlBox .arrowBox .arrow.arrowNext {
    margin-top: 20px;
  }
  .roomArea .controlBox .arrowBox .arrow.arrowNext .icon {
    -webkit-transform-origin: 18px 18px;
            transform-origin: 18px 18px;
  }
  .roomArea .controlBox .arrowBox .arrow.arrowNext .txt {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.roomArea .controlBox .pagingInfo {
  padding-top: 30px;
}
@media (max-width: 1440px) {
  .roomArea .controlBox .pagingInfo {
    padding-top: 0;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 992px) {
  .roomArea .controlBox .pagingInfo {
    display: none;
  }
}
.roomArea .controlBox .pagingInfo span {
  display: block;
  color: #555555;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.72px;
}
@media (max-width: 1440px) {
  .roomArea .controlBox .pagingInfo span {
    display: inline-block;
  }
}
.roomArea .controlBox .pagingInfo .slash {
  width: 1px;
  height: 28px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-color: #bdbdbd;
  margin: 16px auto;
}
@media (max-width: 1440px) {
  .roomArea .controlBox .pagingInfo .slash {
    height: 20px;
    margin: 0 15px;
  }
}

.restaurantArea {
  padding: 50px 0 70px;
}
@media (max-width: 992px) {
  .restaurantArea {
    padding-bottom: 0;
  }
  .restaurantArea > .wrap .titleBox {
    display: none;
  }
}
.restaurantArea .restaurantList .restaurantItem {
  position: relative;
}
.restaurantArea .restaurantList .Img {
  position: relative;
}
.restaurantArea .restaurantList .Img::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 992px) {
  .restaurantArea .restaurantBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) {
  .restaurantArea .ImgBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.restaurantArea .ImgBox .wrap {
  max-width: 100%;
  padding: 0;
}
.restaurantArea .ImgBox .TxtGroup {
  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;
  max-width: 1540px;
  padding: 0 50px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .restaurantArea .ImgBox .TxtGroup {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .restaurantArea .ImgBox .TxtGroup {
    padding: 0 20px;
  }
}
.restaurantArea .ImgBox .item.show .Txt .title::after {
  width: 100%;
}
.restaurantArea .ImgBox .item.show .Txt .mainTit,
.restaurantArea .ImgBox .item.show .Txt .secTit,
.restaurantArea .ImgBox .item.show .Txt .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.restaurantArea .ImgBox .item.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.restaurantArea .ImgBox .Txt {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}
.restaurantArea .ImgBox .Txt .title {
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}
.restaurantArea .ImgBox .Txt .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(219, 219, 219, 0.5);
  -webkit-transition: all 0.7s 0.25s;
  transition: all 0.7s 0.25s;
}
.restaurantArea .ImgBox .Txt .mainTit {
  font-size: 22px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.27;
  letter-spacing: 1.32px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.7s 0.1s;
  transition: all 0.7s 0.1s;
}
.restaurantArea .ImgBox .Txt .secTit {
  font-size: 14px;
  line-height: 2.14;
  font-weight: 300;
  letter-spacing: 0.84px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.7s 0.3s;
  transition: all 0.7s 0.3s;
}
.restaurantArea .ImgBox .Txt .text {
  font-size: 15px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.733;
  letter-spacing: 0.9px;
  height: 78px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.7s 0.4s;
  transition: all 0.7s 0.4s;
}
@media (max-width: 768px) {
  .restaurantArea .ImgBox .Txt .text {
    height: auto;
    max-height: 130px;
  }
}
.restaurantArea .ImgBox .Img img {
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .restaurantArea .ImgBox .Img img {
    height: 500px;
  }
}
.restaurantArea .ImgBox .btnBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.7s 0.55s;
  transition: all 0.7s 0.55s;
  margin: 47px -10px 0;
}
@media (max-width: 768px) {
  .restaurantArea .ImgBox .btnBox {
    margin: 35px -10px 0;
  }
}
.restaurantArea .ImgBox .btnBox .btn {
  max-width: 200px;
}
.restaurantArea .ImgBox .btnBox .btn.colorMain {
  color: #ffffff;
}
.restaurantArea .TxtBox .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 992px) {
  .restaurantArea .TxtBox .innerBox {
    border-bottom: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .restaurantArea .TxtBox .innerBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.restaurantArea .TxtBox .titleBox {
  width: 315px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .restaurantArea .TxtBox .titleBox {
    width: 290px;
  }
}
@media (max-width: 992px) {
  .restaurantArea .TxtBox .titleBox {
    width: calc(100% - 220px);
  }
}
@media (max-width: 600px) {
  .restaurantArea .TxtBox .titleBox {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .restaurantArea .TxtBox .titleBox .colorDotsBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.restaurantArea .TxtBox .listBox {
  width: calc(100% - 535px);
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .restaurantArea .TxtBox .listBox {
    padding-left: 0;
    width: calc(100% - 510px);
  }
}
@media (max-width: 992px) {
  .restaurantArea .TxtBox .listBox {
    display: none;
  }
}
.restaurantArea .TxtBox .restaurantList .slick-current .item::after {
  width: 100%;
}
.restaurantArea .TxtBox .restaurantList .slick-current .item .Txt {
  color: #b19365;
}
.restaurantArea .TxtBox .restaurantList .item {
  position: relative;
}
.restaurantArea .TxtBox .restaurantList .item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #b19365;
}
@media (min-width: 1201px) {
  .restaurantArea .TxtBox .restaurantList .item:hover::after {
    width: 100%;
  }
  .restaurantArea .TxtBox .restaurantList .item:hover .Txt {
    color: #b19365;
  }
}
.restaurantArea .TxtBox .restaurantList .Txt {
  text-align: center;
  color: #555555;
  cursor: pointer;
  padding: 50px 0 40px;
}
.restaurantArea .TxtBox .restaurantList .Txt .title {
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.restaurantArea .TxtBox .restaurantList .Txt .mainTit {
  font-size: 17px;
  letter-spacing: 1.02px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.restaurantArea .TxtBox .restaurantList .Txt .secTit {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.84px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.restaurantArea .TxtBox .controlBox {
  width: 220px;
}

.serviceArea {
  position: relative;
  overflow: hidden;
  padding-bottom: 190px;
}
@media (max-width: 1180px) {
  .serviceArea {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .serviceArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .serviceArea {
    padding: 60px 0;
  }
}
.serviceArea::before, .serviceArea::after {
  content: "";
  position: absolute;
}
.serviceArea::before {
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/logo_pattern.png);
  background-repeat: round;
  background-color: #ffffff;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff;
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 1536px) {
  .serviceArea::before {
    height: 100px;
  }
}
@media (max-width: 992px) {
  .serviceArea::before {
    display: none;
  }
}
.serviceArea::after {
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/service_bg2.png), url(../images/service_bg.jpg);
  background-repeat: no-repeat, repeat;
}
.serviceArea .controlBox {
  max-width: 220px;
  margin: 10px auto 0;
}
@media (max-width: 992px) {
  .serviceArea .controlBox {
    margin: 40px auto 0;
  }
}
@media (max-width: 768px) {
  .serviceArea .controlBox {
    margin: 20px auto 0;
  }
}
@media (max-width: 992px) {
  .serviceArea .controlBox.pc {
    display: none;
  }
}
.serviceArea .controlBox.mb {
  display: none;
}
@media (max-width: 992px) {
  .serviceArea .controlBox.mb {
    display: block;
  }
}
.serviceArea .topBox,
.serviceArea .serviceBox {
  position: relative;
  z-index: 2;
}
.serviceArea .Img img {
  width: 100%;
}
.serviceArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -75px;
}
@media (max-width: 992px) {
  .serviceArea .topBox {
    margin-top: 0;
  }
}
.serviceArea .topBox .leftBox {
  width: 355px;
  padding-right: 30px;
  padding-top: 200px;
}
@media (max-width: 1536px) {
  .serviceArea .topBox .leftBox {
    padding-top: 125px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (max-width: 992px) {
  .serviceArea .topBox .leftBox {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
}
.serviceArea .topBox .rightBox {
  width: calc(100% - 355px);
}
@media (max-width: 1510px) {
  .serviceArea .topBox .rightBox {
    padding-right: 27vw;
  }
}
@media (max-width: 992px) {
  .serviceArea .topBox .rightBox {
    display: none;
  }
}
.serviceArea .topBox .titleBox {
  margin-bottom: 0;
}
.serviceArea .topBox .titleBox .logo {
  width: 11.198vw;
  margin: 0 auto 25px;
}
@media (max-width: 1180px) {
  .serviceArea .topBox .titleBox .logo {
    display: none;
  }
}
.serviceArea .topBox .titleBox .logo img {
  margin: 0 auto;
}
.serviceArea .topBox .titleBox .icon svg {
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}
.serviceArea .topBox .titleBox .decoTitle {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1.08px;
  margin-top: 10px;
  padding-bottom: 7px;
}
.serviceArea .topBox .serviceImgList {
  max-width: 660px;
  position: relative;
}
.serviceArea .topBox .serviceImgList::after {
  position: absolute;
  right: -10px;
  bottom: 30px;
  content: "";
  width: 10px;
  height: 75.835%; /*455px*/
  background-color: #b19366;
  z-index: 2;
}
.serviceArea .serviceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -215px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .serviceArea .serviceBox {
    margin-top: -150px;
  }
}
@media (max-width: 1280px) {
  .serviceArea .serviceBox {
    margin-top: -100px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .serviceBox {
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  .serviceArea .serviceBox {
    margin-top: 0;
    padding-top: 40px;
    pointer-events: auto;
  }
}
.serviceArea .serviceBox .leftBox {
  width: 75%; /*calc(100% - 360px)*/
  padding-right: 70px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .serviceArea .serviceBox .leftBox {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.serviceArea .serviceBox .rightBox {
  width: 25%; /*360px*/
}
@media (max-width: 992px) {
  .serviceArea .serviceBox .rightBox {
    display: none;
  }
}
.serviceArea .serviceBox .serviceList {
  margin: 0 -25px;
  pointer-events: auto;
}
@media (max-width: 992px) {
  .serviceArea .serviceBox .serviceList {
    margin: 0 -10px;
  }
}
.serviceArea .serviceBox .serviceList .serviceItem {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .serviceArea .serviceBox .serviceList .serviceItem {
    padding: 0 10px;
  }
}
.serviceArea .serviceBox .serviceList .item {
  position: relative;
}
@media (min-width: 1201px) {
  .serviceArea .serviceBox .serviceList .item:hover .Txt .subTitle {
    color: #b19365;
  }
  .serviceArea .serviceBox .serviceList .item:hover .Txt .subTitle:after {
    width: 80px;
  }
  .serviceArea .serviceBox .serviceList .item:hover .Txt .title {
    color: #b19365;
  }
}
.serviceArea .serviceBox .serviceList .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.serviceArea .serviceBox .serviceList .Img {
  display: none;
}
@media (max-width: 992px) {
  .serviceArea .serviceBox .serviceList .Img {
    display: block;
    margin-bottom: 30px;
  }
}
.serviceArea .serviceBox .serviceList .Txt.show .subTitle {
  color: #b19365;
}
.serviceArea .serviceBox .serviceList .Txt.show .subTitle:after {
  width: 80px;
}
.serviceArea .serviceBox .serviceList .Txt.show .title {
  color: #b19365;
}
.serviceArea .serviceBox .serviceList .Txt .subTitle {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 27px;
  margin-bottom: 26px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .serviceArea .serviceBox .serviceList .Txt .subTitle {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.serviceArea .serviceBox .serviceList .Txt .subTitle::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #b19365;
}
.serviceArea .serviceBox .serviceList .Txt .subTitle .number {
  margin-right: 16px;
}
.serviceArea .serviceBox .serviceList .Txt .title {
  color: #555555;
  font-size: 17px;
  letter-spacing: 1.02px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.serviceArea .serviceBox .serviceList .Txt .text {
  color: #888888;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.9px;
  margin-top: 10px;
  height: 61px;
}
.serviceArea .serviceBox .serviceImgList {
  position: relative;
  pointer-events: auto;
}
.serviceArea .serviceBox .serviceImgList::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  content: "";
  width: 83.335%; /*300px*/
  height: 10px;
  background-color: #b19365;
  z-index: 2;
}

.aboutArea {
  padding: 85px 0 0 0;
  position: relative;
  height: 720px;
  background-image: url(../images/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .aboutArea {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding-top: 50px;
  }
}
.aboutArea:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/about_frontBg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .aboutArea:before {
    display: none;
  }
}
.aboutArea .titleBox {
  max-width: 1250px;
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .aboutArea .titleBox {
    margin: 0 auto 30px;
  }
}
.aboutArea .wordBox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1280px) {
  .aboutArea .wordBox {
    bottom: 40px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .wordBox {
    display: none;
  }
}
.aboutArea .wordBox .wordTxt {
  color: #ffffff;
  font-size: 246px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -4px;
}
@media (max-width: 1680px) {
  .aboutArea .wordBox .wordTxt {
    font-size: 14.643vw;
  }
}
.aboutArea .wordBox .left {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.aboutArea .wordBox .right {
  -webkit-transform: translateX(22px);
          transform: translateX(22px);
}
.aboutArea .aboutBox {
  position: relative;
  z-index: 2;
  padding-top: 15px;
}
@media (max-width: 640px) {
  .aboutArea .aboutBox {
    padding-top: 0;
  }
}
.aboutArea .aboutList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1180px) {
  .aboutArea .aboutList {
    margin: 0 -40px;
  }
}
@media (max-width: 992px) {
  .aboutArea .aboutList {
    margin: 0 -15px;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutList {
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.aboutArea .aboutList .aboutItem {
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea .aboutList .aboutItem {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .aboutArea .aboutList .aboutItem {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutList .aboutItem {
    width: 33.33%;
    padding: 0 10px;
  }
  .aboutArea .aboutList .aboutItem:nth-child(4), .aboutArea .aboutList .aboutItem:nth-child(5) {
    margin-top: -10px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutList .aboutItem {
    padding: 0 10px 10px;
  }
  .aboutArea .aboutList .aboutItem:nth-child(4), .aboutArea .aboutList .aboutItem:nth-child(5) {
    margin-top: 0;
  }
}
@media (max-width: 375px) {
  .aboutArea .aboutList .aboutItem {
    padding: 0 10px 15px;
  }
}
.aboutArea .aboutList .aboutItem .item:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .aboutArea .aboutList .aboutItem .item:after {
    display: none;
  }
}
@media (min-width: 1181px) {
  .aboutArea .aboutList .aboutItem:nth-child(1) {
    margin-left: 20px;
    margin-right: 175px;
    margin-right: 9.115vw;
    margin-top: 23px;
    min-height: 220px;
  }
}
@media (min-width: 1181px) and (max-width: 1536px) {
  .aboutArea .aboutList .aboutItem:nth-child(1) {
    min-height: 230px;
  }
}
@media (min-width: 1181px) {
  .aboutArea .aboutList .aboutItem:nth-child(2) {
    margin-right: 160px;
    margin-right: 8.333vw;
    margin-top: 46px;
    min-height: 170px;
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .aboutArea .aboutList .aboutItem:nth-child(2) {
    min-height: 190px;
  }
}
@media (min-width: 1181px) and (max-width: 1536px) {
  .aboutArea .aboutList .aboutItem:nth-child(2) {
    min-height: 200px;
  }
}
@media (min-width: 1181px) {
  .aboutArea .aboutList .aboutItem:nth-child(3) {
    margin-right: 182px;
    margin-right: 9.479vw;
    margin-top: 4px;
    min-height: 135px;
  }
}
@media (min-width: 1181px) and (max-width: 1536px) {
  .aboutArea .aboutList .aboutItem:nth-child(3) {
    min-height: 150px;
  }
}
@media (min-width: 1181px) and (max-width: 1440px) {
  .aboutArea .aboutList .aboutItem:nth-child(3) {
    min-height: 160px;
  }
}
@media (min-width: 1181px) and (max-width: 1366px) {
  .aboutArea .aboutList .aboutItem:nth-child(3) {
    min-height: 170px;
  }
}
@media (min-width: 1181px) {
  .aboutArea .aboutList .aboutItem:nth-child(4) {
    margin-right: 150px;
    margin-right: 7.813vw;
    margin-top: 43px;
    min-height: 200px;
  }
  .aboutArea .aboutList .aboutItem:nth-child(5) {
    min-height: 155px;
    margin-right: 20px;
    margin-right: 1.042vw;
  }
}
.aboutArea .aboutList .Txt {
  position: relative;
}
.aboutArea .aboutList .Txt:before, .aboutArea .aboutList .Txt:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  content: "";
  border: 1px solid #ffffff;
  -webkit-animation: dotAni 1.4s linear infinite;
          animation: dotAni 1.4s linear infinite;
}
@media (max-width: 992px) {
  .aboutArea .aboutList .Txt:before, .aboutArea .aboutList .Txt:after {
    display: none;
  }
}
.aboutArea .aboutList .Txt:before {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .aboutArea .aboutList .Txt:before {
    width: 84%;
    height: 84%;
  }
}
.aboutArea .aboutList .Txt:after {
  width: 84%;
  height: 84%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media (max-width: 992px) {
  .aboutArea .aboutList .Txt:after {
    width: 75%;
    height: 75%;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
}
.aboutArea .aboutList .Txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 992px) {
  .aboutArea .aboutList .Txt a {
    width: 100px;
    height: 100px;
    position: relative;
  }
  .aboutArea .aboutList .Txt a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    border-radius: 50%;
    border: 1px solid #ffffff;
    -webkit-animation: dotAni_small 1.4s linear infinite;
            animation: dotAni_small 1.4s linear infinite;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutList .Txt a {
    width: 90px;
    height: 90px;
  }
  .aboutArea .aboutList .Txt a:after {
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
    -webkit-animation: none;
            animation: none;
  }
}
@media (max-width: 375px) {
  .aboutArea .aboutList .Txt a {
    width: 80px;
    height: 80px;
  }
  .aboutArea .aboutList .Txt a:after {
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
  }
}
@media (min-width: 1201px) {
  .aboutArea .aboutList .Txt a:hover {
    background-color: #b19365;
  }
  .aboutArea .aboutList .Txt a:hover svg {
    opacity: 1;
  }
  .aboutArea .aboutList .Txt a:hover .title {
    color: #ffffff;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.aboutArea .aboutList .Txt svg {
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-filter: grayscale(1) brightness(100);
          filter: grayscale(1) brightness(100);
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
  margin-bottom: 7px;
  opacity: 0;
}
@media (max-width: 1200px) {
  .aboutArea .aboutList .Txt svg {
    display: none;
  }
}
.aboutArea .aboutList .Txt .title {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.9px;
  max-height: 50px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1200px) {
  .aboutArea .aboutList .Txt .title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutList .Txt .title {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.84px;
  }
}
@media (max-width: 375px) {
  .aboutArea .aboutList .Txt .title {
    font-size: 13px;
    letter-spacing: 0.52px;
  }
}
/*# sourceMappingURL=home.css.map */