/* 레이아웃 CSS */

#header {
  backdrop-filter: blur(10px) !important;
  box-shadow: none !important;
  border-bottom: none !important;
}

.gnb_wrap #logo_img .responsive-image {
  height: 25px !important;
}

.gnb_wrap .inner {
  display: flex;
  justify-content: space-between;
}

.co_header_fdfbf7e5 #header .gnb_wrap nav a {
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  color: #6b6b6b !important;
  position: relative;
  transition: color 0.3s ease;
}

.co_header_fdfbf7e5 #header .gnb_wrap nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #c4a77d;
  transition: width 0.3s ease;
}

.co_header_fdfbf7e5 #header .gnb_wrap nav a:hover {
  color: #1a1a1a;
}

.co_header_fdfbf7e5 #header .gnb_wrap nav a:hover::after {
  width: 100%;
}

@media all and (max-width: 1024px) {
  .gnb_wrap .inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
