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

.awardsWrap > div{
    position: relative;
}

.awardsWrap .sec02Swiper {
    position: absolute;
    width: 100%;
    height: 55.42900531511%;
    bottom: 19.43811693242%;
    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: 37.39583333333%;
    padding-right: 67px;
}

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

.awardsWrap .sec02Swiper .swiper-button-prev{
    left: 22%;
    width: 54px;
    height: 32px;
}

.awardsWrap .sec02Swiper .swiper-button-next{
    right: 22%;
    width: 54px;
    height: 32px;
}

.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: 13.66742596811%;
}

.awardsWrap .sec02 .swiper-pagination-bullet{
    background-color: #fff;
}

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

