﻿@charset "utf-8";
.wrapper {
  width: calc(100vw - 4vw);
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

/* 字體 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");

@font-face {
  font-family: "Century Gothic";
  src: url(../fonts/GOTHIC_2.TTF);
}

@media screen and (max-width: 1280px) {
  .wrapper {
    width: calc(100vw - 3.4vw);
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: calc(100vw - 10vw);
  }
}
.swiper1,
.mid_bg2,
.floor-pic1,
.floor-pic-li-w {
  display: block;
}
.swiper2,
.mid_bg2-h,
.floor-pic2,
.floor-pic-li-h {
  display: none;
}

.main-menu {
  width: 26%;
  height: auto;
  position: absolute;
  top: 6%;
  right: 4%;
  font-size: 1.2vw;
  letter-spacing: 0.1vw;
  font-family: "Noto Sans TC", sans-serif;
  z-index: 99;
}
.main-menu ul > li {
  width: 33.3%;
  height: 2.5vw;
  line-height: 2.5vw;
  vertical-align: middle;
  display: inline-block;
  list-style-type: none;
  position: relative;
  text-align: center;
  margin: 0 -4px !important; /*inline-block 旁邊會多出來space*/
}

.main-menu ul > li::before {
  width: 1px;
  height: 1vw;
  content: "";
  top: 34%;
  left: 0;
  position: absolute;
  background-color: #3e3a39;
}

.main-menu ul > li:first-child::before {
  display: none;
}

.main-menu ul > li a {
  font-weight: bolder;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 2.5vw;
  line-height: 2.5vw;
  text-decoration: none;
  font-weight: normal;
  color: #3e3a39;
  transition: all 1s;
  cursor: pointer;
}

.line {
  width: 5vw;
  height: 1px;
  position: absolute;
  left: 2%;
  bottom: 0;
  background-color: #9b8168;
  display: none;
}

.main-menu ul > li a.main-menu-link:hover {
  color: #9b8168;
}

.main-menu ul > li a.main-menu-link:hover .line,
.active .line {
  display: block;
}

.active {
  color: #9b8168 !important;
}

.swiper-container {
  width: 100%;
  height: 48.8vw;
  transform: translate3d(0, 0, 0);
}

.swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.swiper-pagination1 .swiper-pagination-bullet {
  background-image: url(../images/product/dot2.png); /* 未轮播到的图片分页样式 */
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.2vw;
  height: 1.93vw;
  margin: 31% 5% !important;
  opacity: 1;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.swiper-pagination1 .swiper-container-vertical > .swiper-pagination-bullets {
  right: 3%;
}
.swiper-pagination1 .swiper-pagination-bullet-active {
  background-image: url(../images/product/dot1-1.png);
  background-color: transparent;
}

.swiper-pagination2 .swiper-pagination-bullet {
  background-image: url(../images/product/dot2-h.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6vw;
  height: 12vw;
  margin: 2% 2% !important;
  opacity: 1;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
  background-image: url(../images/product/dot1-1-h.png);
  background-color: transparent;
}

.banner-font {
  position: absolute;
  right: 7%;
  bottom: 6%;
  color: #3e3a39;
  font-size: 1vw;
  font-family: "Noto Sans TC", sans-serif;
}
.banner-font-b1 {
  width: 21%;
  position: absolute;
  left: 8%;
  top: 10%;
}

.banner-font-b2 {
  width: 21%;
  position: absolute;
  right: 10%;
  bottom: 17%;
}

.banner-font-b1 h2,
.banner-font-b2 h2,
.mid_bg2-txt h2,
.floor h2 {
  font-size: 1.6vw;
  color: #b39a83;
  font-weight: 600;
  letter-spacing: 0.1vw;
  font-family: "Noto Serif TC", serif;
  margin: 0 0 4% 0;
}

.banner-font-b1 h4,
.banner-font-b2 h4,
.mid_bg2-txt ul li {
  width: 100%;
  font-size: 1.2vw;
  color: #3e3a39;
  font-weight: normal;
  font-family: "Noto Sans TC", sans-serif;
  margin: 0;
  line-height: 2.3vw;
  text-align: justify;
  text-justify: inter-ideograph;
}

.mid_bg2-txt {
  width: 27%;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}

.mid_bg2-txt ul {
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
}

.mid_bg2-txt ul li {
  position: relative;
}

.li-dot {
  width: 0.3vw;
  height: auto;
  position: absolute;
  left: -0.7vw;
  top: -0.25vw;
}

.floor {
  width: 26%;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.floor-pic {
  width: 100%;
}

.floor-pic-li {
  width: 40%;
  margin: 3.5% 5%;
  float: left;
  cursor: pointer;
  position: relative;
  transition: 1.5s linear !important;
}

.floor-pic-li img {
  display: block;
}

.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
}

.floor-pic-li:hover .mask {
  visibility: visible;
}

.mask-font {
  font-size: 1.2vw;
  color: #fff;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.floor-active .mask {
  visibility: visible;
}

.wrapper .banner {
  width: 100%;
  height: 630px;
  background-size: cover;
  background-image: url(../images/product/banner.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0%;
}
.wrapper .banner-txt {
  width: 100%;
  position: relative;
  padding: 5% 0%;
}
.wrapper .banner-txt .tt_box {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 1680px) {
  .wrapper .banner-txt .tt_box {
    width: 90%;
  }
}

.wrapper .banner-txt .tt_box .tt1 {
  width: 100%;
  height: 5.8vw;
}
.wrapper .banner-txt .tt_box .tt1 > div {
  display: inline;
  margin-right: 0.1%;
}
.wrapper .banner-txt .tt_box .tt1 > div img {
  height: 100%;
}
.wrapper .banner-txt .tt_box .tt2 {
  font-size: 24px;
  line-height: 135%;
  color: #9b8168;
  letter-spacing: 4px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  padding-left: 5px;
  padding-top: 10px;
}
.wrapper .banner-txt .tt_box .tt2 .br {
  display: none;
}

@media screen and (max-width: 1280px) {
  .wrapper .banner-txt .tt_box .tt1 {
  }
  .wrapper .banner-txt .tt_box .tt2 {
    font-size: 20px;
  }
  .wrapper .banner-txt {
    padding: 6% 0%;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper .banner {
    width: 100%;
    height: 600px;
    background-attachment: local;
  }
  .wrapper .banner-txt .tt_box .tt1 {
    height: 10vw;
  }
  .wrapper .banner-txt .tt_box .tt2 {
    font-size: 18px;
  }
  .wrapper .banner-txt {
    padding: 8% 0%;
  }
}

@media screen and (max-width: 450px) {
  .wrapper .banner-txt .tt_box .tt2 {
    font-size: 14px;
  }
  .wrapper .banner-txt .tt_box .tt1 {
    height: 11vw;
  }
  .wrapper .banner-txt .tt_box .tt1 > div {
    display: inline;
    margin-right: -1%;
  }
}

/*選單區塊*/
.wrapper .main {
  width: 100%;
  height: 950px;
  position: relative;
  background-image: url(../images/product/top_bg.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapper .main .main_cent {
  width: 37%;
  position: absolute;
  right: 6%;
  top: 28%;
}

.wrapper .main .main_cent li::before {
  content: "‧";
  position: absolute;
  left: -1em;
}
.wrapper .mid {
  height: 48.8vw;
  background-image: url(../images/product/mid_bg.png);
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.wrapper .mid .main_cent {
  width: 35%;
  position: absolute;
  right: 6%;
  left: unset;
  top: 28%;
}
@media screen and (max-width: 1280px) {
  .wrapper .main {
    height: 700px;
  }
  .wrapper .main .main_cent {
    width: 45%;
    position: absolute;
    right: 6%;
    top: 30%;
  }
  .wrapper .mid .main_cent {
    width: 45%;
    position: absolute;
    right: 6%;
    left: unset;
    top: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper .main {
    height: 700px;
  }
  .wrapper .mid {
    background-image: url(../images/product/mid_bg.jpg);
    background-position: 80% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .wrapper .main .main_cent {
    width: 80%;
    position: absolute;
    left: 8%;
    top: unset;
    bottom: 10%;
  }
  .wrapper .mid .main_cent {
    width: 80%;
    position: absolute;
    right: 8%;
    left: unset;
    top: unset;
    bottom: 10%;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .wrapper .main .main_cent {
    bottom: 5%;
    width: 85%;
  }
  .wrapper .mid .main_cent {
    bottom: 5%;
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .swiper1,
  .mid_bg2,
  .floor-pic1,
  .floor-pic-li-w {
    display: none;
  }
  .swiper2,
  .mid_bg2-h,
  .floor-pic2,
  .floor-pic-li-h {
    display: block;
  }
  .swiper-container {
    height: 178.5vw;
  }
  .wrapper .mid {
    height: 178.5vw;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: 11% !important;
  }
  .banner-font-b1,
  .banner-font-b2 {
    width: 77%;
    left: 10%;
    top: 26%;
  }
  .banner-font-b1 h2,
  .banner-font-b2 h2,
  .mid_bg2-txt h2,
  .floor h2 {
    font-size: 5vw;
    letter-spacing: 0.2vw;
  }
  .banner-font-b1 h4,
  .banner-font-b2 h4,
  .mid_bg2-txt ul li {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }
  .mid_bg2-txt {
    width: 82%;
    left: 50%;
    top: 11%;
    transform: translateX(-50%);
  }

  .li-dot {
    width: 1vw;
    left: -2.7vw;
    top: -0.7vw;
  }

  .mid_bg2-txt ul {
    margin-bottom: -9%;
  }

  .floor {
    width: 93%;
    left: 50%;
    top: 9%;
    transform: translateX(-50%);
  }

  .floor-pic-li {
    width: 43%;
    margin: 3.5% 3%;
  }

  .wrapper .banner {
    width: 100%;
    height: 600px;
  }
  .wrapper .banner-txt .tt_box .tt2 {
    font-size: 16px;
  }
  .wrapper .banner-txt .tt_box .tt2 .br {
    display: block;
  }

  .wrapper .banner-txt {
    padding: 10% 0%;
  }

  .main-menu {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }

  .main-menu {
    font-size: 3.5vw;
    top: 3%;
  }

  .main-menu ul > li {
    width: 33.3%;
  }

  .main-menu ul > li {
    height: 7vw;
    line-height: 7vw;
  }

  .main-menu ul > li a {
    padding: 0;
    height: 7vw;
    line-height: 7vw;
  }

  .main-menu ul > li::before {
    height: 3.5vw;
    top: 27%;
  }

  .line {
    width: 14vw;
    left: 1%;
    bottom: 0;
  }
}
.wrapper .main .main_cent .logo {
  width: 14vw;
}
.wrapper .main .main_cent .logo img {
  width: 100%;
}
.wrapper .main .main_cent .title {
  color: #f8e509;
  font-size: 32px;
  line-height: 150%;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
}
.wrapper .main .main_cent .stxt {
  line-height: 200%;
  color: #fff;
  font-size: 22px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-top: 2%;
}
@media screen and (max-width: 1680px) {
  .wrapper .main .main_cent .title {
    font-size: 30px;
  }
  .wrapper .main .main_cent .stxt {
    font-size: 22px;
  }
}
@media screen and (max-width: 1520px) {
  .wrapper .main .main_cent .title {
    font-size: 28px;
  }
  .wrapper .main .main_cent .stxt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper .main .main_cent .logo {
    width: 20vw;
  }
}

/*@media  screen and (max-width: 1024px)  {
.wrapper .mid .main_cent .title{
    font-size: 24px;
}
.wrapper .mid .main_cent .stxt{
    color: #3e3a39;
}
}
 */
@media screen and (max-width: 768px) {
  .wrapper .main .main_cent .logo {
    width: 35vw;
  }
  .wrapper .main .main_cent .title {
    font-size: 24px;
  }
  .wrapper .main .main_cent .stxt {
    font-size: 18px;
  }

  .banner-font{
    font-size: 3vw;
  }
  .mask-font{
    font-size: 4vw;
  }
}
@media screen and (max-width: 450px) {
  .wrapper .main .main_cent .title {
    font-size: 22px;
  }
  .wrapper .main .main_cent .stxt {
    font-size: 14px;
  }
}

/*開圖*/
.fullmainPage {
  display: none;
  width: calc(100vw - 4vw);
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 40;
}

@media screen and (max-width: 1280px) {
  .fullmainPage {
    width: calc(100vw - 3.4vw);
  }
}
@media screen and (max-width: 768px) {
  .fullmainPage {
    width: calc(100vw - 10vw);
  }
}

.fullmainPage .bg {
  z-index: 40;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.fullmainPage .close_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2%;
  top: 5%;
  background-image: url(../images/close.png);
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  cursor: pointer;
  transition: all 0.2s ease-out;
  z-index: 100;
}
.fullmainPage .close_btn:hover {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

.fullmainPage .page {
  width: 100%;
  height: 100vh;
  position: relative;
  display: none;
  z-index: 41;
  background-size: cover;
  background-position: 70% 50%;
  background-repeat: no-repeat;
}
.fullmainPage .pg1 {
  background-image: url(../images/about/opn1-bg.jpg);
  background-size: cover;
  background-position: 70% 50%;
  background-repeat: no-repeat;
}
.fullmainPage .pg2 {
  background-image: url(../images/about/opn2-bg.jpg);
  background-size: cover;
  background-position: 70% 50%;
  background-repeat: no-repeat;
}
.fullmainPage #pg3 {
  background-image: url(../images/about/opn3-1-bg.jpg);
  background-size: cover;
  background-position: 70% 50%;
  background-repeat: no-repeat;
}
.fullmainPage #pg3-open {
  background-image: url(../images/about/opn3-2-bg.jpg);
  background-size: cover;
  background-position: 70% 50%;
  background-repeat: no-repeat;
}
.fullmainPage .pg4 {
  background-image: url(../images/about/opn4-bg.jpg);
  background-size: cover;
  background-position: 70% 50%;
  background-repeat: no-repeat;
}
.fullmainPage .pg5 {
  background-image: url(../images/about/opn5-bg.jpg);
  background-size: cover;
  background-position: 70% 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .fullmainPage .page {
    background-size: cover;
    background-position: 50% 80%;
    background-repeat: no-repeat;
  }
  .fullmainPage .pg1 {
    background-image: url(../images/about/opn1-bg-m.jpg);
    background-size: cover;
    background-position: 50% 80%;
    background-repeat: no-repeat;
  }
  .fullmainPage .pg2 {
    background-image: url(../images/about/opn2-bg-m.jpg);
    background-size: cover;
    background-position: 50% 80%;
    background-repeat: no-repeat;
  }
  .fullmainPage #pg3 {
    background-image: url(../images/about/opn3-1-bg-m.jpg);
    background-size: cover;
    background-position: 50% 80%;
    background-repeat: no-repeat;
  }
  .fullmainPage #pg3-open {
    background-image: url(../images/about/opn3-2-bg-m.jpg);
    background-size: cover;
    background-position: 50% 80%;
    background-repeat: no-repeat;
  }
  .fullmainPage .pg4 {
    background-image: url(../images/about/opn4-bg-m.jpg);
    background-size: cover;
    background-position: 50% 80%;
    background-repeat: no-repeat;
  }
  .fullmainPage .pg5 {
    background-image: url(../images/about/opn5-bg-m.jpg);
    background-size: cover;
    background-position: 50% 80%;
    background-repeat: no-repeat;
  }
}

.fullmainPage .page .main-txt1 h2 {
  color: #9b8168;
  font-size: 32px;
  line-height: 200%;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.fullmainPage .page .main-txt1 h5 {
  line-height: 200%;
  color: #fff;
  font-size: 22px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 1680px) {
  .fullmainPage .page .main-txt1 h2 {
    font-size: 30px;
  }
  .fullmainPage .page .main-txt1 h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1520px) {
  .fullmainPage .page .main-txt1 h2 {
    font-size: 28px;
  }
  .fullmainPage .page .main-txt1 h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 786px) {
  .fullmainPage .page .main-txt1 h2 {
    font-size: 24px;
  }
  .fullmainPage .page .main-txt1 h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .fullmainPage .page .main-txt1 h2 {
    font-size: 22px;
  }
  .fullmainPage .page .main-txt1 h5 {
    font-size: 14px;
  }
}

/*PG1*/
.fullmainPage .pg1 .main-txt1 {
  width: 37%;
  height: auto;
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 2;
}
.fullmainPage .pg1 .main-txt1 img {
  width: 100%;
  margin-top: 7%;
}
@media screen and (max-width: 768px) {
  .fullmainPage .pg1 .main-txt1 {
    width: 85%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 12%;
  }
}

/*PG2*/
.fullmainPage .pg2 .main-txt1 {
  width: 30%;
  height: auto;
  position: absolute;
  left: 10%;
  top: 30%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .fullmainPage .pg2 .main-txt1 {
    width: 85%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 12%;
  }
}

/*PG3*/
.fullmainPage .pg3 .main-txt1 {
  width: 29%;
  height: auto;
  position: absolute;
  left: 10%;
  top: 30%;
  z-index: 2;
}
.fullmainPage .pg3 .main-txt1 .control {
  width: 100%;
  overflow: hidden;
  padding: 5% 0%;
}
.fullmainPage .pg3 .main-txt1 .control .arrPrev,
.fullmainPage .pg3 .main-txt1 .control .arrNext {
  width: 1.5vw;
  height: 1.5vw;
  float: left;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
}
.fullmainPage .pg3 .main-txt1 .control .arrPrev img,
.fullmainPage .pg3 .main-txt1 .control .arrNext img {
  width: 100%;
}
.fullmainPage .pg3 .main-txt1 .control .arrPrev {
  margin-right: 3%;
}
.fullmainPage .pg3 .main-txt1 .control .arrPrev .be {
  opacity: 1;
}
.fullmainPage .pg3 .main-txt1 .control .arrPrev .af {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.fullmainPage .pg3 .main-txt1 .control .arrPrev:hover .af {
  opacity: 1;
}
.fullmainPage .pg3 .main-txt1 .control .arrPrev:hover .be {
  opacity: 0;
}

.fullmainPage .pg3 .main-txt1 .control .arrNext .be {
  opacity: 1;
}
.fullmainPage .pg3 .main-txt1 .control .arrNext .af {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.fullmainPage .pg3 .main-txt1 .control .arrNext:hover .be {
  opacity: 0;
}
.fullmainPage .pg3 .main-txt1 .control .arrNext:hover .af {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .fullmainPage .pg3 .main-txt1 {
    width: 85%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 12%;
  }
  .fullmainPage .pg3 .main-txt1 .control .arrPrev,
  .fullmainPage .pg3 .main-txt1 .control .arrNext {
    width: 5vw;
    height: 5vw;
  }
}

/*PG4*/
.fullmainPage .pg4 .main-txt1 {
  width: 30%;
  height: auto;
  position: absolute;
  left: 10%;
  top: 40%;
  z-index: 2;
}
/*PG5*/
.fullmainPage .pg5 .main-txt1 {
  width: 30%;
  height: auto;
  position: absolute;
  left: 10%;
  top: 40%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .fullmainPage .pg4 .main-txt1 {
    width: 85%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 12%;
  }
  .fullmainPage .pg5 .main-txt1 {
    width: 85%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 12%;
  }
}
