/* 상품설명 */
.item_list {border:1px solid #ddd;}
.item_list .dis-flx {display: flex;flex-wrap: wrap;flex-direction: row;}
.item_list .listbuild_image {min-width: 1px;max-width: 1000px;border: none;}
.item_list .center-align {align-items: center;display: flex;flex-direction: row;}
.item_list .width-150 {width: 150px;}
.item_list .margincenter {margin: 0 auto;}
.item_list .position-relative {position: relative;}

.item_list .flex-grow1 {flex-grow: 1;flex-basis: 0;}
.item_list .list_heading {margin-bottom:10px;}
.item_list .list_heading a {font-size: 20px;line-height: 27px;font-weight: bold;color:#000;}
.item_list .blockstyle {display: block;}

.item_list .rating-star-container {display: inline-block;width: 75px;height: 15px;background: url(/main_site/ssmoney/images/star.svg) repeat-x;background-size: 15px;}

.item_list .rating-star-container4 {display: inline-block;width: 75px;height: 15px;background: url(/main_site/ssmoney/images/nostar.svg) repeat-x;background-size: 15px;}


.rating-star .star, .rating-star .star .rating {
    display: inline-block;
    background-repeat: no-repeat;
    background: url(/main_site/ssmoney/images/img-star.png);
    overflow: hidden;
}
.rating-star {margin-bottom:8px;}
.rating-star .star {width: 70px;height: 17px;background-position: 0 -2px;}
.rating-star .star .rating {width: 100%; height: 17px;background-position: 0 -23px;text-indent: -9em;}
.rating-star .star .star4 {width: 90%; height: 17px;background-position: 0 -23px;text-indent: -9em;}

.total-price {font-size: 22px;line-height: 24px;color: #cb1400;font-weight: 700;}

.item_list .mr10 {margin-right: 10px !important;}
.item_list .greencolor {color: #009700;}
.item_list .listbuild_btn {min-width: 200px;}
.item_list .flex-justify-center {justify-content: center;}

.item_list .flex-center-align {align-items: center;display: flex;flex-direction: row;}

.item_list .priced_block {background:#00B0F0;border-radius: 5px;width: 100%;text-align: center;margin-top:30px;}
.item_list .priced_block:hover {background:#00A8E5;}
.item_list .priced_block a {color:#fff;font-weight: 500;padding: 13px 20px;display: block;}


.item_list .pad-tb15 {padding-top:20px; padding-bottom:20px;}
.item_list .pd-rl20 {padding-left:20px; padding-right:20px;}
.item_list .pd-r20 {padding-right:20px;}
.item_list .pd-l20 {padding-left:20px;}

.item_list_style2 .listbuild_image img {width:390px !important;}
.item_list_style2 .list_heading a {font-size: 24px;line-height: 28px;font-weight: bold;color:#000;}
.item_list_style2 .list_heading2 a {font-size: 20px;line-height: 22px;font-weight: bold;color:#000;padding-bottom: 15px;
    display: block;}
.item_list_style2 .total-price {font-size: 24px !important;line-height: 26px !important;color: #cb1400 !important;font-weight: 700;margin-bottom:8px;}
.item_list_style2 .total-price2 {font-size: 18px !important;line-height: 25px !important;color: #cb1400 !important;font-weight: 700;}
.bor-0 {border:0px;}
.g-info {padding:0 30px;display: flex;flex-direction: column;justify-content: center;}
.tab-font-12 {font-size: 14px;font-weight: 500;}

.discount .amount {text-decoration: line-through;color: #888;}








/* skin-i7 */
.trending-comment li {
    position: relative;
    padding-left: 120px;
    height: 120px;
}
.trending-comment li img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.skin_3h p {display:none;}
.four-slick .slick-arrow {display:none;}

.skin-m h4 {height:48px;}

.skin-m h4,
.roll4-2 h4,
.bg-w h4,
.skin-h2 h4 {font-size: 22px !important;font-weight: 500 !important;letter-spacing: -0.09em;}


.i7 h4 {position: absolute;top: 20%;}
.i7 p.category {display:none;}
.j6 h4 {color:#fff;}

.l3 h3 {font-size: 16px;
    height: calc(1em * 1.3 * 2);
    line-height: 1.3;
    font-weight: 300;
    color: #000;}

@media (max-width: 991px) {
	.post-carousel-wrap .post-content p {
		display:none;
	}
	
	.bor-all-1,
	.mob .bor-right,
	.mob .bor-left,
	.mob .bor-lr-1 {
		border:0px !important;
	}
	.mob .col-md-4 {
		padding-left:0px;
		padding-right:0px;
	}
	.m-r-1,
	.m-l-1 {
		margin:0px !important;
	}
	
}

.i5-1 {padding:0px !important;}
.i5-1 li img {width: 70px;height: 70px;border-radius: 50%;right: 0px;position: absolute;top: 0px;border: 1px solid #ddd;}
.i5-1 li {position: relative;padding-right: 85px;height: 70px;}
.i5-1 h4 {font-size: 16px !important;font-weight:400;padding-top: 14px;}
/* skin_a2*/
.post-carousel-wrap {
	position: relative;
	z-index: 1;
}
.post-carousel-wrap .post-nav {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.post-carousel-wrap:hover .post-nav {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}



.post-nav a.prev {
    border-color: transparent;
    background-color: #256dc1;
    color: #fff;
    margin-left: -20px;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
}
.post-nav a.next {
    border-color: transparent;
    background-color: #256dc1;
    color: #fff;
    margin-left: -20px;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
}

.post-nav .prev {
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid rgba(204,204,204,.4);
    background: transparent;
    color: #8a8a8a;
    font-size: 0;
    margin-right: 20px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.post-nav .next {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid rgba(204,204,204,.4);
    background: transparent;
    color: #8a8a8a;
    font-size: 0;
    margin-left: 20px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.post-carousel-wrap .post-nav .prev:before {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    line-height: inherit;
    font-size: 12px;
    content: "\f053";
    font-family: FontAwesome;
}
.post-carousel-wrap .post-nav .next:before {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    line-height: inherit;
    font-size: 12px;
    content: "\f054";
    font-family: FontAwesome;
}


/* video-carousel-wrap */
.video-carousel-wrap.bg-dark h5 {
    background: #2d2e30;
    height: 10px;
    margin: 0 0 23px;
}
.video-carousel-wrap.bg-dark h5 span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    background: #1d1e20;
    padding-right: 14px;
    letter-spacing: 0.06em;
    position: relative;
    top: -2px;
}
.bg-dark.allview h5 a {
    color: #777777;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    background: #1d1e20;
    padding-left: 14px;
    letter-spacing: 0.10em;
    position: relative;
    top: -1px;
    float: right;
}

.video-carousel-wrap.bg-dark .layout_2--item h4 {
	color:#fff;
}
.video-carousel-wrap .layout_2--item h4 {
	color:#1d1e20;
}



/* video-carousel-wrap bg-white */
.video-carousel-wrap.bg-white h5 {
    background: #f6f6f6;
    height: 10px;
    margin: 0 0 23px;
}
.video-carousel-wrap.bg-white h5 span {
    color: #1d1e20;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    background: #fff;
    padding-right: 14px;
    letter-spacing: 0.06em;
    position: relative;
    top: -2px;
	font-weight:600;
}
.bg-white.allview h5 a {
    color: #777777;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    background: #fff;
    padding-left: 14px;
    letter-spacing: -0.05em;
    position: relative;
    top: -1px;
    float: right;
	font-weight: 600;
}

.video-carousel-wrap.bg-white .layout_2--item h4 {
	color:#1d1e20 !important;
}
.video-carousel-wrap .layout_2--item h4 {
	color:#1d1e20;
}




.bg-white .slick-dots li.slick-active button {
	width: 8px;
	height: 8px;
	background: #da0000;
	padding: 0;
	border: none;
	border-radius: 50%;
	font-size: 0px;
}




/* skin_i1*/
hr.l0 {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #e8e8e8;
}

.line-b-1 {
	border-bottom:1px solid #e9e9e9;
}


ul.more-posts li:last-child {
    padding: 12px 0 1px;
}




@media (max-width: 767px) {
	.item_list .dis-flx {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    border: none;
	display: block !important;
}

}

@media (max-width: 499px) {
	.list_heading2 {padding-top:20px;}	
}
