
.toparea {
	width:100%;
	height:136px;
	margin:0;
	border-bottom:1px solid#e4e4e4;
}

.topbanner {
	height:44px;
	background-color:#ffffff;
	background-image:url('https://img.artnshop.net/banner/topbanner.jpeg');
	background-position: center center;
	background-size: auto 44px;
	overflow:hidden;
}

.logoArea {
	width:100%;
	padding:5px 0 20px 0;
	background-color:#ffffff;
	z-index:999999;
	border-bottom:1px solid #e4e4e4;
}

.logoArea .wrap {
	display:flex;
}

.logoArea img.logoImg {
	height:40px;
	margin-top:13px;
}

.logoArea img.snsImg {
	margin-top:22px;
	filter: grayscale();
}

.logoArea .logo {
	display:inline-block;
	width:890px;
}

nav.navwrap {
	font-family:'arial', 'Noto Sans KR';
	font-size:17px;
	height:68px;
	text-align:left;
	z-index:999999;
	background-color:#ffffff;
	margin:0 auto;
}

nav.navwrap ul {
	display:inline-block;
	width:100%;
	list-style: none;
	padding:0;
	margin:10px 0 0 0;
	line-height: 100%;
}

nav.navwrap ul li {
	display:inline-block;
	margin:0px 15px 0;
	text-align: center;	
	letter-spacing: -1px;
	align-items: center;
	justify-content: center;
	font-weight:600;
	vertical-align:top;
	
}

nav.navwrap ul li.global-menu {
	margin-top:9px;
	color:#999999;
}

nav.navwrap ul li.global-menu:hover {
	color:#000000;
}

nav.navwrap ul li.global-menu span {
	font-size:11px;
	color:999999;
	font-weight:600;
}

nav.navwrap ul li.active {
	color:#000000;
	font-weight:600;
}

nav.navwrap ul li.global-submenu {
	margin-top:9px;
	font-weight:500;
	font-size:13px;
	color:#888888;
}

nav.navwrap ul li.global-submenu:hover {
	color:#000000;
}


/* section */

.sectionArea {
	width:100%;
	height:57px;
}

.section {
	width:100%;
	height:56px;
	background-color:#f7f7f7;
	border-bottom:1px solid #dddddd;
	z-index:999999;
}


.section ul li:first-child {
	margin-left:0;
}

.section ul li:last-child {
	margin-right:0;
}

.section ul li a {
	color:#000000;
}

.section ul li a:hover, .section ul li.active {
	color:#0099aa;
}

/* 검색 */

.righttopbanner > input.searchInput {
	margin:20px 0 0 0;
	width:260px !important;
	padding:7px 13px;
	border-radius: 0px;
	border:0 solid #000000;
	border-width:0 0 2px 0;
	background-color:#ffffff !important;
	color:#000000;
	background:url('https://img.artnshop.net/images/searchbg.gif');
	background-position:right center;
	vertical-align:middle;
	font-size:14px;
	font-weight:700;
}

.righttopbanner > input.searchInput::placeholder {
	font-weight:600;
}

input:focus {
	outline: none;
}

h4 {
	font-size:14px;
	color:#666666;
	font-weight:500;
	margin:0 0 0 0;
	letter-spacing: -1px;
	line-height:100%;
}

.sub-sections {
	display:none;
	width:calc(100% - 240px);
	height:56px;
	padding:0 0 0 240px;
	z-index:999999;
	overflow:hidden;
	font-size:0;
	text-align:left;
}

.sub-section {
	padding:21px 15px ;
	display:inline-block;
	vertical-align:middle;
	border:0px dotted #dddddd;
	background-color:transparent;
	border-width:0 0 0 0;
	text-align:center;
	cursor:pointer;
}

.sub-section:hover H4, H4.active {
	color:#000000;
	font-weight:600;
}

.sub-section:last-child {
	border-width:0 0 0 0;
}

.sub-section ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:400;
	letter-spacing:-1px;
	line-height:200%;
}

.sub-section ul li {
	display:block;
	text-align:left;
	margin:0;
	line-height:100%;
	
}

.sub-section ul li a {
	color:#666666;
	font-weight:400;
	
}

.sub-section ul li a:hover {
	color:#0099aa;
}

/* 상단영역 */



.menu {
	text-align:center;
	height:58px;
	text-align: left;
	margin:15px 0 15px;
	//background-color:#f7f7f7;
	border:0px solid #eeeeee;
	border-width:0 0 0 0;
}

.localTitle {
	display:inline-block;
	font-family:'arial', 'Noto Sans KR';
	font-size:18px;
	line-height: 56px;
	font-weight: 500;
	letter-spacing: -1px;
	color:#666666;
}

.localTitleDesc, .localTitleDesc p {
	display:inline-block;
	width:500px;
	font-size:12px;
	line-height:120%;
	padding:7px 0 0 10px;
	vertical-align: top;
	letter-spacing: -1px;
}

.local-Sub-Menu {
	float:right;
}

.local-Sub-Menu ul {
	float:right;
	padding:19px 0 0 0;
	margin:0;
	list-style:none;
}

.local-Sub-Menu ul li {
	font-family:'arial', 'Noto Sans KR';
	font-size:12px;
	float:left;
	margin-left:16px;
	font-weight: 600;
	color:#777777;
	letter-spacing: -0.5px;
	cursor: pointer;
}

.local-Sub-Menu ul li.total {
	margin-top:3px;
}

.local-Sub-Menu ul li a:hover {
	color:#55ccdd;
}

li.sort {
	background-color:#889999;
	padding:2px 10px 4px 8px;
	margin-top:-2px;
	border-radius:12px;
	color:#ffffff;
}

li.sort a {
	color:#ffffff;
}