body {
  background-color: #f3f7fa;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin: 17px 0 1px;
}
p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}
a {
  color: #00a1ff;
}
.container {
  margin: 0 auto;
  max-width: 1030px;
  padding: 50px 20px;
  text-align: center;
}
.info {
  color: #6c7275;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 42px;
}
.slogan {
  font-weight: bold;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.domain-search {
  color: #1a1a1a;
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 0 22px;
}
.domain-search-box {
  background-color: #fff;
  margin: 0 auto;
  max-width: 630px;
  position: relative;
}
.domain-search-box [type=text] {
  background: white;
  border: 2px solid #00a1ff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #1a1a1a;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 59px;
  letter-spacing: 0.02em;
  line-height: 25px;
  margin-bottom: 0;
  outline: 0;
  padding: 15px 100px 15px 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.domain-search-box input::-webkit-input-placeholder {
  color: #bcc0c2;
}
.search-ico {
  display: flex;
  justify-content: center;
}
.domain-search-box .search-btn {
  background-color: #00a1ff;
  border: 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  height: 58px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  z-index: 2;
}
