footer .footer_copy .inner {
  overflow: hidden;
}
footer .footer_copy {
  background-color: #27282c !important;
  padding-bottom: 90px !important;
}


/* 로고 크기 */
#logo_img,
.gnb_wrap #logo_img .responsive-image {
  height: 55px !important;
}


/* 메뉴 5개, 1280px 안에 꽉 차게 균등 배치 */
.row_gnbs .cbp-hrmenu > ul {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  padding: 0 !important;
}
.row_gnbs .cbp-hrmenu > ul > li {
  padding-left: 80px !important;
  padding-right: 80px !important;
  position: relative;
}
.row_gnbs .cbp-hrmenu > ul > li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.35);
}

@media all and (max-width:1024px) {
  #logo_img,
  .gnb_wrap #logo_img .responsive-image {
    height: 55px !important;
  }
}

@media all and (max-width:1024px) {
  .gnb_wrap .snb_wrap .my_btn_wrap {
    display: none !important;
  }
	.gnb_wrap .logo_wrap {
    position: absolute !important;
    left: 50% !important;
    top: 20px !important;
	bottom: 10px !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
  }
  .gnb_wrap .inner {
    position: relative !important;
  }
}
}