@charset "UTF-8";

h1 {
    width: 700px;
    margin: .5rem auto;
    padding: 0;
}

header {
  background-image: url(../img/header_bg.png);
  background-repeat: repeat-x;
  background-size: auto 2em;
  background-position: left bottom;
  display: block;
  height: 4.5rem;
}

.header_logo {
  position: fixed;
  left: 1rem;
  top: .5rem;
}

.header_logo > a {
  width: auto;
  padding: 0;
}

.header_logo > a img {
  width: 200px;
  height: auto;
}

header .searchBtn,
header .backBtn,
header .menuBtn {
  display: none;
}

.wrap {
  padding-left: 224px;
}

article {
  position: relative;
  padding-top: 4rem;
}

article > section {
  margin: 2em auto;
  max-width: 800px;
  width: 100%;
}

article > section > div {
  background-color: #fff;
  border: none;
  padding: 2em;
}

article > section > div::after {
  content: "";
  clear: both;
  display: block;
}

.breadcrumb {
  width: 100%;
  position: fixed;
  top: 60px;
  margin: 0;
  z-index: 100;
  left: 0;
  z-index: 91;
  height: 35px;
  padding-left: 1rem;
}

.breadcrumb > ul {
  list-style: none;
  margin: 0 auto;
}

.breadcrumb li a {
  font-size: 90%;
  padding: 0;
}

.breadcrumb .longbrd a {
  max-width: 100%;
}

.breadcrumb .longbrd::before {
  content: none;
}

.breadcrumb li::after {
  top: 0.3em;
}


.mainnav {
  position: fixed;
  width: 200px;
  background: none;
  color: #333;
  height: auto;
  right: auto;
  z-index: 60;
  left: 0;
  top: 10rem;
  backdrop-filter: none;
}

.menu ul {
  margin: 0 auto;
  text-align: center;
}
.mainnav .menu ul {
  justify-content: center;
}
.mainnav .menu li {
  display: block;
  font-size: 14px;
  width: 100%;
}

.mainnav .menu li a {
  padding: 0.5rem 1rem;
  border: none;
  text-align: left;
}

.mainnav .menu li a i {
  margin-right: 0.5em;
}

.mainnav .menu li a::after {
  content: "";
}

.mainnav .menu li a svg {
  margin-right: 0.5em;
}



.search-header {
  display: block !important;
  background: none;
  width: 224px;
  top: 6rem;
  left: 0;
  padding: 1rem;
}

.search-header form {
  display: flex;
}

.search-header .search_main input {
  padding: 0.5em 0.5em 0.5em 2em;
  border: none;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-size: auto 0.8em;
  background-position: 0.5em center;
  width:10rem;
}

.search-header .search_option {
  display: none;
  margin: 0;
  padding: 1em;
  background-color: #045975;
}

.search-header .search_option label {
  float: left;
  width: 50%;
  padding: 0.5em 0;
  float: none;
  width: 100%;
  display: block;
}

.search-header .btn {
    position: fixed;
    padding: 0.5em;
    font-family: inherit;
    position: static;
    margin: 0;
    width: auto;
    font-size: 90%;
    white-space: nowrap;
}

.footerNav {
  bottom: auto;
  top: 10px;
  width: 800px;
  left: auto;
  right: 0;
  background: none;
  z-index: 91;
}


.footerNav ul {
  justify-content: space-around;
}

.footerNav ul li {
  width: 18%;
}

.footerNav ul li a {
  /* position: relative; */
  padding: 0.5em 0 0.5em 4em;
  font-size: 1rem;
  text-align: left;
  background-color: #f6f6f6;
  border-radius: 2em;
  /* margin-right: 1em; */
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
  line-height: 1;
  color: #444;
  background-position: left 1em center;
}

.footerNav ul li a br {
  display: none;
}

.footerNav ul li a span {
  display: block;
}

.footerNav ul .footer_add {
  display: none;
}

