.header {
	position: relative;
}
.topbg {
	width: 100%;
    height: 51px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    position: fixed;
    top: 0px;
    z-index: 999999;
    background: #fff;
}

/* 뷰티 메인 페이지 헤더 css */
.beauty-page-header {
	border-bottom: none;
	display: flex;
	align-items: center;
}

.beauty-page-header .header_menu {
	display: none;
}

.beauty-page-header .header_logo {
	position: unset;
	transform: none;
	margin-left: 14px;
	margin-top: 3px;
}

.beauty-page-header .header_logo img {
	height: 20px;
}

.beauty-page-header .header_nav {
	right: 14px;
}

.header_menu {
	position: absolute;
	left: 11px;
	top: 5px;
}
.header_menu img {
	display: block;
	width: 21px;
	margin-left: 11px;
}
.header_menu span {
	display: block;
	font-size: 13px;
}
.header_logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 185px;
}
.header_nav {
	overflow: hidden;
	position: absolute;
	right: 4px;
	top: -4px;
}
.header_nav div {
	float: right;
	margin: 0 1px;
	padding: 14px 1px;
}
.header_nav div img {
	width: 24px;
}
@media screen and (max-width: 388px) {
	.header_nav {right: 2px;}
	.header_nav div {margin: 0;}
	.header_nav div img {width: 23px;}
}
@media screen and (max-width: 340px) {
	.header_nav {top: -2px;}
	.header_nav div {margin: 0; padding: 17px 0;}
    .header_nav div img {width: 21px;}
}