.nav a {
  color: #111;
}

.logo img {
  width: auto;
  margin-bottom: 4px;
  margin-left: -3px;
  margin-right: 0;
  height: 30px;
}

.lang-btn {
  color: #111;
}

.search-btn {
  color: #111;
}

.page-content h2 {
  font-size: 1.8em;
  font-weight: 700;
  margin-top: 56px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  color: #2c3e50;
  word-break: keep-all;
}

.page-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.page-content li {
  font-size: 1em;
  color: #555;
  line-height: 160%;
  margin-bottom: 0.5em;
}

.page-content a,
.page-content a:link,
.page-content a:visited,
.page-content a:active,
.page-content a:hover,
.page-content a:focus {
  color: #000000;
  font-size: 100%;
  text-decoration: none;
  font-family: inherit;
}

.section-inner {
  padding: 60px 240px;
}

.search-button {
  border: none;
  background-color: transparent;
  padding: unset;
  cursor: pointer;
}

/* .header-section img {
  cursor: pointer;
  width: 30px;
} */

.header-section-title {
  margin-top: 60px;
  margin-bottom: 100px;
  font-size: var(--h1-fz);
}
#blog-count {
  font-size: 14px;
}

.gnb {
  position: relative;
}

.blog-card:hover .blog-card-tag {
  background-color: #fde8e9;
  color: #e3181b;
}

.blog-card-tag {
  color: #111111;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 20px;
  margin-top: 0;
  transition: all 0.2s ease;
}

/* =======================
   Responsive small laptop
======================= */
@media (max-width: 1440px) {
  .section-inner {
    padding: 40px 40px;
  }
}

/* =======================
   Responsive mobile
======================= */
@media (max-width: 768px) {
  .gnb {
    border-bottom: 1px solid #ebebeb;
  }

  .logo img {
    width: 120px;
    margin-bottom: 4px;
    margin-left: -3px;
    margin-right: 0;
    height: 22px;
  }

  /* .gnb-white {
    background: transparent;
    border-bottom: 1px solid #444444;
  } */

  .section-inner {
    padding: 60px 20px;
    padding-top: 30px;
  }

  .header-section-title {
    margin-top: 0px;
    margin-bottom: 60px;
    font-size: 36px;
  }

  .back-arrow {
    display: none;
  }

  .blog-card-tag {
    margin-bottom: 12px;
    padding: 2px 9px;
    font-size: 8px;
    line-height: 1;
  }
}
