body:has(.service-page.page-service) {
    overflow-x: hidden;
    overflow-y: auto;
}

.service-page.page-service {
    background: #fff;
    color: #111;
    width: 100%;
    min-height: 0;
    height: auto;
    padding-top: 80px;
    box-sizing: border-box;
    overflow: visible;
}

.service-scroll-page {
    width: 100%;
    height: auto;
    overflow: visible;
}

.service-scroll-screen {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 80px);
    overflow: hidden;
}

.service-info-visual-section {
    position: relative;
    width: 1920px;
    height: 420px;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.service-info-visual-inner {
    position: relative;
    width: 1920px;
    height: 420px;
    margin: 0 auto;
    overflow: hidden;
}

.service-info-visual-inner img {
    display: block;
    width: 1920px;
    height: 420px;
    max-width: none;
    object-fit: cover;
}

.service-info-content-section {
    position: relative;
    width: 1920px;
    height: calc(100vh - 80px);
    min-height: 850px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.service-info-guide-img {
    position: absolute;
    left: 100px;
    top: 70px;
    display: block;
    width: 1725px;
    height: 1060px;
    max-width: none;
    z-index: 2;
}


.service-page .about-content {
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
}

.service-page .about-content-scroll {
    position: relative;
    width: 1920px;
    height: 420px;
    min-height: 0;
    margin: 0 auto;
    overflow: visible;
}

.service-page .ci-heading-overlay {
    position: relative;
    z-index: 2;
    width: 1920px;
    height: 420px;
    background: #fff;
    pointer-events: none;
}

.service-page .ci-heading-title {
    position: absolute;
    left: 820px;
    top: 70px;
    display: block;
    width: 281px;
    height: auto;
    margin: 0;
    font-family: "Pretendard-SemiBold", "Pretendard", sans-serif;
    font-size: 65px;
    line-height: 65px;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
    white-space: nowrap;
}

.service-page .ci-heading-subtitle {
    position: absolute;
    left: 850px;
    top: 160px;
    display: block;
    width: 250px;
    height: auto;
    margin: 0;
    font-family: "Pretendard", "Pretendard-Regular", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0;
    color: #0000004D;
    white-space: nowrap;
}

.service-page .ci-heading-slogan {
    position: absolute;
    left: 562px;
    top: 270px;
    display: block;
    width: 796px;
    height: auto;
    margin: 0;
    font-family: "Pretendard-Medium", "Pretendard", sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;
    white-space: nowrap;
}