#hd {
  background: #FFFFFF;
}

#header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 100;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0px;
  background-color: rgba(67, 67, 67, 0.9);
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
@media (max-width: 1400px) {
  #header {
    height: 90px;
  }
}
@media (max-width: 767px) {
  #header {
    height: 70px;
    background-color: #fff;
  }
}
#header .fix {
  display: none;
}
#header .hd_top {
  margin-top: 17px;
}
@media (max-width: 1023px) {
  #header .hd_top {
    margin-top: 0;
  }
}
#header .h_logo {
  width: 50px;
  height: auto;
  margin-top: 8%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 1400px) {
  #header .h_logo {
    margin-top: 6%;
    margin-left: 10%;
  }
}
@media (max-width: 1023px) {
  #header .h_logo {
    width: 211.5px;
    margin-top: 10%;
  }
}
@media (max-width: 767px) {
  #header .h_logo {
    margin-top: 10px;
    margin-left: 0;
    -webkit-filter: none;
            filter: none;
  }
}
#header.fixed {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
}
#header.fixed .fix {
  display: block;
}
#header.fixed img {
  -webkit-filter: none;
          filter: none;
}
#header.fixed .depth1 > a {
  color: #3c3c3c;
}
#header.fixed .depth2 > a {
  color: #4d4d4d !important;
}
#header.fixed #tnb a {
  color: #3c3c3c;
}
#header.fixed .header_menu_btn_line {
  background: #727171;
}
#header.fixed .btn_gnb.on .header_menu_btn_line {
  background: #fff;
}
@media (max-width: 767px) {
  #header.fixed {
    background-color: rgb(255, 255, 255);
  }
  #header.fixed .depth1 > a {
    color: var(--white-c);
  }
  #header.fixed .depth2 > a {
    color: var(--white-c) !important;
  }
}
#header .eng_btn {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-xs);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--main-c);
  border-radius: 50px;
  padding: var(--space-unit) var(--space-xs);
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#header .eng_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-unit);
}
@media (max-width: 1023px) {
  #header .sangdam {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .sangdam {
    display: block;
    position: absolute;
    left: 20px;
  }
  #header .sangdam img {
    margin-top: 13px;
  }
}

.header_on {
  height: 400px !important;
}

#gnb.pc_view {
  width: 75%;
  min-width: 1105px;
  overflow: hidden;
}
#gnb.pc_view #gnb_1dul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  border: none;
}
#gnb.pc_view #gnb_1dul .depth1 {
  position: relative;
  text-align: center;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(2) {
  width: 10%;
}
#gnb.pc_view #gnb_1dul .depth1 a {
  font-size: 1rem;
  font-weight: 400;
}
#gnb.pc_view #gnb_1dul .depth1 .gnb_2dul {
  position: absolute;
  top: 50px;
  width: 100%;
}
#gnb.pc_view #gnb_1dul .depth1 .gnb_2dul .depth2 a {
  text-align: center;
  font-size: 0.9rem;
  color: #e7e7e7;
}

nav.gnb {
  display: none;
}
nav.gnb .gnb_menu {
  margin-bottom: 100px;
}

#gnb_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 10px solid rgba(245, 245, 245, 0.2);
}
#gnb_sns li {
  width: 33.333%;
  border: 1px solid rgba(245, 245, 245, 0.2);
  border-right: none;
  padding: 1% 0 3%;
}
#gnb_sns li:first-child {
  border-left: none;
}
#gnb_sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gnb_sns li a img {
  width: 46px;
  opacity: 0.7;
  margin: 0;
}
#gnb_sns li a strong {
  color: #f5f5f5;
  font-weight: 500;
  margin-top: 2px;
}

@media (max-width: 1400px) {
  nav#gnb {
    display: none;
  }
  nav.gnb {
    display: block;
  }
  #header .eng_btn {
    display: none;
  }
}