#header {
	visibility: hidden;
}
#headerInner {
	position: relative;
	margin: 0 auto;
	padding-top: 24px;
}
#skipMenuList {
	position: absolute;
	z-index: 997;
	width: 100%;
	left: 0px;
	top: 0px;
}
#headerInner .logoWrap {
	width: 100%;
	height: 80px;
}
#headerInner .logoWrap .siteWidthLayer {
	position: relative;
	height: 100%;
	margin: 0 auto;
}
#headerInner .logoWrap .siteWidthLayer h1.logo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 200px;
	text-align: center;
}
#headerInner .logoWrap .siteWidthLayer p.tel{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	padding: 5px 0;
	padding-left: 70px;
	background:url(../images/telephone.png) no-repeat 0 center;
}
#headerInner .logoWrap .siteWidthLayer p.tel span.telText{
	font-size: 0.9em;
	color: #999;
}
#headerInner .logoWrap .siteWidthLayer p.tel span.telNo{
	margin-top: 3px;
	font-size: 1.7em;
	font-weight: bold;
	color: #000;
}
#dataSearch {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#dataSearch p.copyWrite {
	padding: 5px 0;
	font-size: 1em;
	text-align: center;
}
#dataSearch .dataSearchWrap{
	position: relative;
	width: 300px;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
#dataSearch .dataSearchWrap input[type=text]{
	color: #999;
	width: 100%;
	border: none;
}
#dataSearch .dataSearchWrap a#mainSearchSubmitChk{
	position: absolute;
	top: 8px;
	right: 5px;
	width: 19px;
	height: 19px;
	background: url(../images/zoom_icon_gray.png) no-repeat 0 0;
}
/* ------------------------------------------------------------- */
/* ----------------------- search_mobile ----------------------- */
/* ------------------------------------------------------------- */
.dataSearchMobileWrap{
	position: relative;
	margin-bottom: 10px;
	padding: 5px;
	background: #333;
}
.dataSearchMobileWrap input[type=text]{
	font-size: 1.2em;
	padding: 7px;
	color: #fff;
	width: 90%;
	border: none;
	background: #333;
}
.dataSearchMobileWrap a#mainSearchSubmitChk {
	position: absolute;
	top: 7px;
	right: 16px;
	display: block;
	width: 25px;
	height: 25px;
	color: transparent;
	background: url(../images/zoom_icon_gray2.png) no-repeat 0 0;
}
p.closeButWrap {
	margin-bottom: 3px;
	text-align: center;
}
p.closeButWrap a {
	font-size: 1.6em;
	color: #333;
}
#headerInner .infoMenuWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: #F9F9F9;
	border-bottom: 1px solid #eee;
}
#headerInner .infoMenuWrap .siteWidthLayer {
	position: relative;
	margin: 0 auto;
}
#headerInner .infoMenuWrap .siteWidthLayer form.selectLangForm{
	position: absolute;
	top: 3px;
	right: 0;
}
#headerInner .infoMenuWrap .siteWidthLayer .infoMenu {
	font-size: 0.9em;
	text-align: right;
	margin-left: 180px;
}
#headerInner .infoMenuWrap .siteWidthLayer .infoMenu li {
	display: inline;
	padding: 0 7px 0 9px;
	background: url(../images/menu_vertical_line.jpg) no-repeat 0px center;
}
#headerInner .infoMenuWrap .siteWidthLayer .infoMenu li:first-child {
	background: none;
}
#headerInner .infoMenuWrap .siteWidthLayer .infoMenu li.special {
	padding:0;
	background: none;
	vertical-align: middle;
}
#headerInner .infoMenuWrap .siteWidthLayer .infoMenu li.specialLeft {
	padding:0px 0px 0 9px;
	background: url(../images/menu_vertical_line.jpg) no-repeat 0px center;
}
#headerInner .infoMenuWrap .siteWidthLayer .infoMenu li.specialRight {
	padding:0px 7px 0 0px;
}
#headerInner .infoMenuWrap .siteWidthLayer .infoMenu li.special img{
	padding-bottom: 5px;
}
#headerInner .infoMenuWrap .siteWidthLayer .infoMenu li a {
	font-weight: bold;
	color: #999;
}
#headerInner .infoMenuWrap .siteWidthLayer .infoMenu li a:hover, #headerInner .infoMenuWrap .siteWidthLayer .infoMenu li a:focus {
	color: #FF6600;
}
#headerInner .infoMenuWrap .siteWidthLayer .infoMenu2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 100%;
	font-size: 0.9em;
}
#headerInner .infoMenuWrap .siteWidthLayer .infoMenu2 li {
	float: left;
	width: 50%;
	height: 100%;
}
#headerInner .infoMenuWrap .siteWidthLayer .infoMenu2 li a{
	display: block;
	height: 100%;
	text-align: center;
	color: #999;
}
#headerInner .infoMenuWrap .siteWidthLayer .infoMenu2 li a:hover {
	color: #333;
}
.naviWrap {
	height: 59px;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
}
#headerInner .naviWrap .siteWidthLayer {
	position: relative;
	margin: 0 auto;
}
#navigation {
	overflow: hidden;
	margin-left: 200px;
	margin-right: 50px;
}
#navigation > li {
	float:left;
	width: 20%;
	line-height: 59px;
	text-align: center;
	font-weight: bold;
	background-color: #E2D9C8;
}
#navigation > li > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
}
#navigation > li > a span.activeArrow{
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: -8px;
	text-align: center;
}
#navigation > li.lineOff > a {
	background: none;
}
#navigation > li.on > a {
	color: #d61834;
}
/* 2차메뉴 */
#navigation li ul {
	position: absolute;
}
#navigation li ul li {
	float: left;
	font-size: 0.85em;
}
#navigation li ul li:last-child {
	border: none;
}
#navigation li ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	padding: 0 10px 0 11px;
	background: url(../images/menu_vertical_line.jpg) no-repeat 0 center;/*가로메뉴일 경우 구분선*/
}
#navigation li ul li:first-child a{
	background: none;
}
#navigation li ul li.on a {
	color: #FFFF00;
}
#headerInner .naviWrap .siteWidthLayer p.totalMenuIcon {
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 199px;
	height: 59px;
	line-height: 59px;
}
#headerInner .naviWrap .siteWidthLayer p.totalMenuIcon a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #552729;
}
#headerInner .naviWrap .siteWidthLayer p.totalMenuIcon a .categoryTrigger {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 26px;
	height: 16px;
}
#headerInner .naviWrap .siteWidthLayer p.totalMenuIcon a .categoryTrigger span {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: .3s;
}
#headerInner .naviWrap .siteWidthLayer p.totalMenuIcon a .categoryTrigger span:nth-child(1) {
	top: 0;
}
#headerInner .naviWrap .siteWidthLayer p.totalMenuIcon a .categoryTrigger span:nth-child(2) {
	top: 50%;
}
#headerInner .naviWrap .siteWidthLayer p.totalMenuIcon a .categoryTrigger span:nth-child(3) {
	top: 100%;
}
#headerInner .naviWrap .siteWidthLayer p.totalMenuIcon a .categoryTrigger.active span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg)
}
#headerInner .naviWrap .siteWidthLayer p.totalMenuIcon a .categoryTrigger.active span:nth-child(2) {
	display: none;
}
#headerInner .naviWrap .siteWidthLayer p.totalMenuIcon a .categoryTrigger.active span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg)
}
#headerInner .naviWrap .siteWidthLayer p.totalMenuIcon a .menuName {
	margin-left: 60px;
	font-size: 16px;
	color: #fff;
}

#headerInner .naviWrap .siteWidthLayer p.shoppingCartMenu {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 59px;
	height: 59px;
	z-index: 999;
	background-color: #ffffff;
}
#headerInner .naviWrap .siteWidthLayer p.shoppingCartMenu a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
	background: url(../images/shopping_cart_icon.png) no-repeat center center;
}
#headerInner .naviWrap .siteWidthLayer p.shoppingCartMenu a span.cartNo{
	position: absolute;
	top: 15px;
	left: 20px;
	font-weight: bold;
	color: #fff;
}

/* ▦▦▦▦▦▦▦▦▦ 전체카테 고리 보기 ▦▦▦▦▦▦▦▦▦ */
#totalMenuPopUpWrap {
	position: absolute;
	top: 59px;
	left: 0;
	width: 199px;
	height: 435px;
	margin-top: 1px;
	margin-left: 1px;
	background-color: #b88a67;
	z-index: 999;
}
#totalMenuPopUpWrap .categoryAll {
}
#totalMenuPopUpWrap .categoryAll > ul {
	height: 100%;
	padding: 20px;
}
/* 1차메뉴 */
#totalMenuPopUpWrap .categoryAll > ul > li {
	padding: 8px 0;
	border-bottom: 1px dotted #976c4c;
}
#totalMenuPopUpWrap .categoryAll > ul > li:last-child {
	border-bottom: none;
}
#totalMenuPopUpWrap .categoryAll > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	transition: .2s;
}
#totalMenuPopUpWrap .categoryAll > ul > li > a:hover {
	color: #fff;
}
#totalMenuPopUpWrap .categoryAll > ul > li > a:before {
	content: "\e8b8";
	font-family: 'Material Icons';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
/* 2차메뉴 */
#totalMenuPopUpWrap .categoryAll > ul > li > ul {
	position: absolute;
	top: 0;
	left: 199px;
	width: 160px;
	height: 391px;
	padding: 20px;
	background-color: #fff;
	border: 2px solid #b88a67;
	border-left: none;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li {
	padding: 8px 0;
	border-bottom: 1px dotted #ccc;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li:last-child {
	border-bottom: none;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: normal;
	transition: .2s;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > a:hover {
	color: #000;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > a:after {
	content: "\e5cc";
	font-family: 'Material Icons';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
/* 3차메뉴 */
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul {
	position: absolute;
	top: -2px;
	left: 201px;
	width: 160px;
	height: 391px;
	padding: 20px;
	background-color: #fff;
	border: 2px solid #333949;
	border-left: none;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li {
	padding: 8px 0;
	border-bottom: 1px dotted #ccc;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul >  li:last-child {
	border-bottom: none;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	transition: .2s;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > a:hover {
	color: #0066CC;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > a:after {
	content: "\e5cc";
	font-family: 'Material Icons';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
/* 4차메뉴 */
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > ul {
	position: absolute;
	top: -2px;
	left: 201px;
	width: 160px;
	height: 391px;
	padding: 20px;
	background-color: #fff;
	border: 2px solid #333949;
	border-left: none;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > ul > li {
	padding: 8px 0;
	border-bottom: 1px dotted #ccc;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > ul > li:last-child {
	border-bottom: none;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	transition: .2s;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > ul > li > a:hover {
	color: #0066CC;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > ul > li > a:after {
	content: "\e5cc";
	font-family: 'Material Icons';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
/* 5차메뉴 */
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > ul > li > ul {
	position: absolute;
	top: -2px;
	left: 201px;
	width: 160px;
	height: 391px;
	padding: 20px;
	background-color: #fff;
	border: 2px solid #333949;
	border-left: none;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > ul > li > ul > li {
	padding: 8px 0;
	border-bottom: 1px dotted #ccc;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > ul > li > ul > li:last-child {
	border-bottom: none;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	transition: .2s;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover {
	color: #0066CC;
}
#totalMenuPopUpWrap .categoryAll > ul > li > ul > li > ul > li > ul > li > ul > li > a:after {
	content: "\e5cc";
	font-family: 'Material Icons';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}