/* 여기에 스타일을 구현해 주세요 */
/* avatars */
.avatars {
  position: relative;
  min-height: 100vh;
}

.avatar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 316px;
  height: 148px;
}

.face {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0 20px 20px 0;
}

.face:nth-child(4n) {
  margin-right: 0;
}

.face:nth-child(n + 5) {
  margin-bottom: 0;
}

.face img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/* onoff */
.onoff {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 316px;
  height: 148px;
  z-index: 1;
}

.onoff div {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid white;
  margin: 50px 25px 18px 43px;
}

.onoff div:nth-child(4n) {
  margin-right: 0;
}

.onoff div:nth-child(1) {
  background-color: #d8d8d8;
}

.onoff div:nth-child(2) {
  background-color: #4cfe88;
}

.onoff div:nth-child(3) {
  background-color: #d8d8d8;
}

.onoff div:nth-child(4) {
  background-color: #4cfe88;
}

.onoff div:nth-child(5) {
  background-color: #4cfe88;
}

.onoff div:nth-child(6) {
  background-color: #4cfe88;
}

.onoff div:nth-child(7) {
  background-color: #d8d8d8;
}

.onoff div:nth-child(8) {
  background-color: #d8d8d8;
}

.onoff div:nth-child(9) {
  background-color: #d8d8d8;
}
