.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-tool__txt {
  color: var(--hc-4);
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}
.hc-tool__ttl {
  color: var(--hc-7);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.3s ease;
}
.hc-tool__nav {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.hc-tool__item {
  align-items: center;
  background-color: var(--hc-root);
  border: 1px solid var(--hc-1);
  border-radius: 12px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  width: calc((100% - 60px) / 4);
}
.hc-tool__item:hover {
  background-color: var(--hc-hover);
  border-color: var(--hc-hover);
  transform: translateY(-5px);
}
.hc-tool__item:hover .hc-tool__icon {
  background-color: var(--hc-2);
}
.hc-tool__item:hover .hc-tool__btn {
  background-color: var(--hc-root);
  color: var(--hc-7);
}
.hc-tool__item:hover .hc-tool__txt,
.hc-tool__item:hover .hc-tool__ttl {
  color: var(--hc-root);
}
.hl-shadow .hc-tool__item {
  width: 100%;
}
.hc-tool__icon {
  align-items: center;
  background-color: var(--hc-1);
  border-radius: 100%;
  display: inline-flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 15px;
  width: 60px;
}
.hc-tool__icon img {
  height: auto;
  width: 30px;
}
.hc-tool__btn {
  background-color: var(--hc-1);
  border-radius: 100vw;
  display: inline-block;
  color: var(--hc-root);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px 15px 6px;
  text-transform: uppercase;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 1199.98px) {
  .hc-tool__nav {
    gap: 10px;
  }
  .hc-tool__item {
    padding: 10px;
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (max-width: 575.98px) {
  .hc-tool {
    padding-block: 30px;
  }
  .hc-tool__nav {
    flex-direction: column;
  }
  .hc-tool__item {
    width: 100%;
  }
  .hc-tool__icon {
    height: 60px;
    margin-bottom: 10px;
    width: 60px;
  }
  .hc-tool__icon img {
    width: 20px;
  }
  .hc-tool__ttl {
    font-size: 1.6rem;
  }
  .hc-tool__txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.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%;
  }
}