.wiki {
  line-height: 2.2em;
  font-family: 'Noto Sans KR', sans-serif;
  width: 85%;
  margin: 0 auto;
  max-width: 900px;
}

.wiki .splash-container {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
}

.wiki .photo-cred {
  text-align: center;
  font-size: 0.9em;
}


.wiki h1.title {
  font-weight: 600;
  line-height: 1.4em;
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 2.4em;
  font-family: 'Noto Sans KR', sans-serif;
}

.wiki h2 {
  font-weight: 600;
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.7em;
  font-family: 'Noto Sans KR', sans-serif;
}

.wiki h3 {
  font-weight: 600;
  font-size: 1.3em;
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: normal;
}

.wiki p,
.wiki ol,
.wiki ul {
  font-size: 1.2em;
}

.wiki p {
  margin: 0;
}

.wiki ol li {
  margin-bottom: 20px;
}

.wiki .figcaption {
  font-size: 0.9em;
  color: #666;
  margin-top: -20px;
}

.wiki .author {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  align-items: center;
  font-family: 'Hind', sans-serif;
  line-height: 1em;
}

.wiki .author .image {
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  margin-right: 12px;
}

.wiki .author .name {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 8px;
}


.wiki .author .social {
  margin-left: 30px;
}

.wiki .author .social .icon {
  font-size: 1.4em;
}


.wiki-card-container {
  color: #000;
  font-family: 'Noto Sans KR', sans-serif;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.wiki-card-container.feature {
  font-family: 'Noto Sans KR';
  margin: 20px auto;
}

.wiki-card-container .card {
  margin: 20px;
  min-height: 250px;
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 5px;
  width: 31%;
  box-shadow: 2px 2px 8px rgba(30, 30, 30, 0.1);
}

.wiki-card-container .card.feature {
  min-height: 200px;
  width: 47%;
}
.wiki-card-container .card.feature.trans {
  border: 0;
  background-color: inherit;
  box-shadow: none;
}

.wiki-card-container .card .content-wrapper {
  padding: 25px;
}

.wiki-card-container .card.trans .content-wrapper {
  padding: 20px 0;
}

.wiki-card-container .card a {
  color: #000;
}

#footer-wiki .card .splash {
  height: 120px;
}

.wiki-card-container .card .splash {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.wiki-card-container .card.feature .splash {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.wiki-card-container .card.feature.trans .splash {
  border-radius: 6px;
}

.wiki-card-container .card .headline {
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 20px;
}

.wiki-card-container .card .desc {

  font-size: 1.1em;
  line-height: 1.6em;
}


.wiki-card-container .author {
  display: flex;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
  align-items: center;
  font-family: 'Hind', sans-serif;
  line-height: 1em;
  font-size: 1em;
}

.wiki-card-container .author .image {
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-size: cover;
  margin-right: 12px;
}

.wiki-card-container .author .name {
  font-weight: 500;
  margin-bottom: 8px;
}

.wiki-card-container .author .date {
  font-size: 0.9em;
}

.wiki-card-container .author .social {
  margin-left: 30px;
}

.wiki-card-container .author .social .icon {
  font-size: 1.4em;
}



@media only screen and (max-width : 750px) {
  /* Smartphone view: 1 tile */

  .wiki-card-container {
    flex-direction: column;
  }

  .wiki-card-container .card {
    width: 100% !important;
    margin: 1% 1% 4% 1%;
  }

  .wiki {
    width: 90%;
  }

  .wiki img {
    width: 100%;
  }

  .wiki h1.title {
    font-size: 2em;
  }
  
  .wiki h2 {
    font-size: 1.7em;
  }

  .wiki h3 {
    font-size: 1.3em;
  }

}

@media only screen and (max-width : 1150px) and (min-width : 751px) {

  .wiki-card-container .card {
    width: 48%;
    margin: 1%;
  }

  .wiki img {
    width: 100%;
  }
}

@media only screen and (min-width : 1151px) {

  .wiki-card-container .card {
    width: 31%;
    margin: 1%;
  }

}

/* @media
  only screen
  and (max-width : 1400px)
  and (min-width : 1051px) {
  .project-container {
    width  : 31.7%;
    margin : .75%;
  }

  .project-container.height-handler:nth-child(3n+1) {
    clear : both;
  }
} */
