body,
html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Noto Sans KR';
}

.snap-container {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.snap-child {
    scroll-snap-align: start;
    height: 100vh;
    width: 100%;
}

/* 공통 섹션 레이아웃 */
.content-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.section-inner {
    display: flex;
    width: 1600px;
    min-width: 1600px;
    align-items: flex-start;
}

.section-image,
.section-text {
    flex: 1;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.6s ease-out;
}

.section-visible .section-image,
.section-visible .section-text {
    opacity: 1;
    transform: translateY(0);
}

.section-bg {
    background-image: var(--bg-img);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.introBg {
    --bg-img: url("../img/introBg.webp");
    color: #fff;
}

.missionBg {
    --bg-img: url("../img/missionBg.webp");
    color: #010101;
}

.competitiveBg {
    --bg-img: url("../img/competitiveBg.webp");
    color: #010101;
}

.consultBg {
    --bg-img: url("../img/consultBg.webp");
    color: #fff;
}

.logisticBg {
    --bg-img: url("../img/logisticBg.webp");
    color: #fff;
}

.factoryBg {
    --bg-img: url("../img/factoryBg.webp");
    color: #fff;
}

.maintenanceBg {
    --bg-img: url("../img/maintenanceBg.webp");
    color: #fff;
}

.noneBg {
    --bg-img: none;
    color: #010101;
}

.introBg .section-text {
    flex: 0 0 65%;
}

.introBg .section-image {
    flex: 0 0 35%;
}

.maintenanceBg .section-text {
    flex: 0 0 35%;
}

.maintenanceBg .section-image {
    flex: 0 0 65%;
}
.section-text h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.section-text .desc {
    font-size: 38px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: 75px;
    margin-bottom: 135px;
}

.section-text .slogan {
    font-size: 26.5px;
    font-family: 'Noto Serif KR';
}

.section-text .slogan strong {
    display: block;
    font-size: 36px;
    font-family: 'Outfit';
    margin-top: 10px;
    letter-spacing: 10px;
}

.section-image {
    display: flex;
    justify-content: right;
    align-items: center;
}

.section-image-leftAlign {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.intro-image {
    width: 543px;
    height: auto;
}

.company-info {
    padding-left: 20px;
}

.company-info h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 28px;
}

.custom-list {
    list-style-position: inside;
    font-size: 24px;
    line-height: 40px;
    list-style: none;
    padding-left: 0;
    margin: 0;
    color: #373737;
}

.custom-list li {
    position: relative;
    padding-left: 12px;
}

.custom-list li::before {
    content: '■';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 7px;
}

.aboutCI-Wrap {
    padding-left: 160px;
    width: 636px;
}

.aboutCI-logo-Wrap {
    background: #fff;
    padding: 0 20px;
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 30px;
}

.aboutCI-logo-Wrap p {
    text-align: left;
}

.aboutCI-logo-Wrap img {
    margin-bottom: 50px;
}

.missionWrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 1109px;
    display: inline;
}

.missionTitle {
    font-size: 65px;
    font-weight: bold;
    color: #002b85;
    text-align: right;
    line-height: 74px;
    letter-spacing: -1px;
    margin: 50px 0 30px;
}

.missionTitle span {
    padding-right: 160px;
}

.missionContantsWrap {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.missionContantsWrap.desc01 {
    padding-left: 384px;
}

.missionContantsWrap.desc02 {
    padding-left: 222px;
    margin-top: 89px;
}

.missionContantsWrap.desc03 {
    margin-top: 31px;
}

.missionContantsWrap h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.missionContantsDesc {
    margin: 0;
    font-size: 28px;
    color: #373737;
}

.missionContantsDesc-li {
    list-style: none;
    padding-left: 0;
}

.missionBoxWrap {
    background: #fff;
    margin-top: 10px;
    font-size: 24px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.compatativeWrap {
    width: 100%;
    text-align: center;
}

.compatativeWrap h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

.compatativeWrap p {
    font-size: 28px;
    margin-bottom: 50px;
    margin-top: 20px;
    padding: 0 100px;
    color: #373737;
}

.compatativeWrapFlex {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.compatativeWrapFlex div {
    flex: 1;
    background: #f1f1f1;
    padding: 50px 45px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.compatativeWrapFlex div img {
    margin-bottom: 20px;
}

.compatativeWrapFlex div h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
    line-height: 36px;
}

.compatativeWrapFlex div ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 28px;
    line-height: 36px;
    color: #373737;
}

.compatativeWrapFlex div ul li {
    display: flex;
    padding-top: 7px;
    letter-spacing: -1.5px;
}

.compatativeWrapFlex div ul li span {
    min-width: 40px;
}

.consultWrap {
    padding-right: 210px;
}

.factoryWrap {
    padding-right: 325px;
}

.factoryWrap p {
    line-height: 65px;
}

.logisticWrap {
    background-color: #203c97;
    padding: 55px 50px;
    margin-left: 80px;
}

.maintenanceDescWrap {
    line-height: 60px !important;
    padding-right: 95px;
}

.card-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    flex-wrap: nowrap;
}

.card-wrap > div {
    flex: 1;
    min-width: 0;
    background: #fff;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
}

.card-wrap > div img {
    width: 100%;
    height: auto;
}

.card-wrap > div > div {
    padding: 30px;
}

.card-wrap > div > div h3 {
    font-size: 34px;
    color: #010101;
    margin: 0;
}

.card-wrap > div > div p {
    font-size: 28px;
    color: #373737;
    margin: 0;
}

.bottom {
    background-color: #303539;
    color: #818181;
    font-family: 'Outfit';
    font-size: 21px;
    letter-spacing: -1px;
    height: 140px;
    line-height: 140px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.contants-title-38 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contants-title-36 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contants-title-30 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contants-desc-34 {
    margin-bottom: 55px;
    font-size: 34px;
    padding-left: 10px;
    color: #d7d7d7;
}

.contants-desc-32 {
    margin-bottom: 55px;
    font-size: 32px;
    padding-left: 10px;
    line-height: 38px;
    margin-top: 20px;
    color: #d7d7d7;
    letter-spacing: -1px;
}

.contants-desc-28 {
    margin-bottom: 55px;
    font-size: 28px;
    padding-left: 10px;
    color: #373737;
}

.divide-vertical-line {
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.divide-vertical-line-small {
    width: 1px;
    background: #ccc;
    margin: 0 16px;
}

.divide-line {
    height: 1px;
    width: 100%;
    background: #ccc;
}

.position-relative {
    position: relative;
}

.paddingLR10 {
    padding: 0 10px;
}

.marginTop0 {
    margin-top: 0;
}

.marginTop10 {
    margin-top: 10px;
}

.marginBottom0 {
    margin-bottom: 0;
}

.marginTopBot0 {
    margin: 0;
}

.marginBottom100 {
    margin-bottom: 100px;
}

.paddingL0 {
    padding-left: 0;
}

.paddingL10 {
    padding-left: 10px;
}

.height100vh {
    height: 100vh;
}

.lineheight1 {
    line-height: 1;
}

.alignItemCenter {
    align-items: center;
}

.flex1 {
    flex: 1;
}

.flex1 p:nth-of-type(1) {
    font-weight: bold;
    margin: 10px 0;
    line-height: 1;
}

.flex1 p:nth-of-type(2) {
    margin: 0;
}

.fontWhite {
    color: #fff;
}

.fontBlack {
    color: #010101;
}

.fontGray {
    color: #373737;
}

@media screen and (max-width: 1600px) {
    .section-inner {
        width: 1024px;
        min-width: 1024px;
    }

    .introBg .section-text img {
        width: 200px;
        height: auto;
    }

    .section-text .desc {
        font-size: 23px;
        font-weight: 600;
        padding-left: 10px;
        margin-top: 45px;
        margin-bottom: 75px;
    }

    .intro-image {
        width: 358px;
        height: auto;
    }

    .section-text .slogan {
        font-size: 16px;
        font-family: 'Noto Serif KR';
    }

    .section-text .slogan strong {
        display: block;
        font-size: 21px;
        font-family: 'Outfit';
        margin-top: 10px;
        letter-spacing: 6px;
    }

    .contants-title-30 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .contants-desc-28 {
        margin-bottom: 45px;
        font-size: 18px;
        padding-left: 10px;
        color: #373737;
        letter-spacing: -1px;
    }

    .company-info h3 {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 18px;
    }

    .custom-list {
        list-style-position: inside;
        font-size: 14px;
        line-height: 24px;
        list-style: none;
        padding-left: 0;
        margin: 0;
        color: #373737;
    }

    .aboutCI-Wrap {
        padding-left: 246px;
        width: 388px;
    }

    .aboutCI-logo-Wrap p {
        margin: 5px 0;
    }

    .aboutCI-logo-Wrap img {
        width: 60%;
        height: auto;
        margin-bottom: 30px;
    }

    .missionTitle {
        font-size: 40px;
        font-weight: bold;
        color: #002b85;
        text-align: right;
        line-height: 50px;
        letter-spacing: -1px;
        margin: 40px 0 15px;
    }

    .missionTitle span {
        padding-right: 100px;
    }

    .missionWrap {
        position: absolute;
        top: 0;
        right: 0;
        width: 845px;
        display: inline;
    }

    .missionContantsWrap.desc02 {
        padding-left: 284px;
        margin-top: 55px;
    }

    .missionContantsWrap.desc03 {
        margin-top: 30px;
        padding-left: 140px;
    }

    .missionWrap img {
        width: 45px;
    }

    .missionContantsWrap h3 {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        line-height: 1;
        margin-bottom: 2px;
    }

    .missionContantsDesc {
        margin: 0;
        font-size: 16px;
        color: #373737;
    }

    .missionBoxWrap {
        background: #fff;
        margin-top: 10px;
        font-size: 14px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

    .compatativeWrap h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .compatativeWrapFlex {
        display: flex;
        justify-content: space-between;
        gap: 60px;
    }

    .compatativeWrap p {
        font-size: 18px;
        margin-bottom: 30px;
        margin-top: 5px;
        padding: 0 100px;
        color: #373737;
    }

    .compatativeWrapFlex div {
        flex: 1;
        background: #f1f1f1;
        padding: 35px 30px;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
        text-align: left;
    }

    .compatativeWrapFlex div img {
        margin-bottom: 10px;
        width: 40px;
        height: auto;
    }

    .compatativeWrapFlex div h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 0;
        text-align: left;
        line-height: 24px;
    }

    .compatativeWrapFlex div ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 18px;
        line-height: 24px;
        color: #373737;
    }

    .compatativeWrapFlex div ul li span {
        min-width: 25px;
    }

    .contants-title-38 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .contants-title-36 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .contants-desc-34 {
        margin-bottom: 35px;
        font-size: 24px;
        padding-left: 10px;
        color: #d7d7d7;
    }

    .consultWrap {
        padding-right: 20px;
    }

    .contants-desc-32 {
        margin-bottom: 45px;
        font-size: 22px;
        padding-left: 10px;
        line-height: 28px;
        margin-top: 5px;
        color: #d7d7d7;
        letter-spacing: -1px;
    }

    .contants-desc-32 {
        margin-bottom: 15px;
        font-size: 22px;
        padding-left: 10px;
        line-height: 28px;
        margin-top: 10px;
        color: #d7d7d7;
        letter-spacing: -1.2px;
    }

    .logisticWrap {
        background-color: #203c97;
        padding: 40px 35px;
        margin-left: 20px;
    }

    .logisticBg img {
        width: 467px;
        height: auto;
    }

    .factoryWrap {
        padding-right: 120px;
    }

    .factoryWrap p {
        line-height: 40px;
    }

    .maintenanceDescWrap {
        line-height: 40px !important;
        padding-right: 45px;
    }

    .card-wrap > div > div {
        padding: 20px;
    }

    .card-wrap > div > div h3 {
        font-size: 24px;
        color: #010101;
        margin: 0;
    }

    .card-wrap > div > div p {
        font-size: 17px;
        color: #373737;
        margin: 0;
    }

    .bottom {
        background-color: #303539;
        color: #818181;
        font-family: 'Outfit';
        font-size: 16px;
        letter-spacing: -1px;
        height: 100px;
        line-height: 100px;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

}
