.content-page .page-content {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 8px;
}
@media only screen and (min-width: 768px) {
  .content-page .page-content {
    flex-wrap: nowrap;
  }
}
.content-page .page-content .sidebar {
  width: 100%;
  height: auto;
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
@media only screen and (min-width: 768px) {
  .content-page .page-content .sidebar {
    width: 224px;
    order: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .content-page .page-content .sidebar {
    width: 461px;
  }
}
.content-page .page-content .sidebar .list-block .list-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.content-page .page-content .sidebar .list-block .list-items a {
  text-decoration: none;
  color: #000;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
}
.content-page .page-content .sidebar .list-block .list-items a:hover {
  color: #FF6B00;
}
.content-page .page-content .sidebar .list-block .list-items a.active {
  color: #FF6B00;
}
.content-page .page-content .article {
  width: 100%;
  order: 0;
}
@media only screen and (min-width: 768px) {
  .content-page .page-content .article {
    width: calc(100% - 244px);
    order: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .content-page .page-content .article {
    width: calc(100% - 469px);
  }
}
.content-page .page-content .article .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  max-width: 496px;
}
@media only screen and (min-width: 1024px) {
  .content-page .page-content .article .content {
    max-width: 650px;
  }
}
.content-page .page-content .article .content .top-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px 12px;
}
@media only screen and (min-width: 768px) {
  .content-page .page-content .article .content .top-content {
    flex-wrap: nowrap;
  }
}
.content-page .page-content .article .content .top-content p:not(:last-child) {
  margin-bottom: 24px;
}
.content-page .page-content .article .content .top-content .pic {
  display: flex;
  justify-content: center;
  width: 150px;
}
@media screen and (min-width: 1280px) {
  .content-page .page-content .article .content .top-content .pic {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .content-page .page-content .article .content .top-content .text {
    padding-left: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .content-page .page-content .article .content .top-content .text {
    padding-left: 20px;
  }
}
.content-page .page-content .article .content .bottom-content {
  border-top: 1px solid #CFCFCF;
}
.content-page .page-content .article .content .bottom-content .table-content {
  margin-top: 24px;
  display: flex;
  overflow: auto;
  gap: 0;
}
.content-page .page-content .article .content .bottom-content .table-content .table-column:first-child {
  width: 190px;
}
@media screen and (max-width: 1023px) {
  .content-page .page-content .article .content .bottom-content .table-content .table-column:first-child {
    box-shadow: -12px 0 20px #222;
    transition: box-shadow 0.3s ease-in-out;
    position: sticky;
    left: 0;
  }
}
.content-page .page-content .article .content .bottom-content .table-content .table-column:first-child .table-cell {
  padding: 12px 8px;
  width: 190px;
  text-align: left;
}
.content-page .page-content .article .content .bottom-content .table-content .table-column:first-child .table-cell span {
  color: #888;
}
.content-page .page-content .article .content .bottom-content .table-content .table-column .table-cell {
  padding: 12px 20px 12px 0;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #000;
  text-align: center;
  width: 80px;
}
.content-page .page-content .article .content .bottom-content .table-content .table-column .table-cell:nth-child(odd) {
  background-color: #fff;
}
.content-page .page-content .article .content .bottom-content .table-content .table-column .table-cell:nth-child(even) {
  background-color: #F5F5F5;
}
.content-page .page-content .article .content .bottom-content .table-content .table-column:last-child .table-cell {
  padding: 12px 0 12px 0;
  width: 60px;
}

/*# sourceMappingURL=kss-faq-article-size-page.css.map */
