/*
+----------------------------------------------------------------------+
| Copyright (c) STUDYMAX.  co. Ltd
+----------------------------------------------------------------------+
| 작업일 : 2018-09-18
| 파일설명 : 회사소개 - 연혁 CSS
+----------------------------------------------------------------------+
| 작업자 : 우현진
+----------------------------------------------------------------------+
| 수정이력
| 
+----------------------------------------------------------------------+
*/

/*연혁 탭부분 CSS*/
.yearCont{display:none;max-width: 840px;}
.commonTabZone{margin-bottom: 60px;margin-top: 65px;}
.commonTabZone:after{clear:both; display:block; content:'';}
.commonTabZone li {position:relative; cursor:pointer; width:400px; float: left; border-bottom: 1px solid #dadada; padding-bottom: 30px;  }
.commonTabZone li a .tabHistorytitle{font-family: tahoma, sans-serif; font-size: 32px; font-weight: bold; color:#b5b5b5; }
.commonTabZone li a .tabHistoryInfo{font-family: NotoSansKR-Regular,'Malgun Gothic', dotum, sans-serif; font-size: 20px; color:#b5b5b5; }

.commonTabZone ul li.on{background: url('/smciImages/front/intro/tabOnbar.png') center bottom no-repeat; }
.commonTabZone ul li:after {position:absolute;bottom:0; display:block; content:""; width:100%;height:3px; background-color:#F51E40; transform:scale3d(0,1,1); transform-origin:center center; transition:transform .5s;}
.commonTabZone ul li:hover:after {transform:scale3d(1,1,1);}
.commonTabZone ul li.on a span{color:#f71b3b;}

.yearCont .yearNum{width: 194px;}
.yearCont .yearTxt{padding-left: 45px;padding-top: 12px;border-left: 1px solid #D9D9D9;}

.yearCont .yearRoundBullet{padding-top: 18px;position: relative;left: 7px;}

.yearCont .monthNum{font-size: 19px; color:#404040; margin-right: 20px;line-height:23px;}
.yearCont .monthTxt p{font-size: 19px;color: #404040;margin-bottom: 30px;line-height: 23px;}
.yearCont .monthTxt p.lastP{margin-bottom: 0;}