/* CSS Document */
.board_list_gallery {
  padding: 40px 0 0;
  border-top: 2px solid #161616;
  border-bottom: 1px solid #cbcbcb;
  margin: 0 5%;
}

.board_list_gallery > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.board_list_gallery > ul > li {
  float: left;
  width: 33.3%;
  padding: 0 1% 8%;
}

.board_list_gallery .title {
  overflow: hidden;
  margin-top: 1em;
  padding: 0 1em;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.board_list_gallery .list_info {
  display: inline-block;
  margin-top: 7px;
}

.board_list_gallery .img_wrap {
  border: 1px solid #d3d3d3;
}

.img_wrap {
  padding-bottom: 71.6%;
}

#cate-list {
  padding-bottom: 30px;
}
#cate-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10%;
}
#cate-list ul li {
  width: 9em;
  margin-bottom: 0.7em;
}
#cate-list ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  height: 40px;
  line-height: 1;
  border: 1px solid #cbcbcb;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}
#cate-list ul li a:hover {
  border-color: #046c6f;
  color: #046c6f;
}
#cate-list ul li.select a {
  border-color: #046c6f;
  background: #046c6f;
  color: #fff;
}

.board_list_gallery.laser button {
  width: 100%;
}
.board_list_gallery.laser .img_wrap {
  padding-bottom: 0;
  width: 100%;
  line-height: 0;
}
.board_list_gallery.laser .img_wrap img {
  position: initial;
  width: 100%;
}
.board_list_gallery.laser .img_wrap svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.board_list_gallery.laser .img_wrap svg .st0 {
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
  d: path("M332.98,347.15h313.69V8.81C326.66,195.67,186.22,347.15,12.98,2257.15z");
}
.board_list_gallery.laser .img_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(/images/community/laser-cover.png) right bottom/100% auto no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.board_list_gallery.laser .img_wrap:hover::after {
  opacity: 1;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
.board_list_gallery.laser .img_wrap:hover svg .st0 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  d: path("M12.98,347.15h313.69V8.81C326.66,195.67,186.22,347.15,12.98,347.15z");
}
.board_list_gallery.laser .list_info {
  width: 100%;
}
.board_list_gallery.laser .list_info .desc {
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  float: none;
  word-break: keep-all;
}
.board_list_gallery.laser .eq-list li {
  margin-bottom: 50px;
}

.ls-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6666666667);
  opacity: 0;
  z-index: -1;
  padding: 150px 0 100px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ls-layer button {
  outline: none;
}
.ls-layer.active {
  opacity: 1;
  z-index: 99999;
}
.ls-layer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  position: relative;
  width: 80%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.ls-layer .txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 7%;
  text-align: left;
}
.ls-layer .txt .tit {
  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;
  line-height: 1.2;
  padding: 0 0 20px;
  border-bottom: 2px solid #333;
  margin-bottom: 40px;
}
.ls-layer .txt .tit strong {
  font-size: 20px;
  font-weight: normal;
  color: #000;
}
.ls-layer .txt .tit em {
  font-size: 16px;
  color: #979797;
}
.ls-layer .txt pre {
  white-space: pre-line;
  font-family: "Noto Sans KR", sans-serif;
  text-align: left;
  word-break: keep-all;
}
.ls-layer .txt .comment {
  line-height: 1.5;
}
.ls-layer .txt .comment p + p,
.ls-layer .txt .comment div + div {
  margin-top: 0.5em;
}
.ls-layer .txt .tag {
  padding-top: 2em;
  color: #046c6f;
}
.ls-layer .img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.ls-layer .img img {
  width: 100%;
}
.ls-layer button.x {
  position: absolute;
  top: -60px;
  left: calc(50% - 20px);
  background: none;
  border: 0;
  font-size: 0;
  outline: none;
  width: 40px;
  height: 40px;
}
.ls-layer button.x::before, .ls-layer button.x::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.ls-layer button.x::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ls-layer button.x::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.blind {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

.write_textarea {
  width: 100%;
}

#sub_visual.laser {
  background: url("/images/community/laser-visual.jpg") center no-repeat;
}

@media screen and (max-width: 600px) {
  .board_list_gallery > ul > li {
    width: 50%;
  }
  .board_list_gallery > ul > li:nth-child(even) {
    padding: 0 0 10% 2%;
  }
  .board_list_gallery > ul > li:nth-child(odd) {
    padding: 0 2% 10% 0;
  }
  #cate-list ul {
    padding: 0;
  }
  #cate-list ul li {
    width: 46%;
    min-width: 10em;
  }
  #cate-list ul a {
    width: 96%;
    height: 35px;
  }
}/*# sourceMappingURL=board.css.map */