.ib_carousel_009 .dataItem .infoBox .title, .ib_carousel_009 .dataItem .item, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding: 0;
}

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

/* home(ib_banner_020) */
.ib_banner_020 .wrap {
  max-width: 100%;
  padding: 0;
}
.ib_banner_020 .dataBox {
  position: relative;
}
.ib_banner_020 .slick-current .title {
  transition: all 1s ease-in-out;
  transform: translate(0);
  opacity: 1;
}
.ib_banner_020 .slick-current .subtitle {
  transition: all 1.4s ease-in-out;
  transform: translate(0);
  opacity: 1;
}
.ib_banner_020 .slick-current .decoTitle {
  transition: all 1.8s ease-in-out;
  transform: translate(0);
  opacity: 1;
}
.ib_banner_020 .slick-current .text {
  transition: all 2.2s ease-in-out;
  transform: translate(0);
  opacity: 1;
}
.ib_banner_020 .Txt {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
@media (max-width: 1540px) {
  .ib_banner_020 .Txt {
    left: 0;
    transform: translateY(-50%);
    padding: 0 20px;
    width: 100%;
  }
}
.ib_banner_020 .text {
  width: 100%;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.ib_banner_020 .decoTitle {
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 960px) {
  .ib_banner_020 .decoTitle {
    font-size: 13px;
    margin-bottom: 5;
  }
}
.ib_banner_020 .title {
  color: #fff;
  font-size: 62px;
  font-weight: 500;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 960px) {
  .ib_banner_020 .title {
    font-size: 30px;
  }
}
.ib_banner_020 .subtitle {
  color: #fff;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 960px) {
  .ib_banner_020 .subtitle {
    font-size: 18px;
  }
}
.ib_banner_020 .text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 960px) {
  .ib_banner_020 .text {
    font-size: 12px;
    margin-top: 10px;
  }
}
.ib_banner_020 .Img {
  width: 100%;
}
@media (max-width: 768px) {
  .ib_banner_020 .Img {
    padding-bottom: 87.25%;
  }
}
.ib_banner_020 .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 768px) {
  .ib_banner_020 .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;
  }
}

/* home(ib_carousel_009) */
.ib_carousel_009 {
  background-color: #fdfdfd;
  position: relative;
  padding: 100px 0;
}
.ib_carousel_009 .slick-slide {
  padding: 0 10px;
}
.ib_carousel_009 .dataItem .item {
  position: relative;
}
@media (min-width: 1181px) {
  .ib_carousel_009 .dataItem .item:hover {
    transform: translateY(-10px);
  }
  .ib_carousel_009 .dataItem .item:hover .title {
    color: #19322f;
  }
}
.ib_carousel_009 .dataItem .dataLink {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
}
.ib_carousel_009 .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.ib_carousel_009 .dataItem .bottomBox {
  position: relative;
  padding: 30px 10px 0;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}
.ib_carousel_009 .dataItem .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ib_carousel_009 .dataItem .classTitle {
  display: inline-block;
  margin-right: 3px;
  padding: 4px 10px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
  background-color: #152e2b;
  color: #fff;
  position: absolute;
  left: 10px;
  top: -10px;
}
.ib_carousel_009 .dataItem .dateBox {
  order: 0;
  width: 80px;
  align-self: auto;
  color: #19322f;
}
.ib_carousel_009 .dataItem .date {
  font-size: 50px;
  font-weight: 700;
  line-height: 45px;
}
.ib_carousel_009 .dataItem .month {
  padding-top: 5px;
  font-weight: 500;
}
.ib_carousel_009 .dataItem .infoBox {
  order: 0;
  align-self: auto;
  padding-left: 10px;
  width: 100%;
}
.ib_carousel_009 .dataItem .infoBox .title {
  height: 65px;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #eaeaea;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}
.ib_carousel_009 .dataItem .infoBox .title a {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}

/* home(ib_imageText_003) */
.ib_imageText_003 {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-attachment: fixed;
  background-color: #19322f;
}
@media (max-width: 1180px) {
  .ib_imageText_003 {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .ib_imageText_003 {
    padding: 30px 0;
  }
}
.ib_imageText_003 .dataBox {
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 2;
  color: #fff;
  letter-spacing: 1px;
}

/* home(ib_carousel_010) */
.ib_carousel_010 {
  padding: 100px 0;
  background-color: #fafafa;
  position: relative;
  background-image: url(../images/bgbg.png);
}
@media (min-width: 1181px) {
  .ib_carousel_010 {
    background-attachment: fixed;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_010 {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .ib_carousel_010 {
    padding: 30px 0;
  }
}
.ib_carousel_010 .slick-slide {
  padding: 0 10px;
}
.ib_carousel_010 .item {
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1181px) {
  .ib_carousel_010 .item:hover {
    transform: translate(0px, -20px);
  }
}
.ib_carousel_010 .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.ib_carousel_010 .Txt {
  padding: 20px 0px 50px 0;
  box-sizing: border-box;
}
.ib_carousel_010 .Txt h3 a {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 18px;
  color: #152e2b;
  text-align: center;
}
@media (max-width: 568px) {
  .ib_carousel_010 .Txt h3 a {
    font-size: 16px;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_010 .Txt h3 a:hover {
    color: #19322f;
  }
}

/* home(ib_imageText_004) */
.ib_imageText_004 {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_imageText_004 {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .ib_imageText_004 {
    padding: 30px 0;
  }
}
.ib_imageText_004 .wrap {
  width: 100%;
}
@media (max-width: 1400px) {
  .ib_imageText_004 .wrap {
    padding: 0;
  }
}
.ib_imageText_004 .contentBuilder .row {
  margin: 0;
}

/* home(ib_info_003) */
.ib_info_003 {
  padding: 100px 0;
  background-color: #f8f8f8;
  background-image: url(../images/bgbg.png);
}
@media (min-width: 1181px) {
  .ib_info_003 {
    background-attachment: fixed;
  }
}
@media (max-width: 960px) {
  .ib_info_003 {
    padding: 60px 0;
  }
}
.ib_info_003 .wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 961px) {
  .ib_info_003 .leftBox {
    width: 40%;
    border-right: 1px solid #f1f1f1;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .ib_info_003 .leftBox {
    width: 100%;
    text-align: center;
  }
}
.ib_info_003 .leftBox .titleBox {
  text-align: left;
  margin-bottom: 15px;
}
.ib_info_003 .leftBox .titleBox .text {
  padding-top: 15px;
  font-size: 14px;
}
.ib_info_003 .leftBox .socialBox {
  margin-top: 30px;
}
.ib_info_003 .leftBox .socialBox .socialList {
  align-items: center;
  display: flex;
}
@media (max-width: 960px) {
  .ib_info_003 .leftBox .socialBox .socialList {
    justify-content: center;
  }
}
.ib_info_003 .leftBox .socialBox li:not(:first-child) {
  margin-left: 12px;
}
.ib_info_003 .leftBox .socialBox a {
  width: 37px;
  height: 37px;
  align-items: center;
  background-color: #19322f;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 37px;
}
.ib_info_003 .leftBox .socialBox a svg {
  width: 19px;
  height: 19px;
}
.ib_info_003 .leftBox .socialBox a i {
  color: #fff;
  font-size: 19px;
}
.ib_info_003 .leftBox .contactList {
  margin-top: 30px;
}
.ib_info_003 .leftBox .contactList li {
  margin-bottom: 5px;
}
.ib_info_003 .leftBox .contactList .contactItem {
  position: relative;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #242424;
}
.ib_info_003 .leftBox .contactList .contactItem::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 14px;
  height: 1px;
  transform: rotate(-60deg);
  background-color: #ccc;
}
.ib_info_003 .leftBox .contactList .contactItem a {
  display: inline-flex;
  align-items: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #777676;
}
@media (min-width: 961px) {
  .ib_info_003 .rightBox {
    width: 60%;
    padding-left: 50px;
  }
}
@media (max-width: 960px) {
  .ib_info_003 .rightBox {
    width: 100%;
  }
}