﻿.newsArea .Txt .textBox .title, .newsArea .newsItem, .newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-prev:before,
.newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-next:before, .facList .textBox::before, .facList .facItem, .catalogRightList .catalogItem .Img img, .catalogArea .catalogArrowBox .slick-arrow::before, .catalogArea .catalogArrowBox .slick-arrow, .linkList .imgBox .number, .linkList .imgBox, .linkList .slick-slide, .linkArea .linkArrowBox .slick-arrow::before, .linkArea .linkArrowBox .slick-arrow, .bannerArea .scrollDown, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .bannerArea .bannerItem .bannerVideo .videoBtn span::after, .bannerArea .bannerItem .bannerVideo .videoBtn span::before, .bannerArea .bannerItem .bannerVideo .videoBtn span, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #ee7600;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #ee7600;
  }
  .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;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1200px;
  padding: 150px 20px 310px;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
  margin: 16px 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerItem .Txt .title {
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    margin: 6px 0;
  }
}
.bannerArea .bannerItem .Txt .title img {
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 1699px) {
  .bannerArea .bannerItem .Txt .title img {
    height: 130px;
  }
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .Txt .title img {
    height: 110px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title img {
    height: 80px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .Txt .title img {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title img {
    display: none;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0;
  padding-top: 0;
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
.bannerArea .bannerItem .Txt .text {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0;
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
  margin-top: 50px;
}
@media (max-width: 1299px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 36px;
  }
}
@media (max-width: 1699px) {
  .bannerArea .bannerItem .Txt {
    padding: 130px 20px 240px;
  }
}
@media (max-width: 1299px) {
  .bannerArea .bannerItem .Txt {
    max-width: 1020px;
    padding: 20px;
  }
}
.bannerArea .bannerItem .bannerVideo {
  position: absolute;
  display: block;
  bottom: 190px;
  right: 0;
  opacity: 0;
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .bannerVideo {
    bottom: 60px;
  }
}
@media (max-width: 1120px) {
  .bannerArea .bannerItem .bannerVideo {
    right: 5%;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .bannerVideo {
    bottom: 20px;
  }
}
.bannerArea .bannerItem .bannerVideo .videoBtn {
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 1201px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn:hover span {
    color: #ee7600;
  }
  .bannerArea .bannerItem .bannerVideo .videoBtn:hover span::before {
    border-color: #ee7600;
  }
  .bannerArea .bannerItem .bannerVideo .videoBtn:hover span::after {
    border-color: transparent transparent transparent #fff;
  }
}
.bannerArea .bannerItem .bannerVideo .videoBtn span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn span {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn span {
    font-size: 16px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.bannerArea .bannerItem .bannerVideo .videoBtn span::before {
  position: relative;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn span::before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn span::before {
    width: 28px;
    height: 28px;
  }
}
.bannerArea .bannerItem .bannerVideo .videoBtn span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #ee7600;
  display: block;
  top: calc(50% - 3px);
  right: 15px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn span::after {
    right: 13px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn span::after {
    right: 10px;
  }
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bannerVideo {
  -webkit-animation: slideUpAnimation 0.8s 1.5s linear forwards;
          animation: slideUpAnimation 0.8s 1.5s linear forwards;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #ee7600;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #ee7600;
  }
}
.bannerArea .scrollDown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 1201px) {
  .bannerArea .scrollDown:hover {
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
  }
}
@media (min-width: 1201px) and (max-width: 1299px) {
  .bannerArea .scrollDown:hover {
    -webkit-transform: translateX(-50%) translateY(10px) scale(0.7);
            transform: translateX(-50%) translateY(10px) scale(0.7);
  }
}
@media (max-width: 1299px) {
  .bannerArea .scrollDown {
    bottom: 15px;
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.mouse {
  position: relative;
  width: 23px;
  height: 35px;
  border-radius: 20px;
  border: 2px solid #fff;
}
.bannerArea .scrollDown span.mouse::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background-color: #fff;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bannerArea .scrollDown .angleBox {
  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;
  row-gap: 5px;
}
.bannerArea .scrollDown .angleBox .angle {
  position: relative;
  width: 8px;
  height: 8px;
  border: 3.5px solid #fff;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg) skew(10deg, 10deg);
          transform: rotate(-45deg) skew(10deg, 10deg);
  -webkit-animation: bannerScrollAnimation 2s linear infinite;
          animation: bannerScrollAnimation 2s linear infinite;
  overflow: hidden;
  z-index: 1;
}
.bannerArea .scrollDown .angleBox .angle:first-child {
  opacity: 0.2;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.bannerArea .scrollDown .angleBox .angle:nth-child(2) {
  opacity: 0.4;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.bannerArea .scrollDown .angleBox .angle:nth-child(3) {
  opacity: 0.6;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.bannerArea .scrollDown .angleBox .angle:nth-child(4) {
  opacity: 1;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown,
.bannerArea .slick-dots,
.bannerArea .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .bannerArea .btnBox {
    display: none !important;
  }
}

.linkArea {
  padding: 90px 0 50px;
  background-image: url("../image/adv-bg_1920x840.jpg");
  background-size: cover;
}
@media (max-width: 768px) {
  .linkArea {
    padding: 55px 0;
  }
}
.linkArea .textEditorBox {
  padding: 0 130px;
}
@media (max-width: 1399px) {
  .linkArea .textEditorBox {
    padding: 0 80px;
  }
}
@media (max-width: 1180px) {
  .linkArea .textEditorBox {
    padding: 0;
  }
}
.linkArea .linkArrowBox {
  position: relative;
  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-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.linkArea .linkArrowBox .slick-arrow {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  -webkit-transform: none;
          transform: none;
  z-index: 2;
}
@media (min-width: 1201px) {
  .linkArea .linkArrowBox .slick-arrow:hover::before {
    border-color: #ee7600;
  }
}
.linkArea .linkArrowBox .slick-arrow::before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #292929;
}
.linkArea .linkArrowBox .slick-arrow.slick-prev {
  left: 0;
}
.linkArea .linkArrowBox .slick-arrow.slick-prev::before {
  border-right: none;
  border-bottom: none;
  -webkit-transform: translateX(15px) rotate(-45deg);
          transform: translateX(15px) rotate(-45deg);
}
.linkArea .linkArrowBox .slick-arrow.slick-next {
  right: 0;
}
.linkArea .linkArrowBox .slick-arrow.slick-next::before {
  border-left: none;
  border-bottom: none;
  -webkit-transform: translateX(-15px) rotate(45deg);
          transform: translateX(-15px) rotate(45deg);
}

.linkList {
  min-height: 545px;
}
@media (max-width: 991px) {
  .linkList {
    min-height: 580px;
  }
}
@media (max-width: 768px) {
  .linkList {
    min-height: auto;
  }
}
.linkList .slick-slide.current:nth-child(odd) {
  padding-top: 130px;
}
@media (max-width: 768px) {
  .linkList .slick-slide.current:nth-child(odd) {
    padding-top: 0;
  }
}
.linkList .linkItem {
  padding: 60px 0 16px;
}
@media (min-width: 1201px) {
  .linkList .linkItem:hover .number {
    color: #fff;
    background-color: #ee7600;
  }
  .linkList .linkItem:hover .imgBox::before {
    opacity: 1;
    visibility: visible;
  }
}
.linkList .item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.linkList .imgBox {
  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;
  width: 185px;
  height: 185px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.07);
}
.linkList .imgBox::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  background-image: url(../image/circleDotted.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: advImgLoading 20s linear infinite;
          animation: advImgLoading 20s linear infinite;
  opacity: 0;
  visibility: hidden;
}
.linkList .imgBox .number {
  position: absolute;
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ee7600;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: transparent;
  top: -30px;
}
.linkList .imgBox .Img {
  display: block;
  width: 70px;
  height: 70px;
}
.linkList .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
.linkList .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 20px;
}
@media (max-width: 768px) {
  .linkList .Txt {
    padding: 15px;
  }
}
.linkList .Txt .title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  color: #292929;
}
.linkList .Txt .title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #292929;
}
.linkList .Txt .title a span {
  color: #ee7600;
}
.linkList .Txt .title span {
  color: #ee7600;
}
.linkList .Txt .textEditor {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #4d4d4d;
  text-align: center;
}

.catalogArea {
  position: relative;
  padding: 85px 0 130px;
  background-image: url("../image/product-bg_1920x925.jpg");
  background-size: cover;
}
@media (max-width: 1499px) {
  .catalogArea {
    background-position: 40% 50%;
  }
}
@media (max-width: 991px) {
  .catalogArea {
    padding: 85px 0 115px;
    background-position: 0;
  }
}
@media (max-width: 768px) {
  .catalogArea {
    padding: 55px 0 100px;
  }
}
.catalogArea .titleBox {
  text-align: left;
}
.catalogArea .titleBox .decoTitle::before {
  left: 10px;
}
.catalogArea .titleBox .title {
  color: #fff;
}
.catalogArea .titleBox .text {
  padding-right: 40px;
  color: #fff;
}
@media (max-width: 991px) {
  .catalogArea .titleBox .text {
    padding-right: 0;
  }
}
.catalogArea .unClick {
  pointer-events: none;
}
.catalogArea .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
}
@media (max-width: 1180px) {
  .catalogArea .wrap {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .catalogArea .wrap {
    padding: 0 30px;
  }
}
.catalogArea .wrap .leftBox {
  position: relative;
  display: block;
  width: 735px;
}
@media (max-width: 1499px) {
  .catalogArea .wrap .leftBox {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .catalogArea .wrap .leftBox {
    width: 100%;
  }
}
.catalogArea .wrap .leftBox .btnNumBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 400px) {
  .catalogArea .wrap .leftBox .btnNumBox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 10px;
  }
}
.catalogArea .wrap .leftBox .btnNumBox .btnBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 400px) {
  .catalogArea .wrap .leftBox .btnNumBox .btnBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1201px) {
  .catalogArea .wrap .leftBox .btnNumBox .btnBox .btn:hover {
    color: #ee7600;
    background-color: #fff;
  }
}
.catalogArea .wrap .leftBox .btnNumBox .btnBox .btn.animation::after {
  background-color: #fff;
}
@media (max-width: 400px) {
  .catalogArea .wrap .leftBox .btnBox {
    margin-top: 60px;
  }
}
.catalogArea .wrap .leftBox .numBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
}
.catalogArea .wrap .leftBox .numBox .item {
  position: relative;
  display: block;
}
.catalogArea .wrap .leftBox .numBox .item + .item {
  margin-left: 20px;
}
.catalogArea .wrap .leftBox .numBox .item + .item::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background-color: #606060;
  bottom: 5px;
  left: -10px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.catalogArea .wrap .leftBox .numBox .item span {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #606060;
}
@media (max-width: 440px) {
  .catalogArea .wrap .leftBox .numBox .item span {
    font-size: 18px;
  }
}
.catalogArea .wrap .leftBox .numBox .item span.currentTxt {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 440px) {
  .catalogArea .wrap .leftBox .numBox .item span.currentTxt {
    font-size: 26px;
  }
}
.catalogArea .wrap .rightBox {
  position: relative;
  display: block;
  width: calc(100% - 735px - 55px);
}
@media (max-width: 1499px) {
  .catalogArea .wrap .rightBox {
    width: calc(45% - 55px);
  }
}
@media (max-width: 991px) {
  .catalogArea .wrap .rightBox {
    display: none;
  }
}
.catalogArea .catalogArrowBox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 -50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .catalogArea .catalogArrowBox {
    width: 80px;
    top: auto;
    bottom: -20px;
    -webkit-transform: none;
            transform: none;
  }
}
.catalogArea .catalogArrowBox .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  -webkit-transform: none;
          transform: none;
  z-index: 2;
}
@media (min-width: 1201px) {
  .catalogArea .catalogArrowBox .slick-arrow:hover::before {
    border-color: #ee7600;
  }
}
.catalogArea .catalogArrowBox .slick-arrow::before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
.catalogArea .catalogArrowBox .slick-arrow.slick-prev {
  left: 0;
}
@media (max-width: 1599px) {
  .catalogArea .catalogArrowBox .slick-arrow.slick-prev {
    left: 48px;
  }
}
@media (max-width: 991px) {
  .catalogArea .catalogArrowBox .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.catalogArea .catalogArrowBox .slick-arrow.slick-prev::before {
  border-right: none;
  border-bottom: none;
  -webkit-transform: translateX(15px) rotate(-45deg);
          transform: translateX(15px) rotate(-45deg);
}
.catalogArea .catalogArrowBox .slick-arrow.slick-next {
  right: -90px;
}
@media (max-width: 1599px) {
  .catalogArea .catalogArrowBox .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (max-width: 991px) {
  .catalogArea .catalogArrowBox .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.catalogArea .catalogArrowBox .slick-arrow.slick-next::before {
  border-left: none;
  border-bottom: none;
  -webkit-transform: translateX(-15px) rotate(45deg);
          transform: translateX(-15px) rotate(45deg);
}
@media (min-width: 1201px) {
  .catalogArea .catalogArrowBox .slick-arrow.slick-next:hover::before {
    border-color: #292929;
  }
}
.catalogArea .catalogBox {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.catalogArea .catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.catalogList {
  position: relative;
  margin: 0 -35px;
}
@media (max-width: 1499px) {
  .catalogList {
    margin: 0 -20px;
  }
}
.catalogList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalogList:not(.slick-slider) .catalogItem {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .catalogList:not(.slick-slider) .catalogItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .catalogList:not(.slick-slider) .catalogItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .catalogList:not(.slick-slider) .catalogItem {
    width: 100%;
  }
}
.catalogList .catalogItem {
  padding: 0 35px;
}
@media (max-width: 1499px) {
  .catalogList .catalogItem {
    padding: 0 20px;
  }
}
.catalogList .catalogItem .item {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1201px) {
  .catalogList .catalogItem .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.catalogList .catalogItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .catalogItem .Txt {
  position: relative;
  padding: 18px 0 0;
}
.catalogList .catalogItem .Txt .classTitle {
  position: absolute;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  padding: 7px 34px;
  color: #fff;
  top: -20px;
  right: 9px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .catalogList .catalogItem .Txt .classTitle {
    font-size: 15px;
    padding: 7px 26px;
  }
}
.catalogList .catalogItem .Txt .classTitle::before {
  position: absolute;
  content: "";
  display: block;
  display: inline-block;
  width: calc(100% - 25px);
  height: 100%;
  background-color: #ee7600;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skew(-30deg);
          transform: translateX(-50%) skew(-30deg);
  z-index: -1;
}
.catalogList .catalogItem .Txt .title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.catalogList .catalogItem .Txt .title.ellipsis {
  height: 32px;
}
.catalogList .catalogItem .Txt .title a {
  display: block;
  color: #fff;
}
@media (min-width: 1201px) {
  .catalogList .catalogItem .Txt .title a:hover {
    color: #ee7600;
  }
}
.catalogList .catalogItem .Txt .text {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.catalogList .catalogItem .Txt .text.ellipsis {
  height: 26px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .catalogList .catalogItem .Txt .text {
    font-size: 16px;
  }
  .catalogList .catalogItem .Txt .text.ellipsis {
    height: 44px;
  }
}

.catalogRightList {
  position: relative;
}
.catalogRightList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalogRightList:not(.slick-slider) .catalogItem {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalogRightList .slick-list {
  padding: 20px 0;
  margin: 0 -20px;
}
.catalogRightList .slick-slide {
  margin: 0 20px;
}
.catalogRightList .slick-current .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.catalogRightList .slick-current .text {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.catalogRightList .catalogItem {
  position: relative;
  padding: 0 20px;
}
.catalogRightList .catalogItem::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 100%;
  border: 2px solid #ee7600;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
  top: -20px;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.catalogRightList .catalogItem::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 100%;
  background-color: #222222;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
  top: 20px;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.catalogRightList .catalogItem .item {
  position: relative;
  padding: 20px 24px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
  overflow: hidden;
}
.catalogRightList .catalogItem .Img {
  overflow: hidden;
}
@media (min-width: 1201px) {
  .catalogRightList .catalogItem .Img:hover a {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.catalogRightList .catalogItem .Img a {
  display: block;
}
.catalogRightList .catalogItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 100%;
}
.catalogRightList .catalogItem .Txt {
  position: static;
  padding-right: 35px;
}
.catalogRightList .catalogItem .Txt .classTitle {
  position: absolute;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  padding: 7px 34px;
  color: #fff;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.catalogRightList .catalogItem .Txt .classTitle::before {
  position: absolute;
  content: "";
  display: block;
  display: inline-block;
  width: calc(100% - 25px);
  height: 100%;
  background-color: #ee7600;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skew(-30deg);
          transform: translateX(-50%) skew(-30deg);
  z-index: -1;
  pointer-events: none;
}
.catalogRightList .catalogItem .Txt .title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.catalogRightList .catalogItem .Txt .title a {
  display: block;
  color: #2c2c2c;
}
@media (min-width: 1201px) {
  .catalogRightList .catalogItem .Txt .title a:hover {
    color: #ee7600;
  }
}
.catalogRightList .catalogItem .Txt .text {
  font-size: 18px;
  line-height: 1.3;
  color: #4d4d4d;
}
.catalogRightList .catalogItem .Txt .text.ellipsis {
  height: 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .catalogRightList .catalogItem .Txt .text {
    font-size: 14px;
  }
  .catalogRightList .catalogItem .Txt .text.ellipsis {
    height: 70px;
  }
}

.facArea {
  padding: 85px 0;
  overflow: hidden;
  background-image: url("../image/ballenp-bg_1920x650.jpg");
  background-size: cover;
}
@media (max-width: 768px) {
  .facArea {
    padding: 55px 0;
  }
}
.facArea .titleBox {
  margin-bottom: 40px;
}
.facArea .btnBox {
  margin-top: 45px;
}

.facList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
}
@media (max-width: 1299px) {
  .facList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.facList .facItem {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(33.3333333333% - 36px);
}
@media (max-width: 1299px) {
  .facList .facItem {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: calc(50% - 36px);
  }
}
@media (max-width: 850px) {
  .facList .facItem {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .facList .facItem:hover .textBox::before {
    -webkit-box-shadow: 0px 5px 17.1px 0.9px rgba(4, 0, 0, 0.1);
            box-shadow: 0px 5px 17.1px 0.9px rgba(4, 0, 0, 0.1);
  }
}
.facList .item {
  position: relative;
  height: 100%;
}
@media (max-width: 850px) {
  .facList .item {
    height: auto;
  }
}
.facList .textBox {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 240px);
  padding: 30px 70px 30px 100px;
  margin-top: -25px;
  margin-right: -25px;
}
@media (max-width: 1299px) {
  .facList .textBox {
    height: calc(100% - 23.5vw);
    padding: 28px 70px 28px 90px;
  }
}
@media (max-width: 850px) {
  .facList .textBox {
    padding: 28px 70px 28px 95px;
    width: 100%;
    height: 100%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .facList .textBox {
    padding: 28px 60px 28px 90px;
  }
}
.facList .textBox::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 70px);
  height: 100%;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: #fff;
  pointer-events: none;
  -webkit-transform: skewX(-20deg) translateX(-50%);
          transform: skewX(-20deg) translateX(-50%);
  opacity: 0.9;
}
@media (max-width: 850px) {
  .facList .textBox::before {
    left: 44px;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
  }
}
@media (max-width: 768px) {
  .facList .textBox::before {
    width: calc(100% - 60px);
    left: 25px;
  }
}
@media (max-width: 480px) {
  .facList .textBox::before {
    width: calc(100% - 50px);
    left: 28px;
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
  }
}
.facList .textBox .number {
  position: absolute;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #ee7600;
  text-transform: uppercase;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-text-stroke: 2px #fff;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1299px) {
  .facList .textBox .number {
    font-size: 90px;
    left: -20px;
  }
}
@media (max-width: 991px) {
  .facList .textBox .number {
    font-size: 80px;
    left: 0;
  }
}
.facList .Img {
  position: relative;
}
.facList .Img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.facList .title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #292929;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .facList .title {
    font-size: 18px;
  }
}
.facList .title a {
  color: #292929;
  display: block;
}
@media (min-width: 1201px) {
  .facList .title a:hover {
    color: #ee7600;
  }
}
.facList .Txt {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
  z-index: 1;
}
.facList .Txt .textEditor {
  position: relative;
  display: block;
  font-size: 18px;
  color: #4d4d4d;
}
@media (max-width: 991px) {
  .facList .Txt .textEditor {
    font-size: 16px;
  }
}
.facList .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .facList .linkWrap {
    display: none;
  }
}
.facList .btnBox {
  margin-top: 30px;
}
@media (min-width: 1441px) {
  .facList .btnBox {
    display: none;
  }
}

.newsArea {
  position: relative;
  padding: 60px 0 110px;
}
@media (max-width: 991px) {
  .newsArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 55px 0;
  }
}
.newsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsArea .wrap .leftBox {
  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;
  padding: 20px;
  margin: 0 -20px;
  width: 500px;
}
@media (max-width: 1399px) {
  .newsArea .wrap .leftBox {
    width: 450px;
  }
}
@media (max-width: 1180px) {
  .newsArea .wrap .leftBox {
    width: 390px;
  }
}
@media (max-width: 991px) {
  .newsArea .wrap .leftBox {
    width: 100%;
    padding-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.newsArea .wrap .leftBox .titleBox {
  text-align: left;
}
.newsArea .wrap .leftBox .titleBox .decoTitle::before {
  left: 10px;
}
@media (max-width: 991px) {
  .newsArea .wrap .leftBox .titleBox {
    margin-bottom: 40px;
  }
}
.newsArea .wrap .leftBox .bottomBox {
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .newsArea .wrap .leftBox .bottomBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .newsArea .wrap .leftBox .bottomBox {
    row-gap: 20px;
  }
}
.newsArea .wrap .leftBox .bottomBox .newsListArrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 991px) {
  .newsArea .wrap .leftBox .bottomBox .newsListArrow {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 575px) {
  .newsArea .wrap .leftBox .bottomBox .newsListArrow {
    width: 100%;
  }
}
.newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-arrow {
  position: relative;
  width: 62px;
  height: 62px;
  background-color: #fff;
  border: 1px solid #ee7600;
  top: auto;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 991px) {
  .newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-arrow {
    width: 57px;
    height: 57px;
  }
}
@media (max-width: 575px) {
  .newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-arrow.slick-prev {
  left: auto;
}
.newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-arrow.slick-next {
  right: auto;
}
@media (min-width: 1201px) {
  .newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-arrow:hover {
    background-color: #ee7600;
  }
  .newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-arrow:hover.slick-prev::before, .newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-arrow:hover.slick-next::before {
    border-color: #fff;
  }
}
.newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-prev:before,
.newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-next:before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #ee7600;
  color: #ee7600;
  left: 50%;
  top: 50%;
}
.newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-prev:before {
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.newsArea .wrap .leftBox .bottomBox .newsListArrow .slick-next:before {
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.newsArea .wrap .leftBox .bottomBox .btnBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991px) {
  .newsArea .wrap .leftBox .bottomBox .btnBox {
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 575px) {
  .newsArea .wrap .leftBox .bottomBox .btnBox {
    width: 100%;
  }
}
.newsArea .wrap .rightBox {
  width: calc(100% - 460px);
}
@media (max-width: 1399px) {
  .newsArea .wrap .rightBox {
    width: calc(100% - 410px);
  }
}
@media (max-width: 1180px) {
  .newsArea .wrap .rightBox {
    width: calc(100% - 350px);
  }
}
@media (max-width: 991px) {
  .newsArea .wrap .rightBox {
    width: 100%;
  }
}
.newsArea .newsBox {
  position: relative;
}
.newsArea .newsList {
  margin-bottom: 0px !important;
}
.newsArea .newsList .slick-list {
  padding: 20px 0;
}
.newsArea .newsList .slick-slide {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .newsArea .newsList .slick-slide {
    padding: 0;
  }
}
.newsArea .newsList .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea .newsItem {
  position: relative;
  padding: 35px 100px 35px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1399px) {
  .newsArea .newsItem {
    padding: 35px 80px 35px 40px;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsItem {
    padding: 30px 80px 30px 30px;
  }
}
@media (max-width: 575px) {
  .newsArea .newsItem {
    padding: 24px 50px 24px 24px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsItem {
    padding: 24px;
  }
}
.newsArea .newsItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ee7600;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1201px) {
  .newsArea .newsItem:hover {
    -webkit-box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.05);
  }
  .newsArea .newsItem:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .newsArea .newsItem:hover .title {
    color: #ee7600 !important;
  }
  .newsArea .newsItem:hover .angleBox {
    -webkit-animation: aniSlideRight 0.6s linear infinite;
            animation: aniSlideRight 0.6s linear infinite;
    -webkit-animation-duration: reverse;
            animation-duration: reverse;
  }
}
.newsArea .item {
  position: static;
  background-color: #fff;
  cursor: pointer;
}
.newsArea .newsInfoBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .newsArea .newsInfoBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}
.newsArea .newsInfoBox .dateBox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 575px) {
  .newsArea .newsInfoBox .dateBox {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.newsArea .newsInfoBox .dateBox .year {
  position: absolute;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #2f2f2f;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newsArea .newsInfoBox .dateBox .month, .newsArea .newsInfoBox .dateBox .date {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #2f2f2f;
}
.newsArea .newsInfoBox .dateBox::before {
  position: absolute;
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: #2b2b2b;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 575px) {
  .newsArea .newsInfoBox .dateBox::before {
    width: 36px;
  }
}
.newsArea .newsInfoBox .classTitle {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: #595959;
  background-color: #ededed;
  padding: 5px 16px;
}
@media (max-width: 575px) {
  .newsArea .newsInfoBox .classTitle {
    font-size: 14px;
  }
}
.newsArea .Img {
  width: 320px;
  display: block;
  position: absolute;
  right: 200px;
  top: -60px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
}
.newsArea .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .newsArea .Img {
    display: none;
  }
}
.newsArea .Txt {
  position: relative;
}
.newsArea .Txt .textBox {
  position: relative;
}
.newsArea .Txt .textBox .title {
  font-size: 30px;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .newsArea .Txt .textBox .title {
    font-size: 20px;
  }
}
.newsArea .Txt .textBox .title.ellipsis {
  height: 45px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .newsArea .Txt .textBox .title.ellipsis {
    height: 35px;
  }
}
@media (max-width: 375px) {
  .newsArea .Txt .textBox .title {
    font-size: 19px;
  }
}
.newsArea .Txt .textBox .text {
  font-size: 18px;
  line-height: 1.5;
  color: #4d4d4d;
}
.newsArea .Txt .textBox .text.ellipsis {
  height: 55px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .newsArea .Txt .textBox .text.ellipsis {
    height: 50px;
  }
}
@media (max-width: 575px) {
  .newsArea .Txt .textBox .text {
    font-size: 16px;
  }
}
.newsArea .angleBox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .newsArea .angleBox {
    right: 30px;
  }
}
@media (max-width: 575px) {
  .newsArea .angleBox {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .newsArea .angleBox {
    display: none;
  }
}
.newsArea .angleBox .angle {
  position: relative;
  width: 10px;
  height: 10px;
  border: 4px solid #ee7600;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) skew(5deg, 5deg);
          transform: rotate(45deg) skew(5deg, 5deg);
  overflow: hidden;
  z-index: 1;
}
.newsArea .angleBox .angle:first-child {
  opacity: 0.33;
}
.newsArea .angleBox .angle:nth-child(2) {
  opacity: 0.66;
}
.newsArea .angleBox .angle:nth-child(3) {
  opacity: 1;
}
.newsArea .linkWrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .newsArea .btnBox {
    width: 100%;
    margin-top: 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
/*# sourceMappingURL=home.css.map */