.our_clients .s1 .rect {
    background: #fff;
}

.our_clients .sec_title {
    font-size: 60px;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #060000;
    padding-bottom: calc(70/60*1em);
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .our_clients .sec_title {
        font-size: clamp(55px, 60/1024*100vw, 60px);
    }
}
@media screen and (max-width: 820px) {
    .our_clients .sec_title {
        font-size: clamp(50px, 55/820*100vw, 55px);
    }
}
@media screen and (max-width: 500px) {
    .our_clients .sec_title {
        font-size: clamp(45px, 50/500*100vw, 50px);
    }
}
@media screen and (max-width: 360px) {
    .our_clients .sec_title {
        font-size: clamp(42px, 45/360*100vw, 45px);
        padding-bottom: calc(30/40*1em);
    }
}

.our_clients .s2 {
    background: #fff;
    --s2_pd: 70px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 150px;
}
.our_clients .s2::before {
    content: '';
    display: block;
    width: 100%; height: 3px;
    background: #fff;
    position: absolute;
    top: 0; left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.our_clients .s2 .inner .ctg {
    position: relative; z-index: 1;
    max-width: 960px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 30px;
    backdrop-filter: blur(0px);
    transition: background 0.4s, backdrop-filter 0.4s;
}
.our_clients .s2 .inner .ctg.act {
    backdrop-filter: blur(10px);
    background: transparent;
}
.our_clients .s2 .inner .ctg .swiper .swiper-wrapper {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px;
}
.our_clients .s2 .inner .ctg .swiper .swiper-wrapper .swiper-slide {
    width: auto;
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #555;
}
.our_clients .s2 .inner .ctg .swiper .swiper-wrapper .swiper-slide .item {
    padding: calc(20/18*1em) calc(40/18*1em);
    border-radius: calc(30/18*1em);
    background: #f3f3f3;
    transition: .4s;
    cursor: pointer;
}
.our_clients .s2 .inner .ctg .swiper .swiper-wrapper .swiper-slide .item.act {
    background: #0076ff;
    color: #fff;
}
@media screen and (min-width: 821px) {
    .our_clients .s2 .inner .ctg .swiper .swiper-wrapper .swiper-slide .item:hover {
        background: #0076ff;
        color: #fff;
    }
}
.our_clients .s2 .inner .blockWrap {
    display: flex; flex-direction: column; align-items: center;
}
.our_clients .s2 .inner .blockWrap .block {
    display: flex; flex-direction: column; align-items: center; width: 100%;
}
.our_clients .s2 .inner .blockWrap .block .blockTitle {
    font-size: 48px;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #060000;
    padding-top: calc(150/48*1em);
    padding-bottom: calc(40/48*1em);
}
.our_clients .s2 .inner .blockWrap .block .logos {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 0px;
}
.our_clients .s2 .inner .blockWrap .block .logos .item {
    display: flex; flex-direction: column; align-items: center;
}
.our_clients .s2 .inner .blockWrap .block .logos .item .img {
    width: 100%;
    text-align: center;
}
.our_clients .s2 .inner .blockWrap .block .logos .item .img img {
    /* width: 100%; */
    max-height: 115px;
    object-fit: contain;
}
.our_clients .s2 .inner .blockWrap .block .logos .item .txt {
    font-size: 16px;
    font-family: 'Pretendard';
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #555;
    margin-top: 10px;
}
@media screen and (max-width: 1280px) {
    .our_clients .s2 .inner .ctg .swiper .swiper-wrapper .swiper-slide {
        font-size: clamp(16px, 18/1280*100vw, 18px);
    }
}
@media screen and (max-width: 1024px) {
    .our_clients .s2 .inner .ctg .swiper .swiper-wrapper .swiper-slide {
        font-size: clamp(14px, 16/1024*100vw, 16px);
    }
    .our_clients .s2 .inner .blockWrap .block .blockTitle {
        padding-top: calc(100/48*1em);
    }
}
@media screen and (max-width: 820px) {
    .our_clients .s2 {
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .our_clients .s2 .inner .ctg .swiper {
        border-radius: 15px;
    }
    .our_clients .s2 .inner .ctg .swiper .swiper-wrapper {
        flex-wrap: nowrap; justify-content: flex-start; gap: 0;
    }
    .our_clients .s2 .inner .ctg .swiper .swiper-wrapper .swiper-slide {
        font-size: clamp(14px, 16/820*100vw, 16px);
    }
    .our_clients .s2 .inner .blockWrap .block .blockTitle {
        padding-top: calc(80/48*1em);
        font-size: clamp(40px, 48/820*100vw, 48px);
    }
    .our_clients .s2 .inner .blockWrap .block .logos {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 0px;
    }
    .our_clients .s2 .inner .blockWrap .block .logos .item .txt {
        font-size: clamp(14px, 16/820*100vw, 16px);
    }
}
@media screen and (max-width: 500px) {
    .our_clients .s2 .inner .ctg {
        padding: 10px 15px;
        border-radius: 20px;
    }
    .our_clients .s2 .inner .ctg .swiper .swiper-wrapper .swiper-slide {
        font-size: clamp(12px, 14/500*100vw, 14px);
    }
    .our_clients .s2 .inner .blockWrap .block + .block {
        margin-top: 40px;
    }
    .our_clients .s2 .inner .blockWrap .block .blockTitle {
        font-size: clamp(35px, 40/500*100vw, 40px);
    }
    .our_clients .s2 .inner .blockWrap .block .logos {
        grid-template-columns: repeat(2, 1fr);
    }
    .our_clients .s2 .inner .blockWrap .block .logos .item .txt {
        font-size: clamp(13px, 16/500*100vw, 16px);
    }
}
@media screen and (max-width: 360px) {
    .our_clients .s2 .inner .ctg .swiper .swiper-wrapper .swiper-slide {
        font-size: clamp(12px, 14/360*100vw, 14px);
    }
    .our_clients .s2 .inner .blockWrap .block .blockTitle {
        font-size: clamp(32px, 35/360*100vw, 35px);
    }
}