﻿.construct-box{
    width: 100%;
    display: block;
    position: relative;
    background-color: #ffd200;
    box-sizing: border-box;
    padding-top: 60px;
}
.construct-all-box{
    width: 95%;
    min-height: calc(100vh - 60px);
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: column;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
    padding: 60px 0;
    text-align: center;
}
.construct-title-img{
    width: 350px;
    display: inline-block;
}
.construct-title{
    font-size: 36px;
    font-weight: 700;
    font-family: "微軟正黑體";
    line-height: 2;
    color: #000;
    box-sizing: border-box;
    padding-left: 0.03em;
    letter-spacing: 0.03em;
}
.construct-en-box p{
    font-size: 80px;
    font-family: 'Arial';
    color: #000;
    letter-spacing: 0.03em;
    box-sizing: border-box;
    padding-left: 0.03em;
    font-weight: 700;
}
.construct-text p{
    font-size: 28px;
    font-family: "微軟正黑體";
    line-height: 1.6;
    color: #000;
    letter-spacing: 0.03em;
    box-sizing: border-box;
    padding-left: 0.03em;
}
.construct-community{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.construct-community a{
    font-size: 60px;
    line-height: 1.6;
    color: #000;
    transition: all .3s linear;
}


@media only screen and (max-width: 1000px){
    .construct-box{
        padding-top: 50px;
    }
    .construct-all-box{
        min-height: calc(100vh - 50px);
        padding: 50px 0;
    }
}
@media only screen and (max-width: 768px){
    .construct-all-box{
        padding: 40px 0;
    }
    .construct-title-img{
        width: 200px;
    }
    .construct-title{
        font-size: 26px;
    }
    .construct-en-box p{
        font-size: 50px;
    }
    .construct-text p{
        font-size: 20px;
    }
    .construct-community{
        margin: 0 10px;
    }
    .construct-community a{
        font-size: 40px;
    }
}
@media only screen and (max-width: 360px){
    .construct-all-box{
        padding: 20px 0;
    }
    .construct-title-img{
        width: 200px;
    }
    .construct-title{
        font-size: 20px;
    }
    .construct-en-box p{
        font-size: 40px;
    }
    .construct-text p{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1001px){
    .construct-community a:hover{
        color: #fff;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    }
}