@charset "utf-8";

/* 레이아웃 초기화 */
html, body { margin: 0; padding: 0; width: 100%; height: 100%; }
#hd { width: 100%; height: 115px; background: #fff; border-bottom: 1px solid #ddd; position: relative; z-index: 9999 !important; }
#hd_wrapper { width: 1200px; margin: 0 auto; position: relative; }
#logo { float: left; padding: 30px 0; }

/* 영상 컨테이너 */
#main-video-container { width: 1200px; height: 400px; margin: 0 auto; overflow: hidden; background: #000; position: relative; z-index: 1; }
#main-video-container video { width: 100%; height: 100%; object-fit: cover; }

/* 본문 영역 */
#wrapper { width: 1200px; margin: 0 auto; background: #fff; min-height: 500px; position: relative; z-index: 2; }
#container { width: 100%; padding: 20px; box-sizing: border-box; }