header.main-header {
	position: fixed;
	background-color: transparent;
	top: 0;
	width: 100%;
	transition: background 0.3s linear;
}
header.main-header.fixed {
	background-color: #fff;
	border-bottom: 0.1rem solid #d9d9d9;
}
header.main-header.on {
	color: #222;
	background-color: #fff;
} 
header.main-header.fixed .main-gnb .gnb-depth1 > li > a,
header.main-header.on .main-gnb .gnb-depth1 > li > a:not(.active) {
	color: #222;
}
header.main-header.on .main-gnb .gnb-depth1 > li > a.active {
	color: #fff;
}
header.main-header .side-menu > li.lang .lang-select {
    border: 0.1rem solid #fff;
	height: 4.3rem;
}
header.main-header .side-menu.on > li.lang .lang-select {
    border: 0.1rem solid #222;
}
header.main-header .side-menu > li.lang .lang-select > li > a {
	background: transparent;
}
header.main-header .side-menu > li.lang .lang-select > li:not(:first-child) > a:hover {
	background: #ADADAD;
	color:#fff
}
header.main-header .side-menu.on > li.lang .lang-select > li:first-child > a::after {
	background-image: url(/_res/seojeong/_share/img/ico-lang-arr_on02.png);
}
header.main-header.on .menu-mobile span,
header.main-header.fixed .menu-mobile span {
	background: #222;
}