/* .header
================================================ */
.l-header {
  background-color: #fff;
  position: relative;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  padding: 0 45px 0 40px;
  max-width: 1400px;
  margin: auto;
}

.l-header__logo {
  width: 232px;
  margin-top: 6px;
}

.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__menu__item + .l-header__menu__item {
  margin-left: 21px;
}

.l-header__menu__link {
  display: block;
  text-align: center;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-repeat: no-repeat;
  background-position: 50% 10px;
  background-size: 30px auto;
  cursor: pointer;
}

.l-header__menu__link.icon1 {
  background-image: url(/7cn/culture/cc/img/common/header/icon01.png);
}

.l-header__menu__link.icon2 {
  background-image: url(/7cn/culture/cc/img/common/header/icon02.png);
}

.l-header__menu__link.icon3 {
  background-image: url(/7cn/culture/cc/img/common/header/icon03.png);
}

.l-header__menu__link.icon4 {
  background-image: url(/7cn/culture/cc/img/common/header/icon04.png);
}

.l-header__menu--txt {
  font-size: 14px;
  color: #000080;
}
.header__rogo--txt {
    font-size: 12px;
}

@media all and (max-width: 767px) {
  .l-header__inner {
    height: 80px;
    padding: 0 20px 0 20px;
    max-width: 100%;
  }
  .header__rogo--txt {
    font-size: 10px;
  }
  .l-header__logo {
    width: 190.5px;
    margin-right: 10px;
  }
  .l-header__menu__item {
    width: 25px;
  }
  .l-header__menu__item + .l-header__menu__item {
    margin-left: 10px;
  }
  .l-header__menu__link {
    height: 25px;
    background-position: 50% 50%;
    background-size: 22.5px auto;
  }
  .l-header__menu--txt {
    display: none;
  }
}

/* .l-nav
================================================ */
.l-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  min-height: 100vh;
  width: 350px;
  background-color: #fff;
  padding: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 1001;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-nav-close {
  width: 24px;
  margin-left: auto;
  display: block;
  cursor: pointer;
}

.l-nav__item + .l-nav__item {
  border-top: 1px solid #ccc;
}

.l-nav__item a {
  display: block;
  font-size: 16px;
  position: relative;
  padding: 10px 0;
}

.l-nav__item a:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #6a9de0;
  display: inline-block;
  margin: 0 10px -2px 0;
}

.l-nav__item a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #6a9de0;
  border-right: solid 2px #6a9de0;
  position: absolute;
  right: 10px;
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-nav__item a:hover {
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  .l-nav {
    width: 95%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

/* .header-search
================================================ */
.header-search {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 600px;
  z-index: 1001;
  padding: 0 10px;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-search.is-open {
  display: block;
}

.header-search__inner {
  background-color: #fff;
  padding: 15px;
}

.header-search-close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
}

.header-search-close svg {
  width: 25px;
  height: 25px;
}

.header-search__tit {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.header-search__form__item + .header-search__form__item {
  margin-top: 20px;
}

.header-search__form--txt {
  font-size: 16px;
  font-weight: bold;
}

.header-search__form input,
.header-search__form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.header-search__form--input, .header-search__form--select {
  width: 100%;
  padding: 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
}

.header-search__form--select {
  padding-right: 20px;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.header-search__form--checkbox {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: background-color,border;
  transition-property: background-color,border;
  margin-right: 8px;
}

.header-search__form--checkbox:checked {
  background-color: #1e87f0;
  border-color: transparent;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.header-search__form__check label {
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  margin-right: 8px;
}

.header-search__form__search {
  width: 80%;
  margin: 20px auto 0;
}

.header-search__form__search--btn {
  cursor: pointer;
  display: block;
  font-size: 16px;
  text-align: center;
  background-color: #1e87f0;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header-search__form__search--btn:hover {
  opacity: 0.8;
}

@media all and (max-width: 767px) {
  .header-search {
    max-width: 100%;
  }
}

/* .nav-overlay
================================================ */
.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1000;
}
