@charset "utf-8";

/* 브랜드 필름 */
.main_video{position:relative;}
.main_video video{width:100%; height: 100%; vertical-align: middle;}

/* 640px 이상 해상도 */
@media screen and (min-width:640px){
/* 브랜드 필름 */
.main_video h2{font-size:32px; top:40px;}
}

/* 980px 이상 해상도 */
@media screen and (min-width:980px){
/* 브랜드 필름 */
.main_video h2{font-size:42px; top:60px;}
}

/* 1180px 이상 해상도 */
@media screen and (min-width:1180px){
/* 브랜드 필름 */
.main_video{padding:120px 0; text-align: center;}
.main_video video{width:1180px; height:auto; border-radius:30px;}
}