.pc {
    display: block;
}

.mo {
    display: none;
}

.wrapper {
    margin: 0 auto;
}

.block_768 {
    display: none;
}

.none_768 {
    display: block;
}

@media screen and (max-width: 768px) {
    .block_768 {
        display: block;
    }

    .none_768 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .mo {
        display: block;
    }
}

.title-box h2 {
    text-align: center;
    font-family: SUIT;
    font-size: 50px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1px;
}

.title-box h3 {
    font-size: 26px;
    line-height: 150%;
    letter-spacing: -0.52px;
}

.point {
    color: #5BBFA9;
}

/* SUB1 ::: SECTION 1 */
.s1 .icl-sec1 {
    position: relative;
    color: #fff;
    text-align: center;
    background: url(/img/icl/icl_s1_sec1_bg.png) center center/cover no-repeat;
    padding: clamp(60px, 10vw, 120px) 0;
}

.s1 .icl-sec1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.s1 .icl-sec1 .bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s1 .icl-sec1 .title-box {
    position: relative;
    z-index: 2;
    padding-bottom: clamp(40px, 8vw, 90px);
}

.s1 .icl-sec1 h2 {
    font-size: clamp(26px, 3vw, 50px);
    padding-bottom: clamp(4px, 1.5vw, 8px);
    letter-spacing: clamp(-0.52px, -0.5vw, -1px);
}

.s1 .icl-sec1 h3 {
    font-size: clamp(16px, 2vw, 26px);
    line-height: 150%;
    letter-spacing: clamp(-0.32px, -0.5vw, -0.52px);
}

.s1 .icl-sec1 .img-box {
     z-index: 2;
     position: relative;
    padding-bottom: clamp(40px, 8vw, 90px);
}

.s1 .icl-sec1 .img-box img {
    margin: 0 auto;
}

.s1 .icl-sec1 .con-box {
    z-index: 2;
    position: relative;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, auto);
    overflow: hidden;
    justify-content: center;
}

.s1 .icl-sec1 .con-box img {
    width: 100%;
    max-width: 380px;
}

.s1 .icl-sec1 .icl-sec1-swiper {
    display: none;
}

.s1 .icl-sec1 .swiper {
    padding-bottom: 8px;
}

.s1 .icl-sec1 .swiper-pagination {
    position: relative;
    top: 10px;
}

.s1 .icl-sec1 .swiper-pagination-bullet {
    background: #fff;
}

.s1 .icl-sec1 .swiper-pagination-bullet-active {
    background: #fff;
}

@media screen and (max-width: 768px) {
    .s1 .icl-sec1 .con-box {
        display: none;
    }

    .s1 .icl-sec1 .icl-sec1-swiper {
        display: block;
        max-width: 300px;
    }
}


/* SUB1 ::: SECTION 2 */

.s1 .icl-sec2 {
    color: #1F2937;
    text-align: center;
    background: url(/img/icl/icl_s1_sec2_bg.png) center center/cover no-repeat;
    padding: clamp(60px, 10vw, 120px) 0;
    position: relative;
    overflow: hidden;
}

.s1 .icl-sec2 .mono-overlay {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    background: url(/img/icl/icl_s1_sec2_bg.png) center center/cover no-repeat;
    z-index: 1;
    clip-path: inset(0 0 0 0);
}

.s1 .icl-sec2 .wrapper {
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.s1 .icl-sec2 .title-box {
    padding-bottom: clamp(35px, 6vw, 80px);
}

.s1 .icl-sec2 .title-box h2 {
    font-size: clamp(26px, 3vw, 50px);
    padding-bottom: clamp(4px, 1.5vw, 8px);
    letter-spacing: clamp(-0.52px, -0.5vw, -1px);
}

.s1 .icl-sec2 .title-box h3 {
    font-size: clamp(16px, 2vw, 26px);
    line-height: 150%;
    letter-spacing: clamp(-0.32px, -0.5vw, -0.52px);
}

.s1 .icl-sec2 .con-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(30px, 5vw, 60px);
}

.s1 .icl-sec2 .img-rolling {
    position: relative;
    aspect-ratio: 1/1;
    width: 500px;
    height: 500px;
}

.s1 .icl-sec2 .img-rolling img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* opacity: 0; */
}

.s1 .icl-sec2-list {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 24px);
}

.s1 .icl-sec2-list li {
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
    border-radius: 12px;
}

.s1 .icl-sec2-list .list-title {
    color: #fff;
    padding: 8px 0;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.44px;
    background: #4AD0B2;
}

.s1 .icl-sec2-list li:nth-child(2) .list-title {
    background: #2AA488;
}

.s1 .icl-sec2-list li:nth-child(3) .list-title {
    background: #1B6756;
}

.s1 .icl-sec2-list .list-desc {
    background: #fff;
    padding: 24px 25px;
    padding: clamp(18px, 2vw, 24px) clamp(20px, 2vw, 25px);
    font-size: clamp(14px, 1.5vw, 16px);
}

.s1 .icl-sec2-list .list-desc p {
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 146%;
    font-weight: 400;
    letter-spacing: -0.36px;
}

@media screen and (max-width: 1080px) {
    .s1 .icl-sec2 .con-box {
        flex-direction: column;
    }

    .s1 .icl-sec2 .img-rolling {
        width: 300px;
        height: 300px;
    }

    .s1 .icl-sec2,
    .s1 .icl-sec2 .mono-overlay {
        background: url(/img/icl/m_icl_s1_sec2_bg.png) center 30%/cover no-repeat;
    }
}

@media screen and (max-width: 980px) {
    .s1 .icl-sec2 .img-rolling {
        width: 400px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .s1 .icl-sec2 .img-rolling {
        width: 240px;
        height: 240px;
    }
}

/* SUB2 ::: SECTION 1 */
.s2 .icl-sec1 {
    position: relative;
    text-align: center;
    color: #fff;
    padding: clamp(60px, 10vw, 120px) 0;
    background: linear-gradient(180deg, #424851 0%, #234052 100%);
}

.s2 .icl-sec1 h2 {
    font-size: clamp(26px, 3vw, 50px);
}

.s2 .icl-sec1 .s2_sec1_txt1 {
    font-size: clamp(20px, 2.5vw, 38px);
    font-weight: 500;
    line-height: 150%;
    padding-bottom: clamp(12px, 1.5vw, 20px);
    letter-spacing: clamp(-0.4px, -0.5vw, -0.76px);
}

.s2 .icl-sec1 .s2_sec1_txt2 {
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 146%;
    letter-spacing: clamp(-0.3px, -0.5vw, -0.36px);
    padding-bottom: clamp(30px, 2.5vw, 37px);
}

.s2 .icl-sec1 .img-deco {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}

.s2 .icl-sec1 .img-box {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding-bottom: clamp(30px, 2.5vw, 37px);
}

.s2 .icl-sec1 .con-box {
    position: relative;
    z-index: 2;
}

.s2 .icl-sec1 .con-box img {
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .s2 .icl-sec1 .img-deco {
        opacity: 0.5;
    }
}

@media screen and (max-width: 1080px) {
    .s2 .icl-sec1 .img-deco {
        opacity: 0;
        pointer-events: none;
    }
}

@media screen and (max-width: 768px) {
    .s2 .icl-sec1 .img-box {
        max-width: 300px;
    }

    .s2 .icl-sec1 .con-box {
        max-width: 380px;
        margin: 0 auto;
    }
}


/* SUB2 ::: SECTION 2 */
.s2 .icl-sec2 {
    position: relative;
    text-align: center;
    color: #1F2937;
    padding: clamp(60px, 10vw, 120px) 0 clamp(260px, 16vw, 360px);
    background: #F4F4F4 url(/img/icl/icl_s2_sec1_bg.png) center bottom/contain no-repeat;
}

.s2 .icl-sec2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 50px solid transparent;
    border-top: 50px solid #234052;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    margin-top: -16px;
}

.s2 .icl-sec2 .hgroup {
    text-align: center;
}

.s2 .icl-sec2 .hgroup h2 {
    font-size: clamp(16px, 1.4vw, 26px);
    font-weight: 300;
    color: #1F1F1F;
    line-height: 150%;
    letter-spacing: clamp(-0.32px, -0.5vw, -0.52px);
    padding-bottom: clamp(4px, 1.5vw, 8px);
}

.s2 .icl-sec2 .hgroup h3 {
    font-size: clamp(20px, 1.5vw, 38px);
    font-weight: 600;
    color: #1F1F1F;
    line-height: 130%;
    letter-spacing: -0.76px;
}

.s2 .icl-sec2 .img-box {
    position: relative;
    max-width: clamp(326px, 92vw, 1146px);
    margin: clamp(30px, 5vw, 56px) auto 0;
    text-align: center;
}

.s2 .icl-sec2 .img-box .txt-box {
    position: absolute;
}

.s2 .icl-sec2 .img-box .txt-box:before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    border: 4px solid #2AA488;
    border-radius: 100%;
    background: #fff;
}

.s2 .icl-sec2 .img-box .txt-box em {
    display: block;
    font-size: clamp(18px, 1.5vw, 26px);
    font-style: normal;
    font-weight: 700;
    color: #2AA488;
}

.s2 .icl-sec2 .img-box .txt-box p {
    font-size: clamp(15px, 1.5vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: clamp(-0.3px, -0.5vw, -0.4px);
    color: #1F1F1F;
}

.s2 .icl-sec2 .img-box .obj1 {
    top: 130px;
    left: 73px;
    text-align: right;
    padding-right: 46px;
}

.s2 .icl-sec2 .img-box .obj1:before {
    right: 0;
    top: 30px;
}

.s2 .icl-sec2 .img-box .obj2 {
    right: 113px;
    top: 130px;
    padding-left: 48px;
    text-align: left;
}

.s2 .icl-sec2 .img-box .obj2:before {
    left: 0;
    top: 30px;
}

.s2 .icl-sec2 .img-box .obj3 {
    padding-top: 48px;
    text-align: right;
    bottom: -45px;
    left: 158px;
}

.s2 .icl-sec2 .img-box .obj3:before {
    right: 0;
    top: 0;
}

.s2 .icl-sec2 .img-box .obj4 {
    padding-top: 48px;
    text-align: left;
    bottom: -45px;
    right: 264px;
}

.s2 .icl-sec2 .img-box .obj4:before {
    top: 0;
    left: 0;
}

@media screen and (max-width: 1180px) {
    .s2 .icl-sec2 .img-box {
        max-width: clamp(326px, 83vw, 1146px);
    }

    .s2 .icl-sec2 .img-box img {
        max-width: 80%;
    }

    .s2 .icl-sec2 .img-box .obj1 {
        left: 0;
        top: 50px;
        padding-right: unset;
    }

    .s2 .icl-sec2 .img-box .obj2 {
        padding-left: unset;
        top: 50px;
        right: 0;
    }

    .s2 .icl-sec2 .img-box .obj3 {
        left: 5vw;
    }

    .s2 .icl-sec2 .img-box .obj4 {
        right: 5vw;
    }


    .s2 .icl-sec2 .img-box .obj1:before,
    .s2 .icl-sec2 .img-box .obj2:before,
    .s2 .icl-sec2 .img-box .obj3:before,
    .s2 .icl-sec2 .img-box .obj4:before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .s2 .icl-sec2 {
        padding: clamp(60px, 10vw, 120px) 0 clamp(160px, 16vw, 360px);
    }

    .s2 .icl-sec2:before {
        display: none;
    }

    .s2 .icl-sec2 .img-box {
        max-width: 290px;
    }

    .s2 .icl-sec2 .img-box img {
        padding-bottom: 24px;
    }

    .s2 .icl-sec2 .img-box .obj1,
    .s2 .icl-sec2 .img-box .obj2,
    .s2 .icl-sec2 .img-box .obj3,
    .s2 .icl-sec2 .img-box .obj4 {
        text-align: center;
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
        padding: unset;
    }

    .s2 .icl-sec2 .img-box .txt-box {
        padding-top: 22px;
    }

    .s2 .icl-sec2 .img-box .txt-box:nth-child(2) {
        padding: 0;
    }
}

@media screen and (max-width: 420px) {
    .s2 .icl-sec2 {
        background: #f4f4f4 url(/img/icl/m_icl_s2_sec1_bg.png) center bottom/contain no-repeat;
        width: 100%;
        padding: clamp(60px, 10vw, 120px) 0 clamp(130px, 16vw, 360px);
    }
}

.s2 strong {
    font-weight: 700;
}

/* SUB2 ::: SECTION 3 */
.s2 .icl-sec3 {
    padding: clamp(60px, 10vw, 120px) 0;
    text-align: center;
}

.s2 .icl-sec3 h2 {
    font-size: clamp(26px, 3vw, 50px);
}

.s2 .s3_sec1_txt1 {
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.76px;
    font-size: clamp(20px, 2.5vw, 38px);
    padding-bottom: clamp(12px, 1.5vw, 20px);
}

.s2 .s3_sec1_txt2 {
    font-weight: 400;
    line-height: 146%;
    letter-spacing: -0.76px;
    font-size: clamp(15px, 1.5vw, 18px);
    padding-bottom: 50px;
}

.s2 .icl-sec3 .wrapper {
    max-width: 1280px;
}

.s2 .icl-sec3 .con-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.s2 .icl-sec3 .con-box-item {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: unset;
    gap: clamp(24px, 5vw, 60px);
}

.s2 .icl-sec3 .con-box-item>div {
    flex: 1;
}

.s2 .icl-sec3 .con-box-item .img-box {
    display: flex;
    align-items: center;
    max-width: 632px;
}

.s2 .icl-sec3 .con-box-item .txt-box {
    display: flex;
    align-items: center;
}

.s2 .icl-sec3 .txt-box-inner {
    max-width: 460px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.s2 .icl-sec3 .con-box-item:nth-child(2) .txt-box-inner {
    padding: 0 50px;
}

.s2 .icl-sec3 .con-box-item:nth-child(2) .txt-box-inner {
    max-width: unset;
}

.s2 .icl-sec3 .con-box-title {
    color: #2AA488;
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.52px;
    padding-bottom: clamp(8px, 1.2vw, 12px);
}

.s2 .icl-sec3 .con-box-item1_txt1 {
    font-size: clamp(15px, 1.5vw, 18px);
    padding-bottom: clamp(8px, 1.2vw, 12px);
}

.s2 .icl-sec3 .con-box-item1_txt2 {
    color: #6B7280;
    font-size: clamp(15px, 1.5vw, 18px);
}

.s2 .icl-sec3 .con-box-list {
    display: flex;
    flex-direction: column;
    gap: clamp(4px, 0.8vw, 9px);
}

.s2 .icl-sec3 .con-box-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(16px, 1.5vw, 22px);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.44px;
}

.s2 .icl-sec3 .con-box-list li:before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: clamp(20px, 2vw, 28px);
    height: clamp(20px, 2vw, 28px);
    background: url(/img/icl/ico-check.svg) center center/cover no-repeat;
}

@media screen and (max-width: 1080px) {
    .s2 .icl-sec3 .con-box {
        gap: 40px;
    }
}

@media screen and (max-width: 980px) {
    .s2 .icl-sec3 .con-box-item {
        flex-direction: column;
        max-width: 380px;
        margin: 0 auto;
    }

    .s2 .icl-sec3 .con-box-item .img-box {
        margin: 0 auto;
    }

    .s2 .icl-sec3 .con-box-item:nth-child(2) {
        flex-direction: column-reverse;
    }

    .s2 .icl-sec3 .con-box-item:nth-child(2) .txt-box-inner {
        padding: 0;
    }
}

/* SUB2 ::: SECTION 4 */
.s2 .icl-sec4 {
    padding: clamp(60px, 10vw, 120px) 0;
    text-align: center;
    background: url(/img/icl/icl_s2_sec4_bg.png) center center/cover no-repeat;
}

.s2 .icl-sec4 h2 {
    font-size: clamp(20px, 2.5vw, 38px);
    padding-bottom: clamp(20px, 8vw, 100px);
}

.s2 .icl-sec4 .img-box {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .s2 .icl-sec4 .img-box {
        max-width: 340px;
    }
}

@media screen and (max-width: 480px) {
    .s2 .icl-sec4 .img-box {
        max-width: 240px;
    }
}

/* SUB2 ::: SECTION 5 */
.s2 .icl-sec5 {
    padding: clamp(60px, 10vw, 120px) 0;
    text-align: center;
    background: #F7F7F7;
}

.s2 .icl-sec5 .title-box {
    padding-bottom: 40px;
}

.s2 .icl-sec5 .title-box h2 {
    font-size: clamp(26px, 3vw, 50px)
}

.s2 .icl-sec5 .title-box h3 {
    font-size: clamp(20px, 2vw, 38px)
}

.s2 .icl-sec5 .img-box {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 768px) {
    .s2 .icl-sec5 .img-box {
        max-width: 380px;
        padding-bottom: 33px;
    }

    .s2 .icl-sec5 .con-box {
        text-align: left;
    }

    .s2 .icl-sec5 .con-box-item:last-child {
        padding-top: 33px;
    }

    .s2 .icl-sec5 .con-box h3 {
        color: #2AA488;
        font-size: 20px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: -0.4px;
        padding-bottom: 5px;
    }

    .s2 .icl-sec5 .con-box p {
        font-size: 15px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.3px;
    }
}


/* SUB3 ::: SECTION 1 */
.s3 .icl-sec1 {
    color: #fff;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/img/icl/icl_s3_sec1_bg.webp?v=1) center center/cover no-repeat;
}

.s3 .icl-sec1 h2 {
    font-size: clamp(26px, 3vw, 50px);
    padding-bottom: clamp(4px, 1.5vw, 8px);
    letter-spacing: clamp(-0.52px, -0.5vw, -1px);
}

.s3 .icl-sec1 h3 {
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 150%;
    padding-bottom: clamp(33px, 6vw, 60px);
}

.s3 .icl-sec1 .wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.s3 .icl-sec1 .con-box {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, auto);
}

@media screen and (max-width: 1080px) {
    .s3 .icl-sec1 .con-box {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .s3 .icl-sec1 {
        height: unset;
        padding: 60px 0;
    }

    .s3 .icl-sec1 .con-box {
        display: flex;
        max-width: 300px;
        flex-direction: column;
    }
}

/* SUB3 ::: SECTION 2 */
.s3 .icl-sec2 {
    color: #1F2937;
    padding: clamp(60px, 14vw, 245px) 0;
}

.s3 .icl-sec2 .wrapper {
    max-width: 1320px;
    margin: 0 auto;
}

.s3 .icl-sec2 .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.s3 .icl-sec2 h2 {
    font-size: clamp(26px, 3vw, 50px);
    padding-bottom: clamp(30px, 3vw, 40px);
    letter-spacing: clamp(-0.52px, -0.5vw, -1px);
}

.s3 .icl-sec2 .txt-box {
    margin-top: -100px;
}

.s3 .icl-sec2 h2 {
    font-size: clamp(26px, 4vw, 50px);
    font-weight: 700;
    line-height: 130%;
    letter-spacing: clamp(-0.52px, -0.5vw, -1px);
    padding-bottom: clamp(30px, 3vw, 40px);
}

.s3 .icl-sec2 .btn-box {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-bottom: clamp(12px, 2vw, 24px);
}

.s3 .icl-sec2 .btn-step {
    padding: 12px 0;
    width: 100px;
    border-radius: 9999px;
    font-family: pretentdard;
    background: var(--DarkBlue-Gray-200, #E5E7EB);
    color: var(--grayscale-00-white, #FFF);
    font-size: clamp(10px, 1.5vw, 15px);
    font-weight: 600;
    line-height: 140%;
    transition: background 0.5s ease;
}

.s3 .icl-sec2 .btn-step.on {
    background: #2AA488;
}

.s3 .icl-sec2 .desc-box {
    position: relative;
}

.s3 .icl-sec2 .desc-item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.s3 .icl-sec2 .on.desc-item {
    opacity: 1;
}

.s3 .icl-sec2 .desc-title,
.s3 .icl-sec2 .desc-txt {
    font-size: clamp(15px, 1.5vw, 20px);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: clamp(-0.3px, -0.3vw, -0.4px);
}

.s3 .icl-sec2 .desc-title {
    font-weight: 700;
}

.s3 .icl-sec2 .img-box {
    position: relative;
    margin-right: -60px;
    flex: 1;
}

.s3 .icl-sec2 .deco_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s3 .icl-sec2 .icl-sec2-swiper {
    max-width: 576px;
}

.s3 .icl-sec2 .swiper-slide {
    border-radius: 26px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .s3 .icl-sec2 .img-box {
        margin-right: 0;
    }

    .s3 .icl-sec2 .flex-box {
        gap: 40px;
    }

    .s3 .icl-sec2 .icl-sec2-swiper {
        max-width: 38vw;
    }
}

@media screen and (max-width: 980px) {
    .s3 .icl-sec2 .flex-box {
        flex-direction: column;
        gap: 82px;
    }

    .s3 .icl-sec2 .txt-box {
        margin-top: unset;
        width: 100%;
        text-align: center;
    }

    .s3 .icl-sec2 .desc-box {
        height: clamp(76px, 15vw, 130px);
    }

    .s3 .icl-sec2 .desc-item {
        text-align: center;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    .s3 .icl-sec2 .img-box {
        width: 60%;
        margin-left: -30px;
        margin-right: -30px;
    }

    .s3 .icl-sec2 .btn-step {
        flex: 1;
        max-width: 100px;
    }
}


@media screen and (max-width: 768px) {
    .s3 .icl-sec2 .flex-box {
        gap: 50px;
    }

    .s3 .icl-sec2 .btn-box {
        gap: 5px;
    }

    .s3 .icl-sec2 .btn-step {
        width: 70px;
    }

    .s3 .icl-sec2 .desc-box {
        height: clamp(130px, 15vw, 180px);
    }

    .s3 .icl-sec2 .img-box {
        width: 100%;
    }

    .s3 .icl-sec2 .icl-sec2-swiper {
        max-width: 72%;
    }

    .s3 .icl-sec2 .swiper-slide {
        border-radius: 10px;
        overflow: hidden;
    }
}


/* SUB3 ::: SECTION 3 */
.s3 .icl-sec3 {
    padding: clamp(60px, 10vw, 120px) 0;
    text-align: center;
    color: #1F2937;
    background: #F7F7F7;
}

.s3 .icl-sec3 .wrapper {
    padding: 0;
}

.s3 .icl-sec3 .title-box {
    padding-bottom: clamp(40px, 6vw, 80px);
}

.s3 .icl-sec3 h2 {
    font-family: SUIT;
    font-size: clamp(26px, 3vw, 50px);
    padding-bottom: clamp(4px, 0.5vw, 8px);
    letter-spacing: clamp(-0.52px, -0.5vw, -1px);
}

.s3 .icl-sec3 h2 strong {
    font-weight: 700 !important;
}

.s3 .icl-sec3 .s3_sec3_txt1 {
    font-size: clamp(18px, 1.5vw, 38px);
    font-weight: 400;
    line-height: 150%;
}

.s3 .icl-sec3 .con-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.s3 .icl-sec3 .icl-sec3-swiper {
    margin: 0 auto;
    width: 100%;
}

.s3 .icl-sec3 .icl-sec3-swiper img {
    padding-bottom: 24px;
}

.s3 .icl-sec3 .icl-sec3-swiper h3 {
    color: #2AA488;
    text-align: center;
    font-family: SUIT;
    font-size: clamp(17px, 1.5vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 26px */
    padding-bottom: 12px;
    letter-spacing: -0.8px;
}

.s3 .icl-sec3 .icl-sec3-swiper p {
    color: var(--DarkBlue-Gray-800, #1F2937);
    text-align: center;
    font-family: SUIT;
    font-size: clamp(15px, 1.5vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: clamp(-0.36px, -0.3vw, -0.4px);
}

@media screen and (max-width: 768px) {
    .s3 .icl-sec3 .wrapper {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .s3 .icl-sec3 .icl-sec3-swiper h3 {
        letter-spacing: -0.4px;
    }

    .s3 .icl-sec3 .icl-sec3-swiper.mo {
        padding-bottom: 40px;
    }

    .s3 .icl-sec3 .swiper-horizontal>.swiper-pagination-bullets {
        position: relative;
        top: unset;
        left: unset;
        margin: unset;
        padding: unset;
    }

    .s3 .icl-sec3 .swiper-pagination-bullet {
        background: rgba(91, 191, 169, 0.50);
        opacity: 1;
    }

    .s3 .icl-sec3 .swiper-pagination-bullet-active {
        background: #5BBFA9;
    }
}


/* SUB3 ::: SECTION 4 */
.s3 .icl-sec4 {
    padding: clamp(60px, 10vw, 120px) 0;
    text-align: center;
    color: #1F2937;
}

.s3 .icl-sec4 .wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.s3 .icl-sec4 h2 {
    font-size: clamp(26px, 3vw, 50px);
    padding-bottom: clamp(16px, 2vw, 28px);
}

.s3 .icl-sec4 .tab-btn-wrap {
    display: inline-flex;
    justify-content: center;
    border-radius: 9999px;
    background: #F4F4F4;
    padding: clamp(6px, 1.5vw, 12px);
    margin-bottom: clamp(40px, 6vw, 80px);
}

.s3 .icl-sec4 .tab-btn {
    overflow: hidden;
    transition: all 0.3s ease;
    padding: clamp(8px, 1.5vw, 14px) clamp(29px, 4vw, 50px);
    border-radius: 9999px;
    color: #3C5E70;
    font-family: Pretendard;
    font-size: clamp(12px, 1.3vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.s3 .icl-sec4 .tab-btn.on {
    color: #fff;
    background: var(--Mint--100, #2AA488);
}

.s3 .icl-sec4 .icl-sec4-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(30px, 2vw, 50px) clamp(30px, 3vw, 80px);
}

.s3 .icl-sec4 .icl-sec4-list li {
    display: flex;
    gap: clamp(12px, 1.5vw, 30px);
    align-items: center;
    text-align: left;
}

.s3 .icl-sec4 .icl-sec4-list li img {
    max-width: clamp(68px, 10vw, 160px);
}

.s3 .icl-sec4 .icl-sec4-list li p {
    color: var(--DarkBlue-Gray-800, #1F2937);
    font-family: Pretendard;
    font-size: clamp(15px, 1.5vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: clamp(-0.36px, -0.3vw, -0.4px);
}

.s3 .icl-sec4 .tab-con-wrap {
    position: relative;
    width: 100%;
}

.s3 .icl-sec4 .tab-con {   
    display: none;    
}

.s3 .icl-sec4 .tab-con.on {
    display: block;
     animation :fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 768px) {
    .s3 .icl-sec4 .icl-sec4-list {
        grid-template-columns: 1fr;
    }
}



