@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 50px;
  padding: 0;
  padding-top: 35px;
  list-style: none;
  overflow: hidden;
  gap: 3%;
  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-top: -35px;
}
.gall_row > li.gallWST:nth-child(3n - 1) {
  margin-top: 75px;
}

.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: 48.5% !important;
}
.gall_row > li.gallWST.col-gn-3 {
  width: 31.3% !important;
}
.gall_row > li.gallWST.col-gn-4 {
  width: 22.75% !important;
}
.gall_row > li.gallWST.col-gn-5 {
  width: 17.6% !important;
}
.gall_row > li.gallWST.col-gn-6 {
  width: 14.16% !important;
}
.gall_row > li.gallWST.col-gn-7 {
  width: 11.71% !important;
}
.gall_row > li.gallWST.col-gn-8 {
  width: 9.875% !important;
}
.gall_row > li.gallWST.col-gn-9 {
  width: 8.44% !important;
}
.gall_row > li.gallWST.col-gn-10 {
  width: 7.3% !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 {
  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%;
  padding-bottom: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
#bo_gall .gall_boxa a .imgAr img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  --r: 35px;
  --s: 35px;
  border-radius: var(--r);
  --_m: /calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(
      #000 68%,
      #0000 70%
    ) no-repeat;
  object-fit: cover;
  mask: right 0 bottom calc(var(--s) + var(--r)) var(--_m),
    right calc(var(--s) + var(--r)) bottom 0 var(--_m),
    radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px))
      calc(-1 * var(--r)) calc(-1 * var(--r)) no-repeat,
    conic-gradient(
      from 90deg at calc(100% - var(--s) - 2 * var(--r))
        calc(100% - var(--s) - 2 * var(--r)),
      #0000 25%,
      #000 0
    );
}
#bo_gall .gall_boxa a .imgAr .story_arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  background: url(../../../img/story_icon.svg) no-repeat center center;
  background-size: 48px auto;
}
#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;
}
#bo_gall .gall_box:hover .gall_boxa a .youtube_img sup {
  background-size: auto 220%;
  filter: Alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

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

#bo_gall .gall_text_href {
  padding: 13px 0;
  text-align: left;
}
#bo_gall .gall_text_href a {
  color: #000;
}
#bo_gall .gall_text_href img {
  margin: 0 0 0 4px;
}
#bo_gall .bo_tit {
  display: block;
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
#bo_gall .gall_text_href a .g_subject {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  -webkit-box-orient: vertical;
}
#bo_gall .gall_text_href a .g_subject .iconPs {
  position: absolute;
  top: 20px;
  left: 15px;
}
#bo_gall .gall_text_href a .date_line {
  color: #ababab;
  font-size: 16.5px;
  font-weight: 400;
  margin-top: 11px;
}
#bo_gall .bo_tit .cnt_cmt {
  background: #5c85c1;
  color: #000;
  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;
}

.noDataArea {
  margin-bottom: 20px;
}

@media screen and (max-width: 1370px) {
  #bo_gall .bo_tit {
    font-size: 19px;
  }
}

@media screen and (max-width: 1100px) {
  #bo_gall .bo_tit {
    font-size: 18px;
  }
  #bo_gall .gall_text_href a .date_line {
    font-size: 15px;
    margin-top: 8px;
  }
  #bo_gall .gall_boxa a .imgAr img {
    --r: 30px;
    --s: 28px;
  }
  #bo_gall .gall_boxa a .imgAr .story_arrow {
    width: 58px;
    height: 58px;
    background-size: 43px auto;
  }
  .gall_row > li.gallWST:nth-child(3n - 1) {
    margin-top: 50px;
  }
}

@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: 48.5% !important;
  }
  .gall_row > li.gallWST.col-gn-1,
  .gall_row > li.gallWST.col-gn-2 {
    width: 48.5% !important;
  }
  .gall_row > li.gallWST {
    margin-top: 0;
  }
  .gall_row > li.gallWST:nth-child(3n - 1) {
    margin-top: 0;
  }
  .gall_row > li.gallWST:nth-child(2n) {
    margin-top: 75px;
  }
  #bo_gall #gall_ul {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #bo_gall .gall_boxa a .imgAr img {
    --r: 27px;
    --s: 26px;
  }
  #bo_gall .gall_boxa a .imgAr .story_arrow {
    width: 50px;
    height: 50px;
    background-size: 40px auto;
  }
  .gall_row > li.gallWST:nth-child(2n) {
    margin-top: 40px;
  }
  #bo_gall .gall_text_href a .g_subject {
    font-size: 17px;
  }
  #bo_gall .gall_text_href a .date_line {
    font-size: 14px;
    margin-top: 7px;
  }
}

@media all 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.col-gn-1,
  .gall_row > li.gallWST.col-gn-2 {
    width: 100% !important;
  }
  .gall_row > li.gallWST {
    margin-bottom: 30px;
  }
  .gall_row > li.gallWST:last-child {
    margin-bottom: 0;
  }
  #bo_gall #gall_ul {
    margin: 0;
  }
  .gall_row > li.gallWST:nth-child(2n) {
    margin-top: 0;
  }
}
