/* 헤더 정의 */
#header {
	z-index: 1500;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #dedede;
	position: fixed;
	top: 0px;
}

#header .header-top {
	padding-top: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
	padding-right: 15px;
}

#header .header-top .btn-leftmenu {
	width: 24px;
	height: 24px;
	margin-top: 10px;
}

#header .header-top .btn-logo {
	width: 80px;
	margin-top: 6px;
	margin-left: 25%;
}

#header .header-top .btn-cart {
	width: 30px;
	height: 24px;
	float: right;
	margin-top: 13px;
}

#header .header-top .btn-search {
	width: 24px;
	height: 24px;
	margin-left: 7px;
	float: right;
	display: none;
	margin-top: 13px;
}

#header .header-top .btn-home {
	width: 18px;
	height: 18px;
}

#header .header-top .btn-back {
	width: 18px;
	height: 18px;
}

#header .header-top .tag-title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-left: 15px;
}

.header-search {
	padding: 0px 15px 15px 15px;
	background: #fff;
	z-index: 100;
}

.header-search-other {
	position: relative;
	padding: 15px;
	background: #fff;
	z-index: 100;
}

.header-search img {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 8px;
	left: 24px;
}

.header-search input[type=text] {
	width: 100%;
	height: 36px;
	border: 1px solid #de322a;
	font-size: 15px;
	outline: none;
	padding-left: 35px;
	padding-right: 10px;
	border-radius: 5px;
	-webkit-appearance: none;
}

.header-search-other img {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 24px;
	right: 24px;
}

.header-search-other input[type=text] {
	width: 100%;
	height: 36px;
	border: 1px solid #de322a;
	font-size: 15px;
	outline: none;
	padding-left: 9px;
	padding-right: 36px;
	border-radius: 5px;
	-webkit-appearance: none;
}

.header-search input::placeholder {
	color: #BABABA;
}

.header-search-other input::placeholder {
	color: #BABABA;
}

/* 왼쪽 메뉴 정의 */
#left-menu {
	line-height: 1 !important;
}

#left-menu .menu-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	margin:0 auto;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 2000;
}

#left-menu-wrapper {
	top: 0;
	width:100%;
	max-width: 600px;
	height: 100%;
	left: 0;
	position: fixed;
	background: #fff;
	margin-left: auto;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 3000;

	&::-webkit-scrollbar {
		display: none;
	}
}

.navbar {
	width: 0px;
	white-space: nowrap;
	text-align: center;
	height: 100% !important;
	margin-bottom: 0 !important
}

.navbar.navbar-inverse.navbar-fixed-top {
	border: none;
}

.navbar.navbar-inverse.navbar-fixed-top hr {
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

.navbar-fixed-top {
	right: inherit;
}

#left-menu-wrapper .header {
	position: fixed;
	width:100%;
	max-width: 600px;
	height: 51px;
	background: #de322a;
	border-bottom: 1px solid #ce2e27;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 10;
}

#left-menu-wrapper .setting-wraper {
	position: absolute;
	width: 100%;
	background: #de322a;
	top: 51px;
	z-index: 10;
}

#left-menu-wrapper .setting-wraper .setting {
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
}

#left-menu-wrapper .setting-wraper .setting img {
	width: 30px;
	height: 30px;
}

#left-menu-wrapper .setting-wraper .setting div {
	font-size: 12px;
	color: #fff;
	margin-top: 9px;
}

#left-menu-wrapper .menu-title {
	padding: 9px 15px;
	font-size: 12px;
	color: #222222;
	border-bottom: 1px solid #dedede;
	background: #f4f4f4;
}

#left-menu-wrapper .menu-wraper {
	width: 100%;
	background: #fff;
}

#left-menu-wrapper .menu-wraper .menu {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#left-menu-wrapper .menu-wraper .menu img {
	width: 21px;
	height: 21px;
}

#left-menu-wrapper .menu-wraper .menu div {
	font-size: 12px;
	margin-top: 12px;
}

#left-menu-wrapper .menu-wraper .menu.active {
	background: #ff736d;
}

#left-menu-wrapper .txt-color-category {
	color: #de322a;
}

#left-menu-wrapper .txt-color-category.active-txt {
	color: #fff;
}

#left-menu-wrapper .txt-color-menu {
	color: #222222;
}

#left-menu-wrapper .logout {
	position: fixed;
	left: -600px;
	bottom: 0;
	right: 0;
	width:100%;
	max-width: 600px;
	height: 51px;
	text-align: center;
	border-top: 1px solid #dedede;
	padding-top: 16px;
	padding-bottom: 16px;
	background: #fff;
	z-index: 10;
}

#left-menu-wrapper .logout img {
	width: 70px;
}

#left-menu-wrapper #sub-category {
	width: 100%;
	background: #fafafa;
}

#left-menu-wrapper #sub-category .item {
	padding: 13.5px 15px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

#left-menu-wrapper #sub-category .item div {
	font-size: 12px;
	color: #777777;
	float: left;
}

#left-menu-wrapper #sub-category .item img {
	width: 4px;
	height: 9px;
	float: right;
}

#btn-cart {
	position: relative;
}

#btn-cart .ico-cart {
	position: absolute;
	background: #de322a;
	color: #fff;
	border-radius: 20px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	right: -8px;
	top: 5px;
	padding-top: 2px;
	text-align: center;
}

#right-filter {
	line-height: 1 !important;
}

#right-filter .menu-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
	z-index: 2000;
}

#right-filter-wrapper {
	top: 0;
	width: 80%;
	height: 100%;
	right: -100%;
	position: fixed;
	background: #fff;
	margin-left: auto;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 3000;

	&::-webkit-scrollbar {
		display: none;
	}
}

.search-item {
	border-radius: 3px;
	padding: 5px;
	background: #de322a;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.search-item .item-txt {
	font-size: 12px;
	color: #fff;
	float: left;
}

.search-item .item-close {
	width: 9px;
	height: 9px;
	float: right;
	margin-left: 5px;
	margin-top: 2px;
}

#right-filter-wrapper .header {
	position: fixed;
	width: 80%;
	height: 8%;
	background: #de322a;
	border-bottom: 1px solid #ce2e27;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 10;
}

#right-filter-wrapper .search-content {
	position: absolute;
	width: 100%;
	top: 51px;
	z-index: 100;
	padding-bottom: 5px;
	background: #fff;
	height: 92%;
	overflow-y: hidden !important;
}

/* #right-filter-wrapper .search-item {border-radius: 3px; padding: 5px; background: #de322a; float: left; margin-left: 5px; margin-top: 5px; margin-bottom: 5px;}
#right-filter-wrapper .search-item .item-txt {font-size: 10px; color: #fff; float: left;}
#right-filter-wrapper .search-item .item-close {width: 8px; height: 8px; float: right; margin-left: 5px;} */
#right-filter-wrapper .search-content .menu-content {
	height: 97%;
	overflow-y: hidden !important;
}

#right-filter-wrapper .search-content .menu-content .menu-item {
	width: 100%;
	font-size: 15px;
	color: #999999;
	padding: 15px 15px 15px 8px;
	text-align: left;
	background: #f6f7f8;
	border-bottom: 1px solid #dedede;
}

#right-filter-wrapper .search-content .menu-content .menu-item.active {
	width: 102%;
	background: #fff;
	color: #222222;
}

#right-filter-wrapper .search-content .menu-content .content {
	width: 100%;
	padding: 15px;
	height: 100%;
	overflow-y: auto;
}

#right-filter-wrapper .search-content .menu-content .content .category {
	font-size: 12px;
	color: #8c8c8c;
	text-align: left;
	margin-top: 30px;
}

#right-filter-wrapper .search-content .menu-content .content .category.active {
	color: #de322a;
}

#right-filter-wrapper .search-content .menu-content .content .subcategory {
	font-size: 12px;
	color: #999999;
	text-align: left;
	margin-left: 10px;
	margin-top: 12px;
}

#right-filter-wrapper .search-content .menu-content .content .subcategory.active {
	color: #de322a;
}
