@charset "UTF-8";

body > .container.top > .main-container > .main-contents > .main {
	position: relative;
	max-width: 1450px;
	margin: auto;
	margin-top: -250px;
	margin-bottom: 40px;
	z-index: 1;
}
body > .container.top > .main-container > .main-contents > .main img {
	width: 100%;
	max-width: 1450px;
	height: auto;
}
body > .container.top > .main-container > .main-contents > .news {
	position: absolute;
	top: 54vw;
	width: 550px;
	height: 340px;
	background-image: url(../img/bg_news.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 5;
}
body > .container.top > .main-container > .main-contents > .news h3 {
	width: 505px;
	height: 45px;
	background-image: url(../img/t_news.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 20px 20px 10px 20px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}
body > .container.top > .main-container > .main-contents > .news .contents {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 240px;
}
body > .container.top > .main-container > .main-contents > .news dl {
	text-align: left;
	padding: 0 30px 5px 30px;
	letter-spacing: -.40em;
}
body > .container.top > .main-container > .main-contents > .news dl dt {
	display: inline-block;
	letter-spacing: normal;
	width: 20%;
	font-size: 12px;
	vertical-align: top;
}
body > .container.top > .main-container > .main-contents > .news dl dd {
	display: inline-block;
	letter-spacing: normal;
	width: 80%;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: top;
	color: #FFF;
	text-shadow: 0 0 2px #000,0 0 10px #000;
}
body > .container.top > .main-container > .main-contents > .news dl dd a {
	color: #FFF;
	text-shadow: 0 0 2px #000,0 0 10px #000;
	text-decoration: underline;
}
@media screen and (max-width:960px){
	body > .container.top > .main-container > .main-contents > .main {
		width: 100%;
		text-align: right;
		margin-top: 1vw;
		margin-bottom: 1vw;
	}
	body > .container.top > .main-container > .main-contents > .main img { width: 90%; }
	body > .container.top > .main-container > .main-contents > .news {
		position: relative;
		top: auto;
		margin-bottom: 5vw;
		width: 100vw;
		height: 60vw;
		padding-top: 3vw;
	}
	body > .container.top > .main-container > .main-contents > .news h3 {
		width: 90vw;
		height: 8vw;
		margin: 0 0 2vw 3vw;
	}
	body > .container.top > .main-container > .main-contents > .news .contents{
		height: 46vw;
		width: 100%;
		margin-top: 3vw;
	}
	body > .container.top > .main-container > .main-contents > .news dl {
		padding: 0 5vw 2vw 5vw;
	}
	body > .container.top > .main-container > .main-contents > .news dl dt {
		font-size: 2.6vw;
	}
	body > .container.top > .main-container > .main-contents > .news dl dd {
		font-size: 2.6vw;
	}
}
