@charset "utf-8";
/* 새글 스킨 (latest) */
.pic_lt{position:relative;margin-bottom:10px;overflow:hidden;}
.pic_lt .lat_title {display:block;background:#fcfcfc;padding:0 20px;line-height:35px;font-size:16px;color:#253dbe;}
.pic_lt .lat_title a{color:#253dbe;display:inline-block;position:relative}
.pic_lt .lat_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}
.pic_lt .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.pic_lt .lt_more:hover{color:#777}
.pic_lt ul:after {display:block;visibility:hidden;clear:both;content:""}
.pic_lt ul{}
.pic_lt li{float:left;width:100%;padding:0}
.pic_lt li .lt_img{margin:5px 0;display:block}
.pic_lt li .lt_img img{width:100%;height:auto}
.pic_lt li a:hover{color:#a22121}
.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 #a2c6ce}
.pic_lt li .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;}
.pic_lt li .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;}
.pic_lt li .fa-caret-right{color:#bbb}
.pic_lt .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;white-space: nowrap;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);}
.pic_lt .lt_date{display:block;margin-top:5px;color: #888;}


/* by False9 */

/* 슬라이더 레이아웃 */

.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper {
      width: 100%;
      height: 200px;
      margin-left: auto;
      margin-right: auto;
    }

	.swiper1{width:100%; height:65px !important; margin:0 auto;}

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper4 {
      height: 100%;
      width: 100%;
    }

    .mySwiper3 {
      height: 100%;
      box-sizing: border-box;
      padding: 10px 20px !important;
	  position:relative;
	  margin:0 auto;
    }
	

    .mySwiper3 .swiper-slide {
      width: 33% !important;
	  margin:0 5px;
      height: 100%;
      opacity: 0.5
    }

    .mySwiper3 .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


/* 게시물 레이아웃 */
.sw_tit {
    text-align: center;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap; 
    width: 100%;
    display: block;
	padding:0 5px;
	position:absolute; bottom:0; left:0;
	color:#fff; font-size:0.88em; line-height:30px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 30%, rgba(0,0,0,1) 100%);}
.sw_img {width:100%; height:200px;}
.sw_img_thumb{width:100%; height:45px; background-size:100%;}

.mySwiper3 .swiper-button-prev2,
.mySwiper3 .swiper-button-next2 {
  position: absolute !important;
  top:40% !important;4
  transform:translateY(-40%);
  margin-top:0px !important;
  width: 15px !important;
  height: 12px !important;
  z-index: 1000;
  cursor: pointer;
  -moz-background-size: 7px 12px;
  -webkit-background-size: 7px12px;
  background-size: 7px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.mySwiper3 .swiper-button-prev2,
.mySwiper3 .swiper-container-rtl .swiper-button-next2 {
  background-image: url("/images/swiper_prev.png");
  left: 0px;
  right: auto;
}

.mySwiper3 .swiper-button-next2,
.mySwiper3 .swiper-container-rtl .swiper-button-prev2 {
  background-image: url("/images/swiper_next.png");
  right: 0px;
  left: auto;
}

@media (max-width: 1024px){
.swiper {height: 100%;}
.swiper-slide {width:100% !important; }
.mySwiper3 {width:100% !important; height:100%; }
.mySwiper3 .swiper-wrapper {display:none;}
.mySwiper4 {width:100% !mportant;}
.mySwiper4 .swiper-slide {width:48% !important; margin:0 1%;}
.mySwiper4 .swiper-slide .sw_img{width:100% !important; background-size:cover; height:auto; min-height:360px;}
.mySwiper4 .sw_tit {font-size:1.13em; line-height:50px; padding:0 5px;}
.mySwiper3 .swiper-button-prev2, .mySwiper3 .swiper-button-next2 {width:30px !important; height:30px !important;}
.mySwiper3 .swiper-button-prev2, .mySwiper3 .swiper-container-rtl .swiper-button-next2 {background:#fff url("/images/swiper_prev.png") no-repeat center center; border:1px solid #ccc; right:45px; left: auto;}
.mySwiper3 .swiper-button-next2, .mySwiper3 .swiper-container-rtl .swiper-button-prev2 {background:#fff url("/images/swiper_next.png") no-repeat center center; border:1px solid #ccc; right: 10px; left: auto;}
}
@media (max-width: 768px){
.mySwiper4 .swiper-slide .sw_img{ min-height:276px;}
.mySwiper4 .sw_tit {font-size:1em;}
}
@media (max-width: 600px){
.mySwiper4 .swiper-slide .sw_img{ min-height:200px;}
}
@media (max-width: 420px){
.mySwiper4 .swiper-slide .sw_img{ min-height:150px;}
}