/*
+----------------------------------------------------------------------+
| Copyright (c) STUDYMAX.  co. Ltd
+----------------------------------------------------------------------+
| 작업일 : 2018-05-10
| 파일설명 : 채용 공고 CSS
+----------------------------------------------------------------------+
| 작업자 : 박소율
+----------------------------------------------------------------------+
| 수정이력
|
+----------------------------------------------------------------------+
*/

body{background-color:  #f6f6f6}
video {width:100%; height:auto }

.recuitInner{width: 100%;}
.width_100p{width: 100%;}

.videoArea{position: absolute; left: 5%; right: 5%; top: 0; width: 90%}
#videoArea{width: 100%; height: 48.5vw;}

/* 640이상 일때 */
@media only screen and (min-device-width : 640px){
	.recuitInner{max-width: 640px; margin: 0 auto;}
	#videoArea {max-height: 325px}
}