* {
	margin: 0;
	padding: 0;
	font-family: 'ChosunGu';
}

#H-wrap-M {
	display: none;
}

#H-wrap-PC {
	display: block;
	margin: 0 auto;
	height: 130px;
	width: 100%;
	border-bottom: 1px solid #e5e7eb;
	background-color: white;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

#H-wrap-PC #H-logo {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}

#H-wrap-PC #H-logo>a {
	text-decoration: none;
	display: flex;
}

#H-wrap-PC #H-logo-txt {
	font-family: 'Binggrae-Two';
}

#H-wrap-PC #H-logo-img {
	margin-left: 6px;
	height: 38px;
}

#H-wrap-PC .logo-color {
	color: #ffeb9e;
}

#H-wrap-PC #H-1 {
	width: 100%;
	height: 70px;
	display: flex;
}

#H-wrap-PC #H-1-1 {
	width: 20%;
}

#H-wrap-PC #H-1-2 {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#H-wrap-PC #H-1-3 {
	width: 30%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

#H-wrap-PC #H-1-3 button {
	background: #ece19e;
	border: none;
	color: white;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s ease;
	color: black;
	font-weight: bold;
}

#H-wrap-PC #H-1-3 a {
	color: black;
	text-decoration: none;
}

#H-wrap-PC #H-1-3 a:hover {
	transform: translateY(-2px);
}

#H-wrap-PC #H-1-3 button:hover {
	background: #ebb36b;
	transform: translateY(-2px);
}

#H-wrap-PC #H-2 {
	width: 100%;
	height: 60px;
	display: flex;
	background-color: white;
	border-top: 1px solid #e5e7eb;
}

#H-wrap-PC #H-2-1 {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#H-wrap-PC #H-2-1 button {
	background: #ece19e;
	color: white;
	border: none;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s ease;
	color: black;
	font-weight: bold;
}

#H-wrap-PC #H-2-1 button:hover {
	background-color: #ebb36b;
	transform: translateY(-2px);
}

#H-wrap-PC #H-2-1 a {
	text-decoration: none;
	color: black;
}

#H-wrap-PC #H-2-2 {
	width: 60%;
}

#H-wrap-PC #H-2-3 {
	width: 20%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#H-wrap-PC #H-2-3 button {
	background: #ece19e;
	border: none;
	color: white;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s ease;
	color: black;
	font-weight: bold;
}

#H-wrap-PC #H-2-3 button:hover {
	background: #ebb36b;
	transform: translateY(-2px);
}

#H-wrap-PC #filter-M {
	font-size: 16px;
	list-style: none;
	display: flex;
	text-align: center;
	justify-content: center;
	background-color: #ffffff;
	min-height: 40px;
}

#H-wrap-PC #filter-M>li {
	width: 100%;
}

#H-wrap-PC #filter-M>li>div {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

#H-wrap-PC #filter-M>li>div>a {
	display: block;
	padding: 6px 12px;
	border-radius: 12px;
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}

#H-wrap-PC #filter-M>li>div>a:hover {
	border: none;
	background-color: #fd5d00e8;
	color: #fff;
	transform: translateY(-1px);
}

#H-wrap-PC #filter-M>li>ul {
	padding: 10px 0;
	list-style: none;
	border-left: 1px solid #999;
}

#H-wrap-PC #filter-M>li>ul:first-child {
	border: none;
}

#H-wrap-PC #filter-M>li.active>div>a {
	background-color: #fd5d00e8;
	color: #fff;
}

#H-wrap-PC #filter-M .submenu li.selected {
	background-color: #f3f4f6;
	color: #fd5d0063;
}

#H-wrap-PC #filter-M>li:hover .submenu {
	display: block;
}

#H-wrap-PC .submenu>li {
	padding: 5px 0;
}

#H-wrap-PC .submenu>li:hover {
	background-color: #eee;
}

#H-wrap-PC .search-box {
	display: flex;
	align-items: center;
	width: 100%; max-width : 500px;
	border: 2px solid #fd5d008c;
	border-radius: 30px;
	padding: 4px 12px;
	background-color: #fff;
	transition: 0.3s ease;
	max-width: 500px;
}

#H-wrap-PC .search-box:focus-within {
	box-shadow: 0 0 0 3px #fd5d004d;
	transform: translateY(-1px);
}

#H-wrap-PC .search-txt {
	border: none;
	background: none;
	outline: none;
	float: left;
	padding-left: 5px;
	color: #797979;
	font-size: 18px;
	line-height: 30px;
	min-width: 300px;
	max-width: 90%;
	width: 800px;
	min-width: 200px;
	flex: 1;
}

#H-wrap-PC .search-btn {
	color: #f9deec;
	float: right;
	width: 40px;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	border: none;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#H-wrap-PC .search-btn:hover {
	transform: scale(1.1);
}