@charset "utf-8";
/* copyright(c) WEBsiting.co.kr */

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b01 {
}
#bo_list a.btn_b01:focus,
#bo_list a.btn_b01:hover {
}
#bo_list a.btn_b02 {
}
#bo_list a.btn_b02:focus,
#bo_list a.btn_b02:hover {
}
#bo_list a.btn_admin {
} /* 관리자 전용 버튼 */
#bo_list a.btn_admin:focus,
#bo_list .btn_admin:hover {
}

/* 읽기 버튼 */
#bo_v a.btn_b01 {
}
#bo_v a.btn_b01:focus,
#bo_v a.btn_b01:hover {
}
#bo_v a.btn_b02 {
}
#bo_v a.btn_b02:focus,
#bo_v a.btn_b02:hover {
}
#bo_v a.btn_admin {
} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus,
#bo_v a.btn_admin:hover {
}

/* 쓰기 버튼 */
#bo_w .btn_confirm {
} /* 서식단계 진행 */
#bo_w .btn_submit {
}
#bo_w button.btn_submit {
}
#bo_w fieldset .btn_submit {
}
#bo_w .btn_cancel {
}
#bo_w button.btn_cancel {
}
#bo_w .btn_cancel:focus,
#bo_w .btn_cancel:hover {
}
#bo_w a.btn_frmline,
#bo_w button.btn_frmline {
} /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {
}

/* 기본 테이블 */
/* 목록 테이블 */
#bo_list .tbl_head01 {
}
#bo_list .tbl_head01 caption {
}
#bo_list .tbl_head01 thead th {
}
#bo_list .tbl_head01 thead a {
}
#bo_list .tbl_head01 thead th input {
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {
}
#bo_list .tbl_head01 tfoot td {
}
#bo_list .tbl_head01 tbody th {
}
#bo_list .tbl_head01 td {
}
#bo_list .tbl_head01 a {
}
#bo_list td.empty_table {
}

/* 읽기 내 테이블 */
#bo_v .tbl_head01 {
}
#bo_v .tbl_head01 caption {
}
#bo_v .tbl_head01 thead th {
}
#bo_v .tbl_head01 thead a {
}
#bo_v .tbl_head01 thead th input {
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_v .tbl_head01 tfoot th {
}
#bo_v .tbl_head01 tfoot td {
}
#bo_v .tbl_head01 tbody th {
}
#bo_v .tbl_head01 td {
}
#bo_v .tbl_head01 a {
}
#bo_v td.empty_table {
}

/* 쓰기 테이블 */
#bo_w table {
}
#bo_w caption {
}
#bo_w .frm_info {
}
#bo_w .frm_address {
}
#bo_w .frm_file {
}

#bo_w .tbl_frm01 {
}
#bo_w .tbl_frm01 th {
}
#bo_w .tbl_frm01 td {
}
#bo_w .tbl_frm01 textarea,
#bo_w tbl_frm01 .frm_input {
}
#bo_w .tbl_frm01 textarea {
}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {
}

/* 필수입력 */
#bo_w .required,
#bo_w textarea.required {
}

#bo_w .cke_sc {
}
#bo_w button.btn_cke_sc {
}
#bo_w .cke_sc_def {
}
#bo_w .cke_sc_def dl {
}
#bo_w .cke_sc_def dl:after {
}
#bo_w .cke_sc_def dt,
#bo_w .cke_sc_def dd {
}
#bo_w .cke_sc_def dt {
}
#bo_w .cke_sc_def dd {
}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 목록 */
#bo_gall {
  margin-bottom: 20px;
  overflow: hidden;
}
#bo_gall h2 {
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_gall #gall_ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  gap: 2%;
  display: flex;
  flex-wrap: wrap;
}
#bo_gall .gall_box {
  position: relative;
  margin: 0;
  overflow: hidden;
}
#bo_gall .gall_li .gall_chk {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  z-index: 1;
}

.gall_row > li.gallWST {
  position: relative;
  margin-bottom: 50px;
}

.gall_row > li.col-gn-0,
.gall_row .col-gn-1,
.gall_row .col-gn-2,
.gall_row .col-gn-3,
.gall_row .col-gn-4,
.gall_row .col-gn-5,
.gall_row .col-gn-6,
.gall_row .col-gn-7,
.gall_row .col-gn-8,
.gall_row .col-gn-9,
.gall_row .col-gn-10 {
  position: relative;
  min-height: 1px;
  float: left;
}
.gall_row > li.gallWST.col-gn-0,
.latest_row .col-gn-1,
.gall_row > li.gallWST.col-gn-1 {
  width: 100% !important;
}
.gall_row > li.gallWST.col-gn-2 {
  width: 49% !important;
}
.gall_row > li.gallWST.col-gn-3 {
  width: 32% !important;
}
.gall_row > li.gallWST.col-gn-4 {
  width: 23.5% !important;
}
.gall_row > li.gallWST.col-gn-5 {
  width: 18.4% !important;
}
.gall_row > li.gallWST.col-gn-6 {
  width: 15% !important;
}
.gall_row > li.gallWST.col-gn-7 {
  width: 12.5% !important;
}
.gall_row > li.gallWST.col-gn-8 {
  width: 10.75% !important;
}
.gall_row > li.gallWST.col-gn-9 {
  width: 9.33% !important;
}
.gall_row > li.gallWST.col-gn-10 {
  width: 8.2% !important;
}

#bo_gall .gall_now .gall_text_href a {
  color: #ffff33;
}

#bo_gall .gall_href a:link,
#bo_gall .gall_href a:focus,
#bo_gall .gall_href a:hover {
  text-decoration: none;
}
#bo_gall .gall_boxa {
  overflow: hidden;
  text-align: center;
  position: relative;
}
#bo_gall .gall_boxa a,
#bo_gall .gall_img .no_image,
#bo_gall .gall_img .is_notice {
  display: block;
}
#bo_gall .gall_boxa a .iconPs {
  font-style: normal;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
#bo_gall .gall_boxa a .icoNotice {
  display: inline-block;
  padding: 5px;
  background-color: #000;
  border-radius: 3px;
  color: #fff;
}
#bo_gall .gall_boxa a > img {
  display: block;
  width: 100% !important;
  min-width: 100%;
  height: auto !important;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
#bo_gall .gall_boxa a b {
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  color: #999;
  font-size: 12px;
  font-family: verdana;
  letter-spacing: 2px;
  font-weight: normal;
  width: 100%;
}
#bo_gall .gall_boxa .gall_info {
  font-style: normal;
  position: absolute;
  left: 0px;
  bottom: -50%;
  text-align: center;
  width: 100%;
  height: 20px;
  color: #fff;
  font-size: 0.92em;
  line-height: 20px;
  margin-top: -10px;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
#bo_gall .gall_boxa .gall_info strong {
  display: inline-block;
  margin: 0 0 0 10px;
}
#bo_gall .gall_boxa .gall_info i {
  font-size: 12px;
}
#bo_gall .gall_boxa .gall_info .gall_date {
  font-style: italic;
  display: inline-block;
  color: #fff;
}
#bo_gall .gall_boxa .gall_info u {
  display: block;
  color: #fff;
  text-decoration: none;
}
#bo_gall .gall_boxa .gall_info u .sv_member {
  color: #fff;
}
#bo_gall .gall_boxa a .imgAr {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #dfdfdf;
}
#bo_gall .gall_boxa a .imgAr img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

#bo_gall .gall_boxa a .youtube_img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  background: #333;
}
#bo_gall .gall_boxa a .youtube_img sup {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto 200%;
  background-position: center center;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
#bo_gall .gall_boxa a .youtube_img sub,
#bo_gall .gall_boxa a .youtube_img sub img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  filter: Alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}

.fa-youtube-play {
  font-size: 22px !important;
  vertical-align: middle;
}

#bo_gall .gall_text_href {
  padding: 15px 0;
  text-align: left;
}
#bo_gall .gall_text_href a {
  font-weight: 600;
  color: #000;
}
#bo_gall .gall_text_href img {
  margin: 0 0 0 4px;
}
#bo_gall .bo_tit {
  display: block;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
#bo_gall .bo_tit .cnt_cmt {
  background: #5c85c1;
  color: #fff;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  vertical-align: middle;
}
#bo_gall .profile_img img {
  border-radius: 50%;
}
#bo_gall .gall_name {
  margin: 10px;
}
#bo_gall .bo_cate_link {
  display: block;
  filter: Alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  text-align: center;
  font-size: 11px;
}
#bo_gall .gall_text_href a .date_line {
  color: #ababab;
  font-size: 16.5px;
  font-weight: 400;
  margin-top: 8px;
}
#bo_gall .gall_text_href a .iconPs {
  position: absolute;
  top: 20px;
  left: 15px;
}
.noDataArea {
  margin-bottom: 20px;
}

@media screen and (max-width: 1370px) {
  #bo_gall .bo_tit {
    font-size: 18.5px;
  }
  #bo_gall .gall_text_href a .date_line {
    font-size: 15.5px;
  }
}

@media screen and (max-width: 999px) {
  .gall_row .box_clear {
    clear: none;
  }
  .gall_row > li.col-gn-0,
  .gall_row > li.gallWST.col-gn-3,
  .gall_row > li.gallWST.col-gn-4,
  .gall_row > li.gallWST.col-gn-5,
  .gall_row > li.gallWST.col-gn-6,
  .gall_row > li.gallWST.col-gn-7,
  .gall_row > li.gallWST.col-gn-8,
  .gall_row > li.gallWST.col-gn-9,
  .gall_row > li.gallWST.col-gn-10 {
    width: 49% !important;
  }
  .gall_row > li.gallWST.col-gn-1,
  .gall_row > li.gallWST.col-gn-2 {
    width: 49% !important;
  }
  #bo_gall .bo_tit {
    font-size: 18px;
  }
  #bo_gall .gall_text_href {
    padding: 10px 0;
  }
  #bo_gall .gall_text_href a .date_line {
    font-size: 15px;
  }
  .gall_row > li.gallWST {
    margin-bottom: 35px;
  }
}

@media all and (max-width: 768px) {
  .gall_row > li.col-gn-0,
  .gall_row > li.gallWST.col-gn-3,
  .gall_row > li.gallWST.col-gn-4,
  .gall_row > li.gallWST.col-gn-5,
  .gall_row > li.gallWST.col-gn-6,
  .gall_row > li.gallWST.col-gn-7,
  .gall_row > li.gallWST.col-gn-8,
  .gall_row > li.gallWST.col-gn-9,
  .gall_row > li.gallWST.col-gn-10 {
    width: 49% !important;
  }
  .gall_row > li.gallWST.col-gn-1,
  .gall_row > li.gallWST.col-gn-2 {
    width: 100% !important;
  }
  #bo_gall .bo_tit {
    font-size: 17px;
  }
  #bo_gall .gall_text_href a .date_line {
    font-size: 14.5px;
  }
  .gall_row > li.gallWST {
    margin-bottom: 30px;
  }
  #bo_gall .gall_text_href a .date_line {
    margin-top: 6px;
  }
}

@media screen and (max-width: 640px) {
  .gall_row > li.col-gn-0,
  .gall_row > li.gallWST.col-gn-3,
  .gall_row > li.gallWST.col-gn-4,
  .gall_row > li.gallWST.col-gn-5,
  .gall_row > li.gallWST.col-gn-6,
  .gall_row > li.gallWST.col-gn-7,
  .gall_row > li.gallWST.col-gn-8,
  .gall_row > li.gallWST.col-gn-9,
  .gall_row > li.gallWST.col-gn-10 {
    width: 100% !important;
  }
  .gall_row > li.gallWST {
    margin-bottom: 25px;
  }
  #bo_gall .bo_tit {
    font-size: 16px;
  }
  #bo_gall .gall_text_href a .date_line {
    font-size: 14px;
  }
}
