@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/fonts/yu-gothic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/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/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/fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* ===== Common: properties identical in both source files ===== */
/* header image: common layout / visual baseline */
.header-new__img {
  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: 0;
  background-color: rgba(82, 104, 125, 0.1);
  overflow: hidden;
}

/* header subtitle: shared baseline */
.header-new__subtitle {
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0.4rem 0rem 0.4rem;
  color: #fff;
  line-height: 2.8rem;
  font-weight: 600;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* header content baseline */
.header-new__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* header date identical */
.header-new__date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.3rem;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 768px) {
  .header-new__date {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

/* new-main content baseline (shared) */
.new-main__content {
  margin: -0.2rem 0rem -0.3rem;
  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.8rem;
}

/* new-main text baseline (shared) */
.new-main__text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .new-main__text {
    font-size: 1.5rem;
  }
}

/* other-new shared building blocks */
.other-new__button {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .other-new__button {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.other-new__button a:hover {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.other-new__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .other-new__new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.other-new__new:hover .other-new__img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.other-new__new:first-child::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #bbc0c4;
  position: absolute;
  right: -3.8rem;
}
@media screen and (max-width: 768px) {
  .other-new__new:first-child::after {
    right: -1.7rem;
  }
}
.other-new__new.last-post::after, .other-new__new.first-post::after {
  display: none !important;
}

.other-new__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.6rem;
}
@media screen and (max-width: 768px) {
  .other-new__info {
    gap: 3.9rem;
  }
}

.other-new__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17rem;
          flex: 0 0 17rem;
  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;
  background-color: rgba(82, 104, 125, 0.1);
  height: 11.4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .other-new__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.3rem;
            flex: 0 0 9.3rem;
  }
}
.other-new__img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -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;
}
.other-new__img:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.other-new__subtitle {
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0.1rem 0rem 0.4rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 600;
  background-color: #52687d;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .other-new__subtitle {
    padding: 0.1rem 0rem 0.2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

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

.other-new__date {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 2.2rem;
}
@media screen and (max-width: 768px) {
  .other-new__date {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.other-new__desc-small {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .other-new__desc-small {
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

/* small global tweak present in both */
.ir-banner__content {
  top: 38%;
}

.other-service__title {
  margin-bottom: 3.2rem;
  padding-left: 1.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .other-service__title {
    font-size: 2rem;
    line-height: 2.9rem;
    margin-bottom: 2.4rem;
  }
}
.other-service__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 2rem;
  background-image: url("../../images/icon/icon_arrow_new_yeallow.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;
}

.other-service__box {
  margin-top: 3.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2rem 1fr 1.2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .other-service__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 0rem;
  }
}

.other-service__item {
  width: 100%;
  height: 18.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 4rem;
  cursor: pointer;
}
.other-service__item:hover .other-service__content::after {
  background-image: url("../../images/icon/icon_arrow_title_ir.svg");
}
.other-service__img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.other-service__img img {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.other-service__content {
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  font-weight: 600;
  line-height: 2.4rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .other-service__content {
    font-size: 1.5rem;
  }
}
.other-service__content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  height: 2.4rem;
  background-image: url("../../images/icon/icon_arrow_title_white.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) {
  .other-service__content::after {
    right: 0rem;
  }
}

.other-service__link {
  width: 100%;
}

/* ---------- Page wrapper (file 2) ---------- */
.column-new-detail-page {
  color: #52687d;
  margin-top: 4.7rem;
  background-color: #eef0f2;
  padding: 8rem 0rem 5.2rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .column-new-detail-page {
    background-color: #fff;
    padding: 0rem 0rem 3.6rem;
    /* giữ hành vi override cuối cùng từ file gốc */
    margin-top: 4.6rem;
  }
}
.column-new-detail-page .wp-block-separator {
  border-top-color: #bbc0c4;
}

/* ---------- Main wrapper ---------- */
.column-new-detail__wrapper {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .column-new-detail__wrapper {
    max-width: 33.5rem;
  }
}

.new-main__section {
  margin-left: 1.6rem;
}

.column-new-detail__info {
  background-color: #fff;
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .column-new-detail__info {
    padding-bottom: 0rem;
  }
}

/* ---------- Header (image + content) ---------- */
.column-new-detail__header-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
}
@media screen and (max-width: 768px) {
  .column-new-detail__header-new {
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0rem;
  }
}

/* header-new__img: common baseline moved to common — file2 keeps its unique flex size and height */
.header-new__img {
  overflow: hidden;
  cursor: pointer;
}
.header-new__img img {
  -webkit-transform: all 0.3s ease;
          transform: all 0.3s ease;
}
.header-new__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 769px) {
  .header-new__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5rem;
            flex: 0 0 37.5rem;
  }
}
@media screen and (max-width: 768px) {
  .header-new__img {
    width: 100%;
    height: 20rem;
  }
}

.header-new__subtitle {
  /* baseline moved to common; keep file2-specific values */
  font-size: 1.5rem;
  line-height: 2.8rem;
  background-color: rgba(6, 40, 63, 0.8);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 768px) {
  .header-new__subtitle {
    padding: 0.7rem 0rem 0.8rem;
    line-height: 1.7rem;
    font-size: 1.3rem;
  }
}

/* header content (date + title) */
.header-new__content {
  gap: 1.1rem;
  padding-top: 0;
  padding-right: 12rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .header-new__content {
    padding-top: 0rem;
    padding-right: 0rem;
    gap: 1.6rem;
  }
}

.header-new__date {
  /* moved to common — no override here */
}

.header-new__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .header-new__content-top {
    gap: 2rem;
  }
}

.header-new__subtitleContent {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  padding-left: 1.4rem;
  position: relative;
  letter-spacing: -0.04em;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
@media screen and (max-width: 768px) {
  .header-new__subtitleContent {
    font-size: 1.2rem;
  }
}
.header-new__subtitleContent::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../../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;
}

.header-new__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .header-new__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

/* ---------- Main column content ---------- */
.column-new-detail__new-main {
  max-width: 96rem;
  margin: 4.8rem auto 0rem;
}
@media screen and (max-width: 768px) {
  .column-new-detail__new-main {
    margin: 0rem auto;
  }
}
.column-new-detail__new-main a {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: bold;
}
.column-new-detail__new-main {
  /* Figures / images inside article content */
}
.column-new-detail__new-main figure {
  width: 100% !important;
  margin: 0 auto 2rem;
}
.column-new-detail__new-main figure img {
  width: 100%;
  margin: 0 auto;
}
.column-new-detail__new-main figure .wp-caption-text {
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.column-new-detail__new-main {
  /* fallback for generic images inside content */
}
.column-new-detail__new-main img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column-new-detail__new-main p {
  margin-bottom: 1.6rem;
  letter-spacing: 0.05em;
}
.column-new-detail__new-main p > strong {
  margin-top: 2.4rem;
  display: block;
}
.column-new-detail__new-main ul,
.column-new-detail__new-main ol {
  list-style: revert;
}
.column-new-detail__new-main .sns_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}
.column-new-detail__new-main .sns_area .head {
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0 2rem 0 0;
}
.column-new-detail__new-main .sns_area .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column-new-detail__new-main .sns_area .sns .list:not(:last-child) {
  margin-right: 20px;
}
.column-new-detail__new-main .sns_area .sns .tw {
  fill: black;
  width: 18px;
}
.column-new-detail__new-main .sns_area .sns .fb {
  fill: black;
  width: 20px;
}
.column-new-detail__new-main .sns_area .sns .line {
  fill: black;
  width: 20px;
}

/* ---------- New main block items ---------- */
.new-main__content {
  /* baseline moved to common */
  margin: -0.2rem 0rem -0.3rem;
  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.8rem;
}

.new-main__title,
.column-new-detail__new-main h2 {
  padding-left: 2.2rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.5rem;
  margin: 4rem 0rem 2.4rem;
  position: relative;
}
.new-main__title::after,
.column-new-detail__new-main h2::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 1.6rem;
  background-image: url("../../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) {
  .new-main__title::after,
  .column-new-detail__new-main h2::after {
    top: 10%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .new-main__title,
  .column-new-detail__new-main h2 {
    margin: 3.9rem 0rem 2.3rem;
    font-size: 2rem;
    line-height: 2.8rem;
    padding-left: 1.8rem;
  }
}

.new-main__text {
  /* baseline moved to common; file2 adds specific last-child behavior */
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: -0.2rem 0rem;
}
@media screen and (max-width: 768px) {
  .new-main__text {
    font-size: 1.5rem;
  }
}
.new-main__text:last-child {
  margin-top: 4.6rem;
}

.new-main__textLead {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: 2.2rem 0rem 0.6rem;
}
@media screen and (max-width: 768px) {
  .new-main__textLead {
    margin: 2.2rem 0rem 0.6rem;
    font-size: 1.5rem;
    margin: 1.9rem 0rem 0.5rem;
  }
}

.new-main__sectionTitle,
.column-new-detail__new-main h3 {
  margin: 3.2rem 0rem 2.4rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.9rem;
}
@media screen and (max-width: 768px) {
  .new-main__sectionTitle,
  .column-new-detail__new-main h3 {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin: 1.4rem 0rem 1.1rem;
  }
}

.new-main__ol,
.column-new-detail__new-main ol {
  margin: 2.4rem 0rem;
  padding-left: 4.8rem;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.new-main__ol.titleList__container,
.column-new-detail__new-main ol.titleList__container {
  list-style: none;
  margin: 0;
  gap: 1.2rem;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .new-main__ol,
  .column-new-detail__new-main ol {
    margin: 1.8rem 0rem;
    padding-left: 4rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}

.new-main__ol li {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 768px) {
  .new-main__ol li {
    margin: -0.2rem 0rem -0.3rem;
  }
}
.new-main__ol li span {
  font-weight: 500;
}

.new-main__ul,
.column-new-detail__new-main ul {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin: -0.2rem 0rem -0.2rem 3.6rem;
}
@media screen and (max-width: 768px) {
  .new-main__ul,
  .column-new-detail__new-main ul {
    font-size: 1.5rem;
  }
}

/* preserve the specific selector from original file */
.column-new-detail__new-main :nth-child(4) .new-main__text:last-child {
  padding-bottom: 3rem;
}

/* ---------- Reference / Share / Logo ---------- */
.column-new-detail__reference-article {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: 3.9rem 0rem 0rem;
}
@media screen and (max-width: 768px) {
  .column-new-detail__reference-article {
    font-size: 1.5rem;
    margin: 1.9rem 0rem 0rem;
  }
}
.column-new-detail__reference-article .reference-article__link {
  text-decoration: underline;
}

.column-new-detail__share {
  margin: 6.4rem 0rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .column-new-detail__share {
    margin: 3.7rem 0rem 0rem;
  }
}

.column-new-detail__logo {
  width: 3rem;
  height: 3rem;
}

/* ---------- Other news list (container kept here; child rules moved to common) ---------- */
.column-new-detail__other-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .column-new-detail__other-new {
    gap: 0.9rem;
  }
}

/* ---------- Back link ---------- */
.column-new-detail__button-bottom {
  margin: 4.8rem 0rem 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column-new-detail__button-bottom .section__more {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .column-new-detail__button-bottom {
    margin: 4.8rem 0rem 8rem;
  }
}

.back-column-news {
  position: relative;
  border-bottom: 1px solid rgba(82, 104, 125, 0.3);
}
.back-column-news::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 1rem;
  background-image: url("../../images/icon/icon_arrow_new.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;
}
@media screen and (min-width: 769px) {
  .back-column-news {
    padding: 0rem 1.8rem 0.9rem 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .back-column-news {
    padding: 0.1rem 1.8rem 0.6rem 3.9rem;
  }
}
.back-column-news__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .back-column-news__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

/* small specific tweak from original */
.ir-banner__content {
  top: 38%;
}

/* global span weight from original */
span {
  font-weight: 600;
}

/* Title bottom used in file2 */
.vlc-news__title-bottom {
  margin-bottom: 3.2rem;
  padding-left: 1.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .vlc-news__title-bottom {
    font-size: 2rem;
    line-height: 2.9rem;
    margin-bottom: 2.4rem;
  }
}
.vlc-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("../../images/icon/icon_arrow_new_yeallow.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;
}

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

.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;
  padding: 0rem 4.8rem 0rem 0rem;
  gap: 3.9rem;
}
@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;
    gap: 1.9rem;
  }
}

/* === Image block === */
.vlc-new-detail__other-new {
  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;
  margin-bottom: 8.1rem;
}
@media screen and (max-width: 768px) {
  .vlc-new-detail__other-new {
    gap: 6.8rem;
    margin-bottom: 8.8rem;
  }
}

.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: 0;
  -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);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33rem;
          flex: 0 0 33rem;
  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;
}
.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.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%;
    height: 19rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* more specific override (keeps exact final values) */
.new__img .cyber-news__subimg {
  background-color: rgba(6, 40, 63, 0.8);
  padding: 0.2rem 0rem 0.2rem;
}

/* === Text meta / title / desc === */
.new__date {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 2rem;
}
@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("../../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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  height: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.3rem;
}
@media screen and (max-width: 768px) {
  .new__header {
    line-height: 2.6rem;
    gap: 2rem;
    margin-left: 0rem;
  }
}

.new__title {
  margin: 1.2rem 0rem 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .new__title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
    margin: 0.7rem 0rem 1.2rem;
  }
}

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

/* ---------- Title list block (you mentioned missing) ---------- */
.column-new__titleList {
  margin: 5.6rem 0 4.8rem;
  border: 2px solid #bbc0c4;
  padding: 3.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;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .column-new__titleList {
    margin: 3.2rem 0rem 2.3rem;
    padding: 1.8rem 1.7rem 2rem;
    gap: 1.2rem;
  }
}

.titleList__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.1em;
}
@media screen and (max-width: 768px) {
  .titleList__container {
    gap: 1.3rem;
  }
}

.titleList__text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  .titleList__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.title-name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .title-name {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}

/* rest of file2 kept as original (already included above) */
.column-new-detail__new-main {
  /* WordPress Core
  -------------------------------------------------------------- */
  /* WordPress Core
  -------------------------------------------------------------- */
}
.column-new-detail__new-main td:first-child strong {
  white-space: nowrap;
}
.column-new-detail__new-main .alignnone {
  margin: 5px 20px 20px 0;
}
.column-new-detail__new-main .aligncenter,
.column-new-detail__new-main div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.column-new-detail__new-main .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.column-new-detail__new-main .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.column-new-detail__new-main a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.column-new-detail__new-main a img.alignnone {
  margin: 5px 20px 20px 0;
}
.column-new-detail__new-main a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.column-new-detail__new-main a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.column-new-detail__new-main .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.column-new-detail__new-main .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.column-new-detail__new-main .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.column-new-detail__new-main .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.column-new-detail__new-main .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.column-new-detail__new-main .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.column-new-detail__new-main {
  /* Text meant only for screen readers. */
}
.column-new-detail__new-main .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.column-new-detail__new-main .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.column-new-detail__new-main {
  /* WordPress Extend
  -------------------------------------------------------------- */
}
.column-new-detail__new-main ul {
  list-style: disc;
  padding-left: 2rem;
}
.column-new-detail__new-main ol {
  list-style: numeric;
  padding-left: 2rem;
}
.column-new-detail__new-main b {
  font-weight: 600;
}
.column-new-detail__new-main table th {
  font-weight: bold;
  border: 1px solid #d1d5db;
  padding: 0.5rem;
}
.column-new-detail__new-main table td {
  border: 1px solid #d1d5db;
  padding: 0.5rem;
}