body,
div,
p,
header,
h2 {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
}

li {
  list-style: none;
}

.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
}

.icon-box .icon {
  width: 50%;
}

.footer .icon-box {
  background-color: #515151;
  border: none;
}

.footer,
.copyright {
  background-color: #3D3D3D;
}

.footer .t {
  color: #919191;
}

.footer .c {
  color: #fff;
}

.copyright {
  display: block;
  padding: 1.38vw 8vw;
  text-align: center;
  color: #919191;
  text-decoration: none;
}