/* BASIC css start */
/* 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: 15px 34px;
	-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;
}


#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: 50%;
	background:#fff;
	z-index:202;
	position:fixed;
	height:100%;
	top:0px;
	right: -50%;
	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: 40%;
}

#header .menu {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    text-align: right;
    position: relative;
}

#header .logo img {
    height: 50px;
}

#header .menu img {
    height: 15px;
    margin-left: 25px;
}

#header.fixed {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0px;
    margin-left: 0px;
    left: 0px;
    width: 100%; 
    padding: 20px;
} 

.slide_top {
    position: absolute;
    right: 28px;
    top: 43px;
}

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

.navCategory {
    padding-top: 65px;
}

.navCategory nav {}

.navCategory nav ul {}

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

.navCategory nav ul li a {
    font-weight: 300;
    color: #323232;
    font-size: 18px;
    font-family: 'Noto Serif KR', 'lato', serif;
}

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

.quick_menu ul {}

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

.quick_menu ul li a {
    font-weight: 300;
    color: #8d8480;
    font-size: 13px;
    font-family: 'Noto Serif KR', 'lato', serif;
    letter-spacing: 0;
}

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

.sns ul {}

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

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



.sub_menu{
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    background: #f9f9f9;
    box-sizing: border-box;
    z-index: 201;
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
}
.sub_menu.show{
    right: 50%;
}
.sub_menu ul{
    padding-left: 37px;
    padding-right: 0;
    margin-top: 80px;
    -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;
    position: relative;
}
.sub_menu ul li{
    padding-bottom: 29px;
    width: 100%;
    word-break: break-word;
}
.sub_menu ul li a{
    font-weight: 300;
    color: #323232;
    font-size: 18px;
    font-family: 'Noto Serif KR', 'lato', serif;
}
ul.multishoplistitem {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 75px;
    font-size: 0;
}

ul.multishoplistitem li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
ul.multishoplistitem li a img {
    margin-left: 0 !important;
}

/* BASIC css end */

