/*
+----------------------------------------------------------------------+
| Copyright (c) 2010-2018 STUDYMAX. co. Ltd
+----------------------------------------------------------------------+
| 작업일 : 2018-09-21
| 파일설명 : 인재채용 > 채용제도
+----------------------------------------------------------------------+
| 작업자 : 박소율
+----------------------------------------------------------------------+
| 수정이력
| 2018-10-16 2차개선수정 by 우현진
+----------------------------------------------------------------------+
*/

@charset "utf-8";

.color_red{color:#f71b3b}
.ft_size19{font-size: 19px;}
.borderBottom_gray{border-bottom: 1px solid #d9d9d9}
.width_180{width: 180px;}
.width_288{width: 288px;}

/* section 01 */
.processContentsWrap{padding-top: 100px; padding-bottom: 95px;}
.processContentsWrap .processArea{float :left; width: 25%; text-align: center;position: relative; }
.processContentsWrap .processArea .processCircle{width: 236px; height: 148px; padding-top: 88px; border-radius:50%; border: 2px solid #404040; margin: 0 auto;}
.processContentsWrap .processArea:after{content:''; position: absolute; right: -15px; top: 97px; width: 27px; height: 47px; background: url('/smciImages/front/recruit/process_arrow.png') no-repeat 0 0;}
.processContentsWrap .processArea:last-child:after{display: none}
.processContentsWrap .processInfoArea{width: 546px; padding-left: 54px; height: 147px; margin: 40px auto 0; }
.processContentsWrap .processInfo {margin-bottom: 13px;}
.processContentsWrap .processInfo span{display: inline-block}
.processContentsWrap .processSubj{padding-right: 30px; position: relative; }
.processContentsWrap .processSubj:after{content:'';position: absolute;right: 12px;top: 8px;width: 3px;height: 16px;background-color: #e2203a;}


/* section 02 */
.benefitsContentsWrap{padding-bottom: 100px;}
.benefitsContentsWrap .benefitsContents{border-top: 3px solid #404040; border-bottom: 3px solid #404040}
.benefitsContents .benefitsArea{float: left; width: 33.3333%; text-align: center; height: 191px; padding-top: 29px}
.benefitsContents .benefitsItemTitle{font-size: 23px; color:#404040; font-family: NotoSansKR-bold,'Malgun Gothic', dotum, sans-serif; margin-top: 5px}
.benefitsContents .benefitsItemText{font-size: 16px; color:#8a8a8a; font-family: NotoSansKR-Light,'Malgun Gothic', dotum, sans-serif; margin-top: 3px}


/* section 03 */
.recruitContentsWrap{padding-top: 100px; height: 228px; background: url('/smciImages/front/recruit/recruit_bottomBg.png') no-repeat 50% 0; text-align: center;}

/* 사이트 바로가기 버튼 */
.goToSiteBtn{width: 252px;border: 2px solid #fff;color:#fff;line-height: 58px;height: 58px; margin-top: 30px;}
.goToSiteBtn.actionBtn .hoverText{font-size: 20px;text-indent: -30px;background: url('/smciImages/front/recruit/rightArrow.png') rgba(0,0,0,0.3) 90% center no-repeat; height: 100%}
.goToSiteBtn:hover .hoverText{ background:url('/smciImages/front/recruit/rightArrow_on.png') 90% center no-repeat; color:#000;}
.goToSiteBtn.actionBtn:after{background-color:#fff;}

