header {
  width: 100%;
  background: #122958;
}

header .header_wrap {
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: auto;
}

header .header_wrap .header_icon {
  position: absolute;
  width: 20%;
  height: 120%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8em;
}

header .header_wrap .header_icon img {
  max-width: 100%;
}

header .header_wrap .header_title {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 1em auto;
}

header .header_wrap .challenge {
  position: absolute;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 0.5em;
  background: #fff;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  font-size: 12px;
}

header .header_wrap .challenge span {
  font-size: 22px;
  font-weight: bold;
  vertical-align: sub;
  letter-spacing: 0.1em;
}

header .header_wrap .header_menu {
  display: none;
}

@media screen and (min-width: 800px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
  }
  header .header_wrap {
    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;
  }
  header .header_wrap .header_icon {
    position: relative;
    width: 13%;
  }
  header .header_wrap .header_title {
    width: 220px;
    margin: 1em 0.5em 1em auto;
    position: absolute;
    left: calc(50% - 100px);
  }
  header .header_wrap .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;
    width: 35%;
  }
  header .header_wrap .header_menu .menuBtn {
    width: 23%;
    text-align: center;
  }
  header .header_wrap .header_menu .menuBtn .menu_icon {
    width: 50%;
    margin: auto;
  }
  header .header_wrap .header_menu .menuBtn a {
    text-decoration: none;
  }
  header .header_wrap .header_menu .menuBtn p {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
  }
  header .header_wrap .challenge {
    right: 16em;
    bottom: 1em;
  }
}

@media screen and (max-height: 450px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
  }
  header .header_wrap {
    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;
  }
  header .header_wrap .header_icon {
    position: relative;
    width: 13%;
  }
  header .header_wrap .header_title {
    width: 220px;
    margin: 1em 0.5em 1em auto;
    position: absolute;
    left: calc(50% - 100px);
  }
  header .header_wrap .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;
    width: 35%;
  }
  header .header_wrap .header_menu .menuBtn {
    width: 23%;
    text-align: center;
  }
  header .header_wrap .header_menu .menuBtn .menu_icon {
    width: 50%;
    margin: auto;
  }
  header .header_wrap .header_menu .menuBtn a {
    text-decoration: none;
  }
  header .header_wrap .header_menu .menuBtn p {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 2vh;
  }
  header .header_wrap .challenge {
    right: 16em;
    bottom: 1em;
  }
}

@media screen and (max-height: 450px) and (max-width: 630px) {
  header .header_wrap .header_title {
    left: calc(40vW - 100px);
  }
  header .header_wrap .header_menu {
    width: 20em;
  }
}

@media screen and (max-width: 400px) {
  header .header_wrap .header_title {
    font-size: 5vw;
  }
}
/*# sourceMappingURL=header.css.map */