@charset "UTF-8";


.investors-title {
    /* font-family: 'HandelGothic BT', sans-serif  !important;  */
}

.investors-title .title-wrap small {
    color: #0A3D96;
    letter-spacing: 0;
    font-family: 'HandelGothic BT', sans-serif !important;
    font-weight: 300;
}

.investors-title .title-wrap span {
    color: #D61B26;
    font-family: 'HandelGothic BT', sans-serif !important;
    font-weight: 300;

}

.container-border {
    border-left: solid;
    border-left-color: #DDDDDD;
    border-left-width: 5px;
}

.section-investors .absec {
    display: flex;
    flex-wrap: wrap;
    position: relative;

}

.section-investors .absec h3 {
    color: #05459B;
    padding-left: 15px;

    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 900;

}

.section-investors .absec h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    right: 0;
    top: 60px;
    width: 100%;
    height: 1PX;
    background-color: #dcdcdc;
}

.section-investors .absec img {
    width: 10%;
    height: 100%;
    margin-top: 24px;
    position: relative;
    background-repeat: no-repeat;
    /* transform: rotate(180deg); */
}

.section-investors .absec .memo {

    margin:0;

    letter-spacing: 0.2em;
}

.section-investors .absec .memo p {
    line-height: 1.5em;
    font-size: 16px;
    color: #0A0A0A;
    margin-bottom: 25px;
    text-align: justify;
}

.section-investors:nth-of-type(odd) .container {
    background-color: #FFFFFF;
    padding-top: 48px;
    padding-bottom: 48px;
}


@media screen and (min-width: 1024px) and  (min-width: 1200px)  {
    .section-investors .absec .memo {
        margin: 45px 0px 80px 120px;

    }
}


.card-brand {
    position: relative;
}

.card-brand span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    right: 0;
    width: 100%;
    height: 1PX;
    background-color: #dcdcdc;
}

.card-brand img {
    width: 100%;

}

.card-brand .txt {
    padding: 105px 0 0 0;
}

.card-brand .txt h3 {
    color: #05459B;
}

.about-slogan {
    margin: 0 auto;
    text-align: center;
    /* width: 525px; */
}

.about-slogan .title {
    font-size: 24px;
    margin-top: 80px;
    font-weight: 900;
    color: black;

}

.about-slogan .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    right: 0;
    width: 300px;
    height: 6PX;
    color: #dcdcdc;
}

.about-slogan .memo {
    font-size: 20px;
    margin-bottom: 80px;
    font-weight: 900;
    color: black;

}

.about-slogan-memo {
    font-size: 20px;
    font-weight: 900;
    color: black;
    margin-top: -50px;
    text-align: center;
}

.about-slogan-qty {
        margin: 0 auto;
    text-align: center;
    /* width: 525px; */
    position: relative;
}

.about-slogan-qty .title {
    font-size: 24px;
    padding-top: 100px;
    font-weight: 900;
    color: black;
    position: relative;
}

.about-slogan-qty .title::after {
    content: '';
    width: 300px;
    height: 6px;
    background-color: #004899;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
}

.about-slogan-qty .memo {
    font-size: 20px;
    color: black;
}

.about-slogan-qty-memo {
    font-weight: 900;
    font-size: 20px;
    color: black;
    margin-top: -40px;
    text-align: center;
    margin-bottom: 90px;
    margin-top: 35px;
}


@media (min-width: 992px) {
  

.about-slogan .title {
    font-size: 45px;
 

}

.about-slogan .memo {
    font-size: 24px;
  
}

    .about-slogan-qty .memo {
        font-size: 16px;
    }
    
    .about-slogan-qty .title {
        padding-top: 100px;
        font-size: 45px;
    }
    .about-slogan-qty-memo {
        font-weight: 900;
        font-size: 24px;

    }
    
}


/* //品質至上 */
.qtyfirst {
    position: relative;
    background-color: #F2F0F1;
    padding-bottom: 100px;
}

.myVideo {
    margin-top: 70px;
}



.navigatorwarp {
    position: relative;
    background-color: white;

}

/* 訂助 about選單   */


.navigator ul {}


/* //核心理念 */
.custfirst {
    margin-top: 40px;
    margin-bottom: 95px;
}

.custfirst-memo {
    padding: 10px;   
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #0A0A0A;
}

/* 經營團隊 */
  .cardMaster {
    width: 100%;
       margin: 10px 0 20px 0;
    padding: 10px;
    box-shadow: 0 0 10px 0 #0004;
  }

  .cardMaster .txt {
    margin-left: 20px;
  }

  .cardMaster .txt .remark {

    text-align: right;
  }

  .cardMaster h3 {
    color: #05459B;
  }

  .cardMaster h4 {
    color: black;
    padding-left: 11.5%;
  }




@media (min-width: 590px) and (min-width: 768px)   {


    .section-investors:nth-of-type(odd) .container {
        padding: 0 102px;
        border-radius: 0px;
    }

    .navigatorFixed {
        position: fixed;
        top: 65px;
        left: 0px;
        width: 100%;
        z-index: 5;
        background-color: white;
        height: 60px;
    }
}


@media (min-width: 1200px) and   (min-width: 1000px) {
    .section-investors:nth-of-type(even) {
        padding: 0;
        margin-top: 60px;
    }

    .navigatorFixed {
        position: fixed;
        top: 95px;
        left: 0px;
        width: 100%;
        z-index: 5;
        background-color: white;
        height: 60px;
        padding-top: 5px;
    }

    .section-investors  img{

        /* width: 80%; */
    }
}
