@charset "UTF-8";
.newsArea .Img img, .adviceArea .item .Txt .introduction, .adviceArea .item .Img, .bannerArea .scrollDown span.text, .popWin .close::before, .popWin .close::after, .popWin .close, .arrowBox .arrow span::before, .arrowBox .arrow span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.arrowBox .arrow {
  position: relative;
  width: 30px;
  height: 26px;
  cursor: pointer;
  pointer-events: fill;
}
.arrowBox .arrowPrev {
  margin-right: 12px;
}
@media (max-width: 480px) {
  .arrowBox .arrowPrev {
    margin-right: 5px;
  }
}
.arrowBox .arrowPrev:hover span {
  background: #f19b38;
}
.arrowBox .arrowPrev:hover span::before {
  border-color: #f19b38;
}
.arrowBox .arrowPrev span::before {
  left: 0;
  border-bottom: 2px solid #594a38;
  border-left: 2px solid #594a38;
}
.arrowBox .arrowNext {
  margin-left: 12px;
}
@media (max-width: 480px) {
  .arrowBox .arrowNext {
    margin-left: 5px;
  }
}
.arrowBox .arrowNext:hover span {
  background: #f19b38;
}
.arrowBox .arrowNext:hover span::before {
  border-color: #f19b38;
}
.arrowBox .arrowNext span::before {
  right: 0;
  border-top: 2px solid #594a38;
  border-right: 2px solid #594a38;
}
.arrowBox .arrow span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background: #594a38;
}
.arrowBox .arrow span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
}
.arrowBox .numBox {
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #594a38;
}
@media (max-width: 480px) {
  .arrowBox .numBox {
    padding-left: 5px;
  }
}
.arrowBox .numBox .numCurrent,
.arrowBox .numBox .talNum {
  margin: 0 5px;
  min-width: 25px;
  text-align: center;
}
.arrowBox .numBox .talNum {
  position: relative;
}
.arrowBox .numBox .talNum::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%) rotate(18deg);
          transform: translateY(-50%) rotate(18deg);
  width: 1px;
  height: 15px;
  background: #594a38;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #f19b38;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1200px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .slick-current .bannerItem {
  pointer-events: fill;
}
.bannerArea .bannerItem {
  pointer-events: none;
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem {
    padding-left: 35px;
  }
}
@media (max-width: 380px) {
  .bannerArea .bannerItem {
    padding-left: 20px;
  }
}
.bannerArea .bannerItem:not(.slick-slide):not(:first-child) {
  display: none;
}
.bannerArea .bannerItem .Img {
  margin: 0 0 0 auto;
  max-width: 1310px;
  width: 100%;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  overflow: hidden;
}
@media (max-width: 570px) {
  .bannerArea .bannerItem .Img {
    height: 380px;
  }
}
.bannerArea .bannerItem .Img img {
  display: block;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  -webkit-transform: scale(1.1) rotate(-3deg);
          transform: scale(1.1) rotate(-3deg);
}
@media (max-width: 570px) {
  .bannerArea .bannerItem .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 100%;
  padding: 13px 20px 100px 147px;
}
@media (max-width: 1300px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 60px 147px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt {
    position: static;
    padding: 60px 0 30px;
    padding-right: 35px;
  }
}
@media (max-width: 380px) {
  .bannerArea .bannerItem .Txt {
    padding: 30px 0;
    padding-right: 20px;
  }
}
.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 {
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 3.5px;
  line-height: 1.35;
  color: #594a38;
  opacity: 0;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 28px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  padding-top: 21px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .subtitle {
    padding-top: 20px;
    font-size: 21px;
  }
}
@media (max-width: 380px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
.bannerArea .bannerItem .Txt .subtitle .background {
  padding: 5px 20px;
  line-height: 2.3;
  background: #f19b38;
  border-radius: 20px;
  border-top-left-radius: 0;
  overflow: hidden;
}
.bannerArea .bannerItem .Txt .text {
  padding-top: 25px;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.4px;
  color: #7d7162;
  opacity: 0;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .text {
    padding-top: 20px;
  }
}
@media (max-width: 380px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
  padding-top: 30px;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .btnBox {
    padding-top: 20px;
  }
}
.bannerArea .bannerItem .Txt .btnBox a {
  border-radius: 50px;
  border-top-left-radius: 0;
  overflow: hidden;
}
.bannerArea .slick-current .Img img {
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  -webkit-transition: -webkit-transform 8s ease-in-out;
  transition: -webkit-transform 8s ease-in-out;
  transition: transform 8s ease-in-out;
  transition: transform 8s ease-in-out, -webkit-transform 8s ease-in-out;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .arrowBox {
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 1;
  padding-bottom: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-height: 797px;
  height: 100%;
}
@media (max-width: 1200px) {
  .bannerArea .arrowBox {
    display: none;
  }
}
.bannerArea .scrollDown {
  position: absolute;
  bottom: 140px;
  left: 45px;
  z-index: 2;
  padding: 0 10px;
  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;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown:hover .text {
  color: #f19b38;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  padding-bottom: 14px;
  font-family: "Roboto";
  font-size: 16px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 1px;
  color: #7d7162;
}
.bannerArea .scrollDown span.line {
  position: relative;
  width: 1px;
  height: 90px;
  background-color: #7d7162;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #7d7162;
  -webkit-animation: bannerScrollAnimation 5s ease-in-out infinite;
          animation: bannerScrollAnimation 5s ease-in-out infinite;
}

.sloganArea {
  position: relative;
  z-index: 1;
  padding: 50px 0 20px;
  overflow-x: clip;
}
@media (max-width: 1200px) {
  .sloganArea {
    padding: 30px 0 0;
  }
}
.sloganArea .decoBox {
  position: absolute;
  top: calc(50% + 15px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 104px);
  pointer-events: none;
}
@media (max-width: 1600px) {
  .sloganArea .decoBox {
    width: calc(100% + 40px);
  }
}
@media (max-width: 1400px) {
  .sloganArea .decoBox {
    width: 1350px;
    width: calc(100% + 20px);
  }
}
@media (max-width: 1200px) {
  .sloganArea .decoBox {
    position: static;
    padding: 50px 0 40px;
    width: calc(100% + 70px);
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px);
  }
}
@media (max-width: 380px) {
  .sloganArea .decoBox {
    padding: 30px 0 40px;
    width: calc(100% + 50px);
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
}
@media (max-width: 1200px) {
  .sloganArea .decoBox .textEditor {
    max-width: 0;
  }
}
.sloganArea .Img {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .sloganArea .Img {
    padding: 0 10px;
  }
}
.sloganArea .Img1 {
  max-width: 210px;
}
.sloganArea .Img2 {
  max-width: 159px;
}
.sloganArea .Img3 {
  max-width: 139px;
}
.sloganArea .Img4 {
  max-width: 127px;
}
.sloganArea .Img5 {
  max-width: 218px;
}
.sloganArea .Img6 {
  max-width: 158px;
}
.sloganArea .deco {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sloganArea .deco1 {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media (max-width: 1200px) {
  .sloganArea .deco1 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sloganArea .deco2 {
  -webkit-transform: translateX(35px) translateY(35px);
          transform: translateX(35px) translateY(35px);
}
@media (max-width: 1200px) {
  .sloganArea .deco2 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sloganArea .deco3 {
  -webkit-transform: translateX(25px) translateY(57px);
          transform: translateX(25px) translateY(57px);
}
@media (max-width: 1200px) {
  .sloganArea .deco3 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sloganArea .deco4 {
  -webkit-transform: translateY(58px);
          transform: translateY(58px);
}
@media (max-width: 1200px) {
  .sloganArea .deco4 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sloganArea .deco5 {
  -webkit-transform: translateX(20px) translateY(60px);
          transform: translateX(20px) translateY(60px);
}
@media (max-width: 1200px) {
  .sloganArea .deco5 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sloganArea .deco6 {
  -webkit-transform: translateX(20px) translateY(60px);
          transform: translateX(20px) translateY(60px);
}
@media (max-width: 1200px) {
  .sloganArea .deco6 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sloganArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sloganArea .textEditor {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 65px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 450px;
  max-width: 850px;
  width: 100%;
}
@media (max-width: 1200px) {
  .sloganArea .textEditor {
    max-width: unset;
    min-height: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
}
.sloganArea .sloganTxt {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1.65px;
  color: #594a38;
  text-align: center;
}
@media (max-width: 1200px) {
  .sloganArea .sloganTxt {
    font-size: 25px;
  }
}
@media (max-width: 380px) {
  .sloganArea .sloganTxt {
    font-size: 20px;
  }
}
.sloganArea .sloganTxt .doubleQuotes {
  display: inline-block;
  font-size: 45px;
  line-height: 1;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .sloganArea .sloganTxt .doubleQuotes {
    padding: 0 10px;
  }
}
@media (max-width: 380px) {
  .sloganArea .sloganTxt .doubleQuotes {
    padding: 0;
    font-size: 20px;
  }
}

.aboutArea {
  position: relative;
  padding: 385px 0 285px;
  overflow-x: clip;
}
@media (max-width: 1200px) {
  .aboutArea {
    padding: 150px 0 30px;
  }
}
.aboutArea::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  display: block;
  width: 100%;
  height: 279px;
  background-image: url(../images/about_bg_top.png);
  background-size: cover;
  background-position: top center;
}
@media (max-width: 1920px) {
  .aboutArea::before {
    width: 1920px;
  }
}
@media (max-width: 1200px) {
  .aboutArea::before {
    top: -145px;
  }
}
@media (max-width: 960px) {
  .aboutArea::before {
    top: -160px;
  }
}
.aboutArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
  display: block;
  width: 100%;
  height: 3300px;
  background-image: url(../images/about_bg.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top center;
}
@media (max-width: 1920px) {
  .aboutArea::after {
    width: 1920px;
  }
}
.aboutArea .decoBox {
  pointer-events: none;
}
@media (max-width: 1200px) {
  .aboutArea .decoBox {
    display: none;
  }
}
.aboutArea .decoBox .Img {
  position: absolute;
  z-index: 1;
}
.aboutArea .decoBox .Img1 {
  max-width: 244px;
  right: 11.5%;
  bottom: 22px;
}
.aboutArea .decoBox .Img2 {
  max-width: 333px;
  right: 0;
  bottom: 10.5%;
}
.aboutArea .decoBox .Img img {
  width: 100%;
  display: block;
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .aboutArea .aboutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutArea .leftBox {
  position: relative;
  z-index: 1;
  max-width: 570px;
  width: 100%;
}
@media (max-width: 1400px) {
  .aboutArea .leftBox {
    max-width: 480px;
  }
}
@media (max-width: 1200px) {
  .aboutArea .leftBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 570px;
    margin: 0 auto;
  }
}
.aboutArea .aboutImgList {
  width: 100%;
}
.aboutArea .aboutImgList .Img {
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.aboutArea .aboutImgList .Img img {
  display: block;
  width: 100%;
}
@media (max-width: 1440px) {
  .aboutArea .aboutImgList .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.aboutArea .arrowBox {
  margin-right: -10px;
  padding-top: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1200px) {
  .aboutArea .arrowBox {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
  }
}
.aboutArea .rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.aboutArea .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 65px;
  padding-top: 95px;
}
@media (max-width: 1200px) {
  .aboutArea .Txt {
    padding: 0;
    padding-top: 85px;
  }
}
@media (max-width: 960px) {
  .aboutArea .Txt {
    padding: 0;
    padding-top: 70px;
  }
}
@media (max-width: 380px) {
  .aboutArea .Txt {
    padding: 0;
    padding-top: 60px;
  }
}
.aboutArea .Txt::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -138px;
  z-index: -1;
  display: block;
  font-size: 190px;
  font-weight: 200;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 5px;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .aboutArea .Txt::before {
    top: -100px;
    right: -50px;
  }
}
@media (max-width: 960px) {
  .aboutArea .Txt::before {
    top: -50px;
    right: 47%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    font-size: 103px;
  }
}
@media (max-width: 380px) {
  .aboutArea .Txt::before {
    top: -20px;
    right: 47%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    font-size: 64px;
  }
}
.aboutArea .Txt .textEditor {
  position: relative;
  z-index: 2;
  min-height: 420px;
}
@media (max-width: 1200px) {
  .aboutArea .Txt .textEditor {
    min-height: unset;
  }
}
.aboutArea .Txt .textEditor .title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #594a38;
}
@media (max-width: 960px) {
  .aboutArea .Txt .textEditor .title {
    font-size: 26px;
  }
}
.aboutArea .Txt .textEditor .text {
  padding-top: 35px;
  padding-left: 5px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.aboutArea .Txt .btnBox {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-left: 5px;
}

.adviceArea {
  position: relative;
  margin-top: -185px;
  padding: 255px 0 75px;
  background-image: url(../images/advice_bg.png);
  background-position: bottom center;
  overflow-x: clip;
}
@media (max-width: 1200px) {
  .adviceArea {
    margin-top: 30px;
    padding: 200px 0 30px;
  }
}
@media (max-width: 960px) {
  .adviceArea {
    padding-top: 130px;
  }
}
@media (max-width: 380px) {
  .adviceArea {
    margin: 0;
    padding-top: 80px;
  }
}
.adviceArea .wrap {
  position: relative;
}
.adviceArea .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .adviceArea .decoBox {
    display: none;
  }
}
.adviceArea .decoBox .ImgBox {
  position: relative;
}
.adviceArea .decoBox .decoBoy,
.adviceArea .decoBox .decoGirl {
  position: absolute;
}
.adviceArea .decoBox .decoBoy {
  top: -150px;
  left: 13px;
}
@media (max-width: 1600px) {
  .adviceArea .decoBox .decoBoy {
    left: 110px;
  }
}
.adviceArea .decoBox .decoBoy .Img {
  max-width: 204px;
}
.adviceArea .decoBox .decoBoy .Img2 img {
  -webkit-animation: questionMarkAnimation 4s ease-in-out infinite;
          animation: questionMarkAnimation 4s ease-in-out infinite;
}
.adviceArea .decoBox .decoBoy .Img3 img {
  -webkit-animation: questionMarkAnimation 4s -2s ease-in-out infinite;
          animation: questionMarkAnimation 4s -2s ease-in-out infinite;
}
.adviceArea .decoBox .decoGirl {
  bottom: 10px;
  right: -93px;
}
@media (max-width: 1600px) {
  .adviceArea .decoBox .decoGirl {
    right: 10px;
  }
}
.adviceArea .decoBox .decoGirl .Img {
  max-width: 211px;
}
.adviceArea .decoBox .decoGirl .Img5 img {
  -webkit-animation: questionMarkAnimation 5s ease-in-out infinite;
          animation: questionMarkAnimation 5s ease-in-out infinite;
}
.adviceArea .decoBox .decoGirl .Img6 img {
  -webkit-animation: questionMarkAnimation 5s -2.5s ease-in-out infinite;
          animation: questionMarkAnimation 5s -2.5s ease-in-out infinite;
}
.adviceArea .decoBox .Img {
  width: 100%;
}
.adviceArea .decoBox .Img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.adviceArea .decoBox .Img img {
  width: 100%;
  display: block;
}
.adviceArea .titleBox {
  position: relative;
  z-index: 0;
  text-align: center;
}
.adviceArea .titleBox .title {
  position: absolute;
  top: -113px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  font-family: "Poppins", sans-serif;
  font-size: 190px;
  font-weight: 200;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 960px) {
  .adviceArea .titleBox .title {
    top: -50px;
    font-size: 102px;
  }
}
@media (max-width: 380px) {
  .adviceArea .titleBox .title {
    top: -40px;
    font-size: 96px;
  }
}
.adviceArea .titleBox .subtitle {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2.45px;
  color: #594a38;
}
@media (max-width: 960px) {
  .adviceArea .titleBox .subtitle {
    font-size: 26px;
  }
}
.adviceArea .adviceBox {
  position: relative;
  z-index: 1;
  padding-top: 37px;
  max-width: 815px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .adviceArea .adviceBox {
    padding-top: 52px;
  }
}
@media (max-width: 380px) {
  .adviceArea .adviceBox {
    padding-top: 30px;
  }
}
.adviceArea .adviceItem {
  padding: 8px 0;
}
.adviceArea .item {
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50px;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.1);
}
@media (max-width: 960px) {
  .adviceArea .item {
    padding: 0 15px;
  }
}
.adviceArea .item:hover .Img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.adviceArea .item:hover .Txt .introduction {
  color: #f19b38;
}
.adviceArea .item .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.adviceArea .item .Img span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.adviceArea .item .Img img {
  display: block;
}
.adviceArea .item .Txt {
  padding: 25px 0;
  padding-left: 25px;
}
.adviceArea .item .Txt .introduction {
  font-size: 20px;
  letter-spacing: 1.2px;
  color: #7d7162;
}
@media (max-width: 960px) {
  .adviceArea .item .Txt .introduction {
    font-size: 18px;
  }
}

.assistArea {
  padding: 27px 0 355px;
  background-image: url(../images/advice_bg.png);
  background-position: top center;
}
@media (max-width: 1200px) {
  .assistArea {
    padding: 30px 0 230px;
  }
}
@media (max-width: 380px) {
  .assistArea {
    padding-top: 0;
  }
}
.assistArea .titleBox {
  text-align: center;
}
.assistArea .titleBox .title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #594a38;
}
@media (max-width: 960px) {
  .assistArea .titleBox .title {
    font-size: 20px;
  }
}
.assistArea .titleBox .subtitle {
  padding-top: 25px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #7d7162;
}
@media (max-width: 960px) {
  .assistArea .titleBox .subtitle {
    padding-top: 30px;
    font-size: 15px;
  }
}
.assistArea .assistListBox {
  padding-top: 115px;
}
@media (max-width: 1200px) {
  .assistArea .assistListBox {
    display: none;
  }
}
.assistArea .assistListBox_m {
  position: relative;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -5;
  pointer-events: none;
  width: 100%;
  overflow-x: clip;
}
@media (max-width: 1200px) {
  .assistArea .assistListBox_m {
    position: relative;
    opacity: 1;
    z-index: 0;
    pointer-events: fill;
    overflow: visible;
  }
}
.assistArea .assistListBox_m .slick-track {
  margin-top: 90px;
}
.assistArea .assistListBox_m .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.assistArea .assistListBox_m .arrowBox {
  position: absolute;
  height: 0;
  width: calc(100% + 20px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(calc(-50% + 45px));
          transform: translateX(-50%) translateY(calc(-50% + 45px));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 960px) {
  .assistArea .assistListBox_m .arrowBox {
    width: calc(100% + 50px);
  }
}
@media (max-width: 380px) {
  .assistArea .assistListBox_m .arrowBox {
    width: calc(100% + 30px);
  }
}
.assistArea .assistList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.assistArea .assistItem {
  position: relative;
  margin: 0 20px;
  padding: 15px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 375px;
  width: 100%;
  background: #fff;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .assistArea .assistItem {
    margin: 0 10px;
  }
}
.assistArea .item {
  width: 100%;
}
.assistArea .item .num {
  position: absolute;
  left: 0;
  right: 0;
  top: -37px;
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  text-align: center;
  line-height: 1;
  color: #f19b38;
}
.assistArea .item .num::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 44px;
  height: 18px;
  background-image: url(../images/step.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.assistArea .item .title {
  padding-top: 55px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
.assistArea .item .Img {
  padding-top: 15px;
  max-width: 265px;
  width: 100%;
  margin: 0 auto;
}
.assistArea .item .Img img {
  display: block;
  width: 100%;
  height: auto;
}
.assistArea .item .Txt {
  padding-top: 12px;
  text-align: center;
  min-height: 96px;
}
.assistArea .item .Txt .introduction {
  font-size: 18px;
  letter-spacing: 0.6px;
  color: #594a38;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.assistArea .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 65px;
}
@media (max-width: 1200px) {
  .assistArea .btnBox {
    padding-top: 40px;
  }
}
.assistArea .btnBox .btn {
  margin: 0 15px 20px;
}
.assistArea .btnBox .btn .arrow::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.classBox {
  display: none;
}

.resourceArea {
  margin-top: -120px;
  position: relative;
  z-index: 0;
  background-color: #faf8f7;
  overflow-x: clip;
  /***** 地圖主要樣式 *****/
}
@media (max-width: 1023px) {
  .resourceArea {
    padding-bottom: 60px;
  }
}
.resourceArea::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
  display: block;
  width: 100%;
  height: 972px;
  background-image: url(../images/resource_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1920px) {
  .resourceArea::before {
    width: 1920px;
  }
}
.resourceArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/resource_bg_cover.png);
  width: 100%;
  height: 100%;
}
.resourceArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resourceArea .resourceBox {
  padding: 0 5px;
  padding-right: 15px;
  max-width: 420px;
  width: 100%;
}
@media (max-width: 1200px) {
  .resourceArea .resourceBox {
    max-width: unset;
    padding: 0;
  }
}
.resourceArea .resourceBox .Txt {
  padding-top: 90px;
}
@media (max-width: 1200px) {
  .resourceArea .resourceBox .Txt {
    padding-top: 80px;
  }
}
.resourceArea .resourceBox .titleEn {
  position: absolute;
  top: 0px;
  left: -35px;
  z-index: -1;
  font-family: "Poppins", sans-serif;
  font-size: 190px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 6px;
  color: #fff;
}
@media (max-width: 960px) {
  .resourceArea .resourceBox .titleEn {
    top: 25px;
    font-size: 103px;
  }
}
@media (max-width: 380px) {
  .resourceArea .resourceBox .titleEn {
    top: 45px;
    left: -15px;
    font-size: 64px;
  }
}
.resourceArea .resourceBox .textEditor .title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #594a38;
}
@media (max-width: 960px) {
  .resourceArea .resourceBox .textEditor .title {
    font-size: 26px;
  }
}
.resourceArea .resourceBox .textEditor .subtitle {
  padding-top: 20px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1.7px;
  color: #594a38;
}
@media (max-width: 960px) {
  .resourceArea .resourceBox .textEditor .subtitle {
    font-size: 20px;
  }
}
.resourceArea .resourceBox .textEditor .text {
  padding-top: 21px;
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: 1.2px;
}
.resourceArea .resourceBox .btnBox {
  padding-top: 52px;
}
@media (max-width: 1200px) {
  .resourceArea .resourceBox .btnBox {
    padding-top: 40px;
  }
}
.resourceArea .mapArea {
  position: relative;
}
@media (max-width: 1023px) {
  .resourceArea .mapArea {
    display: none;
  }
}
.resourceArea .mapArea .title {
  display: none;
}
.resourceArea .mapArea .taiwan {
  padding-top: 80px;
  padding-left: 29px;
}
@media (max-width: 1400px) {
  .resourceArea .mapArea .taiwan {
    padding-left: 0;
  }
}
.resourceArea .mapArea .mapBox {
  position: relative;
  max-width: 413px;
  margin: 0 auto;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resourceArea .mapArea .mapBox .mapIcon {
  position: absolute;
  width: 82px;
  height: 92px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1.15px;
  font-weight: 500;
  padding-top: 25px;
  background-image: url(../images/map/mapIcon.png);
  background-repeat: no-repeat;
  display: block;
  font-family: "Noto Sans TC", sans-serif;
  z-index: 5;
}
.resourceArea .mapArea .mapBox > div {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  pointer-events: none;
}
.resourceArea .mapArea .mapBox > div.current, .resourceArea .mapArea .mapBox > div.hover {
  opacity: 1;
  z-index: 5;
}
.resourceArea .mapArea .mapBox .map_keelung {
  top: 5.05%;
  right: 13.5%;
}
.resourceArea .mapArea .mapBox .map_keelung .mapIcon {
  right: -60%;
  bottom: 60%;
}
.resourceArea .mapArea .mapBox .map_tipei {
  top: 4.1%;
  right: 20.5%;
}
.resourceArea .mapArea .mapBox .map_tipei .mapIcon {
  right: -35%;
  bottom: 55%;
}
.resourceArea .mapArea .mapBox .map_newtaipei {
  top: 1.5%;
  right: 4.2%;
}
.resourceArea .mapArea .mapBox .map_newtaipei .mapIcon {
  left: 10%;
}
.resourceArea .mapArea .mapBox .map_taoyuan {
  top: 6.4%;
  right: 29.7%;
}
.resourceArea .mapArea .mapBox .map_taoyuan .mapIcon {
  right: 0;
  bottom: 50%;
}
.resourceArea .mapArea .mapBox .map_hsinchu {
  top: 11.5%;
  right: 33.2%;
}
.resourceArea .mapArea .mapBox .map_hsinchu .mapIcon {
  right: 15%;
  bottom: 50%;
}
.resourceArea .mapArea .mapBox .map_miaoli {
  top: 17.4%;
  right: 40.1%;
}
.resourceArea .mapArea .mapBox .map_miaoli .mapIcon {
  left: 5%;
  bottom: 50%;
}
.resourceArea .mapArea .mapBox .map_taichung {
  top: 25.7%;
  left: 20.5%;
}
.resourceArea .mapArea .mapBox .map_taichung .mapIcon {
  left: 3%;
  bottom: 35%;
}
.resourceArea .mapArea .mapBox .map_changhua {
  top: 32.3%;
  left: 10.6%;
}
.resourceArea .mapArea .mapBox .map_changhua .mapIcon {
  left: 3%;
  bottom: 40%;
}
.resourceArea .mapArea .mapBox .map_nantou {
  top: 31.3%;
  right: 36%;
}
.resourceArea .mapArea .mapBox .map_nantou .mapIcon {
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
}
.resourceArea .mapArea .mapBox .map_yunlin {
  top: 42.3%;
  left: 4.7%;
}
.resourceArea .mapArea .mapBox .map_yunlin .mapIcon {
  left: 5%;
  bottom: 60%;
}
.resourceArea .mapArea .mapBox .map_chiayi {
  top: 48.2%;
  left: 4%;
}
.resourceArea .mapArea .mapBox .map_chiayi .mapIcon {
  right: 20%;
  bottom: 60%;
}
.resourceArea .mapArea .mapBox .map_tainan {
  top: 54.3%;
  left: 0;
}
.resourceArea .mapArea .mapBox .map_tainan .mapIcon {
  left: 10%;
  bottom: 40%;
}
.resourceArea .mapArea .mapBox .map_kaohsiung {
  top: 52.8%;
  left: 6.6%;
}
.resourceArea .mapArea .mapBox .map_kaohsiung .mapIcon {
  right: 14%;
}
.resourceArea .mapArea .mapBox .map_pingtung {
  top: 69.15%;
  left: 19%;
}
.resourceArea .mapArea .mapBox .map_taitung {
  top: 53.5%;
  right: 29%;
}
.resourceArea .mapArea .mapBox .map_taitung .mapIcon {
  right: 26%;
  top: 15%;
}
.resourceArea .mapArea .mapBox .map_hualien {
  top: 27.6%;
  right: 15.5%;
}
.resourceArea .mapArea .mapBox .map_hualien .mapIcon {
  right: 20%;
  top: 20%;
}
.resourceArea .mapArea .mapBox .map_yilan {
  top: 10.5%;
  right: 5.7%;
}
.resourceArea .mapArea .mapBox .map_yilan .mapIcon {
  left: 0;
  right: 0;
  margin: auto;
}
.resourceArea .decoBox {
  padding-top: 100px;
  margin-right: -185px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .resourceArea .decoBox {
    display: none;
  }
}
.resourceArea .decoBox .Img {
  width: 422px;
  margin: 0 0 0 auto;
}
.resourceArea .decoBox .Img img {
  display: block;
  width: 100%;
}

.newsArea {
  position: relative;
  z-index: 0;
  background: #fff;
  margin-top: -68px;
  padding: 110px 0 105px;
  overflow-x: clip;
}
@media (max-width: 1200px) {
  .newsArea {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .newsArea {
    margin-top: 0;
  }
}
.newsArea .titleBox {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsArea .titleBox .title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #594a38;
}
@media (max-width: 960px) {
  .newsArea .titleBox .title {
    font-size: 26px;
  }
}
.newsArea .newsBox {
  margin: 0 -20px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .newsArea .newsBox {
    margin: 0 -10px;
    padding-top: 40px;
  }
}
.newsArea .newsLeftBox,
.newsArea .newsRightBox {
  width: 50%;
}
.newsArea .item {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .newsArea .item {
    padding: 0 10px;
  }
}
.newsArea .Img {
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
.newsArea .Img:hover img {
  opacity: 0.8 !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.newsArea .Img img {
  display: block;
  width: 100%;
  height: auto;
}
.newsArea .Txt {
  padding-top: 10px;
}
.newsArea .Txt .text {
  height: 51px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #594a38;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsArea .Txt .text a {
  color: #594a38;
}
.newsArea .Txt .text a:hover {
  color: #f19b38;
}
.newsArea .Txt .newsInfoBox {
  padding-top: 19px;
  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;
}
.newsArea .Txt .classTitle {
  margin-right: 10px;
  padding: 0 8px;
  border: 1px solid #594a38;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #594a38;
}
.newsArea .Txt .dateBox {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #7d7162;
}
@media (max-width: 1200px) {
  .newsArea .newsRightBox {
    width: 100%;
  }
}
.newsArea .newsRightBox .Txt {
  padding-top: 20px;
}
.newsArea .newsRightBox .Txt .text {
  -webkit-line-clamp: unset;
  height: auto;
}
@media (max-width: 1200px) {
  .newsArea .newsLeftBox {
    display: none;
  }
}
.newsArea .newsLeftBox .newsItem {
  position: relative;
  height: 100%;
}
.newsArea .newsLeftBox .newsItem::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% + 50px);
  background: #ebebeb;
}
.newsArea .newsLeftBox .item {
  padding-bottom: 10px;
}
.newsArea .newsTopBox .item {
  padding-bottom: 65px;
}