/* 상단영역  */
header{
  /*! position: fixed; */
  z-index: 1;
  top: 0;
  right: 50%;
}
header>div{
  /*! position: fixed; */
  /*! top: 0; */
  /*! width: 100%; */
}
.lar{
  width: 100%;
}
header>div a.logo{
  text-indent: -9999px;
  display: block;
  background-image: url(../img/jeong.jpg);
  width: 100px;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
header>div ul{
   /*! width: 100%; */
   /*! height: 30px; */
   position: absolute;
   /*! top: 100px; */
   right: 43%;
   font-size: 18px;
   font-weight: bold;
   /*! text-align: center; */
   color: #000;
   cursor: pointer;
   /*! display: none; */
   /*! background-color: rgba(29,31,33,1); */
   box-sizing: border-box;
}
.ulset{
  top: 20px !important;
  padding-left: 200px !important;
}

header>div ul li{
  line-height: 2;
  /*! display: block; */
  /*! transition: all 0.5s; */
  float: left;
  margin-left: 30px;
  text-align: center;
}
.la{
  float: left;
  margin-left: 200px;
}
header>div ul li a{
  
  color: #000;
  font-size: 20px;
}
