body { background:#222222; color: #fff; padding-bottom: 0; padding-top: 0}

/* Navigation */
.navbar { transition: all 1s; padding: 14px;  }
.navbar-nav { flex-direction: inherit; }
.navbar-brand { font-weight: 600; font-size:1.5rem;  color: #fff; text-transform: uppercase; line-height: 1rem; } 
.navbar-brand:hover { color: #fff; }

.navbar-brand img { width: 70px; margin-right: 5px;  }

.nav-item a { 
	color: #fff; 
	text-transform: uppercase; 
	font-family: Noto Sans KR,sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
	padding: 0 13px; 
	transition: color .5s ease-in; 
}

.nav-item a:hover, .nav-item a.selected {
	color: #e5006e;
	text-decoration: none; 
}

/* Main Image */
.main_img {
	position: relative; 
	overflow: hidden;
}

.main_bg {
	background-size: cover !important; 
	background-position: top center !important; 
	background-repeat: no-repeat !important;
	background:url('../img/main_img.jpg') no-repeat;  
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:9;
	height: 33rem;  
}

.main_text {
	font-size: 3.5rem;
	line-height: 3.5rem; 
	font-weight: bold; 
	text-align: center;
	z-index: 999;
	position: relative;
	padding-top: 200px; 
	padding-bottom: 200px; 
	letter-spacing: 5px;	
}


/* Section */
.section {
	padding: 5rem 0 ;
	position: relative; 
}

.intro { 
	background: #222;  
	margin-bottom:0; 
}

.intro p { line-height: 1.8rem; }

/* Career List */
.career_list { background: #1b1b1b }

.career_list i {
	float:right; 
	font-size: 1.5rem;
	line-height: 1.25rem; 
}

.career_list .cr_subject { 
	font-size: 1rem; 
    padding: 1rem;
    border-bottom: 1px solid #444;
    transition:  color 0.5s ease-out;
    -webkit-transition: color 0.5s ease-out;
}

.career_list .cr_subject:hover { 
	cursor: pointer;
	color: #e5006e; 
}

.career_list .cr_content {
	background: #333;
	display: none; 
	padding: 2rem;
}

.career_list .cr_content .img {
	width: 100%;
	height: auto; 
	color: #fff !important;  
}

.career_list .cr_content .img img { max-width: 1006px; }

.career_list .cr_content button {
	display: block;
	margin: 0 auto; 
	padding: .8rem 5rem;
	margin-top: 2rem; 
}

.career_list .cr_content button:hover { 
	background: #e5006e; 
	color: #fff; 
	transition: all .5s ease-in-out;   
}

/* Section Text */
.title { 
	font-size: 1.8rem; 
	margin-bottom:1.5rem;
}

.title img { margin: 0 10px 5px 0 }


.item_list {
	border-bottom: 1px solid #333;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.sub_title { 
	float: left; 
	width: 200px;   
	font-size: 1.1rem; 
	margin-bottom: 5px; 
	color: #999; 
}

.sub_text { 
	float: left; 
	width: 100%; 
}

.item_wrap { 
	float: none;
	margin-bottom: 30px;
	overflow: hidden;  
}

.sub_text h5 {
	font-size: 1rem; 
	font-weight: bold;   
}

.btn { 
	border-radius: 0; 
	background: #fff; 
}

.download {
	display: block;
	width: 300px;
    color: #000;
    background: #fff;
    padding: .5rem 1rem;
    margin: .5rem 0;
 }

.download span { margin-right: 10px; }


/* Benefit */
.benefit .li { margin-bottom: 2rem; }
.benefit img { float: left; }
.benefit .li_text {	padding-left: 60px; }

.benefit h6 { 
	font-weight: bold;
	color: #fff; 
}

.benefit .li_text { 
	margin-left: 20px;
	color: #ccc;  
}

.sch_img { 
	margin-bottom: 1rem; 
	width: 350px; 
}

.footer { 
	background: #1b1b1b; 
	text-align: center; 
	padding: 1.5rem 0; 
	font-size: 14px; 
	color: #999;   
}

.intro br { display: none; }

.detail .item_list:last-of-type { 
	margin-bottom: 0;
	border-bottom: none;  
	padding-bottom: 0; 
}

.inquiry .sub_text i { color: #666; margin-right: 20px;  } 

@media only screen and (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem; 
		font-weight: 600; 
		font-size: 1.2rem; 
		color: #fff; 
	}
	
	.navbar-nav { position: absolute; right: 2rem; top: 1rem;  }
	.navbar-brand {margin-left: 1rem;}
	.navbar-brand img { margin-right: 10px; width: 70px; }
	
	.container { max-width:700px }
	
	body { font-size: 14px; }
		
	.benefit .li:nth-of-type(9), .benefit .li:nth-of-type(10) {
		margin-bottom: 0;
	}
	
	.sub_text { width: 700px; }
	.intro br { display: block; }
	.sch_img { width: 431px; }
		
	.main_text {
		padding-top: 320px; 
		padding-bottom: 320px; 
	}
	
	.main_bg { height: 43rem; }
	
	.career_list .cr_subject { font-size: 1.3rem; }
	.career_list i { font-size: 2rem; line-height: 1.5rem; }
	
}

@media only screen and (min-width: 1100px) {
	.container { max-width: 1100px; }
	body { font-size: 16px; }
	.main_text { font-size: 5rem; line-height: 5rem; }
	.navbar-nav { position: absolute; right: 2rem;   }
}


/* 입사지원 모달창  */

.modal-body iframe { border: none; }


@media only screen and (max-width: 1100px) {
	.career_list .cr_content .img img { max-width: 100%; }
	.career_list .cr_content button { display: none;  }
	.career_list .cr_content { padding: 10px; }
}

.slicknav_menu {
    display:none;
}

@media only screen and (max-width: 1200px) {
    .menu-navigation-basic{
        display:none;
    }
    
    .slicknav_menu {
	    display: block;
	    position: fixed; 
	    z-index: 999999;
	    top: 5px;
	    right: 0;
	    background: none; 
	}
	
	.slicknav_menu .slicknav_menutxt { display: none; }
	.slicknav_menu .slicknav_icon { margin: 0; } 
	.slicknav_menu .slicknav_icon-bar { margin: 5px 0; width: 1.5em; }
	
	.slicknav_btn { background: none; margin: 0; }
	.slicknav_nav { background: #000; padding: 1em; }
	
	.nav-item a { font-size: 24px; padding: 7px 20px; background: none;  }
	.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover  { background: none !important;  }
} 	


@media only screen and (max-width: 320px) {
	
	.sch_img { width: 300px; }
}
