@charset "UTF-8";

.k_h-header {
	background: #FFF;
	color: #242424;
}
/*.k_h-header path {
	fill: #242424;
}*/

.k_h-header .menu a:before {
	background: #000;
}
.k_h-header .burger-open span {
	background: #000;
}
.k_h-header .btn-mypage {
	color: #000;
}
.k_h-header:not(.h-black) .header__user#loginDiv .header_login .btn{
    border: 1px solid #000;
}

.k_h-header path {
	fill: #fff;
	transition: fill .3s;
}
.k_h-header path { fill: rgb(48 54 58); }
.k_h-header path:nth-child(1),
.k_h-global path:nth-child(1) {
	fill: rgb(0 108 184);
}
.k_h-header path:nth-child(2),
.k_h-global path:nth-child(2) {
	fill: rgb(230 0 57);
}