@media (min-width: 0px){
  body {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #edeff1;
    
  }
}

@media (max-width: 900px){

  .Mobileheader {
    display: none;
  }


}

@media (max-width: 500px){
  .brand {
    display: none;
  }
  .Mobileheader {
    display: none;
  }


}

header {height: 45px; background-color: #0b131f;}

/* logo */
.brand-logo {
  height: 45px;
  width: 185px;
  background: url(../img/logo.png) no-repeat center;
  float: left;
}

.gnb-menu {
  /*width: 500px;*/
}

.gnb-menu, .gnb-entry li {
  float:left;
}

.gnb-entry {
  list-style-type: none;
}

.gnb-entry-li {
  height:29px;
  line-height:15px;
  /*margin-top: 15px;*/
  margin-bottom: 2px;
  padding-bottom: 11px;
  border-bottom: 2px;
}

.gnb-entry-li.active {
  border-bottom: 2px solid #0097ff;
  font-weight: bold;
}
.gnb-entry-li.active a{
  font-size: 13px;
  text-decoration: none;
  color: #5dbffa;
}
.gnb {
  color: #697079;
  font-size: 13px;
  text-decoration: none;
  padding-left: 19px;
  padding-right: 19px;
}

.gnb:hover {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
/*
.gnb:active, .gnb.active{
  font-size: 13px;
  text-decoration: none;
  color: #5dbffa;
}*/


.login {
  line-height: 45px;
  text-align: right;
  
  /*font-size: 12px;
  color: #d7d7d7;
  line-height: 45px;
  width: 240px;
  position: absolute;
  right: 0px;
  top: 0px;*/
}

.login-btn {
  /* TODO: login 버튼 오른쪽 이미지 받아서 넣어야 함. */
  width: 15px;
  height: 15px;
  margin: 0px 20px 0px 12px;
}

.login a {
  color: #d7d7d7;
  text-decoration: none;
  font-size: 12px;
}

.headerBtn_normal_background {
  border: 0px;
  width: 30px;
  height: 28px;
  padding: 0px;
}

.headerBtn_over_background {
  border: 0px;
  width: 30px;
  height: 28px;
  padding: 0px;
}

.headerBtn_push_background {
  border: 0px;
  width: 30px;
  height: 28px;
  padding: 0px;
}

.headerBtn_disabled_background {
  border: 0px;
  width: 30px;
  height: 28px;
  padding: 0px;
}

.headerArea {
  background-color: #0b131f;
    /*min-width: 900px;*/
}

.headerMarginBorder {
  margin-top: 7px;
  margin-left: 7px;
  width: 2px;
  height: 10px;
  border-left: 1px solid #192941;
  border-right: 1px solid #2d4363;
}

.headerMarginBorder1 {
  margin-top: 7px;
  margin-left: 7px;
  width: 2px;
  height: 10px;
  border-left: 1px solid #192941;
  border-right: 1px solid #2d4363;
}

.headerMarginLeft {
  margin-left: 15px;

}

.headerMarginLeftLgoin {
  margin-left: 135px;

}

.headerMargin {
  margin-top: 7px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border : 1px solid #2d4363;
  border-radius: 5px;
  width: 2px;
  height: 10px;
}

.headerTextBox {
  width: 85px;
  height: 100%;
  text-align: center;
}

.headerPointer {
  cursor:pointer;
}
