.about{word-break: keep-all;overflow-x: hidden;}
.s1{position: relative; 
    width: 100%;
    height: 700vh;
    box-sizing: border-box;
}
/* overlay */
.s1 .pinBx {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #000;
    width: 100%; height: 100%;
    /* transform: translateY(-100%); */
}
.layer.n2{
    transform: translateY(100%);
}
.layer .bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%; height: 100%;
}
.layer .bg img {
    width: 100%; height: 100%;object-fit: cover;
}
.layer .wrap {
    position: relative;
    z-index: 1; height: 100%;
    display: flex;align-items: center;justify-content: center;
}
.layer.n1 {padding-top: 200px;box-sizing: border-box;}
.s1 .cont{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
}
.s1 .cont .top > div{overflow: hidden;}
.s1 .cont .top h2{
    font-size: 130px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.s1 .cont .bottom{overflow: hidden;}
.s1 .cont .bottom p{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: calc(40/24);
    text-align: center;
}

.s1 .cont .bottom p span {
    display: inline-block;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
} 
.s1 .layer .visual{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    gap: 12px;

}
.s1 .layer .visual .txt{
    font-size: 130px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    /* border: 1px solid #da291c; */
}
.s1 .layer .visual .txt._1{
    right: 100%;
}
.s1 .layer .visual .txt._2{
    left: 100%;
    margin-left: 12px;
}
.s1 .layer .visual .visualBg{
    width: 370px;
    height: 100vh;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.s1 .layer .visual .visualBg::before {
    content: '';
    display: block;
    padding-bottom: calc(600/370*100%);
}
.s1 .layer .visual .visualBg .img {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    box-sizing: border-box;
}
.s1 .layer .visual .visualBg .img img{
    position: absolute;
    top: 0;left: 50%;transform: translateX(-50%);
    width: 1920px;
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    max-width: none;
}

.s1 .layer .visual .visualBg .img .wrap{
    width: 95%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: flex; align-items: center;
}
.s1 .layer .visual .visualBg .img .cont{position: absolute;}
.s1 .layer .visual .visualBg .img .cont._2{opacity: 0;}
.s1 .layer .visual .visualBg .img .cont h3{
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: calc(90/60);
    text-align: center;
}
.s1 .layer .visual .visualBg .img .cont > div{overflow: hidden;}

.s1 .layer .visual .visualBg .img .cont .cardBx{
    display: flex;align-items: center;justify-content: space-between;width: 100%;
    text-align: center;
}

.s1 .layer .visual .visualBg .img .cont .cardBx .card{
    width: 100%;
    display: flex;flex-direction: column;align-items: center;justify-content: center;
    padding: 150px 0;box-sizing: border-box;
}
.s1 .layer .visual .visualBg .img .cont .cardBx .card:nth-child(2){
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.s1 .layer .visual .visualBg .img .cont .cardBx .num{
    font-size: 80px;font-weight: 760;color: rgba(255, 255, 255, 0.1);
}
.s1 .layer .visual .visualBg .img .cont .cardBx .tit{
    font-size: 30px;font-weight: 600;color: #fff;
    line-height: calc(44/30);
    margin-top: calc(60/30*1em);
}
.s1 .layer .visual .visualBg .img .cont .cardBx .desc{
    font-size: 16px;font-weight: 500;color: rgba(255, 255, 255, 0.7);
    margin-top: calc(25/16*1em);
    line-height: 1.3;
}

.s1 .max-820{display: none;}

@media screen and (max-width: 1680px){
    .s1 .cont .top h2, .s1 .layer .visual .txt{font-size: clamp(100px, 100 / 1440 * 100vw, 130px);}
    .s1 .layer .visual .visualBg .img .cont h3{font-size: clamp(52px, 52 / 1440 * 100vw, 60px);}
    .s1 .layer .visual .visualBg .img .cont .cardBx .num{font-size: clamp(72px, 72 / 1440 * 100vw, 80px);}
    .s1 .layer .visual .visualBg .img .cont .cardBx .tit{font-size: clamp(26px, 26 / 1440 * 100vw, 30px);}
    .s1 .layer .visual .visualBg .img .cont .cardBx .card{padding: clamp(100px, 100 / 1440 * 100vw, 150px) 0;}
}
@media screen and (max-width: 1440px){
    .s1 .cont .top h2, .s1 .layer .visual .txt{font-size: clamp(90px, 90 / 1280 * 100vw, 100px);}
    .s1 .layer .visual .visualBg .img .cont h3{font-size: clamp(42px, 42 / 1280 * 100vw, 52px);}
}
@media screen and (max-width: 1280px){
    .s1 .cont .top h2, .s1 .layer .visual .txt{font-size: clamp(80px, 80 / 1024 * 100vw, 90px);}
    .s1 .layer .visual .visualBg .img .cont h3{font-size: clamp(34px, 34 / 1024 * 100vw, 42px);}
    .s1 .layer .visual .visualBg .img .cont .cardBx .num{font-size: clamp(64px, 64 / 1024 * 100vw, 72px);}
    .s1 .layer .visual .visualBg .img .cont .cardBx .tit{font-size: clamp(22px, 22 / 1024 * 100vw, 26px);}
}
@media screen and (max-width: 1024px){
    .s1 .cont .top h2, .s1 .layer .visual .txt{font-size: clamp(70px, 70 / 820 * 100vw, 80px);}
    .s1 .cont .bottom p{font-size: clamp(18px, 18 / 820 * 100vw, 20px);}
    .s1 .layer .visual .visualBg .img .cont h3{font-size: clamp(28px, 28 / 820 * 100vw, 34px);}
    .s1 .layer .visual .visualBg .img .cont .cardBx{align-items: flex-start;}
    .s1 .layer .visual .visualBg .img .cont .cardBx .card{padding: clamp(80px, 80 / 820 * 100vw, 100px) 0;}
    .s1 .layer .visual .visualBg .img .cont .cardBx .num{font-size: clamp(56px, 56 / 820 * 100vw, 64px);}
    .s1 .layer .visual .visualBg .img .cont .cardBx .tit{font-size: clamp(20px, 20 / 820 * 100vw, 24px);}
}
@media screen and (max-width: 820px){
    .s1 .layer .visual{}
    .s1 .cont .top h2, .s1 .layer .visual .txt{font-size: clamp(52px, 52 / 500 * 100vw, 70px);}
    .s1 .cont .bottom p{font-size: clamp(16px, 16 / 500 * 100vw, 18px);}
    .s1 .max-820{display: block;}
    .s1 .layer .visual .visualBg .img .cont h3{font-size: clamp(24px, 24 / 500 * 100vw, 28px);}
    .s1 .layer .visual .visualBg .img .cont h3 br{display: none;}

    .s1 .layer .visual .visualBg .img .cont .cardBx{flex-direction: column;align-items: center;}
    .s1 .layer .visual .visualBg .img .cont .cardBx .card{padding: unset;border-bottom: 1px solid rgba(255, 255, 255, 0.2);padding: 20px 0;width: 85%;}
    .s1 .layer .visual .visualBg .img .cont .cardBx .card:last-child{border-bottom: none;}
    .s1 .layer .visual .visualBg .img .cont .cardBx .card:nth-child(2){border-left: none;border-right: none;}

    .s1 .layer .visual .visualBg .img .cont .cardBx .num{font-size: clamp(44px, 44 / 500 * 100vw, 56px);}
    .s1 .layer .visual .visualBg .img .cont .cardBx .tit{font-size: clamp(18px, 18 / 500 * 100vw, 22px);margin-top: clamp(10px, 10 / 500 * 100vw, 15px);}
}
@media screen and (max-width: 500px){
    .s1 .cont .top h2, .s1 .layer .visual .txt{font-size: clamp(34px, 34 / 360 * 100vw, 52px);}
    .s1 .cont .bottom p{font-size: clamp(14px, 14 / 360 * 100vw, 16px);}
    .s1 .layer .visual .txt._2{margin-left: 8px;}
    /* .s1 .cont .top h2, .s1 .layer .visual .txt{border: 1px solid red;} */
    .s1 .layer .visual .visualBg .img .cont h3{font-size: clamp(20px, 20 / 360 * 100vw, 24px);}
    .s1 .layer .visual .visualBg .img .cont h3 br{display: none;}
}
@media screen and (max-width: 360px){
    .s1 .cont .top h2, .s1 .layer .visual .txt{font-size: clamp(34px, 34 / 280 * 100vw, 44px);}
    .s1 .cont .bottom p br{display: none;}
    .s1 .layer .visual .visualBg .img .cont h3{font-size: clamp(18px, 18 / 280 * 100vw, 20px);}
    .s1 .layer .visual .visualBg .img .cont .cardBx .num{font-size: clamp(36px, 36 / 280 * 100vw, 44px);}
}


.s2 {position: relative;height: 100%;}
.s2 .bg{position: absolute;width: 100%;height: 100%;z-index: -1;}
.s2 .bg img{width: 100%;height: 100%;object-fit: cover;}

.s2 .cont{padding-top: 150px;padding-bottom: 100px;box-sizing: border-box;display: flex;flex-direction: column;justify-content: space-between;height: 100vh;gap: 40px;}

.s2 .cont .top{display: flex;align-items: center;justify-content: space-between}
.s2 .cont .top > div{overflow: hidden;}
.s2 .cont .top h3{
    font-size: 130px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
}
.s2 .cont .top .line{background: #fff;height: 1px;width: 100%;max-width: 300px; 
    transform-origin: left center; 
    transform: scaleX(0); }
.s2 .cont .top p{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}


/* .s2 .cont .swiperBx{border: 1px solid blue;} */
.s2 .cont .swiperBx .swiper{overflow: visible;}
.s2 .cont .swiperBx .swiper .year{
    font-size: 80px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: calc(20/80*1em);
    text-align: center;
}
.s2 .cont .swiperBx .swiper .tit{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: calc(60/30*1em);
    text-align: center;
}
.s2 .cont .swiperBx .swiper .desc{
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 8);
    line-height: calc(30/18);
    text-align: center;
    
}
.s2 .cont .swiperBx .swiper .swiper-slide{max-width: 320px;width: 100%;transition: opacity 0.3s ease;}
/* .s2 .cont .swiperBx .swiper .swiper-slide .card{border: 1px solid #fff;} */

.s2 .swiper-slide:not(.swiper-slide-active) {opacity: 0.2}
.s2 .cont .swiperBx .dragBx{max-width: 120px;width: 100%;background-color: rgba(255, 255, 255, 0.7);height: 1px;margin: 0 auto;margin-top: 120px;position: relative;}

.s2 .cont .swiperBx .dragBx .bar{width: 100%;height: 1px;position: absolute;left: 0;top: 0;}
.s2 .cont .swiperBx .dragBx .cir{width: 11px;height: 11px;background-color: #fff;border-radius: 50%;
    position: absolute;left: 0;top: 50%;transform: translate(-50%, -50%);
}
/* 클릭 영역 확장용 */
.s2 .cont .swiperBx .dragBx .cir::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
    background: transparent;
    cursor: pointer;
}

.s2 .cont .swiperBx .naviBx{display: none;}
.s2 .cont .top .line._2{display: none;}

@media screen and (max-width: 1680px){
    .s2 .cont .top h3{font-size: clamp(100px, 100 / 1440 * 100vw, 130px);}
    .s2 .cont .top p{font-size: clamp(32px, 32 / 1440 * 100vw, 40px);}

    .s2 .cont .swiperBx .swiper .year{font-size: clamp(72px, 72 / 1440 * 100vw, 80px);}
    .s2 .cont .swiperBx .swiper .tit{font-size: clamp(24px, 24 / 1440 * 100vw, 30px);}
}
@media screen and (max-width: 1440px){
    .s2 .cont .top h3{font-size: clamp(80px, 80 / 1280 * 100vw, 100px);}
    .s2 .cont .top p{font-size: clamp(28px, 28 / 1280 * 100vw, 32px);}

    .s2 .cont .swiperBx .swiper .year{font-size: clamp(64px, 64 / 1280 * 100vw, 72px);}
}
@media screen and (max-width: 1280px){
    .s2 .cont .top h3{font-size: clamp(62px, 62 / 1024 * 100vw, 80px);}
    .s2 .cont .top p{font-size: clamp(24px, 24 / 1024 * 100vw, 28px);}
    .s2 .cont .top .line{max-width: 200px;}

    .s2 .cont .swiperBx .swiper .year{font-size: clamp(58px, 58 / 1024 * 100vw, 64px);}
}
@media screen and (max-width: 1024px){
    .s2 .cont .top h3{font-size: clamp(54px, 54 / 820 * 100vw, 62px);}
    .s2 .cont .top .line{max-width: 150px;}

    .s2 .cont .swiperBx .swiper .year{font-size: clamp(48px, 48 / 820 * 100vw, 58px);}
    .s2 .cont .swiperBx .swiper .tit{font-size: clamp(20px, 20 / 820 * 100vw, 24px);}
    .s2 .cont .swiperBx .swiper .desc{font-size: clamp(16px, 16 / 820 * 100vw, 18px);}
}
@media screen and (max-width: 820px){
    .s2 .cont .dragBx{display: none;}
    .s2 .cont .swiperBx .naviBx{display: flex;align-items: center;justify-content: center;gap: 12px;margin-top: 40px;}
    .s2 .cont .swiperBx .naviBx .prev, .s2 .cont .swiperBx .naviBx .next{
        width: 30px;height: 30px;
        font-size: 16px;
        border-radius: 50%;
        border: 1px solid #fff;
        color: #fff;
        transition: color 0.3s ease, border-color 0.3s ease;
        cursor: pointer;
        display: flex;align-items: center;justify-content: center;
    }

    .s2 .cont .top{flex-direction: column;gap: 40px;}
    .s2 .cont .top h3{font-size: clamp(42px, 42 / 500 * 100vw, 54px);}
    .s2 .cont .top p{font-size: clamp(20px, 20 / 500 * 100vw, 24px);}
    .s2 .cont .top .line{display: none;}
    .s2 .cont .top .line._2{display: block;background: #fff;height: 60px;width: 1px;transform-origin: top center;transform: scaleY(0);}

    .layer.n1{padding-top: unset;}
    .s1 .cont{justify-content: center;gap: 3em;}

}
@media screen and (max-width: 500px){
    .s2 .cont .top h3{font-size: clamp(36px, 36 / 360 * 100vw, 42px);}
    .s2 .cont .top p{font-size: clamp(18px, 18 / 360 * 100vw, 20px);}


    .s2 .cont .swiperBx .swiper .year{
        font-size: clamp(32px, 32 / 360 * 100vw, 40px);
    }
    .s2 .cont .swiperBx .swiper .tit{font-size: clamp(18px, 18 / 360 * 100vw, 20px);}
    .s2 .cont .swiperBx .swiper .desc{font-size: clamp(14px, 14 / 360 * 100vw, 16px);}

}
@media screen and (max-width: 360px){}

.s3 {
    position: relative;
    background-image: url('/asset/img/sub/about/s3_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100vh; */
    box-sizing: border-box;
    padding-top: 180px;padding-bottom: 150px;box-sizing: border-box;
}

/* .s3 .bg{position: absolute;width: 100%;height: 100%;z-index: -1;} */
/* .s3 .bg img{width: 100%;height: 100%;object-fit: cover;} */

.s3 .cont {display: flex;align-items: flex-start;justify-content: space-between;width: 100%;}
.s3 .cont .left{width: 100%;}
.s3 .cont .left .txtBx > div{overflow: hidden;}
.s3 .cont .left .txtBx small{display: block;font-size: 16px;font-weight: 500;color: #da291c;margin-bottom: calc(15/16*1em);}
.s3 .cont .left .txtBx h3{
    font-size: 44px;font-weight: 600;color: #000;line-height: calc(64/44);margin-bottom: calc(40/44*1em);
}
.s3 .cont .left .txtBx ._listBtn a{margin-left: unset;}

.s3 .cont .right{max-width: 800px;width: 100%;margin-top: 40px;}
.s3 .cont .right .swiperBx{display: flex;align-items: center;justify-content: flex-start;max-width: 700px;width: 100%;}
.s3 .cont .right .swiperBx .swiper{width: 100%;max-width: 700px;border-radius: 22px;cursor: pointer;}
.s3 .cont .right .swiperBx .swiper .swiper-slide{width: 100%;}

.s3 .cont .right .swiperBx .naviBx{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    position: absolute;
    bottom: -3vw;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.s3 .cont .right .swiperBx .naviBx .prev,.s3 .cont .right .swiperBx .naviBx .next{font-size: 20px;color: rgba(0, 0, 0, 0.3);
    width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;border-radius: 50%;border: 1px solid rgba(0, 0, 0, 0.3);cursor: pointer;
    transition: color 0.3s ease, border-color 0.3s ease;
}
.s3 .cont .right .swiperBx .naviBx .next{color: #000;border-color: #000;}
.s3 .cont .right .swiperBx .naviBx .prev:hover,.s3 .cont .right .swiperBx .naviBx .next:hover{color: #000;border-color: #000;}

.s3 .cont .right .swiperBx .item{position: relative;width: 100%;overflow: hidden;}
/* .s3 .cont .right .swiperBx .item .img{position: relative;width: 100%;} */
.s3 .cont .right .swiperBx .item .img::before{content: '';display: block;padding-bottom: calc(467/700*100%);}
.s3 .cont .right .swiperBx .item .img::after{
    content: '';
    display: block;
    width: 100%;
    height: 55%;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.75) 18%,  
        rgba(0, 0, 0, 0.45) 40%,  
        rgba(0, 0, 0, 0.18) 70%,  
        rgba(0, 0, 0, 0) 100%
    );
}
.s3 .cont .right .swiperBx .item .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}

.s3 .cont .right .swiperBx .item .txt{position: absolute;bottom: 8%;left: 5%;width: 90%;}
.s3 .cont .right .swiperBx .item .txt h3{font-size: 30px;font-weight: 600;color: #fff;line-height: calc(32/30);margin-bottom: calc(20/30*1em);}
.s3 .cont .right .swiperBx .item .txt p{font-size: 17px;font-weight: 400;color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.s3 .cont .right .swiperBx{
    position: relative; /* 중요!! */
    display: flex;
    gap: 12px;
    width: 100%;
}

.s3 .cont .right .swiperBx .pagingBx{
    display: flex;
    gap: 2px;
    transform-origin: center bottom;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    right: -10%;
}

.s3 .cont .right .swiperBx .pagingBx .current{color: #000;}
.s3 .cont .right .swiperBx .pagingBx .total,.s3 .cont .right .swiperBx .pagingBx div{color: #aaaaaa;}

.s3 .cont .right .swiperBx .paging_mob{display: none;}

@media screen and (max-width: 1680px){
    .s3 .cont .left .txtBx h3{font-size: clamp(38px, 38 / 1440 * 100vw, 44px);}
    .s3 .cont .right .swiperBx .item .txt h3{font-size: clamp(26px, 26 / 1440 * 100vw, 30px);}

    .s3 .cont .right .swiperBx .naviBx{bottom: -3.8vw;}
}
@media screen and (max-width: 1440px){
    .s3 .cont .left .txtBx h3{font-size: clamp(32px, 32 / 1280 * 100vw, 38px);}
    .s3 .cont .right .swiperBx .item .txt h3{font-size: clamp(24px, 24 / 1280 * 100vw, 26px);}
    .s3 .cont .right .swiperBx .naviBx{bottom: -4.2vw;}
    .s3 .cont .right .swiperBx .pagingBx{right: -11.5%;}
}
@media screen and (max-width: 1280px){
    .s3 .cont .left .txtBx h3{font-size: clamp(28px, 28 / 1024 * 100vw, 32px);}
    .s3 .cont .right .swiperBx .item .txt h3{font-size: clamp(20px, 20 / 1024 * 100vw, 24px);}
    .s3 .cont .right .swiperBx .item .txt p{font-size: 16px;}
    .s3 .cont .right .swiperBx .naviBx{bottom: -4.8vw;}
    .s3 .cont .right .swiperBx .pagingBx{right: -65px;}
}
@media screen and (max-width: 1024px){
    .s3{padding-top: 120px;padding-bottom: 100px;}
    .s3 .cont{flex-direction: column;gap: 40px;}
    .s3 .cont .right{max-width: unset;width: 100%;margin-top: 0;}
    .s3 .cont .right .swiperBx{max-width: unset;}
    .s3 .cont .right .swiperBx .naviBx{max-width: unset;}
    .s3 .cont .right .swiperBx .swiper{max-width: unset;width: 100%;}
    .s3 .cont .right .swiperBx .naviBx{bottom: -60px;}
    .s3 .cont .right .swiperBx .pagingBx{display: none;}
    .s3 .cont .right .swiperBx .paging_mob{display: flex;align-items: center;justify-content: center;gap: 2px; font-size: 16px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        margin-top: 20px;
    }
    
    .s3 .cont .right .swiperBx .paging_mob .current{color: #000;}
    .s3 .cont .right .swiperBx .paging_mob .total,.s3 .cont .right .swiperBx .paging_mob div{color: #aaaaaa;}
    
}
@media screen and (max-width: 820px){
    .s3{padding: 100px 0;}
    .s3 .cont .left .txtBx h3{font-size: clamp(24px, 24 / 500 * 100vw, 28px);}
}
@media screen and (max-width: 500px){
    .s3 .cont .left .txtBx small{font-size: clamp(14px, 14 / 360 * 100vw, 16px);}
    .s3 .cont .left .txtBx h3{font-size: clamp(20px, 20 / 360 * 100vw, 24px);}

    .s3 .cont .right .swiperBx .item .txt h3{font-size: clamp(18px, 18 / 360 * 100vw, 20px);}
    .s3 .cont .right .swiperBx .item .txt p{font-size: clamp(14px, 14 / 360 * 100vw, 16px);}

    .s3 .cont .right .swiperBx .paging_mob{font-size: clamp(14px, 14 / 360 * 100vw, 16px);}
    .s3 .cont .right .swiperBx .naviBx .prev, .s3 .cont .right .swiperBx .naviBx .next{
        width: clamp(30px, 30 / 360 * 100vw, 35px);
        height: clamp(30px, 30 / 360 * 100vw, 35px);
        font-size: clamp(16px, 16 / 360 * 100vw, 20px);
    }

    .s3 .cont .right .swiperBx .item .txt {bottom: 8%;}

    .s3 .cont .right .swiperBx .naviBx{bottom: -50px;}
}
@media screen and (max-width: 360px){
    .s3 .cont .left .txtBx h3 br{display: none;}

    .s3 .cont .right .swiperBx .item .txt h3{font-size: clamp(16px, 16 / 360 * 100vw, 18px);}
    .s3 .cont .right .swiperBx .item .txt p{font-size: clamp(12px, 12 / 360 * 100vw, 14px);}
}