/*------------------------------------------------------------
**
** 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;
}


/* Sticky */
.kso-header {
	position: fixed;top: 0;left: 0;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 500;
}
.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: 150px;
    max-width: 150px;
    background-repeat: no-repeat;
    transform: translateY(4px);
}
.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:120px;
	line-height:90px;
	font-size: 17px;
	color: #fff;
}
#gnb > li > a, .navik-menu>ul>li>a{ padding-right:1rem !important; }
.navbar-sticky.sticky #gnb > li > a {
	color: #000
}	
#gnb > li > ul{
	position:absolute;
	padding: 20px 0 0 0;
	width: 100%;height: 100%;height: 220px;
	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: 15px;
	margin-bottom: 15px;
	min-width:100px;
	font-size: 15px;
	line-height: 1.4;letter-spacing: -.9px;
	color: #333;
	transition: all .3s ease;
}
#gnb > li:nth-child(3) > ul > li a {
	margin-bottom: 8px;
}
#gnb > li > ul > li > ul > li >a {
	margin-bottom: 5px;
	color: #ccc;
}
#gnbBg {
	position:absolute;left:0;top:90px;
	width:100%;height: 0;
	background-color: rgba(255,217,0,.95);
	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;
}
.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;
}


@media (min-width: 1200px) {

}	
@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;
	}
}



/*added*/
.member_wrap{ position:relative; z-index:1; }
.sns.member{ padding:0; }
.sns.member span svg{ transform:rotate(0deg); }
.sns.member.act span svg{ transform:rotate(180deg); }
.member-ul{ top:100%; left:0; padding:0; /*padding:1rem 1.3rem 1rem 1rem;*/ line-height:1em; }
.member-ul li{ display:inline-block; padding:0 10px; }
.member-ul li:not(:last-child){ /*margin-bottom:5px;*/ border-right:1px solid #fff; }
.member-ul li a{ white-space:nowrap; color:#fff; font-size:14px; }
.member-ul li a:hover{ color:#fed900; }
.navbar-sticky.sticky .member-ul li:not(:last-child){ border-right:1px solid #333; }
.navbar-sticky.sticky .member-ul li a{ color:#333; }



.menu-bottom{ width:100%; align-self:flex-end; }

.mo-mem{ padding-bottom:30px; }
.mo-mem > ul{ display:flex; padding:0; margin:0 -6px; }
.mo-mem > ul > li{ flex-grow:1; padding:0 6px; font-size:14px; line-height:1em; }
.mo-mem > ul > li > a{ display:block; text-align:center; }
.mo-mem > ul > li:not(:last-child){ border-right:1px solid #888; }
.mo-mem > ul > li a:hover{ color:#fed900; }

.sns.language img{ vertical-align:middle; max-width:30px; }

/*.mo-mm-wrap{ display:none; }
.mo-mem-wrap{ display:inline-block; padding-left:10px; padding-right:60px; }
.mo-mem-wrap .sns.member{ line-height:60px; color:#111; font-size:14px; } 

@media(max-width:991px){
	.mo-mm-wrap{ display:block; }
}*/