@charset "utf-8";

#bannerSection { position: relative; height: 450px; width: 100%; }
#banner_img { position: absolute;
              background: url(../img/view3.png) left 80% no-repeat;
              background-size: cover;	
              height: 450px; width: 100%; z-index: 5; }
#darkfilm { background: rgba(0,0,0,0.6); }
#bannerSection .banner_word { position: absolute; top: 60%; opacity: 0; left: 50%; transform: translate(-50%, -50%); color: #fff; z-index: 9; text-align: center;}
#bannerSection .banner_word li:first-child { font-size: 42px; font-weight: bold; text-shadow: 3px 3px 0 rgba(0,0,0,0.8);}
#bannerSection .banner_word li:nth-child(2) { width: 100px; height: 5px; background: #d96b2b; margin: 0 auto; margin: 15px auto 25px; }
#bannerSection .banner_word li:last-child { font-size: 20px; text-shadow: 3px 3px 0 rgba(0,0,0,0.8);}
.leftSlideUp {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 0; height: 0;
    border-bottom: 50px solid #fff;
    border-right: 100vw solid transparent;
}


#recruitSection { position: relative; width: 100%; }
#recruitSection .recruit_Wrap { width: 1000px; margin: 0 auto; padding-bottom: 60px; }
#recruitSection .recruit_Wrap h1 { 
	font-size: 38px;
	font-weight: bold; color: #333;
	border-left: 10px solid #d96b2b;
	text-indent: 20px;
	margin: 60px 0 30px;
}
#recruitSection .recruit_Wrap h2 {
	font-size: 24px; 
	font-weight: normal;
	color: #000;
}

#recruitSection .recruit_Wrap h2 span {
	font-weight: bold; 
	color: #000; 
}

#recruitSection .recruit_Wrap > p {
	line-height: 24px; 
	margin-top: 20px; 
	color: #000; 
}

#recruitSection dt { 
	font-size: 24px;
	margin: 10px 0; 
	border-left: 5px solid #d96b2b;
	text-indent: 15px;
	font-weight: bold; 

}
#recruitSection dd { margin: 0; font-size: 16px; padding: 2px 0; color: #000; line-height: 24px; }

.talent_Wrap { padding-top: 50px; }
.talent_Wrap img { width: 75px; }
.talent_Wrap .semi_emphasis { font-size: 18px !important; font-weight: bold; color: #000 !important; }
.talent_Wrap .want_talent { padding-top: 20px; }
.talent_Wrap li { float: left; width: 33.3%; text-align: center; }
.talent_Wrap dd:last-child { padding-top: 20px !important; }
.talent_Wrap li span { font-weight: bold; color: #222; font-size: 18px;}
.talent_Wrap li p { color: #000; font-weight: bold; padding-top: 10px; }

.HR_Wrap { clear: both; padding-top: 50px; }
.HR_Wrap .rank ul li { float: left; width: 9%; height: 40px; display: inline-block; text-align: center; line-height: 40px; font-weight: bold; }
.HR_Wrap .rank ul li:nth-child(2n) {  font-size: 30px; color: #d96b2b; }
.HR_Wrap .rank ul li:nth-child(1) { background: #ffebc9; } /*#ffebc9*/
.HR_Wrap .rank ul li:nth-child(3) { background: #fad79b; }
.HR_Wrap .rank ul li:nth-child(5) { background: #f7c56e; }
.HR_Wrap .rank ul li:nth-child(7) { background: #f9bb51; }
.HR_Wrap .rank ul li:nth-child(9) { background: #faad29; }
.HR_Wrap .rank ul li:nth-child(11) { background: #ffa100; }
.HR_Wrap .HR_policy_li li { padding: 2px 0; }
.HR_Wrap .HR_Wrap_semi_title { padding: 15px 0 5px!important; font-size: 18px !important; font-weight: bold; color: #000 !important; }
.HR_Wrap .end_rank { clear: both; padding-top: 10px !important;}
 
.recruit_target_Wrap { clear: both; padding-top: 50px; }
.recruit_period_Wrap { padding-top: 50px; }
.procedureWrap { padding-top: 50px; }
.procedureWrap:after {
	content: "";
	display: block;
	clear: both; 
}

.procedureWrap ul li { float: left; width: 20%; text-align: center; position: relative; }
.procedureWrap ul li span:first-child { position: absolute; left: 20px;  }
.procedureWrap ul li span:nth-child(1) { 
	color : #999;
	font-size: 26px;
	font-weight: bold; 	 
}
.recruit_icon { width: 50px; margin: 15px auto; }
.procedureWrap ul li span:last-child {
	font-size: 18px; 	
	font-weight: bold; 
	color: #222;
}

#aside { position: absolute; top: 70%; left: 10%; transform: translate(-10%, -70%); color: #222;}
#aside a { color: #666; font-size: 17px; }
#aside li { margin: 20px 0; position: relative; }
.unactive_circle {
    position: absolute;
    left: -29px; top: 3px;
    width: 15px; height: 15px;
    background: #bbb;
    border-radius: 50%;
}
.alarm-marker { position:absolute; left:-40px; top: -8px;}
.alarm-marker .alarm-effect {
    position: absolute;
    height: 26px; width: 26px;
    border: 5px solid #d96b2b;
    border-radius: 70px !important;
    animation: alarm-effect 1s infinite;
    -webkit-animation: alarm-effect 1s infinite;
    -moz-animation: alarm-effect 1s infinite; }
.alarm-marker .alarm-point {
    width: 15px; height: 15px;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    background-color: #d96b2b;
    position: absolute;
    top: 11px; left: 11px; }

@-moz-keyframes alarm-effect {
    0% {-moz-transform:scale(0);opacity:0}
    25% {-moz-transform:scale(.1);opacity:.1}
    50% {-moz-transform:scale(.5);opacity:.3}
    75% {-moz-transform:scale(.8);opacity:.5}
    100% {-moz-transform:scale(1);opacity:0}
}
@-webkit-keyframes alarm-effect {
    0% {-webkit-transform:scale(0);opacity:0}
    25% {-webkit-transform:scale(.1);opacity:.1}
    50% {-webkit-transform:scale(.5);opacity:.3}
    75% {-webkit-transform:scale(.8);opacity:.5}
    100% {-webkit-transform:scale(1);opacity:0}
}
@keyframes alarm-effect {
    0% {transform:scale(0);opacity:0}
    25% {transform:scale(.1);opacity:.1}
    50% {transform:scale(.5);opacity:.3}
    75% {transform:scale(.8);opacity:.5}
    100% {transform:scale(1);opacity:0}
}

section {
	height: auto;
    max-height: none;
}



@media screen and (max-width: 720px){
	#bannerSection .banner_word { opacity: 1; }
	#bannerSection { height: 250px; }
	#banner_img { background-size: cover; width: 100%; height: 249px; background-position: center center; }
	.leftSlideUp { border-bottom: 35px solid #fff; } 
	#bannerSection .banner_word li:first-child { font-size: 30px; }
	#bannerSection .banner_word li:nth-child(2) { width: 120px; margin: 10px auto 15px; }
	#bannerSection .banner_word li:last-child { font-size: 18px; }
	#aside { display: none; }
	#intro_video { display: none; }
	
	#bannerSection .banner_word { opacity: 1; }
	#bannerSection { height: 250px; }
	#banner_img { background-size: cover; width: 100%; height: 249px; background-position: center center; }
	.leftSlideUp { border-bottom: 35px solid #fff; } 
	#bannerSection .banner_word li:first-child { font-size: 30px; }
	#bannerSection .banner_word li:nth-child(2) { width: 120px; margin: 10px auto 15px; }
	#bannerSection .banner_word li:last-child { font-size: 18px; }
 	
 	#recruitSection .recruit_Wrap { width: 90%; margin: 0 auto; }
	#recruitSection .recruit_Wrap h1 {
		margin: 20px 0; 
		font-size: 26px; 
	}
	
	#recruitSection .recruit_Wrap h2 { font-size: 18px; }
	#recruitSection .recruit_Wrap > p { font-size: 16px; }
	#recruitSection dt { font-size: 22px; }
	.talent_Wrap .semi_emphasis { font-size: 18px !important; }
	#recruitSection dd { font-size: 16px; }
	
	.talent_Wrap li { position: relative; width: 30%; padding: 0 1%; }
	.talent_Wrap img { width: 50%; }
	.talent_Wrap li p { font-size: 14px; }
	
	.HR_Wrap .rank ul li { width: 14%; }
	.procedureWrap ul li { width: 33%; }
	
}
/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 탭 버전 ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
@media screen and (max-width: 1250px) and (min-width: 721px) {
	#bannerSection .banner_word { opacity: 1; }
	#aside { display: none; }
	#recruitSection .recruit_Wrap { width: 95%; }
}