@charset "UTF-8";

/* 연혁 type 01*/
.historySkin_1 .tab_div_5 {margin-bottom: 80px;}
.historyWrap {display: table; width: 100%; margin-bottom: 40px;}
.historyWrap .year {
	display: table-cell;  vertical-align: top;
	width: 100px;
	font-size: 30px; font-weight: 500; text-align: center;
	border-top: 2px solid #2460db;
	background: url('/sites/moj/images/contents/history_1_year_bg.png') left top no-repeat;
	padding: 18px 0; box-sizing: border-box;
}
.historyWrap .year strong {color: #2460db;}
.historyWrap .substance {
	display: table-cell;
	width: calc(100% - 100px);
	border-top: 2px solid #c4c4c4;
}
.historyWrap .substance dl {
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding: 20px 0; box-sizing: border-box;
}
.historyWrap .substance dt {
	float: left; width: 145px;
	color: #666666; font-size: 18px; text-align: center;
}
.historyWrap .substance dd {float: left; width: calc(100% - 145px);}
.historyWrap .substance dd p.em {
	color: #25a1db;
	margin-bottom: 10px;
}