@charset "UTF-8";
/*-------------------------------------------------
title       : 콘텐츠
Author      : MONI
Create date : 2020-11-09
-------------------------------------------------*/
/* 임시 게시판 css 파일입니다. 추후에 삭제하거나 필요하시면 병합하시면 됩니다. - 지현fd */
/* 게시판 상단 검색 */
.board_info .form .form_select {
  display: inline-block;
  max-width: 14rem;
  height: 4.3rem;
}
.board_info .form .form_select select {
  height: 4.3rem;
  border-radius: 6px;
  border: 0 none;
}
.board_info .form .form_textbox {
  display: inline-block;
  width: auto;
  height: 4.3rem;
  border-radius: 6px;
  border: 0 none;
}
.board_info .form .search_box .item {
  display: inline-block;
}
.board_info .form .search_box .item + .item {
  margin-left: 0.7rem;
}
.board_info .form .search_box .item.btn {
  width: 7.8rem;
  vertical-align: middle;
}
.board_info .form .search_box .item.btn button {
  width: 7.8rem;
  height: 4.5rem;
  line-height: 4.3rem;
  background-color: #222;
  border-color: #222;
  border-radius: 6px;
}
.board_info .form .search_box .item.btn button:hover, .board_info .form .search_box .item.btn button:focus {
  background-color: #fff;
}
.board_info .form .search_box .form_select {
  width: 14rem;
}
.board_info .form .search_div {
  padding: 2rem 0;
  text-align: center;
  border-bottom: 1px solid #999;
}
.board_info .form .search_div .search_box .item.type1 {
  max-width: 30rem;
}
.board_info .form .search_div .search_box .item.long {
  max-width: 50rem;
}
.board_info .form .search_div .search_box .item.long input[type=text] {
  max-width: 50rem;
}
.board_info .form .label_check input[type=checkbox] {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.board_info .form .label_check input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding: 0 1.5rem;
  line-height: 3.5rem;
  background-color: #fff;
  cursor: pointer;
  border-radius: 3rem;
}
.board_info .form .label_check input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 3rem;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.board_info .form .label_check input[type=checkbox]:checked + label::before {
  border: 2px solid #1E4567;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.board_info .form .label_check input[type=checkbox]:focus {
  outline: none;
}
.board_info .form .label_check input[type=checkbox]:focus-visible {
  outline: none;
}
.board_info .form .label_check input[type=checkbox]:focus-visible + label {
  outline: 2px solid #000;
}
.board_info.type1 {
  /* 검색조건 여러줄 - 테이블 */
  position: relative;
  padding-top: 8px;
}
.board_info.type1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#0373A5), color-stop(48%, #0373A5), to(#538E1B)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0373A5 0%, #0373A5 48%, #538E1B 100%) 0% 0% no-repeat padding-box;
}
.board_info.type1::after {
  content: "";
  display: block;
  clear: both;
}
.board_info.type1 form {
  float: none;
}
.board_info.type1 .form {
  display: block;
}
.board_info.type1 .form > * {
  display: block;
}
.board_info.type1 .form .form_textbox {
  background-color: #F3F3F3;
}
.board_info.type1 .form .form_select select {
  background-color: #F3F3F3;
}
.board_info.type1 .form .date_form input {
  width: 45%;
  max-width: 18rem;
}
.board_info.type1 .form .search_box .item.type1 {
  width: 100%;
  max-width: 50rem;
}
.board_info.type1 .form .search_box .item.type1 input[type=text] {
  width: 100%;
}
.board_info.type1 .form .search_box .form_select {
  width: 14rem;
}
.board_info.type1 .search_table table {
  table-layout: fixed;
  border-bottom: 1px solid #999;
}
.board_info.type1 .search_table table tr:first-child th, .board_info.type1 .search_table table tr:first-child td {
  border-top: 0 none;
}
.board_info.type1 .search_table table th, .board_info.type1 .search_table table td {
  padding: 2rem 0;
  border-top: 1px solid #ddd;
  color: #222;
  font-size: 1.6rem;
}
.board_info.type1 .search_table table th strong, .board_info.type1 .search_table table td strong {
  display: block;
  padding-left: 2rem;
  text-align: left;
}
.board_info.type1 .list_select {
  float: right;
  margin-top: 5rem;
  padding-right: 0;
}
.board_info.type1 .list_select > * {
  display: inline-block;
  height: 4.3rem;
  vertical-align: middle;
}
.board_info.type1 .list_select .form_select {
  width: auto;
  max-width: none;
}
.board_info.type1 .list_select .form_select > * {
  display: inline-block;
}
.board_info.type1 .list_select .form_select label {
  color: #333;
  margin-right: 0.7rem;
}
.board_info.type1 .list_select .form_select select {
  width: auto;
  min-width: 7.7rem;
}
.board_info.type1 .list_select .list_btn {
  margin-left: 1.7rem;
}
.board_info.type1 .list_select .list_btn button {
  width: 4.3rem;
  height: 4.3rem;
  line-height: 4.3rem;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.board_info.type1 .list_select .list_btn button:hover, .board_info.type1 .list_select .list_btn button:focus {
  border-color: #222;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.board_info.type1 .list_select .list_btn button.active {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.board_info.type1 .list_select .list_btn button.active:hover, .board_info.type1 .list_select .list_btn button.active:focus {
  color: #222;
  background-color: #fff;
}
.board_info.type1 .list_select .list_btn button i {
  display: block;
  width: 4.3rem;
  height: 4.3rem;
  background-position: center;
  background-repeat: no-repeat;
}
.board_info.type1 .list_select .list_btn button.type1 i {
  background-image: url("../img/board/list_btn01_off.png");
}
.board_info.type1 .list_select .list_btn button.type1.active i {
  background-image: url("../img/board/list_btn01_on.png");
}
.board_info.type1 .list_select .list_btn button.type1.active:hover i, .board_info.type1 .list_select .list_btn button.type1.active:focus i {
  background-image: url("../img/board/list_btn01_off.png");
}
.board_info.type1 .list_select .list_btn button.type2 i {
  background-image: url("../img/board/list_btn02_off.png");
}
.board_info.type1 .list_select .list_btn button.type2.active i {
  background-image: url("../img/board/list_btn02_on.png");
}
.board_info.type1 .list_select .list_btn button.type2.active:hover i, .board_info.type1 .list_select .list_btn button.type2.active:focus i {
  background-image: url("../img/board/list_btn02_off.png");
}
.board_info.type1 .page {
  margin-top: 5rem;
}

.sch_box .form-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
  background: linear-gradient(40deg, #0373A5, #0373A5 47%, #538E1B 100%);
  border-radius: 0.6rem;
  padding: 1.9rem 3rem;
}
.sch_box .form-line .ti {
  color: #fff;
  font-size: 1.8rem;
}
.sch_box .form-line .form-select {
  padding-right: 5rem;
}
.sch_box .form-line .btn {
  width: 7.8rem;
  height: 4.3rem;
  line-height: 4.1rem;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  margin-left: 0.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sch_box .form-line .btn:hover, .sch_box .form-line .btn:focus {
  border: 1px solid #ddd;
  color: #000;
  background-color: #fff;
}

@media (max-width: 768px) {
  /* 게시판 상단 검색 - 이지현 추가 */
  .board_info.type1 .form {
    background-color: #fff;
    padding: 1rem 1.5rem;
  }
  .board_info.type1 .search_table {
    border-bottom: 0 none !important;
  }
  .board_info.type1 .search_table table, .board_info.type1 .search_table tbody, .board_info.type1 .search_table tr, .board_info.type1 .search_table th, .board_info.type1 .search_table td {
    display: block;
    width: 100%;
  }
  .board_info.type1 .search_table tr:first-child th strong {
    padding-top: 0 !important;
  }
  .board_info.type1 .search_table th, .board_info.type1 .search_table td {
    padding: 0 !important;
    border-top: 0 none !important;
  }
  .board_info.type1 .search_table th strong, .board_info.type1 .search_table td strong {
    padding-left: 0 !important;
  }
  .board_info.type1 .search_table th strong {
    padding-top: 1rem !important;
  }
  .board_info.type1 .search_box .item {
    width: auto;
  }
  .board_info.type1 .search_box .item.type1 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .board_info.type1 .search_box .item.type1 input[type=text] {
    width: 45%;
  }
  .board_info.type1 .search_box .item.btn {
    width: 100% !important;
    margin-top: 1rem;
    margin-left: 0 !important;
  }
  .board_info.type1 .search_box .item.btn button {
    width: 100% !important;
  }
  .board_info.type1 .search_box .item.long {
    max-width: 45%;
  }
  .board_info.type1 .search_box .item.long input[type=text] {
    max-width: 45%;
  }
  .board_info.type1 .search_div {
    border-bottom: 0 none;
  }
  .board_info.type1 .search_div .search_box .item.type1 {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 1rem;
  }
}
@media (max-width: 580px) {
  .board_info.type1 .page {
    margin-left: -1.5rem;
  }
  .board_info.type1 .page.type1 {
    margin-top: 10.5rem;
  }
  .board_info.type1 .list_select {
    margin-right: -1.5rem;
  }
  .board_info.type1 .list_select > * {
    text-align: right;
  }
  .board_info.type1 .list_select .list_btn {
    display: block;
    margin-top: 1rem;
    margin-left: 0.5rem !important;
  }
}