/* +Breakpoint
 **----------------------------------------------------------------------------*/
/* +Color
 **----------------------------------------------------------------------------*/
/* +Breakpoint
 **----------------------------------------------------------------------------*/
header {
  box-shadow: 0px 2px 4px rgb(145 145 145 / 50%)
}

header a {
  text-decoration: none;
}
header a:hover {
  color: #8d1516;
  text-decoration: none;
}
header .sign_out:hover {
  color: #fff;
  text-decoration: none;
}

header .wrap-content {
  width: 100%;
  /*max-width: 1070px;*/
  margin: 0 auto;
}

header .top-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

header .header-wrap {
  position: relative;
  width: 100%;
  /*height: 190px;*/
}
/*
@media screen and (min-width: 564px) {
  header .header-wrap {
    height: 150px;
  }
}*/

header .logo-wrap {
  padding-top: 10px;
  margin-bottom: 10px;
}

header .logo-wrap .logo {
  max-width: 300px;
  /*margin: 0;*/
}

header .logo-wrap .logo a {
  display: block;
  line-height: 1;
}

@media screen and (min-width: 564px) {
  header .logo-wrap {
    padding-top: 20px;
  }
  header .logo-wrap .logo {
    max-width: 570px;
  }
}

@media screen and (min-width: 768px) {
  header .logo-wrap {
    padding-top: 10px;
  }
  header .logo-wrap .logo {
    max-width: 684px;
  }
}

@media screen and (min-width: 1024px) {
  header .logo-wrap .logo {
    max-width: 684px;
  }
}
.line-bottom {
    border-bottom: 2px solid #8d1516;
}
.logo {
    margin-left: 20px;
}

@media screen and (min-width: 1024px) {
  header .search-group {
    flex-wrap: nowrap;
  }
}

header .search-group .search-title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

@media screen and (min-width: 564px) {
  header .search-group .search-title {
    flex: 0 1 auto;
    width: auto;
    max-width: none;
    margin-right: 15px;
    margin-bottom: 0px;
  }
}

header .search-group .input-group {
  width: 100%;
  max-width: 260px;
  height: 46px;
}

header .search-group .input-group .form-control {
  height: 46px;
  border-color: #adadad;
  border-right-width: 0;
}

@media screen and (min-width: 564px) {
  header .search-group .input-group {
    /*max-width:377px;*/
      max-width:100%;
  }
}

header .search-group #btnSearch {
  width: 46px;
  padding: 0;
  border: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #333;
  transition: .3s;
}

header .search-group #btnSearch:hover {
  opacity: .85;
}

@media screen and (min-width: 768px) {
  header .search-group #btnSearch {
    width: 70px;
  }
}
.login-btn {    
    background-color: #8d1516;
    padding: 0.3rem 1.5rem !important
}
.login-word {
    color: #8d1516;
}
.sign_out {
  color: #fff;
}

footer {
  height: 60px;
  background-color: #ffd6bb;
  color: #fff;
}

@media screen and (min-width: 564px) {
  footer {
    height: 90px;
  }
}

footer a {
  color: #000;
}

footer .footer-wrap {
  position: relative;
  width: 100%;
  max-width: 1070px;
  height: 100%;
  margin: 0 auto;
}

footer .for-accesskey {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 3;
}

footer .copyright {
  color: #000;
  text-align: center;
  font-size: 16px;
}

footer .seal {
  position: absolute;
  top: 18px;
  right: 30px;
}

@media screen and (min-width: 1024px) {
  footer .seal {
    right: 175px;
  }
}

footer .seal a {
  display: block;
}

footer .seal a:not(:last-of-type) {
  margin-right: 20px;
}

footer .seal img {
  max-width: 100%;
}
/*# sourceMappingURL=header_footer.css.map */
.rounded-pill.form-inline.flex-nowrap.bg-dark-brown.p-1 {
  margin-bottom: 1%;
}