@media screen and (min-width: 1441px) and (max-width: 2560px) {
.body {
	margin: 0 auto;
	width: 100%;
}
#main {
	position: relative;
	width: 100%;
	z-index: 1;
	height: 1300px;
	margin: 0 auto;
}
#info {
	position: absolute;
	width: 1458px;
	height: 1209px;
	z-index: 9999;
	left: 342px;
	top: 50px;
}
#info_bg {
	position: absolute;
	width: 1458px;
	height: 1209px;
	z-index: 1;
	left: 342px;
	top: 50px;
	background-color: #000;
	opacity: 0.9;
}
#title_01 {
	position: absolute;
	z-index: 2;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #CCC;
	font-size: 60px;
	left: 45px;
	top: 89px;
}
#info_line_01 {
	position: absolute;
	width: 920px;
	height: 1px;
	z-index: 2;
	left: 32px;
	top: 164px;
	background-color: #999;
}
#text_info_01 {
	position: absolute;
	width: 585px;
	height: 687px;
	z-index: 2;
	left: 45px;
	top: 504px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #CCC;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
}
#info_pic_01 {
	position: absolute;
	width: 582px;
	height: 221px;
	z-index: 999999;
	background-color: #CCC;
	left: 386px;
	top: 268px;
}
#sub_title {
	position: absolute;
	z-index: 2;
	font-size: 30px;
	color: #CCC;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	left: 45px;
	top: 457px;
}
}

/*-- down to 1920 --*/

@media screen and (min-width: 400px) and (max-width: 1440px) {
.body {
	margin: 0 auto;
	width: 100%;
}
#main {
	position: relative;
	width: 100%;
	z-index: 1;
	height: 1300px;
	margin: 0 auto;
}
#info {
	position: absolute;
	width: 940px;
	height: 1226px;
	z-index: 9999;
	left: 342px;
	top: 20px;
}
#info_bg {
	position: absolute;
	width: 940px;
	height: 1226px;
	z-index: 1;
	left: 342px;
	top: 20px;
	background-color: #000;
	opacity: 0.9;
}
#title_01 {
	position: absolute;
	z-index: 2;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #CCC;
	font-size: 50px;
	left: 45px;
	top: 89px;
}
#info_line_01 {
	position: absolute;
	width: 875px;
	height: 1px;
	z-index: 2;
	left: 32px;
	top: 164px;
	background-color: #999;
}
#text_info_01 {
	position: absolute;
	width: 589px;
	height: 690px;
	z-index: 2;
	left: 45px;
	top: 504px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #CCC;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
}
#info_pic_01 {
	position: absolute;
	width: 582px;
	height: 221px;
	z-index: 999999;
	left: 387px;
	top: 239px;
}
#sub_title {
	position: absolute;
	z-index: 2;
	font-size: 30px;
	color: #CCC;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	left: 45px;
	top: 457px;
}
}
