section.inner{
}
.skin_10 {
	background: #ffffff;
}
.skin_10 .inner .best{
	padding-top:30px;
	margin-bottom:50px;
}

.skin_10 .inner .best .content-title{
	position:relative;
}

.skin_10 .inner .best .content-title:before,
.skin_10 .inner .best .content-title:after{content:"";display:block;clear:both}

.skin_10 .inner .best .content-title .best-title{
	margin-bottom:40px;
	text-align: center;
}

.skin_10 .inner .best .content-title .best-title h2{
	line-height: 40px;
	font-size: 22px;
	max-width: inherit;
	letter-spacing: -2px;
	font-weight: 900;
	display: inline-block;
	background: #ffffff;
	position: relative;
	z-index: 2;
	padding: 0 20px;
	margin-bottom: 0px;
}


.skin_10 .inner .best .content-title a{
	position:absolute;
	right:0;
	top:0;
	z-index:6;
	display:inline-block;
	line-height:40px;
	font-size:15px;
	color:#fff;
	padding:0px 20px;
	border-radius:20px;
	background-color:#528858;
}

.skin_10 .inner .best .content-title a:hover{
	background-color:#294930;
}

.skin_10 .inner .best-product{
}

.skin_10 .inner .best-product ul{
	overflow:hidden;
}

.skin_10 .inner .best-product ul li{
	width: calc(20% - 30px);
	height: auto;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
	position: relative;
}



.skin_10 .inner .best-product ul li .best-order h3{
	font-size: 30px;
	margin-bottom: -15px;
	color: #ffffff;
	text-shadow:
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;  
	
	
	font-weight: 900;
	position: relative;
	z-index: 2;
}

.skin_10 .inner .best-product ul li .best-order span.best-line{
	padding:2px 11px;
	background-color:#528858;
	display:inline-block;
	margin-bottom:5px;
	display:none;
}

.skin_10 .inner .best-product ul li .best-img{
	position:relative;
	cursor:pointer;
	margin-bottom:10px;
}

.skin_10 .inner .best-product ul li .best-img img{
	width:100%;
}

.skin_10 .inner .best-product ul li .best-img:hover img.item-image-hover{
	opacity:1;
}

.skin_10 .inner .best-product ul li .best-img img.item-image-hover{
	position:absolute;
	left:0;
	bottom:0;
	opacity:0;
	transition:opacity 0.2s linear;
	background:#fff;
}

.skin_10 .inner .best-product ul li .wish_list{
	position:relative;
}

.skin_10 .inner .best-product ul li .wish_list span{
	padding:7px 10px 5px 9px;
	border-radius:100px;
	border:1px solid #E2E2E2;
	box-sizing:border-box;
	position:absolute;
	bottom:15px;
	right:5px;
	margin-right:0px;
	cursor:pointer;
}

.skin_10 .inner .best-product ul li .wish_list span.active{
	background-color: rgba(255, 255, 255, 0.5 );
}

.skin_10 .inner .best-product ul li .wish_list span i.noactive{
	color:#AAAAAA;
}

.skin_10 .inner .best-product ul li .wish_list span i.active{
	color:#528858;
}

.skin_10 .inner .best-product ul li .best-txt{
	height:100px;
}

.skin_10 .inner .best-product ul li .best-txt p.best-subject{
	margin-bottom:5px;
	font-size: 12px;
	letter-spacing: 0;
	color: #666666;
	font-weight: 700;
}

.skin_10 .inner .best-product ul li .best-txt p.best-name{
	margin-bottom:10px;
	cursor:pointer;
	overflow:hidden;
	font-size: 15px;
	color: #000000;
	height:23px;
}
html[lang="ko"] .skin_10 .inner .best-product ul li .best-txt p.best-name{letter-spacing:-1px}

.skin_10 .inner .best-product ul li .best-txt span.sales{
	float: right;
	color: #F72F00;
	background: inherit;
	padding: 0px 0;
	font-size: 18px;
	border-radius: 4px;
}

.skin_10 .inner .best-product ul li .best-txt span i{
	padding:0 5px;
	font-size:14px;
	color:#b9a8a4;
	display: none;
}

.skin_10 .inner .best-product ul li .best-txt span del{
	color: #666666;
	font-size: 12px;
	font-weight: 400;
	margin-right: 5px;
}

.skin_10 .inner .best-product ul li span{
	float:left;
	letter-spacing: -.5px;
	color: #000000;
	font-weight: 900;
	font-size: 16px;
}

.skin_10 .inner .more{
	text-align:center;
}

.skin_10 .inner .more a{
	color:#528858;
	padding:10px 40px;
	border:1px solid #528858;
	border-radius:30px;
	cursor:pointer;
	display:inline-block;
}

.skin_10 .inner .more a:hover{
	background-color:#528858;
	color:#fff;
}

.skin_10 .inner .best-product ul.showing{
	display:none;
}

@media screen and (max-width:1199px){
	.skin_10 section.inner{width:1000px;}
	.skin_10 .inner .best-product ul li{width:23.8%;margin-right:1.6%;margin-bottom:30px;}
}

@media screen and (max-width:991px){
	.skin_10 section.inner{width:720px;}
	.skin_10 .inner .best-product ul li{width: 48%;margin-right: 4%;height:100%;}
	.skin_10 .inner .best-product ul li:nth-child(2n+0){margin-right:0%;}
	.skin_10 .inner .best .best-product .best-txt{max-height:100px;}
	.skin_10 .inner .best .best-product .best-txt p{font-size:14px;}
	.skin_10 .inner .best .best-product .best-txt > span{font-size:15px;}
	.skin_10 .inner .best-product ul li .best-txt span del{font-size:14px;}
}

@media screen and (max-width:767px){
	.skin_10 section.inner{width:100%;}
}


@media screen and (min-width:992px){
	.skin_10 .inner .best-product ul li:nth-child(5n+0){
		margin-right:0px;
	}
	.skin_10 .inner .best .content-title .best-title{
		height:40px;
	}
	.skin_10 .inner .best .content-title .best-title h2{
		/* position:absolute; */
		left:0;
		z-index:2;
		/* background:#f7f7f7; */
		line-height:40px;
		font-size:25px;
		padding-right:15px;
		max-width: 75%;
		display: inline-block;
		background: #ffffff;
		position: relative;
		padding: 0px 20px;
		font-weight: 900;
	}

	
}

.skin_10 .inner .best .content-title .best-title::after{
	content:'';
	display:inline-block;
	height:1px;
	width:100%;
	background: #aaaaaa;
	position:absolute;
	top:50%;
	left:0;
	z-index:1;
}

/*--------------------------------------------------evindex.10.skin--------------------------------------------------------*/



.skin_20.wrapper{margin-bottom:40px;}
.skin_20.wrapper:after{content:"";display:block;clear:both;}
.skin_20 .inner .dog-content{
	padding-top:70px;
	overflow:hidden;
	margin-bottom: 40px;
}

.skin_20 .inner .dog-content .dog-title{
	margin-bottom:40px;
	height:40px;
	position:relative;
	text-align:center;
}


.skin_20 .inner .dog-content .dog-product{
	overflow:hidden;
}

.skin_20 .inner .dog-content .dog-product ul{
	margin-left: -10px;
	margin-right: -10px;
}

.skin_20 .inner .dog-content .dog-product ul li{
	width:50%;
	padding:0 10px;
	float:left;
	position:relative;
}
.skin_20 .inner .dog-content .dog-product ul li:last-child{
	display:none;
}

.skin_20 .inner .dog-content .dog-product ul li:nth-child(3n+0){
	margin-right:0px;
}

.skin_20 .inner .dog-content .dog-product ul li .dog-img{
	margin-bottom:10px;	
	position:relative;
	cursor:pointer;
}

.skin_20 .inner .dog-content .dog-product ul li .dog-img:hover img.item-image-hover{
	opacity:1;
}

.skin_20 .inner .dog-content .dog-product ul li .dog-img img.item-image-hover{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:opacity 0.2s linear;
	background: #fff;
}

.skin_20 .inner .dog-content .dog-product ul li .dog-img img{
	width:100%;
}

.skin_20 .inner .dog-content .dog-product ul li .wish_list{
	position:relative;
}


.skin_20 .inner .dog-content .dog-product ul li .wish_list span{
	padding: 7px 10px 5px 9px;
	border-radius: 100px;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
	position: absolute;
	bottom:15px;
	right:5px;
	cursor: pointer;
}

.skin_20 .inner .dog-content .dog-product ul li .wish_list span.active{
	background-color: rgba(255, 255, 255, 0.5 );
}

.skin_20 .inner .dog-content .dog-product ul li .wish_list span i.noactive{
	color:#AAAAAA;
}

.skin_20 .inner .dog-content .dog-product ul li .wish_list span i.active{
	color:#528858;
}

.skin_20 .inner .dog-content .dog-product ul li .dog-txt{
	height:100px;
	max-width:100%;
}

.skin_20 .inner .dog-content .dog-product ul li .dog-txt h3{
	margin-bottom:5px;
	font-size:11px;
}

.skin_20 .inner .dog-content .dog-product ul li .dog-txt p{
	margin-bottom: 5px;
	overflow: hidden;
	cursor: pointer;
	height: 37px;
	line-height: 1.2;
	margin-top: 10px;
}

.skin_20 .inner .dog-content .dog-product ul li .dog-txt span{
	float:left;
	font-size:13px;
	margin-right:5px;
}

.skin_20 .inner .dog-content .dog-product ul li .dog-txt span del{
	font-size:13px;
	color:#b9a8a4;
}

.skin_20 .inner .dog-content .dog-product ul li .dog-txt span i{
	padding:0 3px;
	color:#b9a8a4;
	font-size:11px;
}

.skin_20 .inner .dog-content .dog-product ul li .dog-txt span.sale{
	float: right;
	color: #F72F00;
	background: #fdeeee;
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 4px;
}

.skin_20 .inner .dog-content .model{
}

.skin_20 .inner .dog-content .model .model-content .model-title{
	border:1px solid #dcdcdc;
	box-sizing:border-box;
	margin-top:15px;
	margin-bottom:15px;
}
.skin_20 .inner .dog-content .model .model-content .model-title p{
	line-height:34px;
	margin:0;
	color:#7e7e7e;
	padding-left:20px;
	font-weight:bold;
}

.skin_20 .inner .dog-content .model .model-movie{
	height:525px;
	overflow:auto;
}

.skin_20 .inner .dog-content .model .model-movie::-webkit-scrollbar{
	width:2px;
}

.skin_20 .inner .dog-content .model .model-movie::-webkit-scrollbar-thumb{
	background-color:#949494;
}

.skin_20 .inner .dog-content .model .model-movie::-webkit-scrollbar-track{
	background-color:#efefef;
}

.skin_20 .inner .dog-content .model .model-movie ul li{
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #eaeaea;
	position:relative;
}
.skin_20 .inner .dog-content .model .model-movie ul li:before,
.skin_20 .inner .dog-content .model .model-movie ul li:after{content:"";display:block;clear:both;}

.skin_20 .inner .dog-content .model .model-movie ul li:last-child{
	border-bottom:0px;
}

.skin_20 .inner .dog-content .model .model-movie ul li .video{
	width: 135px;
	margin-right:10px;
	cursor:pointer;
	display:inline-block;
	position:absolute;
	left:0;

}

.skin_20 .inner .dog-content .model .model-movie ul li .video:hover .video-button{
	opacity:1;
}

.skin_20 .inner .dog-content .model .model-movie ul li .video:hover .video-button i{
	opacity:1;
}

.skin_20 .inner .dog-content .model .model-movie ul li .video img{
	width:100%;
}

.skin_20 .inner .dog-content .model .model-movie ul li .video .video-button{
	border:2px solid #fff;
	border-radius:40px;
	padding:3px 5px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	opacity:0.5;
}

.skin_20 .inner .dog-content .model .model-movie ul li .video .video-button i{
	color:#fff;
	font-size:18px;
	opacity:0.5;
}

.skin_20 .inner .dog-content .model .model-movie ul li .model-txt{
	margin-left: 150px;
	min-height: 115px;
		padding-right: 10px;
}

.skin_20 .inner .dog-content .model .model-movie ul li .model-txt h1{
	font-size:16px;
	margin-bottom:5px;
	line-height: 1.3;
	cursor:pointer;
	overflow:hidden;
	text-overflow: ellipsis;
	max-height: 41px;
}

.skin_20 .inner .dog-content .model .model-movie ul li .model-txt p{
	font-size:12px;
	line-height: 1.2;
	margin-bottom:36px;	
	max-height: 29px;
	cursor: pointer;
	word-wrap: normal;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
}

.skin_20 .inner .dog-content .model .model-movie ul li .model-txt span{
	display:inline-block;
	font-size:10px;
	line-height:15px;
	cursor:pointer;
	position:absolute;
	top:76px;
	letter-spacing: 0;
}

.skin_20 .inner .md{
	text-align:center
  
}

.skin_20 .inner .md a{
	display:inline-block;
	padding:10px 70px;
	background-color:#528858;
	color:#fff;
	border-radius:20px;
}

.skin_20 .inner .dog-content .md a:hover{
	background-color:#294930;
}


@media screen and (min-width:768px){
	.skin_20 .inner .dog-content .dog-product ul li {
		width: 33.3333%;
	}
	.skin_20 .inner .dog-content .dog-product ul li:last-child{
		display:block;
	}

}

@media screen and (min-width:992px){
	.skin_20 .inner .dog-content .dog-title h2{
		font-size:25px;
		line-height:40px;
		background:#fff;
		padding-right: 10px;
		position:absolute;
		top:0;
		left:0;
		z-index:1;
	}

	.skin_20 .inner .dog-content .dog-title::after{
		content:'';
		display:block;
		width:1140px;
		height:1px;
		background-color:#ccc;
		position:absolute;
		top:50%;
		left:0;
		z-index:0;
	}
	.skin_20 .inner .dog-content .model .model-content .model-title{
		margin-top:0;
	}
	.skin_20 .inner .dog-content .dog-product,
	.skin_20 .inner .dog-content .model {float:left;width:35%}
	.skin_20 .inner .dog-content .dog-product {width:65%;padding-right:20px;}
	.skin_20 .inner .dog-content .model .model-movie {
		height: 793px;
	}
}


@media screen and (min-width:992px){
	.skin_20.wrapper {
		margin-bottom: 70px;
	}
	.skin_20 .inner .dog-content .model .model-movie {
		height: 793px;
	}
}

@media screen and (min-width:1200px){
	.skin_20 .inner .dog-content .model {float:right;width:32%}
	.skin_20 .inner .dog-content .model .model-movie {
		height: 910px;float:r;
	}
}



/*--------------------------------------------------evindex.20.skin--------------------------------------------------------*/
.skin_30{
	padding-top: 50px;
	padding-bottom: 30px;
	background-color:#ffffff;
}

.skin_30 .inner{
	overflow: hidden;
	max-width: 1300px;
	margin: 0 auto;
}
.skin_30 .inner .planning-contents {
	margin-bottom: 20px;
}
.skin_30 .inner .planning-contents .banner-img{
	background-size: cover;
	background-position: center center;
	height:340px;
	position:relative;
	margin-bottom:15px;
	cursor:pointer;
}
.skin_30 .inner .planning-contents .banner-img:before{
	content: "";
	display: block;
	//background: rgb(0 0 0 / 11%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.skin_30 .inner .planning-contents .banner-img img{
	max-width:100%;
	height:100%;
}

.skin_30 .inner .planning-contents .banner-img h1{
	position: absolute;
	top: 50%;
	text-align: center;
	line-height: 1.1;
	left: 50%;
	min-width: 320px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	text-shadow: 0px 0px 6px rgb(0 0 0 / 64%);
}

.skin_30 .inner .planning-contents .banner-img small{
	font-size:13px;
	display:block;
	color: rgb(255 255 255 / 68%);
	text-align:center;
	margin-top:10px;
}

.skin_30 .nav_h_type {
	width: 100%;
	background-color:#ffffff;
	position:relative; 
	overflow:hidden;
	margin-bottom:30px; 
}

.skin_30 .nav_h_type ul {
	display:block;
	margin-left:-10px;
	margin-right:-10px;
	width:auto;
	font-size:0;
	white-space:nowrap; 
	position:relative;
}

.skin_30 .nav_h_type ul li {
	cursor:
	pointer;
	position:
	relative;
	-webkit-box-sizing:border-box;
	box-sizing:
	border-box;
	display:
	inline-block;
	width: 19%;
	vertical-align:
	top;
	text-align:
	center; 
	font-size:13px;
	padding:0 10px;
}

.skin_30 .nav_h_type ul li .touch_img img{
	padding:10px;
	width:100%;
}

.skin_30 .nav_h_type ul li .touch_img{
	background: #fff;
	position:relative;
}

.skin_30 .nav_h_type ul li .touch_img:hover img.item-image-hover{
	opacity:1;
}

.skin_30 .nav_h_type ul li .touch_img img.item-image-hover{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:opacity 0.2s linear;
	background:#fff;
}

.skin_30 .nav_h_type ul li .touch_txt{
	text-align:center;
}

.skin_30 .nav_h_type ul li .touch_txt h1{
	font-size:11px;
	padding-top:10px;
	margin-bottom: 5px;
	white-space: normal;
}

.skin_30 .nav_h_type ul li .touch_txt p{
	margin-bottom:0px;
	cursor: pointer;
	word-wrap: normal;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: normal;
}

.skin_30 .nav_h_type ul li .touch_txt p.sale{
	color: #F72F00;
	background: #fdeeee;
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 4px;
	max-width: 41px;
	margin: 5px auto 0;
}

.skin_30 .nav_h_type ul li .touch_txt span{
	color:#000;
	font-size:15px;
}

.skin_30 .nav_h_type ul li .touch_txt span del{
	color:#a6bba8;
	font-size:12px;
}

.skin_30 .nav_h_type ul li .wish_list{
	position:relative;
}

.skin_30 .nav_h_type ul li .wish_list span{
	font-size:15px;
}

.skin_30 .nav_h_type ul li .wish_list span.noactive{
	padding:7px 10px 5px 9px;
	border-radius:100px;
	border:1px solid #E2E2E2;
	box-sizing:border-box;
	position:absolute;
	bottom:10px;
	right:10px;
	cursor:pointer;
}

.skin_30 .nav_h_type ul li .wish_list span.active{
	padding:7px 10px 5px 9px;
	border-radius:100px;
	border:1px solid #E2E2E2;
	box-sizing:border-box;
	background-color: rgba(255, 255, 255, 0.5 );
	position:absolute;
	bottom:10px;
	right:10px;
	cursor:pointer;
}

.skin_30 .nav_h_type ul li .wish_list span i{
	display:inline-block
}

.skin_30 .nav_h_type ul li .wish_list span i.noactive{
	color:#AAAAAA;
}

.skin_30 .nav_h_type ul li .wish_list span i.active{
	color:#528858;
}

@media screen and (max-width:1199px){
	.skin_30 section.inner{width:1000px;}
}

@media screen and (max-width:991px){
	.skin_30 section.inner{width:720px;}
	.skin_30 .nav_h_type ul li{width: 41%;padding: 0 5px;}
}

@media screen and (max-width:767px){
	.skin_30{padding:20px 0;}
	.skin_30 section.inner{max-width:100%}


	.skin_30 .inner .planning-contents .banner-img{height: 200px;}
	.skin_30 .inner .planning-contents .banner-img h1 {
		font-size:20px
	}
}

/*--------------------------------------------------evindex.30.skin--------------------------------------------------------*/



	/* ì´ë²¤íŠ¸ */
	.skin_40 h1.ctitle {font-family: 'Muli', sans-serif;text-transform: uppercase;font-size: 2.3em;font-weight: 600;text-align: center;margin: 100px 0 35px 0;letter-spacing:-2px}
	.skin_40 a.more-btn {padding: 2px 0 10px;display: block;text-transform: uppercase;text-align: right;font-size: 11px;font-weight: 600;letter-spacing: 0;}

	/* ì¤‘ì•™ì •ë ¬ìš© í…Œì´ë¸”ìŠ¤íƒ€ì¼ */
	.skin_40 .verticalfix {display: table;width: 100%;height: 100%;}
	.skin_40 .verticalfix .fixwrap{display: table-row;}
	.skin_40 .verticalfix .fixtr{vertical-align: middle;display: table-cell;}

	.skin_40 {margin-bottom: 30px;}
	.skin_40:after {content: "";display: block;clear: both;}
	.skin_40 .ev-bn-wrap {-webkit-transition: height .2s;-o-transition: height .2s;transition: height .2s;height: 391px;width: 50%;position: relative;float: left;}

	.skin_40 .ev-bn-wrap .ev-bn-img{position: absolute;left: 1px;top: 0;bottom: 0;right: 1px;height: 100%;display: block;background-repeat: no-repeat;background-position: right center;background-size: cover;background-color: #F7F7F7;}
	.skin_40 .ev-bn-wrap .sev_text {position: absolute;bottom: 0;left: 0;width: 100%;padding: 15px}
	.skin_40 .ev-bn-wrap .sev_text h2 {font-size: 27px;letter-spacing: -2px;font-weight: 900;line-height: 1;font-family: 'Muli', sans-serif;}
	.skin_40 .ev-bn-wrap .sev_text p {color: inherit;font-style: italic;font-size: 13px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;	}

	/*  ë©”ì¸ì´ë²¤íŠ¸ë¦¬ìŠ¤íŠ¸ */
	.skin_40 .sct_ev .sct_li {position:relative;float:left;overflow:hidden;margin-bottom:2px;padding:0 1px;width:50%;}
	.skin_40 .sct_ev .sct_li .img_wr{-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
	.skin_40 .sct_ev .sct_li:hover .img_wr{transform: scale(1.1);}
	.skin_40 .sct_ev .sct_li:nth-child(5) {display:none}

	.skin_40 .sct_ev .sct_li_wr{position:relative;padding: 0;display:block;background:#fff;overflow: hidden;}
	.skin_40 .sct_ev .sct_li .list-infor-wrap{display:none;position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;background: rgba(0, 0, 0, 0.4);color: #fff;text-align: center;}
	.skin_40 .sct_ev .sct_li.active .list-infor-wrap{display:block}

	.skin_40 .sct_ev .img_wr{background-size:cover;background-position:center center;position:relative;overflow:hidden;height:200px;}

	.skin_40 .sct_ev .sct_btn .sct_txt {display: block;text-decoration: none;line-height: 20px;padding: 10px 20px;word-break: break-all;text-transform: uppercase;line-height: 1.3;font-size: 12px;}
	.skin_40 .sct_ev .sct_btn .sct_txt span{ display: block;}
	.skin_40 .sct_ev .sct_btn .sct_txt span.title{text-overflow: ellipsis;word-wrap: normal;width: 100%;overflow: hidden;}
	.skin_40 .sct_ev .sct_btn .sct_txt span.cust-price{margin-top:5px;opacity:.35;font-weight:100;text-decoration:line-through }
	.skin_40 .sct_ev .sct_btn .sct_txt .item-brand{display:none;}

	.skin_40 .sct_ev .sct_btn .sct_act_btn .btn_cart{display:none}
	.skin_40 .sct_ev .sct_btn .sct_act_btn a,
	.skin_40 .sct_ev .sct_btn .sct_act_btn button{vertical-align:middle;margin: 0 1px;display:inline-block;text-align:center;line-height:37px;background:#fff;border:0;border-radius:50%;height:40px;width:40px;}
	.skin_40 .sct_ev .sct_btn .sct_act_btn svg{width:22px;height:20px;}
	.skin_40 .sct_ev .sct_btn .sct_act_btn svg{margin-top:10px;}
	.skin_40 .sct_ev .sct_btn .sct_act_btn .active svg{fill:#dd1077}
	.skin_40 .sct_ev .sct_btn .sct_act_btn button.btn_cart img{margin-top:-5px;}

	@media (min-width: 480px){
		.skin_40 .sct_ev .sct_li .img_wr {height: 250px;}
	}
	@media (min-width: 641px){
		.skin_40 .sct_ev .sct_li .img_wr {height: 320px;}
	}
	@media (min-width: 768px){
		.skin_40 .sct_ev .sct_li .img_wr {height: 200px;}
		.skin_40 .sct_ev .sct_li {width:25%;}
	}
	@media (min-width: 992px){
		.skin_40 .sct_ev .sct_li:nth-child(3){float:right}
		.skin_40 .sct_ev .sct_li:nth-child(3) .img_wr{height:462px}
		.skin_40 .sct_ev .sct_li:nth-child(5) {display:block}

		.skin_40 .ev-bn-wrap .sev_text {padding: 30px}
		.skin_40 .ev-bn-wrap .sev_text h2 {font-size: 34px;letter-spacing: -3px;}
		.skin_40 .ev-bn-wrap .sev_text p {font-size: 16px;margin-bottom: 10px;}

		.skin_40 .ev-bn-wrap {width: 30%;height: 441px;margin: 0;}
		.skin_40 {margin-bottom: 60px;}

		.skin_40 .sct_ev .sct_li .img_wr {height: 230px;}
		.skin_40 .sct_ev .sct_li {width:23.3333%;}
	}
	@media (min-width: 1200px){
		.skin_40 .ev-bn-wrap {
			height: 533px;
		}
		.skin_40 .sct_ev .sct_li .img_wr {height: 270px;}
		.skin_40 .sct_ev .sct_btn .sct_txt {font-size: 14px;}

		.skin_40 .sct_ev .sct_li:nth-child(3) .img_wr{height:542px}
	}
	@media (min-width: 1480px) {
		.skin_40 .ev-bn-wrap {
			height: 641px;
		}
		.skin_40 .sct_ev .sct_li .img_wr {height: 320px;}
		.skin_40 .sct_ev .sct_li:nth-child(3) .img_wr{height:642px}
	}

/*--------------------------------------------------evindex.40.skin--------------------------------------------------------*/

#skin_50{
	padding:70px 0;
}
#skin_50 h2{
	cursor:pointer;
	line-height:1.3
}

#skin_50 .next-title{
	text-align:center;
	margin-bottom:20px;
}

#skin_50 .row{
	padding-top:10px;
}

#skin_50 .row-lg-12{
	width:90% !important;
	position:relative;
}

#skin_50 .col-md-6 p{
	color:#333;
	font-size:16px;
}

#skin_50 .col-md-6 p.price{
	font-size:20px;
}

#skin_50 .col-md-6 p.price del{
	font-size:15px;
	font-weight:bold;
}

#skin_50 .sminfo span{
	padding:0 15px 0 0 !important;
	font-size:14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#skin_50 span.sale{
	color:#f00;
	font-size:14px;
	background:#fdeeee;
	padding:5px 8px;
	border-radius:3px;
	transform:rotateX(45deg);
}

/*.hot_itemimg{*/
/*	position:relative;*/
/*}*/
/**/
/*.hot_itemimg:hover .hot_itemimg_hover{*/
/*	display:block;*/
/*}*/
/**/
/*.hot_itemimg_hover{*/
/*	position:absolute;*/
/*	top:0;*/
/*	left:0;*/
/*	display:none;*/
/*	transition:3s;*/
/*}*/

#skin_50 .wish_list{
	font-size:15px;
}

#skin_50 .wish_list span{
	padding:7px 10px 5px 9px;
	border-radius:100px;
	border:1px solid #E2E2E2;
	box-sizing:border-box;
	position:absolute;
	top:0px;
	right:0px;
	margin-right:0px;
	cursor:pointer;
	z-index:10;
}

#skin_50 .wish_list span.active{
	background-color: rgba(255, 255, 255, 0.5 );
}

#skin_50 .wish_list span i.noactive{
	color:#AAAAAA;
}

#skin_50 .wish_list span i.active{
	color:#528858;
}

#skin_50 .swiper-button-prev{
	background:url(img/btn_prev.png)no-repeat !important;
}

#skin_50 .swiper-button-prev:after{
	display:none !important;
}

#skin_50 .swiper-button-next{
	background:url(img/btn_next.png)no-repeat !important;
}

#skin_50 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	display:none !important;
}

#skin_50 .swiper-container {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}

.swiper-slide {
	font-size: 18px;
	height: calc((100% - 30px) / 2);

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#skin_50 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	left:unset !important;
	bottom:5px !important;
	right:0 !important;
	width:25% !important;
}

#skin_50 .view_more{margin-top:5px;}


@media screen and (max-width:991px){
	#skin_50 .row-lg-12{width:100% !important;}
	/*#skin_50 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{width:100% !important;}*/
	#skin_50 .swiper-button-prev,#skin_50 .swiper-button-next{display:none;}
	#skin_50 .col-md-6{padding:0px !important;}
	#skin_50 .wish_list span{top:5px;right:5px;}

	#skin_50 .col-lg-12{padding:0;text-align:center;}

	.hot_itemimg{text-align:center;}


	#skin_50 span._brand{
		margin:5px 0;
	}
}

@media screen and (max-width:767px){
	#skin_50 .col-lg-12{}
}


.skin_10 .container {width:auto !important; max-width:1300px;}
#best_product .container {width:auto !important; max-width:1300px;}
.skin_10 .inner .more a:hover, .skin_20 .inner .md a, .skin_10 .inner .best .content-title a {background:#000000 !important;}




/*--------------------------------------------------evindex.40.skin--------------------------------------------------------*/
