#blogContainer {
  width: 90%;
  max-width: 860px;
  margin: 200px auto 0;
  color: var(--fontColor2);
  font-weight: 600;
}

h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--fontColor3);
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
}

.date {
  margin-top: 6px;
  font-size: 21px;
  letter-spacing: 1px;
  text-align: right;
}

.blogContents {
  margin-top: 20px;
}

.blogContents img {
  margin: 20px 0;
}

.blogContents p {
  font-size: 22px;
  line-height: 2;
}

.pagenation {
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.pagenation li a {
  font-size: 16px;
}

.pagenation li:first-of-type a, .pagenation li:last-of-type a {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.pagenation li:first-of-type img, .pagenation li:last-of-type img {
  width: 63px;
}

.pagenation li:nth-of-type(2) {
  border-bottom: 1px solid var(--fontColor3);
}






@media (max-width: 1024px) {
#blogContainer {
  width: 84%;
  /* max-width: 860px; */
  margin: 150px auto 0;
  /* color: var(--fontColor2); */
}

h1 {
  /* padding-bottom: 10px;
  border-bottom: 1px solid var(--fontColor3); */
  font-size: 25px;
  letter-spacing: 1.3px;
  /* font-weight: 600;
  text-align: center; */
}

.date {
  font-size: 15px;
  /* letter-spacing: 1px;
  text-align: right; */
}

/* .blogContents {
  margin-top: 20px;
} */

/* .blogContents img {
  margin: 20px 0;
} */

.blogContents p {
  font-size: 18px;
  line-height: 1.8;
}

.pagenation {
  margin: 80px auto 0;
  /* display: flex;
  justify-content: space-between; */
}

.pagenation li a {
  font-size: 13.6px;
}

.pagenation li:first-of-type a, .pagenation li:last-of-type a {
  display: flex;
  align-items: center;
  gap: 0 15px;
}

.pagenation li:first-of-type img, .pagenation li:last-of-type img {
  width: 63.2px;
}

.pagenation li:nth-of-type(2) {
  border-bottom: 1px solid var(--fontColor3);
}
}







@media (max-width: 560px) {
#blogContainer {
  width: 84%;
  /* max-width: 860px; */
  margin: 100px auto 0;
  /* color: var(--fontColor2); */
}

h1 {
  /* padding-bottom: 10px;
  border-bottom: 1px solid var(--fontColor3); */
  font-size: 18px;
  letter-spacing: 1.3px;
  /* font-weight: 600;
  text-align: center; */
}

.date {
  font-size: 13px;
  /* letter-spacing: 1px;
  text-align: right; */
}

/* .blogContents {
  margin-top: 20px;
} */

/* .blogContents img {
  margin: 20px 0;
} */

.blogContents p {
  font-size: 15px;
  /* line-height: 1.8; */
}

.pagenation {
  margin: 80px auto 0;
  /* display: flex;
  justify-content: space-between; */
  align-items: center;
}

.pagenation li a {
  display: block;
  font-size: 11px;
}

.pagenation li:first-of-type a, .pagenation li:last-of-type a {
  display: flex;
  /* align-items: center; */
  gap: 0 5px;
}

.pagenation li:first-of-type img, .pagenation li:last-of-type img {
  width: 44px;
}

/* .pagenation li:nth-of-type(2) {
  border-bottom: 1px solid var(--fontColor3);
} */
}