/* BASIC css start */
.awardsWrap img{
    display: block;
    width: 100%;
}

.awardsWrap > div{
    position: relative;
}

.awardsWrap .sec02Swiper {
    position: absolute;
    width: 100%;
    height: 64.90384615385%;
    bottom: 33.17307692308%;
    left: 50%;
    transform: translate(-50%);
}

.awardsWrap .sec02Swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: .4s;
    width: 80.875%;
    padding-right: 8%;
}

.awardsWrap .sec02Swiper .swiper-slide img{
    height: 100%;
    width: auto;
}

.awardsWrap .sec02Swiper .swiper-button-prev:after,
.awardsWrap .sec02Swiper .swiper-button-next:after{
    width: 100%;
    height: 100%;
}

.awardsWrap .sec02Swiper .swiper-button-prev:after{
    content: '';
    background: url('http://jstyle07.jpg3.kr/SITE/EVENT/2022/bestarchive/arrow_ylow.png') no-repeat center / contain;
    transform: scaleX(-1);
}

.awardsWrap .sec02Swiper .swiper-button-next:after{
    content: '';
    background: url('http://jstyle07.jpg3.kr/SITE/EVENT/2022/bestarchive/arrow_ylow.png') no-repeat center / contain;
}

.awardsWrap .sec02 .swiper-pagination{
    bottom: 24%;
}

.awardsWrap .sec02 .swiper-pagination-bullet{
    background-color: #fff;
    width: 12px;
    height: 12px;
    margin: 8px;
}

.awardsWrap .sec02 .swiper-pagination-bullet-active{
    background-color: #ff9c00;
}
/* BASIC css end */

