﻿.main-title-en{
    font-size: 60px;
    color: #000;
    letter-spacing: 0.2em;
    font-family: 'Anton';
}
.main-title-ch{
    font-size: 18px;
    color: #000;
    letter-spacing: 0.2em;
}
.about-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 100px;
    overflow: hidden;
}
.main-title-box{
    text-align: center;
    padding: 50px 0;
}
.about-info-box{
    font-size: 0;
    width: 100%;
}


.about-info{
    width: 100%;
    display: block;
    margin-bottom: 45px;
}
.about-info:last-child{
    margin-bottom: 0;
}
.about-info-q-box{
    width: 100%;
    display: block;
    background-color: #bdab95;
    cursor: pointer;
    transition: all .3s linear;
}
.about-info-q-en{
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto';
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.about-info-q-text{
    width: calc(100% - 120px);
    display: inline-block;
    vertical-align: middle;
    font-family: 'Noto Sans TC';
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 30px;
    font-size: 16px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
}
.about-info-a-box{
    width: 100%;
    background-color: #c4b2ae;
    display: none;
}
.about-info-a-en{
    width: 120px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto';
    color: #000;
    opacity: 0.8;
    font-size: 42px;
    line-height: 80px;
    text-align: center;
}
.about-info-a-text{
    width: calc(100% - 120px);
    display: inline-block;
    vertical-align: top;
    font-family: 'Noto Sans TC';
    color: #000;
    opacity: 0.8;
    letter-spacing: 0.06em;
    line-height: 30px;
    font-size: 18px;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
}



@media only screen and (max-width: 1280px){
    .about-all-box{
        width: 940px;
    }
}
@media only screen and (max-width: 1000px){
    .about-box{
        padding-bottom: 60px;
    }
    .about-all-box{
        width: 690px;
    }
    .about-info-box{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 768px){
    .about-box{
        padding: 20px 20px;
        padding-bottom: 40px;
        box-sizing: border-box;
    }
    .about-all-box{
        width: 100%;
    }
    .about-info-box{
        margin-top: 20px;
    }
    .about-title h2>p{
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.1em;
    }
    .about-title h2>span{
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px;
    }
    .about-info-q-en{
        width: 80px;
        font-size: 28px;
    }
    .about-info-q-text{
        width: calc(100% - 80px);
        padding: 15px 0;
        font-size: 16px;
    }
    .about-info{
        margin-bottom: 20px;
    }
    .about-info-a-en{
        width: 80px;
        font-size: 28px;
        line-height: 60px;
    }
    .about-info-a-text{
        width: calc(100% - 80px);
        padding: 15px 0;
        font-size: 16px;
    }
    .main-title-box{
        padding: 10px 0;
    }
    .main-title-en{
        font-size: 24px;
        letter-spacing: 0.1em;
    }
    .main-title-ch{
        font-size: 14px;
        letter-spacing: 0.06em;
    }
}
@media only screen and (max-width: 550px){
    .about-box{
        padding: 10px 20px;
        padding-bottom: 40px;
    }
    .about-info-box{
        margin-top: 10px;
    }
    .about-title h2>p{
        font-size: 18px;
    }
    .about-title h2>span{
        margin-top: 0;
    }
    .about-info-q-en{
        width: 40px;
        font-size: 20px;
    }
    .about-info-q-text{
        width: calc(100% - 40px);
        padding: 10px 0;
        font-size: 14px;
        line-height: 22px;
    }
    .about-info-a-en{
        width: 40px;
        font-size: 20px;
        line-height: 40px;
    }
    .about-info-a-text{
        width: calc(100% - 40px);
        padding: 10px 0;
        font-size: 14px;
        line-height: 22px;
    }
}





/*animation*/
/*<-------------動畫------------->*/
@media only screen and (min-width: 1001px){
    .about-info:hover .about-info-q-box{
        background-color: #3f3735;
    }
}

