.page_title {
    padding: 100px 0 56px;
}
@media(max-width:575px){
	.page_title {
	    padding: 56px 0 80px;
	}
}
@media(max-width:575px){
	.page_title h1{
		margin-bottom:8px;
	}
}

.FAQMail_area {
    background: #FAFAFA;
    padding: 30px 10px;
}

.form-container {
    max-width: 535px;
    margin: auto;
    text-align: left;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.d-flex-column .form-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.otp-input-container {
    display: flex;
    gap: 16px;
    justify-content: center;
    width: 60%;
    /*中央*/
    margin: 0 auto;
}

.otp-input {
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 24px !important;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    outline: none;
    transition: all 0.3s ease;
    background-color: #fff;
}

.otp-input:focus {
    border-color: #e91e63 !important;
    box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.1);
}

.otp-input:hover {
    border-color: #bbb;
}

/* 手機版 */
@media (max-width: 575px) {
    .otp-input {
        width: 40px;
        height: 40px;
        font-size: 20px !important;
    }

    .otp-input-container {
        gap: 8px;
    }
}

.div-uploader-area {
    border: 1px solid #E2E2E2;
    line-height: 18px;
    width: 100%;
    border-radius: 8px;
    outline: none;
    font-size: 18px;
    height: auto !important;
    background-color: #FFFFFF;
    padding: 10px;
}

.div-uploader-area > div {
    border: 1px dashed #E2E2E2;
    border-radius: 8px;
    background-color: #FAFAFA;
    padding: 10px;
}

.icon-file-upload {
    font-size: 40px;
    padding: 15px;
    border-radius: 100px;
    background-color: #FF769D4D;
}

.div_file {
    display: flex;
}

.div_file i.icon-file {
    align-items: center;
    vertical-align: middle;
}
#faq_address{
    margin-top: 30px;
}
#faq_memo{
    min-height: 190px;
}
@media (max-width: 575px) {
    #faq_address{
        margin-top: 0;
    }
}
.link--blue {
    color: #007bff;
    text-decoration: underline;
    transition: color 0.3s
    ease;
    cursor: pointer;
}
.checkbox-area{
    display: inline;
}
@media (max-width: 575px) {
    .checkbox-area{
        display: block;
        margin-top: 5px;
        margin-left: 0;
        text-align: left;
    }
}

.btn_area{
	margin-top:56px;
}
@media(max-width:575px){
	.btn_area{
		margin-top:80px;
	}
}
/* 按鈕大小呈現 */
@media(max-width:767px){
	input.btn--large, .btn--large,
        .btn--large{
        font-size:15px;
        height:40px;
        line-height:17px;
    }
}
@media (max-width:991px){
    select {
        background-color: #ffff;
    }
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    background-color: #ffff;
}