@charset "utf-8";
/* === About Section Base === */
.about_section {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    color: #333;
    line-height: 1.8;
    background: #fff;
}
/* === KV Banner === */
.about_kv {
    width: 100%;
}
.about_kv img {
    width: 100%;
    height: auto;
}
/* === Row + Col 基本結構 === */
.about_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    gap: 0;
}
.about_row.intro_row{
    align-items: flex-end;
    margin-top: -56px;
}
.about_row.vision_row{
    flex-direction:column;
    max-width: 1030px;
    margin: 0 auto;
}
.about_row.vision_row .text_col{
    background-color: rgba(255,255,255,0.87);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);

    padding: 40px;
    margin: -120px 40px 0;
}
.about_col {
    flex: 1;
    /* min-width: 300px; */
}
.text_col {
    padding: 0px 40px;
}
.about_row.intro_row .image_col{
    background: #fff;
    box-sizing:border-box;
    padding:16px 0 0 16px
}
.image_col img {
    width: 100%;
    height: auto;
}

/* === Section Titles === */
.section_title {
    color: #91B223;
    font-size: 60px;
    text-align: left;
    line-height: 0.8;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Goldman", sans-serif;
    display: block;
    margin: 0 auto 16px;
}
.section_title:first-letter{
    color: #0E6137;
}
.section_subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #0C5F37;
    letter-spacing: 0.4em;
}
.section_intro {
    font-size: 15px;
    color: #555;
    letter-spacing: 0.2em;
}

/* === Full Row (含描述與圖片組) === */
.about_full_row {
    margin-bottom: 0;
    padding: 0 40px 40px;
}
.about_desc {
    font-size: 15px;
    margin: 20px 0;
    color: #444;
    margin: 0;
}
.about_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}
.gallery_item {
    flex: 1;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery_item img {
    width: 100%;
    height: auto;
}
/* === RWD 手機版優化 === */
@media (max-width: 1000px) {
    .about_row {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .about_row.intro_row{
        align-items: center;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .about_row.intro_row .image_col{
        padding:16px;
    }
    .text_col, 
    .image_col {
        padding: 10px 0;
    }
    .about_row.intro_row .text_col{
        padding:10px 40px;
    }
    .section_title {
        font-size: 40px;
        /* text-align: center; */
    }
    .section_subtitle {
        font-size: 18px;
    }
    .about_desc {
        font-size: 15px;
    }
}

/*-*/
.ab_t{
    color: #0C5F37;
    font-size: 20px;
    letter-spacing: 8px;
    line-height: 1.5;
}
.ab_txt{
    color: #444;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 8px 0 0;
}
/*-*/
.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.card {
  position: relative;
  width: 300px;
  border-radius: 0 40px;
   background: #fff; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
  overflow: hidden;
}
.card:hover {
  /* height: 420px; */
}
.card-image{
    position: relative;
    width: 100%;
    /* border-radius:40px 40px 0 0; */
    transition: all 0.5s;
    overflow: hidden;
}
.card-image img{
    transform:scale(1);
    transition: all 0.5s;
}
.card:hover .card-image img{
  transform:scale(1.2);
}
.card-image:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 75px 70px 0 40px #fff;
    filter: blur(0);
}

.card-content {
    position:relative;
    z-index: 10;
    border-radius: 30px 0 0 0;
    padding: 30px;
    background: #fff;
    transition: transform 0.3s ease;
    margin-top: -40px;
}

.card-content .card-title{
  font-size: 19px;
  color: #0E6137;
  position: relative;
  margin: 0 0 8px;
  text-align: left;
  line-height: 1.4;
}
.card-content .card-title span{
    color: #9F9F9F;
    font-weight: 400;
    font-size: 13px;
    display: block;
    font-family: "Goldman", sans-serif;
}
.card-description{
    padding: 0 0 0 16px;
    position: relative;
    transition: all .5s;
    color: #333;
    min-height: 300px;
    margin: 0;
    transition:all .5s;
}
.card-description li{
    font-size: 14px;
}
/*footer*/
.ic_phone{
    font-size: 20px;
    color: #444444;
    margin: -9px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.ic_phone:before{
    content: "\e1050";
    font-family: 'icon-font2' !important;
}
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -20px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -40px;
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
.site-info .ic-phone{
    font-size: 20px;
    width: 20px;
    color: #fff;
    margin-right: 5px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #fff;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #fff;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #fff;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .title{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td{
    vertical-align: top;
}
.about-editor .pic2{
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
/*------------ service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 20px;
}
.contact-editor{
    text-align: center;
    margin: 5px 0;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    position: relative;
}
.contact-editor .col + .col:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #bbbbbb;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #B20000;
    text-decoration: underline;
}
.info-icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #0E6137;
    color: #fff;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #0E6137;
    font-size: 16px;
    margin: 0;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
}
@media screen and (max-width: 1000px){
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic{
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2{
        top: 0;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
    }
    .contact-editor .col{
        padding: 15px 0;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .contact-map{
        height: 200px;
    }
}
