@charset "utf-8";
/* »õ±Û ½ºÅ² (latest) */

.item .lt_img {}
.item .subject{color:#333;font-weight:bold}
.item .lt_date {display:none}

.item .lt_img img{opacity:1;border-radius:10px;}
.item .lt_img img:hover{opacity:1;}

.owl-dots{display:none}
.owl-theme i {font-size:20px}
.owl-theme .owl-nav {margin-top:0 !important}

/*
.owl-theme .owl-nav [class*='owl-']{background:#fff !important;opacity:0.7}
.owl-theme .owl-nav [class*='owl-']:hover {background:#00a2bf !important}
*/

.owl-nav .owl-prev{position: absolute;left: -42px;top: 40px;width: 78px;height: 74px;}
.owl-nav .owl-next{position: absolute;right: -42px;top: 40px;width: 78px;height: 74px;}

@media (max-width: 968px){

	.owl-nav .owl-prev{left: -22px;top:20px;}
	.owl-nav .owl-next{right: -22px;top:20px;}
	.owl-nav .owl-prev img{width: 56px;height: 54px;}
	.owl-nav .owl-next img{width: 56px;height: 54px;}

}

.flicking_title {line-height: 16px;font-size: 1.1em;font-weight:720;margin-bottom:12px;color:#333;margin-top:10px;letter-spacing:-0.5px;}
.flicking_contents {line-height: 16px;font-size: 0.92em;font-weight:400;color:#999;}

.custom_overlay {
    position:relative;
	text-align:center;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out}
 
.custom_overlay:hover{opacity:1}
.custom_overlay_inner {position:relative;top:50%;transform:translateY(-50%)}

/* º°Á¡ */
.star-ratings {float:left;position: relative;unicode-bidi: bidi-override;margin-top: 7px;margin-right:10px;}
.star-ratings span {color: #e2e2e2;}
.star-ratings-fill {padding: 0;  position: absolute;  z-index: 1;  display: flex;  top: 0;  left: 0;  overflow: hidden;  -webkit-text-fill-color: #6800d1;}
.star-ratings-base {z-index: 0; padding: 0; }
.star-ratings-base span i{font-size:1em !important;}
 .star-ratings-fill span i{font-size:1em !important;}
