@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes revealLine {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes revealLine {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes expandLight {
  0% {
    -webkit-transform: translate(50%, -50%) scale(0);
            transform: translate(50%, -50%) scale(0);
    background: rgba(0, 0, 0, 0);
    opacity: 0;
  }
  95% {
    -webkit-transform: translate(50%, -50%) scale(18);
            transform: translate(50%, -50%) scale(18);
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(50%, -50%) scale(20);
            transform: translate(50%, -50%) scale(20);
    background: rgba(255, 255, 255, 0);
    opacity: 0;
  }
}
@keyframes expandLight {
  0% {
    -webkit-transform: translate(50%, -50%) scale(0);
            transform: translate(50%, -50%) scale(0);
    background: rgba(0, 0, 0, 0);
    opacity: 0;
  }
  95% {
    -webkit-transform: translate(50%, -50%) scale(18);
            transform: translate(50%, -50%) scale(18);
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(50%, -50%) scale(20);
            transform: translate(50%, -50%) scale(20);
    background: rgba(255, 255, 255, 0);
    opacity: 0;
  }
}
.hero {
  position: relative;
  height: 100vh;
  max-height: 86rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hero {
    height: max(100vh, 76rem);
  }
}
@media screen and (max-width: 479px) {
  .hero {
    max-height: 76rem;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero__image--pc {
    display: none !important;
  }
}
.hero .hero__image--sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .hero .hero__image--sp {
    display: block !important;
  }
}
.hero .hero__swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .hero__swiper .swiper {
  width: 100%;
  height: 100%;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide img,
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 479px) {
  .hero .hero__swiper .swiper .swiper-wrapper .swiper-slide img {
    -o-object-position: 78%;
       object-position: 78%;
  }
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 144%;
  height: 124%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(108, 118, 132, 0.48) 20%, rgba(0, 18, 39, 0.7) 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero .hero__swiper .swiper .swiper-wrapper .swiper-slide::after {
    display: block;
  }
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__light {
  -webkit-animation: expandLight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: expandLight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__content .hero-title-box {
  background-image: url("/wp-content/themes/vlcholdings/images/common/bg-title.png");
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__content .hero__subtitle {
  -webkit-animation: revealLine 0.8s ease-out 1.4s forwards;
          animation: revealLine 0.8s ease-out 1.4s forwards;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__content .hero__title {
  -webkit-animation: revealLine 0.8s ease-out 1.8s forwards;
          animation: revealLine 0.8s ease-out 1.8s forwards;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__content .hero__logo-text .hero__go {
  -webkit-animation: revealLine 0.8s ease-out 2.2s forwards;
          animation: revealLine 0.8s ease-out 2.2s forwards;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__content .hero__logo-text .hero__beyond {
  -webkit-animation: revealLine 0.8s ease-out 2.4s forwards;
          animation: revealLine 0.8s ease-out 2.4s forwards;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__content .hero__logo-description {
  -webkit-animation: revealLine 0.8s ease-out 2.2s forwards;
          animation: revealLine 0.8s ease-out 2.2s forwards;
}
.hero .hero__light {
  position: absolute;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  z-index: 99999;
  top: 48%;
  right: 22%;
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform, opacity, background;
  -webkit-filter: blur(0.2rem);
          filter: blur(0.2rem);
  -webkit-box-shadow: 0 0 1rem rgba(255, 255, 255, 0.2), 0 0 2rem rgba(255, 255, 255, 0.15), 0 0 3rem rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 1rem rgba(255, 255, 255, 0.2), 0 0 2rem rgba(255, 255, 255, 0.15), 0 0 3rem rgba(255, 255, 255, 0.1);
}
.hero .hero__content {
  position: absolute;
  z-index: 10;
  pointer-events: auto;
}
.hero .hero__content.hero__content--slide {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .hero .hero__content.hero__content--slide {
    bottom: 16rem;
  }
}
.hero .hero__content .hero__image {
  aspect-ratio: 144/86;
}
.hero .hero__content .hero__subtitle {
  color: white;
  font-size: 1.8rem;
  line-height: 2.6;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .hero .hero__content .hero__subtitle {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.hero .hero__content .hero__title {
  color: white;
  font-size: 5.2rem;
  line-height: 7rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.03em;
  word-spacing: 0.03em;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .hero .hero__content .hero__title {
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0.056rem;
    word-spacing: 0.056rem;
    margin-top: 0.8rem;
  }
  .hero .hero__content .hero__title > span:nth-child(2) {
    padding-left: 0.9rem;
  }
}
.hero .hero__content .hero__logo-text {
  font-size: 18rem;
  line-height: 1;
  padding-top: 0.2rem;
  padding-bottom: 4.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.8rem;
  letter-spacing: -0.04em;
  line-height: 19.7rem;
}
@media screen and (max-width: 768px) {
  .hero .hero__content .hero__logo-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    font-size: 9.2rem;
    line-height: 7.2rem;
    margin-top: 3.6rem;
    margin-left: 0;
  }
}
.hero .hero__content .hero__logo-text .hero__go,
.hero .hero__content .hero__logo-text .hero__beyond {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  display: inline-block;
}
.hero .hero__content .hero__logo-text .hero__go {
  color: #9e925c;
  display: block;
  padding-top: 0.5rem;
}
.hero .hero__content .hero__logo-text .hero__go::before {
  content: "";
  width: 6rem;
  height: 11.8rem;
  position: absolute;
  left: -11.1rem;
  top: 4.5rem;
  background: #9e925c;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .hero .hero__content .hero__logo-text .hero__go::before {
    width: 1.6rem;
    height: 3.1rem;
    position: absolute;
    left: -2rem;
    top: 2rem;
  }
}
.hero .hero__content .hero__logo-text .hero__beyond {
  display: block;
  position: relative;
  color: white;
}
@media screen and (max-width: 479px) {
  .hero .hero__content .hero__logo-text .hero__beyond {
    margin-top: -0.3rem;
    letter-spacing: -0.03em;
  }
}
.hero .hero__content .hero__logo-text .hero__beyond::after {
  content: "!";
  font-size: 19.7rem;
}
@media screen and (max-width: 768px) {
  .hero .hero__content .hero__logo-text .hero__beyond::after {
    font-size: 10rem;
  }
}
.hero .hero__content.hero__content--slide-2 {
  bottom: 27.8rem;
}
@media screen and (max-width: 479px) {
  .hero .hero__content.hero__content--slide-2 {
    bottom: 9.9rem;
  }
}
.hero .hero__content.hero__content--slide-2 .hero__subtitle {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .hero .hero__content.hero__content--slide-2 .hero__subtitle {
    font-size: 2rem;
    line-height: 3rem;
    padding-left: 2rem;
  }
}
.hero .hero__content.hero__content--slide-2 .hero__title {
  font-size: 4.8rem;
  line-height: 7rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 0.3rem;
  letter-spacing: 0.04em;
  word-spacing: 0.03em;
  margin-top: 0.9rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .hero .hero__content.hero__content--slide-2 .hero__title {
    white-space: normal;
    padding-left: 2.5rem;
    font-size: 2.73rem;
    line-height: 3.46rem;
    padding-left: 2rem;
  }
}
.hero .hero__content.hero__content--slide-2 .hero__logo-description {
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  margin-top: 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .hero .hero__content.hero__content--slide-2 .hero__logo-description {
    padding-left: 2rem;
    font-size: 2.4rem;
    line-height: 3rem;
    padding-left: 2rem;
  }
}

.hero__logo-description {
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 2rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 479px) {
  .hero__logo-description {
    font-size: 1.6rem;
  }
}

.hero__controls {
  position: absolute;
  right: 3.9rem;
  bottom: 3.7rem;
  width: auto;
  min-width: 11.6rem;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .hero__controls {
    padding: 0;
    min-width: 11.5rem;
    right: 2rem;
    left: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    bottom: 4.5rem;
  }
}

.hero__controls-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .hero__controls-action {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.hero__controls-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .hero__controls-left {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.hero__swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 4rem;
  width: calc(100% + 3.7rem);
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .hero__swiper-navigation {
    height: 4.8rem;
    width: auto;
    margin-top: 0;
    gap: 1.6rem;
  }
}

.hero__controls-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .hero__controls-right {
    margin-top: -2rem;
    position: absolute;
    bottom: -0.4rem;
  }
}

.hero__control-btn {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  border: 0.1rem solid rgb(255, 255, 255);
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero__control-btn:hover {
  opacity: 0.8;
}
.hero__control-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.hero__control-btn svg {
  width: 0.8rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .hero__control-btn svg {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0;
    margin-left: 0.05rem;
  }
}
@media screen and (max-width: 768px) {
  .hero__control-btn.hero__control-btn--play svg {
    width: 0.6rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .hero__control-btn.hero__control-btn--pause svg {
    width: 0.7rem;
    height: 0.9rem;
  }
}

.dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dots .dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.dots .dot:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.dots .dot.active {
  background: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media screen and (max-width: 479px) {
  .dots .dot {
    width: 0.6rem;
    height: 0.6rem;
    gap: 0.8rem;
  }
}

.hero__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 11.6rem;
  position: relative;
  width: 100%;
  top: -0.5rem;
}
.hero__progress::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  left: 0;
}
.hero__progress::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  right: 0;
}
@media screen and (max-width: 768px) {
  .hero__progress {
    gap: 1.5rem;
    max-width: 11.6rem;
    top: 0;
  }
}

.hero__progress-bar {
  position: relative;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0.3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  overflow: hidden;
}
.hero__progress-bar:hover .hero__progress-handle {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.hero__progress-fill {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  border-radius: 0.3rem;
  width: 0%;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

.hero__progress-handle {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 1.6rem;
  height: 1.6rem;
  background: white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 479px) {
  .hero__progress-handle {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.hero__time {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  .hero__time {
    font-size: 1.3rem;
    gap: 0.6rem;
  }
}

.hero__time-current {
  color: white;
  font-weight: 700;
}

.hero__time-separator {
  opacity: 0.7;
  font-weight: 400;
}

.hero__time-total {
  opacity: 0.7;
  font-weight: 400;
}

.hero__pagination {
  color: white;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  white-space: nowrap;
  width: auto;
  height: auto;
  min-width: 5rem;
  position: relative;
  padding: 0;
  text-align: right;
  letter-spacing: -0.01em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
}
@media screen and (max-width: 479px) {
  .hero__pagination {
    font-size: 1.4rem;
  }
}
.hero__pagination:empty::before {
  content: "01 / 05";
  opacity: 0.7;
}

.hero__nav-btn {
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid white;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(1rem);
  position: relative;
  z-index: 20;
  pointer-events: auto;
}
.hero__nav-btn svg {
  width: 0.7rem;
}
.hero__nav-btn svg path {
  fill: #fff !important;
}
@media screen and (max-width: 768px) {
  .hero__nav-btn svg path {
    width: 0.8rem;
  }
}
.hero__nav-btn.hero__nav-btn--prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 479px) {
  .hero__nav-btn {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.hero__nav-btn:hover {
  opacity: 0.8;
}
.hero__nav-btn::after {
  font-family: swiper-icons;
  font-size: 1rem;
  font-weight: 900;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 479px) {
  .hero__nav-btn::after {
    font-size: 1.6rem;
  }
}
.hero__nav-btn.hero__nav-btn--prev {
  left: 0;
}
@media screen and (max-width: 479px) {
  .hero__nav-btn.hero__nav-btn--prev {
    left: 0;
  }
}
.hero__nav-btn.hero__nav-btn--prev::after {
  content: "";
  margin-right: 0.2rem;
}
.hero__nav-btn.hero__nav-btn--next {
  right: 0;
}
.hero__nav-btn.hero__nav-btn--next::after {
  content: "";
  margin-left: 0.2rem;
}
.hero__nav-btn.swiper-button-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.cyber-news-page {
  background-color: #eef0f2;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .cyber-news-page {
    background-color: #fff;
  }
}

.cyber-news__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cyber-news__input {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  padding: 0.75em 1.25em 0.75em;
  width: 36rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
@media screen and (max-width: 768px) {
  .cyber-news__input {
    padding: 0.6em 0.75em 0.75em;
    font-size: 1.5rem;
    line-height: 2.1rem;
    width: 23.5rem;
    border-radius: 0 !important;
  }
}

.cyber-new__button {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  background-color: #52687d;
  padding: 0.75em 1.875em;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cyber-new__button {
    font-size: 1.5rem;
    line-height: 2.1rem;
    gap: 0.7rem;
  }
}
.cyber-new__button .cyber-new__button-icon {
  width: 2rem;
  height: 2rem;
}

.cyber-news__input::-webkit-input-placeholder {
  color: color(#5C6D7C, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 1;
}

.cyber-news__input::-moz-placeholder {
  color: color(#5C6D7C, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 1;
}

.cyber-news__input:-ms-input-placeholder {
  color: color(#5C6D7C, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 1;
}

.cyber-news__input::-ms-input-placeholder {
  color: color(#5C6D7C, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 1;
}

.cyber-news__input::placeholder {
  color: color(#5C6D7C, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 1;
}

.cyber-news__input::-ms-input-placeholder {
  color: rgba(92, 109, 124, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
}

.cyber-news__input::-webkit-input-placeholder {
  color: rgba(92, 109, 124, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
}

/* Focus state */
.cyber-news__input:focus {
  outline: none;
}

.cyber-news__wrapper {
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cyber-news__wrapper {
    max-width: 33.5rem;
  }
}

.cyber-news__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}

.cyber-news__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}

@media screen and (max-width: 768px) {
  .new__content {
    padding: 0rem 0rem 2.4rem;
  }
}

.cyber-news__new {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cyber-news__new {
    padding: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cyber-news__new:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.new__img {
  background-color: rgba(82, 104, 125, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 4px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: background-color 220ms ease, -webkit-transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-color 220ms ease, -webkit-transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-color 220ms ease, transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-color 220ms ease, transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform, background-color;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}
.new__img img {
  -webkit-transition: -webkit-filter 200ms ease, -webkit-transform 200ms ease;
  transition: -webkit-filter 200ms ease, -webkit-transform 200ms ease;
  transition: filter 200ms ease, transform 200ms ease;
  transition: filter 200ms ease, transform 200ms ease, -webkit-filter 200ms ease, -webkit-transform 200ms ease;
  will-change: filter, transform;
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 330/198;
}
.new__img img.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new__img img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .new__img img {
    aspect-ratio: 335/200;
  }
  .new__img img.pc {
    display: none;
  }
  .new__img img.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.new__img:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.new__img .cyber-news__subimg {
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0rem 0rem 0.2rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 600;
  background-color: #52687d;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 768px) {
  .new__img .cyber-news__subimg {
    letter-spacing: -0.2rem;
    padding: 0.2rem 0rem 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .new__img {
    width: 100%;
  }
}

.new__img .cyber-news__subimg {
  padding: 0.2rem 0rem 0.2rem;
}

.new__date {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 2rem;
}

.new__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .new__header {
    line-height: 2.6rem;
  }
}

.new__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .new__title {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}

.new__desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin: -0.2rem 0rem;
}

.desc-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .desc-sp {
    display: block;
  }
  .desc-pc {
    display: none;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 0.5rem;
    margin-top: 3.6rem;
  }
}

.pager-btn {
  width: 3.2rem;
  aspect-ratio: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.3rem;
  font-family: "Jost", sans-serif;
  color: #5C6D7C;
}
.pager-btn img {
  width: 1.2rem;
  height: 1.2rem;
}

.pager-btn.active {
  background-color: #52687d;
  color: #fff;
}

.pager-ellipsis {
  width: 3.2rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.3rem;
  font-family: "Jost", sans-serif;
  color: #5C6D7C;
  cursor: default;
}

.pager-disabled {
  display: none;
}

.pager-disabled--custom span {
  position: relative;
  top: -0.3rem;
}

.swiper-swiper-container {
  position: relative;
}

@media screen and (min-width: 769px) {
  .swiper-button-container {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 112rem;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
  }
}

.swiper-progress-container {
  max-width: 15.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-left: auto;
  position: relative;
  position: absolute;
  bottom: 0.5rem;
  right: 10rem;
}
@media screen and (max-width: 768px) {
  .swiper-progress-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 0;
    right: unset;
    left: 0;
    bottom: 1.7rem;
  }
}

.hero__nav-btn {
  border: 0.1rem solid #52687d;
}
@media screen and (max-width: 768px) {
  .hero__nav-btn {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.hero__nav-btn svg path {
  fill: #52687d !important;
}
.hero__nav-btn.hero__nav-btn--prev {
  left: 0;
}
@media screen and (max-width: 479px) {
  .hero__nav-btn.hero__nav-btn--prev {
    margin-top: 0px;
    top: 0px;
  }
}
.hero__nav-btn.hero__nav-btn--next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .hero__nav-btn.hero__nav-btn--next {
    margin-top: 0px;
    top: 0px;
  }
}
.hero__nav-btn.hero__nav-btn--next svg {
  position: relative;
  left: 0.2rem;
}

.hero__progress::before,
.hero__progress::after {
  background: #52687d;
}

.hero__progress-bar {
  background: rgba(82, 104, 125, 0.35);
}

.hero__progress-fill {
  background: -webkit-gradient(linear, left top, right top, from(#52687d), to(#52687d));
  background: linear-gradient(90deg, #52687d 0%, #52687d 100%);
}

.hero__control-btn {
  border: 0.1rem solid #52687d;
  color: #52687d;
}
.hero__control-btn svg rect,
.hero__control-btn svg path {
  fill: #52687d !important;
}

@media screen and (max-width: 768px) {
  .swiper-change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.6rem;
    height: 3.6rem;
    gap: 13.9rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .hero__controls-right {
    margin-top: 0rem;
    position: absolute;
    bottom: 0rem;
    right: -4.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.hero__nav-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero__nav-btn svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero__nav-btn:hover {
  opacity: 1 !important;
  background-color: #52687d !important;
}
.hero__nav-btn:hover svg path {
  fill: #fff !important;
}

.cyber-news-page {
  margin-top: 4.9rem;
  padding: 7.8rem 0rem 10rem;
}
@media screen and (max-width: 768px) {
  .cyber-news-page {
    padding-top: 0rem;
    margin-top: 4.6rem;
    padding-bottom: 8rem;
  }
  .cyber-news-page .news-hero {
    padding-top: 4.8rem;
  }
}

@media screen and (max-width: 768px) {
  .ir-banner.sdgs-baner {
    width: 100%;
  }
}

.cyber-news__filter {
  background-color: #fff;
  padding: 4rem 8rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 89.8rem;
  margin: 6.4rem auto 4.8rem;
}
@media screen and (max-width: 768px) {
  .cyber-news__filter {
    padding: 0rem;
    margin: 0rem auto 4.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.category__name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .category__name {
    position: relative;
    padding-bottom: 1.1rem;
  }
  .category__name::after {
    content: "";
    bottom: 0;
    left: -1rem;
    width: calc(100% + 2rem);
    height: 1px;
    position: absolute;
    background-color: rgba(82, 104, 125, 0.3);
  }
}

.category__listcheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .category__listcheck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.category__label {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}
.category__label:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.category__checkbox {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
}

.category__checkmark {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  border: 1px solid #5c6d7c;
  background: #fff;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background 150ms ease, border-color 150ms ease;
  transition: background 150ms ease, border-color 150ms ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.category__checkbox:checked + .category__checkmark {
  background: #52687d;
}

.category__checkbox:checked ~ .category__label-text {
  font-weight: 600;
}

.category__checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 120ms ease, -webkit-transform 120ms ease;
  transition: opacity 120ms ease, -webkit-transform 120ms ease;
  transition: opacity 120ms ease, transform 120ms ease;
  transition: opacity 120ms ease, transform 120ms ease, -webkit-transform 120ms ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.category__checkbox:checked + .category__checkmark::after {
  border-color: #fff;
  opacity: 1;
}

.category__checkbox:focus + .category__checkmark {
  outline: none;
}

.category__checkbox:disabled + .category__checkmark {
  opacity: 0.6;
  cursor: not-allowed;
}

.category__label-text {
  font-size: 1.4rem;
  line-height: 2rem;
  color: inherit;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .cyber-new__button {
    padding: 0.7em 1.4em 0.8em 1.4em;
  }
}

@media screen and (max-width: 768px) {
  .cyber-news__wrapper {
    padding-top: 7.6rem;
  }
}

.cyber-news__title {
  margin-bottom: 3.2rem;
  padding-left: 4rem;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 5.2rem;
  position: relative;
}
.cyber-news__title::after {
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  height: 2.4rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_title_ir.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .cyber-news__title::after {
    width: 1.8rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .cyber-news__title {
    font-size: 2.4rem;
    line-height: 3.5rem;
    padding-left: 2.2rem;
    margin-bottom: 2.4rem;
  }
}

.cyber-news__title-bottom {
  margin-bottom: 3.2rem;
  padding-left: 1.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.5rem;
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .cyber-news__title-bottom {
    font-size: 2rem;
    line-height: 2.9rem;
    margin-bottom: 2.4rem;
  }
}
.cyber-news__title-bottom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 2rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_new_yeallow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

@media screen and (max-width: 768px) {
  .news-hero {
    background-color: #eef0f2;
  }
}
.news-hero__wrapper {
  max-width: 120rem;
  margin: 0 auto;
  margin-bottom: 7.3rem;
}
@media screen and (max-width: 768px) {
  .news-hero__wrapper {
    max-width: 33.5rem;
    padding-bottom: 4.8rem;
    margin-bottom: 0rem;
  }
}

.news-hero__slide {
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .news-hero__slide {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .news-hero__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-hero__content {
  background-color: #fff;
  padding: 4.5rem 4.8rem 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 36.4rem;
  gap: 2.9rem;
  backdrop-filter: blur(1.6rem) brightness(0.7);
  -webkit-backdrop-filter: blur(1.6rem) brightness(0.5);
  background: rgb(255, 255, 255);
  mix-blend-mode: overlay;
}
@media screen and (min-width: 769px) {
  .news-hero__content {
    position: absolute;
    bottom: -3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .news-hero__content {
    padding: 1rem 1.6rem 2.4rem;
    gap: 1.2rem;
  }
}

.news-hero__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .news-hero__desc {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}

.news-hero__subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.3rem;
}
@media screen and (max-width: 768px) {
  .news-hero__subtitle {
    line-height: 1.9rem;
  }
}
.news-hero__subtitle a {
  text-decoration: underline;
}

.news-hero__img {
  margin: 0rem 0rem 4.6rem 34.4rem;
  width: 65.6rem;
}
@media screen and (max-width: 768px) {
  .news-hero__img {
    margin: 0rem;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cyber-news__new {
  padding: 0rem 4.8rem 0rem 0rem;
  gap: 3.9rem;
}
@media screen and (max-width: 768px) {
  .cyber-news__new {
    gap: 2rem !important;
    padding: 0rem 0rem 0rem 0rem;
  }
}

.new__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33rem;
          flex: 0 0 33rem;
  border-radius: 0;
}
.new__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .new__img {
    height: 19rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.new__img .cyber-news__subimg {
  background-color: rgba(6, 40, 63, 0.8);
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .new__img .cyber-news__subimg {
    font-size: 1.3rem;
    letter-spacing: -0.052rem;
  }
}

@media screen and (max-width: 768px) {
  .new__date {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.new__tag {
  padding-left: 1.4rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .new__tag {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.new__tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon-ellipse.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

.new__header {
  gap: 2.8rem;
  margin-left: 0.3rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 768px) {
  .new__header {
    gap: 2rem;
    margin-left: 0rem;
  }
}

.new__desc {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .new__desc {
    -webkit-line-clamp: 4;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem;
    margin: -0.1rem 0rem -0.2rem;
  }
}

.pagination {
  margin-top: 6.4rem;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .pager-btn {
    color: #5c6d7c;
  }
}

.loading-state {
  text-align: center;
  padding: 3rem 2rem;
  color: #333;
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 2rem auto;
  max-width: 400px;
}
.loading-state p {
  margin: 0;
  font-weight: 500;
}
.loading-state::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 1rem;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #52687d;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cyber-news__empty {
  text-align: center;
  padding: 4rem 2rem;
  color: #666;
  font-size: 1.6rem;
}
.cyber-news__empty p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .column-news-page .new__content {
    padding: 0rem 0rem 1.9rem;
  }
}
.column-news-page .cyber-news__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .column-news-page .cyber-news__category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 1.4rem;
    padding: 0rem 1rem;
  }
}
@media screen and (min-width: 769px) {
  .column-news-page .category__name {
    margin-right: 1.2rem;
  }
}
.column-news-page .cyber-news__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: inset 0 0 0 0.1rem #CED3D7;
          box-shadow: inset 0 0 0 0.1rem #CED3D7;
  border-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  .column-news-page .cyber-news__input {
    padding: 1.3rem 2rem;
    border: 0.1rem solid #CED3D7;
  }
}
.column-news-page .new__title {
  margin: 1.1rem 0rem 1.2rem;
  line-height: 2.9rem;
}
@media screen and (max-width: 768px) {
  .column-news-page .new__title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
    margin: 0.5rem 0rem 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .column-news-banner .ir-banner__content {
    margin-top: -1rem !important;
  }
}