/*
(주)파이브센스_FIVESENSES.Corp.

본 라이브러리(라이브러리 소스코드)는 (주)파이브센스의 자산입니다.
무단으로 외부로 유출 및 일시 반출을 할 경우 손해배상 책임 및 민사/형사적 책임이 있습니다.
*/

.head_banner {
    width: 100%;
    height: 100%;
}

.head_banner .swiper-container {
    width: 100%;
    height: 100%;
}

.head_banner a.swiper-slide {
    position:relative;
    display:block; 
    width: 100% !important;
    height: 100%;
}

.head_banner a.swiper-slide .img_box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow:hidden;
}

.head_banner a.swiper-slide .img_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}