﻿.about-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    min-height: 100vh;
    padding-top: 70px;
    overflow: hidden;
}
.about-all-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
    padding: 80px 0;
}
.about-info-box{
    box-sizing: border-box;
    padding-top: calc((300 / 1920) * 100vw);
    position: relative;
}
.about-info-title-box{
    width: 210px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 0;
}
/* .about-info-title-box h3{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 80px;
    color: #28327a;
    line-height: 1;
    letter-spacing: 0.06em;
}
.about-info-title-box h2{
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 36px;
    color: #000;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-top: 15px;
} */
.about-info-text-box{
    box-sizing: border-box;
    padding-top: 80px;
}
.about-info-text{
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 20px;
    color: #000;
    line-height: 36px;
    letter-spacing: 0.06em;
    margin-top: 35px;
}
.about-info-text span{
    color: #28327a;
    font-weight: 700;
}
.about-info-img-box{
    width: 50vw;
    height: calc((480 / 960) * 50vw);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
}
.about-listed-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 100px;
    padding-left: 50px;
}
.about-listed-box:last-child{
    padding-bottom: 100px;
}
.about-listed-img-box{
    width: 500px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.about-listed-img-box .main-bg{
    box-sizing: border-box;
    padding-top: 100%;
    position: relative;
    z-index: 1;
}
.about-listed-img-box::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50px;
    left: -50px;
    background-color: #28327a;
}
.about-listed-box:nth-child(3n + 2) .about-listed-img-box::after{
    background-color: #a62a32;
}
.about-listed-box:nth-child(3n + 3) .about-listed-img-box::after{
    background-color: #013d24;
}
.about-listed-box-l .about-listed-img-box::after{
    left: inherit;
    right: -50px;
}
.about-listed-text-box{
    width: calc(100% - 500px);
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 50px;
}
.about-listed-box-l .about-listed-text-box{
    padding-left: 0px;
    padding-right: 50px;
}
.about-listed-title-box{
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 26px;
    color: #28327a;
    line-height: 36px;
    letter-spacing: 0.06em;
}
.about-listed-title-box span{
    color: #000;
    font-weight: 700;
}
.about-listed-text{
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 20px;
    color: #000;
    line-height: 36px;
    letter-spacing: 0.06em;
}
.about-listed-text p{
    font-weight: 300;
    margin-bottom: 40px;
}
.about-listed-text p:last-child{
    margin-bottom: 0;
}
.about-listed-text p>span{
    font-weight: 300;
    color: #28327a;
}
.about-listed-text2 p{
    margin-bottom: 0px;
    margin-top: 20px;
    text-indent: -13px;
    box-sizing: border-box;
    padding: 0 15px
}
.about-organization-box{
    box-sizing: border-box;
    padding: 100px 0;
}
.about-organization-title-box{
    text-align: center;
}
.about-organization-title-box span{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 80px;
    color: #28327a;
    line-height: 1;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding-left: 0.06em;
}
.about-organization-title-box p{
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 36px;
    color: #000;
    line-height: 1;
    letter-spacing: 0.3em;
    box-sizing: border-box;
    padding-left: 0.3em;
    margin-top: 10px;
}
.about-organization-img-box{
    margin-top: 80px;
}


.main-title-list-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.main-title-list{
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 0 10px;
    color: #000;
    font-size: 18px;
    text-align: center;
    transition: all .3s linear;
    position: relative;
}

.about-history-box{
    padding-top: 40px;
}
.about-history-edit{
    width: 100%;
    font-size: 18px;
    line-height: 2;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.1em;
}


@media only screen and (max-width: 1200px){
    .about-all-box{
        width: 1000px;
    }
    .about-info-box{
        padding-top: 0;
    }
}
@media only screen and (max-width: 1000px){
    .about-all-box{
        width: 750px;
    }
    .about-info-box{
        padding-top: calc(100vw * 0.1);
    }
    .about-info-text br{
        display: none;
    }

    .about-listed-box{
        padding: 100px 0;
        padding-left: 30px;
    }
    .about-listed-img-box{
        width: 300px;
    }
    .about-listed-img-box::after{
        top: 30px;
        left: -30px;
    }
    .about-listed-text-box {
        width: calc(100% - 300px);
        padding-left: 30px;
    }
    .about-listed-title-box{
        font-size: 24px;
    }
    .about-listed-text{
        font-size: 18px;
    }
    .about-listed-text p{
        margin-bottom: 20px;
    }

    .about-organization-box{
        padding: 40px 0;
    }
    .about-organization-title-box span{
        font-size: 40px;
    }
    .about-organization-title-box p{
        font-size: 24px;
    }
    .about-organization-img-box{
        margin-top: 60px;
    }
    .about-listed-box-l .about-listed-img-box::after {
        right: -30px;
    }
    .about-listed-box-l .about-listed-text-box{
        padding-right: 30px;
    }
    .about-listed-text2 p{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 768px){
    .about-box{
        padding-top: 80px;
    }
    .about-all-box{
        width: 550px;
        padding: 40px 0;
    }
    .about-info-box{
        padding-top: none;
    }
    .about-info-img-box{
        width: 100%;
        position: static;
        height: calc((600 / 960) * 550px);
        margin-top: 40px;
    }
    .about-info-box{
        padding-top: 0;
    }
    .about-info-text-box{
        padding-top: 25px;
    }
    .about-info-text{
        margin-top: 15px;
        font-size: 18px;
        line-height: 30px;
    }

    .about-listed-box {
        padding: 60px 0;
        padding-left: 0px;
        display: flex;
        flex-direction: column-reverse;
    }
    .about-listed-img-box{
        width: 100%;
    }
    .about-listed-img-box::after{
        display: none;
    }
    .about-listed-text-box{
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px;
    }
    .about-listed-title-box{
        font-size: 20px;
        line-height: 30px;
    }
    .about-listed-text{
        line-height: 30px;
    }
    .about-listed-box-l{
        flex-direction: column;
    }
    .about-listed-box-l .about-listed-text-box{
        padding-right: 0;
    }
    .about-listed-text2 p{
        margin-top: 10px;
    }
    .main-title-list-box{
        margin-bottom: 40px;
    }
    .main-title-list{
        font-size: 16px;
        margin: 0;
        padding: 5px
    }
    .main-title-list:nth-child(n + 2){
        margin-left: 10px;
    }
    
    .about-history-box{
        padding-top: 20px;
    }
    .about-history-edit{
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 1.5;
    }

}
@media only screen and (max-width: 550px){
    .about-box{
        padding-top: 50px;
    }
    .about-all-box{
        width: calc(100vw - 30px);
        padding: 20px 0;
    }
    .about-info-title-box{
        width: 100%;
    }
    .about-info-text-box{
        padding-top: 15px;
    }
    .about-info-text{
        margin-top: 5px;
        font-size: 16px;
        line-height: 26px;
    }
    .about-info-img-box{
        height: calc((600 / 960) * (100vw - 30px));
        margin-top: 10px;
    }
    
    .about-listed-box {
        padding: 30px 0;
    }
    .about-listed-img-box{
        width: 100%;
    }
    .about-listed-img-box::after{
        display: none;
    }
    .about-listed-text-box{
        padding-bottom: 10px;
    }
    .about-listed-title-box{
        font-size: 18px;
        line-height: 26px;
    }
    .about-listed-text{
        font-size: 16px;
        line-height: 26px;
    }
    .about-listed-text p{
        margin-bottom: 5px;
    }

    
    .about-organization-box{
        padding: 20px 0;
    }
    .about-organization-title-box span{
        font-size: 20px;
    }
    .about-organization-title-box p{
        font-size: 18px;
        margin-top: 5px;
    }
    .about-organization-img-box{
        margin-top: 20px;
    }
    
    .about-history-box{
        padding-top: 10px;
    }
}



@media only screen and (min-width: 1001px){
    .about-info-title-box,
    .about-info-text-box,
    .about-info-img-box,
    .about-listed-img-box .main-bg,
    .about-listed-img-box::after,
    .about-listed-text-box,
    .about-organization-title-box,
    .about-organization-img-box{
        opacity: 0;
    }
    .about-info-box.anima .about-info-title-box{
        animation: fadeInDown 1s ease .2s 1 both;
    }
    .about-info-box.anima .about-info-text-box{
        animation: fade 1s ease .4s 1 both;
    }
    .about-info-box.anima .about-info-img-box{
        animation: fadeInRight 1s ease 0s 1 both;
    }

    .about-listed-img-box.anima .main-bg{
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .about-listed-img-box.anima::after{
        animation: fadeInRight 1s ease .8s 1 both;
    }
    .about-listed-text-box.anima{
        animation: fade 1s ease .3s 1 both;
    }
    .about-organization-title-box.anima{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .about-organization-img-box.anima{
        animation: fade 1s ease 0s 1 both;
    }
    .main-title-list-box.anima{
        animation: fadeInDown 1s ease 0s 1 both;
    }
}
.main-title-list::after{
    content: '';
    width: 0%;
    height: 2px;
    bottom: -4px;
    left: 0;
    position: absolute;
    display: block;
    background-color: #a62a32;
    transition: all .3s linear;
}
.main-title-list:hover:after ,.main-title-list.active:after {
    width: 100%;
}