/* 메인 하단 온라인샵 */
.tab-navbar-main-style-7 {
	width: 100%;
	display: inline-block;
	text-align: center;
	background-color:#fff;
    margin-bottom: 50px;
}

.tab-content-style-7 {
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	background-color: #fff;
}
.tab-content-style-7 .responsive-tabs-content {
	margin-bottom: 0;
}
.tabstyle-7 .responsive-tabs {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	position: relative;
	background-color: #fc4242;
}
.tabstyle-7 .responsive-tabs li {
	flex: unset;
	width:33.333%;
	text-align: center;
	line-height: 50px;
	padding: 0;
	float:left;
	margin-right:0;
	outline:1px solid #e4e4e4 !important;
	background-color: #f5f5f5;
}
.tabstyle-7 .responsive-tabs li a {
	display: block;
	padding: 15px 6px;
	text-align: center;
	line-height: 23px;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration: none;
	border-right:1px solid #fff;
	transition: all 0.3s ease-out 0s;
}
.tabstyle-7 .responsive-tabs li a:hover {
	color: #cacaca;
	border-right:1px solid #101010;
	background-color: #101010;
}
.tabstyle-7 .responsive-tabs li.active, .tabstyle-7 .responsive-tabs li.active a {
	color: #fff;
	border-right:1px solid #c08457;
	background-color: #c08457;
}
.tabstyle-7 .responsive-tab-title p strong{
	font-size:24px;
	color:#101010;
	border-bottom:1px solid #101010;
}
.tabstyle-7 .responsive-tab-title{
	margin-bottom:50px;
}
.sct_wrap.em-shop-recent-1 {position: relative;margin: 0;}
.sct_wrap.em-shop-recent-1 header {padding: 10px 10px 5px 0;}
.sct_wrap.em-shop-recent-1 .sct_10 {margin: 0;}
.tab-content-style-7 .shop-section-more-btn {
	margin-top: 2.4em;
}

@media only screen and (min-width: 1200px) {
    .tabstyle-7 .responsive-tabs li a {font-size: 18px;}
}
@media only screen and (max-width: 640px) {
	.tab-navbar-main-style-7 {margin-bottom: 40px;}
    .sct_wrap.em-shop-recent-1 .sct_10 {margin-left: 0x;margin-right: 0;}
	/*.sct_wrap.em-shop-recent-1 .sct_10 {margin-left: 5px;margin-right: 5px;}*/
}
@media only screen and (max-width: 320px) {
    .tabstyle-7 .responsive-tabs li {width: 50%;margin-bottom: 0;}
}