@charset "utf-8";
/* CSS Document */
body {
		background-image: url(../../../images/img_home_back.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
body, html {
	height: 100%;
}
@media (min-width: 2361px) and (max-width: 2660px) {

}

@media (min-width: 2161px) and (max-width: 2360px) {

}

@media (min-width: 1850px) and (max-width: 2159px) {

}

@media (min-width: 1600px) and (max-width: 1849px) {

}

@media (min-width: 1360px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1359px) {

}

@media (min-width: 1024px) and (max-width: 1199px) {

}

@media (min-width: 769px) and (max-width: 1023px) {

}

@media (min-width: 600px) and (max-width: 768px) {
body {
		background-image: url(../../../images/mobile.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
}
}

@media (min-width: 480px) and (max-width: 599px) {
body {
		background-image: url(../../../images/mobile.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
}
}

@media (min-width: 320px) and (max-width: 479px) {
body {
		background-image: url(../../../images/mobile.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
}
}
