.movdivs{clear:both; position: relative; background:url('movdivs-bg.jpg')no-repeat center center;background-size:cover;}
.movimg{width:100%; text-align:center;}
.buttonBar{display:none !important;}
.video-section .pattern-overlay {
padding: 700px 0 10px;
min-height: 760px; /*화면 최소높이*/
}

span.movbtnsclick button{transition: all .4s;
    display: inline-block;
    padding: 0px 10px;
    font-size: 11px;
    cursor: pointer;
    background-color: rgba(255, 2555, 255, 1);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    color: #000;
    text-decoration: none;
    line-height: 28px;
    margin: 3px;
	border:0;
    border-radius: 5px;
	font-family: 'Roboto', sans-serif;
	}

span.movbtnsclick button:hover{
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
   	}


.movmobile{clear:both; display:none; width:100%; ;background:#000; padding:30px 0;}
.movmobile span{display:block; padding:0 0 20px; text-align:center;}
.movmobile span img{max-width:340px; height:auto;}
.movmobile iframe{width:100% !important; width: 96% !important;    height: 300px;    border: 0;
    display: block;    margin: 0 auto;}

@media only screen and (max-width: 768px) {
.movdivs{display:none;}
.movmobile{display:block;}
}
