body:has(.about-page.page-about) {
    overflow-x: hidden;
    overflow-y: auto;
}

.about-page.page-about {
    background: #fff;
    color: #111;
    width: 100%;
    min-height: 0;
    height: auto;
    padding-top: 80px;
    box-sizing: border-box;
    overflow: visible;
}

.ci-scroll-page {
    width: 100%;
    height: auto;
    overflow: visible;
}

.ci-scroll-screen {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 80px);
    overflow: hidden;
}

.about-hero {
    position: relative;
    width: 1920px;
    height: 420px;
    max-height: none;
    margin: 0 auto;
    overflow: hidden;
}

.about-hero-image,
.about-content-image {
    width: 100%;
}

.about-hero-image img,
.about-content-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.about-hero-image img {
    width: 1920px;
    height: 420px;
    max-width: none;
    object-fit: cover;
}

.about-content {
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
}

.about-content-scroll {
    position: relative;
    width: 1920px;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    overflow: visible;
}

.ci-heading-overlay {
    position: relative;
    z-index: 2;
    width: 1920px;
    height: 420px;
    background: #fff;
    pointer-events: none;
}

.ci-heading-title {
    position: absolute;
    left: 928px;
    top: 70px;
    display: block;
    width: 64px;
    height: 65px;
    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;
}

.ci-heading-subtitle {
    position: absolute;
    left: 797px;
    top: 140px;
    display: block;
    width: 327px;
    height: 40px;
    margin: 0;
    font-family: "Pretendard", "Pretendard-Regular", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    white-space: nowrap;
}

.ci-heading-slogan {
    position: absolute;
    left: 448px;
    top: 270px;
    display: block;
    width: 1025px;
    height: 60px;
    margin: 0;
    font-family: "Pretendard-Medium", "Pretendard", sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;
    white-space: nowrap;
}

.ci-symbol-section {
    position: relative;
    width: 1920px;
    height: calc(100vh - 80px);
    min-height: 850px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.ci-symbol-left {
    position: absolute;
    left: 100px;
    top: 20px;
    width: 500px;
    height: 850px;
    background: #F3F3F3;
    box-sizing: border-box;
    overflow: hidden;
}

.ci-symbol-left img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 500px;
    height: 850px;
    max-width: none;
}

.ci-symbol-right {
    position: absolute;
    left: 700px;
    top: 70px;
    width: 874px;
    height: 770px;
    box-sizing: border-box;
    overflow: hidden;
}

.ci-symbol-right img {
    display: block;
    width: 874px;
    height: 770px;
    max-width: none;
}


.ci-concept-section {
    position: relative;
    width: 1920px;
    height: calc(100vh - 80px);
    min-height: 850px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
.ci-concept-left {
    position: absolute;
    left: 100px;
    top: 20px;
    width: 500px;
    height: 850px;
    background: #F3F3F3;
    box-sizing: border-box;
    overflow: hidden;
}

.ci-concept-left img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 500px;
    height: 850px;
    max-width: none;
}

.ci-concept-right {
    position: absolute;
    left: 700px;
    top: 70px;
    width: 751px;
    height: 729px;
    box-sizing: border-box;
    overflow: hidden;
}

.ci-concept-right img {
    display: block;
    width: 751px;
    height: 729px;
    max-width: none;
}


.about-ci-floating {
    position: fixed;
    right: 56px;
    top: 160px;
    z-index: 900;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.about-ci-floating-link {
    display: block;
    width: 82px;
    height: 82px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.about-ci-floating-link img {
    display: block;
    width: 82px;
    height: 82px;
    max-width: none;
    object-fit: contain;
}