#wrap .header {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transition: transform 0.2s, opacity 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: #fff;
}
.header .logo {
  position: absolute;
  left: 80px;
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
  line-height: 70px;
} /*margin추가*/
.header .logo-link,
.header.is-compact .logo-link {
  position: relative;
}
.top_bg header .depth > a {
  color: #111;
}
.top_bg header .depth > a.current {
  color: #fff;
}
.top_bg header .depth > a.current:after {
  background-color: #fff;
}
.top_bg header.on h1 a {
  background-image: url(/images/top_logo.png);
}
.top_bg header:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.top_bg header.bg_white:before {
  background-color: #ededed;
}
.top_bg header.on .depth > a {
  color: #111;
}
.top_bg header.on .depth > a.current,
.top_bg header.on .depth > a:hover {
  color: #f79433;
}
.top_bg header.on .depth > a.current:after,
.top_bg header.on .depth > a.current:after {
  background-color: #f79433;
}
.top_bg header .bg_white h1 a {
  background-image: url(/images/top_logo.png);
}
.top_bg header .bg_white .depth > a {
  color: #222;
}
.top_bg header .bg_white .depth > a.current {
  color: #f79433;
}
.top_bg header .bg_white .depth > a.current:after {
  background-color: #f79433;
}
.top_bg header .bg_white .depth_3 > li > a {
  color: #666;
}
.top_bg header a.recruit {
  color: #fff;
}
.top_bg header.on a.recruit {
  color: #f79433;
}
.top_bg header.bg_white a.recruit {
  color: #f79433;
}
header {
  position: relative;
  width: 100%;
  min-width: 1440px;
}
#header_part.hide {
  opacity: 0;
  margin-top: -100px;
}
header.bg_white {
  background-color: #fff;
}
.header_wrap {
  position: relative;
  z-index: 999;
  top: 0;
  left: 50%;
  width: 100%;
  background-color: transparent;
  transition: 0.3s;
  padding: 0;
  max-width: 1920px;
  transform: translateX(-50%);
}

/*250630수정 trasparent; -> black*/
header#header.headerOnTop {
  background-color: black;
}
header#header.headerOnTop a {
  color: #fff;
}
header#header.headerOnTop.on {
  background-color: #fff;
}
header#header.headerOnTop.on a {
  color: #111;
}

header#header.headerOnTop .logo_w {
  display: inline-block;
}
header#header.headerOnTop .logo_b {
  display: none;
}

header#header .logo_w,
header#header.headerOnTop.on .logo_w {
  display: none;
}
header#header .logo_b,
header#header.headerOnTop.on .logo_b {
  display: inline-block;
}

/*header:before{content:"";z-index:10;position:absolute;top:69px;left:0;display:block;height:1px;width:100%;background-color:#EDEDED;}*/
/*header:after{content:"";position:absolute;top:-1px;right:0;left:0;display:block;height:0;background-color:#fff;transition:.3s;}*/

header nav {
  position: relative;
  margin: 0 auto;
  width: 50vw;
  min-width: 700px;
  max-width: 1100px;
}
header nav .inner_gnb {
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
header nav a {
  display: inline-block;
}
header .depth {
  width: calc(55vw / 6);
  text-align: center;
  min-width: 135px;
}
header .depth > a {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  transition: color 0.3s ease;
}
header .depth > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: 0 0;
}
header .depth > a:hover:after,
header .depth > a.current:after {
  transform: scaleX(1);
  background-color: #f79433;
}
header .depth_2 li a:hover,
header .depth_2 li a.current,
header .depth_2 li a:hover + .depth_3 li a,
header .depth_2 li a.current + .depth_3 li a {
  color: #f79433 !important;
}
header .depth_2 {
  overflow: hidden;
  width: 100%;
  height: 0;
  min-width: 140px;
}
header .depth_2 > li:first-child {
  margin-top: 38px;
}
header .depth_2 > li + li {
  margin-top: 12px;
}
header .depth_2 > li > a {
  font-size: 16px;
  font-weight: 300;
  color: #111;
  white-space: nowrap;
}
header .depth_3 > li > a {
  font-size: 12px;
  font-weight: 200;
  color: #666;
  white-space: nowrap;
}
header a.recruit {
  z-index: 10;
  position: absolute;
  top: 29px;
  right: 100px;
  font-weight: bold;
  color: #f79433;
}
header a.recruit:hover .arrow {
  width: 35px;
}
header a.recruit .arrow {
  position: relative;
  display: inline-block;
  vertical-align: -2px;
  width: 15px;
  height: 14px;
  transition: width 0.2s ease;
  margin-left: 15px;
}
header a.recruit .arrow:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  border-bottom: 2px solid currentColor;
}
header a.recruit .arrow:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
header.on h1 a {
  background-image: url(/images/top_logo.png);
}
header.on:before {
  background-color: rgba(0, 0, 0, 0.1);
}
header.on:after {
  top: 0;
  margin-top: 69px;
  height: 1px;
  box-shadow: 0px 1px 0px #d0d0d0;
  z-index: 1;
}
header.on .depth_2 {
  height: 280px;
  transition: 0.3s;
}

.util_menu {
  position: absolute;
  top: 0;
  right: 30px;
  display: flex;
}
.util_menu > li {
  position: relative;
  padding: 0px 14px;
  z-index: 201;
}
li.family_site.event_link {
  width: 150px;
}
.util_menu > li a {
  display: block;
  font-size: 17px;
  line-height: 38px;
}
li.family_site > a {
  padding-right: 14px;
}
.family_site.event_link > a {
  background: none;
  font-weight: 400;
  line-height: 70px;
  padding-right: 0;
  width: 65px;
  margin-left: 0;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
}
.family_site.event_link > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 2px;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: 0 0;
}
.family_site.event_link > a:hover:after {
  transform: scaleX(1);
  background-color: #f79433;
}

li.family_site .sub {
  display: none;
  position: absolute;
  top: 35px;
  left: 9px;
  z-index: 300;
  width: 160px;
  padding: 10px 0px;
  border: 1px solid #8c8c8c;
  background: #fff;
}
li.family_site:not(.dropDown):hover .sub {
  display: block;
}
.family_site.dropDown > a {
  background: none;
  font-weight: 400;
  padding-right: 25px;
  line-height: 70px;
}
.family_site.dropDown > a span {
  position: absolute;
  right: 0;
  top: 18px;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.family_site.dropDown > a span::before,
.family_site.dropDown > a span::after {
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  margin: 6px 6px 0 -1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 12px;
  height: 2px;
  background: #f79433;
}
.family_site.dropDown > a span::before {
  opacity: 1;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.family_site.dropDown.on > a span::before {
  opacity: 0;
}
.family_site.dropDown .sub {
  /* width: 200px; */
  width: 200px;
  top: 60px;
  left: 10px;
  border: 0;
  padding: 0;
}
.family_site.dropDown .sub > li:hover {
  cursor: pointer;
}
.family_site.dropDown .sub > li:not(:first-child) {
  border-top: 1px solid #fff;
}
.family_site.dropDown .sub li a {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #f3f3f3;
  font-size: 15px;
  font-weight: 300;
  color: #000 !important;
  letter-spacing: -1px;
  text-align: center;
}

.family_site.dropDown .sub li a:hover {
  background: #000000;
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
.family_site.dropDown .sub li a::before {
  opacity: 1;
  -moz-transform: rotate(-90deg) translateY(-50%);
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}

@media (max-width: 1800px) {
  li.family_site.event_link {
    width: auto;
  }
  .family_site.event_link > a {
    /* margin-left: 50px; */
    position: relative;
    text-align: center;
  }
}
