.hc-banner--page {
  align-items: center;
  background-color: var(--hc-8);
  border-radius: 12px;
  color: var(--hc-7);
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  height: 150px;
  justify-content: center;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px var(--hc-1), 0 0 10px var(--hc-1), 0 0 15px var(--hc-1), 0 0 20px var(--hc-1);
  z-index: 1;
}
.hc-banner--page img {
  height: 100%;
  left: 0;
  object-fit: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.hc-banner--gallery {
  column-gap: 10px;
  display: flex;
  margin-bottom: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
  white-space: nowrap;
  max-width: 100%;
}
.hc-banner--gallery::-webkit-scrollbar {
  background-color: var(--hc-scroll-bg);
  height: 5px;
  overflow: visible;
  width: 5px;
}
.hc-banner--gallery::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.hc-banner--gallery::-webkit-scrollbar-track {
  background-clip: padding-box;
}
.hc-banner--gallery::-webkit-scrollbar-track:hover {
  background-color: var(--hc-scroll-bg);
}
.hc-banner--gallery::-webkit-scrollbar-track:active {
  background-color: var(--hc-scroll-bg);
}
.hc-banner--gallery::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background-color: var(--hc-scroll-thumb);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 0px;
  min-height: 28px;
  padding: 100px 0 0;
}
.hc-banner--gallery::-webkit-scrollbar-thumb:hover, .hc-banner--gallery::-webkit-scrollbar-thumb:active {
  background-color: var(--hc-scroll-thumb);
}
.hc-banner__item {
  border-radius: 5px;
  display: inline-block;
  flex-shrink: 0;
  font-size: 0;
  overflow: hidden;
  position: relative;
  padding-top: 200px;
  width: 150px;
}
.hc-banner__item img {
  position: absolute;
  transition: transform 0.4s;
}
.hc-banner__item:hover img {
  cursor: pointer;
  transform: scale(1.06);
}
@media only screen and (max-width: 767.98px) {
  .hc-banner--page {
    font-size: 2rem;
  }
  .hc-banner__item {
    padding-top: 200px;
    width: 150px;
  }
}
.hc-breadcrumb {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  overflow: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.hc-breadcrumb img {
  filter: brightness(0) invert(1);
  height: auto;
  transition: opacity 0.3s;
  width: 15px;
}
.hc-breadcrumb a {
  align-items: center;
  color: var(--hc-7);
  display: inline-flex;
  line-height: 1;
  text-decoration: none;
  transition: color 0.5s;
}
.hc-breadcrumb a::after {
  background-color: var(--hc-7);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-inline: 10px;
  width: 5px;
}
.hc-breadcrumb a:hover {
  color: var(--hc-1);
}
.hc-breadcrumb a:hover img {
  opacity: 0.7;
}
.hc-breadcrumb a:last-child {
  color: var(--hc-1);
  pointer-events: none;
}
.hc-breadcrumb a:last-child::after {
  display: none;
  margin-left: 0;
}
.hc-breadcrumb::-webkit-scrollbar {
  background-color: var(--hc-scroll-bg);
  height: 5px;
  overflow: visible;
  width: 5px;
}
.hc-breadcrumb::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.hc-breadcrumb::-webkit-scrollbar-track {
  background-clip: padding-box;
}
.hc-breadcrumb::-webkit-scrollbar-track:hover {
  background-color: var(--hc-scroll-bg);
}
.hc-breadcrumb::-webkit-scrollbar-track:active {
  background-color: var(--hc-scroll-bg);
}
.hc-breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background-color: var(--hc-scroll-thumb);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 0px;
  min-height: 28px;
  padding: 100px 0 0;
}
.hc-breadcrumb::-webkit-scrollbar-thumb:hover, .hc-breadcrumb::-webkit-scrollbar-thumb:active {
  background-color: var(--hc-scroll-thumb);
}
.hc-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-block: 50px;
}
.hc-pagination a {
  align-items: center;
  background-color: var(--hc-primary);
  border-radius: 100%;
  color: var(--hc-7);
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin: 0 2px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: 30px;
}
.hc-pagination a.current, .hc-pagination a:hover {
  background-color: var(--hc-2);
  color: var(--hc-primary);
}
.hc-pagination a.current {
  cursor: default;
  pointer-events: none;
}
.hc-card {
  display: flex;
  gap: 20px 10px;
  flex-wrap: wrap;
  margin-bottom: 50px;
  width: 100%;
}
.hc-card--sidebar {
  align-items: center;
  color: var(--hc-7);
  column-gap: 10px;
  line-height: 1.5;
  display: flex;
  margin-bottom: 15px;
  transition: color 0.3s;
  width: 100%;
}
.hc-card--sidebar:last-child {
  margin-bottom: 0;
}
.hc-card--sidebar .hc-card__img {
  flex: none;
  border-radius: 5px;
  margin-inline: 0;
  padding-top: 125px;
  width: 100px;
}
.hc-card--sidebar:hover {
  color: var(--hc-2);
}
.hc-card--sidebar:hover .hc-card__img img {
  transform: scale(1.06);
}
.hc-card__item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0 10px 65px;
  width: calc((100% - 30px) / 4);
}
.hc-card__item::before {
  background-color: var(--hc-7);
  border-radius: 0 0 14px 14px;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  transition: background-color 0.3s;
  width: 100%;
  z-index: -1;
}
.hc-card__item:hover::before {
  background-color: var(--hc-3);
}
.hc-card__item:hover .hc-card__img img {
  transform: scale(1.06);
}
.hc-card__item:hover .hc-card__ttl {
  color: var(--hc-primary);
}
.hc-card__img {
  border-radius: 10px 10px 0 0;
  display: inline-block;
  font-size: 0;
  margin-inline: -10px;
  overflow: hidden;
  position: relative;
  padding-top: 133.3333333333%;
  width: calc(100% + 20px);
}
.hc-card__img[data-new]::before {
  align-items: center;
  background-color: var(--hc-1);
  border-radius: 100%;
  color: var(--hc-primary);
  content: attr(data-new);
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 700;
  height: 30px;
  right: 10px;
  justify-content: center;
  position: absolute;
  top: 10px;
  width: 30px;
  z-index: 1;
}
.hc-card__img img {
  position: absolute;
  transition: transform 0.4s;
}
.hc-card__ttl {
  color: var(--hc-primary);
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
  text-align: center;
}
.hc-card__btn {
  align-items: center;
  background-color: var(--hc-primary);
  border-radius: 100vw;
  bottom: 15px;
  display: inline-flex;
  color: var(--hc-7);
  font-size: 1.4rem;
  height: 30px;
  justify-content: center;
  left: 0;
  margin-inline: auto;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  width: 150px;
}
.hc-card__code {
  align-items: center;
  border-radius: 10px 0 0 0;
  background-color: var(--hc-7);
  color: var(--hc-primary);
  display: inline-flex;
  font-weight: 700;
  font-size: 1.2rem;
  left: 0;
  line-height: 1;
  justify-content: center;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .hc-card__item {
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (max-width: 767.98px) {
  .hc-card__ttl {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .hc-card__item {
    width: calc((100% - 10px) / 2);
  }
}

.hc-blog {
  color: var(--hc-5);
  font-size: 1.6rem;
}
.hc-blog__head,
.hc-blog h1 {
  color: var(--hc-1);
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.hc-blog__detail > *:first-child {
  margin-block-start: 0;
}
.hc-blog__detail h2 {
  color: var(--hc-1);
  font-size: 1.8rem;
  margin-block: 40px 10px;
}
.hc-blog__detail h3 {
  color: var(--hc-1);
  font-size: 1.7rem;
  margin-block: 40px 10px;
}
.hc-blog__detail pre {
  background-color: var(--hc-root);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 15px;
  position: relative;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.hc-blog__detail a {
  color: var(--hc-3);
  transition: color 0.3s;
}
.hc-blog__detail a:hover {
  color: var(--hc-hover);
}
.hc-blog__detail p {
  margin-block: 10px 0;
}
.hc-blog__copy {
  background: url("../img/icon/i-copy.webp") no-repeat center center/20px;
  display: inline-block;
  filter: brightness(0) invert(1);
  height: 20px;
  position: absolute;
  right: 5px;
  top: 8px;
  transition: opacity 0.3s;
  width: 30px;
}
.hc-blog__copy:hover {
  opacity: 0.7;
  cursor: pointer;
}
.hc-blog__pc {
  background: url("../img/common/laptop.webp") no-repeat center center/100%;
  padding-top: 60.25%;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
.hc-blog__img {
  bottom: 6.5%;
  left: 6.5%;
  overflow: hidden;
  position: absolute;
  right: 6.5%;
  top: 3.5833333333%;
}
.hc-blog__img img {
  height: auto;
  width: 100%;
}
.hc-blog__img:hover {
  cursor: all-scroll;
}
.hl-primary {
  background-color: var(--hc-root);
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
.hl-row {
  column-gap: 30px;
  display: flex;
  width: 100%;
}
.hl-col:first-child {
  flex: 1;
}
.hl-col:last-child {
  width: 300px;
}
.hl-col:last-child .hl-shadow {
  padding-inline: 20px;
}
.hl-shadow {
  background-color: var(--hbg-root);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 30px;
}
.hl-shadow:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .hl-row {
    flex-direction: column;
    row-gap: 30px;
  }
  .hl-col:last-child {
    width: 100%;
  }
}