/* ____________________ 연혁 ____________________ */

.fright{float:right;
}
.fleft{float:left;
}

.exhib_block {
	position: relative;
	margin-bottom: 30px;
}
.exhib_block .fleft {margin-left:1px;}
.exhib_line_center {
	position: absolute;
	left: 50%;
	top: 12px;
	width: 1px;
	height: 95%;
	background: #c3c3c3;
}
.exhib_block p {
	padding-bottom: 9px;
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	color: #343434;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.exhib_cont:hover p {
	color: #000066;
}

.exhib_p_top {margin-left:80px;
}

.exhib_cont {
	position: relative;
	width: 470px;
	margin-top: 30px;
	background: #fff;
	color: #8d8d8d;
	border: 1px solid #dedede;
	border-radius: 12px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}
.exhib_cont:hover {
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,0.15);
     -moz-box-shadow: 0 0 16px rgba(0,0,0,0.15);
          box-shadow: 0 0 16px rgba(0,0,0,0.15);
}

.exhib_date_right, .exhib_date_left, .exhib_date_top {
	display: block;
	position: absolute;
	width: 90px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	color: #000066;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.exhib_date_top {
	left:49.5%;
	top:0;
	width:95px;
	text-align:right;
	background:url(../../images/exhib_date_top_bg_h.png) no-repeat left center;
}

.exhib_date_left {
	left: -80px;
	top: 27px;
	background: url(../../images/exhib_date_left_bg.png) no-repeat right center;
}
.exhib_date_right {
	right: -80px;
	top: 27px;
	text-align: right;
	background: url(../../images/exhib_date_left_bg_right.png) no-repeat left center;
}
.exhib_cont:hover .exhib_date_right, .exhib_cont:hover .exhib_date_left, .exhib_cont:hover .exhib_date_top {
	font-size: 26px;
	font-weight: 400;
}

.exhib_cont:hover .exhib_date_top {background:url(../../images/exhib_date_top_bg_h.png) no-repeat left center;
}
.exhib_cont:hover .exhib_date_left {background:url(../../images/exhib_date_left_bg_h.png) no-repeat right center;
}
.exhib_cont:hover .exhib_date_right {background:url(../../images/exhib_date_left_bg_right_h.png) no-repeat left center;
}


/* ___________________ //연혁 ___________________ */
