.header{
	height:100px;
	display:flex;
	justify-content: space-between;
	align-items:center;
	padding: 0;
}
.main-logo{
	font-size:40px;
}
.main_menu{
position:relative;
}
.search{
position:absolute;
display:inline-block;
right:15px;
top:50%;
transform:translateY(-50%);
}
.search i{
font-weight:blod;
font-size:20px;
}

.main_search{
	min-width:550px; 
	border:solid 2px #7DACFF; 
	min-height:50px; 
	padding-left: 10px; padding-right: 10px;
}
.user{
	display:flex;
}
.user .user_kit{
	width:70px;
	text-align:center;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	position:relative;
	cursor:pointer;
}
.user .user_kit i{
	font-size:25px;
	width:100%;

}
.user .user_kit span{
	margin-top: -8px;
	width:100%;
}

.main-top{
	display:flex;
	justify-content:end;
}
.main-top ul{
	display:flex;
	align-items:center;
	height:10px;
}

.user_nav{
position:absolute;
top:100%;
z-index:22;
background-color: #fff;
min-width:100px;
border-radius:3px;
box-shadow:0 5px 5px rgba(0,0,0,0.1);
height:0;
overflow:hidden;
}
.kit_myshop:hover .user_nav{
	height:auto;
}
.user_nav ul li{
	text-align:center;
	margin-bottom: 5px;
	cursor:pointer;
}

.user_nav ul li:first-child{
	margin-top: 15px;
}

.user_nav ul li:last-child{
	margin-bottom: 15px;	
}

.moblie {
height: 60px;
border: 1px solid #000;
display: inline-block;
text-align: right;
}

div#mob {
    display: inline-block;
    /* margin-left: 120px; */
}

.nav_bg{
	border:solid 1px #ddd;
}

.navigation{
	height:50px;
}

.nav_bar{
	display:flex;
	height:100%;
	align-items:center;
	justify-content:first;
}



#toggle {
    display: block;
    width: 28px;
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}
#toggle span:after{
    top: 9px;
}
#toggle span {
    position: relative;
    display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 4px;
    background-color: #888;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

#toggle.on span {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on + #menu {
    opacity: 1;
    visibility: visible;
}

.menu_line{
    height:100%; display: block; width:1px; background-color: #ddd;
}

.nav_bar{position:relative;}
.nav_bar ul{
    display:flex;
    width:100%;
}

.nav_bar ul li{
    margin-right: 20px;
}

.nav_bar_line {
    height: 50px;
    width: 30px;display: flex;
    justify-content: center;
    align-items: center;
}

.nav_bar_line2 {
    width: 50%;
    height: 50%;
    position: relative;
}

.nav_bar_line2 .line1 {
    top: 0;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #aaa;
    display: block;
    position: absolute;
}

.nav_bar_line2 .line2 {
    top: 50%;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #aaa;
    display: block;
    position: absolute;
    transform: translateY(-50%);
}

.nav_bar_line2 .line3 {
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #aaa;
    display: block;
    position: absolute;
}


.all_menu ul{
    width:100%;
    display: block;
    height:100%;
}

.all_menu ul li{
    display: block;
    width:100%;
    padding: 15px 20px;
    border-bottom:solid 1px rgba(255,255,255,0.3);
}

.mobile_top{
    position:relative;
}

.mobile_menu{
    position:absolute;
    left:20px; 
    top:50%;
    transform: translateY(-50%);
}

.mobileGnb {
	width: 300px;
	height: 100%;
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	background-color: #fff;
	top: 0;
	left: -100%;
	position: fixed;
	z-index: 999;
	transition:all .5s;
}
.mobileGnb.open {
    display:block !important;
	
}

.mobliePanel {
    
}

.mobliePanel .sidebar-main {
    font-weight: bold;
    padding: 10px;
}

.mobileGnb ul li {
    color: #888;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #e2e8e9;
    margin-bottom: 1px;
    text-indent: 18px;
}

.mobileGnb .sidebar-main i {
    padding: 5px;
    margin: 10px;
    float: right;
}

#sidebarDown .sidebarBtn {
    width: 100px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    margin: 20px 19px;
	text-align:center;
	padding-right:20px;
}

@media(max-width:767px){
}
.all_menu_white{
    transition:all 0.5s;
}
.all_menu_white.active{
    height:570px;
}