﻿.about-box{
    width: 100%;
    display: block;
    position: relative;
    margin-top: 120px;
    min-height: calc(100vh - 120px);
    background-color: #fafafa;
}
.main-path-box{
    width: 100%;
    display: block;
    position: relative;
    font-size: 0;
    box-sizing: border-box;
    padding: 0 50px;
}
.main-path{
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0.06em;
    color: #000;
    font-family: 'Noto Sans TC';
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
a.main-path{
    margin-right: 30px;
    color: #888;
    transition: all .3s linear;
}
a.main-path::after{
    content: '/';
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0.06em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: -18px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
}
.about-all-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    box-sizing: border-box;
    padding: 60px 0;
}
.about-title-box{
    text-align: center;
    margin-bottom: 100px;
}
.about-title-box span{
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 30px;
    color: #666;
    letter-spacing: 0.2em;
    line-height: 36px;
    box-sizing: border-box;
    padding-left: 0.2em;
    display: block;
}
.about-title-box h2{
    font-family: 'Noto Sans TC';
    /* font-weight: 300; */
    font-size: 16px;
    color: #007efc;
    letter-spacing: 0.06em;
    line-height: 36px;
    box-sizing: border-box;
    padding-left: 0.06em;
    display: block;
}
.about-info-img{
    width: 720px;
    height: 420px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.about-info-text-box{
    width: calc(100% - 720px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 50px 0;
    padding-left: 66px;
}
.about-info-text{
    font-family: 'Noto Sans TC';
    font-weight: 100;
    font-size: 18px;
    color: #666;
    letter-spacing: 0.06em;
    line-height: 36px;
    box-sizing: border-box;
}
.about-info-text span{
    color: #000;
}
.about-info-text-slogn{
    margin-top: 40px;
}
.about-info-text-slogn p{
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 20px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 36px;
    transform: skewX(-10deg);
}
.about-service-box{
    margin-top: 140px;
}
.about-service-title-box span{
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 30px;
    color: #666;
    letter-spacing: 0.2em;
    line-height: 36px;
    box-sizing: border-box;
    padding-left: 0.2em;
    display: block;
}
.about-service-title-box p{
    font-family: 'Noto Sans TC';
    /* font-weight: 300; */
    font-size: 16px;
    color: #007efc;
    letter-spacing: 0.06em;
    line-height: 36px;
    box-sizing: border-box;
    padding-left: 0.06em;
}
.about-service-info-box{
    margin-top: 20px;
}
.about-service-info{
    width: calc((100% - 1px) / 3);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: #000;
}
.about-service-info-img{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    display: block;
    opacity: 0.6;
    transition: all .3s linear;
}
.about-service-info-text-box{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
}
.about-service-info-text-box p{
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 36px;
    box-sizing: border-box;
    padding-left: 0.2em;
}



@media only screen and (max-width: 1300px){
    .about-all-box{
        width: 1200px;
    }
    .about-service-info-img{
        height: calc((300 / 433) * ((1200px - 1px) / 3));
    }
}
@media only screen and (max-width: 1200px){
    .about-box{
        margin-top: 100px;
        min-height: calc(100vh - 100px);
    }
    .main-path-box{
        padding: 0 30px;
    }
    .about-all-box{
        width: 1000px;
    }
    .about-info-img{
        width: 520px;
        height: calc((420 / 720) * 520px);
    }
    .about-info-text-box {
        width: calc(100% - 520px);
        padding: 20px 0;
        padding-left: 20px;    
    }
    .about-info-text{
        font-size: 16px;
        line-height: 32px;
    }
    .about-info-text-slogn{
        margin-top: 20px;
    }
    .about-info-text-slogn p{
        line-height: 32px;
        font-size: 18px;
    }
    .about-service-info-img{
        height: calc((300 / 433) * ((1000px - 1px) / 3));
    }
}
@media only screen and (max-width: 1000px){
    .about-box{
        margin-top: 62px;
        min-height: calc(100vh - 62px);
    }
    .about-all-box{
        width: 750px;
    }
    .about-info-img{
        width: 100%;
        height: calc((420 / 720) * 750px);
    }
    .about-info-text-box {
        width: 100%;
        padding: 20px 0;
        padding-left: 0px;    
    }
    .about-title-box{
        margin-bottom: 60px;
    }
    .about-service-box{
        margin-top: 80px;
    }
    .about-service-info-img{
        height: calc((300 / 433) * ((750px - 1px) / 3));
    }
    .about-service-info-text-box p{
        font-size: 18px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 768px){
    .about-all-box{
        width: 550px;
        padding: 40px 0;
    }
    .about-title-box {
        margin-bottom: 40px;
    }
    .about-title-box span,
    .about-service-title-box span{
        font-size: 22px;
        line-height: 26px;
    }
    .about-title-box h2,
    .about-service-title-box p{
        font-size: 14px;
        line-height: 26px;
    }
    .about-info-img{
        height: calc((420 / 720) * 550px);
    }
    .about-service-box{
        margin-top: 60px;
    }
    .about-service-info-img{
        height: calc((300 / 433) * ((550px - 1px) / 3));
    }
    .about-service-info-text-box p{
        font-size: 14px;
        line-height: 32px;
    }
    .about-info-text{
        font-size: 14px;
        line-height: 26px;
    }    
    .about-info-text-slogn p {
        line-height: 26px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 550px){
    .about-box {
        margin-top: 38px;
        min-height: calc(100vh - 38px);
    }
    .main-path-box{
        padding: 0 10px;
    }
    .main-path{
        font-size: 12px;
        line-height: 30px;
    }
    a.main-path::after{
        font-size: 12px;
        line-height: 30px;
        right: -12px;
    }
    a.main-path {
        margin-right: 20px;
    }
    .about-all-box{
        width: 95vw;
        padding: 20px 0;
    }
    .about-title-box {
        margin-bottom: 20px;
    }
    .about-title-box span,
    .about-service-title-box span{
        font-size: 18px;
        line-height: 22px;
    }
    .about-title-box h2,
    .about-service-title-box p{
        font-size: 12px;
        line-height: 22px;
    }
    .about-info-img {
        height: calc((420 / 720) * 95vw);
    }
    .about-info-text-box{
        padding: 10px 0;
    }
    .about-info-text{
        font-size: 12px;
        line-height: 22px;
    }
    .about-service-box{
        margin-top: 30px;
    }
    .about-service-info{
        width: 100%;
    }
    .about-service-info-text-box{
        padding: 10px;
    }
    .about-service-info-img {
        height: calc((300 / 433) * 95vw);
    }
    .about-service-info-text-box p{
        font-size: 12px;
        letter-spacing: 0.06em;
        padding-left: 0.06em;
        line-height: 1.4;
    }
}


@media only screen and (min-width: 1001px){
    a.main-path:hover{
        color: #007efc;
    }

    .main-path-box{
        opacity: 0;
    }
    .main-path-box.anima{
        animation: fade 1s ease 0s 1 both;
    }

    .about-title-box span,
    .about-title-box h2,
    .about-service-title-box span,
    .about-service-title-box p,
    .about-info-img,
    .about-info-text,
    .about-info-text-slogn,
    .about-service-info,
    .about-service-info-text-box{
        opacity: 0;
    }
    .about-title-box.anima span{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .about-title-box.anima h2{
        animation: fade 1s ease 0.4s 1 both;
    }
    .about-info-img.anima{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .about-info-text-box.anima .about-info-text{
        animation: fadeInDown 1s ease .4s 1 both;
    }
    .about-info-text-box.anima .about-info-text-slogn{
        animation: fade 1s ease .6s 1 both;
    }
    .about-service-title-box.anima span{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .about-service-title-box.anima p{
        animation: fade 1s ease 0.4s 1 both;
    }
    .about-service-info.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .about-service-info.anima .about-service-info-text-box{
        animation: fade 1s ease .4s 1 both;
    }
}