@charset "utf-8";



/* 탑메뉴 --------------------------------------------------------- */

#all-wrap{width:100%;clear:both;background-attachment:scroll;position:relative;z-index:3}
#gnb h2 {display:none;}
#gnb * {margin: 0; list-style: none;}
#gnb { border-top:1px solid #ddd; position:relative;margin:0;z-index:5;background-repeat:no-repeat;background-position:center top;width:100%;box-sizing:border-box;background-color:#FFF;padding:10px  0}

#gnb a{ display:inline-block; }
#gnb a:hover{font-size:1.2em;color:#E0C25A;text-decoration:none;letter-spacing:-1px}

#gnb .navibar-wrap {max-width:1400px; height:100px; margin:0 auto; place-items: center;}
#gnb .navibar-wrap .logo {float: left; width:25%; position: absolute; top:0px;}
#gnb .navibar-wrap .navibar-menu {float: right; width:65%; align-content: center; padding-top:20px;}






/* 헤더 --------------------------------------------------------- */

#header { transition: all 0.5s; z-index: 997; padding:22px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin: 0;}

#header.header-scrolled, #header.header-inner-pages {color:#000; background: white;  padding: 10px 0;box-shadow: 0 2px 5px 0 rgb(0 0 0 / 1%), 0 2px 10px 0 rgb(0 0 0 / 3%)}
#header.header-scrolled:after {background:#fff;color:#000;height:auto;}
#header.header-scrolled .navbar a:hover, #header.header-scrolled .navbar .active, #header.header-scrolled .navbar #header.header-scrolled .active:focus, #header.header-scrolled .navbar li:hover > a {color:#000;} 
#header.header-scrolled .navbar a, #header.header-scrolled .navbar a:focus {color:#000;}
#header.header-scrolled .mobile-nav-toggle {color:#000;}

/* 로고 */
#header .logo { height:100px;  background:url("../img/logo.png") no-repeat;     position: absolute;  transition: 0.3s;width: 280px; margin: 0 0 0 3.125rem;top:5px;z-index:99} /* 상단 메인이미지 위의 로고 */
#header.header-scrolled .logo { height:60px;  background:url('../img/logo_sub.png') no-repeat; z-index:11;} /* 스크롤 내렸을 때 로고 */
#header .logo a {display:block;cursor: pointer; height:100px;}
/* #header .header-scrolled .logo a {color:#000} */
#header .logo img {max-height: 60px;}
/*.header-scrolled .bi-x {color:#fff;}*/
#header .logo_m {display:none;}

/* 오른쪽 네모메뉴(로그인, 회원가입) */
#header .t_menu { position: absolute; transition: 0.3s; margin: 0 3.125rem 0 0; top: 40px; z-index: 99;right:0;display:flex}
.navbar-mobile .t_menu_m a, .navbar-mobile .t_menu_m a:focus {font-size:16px}
#header .t_menu a {color:#fff; display:block; padding: 5px 8px; border: 1px solid #e4e2e3;}
#header .t_menu a:hover {background:#3f8cff; border:1px solid #3f8cff; transition: 0.1s;}
#header .t_menu > div {margin-left:5px;}
#header.header-scrolled .t_menu a {color:#545557;border:1px solid #d1d1d1;}
#header.header-scrolled .t_menu a:hover {color:#fff;border:1px solid #3f8cff;}
#header.header-scrolled .t_menu {top:26px}



.show-991 {display:none;}







/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

/* 1차메뉴 */
.navbar { padding: 0; justify-content: center; }
.navbar ul { margin: 0; padding: 0; display: flex; list-style: none; }
.navbar li { position: relative; padding-left:15px;}
.navbar > ul > li { white-space: nowrap; padding: 8px 34px; } /* 1차메뉴 간의 간격 */
.navbar a, .navbar a:focus { display: flex; align-items: center; position: relative; justify-content: space-between; padding: 0 3px; font-size: 1.16rem; text-transform: uppercase;
  color: #fff; white-space: nowrap; transition: 0.3s; ont-weight: 700; }

 .navbar > ul > li > a:before { /* 1차메뉴에 마우스 올리면 파란색 줄 */
  content: ""; position: absolute; width: 120%; height: 2px; bottom: -6px; left: 0; background-color: #3f8cff; visibility: hidden; width: 0px; transition: all 0.3s ease-in-out 0s;  }
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;  width: 100%; }


/* 2차메뉴 */
.navbar .gnb_2dli a { text-align: left; color: #000; font-size: 0.9rem; font-weight: 700; }
.navbar .gnb_2dli a:hover{ color: #3f8cff; font-size: 0.9rem; }
#header.header-scrolled .navbar .gnb_2dli a:hover{ color: #3f8cff; font-size: 0.9rem; }





@media (max-width: 1366px) {

.navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
.navbar > ul > li {padding:8px 12px;}

}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;    margin: 0 1.1rem 0 0;
}


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
 /*  background: rgba(4, 7, 9, 0.9); */
  transition: 0.3s;
  z-index: 999;
}
#header .navbar-mobile ul .logo_m {display:block;}
#header .navbar-mobile ul .logo_m > a {font-size: 1.1rem;
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;}
#header .navbar-mobile .mobile-nav-toggle {display:block;}

#header .navbar-mobile ul .logo_m {    display: block;
    color: #000;
    z-index: 999;
    width: 140px;
    background-size: contain;
    height: 61px;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    line-height: 61px;
    padding: 0 0 0 20px;}

#header .navbar-mobile ul .logo_m > a {font-size: 1.1rem;
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 0;
margin: 0 1.1rem 0 0;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 0px 0 20px 0;
  border-radius: 0px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 28px;
  color: #15222b;
  font-weight:900;

}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3f8cff;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {background:#efefef;
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #3f8cff;
}
.navbar-mobile .dropdown > .dropdown-active {box-shadow: none;
/*     margin: 0; */
  display: block;background: #efefef;
}
.bi-x {color:#000;}

/*여기까지 참조 */