﻿#footerPage {
    margin: 2rem auto;
    width:100%;
    max-width:1200px;
    border-radius: 8px;
    background: white;
    font-size: 1rem;
}

.error-border {
    border-color: red !important;
    /*    box-shadow: 0 0 0 0.35rem red !important;*/
}

.square {
    width: 20px;
    height: 20px;
    background-color: #FF4DA4;
    margin-right: 1rem;
}

@media (max-width: 996px) {
    #footerPage {
        margin: 0;
        width: 100%;
        border-radius: 0
    }
}

#footerPage .title_header {
    background-image: url("image/title-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 352px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px 8px 0 0;
    background-position: center;
}

.title_header .title_header_t {
    font-size: 24px;
    color: #53B6B7;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #53B6B7;
}

.title_header .title_header_c {
    color: #666;
    font-weight: 400;
    letter-spacing: 0.8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 36px; /* 225% */
    margin-top: 2rem;
    justify-content: center;
}

.line {
/*    height: 50px;*/
    display: flex;
    flex-wrap: nowrap
}

    .line .green {
        background-color: #73D4D4;
        width: 100%
    }

    .line .pink {
        background: #F283B9;
        width: 100%
    }

#footerPage .inform {
    display: flex;
    justify-content: center;
    /*    align-items: center;*/
    padding: 3rem 0
}

.inform .inform-logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 200px;
    width: 100%
}

.inform-logo .inform-logo_name {
    color: #01CBDB;
    font-size: 24px;
    letter-spacing: 0.24px;
    font-weight: 500;
    text-align: center;
}

.inform .inform-content {
    transform: translate(45px, 25px);
    color: #4A4A4A;
}

.inform-content .inform-content-t {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    color: #4A4A4A
}

.inform-content .inform-content-c {
    font-weight: 400;
    line-height: 36px; /* 225% */
    letter-spacing: 0.8px;
    color: #4A4A4A
}

#footerPage .app-g {
    background: #F4FDFC;
    padding: 3rem 0;
    display: flex;
    justify-content: center;
    min-height: 240px;
}

.app-g .app-g-c {
    color: var(--primary-dark, #2B9293);
    /*    text-align: justify;*/
    font-family: Noto Sans TC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
}

#footerPage .app-w {
    display: flex;
    justify-content: center;
}

.app-w .app-pic {
    max-width: 360px;
    transform: translate(0%, -25%);
}

#footerPage .advantage_intro {
    display: flex;
    justify-content: center;
    letter-spacing: 0.32px;
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 400;
    width: 75%;
    margin: 0 auto;
}

.advantage_intro dl {
    text-align: center;
    margin: 0 1rem 1rem 1rem;
    width: 100%;
}

.advantage_intro .ai_title {
    color: #53B6B7;
    font-weight: 400;
}

.ai_title span {
    margin-right: 1rem;
    border-radius: 8px;
    border: 1px solid var(--Primary, #53B6B7);
    padding: 0.25rem 5px
}

.advantage_intro .ai_content {
    margin-top: 1rem;
    line-height: 36px; /* 225% */
}

#footerPage .future {
    margin: 1rem 0;
}

.future .inform-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4A4A4A
}

.future .inform-content-c {
    text-align: center;
    color: #4A4A4A;
}

#footerPage .form {
    background-image: url('image/Mask group.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    position: relative;
    background-position: top right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form .line_g {
    height: 1px;
    background-color: #53B6B7;
    width: 90%;
    margin: 0 auto;
    /*    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0%);*/
}

.form .formContainer {
    /*    position: absolute;
    top: 0;
    left: 50%;*/
    /*    transform: translate(-50%, 25%);*/
    display: flex;
    justify-content: center;
    width: 75%;
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    margin: 0 auto
}

.formContainer .inform-content, .formContainer .form-formal {
    width: 50%;
    margin: 0
}

.form-formal .formItem {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.formLabel {
    min-width: 100px;
}

.formInput {
    /*    width:100%;*/
    width: calc(100% - 100px);
    padding: 0
}

    .formInput .form-control {
        padding: 0.5rem;
        /*        min-width: 300px;*/
    }

        .formInput .form-control:focus {
            border-color: #53B6B7 !important;
            box-shadow: 0 0 0 0.35rem #EEFCFB !important;
        }

    .formInput .textarea {
        height: 150px;
    }

.buttonContainer button {
    border: 1px solid var(--Primary, #53B6B7);
    background: var(--Primary, #53B6B7);
    color: white;
    border-radius: 8px;
    padding: 0.5rem
}

.form-formal .formLabel {
    color: #4A4A4A;
}

.form-formal .form-control::placeholder, #inputSelect {
    color: #C0C0C0;
}

.form img {
    border-radius: 0 0 8px 8px;
}


@media (max-width: 996px) {
    #footerPage .inform {
        flex-direction: column;
        align-items: center;
        padding: 1rem 0;
    }

    .inform .inform-content {
        transform: translate(0,0);
        padding: 0 1rem;
    }

    .app-g .app-g-c {
        padding: 0 1rem;
    }

    #footerPage .advantage_intro {
        width: 100%;
        flex-direction: column;
    }

    #footerPage .future, #footerPage .form {
        width: 95%;
        margin: 0 auto;
        background: none;
    }

    .future .inform-content {
        align-items: start;
        /*        padding: 0 1rem*/
    }

    .future .inform-content-c {
        text-align: left
    }

    .advantage_intro dl {
        margin: 0;
        padding: 1rem
    }

    .form .formContainer {
        width: 100%;
        /*        padding: 0 1rem;*/
        flex-direction: column;
        /*        transform: translate(-50%, 0%);*/
        /*        position: inherit;*/
        padding-top: 0
    }

    .form .line_g {
        width: 100%
    }

    .formContainer .inform-content, .formContainer .form-formal {
        width: 100%;
        margin: 1rem 0
    }

    .form img {
        display: none
    }
}

.terms {
    width: 75%;
    margin: 2rem auto;
}

.terms-t {
    font-size: 24px;
    color: var(--Primary, #53B6B7);
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 250% */
    letter-spacing: 1.2px;
    text-align: center;
}

    .terms-t p {
        display: inline-block;
        border-bottom: 1px solid var(--Primary, #53B6B7);
    }

.terms-c {
    font-size: 1rem;
    color: #666;
    line-height: 200%; /* 32px */
    letter-spacing: 0.8px;
    font-weight: 400;
}
.terms-cItem{
    margin:1.5rem 0;
}
@media (max-width: 996px) {
    .terms {
        width: 90%;
/*        margin: 2rem auto;*/
    }

}
