/*------------------------------------------------------------
**
** GNB
**
--------------------------------------------------------------*/
/* .navbar-sticky {
	border-bottom: 1px solid rgba(255,255,255,.3);
} */
.navbar-sticky .site-logo {
    width: 200px;
    height: 60px;
    transition: all .3s ease;
    background-image: url(../img/logo-light.png);
    background-repeat: no-repeat;
		background-size: cover;
}
.site-logo-m>img {
	height: 60px;
}
.pw-header.on:hover {
    background-color: #fff;
}
.pw-header.on #gnb > li > a, 
.pw-header #gnb > li > ul > li a {
    color: rgba(0,0,0,.8);
}
.pw-header.on #allmenu,
.pw-header.sticky #gnb > li > a, 
.pw-header.off #gnb > li > a, 
.pw-header.on:hover #gnb > li > a {
    color: #000;
}


/* Sticky */
.pw-header {
	position: fixed;top: 0;left: 0;
	width: 100%;height: 90px;
	/*background-color: #fff;*/
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 500;
}
.pw-header.sticky {
	position: fixed;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.navbar-sticky .navbar-brand, 
.navbar-sticky .navbar-brand a {
    display: flex;
    align-items: center;
    width: 200px;
    max-width: 250px;
    height: 40px;
    background-repeat: no-repeat;
    transform: translateY(5px);
}
/*.navbar-sticky .navbar-brand {
	background-image: url(../../img/logo-dark.png);
}
*/
.pw-header.sticky #gnb,
.pw-header.sticky .lang-nav>a,
.pw-header.sticky #gnb > li,
.pw-header.sticky #gnb > li > a {
	line-height: 90px !important;
}
.pw-header.sticky #gnbBg {
	top: 90px;
}
.pw-header.sticky .menu-toggler {
	top: 35px;
}

.pw-header.sticky .navbar-sticky .site-logo {
    /*width: 86px;*/
    height: 60px;
	background-image: url(../img/logo.png);
}
.pw-header.on .navbar-sticky .site-logo {
	background-image: url(../img/logo.png);
}
.pw-header.sticky #allmenu {
	color: #333;
	border-left-color: rgba(0,0,0,.1);
}
.pw-header.on .bar,
.pw-header.sticky .bar {
	background-color: #333;
}

.lang-nav {
    display: flex;
    margin-left: 2rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 90px;
    color: #fff;
}
.lang-nav>a {
 	padding: 0 8px;
	line-height: 115px;
	height: 115px;
	color: #fff;
	transition: all .3s ease;
}
.lang-nav>a.en:before {
	content: '';
	position: absolute;
	left: 0;top: 52px;
	width: 1px;height: 10px;
	border-left: 1px solid rgba(255,255,255,.5);
	transition: all .3s ease;
}
.pw-header.sticky .lang-nav>a.en:before {
	top: 40px;
	border-left-color: rgba(0,0,0,.5);
}
.pw-header.on .lang-nav>a.en:before {
	border-left-color: rgba(0,0,0,.5);
}
.pw-header.on .lang-nav>a,
.pw-header.sticky .lang-nav>a {
	color: #333;
}

#gnb {overflow: hidden;}
#gnb > li{
	display:block;float: left;
	position: relative;
	margin-left: -1px;
}
#gnb > li > a{
	display: block;
	min-width: 120px;line-height: 90px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	transition: line-height .3s ease;
	font-weight: 500;
}
#gnb > li > ul{
	position:absolute;
	padding: 20px 0 0 0;
	width: 100%;height: 100%;height: 220px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	z-index: 99;
}
#gnb > li:hover > ul,
#gnb > li > ul:hover {background-color: rgba(255,255,255,0.05);}
#gnb > li > ul > li a {
	display:block;
	margin-bottom: 15px;
	min-width:100px;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	letter-spacing: -.9px;
	color: #333;
	transition: all .3s ease;
}
#gnb > li > ul > li > ul > li >a {
	margin-bottom: 5px;
	color: #888;
}	
#gnbBg {
	position:absolute;left:0;top:90px;
	width:100%;height: 0;
	background-color: #f9f9f9;
	z-index: 2;
}
#gnbBg .gnbBg-top {
    position: relative;
    width: 100%;
    height: 100%;
}
#gnbBg .gnbBg-top .gnb-bgimg {
	display: none;opacity: 0;
	background-repeat: no-repeat;
	background-position: left top;
    -webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	-ms-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.2s ease;
}
#gnbBg.active .gnb-bgimg {display: block;opacity: 1;}


.lang-header.dropdown {
    line-height: 80px;
}
.lang-header.dropdown .btn-lang {
    display: inline-block;
    padding: 0 10px !important;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    text-shadow: none;
    box-shadow: none;
    background: none;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}


.pw-header.on .lang-header.dropdown .btn-lang {
    color: #fff;
}
.pw-header.on.sticky .lang-header.dropdown .btn-lang,
.pw-header.sticky .lang-header.dropdown .btn-lang,
.pw-header:hover .lang-header.dropdown .btn-lang {
    color: #333;
}
.pw-header .lang-header .dropdown-menu {
	font-size: 14px;
	line-height: 30px;
	border-radius: 0;
}

/*sub-header*/
.pw-header.header-sub {
	background-color: #fff;
}	
.pw-header.header-sub .navbar-sticky{
	border-bottom-color: rgba(0,0,0,.1);
}
.pw-header.header-sub .navbar-sticky .site-logo {
	background-image: url(../img/logo-dark.svg);
}
.pw-header.header-sub #allmenu,
.pw-header.header-sub #gnb > li > a {
	color: #333;
}
.pw-header.header-sub #allmenu {
	border-left-color: rgba(0,0,0,.05);
}
.pw-header.header-sub .menu-toggler .bar {
	background-color: #333;
}

@media (min-width: 1200px) {
	.pw-header.sticky {
		height: 90px;
	}
}

@media (max-width: 1199px) {
	.pw-header {
		height: 60px;
	}
	.pw-header.sps {
		background-color: #fff;
	}
	header .navik-fixed-sidebar+.burger-menu {
	    width: 60px !important;
	    height: 60px !important;
	    padding: 20px 15px !important;
	}
	header .navik-fixed-sidebar+.burger-menu .text {
	    top: 21px !important;
	}
}
@media (max-width: 991px) {
	.pw-header .navbar-sticky {
		height: 60px;
	}
}
@media (max-width: 576px) {
	.navbar-sticky .navbar-brand, 
	.navbar-sticky .navbar-brand a {
		/*width: 220px;*/
	}
}
