@charset "UTF-8";
/* CSS Document */
@-webkit-keyframes hoverCircleAnimation {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes hoverCircleAnimation {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.bannerArea .Txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px 25px 34px;
}
.bannerArea .titleBox {
  padding-bottom: 32px;
  margin-bottom: 18px;
}
.bannerArea em {
  font-size: 18px;
}
.bannerArea h1 {
  color: #7c9f4d;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
}
.bannerArea p {
  color: #808080;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 1200px) {
  .bannerArea .Txt {
    padding: 10px 25px;
  }
  .bannerArea .titleBox {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .bannerArea em {
    font-size: 16px;
  }
  .bannerArea h1 {
    font-size: 30px;
  }
  .bannerArea p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .bannerArea .titleBox {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .bannerArea .titleBox::before {
    content: none;
  }
  .bannerArea h1 {
    font-size: 28px;
  }
  .bannerArea p {
    display: none;
  }
}

.mainArea {
  background-color: #ececec;
  overflow: hidden;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

.classRowBox > ul {
  margin: 0 auto 92px;
}

.infoBox {
  color: #272727;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.moduleList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 62px;
  margin: 0 -12.5px;
}
.moduleList .moduleItem {
  width: 20%;
  padding: 0 12.5px 71px;
}
.moduleList .moduleItem.current h3 {
  color: #7c9f4d;
}
@media (max-width: 1200px) {
  .moduleList .moduleItem {
    width: 25%;
    padding: 0 12.5px 50px;
  }
}
@media (max-width: 960px) {
  .moduleList .moduleItem {
    width: 33.33333%;
  }
}
@media (max-width: 640px) {
  .moduleList .moduleItem {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .moduleList .moduleItem {
    width: 100%;
  }
}
.moduleList .itemContentBox {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 16px 0 86px;
  display: none;
}
.moduleList .itemContentBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(../images/module/bg.jpg) no-repeat center/cover;
}
@media (max-width: 1200px) {
  .moduleList .itemContentBox::before {
    background: #EBF1F1;
  }
}
.moduleList .itemContentBox h2 {
  position: relative;
  color: #7c9f4d;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 50px 0 20px;
  margin-bottom: 37px;
  z-index: 1;
}
.moduleList .itemContentBox h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
  width: 70px;
  height: 2px;
  background-color: #7c9f4d;
}
@media (max-width: 1200px) {
  .moduleList .itemContentBox h2 {
    font-size: 30px;
    padding: 50px 0 15px;
    margin-bottom: 20px;
  }
}
.moduleList .itemContentBox .textEditor {
  position: relative;
  color: #272727;
  font-size: 17px;
  z-index: 1;
}
.moduleList .itemContentBox em {
  color: #272727;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media (max-width: 1200px) {
  .moduleList .itemContentBox em {
    font-size: 17px;
  }
}
.moduleList .itemContentBox p {
  color: #3c3c3c;
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 1.6;
  padding: 17px 0 28px;
}
@media (max-width: 1200px) {
  .moduleList .itemContentBox p {
    font-size: 15px;
  }
}
.moduleList .itemContentBox ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.moduleList .itemContentBox ul li {
  position: relative;
  list-style: none;
  color: #272727;
  font-size: 17px;
  font-weight: 500;
  padding: 0 37px 0 35px;
}
.moduleList .itemContentBox ul li::before {
  content: url(../images/module/list_style_icon.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 20px;
}
@media (max-width: 1200px) {
  .moduleList .itemContentBox ul li {
    font-size: 15px;
  }
}
.moduleList .itemContentBox .closeBtn {
  position: relative;
  display: inline-block;
  padding: 83px 0 43px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .moduleList .itemContentBox .closeBtn {
    padding: 63px 0 43px;
  }
}
.moduleList .itemContentBox .closeBtn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 30px;
  background-color: #9fa3a3;
}
.moduleList .itemContentBox .closeBtn span {
  display: block;
}
.moduleList .itemContentBox .closeBtn span.circle {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #b1b2b2;
  background-color: #fff;
  margin: 0 auto 10px;
}
.moduleList .itemContentBox .closeBtn span.circle::before, .moduleList .itemContentBox .closeBtn span.circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #7c9f4d;
}
.moduleList .itemContentBox .closeBtn span.circle::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.moduleList .itemContentBox .closeBtn span.circle::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.moduleList .itemContentBox .closeBtn span.circle .hoverCircle {
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: block;
  width: 50px;
  height: 50px;
  fill: none;
  stroke-dashoffset: 0;
  stroke-dasharray: 500;
  stroke: transparent;
  stroke-width: 2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all 0.3s;
  z-index: 3;
}
.moduleList .itemContentBox .closeBtn span.circle .hoverCircle.active, .moduleList .itemContentBox .closeBtn span.circle .hoverCircle.current {
  stroke: #7c9f4d;
  -webkit-animation: hoverCircleAnimation 1.5s linear forwards;
          animation: hoverCircleAnimation 1.5s linear forwards;
}
@media (max-width: 850px) {
  .moduleList .itemContentBox .closeBtn span.circle .hoverCircle {
    display: none;
  }
}
.moduleList .itemContentBox .closeBtn span.tw {
  color: #272727;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  .moduleList .itemContentBox .closeBtn span.tw {
    font-size: 16px;
  }
}
.moduleList .itemContentBox .closeBtn span.en {
  color: #848484;
  font-size: 15px;
  font-family: "STIX Two Text";
  letter-spacing: 0.7px;
  padding-top: 3px;
}
@media (max-width: 1200px) {
  .moduleList .itemContentBox .closeBtn span.en {
    font-size: 14px;
  }
}
.moduleList .item {
  cursor: pointer;
}
@media (min-width: 1201px) {
  .moduleList .item:hover h3 {
    color: #7c9f4d;
  }
  .moduleList .item:hover .Img::before {
    top: 50%;
  }
  .moduleList .item:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.moduleList .Img {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.moduleList .Img:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #7c9f4d;
  transition: all 0.4s ease;
}
.moduleList .Img img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  display: block;
  width: 100%;
  backface-visibility: hidden;
}
.moduleList h3 {
  display: block;
  color: #272727;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  margin-top: 16px;
}
@media (max-width: 1200px) {
  .moduleList h3 {
    font-size: 16px;
    margin-top: 10px;
  }
}

.btn2 {
  padding: 60px 0 80px;
}
.btn2 a::before, .btn2 a::after {
  z-index: 0;
}
.btn2 a span {
  position: relative;
  z-index: 1;
}