
.biz_container {position:absolute;top:142px;left:50%;width:800px;margin-left:-400px;z-index:53}
.biz_container:after {display:block;content:"";clear:both;}

.biz-menu {
	width: 100%;
	border-top: 3px solid #0768ca;
    box-sizing:content-box;
    height:100px;
    padding-left:2px;
}
.biz-body {}

.biz-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
    background:#fff;
}
.biz-menu > ul {box-sizing:border-box;}
/* first level ul style */
.biz-menu > ul,
.biz-menu .biz-sub-inner {
	width: 100%;
}


.biz-menu .biz-sub-inner a {color:#777}


.biz-menu > ul > li {float:left;width:calc(100% / 7 - .1px);text-align:center;background:#fff;box-sizing:border-box;border-right:1px solid #ebedf2;border-bottom:1px solid #e7edf0;}
.biz-menu > ul > li:first-child {}
.biz-menu > ul > li:last-child {border-right:0;}


.biz-menu > ul > li > a span {display:block;width:100%;height:40px;line-height:40px;border-top:1px solid #ebedf2;text-align:center;font-size:12.5px;font-weight:bold;color:#000;box-sizing:border-box;}
.biz-menu > ul > li > a:before {
    display:block;
    content:"";
    clear:both; 
    margin-bottom:15px;
}
/* 공구용품 */
.biz-menu > ul > li > a.biz_01:before {
    background:url(../../img/biz/biz_01.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}
.biz-menu > ul > li.biz-on a.biz_01:before {
    background:url(../../img/biz/biz_01_on.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}
/* 오피스용품 */
.biz-menu > ul > li > a.biz_02:before {
    background:url(../../img/biz/biz_02.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}
.biz-menu > ul > li.biz-on a.biz_02:before {
    background:url(../../img/biz/biz_02_on.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}
/* 디자인펜시 */
.biz-menu > ul > li > a.biz_03:before {
    background:url(../../img/biz/biz_03.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}
.biz-menu > ul > li.biz-on a.biz_03:before {
    background:url(../../img/biz/biz_03_on.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}
/* 생활용품 */
.biz-menu > ul > li > a.biz_04:before {
    background:url(../../img/biz/biz_04.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}
.biz-menu > ul > li.biz-on a.biz_04:before {
    background:url(../../img/biz/biz_04_on.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}
/* 식품 */
.biz-menu > ul > li > a.biz_05:before {
    background:url(../../img/biz/biz_05.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}
.biz-menu > ul > li.biz-on a.biz_05:before {
    background:url(../../img/biz/biz_05_on.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}
/* 의류 */
.biz-menu > ul > li > a.biz_06:before {
    background:url(../../img/biz/biz_06.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}
.biz-menu > ul > li.biz-on a.biz_06:before {
    background:url(../../img/biz/biz_06_on.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}
/* 무료도서 */
.biz-menu > ul > li > a.biz_07:before {
    background:url(../../img/biz/biz_07.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}
.biz-menu > ul > li.biz-on a.biz_07:before {
    background:url(../../img/biz/biz_07_on.png) no-repeat;
    background-position:center top;
    background-size:30px;
    height:30px;
}


.biz-menu > ul > li > a {
	font-weight: 700;
	padding: 10px 0 0 0;
    width:100%;
    background:#fff;
	color: #555;
	display: inline-block;
    font-size:14px;
    text-decoration:none;
    z-index:92;
}

.biz-menu > ul > li > a.biz_01 {}
.biz-menu > ul > li > a.biz_02 {}
.biz-menu > ul > li > a.biz_03 {}
.biz-menu > ul > li > a.biz_04 {}
.biz-menu > ul > li > a.biz_05 {}
.biz-menu > ul > li > a.biz_06 {}
.biz-menu > ul > li > a.biz_07 {}

.biz-menu > ul > li > a:hover,
.biz-menu > ul > li > a:active,
.biz-menu > ul > li > a:focus {background:#fff;box-sizing:border-box;}

.biz-menu > ul > li.biz-on > a {width:100%;color:#fff;background:#0768ca;transition:.5s ease}
.biz-menu > ul > li.biz-on > a:hover,
.biz-menu > ul > li.biz-on > a:active,
.biz-menu > ul > li.biz-on > a:focus {
    text-decoration:none;
}
.biz-menu > ul > li.biz-on > a span {color:#fff;border-color:#0e559d;}
.biz-on > a {background:#f2f3f8}
/* sub-menu */
.biz-menu .biz-sub:before {
    display:block;
    content:"";
    clear:both;
    border:2px solid #0768ca;
    box-sizing:content-box;
    position:absolute;
    width:799px;
    height:95px;
    top:-99px;
    left:-2px;
    z-index:-1;
}
.biz-menu .biz-sub {
	display: none;
	position: absolute;
    box-sizing:content-box;
	background: #fff;
    border-width:0 2px 3px;
    border-style:solid;
    border-color:#e7edf0 #0768ca #0768ca #0768ca;
	width: 799px;
    text-align:left;
    min-height:200px;
	left: 0;
    top:99px;
}

.biz-on .biz-sub {
	display: block;
	padding-bottom: 1.5em;
    font-size:0;
}
/*
.biz-menu .biz-sub-inner > div {
	float: left;
	padding: 0 30px 0;
    border-right:1px dotted #e7edf0;
}
*/
.biz-menu .biz-sub-inner > div {
    display:inline-block;
    width:auto;
    min-width:175px;
    vertical-align:top;
    padding:0 2px 0 20px;
    margin-left:-1.5px;
    margin-bottom:10px;
}



.biz-menu > ul > li:nth-child(2) > .biz-sub .biz-sub-inner > div {min-width:auto;}
.biz-menu > ul > li:nth-child(5) > .biz-sub .biz-sub-inner > div {min-width:120px;}


.biz-menu .biz-sub-inner:before,
.biz-menu .biz-sub-inner:after {
	content: " ";
	display: table;
}

.biz-menu .biz-sub-inner:after {
	clear: both;
}

.biz-menu .biz-sub-inner > div a:before {display:inline-block;content:"·";margin-right:5px}
.biz-menu .biz-sub-inner > div a {
	line-height: 2em;
    font-family:dotum,'돋움',sans-serif;
    font-size:12px;
}
.biz-menu .biz-sub-inner > div a:hover {text-decoration:underline;color:#000}
.biz-sub h4 {
	color: #3d475e;
	padding: 1em 0 0.6em;
	margin: 0;
	font-size:14px;
	font-weight: 600;
}


