@charset "UTF-8";
.outerWrap.ins {
  padding: 0;
}
@media (max-width: 960px) {
  .outerWrap.ins {
    padding-top: 70px;
  }
}

.mainArea {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fbfaf5;
}
@media (max-width: 960px) {
  .mainArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainArea.show .leftBox {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.mainArea.show .rightBox {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.mainArea .leftBox {
  height: 100vh;
  width: 50%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}
@media (max-width: 960px) {
  .mainArea .leftBox {
    width: 100%;
    height: auto;
  }
}
.mainArea .rightBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 165px 20px 90px;
  margin: 0 auto;
  width: 710px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1181px) {
  .mainArea .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 961px) {
  .mainArea .rightBox {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
}
@media (max-width: 1180px) {
  .mainArea .rightBox {
    width: 620px;
  }
}
@media (max-width: 960px) {
  .mainArea .rightBox {
    height: auto;
    padding: 40px 20px 80px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .mainArea .rightBox {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .mainArea .rightBox {
    padding-top: 0;
  }
}
.mainArea .rightBox .left {
  display: none;
}
.mainArea .rightBox .right {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1180px) {
  .mainArea .rightBox .right {
    width: 100%;
  }
}
.mainArea .Img {
  position: relative;
}
@media (min-width: 960px) {
  .mainArea .Img {
    height: 100%;
  }
}
.mainArea .Img > img {
  display: block;
  width: 100%;
}
@media (min-width: 960px) {
  .mainArea .Img > img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mainArea .Img .drink {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  height: 64%;
}
.mainArea .Img .drink img {
  height: 100%;
}

@media (min-width: 1181px) {
  .productTitleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: 50px;
    height: 100%;
  }
}
@media (max-width: 1180px) {
  .productTitleBox {
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .productTitleBox {
    display: none;
  }
}
.productTitleBox .enTitleBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  color: #2f2f2f;
}
@media (min-width: 1181px) {
  .productTitleBox .enTitleBox {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.productTitleBox .enTitleBox span {
  position: relative;
  height: 100%;
}
@media (max-width: 1180px) {
  .productTitleBox .enTitleBox span {
    height: auto;
    width: 100%;
  }
}
.productTitleBox .enTitleBox span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: rgba(88, 88, 88, 0.2);
}
@media (max-width: 1180px) {
  .productTitleBox .enTitleBox span:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.productTitleBox .title {
  font-size: 23px;
  font-weight: 600;
  color: #2f2f2f;
}
@media (min-width: 1181px) {
  .productTitleBox .title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.productTitleBox .enTitle {
  padding-bottom: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1180px) {
  .productTitleBox .enTitle {
    padding-bottom: 0px;
    padding-right: 20px;
  }
}

.productMenuBox {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  .productMenuBox {
    padding-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .productMenuBox {
    margin: 0 -20px;
    padding: 0 40px;
    background-color: #fbfaf5;
    background-color: #fff;
  }
}
@media (min-width: 561px) {
  .productMenuBox .arrowBox {
    display: none;
  }
}
.productMenuBox .arrowBox > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid rgba(202, 179, 128, 0.6);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.productMenuBox .arrowBox > div:hover {
  background-color: #0f765e;
  border-color: #0f765e;
}
.productMenuBox .arrowBox > div:hover:before {
  background-color: #fff;
}
.productMenuBox .arrowBox > div:hover:after {
  border-color: #fff;
}
.productMenuBox .arrowBox > div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 9px;
  height: 1px;
  background-color: #cab380;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.productMenuBox .arrowBox > div:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 5px;
  height: 5px;
  border: 1px solid #cab380;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.productMenuBox .arrowBox .prev {
  left: 10px;
}
.productMenuBox .arrowBox .prev:after {
  left: 6px;
  border-bottom: none;
  border-right: none;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.productMenuBox .arrowBox .next {
  right: 10px;
}
.productMenuBox .arrowBox .next:after {
  right: 6px;
  border-bottom: none;
  border-left: none;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.productMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 560px) {
  .productMenu ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 560px) {
  .productMenu li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.productMenu a {
  position: relative;
  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;
  text-align: center;
  width: 95px;
  height: 95px;
  border: 1px solid #eee8d9;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 960px) {
  .productMenu a {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 560px) {
  .productMenu a {
    padding: 15px 0;
    height: auto;
    width: 100%;
    background-color: transparent;
    border: none;
    font-weight: 600;
    color: #888;
  }
}
.productMenu a:hover, .productMenu a.current {
  color: #fff;
  background-color: #b79b5c;
  border-color: #b79b5c;
}
@media (max-width: 560px) {
  .productMenu a:hover, .productMenu a.current {
    color: #b79b5c;
    background-color: transparent;
  }
}
.productMenu a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #f4f0e7;
  border-radius: 50%;
}
@media (max-width: 560px) {
  .productMenu a:before {
    display: none;
  }
}

.leftTitleBox {
  display: none;
  text-align: center;
  padding: 30px 0 15px;
}

.deckWord {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  color: #b79b5c;
}
@media (max-width: 960px) {
  .deckWord {
    display: none;
  }
}

.secondTitle {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .secondTitle {
    display: none;
  }
}

.classNote {
  margin-bottom: 50px;
  line-height: 1.5;
  color: #5e5e5e;
}
@media (max-width: 960px) {
  .classNote {
    display: none;
  }
}
@media (max-width: 560px) {
  .classNote {
    margin-bottom: 20px;
  }
}
.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.classNote .title {
  display: inline-block;
  padding-right: 45px;
  margin-bottom: 10px;
  position: relative;
  font-size: 23px;
  font-weight: 600;
  color: #353535;
}
.classNote .title:before, .classNote .title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #457f81;
}
.classNote .title:after {
  right: 17px;
}

.itemBox .arrowBox > div {
  cursor: pointer;
  position: absolute;
  top: 40%;
  margin-top: -30px;
  width: 20px;
  height: 60px;
  overflow: hidden;
}
.itemBox .arrowBox > div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 14px;
  height: 14px;
}
.itemBox .arrowBox .prev {
  left: -20px;
}
.itemBox .arrowBox .prev:before {
  left: 3px;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 2px solid #888;
  border-left: 2px solid #888;
}
.itemBox .arrowBox .next {
  right: -20px;
}
.itemBox .arrowBox .next:before {
  right: 3px;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #888;
  border-right: 2px solid #888;
}
.itemBox .swiper-container {
  height: 100%;
}

.itemList li {
  float: left;
  padding-top: 15px;
  width: calc(100% / 16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 480px) {
  .itemList li {
    width: calc(100% / 8);
  }
}
.itemList .Img {
  position: relative;
}
.itemList .Img a {
  display: block;
  overflow: hidden;
}
.itemList .Img img {
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.itemList h3 {
  position: relative;
  letter-spacing: 3px;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
}
.itemList h3 a {
  position: relative;
  display: inline-block;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #504d44;
}
.itemList h3 a:hover, .itemList h3 a.current {
  color: #b79b5c;
}
.itemList h3 a:hover:before, .itemList h3 a.current:before {
  top: -15px;
  opacity: 1;
}
.itemList h3 a:hover:after, .itemList h3 a.current:after {
  -webkit-transition: all 0.4s 0.1s ease;
  -o-transition: all 0.4s 0.1s ease;
  transition: all 0.4s 0.1s ease;
  height: 100%;
}
.itemList h3 a:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #b79b5c;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.itemList h3 a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  background-color: #b79b5c;
  -webkit-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.selectBox {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.selectBox > a {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(202, 179, 128, 0.6);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectBox > a.hide {
  pointer-events: none;
  opacity: 0;
}
.selectBox > a:hover {
  background-color: #0f765e;
  border-color: #0f765e;
}
.selectBox > a:hover:before {
  background-color: #fff;
}
.selectBox > a:hover:after {
  border-color: #fff;
}
.selectBox > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 16px;
  height: 1px;
  background-color: #cab380;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectBox > a:after {
  content: "";
  position: absolute;
  top: 20px;
  width: 6px;
  height: 6px;
  border: 1px solid #cab380;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectBox .prev:after {
  left: 12px;
  border-bottom: none;
  border-right: none;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.selectBox .next {
  margin-left: 15px;
}
.selectBox .next:after {
  right: 12px;
  border-bottom: none;
  border-left: none;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pageBox {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pageBox > a {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.pageBox > a:hover:before, .pageBox > a.current:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.pageBox > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.numBox {
  margin-top: 10px;
}
.numBox .currentPage {
  color: #777;
}

footer {
  display: none;
}

.albumBox {
  margin-right: 30px;
  padding: 0;
}
.albumBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.side_album {
  width: 100%;
  margin: 2px -1px 0;
}
.side_album li {
  float: left;
  width: 16.6%;
  padding: 1px;
  overflow: hidden;
}
.side_album img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_album a {
  display: block;
}

/*產品介紹縮圖文字*/
.introBox {
  overflow: hidden;
}
.introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 13px;
  color: #6c6c6c;
}
.introBox .btn {
  padding-top: 20px;
  text-align: center;
}
.introBox .btn a {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
}

.share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #ccc;
}
.share b {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.share a {
  display: inline-block;
  width: 25px;
  font-size: 18px;
  color: #666;
  text-align: center;
}
.share a:hover {
  opacity: 0.8;
}

.code {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}