@charset "UTF-8";
/**
 * 
 * @authors c-Ku (chyhoosun@gmail.com)
 * @date    2016-11-24 11:30:00
 * 
 */
.shade {
	width: 100%;
	height: 1px;
	background-color: #CCC;
	/* background-image: url('../images/shade.png');
	background-position: center;
	background-repeat: repeat-x; */
}

.new-link-bg {
	margin: 40px 0 90px 0;

	width: 100%;
	overflow: hidden;

	background-color: #0919FA;
	background: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.new-link-filter {
	width: 100%;
	overflow: hidden;
	
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	align-items: center;
	display: flex;
}

.new-link {
	margin: auto;
	padding-top: 100px;
	padding-bottom: 120px;
}

.new-link-tit {
	text-align: center;
	font-size: 35px;
	line-height: 50px;
	letter-spacing: 25px;
	color: #FFF;
}

.new-link-list a {
	color: #FFF;
}
.new-link-list a:hover  {
	color: #000;
}

.new-link-list div {
	display: block;

	float: left;
	text-align: center;
	align-items: center;
	display: flex;
	overflow: hidden;

	width: 190px;
	height: 70px;
	padding: 5px;
	margin: 25px 22px 25px 22px;
	border: 3px solid #FFF;

	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.new-link-list div:hover {
	background-color: #FFF;
	font-weight: bold;
}

.new-link-list span {
	font-size: 20px;
	line-height: 23px;

	margin: auto;
}