@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Roboto:wght@400;500&display=swap");
/*#0066cc*/
.relatedArea .relatedList li .Img img, .shareArea .shareList .cover:after, .catalogArea .catalogList .Img img, .advertiseArea .item .Img img, .favoriteArea .favoriteList li .Img img, .bannerArea .pagingInfo_pc .dot span, .bannerArea .pagingInfo_pc .dot:before, .bannerArea .arrowBox .arrow::after, .bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .bannerArea .bannerItem .Img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.catalogArea .catalogList .Img img:hover, .advertiseArea .item a:hover img, .favoriteArea .favoriteList li .Img img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes listShow {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes listShow {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 10% {
    top: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    top: 10px;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    top: 10px;
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
}
@keyframes bounce {
  0%, 10% {
    top: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    top: 10px;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    top: 10px;
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
}
@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progressBarVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes progressBarVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes progressCircleAnimation2 {
  0% {
    stroke-dashoffset: 144.44;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes progressCircleAnimation2 {
  0% {
    stroke-dashoffset: 144.44;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.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: 970px;
  max-width: 90%;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popWin .popContent .left,
.popWin .popContent .right {
  width: 50%;
}
.popWin .popContent .Img {
  display: block;
}
.popWin .popContent .Img img {
  display: block;
}
@media (min-width: 993px) {
  .popWin .popContent .Img {
    line-height: 0;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
  }
  .popWin .popContent .Img img {
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.popWin .popContent .Txt {
  padding: 30px 44px;
}
@media (max-width: 1024px) {
  .popWin .popContent .Txt {
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .popWin .popContent .Img img {
    height: 435px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .popWin .popContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popWin .popContent .left {
    display: none;
  }
  .popWin .popContent .right {
    width: 100%;
  }
  .popWin .popContent .Txt {
    padding: 35px 25px;
  }
}
.popWin .popContent .topBox {
  text-align: center;
}
.popWin .popContent .topBox img {
  display: block;
  margin: auto;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .popWin .popContent .topBox img.onlyImg {
    width: 100%;
  }
}
.popWin .popContent .topBox p {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 2.2;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .popWin .popContent .topBox p {
    padding-top: 10px;
  }
}
.popWin .popContent .mailBox {
  padding-top: 25px;
}
@media (max-width: 1024px) {
  .popWin .popContent .mailBox {
    padding-top: 15px;
  }
}
.popWin .popContent .mailBox input {
  width: 100%;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding: 2px 15px 0;
}
.popWin .popContent .mailBox .submit_btn {
  display: block;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  padding: 10px;
  background-color: #a09673;
  margin-top: 12px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: #a09673;
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #ffffff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bannerArea .bannerBox .left,
.bannerArea .bannerBox .right {
  width: 50%;
}

.bannerArea .bannerBox .left img,
.bannerArea .bannerBox .right img {
  display: block;
  width: 100%;
    height: 700px;
    object-fit:cover;
}

.bannerArea .bannerBox .left {
  position: relative;
  background-color: #f5f2ee;
  background-image: url(../images/slogan.png);
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 992px) {
  .bannerArea .bannerBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bannerArea .bannerBox .left,
  .bannerArea .bannerBox .right {
    width: 100%;
  }
  .bannerArea .bannerBox .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .bannerArea .bannerBox .left img,
  .bannerArea .bannerBox .right img {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerBox .left {
    background-size: 96%;
  }
  .bannerArea .bannerBox .left img,
  .bannerArea .bannerBox .right img {
    height: 400px;
  }
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList > li:not(:first-child) {
  display: none;
  opacity: 0;
}
.bannerArea .bannerItem .item {
  /*max-width: 590px;
  margin: auto;
  padding: 95px 20px 0;*/
}
.bannerArea .bannerItem .Txt {
  padding: 0 0 145px;
  z-index: 2;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  color: #000000;
  font-size: 3.39vw;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 3.25px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 30px;
}
.bannerArea .bannerItem .Txt .bannerVideo {
  display: none;
}
.bannerArea .bannerItem .Txt .bannerVideo.show {
  display: block;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 0;
}
.bannerArea .bannerItem .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 .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 .Img {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.bannerArea .bannerItem .Img img {
  /*width: auto;
  margin: auto;*/
}
.bannerArea .bannerItem.slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .bannerItem.slick-current .Img {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
@media (max-width: 1850px) {
  .bannerArea .bannerItem .Txt {
    padding-bottom: 80px;
  }
}
@media (max-width: 1560px) {
  .bannerArea .bannerItem .item {
    /*padding-top: 50px;*/
  }
  .bannerArea .bannerItem .Txt {
    padding-bottom: 50px;
  }
  .bannerArea .bannerItem .bannerLink {
    /*width: 37.5vw;*/
  }
}
@media (max-width: 1366px) {
  .bannerArea .bannerItem .item {
    /*padding-top: 30px;*/
  }
  .bannerArea .bannerItem .Txt {
    padding-bottom: 30px;
  }
  .bannerArea .bannerItem .Txt .bannerBtn {
    padding-top: 10px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .bannerLink {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .bannerArea .bannerItem .item {
    max-width: 100%;
    /*padding-bottom: 60px;*/
  }
  .bannerArea .bannerItem .Txt {
    padding-bottom: 50px;
  }
  .bannerArea .bannerItem .Txt .title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .item {
    /*padding-bottom: 30px;*/
  }
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .bannerArea .bannerItem .bannerLink {
    width: 100%;
  }
  .bannerArea .bannerItem .Img img {
    width: 100%;
  }
}
.bannerArea .socialBox {
  display: none;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox.show {
  display: block;
}
.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;
}
.bannerArea .socialBox .socialList li a:hover {
  color: #a09673;
}
.bannerArea .socialBox .socialList li a:hover svg {
  fill: #a09673;
}
.bannerArea .arrowBox {
  display: none;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .arrowBox.show {
  display: block;
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}
.bannerArea .arrowBox .arrow::before {
  content: "";
  border-style: solid;
  display: block;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrow::after {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrowPrev::before {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}
.bannerArea .arrowBox .arrowPrev:hover::before {
  border-color: transparent transparent #a09673 transparent;
}
.bannerArea .arrowBox .arrowNext::before {
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.bannerArea .arrowBox .arrowNext:hover::before {
  border-color: #a09673 transparent transparent transparent;
}
.bannerArea .progressBar {
  background-color: #fff;
  display: none;
  position: absolute;
  bottom: 100px;
  z-index: 2;
}
.bannerArea .progressBar.show {
  display: block;
}
.bannerArea .progressBar.horizontal .path, .bannerArea .progressBar.vertical .path {
  width: 100%;
  height: 2px;
  display: inline-block;
  fill: #a09673;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
}
.bannerArea .progressBar.horizontal .path rect, .bannerArea .progressBar.vertical .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal {
  width: 300px;
  height: 2px;
  left: 355px;
}
.bannerArea .progressBar.horizontal .path {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path.active rect {
  -webkit-animation: progressBarHorizontal linear forwards;
          animation: progressBarHorizontal linear forwards;
}
.bannerArea .progressBar.vertical {
  width: 2px;
  height: 100px;
  right: 500px;
}
.bannerArea .progressBar.vertical .path {
  width: 2px;
  height: 100px;
}
.bannerArea .progressBar.vertical .path rect {
  width: 2px;
  height: 100px;
}
.bannerArea .progressBar.vertical .path.active rect {
  -webkit-animation: progressBarVertical linear forwards;
          animation: progressBarVertical linear forwards;
}
.bannerArea .progressBar.circle {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  bottom: 100px;
  right: 355px;
  z-index: 3;
}
.bannerArea .progressBar.circle .path {
  width: 50px;
  height: 50px;
  fill: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  stroke-dashoffset: 0;
  stroke-dasharray: 153.86;
  stroke: #a09673;
  stroke-width: 3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bannerArea .progressBar.circle .path.active .go {
  -webkit-animation: progressCircleAnimation linear forwards;
          animation: progressCircleAnimation linear forwards;
}
.bannerArea .slidePage {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  display: none;
  font-size: 20px;
  position: absolute;
  bottom: 130px;
  z-index: 2;
}
.bannerArea .slidePage.show {
  display: block;
}
.bannerArea .slidePage.current {
  left: 355px;
}
.bannerArea .slidePage.total {
  left: 365px;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 2px;
  z-index: 2;
}
.bannerArea .scrollDown.show {
  display: block;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #000000;
  font-size: 16px;
  letter-spacing: 7.2px;
  padding-left: 4px;
}
.bannerArea .scrollDown span.line {
  width: 1px;
  height: 45px;
  position: relative;
  margin: 15px auto 0;
  overflow: hidden;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 1px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .bannerArea .scrollDown {
    display: none !important;
  }
}
.bannerArea .pagingInfo_pc {
  position: absolute;
  left: 0;
  right: 0;
  /*max-width: 540px;*/
  bottom: 5%;
  margin: auto;
  z-index: 10;
  /*background-color: rgba(255, 255, 255, 0.9);*/
  padding-left: 5%;
  padding-right: 5%;
}
.bannerArea .pagingInfo_pc li {
  width: 50px !important;
  height: 50px;
}
.bannerArea .pagingInfo_pc li.slick-active {
  bottom: 0;
}
.bannerArea .pagingInfo_pc li.slick-active .dot span {
  color: #000000;
}
.bannerArea .pagingInfo_pc li.slick-active .dot:before {
  border-color: rgba(186, 186, 186, 0.5);
}
.bannerArea .pagingInfo_pc li.slick-active .dot .path circle {
  -webkit-animation: progressCircleAnimation2 3s linear forwards infinite;
          animation: progressCircleAnimation2 3s linear forwards infinite;
}
.bannerArea .pagingInfo_pc .slick-dots {
  bottom: 0;
  position: relative;
  text-align: left;
}
.bannerArea .pagingInfo_pc .dot {
  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;
  z-index: 3;
}
.bannerArea .pagingInfo_pc .dot:hover span {
  color: #000000;
}
.bannerArea .pagingInfo_pc .dot:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid transparent;
  border-radius: 50%;
}
.bannerArea .pagingInfo_pc .dot span {
  position: absolute;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Roboto";
  font-weight: 500;
}
.bannerArea .pagingInfo_pc .dot .path {
  width: 46px;
  height: 46px;
  fill: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  stroke-dashoffset: 144.44;
  stroke-dasharray: 144.44;
  stroke: #a09673;
  stroke-width: 1px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: relative;
  z-index: 15;
}
@media (max-width: 1366px) {
  .bannerArea .pagingInfo_pc {
    bottom: 20px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .pagingInfo_pc {
    display: none;
  }
}
.bannerArea .pagingInfo_mb {
  display: none;
}
.bannerArea .pagingInfo_mb li {
  width: 10px;
  height: 10px;
  margin: 0 11px;
}
.bannerArea .pagingInfo_mb li.slick-active .dot {
  background-color: #6e4738;
}
.bannerArea .pagingInfo_mb .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.bannerArea .pagingInfo_mb .slick-dots {
  bottom: 25px;
}
@media (max-width: 1180px) {
  .bannerArea .pagingInfo_mb {
    display: block;
  }
}
@media (max-width: 992px) {
  .bannerArea .pagingInfo_mb {
    position: relative;
    /*padding-bottom: 30px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 10;
  }
  .bannerArea .pagingInfo_mb .slick-dots {
    position: static;
  }
}

.marqueeArea {
  background-color: #a09673;
  padding: 12.5px 31px;
  display: none;
}
.marqueeArea svg {
  margin-right: 8px;
  font-size: 16px;
  vertical-align: -2px;
}
@media (max-width: 1180px) {
  .marqueeArea {
    display: block;
  }
}

.favoriteArea {
  padding-top: 100px;
  padding-bottom: 100px;
}


@media (max-width: 1180px) {
  .favoriteArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.favoriteArea .favoriteList {
  margin: 50px -30px 0;
}
.favoriteArea .favoriteList > li {
  float: left;
  width: 25%;
}
.favoriteArea .favoriteList > li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)) {
  display: none;
  opacity: 0;
}
@media (max-width: 1366px) {
  .favoriteArea .favoriteList > li {
    width: 25%;
  }
  .favoriteArea .favoriteList > li:nth-child(6) {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 1180px) {
  .favoriteArea .favoriteList > li {
    width: 25%;
  }
  .favoriteArea .favoriteList > li:nth-child(5) {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .favoriteArea .favoriteList > li {
    width: 33.33%;
  }
  .favoriteArea .favoriteList > li:nth-child(4) {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 640px) {
  .favoriteArea .favoriteList > li {
    width: 50%;
  }
  .favoriteArea .favoriteList > li:nth-child(3) {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 480px) {
  .favoriteArea .favoriteList > li {
    width: 100%;
  }
  .favoriteArea .favoriteList > li:nth-child(2) {
    display: none;
    opacity: 0;
  }
}
.favoriteArea .favoriteList li {
  padding: 0 30px;
}
.favoriteArea .favoriteList li a {
  display: block;
}
.favoriteArea .favoriteList li .Img {
  border-radius: 5%;
  overflow: hidden;
}
.favoriteArea .favoriteList li .Img img {
  width: 100%;
  border-radius: 5%;
  height: 180px;
  object-fit: contain;
}
.favoriteArea .favoriteList li .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .favoriteArea .favoriteList {
    margin: 0 -15px;
  }
  .favoriteArea .favoriteList li {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .favoriteArea .favoriteList .slick-list {
    max-width: calc(100% - 120px);
    margin: auto;
  }
  .favoriteArea .favoriteList .slick-prev,
  .favoriteArea .favoriteList .slick-next {
    -webkit-box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.18);
            box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.18);
  }
  .favoriteArea .favoriteList .slick-prev {
    left: 10px;
  }
  .favoriteArea .favoriteList .slick-next {
    right: 10px;
  }
}
.favoriteArea .slick-dots {
  position: relative;
  bottom: 0;
  padding-top: 35px;
}



.favoriteArea .favoriteList .slick-arrow svg {
  fill: #333333;
  width: 17px;
  height: 33px;
}

.favoriteArea .favoriteList .slick-arrow:focus, .shareArea .slick-arrow:hover {
  background-color: transparent;
}
.favoriteArea .favoriteList .slick-arrow:focus svg, .shareArea .slick-arrow:hover svg, .shareArea .slick-arrow:link svg, .shareArea .slick-arrow:visited svg, .shareArea .slick-arrow:active svg {
  fill: #6e4738 !important;
}

.favoriteArea .favoriteList .slick-prev {
    left: -50px;
    background: none;
  }
  .favoriteArea .favoriteList .slick-next {
    right: -50px;
    background: none;
  }


.advertiseArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.advertiseArea .item .left,
.advertiseArea .item .right {
  width: 50%;
}
.advertiseArea .item .left .Txt {
  right: 90px;
  bottom: 80px;
}
.advertiseArea .item .right a:first-child .Txt {
  left: 65px;
  bottom: 60px;
}
.advertiseArea .item .right a:nth-child(2) .Txt {
  right: 80px;
  bottom: 80px;
}
.advertiseArea .item .titleBox {
  margin-bottom: 0;
}
.advertiseArea .item .titleBox .title,
.advertiseArea .item .titleBox p {
  color: #ffffff;
}
.advertiseArea .item a {
  display: block;
  position: relative;
}
.advertiseArea .item .Img {
  line-height: 0;
  overflow: hidden;
}
.advertiseArea .item .Img .mb {
  display: none;
}
.advertiseArea .item .Txt {
  position: absolute;
  z-index: 2;
}
@media (max-width: 1536px) {
  .advertiseArea .item .left .Txt {
    right: 50px;
    bottom: 50px;
  }
  .advertiseArea .item .right a:first-child .Txt {
    left: 50px;
    bottom: 50px;
  }
  .advertiseArea .item .right a:nth-child(2) .Txt {
    right: 50px;
    bottom: 50px;
  }
  .advertiseArea .item .titleBox .title {
    font-size: 30px;
  }
  .advertiseArea .item .titleBox p {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .advertiseArea .item .left .Txt {
    right: 30px;
    bottom: 30px;
  }
  .advertiseArea .item .right a:first-child .Txt {
    left: 30px;
    bottom: 30px;
  }
  .advertiseArea .item .right a:nth-child(2) .Txt {
    right: 30px;
    bottom: 30px;
  }
  .advertiseArea .item .titleBox .title {
    font-size: 24px;
  }
  .advertiseArea .item .titleBox p {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .advertiseArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advertiseArea .item .left,
  .advertiseArea .item .right {
    width: 100%;
  }
  .advertiseArea .item .Img .pc {
    display: none;
  }
  .advertiseArea .item .Img .mb {
    display: block;
  }
  .advertiseArea .item .Txt {
    text-align: left;
  }
  .advertiseArea .item .left .Txt {
    left: 25px;
    right: auto;
    bottom: 35px;
  }
  .advertiseArea .item .right a:first-child .Txt {
    left: 25px;
    bottom: 35px;
  }
  .advertiseArea .item .right a:nth-child(2) .Txt {
    left: 25px;
    bottom: 35px;
  }
}
@media (max-width: 480px) {
  .advertiseArea .item .left .Txt {
    left: 20px;
    right: auto;
    bottom: 20px;
  }
  .advertiseArea .item .right a:first-child .Txt {
    left: 20px;
    bottom: 20px;
  }
  .advertiseArea .item .right a:nth-child(2) .Txt {
    left: 20px;
    bottom: 20px;
  }
  .advertiseArea .item .titleBox .title {
    font-size: 20px;
  }
  .advertiseArea .item .titleBox p {
    font-size: 13px;
    margin-top: 2px;
  }
}

/*
.catalogArea {
  padding: 80px 0;
}
*/

.catalogArea {
  padding: 20px 0 100px 0;
}
@media (max-width: 1180px) {
  .catalogArea {
    padding: 20px 0 70px 0;
  }
}
@media (max-width: 768px) {
  .catalogArea {
    padding: 0 0 50px 0;
  }
}


.catalogArea .titleBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 65px;
}
.catalogArea .titleBar .titleBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.catalogArea .titleBar .btnBox {
  width: 240px;
}
.catalogArea .catalogBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.catalogArea .catalogBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.catalogArea .mTagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogArea .mTagBox .m_title {
  width: calc(100% - 75px);
  padding-right: 10px;
}
.catalogArea .offerInfoText {
  color: #a09673;
  padding-top: 5px;
}
.catalogArea .status {
  width: 55px;
  height: 55px;
  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;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
}
.catalogArea .status.statusNew {
  background-image: url(../images/new_bg.png);
}
.catalogArea .status.statusHot {
  background-image: url(../images/hot_bg.png);
}
@media (max-width: 768px) {
  .catalogArea .status {
    width: 44px;
    height: 44px;
    font-size: 13px;
  }
}
@-webkit-keyframes goBar {
  0% {
    -webkit-transform: translateX(-100px) skewX(-15deg);
            transform: translateX(-100px) skewX(-15deg);
  }
  100% {
    -webkit-transform: translateX(300px) skewX(-15deg);
            transform: translateX(300px) skewX(-15deg);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
}
@keyframes goBar {
  0% {
    -webkit-transform: translateX(-100px) skewX(-15deg);
            transform: translateX(-100px) skewX(-15deg);
  }
  100% {
    -webkit-transform: translateX(300px) skewX(-15deg);
            transform: translateX(300px) skewX(-15deg);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
}
.catalogArea .catalogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.catalogArea .catalogList li {
  padding: 20px;
  width: 33.33%;
}
.catalogArea .catalogList .item {
  position: relative;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  padding: 0 0 10px 0;
  height: 100%;
  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;
}
.catalogArea .catalogList .Img {
  padding: 0 0 10px 0;
}
.catalogArea .catalogList .Img img {
  display: block;
  width: 100%;
  height: 300px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          object-fit: cover;
}

@media (max-width: 480px) {
  .catalogArea .catalogList .Img img {
  height: 150px;
  }
  .catalogArea .offerInfoText {
  display: none;
  }
}


.catalogArea .catalogList .m_title {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  letter-spacing: 0.8px;
}
.catalogArea .catalogList .Txt {
  position: relative;
  padding-top: 10px;
  background-color: #fff;
  font-family: "Noto Sans TC", "Roboto";
  text-align: center;
}
.catalogArea .catalogList .Txt .title {
  /*min-height: 52px;*/
}
.catalogArea .catalogList .Txt .title a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
.catalogArea .catalogList .Txt .title a:hover {
  color: #6e4738;
}
.catalogArea .catalogList .Txt .original {
  color: #999999;
  text-decoration: line-through;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .catalogArea .catalogList .Txt .title a {
  font-size: 16px;
  padding-left: 3px;
  padding-right: 3px;
  }
  .catalogArea .catalogList .Txt .title.ellipsis {
  height: 25px;
  }
}
@media (max-width: 414px) {
  .catalogArea .catalogList .Txt .original {
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  .catalogArea .catalogList .Txt .original {
    margin-right: 5px;
  }
}
.catalogArea .catalogList .Txt .price {
  font-size: 18px;
  /*color: rgba(0, 0, 0, 0.7);*/
  color: #c0392b;
  margin-top: 5px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .catalogArea .catalogList .Txt .price {
  margin-top: 0px;
  }
}
.catalogArea .catalogList .Txt .price del {
  font-size: 16px;
  color: rgba(125, 125, 125, 0.5);
}

.catalogArea .catalogList .colorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalogArea .catalogList .colorList a {
  line-height: 0;
  border-radius: 50%;
  padding: 2px;
  margin: 0 5px 5px;
  border: 1px solid transparent;
}
.catalogArea .catalogList .colorList a.current, .catalogArea .catalogList .colorList a:hover {
  border-color: #ababab;
}
.catalogArea .catalogList .colorList a img {
  border-radius: 50%;
}
.catalogArea .catalogList .btnBox {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .catalogArea .catalogList {
    margin: 0 -10px;
  }
  .catalogArea .catalogList li {
    padding: 20px 10px;
    width: 50%;
  }
  .catalogArea .catalogList .item {
  padding: 0 0 10px 0;
  }
  .catalogArea .catalogList .Txt {
    padding-top: 10px;
  }
  .catalogArea .catalogList .btnBox {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .catalogArea .catalogList .item {
  padding: 0 0 10px 0;
  }
}
@media (max-width: 480px) {
  .catalogArea .catalogList {
    margin: 0 -5px;
  }
  .catalogArea .catalogList li {
    padding: 20px 5px;
    width: 50%;
  }
  .catalogArea .catalogList .Txt {
    padding-top: 0px;
  }
  .catalogArea .catalogList .m_title {
    width: calc(100% - 50px);
  }
  .catalogArea .catalogList .colorList a img {
    width: 20px;
  }
  .catalogArea .catalogList .btnBox {
    display: none;
  }
}
@media (max-width: 1180px) {
  .catalogArea {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .catalogArea .titleBar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  .catalogArea .titleBar .titleBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    text-align: center;
  }
  .catalogArea .titleBar .btnBox {
    display: none;
  }
}

.faqArea .faqBox .title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 3.6px;
  padding-bottom: 5px;
}
.faqArea .faqBox p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.72px;
}
.faqArea .faqBox .btn_video {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f5f2ee;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
}
.faqArea .faqBox .btn_video a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.faqArea .faqBox .btn_video:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-animation: pulse 1.2s ease infinite;
          animation: pulse 1.2s ease infinite;
  background-color: rgba(245, 238, 238, 0.4);
  pointer-events: none;
  z-index: 0;
}
.faqArea .faqBox .topBox {
  max-width: 605px;
  margin-right: calc(34.839% - 240px); /* calc(100% - 1480px) */
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.faqArea .faqBox .topBox .title {
  color: #ffffff;
}
.faqArea .faqBox .topBox p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}
.faqArea .faqBox .topBox p a {
  color: #ffffff;
}
.faqArea .faqBox .topBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a09673;
}
.faqArea .faqBox .topBox .left {
  width: 365px;
  padding-left: 55px;
  position: relative;
}
.faqArea .faqBox .topBox .right {
  width: calc(100% - 365px);
  line-height: 0;
}
.faqArea .faqBox .bottomBox .title {
  color: #000000;
}
.faqArea .faqBox .bottomBox p {
  color: rgba(0, 0, 0, 0.7);
}
.faqArea .faqBox .bottomBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #f5f2ee;
}
.faqArea .faqBox .bottomBox .Img a {
  position: relative;
  display: block;
}
@media (min-width: 993px) {
  .faqArea .faqBox .bottomBox .Img a {
    width: 100%;
    height: 0;
    padding-bottom: 45.5645161%; /* 565px */
    overflow: hidden;
  }
  .faqArea .faqBox .bottomBox .Img a img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .faqArea .faqBox .bottomBox .Img a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
}
.faqArea .faqBox .bottomBox .left {
  width: 65.161%; /* 1240px */
  line-height: 0;
  overflow: hidden;
}
.faqArea .faqBox .bottomBox .right {
  width: 34.839%; /* calc(100% - 1240px) */
  padding: 30px;
  position: relative;
}
.faqArea .faqBox .bottomBox .right .infoTxt {
  max-width: 310px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.faqArea .faqBox .bottomBox .right:after {
  width: 100%; /* calc(100% - 1240px) */
  height: calc(100% + 120px);
  position: absolute;
  right: 0;
  bottom: 125px;
  content: "";
  background-color: #f5f2ee;
  pointer-events: none;
  display: none;
}
@media (max-width: 1280px) {
  .faqArea .faqBox .title {
    font-size: 35px;
  }
  .faqArea .faqBox p {
    font-size: 16px;
  }
  .faqArea .faqBox .topBox {
    margin-right: calc(45% - 240px);
  }
  .faqArea .faqBox .bottomBox .left {
    width: 55%;
  }
  .faqArea .faqBox .bottomBox .right {
    width: 45%;
  }
  .faqArea .faqBox .bottomBox .right:after {
    display: none;
  }
  .faqArea .faqBox .bottomBox .Img a {
    padding-bottom: 70%;
  }
}
@media (max-width: 992px) {
  .faqArea .faqBox .btn_video {
    position: relative;
    right: 0;
    margin-top: 30px;
  }
  .faqArea .faqBox .topBox {
    max-width: 100%;
    margin-right: 0;
  }
  .faqArea .faqBox .topBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faqArea .faqBox .topBox .left {
    width: 100%;
    padding: 30px 30px 40px;
    text-align: center;
  }
  .faqArea .faqBox .topBox .right {
    display: none;
  }
  .faqArea .faqBox .bottomBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faqArea .faqBox .bottomBox .left,
  .faqArea .faqBox .bottomBox .right {
    width: 100%;
  }
  .faqArea .faqBox .bottomBox .left {
    display: none;
  }
  .faqArea .faqBox .bottomBox .right {
    padding: 30px 30px 50px;
  }
  .faqArea .faqBox .bottomBox .right .infoTxt {
    max-width: 100%;
    text-align: center;
  }
  .faqArea .faqBox .bottomBox .Img a {
    padding-bottom: 0;
  }
}

.aboutArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f2ee;
}
.aboutArea .item .Txt {
  width: 37.992%; /* calc(100% - 1180px) */
  padding: 50px 73px 50px 30px;
}
.aboutArea .item .Txt .infoTxt {
  max-width: 520px;
  margin-right: 0;
  margin-left: auto;
}
.aboutArea .item .Txt .infoTxt .title {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 3.6px;
  padding-bottom: 5px;
}
.aboutArea .item .Txt .infoTxt p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.72px;
}
.aboutArea .item .Img {
  line-height: 0;
  overflow: hidden;
  width: 62.008%; /* 1180px */
}
.aboutArea .item .Img a {
  position: relative;
  display: block;
}
@media (min-width: 993px) {
  .aboutArea .item .Img a {
    width: 100%;
    height: 0;
    padding-bottom: 47.882%; /* 565px */
    overflow: hidden;
  }
  .aboutArea .item .Img a img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .aboutArea .item .Img a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
}
@media (max-width: 1600px) {
  .aboutArea .item .Txt {
    padding-right: 30px;
  }
}
@media (max-width: 1280px) {
  .aboutArea .item .Txt {
    width: 45%;
  }
  .aboutArea .item .Txt .infoTxt .title {
    font-size: 35px;
  }
  .aboutArea .item .Txt .infoTxt p {
    font-size: 16px;
  }
  .aboutArea .item .Img {
    width: 55%;
  }
  .aboutArea .item .Img a {
    padding-bottom: 70%;
  }
}
@media (max-width: 992px) {
  .aboutArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutArea .item .Txt,
  .aboutArea .item .Img {
    width: 100%;
  }
  .aboutArea .item .Txt {
    padding: 30px 30px 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .aboutArea .item .Txt .infoTxt {
    margin-left: 0;
    max-width: 100%;
  }
  .aboutArea .item .Img a {
    padding-bottom: 0;
  }
}

.shareArea {
  /*padding: 20px 0 100px 0;*/
  padding: 80px 0;
}
/*
@media (max-width: 1180px) {
  .shareArea {
    padding: 20px 0 70px 0;
  }
}
@media (max-width: 768px) {
  .shareArea {
    padding: 0 0 50px 0;
  }
}
*/
.shareArea .wrap {
  max-width: 1640px;
}
.shareArea .titleBox {
  padding-bottom: 30px;
}
.shareArea .titleBox .title {
  color: #333333;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 12.6px; /*360*/
}
@media (max-width: 1180px) {
  .shareArea .titleBox .title {
    letter-spacing: 2.1px; /*60*/
  }
}
@media (max-width: 768px) {
  .shareArea .titleBox .title {
    font-size: 30px;
    letter-spacing: 1.8px; /*60*/
  }
  .shareArea .titleBox {
  padding-bottom: 0px;
  }
}
.shareArea .titleBox .infoBox {
  color: #333333;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 7.5px; /*300*/
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .shareArea .titleBox .infoBox {
    letter-spacing: 1.5px; /*60*/
  }
}
@media (max-width: 992px) {
  .shareArea .titleBox .infoBox {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .shareArea .titleBox .infoBox {
    font-size: 20px;
    letter-spacing: 1.2px; /*60*/
  }
}
.shareArea .slick-list {
  max-width: calc(100% - 200px);
  margin: 0 auto;
}
@media (max-width: 992px) {
  .shareArea .slick-list {
    max-width: calc(100% - 100px);
  }
}
.shareArea .slick-arrow {
  background-color: transparent;
  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;
}
.shareArea .slick-arrow svg {
  fill: #333333;
  width: 17px;
  height: 33px;
}
@media (max-width: 1180px) {
  .shareArea .slick-arrow {
    margin-top: 38.5px;
  }
}
.shareArea .slick-arrow:focus, .shareArea .slick-arrow:hover {
  background-color: transparent;
}
.shareArea .slick-arrow:focus svg, .shareArea .slick-arrow:hover svg {
  fill: #6e4738;
}
.shareArea .slick-arrow.slick-prev {
  left: 42px;
}
@media (max-width: 992px) {
  .shareArea .slick-arrow.slick-prev {
    left: 12px;
  }
}
@media (max-width: 768px) {
  .shareArea .slick-arrow.slick-prev {
    left: 2px;
  }
}
.shareArea .slick-arrow.slick-next {
  right: 42px;
}
@media (max-width: 992px) {
  .shareArea .slick-arrow.slick-next {
    right: 12px;
  }
}
@media (max-width: 768px) {
  .shareArea .slick-arrow.slick-next {
    right: 2px;
  }
}
.shareArea .shareList {
  margin: 0 -22.5px;
}
@media (max-width: 1440px) {
  .shareArea .shareList {
    margin: 0 -15px;
  }
}
@media (max-width: 768px) {
  .shareArea .shareList {
    margin: 0 -10px;
  }
}
.shareArea .shareList > .shareItem {
  float: left;
  width: 25%;
}
@media (max-width: 1440px) {
  .shareArea .shareList > .shareItem {
    width: 25%;
  }
}
@media (max-width: 1180px) {
  .shareArea .shareList > .shareItem {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .shareArea .shareList > .shareItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .shareArea .shareList > .shareItem {
    width: 100%;
  }
}
.shareArea .shareList > .shareItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .shareArea .shareList > .shareItem:nth-child(5) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1180px) {
  .shareArea .shareList > .shareItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .shareArea .shareList > .shareItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 480px) {
  .shareArea .shareList > .shareItem:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.shareArea .shareList .shareItem {
  padding: 0 22.5px;
}
@media (max-width: 1440px) {
  .shareArea .shareList .shareItem {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .shareArea .shareList .shareItem {
    padding: 0 10px;
  }
}
.shareArea .shareList a {
  display: block;
}
@media (min-width: 1181px) {
  .shareArea .shareList a:hover .cover::after {
    opacity: 1;
  }
  .shareArea .shareList a:hover .cover .title,
  .shareArea .shareList a:hover .cover .more,
  .shareArea .shareList a:hover .cover .lensTitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .shareArea .shareList a:hover .cover .title {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .shareArea .shareList a:hover .cover .more {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .shareArea .shareList a:hover .cover .lensTitle {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.shareArea .shareList .Img {
  position: relative;
}
.shareArea .shareList .Img img {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;
}
.shareArea .shareList .cover {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 1180px) {
  .shareArea .shareList .cover {
    color: #333333;
    position: relative;
    opacity: 1;
    padding-bottom: 20px;
  }
}
.shareArea .shareList .cover:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.shareArea .shareList .cover .title,
.shareArea .shareList .cover .lensTitle {
  width: 100%;
  display: block;
}
.shareArea .shareList .cover .title,
.shareArea .shareList .cover .more,
.shareArea .shareList .cover .lensTitle {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.shareArea .shareList .cover .title {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 1180px) {
  .shareArea .shareList .cover .title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.shareArea .shareList .cover .more {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 1180px) {
  .shareArea .shareList .cover .more {
    display: none;
  }
}
.shareArea .shareList .cover .lensTitle {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media (max-width: 1180px) {
  .shareArea .shareList .cover .lensTitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 5px;
  }
}
.shareArea .shareList .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px; /*100*/
}
.shareArea .shareList .more {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px; /*100*/
  border: 1px solid #ffffff;
  padding: 4px 10px 6px;
  text-align: center;
  margin: 23px 0 22px;
}
.shareArea .shareList .lensTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px; /*100*/
}
.shareArea .shareList .text {
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.28px;
  background-color: #f5f2ed;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 11px 10px 10px 10px;
}

.relatedArea {
  padding: 40px 0;
  background-color: #ffffff;
}
.relatedArea .relatedList > li {
  float: left;
  width: 20%;
}
.relatedArea .relatedList > li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
  display: none;
  opacity: 0;
}
@media (max-width: 1180px) {
  .relatedArea .relatedList > li {
    width: 25%;
  }
  .relatedArea .relatedList > li:nth-child(5) {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .relatedArea .relatedList > li {
    width: 33.33%;
  }
  .relatedArea .relatedList > li:nth-child(4) {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 640px) {
  .relatedArea .relatedList > li {
    width: 50%;
  }
  .relatedArea .relatedList > li:nth-child(3) {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 414px) {
  .relatedArea .relatedList > li {
    width: 100%;
  }
  .relatedArea .relatedList > li:nth-child(2) {
    display: none;
    opacity: 0;
  }
}
.relatedArea .relatedList li {
  padding: 0 42px;
}
.relatedArea .relatedList li a {
  display: block;
}
.relatedArea .relatedList li a:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.relatedArea .relatedList li .Img {
  text-align: center;
}
.relatedArea .relatedList li .Img a {
  min-height: 40px;
  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;
}
.relatedArea .relatedList li .Img img {
  display: inline-block;
}
.relatedArea .relatedList .slick-list {
  max-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .relatedArea .relatedList .slick-list {
    max-width: calc(100% - 120px);
  }
  .relatedArea .relatedList .slick-list li {
    padding: 0 15px;
  }
}

.moduleQaptchaBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
/*# sourceMappingURL=home.css.map */