@charset "utf-8";

.nanum-product-slider { overflow:hidden; position:relative; width:100%; line-height:20px; }
.nanum-product-slider .txt-normal { letter-spacing:0; }
.nanum-product-slider .txt-short { letter-spacing:-1px; padding-right:1px; }
.nanum-product-slider .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.nanum-product-slider .post-none { padding:50px 10px; text-align:center; color:#888; }
.nanum-product-slider .post-image { position:relative; overflow:hidden; border:1px solid #ddd; }
.nanum-product-slider .post-content { padding: 15px 20px; border: 1px solid #ddd; border-top: 0px;overflow:hidden; }
.nanum-product-slider .post-caname { font-size:20px; line-height:45px; text-align:center; color:#333; font-weight: 700; }
.nanum-product-slider .post-subject {  font-size:18px; line-height:24px; text-align:center; color:#555; font-weight: 300; overflow:hidden; }
.nanum-product-slider .post-text {  font-size:15px; line-height:20px; color:#666; word-break: keep-all; text-align: center; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical; }
.nanum-product-slider .post-sp { color:#ccc; margin:0px 4px; }
.nanum-product-slider .line { width:1px; height:16px; background:#e60012; margin: 20px auto; }

.nanum-product-slider .post-content:hover { background:#555; }
.nanum-product-slider .post-content:hover .post-caname,
.nanum-product-slider .post-content:hover .post-subject,
.nanum-product-slider .post-content:hover .post-text { color:#fff; }

.nanum-product-slider .owl-carousel .owl-wrapper-outer { width: 99%; }
.nanum-product-slider .owl-carousel .owl-controls .owl-buttons div { position:absolute; background-color: #fff; width: 90px; height: 40px; top:50%; margin-top: -65px; text-align: center; line-height: 30px; border: 1px solid #ddd; z-index:1; }

/* Styling Pagination*/
.nanum-product-slider .owl-controls .owl-pagination {
	position: relative;
    left: 0;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 1;
    margin-top: 40px;
}
.nanum-product-slider .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.nanum-product-slider .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ccc;
    transition: all 0.3s ease-in-out;
}

.nanum-product-slider .owl-controls .owl-page.active span,
.nanum-product-slider .owl-controls.clickable .owl-page:hover span {
	background: #e60012;
    transition: all 0.3s ease-in-out;
}

