@charset "utf-8";
/* 상단 공통 */
#page_title .page_title_in h2,
.leftMenuUseFlase .subTopLocNav,
#ctWrap h2.contentTitle {
  display: none;
}
#page_title .page_title_in {
  height: 400px;
}
#ctWrap {
  padding-top: 120px;
}
#bo_cate ul {
  text-align: initial;
}
.boardTitleWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 100px 132px 90px;
}
.boardTitleChip {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--mono-06);
  padding: 15px 20px;
  border: 1px solid var(--mono-06);
  border-radius: 4px;
}
.boardTitleMain {
  font-size: 60px;
  font-weight: 700;
  color: var(--mono-06);
}
#bo_cate {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
#bo_cate ul {
  display: flex;
  align-items: center;
  gap: 28px;
}
#bo_cate li {
  padding: 0;
}
#bo_cate a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 42px;
  font-size: 18px;
  border: none !important;
  background: none !important;
  color: var(--mono-05);
}
#bo_cate #bo_cate_on {
  color: var(--main-01);
}
#bo_btn_top {
  padding: 15px 0;
}

/* intro growth */
.introNav {
  position: absolute;
  top: 555px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--mono-04);
}
.introNavTitle {
  font-size: 20px;
  color: var(--mono-06);
}
.introNavLinkWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.introNavLink {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--mono-06);
  padding: 8px 36px;
  background: #fff;
  border: 1px solid var(--mono-06);
  border-radius: 30px;
  height: 52px;
}
.introNavLink:hover,
.introNavLink.active {
  color: #fff;
  background: var(--mono-06);
}

/* 게시판 목록 */
#bo_gallWst {
  margin-bottom: 20px;
  padding: 0 132px;
  overflow: hidden;
}
#bo_gallWst h2 {
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_gallWst #gall_ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#bo_gallWst .gall_box {
  position: relative;
  margin: 0;
  overflow: hidden;
}
#bo_gallWst .gall_li .gall_chk {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  z-index: 1;
}

.gall_row > li.gallWST {
  position: relative;
  margin-left: -0.03em;
  padding: 10px;
}

.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: 50% !important;
}
.gall_row > li.gallWST.col-gn-3 {
  width: 33.33333333% !important;
}
.gall_row > li.gallWST.col-gn-4 {
  width: 25% !important;
}
.gall_row > li.gallWST.col-gn-5 {
  width: 20% !important;
}
.gall_row > li.gallWST.col-gn-6 {
  width: 16.66666667% !important;
}
.gall_row > li.gallWST.col-gn-7 {
  width: 14.28571428% !important;
}
.gall_row > li.gallWST.col-gn-8 {
  width: 12.5% !important;
}
.gall_row > li.gallWST.col-gn-9 {
  width: 11.11111111% !important;
}
.gall_row > li.gallWST.col-gn-10 {
  width: 10% !important;
}

#bo_gallWst .gall_now .gall_text_href a {
  color: #999;
}

#bo_gallWst .gall_href a:link,
#bo_gallWst .gall_href a:focus,
#bo_gallWst .gall_href a:hover {
  text-decoration: none;
}
#bo_gallWst .gall_boxa {
  overflow: hidden;
  text-align: center;
  position: relative;
  margin: 0px;
  border-radius: 4px;
}
#bo_gallWst .gall_boxa a,
#bo_gallWst .gall_img .no_image,
#bo_gallWst .gall_img .is_notice {
  display: block;
}
#bo_gallWst .gall_boxa a .iconPs {
  font-style: normal;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
#bo_gallWst .gall_boxa a .icoNotice {
  display: inline-block;
  padding: 5px;
  background-color: #000;
  border-radius: 3px;
  color: #fff;
}
#bo_gallWst .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_gallWst .gall_boxa a b {
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  color: #999;
  font-size: 30px;
  font-family: verdana;
  letter-spacing: 2px;
  font-weight: normal;
  width: 100%;
}
#bo_gallWst .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_gallWst .gall_boxa .gall_info strong {
  display: inline-block;
  margin: 0 0 0 10px;
}
#bo_gallWst .gall_boxa .gall_info i {
  font-size: 12px;
}
#bo_gallWst .gall_boxa .gall_info .gall_date {
  font-style: italic;
  display: inline-block;
  color: #fff;
}
#bo_gallWst .gall_boxa .gall_info u {
  display: block;
  color: #fff;
  text-decoration: none;
}
#bo_gallWst .gall_boxa .gall_info u .sv_member {
  color: #fff;
}
#bo_gallWst .gall_boxa a .imgAr {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
}
#bo_gallWst .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;
  border-radius: 4px;
}

#bo_gallWst .gall_boxa a .youtube_img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  background: #333;
  border-radius: 4px;
}
#bo_gallWst .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: cover;
  background-position: center center;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
#bo_gallWst .gall_boxa a .youtube_img sub,
#bo_gallWst .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_gallWst .gall_boxa:hover a .youtube_img sup {
  transform: scale(1.1);
}

#bo_gallWst .gall_boxa:hover a .imgAr img {
  transform: scale(1.1);
  border-radius: 4px;
}

.fa-youtube-play {
  font-size: 22px !important;
  vertical-align: middle;
}

#bo_gallWst .gall_text_href {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px 0 40px;
}
#bo_gallWst .gall_text_href a {
  font-weight: 400;
  color: #1b1b1b;
}
#bo_gallWst .gall_text_href img {
  margin: 0 0 0 4px;
}
#bo_gallWst .bo_tit {
  display: block;
  font-weight: 400;
  color: #1b1b1b;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bo_gallWst .bo_tit:hover {
  color: var(--main-01);
}
#bo_gallWst .bo_tit .cnt_cmt {
  background: #000;
  color: #78af65;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  padding: 1px 5px;
  border-radius: 3px;
  vertical-align: middle;
}
#bo_gallWst .profile_img img {
  border-radius: 50%;
}
#bo_gallWst .gall_name {
  margin: 10px;
}
#bo_gallWst .bo_cate_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 10px;
  border-radius: 4px;
  background: #ebebeb;
  min-width: 72px;
  height: 27px;
}

.noDataArea {
  margin-bottom: 20px;
}

/* 조회페이지 */
#bo_v {
  margin-top: 100px;
  padding: 0 132px;
}
#bo_v header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--mono-04);
  margin-bottom: 40px;
}
#bo_v header #bo_v_title {
  display: flex;
  align-items: center;
  gap: 20px;
}
#bo_v header .if_date {
  font-size: 16px;
  font-weight: 300;
  color: var(--mono-05);
}
#bo_v_title .bo_v_cate {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-width: 100px;
  height: 53px;
  font-size: 15px;
  font-weight: 400;
  color: var(--mono-06);
  background: none;
  border: 1px solid var(--mono-06);
}
#bo_v_title .bo_v_tit {
  margin: 0;
}
#bo_v_top {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid var(--mono-04);
}
.listBtnArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}
.listBtnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.listBtnWrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  min-width: 40px;
  height: 40px;
  border: 1px solid var(--mono-06);
  border-radius: 4px;
}
.listBtnWrap .btn:hover {
  background: #f4f4f4;
}
.listBtnWrap .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listBtnWrap .btnList {
  font-size: 15px;
  padding: 0 24px;
}
#bo_v_con {
}

/* 페이지 버튼 */
.pg_wrap {
  padding: 0 132px;
  text-align: initial;
}

@media all and (max-width: 1310px) {
  .boardTitleChip {
    font-size: 12px;
    padding: 7px 12px;
  }
  .boardTitleMain {
    font-size: 36px;
  }
}

@media all and (max-width: 1100px) {
  .boardTitleWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 151px 132px 50px;
  }
  .boardTitleChip {
    font-size: 12px;
    padding: 3px 8px;
  }
  .boardTitleMain {
    font-size: 28px;
    font-weight: 500;
  }
}

@media all and (max-width: 980px) {
  #container {
    padding: 0 !important;
  }
  #page_title .page_title_in {
    height: 180px;
  }
  .introNav {
    top: 268px;
    padding-bottom: 28px;
  }
  .introNavTitle {
    display: none;
  }
  .introNavLink {
    font-size: 12px;
    padding: 8px 26px;
    height: 44px;
  }
  .boardTitleWrap {
    padding: 151px 30px 50px;
  }
  br.pc {
    display: none;
  }

  #bo_gallWst {
    padding: 0 25px;
  }
  #bo_cate ul {
    justify-content: center;
    gap: 10px;
  }
  #bo_cate a {
    font-size: 15px;
    font-weight: 300;
    min-width: 80px;
    color: var(--mono-04);
  }
  #bo_sch {
    display: none;
  }

  #bo_gallWst .gall_boxa a .imgAr img {
    height: 100% !important;
  }
  .gall_row > li.gallWST {
    padding: 5px;
  }
  .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: 50% !important;
  }
  .gall_row > li.gallWST.col-gn-1,
  .gall_row > li.gallWST.col-gn-2 {
    width: 100% !important;
  }

  #bo_gallWst .bo_cate_link {
    font-size: 12px;
    padding: 6px 18px;
    min-width: 60px;
  }
  #bo_gallWst .bo_tit {
    font-size: 14px;
    width: 100%;
  }
  #bo_gallWst .gall_text_href {
    padding: 14px 0 30px;
  }
  .pg_wrap {
    margin-top: 0;
    margin-bottom: 150px;
  }
  .pg {
    justify-content: center;
  }

  #bo_v {
    margin-top: 150px;
    padding: 0 30px;
  }
  #bo_v header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
  }
  #bo_v header #bo_v_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  #bo_v_title .bo_v_cate {
    font-size: 12px;
    padding: 0 8px;
    height: auto;
    min-width: auto;
  }
  #bo_v_title .bo_v_tit {
    font-size: 22px;
  }
  #bo_v header .if_date {
    font-size: 12px;
  }

  #bo_w {
    padding: 0 30px;
  }
}
