@charset "UTF-8";
/* SIR 지운아빠 */
/* ### 기본 스타일 커스터마이징 시작 ### */
body #bo_list,
body #bo_v,
body #bo_w,
body .bo_fx {
  max-width: 1400px;
}

a.btn-excel, a.btn-excel:link, a.btn-excel:visited,
button.btn-excel,
button.btn-excel:link,
button.btn-excel:visited,
input.btn-excel,
input.btn-excel:link,
input.btn-excel:visited {
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  color: #fff;
  background: #02723b;
  border-color: #02723b;
}
a.btn-excel:hover, a.btn-excel:link:hover, a.btn-excel:visited:hover,
button.btn-excel:hover,
button.btn-excel:link:hover,
button.btn-excel:visited:hover,
input.btn-excel:hover,
input.btn-excel:link:hover,
input.btn-excel:visited:hover {
  background: #fff;
  border-color: #02723b;
  color: #02723b;
}

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b02 {
  padding: 5px;
}

/* 관리자 전용 버튼 */
/* 읽기 버튼 */
/* 관리자 전용 버튼 */
/* 쓰기 버튼 */
/* 서식단계 진행 */
/* 우편번호검색버튼 등 */
/* 기본 테이블 */
/* 목록 테이블 */
#bo_list .tbl_head01 table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}

#bo_list .tbl_head01 thead th {
  border: 1px solid #ccc;
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot td {
  border: 1px solid #ccc;
}

#bo_list .tbl_head01 tbody th {
  border: 1px solid #ccc;
}

#bo_list .tbl_head01 td {
  border: 1px solid #ccc;
  padding: 5px;
}

#bo_list .tbl_head01 td .lists {
  border: 1px solid #eee;
  width: 100%;
}

/* 읽기 내 테이블 */
/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
/* 쓰기 테이블 */
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
/* 필수입력 */
/* ### 기본 스타일 커스터마이징 끝 ### */
/* 게시판 목록 */
#bo_list .td_board {
  width: 120px;
  text-align: center;
}

#bo_list .td_chk {
  width: 30px;
  text-align: center;
}

#bo_list .td_date {
  width: 80px;
  text-align: center;
}

#bo_list .td_datetime {
  width: 110px;
  text-align: center;
}

#bo_list .td_group {
  width: 100px;
  text-align: center;
}

#bo_list .td_mb_id {
  width: 100px;
  text-align: center;
}

#bo_list .td_mng {
  width: 80px;
  text-align: center;
}

#bo_list .td_name {
  width: 100px;
  text-align: left;
}

#bo_list .td_nick {
  width: 100px;
  text-align: center;
}

#bo_list .td_num {
  width: 50px;
  text-align: center;
}

#bo_list .td_numbig {
  width: 80px;
  text-align: center;
}

#bo_list .td_subject {
  width: 120px;
  text-align: left;
  overflow: hidden;
}

#bo_list .td_1 {
  width: 90px;
  text-align: center;
}

#bo_list .td_field {
  width: 100px;
  text-align: center;
}

#bo_list .td_conf {
  width: 60px;
  text-align: center;
}

#bo_list .td_conf span {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0 5px;
  cursor: pointer;
}

#bo_list .td_conf span:hover {
  border: 1px solid #000;
  color: #ff0000;
}

#bo_list .txt_active {
  color: #5d910b;
}

#bo_list .txt_expired {
  color: #ccc;
}

.td_subject img {
  margin-left: 3px;
}

/* 게시판 목록 공통 */
.bo_fx {
  margin-bottom: 15px;
  zoom: 1;
}

.bo_fx:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.bo_fx ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bo_fx ul li {
  padding-left: 10px;
}

#bo_list_total {
  float: left;
}

#bo_list_total .ex_btn {
  display: inline-block;
  margin: 0;
  padding: 5px;
  border: 1px solid #25ff5e;
  background: #b6ffc9;
  font-size: 0.95em;
  vertical-align: middle;
  cursor: pointer;
}

.btn_bo_user {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn_bo_user li {
  float: left;
  margin-left: 5px;
}

.btn_bo_adm {
  float: left;
}

.btn_bo_adm li {
  float: left;
  margin-right: 5px;
}

.btn_bo_adm input {
  padding: 5px;
  border: 0;
  background: #e8180c;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

.btn_bo_adm button {
  margin: 0;
  padding: 5px;
  border: 1px solid #ced9de;
  background: #f6f9fa;
  font-size: 0.95em;
  vertical-align: middle;
  cursor: pointer;
}

.bo_notice td {
  background: #ffe5eb;
}

.bo_notice td a {
  font-weight: bold;
}

.bo_notice td input {
  background: #ffe5eb;
}

.td_num strong {
  color: #000;
}

.bo_cate_link {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0 6px 0 0;
  border-right: 1px solid #e7f1ed;
  color: #999 !important;
  font-weight: bold;
  text-decoration: none;
} /* 글제목줄 분류스타일 */
.bo_current {
  color: #e8180c;
}

#bo_list .cnt_cmt {
  display: inline-block;
  margin: 0 0 0 3px;
  font-weight: bold;
}

#bo_sch {
  margin-bottom: 10px;
  padding-top: 5px;
  text-align: center;
}

#bo_sch legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

/* 게시판 쓰기 */
#char_count_desc {
  display: block;
  margin: 0 0 5px;
  padding: 0;
}

#char_count_wrap {
  margin: 5px 0 0;
  text-align: right;
}

#char_count {
  font-weight: bold;
}

#autosave_wrapper {
  position: relative;
}

#autosave_pop {
  display: none;
  z-index: 10;
  position: absolute;
  top: 24px;
  right: 117px;
  padding: 8px;
  width: 350px;
  height: auto !important;
  height: 180px;
  max-height: 180px;
  border: 1px solid #565656;
  background: #fff;
  overflow-y: scroll;
}

html.no-overflowscrolling #autosave_pop {
  height: auto;
  max-height: 10000px !important;
} /* overflow 미지원 기기 대응 */
#autosave_pop strong {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#autosave_pop div {
  text-align: right;
}

#autosave_pop button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

#autosave_pop ul {
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #e9e9e9;
  list-style: none;
}

#autosave_pop li {
  padding: 8px 5px;
  border-bottom: 1px solid #e9e9e9;
  zoom: 1;
}

#autosave_pop li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#autosave_pop a {
  display: block;
  float: left;
}

#autosave_pop span {
  display: block;
  float: right;
}

.autosave_close {
  cursor: pointer;
}

.autosave_content {
  display: none;
}

/* 게시판 읽기 */
#bo_v {
  padding-bottom: 20px;
}

#bo_v_table {
  position: absolute;
  top: 0;
  right: 16px;
  margin: 0;
  padding: 0 5px;
  height: 25px;
  background: #ff3061;
  color: #fff;
  font-weight: bold;
  line-height: 2.2em;
}

#bo_v_title {
  padding: 10px 0;
  font-size: 1.2em;
}

#bo_v_info {
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
}

#bo_v_info h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_info strong {
  display: inline-block;
  margin: 0 15px 0 5px;
  font-weight: normal;
}

#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {
  font-weight: bold;
}

#bo_v_file h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_file ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#bo_v_file li {
  padding: 0 10px;
  border-bottom: 1px solid #eee;
  background: #f5f6fa;
}

#bo_v_file a {
  display: inline-block;
  padding: 8px 0 7px;
  width: 100%;
  color: #000;
  word-wrap: break-word;
}

#bo_v_file a:focus,
#bo_v_file a:hover,
#bo_v_file a:active {
  text-decoration: none;
}

#bo_v_file img {
  float: left;
  margin: 0 10px 0 0;
}

.bo_v_file_cnt {
  display: inline-block;
  margin: 0 0 3px 16px;
}

#bo_v_link h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#bo_v_link li {
  padding: 0 10px;
  border-bottom: 1px solid #eee;
  background: #f5f6fa;
}

#bo_v_link a {
  display: inline-block;
  padding: 8px 0 7px;
  width: 100%;
  color: #000;
  word-wrap: break-word;
}

#bo_v_link a:focus,
#bo_v_link a:hover,
#bo_v_link a:active {
  text-decoration: none;
}

.bo_v_link_cnt {
  display: inline-block;
  margin: 0 0 3px 16px;
}

/*필드값 출력*/
#bo_v_field h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_field ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#bo_v_field li {
  padding: 0 10px;
  border-bottom: 1px solid #eee;
  background: #f5f6fa;
  padding: 7px 0;
}

#bo_v_field li strong {
  display: inline-block;
  padding-left: 10px;
  width: 150px;
}

#bo_v_top {
  margin: 0 0 10px;
  padding: 10px 0;
  zoom: 1;
}

#bo_v_top:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_v_top h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#bo_v_bot {
  zoom: 1;
}

#bo_v_bot:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_v_bot h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_bot ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bo_v_nb {
  float: left;
}

.bo_v_nb li {
  float: left;
  margin-right: 5px;
}

.bo_v_com {
  float: right;
}

.bo_v_com li {
  float: left;
  margin-left: 5px;
}

#bo_v_atc {
  min-height: 200px;
  height: auto !important;
  height: 200px;
}

#bo_v_atc_title {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_img {
  margin: 0 0 10px;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

#bo_v_img:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_v_img img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

#bo_v_con {
  margin-bottom: 30px;
  width: 100%;
  line-height: 1.7em;
  word-break: break-all;
  overflow: hidden;
}

#bo_v_con a {
  color: #000;
  text-decoration: underline;
}

#bo_v_con img {
  max-width: 100%;
  height: auto;
}

#bo_v_act {
  margin-bottom: 30px;
  text-align: center;
}

#bo_v_act .bo_v_act_gng {
  position: relative;
}

#bo_v_act a {
  margin-right: 5px;
  vertical-align: middle;
}

#bo_v_act strong {
  color: #ff3061;
}

#bo_v_act_good,
#bo_v_act_nogood {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 10px 0;
  width: 165px;
  background: #ff3061;
  color: #fff;
  text-align: center;
}

#bo_v_sns {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  zoom: 1;
}

#bo_v_sns:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_v_sns li {
  float: left;
  margin: 0 5px 0 0;
}

/* 게시판 댓글 */
#bo_vc {
  margin: 0 0 20px;
  padding: 20px 20px 10px;
  border: 1px solid #e5e8ec;
  background: #f5f8f9;
}

#bo_vc h2 {
  margin-bottom: 10px;
}

#bo_vc article {
  padding: 0 0 10px;
  border-top: 1px dotted #ccc;
}

#bo_vc header {
  position: relative;
  padding: 15px 0 5px;
}

#bo_vc header .icon_reply {
  position: absolute;
  top: 15px;
  left: -20px;
}

#bo_vc .sv_wrap {
  margin-right: 15px;
}

#bo_vc .member,
#bo_vc .guest,
#bo_vc .sv_member,
#bo_vc .sv_guest {
  font-weight: bold;
}

.bo_vc_hdinfo {
  display: inline-block;
  margin: 0 15px 0 5px;
}

#bo_vc h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_vc a {
  color: #000;
  text-decoration: none;
}

#bo_vc p {
  padding: 0 0 5px;
  line-height: 1.8em;
}

#bo_vc p a {
  text-decoration: underline;
}

#bo_vc p a.s_cmt {
  text-decoration: none;
}

#bo_vc_empty {
  margin: 0;
  padding: 20px !important;
  text-align: center;
}

#bo_vc #bo_vc_winfo {
  float: left;
}

#bo_vc footer {
  zoom: 1;
}

#bo_vc footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.bo_vc_act {
  float: right;
  margin: 0;
  list-style: none;
  zoom: 1;
}

.bo_vc_act:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.bo_vc_act li {
  float: left;
  margin-left: 5px;
}

#bo_vc_w {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 20px;
  border-bottom: 1px solid #cfded8;
}

#bo_vc_w h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_vc_w #char_cnt {
  display: block;
  margin: 0 0 5px;
}

#bo_vc_sns {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}

#bo_vc_sns:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_vc_sns li {
  float: left;
  margin: 0 20px 0 0;
}

#bo_vc_sns input {
  margin: 0 0 0 5px;
}

div.bo_fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.bo_fx::after {
  display: none;
}
div.bo_fx .bo_sch_wrap {
  padding-top: 0;
}
div.bo_fx input[name=bo_1] {
  width: 10em;
  height: 34px;
}
div.bo_fx .fa-upload {
  font-size: 0.9em;
}
div.bo_fx .bo_sch {
  width: 400px;
}
div.bo_fx .bo_sch select {
  max-width: 150px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
}
div.bo_fx .bo_sch .sch_input {
  width: 170px;
  height: 34px;
}
div.bo_fx .bo_sch .sch_btn {
  width: 80px;
  height: 34px;
}

/* =============== /skin/board/non/style.css =============== */
.ist-table.non #thead,
.ist-table.non .non-payment .details h3,
.ist-table.non .non-payment .details dt,
.ist-table.non .non-payment header h3,
.ist-table.non .non-payment header dt {
  background: rgba(var(--theme-color-rgb), 0.1);
}

.ist-table.non .non-payment .btn-details {
  background: var(--theme-color);
}

.ist-table.non .non-payment .details.active + .btn-details {
  font-size: 14px;
  padding: 1em 0;
}

/* =============== PC 리스트 =============== */
table.pc-list {
  width: 100%;
}

table.pc-list thead {
  border-top: 2px solid var(--theme-color);
}

table.pc-list thead th {
  padding: 15px 5px;
  background: rgba(var(--theme-color-rgb), 0.1);
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 12px;
  text-align: center;
  color: #000;
  word-break: keep-all;
  font-weight: 400;
}

table.pc-list thead th.last {
  border-top: 2px solid var(--theme-color);
  border-right: none;
  color: #000;
  font-size: 1em;
}

table.pc-list thead th.category {
  font-size: 16px;
  background: var(--theme-color);
  border-left: 1px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
  color: white;
}

table.pc-list thead td {
  padding: 15px 5px;
  background: rgba(var(--theme-color-rgb), 0.1);
  text-align: center;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}

table.pc-list thead td.last {
  border-right: none;
  color: #000;
  font-size: 12px;
}

table.pc-list tbody th {
  background: rgba(var(--theme-color-rgb), 0.1);
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

table.pc-list tbody th.ico {
  background: #f7f6f6 url(../image/ico/ico_circle2.png) no-repeat 14px 50%;
  padding-left: 5px;
}

table.pc-list tbody tr {
  height: 35px;
}

table.pc-list tbody th.start {
  border-top: 1px solid var(--theme-color);
  word-break: keep-all;
}

table.pc-list tbody th.last {
  border-bottom: 1px solid var(--theme-color);
}

table.pc-list tbody td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  color: #000;
  font-size: 12px;
  word-break: keep-all;
}

table.pc-list tbody td.start {
  border-top: 1px solid var(--theme-color);
}

table.pc-list tbody td.last {
  border-bottom: 1px solid var(--theme-color);
}

table.pc-list tbody td.textcall {
  padding: 6px 2px;
  border: solid #ccc 1px;
  background: #fff;
}

table.pc-list caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

table.pc-list tbody tr.start_line {
  border-top: solid 2px #2453a8;
}

table.pc-list thead th.cate {
  width: 4em;
}

table.pc-list thead td.cost {
  width: 4em;
}

table.pc-list thead td.inc {
  width: 6em;
}

table.pc-list tbody th.cate-1 {
  white-space: nowrap;
}

table.pc-list tbody td.memo {
  width: 25%;
  word-break: keep-all;
}

table.pc-list tbody td.date {
  width: 7em;
}

/* =============== Mobile 리스트 =============== */
#mobile-non {
  margin-top: 10px;
}

.mo-list .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ddd;
  border-bottom: 0;
  margin-bottom: 2rem;
}
.mo-list .tr dt {
  width: 100%;
  background: rgba(var(--theme-color-rgb), 0.1);
  padding: 1em;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #ddd;
}
.mo-list .tr dd {
  width: 50%;
  padding: 1em;
  word-break: keep-all;
  border-bottom: 1px solid #ddd;
}
.mo-list .tr dd:nth-of-type(odd) {
  border-right: 1px solid #ddd;
  position: relative;
}
.mo-list .tr dd:nth-of-type(odd):last-child::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(100% + 1px);
  width: calc(100% + 1px);
  height: 100%;
  border-bottom: 1px solid #ddd;
}

table.mo-list {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

table.mo-list thead th {
  padding: 15px 0;
  background: rgba(var(--theme-color-rgb), 0.1);
  text-align: center;
  border-top: 2px solid var(--theme-color);
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #000;
  font-weight: 400;
  font-size: 15px;
}

table.mo-list thead th.last {
  border-top: 2px solid var(--theme-color);
  border-right: none;
  color: #000;
}

table.mo-list thead td {
  padding: 15px 0;
  background: rgba(var(--theme-color-rgb), 0.1);
  text-align: center;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #000;
  font-weight: 400;
  font-size: 15px;
}

table.mo-list thead td.last {
  border-right: none;
  color: #000;
}

table.mo-list tbody th {
  background: rgba(var(--theme-color-rgb), 0.1);
  padding: 18px 20px 15px 20px;
  color: #000;
  border-bottom: 1px solid #ddd;
}

table.mo-list tbody th.ico {
  background: #f7f6f6 url(../image/ico/ico_circle2.png) no-repeat 14px 50%;
}

table.mo-list tbody th.last {
  border-bottom: 1px solid var(--theme-color);
}

table.mo-list tbody td {
  padding: 18px 20px 15px 20px;
  color: #000;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 50%;
}

table.mo-list tbody td.last {
  border-bottom: 1px solid var(--theme-color);
}

table.mo-list tbody td.textcall {
  padding: 6px 2px;
  border: solid #ccc 1px;
  background: #ffffff;
}

table.mo-list caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 1200px) {
  .bo_fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bo_fx #bo_list_total {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .bo_fx #bo_list_total ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bo_fx #bo_list_total ul li:first-child {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 406px) {
  #bo_list .bo_fx {
    padding: 0;
  }
  #bo_list .bo_fx .bo_sch_wrap {
    width: 100%;
  }
  #bo_list .bo_fx .bo_sch_wrap .bo_sch {
    width: 100%;
    padding: 0;
  }
  #bo_list .bo_fx .bo_sch_wrap .bo_sch form {
    width: 100%;
  }
  #bo_list .bo_fx .bo_sch_wrap .bo_sch .sch_input {
    width: 144px;
  }
  #bo_list .bo_fx .bo_sch_wrap .bo_sch .sch_btn {
    width: 64px;
  }
}/*# sourceMappingURL=style.css.map */