header{
	height: var(--menu-height);
	background: #fff;
	position: fixed;
	left:50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 10;
}

header > div{
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

header > div > *:nth-child(1){
	width: 13%;
	margin-right: 1rem;
}

header > div > *:nth-child(2){
	width: 70%;
	position: relative;
}

header > div > *:nth-child(3){
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	position: relative;
	column-gap: 2rem;
}


header > div > *:nth-child(3) button{
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	color: #666;
}

header > div > nav > ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	font-family: 'Outfit';
	font-weight: 500;
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	
}

header > div > nav > ul > li{
	text-align: center;
	position: relative;
	height: var(--menu-height);
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*flex: 1 1 0;*/
	white-space: nowrap;
}

header > div > nav > ul > li > ul{
	position: absolute;
	background: #F8F8F8;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	text-align: center;
	top:4rem;
	font-family: 'Outfit';
	font-weight: 500;
	font-size: 0.9rem;
	width: 100%;
	row-gap: 1.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-height: 0;
	overflow: hidden;
	color: #222;
	left: 50%;
	transform: translateX(-50%);
}

header > div > nav > ul > li:nth-child(1) > ul{
	width: 248px !important;
	left: 50%;
	transform: translateX(-50%);
}

html[lang=ko] header > div > nav > ul > li:nth-child(1) > ul{
	width: 180px !important;
}

header > div > nav > ul > li:nth-child(2) > ul{
	width: 180px;
	left: 50%;
	transform: translateX(-50%);
}

header > div > nav > ul > li:nth-child(5) > ul{
	width: 180px;
	left: 50%;
	transform: translateX(-50%);
}
header > div > nav > ul > li > ul > li:first-child{
	padding-top: 1.5rem;
}	

header > div > nav > ul > li > ul > li:last-child{
	padding-bottom: 1.4rem;
}	

header > div > nav > ul > li:hover{
	color: #FA6630;
}

header > div > nav > ul > li:hover > ul{
	border: 1px solid #FA6630;
	max-height: 20rem;
	transition: max-height 0.5s ease-out;
}

header > div > nav > ul > li:hover > ul > li{
	width: 100%;
}

header > div > nav > ul > li:hover > ul > li:hover{
	color: #FA6630;
}

header > div > *:nth-child(3) .cus-lang {
	height: var(--menu-height);
	display: flex;
	align-items: center;
	justify-content: center;
}

header > div > *:nth-child(3) .cus-lang > ul{
	position: absolute;
	background: #F8F8F8;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	text-align: center;
	top:4rem;
	font-family: 'Outfit';
	font-weight: 500;
	font-size: 0.9rem;
	width: 70%;
	row-gap: 1.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-height: 0;
	overflow: hidden;
}
header > div > *:nth-child(3)  ul > li:hover{
	color: #FA6630;
}

header > div > *:nth-child(3)  ul > li:first-child{
	padding-top: 1.5rem;
}

header > div > *:nth-child(3)  ul > li:last-child{
	padding-bottom: 1.4rem;
}


header > div > *:nth-child(3) .cus-lang:hover button{
	color: #FA6630;
}

header > div > *:nth-child(3) .cus-lang:hover ul{
	border: 1px solid #FA6630;
	max-height: 20rem;
	transition: max-height 0.5s ease-out;
}

header > div > *:nth-child(3) .cus-lang button:after{
	content: '\e313';
	font-family: 'Material';
	margin-left: 0.5rem;
}

header > div > *:nth-child(3) .cus-menu-all {
	height: var(--menu-height);
	display: flex;
	align-items: center;
	justify-content: center;
}

header > div > *:nth-child(3) .cus-menu-all button{
	font-size: 0;
	position: relative;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	
	position: absolute;
	color: #FA6630;
	transition: color 0.2s ease-in 0.1s;
	transition: background 0.2s ease-in 0.1s;
}


header > div > *:nth-child(3) .cus-menu-all span{
	font-size: 1.4rem;
	color: inherit;
	transition: color 0.2s ease-in 0.1s;
	position: relative;
}

header > div > *:nth-child(3) .cus-menu-all button:hover{
	color: #fff;
	background-color: #FA6630;
}

header > div > nav > ul > li.menu1-map > ul{
	width: 130%;
}

.usr-pop-sitemap .cus-cont > li:nth-child(1) > :nth-child(2){
	flex-wrap: wrap;
	row-gap: 1rem;
}

.usr-pop-sitemap .cus-cont > li:nth-child(1) > :nth-child(2) > li{
	flex: 1 1 46%;
}

.usr-pop-sitemap .cus-cont > li:nth-child(1) > :nth-child(2) > li:nth-child(2):after{
	content: none;
}

@media screen and (max-width: 1100px) {
	header > div > *:nth-child(1){
		width: 50%;
		padding-left: 0rem;
	}

	header > div > *:nth-child(1) img{
		height: calc(var(--menu-height) - 2rem);
	}

	header > div > *:nth-child(3){
		width: 20%;
		column-gap: 0;
		justify-content: flex-end;
		padding-right: 1rem;
	}

	header > div > *:nth-child(3) .cus-menu-all button{
		width: initial;
		height: initial;
	}

	header > div > *:nth-child(3) .cus-menu-all button:hover{
		color: #FA6630;
		background-color: #fff;
	}

	header > div > *:nth-child(3) .cus-menu-all span{
		font-size: 2.3rem;
	}
}

@media screen and (max-width: 740px) {
	.usr-pop-sitemap .cus-cont > li:nth-child(1) > :nth-child(2) > li:after{
		content: none;
	}
}
