.inner {
  width: 1000px;
  margin: 0 auto;
}

#header {
  overflow: hidden;
  background: #0473bd;
}

#header .logo {
  width: 58px;
  float: left;
  padding: 12px 0 10px;
}

/**/
#main h2 {
  color: #000;
  line-height: 1;
  font-size: 186%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}


.container {
  padding: 133px 0 150px;
}


.langCnt_wrap {
  display: flex;
  max-width: 374px;
  margin: 0 auto;

  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.langCnt_wrap li {
  width: 174px;
  height: 94px;
  margin-top: 26px;
}

.langCnt_wrap li a {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 2.3636;
  font-size: 157%;
  font-weight: bold;
  letter-spacing: 0.04em;
  background-color: #0473bd;

  align-items: center;
  justify-content: center;
}

.langCnt_wrap li a:hover {
  border: 2px solid #0473bd;
  color: #0473bd;
  background-color: #fff;
}

/* footer */
#footer {
  padding: 30px 0;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #0473bd;
}
