/*-----------------------------------------------------*/
/* Nav */
/*-----------------------------------------------------*/
.header {
  width: 100%;
  height: 110px;
  position:relative;
  z-index: 99999;
}
.navbar {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  z-index: 10;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  border-bottom: solid 1px #eee;
}
.navbar .info {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 32px;
  font-weight: 500;
  line-height: 32px;
  border-bottom: solid 1px #eee;
  background: #fafafa;
}
.navbar .info i.fa {
  font-size: 12px;
}
.navbar .info a {
  display: block;
  float: left;
  padding-left: 7px;
  padding-right: 12px;
  border-left: solid 1px #dedede;
  border-right: solid 1px #dedede;
  color: #333;
  font-weight: 500 !important;
}
.navbar .info a:hover {
  color: #3bafda;
}
.navbar .info .toparea {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .info .toparea li {
  display: block;
  float: left;
}
.navbar .info .toparea li a {
  display: block;
  padding: 0 10px;
  font-family: 'Raleway', sans-serif, "Nanum Gothic";
  font-size: 12px;
  color: #333;
  line-height: 32px;
  vertical-align: middle;
  border-right: solid 1px #dedede;
  border-left: none;
}
.navbar .info .toparea li a:hover {
  color: #3bafda;
}
.navbar .brand {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  line-height: 70px;
  vertical-align: middle;
}
.navbar .brand .logo {
  display: inline-block;
}
.navbar .nav {
  text-transform: uppercase;
}
.navbar .nav li a {
  margin: 20px 5px;
  padding: 10px;
  color: #333;
  font-size: 16px;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .nav li a:hover,
.navbar .nav li a.hover,
.navbar .nav li a:focus,
.navbar .nav li a.focus {
  color: #3bafda;
  background: #fff;
}
.navbar .nav li.dropdown .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
  border-top: solid 1px #3498db;
  border-right:1px solid #e5e5e5; 
  border-left:1px solid #e5e5e5; 
  border-bottom:1px solid #e5e5e5; 
  left: 4px;
}
.navbar .nav li.dropdown .dropdown-menu li a {
  padding: 4px 15px;
  margin: 0;
  font-size: 13px;
}
.navbar .navbar-toggle {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
.navbar .navbar-toggle .icon-bar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #333;
}
.navbar .navbar-toggle:hover {
  border-color: #0097e6;
}
.navbar .navbar-toggle:hover .icon-bar {
  background: #0097e6;
}
.navbar.affix-top {
  position: fixed;
}
.navbar.affix {
  position: fixed;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
}
.navbar.affix .info {
  height: 0;
  border-bottom-width: 0;
}
.navbar.affix .brand {
  line-height: 55px;
}
.navbar.affix .nav li a {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar.affix .navbar-toggle {
  margin-top: 10px;
}
.no-mobile .dropdown:hover .dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: 0.3s animationSubMenu;
  -o-animation: 0.3s animationSubMenu;
  animation: 0.3s animationSubMenu;
  display: block;
}
.divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #ccc;
}
#favorite {color: #555; padding-left: 10px;}
.top_phone {color: #555; font-size: 14px; font-weight: 600; padding-left: 10px;}
@media screen and (max-width:767px) {
 #favorite {display:none;}
 .top_phone {display:none;}
 .navbar .info .toparea li a {
  display: block;
  padding: 0 5px;
 }
}

@media screen and (max-width: 767px) {
 .navbar {border:0; }
 .navbar .nav li a {
  margin: 5px;
  padding: 10px;
  color: #333;
  font-size: 16px;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom:1px solid #e5e5e5;
 }
 .navbar .nav li > a:after {
  content: '\f054';
  font-family: 'FontAwesome', sans-serif;
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  font-size: 10px;
  color: #555;
  padding: 10px 10px 0 0;
}
 .navbar .nav li > a.active:after { 
  content: "-";
  position: absolute;
  display: block;
  font-size: 1.5em;
  padding: 2px 10px 0 0;
}
}