#intro
{
	max-width: 1300px;
    margin: auto;
}
.intro_view_img
{
	background-image: url(../../img/intro02.jpg);
    display: block;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    height: 1200px;
}