@charset "UTF-8";


/*--- OVERRIDE ------------------*/

#globalNav ul li a:hover::after {
	display: none;
}

section h2::after {
	content: "";
    display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
    height: 1px;
	background-color: #e2e2e2;
	z-index: -1;
}

/* ------------------------------------
 * HEADER
 * ------------------------------------ */


/* ------------------------------------
 * CONTENTS
 * ------------------------------------ */

#mainVisual img {
	width: 100%;
}

/* NEWS */

#news {
	padding: 80px 0 130px;
}

#news .more {
	text-align: right;
}

#news .more a {
	width: auto;
	padding: 14px 40px;
}


@media (max-width: 639px) {
	#news {
		padding: 50px 0 100px;
	}
	#news .more {
		text-align: center;
	}
	#news .more a {
		width: 100%;
		padding: 12px 0;
	}
}


/* ------------------------------------
 * SLIDER
 * ------------------------------------ */

.loopSliderWrap {
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 240px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	height: 240px;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	width: auto;
	height: 100%;
}

