/*------------------------------------------------------------
**
** GNB
**
--------------------------------------------------------------*/

.navbar-sticky .site-logo {
	padding: 10px 0;
    width: 200px;
    height: 80px;
    background-image: url(../img/logo-dark.png);
    background-repeat: no-repeat;
}
.kso-header.on:hover {
    background-color: #fff;
}
.kso-header.on #gnb > li > a {
    color: rgba(0,0,0,.8);
}
.kso-header.sticky #gnb > li > a, 
.kso-header.off #gnb > li > a, 
.kso-header.on:hover #gnb > li > a {
    color: #000;
}

.navik-header.header-transparent {
	background-color: transparent;
}

#gnb li a:hover{
	color: #ef7caf !important;
}
#gnb ul > li.active > a{
	color: #ef7caf !important;
}

/* Sticky */
.kso-header {
	position: fixed;top: 0;left: 0;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 5000;
}
.kso-header.sticky .navbar-sticky {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.navbar-sticky .navbar-brand, 
.navbar-sticky .navbar-brand a {
    display: block;
    width: 200px;
    max-width: 220px;
    background-repeat: no-repeat;
    transform: translateY(6px);
}
.phone-num {
	height: 90px;
	color: #fff;
}
.kso-header.sticky .phone-num {
	color: #333;
}
.navbar-sticky {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar-sticky.sticky {
	background-color: #fff;
}
#gnb {overflow: hidden;}
#gnb > li{
	display:block;float: left;
	position: relative;
	margin-left: -1px;
}
#gnb > li > a{
	display: block;
	/*min-width: 130px;*/
	line-height: 90px;
	font-size: 17px;
	text-align: center;
	color: #fff;
}
/*#gnb > li:nth-child(3) > a{
	min-width: 190px;
}*/
.navbar-sticky.sticky .lang-nav>a,
.navbar-sticky.sticky #gnb > li > a {
	color: #000
}	
#gnb > li > ul{
	position:absolute;
	padding: 20px 0 0 0;
	width: 100%;
	height: 100%;
	height: 220px;
	text-align: center;
	border-left: 1px solid rgba(0,0,0,.05);
	border-right: 1px solid rgba(255,255,255,.1);
	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;
	padding-left: 0;
	margin-bottom: 15px;
	min-width:100px;
	font-size: 15px;
	line-height: 1.4;letter-spacing: -.9px;
	color: #fff;
	transition: all .3s ease;
}
#gnb > li > ul > li a:hover {
	color: #ef7caf !important;
}


#gnb > li:nth-child(3) > ul > li a {
	margin-bottom: 8px;
}
#gnb > li > ul > li > ul > li >a {
	margin-bottom: 5px;
	color: rgba(0,0,0,.5);
}
#gnbBg {
	position:absolute;left:0;top:90px;
	width:100%;height: 0;
	background-color: #f1aac8;
	z-index: 2;
}
#gnbBg .gnbBg-top {
    position: relative;
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(255,255,255,.2);
}
#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;
}
.kso-header.on .lang-header.dropdown .btn-lang {
    color: #fff;
}
.kso-header.on.sticky .lang-header.dropdown .btn-lang,
.kso-header.sticky .lang-header.dropdown .btn-lang,
.kso-header:hover .lang-header.dropdown .btn-lang {
    color: #333;
}
.kso-header .lang-header .dropdown-menu {
	font-size: 14px;
	line-height: 30px;
	border-radius: 0;
}

.mobile-nav a.top-nav {
	display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    background-color: #04CE5C;
    border-radius: 25px;
}

@media (min-width: 1200px) {

	.navik-header.header-opacity-on:hover, 
	.navik-header.header-transparent-on:hover {
		background-color: #fff;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.navik-header.header-opacity-on:hover, .bar,
	.navik-header.header-transparent-on:hover .bar {
		background-color: #333;
	}	
	.navik-header.header-opacity-on:hover .lang-nav>a, 
	.navik-header.header-transparent-on:hover .lang-nav>a,
	.navik-header.header-opacity-on:hover #gnb > li > a, 
	.navik-header.header-transparent-on:hover #gnb > li > a {
		color: #333;
	}
	

}	
@media (max-width: 1199px) {
	.kso-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;
	}
}