.newsArea .moreBox .btnIcon::before, .newsArea .moreBox .btnIcon, .newsArea .moreBox .btnText, .newsArea .Txt .title a, .productsArea .dataList .slick-slide::before, .productsArea .dataList .slick-slide, .ib_banner_006 .arrowBox .arrow, .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;
}

/* 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;
  -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: #520f6e;
  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: #520f6e;
  }
  .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);
  }
}

/* home(ib_banner_006) */
.ib_banner_006 {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ib_banner_006 .dataBox {
  position: relative;
}
.ib_banner_006 .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_006 .dataList {
  position: relative;
  z-index: 1;
}
.ib_banner_006 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_006 .dataItem {
  position: relative;
}
.ib_banner_006 .dataItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
}
.ib_banner_006 .dataItem .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;
  opacity: 0;
}
@media (max-width: 700px) {
  .ib_banner_006 .dataItem .Txt .textBox {
    width: 100%;
  }
}
.ib_banner_006 .dataItem .Txt .text {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .ib_banner_006 .dataItem .Txt .text {
    font-size: 45px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_006 .dataItem .Txt .text {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .ib_banner_006 .dataItem .Txt .text {
    font-size: 24px;
  }
}
.ib_banner_006 .dataItem .Txt .title {
  color: #fff;
  font-weight: 900;
  display: block;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .ib_banner_006 .dataItem .Txt .title {
    font-size: 35px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_006 .dataItem .Txt .title {
    font-size: 25px;
    margin-top: 0;
  }
}
.ib_banner_006 .dataItem .Txt .subtitle {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 20px;
  font-size: 20px;
}
@media (max-width: 1180px) {
  .ib_banner_006 .dataItem .Txt .subtitle {
    display: none;
  }
}
.ib_banner_006 .dataItem .Txt .btnBox {
  opacity: 0;
  margin-top: 50px;
}
.ib_banner_006 .dataItem .Txt .btnBox a {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  text-align: center;
  position: relative;
  font-size: 16px;
}
@media (max-width: 1180px) {
  .ib_banner_006 .dataItem .Txt .btnBox a {
    font-size: 14px;
  }
}
.ib_banner_006 .dataItem .Txt .btnBox a i {
  position: absolute;
  right: 20px;
  font-size: 13px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ib_banner_006 .dataItem .Txt .btnBox a:hover {
  background-color: #fff;
  color: #520f6e;
}
.ib_banner_006 .dataItem .Txt .btnBox a:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.ib_banner_006 .dataItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .ib_banner_006 .dataItem .Txt .bannerVideo .videoBtn {
    width: 80px;
    height: 80px;
    bottom: 100px;
  }
}
.ib_banner_006 .dataItem .Txt .bannerVideo .videoBtn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.ib_banner_006 .dataItem .Txt .bannerVideo .videoBtn:after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_006 .dataItem .Img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 1400px) {
  .ib_banner_006 .dataItem .Img img {
    max-width: 100%;
  }
}
@media (max-width: 1180px) {
  .ib_banner_006 .dataItem .Img {
    padding-bottom: 85vh;
  }
  .ib_banner_006 .dataItem .Img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.ib_banner_006 .slick-current .Txt .textBox {
  -webkit-animation: textSlideUpAnimation 0.6s ease-in-out forwards;
  animation: textSlideUpAnimation 0.6s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Txt .bannerBtn {
  -webkit-animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
  animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Txt .videoBtn:after {
  -webkit-animation: rotate 50s linear forwards;
  animation: rotate 50s linear forwards;
}
.ib_banner_006 .slick-current .btnBox {
  -webkit-animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
          animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ib_banner_006 .arrowBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
}
@media (max-width: 1520px) {
  .ib_banner_006 .arrowBox {
    display: none;
  }
}
.ib_banner_006 .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transform: rotate(271deg);
  transform: rotate(271deg);
}
.ib_banner_006 .arrowBox .arrow:hover {
  background: #520f6e;
}
.ib_banner_006 .arrowBox .arrow:before {
  content: "";
  display: block;
  z-index: 2;
  width: 11px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-mask-image: url("../images/arrow.svg");
          mask-image: url("../images/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
}
.ib_banner_006 .arrowBox .arrowPrev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.ib_banner_006 .arrowBox .arrowNext:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.ib_banner_006 .slick-dots {
  margin: 0;
  bottom: 5%;
}
.ib_banner_006 .slick-dots li {
  width: 15px;
  height: 15px;
}
.ib_banner_006 .slick-dots li button {
  width: 10px;
  height: 10px;
  margin: auto;
}
.ib_banner_006 .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.ib_banner_006 .slick-dots li.slick-active button:before {
  border: 1px solid #520f6e;
  background-color: #520f6e;
  opacity: 1;
}

@-webkit-keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* marqueeText */
.ib_carousel_004 {
  padding: 10px 0;
  background-color: #520f6e;
  color: #ffffff;
}
.ib_carousel_004 .wrap {
  position: relative;
}
.ib_carousel_004 .dataBox {
  max-height: unset;
  overflow: unset;
}
.ib_carousel_004 .leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 600px) {
  .ib_carousel_004 .leftBox {
    width: 100%;
  }
}
.ib_carousel_004 .Txt {
  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;
}
@media (max-width: 600px) {
  .ib_carousel_004 .Txt {
    width: 100%;
  }
}
.ib_carousel_004 .date {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
.ib_carousel_004 .classTitle {
  padding: 0 25px;
  position: relative;
  margin: 0 25px;
}
.ib_carousel_004 .classTitle::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.4588235294);
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.ib_carousel_004 .classTitle::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.4588235294);
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.ib_carousel_004 .title {
  font-size: 15px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ib_carousel_004 .title a {
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .ib_carousel_004 .title a:hover {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
    color: rgba(255, 255, 255, 0.3019607843);
  }
}
@media (max-width: 600px) {
  .ib_carousel_004 .title {
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_004 .btnBox {
    display: none;
  }
}

/* home(home_about) */
/* CSS Document */
.aboutArea {
  padding: 80px 0 0;
}
@media (max-width: 600px) {
  .aboutArea {
    padding: 60px 0 0;
  }
}
.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutArea .titleBox {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.aboutArea .titleBox .title {
  font-size: 38px;
}
@media (max-width: 1180px) {
  .aboutArea .titleBox .title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .aboutArea .titleBox .title {
    font-size: 30px;
  }
}
.aboutArea .titleBox .decoTitle {
  display: inline-block;
  font-size: 43px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 0;
}
.aboutArea .leftBox {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .aboutArea .leftBox {
    width: 100%;
  }
}
.aboutArea .leftBox .Img {
  height: 100%;
}
.aboutArea .leftBox .Img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutArea .leftBox .Img img.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.aboutArea .rightBox {
  width: 50%;
  padding: 40px 55px 0 55px;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .aboutArea .rightBox {
    width: 100%;
    padding: 30px;
  }
}
.aboutArea .Txt {
  margin-bottom: 20px;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .aboutArea .textEditor.ellipsis {
    height: 150px;
    overflow: hidden;
  }
}
.aboutArea .btnBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.aboutArea .btnBox .btnIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (min-width: 1181px) {
  .aboutArea .btnBox:hover {
    background-color: #fff;
    color: #520f6e;
  }
  .aboutArea .btnBox:hover .btnIcon {
    right: 15px;
  }
}

/* home(ib_carousel_005) */
/* CSS Document */
.productsArea {
  padding: 100px 0;
  padding-bottom: 100px;
  overflow-x: hidden;
}
.productsArea .wrap {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
@media (max-width: 1180px) {
  .productsArea {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .productsArea {
    padding-bottom: 50px;
  }
}
.productsArea .titleBox {
  margin-bottom: 80px;
}
@media (max-width: 1180px) {
  .productsArea .titleBox {
    margin-bottom: 30px;
  }
}
.productsArea .titleBox .title {
  font-size: 38px;
}
@media (max-width: 1180px) {
  .productsArea .titleBox .title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .productsArea .titleBox .title {
    font-size: 30px;
  }
}
.productsArea .titleBox .decoTitle {
  display: inline-block;
  font-size: 43px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 0;
}
.productsArea .dataList {
  width: 100%;
}
.productsArea .dataList .slick-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(204, 204, 204, 0.168627451);
}
.productsArea .dataList .slick-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
  background: #520f6e;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
@media (min-width: 1181px) {
  .productsArea .dataList .slick-slide:hover {
    border: 1px solid #520f6e;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .productsArea .dataList .slick-slide:hover::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.productsArea .dataList .slick-list {
  overflow: visible;
}
.productsArea .dataItem {
  padding: 0;
}
.productsArea .item {
  position: relative;
  overflow: hidden;
}
.productsArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productsArea .Txt {
  position: relative;
  padding: 20px 0 40px;
  text-align: center;
}
.productsArea .Txt .title {
  height: 24px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 13px;
}
.productsArea .Txt .title a {
  display: block;
  color: #494949;
}
.productsArea .Txt .title.ellipsis {
  overflow: hidden;
}
.productsArea .Txt .classTitle {
  height: 63px;
  font-size: 15px;
  line-height: 1.4;
  color: #6c6c6c;
  position: relative;
  padding-top: 10px;
}
.productsArea .Txt .classTitle:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #ccc;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.productsArea .btnBox .btnIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (min-width: 1181px) {
  .productsArea .btnBox:hover {
    background-color: #fff;
    color: #520f6e;
  }
  .productsArea .btnBox:hover .btnIcon {
    right: 15px;
  }
}
.productsArea .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}
.productsArea .slick-dots li {
  position: relative;
}
.productsArea .slick-dots li button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.3px;
  height: 6.3px;
  aspect-ratio: 1/1;
  border: 1px solid #015e54;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.productsArea .slick-dots li button::before {
  content: "";
  width: unset;
  height: unset;
}
.productsArea .slick-dots li.slick-active button {
  background-color: #015e54;
  border: 1px solid #015e54;
}

/* home(ib_carousel_006) */
/* CSS Document */
.newsArea {
  padding: 80px 0;
  background-color: #fafafa;
}
@media (max-width: 600px) {
  .newsArea {
    padding: 50px 0;
  }
}
.newsArea .titleBox .title {
  font-size: 38px;
}
@media (max-width: 1180px) {
  .newsArea .titleBox .title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .newsArea .titleBox .title {
    font-size: 30px;
  }
}
.newsArea .titleBox .decoTitle {
  display: inline-block;
  font-size: 43px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 0;
}
.newsArea .dataBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsArea .dataBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.newsArea .dataItem {
  padding: 10px;
}
@media (min-width: 1181px) {
  .newsArea .dataItem:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .newsArea .dataItem:hover .title a {
    color: #520f6e;
  }
}
.newsArea .item {
  background-color: #fff;
  padding: 15px;
  min-height: 530px;
  max-height: 530px;
  position: relative;
}
.newsArea .Img {
  overflow: hidden;
}
.newsArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
}
.newsArea .Txt {
  position: relative;
  padding-top: 20px;
}
.newsArea .Txt .dataInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.newsArea .Txt .dataInfoBox .classTitle {
  padding: 5px 10px;
  background-color: #015e54;
  color: #fff;
}
.newsArea .Txt .dataInfoBox .dateBox .date {
  line-height: 1;
}
.newsArea .Txt .dataInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.newsArea .Txt .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 19px;
  margin-bottom: 12px;
  padding-bottom: 8px;
}
.newsArea .Txt .title a {
  color: #494949;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.newsArea .Txt .text {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}
.newsArea .Txt .text.ellipsis {
  height: 90px;
  overflow: hidden;
}
.newsArea .Txt .btnBox {
  min-width: initial;
  padding: 0;
}
.newsArea .Txt .btnBox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
.newsArea .Txt .btnBox .btn .btnIcon {
  position: relative;
  -webkit-transform: none;
          transform: none;
  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;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  right: auto;
  top: auto;
  border: 1px solid #e7e7e7;
  font-size: 10px;
  color: #a3a3a3;
}
.newsArea .moreBox {
  position: absolute;
  bottom: 20px;
}
.newsArea .moreBox a {
  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;
  gap: 10px;
}
@media (min-width: 1181px) {
  .newsArea .moreBox a:hover .btnText {
    color: #520f6e;
  }
  .newsArea .moreBox a:hover .btnIcon {
    background: #520f6e;
  }
  .newsArea .moreBox a:hover .btnIcon::before {
    background: #ffffff;
  }
}
.newsArea .moreBox .btnText {
  font-size: 14px;
  font-weight: 400;
  color: #6c6c6c;
}
.newsArea .moreBox .btnIcon {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px #f0f0f0 solid;
  position: relative;
}
.newsArea .moreBox .btnIcon::before {
  width: 11px;
  height: 12px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask-image: url("../images/arrow.svg");
          mask-image: url("../images/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #cbcbcb;
}
.newsArea .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}
.newsArea .slick-dots li {
  position: relative;
}
.newsArea .slick-dots li button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.3px;
  height: 6.3px;
  aspect-ratio: 1/1;
  border: 1px solid #015e54;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsArea .slick-dots li button::before {
  content: "";
  width: unset;
  height: unset;
}
.newsArea .slick-dots li.slick-active button {
  background-color: #015e54;
  border: 1px solid #015e54;
}

/* home(ib_carousel_007) */
/* CSS Document */
.QnAArea .wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.QnAArea .titleBox {
  width: 100%;
  max-width: 580px;
  text-align: left;
}
@media (max-width: 1180px) {
  .QnAArea .titleBox {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.QnAArea .titleBox .title {
  color: #ffffff;
  font-size: 38px;
}
@media (max-width: 1180px) {
  .QnAArea .titleBox .title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .QnAArea .titleBox .title {
    font-size: 30px;
  }
}
.QnAArea .titleBox .decoTitle {
  color: #fff;
  display: inline-block;
  font-size: 43px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 0;
}
.QnAArea .leftBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  background-color: #520f6e;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .QnAArea .leftBox {
    padding: 60px 0;
  }
}
@media (max-width: 1180px) {
  .QnAArea .leftBox {
    width: 100%;
    padding: 30px 50px;
  }
}
@media (max-width: 768px) {
  .QnAArea .leftBox {
    padding: 30px 20px;
  }
}
.QnAArea .leftBox .dataList {
  max-width: 580px;
}
@media (max-width: 1180px) {
  .QnAArea .leftBox .dataList {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 500px) {
  .QnAArea .leftBox .dataList {
    margin-bottom: 30px;
  }
}
.QnAArea .leftBox .dataItem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2117647059);
  padding: 15px 0;
}
.QnAArea .leftBox .dataItem .title {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.QnAArea .leftBox .dataItem .title a {
  display: none;
}
.QnAArea .leftBox .definition {
  color: rgba(255, 255, 255, 0.6392156863);
  font-weight: 300;
  height: 54px;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.QnAArea .leftBox .definition.ellipsis {
  overflow: hidden;
}
.QnAArea .rightBox {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.QnAArea .rightBox.active {
  background-size: 100%;
}
@media (max-width: 1180px) {
  .QnAArea .rightBox {
    display: none;
  }
}
.QnAArea .rightBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.QnAArea .btnBox {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.QnAArea .slick-dots {
  white-space: nowrap;
  position: relative;
  bottom: 0;
  right: 0;
}
.QnAArea .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.QnAArea .slick-dots li button {
  width: 6.3px !important;
  height: 6.3px !important;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 0;
}
.QnAArea .slick-dots li button::before {
  content: "";
  width: unset;
  height: unset;
}
.QnAArea .slick-dots li.slick-active button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.contactArea {
  width: 100%;
  padding: 80px 50px;
}
@media (max-width: 768px) {
  .contactArea {
    padding: 60px 20px 40px;
  }
}
.contactArea .wrap {
  padding: 0;
}
.contactArea .title {
  font-size: 38px;
}
@media (max-width: 1180px) {
  .contactArea .title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .contactArea .title {
    font-size: 30px;
  }
}
.contactArea .thankInfo {
  text-align: center;
  margin-bottom: 40px;
}