.bannerArea{
    overflow: hidden;
}

.bannerArea .Img .innerImg{
    padding-top: 42%;
}

.bannerArea .TxtBox{
    position: absolute;
    width: 100%;
    top: 57%;
    left: 50%;
    transform: translateX(-50%);
}

.bannerArea .TxtBox h2{
    font-weight: 700;
    font-family: 'Noto Serif TC', serif;
    text-align: center;
    letter-spacing: 6px;
    font-size: 2.3rem;
}

.formArea{
    padding: 5% 0;
    background: #f8b62b;
}

.formArea .formBox{
    text-align: center;
    color: #fff;
}

.formArea .formBox h5{
    line-height: 2;
    margin-bottom: 3rem;
}

.formArea .formBox form .form-control{
    border-radius: 0px;
    background-color: transparent;
    border-color: #fff;
    width: 50%;
    margin: 0 auto 1rem auto;
}

.formArea .formBox form .form-control:focus{
    outline: 0;
    box-shadow: 0 0 10px 3px #c4c4c377;
}

.formArea .formBox form .form-check-input{
    border-radius: 0px;
    background-color: transparent;
    border-color: #fff;
}

.formArea .formBox form .form-check-input:focus{
    box-shadow: 0 0 0;
}

.formArea .formBox form h6{
    margin-top: 2.5rem;
}

.formArea .formBox form small{
    display: block;
    margin-top: 10px;
}

::placeholder{
    color: #fff !important;
    letter-spacing: 1px;
}

.form-check-input:checked[type=radio] {
    background-image: url(../images/check-icon.png);
    /* --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e); */
}

@media (max-width:1600px) {
    .bannerArea .TxtBox h2{
        font-size: 2rem;
    }
}

@media (max-width:991px) {
    .bannerArea .Img .innerImg{
        padding-top: 49%;
    }
    
    .bannerArea .TxtBox h2{
        letter-spacing: 1px;
        font-size: 1.2rem;
    }

    .formArea{
        padding: 3rem 0;
    }

    .formArea .formBox h5{
        font-size: 0.9rem;
    }

    .formArea .formBox form .form-control{
        width: 100%;
    }

    .formArea .formBox form small{
        font-size: 0.7rem;
    }

    ::placeholder{
        font-size: 0.85rem;
    }
}

@media (max-width:767px) {
    .bannerArea .TxtBox h2{
        font-size: 0.7rem;
    }
}
