
/* history -[  */
.tab_list .month {
	width:75px;
	float:left;	
	padding-right:22px;
}

.tab_list .month::after {
	content:'';
	display:block;
	width:11px;
	height:11px;
	border:3px solid #b2e3d5;
	border-radius:10px;
	position:relative;
	left:71px;
	z-index:99;
	top:11px;
	background-color:#fff;
}

.month .start::after {
	content:'';
	display:block;
	width:15px;
	height:15px;
	left: 48px;
  bottom: 33px;
	background-color:#fff;
	position:relative;	
}


.tab_list .days:last-child {
	padding-bottom:0;
	border-left:0;
}

.tab_list .days:last-child dl:first-child > dt:first-child:after {
	content:'';
	display:block;
	width:3px;
	height:24px;	
	background-color:#b2e3d5;
	position:relative;
	bottom:30px;
		
}

.month p {
	float:right;
	font-family: 'Nanum Square', sans-serif;
	font-size:21px;
	font-weight:900;
	color:#00a175; 
	}


.tab_list .tab_content::after {
	content:'';
	display:block;
	clear:both;	
}

.tab_list .tab_content {
	margin:70px 0 75px 0;
}


.tab_list .days {
	padding: 2px 0 25px 0;
  width:520px;
	float:left;
	border-left:3px solid #b2e3d5;
}


.tab_list .days dl {
	margin-bottom:0px; 	
}

.tab_list .days dl::after {
	content:'';
	display:block;
	clear:both;	
}


.tab_list .days dt {
	float:left;
	width:120px;
	text-align:center;
	font-family: 'Nanum Square', sans-serif;
	font-size:18px;
	font-weight:900;
	color:#555555;
}

.tab_list .days dd {
	width:210px;
	float:left;
	font-family: 'Nanum Square', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#222222;
	margin-bottom:25px;
}

.tab_list .days dd span.bold {
	color:#333333;
	font-weight:300;
}

.tab_list .days dd span.date {
	font-size:14px;
	color:#6a6a6c;
}

.content_wrap .history {
	width: 100%;
  background: url(/theme/mercury/img/history_bg.jpg) 10px 30px no-repeat;
  padding-bottom: 150px;
  padding-top: 50px;
}

.content_wrap h4 {
	font-size:30px;
	font-weight:400;
	color:#4a4a4a;
}

.content_wrap h4 span {
	color:#9aa733;
}
/* ] - history */