@charset "utf-8";

		.movie {
		top: 0;
		position: absolute;
		overflow: hidden;
		height: 100%;
			width: 100%;
			
				
			
	
	}
	
	.movie video {
		width: 100%;
		
	}
	
	@media screen and (max-width:1600px) {
		
		.movie video {
			width: 140%;
		}
	}
	
	
		@media screen and (max-width:1400px) {
		
		.movie video {
			width: 140%;
		}
	}
	
	
			@media screen and (max-width:1200px) {
		
		.movie video {
			width: 150%;
		}
	}
	

	@media screen and (max-width:1024px) {
		.movie {
			height: 700px;
		}
		
		.movie video {
			width: 180%;
		}
	}
	

	@media screen and (max-width:767px) {
		.movie {
			height: 550px;
		}
		.movie video {
			width: 300%;
		}

	}


/*section.main*/

section.main {
    height: 1000px;
    height: 100vh;
    position: relative;
}



section.main .mainTitle {
    position: absolute;
    color: #fff;
    bottom: 40%;
    left: 12%;
}
section.main .mainTitle h2 {
    font-family: 'Mada', sans-serif;
    font-size: 65px;
    letter-spacing: -2px;
    line-height: 0.9;
    margin-bottom: 30px;
	text-decoration: underline;
}
section.main .mainTitle p {
    font-family: 'NanumSquare', sans-serif;
    font-size: 33px;
    font-weight: 800;
}


@media screen and (max-width:1024px) {
.movie {
    height: auto
}
.movie video {
    width: 950px;
}
section.main {
    height: 540px;
}
.bg:after {
    height: 570px;
}
section.main .moTopList {
    display: block;
    position: absolute;
    top: 70px;
    right: 10px;
    width: 100px;
}
section.main .moTopList img {
    width: 100%;
    height: auto;
}
section.main .mainTitle {
    left: 25px;
    bottom: 12%;
}
section.main .mainTitle h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
section.main .mainTitle p {
    font-size: 30px;
}
}

@media screen and (max-width:767px) {


section.main .mainTitle h2 {
    font-size: 30px;
}
section.main .mainTitle p {
    font-size: 22px;
}
section.main .moTopList {
    width: 78px;
}
}



@media screen and (max-width:360px) {
section.main .mainTitle {
    left: 20px;
}
section.main .mainTitle h2 {
    font-size: 30px;
	line-height: 35px;
    }
section.main .mainTitle p {
    font-size: 22px;
}

}
