@media (min-width: 1201px){
  footer .footerContent .footerType1 > :nth-child(1) {
      width: 70%;
  }
  footer .footerContent .footerType1 > :nth-child(2) {
      width: 30%;
  }

  .Bbox_in_2c_L3 > div > div:nth-of-type(1) {
      float: left;
      width: 30%;
  }
  .Bbox_in_2c_L3 > div > div:nth-of-type(2) {
      float: left;
      width: 70%;
  }  
}


/* 230713 - 首頁改版 S */
.sectionBlock {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .sectionBlock {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

.add_row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.add_row [class*="add_col-"] {
    margin-bottom: 15px;
}

[class*="add_col-"] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .add_col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .add_col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .add_col-lg-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}


.add_row .mb-50 {
    margin-bottom: 50px;
}


.imgBox {
    display: block;
    background-color: transparent;
    padding-bottom: 75%;
}

.imgBox img {
    aspect-ratio: 555/415;
    width: 100%;
    object-fit: cover;
}


.img-rectangle {
    border-radius: 5px;
}


.boxTitle02 {
    font-size: 30px;
    text-align: center;
}
.boxTitle02::after {
    margin: 0 auto;
}


.index_subBlockTitle {
    font-size: 20px;
}
@media (max-width:767px) {
    p.index_subBlockTitle {
        margin-top: 10px;
        margin-bottom: 0;
    }
}


.spaceList.add_row > [class*="add_col-"] {
    margin-bottom: 30px;
}
/* 230713 - 首頁改版 E */