@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");

body {
  --content-color: #444;
  --background-color: #fff;
  /* --content-color: #ddd;
  --background-color: #191919; */

  font-family: "pretendard";
  font-size: 14px;
  letter-spacing: -0.03em;
  color: var(--content-color);
  background-color: var(--background-color);
}


* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
} 

#home {
  padding: 120px 0;
}

#home-inner {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.article-list {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.article-list + .article-list {
  margin-top: 9em;
}

.article-list img {
  max-width: 100%;
  margin-bottom: 1em;
}

.article-list h2 {
  font-size: 3em;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-list p {
  font-size: 1em;
  margin-top: 1em;
  max-height: 2.9em;
  line-height: 1.4em;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

header {
  position: fixed;
  width: 100%;
  height: 54px;
  background: #fff;
  z-index: 999;
  transition: 0.4s;
}

header img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
}

.article-img {

}

.article-img.left {
  
}

.article-img.w1 {
  width: 40%;
}

.article-img.w2 {
  width: 60%;
}

.article-img.w3 {
  width: 80%;
}

.article-img.w4 {
  width: 100%;
  max-width: 100% !important;
}

.img-description + .img-description {
  margin-top: 8rem;
}

.img-description {
  display: flex;
  justify-content: space-between;
}

.img-description .description-area {
  font-size: 1rem;
  flex: 1;
  position: relative;
}

.img-description .description-area .img-album {
  position: absolute;
  bottom: 2rem;
  width: calc(100% - 2rem);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.img-description .description-area .img-album img {
  max-width: calc(50% - 1rem);
}

.img-description .description-area.vertical-center {
  display: flex;
  align-items: center;
}

.img-description.start-left .description-area {
  padding: 2rem 1rem;
}

.img-description.start-right .description-area {
  padding: 2rem 1rem;
}