.controlBlock .arrowBox .arrowPrev::before, .controlBlock .arrowBox .arrowNext::before, .controlBlock .arrowBox .arrowPrev, .controlBlock .arrowBox .arrowNext, .ib_carousel_098 .dataList .Txt .title, .ib_carousel_098 .dataList .Img img, .ib_carousel_098 .classBoxRow .classLink li > span img, .brandsArea .dataList .Txt .title, .brandsArea .dataList .Img img, .businessArea .dataList .dataItem .topBox, .businessArea .Img, .historyArea .dataList .rightBox .Txt, .historyArea .dataList .leftBox .Img, .historyArea .dataList .centerBox .btnBox, .historyArea .sideDataList .sideDataItem .decoTitle, .historyArea .sideDataList .sideDataItem .subtitle, .historyArea .sideDataList .sideDataItem::after, .historyArea .sideDataList .sideDataItem, .historyArea .sideDataBox::after, .ib_banner_016 .socialBox .socialList li a svg, .ib_banner_016 .socialBox .socialList li, .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: #202698;
  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: #202698;
  }
  .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_016) */
/* CSS Document */
@media (max-width: 768px) {
  .mainArea {
    padding-top: 0;
  }
}

.ib_banner_016 {
  position: relative;
  background: #f7f7f7;
}
.ib_banner_016::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/bgImg.jpg") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
.ib_banner_016 .dataBox {
  position: relative;
}
.ib_banner_016 .dataList {
  width: 100%;
  position: relative;
  z-index: 1;
}
.ib_banner_016 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_016 .dataLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
}
.ib_banner_016 .dataItem {
  width: 100%;
  border-radius: 0 0 150px 0;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_banner_016 .dataItem {
    border-radius: 0 0 100px 0;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .dataItem {
    border-radius: 0 0 50px 0;
  }
}
.ib_banner_016 .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;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1530px;
  padding-top: 50px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .ib_banner_016 .dataItem .Txt {
    padding-top: 0;
    padding-bottom: 160px;
  }
}
@media (max-width: 480px) {
  .ib_banner_016 .dataItem .Txt {
    padding: 10px 20px 60px;
  }
}
.ib_banner_016 .dataItem .Txt .textBox {
  position: relative;
  z-index: 1;
  padding: 110px 0 0 39px;
  width: calc(100% - 400px);
  overflow: auto;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ib_banner_016 .dataItem .Txt .textBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.ib_banner_016 .dataItem .Txt .textBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.ib_banner_016 .dataItem .Txt .textBox::-webkit-scrollbar-thumb {
  background: #202698;
}
@media (max-width: 1440px) {
  .ib_banner_016 .dataItem .Txt .textBox {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_016 .dataItem .Txt .textBox {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .dataItem .Txt .textBox {
    max-height: 50%;
    width: 100%;
  }
}
.ib_banner_016 .dataItem .Txt .textBox .title {
  color: #202698;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 3px;
}
@media (max-width: 1600px) {
  .ib_banner_016 .dataItem .Txt .textBox .title {
    font-size: 60px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_016 .dataItem .Txt .textBox .title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .dataItem .Txt .textBox .title {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .ib_banner_016 .dataItem .Txt .textBox .title {
    font-size: 24px;
  }
}
.ib_banner_016 .dataItem .Txt .textBox .subtitle {
  color: #202698;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 20px;
  padding-left: 10px;
  letter-spacing: 2px;
}
@media (max-width: 1600px) {
  .ib_banner_016 .dataItem .Txt .textBox .subtitle {
    font-size: 35px;
    margin-top: 15px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_016 .dataItem .Txt .textBox .subtitle {
    font-size: 30px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .dataItem .Txt .textBox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .ib_banner_016 .dataItem .Txt .textBox .subtitle {
    font-size: 18px;
  }
}
.ib_banner_016 .dataItem .Txt .textBox .text {
  color: #fff;
  display: block;
  line-height: 1.9;
  letter-spacing: 1.5px;
  margin-top: 36px;
  width: 100%;
  max-width: 438px;
  font-size: 16px;
}
@media (max-width: 1600px) {
  .ib_banner_016 .dataItem .Txt .textBox .text {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .dataItem .Txt .textBox .text {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .ib_banner_016 .dataItem .Txt .textBox .text {
    font-size: 12px;
    margin-top: 10px;
  }
}
.ib_banner_016 .dataItem .videoBtnDeco {
  position: absolute;
  bottom: 47.5%;
  right: 3.7%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  width: 139px;
  height: 139px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .ib_banner_016 .dataItem .videoBtnDeco {
    bottom: 50px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
@media (max-width: 480px) {
  .ib_banner_016 .dataItem .videoBtnDeco {
    bottom: 0px;
    -webkit-transform: translate(50%, 0) scale(0.7);
            transform: translate(50%, 0) scale(0.7);
  }
}
.ib_banner_016 .dataItem .videoBtnDeco .circular {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: videoCircleTxtAni 20s linear infinite;
          animation: videoCircleTxtAni 20s linear infinite;
}
@-webkit-keyframes videoCircleTxtAni {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes videoCircleTxtAni {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ib_banner_016 .dataItem .videoBtnDeco svg text {
  fill: #ffffff;
  font-size: 14px;
  opacity: 1;
  letter-spacing: 0.7px;
}
.ib_banner_016 .dataItem .videoBtnDeco .circular path {
  fill: none;
}
.ib_banner_016 .dataItem .videoBtnDeco .circular svg {
  display: block;
  overflow: visible;
  fill: #fff;
  opacity: 1;
}
@media (min-width: 1181px) {
  .ib_banner_016 .dataItem .videoBtnDeco:hover .circular {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .ib_banner_016 .dataItem .videoBtnDeco:hover .videoBtn {
    background-color: #202698;
  }
}
.ib_banner_016 .dataItem .dataVideo {
  position: absolute;
  bottom: 47.5%;
  right: 3.7%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  width: 139px;
  height: 139px;
  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;
  z-index: 3;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .ib_banner_016 .dataItem .dataVideo {
    bottom: 50px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
@media (max-width: 480px) {
  .ib_banner_016 .dataItem .dataVideo {
    bottom: 0px;
    -webkit-transform: translate(50%, 0) scale(0.7);
            transform: translate(50%, 0) scale(0.7);
  }
}
.ib_banner_016 .dataItem .dataVideo .videoBtn {
  width: 114px;
  height: 114px;
  background-color: #202698;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  padding: 34px 0px 29px 0px;
}
@media (max-width: 1440px) {
  .ib_banner_016 .dataItem .dataVideo .videoBtn {
    width: 100px;
    height: 100px;
    padding: 30px 0px 25px 0px;
  }
}
.ib_banner_016 .dataItem .dataVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 16px;
  border-color: transparent transparent transparent #fff;
  display: block;
  z-index: 1;
  margin: 0 auto 10px;
}
@media (max-width: 1440px) {
  .ib_banner_016 .dataItem .dataVideo .videoBtn::before {
    border-width: 12px 0 12px 14px;
  }
}
.ib_banner_016 .dataItem .dataVideo .videoBtn .text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: white;
  font-weight: 600;
  letter-spacing: 0.7px;
}
.ib_banner_016 .dataItem .Img {
  position: relative;
  pointer-events: none;
  width: 100%;
}
.ib_banner_016 .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1680px) {
  .ib_banner_016 .dataItem .Img {
    padding-bottom: 90vh;
  }
  .ib_banner_016 .dataItem .Img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 640px) {
  .ib_banner_016 .dataItem .Img {
    padding-bottom: 95vh;
  }
}
@media (max-width: 480px) {
  .ib_banner_016 .dataItem .Img {
    padding-bottom: 90vh;
  }
}
.ib_banner_016 .dataItem.show .Txt .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ib_banner_016 .dataItem.show .Txt .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}
.ib_banner_016 .dataItem.show .Txt .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s 0.4s;
  transition: all 0.5s 0.4s;
}
.ib_banner_016 .dataItem.show .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 5s;
  transition: all 5s;
}
.ib_banner_016 .dataItem.hide .Txt .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.ib_banner_016 .dataItem.hide .Txt .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}
.ib_banner_016 .dataItem.hide .Txt .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
.ib_banner_016 .dataItem.hide .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.1s 0.8s;
  transition: all 0.1s 0.8s;
}
.ib_banner_016 .slick-arrow {
  top: 80%;
  left: auto;
}
.ib_banner_016 .slick-arrow.slick-prev {
  right: 110px;
}
.ib_banner_016 .slick-arrow.slick-next {
  right: 50px;
}
.ib_banner_016 .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ib_banner_016 .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;
}
.ib_banner_016 .socialBox .socialList li {
  margin: 7.5px 0;
}
.ib_banner_016 .socialBox .socialList li:first-child {
  margin-top: 0;
}
.ib_banner_016 .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.ib_banner_016 .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.ib_banner_016 .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .ib_banner_016 .socialBox .socialList li a:hover {
    color: #202698;
  }
  .ib_banner_016 .socialBox .socialList li a:hover svg {
    fill: #202698;
  }
}
.ib_banner_016 .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 42px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1180px) {
  .ib_banner_016 .scrollDown {
    display: none;
  }
}
.ib_banner_016 .scrollDown span {
  display: block;
}
.ib_banner_016 .scrollDown span.icon {
  width: 17px;
  height: 26px;
  border-radius: 9px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3px;
}
.ib_banner_016 .scrollDown span.icon::before {
  content: "";
  width: 1px;
  height: 5px;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ib_banner_016 .scrollDown span.arrow {
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(0);
          transform: rotate(-45deg) translateY(0);
  margin: 0 auto;
  -webkit-transition: border-color 0.5s, -webkit-transform 0.5s 0.2s;
  transition: border-color 0.5s, -webkit-transform 0.5s 0.2s;
  transition: border-color 0.5s, transform 0.5s 0.2s;
  transition: border-color 0.5s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
}
.ib_banner_016 .scrollDown span.arrow:nth-of-type(2) {
  margin-top: -1px;
  -webkit-transition: border-color 0.5s, -webkit-transform 0.5s 0.1s;
  transition: border-color 0.5s, -webkit-transform 0.5s 0.1s;
  transition: border-color 0.5s, transform 0.5s 0.1s;
  transition: border-color 0.5s, transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
}
@media (min-width: 1181px) {
  .ib_banner_016 .scrollDown:hover span.icon {
    border-color: #202698;
  }
  .ib_banner_016 .scrollDown:hover span.icon::before {
    background-color: #202698;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .ib_banner_016 .scrollDown:hover span.arrow {
    border-color: #202698;
    -webkit-transform: rotate(-45deg) translate(-2px, 2px);
            transform: rotate(-45deg) translate(-2px, 2px);
  }
}
.ib_banner_016 .slick-dots {
  bottom: 50%;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

/* home(ib_imageText_023) */
/* CSS Document */
@-webkit-keyframes btnCircleTxtAni {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes btnCircleTxtAni {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes btnArowAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  95% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
@keyframes btnArowAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  95% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
.btnBox .btn.h004BtnStyle {
  width: 100%;
  max-width: 339px;
  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;
  padding: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .btnBox .btn.h004BtnStyle {
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .btnBox .btn.h004BtnStyle {
    max-width: 180px;
  }
}
.btnBox .btn.h004BtnStyle::after {
  content: "";
  display: block;
  width: 90.85%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 19px;
  left: 2px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .btnBox .btn.h004BtnStyle::after {
    width: 100%;
  }
}
.btnBox .btn.h004BtnStyle .arrowBox {
  width: 88px;
  height: 88px;
  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;
  margin: 2px 0 0 0;
}
@media (max-width: 1023px) {
  .btnBox .btn.h004BtnStyle .arrowBox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.btnBox .btn.h004BtnStyle .arrowBox::before, .btnBox .btn.h004BtnStyle .arrowBox::after {
  display: none;
}
.btnBox .btn.h004BtnStyle .arrowBox .arrow {
  width: 18px;
  height: 2px;
  background-color: #202698;
}
.btnBox .btn.h004BtnStyle .arrowBox .arrow::before, .btnBox .btn.h004BtnStyle .arrowBox .arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  margin-left: 10px;
  background-color: #202698;
}
.btnBox .btn.h004BtnStyle .arrowBox .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.btnBox .btn.h004BtnStyle .arrowBox .arrow::after {
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
          transform: rotate(-45deg) translate(1px, -1px);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.btnBox .btn.h004BtnStyle .arrowBox .circular {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: btnCircleTxtAni 15s linear infinite;
          animation: btnCircleTxtAni 15s linear infinite;
  -webkit-transition: opacity 0.5s 0.2s;
  transition: opacity 0.5s 0.2s;
}
.btnBox .btn.h004BtnStyle .arrowBox svg text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 8px;
}
.btnBox .btn.h004BtnStyle .arrowBox .circular path {
  fill: none;
}
.btnBox .btn.h004BtnStyle .arrowBox .circular svg {
  display: block;
  overflow: visible;
  fill: #000;
}
.btnBox .btn.h004BtnStyle .btnText {
  font-size: 18px;
  padding: 0 0 0 3px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .btnBox .btn.h004BtnStyle .btnText {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btnBox .btn.h004BtnStyle .btnText {
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  .btnBox .btn.h004BtnStyle:hover .circular {
    opacity: 1;
  }
  .btnBox .btn.h004BtnStyle:hover .arrow {
    -webkit-animation: btnArowAni 3s infinite;
            animation: btnArowAni 3s infinite;
  }
}

.aboutArea {
  position: relative;
  padding: 65px 0;
  background: #f7f7f7;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 30px 0;
  }
}
.aboutArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/bgImg.jpg") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .wrap {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.aboutArea .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .aboutArea .dataBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutArea .leftBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .aboutArea .leftBox {
    padding: 0 20px;
  }
}
.aboutArea .rightBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .aboutArea .rightBox {
    padding: 0 20px;
  }
}
.aboutArea .Img {
  width: 100%;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .aboutArea .Img {
    border-radius: 25px;
  }
}
.aboutArea .Txt .titleBox {
  margin-bottom: 0;
  text-align: left;
}
.aboutArea .Txt .titleBox .title {
  color: #000;
}
.aboutArea .Txt .titleBox .subtitle {
  padding: 6px 0 0 0;
  color: #202698;
}
.aboutArea .Txt .textEditor {
  width: 100%;
  max-width: 590px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .textEditor {
    max-width: unset;
  }
}
.aboutArea .Txt .textEditor .subtitle {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 2.5px;
  padding: 0 0 16px 0;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .aboutArea .Txt .textEditor .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .aboutArea .Txt .textEditor .subtitle {
    font-size: 18px;
  }
}
.aboutArea .Txt .textEditor .text {
  font-size: 16px;
  color: #4c4c4c;
  letter-spacing: 1.5px;
  line-height: 1.96;
}
@media (max-width: 1023px) {
  .aboutArea .Txt .textEditor .text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .textEditor .text.ellipsis {
    height: 200px;
    overflow: hidden;
  }
}
.aboutArea .Txt .btnBox {
  margin-top: 60px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .btnBox {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .btnBox {
    margin-top: 0px;
  }
}
@media (max-width: 1440px) {
  .aboutArea .Txt {
    padding-left: 50px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    padding-left: 0;
  }
}
.aboutArea:not(.show) .Img {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.aboutArea:not(.show) .Txt .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.aboutArea:not(.show) .Txt .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.aboutArea:not(.show) .Txt .titleBox .subtitle:after {
  width: 0;
}
.aboutArea:not(.show) .Txt .textEditor .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.aboutArea:not(.show) .Txt .textEditor .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.aboutArea:not(.show) .Txt .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.aboutArea.show .Img {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.aboutArea.show .Txt .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.aboutArea.show .Txt .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.3s;
  transition: all 0.8s 0.3s;
}
.aboutArea.show .Txt .titleBox .subtitle:after {
  width: 24px;
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.aboutArea.show .Txt .textEditor .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.5s;
  transition: all 0.8s 0.5s;
}
.aboutArea.show .Txt .textEditor .text {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.aboutArea.show .Txt .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.8s 0.7s;
  transition: all 0.8s 0.7s;
}

/* home(ib_carousel_043) */
/* CSS Document */
.historyArea {
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
  padding: 120px 0 140px;
}
.historyArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/bgImg.jpg") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: 0;
}
.historyArea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  border-radius: 150px 0 0 0;
  z-index: 0;
}
@media (max-width: 1180px) {
  .historyArea::after {
    border-radius: 100px 0 0 0;
  }
}
@media (max-width: 768px) {
  .historyArea::after {
    border-radius: 50px 0 0 0;
  }
}
@media (max-width: 1180px) {
  .historyArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .historyArea {
    padding: 60px 0;
  }
}
.historyArea .bgText {
  font-family: "Unna", sans-serif, "Noto Sans TC";
  color: #ffffff;
  text-shadow: -1px -1px 0 #202698, 1px -1px 0 #202698, -1px 1px 0 #202698, 1px 1px 0 #202698;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 0;
  top: 4%;
  left: 51%;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 300px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.2;
  opacity: 0.3;
}
@media (max-width: 1680px) {
  .historyArea .bgText {
    left: 60%;
  }
}
@media (max-width: 1180px) {
  .historyArea .bgText {
    display: none;
  }
}
.historyArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .historyArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.historyArea .sideDataBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  position: relative;
}
.historyArea .sideDataBox::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 300px);
  background-color: #dfdfdf;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
}
@media (max-width: 1180px) {
  .historyArea .sideDataBox::after {
    display: none;
  }
}
@media (max-width: 1180px) {
  .historyArea .sideDataBox {
    max-width: 320px;
    z-index: 2;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 15px auto;
  }
}
.historyArea .sideDataList {
  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;
  position: relative;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .historyArea .sideDataList {
    display: block;
    z-index: 2;
    width: 33%;
  }
}
.historyArea .sideDataList .slick-prev::before,
.historyArea .sideDataList .slick-next::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #4b4b4b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-color: transparent transparent #4b4b4b #4b4b4b;
}
.historyArea .sideDataList .slick-prev {
  left: -110px;
}
.historyArea .sideDataList .slick-next {
  right: -100px;
}
.historyArea .sideDataList .slick-next::before {
  border-color: #4b4b4b #4b4b4b transparent transparent;
}
.historyArea .sideDataList .sideDataItem {
  padding: 10px 0;
  padding-left: 45px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1180px) {
  .historyArea .sideDataList .sideDataItem {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    text-align: center;
  }
}
.historyArea .sideDataList .sideDataItem::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  background-color: #dfdfdf;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 52%;
  left: 0;
  bottom: auto;
  right: auto;
}
@media (min-width: 1181px) {
  .historyArea .sideDataList .sideDataItem.active {
    padding-left: 90px;
    pointer-events: none;
  }
  .historyArea .sideDataList .sideDataItem.active::after {
    content: "";
    position: absolute;
    width: 90px;
  }
  .historyArea .sideDataList .sideDataItem.active .Txt {
    padding-left: 20px;
  }
  .historyArea .sideDataList .sideDataItem.active .intro {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.2;
    opacity: 1;
    display: block;
  }
  .historyArea .sideDataList .sideDataItem.active .side {
    padding: 0;
    display: block;
    padding-bottom: 20px;
  }
  .historyArea .sideDataList .sideDataItem.active .side span {
    opacity: 0;
    position: absolute;
  }
  .historyArea .sideDataList .sideDataItem.active .side.unna {
    opacity: 1;
    top: 0;
    -webkit-transform: none;
            transform: none;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
  }
}
.historyArea .sideDataList .sideDataItem.active {
  padding-top: 50px;
  padding-bottom: 50px;
}
.historyArea .sideDataList .sideDataItem.active .subtitle {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.historyArea .sideDataList .sideDataItem.active .decoTitle {
  color: #202698;
  font-size: 40px;
}
@media (max-width: 1180px) {
  .historyArea .sideDataList .sideDataItem.active {
    padding: 0;
  }
}
.historyArea .sideDataList .sideDataItem .subtitle {
  pointer-events: none;
  opacity: 0;
  display: none;
}
.historyArea .sideDataList .sideDataItem .decoTitle {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #bbbbbb;
  position: relative;
  font-weight: 700;
}
@media (max-width: 1180px) {
  .historyArea .sideDataList .sideDataItem .decoTitle {
    padding: 22px 0 18px;
  }
}
@media (min-width: 1181px) {
  .historyArea .sideDataList .sideDataItem .decoTitle:hover {
    color: #202698;
  }
}
.historyArea .sideDataList .slick-current + .slick-active .decoTitle {
  color: #202698;
  display: block;
  padding: 10px 0;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.2;
}
.historyArea .leftDataList,
.historyArea .rightDataItem {
  pointer-events: none;
}
@media (min-width: 1181px) {
  .historyArea .leftDataList,
  .historyArea .rightDataItem {
    display: none;
  }
}
@media (max-width: 1180px) {
  .historyArea .mainDataList::before, .historyArea .mainDataList::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #a3a3a3;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .historyArea .mainDataList::after {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1180px) {
  .historyArea .mainDataList .sideDataItem .decoTitle {
    color: #202698;
    display: block;
    padding: 10px 0;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.2;
  }
}
.historyArea .titleBox.pc {
  display: block;
}
@media (max-width: 1180px) {
  .historyArea .titleBox.pc {
    display: none;
  }
}
.historyArea .titleBox.mb {
  display: none;
}
@media (max-width: 1180px) {
  .historyArea .titleBox.mb {
    display: block;
  }
}
@media (max-width: 1180px) {
  .historyArea .titleBox.mb {
    position: relative;
    max-width: 100%;
    text-align: center;
    right: 0px;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1180px) {
  .historyArea .titleBox.mb .subtitle::after {
    display: none;
  }
}
.historyArea .dataList {
  width: 81.8%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .historyArea .dataList {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.historyArea .dataList .centerBox {
  position: absolute;
  top: 36%;
  left: 39%;
}
@media (max-width: 1180px) {
  .historyArea .dataList .centerBox {
    top: auto;
    bottom: 10%;
    left: auto;
    right: 15%;
  }
}
@media (max-width: 480px) {
  .historyArea .dataList .centerBox {
    right: 20px;
  }
}
.historyArea .dataList .centerBox .btnBox {
  position: absolute;
  width: auto;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.historyArea .dataList .centerBox .btnBox .btn {
  width: 98px;
  min-width: unset;
  background-color: #202698;
  color: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
  padding: 25px;
  gap: 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
.historyArea .dataList .centerBox .btnBox .btnIcon {
  width: 8px;
  height: 8px;
  position: relative;
  -webkit-transition: all 0.5s 0.1s ease-in-out;
  transition: all 0.5s 0.1s ease-in-out;
}
.historyArea .dataList .centerBox .btnBox .btnIcon::before, .historyArea .dataList .centerBox .btnBox .btnIcon::after {
  content: "";
  background-color: #fff;
  position: absolute;
}
.historyArea .dataList .centerBox .btnBox .btnIcon::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.historyArea .dataList .centerBox .btnBox .btnIcon::before {
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1180px) {
  .historyArea .dataList .centerBox .btnBox {
    top: auto;
    bottom: 3%;
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 30%;
  }
}
@media (max-width: 420px) {
  .historyArea .dataList .centerBox .btnBox {
    right: 10%;
  }
}
.historyArea .dataList .centerBox .btnBox {
  pointer-events: none;
  opacity: 0;
}
.historyArea .dataList .centerBox .btnBox.active {
  pointer-events: auto;
  opacity: 1;
}
.historyArea .dataList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 135px;
  position: relative;
}
@media (max-width: 1440px) {
  .historyArea .dataList .item {
    gap: 45px;
  }
}
@media (max-width: 1180px) {
  .historyArea .dataList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.historyArea .dataList .leftBox {
  width: 42.12%;
  margin-right: 120px;
  position: relative;
}
@media (max-width: 1180px) {
  .historyArea .dataList .leftBox {
    width: 100%;
    max-width: 455px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.historyArea .dataList .leftBox .Img {
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
.historyArea .dataList .leftBox .Img.active {
  pointer-events: auto;
  opacity: 1;
}
.historyArea .dataList .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.historyArea .dataList .leftBox .Img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.historyArea .dataList .rightBox {
  padding-top: 60px;
  max-width: 490px;
  position: relative;
}
@media (max-width: 1180px) {
  .historyArea .dataList .rightBox {
    max-width: 100%;
    padding-top: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.historyArea .dataList .rightBox .Txt {
  width: 100%;
  max-width: 440px;
  pointer-events: none;
  display: none;
}
.historyArea .dataList .rightBox .Txt.active {
  display: block;
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 1180px) {
  .historyArea .dataList .rightBox .Txt {
    max-width: none;
  }
}
.historyArea .dataList .rightBox .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.historyArea .dataList .rightBox .topBox .title {
  color: #2a2929;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 5px;
  padding-right: 25px;
}
.historyArea .dataList .rightBox .topBox .decoTitle {
  color: #202698;
  font-size: 20px;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
.historyArea .dataList .rightBox .topBox .decoTitle::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #dfdfdf;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
}
.historyArea .dataList .rightBox .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.8;
  padding-bottom: 30px;
}
.historyArea .dataList .rightBox .textEditorBox {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.8;
  padding: 30px;
  background-color: #f5f5f5;
}
.businessArea {
  position: relative;
  padding: 143px 0;
}
@media (max-width: 1180px) {
  .businessArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .businessArea {
    padding: 60px 0;
  }
}
.businessArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/bgImg.jpg") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
  border-radius: 0 150px 0 0;
  z-index: 0;
}
@media (max-width: 1180px) {
  .businessArea::before {
    border-radius: 0 100px 0 0;
  }
}
@media (max-width: 768px) {
  .businessArea::before {
    border-radius: 0 50px 0 0;
  }
}
.businessArea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f7f7f7;
  border-radius: 0 150px 0 0;
  z-index: -1;
}
@media (max-width: 1180px) {
  .businessArea::after {
    border-radius: 0 100px 0 0;
  }
}
@media (max-width: 768px) {
  .businessArea::after {
    border-radius: 0 50px 0 0;
  }
}
.businessArea .wrap {
  max-width: 1505px;
  position: relative;
  z-index: 1;
}
.businessArea .wrap > .topBox {
  width: 43%;
}
@media (max-width: 1180px) {
  .businessArea .wrap > .topBox {
    width: 100%;
  }
}
.businessArea .wrap > .topBox .right {
  width: 100%;
  max-width: 339px;
  margin-right: -28px;
}
@media (max-width: 1180px) {
  .businessArea .wrap > .topBox .right {
    max-width: unset;
    margin-right: 0;
  }
}
.businessArea .wrap > .topBox .right .text {
  font-size: 16px;
  letter-spacing: 1.5px;
  padding-right: 28px;
  text-align: left;
}
@media (max-width: 1180px) {
  .businessArea .wrap > .topBox .right .text {
    padding-right: 0;
  }
}
.businessArea .Img {
  width: 50%;
  max-width: 660px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1680px) {
  .businessArea .Img {
    padding-right: 50px;
  }
}
@media (max-width: 1180px) {
  .businessArea .Img {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    max-width: 610px;
    margin: 0 auto;
    padding: 0;
  }
}
.businessArea .Img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.businessArea .btnBox {
  margin-top: 8px;
}
.businessArea .btnBox .btn.h004BtnStyle {
  padding: 0px 0 11px;
}
.businessArea .btnBox .btn.h004BtnStyle .arrowBox {
  width: 66px;
  height: 66px;
  margin: 2px 11px 0 0;
}
.businessArea .titleBox .title {
  color: #000;
  margin: 0 0 8px 0px;
}
.businessArea .titleBox .subtitle {
  color: #202698;
}
.businessArea .titleBox .subtitle::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #202698;
  margin: 26px 0 31px;
}
.businessArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.businessArea .dataBox {
  position: relative;
}
.businessArea .dataList {
  width: 50%;
  padding-right: 100px;
  min-height: 400px;
}
@media (max-width: 1180px) {
  .businessArea .dataList {
    width: 100%;
    padding-right: 0;
  }
}
.businessArea .dataList .dataItem {
  border-bottom: 1px solid #a6a6a6;
}
.businessArea .dataList .dataItem .topBox {
  padding: 24px 3px 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  letter-spacing: 4.4px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .businessArea .dataList .dataItem .topBox {
    padding: 15px 0;
    font-size: 18px;
  }
}
.businessArea .dataList .dataItem .topBox .addBtn {
  width: 45px;
  height: 45px;
  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;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .businessArea .dataList .dataItem .topBox .addBtn {
    width: 35px;
    height: 35px;
  }
}
.businessArea .dataList .dataItem .topBox .addBtn::before, .businessArea .dataList .dataItem .topBox .addBtn::after {
  content: "";
  display: block;
  width: 19px;
  height: 1px;
  background-color: #202698;
}
@media (max-width: 1440px) {
  .businessArea .dataList .dataItem .topBox .addBtn::before, .businessArea .dataList .dataItem .topBox .addBtn::after {
    width: 14px;
  }
}
.businessArea .dataList .dataItem .topBox .addBtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.businessArea .dataList .dataItem .bottomBox {
  display: none;
  padding: 9px 70px 15px 2px;
}
@media (max-width: 1440px) {
  .businessArea .dataList .dataItem .bottomBox {
    padding: 15px 0;
  }
}
.businessArea .dataList .dataItem .bottomBox .textEditor {
  font-size: 15px;
  letter-spacing: 1.4px;
  line-height: 2;
  text-align: left;
  color: #4c4c4c;
}
.businessArea .dataList .dataItem .bottomBox > .btnBox {
  margin: 12px 0 0 -5px;
}
.businessArea .dataList .dataItem .bottomBox > .btnBox .btn {
  max-width: 159px;
}
.businessArea .dataList .dataItem .bottomBox > .btnBox .btn .arrowBox {
  margin: 2px -5px 0 0;
}
@media (min-width: 1181px) {
  .businessArea .dataList .dataItem:not(.open) .topBox:hover {
    color: #202698;
  }
}
.businessArea .dataList .dataItem:not(.open) .ImgBox {
  pointer-events: none;
}
.businessArea .dataList .dataItem:not(.open) .ImgBox .Img {
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.1s 0.2s;
  transition: opacity 0.3s, transform 0.1s 0.2s;
  transition: opacity 0.3s, transform 0.1s 0.2s, -webkit-transform 0.1s 0.2s;
}
.businessArea .dataList .dataItem:not(.open) .ImgBox .Img:nth-of-type(1) {
  -webkit-transform: rotate(10deg) translate(10px, -10px) scale(0.9);
          transform: rotate(10deg) translate(10px, -10px) scale(0.9);
}
.businessArea .dataList .dataItem:not(.open) .ImgBox .Img:nth-of-type(2) {
  -webkit-transform: rotate(-10deg) translate(-10px, 5px) scale(0.85);
          transform: rotate(-10deg) translate(-10px, 5px) scale(0.85);
}
.businessArea .dataList .dataItem:not(.open) .ImgBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.1s 0.2s;
  transition: opacity 0.3s, transform 0.1s 0.2s;
  transition: opacity 0.3s, transform 0.1s 0.2s, -webkit-transform 0.1s 0.2s;
}
.businessArea .dataList .dataItem.open .topBox {
  color: #202698;
}
.businessArea .dataList .dataItem.open .addBtn {
  background-color: #202698;
  border-color: #202698;
}
.businessArea .dataList .dataItem.open .addBtn::after, .businessArea .dataList .dataItem.open .addBtn::before {
  background-color: #fff;
}
.businessArea .dataList .dataItem.open .addBtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  opacity: 0;
}
.businessArea .dataList .dataItem.open .ImgBox {
  pointer-events: auto;
}
.businessArea .dataList .dataItem.open .ImgBox .Img {
  opacity: 1;
}
.businessArea .dataList .dataItem.open .ImgBox .Img:nth-of-type(1) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-transition: all 0.8s 0.45s;
  transition: all 0.8s 0.45s;
}
.businessArea .dataList .dataItem.open .ImgBox .Img:nth-of-type(2) {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.8s 0.65s;
  transition: all 0.8s 0.65s;
}
.businessArea .dataList .dataItem.open .ImgBox .btnBox {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transition: all 0.8s 0.85s;
  transition: all 0.8s 0.85s;
}
.businessArea .dataList .dataItem:nth-of-type(1) .bottomBox {
  display: block;
}
.businessArea:not(.show) .titleBox .title, .businessArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.businessArea:not(.show) .titleBox .subtitle::after {
  width: 0;
}
.businessArea:not(.show) .right .text {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.businessArea:not(.show) .right .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.businessArea:not(.show) .dataBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.businessArea:not(.show) .Img {
  opacity: 0;
}
.businessArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.businessArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.businessArea.show .titleBox .subtitle::after {
  width: 24px;
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.businessArea.show .right .text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.8s 0.3s;
  transition: all 0.8s 0.3s;
}
.businessArea.show .right .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.8s 0.5s;
  transition: all 0.8s 0.5s;
}
.businessArea.show .dataBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.7s;
  transition: all 0.8s 0.7s;
}
.businessArea.show .Img {
  opacity: 1;
  -webkit-transition: all 0.8s 0.9s;
  transition: all 0.8s 0.9s;
}

.brandsArea {
  max-width: 100%;
  overflow: hidden;
  padding: 100px 0;
  background: #f7f7f7;
  position: relative;
}
@media (max-width: 1180px) {
  .brandsArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .brandsArea {
    padding: 40px 0;
  }
}
.brandsArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/bgImg.jpg") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: 0;
}
.brandsArea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #ffffff;
  border-radius: 150px 0 0 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1180px) {
  .brandsArea::after {
    border-radius: 100px 0 0 0;
  }
}
@media (max-width: 768px) {
  .brandsArea::after {
    border-radius: 50px 0 0 0;
  }
}
.brandsArea .wrap {
  position: relative;
  z-index: 1;
}
.brandsArea .decoText {
  font-size: 170px;
  font-family: "Unna", sans-serif, "Noto Sans TC";
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #202698;
  position: absolute;
  left: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 0.3;
}
@media (max-width: 1536px) {
  .brandsArea .decoText {
    white-space: nowrap;
    left: 50px;
  }
}
.brandsArea .titleBox {
  text-align: center;
  margin-bottom: 0;
}
.brandsArea .titleBox .subtitle::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.brandsArea .titleBox .decoTitle {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1180px) {
  .brandsArea .titleBox {
    text-align: center;
  }
  .brandsArea .titleBox .decoTitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.brandsArea .dataBox {
  width: calc(100% + 50vw - 600px);
  margin-top: 50px;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 100px;
}
@media (max-width: 1280px) {
  .brandsArea .dataBox {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .brandsArea .dataBox {
    padding-left: 50px;
  }
}
@media (max-width: 360px) {
  .brandsArea .dataBox {
    padding-left: 20px;
  }
}
.brandsArea .dataBox.hide {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.brandsArea .dataList {
  margin: 0 -25px;
}
.brandsArea .dataList .dataItem {
  position: relative;
  padding: 20px 25px;
}
.brandsArea .dataList .item {
  max-width: 300px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  padding: 38px 40px;
  border-radius: 20px;
  border: 3px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1280px) {
  .brandsArea .dataList .item {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .brandsArea .dataList .item {
    padding: 20px 25px;
  }
}
@media (min-width: 1181px) {
  .brandsArea .dataList .item:hover {
    border-color: #202698;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .brandsArea .dataList .item:hover .more {
    opacity: 1;
    bottom: 20px;
  }
}
.brandsArea .dataList .Img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 50%;
  margin-bottom: 20px;
}
.brandsArea .dataList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.brandsArea .dataList .Txt {
  text-align: center;
}
.brandsArea .dataList .Txt .title {
  font-size: 20px;
  font-weight: 500;
  color: #202020;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
  height: 29px;
  overflow: hidden;
}
.brandsArea .dataList .Txt .text {
  font-size: 16px;
  letter-spacing: 0.96px;
  color: #4c4c4c;
  line-height: 1.6;
  height: 52px;
  overflow: hidden;
}
.brandsArea .dataList .more {
  font-size: 12px;
  letter-spacing: 0.72px;
  color: #202698;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.brandsArea .dataList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* home(ib_carousel_098) */
.ib_carousel_098 {
  padding: 150px 0 75px;
  position: relative;
}
.ib_carousel_098::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/bgImg.jpg") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
  border-radius: 0 150px 0 0;
  z-index: 0;
}
@media (max-width: 1180px) {
  .ib_carousel_098::before {
    border-radius: 0 100px 0 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_098::before {
    border-radius: 0 50px 0 0;
  }
}
.ib_carousel_098::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f7f7f7;
  border-radius: 0 150px 0 0;
  z-index: -1;
}
@media (max-width: 1180px) {
  .ib_carousel_098::after {
    border-radius: 0 100px 0 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_098::after {
    border-radius: 0 50px 0 0;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_098 {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_098 {
    padding: 40px 0;
  }
}
.ib_carousel_098 .wrap {
  position: relative;
}
.ib_carousel_098 .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .ib_carousel_098 .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ib_carousel_098 .classBoxRow .classLink {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ib_carousel_098 .classBoxRow .classLink li {
  -webkit-box-shadow: 2.5px 2.5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 2.5px 2.5px 10px rgba(0, 0, 0, 0.05);
}
.ib_carousel_098 .classBoxRow .classLink li > span {
  height: 65px;
  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;
  padding: 0 25px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  gap: 15px;
}
.ib_carousel_098 .classBoxRow .classLink li > span.current img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (min-width: 1181px) {
  .ib_carousel_098 .classBoxRow .classLink li > span:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.ib_carousel_098 .titleBox {
  text-align: left;
  margin-bottom: 0;
}
.ib_carousel_098 .titleBox .subtitle::after {
  display: none;
}
.ib_carousel_098 .dataBox {
  margin-top: 40px;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ib_carousel_098 .dataBox.hide {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ib_carousel_098 .dataList {
  margin: 0 -18px;
}
.ib_carousel_098 .dataList .dataItem {
  position: relative;
  padding: 0 18px;
}
.ib_carousel_098 .dataList .Img {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.ib_carousel_098 .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .ib_carousel_098 .dataList .Img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.ib_carousel_098 .dataList .Txt {
  padding-top: 10px;
}
.ib_carousel_098 .dataList .Txt .title {
  font-size: 18px;
  font-weight: 500;
  color: #202020;
  letter-spacing: 1.08px;
  margin-bottom: 15px;
  overflow: hidden;
  height: 26px;
}
.ib_carousel_098 .dataList .Txt .title a {
  color: #202020;
}
@media (min-width: 1181px) {
  .ib_carousel_098 .dataList .Txt .title a:hover {
    color: #202698;
  }
}
.ib_carousel_098 .dataList .Txt .text {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 1.6;
  height: 52px;
  overflow: hidden;
}
.ib_carousel_098 .dataList .newsInfo {
  margin-top: 10px;
  padding: 12px 2px;
  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;
  border-top: 1px solid #e9e9e9;
}
.ib_carousel_098 .dataList .dateBox {
  font-family: "Unna", sans-serif, "Noto Sans TC";
  font-size: 14px;
  letter-spacing: 0.84px;
  color: #aaa;
}
.ib_carousel_098 .dataList .classTitleBox {
  font-size: 12px;
  font-family: "Unna", sans-serif, "Noto Sans TC";
  letter-spacing: 0.72px;
  color: #aaa;
}
.ib_carousel_098 .dataList .classTitleBox .classTitle {
  display: inline-block;
  padding: 5px 12px;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #aaa;
  font-size: 13px;
  letter-spacing: 0.78px;
  margin-left: 10px;
}
.ib_carousel_098 .tagBox {
  padding-top: 35px;
}
.ib_carousel_098 .tagBox .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}
.ib_carousel_098 .tagBox li {
  height: 28px;
  border-radius: 28px;
  background: #202698;
  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;
  padding: 0 10px;
  margin: 0;
}
.ib_carousel_098 .tagBox .tag {
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 1440px) {
  .ib_carousel_098 .tagBox .tag {
    font-size: 12px;
  }
}

.contactArea {
  position: relative;
}
.contactArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/bgImg.jpg") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: 0;
}
.contactArea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f7f7f7;
  z-index: -1;
}
.contactArea .wrap {
  margin: 0;
  max-width: 100%;
  width: calc(100% - 60px);
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding: 0;
}
@media (max-width: 1680px) {
  .contactArea .wrap {
    width: 100%;
  }
}
.contactArea .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #fff;
  max-width: 1095px;
  width: 100%;
  padding: 50px 65px 47px;
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1680px) {
  .contactArea .dataBox {
    left: 20%;
  }
}
@media (max-width: 1440px) {
  .contactArea .dataBox {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding: 35px 30px;
    margin: 30px;
    gap: 20px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 1180px) {
  .contactArea .dataBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    background: rgba(255, 255, 255, 0.9019607843);
  }
}
@media (max-width: 480px) {
  .contactArea .dataBox {
    padding: 35px 20px;
  }
}
.contactArea .titleBox {
  max-width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
  margin-bottom: 0;
  padding-top: 99px;
  padding-right: 54px;
}
@media (max-width: 1440px) {
  .contactArea .titleBox {
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  .contactArea .titleBox {
    width: 100%;
    max-width: none;
    padding: 0 0 20px;
  }
}
.contactArea .titleBox .title {
  margin-bottom: 6px;
}
.contactArea .titleBox .subtitle::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #202698;
  margin: 25px 0 30px 1px;
}
.contactArea .titleBox .text {
  padding-top: 0;
  font-size: 16px;
  line-height: 2;
  padding-top: 0;
  letter-spacing: 1.5px;
  color: #000;
}
.contactArea .titleBox .thankInfo {
  color: #000000;
}
.contactArea .formBox {
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 50px;
}
@media (max-width: 1440px) {
  .contactArea .formBox {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1180px) {
  .contactArea .formBox {
    width: 100%;
    padding: 0;
    border-left: none;
    padding: 20px 0 0;
  }
}
.contactArea .formBox .formColumn {
  padding: 0px 10px 33px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1440px) {
  .contactArea .formBox .formColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px;
    padding: 20px;
  }
  .contactArea .formBox .formColumn:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1180px) {
  .contactArea .formBox .formColumn {
    padding: 10px;
  }
}
.contactArea .formBox .formColumn:last-of-type {
  padding-bottom: 0;
}
.contactArea .formBox .formColumn.select::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  bottom: 55px;
  right: 29px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1440px) {
  .contactArea .formBox .formColumn.select::before {
    bottom: 50%;
  }
}
.contactArea .formBox .formColumn.content {
  padding: 0px 10px 6px;
}
.contactArea .formBox .columnInput, .contactArea .formBox .columnSelect, .contactArea .formBox .columnArea {
  border-width: 0 0 1px 0;
  border-radius: 5px !important;
}
@media (max-width: 1440px) {
  .contactArea .formBox .columnInput, .contactArea .formBox .columnSelect, .contactArea .formBox .columnArea {
    border: none;
  }
}
.contactArea .formBox .columnSelect {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 51px;
  padding: 0px 25px 0px 1px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #000;
}
.contactArea .formBox .columnInput {
  height: 33px;
  padding: 5px 0;
}
@media (max-width: 1440px) {
  .contactArea .formBox .columnInput {
    height: 23px;
  }
}
.contactArea .formBox .columnTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 1.4px;
  white-space: nowrap;
  color: #000;
}
.contactArea .formBox .columnTitle.requireStyle {
  padding-left: 0;
  position: relative;
}
.contactArea .formBox .columnTitle.requireStyle::before {
  display: none;
}
.contactArea .formBox .columnTitle.requireStyle::after {
  content: "*";
  color: #000;
  font-size: 16px;
}
.contactArea .formBox .columnTitle, .contactArea .formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-bottom: 0;
}
.contactArea .formBox .columnCheckBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1440px) {
  .contactArea .formBox .columnCheckBox {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.contactArea .formBox .columnArea {
  height: 67px;
  padding: 5px 0;
}
.contactArea .formBox .btnBox .btn {
  min-width: 110px;
  padding: 11px 20px;
  border-radius: 22px;
}
.contactArea .Img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0 150px 0 0;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .contactArea .Img {
    border-radius: 0 100px 0 0;
  }
}
.contactArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1440px) {
  .contactArea .Img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .contactArea .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.controlBlock {
  margin-top: 40px;
  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;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 1180px) {
  .controlBlock {
    margin-top: 20px;
  }
}
.controlBlock .countBox {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 1.6px;
  font-weight: 500;
  color: #bfbfbf;
}
.controlBlock .countBox .current {
  color: #202698;
}
.controlBlock .slickLine {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #d9d9d9;
}
.controlBlock .slickLine .line {
  position: relative;
  width: 20%;
  height: 2px;
  background-color: #202698;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.controlBlock .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.controlBlock .arrowBox .arrowPrev, .controlBlock .arrowBox .arrowNext {
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #a8a8a8;
  position: relative;
}
@media (min-width: 1181px) {
  .controlBlock .arrowBox .arrowPrev:hover, .controlBlock .arrowBox .arrowNext:hover {
    background: #202698;
  }
  .controlBlock .arrowBox .arrowPrev:hover::before, .controlBlock .arrowBox .arrowNext:hover::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.controlBlock .arrowBox .arrowPrev::before, .controlBlock .arrowBox .arrowNext::before {
  width: 19px;
  height: 12px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #202698;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.controlBlock .arrowBox .arrowPrev::before {
  -webkit-mask-image: url("../images/arrowPrev.svg");
          mask-image: url("../images/arrowPrev.svg");
}
.controlBlock .arrowBox .arrowNext::before {
  -webkit-mask-image: url("../images/arrowNext.svg");
          mask-image: url("../images/arrowNext.svg");
}