/* 레이아웃 CSS */
#header {
  left: 320px;
  width: calc(100% - 320px);
  transition: 0.3s ease; /* 부드러운 이동 */
}

#header.expand {
  left: 80px;
  width: calc(100% - 80px);
}

.contents_wrap {
  padding-left: 320px;
  transition: 0.3s ease; /* 부드러운 이동 */
}

.contents_wrap.expand {
  padding-left: 80px;
}

/* 2차 메뉴 */
.cbp-hrsub ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-item:hover > .submenu-3 {
  display: block;
}

.rows_gnb_wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  margin-top: 20px;
}
.row_gnbs {
  position: relative;
}
.row_gnbs .cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.row_gnbs .cbp-hrmenu > ul > li {
  padding-left: 0px;
  padding-right: 30px;
}
.row_gnbs .cbp-hrmenu > ul {
  float: none !important;
  line-height: 100%;
}
.gnb_wrap .row_gnbs nav {
  float: none;
}
.row_gnbs .cbp-hrmenu .cbp-hrsub {
  top: 40px;
}

.search_top_wrap {
  float: left;
  position: relative;
  width: 280px;
}
.search_top_wrap input {
  border: 0px;
  background-color: #fff;
  border-radius: 60px;
  height: 40px;
  width: 100%;
  color: #000;
}
.search_top_wrap input::placeholder {
  font-family: "font-R", sans-serif;
  color: #999;
}
.search_top_wrap button {
  position: absolute;
  top: 11px;
  right: 15px;
}
.search_top_wrap input:focus {
  border: 0px !important;
}
.search_top_wrap_inner {
  position: relative;
}

/* 게시판 fixed 버튼 위치조정 */
.rb_bbs_wrap .btns_gr_wrap {
  top: 185px !important;
}

.co_header0 .rows_gnb_wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.co_header0 .search_top_wrap input {
  background-color: rgba(0, 0, 0, 0.05);
}
.ser_display_none .search_top_wrap_inner {
  display: none;
}

#installButton {
  display: none; /* 기본적으로 숨김 */
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 95%;
  margin: 10px auto;
}

@media all and (max-width: 1024px) {
  .rows_gnb_wrap {
    display: none;
  }
  .search_top_wrap {
    width: 30%;
  }
  .gnb_wrap .snb_wrap .qm_wrap a {
    width: auto;
    padding-left: 0px;
    margin-left: 20px;
  }
  .gnb_wrap .tog_wrap {
    margin-right: 20px;
  }

  /* 1.0.1 { */
  .mobile_cb {
    clear: both;
  }
  .search_top_wrap {
    display: block;
    float: none !important;
    width: 100%;
    margin-top: 10px;
  }
  .gnb_wrap .snb_wrap .my_btn_wrap {
    display: block;
    margin-left: 20px;
  }
  .gnb_wrap .snb_wrap .my_btn_wrap .btn_round.arr_bg {
    display: none;
  }
  .gnb_wrap .snb_wrap .my_btn_wrap .btn_round {
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
  }
  .gnb_wrap .snb_wrap .qm_wrap a span {
    left: 10px;
  }
  /* } */

  /* 1.1.1 { */
  .gnb_wrap .inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* } */
}

@media all and (max-width: 720px) {
  #header {
    left: 0px;
    width: 100%;
  }

  .contents_wrap {
    padding-left: 0px;
    padding-bottom: 15px;
  }
}
