﻿.about-box{
    width: 100%;
    min-height: 100vh;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 133px;
}
.about-info-box{
    background-color: #023465;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 10vh 0;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    font-size: 0;
    position: relative;
}
.about-info-all-box{
    width: 1600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.about-info-title-box>h2{
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    line-height: 36px;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: bottom;
}
.about-info-title-box>p{
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 18px;
    color: #ccc;
    line-height: 24px;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}
.about-info{
    margin-top: 50px;
}
.about-info-img-box{
    width: 640px;
    height: 420px;
    display: inline-block;
    vertical-align: top;
}
.about-info-text-box{
    width: calc(100% - 640px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 60px;
}
/* .about-info-text>p{
    font-family: 'Noto Sans TC';
    font-size: 18px;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.06em;
}
.about-info-list-box{
    margin-top: 40px;
}
.about-info-list{
    margin-bottom: 10px;
}
.about-info-list:last-child{
    margin-bottom: 0;
}
.about-info-list-name{
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding: 10px 0;
} */
.about-info-list-p{
    font-family: 'Noto Sans TC';
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    /* padding: 5px 0; */
}
.about-info-list-p>span{
    color: #fba804;
}
.about-info-bgText-box{
    position: absolute;
    bottom: 0;
    right: -0.06em;
    font-size: 300px;
    font-family: 'Oswald';
    font-weight: 700;
    color: #fff;
    opacity: 0.02;
    line-height: 270px;
    letter-spacing: 0.06em;
    pointer-events: none;
}

.about-contact-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 130px;
    padding-bottom: 200px;
    background-color: #f5f5f5;
}
.about-contact-all-box{
    width: 1600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.about-contact-title-box>h3{
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 28px;
    color: #023465;
    line-height: 36px;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: bottom;
}
.about-contact-title-box>p{
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 18px;
    color: #ccc;
    line-height: 24px;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}
.about-contact-bgText-box{
    position: absolute;
    bottom: -55px;
    left: -0.06em;
    font-size: 300px;
    font-family: 'Oswald';
    font-weight: 700;
    color: #023465;
    opacity: 0.02;
    line-height: 270px;
    letter-spacing: 0.06em;
    pointer-events: none;
}


.contact-info-form{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 135px 160px;
    background-color: #fff;
    margin-top: 30px;
}
.contact-form-list{
    margin-top: 50px;
}
.contact-form-list:first-child{
    margin-top: 0;
}
.contact-form-list-title{
    font-family: 'Noto Sans TC';
    font-size: 18px;
    color: #023465;
    line-height: 2;
    letter-spacing: 0.06em;
}
.contact-form-text{
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 15px;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #000;
    letter-spacing: 0.06em;
    border: none;
    margin-top: 10px;
}
.contact-form-list-textarea{
    width: 100%;
    display: block;
    height: 200px;
    line-height: 20px;
    background-color: #f5f5f5;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 15px 15px;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #000;
    letter-spacing: 0.06em;
    border: none;
    margin-top: 10px;
    resize: none;
}


.contact-form-text::-webkit-input-placeholder,
.contact-form-list-textarea::-webkit-input-placeholder{
    font-family: 'Noto Sans TC';
    color: #888;
}
.contact-form-text:-moz-placeholder,
.contact-form-list-textarea:-moz-placeholder{
    font-family: 'Noto Sans TC';
    color: #888;
}
.contact-form-text::-moz-placeholder,
.contact-form-list-textarea::-moz-placeholder{
    font-family: 'Noto Sans TC';
    color: #888;
}


.contact-form-select{
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 15px;
    padding-right: 30px;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #333;
    letter-spacing: 0.06em;
    border: none;
    margin-top: 10px;
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none;/*CSS3*/
}
.contact-form-select-box{
    position: relative;
}
.contact-form-select-box:after{
    content: 'none';
    font-size: 0;
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 6px solid transparent;
    border-top: 10px solid #023465;
    border-left: 6px solid transparent;
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
    pointer-events: none;
}
button{
    font-family: "Noto Sans TC","Microsoft JhengHei";
}
.button{
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    margin-top: 80px;
}
.button button{
    width: 300px;
    display: block;
    margin: 0 auto;
    line-height: 60px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    padding: 0;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    background-color: #fba804;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}


/*表單送出*/
.contact-thanks-box{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}
.contact-thanks-box.active{
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
}
.contact-thanks{
    max-width: 500px;
    min-width: 200px;
    width: 400px;
    padding: 40px 30px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.contact-thanks-p{
    font-size: 16px;
    color: #555;
    transform: scaleY(1.05);
    letter-spacing:  1px;
    line-height: 2;   
}
.contact-out{
    width: 21px;
    height: 21px;
    max-width: 100%;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.contact-out span{
    width: 15px;
    height: 1px;
    background-color: #888;
    display: block;
    margin: 0 auto;
    position: relative;
}
.contact-out span:nth-child(1){
    top: 10px;
    left: 0px;
    transform: rotate(45deg);
}
.contact-out span:nth-child(2){
    top: 9px;
    left: 0px;
    transform: rotate(-45deg);
}



@media only screen and (max-width: 1600px){
    .about-info-all-box,
    .about-contact-all-box{
        width: 1400px;
    }
}
@media only screen and (max-width: 1400px){
    .about-info-all-box,
    .about-contact-all-box{
        width: 1200px;
    }
}
@media only screen and (max-width: 1200px){
    .about-info-all-box,
    .about-contact-all-box{
        width: 1000px;
    }
    .about-info-img-box{
        width:  400px;
        height: calc((420 / 640) * 400px);
    }
    .about-info-text-box {
        width: calc(100% - 400px);
        padding-left: 40px;
    }
    .about-contact-bgText-box{
        font-size: 240px;
    }
}
@media only screen and (max-width: 1000px){
    .about-info-all-box,
    .about-contact-all-box{
        width: 750px;
    }
    .about-info{
        margin-top: 30px;
    }
    .about-info-img-box{
        width:  100%;
        display: block;
        height: calc((420 / 640) * 750px);
    }
    .about-info-text-box {
        width: 100%;
        display: block;
        padding-left: 0px;
        padding-top: 40px;
    }

    .about-contact-box{
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .contact-info-form{
        padding: 85px 100px;
    }
    .about-contact-bgText-box{
        font-size: 180px;
    }
}
@media only screen and (max-width: 768px){
    .about-box{
        margin-top: 72px;
    }
    .about-info-all-box,
    .about-contact-all-box{
        width: 550px;
    }
    .about-info-box{
        padding: 40px 0;
        display: block;
    }
    .about-info-title-box>h2{
        font-size: 22px;
        line-height: 30px;
    }
    .about-info-title-box>p{
        font-size: 16px;
        line-height: 20px;
    }
    .about-info {
        margin-top: 20px;
    }
    .about-info-img-box {
        height: calc((420 / 640) * 550px);
    }
    .about-info-text-box {
        padding-top: 30px;
    }
    .about-info-bgText-box{
        display: none;
    }

    .about-contact-box{
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .contact-info-form{
        padding: 40px 40px;
    }
    .about-contact-bgText-box{
        display: none;
    }
    .about-contact-title-box>h3{
        font-size: 22px;
        line-height: 30px;
    }
    .about-contact-title-box>p{
        font-size: 16px;
        line-height: 20px;
    }
    .contact-form-list {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 550px){
    .about-box{
        margin-top: 46px;
    }
    .about-info-all-box,
    .about-contact-all-box{
        width: 95vw;
    }
    .about-info-box{
        padding: 20px 0;
    }
    .about-info-title-box>h2{
        font-size: 18px;
        line-height: 22px;
    }
    .about-info-title-box>p{
        font-size: 14px;
        line-height: 16px;
        margin-left: 5px;
    }
    .about-info {
        margin-top: 10px;
    }
    .about-info-img-box {
        height: calc((420 / 640) * 95vw);
    }
    .about-info-text-box {
        padding-top: 20px;
    }
    .about-info-text>p{
        font-size: 16px;
        line-height: 1.4;
    }
    .about-info-list-box {
        margin-top: 20px;
    }
    .about-info-list {
        margin-bottom: 5px;
    }
    .about-info-list-name{
        font-size: 16px;
        padding: 5px 0;
    }
    .about-info-list-p{
        font-size: 16px;
        line-height: 1.2;
    }

    .about-contact-box{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .contact-info-form{
        padding: 10px 10px;
        margin-top: 10px;
    }
    .about-contact-bgText-box{
        display: none;
    }
    .about-contact-title-box>h3{
        font-size: 18px;
        line-height: 22px;
    }
    .about-contact-title-box>p{
        font-size: 14px;
        line-height: 16px;
        margin-left: 5px;
    }
    .contact-form-list {
        margin-top: 20px;
    }
    .contact-form-list-title{
        font-size: 16px;
        line-height: 1.4;
    }
    .contact-form-text{
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        font-size: 14px;
        margin-top: 5px;
    }
    .contact-form-select{
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        padding-right: 20px;
        font-size: 14px;
        margin-top: 5px;
    }
    .contact-form-select-box:after{
        right: 5px;
    }
    .contact-form-list-textarea{
        height: 150px;
        padding: 10px;
        font-size: 14px;
        margin-top: 5px;
    }
    .button{
        margin-top: 20px;
    }
    .button button{
        width: 200px;
        font-size: 16px;
        line-height: 40px;
        letter-spacing: 0.06em;
        padding-left: 0.06em;
    }
}

@media only screen and (max-width: 480px){

    .contact-thanks, .alert-info{
        width: 95%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .contact-thanks-p{
        font-size: 20px;
    }
}

@media only screen and (min-width: 769px){
    .about-info-list-p>a{
        transition: all .3s linear;
    }
    .about-info-list-p>a:hover{
        color: #fba804;
    }

    .contact-form-text,
    .contact-form-select,
    .contact-form-list-textarea,
    .button button{
        transition: all .3s linear;
    }
    .contact-form-text:hover,
    .contact-form-text:focus{
        background-color: #e1e1e1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    .contact-form-select:hover{
        background-color: #e1e1e1;
    }
    .contact-form-list-textarea:hover,
    .contact-form-list-textarea:focus{
        background-color: #e1e1e1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .button button:hover{
        background-color: #000;
        color: #fff;
    }


    .about-info-title-box>p,
    .about-info-title-box>h2,
    .about-contact-title-box>p,
    .about-contact-title-box>h3,
    .about-info-img-box,
    .about-info-text-box,
    .contact-form-list,
    .button{
        opacity: 0;
    }
    .about-info-title-box.anima>h2{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .about-info-title-box.anima>p{
        animation: fadeInRight 1s ease .6s 1 both;
    }
    .about-contact-title-box.anima>h3{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .about-contact-title-box.anima>p{
        animation: fadeInRight 1s ease .6s 1 both;
    }
    .about-info.anima .about-info-img-box{
        animation: fade 1s ease 0s 1 both;
    }
    .about-info.anima .about-info-text-box{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .contact-form-list.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .button.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
}