@charset "UTF-8";
/* CSS Document */
.mainArea {
    padding: 0;
}

.joinBox .Txt {
    margin-bottom: 50px;
}
.joinBox .Img {
    margin-bottom: 50px;
}
.joinBox .textBox {
    padding: 0 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.joinBox .textBox h4 {
    margin-bottom: 30px;
}
.joinBox ul.textList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.joinBox ul.textList li {
    width: 50%;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.joinBox ul.textList li .Txt {
    margin-bottom: 0;
}

.joinBox02 {
    padding: 85px 0;
    background-color: #0c243f;
    text-align: center;
    font-size: 40px;
    font-family: "Poppins", "微軟正黑體", sans-serif;
    font-weight: 600;
    color: #fff;
}
.joinBox02 a {
    display: inline-block;
    margin: 0 5px;
    font-family: "Roboto", "微軟正黑體", sans-serif;
    font-weight: 700;
    font-size: 28px;
    width: 400px;
    height: 85px;
    line-height: 85px;
    background-color: #fff;
    color: #0c243f;
}
.joinBox02 a.contact {
    background-color: #0062d0;
    color: #fff;
}

@media (max-width: 1366px) {
    .joinBox02 {
        padding: 40px 0;
        font-size: 30px;
    }
    .joinBox02 a {
        font-size: 24px;
        width: 300px;
        height: 70px;
        line-height: 70px;
    }
}
@media (max-width: 1023px) {
    .joinBox .Img {
        margin-bottom: 20px;
    }
    .joinBox .textBox {
        padding: 0;
    }
    .joinBox .textBox h4 {
        margin-bottom: 30px;
    }
}
@media (max-width: 820px) {
    .joinBox02 {
        padding: 20px;
        font-size: 26px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
                align-items: center;
    }
    .joinBox02 a {
        font-size: 20px;
        width: 280px;
        height: 65px;
        line-height: 65px;
        margin: 15px 0 0;
    }
}
@media (max-width: 480px) {
    .joinBox .textBox h4 {
        font-size: 28px;
        line-height: 36px;
    }
    .joinBox ul.textList li {
        width: 100%;
    }
}