.articlesArea .Txt .text, .articlesArea .Txt .title, .articlesArea .Txt .articlesInfoBox .date, .articlesArea .Txt .articlesInfoBox .classTitle, .articlesArea .ImgMask, .articlesArea .item, .articlesArea .articlesBox .arr::after, .newsArea .arrBox .arr::after, .newsArea .Txt .arrBtn::before, .newsArea .Txt .title, .newsArea .classBoxRow li span, .newsArea .classBoxRow li::before, .newsArea .videoBtn, .newsArea .videoBtnBox, .newsArea .videoBox #video, .newsArea .videoWrap, .productsArea .Txt, .productsArea .productsBox .arr::after, .coreArea .listBox .arr::after, .coreArea .coreItemBox .Img img, .coreArea .coreItemBox .item, .coreArea .coreBox.ph .textBox, .coreArea .textBox .textItem, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  transition: all 0.5s ease-in-out;
}

/* home(ib_info_004) */
.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  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;
  transition: all 0.7s;
}
.ib_info_004 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  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;
  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: #0072BF;
  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 {
  transform: rotate(45deg);
}
.ib_info_004 .close::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #0072BF;
  }
  .ib_info_004 .close:hover::before {
    transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    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 {
  transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

/* home(ib_banner_006) */
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Img {
  position: relative;
  display: block;
  transform: scale(1.05);
  transition: all 0.6s ease;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  min-height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerArea .bannerItem .Txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  max-width: 1350px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding: 45px 0;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: flex;
  flex-direction: column;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .textBox {
    text-align: center;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 20px;
  letter-spacing: 0.4px;
  margin-bottom: 25px;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.6px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 60px;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 45px;
    letter-spacing: 0.9px;
  }
}
.bannerArea .bannerItem .Txt .text {
  margin-top: 20px;
  color: #fff;
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.7px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 22px;
    letter-spacing: 0.44px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
  margin-top: 50px;
}
.bannerArea .bannerItem .Txt .btnBox a {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 18px 80px;
  text-align: center;
  position: relative;
  font-size: 16px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .btnBox a {
    padding: 14px 65px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .btnBox a {
    padding: 10px 60px;
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .btnBox a i {
  position: absolute;
  right: 20px;
  font-size: 13px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.2s ease;
  transform: translateX(0);
}
.bannerArea .bannerItem .Txt .btnBox a:hover {
  background-color: #fff;
  color: #0072BF;
}
.bannerArea .bannerItem .Txt .btnBox a:hover i {
  transform: translateX(5px);
}
.bannerArea .slick-current .Txt .textBox {
  animation: textSlideUpAnimation 0.6s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .textBox .subtitle {
  animation: textSlideLeftAnimation 0.6s 0.3s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .textBox .title {
  animation: textSlideLeftAnimation 0.6s 0.45s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .textBox .text {
  animation: textSlideLeftAnimation 0.6s 0.6s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bannerBtn {
  animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn:after {
  animation: rotate 50s linear forwards;
}
.bannerArea .slick-current .btnBox {
  animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.bannerArea .slick-current .Img {
  transform: scale(1);
}
.bannerArea .arrowBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
@media (max-width: 1520px) {
  .bannerArea .arrowBox {
    display: none;
  }
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  transform: rotate(271deg);
}
.bannerArea .arrowBox .arrow:hover {
  background-color: #0072BF;
  border-color: #0072BF;
}
.bannerArea .arrowBox .arrow:hover:before {
  border-color: #fff;
}
.bannerArea .arrowBox .arrow:before {
  content: "";
  border-style: solid;
  display: block;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrowPrev:before {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}
.bannerArea .arrowBox .arrowPrev:hover:before {
  border-color: transparent transparent #fff transparent;
}
.bannerArea .arrowBox .arrowNext:before {
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.bannerArea .arrowBox .arrowNext:hover:before {
  border-color: #fff transparent transparent transparent;
}
.bannerArea .slick-dots {
  margin: 0;
  bottom: 5%;
}
.bannerArea .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 8px;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #D9D9D9;
  opacity: 1;
}
@media (min-width: 1181px) {
  .bannerArea .slick-dots li:hover button::before {
    background-color: #FFFFFF;
    opacity: 1;
  }
}
.bannerArea .slick-dots li.slick-active button:before {
  background-color: #FFFFFF;
  opacity: 1;
}

/* home(coreArea) */
.coreArea {
  padding: 35px 0 45px;
}
@media (max-width: 768px) {
  .coreArea {
    padding-bottom: 30px;
  }
}
.coreArea {
  overflow: hidden;
  background-color: #F1F4F8;
}
.coreArea .wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .coreArea .wrap {
    padding: 0;
  }
}
.coreArea .leftBox {
  width: 100%;
}
@media (min-width: 769px) {
  .coreArea .leftBox {
    width: 40%;
    max-width: 495px;
  }
}
@media (max-width: 768px) {
  .coreArea .leftBox {
    padding: 0 20px;
  }
}
.coreArea .titleBox {
  text-align: left;
}
@media (max-width: 768px) {
  .coreArea .titleBox {
    margin-bottom: 10px;
  }
}
.coreArea .btnBox {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .coreArea .btnBox {
    margin-top: 25px;
  }
}
.coreArea .textBox {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #333333;
  position: relative;
  display: grid;
  grid-template-areas: "stack";
  width: 100%;
}
.coreArea .textBox .textItem {
  grid-area: stack;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
}
.coreArea .textBox .textItem.show {
  opacity: 1;
}
.coreArea .textBox .textItem .title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #1A3A5F;
}
.coreArea .rightBox {
  width: 100%;
}
@media (min-width: 769px) {
  .coreArea .rightBox {
    width: 60%;
    max-width: 833px;
    padding-right: 75px;
  }
}
@media (max-width: 1400px) {
  .coreArea .rightBox {
    padding-right: 0px;
  }
}
.coreArea .coreBg {
  width: 100%;
  position: relative;
  display: block;
}
.coreArea .coreBg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.coreArea .coreBox {
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .coreArea .coreBox.pc {
    display: none;
  }
}
.coreArea .coreBox.ph {
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .coreArea .coreBox.ph {
    position: relative;
    display: block;
  }
}
.coreArea .coreBox.ph .coreBg {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.coreArea .coreBox.ph .coreBg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 550px) {
  .coreArea .coreBox.ph .coreBg img {
    width: 130%;
  }
}
.coreArea .coreBox.ph .textBox {
  margin-top: 10px;
  padding: 0 20px;
  text-align: center;
  position: relative;
  width: 100%;
}
.coreArea .coreItemBox {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  display: block;
  overflow: visible;
  box-sizing: border-box;
}
.coreArea .coreItemBox .coreItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background: linear-gradient(45deg, #0072BF 0%, #0072BF 35%, #5BB8E0 100%);
  box-sizing: border-box;
  padding: 5px;
  opacity: 0;
  pointer-events: none;
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease-out;
}
.coreArea .coreItemBox .coreItem.show {
  opacity: 1;
  transform: translate(0, 0) scale(1) !important;
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .coreArea .coreItemBox .coreItem.show {
    transform: translate(0, 0) scale(0.8) !important;
  }
}
@media (max-width: 900px) {
  .coreArea .coreItemBox .coreItem.show {
    transform: translate(0, 0) scale(0.6) !important;
  }
}
@media (min-width: 1181px) {
  .coreArea .coreItemBox .coreItem:hover .item {
    background-color: transparent;
  }
  .coreArea .coreItemBox .coreItem:hover .Img img {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 1180px) {
  .coreArea .coreItemBox .coreItem.click .item {
    background-color: transparent;
  }
  .coreArea .coreItemBox .coreItem.click .Img img {
    filter: brightness(0) invert(1);
  }
}
.coreArea .coreItemBox .item {
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.coreArea .coreItemBox .Img {
  position: relative;
  display: block;
  width: 50px;
}
.coreArea .coreItemBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.coreArea .coreItemBox .title {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  color: #1A3A5F;
  letter-spacing: 0.4px;
}
.coreArea .listBox {
  position: relative;
  margin-top: -110px;
  padding: 0 45px;
}
.coreArea .listBox .arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  z-index: 4;
}
.coreArea .listBox .arr::after {
  content: "";
  position: absolute;
  top: 20%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}
.coreArea .listBox .arr.prev {
  left: 20px;
}
.coreArea .listBox .arr.prev::after {
  left: 6px;
  transform: rotate(-135deg);
}
.coreArea .listBox .arr.next {
  right: 20px;
}
.coreArea .listBox .arr.next::after {
  right: 6px;
  transform: rotate(45deg);
}
@media (min-width: 1181px) {
  .coreArea .listBox .arr:hover::after {
    border-color: #0072BF;
  }
}
.coreArea .coreList.img {
  margin-bottom: 0 !important;
  margin: 0 -10px;
}
.coreArea .coreList.img .coreItem {
  padding: 0 10px;
}
.coreArea .coreList.img .item {
  position: relative;
  border-radius: 100%;
  background: linear-gradient(45deg, #0072BF 0%, #0072BF 35%, #5BB8E0 100%);
  box-sizing: border-box;
  width: 110px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  padding: 5px;
}
.coreArea .coreList.img .Img {
  overflow: hidden;
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.coreArea .coreList.img .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  width: 50px;
}
.coreArea .txtBox {
  padding: 0 20px;
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #333333;
}
.coreArea .txtBox .title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #1A3A5F;
}
.coreArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  transform: translateX(30px);
}
.coreArea:not(.show) .titleBox .title {
  opacity: 0;
  transform: translateX(30px);
}
.coreArea:not(.show) .textBox {
  opacity: 0;
  transform: translateX(30px);
}
.coreArea:not(.show) .btnBox {
  opacity: 0;
  transform: translateX(30px);
}
.coreArea:not(.show) .coreBox {
  opacity: 0;
  transform: scale(0);
}
.coreArea.show .titleBox .decoTitle {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s;
}
.coreArea.show .titleBox .title {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s 0.15s;
}
.coreArea.show .textBox {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s 0.3s;
}
.coreArea.show .btnBox {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s 0.45s;
}
.coreArea.show .coreBox {
  opacity: 1;
  transform: scale(1);
  transition: all 0.8s 0.6s;
}

/* home(ib_carousel_005) */
/* CSS Document */
.productsArea {
  padding: 80px 0 75px;
}
@media (max-width: 1180px) {
  .productsArea {
    padding: 60px 0 55px;
  }
}
@media (max-width: 768px) {
  .productsArea {
    padding: 40px 0 35px;
  }
}
.productsArea {
  overflow: hidden;
}
.productsArea .wrap {
  max-width: 1630px;
}
.productsArea .titleBox {
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .productsArea .titleBox {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .productsArea .titleBox {
    margin-bottom: 30px;
  }
}
.productsArea .productsBox {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 1180px) {
  .productsArea .productsBox {
    padding: 0 45px;
  }
}
@media (max-width: 768px) {
  .productsArea .productsBox {
    padding: 0 30px;
  }
}
.productsArea .productsBox .arr {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  z-index: 5;
}
.productsArea .productsBox .arr::after {
  content: "";
  position: absolute;
  top: 20%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}
.productsArea .productsBox .arr.prev {
  left: 0px;
}
.productsArea .productsBox .arr.prev::after {
  left: 6px;
  transform: rotate(-135deg);
}
.productsArea .productsBox .arr.next {
  right: 0px;
}
.productsArea .productsBox .arr.next::after {
  right: 6px;
  transform: rotate(45deg);
}
@media (min-width: 1181px) {
  .productsArea .productsBox .arr:hover::after {
    border-color: #0072BF;
  }
}
.productsArea .productsList {
  margin: 0 -5px;
}
.productsArea .productsList.center .slick-track {
  /*width: 100% !important;
  justify-content: space-around !important;*/
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
.productsArea .productsList.center .slick-slide {
  float: none !important;
  height: auto;
}
.productsArea .productsItem {
  padding: 0 5px;
}
@media (min-width: 1181px) {
  .productsArea .productsItem:hover .Txt {
    background-color: rgba(26, 58, 95, 0.9);
    transform: translateY(0%);
  }
}
.productsArea .item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.productsArea .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.productsArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  min-height: 485px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .productsArea .Img img {
    min-height: 450px;
  }
}
@media (max-width: 450px) {
  .productsArea .Img img {
    min-height: 425px;
  }
}
@media (max-width: 380px) {
  .productsArea .Img img {
    min-height: 400px;
  }
}
.productsArea .Img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #1A3A5F 0%, #1E1E1F 100%);
  opacity: 0.2;
}
.productsArea .Txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 105px 30px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-color: transparent;
  transform: translateY(60%);
}
@media (max-width: 768px) {
  .productsArea .Txt {
    transform: translateY(55%);
    padding: 105px 20px 45px;
  }
}
@media (max-width: 450px) {
  .productsArea .Txt {
    transform: translateY(52%);
  }
}
@media (max-width: 380px) {
  .productsArea .Txt {
    transform: translateY(50%);
  }
}
.productsArea .Txt .title {
  font-size: 25px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.55px;
}
.productsArea .Txt .entitle {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #C0E5FF;
}
.productsArea .Txt .text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: white;
}
.productsArea .Txt .moreBtn {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.37px;
  color: white;
}
.productsArea .Txt .moreBtn .knowMoreArr {
  position: absolute;
  top: 55%;
  right: -16px;
  transform: translate(100%, -50%);
}
.productsArea .btnBox {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .productsArea .btnBox {
    margin-top: 20px;
  }
}
.productsArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  transform: translateY(30px);
}
.productsArea:not(.show) .titleBox .title {
  opacity: 0;
  transform: translateY(30px);
}
.productsArea:not(.show) .productsBox {
  opacity: 0;
  transform: translateY(30px);
}
.productsArea:not(.show) .btnBox {
  opacity: 0;
  transform: translateY(30px);
}
.productsArea.show .titleBox .decoTitle {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s;
}
.productsArea.show .titleBox .title {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.2s;
}
.productsArea.show .productsBox {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.4s;
}
.productsArea.show .btnBox {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.6s;
}

/* home(ib_carousel_015) */
.newsArea {
  overflow: hidden;
  position: relative;
  padding: 65px 0 40px;
  background-color: #F1F2F4;
}
.newsArea::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 100px);
  max-width: 1410px;
  height: 1px;
  background-color: #B1B1B1;
}
@media (max-width: 1180px) {
  .newsArea::after {
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .newsArea::after {
    width: calc(100% - 40px);
  }
}
.newsArea .newsBg {
  pointer-events: none;
  position: absolute;
  top: -4.3%;
  left: 0;
  width: 100%;
  max-width: 1119px;
}
.newsArea .newsBg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .newsArea .newsBg {
    top: 0;
  }
}
.newsArea .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsArea .leftBox, .newsArea .rightBox {
  width: 100%;
}
@media (min-width: 1181px) {
  .newsArea .leftBox, .newsArea .rightBox {
    width: calc(50% - 5px);
  }
}
.newsArea .topBox {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
.newsArea .topBox .titleBox {
  margin-bottom: 0;
}
.newsArea .topBox .text {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #4C4C4C;
}
@media (max-width: 1180px) {
  .newsArea .topBox {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .newsArea .topBox {
    gap: 15px;
  }
}
.newsArea .videoWrap {
  position: relative;
  display: block;
  z-index: 10;
  margin-top: 30px;
}
@media (max-width: 1180px) {
  .newsArea .videoWrap {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
.newsArea .videoWrap .Img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.newsArea .videoWrap .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.newsArea .videoWrap.hasvideo .videoBox {
  opacity: 1;
  pointer-events: auto;
}
.newsArea .videoWrap.hasvideo .videoBtnBox {
  pointer-events: auto;
  opacity: 1;
}
.newsArea .videoWrap.paused #video {
  opacity: 0;
}
.newsArea .videoWrap.hide {
  opacity: 0;
}
.newsArea .videoBox {
  position: relative;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.newsArea .videoBox #video {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.newsArea .videoBtnBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  pointer-events: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}
.newsArea .videoBtnBox.click {
  top: 20px;
  left: 20px;
  transform: translate(0%, 0%);
}
.newsArea .videoBtnBox.click .videoBtn {
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .newsArea .videoBtnBox.click .videoBtn {
    width: 30px;
    height: 30px;
  }
}
.newsArea .videoBtnBox.click .videoBtn .txt {
  display: none;
}
.newsArea .videoBtnBox.click .videoBtn .icon {
  width: 15px;
  height: 15px;
}
@media (max-width: 768px) {
  .newsArea .videoBtnBox.click .videoBtn .icon {
    width: 10px;
    height: 10px;
  }
}
.newsArea .videoBtnBox.click .videoBtn.sound {
  display: flex;
}
.newsArea .videoBtn {
  position: relative;
  width: 104px;
  height: 104px;
  border-radius: 100%;
  background: linear-gradient(90deg, #0072BF 0%, #0072BF 35%, #5BB8E0 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .newsArea .videoBtn {
    width: 85px;
    height: 85px;
  }
}
.newsArea .videoBtn::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #0072BF 0%, #0072BF 35%, #5BB8E0 100%);
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  transform-origin: center center;
  z-index: 0;
}
.newsArea .videoBtn .icon {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 18px;
  color: white;
}
@media (max-width: 768px) {
  .newsArea .videoBtn .icon {
    width: 17px;
    height: 15px;
    margin-bottom: 3px;
  }
}
.newsArea .videoBtn .txt {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.37px;
  color: white;
}
@media (max-width: 768px) {
  .newsArea .videoBtn .txt {
    font-size: 12px;
  }
}
.newsArea .videoBtn.sound {
  display: none;
}
.newsArea .videoBtn.sound::after {
  display: none;
}
.newsArea .videoBtn.sound.muting {
  background: #000000;
}
@media (min-width: 1181px) {
  .newsArea .videoBtn:hover::after {
    animation: newsPlayBtnAni 2s linear infinite;
  }
}
.newsArea .classBoxRow {
  margin: 40px 0 45px;
}
@media (max-width: 1180px) {
  .newsArea .classBoxRow {
    display: none;
  }
}
.newsArea .classBoxRow .classLink {
  justify-content: flex-end;
  gap: 12px;
}
.newsArea .classBoxRow li {
  position: relative;
  margin: 0;
  background-color: transparent;
  border: 1px solid #9B9B9B;
  border-radius: 20px;
}
.newsArea .classBoxRow li::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(135deg, #0072BF 0%, #0072BF 30%, #5BB8E0 100%);
  opacity: 0;
}
.newsArea .classBoxRow li span {
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding: 10px 35px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #9B9B9B;
}
@media (min-width: 1181px) {
  .newsArea .classBoxRow li span:hover {
    background-color: transparent;
  }
}
.newsArea .classBoxRow li span.current {
  background-color: transparent;
  color: white;
}
.newsArea .classBoxRow li:has(.current)::before {
  opacity: 1;
}
@media (min-width: 1181px) {
  .newsArea .classBoxRow li:hover::before {
    opacity: 1;
  }
  .newsArea .classBoxRow li:hover span {
    color: white;
  }
}
.newsArea .newsBox {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1180px) {
  .newsArea .newsBox {
    padding: 0;
    margin-top: 35px;
  }
}
.newsArea .newsList {
  position: relative;
}
.newsArea .newsList::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26px;
  background-color: #F1F2F4;
  z-index: 2;
}
.newsArea .newsItem {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #B1B1B1;
  margin-bottom: 24px;
}
@media (min-width: 1181px) {
  .newsArea .newsItem:hover .Txt .title {
    color: #1A3A5F;
  }
  .newsArea .newsItem:hover .arrBtn::before {
    opacity: 0;
  }
}
.newsArea .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.newsArea .newsInfoBox {
  display: flex;
  align-items: center;
  min-height: 28px;
}
.newsArea .newsInfoBox .classTitle {
  background-color: #1A3A5F;
  border-radius: 25px;
  padding: 5px 23px;
  color: white;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}
.newsArea .newsInfoBox .date {
  margin-left: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #767676;
  white-space: nowrap;
}
.newsArea .Txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.newsArea .Txt .textBox {
  padding-right: 60px;
  min-width: 0;
  flex: 1;
}
.newsArea .Txt .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 1.4;
  height: 1.4em;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (max-width: 460px) {
  .newsArea .Txt .title {
    font-size: 18px;
  }
}
.newsArea .Txt .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 1.5;
  height: 1.5em;
  font-size: 16px;
  position: relative;
  margin-top: 5px;
  color: #4C4C4C;
  letter-spacing: 0.4px;
}
@media (max-width: 460px) {
  .newsArea .Txt .text {
    font-size: 14px;
  }
}
.newsArea .Txt .arrBtn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1A3A5F;
}
.newsArea .Txt .arrBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(135deg, #0072BF 0%, #0072BF 30%, #5BB8E0 100%);
  z-index: 0;
}
.newsArea .Txt .arrBtn img {
  position: relative;
  z-index: 1;
  width: 14px;
}
.newsArea .arrBox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.newsArea .arrBox .arrDeco {
  position: relative;
  top: -1px;
  width: 1px;
  height: 24px;
  background-color: #9B9B9B;
}
.newsArea .arrBox .arr {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 30px;
  z-index: 5;
}
.newsArea .arrBox .arr::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 20%;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}
.newsArea .arrBox .arr.prev::after {
  left: 6px;
  transform: rotate(-135deg);
}
.newsArea .arrBox .arr.next::after {
  right: 6px;
  transform: rotate(45deg);
}
@media (min-width: 1181px) {
  .newsArea .arrBox .arr:hover::after {
    border-color: #0072BF;
  }
}
.newsArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  transform: translateX(30px);
}
.newsArea:not(.show) .titleBox .title {
  opacity: 0;
  transform: translateX(30px);
}
.newsArea:not(.show) .text {
  opacity: 0;
  transform: translateX(30px);
}
.newsArea:not(.show) .videoWrap {
  opacity: 0;
  transform: translateX(30px);
}
.newsArea:not(.show) .classBox {
  opacity: 0;
  transform: translateY(30px);
}
.newsArea:not(.show) .classBox {
  opacity: 0;
  transform: translateY(30px);
}
.newsArea:not(.show) .newsBox {
  opacity: 0;
  transform: translateY(30px);
}
.newsArea.show .titleBox .decoTitle {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s;
}
.newsArea.show .titleBox .title {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s 0.2s;
}
.newsArea.show .text {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s 0.4s;
}
.newsArea.show .videoWrap {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s 0.6s;
}
.newsArea.show .classBox {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.6s;
}
.newsArea.show .newsBox {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s 0.6s;
}

/* home(ib_carousel_006) */
/* CSS Document */
.articlesArea {
  position: relative;
  padding: 20px 0 140px;
  background-color: #F1F2F4;
}
@media (max-width: 1180px) {
  .articlesArea {
    padding: 20px 0 80px;
  }
}
@media (max-width: 768px) {
  .articlesArea {
    padding: 15px 0 45px;
  }
}
.articlesArea .wrap {
  max-width: 1630px;
}
.articlesArea .articlesBg {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 1152px;
}
.articlesArea .articlesBg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.articlesArea .titleBox {
  text-align: left;
  margin-bottom: 10px;
  padding: 0 60px;
}
@media (max-width: 1180px) {
  .articlesArea .titleBox {
    padding: 0 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .articlesArea .titleBox {
    padding: 0;
  }
}
.articlesArea .articlesBox {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 1180px) {
  .articlesArea .articlesBox {
    padding: 0 45px;
  }
}
@media (max-width: 768px) {
  .articlesArea .articlesBox {
    padding: 0 30px;
  }
}
.articlesArea .articlesBox .arr {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  z-index: 5;
}
.articlesArea .articlesBox .arr::after {
  content: "";
  position: absolute;
  top: 20%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}
.articlesArea .articlesBox .arr.prev {
  left: 0px;
}
.articlesArea .articlesBox .arr.prev::after {
  left: 6px;
  transform: rotate(-135deg);
}
.articlesArea .articlesBox .arr.next {
  right: 0px;
}
.articlesArea .articlesBox .arr.next::after {
  right: 6px;
  transform: rotate(45deg);
}
@media (min-width: 1181px) {
  .articlesArea .articlesBox .arr:hover::after {
    border-color: #0072BF;
  }
}
.articlesArea .articlesList {
  margin: 0 -5px;
}
@media (max-width: 1180px) {
  .articlesArea .articlesList {
    margin: 0 -15px;
  }
}
.articlesArea .articlesItem {
  position: relative;
  padding: 0px 5px;
}
@media (max-width: 1180px) {
  .articlesArea .articlesItem {
    padding: 0 15px;
  }
}
@media (min-width: 1181px) {
  .articlesArea .articlesItem:hover .item {
    background-color: #1A3A5F;
  }
  .articlesArea .articlesItem:hover .ImgMask {
    opacity: 1;
  }
  .articlesArea .articlesItem:hover .articlesInfoBox .classTitle {
    background-color: white;
    color: #1A3A5F;
  }
  .articlesArea .articlesItem:hover .articlesInfoBox .date {
    color: white;
  }
  .articlesArea .articlesItem:hover .title {
    color: white;
  }
  .articlesArea .articlesItem:hover .text {
    color: white;
  }
}
.articlesArea .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.articlesArea .item {
  border-radius: 20px;
  background-color: transparent;
  padding: 30px 20px 50px;
}
@media (max-width: 1180px) {
  .articlesArea .item {
    padding: 0;
  }
}
.articlesArea .ImgBox {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.articlesArea .Img {
  position: relative;
  display: block;
}
.articlesArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.articlesArea .ImgMask {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.articlesArea .ImgMask .maskTxt {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.37px;
  color: white;
  padding-right: 25px;
}
.articlesArea .ImgMask .maskTxt .knowMoreArr {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translate(0%, -50%);
}
.articlesArea .Txt {
  position: relative;
  padding-top: 25px;
}
.articlesArea .Txt .articlesInfoBox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.articlesArea .Txt .articlesInfoBox .classTitle {
  background-color: #1A3A5F;
  border-radius: 25px;
  padding: 5px 23px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}
.articlesArea .Txt .articlesInfoBox .date {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #767676;
}
.articlesArea .Txt .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 15px;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.articlesArea .Txt .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  line-height: 1.8;
  color: #4C4C4C;
  letter-spacing: 0.4px;
}
.articlesArea:not(.show) .titleBox .title {
  opacity: 0;
  transform: translateY(30px);
}
.articlesArea:not(.show) .articlesBox {
  opacity: 0;
  transform: translateY(30px);
}
.articlesArea.show .titleBox .title {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s;
}
.articlesArea.show .articlesBox {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s 0.2s;
}