/* BASIC css start */
 
 
 
.slidemenu_open {
    overflow: hidden;
}


.displaynone {
  display: none !important;
}


.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.trans {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header {
	/* position: relative; */
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	width: 100%;
	top: 0;
	font-size: 0;
	z-index: 2;
	padding: 30px 15px;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	top: -200px;
    max-width:600px;
    margin:0 auto;
    
}


#black_dummy {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: -1;
	opacity: 1;
	z-index: 200;
}
#slide_sidebar {
	width: 231px;
	background:#fff;
	z-index:1200;
	position:fixed;
	height:100%;
	top:0px;
	right: -240px;
	overflow-y:scroll;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
} 
#header .logo {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

#header .menu {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
    line-height:30px;
}

#header .logo img {
    height: 29px;
    position: relative;
    top: -5px;
}

#header .menu img {
    height: 17px;
    margin-left: 28px;
}

#header.fixed {
    background-color: rgba(255, 255, 255, 0.9);
    position: sticky;
    top: 0px;
    /*margin-left: 0px;*/
    /*left: 0px;*/
    width: 100%; 
    padding: 20px 15px 10px 15px;
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.5);
} 

.slide_top {
    position: absolute;
    right: 18px;
    top: 33px;
}

.slide_top #sideClose img {
    width: 16px;
}

.navCategory {
    padding-top: 70px;
}

.navCategory nav {}

.navCategory nav ul {}

.navCategory nav ul li {
    padding: 15px 0;
}

.navCategory nav ul li:nth-child(4) {
    display: none;
}

.navCategory nav ul li ul li:nth-child(4) {
    display: block;
}



.navCategory nav ul li a {
    color: #000000;
    font-size: 18px;
    font-family: "S-CoreDream-4Regular",'Josefin Sans', sans-serif;
    font-weight: 700;
}

.quick_menu {
    text-align: right;
    padding-right: 41px;
    padding-top: 0px;
}

.quick_menu ul {}

.quick_menu ul li {
    padding: 8px 0;
}

.quick_menu ul li a {
    font-weight: 300;
    color: #666666;
    font-size: 13px;
    letter-spacing: 0;
    font-family: "S-CoreDream-4Regular",'Malgun Gothic', Dotum, "돋움", sans-serif;
}

.sns {
    padding-top: 22px;
    padding-bottom: 30px;
    text-align: right;
    padding-right: 41px;
}

.sns ul {}

.sns ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

.sns ul li img {
    height: 15px;
} 

.sub_category li {
    padding: 10px 0 0 0 !Important;
}
.sub_category li:nth-child(3) {
    display: block !Important;
}
.sub_category li > a {
    font-size:14px !Important;
    font-weight:lighter !Important;
}

#header .menu img.search_ic {
    height: 22px;
    margin-top: -3px;
} 

.navCategory nav ul li:nth-child(2) ul {
    display:none;
}

/* BASIC css end */

