/* ------------------------------------------------------------- */
/* ------------- STX엔진 계열사별 컬러, 로고 및 이미지 지정 ---------- */
/* ------------------------------------------------------------- */

/* 계열사별로 body의 바로 아래 div태그에 계열사명 클래스 추가하여 작업합니다. */

/* ------------- 메인컬러 전역변수 -------------*/
 :root {
	--main-color: #E92626;
}
.main-c{color: var(--main-color); display: inline !important; font-weight: 700; width: fit-content !important;}


.sub_header::before{content: ''; position: absolute; width: 100%; height: 100%; background-color: #111111a8;}


/* 회사소개 */
.company .sub_header{background: url(../img/sub/sub_header_01.png) center no-repeat; }
.company .sub_header .company_title{display: block;}


/* 인사제도 */
.people .sub_header{background: url(../img/sub/sub_header_02.png) center no-repeat; background-size:cover;}
.people .sub_header .people_title{display: block;}


/* 채용공고 */
.recruit .sub_header{background: url(../img/sub/sub_header_03.png) bottom no-repeat; background-size:cover;}
.recruit .sub_header .recruit_title{display: block;}


/* 지원가이드 */
.guide .sub_header{background: url(../img/sub/sub_header_04.png) bottom no-repeat; background-size:cover;}
.guide .sub_header .guide_title{display: block;}


/* FAQ */
.faq .sub_header{background: url(../img/sub/sub_header_05.png) bottom no-repeat; background-size:cover;}
.faq .sub_header .faq_title{display: block;}





.company .img_box01 {width: 100%; height: 450px; overflow: hidden; position: relative;}
.company .img_box01 > img {position: absolute; width: 100%; height: 100%; object-fit: cover;}


