* {
    box-sizing: border-box;
}

#send-info {
    width: 113px;
    height: 47px;
    border: 1px solid #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    #send-info[disabled] {
        opacity: 0.8;
        border: 1px solid #1a1a1aa8;
        cursor: revert;
        cursor: pointer;
        pointer-events: none;
    }

.form-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    color: #ccc;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

i.fa.fa-times {
}

.form-popup-text {
    font-size: 20px;
    /* margin-bottom: 20px; */
}

.form-popup-header {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0.8;
    cursor: pointer;
}

.form-popup {
    position: fixed;
    width: 80%;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    padding: 36px 80px 53px 80px;
    background: #fff;
    z-index: 100001;
    text-align: center;
    color: #eb0a1e;
}

.loca-form-left-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: auto;
    overflow: hidden;
}

.loca-form-readmore {
    margin-top: 16px;
    font-family: Toyota Type;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #eb0a1e;
    display: none;
}

    .loca-form-readmore i {
        padding-left: 4px;
    }

.form-submit button {
    width: 113px;
    height: 47px;
    background: none;
    outline: none;
    border: 1px solid #1a1a1a;
    font-family: Toyota Type;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
}

.form-submit {
    display: flex;
    justify-content: center;
}

.localization-form {
    width: 1440px;
    margin: auto;
    margin-bottom: 121px;
    max-width: 100%;
    padding: 0;
}

.form-item input,
.form-item textarea {
    width: 100%;
    resize: none;
    /* color: #ccc; */
    /* border: none; */
    outline: none;
    padding-bottom: 4px;
    margin-bottom: 16px;
}

.form-item textarea {
    border: 1px solid #ccc;
}

.form-item textarea {
    margin-bottom: 30px;
}

.form-item input {
    border: none;
    border-bottom: 1px solid #ccc;
    height: 40px;
}

    .form-item input::placeholder {
        color: #ccc;
    }

label {
}

.form-item label {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 16px;
}

.loca-form-right {
    border: 1px solid #808080;
    padding: 37px 89px 42px 89px;
    background: #fff;
    flex: 1;
}

.loca-form-left {
    width: 321px;
    margin-right: 80px;
}

.loca-form-content {
    display: flex;
    flex-direction: row;
    background: #eee;
    padding: 62px 160px;
}

.loca-form-title {
    text-align: center;
    margin-bottom: 117px;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}

    .loca-form-title:before {
        content: "";
        width: 120px;
        height: 1px;
        background: #eb0a1e;
        position: absolute;
        bottom: -37px;
        left: 50%;
        transform: translateX(-50%);
    }

.loca-info-item-text {
    font-size: 16px;
    font-weight: 400;
    padding-left: 28px;
}

.loca-info-item-image {
    /* width: 28px; */
    /* height: 28px; */
}

    .loca-info-item-image img {
        /* width: 100%; */
    }

.loca-info-item {
    display: flex;
    margin-bottom: 28px;
    align-items: center;
}

.loca-info-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: start;
}

.loca-info-content {
    padding-left: 70px;
}

.loca-info-image {
    width: 750px;
    height: 426px;
    max-width: 100%;
    margin-bottom: 0;
}

    .loca-info-image img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
    }

.page-content {
    width: 1280px;
    padding: 0;
}

.localization-info {
    display: flex;
    flex-direction: row;
    border-bottom: none;
    margin-bottom: 120px;
}

.loca-info-item-text:hover a {
    color: #101010;
}

.loca-form-left {
    margin-bottom: 15px;
}

@media screen and (max-width : 786px) {
    .loca-form-content {
        padding: 62px 16px;
    }

    .loca-form-right {
        padding: 37px 16px 42px 16px;
    }

    .loca-form-left {
        margin-right: 30px;
    }
}

@media screen and (max-width: 576px) {
    .localization-form {
        padding: 0 16px;
        margin-bottom: 40px;
    }

    .community-banner {
        margin-top: -10px !important;
    }

    .localization-info {
        flex-direction: column;
    }

    .page-content {
        padding: 16px;
        padding-bottom: 0;
    }

    .loca-info-content {
        padding-left: 0;
    }

    .loca-info-title {
        font-size: 18px;
        text-align: center;
    }

    .loca-info-image {
        height: 214px;
        margin-bottom: 33px;
    }

    .loca-info-item {
        margin-bottom: 24px;
    }

    .localization-info {
        border-bottom: 1px solid #ccc;
        margin-bottom: 24px;
    }

    .loca-form-content {
        flex-direction: column;
    }

    .loca-form-content {
        padding: 0 0px;
    }

    .loca-form-content {
        background: none;
    }

    .loca-form-right {
        border: none;
        padding: 0px;
        background: #fff;
        flex: 1;
    }

    .loca-form-left {
        margin-right: 0;
    }

    .loca-form-left {
        width: 100%;
    }

    .loca-form-title {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
    }

        .loca-form-title:before {
            bottom: -15px;
        }

    .loca-form-title {
        margin-bottom: 30px;
    }

    .localization-info {
        margin-bottom: 0;
    }

    .loca-form-left-text {
        -webkit-line-clamp: 4;
    }

    .loca-form-readmore {
        display: block;
    }

    .community-banner-detail {
        text-align: center;
    }

    .community-banner {
        height: 395px;
    }

    .form-popup {
        padding: 50px 16px 53px 16px;
    }

    .form-popup-header {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .form-popup-text {
        font-size: 16px;
    }
}

.community-banner-title {
    font-size: 40px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
