@charset "UTF-8";

/*반응형 화면 크기*/
/*반응형, 브라우저 크기가 400px 이하일때*/
/*반응형, 브라우저 크기가 767px 이하일때*/
/*반응형, 브라우저 크기가 768이상, 1023px 이하일때*/
/*반응형, 브라우저 크기가 768이상, 950px 이하일때*/
/*반응형, 브라우저 크기가 1300px 이상일때*/
/*반응형, 브라우저 크기가 1300px 미만일때*/
/*반응형, 브라우저 크기가 1300px 미만일때*/
/* 스크롤 */
/* height / line-height */
@keyframes ani_owlItem {
  from {
    opacity: 0;
    padding-left: 50px;
  }
  to {
    opacity: 1;
    padding-left: 0px;
  }
}
.subpage_background {
    position: relative; padding: 40px 80px; text-align: center; font-size: 40px; font-weight: 700; background: no-repeat center/cover;
}
/* height: 297px; */
/* .subpage_background h2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 76px;
  color: #ffffff;
  font-weight: 400;
} */
/* .subpage_background.bg_notice {
  background-image: url(/img/bg/bg_notice.jpg);
}
.subpage_background.bg_gallery {
  background-image: url(/img/bg/bg_gallery.jpg);
}
.subpage_background.bg_network, .subpage_background.bg_free {
  background-image: url(/img/bg/bg_network.jpg);
}
.subpage_background.bg_event {
  background-image: url(/img/bg/bg_event.jpg);
}
.subpage_background.bg_schedule {
  background-image: url(/img/bg/bg_schedule.jpg);
}
.subpage_background.bg_etc {
  background-image: url(/img/bg/bg_etc.jpg);
} */

.subpage_nav {
  /* border-top: 1px solid #E6E6E6; */
  padding: 15px 0;
}
.subpage_nav .inner {
  align-items: center;
  justify-content: space-between;
}
.subpage_nav i {
  font-size: 14px;
}
.subpage_nav .nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.subpage_nav .nav a {
  font-size: 15px;
  line-height: 18px;
}

#bo_list, #bo_v, #bo_gall {
  padding-bottom: 100px;
}
#bo_list .inner, #bo_v .inner, #bo_gall .inner {
  flex-direction: column;
}

.bo_sch_wrap {
  padding: 0px 0 10px;
}
.bo_sch_wrap .bo_sch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none; box-sizing: border-box; padding: 0;
}
.bo_sch_wrap .bo_sch select, .bo_sch_wrap .bo_sch input, .bo_sch_wrap .bo_sch button {
  font-size: 15px;
  height: 40px;
}
.bo_sch_wrap .bo_sch select, .bo_sch_wrap .bo_sch input {
  border: 1px solid #D5D5D5;
}
.bo_sch_wrap .bo_sch select {
  padding: 0 8px; min-width: 60px;
}
.bo_sch_wrap .bo_sch input {
  width: 216px;
  margin: 0 -1px;
}
.bo_sch_wrap .bo_sch #bo_cate label {
  font-size: 16px;
}
.bo_sch_wrap .bo_sch button {
  width: 40px;
  background: #363636;
  border: none;
}
.bo_sch_wrap .bo_sch button i {
  color: #ffffff;
  font-size: 18px;
}
.bo_sch_wrap .bo_sch button:hover {
  background: #919191;
}
.bo_sch_wrap .bo_sch .sch_bar {
  display: flex;
}

.tbl_wrap {
  margin-bottom: 30px;
  min-height: 20vh;
}
.tbl_wrap table {
  border-top: 2px solid #363636;
  width: 100%;
  /* background: #FAFDFB; */
}
.tbl_wrap table tr {
  display: flex;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #dddddd;
}
.tbl_wrap table tr td.td_chk {
  width: 30px;
  text-align: center;
}
.tbl_wrap table tr td.td_subject {
  flex: 1;
  font-size: 18px;
}
.tbl_wrap table tr td.td_name {
  width: 70px;
}
.tbl_wrap table tr td.td_datetime {
  width: 80px;
}

.tbl_wrap table tr td.td_date {
    width: 100px;
  }

.tbl_wrap table tr td.td_date .v_date { display:flex; justify-content: center; align-items: center; flex-direction: column; padding: 16px 0; width: 100px; margin:0; }
.tbl_wrap table tr td.td_date .v_date p:nth-child(1) { font-size: 32px; font-weight: 700; letter-spacing: -0.8px;}
.tbl_wrap table tr td.td_date .v_date p:nth-child(2) { font-size: 14px; font-weight: 400; color: var(--sub-text); }


.tbl_wrap table tr td.td_name, .tbl_wrap table tr td.td_datetime {
  color: #919191;
  font-size: 14px;
  text-align: center;
}
.tbl_wrap table tr td.empty_table {
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
}
.tbl_wrap table tr td.td_schedule {
  width: 90px;
  text-align: center;
  font-size: 14px;
  color: orangered;
}
.tbl_wrap table tr td a {
  width: 100%;
}
.tbl_wrap table.tbl_banner td.td_img {
  width: 150px;
  height: 120px;
}
.tbl_wrap table.tbl_banner td.td_img .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tbl_wrap table.tbl_banner td.td_img .img img {
  height: 100%;
  width: auto;
}
.tbl_wrap table.tbl_banner td.td_subject {
  padding-left: 20px;
}
.tbl_wrap table.tbl_banner td.td_subject .subj2 {
  font-size: 14px;
  color: #919191;
  margin-top: 8px;
}
.new_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: orange;
  text-align: center;
  border-radius: 2px;
  margin-left: 2px;
  font-weight: bold;
  vertical-align: middle;
}

.pg_wrap {
  margin-bottom: 15px;
  text-align: center;
}
.pg_wrap .pg span, .pg_wrap .pg a, .pg_wrap .pg strong {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
}
.pg_wrap .pg span, .pg_wrap .pg a {
  border: 1px solid #D5D5D5;
  color: #D5D5D5;
}
.pg_wrap .pg strong, .pg_wrap .pg a:hover {
  border: 1px solid #127439;
  color: #127439;
}
.pg_wrap .pg .sound_only {
  width: 0;
  height: 0;
}

.btn_bo_user {
  display: flex;
  align-items: center;
}
.btn_bo_user button, .btn_bo_user a {
  height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  border: none;
  color: #ffffff;
}
.btn_bo_user button.btn_del {
  background: linear-gradient(0, #b71c1c 0%, #ef5350 100%);
}
.btn_bo_user button.btn_copy {
  background: linear-gradient(0, #6554AF 0%, #9575DE 100%);
  margin-left: 5px;
}
.btn_bo_user a {
  display: inline-block;
  line-height: 30px;
}
.btn_bo_user a span {
  padding-left: 6px;
}
.btn_bo_user.list {
  justify-content: space-between;
}
.btn_bo_user.list a {
  background: linear-gradient(0, #e65100 0%, #ff8a65 100%);
}
.btn_bo_user.view {
  justify-content: flex-end;
  gap: 5px;
}
.btn_bo_user.view a {
  background: #919191;
}
.btn_bo_user.view a:hover {
  background: #363636;
}

.btn_confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
}
.btn_confirm a, .btn_confirm button {
  width: 62px;
  text-align: center;
  font-size: 12px;
  border-radius: 6px;
  border: none;
  color: #ffffff;
}
.btn_confirm a {
  display: inline-block;
  /* background: linear-gradient(0, #00695c 0%, #80cbc4 100%); */
  color: var(--sub-text);
  border: 1px solid #ddd; 
}
.btn_confirm button {
  /* background: linear-gradient(0, #e65100 0%, #ff8a65 100%); */
  background: var(--theme-color);
}

#bo_v {
  margin-top: 30px;
  width: 100%;
  min-height: 50vh;
}
#bo_v .profile_info {
  padding: 20px 17px;
  border-top: 2px solid #363636;
  background: #FAFDFB;
  border-bottom: 1px solid #D9EADF;
}
#bo_v .profile_info .subject {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 9px;
  font-weight: 400;
}
#bo_v .profile_info .profile_info_ct {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
#bo_v .profile_info .profile_info_ct span {
  font-size: 14px;
  line-height: 16px;
  color: #919191;
}
#bo_v #bo_v_top {
  margin: 58px 0 15px;
}
#bo_v #bo_v_con {
  padding: 20px;
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  font-family: "pretendard" !important;
}
/* #bo_v #bo_v_con p { font-family: "pretendard" !important; }
#bo_v #bo_v_con span { font-family: "pretendard" !important; }
#bo_v #bo_v_con font { font-family: "pretendard" !important; } */
#bo_v #bo_v_con * { font-family: "pretendard" !important; }

/** TODO. add View */
/* #bo_v_con table { width: 100% !important; }
#bo_v_con table div { max-width: 100% !important; } */

#bo_v button.cmt_btn {
  padding: 5px;
  border: 1px solid #ddd;
}
#bo_v #bo_v_date {
  padding: 10px 20px;
}
#bo_v #bo_v_date label {
  font-size: 16px;
  font-weight: 400;
}

#bo_vc textarea, #bo_vc_w textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
}
#bo_vc .btn_confirm, #bo_vc_w .btn_confirm {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
#bo_vc .btn_confirm button, #bo_vc_w .btn_confirm button {
  padding: 8px 10px;
  border: none;
  /* background: linear-gradient(0, #263238 0%, #607d8b 100%); */
  background: #919191;
  color: #ffffff;
  margin-top: 8px;
}

#bo_vc {
  background: #FAFDFB;
}
#bo_vc article {
  border-bottom: 1px solid #ddd;
}
#bo_vc .cm_wrap {
  padding: 10px;
}
#bo_vc .cm_wrap .cm_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 5px 0 0;
}
#bo_vc .cm_wrap .cm_info .btn a {
  padding: 0 4px;
}
#bo_vc .cm_wrap .cmt_contents p {
  font-size: 13px;
  line-height: 18px;
  padding: 5px 15px;
}

#bo_vc_w {
  margin-top: 10px;
}

.gall_row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  min-height: 20vh;
  gap: 12px;
}
.gall_row > li {
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
.gall_row > li > .chk_box {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: left;
  z-index: 2;
}
.gall_row > li > .chk_box input {
  width: 20px;
  height: 20px;
}
.gall_row > li.empty_list {
  font-size: 18px;
  padding: 10px 0;
}
.gall_row > li > a {
  position: relative;
  overflow: hidden;
}
.gall_row > li > a .img {
  width: 282px;
  height: 282px;
}
.gall_row > li > a .img img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}
.gall_row > li > a .info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  color: #ffffff;
  transition: opacity 0.5s ease-in-out;
  padding: 30px 20px 12px;
}
.gall_row > li > a .info .subject {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.gall_row > li > a .info .content {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 12px 0;
  height: 72%;
}
.gall_row > li > a .info .date {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.gall_row > li > a:hover .info {
  opacity: 1;
}
.gall_row > li > a:hover .img > img {
  transform: scale(1.2);
}

#bo_w .inner {
  padding-bottom: 100px;
}
#bo_w .inner .cke_sc {
  display: none;
}
#bo_w .inner input[type=text], #bo_w .inner input[type=number] {
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: 5px 10px;
}
#bo_w .inner .write_div {
  margin-bottom: 5px;
}
#bo_w .inner .btn_confirm button, #bo_w .inner .btn_confirm a {
  line-height: 30px;
}
#bo_w .inner .bo_w_tit .write_div > div {
  display: flex;
  margin-bottom: 5px;
}
#bo_w .inner .bo_w_tit .write_div > div label:first-child {
  display: inline-block;
  width: 60px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
#bo_w .inner .bo_w_tit .write_div input[type=text] {
  flex: 1;
  text-align: left;
}
#bo_w .inner .bo_w_tit .write_div input[type=text]::placeholder {
  text-align: left;
}
#bo_w .inner .bo_w_tit .write_div #wr_1 {
  flex: 0 0 100px;
}
#bo_w .inner #bo_cate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
  font-size: 14px;
}
#bo_w .inner #bo_cate .caution {
  font-size: 14px;
  color: #b71c1c;
}
#bo_w.bo_event .chkbox {
  align-items: center;
  gap: 10px;
  height: 26px;
}
#bo_w.bo_event .chkbox input + label {
  font-size: 15px;
}

.ui-datepicker .ui-datepicker-calendar {
  padding-top: 0 !important;
}



/* 
#ctt:not(.ctt_info) {
  min-height: calc(100vh - 196px);
  padding-top: 69px;
}
#ctt #ctt_con {
  font-size: 16px;
  line-height: 22px;
}
#ctt.ctt_info {
  min-height: calc(100vh - 297px - 205px);
  padding-top: 0;
}
#ctt.ctt_info .inner .content_wrap {
  display: flex;
}
#ctt.ctt_info .inner .content_wrap #ctt_img {
  flex: 0 0 486px;
  height: 470px;
  overflow: hidden;
  text-align: center;
  background: no-repeat center/cover;
  border-radius: 12px;
}
#ctt.ctt_info .inner .content_wrap #ctt_img img {
  width: 100%;
  border-radius: 8px;
}
#ctt.ctt_info .inner .content_wrap #ctt_img.greeting {
  background-image: url(/img/bg/bg_greeting1.jpg);
}
#ctt.ctt_info .inner .content_wrap #ctt_img.history {
  background-image: url(/img/bg/bg_history.jpg);
}
#ctt.ctt_info .inner .content_wrap #ctt_con {
  position: relative;
  flex: 1;
  padding: 0 0 20px 40px;
  line-height: 28px;
}
#ctt.ctt_info .inner .content_wrap #ctt_con .leader_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
#ctt.ctt_info .inner .content_wrap #ctt_con .leader_wrap img {
  width: 80px;
  border-radius: 12px;
}
#ctt.ctt_info .inner .content_wrap #ctt_con .leader_wrap span {
  font-size: 18px;
  padding: 10px 15px;
  line-height: 1.7;
  font-size: 24px;
  color: purple;
  font-weight: 600;
} */

a.btn_greet {
  background: #1b5e20;
  color: #ffffff;
  border-radius: 6px;
  padding: 5px 10px;
}

#sch_res_detail input, #sch_res_detail select {
  font-size: 16px;
}

#sch_result .inner {
  justify-content: center;
  flex-direction: column;
}
#sch_result #sch_res_ov li {
  font-size: 12px;
}
#sch_result .search_board_result h2 {
  font-size: 18px;
}
#sch_result .search_board_result li {
  justify-content: flex-start;
  flex-direction: column;
}
#sch_result .search_board_result li > p, #sch_result .search_board_result li > div {
  width: 100%;
}
#sch_result .search_board_result .sch_more {
  color: #363636;
}
#sch_result .search_board_result a:hover {
  color: #127439;
}



/* ************************** TODO. 추가 ************************************************************************************/
#bo_list #item_ul { border-top: 2px solid #707070; padding: 0 0 24px 0; gap: 24px; flex-wrap: wrap; }
#bo_w .write_div .pd_lb { position:relative; margin-bottom: 3px; font-weight: 500; padding-left: 10px; color: brown }
#bo_w .write_div .pd_lb:not(.file_del):before { content:"*"; position: absolute; top: 4px; left:0; font-size: 14px; }
#bo_v_img { padding-left: 20px; padding-top: 24px; }
#bo_w .write_div:not(.pd_type) { margin-bottom: 20px; }

/* TODO. 친환경 농자재 생산(제품) : product01~05 */
/** 제품 글쓰기 추가 */
#bo_w.product input,
#bo_w.product textarea { font-size: 16px;}
#bo_w.product .write_div:not(.pd_type) { margin-bottom: 20px; }
#bo_w.product .write_div.pd_type { margin-bottom: 5px; }
/* #bo_w.product .write_div > label { position:relative; margin-bottom: 3px; font-weight: 500; padding-left: 10px; color: brown }
#bo_w.product .write_div > label:not(.file_del):before { content:"*"; position: absolute; top: 4px; left:0; font-size: 14px; } */
#bo_w.product .write_div > textarea { width: 100%; border: 1px solid #D5D5D5; padding: 5px 10px; height: 150px; }
#bo_w.product .pd_type select { border: 1px solid #d5d5d5; padding: 3px 10px; appearance:auto; -webkit-appearance: auto;} 
#bo_w.product .pd_graph li { display: flex; align-items: center; width: 100%; } 
#bo_w.product .pd_graph li span { flex:1; max-width: 33.3%; border-right: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; } 
#bo_w.product .pd_graph li.title span { border-top: 1px solid #d5d5d5; } 
#bo_w.product .pd_graph li span:first-child { border-left: 1px solid #d5d5d5; } 
#bo_w.product .pd_graph li input { width:100%; border: 0px solid #ffffff; padding: 8px 10px; } 
#bo_w.product .pd_graph li.title input { text-align: center; background: #ddd; } 
#bo_w.product .pd_graph #ul_10 span { width: 100%; border: 1px solid #d5d5d5; max-width: 100%; } 
#bo_w.product .pd_graph #ul_10 input { width: 100%; text-align: left; } 
#bo_w.product .disp-none { display: none !important; } 
#bo_w.product .explain { display: inline-flex; align-items: center; font-size: 14px; color: var(--sub-text); height: 26px; padding-left: 10px; } 

#bo_w.product input#main_view[type=checkbox] + label { background: #ffffff; }
#bo_w.product input#main_view[type=checkbox]:checked + label { background: var(--sub-bg1); }

/** 제품 리스트 */
#bo_list.product .product_menu { margin-bottom: 24px; }
#bo_list.product .product_menu a { padding: 8px 18px; font-size: 18px; border: 1px solid #D5D5D5; border-right:none; }
#bo_list.product .product_menu a:last-child { border-right: 1px solid #D5D5D5; }
#bo_list.product .product_menu a.on { background: var(--theme-color); color: #fff; border: 1px solid var(--theme-color); }

#bo_list.product #item_ul li { display:flex; align-items: center; width: 100%; }
#bo_list.product #item_ul > li { gap: 24px; padding: 40px 0; border-bottom: 1px solid #ddd; }
/* #bo_list.product #item_ul > li:first-child { border-top: 1px solid #ddd; } */
#bo_list.product #item_ul .item_con { width: 100%; gap: 24px; }
#bo_list.product #item_ul .item_img { flex: 0 0 212px; height: 212px; flex-direction: column; }
#bo_list.product #item_ul .item_img .img { width:100%; height: 212px; border: 1px solid #f4f4f4; margin-bottom: 16px; }
#bo_list.product #item_ul .item_img .a_link { margin-bottom: 16px; text-align: center;}
#bo_list.product #item_ul .item_img .a_link a { width: 140px; }
#bo_list.product #item_ul .item_text { flex: 1; }
#bo_list.product #item_ul .subj { font-size: 20px; font-weight: 600; margin-bottom: 8px; }
#bo_list.product #item_ul .subj span { font-size: 14px; color: var(--sub-text); margin-left: 8px; }
#bo_list.product #item_ul .cate { color: #BF993F; margin-bottom: 8px; }
#bo_list.product #item_ul .material { margin-bottom: 16px; }
#bo_list.product #item_ul .material label { width: 100px; }
#bo_list.product #item_ul .sp {  margin-bottom: 16px; }
#bo_list.product #item_ul .sp pre { line-height: 140%; padding-left: 10px; }
#bo_list.product #item_ul .dt { background: #fafafa; margin-bottom: 16px; padding: 12px 24px 24px; }
#bo_list.product #item_ul .etc { line-height: 140%; }
#bo_list.product #item_ul li.empty_list { width: 100%; justify-content: center; font-size: 24px; }
/** 사용방법 표(리스트) */
#bo_list.product #item_ul .dt .ul_detail:not(.type_10) li { border-bottom: 1px solid #e9e9e9; } /*#d3d3d3*/
#bo_list.product #item_ul .dt .ul_detail li:first-child { padding: 5px; }
#bo_list.product #item_ul .dt .ul_detail:not(.type_10) li:first-child { border-bottom: 1px solid var(--theme-color); }
#bo_list.product #item_ul .dt .ul_detail li span { text-align: center;  }
#bo_list.product #item_ul .dt .ul_detail li:first-child span { color: var(--sub-text); font-weight: 600; }
#bo_list.product #item_ul .dt .ul_detail li:nth-child(n + 2) { padding: 6px; }
#bo_list.product #item_ul .dt .ul_detail li:nth-child(n + 2) span { font-size: 15px; }
#bo_list.product #item_ul .dt .type_10 li span:nth-child(1) { flex: 1; text-align: left; }
#bo_list.product #item_ul .dt .type_20 li span:nth-child(1) { flex: 0 0 180px; }
#bo_list.product #item_ul .dt .type_20 li span:nth-child(2) { flex: 0 0 380px; }
#bo_list.product #item_ul .dt .type_21 li span:nth-child(1) { flex: 0 0 200px; }
#bo_list.product #item_ul .dt .type_21 li span:nth-child(2) { flex: 0 0 100px; }
#bo_list.product #item_ul .dt .type_22 li span:nth-child(1) { flex: 0 0 200px; }
#bo_list.product #item_ul .dt .type_22 li span:nth-child(2) { flex: 0 0 150px; }
#bo_list.product #item_ul .dt .type_30 li span:nth-child(1) { flex: 0 0 20%; }
#bo_list.product #item_ul .dt .type_30 li span:nth-child(2) { flex: 0 0 20%; }
#bo_list.product #item_ul .dt .type_30 li span:nth-child(3) { flex: 0 0 20%; }
#bo_list.product #item_ul .dt .type_31 li span:nth-child(1) { flex: 0 0 80px; text-align: center; }
#bo_list.product #item_ul .dt .type_31 li span:nth-child(2) { flex: 0 0 100px; text-align: center; }
#bo_list.product #item_ul .dt .type_31 li span:nth-child(3) { flex: 0 0 250px; }
#bo_list.product #item_ul .dt .type_50 li span { text-align: center; }
#bo_list.product #item_ul .dt .type_50 li span:nth-child(1) { flex: 0 0 80px; }
#bo_list.product #item_ul .dt .type_50 li span:nth-child(2) { flex: 0 0 80px; }
#bo_list.product #item_ul .dt .type_50 li span:nth-child(3) { flex: 0 0 80px; }
#bo_list.product #item_ul .dt .type_50 li span:nth-child(4) { flex: 0 0 120px; }
#bo_list.product #item_ul .dt .type_50 li span:nth-child(5) { flex: 0 0 120px; }
#bo_list.product #item_ul .dt span.space { flex: 1; }
#bo_list.product .img { overflow: hidden; }
#bo_list.product .img img { transition: 0.5s ease-out; }
#bo_list.product .img img:hover { transform: scale(1.2); transition: 0.5s ease-out; }

.adm_btn { text-align: center; }
.adm_btn a { display: inline-block; background: #919191; height: 30px; padding: 0 10px; border-radius: 6px; border: none; color: #ffffff; line-height: 30px; text-align: center; }
.adm_btn a:hover { background: var(--theme-color); } 


/* TODO. 정보나눔(info01, info02) */
#bo_list.info #item_ul li { padding: 24px; width: 100%; border-bottom: 1px solid #ddd; }
/* #bo_list.info #item_ul li:first-child { border-top: 2px solid #707070; } */
#bo_list.info #item_ul li a { display: flex; justify-content: flex-start; align-items: flex-start; width: 100%; gap: 24px; transition: 0.5s ease-out; }
#bo_list.info #item_ul li a:hover .img img { transform: scale(1.2); transition: 0.5s ease-out; }
#bo_list.info #item_ul li a:hover .subj { color: var(--theme-color); }
#bo_list.info #item_ul .img { flex: 0 0 250px; height: 160px; overflow: hidden; border-radius: 8px; }   /* border: 1px solid #ddd;*/
#bo_list.info #item_ul .img img { width: 100%; border-radius: 8px; }
#bo_list.info #item_ul .text { display: flex; flex-direction: column; justify-content: space-between; }
#bo_list.info #item_ul .text .subj { font-size: 20px; font-weight: 600; margin-bottom: 16px; }
#bo_list.info #item_ul .text .cont { margin-bottom: 16px; line-height: 136%; height: 83px; overflow: hidden; text-overflow: ellipsis; }
#bo_list.info #item_ul .text .time { font-size: 14px; color:var(--sub-text); }


/* TODO. 동영상(mov) */
#bo_list.mov #item_ul { border-top: 2px solid #707070; padding: 24px 0; gap: 24px; flex-wrap: wrap; }
#bo_list.mov #item_ul li { width: calc((100% - 72px) / 4); }
#bo_list.mov #item_ul li a { width:100%; display: flex; justify-content: flex-start; align-items: flex-start; gap: 16px; transition: 0.5s ease-out; flex-direction: column; }
#bo_list.mov #item_ul li a:hover .img img { color: var(--theme-color); transform: scale(1.2); transition: 0.5s ease-out; }
#bo_list.mov #item_ul li .img { overflow: hidden; border-radius: 8px; width: 100%; }
#bo_list.mov #item_ul li img { border-radius: 8px; transition: 0.5s ease-out; width: 100%; }
#bo_list.mov #item_ul .text { width: 100%; }
#bo_list.mov #item_ul .text .subj { font-size: 20px; font-weight: 600; margin-bottom: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

#bo_v.mov #bo_v_atc { padding-top: 50px; }
#bo_v.mov #bo_v_atc .youtubeWrap { text-align: center; }
#bo_v .bo_vc_w { width: 100%; }


/* TODO. 사진첩(photo) */


/* TODO. 도서주문(webzine1) */
#bo_list.webzine1 #item_ul { padding:0 0 40px; }
#bo_list.webzine1 #item_ul li { display:flex; align-items: center; width: 100%; }
#bo_list.webzine1 #item_ul > li { gap: 24px; padding: 40px 0; border-bottom: 1px solid #ddd; }
#bo_list.webzine1 #item_ul .item_con { width: 100%; gap: 24px; }
#bo_list.webzine1 #item_ul .item_img { flex: 0 0 212px; flex-direction: column; }
#bo_list.webzine1 #item_ul .item_img .img { width:100%; height: 212px; border: 1px solid #f4f4f4; margin-bottom: 16px; }
#bo_list.webzine1 #item_ul .item_img .a_link { margin-bottom: 16px; text-align: center;}
#bo_list.webzine1 #item_ul .item_img .a_link a { width: 140px; }
#bo_list.webzine1 #item_ul .item_text { flex: 1; }
#bo_list.webzine1 #item_ul .item_text .subj { font-size: 20px; font-weight: 700; margin-bottom: 16px; }
#bo_list.webzine1 #item_ul .dt { font-size: 15px; margin-bottom: 8px; color: var(--sub-text); padding: 24px; background: #fafafa;}
#bo_list.webzine1 #item_ul .dt > div { margin-bottom: 8px; }
#bo_list.webzine1 #item_ul .dt > div:last-child { margin-bottom: 0px; }
#bo_list.webzine1 #item_ul .dt label { width: 130px; font-weight: 600;}
#bo_list.webzine1 #item_ul .dt span { margin-left: 8px; }
#bo_list.webzine1 .img { overflow: hidden; }
#bo_list.webzine1 .img img { transition: 0.5s ease-out; }
#bo_list.webzine1 .img img:hover { transform: scale(1.2); transition: 0.5s ease-out; }

/* TODO. 웹진-흙살림신문(webzine2) */
#bo_list.webzine #item_ul { display: flex; gap: 0;}
#bo_list.webzine #item_ul .item_con { width: 100%; gap: 24px; }
#bo_list.webzine #item_ul .item_text { flex:1; flex-direction: column; height: -webkit-fill-available; }
#bo_list.webzine #item_ul .item_text .subj { font-size: 20px; font-weight: 700; margin-bottom: 16px; }
#bo_list.webzine #item_ul .item_img { flex: 0 0 212px; flex-direction: column; }
#bo_list.webzine #item_ul .item_img .img { width:100%; height: 212px; border: 1px solid #f4f4f4; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); border-radius: 8px; }
#bo_list.webzine #item_ul .item_img .adm_btn { margin-top: 16px; }
#bo_list.webzine #item_ul li { padding: 40px 20px; width: calc((100% - 24px) / 2); border-bottom: 1px solid #ddd; }
#bo_list.webzine #item_ul .time { margin-bottom: 16px; }
#bo_list.webzine .img { overflow: hidden; }
#bo_list.webzine .img img { transition: 0.5s ease-out; }
#bo_list.webzine .img img:hover { transform: scale(1.2); transition: 0.5s ease-out; }


/* TODO. 무엇이든 물어보세요(qna) */
#bo_list.qna .tbl_wrap tr { padding: 24px; }
#bo_list.qna .tbl_wrap .subj { font-size: 18px; font-weight: 600; margin-bottom: 9px; }
#bo_list.qna .tbl_wrap .date { font-size: 14px; color: var(--sub-text); }
#bo_list.qna .tbl_wrap .td_subject a:hover .subj { color: var(--theme-color); }
#bo_list.qna .tbl_wrap .state span { width: 80px; line-height: 26px; border-radius: 13px; font-size: 14px; text-align: center; font-weight: 500;}
#bo_list.qna .tbl_wrap .state .comp { color: #145DFF; background: #E2EBFF;}
#bo_list.qna .tbl_wrap .state .yet { color: var(--sub-text); background: #F4F4F4; }



/* 정보수정 */
#mb_confirm p strong { color: var(--theme-color); }
#mb_confirm input {  border-radius: 6px; }
#mb_confirm input[type=password] { padding: 8px 16px; border: 1px solid var(--sub-text); }
#mb_confirm input[type=submit] { background: var(--theme-color); color: #fff; border: none; }

/* 리스트에서 이미지가 없는 썸네일 div 안보이게(display: block 이면.. 임시 썸네일이 표시됨) */
.img_none { display: none; }



/* TODO. 소셜 로그인 */
#social_regist .inner { display: flex; justify-content: center; }
#social_regist #fregisterform { width: 792px; }
#fregisterform section { margin-bottom: 10px;}
#social_regist fieldset { position: relative; border: none; }
#fregister_chkall { display: flex; justify-content: center; align-items: center; gap: 5px; }

#ul_social { display: flex; flex-direction: column; gap: 10px; }
#ul_social li { display: flex; align-items: center;}
#ul_social li label { flex: 0 0 120px; margin: 0; }
#ul_social li input[type=text] { flex: 1; padding: 5px 10px; border: 1px solid #ddd; width: calc(100% - 130px); }
.social_register .btn_confirm .btn_submit, .social_register .btn_confirm .btn_close { line-height: 50px; }
.member_connect { text-align: center; margin-top: 40px; }
.member_connect p { text-align: center;}
#ul_social input:read-only { background: #cfd8dc;}

/* TODO. 아이디/비번 찾기 */
#find_info input { border: 1px solid #ddd; padding: 5px 10px; }
#find_info button { border: 1px solid #ddd; padding: 5px 10px; }
#find_info .win_btn { padding: 10px; text-align: center;}
#info_fs label { width: 100px;}
#info_fs > p { margin-bottom: 8px;}
#info_fs .p_email { margin-top: 30px;}
#info_fs > p:nth-child(-n + 2) input { width: 150px; }

/* TODO. 회원가입 */
#fregister_private h2 > a { font-size: 14px; color: brown; }


@media (max-width: 1392px) {
  #bo_list.product #item_ul .dt .type_10 li span:nth-child(1) { flex: 0 0 90%; }
  #bo_list.product #item_ul .dt .type_20 li span:nth-child(-n + 2) { flex: 0 0 48%; }
  #bo_list.product #item_ul .dt .type_30 li span:nth-child(-n + 3) { flex: 0 0 33%; }
}

@media (max-width: 1000px) {
    #bo_list, #bo_v, #bo_gall {
        padding-bottom: 70px;
    }

    .subpage_background { font-size: 32px; padding: 20px; }
    .bo_sch_wrap .bo_sch input { width: 180px; }

    #bo_list.product .product_menu { text-align: center; overflow-x: auto; text-align: center; }
    .product_menu::-webkit-scrollbar { width:0px; height:0px; }
    #bo_list.product .product_menu a { border-right: 1px solid #D5D5D5; font-size: 15px; padding: 6px 12px; }
    #bo_list.product .product_menu .scroll_wrap { display: block; width: 100%; text-align: center; }    

    #bo_list.mov #item_ul li { width: calc((100% - 48px) / 3); }
    #bo_list.webzine #item_ul li { width: 100%; }

    #social_regist #fregisterform { width: 100%; }
}
@media (max-width: 767px) {
    #mb_login {
        padding: 100px 20px 60px;
    }
    #mb_login .mbskin_box {
        width: 100%;
    }
    #mb_register {
        padding: 100px 20px 60px;
    }
    #mb_register .inner {
        padding: 0;
    }
    #mb_register.regi_form .register_form_inner li {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding-bottom: 20px;
    }
    #mb_register.regi_form .register_form_inner li label.title {
        flex: 1;
    }
    #mb_register.regi_form .register_form_inner li label.title + input {
        width: 100%;
    }
    #mb_register.regi_form .register_form_inner li input {
        line-height: 36px;
    }
    #mb_register.regi_form .register_form_inner li.addr .sub_addr {
        gap: 5px;
    }
    #mb_register.regi_form .register_form_inner li.addr .sub_addr button {
        line-height: 36px;
    }
    #mb_register.regi_form .register_form_inner li.addr .sub_addr:nth-child(n+2) label.title {
        display: none;
    }
    #mb_register.regi_form .register_form_inner li.addr .addr_1 {
        flex-wrap: wrap;
    }
    #mb_register.regi_form .register_form_inner li.addr .addr_1 label {
        flex-basis: 100%;
        text-align: left;
    }
    #mb_register.regi_form .register_form_inner li.is_captcha_use {
        margin-top: 0;
    }
    .subpage_background {
        /* height: 240px; */
        font-size: 28px;
        line-height: 38px; padding: 10px;
    }
    .gall_row > li {
        width: calc(50% - 6px);
    }
    .gall_row > li a {
        width: 100%;
    }
    .gall_row > li a .img {
        width: 100%;
        height: auto;
    }
    .bo_sch_wrap {
        padding: 10px 0;
    }
    .bo_sch_wrap .bo_sch {
        /* justify-content: center; */
        width: 100%;
    }
    .bo_sch_wrap .bo_sch select {
        background: initial;
    }
    .bo_sch_wrap .bo_sch button {
        width: 40px;
    }
    .bo_sch_wrap .bo_sch input {
        flex: 1;
    }
    .tbl_wrap {
        margin-bottom: 15px;
    }
    .tbl_wrap table tr {
        position: relative;
        justify-content: flex-start;
        /* padding: 12px 20px 8px; */
        /* flex-wrap: wrap; */
    }
    .tbl_wrap table tr td.td_chk {
        position: absolute;
        top: 21px;
        left: -7px;
        width: auto;
    }
    .tbl_wrap table tr td.td_subject {
        font-size: 15px;
        line-height: 18px;
        flex: 1 1 100%;
    }
    .tbl_wrap table tr td.td_name, .tbl_wrap table tr td.td_datetime {
        display: inline;
        width: auto;
        margin-right: 10px;
        font-size: 12px;
        line-height: 15px;
    }
    .pg_wrap .pg span, .pg_wrap .pg a, .pg_wrap .pg strong {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    #bo_v #bo_v_con {
        font-size: 15px;
        line-height: 26px; padding: 20px 0;
    }
    #bo_w .inner {
        padding: 20px 20px 40px;
    }
    /* #ctt .inner {
      padding: 40px 30px 70px;
    } */
    #ctt.ctt_info {
        min-height: 200px;
    }
    #ctt.ctt_info .inner .content_wrap {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    #ctt.ctt_info .inner .content_wrap #ctt_img {
        flex-basis: 200px;
    }
    #ctt.ctt_info .inner .content_wrap #ctt_img.greeting {
        background-position: center 90%;
    }
    #ctt.ctt_info .inner .content_wrap #ctt_img.history {
        background-position: center center;
    }
    #ctt.ctt_info .inner .content_wrap #ctt_con {
        width: 100%;
        /* padding: 0 10px; */
    }
    #sch_res_detail {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 15px;
    }
    #sch_res_detail select {
        width: 100px;
    }
    #sch_res_detail .sch_wr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 100px);
    }
    #sch_res_detail .frm_input {
        flex: 1;
        width: calc(100% - 63px);
    }
    #sch_res_detail .btn_submit {
        width: 63px;
    }
    #sch_res_detail .btn_submit i {
        display: none;
    }
    #sch_res_detail select, #sch_res_detail .frm_input, #sch_res_detail .btn_submit {
        height: 40px;
    }
    #sch_result #sch_res_ov {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        height: fit-content;
        line-height: normal;
        padding: 10px 20px;
    }
    #sch_result #sch_res_ov ul {
        margin-top: 10px;
    }
    #sch_result #sch_res_board {
        margin-bottom: 20px;
    }
    #sch_result #sch_res_board a {
        line-height: 20px;
        padding: 5px 10px;
        font-size: 11px;
    }
    #sch_result .sch_res_list .sch_tit {
        padding: 10px 0 5px;
    }
    #sch_result .sch_res_list p {
        padding-bottom: 5px;
    }

    /** TODO. add */
    /** List */
    #bo_list.news .tbl_wrap table tr td.td_date .v_date { padding: 5px 0; width: 80px; }
    #bo_list.news .tbl_wrap table tr td.td_date .v_date p:nth-child(1) { font-size: 20px; }

    /** View */
    #bo_v_con table { width: 100% !important; }
    #bo_v_con table div { max-width: 100% !important; }

    #bo_list.product .product_menu { margin-bottom: 0; }
    /* #bo_list.product .product_menu .scroll_wrap { width: max-content; } */
    #bo_list.product .product_menu .scroll_wrap a { margin-bottom: 5px; }
    .product_menu::-webkit-scrollbar { width:2px; height:2px; }
    #bo_list.product #item_ul .item_con { flex-direction: column;}
    #bo_list.product #item_ul .item_con > div { width: 100%; }
    #bo_list.product #item_ul .item_con .item_img { text-align: center; }
    #bo_list.product #item_ul .dt { padding: 12px 6px 12px; }
    #bo_list.product #item_ul .dt span { font-size: 14px; }
    .youtubeWrap iframe { width: 100%; height: auto; aspect-ratio: 4 / 3; }

    #bo_list.product #item_ul .item_img { position: relative; }
    #bo_list.product #item_ul .item_img .adm_btn { position: absolute; top: 10px; right: 10px; }

    #bo_w.product .file_wr { flex-direction: column; align-items: flex-start; gap: 10px; }
    #bo_w.product .file_wr input { padding-left:0; }
}/*# sourceMappingURL=subpage.css.map */




@media (max-width: 600px) {
    /* 농업동향 */
    #bo_list.info #item_ul li { padding: 24px 12px; }
    #bo_list.info #item_ul li a { flex-direction: column; gap: 16px; }
    #bo_list.info #item_ul li a > div { width: 100%; }
    #bo_list.info #item_ul .img { flex: 1; height: auto; }
    
    #bo_list.info #item_ul .text .subj { font-size: 18px; margin-bottom: 8px; }
    #bo_list.info #item_ul .text .cont { margin-bottom: 8px; }

    #bo_list.mov #item_ul { gap: 16px; }
    #bo_list.mov #item_ul li { width: calc((100% - 16px) / 2); }
    #bo_list.mov #item_ul .text .subj { font-size: 16px;}

    /* 도서주문 */
    #bo_list.webzine:not(.webzine3) .img img { width: 100%; }
    #bo_list.webzine1 #item_ul .item_con { gap: 16px; }
    #bo_list.webzine1 #item_ul .item_img { flex: 0 0 100px; }
    #bo_list.webzine1 #item_ul .item_img .img { height: auto;}
    /* #bo_list.webzine1 #item_ul .item_img .img img { width: 100%; } */
    #bo_list.webzine1 #item_ul .item_text .subj { font-size: 18px; margin-bottom: 8px;}
    #bo_list.webzine1 #item_ul .dt { padding: 12px; font-size: 14px; }
    #bo_list.webzine1 #item_ul .dt > div { display: flex; }
    #bo_list.webzine1 #item_ul .dt label { flex: 0 0 70px; }

    #bo_list.webzine #item_ul .item_img { flex: 0 0 100px; }
    #bo_list.webzine #item_ul .item_img .img { height: auto; }
    
    #bo_list.webzine3 .img img { width: 80%; }
    #bo_list.webzine #item_ul .item_text .subj { font-size: 16px; margin-bottom: 8px;}
    #bo_list.webzine #item_ul .time { margin-bottom: 8px;}
    #bo_list.webzine #item_ul .cont { margin-bottom: 8px;}

    #bo_list.qna .tbl_wrap tr { position:relative; padding: 0; }
    #bo_list.qna .tbl_wrap tr .td_date { position:absolute; right:0; bottom:5px; }
    #bo_list.qna .tbl_wrap .subj { font-size: 16px; margin-bottom: 8px; font-weight: 500;}

    #bo_v_img { padding-left: 0;}
    #bo_w .write_div:not(.pd_type) { margin-bottom: 10px;}

    .tbl_wrap .resp_chg_date { display: none; }
    .tbl_wrap .resp_chg_date_mb { display: block; color: var(--sub-text); }
    .tbl_wrap .bo_tit { padding: 10px; }
    .tbl_wrap .resp_chg_subj .bo_tit a { font-size: 16px; margin-bottom: 8px; font-weight: 500;}

    #reg_result .inner { padding: 40px 15px; }
    #reg_result .btn_confirm_reg a { padding: 16px 0; width: 100%; text-align: center; }
}



@media (max-width: 500px) {
  .bo_sch_wrap .bo_sch input { width: 160px; }

  #bo_list.product #item_ul .dt .type_31 li span:nth-child(1) { flex-basis: 60px; }
  #bo_list.product #item_ul .dt .type_31 li span:nth-child(2) { flex-basis: 75px; }
  #bo_list.product #item_ul .dt .type_31 li span:nth-child(3) { flex: 1; }
  #bo_list.product #item_ul .dt span.space { display:none !important; } 

  #bo_list.product #item_ul .dt .type_50 li span:nth-child(1) { flex-basis: 45px; }
  #bo_list.product #item_ul .dt .type_50 li span:nth-child(2) { flex-basis: 45px; }
  #bo_list.product #item_ul .dt .type_50 li span:nth-child(3) { flex-basis: 45px; }
  #bo_list.product #item_ul .dt .type_50 li span:nth-child(4) { flex-basis: 80px; }
  #bo_list.product #item_ul .dt .type_50 li span:nth-child(5) { flex: 1; }

}