﻿.main-title-en{
    font-family: "Anton";
    font-size: 60px;
    color: #000;
    letter-spacing: 3px;
}
.main-title-ch{
    font-size: 18px;
    color: #000;
    letter-spacing: 3px;
    font-family: 'Noto Sans TC';
    margin-top: 20px;
}
.about-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    overflow: hidden;
}
.main-title-box{
    text-align: center;
    padding: 50px 0;
}
.about-info-box{
    font-size: 0;
    width: 100%;
}
.about-info-logo-box{
    width: 360px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.about-info-article{
    width: calc(100% - 360px);
    font-size: 16px;
    color: #555555;
    letter-spacing: 3px;
    line-height: 2.5;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: justify;
}
.about-info-article-span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.about-img-box{
    margin:80px 0; 
}
.about-img-box{
    height: 400px;
    overflow: hidden;
}
.about-bg{
    width: 100%;
    height: 120%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
    position: relative;
}


