.header-area {
    padding-top: 40px;
    margin-bottom: 80px;
}

.header-area a {
  display: block;
    margin: 0 auto;
    width: 383px;
}

.link-button-container {
  margin-top: 80px;
  text-align: center;
}

.link-button-type-white {
  position: relative;
  background: #fff;
  display: inline-block;
  padding: 0 45px;
  border-radius: 50px;
  border: #c2c2c2 1px solid;
  color: #000;
  text-align: center;
  line-height: 48.4px;
  font-weight: bold;
  box-sizing: border-box;
  width: 360px;
}

.link-button-type-white:hover {
  color: #000;
  text-decoration: none;
  opacity: .7;
  transition: 0.3s ease-in-out;
}

.link-button-type-white[data-sb-icon='arrow-r']:after {
  content: '';
  position: absolute;
  top: 50%;
  margin: auto;
  right: 26px;
  width: 7px;
  height: 7px;
  margin-top: -6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-area {
  padding-bottom: 80px;
}

#tags {
    width: 950px;
    margin: 0 auto;
}

#tags .title-lv2 {
    margin-bottom: 40px;
}

#tags .title-lv2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #fdb813;
    border-radius: 2px;
    margin: 30px auto 0;
}

#tags .article-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
}

#tags .article-list .article-list-item {
    width: calc(99.999% / 3 - 25px);
    margin-top: 40px;
    margin-right: 25px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px -3px 16px 0px rgba(10, 10, 10, 0.01);
    background-color: #fff;
    position: relative;
}

#tags .article-list .article-list-item .article-link {
    color: #000 !important;
    text-decoration: none !important;
    opacity: 1;
    transition: 0.3s ease-in-out;
}
#tags .article-list .article-list-item .article-link:hover {
    opacity: .7;
    transition: 0.3s ease-in-out;
}

#tags .article-list .article-list-item .article-img-box {
    position: relative;
}

#tags .article-list .article-list-item .article-img-box .article-img {
    width: 100%;
}

#tags .article-list .article-list-item .article-img-box .article-update {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    margin-top: 0;
    padding: 4.9px 10px 0.1px;
    background-color: #fff;
    opacity: 0.7;
    border-top-left-radius: 10px;
    font-size: 14px;
}

#tags .article-list .article-list-item .article-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    width: 124px;
    height: 30px;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 0 50px 50px 0;
    z-index: 1;
    box-sizing: border-box;
}

#tags .article-list .article-list-item .article-title {
    margin-top: 19.9px;
    margin-bottom: .1px;
    padding: 0 20px;
    height: 50px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s ease-in-out;
}
#tags .article-list .article-list-item:hover {
}
#tags .article-list .article-list-item:hover .article-title {
  color: #069;
  transition: 0.3s ease-in-out;
}

#tags .article-list .article-list-item .article-badge.saving {
  background: #fdb813;
}

#tags .article-list .article-list-item .article-badge.knowledge {
  background: #fcea05;
}

#tags .article-list .article-list-item .article-badge.other {
  background: #fff49c;
}

#tags .article-list .article-list-item .article-tag-list {
  display: flex;
  flex-wrap: wrap;
  padding: 9.9px 20px 20.1px;
  gap: 5px;
}

#tags .article-list .article-list-item .article-tag-list .article-tag-list-item {
  text-align: center;
}

#tags .article-list .article-list-item .article-tag-list .article-tag-list-item a {
  display: block;
  border: 1px solid #404040;
  padding: 2.4px 15px 0.6px;
  border-radius: 17px;
  font-size: 12px;
  min-width: 50px;
  height: 22px;
  background-color: #fff;
  color: #404040 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}

#tags .article-list .article-list-item .article-tag-list .article-tag-list-item a:hover {
  color: #fff !important;
  background-color: #006499;
  border-color: #006499;
  opacity: .7;
  transition: 0.3s ease-in-out;
}

#tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  background-color: #e6e6e6;
  padding: 30px 40px;
  border-radius: 20px;
}

#tag-list li {
  text-align: center;
}

#tag-list li a {
  display: block;
  border-radius: 17px;
  padding: 2px 15px;
  min-width: 50px;
  background-color: #fff;
  color: #000 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: 0.3s ease-in-out;
}

#tag-list li a:hover {
    color: #fff !important;
    background-color: #006499;
    opacity: 0.7;
}

  