/* 비디오 */
.video-wrapper {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

#videobcg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

/* 상단 */
#wrap-header { height: 140px; }
#wrap-header .container { 
  height: 140px;
  top: 0;
  z-index: 100;
}
#wrap-header #util {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba( 0, 0, 0, 0.5 );
  width: 100%;
  padding-left: 20px;
}

/* 로고 */
#wrap-header #logo { top: 56px; left: 20px; }

/* 푸터 */
#wrap-footer .family-site select#siteUrl { width: 160px; height: 32px; }
.privacy { position: absolute; left: 206px; top: 0; }
.privacy > a { width: 160px; height: 32px; padding: 6px 22px; }
