/* reset */
body {
    background-color: #fff;
}

.video-box {
    position: relative;
    margin-top: 220px;
}
.video-box .video {
    width: 100%;
}

.slogan-box {
    position: relative;
    padding-top: 320px;
    padding-bottom: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slogan-img {
    width: 1400px;
}

.mice-box {
    position: relative;
    padding: 115px var(--nav-left) 0;
}
.mice-box .mice-inner {
    position: relative;
    width: 80%;
    margin: 0 auto 60px;
    z-index: 2;
}
.mice-inner div.title {
    font-family: 'BaiJamjureeMedium';
    font-weight: bold;
    font-size: 106px;
    color: #0A0A4B;
    margin-top: 0;
    margin-bottom: 30px;
    white-space: nowrap;
}
.mice-inner p {
    font-family: 'FZLTHJW';
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #0A0A4B;
    width: 550px;
    text-align: justify;
}
.mice-inner .btn-read-more {
    display: inline-block;
    padding: 0 10px;
    font-family: 'BaiJamjureeMedium';
    font-weight: bold;
    font-size: 27px;
    color: #fff;
    background-color: #0A0A4B;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    margin-top: 30px;
}
.mice-box .logo_background-img {
    position: absolute;
    width: 961px;
    top: 35px;
    left: 37%;
    z-index: 1;
}

.work-box {
    position: relative;
    background-color: #fff;
}
.work-box .work-inner {
    position: relative;
    max-width: 1920px;
    padding: 0 var(--nav-left);
    overflow: hidden;
}
.work-box .title {
    display: inline-block;
    font-family: 'BaiJamjureeMedium';
    font-weight: bold;
    font-size: 36px;
    color: #0A0A4B;
    margin: 125px 0 50px 0;
}
.work-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.work-item {
    width: 30%;
    min-width: 300px;
    color: #0A0A4B;
    line-height: 2;
}
.work-item_img {
    position: relative;
    padding-top: 110%;
    background-color: #eee;
    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: 55px 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;
}

.observer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
