﻿.about-box{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-top: 120px;
    min-height: calc(100vh - 120px);
}
.about-title-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 110px 0;
    font-size: 0;
    text-align: center;
}
.about-tag-box{
    margin-top: 100px;
}
.about-tag{
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px;
    text-align: center;
    font-size: 16px;
    line-height: 58px;
    font-family: 'Noto Sans TC';
    color: #ffe100;
    border: 1px solid #ffe100;
    background-color: #fff;
    transition: all .3s linear;
}
.about-tagID{
    position: absolute;
    top: -120px;
}
.about-statusQuo-box{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 100px;
}
.about-statusQuo-all-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.about-statusQuo-title-box{
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #000;
    font-family: 'Noto Sans TC';
    font-weight: 700;
}
.about-statusQuo-info{
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 30px;
    color: #ddd;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    /* margin-top: 60px; */
}
.about-history-box{
    width: 100%;
    display: block;
    position: relative;
    background-color: #333;
    box-sizing: border-box;
    padding: 100px 0;
}
.about-history-all-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.about-title{
    font-family: 'Noto Serif TC';
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
}
.about-history-info-box{
    margin-top: 50px;
}
.about-history-info{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 35px 0;
    border-bottom: 1px solid #ddd;
}
.about-history-info:last-child{
    border-bottom: none;
}
.about-history-info-year{
    width: 120px;
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 0.1em;
    font-family: 'Roboto';
    font-weight: 700;
    font-style: italic;
    color: #ffe100;
}
.about-history-info-text-box{
    width: calc(100% - 120px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 60px;
}
.about-history-info-text{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans TC';
    color: #fff;
    position: relative;
    box-sizing: border-box;
    padding-left: 25px;
    margin-bottom: 15px;
}
.about-history-info-text:last-child{
    margin-bottom: 0;
}
.about-history-info-text::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffe100;
    position: absolute;
    top: 11px;
    left: 2px;
}


@media only screen and (max-width: 1280px){
    .about-title-box{
        width: 1200px;
    }

    .about-statusQuo-all-box{
        width: 1200px;
    }

    .about-history-all-box{
        width: 1200px;
    }

}
@media only screen and (max-width: 1200px){
    .about-tagID{
        top: -100px;
    }

    .about-box{
        margin-top: 100px;
        min-height: calc(100vh - 100px);
    }
    .about-title-box{
        width: 1000px;
    }
    .about-tag{
        width: 150px;
        margin: 0 20px;
    }

    .about-statusQuo-all-box{
        width: 1000px;
    }

    .about-history-all-box{
        width: 1000px;
    }

}
@media only screen and (max-width: 1000px){
    .about-title-box{
        width: 750px;
    }
    .about-tag{
        width: 120px;
        margin: 0 10px;
        line-height: 50px;
    }

    .about-statusQuo-all-box{
        width: 750px;
    }

    .about-history-box{
        padding: 60px 0;
    }
    .about-history-all-box{
        width: 750px;
    }

}
@media only screen and (max-width: 768px){
    .about-title-box{
        width: 300px;
        padding: 40px 0;
    }
    .about-tag-box{
        margin-top: 30px;
    }
    .about-tag{
        width: 100%;
        max-width: 95vw;
        margin: 0 0 10px 0;
        line-height: 50px;
    }

    .about-statusQuo-box{
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .about-statusQuo-all-box{
        width: 550px;
    }

    .about-history-box{
        padding: 40px 0;
    }
    .about-history-all-box{
        width: 550px;
    }
    .about-history-info-text-box{
        width: 100%;
        padding: 20px 0;
    }
    .about-title{
        font-size: 26px;
    }
    .about-history-info-box{
        margin-top: 30px;
    }
    .about-history-info{
        padding: 25px 0;
    }

}
@media only screen and (max-width: 550px){
    .about-tagID{
        top: -70px;
    }
    
    .about-box{
        margin-top: 70px;
        min-height: calc(100vh - 70px);
    }
    .about-title-box{
        padding: 20px 0;
    }
    .about-tag-box{
        margin-top: 20px;
    }
    .about-tag{
        line-height: 40px;
        font-size: 14px;
    }

    .about-statusQuo-box{
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .about-statusQuo-all-box{
        width: 95vw;
    }
    .about-statusQuo-title-box{
        font-size: 20px;
    }
    .about-statusQuo-info{
        font-size: 14px;
        line-height: 1.6;
        margin-top: 20px;
    }

    .about-history-box{
        padding: 20px 0;
    }
    .about-history-all-box{
        width: 95vw;
    }
    .about-title{
        font-size: 20px;
    }
    .about-history-info-box{
        margin-top: 10px;
    }
    .about-history-info{
        padding: 10px 0;
    }
    .about-history-info-year{
        font-size: 20px;
        line-height: 1.4;
    }
    .about-history-info-text-box{
        padding: 10px 0;
        padding-bottom: 0;
    }
    .about-history-info-text{
        font-size: 14px;
        line-height: 1.4;
        padding-left: 15px;
        margin-bottom: 5px;
    }
    .about-history-info-text::before{
        width: 6px;
        height: 6px;
        top: 7px;
        left: 0;
    }

}



@media only screen and (min-width: 769px){
    .about-tag:hover{
        background-color: #ffe100;
        color: #fff;
    }
    .about-glory-info-list .slick-arrow:hover::before{
        color: #ffe100;
    }
    .about-finance-info a:hover{
        color: #ffe100;
    }
    .about-stronghold-info-list a[href]:hover,
    .about-stronghold-info-list-url a:hover{
        color: #ffe100;
    }



    /* .about-tag-box,
    .about-statusQuo-title-box,
    .about-statusQuo-info,
    .about-title,
    .about-history-info,
    .about-glory-info-category-box,
    .about-glory-info-list-box,
    .about-stronghold-info-img-box,
    .about-stronghold-info-text-box{
        opacity: 0;
    }
    .about-tag-box.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .about-statusQuo-title-box.anima{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .about-statusQuo-info.anima{
        animation: fade 1s ease 0s 1 both;
    }
    .about-title.anima{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .about-history-info.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .about-glory-info-category-box.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .about-glory-info-list-box.anima{
        animation: fade 1s ease 0s 1 both;
    }
    .about-stronghold-info.anima .about-stronghold-info-img-box{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .about-stronghold-info.anima .about-stronghold-info-text-box{
        animation: fadeInDown 1s ease .3s 1 both;
    } */
}