﻿.about-page-box{
    width: 100%;
    display: block;
    position: relative;
    font-size: 0;
    background-color: #f5f5f5;
    margin-top: 95px;
}
.about-page-info-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 120px;
    padding-bottom: 120px;
}
.about-page-info-left-box{
    width: 850px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    padding-right: 0;
}
.about-page-info-left{
    position: relative;
    z-index: 2;
}
.about-page-info-left-title{
    font-size: 32px;
    font-family: 'Lato', "微軟正黑體";
    letter-spacing: 1px;
}
.about-page-info-left-location{
    display: block;
    width: 100%;
    font-size: 28px;
    font-family: 'Lato', "微軟正黑體";
    font-weight: 300;
    margin-bottom: 20px;
}
.about-page-info-left-location i{
    color: #ca483d;
    margin-right: 10px;
}
.about-page-info-left-edit{
    font-size: 18px;
    font-family: 'Lato', "微軟正黑體";
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.6;
}
.about-page-info-left-back{
    display: block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 20px;
    font-family: 'Lato', "微軟正黑體";
    text-align: center;
    letter-spacing: 3px;
    transition: all .3s linear;
}
.about-page-info-left-back i{
    margin-right: 5px;
}
.about-page-info-left-bg{
    width: 600px;
    height: 620px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.about-page-info-right{
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
    position: relative;
    box-sizing: border-box;
    padding-top: 84px;
}
.about-page-info-right-title{
    font-size: 32px;
    font-family: 'Lato', "微軟正黑體";
    letter-spacing: 1px;
}
.about-page-info-right-other-box{
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
}
.about-page-info-right-other{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.about-page-info-right-other-img-box{
    overflow: hidden;
}
.about-page-info-right-other-img{
    width: 100%;
    height: 200px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s linear;
}
.about-page-info-right-other-title{
    font-size: 14px;
    font-family: 'Lato', "微軟正黑體";
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow : ellipsis;
    white-space: nowrap;
    transition: all .3s linear;
}
.about-page-info-right-other-location{
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: 'Lato', "微軟正黑體";
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
    transition: all .3s linear;
}
.about-page-info-right-other-location i{
    color: #ca483d;
    margin-right: 5px;
}
.about-page-info-right-btn-box{
    font-size: 14px;
    font-family: 'Lato', "微軟正黑體";
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.about-page-info-right-btn{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    transition: all .3s linear;
}
.about-page-info-right-btn-prev{
    margin-right: 30px;
}
.about-page-info-right-btn-prev i{
    margin-right: 5px;
    color: #000;
    transition: all .3s linear;
}
.about-page-info-right-btn-next i{
    margin-left: 5px;
    color: #000;
    transition: all .3s linear;
}



/*<-------------hover--------------->*/

.about-page-info-right-other:hover .about-page-info-right-other-img{
    transform: scale(1.1);
}
.about-page-info-right-other:hover .about-page-info-right-other-title{
    color: #47A5EE;
}
.about-page-info-right-other:hover .about-page-info-right-other-location{
    color: #ca483d;
}
.about-page-info-left-back:hover{
    background-color: #ca483d;
    color: #fff;
    letter-spacing: 6px;
}
.about-page-info-right-btn:hover{
    color: #47A5EE;
}
.about-page-info-right-btn-prev:hover i{
    transform: translateX(-10px);
}
.about-page-info-right-btn-next:hover i{
    transform: translateX(10px);
}



@media only screen and (max-width: 1200px){
    .about-page-info-box{
        width: 1000px;
        padding: 80px 0;
    }
    .about-page-info-left-box{
        width: 700px;
    }
    .about-page-info-right{
        width: 250px;
    }
}
@media only screen and (max-width: 1000px){
    .about-page-info-box{
        width: 800px;
        padding: 60px 0;
    }
    .about-page-info-left-box{
        width: 100%;
        padding: 15px;
    }
    .about-page-info-left-bg{
        width: 100%;
        height: 100%;
    }
    .about-page-info-right{
        width: 100%;
        margin-left: 0;
    }
    .about-page-info-right-btn-box{
        width: 100%;
        top: 42px;
    }
    .about-page-info-right-btn-prev{
        margin-right: 0;
        text-align: left;
        float: left;
    }
    .about-page-info-right-btn-next{
        float: right;
    }
    .about-page-info-right-other{
        width: 49%;
        margin-right: 2%;
    }
    .about-page-info-right-other:nth-child(2){
        margin-right: 0;
    }
    .about-page-info-left-back-box{
        text-align: center;
    }
    .about-page-info-left-back{
        display: inline-block;
    }
}
@media only screen and (max-width: 800px){
    .about-page-info-box{
        width: 95%;
    }
    .about-page-info-left-title,
    .about-page-info-right-title{
        font-size: 28px;
    }
    .about-page-info-left-location{
        font-size: 24px;
    }
    .about-page-info-left-edit{
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px){
    .about-page-info-box{
        padding: 40px 0;
    }
    .about-page-info-left-title,
    .about-page-info-right-title{
        font-size: 24px;
    }
    .about-page-info-left-location{
        font-size: 20px;
    }
    .about-page-info-left-edit{
        font-size: 12px;
    }
    .about-page-info-left-back{
        width: 140px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .about-page-info-right-other-location{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 500px){
    .about-page-box{
        margin-top: 60px;
    }
}
@media only screen and (max-width: 400px){
    .about-page-info-box{
        padding: 20px 0;
    }
    .about-page-info-left-title,
    .about-page-info-right-title{
        font-size: 20px;
    }
    .about-page-info-left-location{
        font-size: 16px;
    }
    .about-page-info-left-back{
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .about-page-info-right-other-location{
        margin-bottom: 0;
    }
}




@media only screen and (min-width: 1001px){
    .about-page-info-left-title,
    .about-page-info-left-location,
    .about-page-info-right-title,
    .about-page-info-right-other,
    .about-page-info-left-img,
    .about-page-info-left-edit,
    .about-page-info-left-back{
        opacity: 0;
    }
    .about-page-info-left-title.active,
    .about-page-info-left-location.active{
        animation: animation_rtol 1s ease 0s both;
    }
    .about-page-info-right-title{
        animation: animation_rtol 1s ease 0.8s both;
    }
    .about-page-info-right-other{
        animation: animation_rtol 1s ease 0.8s both;
    }
    .about-page-info-left-img{
        animation: animation_btot 1s ease 0s both;
    }
    .about-page-info-left-location.active i{
        opacity: 0;
        animation: animation_ttob 1s ease 0.5s both;
    }
    .about-page-info-left-bg{
        opacity: 0;
        animation: animation_fade 1s ease 0s both;
    }
    .about-page-info-left-edit.active{
        animation: animation_btot 1s ease 0s both;
    }
    .about-page-info-left-back.active{
        animation: animation_rtol 1s ease 0s both;
    }
    .about-page-info-right-btn-prev{
        opacity: 0;
        animation: animation_rtol 1s ease 0.5s both;
    }
    .about-page-info-right-btn-next{
        opacity: 0;
        animation: animation_ltor 1s ease 0.5s both;
    }
}