@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: 1450px;
	margin: 0 auto;
}
#info {
	position: absolute;
	width: 1458px;
	height: 1365px;
	z-index: 9999;
	left: 342px;
	top: 50px;
}
#info_bg {
	position: absolute;
	width: 1458px;
	height: 1367px;
	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: 1189px;
	height: 2px;
	z-index: 2;
	left: 32px;
	top: 166px;
	background-color: #999;
}
#text_info_01 {
	position: absolute;
	width: 540px;
	height: 186px;
	z-index: 2;
	left: 264px;
	top: 234px;
	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: 200px;
	height: 200px;
	z-index: 2;
	left: 45px;
	top: 210px;
}
#sub_title {
	position: absolute;
	z-index: 2;
	font-size: 30px;
	color: #CCC;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	left: 329px;
	top: 228px;
}
}

/*-- 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: 1450px;
	margin: 0 auto;
}
#info {
	position: absolute;
	width: 940px;
	height: 1351px;
	z-index: 9999;
	left: 342px;
	top: 20px;
}
#info_bg {
	position: absolute;
	width: 940px;
	height: 1352px;
	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: 882px;
	height: 2px;
	z-index: 2;
	left: 32px;
	top: 166px;
	background-color: #999;
}
#text_info_01 {
	position: absolute;
	width: 456px;
	height: 210px;
	z-index: 2;
	left: 270px;
	top: 225px;
	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: 200px;
	height: 200px;
	z-index: 2;
	left: 45px;
	top: 200px;
}
#sub_title {
	position: absolute;
	z-index: 2;
	font-size: 30px;
	color: #CCC;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	left: 270px;
	top: 225px;
}
}
