/**
 * talent (careers/talent) 페이지 전용 스타일
 */

/* 스크롤 시 긴 막대(내부 스크롤바) 방지 - it7 제외 (it7에 overflow 시 스크롤해야 보이는 콘텐츠가 영구히 안 보임) */
@media (min-width: 1441px) {
    .future_wrap .future-content .section {
        overflow: hidden;
    }
}
