.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 9999;
}

.header_wrap .center_wrap .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_wrap .center_wrap .logo_wrap a {
  background: url(../img/logo_white.svg) no-repeat;
  width: 142px;
  height: 43px;
  background-size: contain;
}

.header_wrap .center_wrap .logo_wrap .m_menu_btn {
  background: url(../img/icon_m_menu.svg) no-repeat;
  width: 18px;
  height: 18px;
}

.header_wrap .center_wrap .menu_wrap {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}

.header_wrap .center_wrap .menu_wrap li {
  margin-left: 20px;
}

.header_wrap .center_wrap .menu_wrap li a {
  font-size: 16px;
  display: inline-block;
  color: #fff;
}

.header_wrap .center_wrap .menu_wrap li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_wrap .center_wrap .menu_wrap li .login_btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 1px 8px 3px;
  border-radius: 4px;
  font-size: 16px;
}

.header_wrap .center_wrap .menu_wrap li .login_btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.header_wrap .center_wrap .menu_wrap li:first-child {
  margin: 0;
}

.header_wrap .center_wrap .m_menu_wrap {
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #41475F;
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_wrap .center_wrap .m_menu_wrap .m_menu_title_box {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_wrap .center_wrap .m_menu_wrap ul {
  padding: 60px 20px 0;
}

.header_wrap .center_wrap .m_menu_wrap ul li {
  margin-bottom: 40px;
}

.header_wrap .center_wrap .m_menu_wrap ul li a {
  color: #fff;
  font-size: 28px;
}

.header_wrap .center_wrap .m_menu_wrap ul li:last-child {
  margin: 0;
}

.header_wrap.price_header_wrap .center_wrap .logo_wrap a {
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
}

.header_wrap.price_header_wrap .center_wrap .logo_wrap .m_menu_btn {
  background: url(../img/icon_m_menu_black.svg) no-repeat;
}

.header_wrap.price_header_wrap .center_wrap .menu_wrap li a {
  color: #000;
}

.header_wrap.price_header_wrap .center_wrap .menu_wrap li a:hover {
  color: #58A6FF;
}

.header_wrap.price_header_wrap .center_wrap .menu_wrap li .login_btn {
  border: 1px solid #58A6FF;
  color: #58A6FF;
}

.header_wrap.price_header_wrap .center_wrap .menu_wrap li .login_btn:hover {
  background-color: rgba(88, 166, 255, 0.1);
}

.header_wrap.change {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.header_wrap.change .center_wrap .logo_wrap a {
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
}

.header_wrap.change .center_wrap .logo_wrap .m_menu_btn {
  background: url(../img/icon_m_menu_black.svg) no-repeat;
}

.header_wrap.change .center_wrap .menu_wrap li a {
  color: #000;
}

.header_wrap.change .center_wrap .menu_wrap li a:hover {
  color: #58A6FF;
}

.header_wrap.change .center_wrap .menu_wrap li .login_btn {
  border: 1px solid #58A6FF;
  color: #58A6FF;
}

.header_wrap.change .center_wrap .menu_wrap li .login_btn:hover {
  background-color: rgba(88, 166, 255, 0.1);
}

.footer_wrap {
  background-color: #41475F;
  padding: 40px 0;
  margin-top: 160px;
}

.footer_wrap ul li {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.footer_wrap ul li span {
  letter-spacing: -0.3px;
  font-size: 14px;
}

.footer_wrap ul li:nth-child(2) {
  margin: 8px 0 16px;
}

.footer_wrap ul li:nth-child(2) span:first-child {
  margin-right: 16px;
}

.footer_wrap ul li:last-child {
  color: #ddd;
}

@media all and (min-width: 768px) {
  .header_wrap {
    padding: 16px 0;
  }
  .header_wrap .center_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_wrap .center_wrap .logo_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_wrap .center_wrap .logo_wrap .m_menu_btn {
    display: none;
  }
  .header_wrap .center_wrap .menu_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_wrap .center_wrap .menu_wrap li {
    margin-left: 40px;
  }
  .header_wrap .center_wrap .menu_wrap li a {
    font-size: 18px;
  }
  .header_wrap .center_wrap .menu_wrap li .login_btn {
    padding: 3px 12px 5px;
    font-size: 16px;
  }
  .header_wrap .center_wrap .menu_wrap li:first-child {
    margin: 0;
  }
  .footer_wrap {
    padding: 54px 0;
    margin-top: 240px;
  }
  .footer_wrap ul li {
    font-size: 14px;
  }
  .footer_wrap ul li span {
    font-size: 14px;
  }
  .footer_wrap ul li span:first-child {
    margin-right: 20px;
  }
  .footer_wrap ul li:nth-child(2) {
    margin: 8px 0 24px;
  }
}
