.newsArea .item .Img img, .productArea .item .Img img, .certificationArea .item .Img img, .abilityArea .dataList .item .Txt .title::after, .ib_banner_005 .funcArea .socialList a svg, .ib_banner_005 .funcArea .scrollDownBox .scrollDown .text, .ib_banner_005 .funcArea .scrollDownBox .scrollDown::after, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ib_info_004 {
  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;
}
.ib_info_004 .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;
}
.ib_info_004 .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;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_info_004 .Txt {
  padding: 30px;
}
.ib_info_004 .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.ib_info_004 .close {
  width: 46px;
  height: 46px;
  background-color: #cc151c;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.ib_info_004 .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ib_info_004 .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #cc151c;
  }
  .ib_info_004 .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.ib_info_004.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
  opacity: 1;
}
.ib_info_004.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

.ib_banner_005 {
  background-image: url(../images/home_banner_bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .ib_banner_005 {
    background-image: url(../images/home_banner_bg_m.jpg);
  }
}
.ib_banner_005 .wrap {
  min-height: 102dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1180px) {
  .ib_banner_005 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
  }
}
.ib_banner_005 .leftBox {
  width: 33.3333333333%;
}
@media (max-width: 1180px) {
  .ib_banner_005 .leftBox {
    width: 100%;
    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;
    text-align: center;
  }
}
.ib_banner_005 .titleBox {
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .ib_banner_005 .titleBox {
    text-align: center;
    margin-bottom: 0;
  }
}
.ib_banner_005 .titleBox .decoTitle {
  font-size: 14px;
  padding-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 1180px) {
  .ib_banner_005 .titleBox .decoTitle.pc {
    display: none;
  }
}
@media (min-width: 1181px) {
  .ib_banner_005 .titleBox .decoTitle.mobile {
    display: none;
  }
}
.ib_banner_005 .titleBox .title {
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 1180px) {
  .ib_banner_005 .titleBox .title {
    padding-bottom: 20px;
  }
}
.ib_banner_005 .titleBox .title::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #cc151c;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .ib_banner_005 .titleBox .title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ib_banner_005 .titleBox .text {
  width: 100%;
  max-width: 460px;
  padding-top: 50px;
  height: 140px;
}
@media (max-width: 1180px) {
  .ib_banner_005 .titleBox .text {
    padding-top: 20px;
    height: 100px;
  }
}
.ib_banner_005 .dataBox {
  width: 66.6666666667%;
  padding-top: 20px;
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataBox {
    width: 100%;
    padding-top: 0;
  }
}
.ib_banner_005 .dataBox .slick-list {
  overflow: visible;
}
.ib_banner_005 .dataBox .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s ease-in-out forwards;
}
.ib_banner_005 .dataBox .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.6s 0.2s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.2s ease-in-out forwards;
}
.ib_banner_005 .dataBox .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.6s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.4s ease-in-out forwards;
}
.ib_banner_005 .dataList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-left: 30px;
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}
.ib_banner_005 .dataList .item .videoBox {
  width: 100%;
  max-width: 480px;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media (max-width: 1536px) {
  .ib_banner_005 .dataList .item .videoBox {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .item .videoBox {
    max-width: 230px;
  }
}
.ib_banner_005 .dataList .item .videoBox .video {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_banner_005 .dataList .item .Img {
  width: 100%;
  max-width: 480px;
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .item .Img {
    max-width: 230px;
  }
}
.ib_banner_005 .dataList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_banner_005 .dataList .item .Txt {
  width: 100%;
  max-width: 395px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .item .Txt {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.ib_banner_005 .dataList .item .Txt .title {
  opacity: 0;
  color: #cc151c;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .item .Txt .title {
    font-size: 16px;
  }
}
.ib_banner_005 .dataList .item .Txt .text {
  opacity: 0;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 30px;
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .item .Txt .text {
    font-size: 14px;
    line-height: 22px;
    height: 80px;
  }
}
.ib_banner_005 .dataList .item .Txt .btnBox {
  opacity: 0;
  margin-top: 40px;
  margin-left: -20px;
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .item .Txt .btnBox {
    margin: 0;
  }
}
.ib_banner_005 .funcArea {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px;
  padding-bottom: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .ib_banner_005 .funcArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
}
.ib_banner_005 .funcArea .dotBox {
  pointer-events: auto;
}
.ib_banner_005 .funcArea .dotBox .slick-dots {
  position: static;
}
.ib_banner_005 .funcArea .scrollDownBox {
  pointer-events: auto;
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1180px) {
  .ib_banner_005 .funcArea .scrollDownBox {
    display: none;
  }
}
.ib_banner_005 .funcArea .scrollDownBox .scrollDown {
  cursor: pointer;
  position: relative;
  -webkit-animation: bannerScrollAnimation 1.5s ease-in-out infinite alternate;
          animation: bannerScrollAnimation 1.5s ease-in-out infinite alternate;
}
.ib_banner_005 .funcArea .scrollDownBox .scrollDown::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -7px;
  width: 11px;
  height: 11px;
  border-left: 2px solid #666666;
  border-bottom: 2px solid #666666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ib_banner_005 .funcArea .scrollDownBox .scrollDown .text {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1;
  color: #666666;
}
@media (min-width: 1181px) {
  .ib_banner_005 .funcArea .scrollDownBox .scrollDown:hover::after {
    border-color: #000;
  }
  .ib_banner_005 .funcArea .scrollDownBox .scrollDown:hover .text {
    color: #000;
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .funcArea .socialBox {
    display: none;
  }
}
.ib_banner_005 .funcArea .socialList {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.ib_banner_005 .funcArea .socialList a {
  display: block;
  width: 20px;
  height: 20px;
}
.ib_banner_005 .funcArea .socialList a svg {
  height: 100%;
  width: 100%;
  color: #666666;
}
@media (min-width: 1181px) {
  .ib_banner_005 .funcArea .socialList a:hover svg {
    color: #000;
  }
}

.abilityArea {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 140px 0 80px;
}
@media (max-width: 1180px) {
  .abilityArea {
    padding: 80px 0 40px;
  }
}
.abilityArea .titleBox {
  position: relative;
  z-index: 3;
}
.abilityArea .titleBox .text {
  max-width: 710px;
  margin: 0 auto;
}
.abilityArea .dataBox {
  position: relative;
}
.abilityArea .dataBox .deco {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32%;
  aspect-ratio: 1/1;
  background-image: url(../images/home_ability_deco.png);
  background-position: center;
  background-size: contain;
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: -1;
  -webkit-animation: rotateCenter 60s linear infinite;
          animation: rotateCenter 60s linear infinite;
}
@media (max-width: 1180px) {
  .abilityArea .dataBox .deco {
    width: 420px;
  }
}
@media (max-width: 1180px) {
  .abilityArea .dataList {
    margin: 0 auto;
    max-width: 500px;
    padding: 40px 0;
  }
  .abilityArea .dataList.slick-slider {
    margin-bottom: 80px;
  }
}
@media (min-width: 1181px) {
  .abilityArea .dataList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .abilityArea .dataList .dataItem {
    width: 33.3333333333%;
  }
  .abilityArea .dataList .dataItem:nth-child(1) .item {
    margin-top: 300px;
  }
}
@media (min-width: 1181px) and (max-width: 1440px) {
  .abilityArea .dataList .dataItem:nth-child(1) .item {
    margin-top: 250px;
  }
}
@media (min-width: 1181px) {
  .abilityArea .dataList .dataItem:nth-child(2) .item {
    margin-top: 150px;
  }
}
@media (min-width: 1181px) and (max-width: 1440px) {
  .abilityArea .dataList .dataItem:nth-child(2) .item {
    margin-top: 125px;
  }
}
.abilityArea .dataList .item {
  min-height: 300px;
  padding: 40px 50px 35px;
  border: 1px solid #ccc;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1440px) {
  .abilityArea .dataList .item {
    min-height: 250px;
    padding: 30px 40px 25px;
  }
}
@media (max-width: 420px) {
  .abilityArea .dataList .item {
    padding: 20px 25px 15px;
  }
}
.abilityArea .dataList .item .Img {
  width: 100%;
  max-width: 50px;
}
.abilityArea .dataList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.abilityArea .dataList .item .Txt .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-bottom: 3px;
  display: inline-block;
  position: relative;
}
.abilityArea .dataList .item .Txt .title::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #cc151c;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.abilityArea .dataList .item .Txt .text {
  width: 100%;
  max-width: 400px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 28px;
  height: 56px;
}
@media (min-width: 1181px) {
  .abilityArea .dataList .item:hover .title::after {
    width: 100%;
  }
}
.abilityArea .dotBox .slick-dots {
  bottom: -70px;
}

.certificationArea {
  position: relative;
  z-index: 3;
  padding: 60px 0;
}
@media (max-width: 1180px) {
  .certificationArea {
    padding: 40px 0;
  }
}
.certificationArea .dataBox {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}
.certificationArea .dataItem {
  padding: 0 10px;
}
.certificationArea .item {
  max-width: 325px;
  margin: 0 auto;
}
.certificationArea .item .Img {
  width: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
}
.certificationArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .certificationArea .item .Img:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.certificationArea .item .Txt {
  padding: 20px 0;
}
.certificationArea .item .Txt .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 480px) {
  .certificationArea .item .Txt .title {
    font-size: 16px;
  }
}
.certificationArea .slick-dots {
  bottom: -15px;
}

.productArea {
  position: relative;
  z-index: 3;
  padding: 45px 0 125px;
}
.productArea .dataBox {
  max-width: 1540px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
}
.productArea .dataBox .slick-dots {
  bottom: -60px;
}
@media (max-width: 768px) {
  .productArea .dataBox.pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .productArea .dataBox.mobile {
    display: none;
  }
}
.productArea .dataItem {
  padding: 0 10px;
}
.productArea .dataItem.odd .item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding: 55px;
}
.productArea .dataItem.odd .item:nth-child(1) .Txt {
  padding: 25px;
}
@media (max-width: 1180px) {
  .productArea .dataItem.odd .item:nth-child(1) .Txt {
    padding: 15px;
  }
}
.productArea .dataItem.even .item:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding: 55px;
}
.productArea .dataItem.even .item:nth-child(3) .Txt {
  padding: 25px;
}
@media (max-width: 1180px) {
  .productArea .dataItem.even .item:nth-child(3) .Txt {
    padding: 15px;
  }
}
.productArea .itemBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
  gap: 20px;
}
.productArea .itemBox > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.productArea .itemBox > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.productArea .itemBox > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.productArea .itemBox > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.productArea .item {
  position: relative;
  padding: 15px 30px;
  background: linear-gradient(115deg, #f2f2f2 26.72%, #ebebeb 99.39%);
}
.productArea .item .Img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.productArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .productArea .item .Img:hover img {
    -webkit-transform: scale(1.05) rotate(5deg);
            transform: scale(1.05) rotate(5deg);
  }
}
.productArea .item .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1180px) {
  .productArea .item .Txt {
    padding: 10px 20px;
  }
}
.productArea .item .Txt .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.2;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1180px) {
  .productArea .item .Txt .title {
    font-size: 14px;
  }
}
.productArea .item .Txt .title::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #cc151c;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.aboutArea {
  position: relative;
  z-index: 3;
  background-image: url(../images/home_about_bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 120px 0 150px;
}
@media (max-width: 1180px) {
  .aboutArea {
    background-image: url(../images/home_about_bg_m.jpg);
    background-position: left bottom;
    padding: 60px 0 80px;
  }
}
.aboutArea .wrap {
  max-width: 1650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .aboutArea .wrap {
    -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;
  }
}
@media (max-width: 1180px) {
  .aboutArea .titleBox {
    text-align: center;
    margin-bottom: 0px;
  }
}
.aboutArea .titleBox .decoTitle {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .aboutArea .titleBox .decoTitle {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .titleBox .decoTitle {
    font-size: 14px;
  }
}
.aboutArea .titleBox .title {
  color: #fff;
  font-size: 42px;
}
@media (max-width: 1180px) {
  .aboutArea .titleBox .title {
    font-size: 33px;
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  .aboutArea .titleBox .title {
    font-size: 28px;
  }
}
.aboutArea .titleBox .text {
  color: #fff;
  padding-top: 15px;
  letter-spacing: 0.25px;
}
@media (max-width: 1440px) {
  .aboutArea .titleBox .text {
    font-size: 15px;
    padding-top: 20px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .titleBox .text {
    font-size: 14px;
    padding-top: 15px;
  }
}
.aboutArea .leftBox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }
}
.aboutArea .leftBox .btnBox {
  margin-bottom: 40px;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox .btnBox {
    margin-bottom: 0;
  }
}
@media (min-width: 1181px) {
  .aboutArea .leftBox .titleBox .text {
    display: none;
  }
}
.aboutArea .rightBox {
  width: 50%;
}
@media (max-width: 1366px) {
  .aboutArea .rightBox {
    width: 70%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    width: 100%;
    max-width: 680px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .titleBox {
    display: none;
  }
}
.aboutArea .dataBox {
  padding-top: 40px;
  position: relative;
}
@media (min-width: 1181px) {
  .aboutArea .dataList {
    padding-right: 10px;
    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;
    gap: 20px;
  }
}
.aboutArea .item {
  color: #fff;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  .aboutArea .item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.aboutArea .item .numBox {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  padding-bottom: 15px;
}
.aboutArea .item .numBox .num {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1;
}
.aboutArea .item .numBox .num .key {
  font-size: 28px;
}
.aboutArea .item .numBox .type {
  font-size: 16px;
  font-weight: 400;
}

.newsArea {
  position: relative;
  z-index: 3;
  padding: 120px 0;
}
.newsArea .wrap {
  max-width: 1490px;
}
.newsArea .titleBox .decoTitle {
  font-size: 20px;
}
.newsArea .dataBox {
  padding-top: 5px;
  margin: 0 -20px;
  position: relative;
}
@media (max-width: 1536px) {
  .newsArea .dataBox {
    margin: 0 auto;
  }
}
.newsArea .dataItem {
  padding: 0 15px;
}
.newsArea .item {
  max-width: 415px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.newsArea .item .dataInfoBox {
  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;
  font-size: 14px;
  border-top: 1px solid #ccc;
}
.newsArea .item .dataInfoBox .classTitle {
  color: #cc151c;
  padding: 20px 0;
  position: relative;
}
.newsArea .item .dataInfoBox .classTitle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cc151c;
  top: -1px;
  left: 0;
  pointer-events: none;
}
.newsArea .item .dataInfoBox .date {
  padding: 20px 0;
}
.newsArea .item .Img {
  width: 100%;
  overflow: hidden;
}
.newsArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .newsArea .item .Img:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.newsArea .item .Txt {
  padding-top: 25px;
}
.newsArea .item .Txt .title,
.newsArea .item .Txt a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .item .Txt .text {
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}