.popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.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: 800px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  border-radius: 30px;
}
.popWin .popContent {
  max-height: 88vh;
  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 {
  border-radius: 100px;
  width: 46px;
  height: 46px;
  background-color: #216301;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
  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: 1181px) {
  .popWin .close:hover {
    background-color: #216301;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

header {
  padding: 30px 0;
  background-color: transparent;
}
@media (max-width: 1180px) {
  header {
    padding: 22px 0;
    background-color: #f7f7f7;
  }
}
header.scrolled {
  background-color: #f7f7f7;
}
header.scrolled .menuBox {
  margin-top: 0px;
}
header.scrolled .menu > .menuItem a.mainLink {
  color: #000;
  padding-bottom: 0;
}
@media (min-width: 1181px) {
  header.scrolled .menu > .menuItem a.mainLink:hover {
    color: #216301;
  }
}
header.scrolled .menu .submenu {
  top: 78px;
}
header.scrolled .languageBox .languageList {
  top: 100%;
}
header .logo .logotitle {
  background-color: #f7f7f7;
}
header .menuBox {
  margin-top: 40px;
}
header .menu > .menuItem a.mainLink {
  color: white;
}
header .menu .submenu {
  top: 60px;
}
header .languageBox .languageList {
  top: 50%;
}

.bannerArea {
  background-color: #f7f7f7;
}
.bannerArea .BgImg {
  pointer-events: none;
  position: relative;
  display: block;
  width: 100%;
  /*@include media(-1181) {
  	-webkit-mask-image: url('../images/bannerBg.png');
  	-webkit-mask-size: 100%; 
  	-webkit-mask-repeat: no-repeat; 
  	-webkit-mask-position: center center; 
  }*/
}
@media (max-width: 1180px) {
  .bannerArea .BgImg {
    overflow: hidden;
    border-radius: 30px;
  }
}
.bannerArea .BgImg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 740px;
}
@media (max-width: 1180px) {
  .bannerArea .BgImg img {
    width: 1180px;
  }
}
@media (max-width: 470px) {
  .bannerArea .BgImg img {
    min-height: 500px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .BgImg img.pc {
    display: none;
  }
}
.bannerArea .BgImg img.ph {
  display: none;
}
@media (max-width: 1180px) {
  .bannerArea .BgImg img.ph {
    display: block;
  }
}
.bannerArea .BgImg img.deco {
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  min-height: 1px;
}
.bannerArea .bannerBox {
  position: relative;
  padding: 30px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox {
    padding-top: 94px;
  }
}
@media (max-width: 470px) {
  .bannerArea .bannerBox {
    padding: 94px 15px 30px;
  }
}
.bannerArea .decobutterfly {
  pointer-events: none;
  position: absolute;
  top: 67%;
  left: 16%;
  z-index: 10;
  width: 60px;
}
.bannerArea .decobutterfly img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: butterfly 5s -2.8s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
          animation: butterfly 5s -2.8s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
@media (max-width: 1600px) {
  .bannerArea .decobutterfly {
    top: 75%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .decobutterfly {
    top: 82%;
  }
}
@media (max-width: 768px) {
  .bannerArea .decobutterfly {
    top: 45%;
  }
}
@media (max-width: 470px) {
  .bannerArea .decobutterfly {
    left: 10%;
    top: 47%;
  }
}
.bannerArea .TxtBox {
  width: 100%;
  max-width: 1820px;
  padding: 0 60px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .bannerArea .TxtBox {
    top: 45%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .TxtBox {
    height: 575px;
  }
}
@media (max-width: 768px) {
  .bannerArea .TxtBox {
    overflow: hidden;
    width: calc(100% - 60px);
    height: 100%;
    padding: 0;
  }
}
@media (max-width: 470px) {
  .bannerArea .TxtBox {
    width: calc(100% - 30px);
  }
}
.bannerArea .TxtBox .textRightBox {
  position: absolute;
  top: 310px;
  right: 90px;
  text-align: right;
}
@media (max-width: 1050px) {
  .bannerArea .TxtBox .textRightBox {
    top: 140px;
  }
}
@media (max-width: 768px) {
  .bannerArea .TxtBox .textRightBox {
    top: 515px;
    right: 30px;
  }
}
@media (max-width: 470px) {
  .bannerArea .TxtBox .textRightBox {
    top: 300px;
  }
}
.bannerArea .TxtBox .textLeftBox {
  overflow: hidden;
  margin-top: 90px;
  position: relative;
  z-index: 5;
  max-width: 370px;
  padding-left: 30px;
}
@media (max-width: 1180px) {
  .bannerArea .TxtBox .textLeftBox {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 60px;
  }
}
@media (max-width: 768px) {
  .bannerArea .TxtBox .textLeftBox {
    bottom: 70px;
    left: 30px;
  }
}
@media (max-width: 470px) {
  .bannerArea .TxtBox .textLeftBox {
    left: 0;
  }
}
.bannerArea .TxtBox .textLeftBox::before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 3px;
  height: calc(100% - 7px);
  background-color: white;
}
@media (max-width: 470px) {
  .bannerArea .TxtBox .textLeftBox::before {
    left: 15px;
  }
}
.bannerArea .TxtBox .textLeftBox .textTitle {
  position: relative;
  font-size: 38px;
  color: white;
  line-height: 1;
}
@media (max-width: 470px) {
  .bannerArea .TxtBox .textLeftBox .textTitle {
    font-size: 24px;
  }
}
.bannerArea .TxtBox .textLeftBox .text {
  position: relative;
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
  color: white;
}
.bannerArea .TxtBox .title {
  position: relative;
  font-size: 137px;
  font-weight: 500;
  line-height: 150px;
  letter-spacing: 3px;
  color: white;
  font-family: "Red Hat Display", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  .bannerArea .TxtBox .title {
    font-size: 96px;
  }
}
@media (max-width: 768px) {
  .bannerArea .TxtBox .title {
    letter-spacing: 2px;
    font-size: 74px;
    line-height: 74px;
  }
}
@media (max-width: 470px) {
  .bannerArea .TxtBox .title {
    font-size: 48px;
    line-height: 50px;
  }
}
.bannerArea .TxtBox .title.left {
  left: -9px;
}
@media (max-width: 768px) {
  .bannerArea .TxtBox .title.left {
    top: 22%;
    left: 21px;
  }
}
@media (max-width: 470px) {
  .bannerArea .TxtBox .title.left {
    top: 28%;
  }
}
.bannerArea .TxtBox .subTitle {
  position: relative;
  margin-right: 10px;
  font-size: 33px;
  color: white;
  letter-spacing: 2px;
  font-weight: 300;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .bannerArea .TxtBox .subTitle {
    font-size: 21px;
  }
}
.bannerArea .TxtBox .bannerIsland {
  pointer-events: none;
  position: absolute;
  top: -15%;
  left: 50%;
  width: 55%;
  -webkit-transform: translateX(-53%);
          transform: translateX(-53%);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.bannerArea .TxtBox .bannerIsland.show {
  opacity: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.bannerArea .TxtBox .bannerIsland img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .TxtBox .bannerIsland .islandani {
  position: relative;
  display: block;
}
@media (max-width: 1860px) {
  .bannerArea .TxtBox .bannerIsland {
    top: -30%;
  }
}
@media (max-width: 1450px) {
  .bannerArea .TxtBox .bannerIsland {
    top: -15%;
  }
}
@media (max-width: 1360px) {
  .bannerArea .TxtBox .bannerIsland {
    top: -10%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .TxtBox .bannerIsland {
    top: 0;
    width: 95%;
    max-width: 960px;
    -webkit-transform: translateX(-47%);
            transform: translateX(-47%);
  }
}
@media (max-width: 768px) {
  .bannerArea .TxtBox .bannerIsland {
    top: 17%;
    width: 120%;
  }
}
@media (max-width: 580px) {
  .bannerArea .TxtBox .bannerIsland {
    min-width: 430px;
    top: 25%;
  }
}
.bannerArea .TxtBox .bannerIsland .islandbutterfly {
  width: 15%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 11%;
  left: 74%;
}
.bannerArea .TxtBox .bannerDeco {
  pointer-events: none;
  position: absolute;
  bottom: -172px;
  left: 26px;
  -webkit-animation: bannerflash 4s infinite;
          animation: bannerflash 4s infinite;
}
.bannerArea .socialBox {
  position: absolute;
  bottom: 65px;
  right: 65px;
}
@media (max-width: 1600px) {
  .bannerArea .socialBox {
    bottom: 50px;
    right: 50px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .socialBox li a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .bannerArea .socialBox {
    display: none;
  }
}
.bannerArea .scrollDownBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
}
.bannerArea .scrollDown {
  position: relative;
  cursor: pointer;
  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;
  width: 50px;
  height: 50px;
  background-color: #216301;
  border: 1px solid #216301;
  border-radius: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.bannerArea .scrollDown svg {
  fill: white;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 1400px) {
  .bannerArea .scrollDown {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .scrollDown:hover {
    background-color: white;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .bannerArea .scrollDown:hover svg {
    fill: #216301;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.bannerArea:not(.show) .BgImg {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.bannerArea:not(.show) .bannerIsland img {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bannerArea:not(.show) .bannerIsland .islandani {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bannerArea:not(.show) .bannerIsland .islandbutterfly {
  opacity: 0;
}
.bannerArea:not(.show) .decobutterfly img {
  opacity: 0;
}
.bannerArea:not(.show) .title.left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.bannerArea:not(.show) .title.right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.bannerArea:not(.show) .subTitle {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.bannerArea:not(.show) .textLeftBox .textTitle {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.bannerArea:not(.show) .textLeftBox .text {
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}
.bannerArea:not(.show) .textLeftBox::before {
  height: 0;
}
.bannerArea:not(.show) .socialBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bannerArea:not(.show) .scrollDownBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bannerArea.show .BgImg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
.bannerArea.show .bannerIsland img {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
}
.bannerArea.show .bannerIsland .islandani {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
}
.bannerArea.show .bannerIsland .islandbutterfly {
  opacity: 1;
  -webkit-transition: all 0.5s 1.5s;
  transition: all 0.5s 1.5s;
}
.bannerArea.show .decobutterfly img {
  opacity: 1;
  -webkit-transition: all 0.5s 1.5s;
  transition: all 0.5s 1.5s;
}
.bannerArea.show .title.left {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.4s 0.3s ease-out;
  transition: all 0.4s 0.3s ease-out;
}
.bannerArea.show .title.right {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.4s 0.5s ease-out;
  transition: all 0.4s 0.5s ease-out;
}
.bannerArea.show .subTitle {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.4s 0.7s ease-out;
  transition: all 0.4s 0.7s ease-out;
}
.bannerArea.show .socialBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s 1.2s;
  transition: all 0.5s 1.2s;
}
.bannerArea.show .scrollDownBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s 1.2s;
  transition: all 0.5s 1.2s;
}
.bannerArea.show .textLeftBox .textTitle {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.4s 0.5s ease-out;
  transition: all 0.4s 0.5s ease-out;
}
.bannerArea.show .textLeftBox .text {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.4s 0.7s ease-out;
  transition: all 0.4s 0.7s ease-out;
}
.bannerArea.show .textLeftBox::before {
  height: calc(100% - 7px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mainArea {
  background-color: #f7f7f7;
}

.aboutArea {
  background-color: white;
  border-radius: 60px 60px 0 0;
  height: 800px;
  padding-bottom: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .aboutArea {
    height: auto;
  }
}
@media (min-width: 769px) {
  .aboutArea.mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .aboutArea.scroll {
    display: none;
  }
}
.aboutArea .aboutsvg {
  pointer-events: none;
  position: relative;
}
.aboutArea .aboutsvg path {
  fill: none;
}
.aboutArea .aboutsvg .foreground-path {
  stroke: #bababa;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0s linear;
  transition: stroke-dashoffset 0s linear;
}
@media (max-width: 768px) {
  .aboutArea .wrap {
    padding: 0 30px;
  }
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .aboutArea .aboutBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.aboutArea .Img {
  width: calc(100% - 850px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1450px) {
  .aboutArea .Img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .aboutArea .Img {
    width: 100%;
  }
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .Txt {
  position: relative;
  padding-top: 240px;
  width: 850px;
  padding-right: 320px;
}
@media (max-width: 1450px) {
  .aboutArea .Txt {
    padding-top: 170px;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt {
    width: 100%;
  }
}
.aboutArea .Txt .titleBox {
  margin: 0;
}
.aboutArea .Txt .titleBox .title {
  margin-top: 20px;
}
.aboutArea .Txt .titleBox .text {
  margin-top: 20px;
  color: #000;
}
.aboutArea .Txt .btnBox {
  margin-top: 40px;
}
.aboutArea .decoTxt {
  pointer-events: none;
  font-family: "Red Hat Display", "Microsoft JhengHei", sans-serif;
  color: #e7e7e7;
  font-weight: 500;
  font-size: 118px;
  line-height: 1;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1180px) {
  .aboutArea .decoTxt {
    font-size: 90px;
  }
}
@media (max-width: 768px) {
  .aboutArea .decoTxt {
    font-size: 74px;
  }
}
@media (max-width: 480px) {
  .aboutArea .decoTxt {
    font-size: 44px;
  }
}
.aboutArea .decoTxt.txt1 {
  bottom: 51%;
  right: 56px;
}
@media (max-width: 1450px) {
  .aboutArea .decoTxt.txt1 {
    right: auto;
    left: -60%;
    bottom: 58%;
  }
}
@media (max-width: 900px) {
  .aboutArea .decoTxt.txt1 {
    left: -80%;
    bottom: 62%;
  }
}
@media (max-width: 768px) {
  .aboutArea .decoTxt.txt1 {
    bottom: auto;
    left: auto;
    top: 10%;
    right: 42px;
  }
}
@media (max-width: 480px) {
  .aboutArea .decoTxt.txt1 {
    top: 6%;
    right: 57px;
  }
}
.aboutArea .decoTxt.txt2 {
  bottom: 41%;
  right: 0;
}
@media (max-width: 1450px) {
  .aboutArea .decoTxt.txt2 {
    right: auto;
    left: -32%;
    bottom: 45%;
  }
}
@media (max-width: 900px) {
  .aboutArea .decoTxt.txt2 {
    bottom: 50%;
    left: -40%;
  }
}
@media (max-width: 768px) {
  .aboutArea .decoTxt.txt2 {
    bottom: auto;
    left: auto;
    top: 17%;
    right: 0px;
  }
}
@media (max-width: 480px) {
  .aboutArea .decoTxt.txt2 {
    top: 9%;
    right: 18px;
  }
}
.aboutArea .aboutBtnBox {
  margin-top: 40px;
  max-width: 175px;
  position: relative;
}
@media (max-width: 768px) {
  .aboutArea .aboutBtnBox {
    left: 10px;
  }
}
.aboutArea .circular {
  pointer-events: none;
  font-family: "Red Hat Display", "Microsoft JhengHei", sans-serif;
  font-size: 9px;
  font-weight: 500;
  width: 175px;
  height: 175px;
  fill: #000;
  letter-spacing: 1.5px;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.aboutArea .circular path {
  fill: none;
}
.aboutArea .circular svg {
  display: block;
  overflow: visible;
}
.aboutArea .aboutBtn {
  border: 1px solid #216301;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #216301;
  border-radius: 100%;
  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;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.aboutArea .aboutBtn svg {
  fill: white;
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (min-width: 1181px) {
  .aboutArea .aboutBtn:hover {
    background-color: white;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .aboutArea .aboutBtn:hover svg {
    fill: #216301;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

.ESGArea {
  background-color: white;
  padding-bottom: 60px;
}
.ESGArea .ESGBox {
  position: relative;
  padding-bottom: 400px;
}
@media (max-width: 1180px) {
  .ESGArea .ESGBox {
    padding-bottom: 0px;
  }
}
.ESGArea .ESGItem {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.ESGArea .ESGItem:nth-child(1) {
  position: sticky;
  top: 80px;
  z-index: 1;
  margin-bottom: 180px;
}
@media (max-width: 1180px) {
  .ESGArea .ESGItem:nth-child(1) {
    position: relative;
    top: 0;
    margin: 0;
  }
}
.ESGArea .ESGItem:nth-child(2) {
  position: sticky;
  top: 260px;
  margin-top: -180px;
  margin-bottom: 0px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .ESGArea .ESGItem:nth-child(2) {
    position: relative;
    top: 0;
    margin: 0;
  }
}
.ESGArea .ESGItem:nth-child(3) {
  position: sticky;
  top: 440px;
  margin-bottom: -180px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .ESGArea .ESGItem:nth-child(3) {
    position: relative;
    top: 0;
    margin: 0;
  }
}
.ESGArea .ESGItem .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  border-radius: 35px;
}
@media (max-width: 1180px) {
  .ESGArea .ESGItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .ESGArea .ESGItem .item {
    padding: 30px;
    border-radius: 30px;
  }
}
.ESGArea .ESGItem .item.item0 {
  background-color: #ebebeb;
}
.ESGArea .ESGItem .item.item1 {
  background-color: #c5cec9;
}
.ESGArea .ESGItem .item.item2 {
  background-color: #01793b;
}
.ESGArea .ESGItem .item.item2 .decoTitle {
  color: white;
}
.ESGArea .ESGItem .item.item2 .title {
  color: white;
}
.ESGArea .ESGItem .item.item2 .textEditor p {
  color: white;
}
.ESGArea .ESGItem .ImgBox {
  position: relative;
  width: 895px;
}
@media (max-width: 1180px) {
  .ESGArea .ESGItem .ImgBox {
    width: 100%;
  }
}
.ESGArea .ESGItem .decoPart {
  pointer-events: none;
  height: 50%;
  max-width: 958px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 10;
}
@media (max-width: 1180px) {
  .ESGArea .ESGItem .decoPart {
    display: none;
  }
}
.ESGArea .ESGItem .Img {
  -webkit-mask-image: url("../images/esgImg.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
}
@media (max-width: 768px) {
  .ESGArea .ESGItem .Img {
    -webkit-mask-image: url("../images/esgImgPhone.svg");
  }
}
.ESGArea .ESGItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ESGArea .ESGItem .ImgBtnBox {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1181px) {
  .ESGArea .ESGItem .ImgBtnBox a:hover {
    background-color: #216301;
    color: white;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .ESGArea .ESGItem .ImgBtnBox a:hover svg {
    fill: white;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.ESGArea .ESGItem .TxtBtn {
  position: relative;
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1;
  padding: 15px 60px;
  border-radius: 30px;
  background-color: white;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 1520px) {
  .ESGArea .ESGItem .TxtBtn {
    padding: 15px 30px;
  }
}
@media (max-width: 1180px) {
  .ESGArea .ESGItem .TxtBtn {
    padding: 15px 60px;
  }
}
@media (max-width: 1000px) {
  .ESGArea .ESGItem .TxtBtn {
    padding: 15px 25px;
  }
}
@media (max-width: 768px) {
  .ESGArea .ESGItem .TxtBtn {
    display: none;
  }
}
.ESGArea .ESGItem .ArrBtn {
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 100%;
  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;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.ESGArea .ESGItem .ArrBtn svg {
  fill: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 400px) {
  .ESGArea .ESGItem .ArrBtn {
    width: 35px;
    height: 35px;
  }
}
.ESGArea .ESGItem .Txt {
  margin-left: 90px;
  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;
  width: 470px;
}
@media (max-width: 1520px) {
  .ESGArea .ESGItem .Txt {
    margin-left: 30px;
  }
}
@media (max-width: 1180px) {
  .ESGArea .ESGItem .Txt {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.ESGArea .ESGItem .Txt .textEditor {
  position: relative;
}
.ESGArea .ESGItem .titleBox .decoTitle {
  position: relative;
}
.ESGArea .ESGItem .titleBox .title {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 400px) {
  .ESGArea .ESGItem .titleBox .title {
    font-size: 28px;
  }
}
.ESGArea .ESGItem:not(.show) .ImgBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ESGArea .ESGItem:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ESGArea .ESGItem:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ESGArea .ESGItem:not(.show) .textEditor {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ESGArea .ESGItem.show .ImgBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ESGArea .ESGItem.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s 0.3s ease-out;
  transition: all 0.5s 0.3s ease-out;
}
.ESGArea .ESGItem.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s 0.6s ease-out;
  transition: all 0.5s 0.6s ease-out;
}
.ESGArea .ESGItem.show .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s 0.9s ease-out;
  transition: all 0.5s 0.9s ease-out;
}

.effectivenessArea {
  background-color: #d5e1e9;
  background-size: 100% calc(100% + 30px);
  background-repeat: no-repeat;
  background-position: 0 -30px;
  border-radius: 60px 60px 0 0;
  position: relative;
  padding: 80px 0 0;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .effectivenessArea {
    padding-bottom: 180px;
  }
}
.effectivenessArea .wrap {
  max-width: 1560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .effectivenessArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.effectivenessArea .textEditorBox {
  max-width: 540px;
  padding-right: 30px;
  height: 700px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .effectivenessArea .textEditorBox {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    max-width: none;
  }
}
.effectivenessArea .textEditorBox .title {
  margin-top: 20px;
}
.effectivenessArea .textEditorBox .text {
  margin-top: 20px;
}
.effectivenessArea .effectivenessIsland {
  position: absolute;
  /*bottom: 0px;
  left: -108px;*/
  bottom: -240px;
  left: -60px;
  width: 153%;
  max-width: 825px;
}
@media (max-width: 1180px) {
  .effectivenessArea .effectivenessIsland.pc {
    display: none;
  }
}
.effectivenessArea .effectivenessIsland.ph {
  display: none;
}
@media (max-width: 1180px) {
  .effectivenessArea .effectivenessIsland.ph {
    display: block;
  }
}
.effectivenessArea .effectivenessIsland .fly1 {
  position: absolute;
  /*top: 31%;
  left: 13%;*/
  top: 10%;
  left: 10%;
}
.effectivenessArea .effectivenessIsland .fly1 img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: butterfly 5s -2.8s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
          animation: butterfly 5s -2.8s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.effectivenessArea .effectivenessIsland .fly2 {
  width: 4.03%;
  position: absolute;
  top: 9%;
  left: 28%;
}
.effectivenessArea .effectivenessIsland .fly2 img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: butterfly2 5s -2.8s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
          animation: butterfly2 5s -2.8s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
@media (max-width: 1180px) {
  .effectivenessArea .effectivenessIsland {
    max-width: none;
    bottom: -20%;
    left: 0px;
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .effectivenessArea .effectivenessIsland {
    bottom: -15%;
  }
}
@media (max-width: 1180px) {
  .effectivenessArea .effectivenessIsland img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 125%;
    max-width: 1000px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-49%);
            transform: translateX(-49%);
  }
}
.effectivenessArea .effectivenessBox {
  position: relative;
  width: 60%;
  max-width: 755px;
  min-width: 600px;
}
@media (max-width: 1180px) {
  .effectivenessArea .effectivenessBox {
    width: 100%;
    max-width: none;
    min-width: 0px;
    overflow: hidden;
  }
}
.effectivenessArea .effectivenessList {
  margin: 0 -18px;
}
.effectivenessArea .effectivenessList.pc {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.effectivenessArea .effectivenessList.pc.haspadding {
  padding-bottom: 160px;
}
@media (max-width: 1180px) {
  .effectivenessArea .effectivenessList.pc {
    display: none;
  }
}
.effectivenessArea .effectivenessList.ph {
  display: none;
}
@media (max-width: 1180px) {
  .effectivenessArea .effectivenessList.ph {
    display: block;
  }
}
@media (max-width: 1180px) {
  .effectivenessArea .effectivenessList {
    min-width: 796px;
  }
}
@media (max-width: 410px) {
  .effectivenessArea .effectivenessList {
    min-width: 1px;
  }
}
.effectivenessArea .effectivenessItem {
  position: relative;
  padding: 0 18px;
  margin-bottom: 36px;
}
@media (min-width: 1181px) {
  .effectivenessArea .effectivenessItem {
    width: 50%;
  }
  .effectivenessArea .effectivenessItem:nth-child(even) {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.effectivenessArea .item {
  position: relative;
}
.effectivenessArea .item .Bg {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  fill: #eff2f5;
  fill-opacity: 0.9;
}
.effectivenessArea .item .numTxt {
  width: 48px;
  height: 48px;
  background-color: #216301;
  border-radius: 100%;
  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;
  font-family: "Red Hat Display", "Microsoft JhengHei", sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.effectivenessArea .item .Txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 70px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .effectivenessArea .item .Txt {
    padding: 40px 20px;
  }
}
.effectivenessArea .item .Txt .year {
  font-size: 18px;
  line-height: 1;
  color: #216301;
}
.effectivenessArea .item .Txt .title {
  font-size: 30px;
  color: #000;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.effectivenessArea .item .Txt .Bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.effectivenessArea .item .Txt .num {
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  line-height: 90px;
  font-weight: 500;
  color: #004300;
}
@media (max-width: 1250px) {
  .effectivenessArea .item .Txt .num {
    font-size: 70px;
    line-height: 70px;
  }
}
.effectivenessArea .item .Txt .unit {
  margin-left: 5px;
  margin-bottom: 7px;
  max-width: 60px;
  font-size: 30px;
  line-height: 34px;
  color: #004300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.effectivenessArea .arrBox {
  display: none;
}
@media (max-width: 1180px) {
  .effectivenessArea .arrBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
.effectivenessArea .arrBox .arr {
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 100%;
  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;
}
.effectivenessArea .arrBox .arr svg {
  fill: #000;
}
.effectivenessArea .arrBox .arr.arrL svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.effectivenessArea .arrBox .arr.arrR {
  margin-left: 18px;
}
.effectivenessArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.effectivenessArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.effectivenessArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.effectivenessArea:not(.show) .effectivenessIsland {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.effectivenessArea:not(.show) .effectivenessBox {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.effectivenessArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.effectivenessArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s 0.2s ease-out;
  transition: all 0.5s 0.2s ease-out;
}
.effectivenessArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s 0.4s ease-out;
  transition: all 0.5s 0.4s ease-out;
}
.effectivenessArea.show .effectivenessIsland {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s 0.6s ease-out;
  transition: all 0.5s 0.6s ease-out;
}
.effectivenessArea.show .effectivenessIsland.pc:not(.show) {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.effectivenessArea.show .effectivenessIsland.pc.show {
  opacity: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.effectivenessArea.show .effectivenessBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s 0.8s ease-out;
  transition: all 0.5s 0.8s ease-out;
}

.linkArea {
  position: relative;
  padding: 120px 0 60px;
  border-radius: 60px 60px 0 0;
  background-color: white;
  margin-top: -60px;
}
@media (max-width: 1180px) {
  .linkArea {
    padding: 0px 0 50px;
  }
}
@media (max-width: 768px) {
  .linkArea {
    padding: 30px 0 0px;
  }
}
.linkArea .wrap {
  max-width: 1560px;
}
.linkArea:not(.show) .item0 .Txt {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.linkArea:not(.show) .item0 .Img {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.linkArea:not(.show) .item1 {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.linkArea:not(.show) .item2 .Img {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.linkArea:not(.show) .item2 .Txt {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.linkArea.show .item0 .Txt {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.linkArea.show .item0 .Img {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.5s 0.1s ease-out;
  transition: all 0.5s 0.1s ease-out;
}
.linkArea.show .item1 {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.5s 0.2s ease-out;
  transition: all 0.5s 0.2s ease-out;
}
@media (max-width: 1180px) {
  .linkArea.show .item0 .Txt {
    -webkit-transition: all 0.5s 0.1s ease-out;
    transition: all 0.5s 0.1s ease-out;
  }
  .linkArea.show .item0 .Img {
    -webkit-transition: all 0.5s 0.2s ease-out;
    transition: all 0.5s 0.2s ease-out;
  }
  .linkArea.show .item1 {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
.linkArea.show .item2 .Img {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.5s 0.4s ease-out;
  transition: all 0.5s 0.4s ease-out;
}
.linkArea.show .item2 .Txt {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.5s 0.5s ease-out;
  transition: all 0.5s 0.5s ease-out;
}

.linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -18px;
}
@media (max-width: 1180px) {
  .linkList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.linkList .linkItem {
  width: 33.3333333333%;
  padding: 0 18px;
}
@media (max-width: 1180px) {
  .linkList .linkItem.item0 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .linkList .linkItem.item0 {
    width: 100%;
  }
}
.linkList .linkItem.item0 .item {
  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;
}
.linkList .linkItem.item0 .Txt {
  height: 280px;
  margin-bottom: 36px;
}
@media (max-width: 1450px) {
  .linkList .linkItem.item0 .Txt {
    height: 210px;
  }
}
@media (max-width: 1180px) {
  .linkList .linkItem.item0 .Txt {
    height: 280px;
  }
}
@media (max-width: 460px) {
  .linkList .linkItem.item0 .Txt {
    height: 170px;
  }
}
@media (min-width: 1181px) {
  .linkList .linkItem.item0 .Txt:hover .title {
    color: white;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .linkList .linkItem.item0 .Txt:hover .textEditor {
    color: white;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .linkList .linkItem.item0 .Txt:hover .txtBg {
    background-color: #216301;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
@media (max-width: 980px) {
  .linkList .linkItem.item0 .linkbtn {
    bottom: 10px;
  }
}
@media (max-width: 880px) {
  .linkList .linkItem.item0 .linkbtn {
    bottom: 20px;
  }
}
@media (max-width: 820px) {
  .linkList .linkItem.item0 .linkbtn {
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .linkList .linkItem.item0 .linkbtn {
    bottom: 0;
  }
}
@media (max-width: 460px) {
  .linkList .linkItem.item0 .linkbtn {
    width: 30px;
    height: 30px;
  }
}
.linkList .linkItem.item0 .txtBg {
  background-color: #eff2f5;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.linkList .linkItem.item0 .Img {
  border-radius: 36px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .linkList .linkItem.item1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .linkList .linkItem.item1 {
    margin-bottom: 36px;
  }
}
@media (min-width: 1181px) {
  .linkList .linkItem.item1:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.linkList .linkItem.item1 .item {
  height: 100%;
}
@media (max-width: 1450px) {
  .linkList .linkItem.item1 .item {
    top: -47px;
  }
}
@media (max-width: 1180px) {
  .linkList .linkItem.item1 .item {
    top: 0;
    width: 100%;
    height: auto;
    max-width: 850px;
    margin: 0 auto;
  }
}
@media (max-width: 880px) {
  .linkList .linkItem.item1 .item {
    max-width: 710px;
  }
}
@media (max-width: 768px) {
  .linkList .linkItem.item1 .item {
    max-width: 475px;
    height: 715px;
  }
}
@media (max-width: 460px) {
  .linkList .linkItem.item1 .item {
    max-width: 280px;
    height: 420px;
  }
}
.linkList .linkItem.item1 .Txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 40px 90px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.linkList .linkItem.item1 .Txt .title {
  color: white;
}
.linkList .linkItem.item1 .Txt .textEditor {
  color: white;
}
@media (max-width: 1450px) {
  .linkList .linkItem.item1 .Txt {
    height: 92%;
  }
}
@media (max-width: 880px) {
  .linkList .linkItem.item1 .Txt {
    padding-top: 100px;
    height: 88%;
  }
}
@media (max-width: 768px) {
  .linkList .linkItem.item1 .Txt {
    height: 100%;
    padding-bottom: 130px;
  }
}
@media (max-width: 460px) {
  .linkList .linkItem.item1 .Txt {
    padding: 40px 40px 80px;
  }
}
@media (max-width: 460px) {
  .linkList .linkItem.item1 .linkbtn {
    width: 30px;
    height: 30px;
  }
}
.linkList .linkItem.item1 .linkTxtbtn {
  display: block;
}
.linkList .linkItem.item1 .txtBg {
  display: none;
}
.linkList .linkItem.item1 .Img {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: url("../images/frameImg.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
}
@media (max-width: 1180px) {
  .linkList .linkItem.item1 .Img {
    -webkit-mask-image: url("../images/esgImg.svg");
  }
}
@media (max-width: 768px) {
  .linkList .linkItem.item1 .Img {
    -webkit-mask-image: url("../images/frameImgM.svg");
  }
}
.linkList .linkItem.item1 .Img img {
  width: auto;
  height: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 768px) {
  .linkList .linkItem.item2 .item {
    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;
  }
}
@media (max-width: 1180px) {
  .linkList .linkItem.item2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .linkList .linkItem.item2 {
    width: 100%;
  }
}
.linkList .linkItem.item2 .Txt {
  height: 280px;
  margin-top: 36px;
}
@media (max-width: 1450px) {
  .linkList .linkItem.item2 .Txt {
    height: 210px;
  }
}
@media (max-width: 1180px) {
  .linkList .linkItem.item2 .Txt {
    height: 280px;
  }
}
.linkList .linkItem.item2 .Txt .title {
  color: white;
}
.linkList .linkItem.item2 .Txt .textEditor {
  color: white;
}
@media (max-width: 460px) {
  .linkList .linkItem.item2 .Txt {
    height: 170px;
  }
}
@media (min-width: 1181px) {
  .linkList .linkItem.item2 .Txt:hover .title {
    color: black;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .linkList .linkItem.item2 .Txt:hover .textEditor {
    color: black;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .linkList .linkItem.item2 .Txt:hover .txtBg {
    background-color: #eff2f5;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
@media (max-width: 980px) {
  .linkList .linkItem.item2 .linkbtn {
    bottom: 10px;
  }
}
@media (max-width: 880px) {
  .linkList .linkItem.item2 .linkbtn {
    bottom: 20px;
  }
}
@media (max-width: 820px) {
  .linkList .linkItem.item2 .linkbtn {
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .linkList .linkItem.item2 .linkbtn {
    bottom: 0;
  }
}
@media (max-width: 460px) {
  .linkList .linkItem.item2 .linkbtn {
    width: 30px;
    height: 30px;
  }
}
.linkList .linkItem.item2 .txtBg {
  background-color: #216301;
}
.linkList .linkItem.item2 .Img {
  border-radius: 36px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .linkList .linkItem.item2 .Img {
    margin-top: 36px;
  }
}
.linkList .item {
  position: relative;
}
@media (max-width: 1450px) {
  .linkList .item {
    width: 350px;
  }
}
@media (max-width: 1180px) {
  .linkList .item {
    width: 100%;
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .linkList .item {
    margin: 0 auto;
  }
}
@media (max-width: 460px) {
  .linkList .item {
    max-width: 280px;
  }
}
.linkList .Txt {
  position: relative;
  z-index: 2;
  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;
  padding: 0 40px;
}
.linkList .Txt .txtBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/frameTxt.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right center;
}
.linkList .Txt .title {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #000;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 460px) {
  .linkList .Txt .title {
    font-size: 24px;
  }
}
.linkList .Txt .textEditor {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  max-width: 300px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 460px) {
  .linkList .Txt .textEditor {
    font-size: 14px;
    line-height: 24px;
  }
}
.linkList .Txt .linkTxtbtn {
  position: absolute;
  bottom: 0;
  right: 50px;
  display: none;
  color: white;
  font-size: 16px;
  line-height: 1;
  padding: 15px 60px;
  border-radius: 30px;
  background-color: #216301;
  border: 1px solid #216301;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 1450px) {
  .linkList .Txt .linkTxtbtn {
    padding: 15px 25px;
  }
}
@media (max-width: 768px) {
  .linkList .Txt .linkTxtbtn {
    padding: 15px 60px;
  }
}
@media (max-width: 460px) {
  .linkList .Txt .linkTxtbtn {
    padding: 7px 20px;
    right: 35px;
  }
}
@media (min-width: 1181px) {
  .linkList .Txt .linkTxtbtn:hover {
    background-color: white;
    color: #216301;
  }
}
.linkList .Txt .linkbtn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 1px solid #216301;
  border-radius: 100%;
  background-color: #216301;
  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;
}
.linkList .Txt .linkbtn svg {
  fill: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (min-width: 1181px) {
  .linkList .Txt .linkbtn:hover {
    background-color: white;
  }
  .linkList .Txt .linkbtn:hover svg {
    fill: #216301;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.linkList .Img {
  position: relative;
  display: block;
}
.linkList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.MarqueeBox {
  pointer-events: none;
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  background-color: white;
  overflow: hidden;
}
.MarqueeBox .Marquee {
  position: absolute;
  top: 50px;
  left: 0;
  font-family: "Red Hat Display", "Microsoft JhengHei", sans-serif;
  font-size: 104px;
  line-height: 104px;
  font-weight: 500;
  color: #e7e7e7;
  white-space: nowrap;
  -webkit-animation: 20s go linear infinite;
          animation: 20s go linear infinite;
}
.MarqueeBox .marqueedeco {
  width: 1920px;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0;
}
.MarqueeBox:not(.show) {
  opacity: 0;
}
.MarqueeBox.show {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}