  /* 메인 비주얼 이미지 */
/* 사업분야 */
#visual .bg1{ background: url("/img/sub/business_bg01.jpg") no-repeat center right / cover; }

/* 회사소개 */
#visual .bg2{ background: url("/img/sub/company_bg.jpg") no-repeat center right / cover; }
#visual .bg2[data-index="1"]{ background: url("/img/sub/company_bg_01.jpg") no-repeat center right / cover; }
#visual .bg2[data-index="3"]{ background: url("/img/sub/company_bg_03.jpg") no-repeat center right / cover; }
#visual .bg2[data-index="4"]{ background: url("/img/sub/company_bg_04.jpg") no-repeat center right / cover; }
#visual .bg2[data-index="5"]{ background: url("/img/sub/company_bg_05.jpg") no-repeat center right / cover; }
#visual .bg2[data-index="6"]{ background: url("/img/sub/company_bg_06.jpg") no-repeat center right / cover; }
#visual .bg2[data-index="7"]{ background: url("/img/sub/company_bg_07.jpg") no-repeat center right / cover; }

/* 제품소개 */
#visual .bg3{ background: url("/img/sub/product_bg.jpg") no-repeat center right / cover; }
#visual .bg3[data-index="1"]{ background: url("/img/sub/product_bg01_01.jpg") no-repeat center right / cover; }
#visual .bg3[data-index="2"]{ background: url("/img/sub/product_bg03.jpg") no-repeat center right / cover; }
#visual .bg3[data-index="3"]{ background: url("/img/sub/product_bg02_02.jpg") no-repeat center right / cover; }
/* #visual .bg3[data-index="4"]{ background: url("/img/sub/product_bg04_01.jpg") no-repeat center right / cover; } */
#visual .bg3[data-index="4"]{ background: url("/img/sub/product_bg05_01.jpg") no-repeat center right / cover; }
#visual .bg3[data-index="5"]{ background: url("/img/sub/product_bg_06.jpg") no-repeat center center / cover; }

/* 투자정보 */
#visual .bg4{ background: url("/img/sub/reference_bg_05.jpg") no-repeat center right / cover; }
#visual .bg4[data-index="2"]{ background: url("/img/sub/reference_bg_03.jpg") no-repeat center center / cover; }
#visual .bg4[data-index="3"]{ background: url("/img/sub/reference_bg_02.jpg") no-repeat center center / cover; }
#visual .bg4[data-index="4"]{ background: url("/img/sub/reference_bg_01.jpg") no-repeat center right / cover; }
#visual .bg4[data-index="6"]{ background: url("/img/sub/reference_bg_04.jpg") no-repeat center center / cover; }

/* 인재경영 */
#visual .bg5{ background: url("/img/sub/career_bg.jpg") no-repeat center right / cover; }
#visual .bg5[data-index="1"]{ background: url("/img/sub/career_bg_01.jpg") no-repeat center center / cover; }
#visual .bg5[data-index="2"]{ background: url("/img/sub/career_bg_02.jpg") no-repeat center center / cover; }
#visual .bg5[data-index="3"]{ background: url("/img/sub/career_bg_03.jpg") no-repeat center left / cover; }
#visual .bg5[data-index="4"]{ background: url("/img/sub/career_bg_04.jpg") no-repeat center center / cover; }


/* lnb */
#lnb .inner > ul > li.local{ min-width: 160px; max-width: calc((100% - 65px) / 2); }
#lnb button{ width: 100%; }


/* 제품소개 - 문의 */
#inquiry .fileBtn .round-btn{ padding: 0 20px; }
#inquiry .selectric-box *{ font-family: var(--baseFont); }

@media screen and (max-width: 1280px){
	#inquiry .fileBtn .round-btn{ width: 140px; }
}

/* 인재경영 - 복리후생 */
@media screen and (max-width: 650px){
	#welfare br{ display: none; }
}