/* 로고 */
#wrap-header {
  z-index: 2000;
  width: 100%;
  position: static;
}

#wrap-header .container {
  height: 130px;
}

#wrap-header #logo {
  top: 0;
  left: 0;
  z-index: 100;
}

/* 상단메뉴 */
#gnb .ul_1:after {
  content: "";
  display: block;
  clear: both;
}

#gnb .li_1:first-child {
  background: none;
}

#gnb li {
  position: relative;
}

/* 상단메뉴 2depth 위치 조절 */
/* #gnb .li_1.eQ01 ._childDiv {
  left: 19px !important;
  width: 200px;
} */

/* 푸터 */
#wrap-footer .family-site select#siteUrl {
  width: 206px;
  height: 32px;
  position: absolute;
  left: 780px;
}

.privacy {
  position: absolute;
  right: 0;
}

.privacy>a {
  width: 206px;
  height: 32px;
  padding: 6px 44px;
}
