div.logobar {
    padding: 10px 15px;
    background-color: rgb(248, 248, 248);
    color: #777777;
}
.logobar .container{
	border-bottom: 1px solid #e7e7e7;
}
.logobar a {
    color: #4e5e6b;
}
.navbar{
  border-top: none !important;
}
.navbar-brand {
  font-size : 36px;
}
.brand-text{
	visibility: hidden;
}
.navbar{
  border-radius: 0px !important;
}
.place {
  margin-top : 105px;
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}

.navbar-brand {
  font-size: 40px;
  background: url("../../getImage/ease-2022/orig/layout_set_logo2.png") no-repeat 0 0px;
  background-size: 450px; /* 406*/
  background-position: 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 150px;
  width: 450px;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .navbar-brand {
    background-size: 100%; /* 406*/
    width: 250px;
    height: 75px;
  }
  .place {
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 24px;
    float: left;
    display:block;
    width: 100%;
  }
}