@charset "utf-8";

/*채용정보*/
.careerVisu .animatePaths{position:absolute; right:-190px; top:50%; transform:translateY(-50%); width:842px; height:596px;}



/*채용정보*/
.careerVisu{padding:12% 0; }
.careerVisu video{position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:-2;}
/*인재상*/
.careerPeople{padding:180px 0px 200px;}
.careerPeople h2{margin-bottom:35px;}
.careerPeople .subExp{font-weight:200;}
/*이런사람*/
.watPeople{position:relative; padding-bottom: 100px;}
.watPeople::before{content:""; position:absolute; width:100%; height:940px; background:#d8d8d8; opacity:0.1;}
.watPeople article:nth-of-type(1){padding:140px 0px;}
.watPeople h3{display:inline-block; width:40%; font-size:3.5rem; vertical-align:top; line-height:38px;}
.watPeople ul{display:inline-block; width:59%; overflow:hidden;}
.watPeople ul li{position:relative; clear:both; margin-bottom:80px; height:180px; transition-duration:0.8s;}
.watPeople ul.step1 li{top:-780px;}
.watPeople ul.step2 li{top:-520px;}
.watPeople ul.step3 li{top:-260px;}
.watPeople ul.step4 li{top:0px;}
.watPeople ul li strong{display:block; font-size:2.5rem; line-height:30px;}
.watPeople ul li i{display:block; margin:10px 0px; font-size:1.8rem; line-height: 1.3; color:#0033ff;}
.watPeople ul.our li:nth-of-type(2) span{margin-left:239px;}
.watPeople ul li span{display:block; margin-left:210px; font-weight: 200; font-size:1.5rem; line-height:1.5; opacity:0.6;}
.watPeople ul li::before{content:""; display:block; float:left; margin-right:80px;}
.watPeople ul.want li::before{width:130px; height:143px;}
.watPeople ul.want li:nth-child(1)::before{background:url('../../images/career1.png')no-repeat;}
.watPeople ul.want li:nth-child(2)::before{background:url('../../images/career2.png')no-repeat;}
.watPeople ul.want li:nth-child(3)::before{background:url('../../images/career3.png')no-repeat;}
.watPeople ul.our li::before{width:160px; height:190px;}
.watPeople ul.our li:nth-child(1)::before{background:url('../../images/career4.png')no-repeat;}
.watPeople ul.our li:nth-child(2)::before{background:url('../../images/career5.png')no-repeat;}
.watPeople ul.our li:nth-child(3)::before{background:url('../../images/career6.png')no-repeat;}
/*채용절차*/
.recruitStep{height:710px; padding:140px 0; background:url('../../images/hire_bg.png') center;}
.recruitStep h3{text-align:center; color:#fff;}
.recruitStep ul{display:flex; justify-content:space-between; margin-top:80px;}
.recruitStep ul li{color:#fff; counter-increment: number;}
.recruitStep ul li::before{display:inline-block; width:150px; height:200px; content: counter(number); margin-right:5px; line-height:200px; text-align:right; padding-right:40px; font-size:5rem; font-weight:500; background:url('../../images/career_sprite.png')-395px 0px no-repeat;}
.recruitStep ul li strong{display:inline-block; margin-top:85px; font-size:2.5rem; line-height:1.2; vertical-align:top;}
.recruitStep ul li span{display:inline-block; margin-top:10px; font-size:1.5rem; line-height:1.4; font-weight:200;}
/*인재모집*/
.recruit{padding-top:140px;}


.tblList tr:hover{background:#eee; cursor:pointer;}
.tblList td:nth-child(1) {width:80%;}
.tblList td:nth-child(2) {width:20%;}


