@charset "utf-8";

/* 새글 스킨 (latest) */
.swiper-navigation-por {
  position: relative;
  width: 100%;
  text-align: center;
}
.swiper-navigation-por .lat_title {
  display: block;
  line-height: 45px;
  font-size: 3.2em;
}
.swiper-navigation-por .lat_title a {
  color: #000;
  display: inline-block;
  position: relative;
}
.swiper-navigation-por .lat_so_title {
  font-size: 24px;
  color: #7f7f7f;
  padding: 20px 0 40px;
  word-break: keep-all;
}
.swiper-navigation-por button {
  font-size: 60px;
  /* background-color: #1eb38e; */
  padding: 7px 100px;
  /* color: #fff; */
}
/*.swiper-navigation-por .por-prev {
  position: absolute;
  top: 0;
  left: 10px;
}
.swiper-navigation-por .por-next {
  position: absolute;
  top: 0;
  right: 10px;
}*/
.por-next.swiper-button-disabled,
.por-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  /* color: rgba(255, 255, 255, 0.55); */
  color: rgba(0, 0, 0, 0.3);
}

.swiper-portfolio {
  /*max-width: 1400px;*/
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 auto;
}
.swiper-portfolio .lt_more {
  position: absolute;
  top: 64px;
  left: 0;
  display: block;
  width: 25px;
  line-height: 25px;
  color: #aaa;
  border-radius: 3px;
  text-align: center;
}
.swiper-portfolio .lt_more:hover {
  color: #777;
}
.swiper-portfolio ul {
  width: 100%;
}
.swiper-portfolio ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.swiper-portfolio li {
  float: left;
  width: 25%;
  /* box-shadow: 10px 10px 10px #ddd; */
}
.swiper-portfolio li.galley_li:nth-child(4n + 1) {
  clear: both !important;
}
.swiper-portfolio li .lt_img {
  display: block;
  position: relative;
}
.swiper-portfolio li .lt_img img,
.swiper-portfolio li .lt_img video {
  width: 100%;
  height: auto;
}
.swiper-portfolio li a:hover {
  color: #0075b7;
}
.swiper-portfolio li .fa-heart {
  color: #ff0000;
}
.swiper-portfolio 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;
}
.swiper-portfolio 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;
}
.swiper-portfolio 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;
}
.swiper-portfolio li .fa-caret-right {
  color: #bbb;
}
.swiper-portfolio 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;
}
.swiper-portfolio 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;
}

.swiper-portfolio .profile_img img {
  border-radius: 50%;
}

.lt_info {
  padding: 20px;
  background-color: #fff;
  width: 80%;
  height: 200px;
  margin: 0 auto;
  position: relative;
  top: -110px;
  border-radius: 10px;
  box-shadow: 0px 7px 5px #ddd;
}
.lt_info .lt_sub {
  font-size: 26px;
  font-weight: 500;
  height: 36px;
  text-align: center;
  margin-top: 30px;
  color: #21ae58;
  word-break: keep-all;
}
.lt_info .lt_con {
  color: #888;
  font-size: 16px;
  padding-top: 30px;
  height: 108px;
}
.lt_info .lt_nick {
  color: #888;
}
.lt_info .lt_date {
  color: #888;
}
.lt_info .lt_date2 {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
  color: #333;
}
.lt_info .por-prev {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  font-size: 50px;
}
.lt_info .por-next {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-size: 50px;
}

.swiper-portfolio .empty_li {
  line-height: 145px;
  color: #666;
  text-align: center;
  padding: 0;
}
.swiper-portfolio .empty_li:before {
  background: none;
  padding: 0;
}

.swiper-portfolio .lt_cmt {
  background: #e9eff5;
  color: #3a8afd;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 3px;
  vertical-align: middle;
}
.swiper-portfolio .lt_more {
  position: absolute;
  top: 11px;
  right: 0;
  display: block;
  width: 40px;
  line-height: 25px;
  color: #3a8afd;
  border-radius: 3px;
  text-align: center;
}
.swiper-portfolio .lt_more:hover {
  color: #777;
}

.por-pagination {
  width: 100%;
  text-align: center;
}
.por-pagination .swiper-pagination-bullet {
  background: #7f7f7f;
}
.por-pagination .swiper-pagination-bullet-active {
  background: #1eb38e;
}

@media screen and (max-width: 1024px) {
  .lt_info {
    height: 170px;
    top: -90px;
  }
  .lt_info .lt_sub {
    font-size: 20px;
  }
  .lt_info .lt_date2 {
    font-size: 16px;
    margin-top: 24px;
  }
  .lt_info .por-prev {
    font-size: 36px;
  }
  .lt_info .por-next {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-navigation-por {
    position: relative;
    width: 100%;
    padding-left: 0;
  }
  .swiper-navigation-por .lat_title {
    text-align: center;
  }
  .swiper-navigation-por .lat_so_title {
    text-align: center;
    padding: 20px 0;
  }
  .lt_info {
    height: 130px;
    top: -69px;
  }
  .lt_info .lt_sub {
    margin-top: 16px;
  }
  .lt_info .lt_date2 {
    margin-top: 14px;
  }
  .lt_info .por-prev {
    display: none;
    font-size: 30px;
  }
  .lt_info .por-next {
    display: none;
    font-size: 30px;
  }
  .swiper-navigation-por button {
    margin-top: 0;
  }
  /*.swiper-navigation-por .por-prev {
    position: absolute;
    top: 0;
    left: 10px;
  }
  .swiper-navigation-por .por-next {
    position: absolute;
    top: 0;
    right: 10px;
  }*/
  .swiper-portfolio {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .swiper-navigation-por .lat_title {
    font-size: 2em;
  }
  .swiper-navigation-por .lat_so_title {
    font-size: 20px;
    padding: 10px 0 20px;
  }
  .swiper-navigation-por button {
    font-size: 20px;
  }
  .lt_info {
    height: 90px;
    top: -24px;
  }
  .lt_info .lt_sub {
    font-size: 16px;
    margin-top: -5px;
  }
  .lt_info .lt_date2 {
    font-size: 12px;
  }
}
