.newsArea .arrowBox .arrow::before, .newsArea .arrowBox .arrow, .knowledgeArea .arrowBox .arrow::before, .knowledgeArea .arrowBox .arrow, .aboutArea .slick-arrow::before, .aboutArea .slick-arrow, .aboutArea .aboutListBox_mb .iconBox .icon img, .aboutArea .arrowBox .arrow::before, .aboutArea .arrowBox .arrow, .aboutArea .aboutDotBox .aboutDotList .listItem a, .aboutArea .aboutClassBox .aboutClassList .listItem .icon img, .aboutArea .aboutClassBox .aboutClassList .listItem a, .pageScroll a span, .pageScroll a::after, .pageScroll a, .pageScroll {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate2 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@-webkit-keyframes arrRight {
  0%, 100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  50% {
    -webkit-transform: translate(5px, 0%);
            transform: translate(5px, 0%);
  }
}
@keyframes arrRight {
  0%, 100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  50% {
    -webkit-transform: translate(5px, 0%);
            transform: translate(5px, 0%);
  }
}
@-webkit-keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
.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%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #f6ca00;
  /* border-radius:  50%; */
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.pageScroll {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 40;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .pageScroll {
    width: 130px;
  }
}
.pageScroll.hide {
  opacity: 0;
}
.pageScroll.chageWhite a.current:before {
  background-color: #fff;
}
.pageScroll a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px 24px;
  background-color: transparent;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .pageScroll a {
    padding: 12px 16px;
  }
}
.pageScroll a + a {
  margin-top: 10px;
}
.pageScroll a::after {
  position: relative;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #a0a668;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .pageScroll a::after {
    width: 6px;
    height: 6px;
  }
}
.pageScroll a span {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #666;
  opacity: 0;
  z-index: 2;
}
.pageScroll a:hover {
  background-color: #f6ca00;
}
.pageScroll a:hover span {
  opacity: 1;
}
.pageScroll a.current:before {
  background-color: #888;
}
@media (max-width: 1180px) {
  .pageScroll {
    display: none;
  }
}

.mainArea {
  padding: 150px 0 0px 0;
  background-color: #f8f8f3;
  margin: 0 0 -80px 0;
  position: relative;
  top: -80px;
}
@media (max-width: 1180px) {
  .mainArea {
    padding: 80px 0;
  }
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  max-width: 1500px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 20px 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 20px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 30px;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  background-color: #f6ca00;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 15px 20px;
  text-align: center;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  color: #f6ca00;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem.slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
  .bannerArea .socialBox,
  .bannerArea .scrollDown,
  .bannerArea .slick-dots,
  .bannerArea .arrowBox {
    display: none !important;
  }
}

.bannerLinkBox {
  max-width: 1500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 120px auto 0;
  position: absolute;
  bottom: 20%;
  left: 30px;
}
@media (max-width: 1180px) {
  .bannerLinkBox {
    display: none;
  }
}
@media (max-width: 1440px) {
  .bannerLinkBox {
    left: 15px;
    bottom: 21%;
  }
}
.bannerLinkBox .linkItem {
  margin: 0 60px;
  position: relative;
  width: 100%;
}
.bannerLinkBox .linkItem:nth-child(1) {
  -webkit-animation: leaf-ans-1 4s 1.2s ease-in-out infinite;
          animation: leaf-ans-1 4s 1.2s ease-in-out infinite;
}
.bannerLinkBox .linkItem:nth-child(1) .item {
  height: 440px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.bannerLinkBox .linkItem:nth-child(2) {
  -webkit-animation: leaf-ans-2 6s 1.4s ease-in-out infinite;
          animation: leaf-ans-2 6s 1.4s ease-in-out infinite;
  top: 90px;
}
.bannerLinkBox .linkItem:nth-child(2) .item {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.bannerLinkBox .linkItem:nth-child(3) {
  -webkit-animation: leaf-ans-1 8s 1s ease-in-out infinite;
          animation: leaf-ans-1 8s 1s ease-in-out infinite;
  top: 30px;
}
.bannerLinkBox .linkItem:nth-child(4) {
  top: 90px;
  -webkit-animation: leaf-ans-2 8s 1.2s ease-in-out infinite;
          animation: leaf-ans-2 8s 1.2s ease-in-out infinite;
}
.bannerLinkBox .linkItem:nth-child(4) .item {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.bannerLinkBox .linkItem:nth-child(5) {
  -webkit-animation: leaf-ans-1 4s 1.4s ease-in-out infinite;
          animation: leaf-ans-1 4s 1.4s ease-in-out infinite;
}
.bannerLinkBox .linkItem:nth-child(5) .item {
  height: 440px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.bannerLinkBox .item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 0px;
  width: 100%;
  -webkit-animation: leafGrow 2s ease-in-out forwards;
          animation: leafGrow 2s ease-in-out forwards;
  bottom: 0;
}
.bannerLinkBox .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: leafGrow2 1s 0s ease-in-out forwards;
          animation: leafGrow2 1s 0s ease-in-out forwards;
}
@media (max-width: 1440px) {
  .bannerLinkBox .item::before {
    height: 56%;
  }
}
.bannerLinkBox .item::after {
  content: "";
  position: absolute;
  background-image: url("../images/banner_dot_01.png");
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: leafGrow3 1s 0s ease-in-out forwards;
          animation: leafGrow3 1s 0s ease-in-out forwards;
}
.bannerLinkBox .item .link {
  position: absolute;
  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: 100%;
  padding: 50px;
  opacity: 0;
  -webkit-animation: leafGrow2 2s 1.7s ease-in-out forwards;
          animation: leafGrow2 2s 1.7s ease-in-out forwards;
}
.bannerLinkBox .item .link img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerLinkBox .item .link::before {
  content: "";
  position: absolute;
  background-image: url("../images/circle_01.png");
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}

@-webkit-keyframes leafGrow {
  0% {
    height: 0%;
  }
  100% {
    height: 400px;
  }
}

@keyframes leafGrow {
  0% {
    height: 0%;
  }
  100% {
    height: 400px;
  }
}
@-webkit-keyframes leafGrow2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leafGrow2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes leaf-ans-1 {
  0%, 100% {
    -webkit-transform: rotate(-5deg) scale(1);
            transform: rotate(-5deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(5deg) scale(1.1);
            transform: rotate(5deg) scale(1.1);
  }
}
@keyframes leaf-ans-1 {
  0%, 100% {
    -webkit-transform: rotate(-5deg) scale(1);
            transform: rotate(-5deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(5deg) scale(1.1);
            transform: rotate(5deg) scale(1.1);
  }
}
@-webkit-keyframes leaf-ans-2 {
  0%, 100% {
    -webkit-transform: rotateY(-180deg) rotate(5deg);
            transform: rotateY(-180deg) rotate(5deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg) rotate(0deg) scale(1.1);
            transform: rotateY(-180deg) rotate(0deg) scale(1.1);
  }
}
@keyframes leaf-ans-2 {
  0%, 100% {
    -webkit-transform: rotateY(-180deg) rotate(5deg);
            transform: rotateY(-180deg) rotate(5deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg) rotate(0deg) scale(1.1);
            transform: rotateY(-180deg) rotate(0deg) scale(1.1);
  }
}
@-webkit-keyframes leaf-ans-3 {
  0%, 100% {
    -webkit-transform: rotate(-10deg) rotateY(-180deg);
            transform: rotate(-10deg) rotateY(-180deg);
  }
  50% {
    -webkit-transform: rotate(-20deg) rotateY(-180deg);
            transform: rotate(-20deg) rotateY(-180deg);
  }
}
@keyframes leaf-ans-3 {
  0%, 100% {
    -webkit-transform: rotate(-10deg) rotateY(-180deg);
            transform: rotate(-10deg) rotateY(-180deg);
  }
  50% {
    -webkit-transform: rotate(-20deg) rotateY(-180deg);
            transform: rotate(-20deg) rotateY(-180deg);
  }
}
.titleBox {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 640px) {
  .titleBox {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.titleBox.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.titleBox .titleTw {
  font-weight: 400;
  font-size: 48px;
  color: #222;
  letter-spacing: 0.05em;
  display: block;
  letter-spacing: 6px;
}
@media (max-width: 640px) {
  .titleBox .titleTw {
    font-size: 35px;
  }
}
@media (max-width: 360px) {
  .titleBox .titleTw {
    font-size: 30px;
  }
}
.titleBox span {
  position: relative;
  display: block;
  width: 80px;
  height: 4px;
  padding-bottom: 20px;
}
.titleBox span::before, .titleBox span::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  bottom: 0;
}
.titleBox span::before {
  border-radius: 0 0 2px 2px;
  background-color: #fdd000;
  left: 0;
}
.titleBox span::after {
  border-radius: 2px 2px 0 0;
  background-color: #ffe984;
  right: 0;
}

.aboutArea {
  padding: 0px 0 100px;
  background-color: #f7f7f3;
  position: relative;
}
@media (max-width: 640px) {
  .aboutArea {
    padding: 0px 0 50px;
  }
}
.aboutArea .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutArea .leftBox {
  width: 360px;
  padding: 70px 0 0 0;
  margin: 0 0 -70px 0;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.aboutArea .leftBox .left {
  width: 360px;
  padding-bottom: 50px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox .left {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .aboutArea .leftBox .left {
    text-align: center;
  }
}
.aboutArea .leftBox .left::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #e7e6dd;
  bottom: 0;
  left: 0;
}
.aboutArea .leftBox .left .title {
  margin-bottom: 25px;
  font-size: 22px;
  color: #222;
  font-weight: 500;
}
.aboutArea .leftBox .left .text {
  font-size: 17px;
  color: #666;
  letter-spacing: 2px;
  height: 120px;
}
@media (max-width: 1180px) {
  .aboutArea .aboutListBox {
    display: none;
  }
}
.aboutArea .aboutListBox .aboutInfo > .listItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.aboutArea .aboutListBox .aboutInfo .Txt .title a {
  font-size: 30px;
  color: #222;
  letter-spacing: 3.6px;
  font-weight: 400;
}
.aboutArea .aboutListBox .aboutInfo .Txt .text {
  font-size: 17px;
  color: #666;
  height: 100px;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-top: 30px;
}
.aboutArea .ImgBgBox {
  width: 750px;
  height: 750px;
  position: absolute;
  top: 35px;
  right: 0px;
  left: 0;
  bottom: 0;
  margin: 0 0 0 auto;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1180px) {
  .aboutArea .ImgBgBox {
    display: none;
  }
}
@media (max-width: 1023px) {
  .aboutArea .ImgBgBox {
    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;
  }
}
@media (max-width: 640px) {
  .aboutArea .ImgBgBox {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.aboutArea .ImgBgBox .bg_circle {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .aboutArea .ImgBgBox .bg_circle img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.aboutArea .ImgBgBox .bg_circle.bg_circle02 {
  -webkit-animation: rotate2 30s linear infinite;
          animation: rotate2 30s linear infinite;
}
.aboutArea .ImgBgBox .bg_circle.bg_circle03 {
  opacity: 0;
}
.aboutArea .rightBox {
  width: calc(100% - 360px);
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}
@media (min-width: 1181px) {
  .aboutArea .rightBox {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    display: none;
  }
}
.aboutArea .rightBox .outerCircle {
  position: relative;
  max-width: 750px;
  margin: 0 0 0 auto;
}
.aboutArea .rightBox .innerCircle {
  max-width: 530px;
  max-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  margin: 0 auto;
}
@media (min-width: 1181px) {
  .aboutArea .rightBox .innerCircle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.aboutArea .rightBox .mbBox {
  display: none;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .mbBox {
    display: block;
  }
}
@media (min-width: 1181px) {
  .aboutArea .aboutClassBox .aboutClassList {
    position: relative;
    width: 750px;
    min-height: 750px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    margin: 3em auto;
    position: relative;
  }
  .aboutArea .aboutClassBox .aboutClassList > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    margin: -70px;
  }
  .aboutArea .aboutClassBox .aboutClassList > *:nth-of-type(1) {
    -webkit-transform: rotate(-90deg) translate(375px) rotate(90deg);
            transform: rotate(-90deg) translate(375px) rotate(90deg);
  }
  .aboutArea .aboutClassBox .aboutClassList > *:nth-of-type(2) {
    -webkit-transform: rotate(-45deg) translate(375px) rotate(45deg);
            transform: rotate(-45deg) translate(375px) rotate(45deg);
  }
  .aboutArea .aboutClassBox .aboutClassList > *:nth-of-type(3) {
    -webkit-transform: rotate(0deg) translate(375px) rotate(0deg);
            transform: rotate(0deg) translate(375px) rotate(0deg);
  }
  .aboutArea .aboutClassBox .aboutClassList > *:nth-of-type(4) {
    -webkit-transform: rotate(45deg) translate(375px) rotate(-45deg);
            transform: rotate(45deg) translate(375px) rotate(-45deg);
  }
  .aboutArea .aboutClassBox .aboutClassList > *:nth-of-type(5) {
    -webkit-transform: rotate(90deg) translate(375px) rotate(-90deg);
            transform: rotate(90deg) translate(375px) rotate(-90deg);
  }
  .aboutArea .aboutClassBox .aboutClassList:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-repeat: no-repeat;
  }
}
@media (min-width: 376px) {
  .aboutArea .aboutClassBox .aboutClassList .listItem.current a {
    background-color: #f6ca00;
  }
  .aboutArea .aboutClassBox .aboutClassList .listItem.current a::before {
    opacity: 1;
    -webkit-animation: rotate 10s linear infinite;
            animation: rotate 10s linear infinite;
  }
  .aboutArea .aboutClassBox .aboutClassList .listItem.current a .icon {
    width: 70px;
    height: 70px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .aboutArea .aboutClassBox .aboutClassList .listItem.current a .Txt {
    display: none;
  }
}
.aboutArea .aboutClassBox .aboutClassList .listItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: #fff4c1;
  position: relative;
}
.aboutArea .aboutClassBox .aboutClassList .listItem a::before {
  content: "";
  position: absolute;
  background-image: url("../images/about_item_deco.png");
  width: 123px;
  height: 123px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
@media (min-width: 1025px) {
  .aboutArea .aboutClassBox .aboutClassList .listItem a:hover {
    background-color: #f6ca00;
  }
  .aboutArea .aboutClassBox .aboutClassList .listItem a:hover::before {
    opacity: 1;
    -webkit-animation: rotate 20s linear infinite;
            animation: rotate 20s linear infinite;
  }
  .aboutArea .aboutClassBox .aboutClassList .listItem a:hover .icon {
    width: 70px;
    height: 70px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .aboutArea .aboutClassBox .aboutClassList .listItem a:hover .Txt {
    display: none;
  }
}
.aboutArea .aboutClassBox .aboutClassList .listItem .icon {
  width: 60px;
  height: 60px;
}
.aboutArea .aboutClassBox .aboutClassList .listItem .icon img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .aboutClassBox .aboutClassList .listItem .Txt {
  width: 100%;
  text-align: center;
}
.aboutArea .aboutClassBox .aboutClassList .listItem .Txt .title {
  color: #925300;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.2px;
}
.aboutArea .aboutDotBox {
  position: absolute;
  top: 0;
  z-index: 2;
}
@media (min-width: 1181px) {
  .aboutArea .aboutDotBox .aboutDotList {
    position: relative;
    width: 530px;
    min-height: 530px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    margin: 0 auto;
    position: relative;
  }
  .aboutArea .aboutDotBox .aboutDotList > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px;
  }
  .aboutArea .aboutDotBox .aboutDotList > *:nth-of-type(1) {
    -webkit-transform: rotate(-90deg) translate(265px) rotate(90deg);
            transform: rotate(-90deg) translate(265px) rotate(90deg);
  }
  .aboutArea .aboutDotBox .aboutDotList > *:nth-of-type(2) {
    -webkit-transform: rotate(-45deg) translate(265px) rotate(45deg);
            transform: rotate(-45deg) translate(265px) rotate(45deg);
  }
  .aboutArea .aboutDotBox .aboutDotList > *:nth-of-type(3) {
    -webkit-transform: rotate(0deg) translate(265px) rotate(0deg);
            transform: rotate(0deg) translate(265px) rotate(0deg);
  }
  .aboutArea .aboutDotBox .aboutDotList > *:nth-of-type(4) {
    -webkit-transform: rotate(45deg) translate(265px) rotate(-45deg);
            transform: rotate(45deg) translate(265px) rotate(-45deg);
  }
  .aboutArea .aboutDotBox .aboutDotList > *:nth-of-type(5) {
    -webkit-transform: rotate(90deg) translate(265px) rotate(-90deg);
            transform: rotate(90deg) translate(265px) rotate(-90deg);
  }
}
@media (min-width: 376px) {
  .aboutArea .aboutDotBox .aboutDotList .listItem.current a::before {
    opacity: 1;
  }
  .aboutArea .aboutDotBox .aboutDotList .listItem.addcurrent a::before {
    opacity: 1;
  }
}
.aboutArea .aboutDotBox .aboutDotList .listItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #f6ca00;
  position: relative;
}
.aboutArea .aboutDotBox .aboutDotList .listItem a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #f6ca00;
  border-radius: 50%;
  opacity: 1;
}
.aboutArea .aboImgBox {
  max-width: 440px;
  max-height: 440px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 5;
  border-radius: 50%;
}
.aboutArea .aboImgBox .aboImgList {
  width: 100%;
  height: 100%;
}
.aboutArea .aboImgBox .aboImgList > .listItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.aboutArea .aboImgBox .aboImgList .listItem .Img {
  border-radius: 50%;
}
.aboutArea .aboImgBox .aboImgList .listItem .Img img {
  border-radius: 50%;
  margin: auto;
}
.aboutArea #aboLineBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 0 0 auto;
}
.aboutArea #aboLineBox.item_0 .lineDots {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.aboutArea #aboLineBox.item_0 .aboLine {
  stroke-dashoffset: 1664.2px;
}
.aboutArea #aboLineBox.item_1 .lineDots {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.aboutArea #aboLineBox.item_1 .aboLine {
  stroke-dashoffset: 1456.175px;
}
.aboutArea #aboLineBox.item_2 .lineDots {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.aboutArea #aboLineBox.item_2 .aboLine {
  stroke-dashoffset: 1248.15px;
}
.aboutArea #aboLineBox.item_3 .lineDots {
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.aboutArea #aboLineBox.item_3 .aboLine {
  stroke-dashoffset: 1040.125px;
}
.aboutArea #aboLineBox.item_4 .lineDots {
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.aboutArea #aboLineBox.item_4 .aboLine {
  stroke-dashoffset: 832.1px;
}
.aboutArea #aboLineBox .circleLine {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 0 0 auto;
  width: 1px;
  height: 50%;
  z-index: 3;
}
.aboutArea #aboLineBox .lineDots {
  position: absolute;
  left: 50%;
  top: -5px;
  width: 30px;
  height: calc(50% + 5px);
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: 0.9s cubic-bezier(0.22, 0.61, 0.36, 0.715);
  transition: 0.9s cubic-bezier(0.22, 0.61, 0.36, 0.715);
  z-index: 3;
}
.aboutArea #aboLineBox .lineDots .dots {
  width: 19px;
  height: 19px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aboutArea #aboLineBox .lineDots .dots:before, .aboutArea #aboLineBox .lineDots .dots:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
}
.aboutArea #aboLineBox .lineDots .dots:before {
  width: 5px;
  height: 5px;
  background-color: #f6ca00;
  z-index: 2;
}
.aboutArea #aboLineBox .lineDots .dots:after {
  width: 19px;
  height: 19px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.22);
          box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.22);
}
.aboutArea #aboLineBox .lineDots .bars {
  width: 1px;
  height: 50%;
}
.aboutArea #aboLineBox .aboLine {
  position: relative;
  z-index: 2;
  stroke-dashoffset: 1664.2px;
  stroke-dasharray: 1664.2px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.22, 0.61, 0.36, 0.715);
  transition: stroke-dashoffset 2s cubic-bezier(0.22, 0.61, 0.36, 0.715);
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.aboutArea #aboLineBox .aboBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1180px) {
  .aboutArea #aboLineBox {
    display: none;
  }
}
.aboutArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 -10px;
}
@media (max-width: 1180px) {
  .aboutArea .arrowBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
  }
}
.aboutArea .arrowBox .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff4c0;
  margin: 0 10px;
}
@media (max-width: 640px) {
  .aboutArea .arrowBox .arrow {
    margin: 10px 20px;
  }
}
.aboutArea .arrowBox .arrow:hover {
  background-color: #f6ca00 !important;
}
.aboutArea .arrowBox .arrow:hover::before {
  background-image: url("../images/arrow_h.png");
}
.aboutArea .arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: 55%;
  width: 18px;
  height: 25px;
  background-image: url("../images/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.aboutArea .arrowBox .arrowPrev {
  left: 0;
}
.aboutArea .arrowBox .arrowPrev::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.aboutArea .arrowBox .arrowNext {
  right: 0;
}
.aboutArea .arrowBox .arrowNext::before {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotateY(-180deg);
          transform: translate(-50%, -50%) rotateY(-180deg);
}
.aboutArea .aboutListBox_mb {
  width: 100%;
}
@media (min-width: 1181px) {
  .aboutArea .aboutListBox_mb {
    display: none;
  }
}
.aboutArea .aboutListBox_mb .aboutInfo_mb > .listItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.aboutArea .aboutListBox_mb .item {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.aboutArea .aboutListBox_mb .Img {
  border-radius: 50%;
}
@media (max-width: 320px) {
  .aboutArea .aboutListBox_mb .Img {
    width: 90%;
    margin: 0 auto;
  }
}
.aboutArea .aboutListBox_mb .Img img {
  border-radius: 50%;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .aboutListBox_mb .iconBox {
  width: 110px;
  height: 110px;
  background-color: #f6ca00;
  position: relative;
  border-radius: 50%;
  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;
  top: -50px;
}
.aboutArea .aboutListBox_mb .iconBox::before {
  content: "";
  position: absolute;
  background-image: url("../images/about_item_deco.png");
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.aboutArea .aboutListBox_mb .iconBox .icon {
  width: 70px;
  height: 70px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin: 0 auto;
}
.aboutArea .aboutListBox_mb .iconBox .icon img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .aboutListBox_mb .Txt {
  position: relative;
  text-align: center;
  top: -30px;
}
.aboutArea .aboutListBox_mb .Txt .title a {
  font-size: 30px;
  color: #222;
  letter-spacing: 3.6px;
  font-weight: 400;
}
@media (max-width: 640px) {
  .aboutArea .aboutListBox_mb .Txt .title a {
    font-size: 25px;
  }
}
.aboutArea .aboutListBox_mb .Txt .text {
  font-size: 17px;
  color: #666;
  height: 100px;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-top: 10px;
}
.aboutArea .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff4c0 !important;
  background: #fff4c0 !important;
  margin: 0;
  top: 100%;
}
@media (min-width: 1180px) {
  .aboutArea .slick-arrow {
    display: none;
  }
}
.aboutArea .slick-arrow::before {
  content: "";
  position: absolute;
  top: 55%;
  width: 18px;
  height: 25px;
  background-image: url("../images/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1 !important;
}
.aboutArea .slick-arrow.slick-prev {
  left: 40%;
}
@media (max-width: 640px) {
  .aboutArea .slick-arrow.slick-prev {
    left: 30%;
  }
}
.aboutArea .slick-arrow.slick-prev::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.aboutArea .slick-arrow.slick-next {
  right: 40%;
}
@media (max-width: 640px) {
  .aboutArea .slick-arrow.slick-next {
    right: 30%;
  }
}
.aboutArea .slick-arrow.slick-next::before {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotateY(-180deg);
          transform: translate(-50%, -50%) rotateY(-180deg);
}
.aboutArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .aboutArea .decoBox {
    display: none;
  }
}
.aboutArea .decoBox .deco {
  position: absolute;
}
.aboutArea .decoBox .deco.deco01 {
  top: -5%;
  left: 9%;
}
.aboutArea .decoBox .deco.deco02 {
  top: -5%;
  left: 25%;
}
.aboutArea .decoBox .deco.deco03 {
  top: 0%;
  left: 35%;
}
.aboutArea .decoBox .deco.deco04 {
  top: -5%;
  right: 10%;
}
.aboutArea .decoBox .deco.deco05 {
  top: 5%;
  right: 3%;
}
.aboutArea .decoBox .deco.deco06 {
  top: 50%;
  right: -10%;
}

.knowledgeArea {
  padding: 70px 0 0;
  background-color: #fbfbf6;
  position: relative;
}
@media (max-width: 1180px) {
  .knowledgeArea {
    padding: 50px 0px;
  }
}
.knowledgeArea .wrap {
  position: relative;
  padding: 0 0 70px;
}
.knowledgeArea .wrap::before {
  content: "";
  position: absolute;
  max-width: 1250px;
  width: 90%;
  height: 4px;
  border-radius: 2px;
  background-color: #f0f1e7;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.knowledgeArea .knowledgeList {
  max-width: 1250px;
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1366px) {
  .knowledgeArea .knowledgeList {
    max-width: 100%;
    width: 90%;
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  .knowledgeArea .knowledgeList {
    margin: 0;
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .knowledgeArea .knowledgeList {
    margin: 0 0 -30px 0;
  }
}
.knowledgeArea .knowledgeList > .knowledgeItem {
  float: left;
  width: 33.3333333333%;
}
.knowledgeArea .knowledgeList > .knowledgeItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 1180px) {
  .knowledgeArea .knowledgeList > .knowledgeItem {
    width: 50%;
  }
  .knowledgeArea .knowledgeList > .knowledgeItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 650px) {
  .knowledgeArea .knowledgeList > .knowledgeItem {
    width: 100%;
  }
  .knowledgeArea .knowledgeList > .knowledgeItem:nth-child(2), .knowledgeArea .knowledgeList > .knowledgeItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.knowledgeArea .knowledgeItem {
  padding: 0 15px;
}
@media (max-width: 640px) {
  .knowledgeArea .knowledgeItem {
    padding: 0;
  }
}
.knowledgeArea .item {
  position: relative;
  overflow: hidden;
}
.knowledgeArea .Img {
  border-radius: 20px;
  overflow: hidden;
}
.knowledgeArea .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.knowledgeArea .Txt {
  padding: 30px 0px 0;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.knowledgeArea .Txt .title {
  display: block;
  width: 100%;
  height: 70px;
}
.knowledgeArea .Txt .title a {
  display: block;
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  position: relative;
}
.knowledgeArea .Txt span {
  position: relative;
  display: block;
  width: 40px;
  height: 4px;
  padding-bottom: 20px;
  margin-bottom: 12px;
}
.knowledgeArea .Txt span::before, .knowledgeArea .Txt span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  bottom: 0;
}
.knowledgeArea .Txt span::before {
  border-radius: 0 0 2px 2px;
  background-color: #fdd000;
  left: 0;
}
.knowledgeArea .Txt span::after {
  border-radius: 2px 2px 0 0;
  background-color: #ffe984;
  right: 0;
}
.knowledgeArea .Txt .text {
  display: block;
  width: 100%;
  height: 80px;
  font-size: 17px;
  color: #666;
  line-height: 1.8;
}
.knowledgeArea .btm {
  border-top: 1px solid #eaeaea;
  padding: 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.knowledgeArea .btm .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  color: #000;
}
.knowledgeArea .btm .btn a {
  font-size: 15px;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.knowledgeArea .btm .btn a i {
  font-size: 12px;
  margin: 3px 0 0 15px;
}
.knowledgeArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
@media (max-width: 1180px) {
  .knowledgeArea .arrowBox {
    position: relative;
    top: 65px;
  }
}
@media (max-width: 640px) {
  .knowledgeArea .arrowBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.knowledgeArea .arrowBox .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff4c0;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .knowledgeArea .arrowBox .arrow {
    margin: 10px 20px;
  }
}
@media (max-width: 360px) {
  .knowledgeArea .arrowBox .arrow {
    margin: 10px 0;
  }
}
@media (min-width: 1181px) {
  .knowledgeArea .arrowBox .arrow:hover {
    background-color: #f6ca00;
  }
  .knowledgeArea .arrowBox .arrow:hover::before {
    background-image: url("../images/arrow_h.png");
  }
}
.knowledgeArea .arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: 55%;
  width: 18px;
  height: 25px;
  background-image: url("../images/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.knowledgeArea .arrowBox .arrowPrev {
  left: 0;
}
@media (max-width: 1180px) {
  .knowledgeArea .arrowBox .arrowPrev {
    left: 30%;
  }
}
@media (max-width: 1023px) {
  .knowledgeArea .arrowBox .arrowPrev {
    left: 20%;
  }
}
@media (max-width: 640px) {
  .knowledgeArea .arrowBox .arrowPrev {
    left: 0;
  }
}
.knowledgeArea .arrowBox .arrowPrev::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.knowledgeArea .arrowBox .arrowNext {
  right: 0;
}
@media (max-width: 1180px) {
  .knowledgeArea .arrowBox .arrowNext {
    right: 30%;
  }
}
@media (max-width: 1023px) {
  .knowledgeArea .arrowBox .arrowNext {
    right: 20%;
  }
}
@media (max-width: 640px) {
  .knowledgeArea .arrowBox .arrowNext {
    right: 0;
  }
}
.knowledgeArea .arrowBox .arrowNext::before {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotateY(-180deg);
          transform: translate(-50%, -50%) rotateY(-180deg);
}
.knowledgeArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .knowledgeArea .decoBox {
    display: none;
  }
}
.knowledgeArea .decoBox .deco {
  position: absolute;
}
.knowledgeArea .decoBox .deco.deco01 {
  top: -10%;
  left: 0%;
}
.knowledgeArea .decoBox .deco.deco02 {
  bottom: 10%;
  left: 7%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.knowledgeArea .moreBtn {
  margin-top: 35px;
}

.newsArea {
  padding: 70px 0 130px;
  background-color: #fbfbf6;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 70px 0;
  }
}
@media (max-width: 640px) {
  .newsArea {
    padding: 0 0 50px;
  }
}
.newsArea .wrap {
  position: relative;
  max-width: 1450px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .newsArea .wrap {
    max-width: 1250px;
  }
}
.newsArea .newsBox {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsArea .newsBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.newsArea .newsList {
  position: relative;
  padding: 0 100px;
}
@media (max-width: 1366px) {
  .newsArea .newsList {
    padding: 0 60px;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsList {
    padding: 0;
  }
}
.newsArea .newsList > .newsItem {
  float: left;
  width: 25%;
}
.newsArea .newsList > .newsItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 1400px) {
  .newsArea .newsList > .newsItem {
    width: 33.3333333333%;
  }
  .newsArea .newsList > .newsItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsList > .newsItem {
    width: 50%;
  }
  .newsArea .newsList > .newsItem:nth-child(3), .newsArea .newsList > .newsItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 650px) {
  .newsArea .newsList > .newsItem {
    width: 100%;
  }
  .newsArea .newsList > .newsItem:nth-child(2), .newsArea .newsList > .newsItem:nth-child(3), .newsArea .newsList > .newsItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.newsArea .newsItem {
  padding: 0 20px;
}
@media (max-width: 640px) {
  .newsArea .newsItem {
    padding: 0;
  }
}
.newsArea .Img {
  border-radius: 20px;
  overflow: hidden;
}
.newsArea .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .Txt {
  position: relative;
  padding: 30px 0px 0;
}
.newsArea .Txt .title {
  height: 80px;
}
.newsArea .Txt .title a {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 22px;
  color: #222;
}
.newsArea .Txt .text {
  height: 90px;
  font-size: 17px;
  color: #666;
  line-height: 1.7;
  letter-spacing: 2px;
}
.newsArea .btm {
  border-top: 1px solid #eaeaea;
  padding-top: 25px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .btm .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  color: #000;
}
.newsArea .btm .btn a {
  font-size: 15px;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .btm .btn a i {
  font-size: 12px;
  margin: 3px 0 0 15px;
}
.newsArea .arrowBox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  top: 40%;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .newsArea .arrowBox {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    top: unset;
    margin-top: 48px;
  }
}
@media (max-width: 640px) {
  .newsArea .arrowBox {
    margin-top: 30px;
  }
}
.newsArea .arrowBox .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff4c0;
  margin: 0;
  pointer-events: auto;
}
@media (min-width: 1181px) {
  .newsArea .arrowBox .arrow:hover {
    background-color: #f6ca00;
  }
  .newsArea .arrowBox .arrow:hover::before {
    background-image: url("../images/arrow_h.png");
  }
}
.newsArea .arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: 55%;
  width: 18px;
  height: 25px;
  background-image: url("../images/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.newsArea .arrowBox .arrowPrev {
  left: 0;
}
.newsArea .arrowBox .arrowPrev::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.newsArea .arrowBox .arrowNext {
  right: 0;
}
.newsArea .arrowBox .arrowNext::before {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotateY(-180deg);
          transform: translate(-50%, -50%) rotateY(-180deg);
}
.newsArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .newsArea .decoBox {
    display: none;
  }
}
.newsArea .decoBox .deco {
  position: absolute;
}
.newsArea .decoBox .deco.deco01 {
  top: -10%;
  left: 0%;
}
.newsArea .decoBox .deco.deco02 {
  top: 0;
  right: 15%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.newsArea .decoBox .deco.deco03 {
  bottom: -10%;
  right: 0%;
}
@media (max-width: 1280px) {
  .newsArea .decoBox .deco.deco03 {
    display: none;
  }
}

.linkArea {
  width: 100%;
  overflow: hidden;
  background-color: #f7f7f3;
  padding: 60px 0 0;
  position: relative;
}
.linkArea .linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
@media (max-width: 1180px) {
  .linkArea .linkBox {
    padding: 0 20px;
  }
}
.linkArea .linkListLeftBox {
  position: absolute;
  top: 0;
  left: -375px;
  max-width: 660px;
  width: 100%;
}
@media (max-width: 1830px) {
  .linkArea .linkListLeftBox {
    left: -410px;
  }
}
@media (max-width: 1680px) {
  .linkArea .linkListLeftBox {
    left: -470px;
  }
}
@media (max-width: 1536px) {
  .linkArea .linkListLeftBox {
    left: -545px;
  }
}
@media (max-width: 1440px) {
  .linkArea .linkListLeftBox {
    left: -590px;
  }
}
@media (max-width: 1366px) {
  .linkArea .linkListLeftBox {
    left: -625px;
  }
}
@media (max-width: 1180px) {
  .linkArea .linkListLeftBox {
    display: none;
  }
}
.linkArea .linkListRightBox {
  position: absolute;
  top: 0;
  right: -375px;
  max-width: 660px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1830px) {
  .linkArea .linkListRightBox {
    right: -410px;
  }
}
@media (max-width: 1680px) {
  .linkArea .linkListRightBox {
    right: -470px;
  }
}
@media (max-width: 1536px) {
  .linkArea .linkListRightBox {
    right: -545px;
  }
}
@media (max-width: 1440px) {
  .linkArea .linkListRightBox {
    right: -590px;
  }
}
@media (max-width: 1366px) {
  .linkArea .linkListRightBox {
    right: -625px;
  }
}
@media (max-width: 1180px) {
  .linkArea .linkListRightBox {
    display: none;
  }
}
.linkArea .Img {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}
.linkArea .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkArea .linkListMainBox {
  max-width: 1255px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -100px;
}
@media (max-width: 1023px) {
  .linkArea .linkListMainBox {
    top: 0;
  }
}
.linkArea .linkListMainBox .linkList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
}
@media (max-width: 1023px) {
  .linkArea .linkListMainBox .linkList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.linkArea .linkListMainBox .linkList .Img {
  max-width: 660px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .linkArea .linkListMainBox .linkList .Img {
    margin: 0 auto;
  }
}
.linkArea .linkListMainBox .linkList .Txt {
  width: calc(100% - 660px);
  padding: 50px 70px 50px 70px;
  position: relative;
  top: 50px;
  left: 0px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1023px) {
  .linkArea .linkListMainBox .linkList .Txt {
    width: 100%;
    padding: 40px 20px;
    background-color: #fbfbf6;
    top: 0;
    margin: 20px 0 0 0;
  }
}
.linkArea .linkListMainBox .linkList .Txt::before {
  content: "";
  position: absolute;
  background-color: #fbfbf6;
  width: 670px;
  height: 380px;
  top: 0px;
  left: -80px;
  z-index: -1;
  border-radius: 20px;
  padding: 50px 70px 50px 140px;
}
@media (max-width: 1023px) {
  .linkArea .linkListMainBox .linkList .Txt::before {
    display: none;
  }
}
.linkArea .linkListMainBox .linkList .Txt .title a {
  font-size: 28px;
  color: #222;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .linkArea .linkListMainBox .linkList .Txt .title a {
    font-size: 20px;
  }
}
.linkArea .linkListMainBox .linkList .Txt .text {
  font-size: 17px;
  color: #666;
  margin-top: 30px;
  height: 80px;
}
@media (max-width: 1023px) {
  .linkArea .linkListMainBox .linkList .Txt .text {
    margin-top: 20px;
  }
}
.linkArea .linkListMainBox .linkList .Txt .moreBtn {
  margin-top: 30px;
}
.linkArea .linkList > .listItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.linkArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .linkArea .decoBox {
    display: none;
  }
}
.linkArea .decoBox .deco {
  position: absolute;
}
.linkArea .decoBox .deco.deco01 {
  bottom: -17%;
  right: 13%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/*# sourceMappingURL=home.css.map */