/* background reset */
.background_1, .background_2 {
    min-height: 1080px;
}
.background_1:nth-child(5) {
    min-height: 860px;
}
.background_footer {
    background: url("../../../assets/image/bg_2.jpg") no-repeat center/100% 100%;
}

.title-box {
    margin: 250px 0 0 var(--nav-left);
}
.title-box .title {
    font-family: 'BaiJamjureeMedium';
    font-weight: bold;
    font-size: 92px;
    color: #fff;
}
.title-box .desc {
    font-family: 'BaiJamjureeMedium';
    font-size: 27px;
    color: #CACACA;
}

.text-box {
    margin: 100px var(--nav-left) 0;
}
.text_1_en {
    font-family: 'BaiJamjureeMedium';
    font-weight: bold;
    font-size: 27px;
    line-height: 37px;
    color: #0A6BFF;
}
.text_1_zh {
    font-family: 'FZLTHJW';
    font-size: 17px;
    line-height: 2;
    letter-spacing: 2px;
    color: #CACACA;
    margin-top: 10px;
}

.text_2-box {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 180px;
    flex-wrap: wrap;
}
.text_2-slogan div {
    font-family: 'FZLTDHJW';
    font-size: 70px;
    line-height: 100px;
    letter-spacing: 7px;
    color: #fff;
    white-space: nowrap;
}

.text_3-wrap {
    margin-top: 200px;
}
.text_3-box {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.text_3-box > div:nth-child(1) {
    width: 50%;
    min-width: 400px;
}
.text_3-box .text_3-title {
    width: 100%;
    font-family: 'FZLTDHJW';
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 2px;
    color: #0A6BFF;
    margin-bottom: 12px;
}
.text_3-box .text_3-content {
    /*width: 710px;*/
    font-family: 'FZLTHJW';
    font-size: 20px;
    line-height: 37px;
    letter-spacing: 2px;
    color: #CACACA;
    text-align: justify;
}
.text_3-box img {
    min-width: 400px;
    max-width: 700px;
    height: min-content;
}
.text_3-box:nth-child(2) {
    margin-top: 130px;
    flex-direction: row-reverse;
}

.work-box {
    position: relative;
    margin: 340px var(--nav-left) 0;
}
.work-box .work-inner {
    position: relative;
    max-width: 1920px;
    overflow: hidden;
}
.work-box .title {
    font-family: 'BaiJamjureeMedium';
    font-weight: bold;
    font-size: 36px;
    color: #CACACA;
    margin-bottom: 85px;
}
.work-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.work-item {
    width: 30%;
    min-width: 300px;
    color: #CACACA;
    line-height: 2;
}
.work-item_img {
    position: relative;
    padding-top: 110%;
    background-color: #606060;
    line-height: 1;
    margin-bottom: 18px;
}
.work-item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work-item_sub-title, .work-item_desc {
    font-family: 'FZLTHJW';
    font-size: 14px;
    letter-spacing: 1px;
}
.work-item_title {
    font-family: 'FZLTDHJW';
    font-size: 34px;
    letter-spacing: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
a.btn-more-work {
    margin: 75px 0 25px;
    line-heiht: 1;
    font-family: 'BaiJamjureeMedium';
    font-weight: bold;
    font-size: 30px;
    color: #0A6BFF;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    float: right;
}
a.btn-more-work img {
    margin-left: 10px;
    width: 22px;
}

.footer {

}
