/* background reset */
.background_2:nth-child(3) {
    position: absolute;
    width: 100%;
    bottom: 400px;
    min-height: 1130px;
}


.main-img {
    position: relative;
    margin: 130px auto 0;
    height: calc(100vh - 130px);
    width: calc(100% - 2 * var(--nav-left));
}
.main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-img-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 10;
}
.main-img-mask .top {
    height: 65px;
    background-color: rgba(10, 10, 78, 0.8);
    display: flex;
    align-items: center;
    padding-left: 150px;
}
.main-img-mask .top .breadcrumb {
    font-family: 'BaiJamjureeMedium';
    font-size: 25px;
    color: #fff;
}
.main-img-mask .top .arrow-right {
    position: relative;
    width: 21px;
    height: 21px;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    margin: 0 10px 0 20px;
}
.arrow-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}
.arrow-right::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}
.main-img-mask .top .work-title {
    display: inline-block;
    font-size: 19px;
    letter-spacing: 2px;
    color: #C9C9C9;
    line-height: normal;
}
.main-img-mask .bottom {
    padding-left: 150px;
    font-family: 'BaiJamjureeLight';
    font-size: 83px;
    line-height: 1.2;
    color: #FFFFFF;
    white-space: pre-wrap;
}

.detail-box {
    padding: 0 var(--nav-left);
}
.title {
    font-family: 'BaiJamjureeMedium';
    font-weight: bold;
    font-size: 46px;
    color: #C9C9C9;
    letter-spacing: 1px;
    margin: 30px 0 90px;
}
.overview {
    border-top: 2px solid #C9C9C9;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 180px;
}
.overview .left {
    font-family: 'BaiJamjureeMedium';
    font-size: 28px;
    color: #C9C9C9;
}
.overview .right {
    font-size: 21px;
    letter-spacing: 2px;
    color: #C9C9C9;
}

.background-white {
    position: relative;
    padding: 0 var(--nav-left);
    background-color: #fff;
}
.background-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
.inner {
    max-width: 1920px;
    margin: auto;
    padding-bottom: 250px;
}
.description {
    font-family: 'FZLTHJW';
    font-size: 21px;
    line-height: 41px;
    letter-spacing: 1px;
    color: #606060;
    padding: 150px 0 100px;
    width: 50%;
    min-width: 500px;
    text-align: justify;
}
.result-box {
    border-top: 2px solid #606060;
    padding-top: 35px;
}
.result-text {
    font-family: 'BaiJamjureeMedium';
    font-weight: bold;
    font-size: 30px;
    color: #0A0A4E;
    margin-bottom: 80px;
}
.result-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    width: 80%;
}
.result-data > div span {
    display: block;
}
.result-data sup {
    font-size: 36px;
}
.result-data > div span:nth-child(1) {
    font-family: 'FZLTDHJW';
    font-size: 60px;
    color: #FF7D00;
}
.result-data > div span:nth-child(2) {
    font-family: 'FZLTHJW';
    font-size: 24px;
    letter-spacing: 12px;
    color: #606060;
    margin-top: 10px;
}

.video-text {
    margin: 150px 0 30px;
    font-family: 'BaiJamjureeMedium';
    font-weight: bold;
    font-size: 40px;
    color: #0A0A4E;
}
.video-box {
    position: relative;
}
.video {
    width: 100%;
}

.next-wrap {
    padding: 0 var(--nav-left);
}
.next-box {
    margin-top: 200px;
    border-top: 1px solid #c9c9c9;
}
.next-text {
    font-family: 'BaiJamjureeMedium';
    font-size: 28px;
    color: #C9C9C9;
    margin: 40px 0 25px;
}
.next-work-title {
    font-family: 'FZLTDHJW';
    font-size: 34px;
    letter-spacing: 3.4px;
    color: #C9C9C9;
}
.next-work-desc {
    font-family: 'FZLTHJW';
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #C9C9C9;
    margin-top: 10px;
}
a.view-next-work {
    margin: 100px 0 60px;
    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;
}
a.view-next-work img {
    margin-left: 10px;
    width: 22px;
}
.next-work-img img {
    width: 100%;
    margin-bottom: 20px;
    height: 478px;
    object-fit: cover;
}

/* swiper reset*/
:root {
    --swiper-navigation-size: 40px;
    --swiper-navigation-color: rgba(255, 125, 0);
}
.swiper-container {
    height: 100%;
    overflow: hidden;
    z-index: 10;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}
.swiper-button-prev {
    margin-left: 30px;
    font-weight: bold;
}
.swiper-button-next {
    margin-right: 30px;
    font-weight: bold;
}
.swiper-lazy-preloader-white {
    opacity: 0.5;
}

.swiper-button-prev:before, .swiper-button-next:before {
    content: '';
    position: absolute;
    width: 55px;
    height: 110px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.4);
}
