@charset "UTF-8";
/*-------------------------------------------------
title       : 레이아웃 다 날리는 서브 페이지
Author      : ㅈㅁㅈ
Create date : 2023-09-12
-------------------------------------------------
Author      : moni
Create date : 2024-09-20
-------------------------------------------------*/
#visual,
#snb,
.contents_util,
.contents_info,
.btn_top,
.board_btns {
  display: none;
}

#contents {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-top: 10rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

#header {
  position: fixed;
}
#header .header_wrap:before {
  content: "";
  width: calc(100% + 6rem);
  height: 10rem;
  position: absolute;
  left: -3rem;
  top: 0;
  background: #fff;
  z-index: -1;
}
#header #logo a {
  background-image: url(../img/layout/logo_b.svg);
}
#header #search .control {
  color: #111;
}
#header #search .control:hover, #header #search .control:focus {
  color: #fff;
}
#header #gnb1 > ul > li > a {
  color: #111;
  text-shadow: none;
}
#header #gnb2 .control [class*=bar] {
  background-color: #111;
}