.swiper{
    overflow: visible;
}
.swiper-wrapper{
    padding-top: 86px;
}
.swiper-slide{
    height: 100%;
    position: relative;
}
.swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide img:hover{
    background-color: rgba(0, 0, 0, 0.5);
}
.swiper-button-next, .swiper-button-prev{
    z-index: 100;
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: url(../images/home/swiper_next_btn.png) center center no-repeat;
    background-size: contain;
}
.swiper-button-next{
    top: 0;
    right: 0;
}
.swiper-button-prev{
    top: 0;
    right: 60px;
    left: unset;
    transform: rotate(180deg);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.bg_black .swiper-button-next ,.bg_black .swiper-button-prev{
    background-image: url(../images/home/swiper_next_btn_wh.png);
}

/* home news */
.home_news_swiper .swiper-slide{
    height: 396px;
    width: 318px !important;
}
.pagenation{
    display: none;
}

/* team */
.crew_slide{
    width: 318px !important;
    height: 430px;
    background-color: #FAFAFA;
    border-radius: 8px;
}
/* service */
.service_swiper{
    width: 100%;
    overflow: hidden;
}
.service_swiper .swiper-pagination-bullet{
    height: 12px;
    width: 12px;
    border: 1px solid #000000;
    background-color: transparent;
    opacity: 1;
}
.service_swiper .swiper-pagination-bullet-active{
    background-color: #000000;
}
.service_swiper .swiper-wrapper, .career_swiper .swiper-wrapper{
    padding-top: 0;
}
.service_swiper .swiper-wrapper .swiper-slide{
    height: auto;
}


.career_swiper_wrapper{
    width: calc(100% - 96px);
    max-width: 1344px;
    margin: 0 auto 100px;
}
.career_swiper{
    overflow: hidden;
    border-radius: 8px;
}
.career_swiper .swiper-slide{
    height: 100%;
}
.career_swiper .swiper-button-prev{
    top: 50%;
    left: 48px;
    transform: translateY(-50%) rotate(180deg);
}
.career_swiper .swiper-button-next{
    top: 50%;
    right: 48px;
    transform: translateY(-50%);
}

/* 커리어 불릿 커스텀 */
.pagenation_bullet{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.pagenation_bullet span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #555555;
    margin-right: 8px;
}
.pagenation_bullet span.active{
    background-color: #ffffff;
}

@media screen and (max-width : 1440px) {
    .home_news_swiper .swiper-slide{
        width: 266px !important;
        height: 332px;
    }
    .career_swiper{
        width: 100%;
    }
    .crew_slide{
        width: 266px !important;
        height: 358px;
    }
    .pagenation_bullet{
        width: 100%;
    }
}
@media screen and (max-width : 1024px) {
    .career_swiper .swiper-button-prev, .career_swiper .swiper-button-next{
        display: none;
    }
}
@media screen and (max-width : 767px) {
    .swiper-wrapper{
        padding-top: 0;
    }
    .home_news_swiper, .team_swiper{
        padding-bottom: 40px;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .pagenation{
        width: auto;
        display: block;
        bottom: 0;
        font-size: 14px;
        line-height: 17px;
        font-weight: 600;
        letter-spacing: -1px;
        padding-left: 15px;
    }
    .home_news_swiper .swiper-slide{
        width: 180px !important;
        height: 242px;
        box-sizing: border-box;
    }

    .crew_slide{
        width: 180px !important;
        height: 242px;
    }

    .service_swiper .swiper-wrapper{
        padding-bottom: 0;
    }
    .career_swiper{
        border-radius: 0;
    }
    .career_swiper_wrapper{
        width: 100%;
    }
}