@charset "UTF-8";
.btn2 {
    margin-top: 0;
}

.btn2 a {
    margin: 5px 30px;
}

.btn2 a:first-child {
    background-color: #000;
}

.btn2 a:first-child:hover {
    background-color: #1966a7;
}

@media (max-width: 480px) {
    .btn2 a {
        margin: 5px;
    }
}

.side_contactInfo {
    margin: 0;
}

.thankInfo {
    /*感謝資訊*/
    margin-bottom: 25px;
    font-size: 18px;
    color: #2f2f2f;
    line-height: 1.8;
}

.formBox {
    margin-top: 20px;
}

.formList {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #2f2f2f;
    margin-left: -10px;
    margin-right: -10px;
    /*字的顏色*/
}

.formList .itemInput {
    padding: 7px 10px;
    width: 100%;
    display: flex;
}

@media (max-width: 640px) {
    .formList .itemInput {
        display: block;
    }
}

.formList .left {
    width: 200px;
    margin-bottom: 5px;
    text-align: center;
}

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

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

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

.formList label {
    display: inline-block;
    margin-right: 7px;
    font-size: 15px;
    color: #2f2f2f;
}

.formList p {
    padding: 10px 0 30px;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #2f2f2f;
}

.formList p input {
    margin-right: 8px;
}

.formList em {
    font-style: normal;
    font-weight: 400;
    font-family: "新細明體", Verdana, Geneva, sans-serif;
    color: #f00;
    /*星號的顏色*/
}

.formList .inputStyle,
.formList select,
.formList textarea {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.formList .inputStyle:focus,
.formList select:focus,
.formList textarea:focus {
    border-color: #1d24ab;
    color: #1d24ab;
    background-color: #f5f5f5;
}

.formList .inputStyle {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.formList select {
    height: 30px;
    width: 200px;
}

.formList textarea {
    display: block;
    width: 100%;
    height: 150px;
}

/*驗證碼*/
.checkArea {
    clear: both;
    padding-top: 25px;
}

.checkArea .btn {
    /*送出按鈕*/
    display: inline-block;
    vertical-align: middle;
}

.checkArea .btn a {
    /*送出按鈕*/
    display: inline-block;
    padding: 7px 15px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #ccc;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.sliderBox {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.note {
    /*向右滑動解鎖*/
    position: absolute;
    left: 55px;
    top: 7px;
    font-family: '微軟正黑體';
    font-size: 15px;
    color: #999;
}

.error {
    border-color: #1966a7 !important;
}
