/* Default tab style */
.tabs {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* Nav */
.tabs nav ul {
	padding:40px 0 0 0;
	text-align:center;
}
.tabs nav ul li {
	z-index: 1;
	display:inline-block;
}
.tabs nav a {
	display: block;
	overflow: hidden;
}
.tabs nav li.tab-current a {
	color: #000;
}
.tabs-style-topline nav li {
	border: 1px solid #ddd;
	padding:10px 20px;
	margin-bottom:-7px;
	background:#fafafa;
	position:relative;
	z-index:9 !important;
}
.tabs-style-topline nav li.tab-current {
	border-bottom: 1px solid #fff;
}
.tabs-style-topline nav a {
	color: #bbb;
	font-size:22px;
	font-weight:700;
	text-align: center;
	line-height:1.5;
}
.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
	color: #666;
}
.tabs-style-topline nav li.tab-current {
	background: none;
}
.tabs-style-topline nav li.tab-current a {
	color: #0071bc;
	font-weight:800;
}

/* Content */
.content-wrap {
	position: relative;
}
.content-wrap section {
	display: none;
	margin: 0 auto;
}
.content-wrap section.content-current {
	display: block;
}

.his_box { padding:80px 20px; border:#ddd solid 1px; border-bottom:#ddd solid 4px; border-radius:7px; position:relative; z-index:1 !important;}
.his_box .container { max-width:1000px;}

/* 연혁 */
.his_year { font-size:55px; color:#eee; font-weight:800; float:left; width:17%; position:relative; margin-top:-25px;}
.his_dot { display:block; width:7px; height:7px; background:#007daa; border-radius:50%; position:absolute; top:8px; left:-15px;}
.his_list  { padding-bottom:50px; padding-left:10px; width:83%; float:left;}
.his_list:last-child { padding-bottom:0;}
.his_list li { padding-bottom:15px; display:table; position:relative;}
.his_date { font-size:17px; color:#007daa; font-weight:700; display:table-cell; width:50px;}
.his_txt { font-size:17px; color:#333; display:table-cell;}
/* 연혁 */


@media screen and (max-width:767px){
	.tabs-style-topline nav a { font-size:17px;}
	
	.his_year { font-size:45px; width:30%; margin-top:-5px;}
	.his_list  { width:70%;}
	.his_date { width:40px;}
}