@charset "UTF-8";
.contentBox.successPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
}

@media (max-width: 640px) {
    .contentBox.successPage {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .contentBox.successPage {
        font-size: 16px;
        line-height: 1.6;
    }
}

.mapBox {
    background: url(../images/bg_contact.png) repeat top center, #f0f0f0;
}

@media (min-width: 1181px) {
    .mapBox {
        padding: 80px 0;
    }
}

@media (min-width: 641px) and (max-width: 1180px) {
    .mapBox {
        padding: 60px 0;
    }
}

@media (max-width: 640px) {
    .mapBox {
        padding: 50px 0;
    }
}

@media (min-width: 641px) and (max-width: 960px) {
    .mapBox .contentBuilder .column.mapImgBox, .mapBox .contentBuilder .column.mapTxtBox {
        width: 100%;
    }
}

.thankInfo {
    margin-bottom: 20px;
}

@media (min-width: 641px) {
    .thankInfo .contactItem:not(:first-child) {
        border-left: 1px solid #e5e5e5;
    }
}

@media (max-width: 640px) {
    .thankInfo .contactItem {
        padding-top: 25px;
        border-top: 1px solid #e5e5e5;
    }
}

@media (min-width: 641px) and (max-width: 960px) {
    .thankInfo .contentBuilder .column.thankInoTxt, .thankInfo .contentBuilder .column.thankInoList {
        width: 100%;
    }
}

@media (min-width: 641px) and (max-width: 960px) {
    .thankInfo .contentBuilder .column.thankInoList {
        margin-top: 30px;
    }
}

.formList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 13px;
    color: #2f2f2f;
    margin-left: -10px;
    margin-right: -10px;
}

.formList [class^='g-'] {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 640px) {
    .formList .left {
        width: 100%;
        margin-bottom: 8px;
    }
}

@media (min-width: 641px) {
    .formList .left {
        width: 120px;
    }
    .formList .left.top {
        -ms-flex-item-align: start;
            align-self: flex-start;
        padding-top: 10px;
    }
}

.formList .right {
    width: calc(100% - 120px);
}

@media (max-width: 640px) {
    .formList .right {
        width: 100%;
    }
}

.formList label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: uppercase;
}

.formList em {
    display: inline-block;
    margin-left: 5px;
    color: #2dacdf;
}

.formList .inputStyle,
.formList select,
.formList textarea {
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-family: "Poppins", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", sans-serif;
    background-color: #f0f0f0;
}

.formList .inputStyle,
.formList select {
    width: 100%;
    height: 45px;
    line-height: 45px;
}

.formList textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 15px;
    resize: none;
}

/*驗證碼*/
.checkArea {
    clear: both;
}

@media (max-width: 640px) {
    .checkArea {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.checkArea .btn {
    text-transform: uppercase;
}

@media (min-width: 641px) {
    .checkArea .btn {
        margin-left: 120px;
    }
}

.error {
    -webkit-box-shadow: 0 0 10px #2dacdf;
            box-shadow: 0 0 10px #2dacdf;
}
