@charset "utf-8";

/* 메인 갤러리 */
.bg_wrap {
  width: 100%;
  padding: 70px 10px 40px 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../basic/img/gal_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_wrap > .pic_lt {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
}

/* 새글 스킨 (latest) */
.pic_lt .lat_title {
  display: block;
  line-height: 45px;
  font-size: 1.2em;
  color: var(--base-color-white);
  margin-bottom: 30px;
}

.pic_lt .lat_title a {
  color: var(--base-color-white);
  display: inline-block;
  position: relative;
}

.galley_li {
  position: relative;
  overflow: hidden;
}

.lt_info {
  padding-left: 10px;
}

.lt_info_ga {
  display: flex;
  justify-content: space-between;
  color: var(--base-color-white);
  position: absolute;
  bottom: 15px;
}

.pic_lt ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pic_lt ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pic_lt li {
  width: 19.2%;
  border-radius: 15px;
  background-color: var(--base-color-white);
  margin-right: 1%;
  position: relative;
  height: 350px;
}
.pic_lt li .lt_img {
  display: block;
  height: 70%;
  width: 100%;
  overflow: hidden;
}
.pic_lt li .lt_img img,
.pic_lt li .lt_img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.1s linear;
}
.pic_lt li a {
  font-size: 16px;
  font-weight: 600;
}

.galley_li:last-child {
  margin: 0;
}

.galley_li a:nth-child(2) {
  margin: 15px 0;
  padding-left: 10px;
}

.galley_li:hover > a {
  color: var(--signature-color);
}
.galley_li:hover > a > img {
  transform: scale(1.05);
}
.pic_lt li .fa-heart {
  color: #ff0000;
}
.pic_lt li .fa-lock {
  display: inline-block;
  line-height: 14px;
  width: 16px;
  font-size: 0.833em;
  color: #4f818c;
  background: #cbe3e8;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid #cbe3e8;
  vertical-align: middle;
}
.pic_lt li .new_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #23db79;
  background: #b9ffda;
  text-align: center;
  border-radius: 2px;
  margin-left: 2px;
  font-weight: bold;
  vertical-align: middle;
}
.pic_lt li .hot_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #ff0000;
  background: #ffb9b9;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
}
.pic_lt li .fa-caret-right {
  color: #bbb;
}
.pic_lt li .fa-download {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #daae37;
  background: #ffefb9;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
}
.pic_lt li .fa-link {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #b451fd;
  background: #edd3fd;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
}

.pic_lt .profile_img img {
  border-radius: 50%;
}

.pic_lt .empty_li {
  line-height: 145px;
  color: #666;
  text-align: center;
  padding: 0;
}
.pic_lt .empty_li:before {
  background: none;
  padding: 0;
}

.pic_lt .lt_cmt {
  background: #e9eff5;
  color: #3a8afd;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 3px;
  vertical-align: middle;
}
.pic_lt .lt_more {
  position: absolute;
  top: 11px;
  right: 10px;
  display: block;
  width: 40px;
  line-height: 25px;
  color: var(--base-color-white);
  border-radius: 3px;
  text-align: center;
}
.pic_lt .lt_more:hover {
  color: var(--signature-color);
}

/* .lat ul {padding:10px 0} */
.lat li {
  position: relative;
  line-height: 18px;
  border-bottom: 1px solid #e5ecee;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lat li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.lat li a:hover {
  color: #3a8afd;
}
.lat li .fa-heart {
  color: #ff0000;
}
.lat li .fa-lock {
  display: inline-block;
  line-height: 14px;
  width: 16px;
  font-size: 0.833em;
  color: #4f818c;
  background: #cbe3e8;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid #cbe3e8;
  vertical-align: middle;
}
.lat li .new_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #23db79;
  background: #b9ffda;
  text-align: center;
  border-radius: 2px;
  margin-left: 2px;
  font-weight: bold;
  vertical-align: middle;
}
.lat li .hot_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #ff0000;
  background: #ffb9b9;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
}
.lat li .fa-caret-right {
  color: #bbb;
}
.lat li .fa-download {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #daae37;
  background: #ffefb9;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 10px;
}
.lat li .fa-link {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #b451fd;
  background: #edd3fd;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
}

.lat .profile_img img {
  border-radius: 50%;
}

.lat .empty_li {
  line-height: 145px;
  color: #666;
  text-align: center;
  padding: 0;
}
.lat .empty_li:before {
  background: none;
  padding: 0;
}

.lat .lt_cmt {
  background: #e9eff5;
  color: #3a8afd;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 5px;
}
.lat .lt_more {
  position: absolute;
  top: 11px;
  right: 10px;
  display: block;
  width: 55px;
  line-height: 25px;
  color: var(--signature-color-bg);
  border-radius: 3px;
  text-align: center;
}
.lat .lt_more:hover {
  color: var(--signature-color);
}

.notice_wrap {
  width: 100%;
}

.notice_wrap ul {
  display: flex;
}

.notice_wrap li {
  width: 16%;
  margin-right: 0.8%;
  flex-direction: column;
  padding: 20px;
}

.notice_wrap .lt_info {
  display: flex;
  flex-direction: column;
}

.notice_wrap .lt_info .lt_nick {
  margin: 0;
  font-size: 15px;
}

.notice_wrap .lt_info .lt_date {
  margin: 0;
  font-size: 14px;
}

.notice_wrap li:last-child {
  margin-right: 0;
}

.notice_wrap .lt_info {
  text-align: center;
}

.pic_wrap {
  margin: 100px;
  margin: 160px auto;
  width: 100%;
  max-width: 1600px;
  /* background: url(img/main_board_bg.jpg); */
}

@media all and (max-width: 1200px) {
  .pic_lt ul li {
    width: 24%;
    height: 300px;
  }

  .pic_lt ul li:last-child {
    display: none;
  }

  .bg_wrap {
    padding: 100px 10px 0px 10px;
  }
}

@media all and (max-width: 860px) {
  .pic_lt ul li {
    width: 49%;
    margin-bottom: 10px;
    height: 260px;
  }

  .pic_lt li .lt_img {
    height: 60%;
  }
}

@media all and (max-width: 620px) {
  .pic_lt ul li {
    width: 100%;
    margin-bottom: 20px;
    height: 260px;
  }
}
