/* background reset */
.background_1 {
    height: 80%;
}
.background_footer {
    background: url("../../../assets/image/bg_2.jpg") no-repeat center/100% 100%;
}

.title-box {
    padding: 200px 0 0 var(--nav-left);
}
.title-box .title {
    font-family: 'BaiJamjureeMedium';
    font-weight: bold;
    font-size: 92px;
    color: #fff;
}

.contact-box {
    position: relative;
    width: 100%;
    padding-left: var(--nav-left);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}
.left-text {
    flex: 1;
    min-width: 500px;
    max-width: 600px;
}
.left-text .text_1-box {
    width: max-content;
    text-align: justify;
    text-align-last: justify;
}
.left-text .text_1-box .text_1 {
    font-family: 'BaiJamjureeMedium';
    font-size: 31px;
    letter-spacing: 1px;
    color: #CACACA;
    margin-top: 150px;
}
.left-text .text_1-box .text_2 {
    font-family: 'FZLTHJW';
    font-size: 17px;
    color: #CACACA;
}

.left-text .text_2-box {
    width: max-content;
    margin-top: 150px;
}
.left-text .text_2-box .text_1 {
    font-family: 'FZLTLHJW';
    font-size: 21px;
    letter-spacing: 1px;
    color: #CACACA;
}
.left-text .text_2-box .text_2 {
    font-family: 'BaiJamjureeLight';
    font-size: 17px;
    letter-spacing: 0.4px;
    color: #CACACA;
}
.left-text .text_2-box .text_3 {
    display: flex;
    justify-content: space-between;
    font-family: 'BaiJamjureeLight';
    font-size: 21px;
    line-height: 45px;
    letter-spacing: 0.5px;
    color: #CACACA;
}
.left-text .text_2-box .text_4 {
    font-family: 'FZLTLHJW';
    font-size: 19px;
    letter-spacing: 1px;
    color: #CACACA;
    margin-top: 55px;
    margin-bottom: 200px;
}

.right-box {
    flex: 1;
    min-width: 200px;
    max-width: 380px;
    margin: 80px 300px 0 0;
}
.right-box .label {
    font-size: 18px;
    font-family: 'FZLTLHJW';
    font-weight: 100;
    color: #CACACA;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.right-box .label span {
    letter-spacing: 3px;
}

.input-item {
    margin-bottom: 40px;
}
.input-control {
    width: 100%;
    height: 45px;
    margin: 0;
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    padding: 0 10px 0 10px;
    color: #CACACA;
    text-align: left;
    line-height: normal;
    font-size: 16px;
    resize: none;
    outline: none;
    background-color: transparent;
    border: 1px solid #0A6BFF;
    border-radius: 5px;
}

.input-code {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
    height: 45px;
}
.input-control.code {
    width: auto;
}
.image_code {
    position: relative;
    flex: 1;
}
.image_code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.btn-submit {
    font-family: 'FZLTDHJW';
    /*display: inline-flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    font-size: 24px;
    line-height: 53px;
    height: 53px;
    width: 140px;
    padding: 0 32px;
    border-radius: 14px;
    color: #002FA6;
    background-color: #cacaca;
    border: none;
    cursor: pointer;
    text-align: justify;
    text-align-last: justify;
}
