.sub_articleTab_container {
  max-width: 1200px;
  margin: 0 auto;
}



.sub_articleTab_container .sub_articleTab_title {
  position: relative;
  margin: 3rem 1rem;
  padding-left: 3rem;
}

.sub_articleTab_container .sub_articleTab_title::before {
  position: absolute;
  content: "";
  border-left: 7px solid #3498DB;
  height: 6rem;
  top: 5px;
  left: 0;
}

.sub_articleTab_container .sub_articleTab_title::after {
  position: absolute;
  content: "";
  border-left: 3px solid #3498DB;
  height: 6rem;
  top: 5px;
  left: 10px;
}

.sub_articleTab_container .sub_articleTab_title h2 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  color: black;
}

.sub_articleTab_container .sub_articleTab_title h3 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #3498DB;
  margin: 0;
}

.article-tab {
  width: 95vw;
  padding-bottom: 5rem !important;
}

.article-tab .tabs {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.article-tab .tabs .tabLinks {
  width: calc(100% / 3);
}

.article-tab .tabs .tabLinks .tabButton {
  font-size: 2rem;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #BFBFBF;
  cursor: pointer;
  padding: 0 .5rem 2rem;
  width: 100%;
  letter-spacing: 1px;
  color: #BFBFBF;
  font-weight: bold;
  border-radius: 0;
}
.article-tab .tabs .tabLinks .tabButton:hover {
  border-bottom: 3px solid #3498DB;
  color: #3498DB;
  transition: all .3s;
}
.tabLinks:hover {
  color: white;
}
.article-tag {
  width: 100%;
  top: 10rem;
  padding: 0 !important;
  display: none;
}

.article-tag .tags {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  justify-content: space-evenly;
}

.article-tag .tags .tagLink {
  white-space: nowrap;
  width: 22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BFBFBF;
  border-radius: 30px;
  padding: 1rem 0.5rem;
  margin: 0 0 2rem 0;
  text-align: center;
}

.article-tag .tags .tagLink:hover {
  background-color: #3498DB;
  border: 1px solid #3498DB;
  transition: all .3s;
}

.article-tag .tags .tagLink .tagButton {
  background-color: transparent;
  color: #BFBFBF;
  border: none;
  font-size: 1.6rem;
}

.tabButton.active {
  color: #3498DB !important;
  border-bottom: 3px solid #3498DB !important;
}

.article-tag.active {
  display: block;
}

.tagLink.active {
  border: 1px solid #3498DB !important;
}

.tagLink.active .tagButton {
  color: #3498DB !important;
}

.info-box {
  padding: 1rem 0 0 0;
}

.info-box li {
  position: relative;
  pointer-events: none;
  max-width: 900px;
  width: 90vw;
  padding: 3rem 0;
  border-bottom: 1px solid #BDBDBD;
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 3rem;
  margin: 0 auto;
}

.info-box li::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #3498DB;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.info-box li:hover::after {
  transform: scale(1, 1);
}

.info-box .dateTag-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 3rem;
}

.info-box .dateTag-wrapper .info-brog-date {
  padding-left: 5rem;
}

.info-box .dateTag-wrapper .info-brog-date p {
  white-space: nowrap;
}

.info-box .dateTag-wrapper .info-tag {
  text-align: left;
}

.info-box .dateTag-wrapper .info-tag button {
  white-space: nowrap;
  width: 20rem;
  color: #3498DB;
  display: inline-block;
  border: 1px solid;
  border-radius: 30px;
  padding: 0.5rem;
  background-color: white;
  font-size: 1.6rem;
}

.info-box .info-link {
  height: 6rem;
  overflow: hidden;
  display: flex;
  line-height: 6rem;
  pointer-events: auto;
}

.info-box .info-link .post-title {
  margin: 0;
  width: 50rem;
  letter-spacing: 1px;
}

.info-box .info-link .post-title:hover {
  pointer-events: auto;
  color: #3498DB;
  transition: all .3s;
}
.error_display_h3 {
  text-align: center;
  margin: 4rem 1rem 0;
}
@media screen and (max-width: 1500px) {
  .sub_articleTab_container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .info-box .dateTag-wrapper {
    gap: 1rem;
    justify-content: start;
  }
  .info-box .dateTag-wrapper .info-brog-date {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .info-box li {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .article-tab .tabs .tabLinks .tabButton {
    font-size: 1.6rem;
  }
  .info-box {
    padding: 0;
  }
  .article-tag .tags {
    grid-template-columns: 1fr 1fr;
  }
  .error_display_h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 499px) {
  .article-tag .tags .tagLink {
    width: 45vw;
  }
  .info-box li {
    width: 95vw;
  }
    .error_display_h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 499px) {
  .article-tab .tabs .tabLinks .tabButton {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 499px) {
  .article-tag .tags .tagLink .tagButton {
    font-size: 1.2rem;
  }
