@media (max-width: 768px) {
    .mobile-carousel {
        width: 100%;
        height: auto;
    }

    #seolp-section3 .mobile-carousel .carousel-content .li-top,
    #seolp-section3 .mobile-carousel .carousel-content .li-bottom {
        width: 260px;
        height: 248px;
        padding: 30px 24px;
        background:rgba(255,255,255,1);
        box-shadow:0px 0px 8px 0px rgba(229,229,229,1);
        border-radius:3px;
    }

    .mobile-carousel .carousel-content .li-bottom {
        margin-top: 30px;
    }

    .mobile-carousel .carousel-content img {
        margin: 0 auto;
    }

    #seolp-section3 .block1>div p {
        padding: 0;
    }

    #seolp-section3 .block1 .desc-content {
        margin-top: 0;
    }

    #seolp-section3 .mobile-carousel .swiper-container {
        width: 100%;
        height: 100%;
    }

    #seolp-section3 .mobile-carousel .carousel-content .desc-content > p:nth-of-type(1) {
        margin-top: 18px;
        font-size:20px;
        font-family:Roboto;
        font-weight:bold;
        color:rgba(51,51,51,1);
        text-align: center;
    }

    #seolp-section3 .mobile-carousel .carousel-content .desc-content > p:nth-of-type(2) {
        margin-top: 5px;
        font-size:14px;
        font-family:Roboto;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:21px;
        text-align: center;
    }

    #seolp-section3 .mobile-carousel .li-third .desc-content > p:nth-of-type(2) {
        margin-top: 10px;
    }

    .mobile-carousel .li-first .li-top img {
        width: 52px;
        height: 50px;
    }

    .mobile-carousel .li-first .li-bottom img {
        width: 62px;
        height: 50px;
    }

    .mobile-carousel .li-second img {
        width: 65px;
        height: 50px;
    }

    .mobile-carousel .li-third .li-top img {
        width: 56px;
        height: 50px;
    }

    .mobile-carousel .li-third .li-bottom img {
        width: 39px;
        height: 50px;
    }

    .mobile-carousel .swiper-slide {
        -webkit-transition: transform 1.0s;
        -moz-transition: transform 1.0s;
        -ms-transition: transform 1.0s;
        -o-transition: transform 1.0s;
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }

    .mobile-carousel .swiper-slide-active, .mobile-carousel .swiper-slide-duplicate-active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 414px) {
    #seolp-section2 .fixed-register-m img,
    #seolp-section7 .fixed-register-m-tab2 img {
        width: 17px;
        height: 19px;
    }

    #seolp-section2 .fixed-register-m,
    #seolp-section7 .fixed-register-m-tab2 {
        padding: 8px 10px;
    }
    #seolp-section2 .fixed-register-m span,
    #seolp-section7 .fixed-register-m-tab2 span {
        font-size: 14px;
        margin-left: 2%;
    }

    #seolp-section2 .fixed-register-m a,
    #seolp-section7 .fixed-register-m-tab2 a {
        margin-left: 3%;
    }

    #seolp-section3 .mobile-carousel .carousel-content .li-top,
    #seolp-section3 .mobile-carousel .carousel-content .li-bottom {
        width: 287px;
        height: 273px;
        padding: 30px 40px;
    }

    #seolp-section3 .mobile-carousel .swiper-slide-active .carousel-content .li-top,
    #seolp-section3 .mobile-carousel .swiper-slide-active .carousel-content .li-bottom {
        padding: 30px;
    }

    .mobile-carousel .swiper-slide {
        -webkit-transition: transform 1.0s;
        -moz-transition: transform 1.0s;
        -ms-transition: transform 1.0s;
        -o-transition: transform 1.0s;
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }

    .mobile-carousel .swiper-slide-active, .mobile-carousel .swiper-slide-duplicate-active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media (max-width: 375px) {

    #seolp-section2 .fixed-register-m img,
    #seolp-section7 .fixed-register-m-tab2 img {
        width: 15px;
        height: 17px;
    }

    #seolp-section2 .fixed-register-m,
    #seolp-section7 .fixed-register-m-tab2 {
        padding: 8px 5px;
    }

    #seolp-section2 .fixed-register-m span,
    #seolp-section7 .fixed-register-m-tab2 span {
        margin-left: 8px;
        font-size: 12px;
    }

    #seolp-section2 .fixed-register-m a,
    #seolp-section7 .fixed-register-m-tab2 a {
        margin-left: 15px;
    }

    #seolp-section3 .mobile-carousel .carousel-content .li-top,
    #seolp-section3 .mobile-carousel .carousel-content .li-bottom {
        width: 260px;
        height: 248px;
        padding: 30px 35px;
    }

    #seolp-section3 .mobile-carousel .swiper-slide-active .carousel-content .li-top,
    #seolp-section3 .mobile-carousel .swiper-slide-active .carousel-content .li-bottom {
        padding: 30px 24px;
    }

    .mobile-carousel .swiper-slide {
        -webkit-transition: transform 1.0s;
        -moz-transition: transform 1.0s;
        -ms-transition: transform 1.0s;
        -o-transition: transform 1.0s;
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }

    .mobile-carousel .swiper-slide-active, .mobile-carousel .swiper-slide-duplicate-active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}