ul.fr li {
  float: left;
  margin-left: 7px;
}

.hd_top {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(56, 56, 56, 1);
}

.hd_top a {
  color: rgba(56, 56, 56, 1);
  margin-right: 7px;
}

.hd_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.search {
  position: relative;
}

.logo {
  width: 36.5%;
}

.logo img {
  width: 100%;
}

#searchWord {
  border: 0;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 1.125rem;
  margin-top: 25px;
  color: rgba(153, 153, 153, 1);
  width: 396px;
  height: 48px;
  opacity: 1;
  border-radius: 100px;
  background: rgba(238, 238, 238, 1);
}

.search form button {
  position: absolute;
  right: 14px;
  top: 32px;
  background: url(../images/public/search_icon.png) 0 0 no-repeat;
  background-size: 100%;
  width: 33px;
  height: 33px;
  border: none;
  outline: none;
  cursor: pointer;
}

.header_nav {
  margin-top: 47px;
  position: relative;
  z-index: 99;
  box-sizing: border-box;
  border-bottom: 3px solid rgba(0, 71, 153, 1);
  padding-bottom: 15px;
}

.nav_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav_ul li {
  width: 8%;

  font-size: 22px;
  font-weight: 700;
}

.header_nav li a {
  color: rgba(56, 56, 56, 1);
}

.navon a {
  color: rgba(0, 71, 153, 1) !important;
}

@media (max-width: 1280px) {
  .nav_ul li {
    width: 11%;
  }
}

@media (max-width: 992px) {
  .nav_ul li {
    width: 11%;
  }

  .logo {
    width: 60.5%;
    margin: 0 auto;
  }

  .search {
    margin: 0 auto;
  }

  #searchWord {
    width: 500px;
  }

  .nav_ul li {
    width: 33%;
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 540px) {
  #searchWord {
    width: 100%;
  }

  .logo {
    width: 77.5%;
  }

  .search {
    margin: 0 auto;
    width: 100%;
  }
}
