*{padding:0; }


#main{
	width:190px;
}
#main-category.cate {
	top:-13px;
	z-index:20;
	overflow:hidden;
	height:347px;
	left:0;
	margin-left:0;
	background: #fff;
	/*border:0;*/
	padding:0;
	
}
#main-category.cate.hover {
	height:auto !important;
}
#main-category.cate:hover {
	overflow:visible !important;
}
#main-category.cate .down_btn {
	display:none;
}
#main-category.cate.hover .down_btn {
	opacity:0;
	z-index:-1;
}
#main-category.cate .sub-category,
#main-category.cate .cate-banner-box {
	height:690px;
}
#main .bxslider-wrap .bx-wrapper {
	z-index:10;
}
#main .bxslider-wrap .bx-wrapper .bx-pager {
 bottom:20px;
 padding-left:190px;
 box-sizing:border-box;
}

.cate_box{
	width:190px;
}
.cate_box2{
	width:200px;
}


.cate {
	padding-top:5px;
	position:absolute;
	left:50%;
	margin-left:-700px;
	
	text-align: left;
	-webkit-box-shadow: inset 0px 0px 15px 2px rgba(0,0,0,0);
	-moz-box-shadow: inset 0px 0px 15px 2px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 15px 2px rgba(0,0,0,0);
	background:#fff;
	min-height:346px;
	border:1px solid #0181b0;
	box-sizing:border-box;
}
.menu-box .cate {
	top:45px;
}
.cate > li {
	list-style-type: none;
}
.cate > li:first-child {
}
.cate > li > a {
	
	font-size:15px;
	letter-spacing:0px;
	text-decoration: none;
	padding:1px 12px;
	display:block;
	min-height:41px;
	line-height:41px;
	font-weight:500;
	color:#3c3634;
	font-family:pretendard,Noto Sans KR;
}
.cate > li:hover {
	background:#ffffff;
	.z-index:1000;
}
.cate > li:hover > a {
	background-color: #4a9bd3;
    color: #fff;
	
}
.sub-category {
	display: none;
	background:#ffffff;
	border:0px solid #3e3232;
	position:absolute;
	width:210px;
	left:101%;
	top:0;
	z-index:20;
	box-sizing:border-box;
	height:530px;
	border-right:1px solid #eee;
	border:1px solid #ddd;
	margin: -1px 0 0 0;
	padding:5px 0 0;
}
.cate > li:hover .sub-category,
.cate > li:active .sub-category {
	display:block;
}
.sub-category a {
	color:#747474;
	font-size:14px;
	text-decoration:none;
	letter-spacing: -0.3px;
	list-style-type: none;
	font-family:pretendard,Noto Sans KR;
}
.sub-category a:hover {
	text-decoration:none;
}
.sub02{
	padding:0;
}
.sub-category .sub02 > li {
	text-align:left;
}
.sub-category .sub02 > li > a {
	display:block;
	height:30px;
	line-height:30px;
	margin:-1px 22px;
}
.sub-category .sub03 > li.arrow > a {
	background:url(/web/upload/wp/187850/p__top_cate_arrow.gif) no-repeat 98% center;
	display:none;
	list-style-type: none;
}
.sub-category .sub02 > li,
.sub-category .sub03 > li,
.sub-category .sub04 > li {
	position:relative;
	list-style-type: none;
}
.sub-category .sub02 > li:hover,
.sub-category .sub03 > li:hover,
.sub-category .sub04 > li:hover {
	background:#eee;
}
.sub-category .sub03 > li,
.sub-category .sub04 > li {
	min-width:170px;
	background:#fff;
}
.sub-category .sub02 > li:hover a,
.sub-category .sub03 > li:hover a,
.sub-category .sub04 > li:hover a {
	list-style-type: none;
}
.sub-category .sub02 > li:hover .sub03 {
	display: none;
	position:absolute;
	left:100%;
	top: -1px;
	border:1px solid #3e3232;
	z-index:1;
	box-sizing:border-box;
}
.sub-category .sub03 > li:hover .sub04 {
	display: none;
	position:absolute;
	left:100%;
	top:-1px;
	border:1px solid #3e3232;
	z-index:2;
	box-sizing:border-box;
}
.sub-category .sub03,
.sub-category .sub04 {
	display:none;
}
.sub-category .sub03 > li a {
	padding:4px 10px;
	display:block;
}
.sub-category .sub04 > li a {
	padding:4px 10px;
	display:block;
}
.sub-category .parent-cate-name {
	font-size:14px;
	font-weight:600;
	padding:10px;
	box-sizing:border-box;
	color:#3c3634;
	font-family:pretendard,Noto Sans KR;
}
.cate-banner-box {
	position:absolute;
	top:0px;
	left:210px;
	width:500px;
	z-index:20;
	background:#fff;
	border:1px solid #ddd;
	box-sizing:border-box;
	margin: -1px 0 0 -2px;
	height:530px;
}
.cate-banner-box .cate-banner-conts {
	margin:0 10px;
}
.cate-banner-box .prodList {
	font-size:0;
	text-align:center;
}
.cate-banner-box .prodList > li {
	width:33%;
	display: inline-block;
	box-sizing:border-box;
	/*margin-top:40px;*/
	vertical-align:top;
	 float: left;
    height: 170px;
}
.cate-banner-box .prodList > li .item-box {
	box-sizing:border-box;
	margin:15px 10px;
}
.cate-banner-box .prodList > li .thumb {
	width:143px;
	height:140px;
	overflow:hidden;
	border-radius:5px;
	position:relative;
}
.cate-banner-box .prodList > li .thumb img {
	width:100%;
}
.cate-banner-box .prodList > li .title {
	font-size:13px;
	text-align:center;
	box-sizing:border-box;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:7px 0 3px;
	letter-spacing:0.3px;
}
.cate-banner-box .prodList > li .desc {
	font-size:12px;
	text-align:center ;
	box-sizing:border-box;
	color:#ca2326;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	letter-spacing:0.5px;
}
.cate-banner-box .banner {
	overflow: hidden;
	position:absolute;
	bottom:15px;
	left:50%;
	margin-left: -485px;
}
.cate-banner-box .banner img {
	width:970px;
}
.frame-on .cate-banner-box .prodList > li .thumb {
	border:1px solid #eee;
	transition:border .3s;
}
.frame-on .cate-banner-box .prodList > li:hover .thumb,
.frame-on .cate-banner-box .prodList > li.active .thumb {
	border:2px solid #4c88ff;
}
.frame-off .cate-banner-box .prodList > li .thumb:after {
	content:"";
	opacity:0;
	transition: opacity .25s ease;
	display:block;
	/*background: rgba(190,190,190,0.2);*/
	border: 2px solid ##38fce;
	border-radius: 5px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	
}

.thumb2 img{
	position:relative;
	opacity:0.8;
}
.frame-off .cate-banner-box .prodList > li .thumb2{
	content:"";
	opacity:1;
	transition: opacity .25s ease;
	display:block;
	/*background: rgba(190,190,190,1);*/
	border: 2px solid #338fce;
	position:absolute;
	border-radius:5px;
}

.frame-off .cate-banner-box .prodList > li:hover .thumb:after,
.frame-off .cate-banner-box .prodList > li.active .thumb:after {
	opacity:1;
}
.grid4{
	padding:0;
}
.hide_design a{
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	display: inline-block;
	font-weight: 600;
	color: #338fce;
	font-family: Pretendard, Noto Sans KR, sans-serif;
	text-align: left;
    padding-left: 12px;
	
}
.hide_design img{
	padding-top: 3px;
    float: right;
    padding-right: 20px;
   
}
.hide_design{
	width: 200px;
	height:38px;	
	text-align:center;
	background-color:#fff;
	position: absolute;
    bottom: 0px;
	border: 1px solid #338fce;
}