#s03 {
    background: var(--section-background) !important;
}
#s03 .content{
    background: var(--section-background) !important;
    padding: 122px 0px !important;
}

#s03 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#s03 .pg {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 29.5px;
    z-index: 1;
    right: 0;
}
#s03 .pg .swiper-pagination-bullet{
    opacity: 0.6;
    width: 8px;
    height: 8px;
    margin: 0 7.9px;
    border-radius: 50%;
    background: white;
}
#s03 .pg .swiper-pagination-bullet-active{
    opacity: 1;
    background: #f7f7f7;
}
#s03 .pg-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
#s03 .pg-arrow.pg-arrow-left {
    left: 39px;
    width: 33px;
    height: 56x;
}
#s03 .pg-arrow.pg-arrow-right {
    right: 39px;
    width: 33px;
    height: 56px;
}

/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width: 450px) {
    #s03 .content {
        padding: 0 !important;
    }
    #s03 .swiper-container {
        height: 274px;
    }
    #s03 .pg {
        bottom: 15px;
    }
    #s03 .pg .swiper-pagination-bullet{
        width: 7.4px;
        height: 7.4px;
    }
    #s03 .pg-arrow.pg-arrow-left {
        width: 21.24px;
        height: 36.05px;
        left: 16.09px;
    }
    #s03 .pg-arrow.pg-arrow-right {
        width: 21.24px;
        height: 36.05px;
        right: 16.09px;
    }
}
/* 테블릿 */
@media screen and (min-width: 451px) and (max-width: 1023px) {
    #s03 .content {
        padding: 0 !important;
    }
    #s03 .swiper-container {
        height: 274px;
    }
    #s03 .pg {
        bottom: 15px;
    }
    #s03 .pg .swiper-pagination-bullet{
        width: 7.4px;
        height: 7.4px;
    }
    #s03 .pg-arrow.pg-arrow-left {
        width: 42.49px;
        height: 72.1px;
    }
    #s03 .pg-arrow.pg-arrow-right {
        width: 42.49px;
        height: 72.1px;
    }
}
/* PC */
@media screen and (min-width: 1024px) {
}
