﻿.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: #498d2f;
    border: 1px solid #498d2f;
    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: #666;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    margin-top: 60px;
}
.about-history-box{
    width: 100%;
    display: block;
    position: relative;
    background-color: #f5f5f5;
    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: #000;
    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: #498d2f;
}
.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: #000;
    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: #d91e21;
    position: absolute;
    top: 11px;
    left: 2px;
}
.about-glory-box{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 120px 0;
    overflow: hidden;
}
.about-glory-all-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.about-glory-info-box{
    margin-top: 55px;
}
.about-glory-info-category-box{
    width: 260px;
    display: inline-block;
    vertical-align: top;
}
.about-glory-info-category{
    width: 100%;
    display: block;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans TC';
    font-weight: 700;
    color: #000;
    box-sizing: border-box;
    padding: 15px 0;
    line-height: 30px;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all .3s linear;
}
.about-glory-info-category:last-child{
    margin-bottom: 0;
}
.about-glory-info-category.active{
    color: #fff;
    background-color: #498d2f;
}
.about-glory-info-list-box{
    width: calc(100% - 260px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 60px;
    position: relative;
}
.about-glory-info-list{
    width: 0;
    position: absolute;
    top: 0;
    left: 60px;
    opacity: 0;
    pointer-events: none;
}
.about-glory-info-list.active{
    width: initial;
    position: relative;
    left: initial;
    opacity: 1;
    pointer-events: all;
}
.about-glory-info{
    width: 260px;
    margin-right: 60px;
}
.about-glory-info-img{
    width: 100%;
    height: 420px;
}
.about-glory-info-text{
    font-size: 14px;
    color: #000;
    letter-spacing: 0.06em;
    font-family: 'Noto Sans TC';
}
.about-glory-info-list .slick-prev{
    width: 22px;
    height: 54px;
    left: -40px;
    z-index: 2;
}
.about-glory-info-list .slick-next{
    width: 22px;
    height: 54px;
    right: -40px;
}
.about-glory-info-list .slick-disabled{
    opacity: 0;
    pointer-events: none;
}
.about-glory-info-list .slick-prev::before{
    content: '〈';
    font-family: 'Noto Sans TC';
    opacity: 1;
    font-size: 48px;
    color: #d91e21;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    transition: all .3s linear;
}
.about-glory-info-list .slick-next::before{
    content: '〉';
    font-family: 'Noto Sans TC';
    opacity: 1;
    font-size: 48px;
    color: #d91e21;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: all .3s linear;
}
.about-finance-box{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 60px 0;
}
.about-finance-all-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.about-finance-info{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 25px;
}
.about-finance-info:nth-child(odd){
    background-color: #f5f5f5;
}
.about-finance-info span{
    width: 50px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: center;
}
.about-finance-info p{
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
    font-family: 'Noto Sans TC';
    font-size: 18px;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 95px;
}
.about-finance-info a{
    width: 30px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Noto Sans TC';
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-align: center;
    transition: all .3s linear;
}
.about-stronghold-box{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 100px 0;
}
.about-stronghold-all-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.about-stronghold-title-box{
    text-align: center;
}
.about-stronghold-info{
    width: 100%;
    display: block;
    margin-top: 100px;
}
.about-stronghold-info-img-box{
    width: 50%;
    height: 500px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    overflow: hidden;
}
.about-stronghold-info-text-box{
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    padding-left: 80px;
}
.about-stronghold-info-name{
    font-size: 24px;
    font-family: 'Noto Sans TC';
    font-weight: 700;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 36px;
}
.about-stronghold-info-text{
    box-sizing: border-box;
    padding: 40px 0;
}
.about-stronghold-info-list p{
    width: 48px;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 34px;
    display: inline-block;
    vertical-align: top;
}
.about-stronghold-info-list a{
    width: calc(100% - 53px);
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 22px;
    box-sizing: border-box;
    padding: 6px 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    transition: all .3s linear;
}
.about-stronghold-info-list-url a{
    font-family: 'Noto Sans TC';
    font-size: 36px;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-right: 10px;
}



@media only screen and (max-width: 1280px){
    .about-title-box{
        width: 1200px;
    }

    .about-statusQuo-all-box{
        width: 1200px;
    }

    .about-history-all-box{
        width: 1200px;
    }

    .about-glory-all-box{
        width: 1200px;
    }
    .about-glory-info{
        width: 240px;
        height: calc((420 / 260) * 240px);
        margin-right: 50px;
    }

    .about-finance-all-box{
        width: 1200px;
    }
    
    .about-stronghold-all-box{
        width: 1200px;
    }
    .about-stronghold-info-img-box{
        height: calc((500 / 640) * 600px);
    }
}
@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;
    }

    .about-glory-box{
        padding: 100px 0;
    }
    .about-glory-all-box{
        width: 1000px;
    }
    .about-glory-info{
        width: 180px;
        height: calc((420 / 260) * 180px);
        margin-right: 40px;
    }

    .about-finance-all-box{
        width: 1000px;
    }
    
    .about-stronghold-all-box{
        width: 1000px;
    }
    .about-stronghold-info-img-box{
        height: calc((500 / 640) * 500px);
    }
}
@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;
    }

    .about-glory-box{
        padding: 60px 0;
    }
    .about-glory-all-box{
        width: 750px;
    }
    .about-glory-info-category-box{
        width: 200px;
    }
    .about-glory-info-category{
        font-size: 14px;
        padding: 10px 0;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .about-glory-info-list-box{
        width: calc(100% - 200px);
    }
    .about-glory-info{
        width: 200px;
        height: calc((420 / 260) * 200px);
        margin-right: 30px;
    }

    .about-finance-all-box{
        width: 750px;
    }
    .about-finance-info p{
        padding: 0 40px;
    }
    
    .about-stronghold-box{
        padding: 60px 0;
    }
    .about-stronghold-all-box{
        width: 750px;
    }
    .about-stronghold-info{
        margin-top: 60px;
    }
    .about-stronghold-info-img-box{
        height: calc((500 / 640) * 375px);
    }
    .about-stronghold-info-text-box{
        padding-left: 40px;
    }
    .about-stronghold-info-name{
        font-size: 20px;
        line-height: 1.4;
    }
    .about-stronghold-info-text{
        padding: 20px 0;
    }
    .about-stronghold-info-list p{
        line-height: 28px;
    }
    .about-stronghold-info-list a{
        line-height: 16px;
    }
    .about-stronghold-info-list-url a{
        font-size: 26px;
    }
}
@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;
    }

    .about-glory-box{
        padding: 40px 0;
    }
    .about-glory-all-box{
        width: 550px;
    }
    .about-glory-info-box{
        margin-top: 20px;
    }
    .about-glory-info-category-box{
        width: 100%;
    }
	.rwd-about-glory-info-category{
        width: 100%;
        border: 1px solid #666;
        font-family: 'Noto Sans TC';
        font-size: 18px;
        letter-spacing: 0.06em;
        text-align: center;
        display: block;
        line-height: 40px;
        position: relative;
        box-sizing: border-box;
    }
    .rwd-about-glory-info-category:after {
        content: '';
        width: 0px;
        height: 0px;
        margin: 0 auto;
        border-right: 6px solid transparent;
        border-top: 8px solid #666;
        border-left: 6px solid transparent;
        display: block;
        position: absolute;
        bottom: calc(50% - 4px);
        right: 13px;
        box-sizing: border-box;
    }
    .about-glory-info-category-all-box{
        width: 100%;
        position: absolute;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 4;
        background-color: #fff;
        box-sizing: border-box;
        padding: 5px 0;
        display: none;
    }
    .about-glory-info-category{
        margin-bottom: 0;
        background-color: transparent;
        padding: 10px 0;
        line-height: 20px;
        font-size: 18px;
        font-weight: 400;
    }
    .about-glory-info-list-box{
        width: 100%;
        margin-top: 20px;
    }

    .about-finance-box{
        padding: 40px 0;
    }
    .about-finance-all-box{
        width: 550px;
    }
    .about-finance-box .about-glory-info-list-box{
        padding: 0;
    }
    
    .about-stronghold-box{
        padding: 40px 0;
    }
    .about-stronghold-all-box{
        width: 550px;
    }
    .about-stronghold-info{
        margin-top: 40px;
    }
    .about-stronghold-info-img-box{
        width: 100%;
        height: calc((500 / 640) * 550px);
    }
    .about-stronghold-info-text-box{
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .about-stronghold-info-text{
        padding: 10px 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;
    }

    .about-glory-box{
        padding: 20px 0;
    }
    .about-glory-all-box{
        width: 95vw;
    }
    .about-glory-info-box{
        margin-top: 10px;
    }
    .about-glory-info-category-box{
        width: 100%;
    }
	.rwd-about-glory-info-category{
        font-size: 16px;
        line-height: 36px;
    }
    .about-glory-info-category{
        font-size: 16px;
    }
    .about-glory-info-list-box{
        margin-top: 10px;
        padding: 0 30px;
    }
    .about-glory-info-list{
        width: 0;
        left: 30px;
    }
    .about-glory-info {
        width: calc((95vw - 60px - 10px) / 2);
        height: calc((420 / 260) * ((95vw - 60px - 10px) / 2));
        margin-right: 10px;
    }
    .about-glory-info-list .slick-prev{
        width: 15px;
        height: 44px;
        left: -30px;
    }
    .about-glory-info-list .slick-prev::before{
        font-size: 30px;
        line-height: 40px;
    }
    .about-glory-info-list .slick-next{
        width: 15px;
        height: 44px;
        right: -30px;
    }
    .about-glory-info-list .slick-next::before{
        font-size: 30px;
        line-height: 40px;
    }

    .about-finance-all-box{
        width: 95vw;
    }
    .about-finance-info{
        padding: 10px 15px;
    }
    .about-finance-info span{
        font-size: 16px;
        line-height: 24px;
    }
    .about-finance-info p{
        font-size: 16px;
        line-height: 24px;
        padding: 0 15px;
    }
    .about-finance-info a{
        font-size: 16px;
        line-height: 24px;
    }

    .about-stronghold-box{
        padding: 20px 0;
    }
    .about-stronghold-all-box{
        width: 95vw;
    }
    .about-stronghold-info{
        margin-top: 20px;
    }
    .about-stronghold-info-img-box{
        width: 100%;
        height: calc((500 / 640) * 95vw);
    }
    .about-stronghold-info-text-box{
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .about-stronghold-info-text{
        padding: 0;
        padding-bottom: 10px;
    }
    .about-stronghold-info-name{
        font-size: 18px;
    }
    .about-stronghold-info-list p {
        width: 41px;
        line-height: 24px;
        font-size: 14px;
    }
    .about-stronghold-info-list a {
        width: calc(100% - 46px);
        line-height: 16px;
        font-size: 14px;
        padding: 4px 0;
    }
    .about-stronghold-info-list-url a{
        font-size: 20px;
    }
}
@media only screen and (max-width: 400px){
    .about-glory-info {
        width: calc(95vw - 60px);
        height: calc((420 / 260) * (95vw - 60px));
        margin-right: 10px;
    }
    .about-finance-info span{
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }
    .about-finance-info p {
        width: calc(100% - 30px);
        padding-left: 0;
        padding-right: 10px;
    }
}



@media only screen and (min-width: 769px){
    .about-tag:hover{
        background-color: #498d2f;
        color: #fff;
    }
    .about-glory-info-list .slick-arrow:hover::before{
        color: #498d2f;
    }
    .about-finance-info a:hover{
        color: #498d2f;
    }
    .about-stronghold-info-list a[href]:hover,
    .about-stronghold-info-list-url a:hover{
        color: #d91e21;
    }



    .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;
    }
}