/* business visual */
.business_visual {
    padding-top: 310px;
    padding-bottom: 200px;
}
.business_visual p {
    font-family: 'FF Good Pro', 'Spoqa Han Sans Neo', '맑은 고딕', Dotum;
    font-weight: bold;
    font-size: 24px;
}
.business_visual .business_main_title {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.5;
}

/* business left nav */
.service_nav_wrap {
    position: fixed;
    top: 50%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: -65px;
    padding-left: 14px;
}
.service_nav {
    opacity: 0;
    transition: all 0.3s;
}
.service_nav.active {
    opacity: 1;
}
.service_nav .nav_progress {
    position: absolute;
    top: 7px;
    left: 0;
    height: 100%;
}
.service_nav .nav_progress .nav_bar {
    display: inline-block;
    width: 4px;
    height: 90%;
    border-radius: 999em;
    background-color: #b2b3b6;
}
.service_nav .nav_progress .nav_pointer {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -2px;
    width: 8px;
    height: 8px;
    background-color: #101010;
    border-radius: 50%;
    transition: all .3s;
}
.service_nav li:not(:last-child) {
    margin-bottom: 15px;
}
.service_nav li a {
    color: #a5a5a5;
    font-size: 15px;
}
.service_nav li.active a {
    color: #000;
}

/* business service */
.business_service {
    background-color: #dbdcdf;
}

/* .business_service .fullpage_layout {
    scroll-snap-type: y mandatory;
    overflow: auto;
} */
.business_service .bs_content {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 240px;
    padding-bottom: 210px;
}
.business_service .bs_content .right_area {
    width: 640px;
    margin-left: 30px;
}
.business_service .bs_content .top_text {
    font-family: 'FF Good Pro', 'Spoqa Han Sans Neo', '맑은 고딕', Dotum;
    font-size: 16px;
    font-weight: bold;
}
.business_service .left_area {
    max-width: 720px;
    width: 100%;
    box-sizing: border-box;
}
.business_service .left_area img {
    width: auto;
}
.business_service .right_area .main_text {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 24px;
    margin-bottom: 96px;
}
.business_service .right_area .sub_text {
    list-style: disc;
    color: #757575;
    margin-left: 13px;
    margin-bottom: 58px;
    font-size: 16px;
    line-height: 1.5;
    word-break: keep-all;
}
.business_service .right_area .sub_text li {
    margin-bottom: 18px;
}
.business_service .more_btn {
    display: flex;
    position: relative;
    padding-top: 15px;
    max-width: 200px;
}
.business_service .more_btn span {
    font-family: 'FF Good Pro', 'Spoqa Han Sans Neo', '맑은 고딕', Dotum;
    font-size: 18px;
    font-weight: bold;
}
.business_service .more_btn svg {
    width: 16px;
    margin-left: 20px;
    transform: rotate(270deg);
}
/* .business_service .right_area .more_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #101010;
} */


.business_detail_list .list_item {
    line-height: 1.5;
    word-break: keep-all;
    background-color: #fff;
}
.business_detail_list .list_item .content_layout {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    /* padding: 150px 0; */
}
.business_detail_list .list_item .content_layout .left_area {
    max-width: 570px;
    margin-right: 9.38vw;
}
.business_detail_list .list_item:nth-child(odd) {
    background-color: #f5f5f5;
}
 
.business_detail_list .list_item .top_text {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
}
.business_detail_list .list_item .main_text {
    font-size: 40px;
    margin-bottom: 70px;
    line-height: 1.2;
}
.business_detail_list .list_item .sub_text {
    line-height: 1.8;
    font-size: 16px;
    list-style: disc;
    margin-left: 12px;
}
.business_detail_list .list_item:nth-child(odd) .sub_text {
    color: #757575;
}

.business_detail_list .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: inherit !important;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .business_visual {
        padding-top: 38.89vw;
        padding-bottom: 33.33vw;
    }
    .business_visual p {
        font-size: 4.44vw;
        margin-bottom: 6.67vw;
    }
    .business_visual .business_main_title {
        font-size: 8.33vw;
    }

    .service_nav {
        display: none;
    }
    
    .business_service {
        padding-top: 0;
        padding-bottom: 27.78vw;
        background-color: #fff;
    }
    .business_service .more_btn svg {
        width: 10px;
    }
    .business_service .fullpage_layout {
        padding: 0;
    }
    .business_service .bs_content {
        display: flex;
        flex-direction: column;
        margin-bottom: 27.78vw;
        padding-top: 0;
        padding-bottom: 0;
    }
    .business_service .bs_content:last-child {
        margin-bottom: 0;
    }
    .business_service .bs_content .top_text {
        font-size: 13.33vw;
        color: #dbdcdf;
        margin-bottom: 5.56vw;
    }
    .business_service .bs_content .left_area {
        padding-left: 5.56vw;
    }
    .business_service .bs_content .left_area img {
        width: 100%;
        background-color: #dbdbdf;
        box-sizing: border-box;
    }
    .business_service .bs_content:nth-child(odd) .top_text {
        text-align: right;
    }
    .business_service .bs_content:nth-child(odd) .left_area {
        padding-left: 0;
        padding-right: 5.56vw;
    }

    .business_service .bs_content .right_area {
        width: 100%;
        padding: 0 5.56vw;
        margin-left: 0;
        box-sizing: border-box;
    }
    .business_service .right_area .main_text {
        font-size: 6.67vw;
        margin: 11.11vw 0;
    }
    .business_service .right_area .sub_text {
        font-size: 3.61vw;
        margin-bottom: 11.11vw;
    }
    .business_service .right_area .sub_text li {
        margin-bottom: 0;
        line-height: 1.8;
        word-break: keep-all;
    }
    .business_service .right_area .more_btn span {
        font-size: 3.33vw;
    }
    .business_service .right_area .more_btn img {
        width: 2.78vw;
        margin-left: 1.81vw;
    }

    .business_detail_list {
        padding-top: 38.89vw;
    }
    .business_detail_list .list_item .top_text {
        font-family: 'FF Good Pro', 'Spoqa Han Sans Neo', '맑은 고딕', Dotum;
        font-size: 13.33vw;
        color: #dbdcdf;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 11.11vw;
    }
    .business_detail_list .list_item .top_text strong {
        color: #575757;
    }
    .business_detail_list .list_item .main_text {
        padding: 0 5.56vw;
        font-size: 6.67vw;
        font-weight: 300;
        margin-bottom: 11.11vw;
        line-height: 1.5;
    }
    .business_detail_list .list_item .sub_text {
        padding: 0 5.56vw;
        font-size: 3.61vw;
        margin-bottom: 11.11vw;
    }

    .business_detail_list .list_item {
        padding-bottom: 27.78vw;
    }
    .business_detail_list .list_item:nth-child(odd) {
        background-color: #fff;
    }
    .business_detail_list .list_item .content_layout {
        flex-direction: column;
        padding: 0;
    }
    .business_detail_list .list_item .content_layout .left_area {
        margin-right: 0;
    }
    .business_detail_list .list_item .content_layout .right_area {
        /* margin-left: 5.56vw;
        background: #f6f6f6; */
    }
    .business_detail_list .list_item .content_layout .right_area img {
        width: 100%;
    }
}