@charset "utf-8";
* {
  word-break: keep-all;
}
#contents {
  overflow: hidden;
}
.hidden {
  overflow: hidden !important;
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
  position: fixed !important;
}
.maxinner {
  margin: 0 auto;
  max-width: 1460px;
  width: 90%;
}
.img-none {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
.img-none img {
  position: static !important;
  max-width: 80% !important;
  width: auto !important;
  height: auto !important;
}
:root {
  font-size: 16px;
}
.tab-bar {
  display: flex;
  justify-content: center;
  background: #000412;
  border-bottom: 0.125rem solid #02081f;
  position: relative;
  z-index: 5;
  margin-top: -2.1875rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #dddddd00 #ffffff00;
  white-space: nowrap;
  padding-left: 0;
}
.tab-bar::-webkit-scrollbar {
  height: 0.375rem;
  background: #fff;
}
.tab-bar::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 0.1875rem;
}
.tab {
  display: inline-block;
  font-size: 1.125rem;
  color: #bbb;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 0.1875rem solid transparent;
  background: #000412;
  transition:
    color 0.2s,
    border-color 0.2s,
    background 0.2s;
  margin: 0 0.125rem;
  white-space: nowrap;
  border-radius: 0;
  min-width: 7.5rem;
  text-align: center;
}
.tab a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 1.125rem 2.25rem 1rem 2.25rem;
}
.tab.active {
  color: #fefefe;
  border-bottom: 0.1875rem solid #bc2d3d;
  font-weight: 500;
  background: #171b3f79;
}
@media (max-width: 800px) {
  .tab-bar {
    padding-left: 0;
    margin-top: -1.25rem;
    justify-content: flex-start;
  }
  .tab {
    font-size: 0.9375rem;
    min-width: 5.625rem;
  }
  .tab a {
    padding: 0.8125rem 1.25rem 0.6875rem 1.25rem;
  }
}
@media (max-width: 500px) {
  .tab {
    font-size: 0.8125rem;
    min-width: 4.375rem;
  }
  .tab a {
    padding: 0.625rem 0.625rem 0.5rem 0.625rem;
  }
}
:root {
  font-size: 16px;
}
.top-banner {
  width: 100%;
  max-width: 100%;
  height: 20rem;
  position: relative;
  background: #10182b center/cover no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.top-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.banner-title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2.25rem;
  letter-spacing: 0.125rem;
}
.top-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .top-banner {
    height: 12rem;
  }
  .banner-title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 600px) {
  .top-banner {
    height: 7rem;
  }
  .banner-title {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    letter-spacing: 0.05rem;
  }
}
.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 5vh, 4rem) clamp(1rem, 4vw, 2rem);
}
.main-container1 .main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 5vh, 4rem) clamp(1rem, 4vw, 2rem);
  padding: 80px 0;
  background: #fff;
}
.section {
  max-width: auto;
  margin: 0rem auto;
  background: #0f0f0f;
  border-radius: 0rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0);
  padding: 2rem 2.75rem;
  overflow: visible;
}
.section + .section {
  margin-top: 2rem;
}
.section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fefefe;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.2;
}
.section-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 200;
  text-align: center;
  color: #fefefe;
  opacity: 0.9;
  margin-bottom: clamp(2rem, 5vh, 4rem);
}
.status-section.section {
  max-width: none !important;
  margin: 0 !important;
  background: #000412 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.status-section {
  min-height: 100vh;
  padding: clamp(4rem, 10vh, 8rem) 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  display: flex;
  align-items: center;
}
.status-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
.section-sub-title b {
  font-weight: 700;
  color: #222;
}
.section-desc {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  color: #7c7d8d;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.section-desc1 {
  background: #f8f9fa;
  border-radius: 0.5rem;
  padding: clamp(1.5rem, 4vh, 2.5rem);
  margin: clamp(2rem, 5vh, 4rem) 0;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  text-align: center;
  color: #333;
  line-height: 1.6;
  border-left: 4px solid #c00;
}
.section-desc strong,
.section-desc1 strong {
  color: #ca273a;
  font-weight: 600;
}
.top-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 900;
  width: 52px;
  height: 52px;
  background: rgba(20, 30, 50, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.top-button.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.top-button:hover {
  background-color: #bc2d3d;
  transform: scale(1.05);
}
.top-button svg {
  color: #ffffff;
}
.company-info-area {
  width: 100%;
  background-color: transparent;
}
.overview-subtitle b {
  font-size: 18px;
  color: #bc2d3d;
}
.overview-title {
  font-size: 42px;
  font-weight: 600;
  margin: 16px 0;
  line-height: 1.4;
}
.overview-desc {
  font-size: 1.25rem;
  font-weight: 200;
  color: #fefefe;
  line-height: 1.7;
  margin: 37px 0;
}
.overview_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.overview_info li {
  width: 32%;
  margin-bottom: 2%;
  border: 1px solid #dddddd4f;
  padding: 100px 40px 40px;
  position: relative;
  background-color: #ffffff0e;
  background-image: url("../../images/sub/sub_card_bg_pt01.png");
}
.overview_info li.wide {
  width: 100%;
  margin-top: 20px;
}
.overview_info li:nth-child(3n) {
  margin-right: 0;
}
.overview_info li:first-child h4 {
  font-size: 24px;
  color: #fefefe;
}
.overview_info li h4 {
  font-size: 24px;
  color: #fefefe;
  margin-top: 20px;
  font-weight: 600;
}
.overview_info li img {
  position: absolute;
  right: 35px;
  top: 35px;
}
.overview-label {
  font-size: 16px;
  color: #888;
  font-weight: 400;
  margin-bottom: 6px;
}
.business-areas-list {
  display: flex;
  gap: 100px;
  margin-top: 8px;
}
.business-areas-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.business-areas-col h4 {
  font-size: 24px;
  color: #222;
  font-weight: 600;
  margin: 0 0 8px 0;
}
@media (max-width: 768px) {
  .overview-title {
    font-size: 28px;
  }
  .overview-desc {
    font-size: 1.25rem;
  }
  .overview_info {
    flex-direction: column;
  }
  .overview_info li {
    width: 100%;
    margin-bottom: 1rem;
    padding: 80px 30px 30px;
  }
  .overview_info li.wide {
    margin-top: 0;
  }
  .business-areas-list {
    flex-direction: column;
    gap: 20px;
  }
  .business-areas-col h4 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .overview-title {
    font-size: 24px;
  }
  .overview-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
  .overview_info li {
    padding: 60px 20px 20px;
  }
  .overview_info li h4 {
    font-size: 20px;
  }
  .overview_info li img {
    right: 20px;
    top: 20px;
    max-width: 40px;
  }
  .business-areas-col h4 {
    font-size: 16px;
  }
  .business-areas-col h4 small {
    font-size: 14px;
  }
}
.image-banner {
  width: 110vw;
  height: clamp(18rem, 30vh, 25rem);
  overflow: hidden;
  margin: 3.9375rem 0 0.3rem 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #10182b00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
  z-index: 1;
}
.image-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: clamp(1rem, 3vw, 2rem);
  font-weight: 600;
  max-width: 56.25rem;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.4);
  pointer-events: none;
  padding: 0 1.5rem;
  word-break: keep-all;
  z-index: 2;
}
@media (max-width: 1024px) {
  .image-banner {
    height: clamp(15rem, 25vh, 20rem);
    margin: 2.5rem 0 0.3rem 0;
    margin-bottom: 4rem;
  }
  .banner-text {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    max-width: 90%;
    padding: 0 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .image-banner {
    height: clamp(12rem, 22vh, 16rem);
    margin: 2rem 0 0.3rem 0;
    margin-bottom: 3rem;
    width: 100vw;
    max-width: 100%;
  }
  .banner-text {
    font-size: clamp(0.9rem, 3.4vw, 1.2rem);
    max-width: 100%;
    padding: 0 0.75rem;
    line-height: 1.4;
  }
  .banner-text br.desktop-br {
    display: none;
  }
}
@media (max-width: 480px) {
  .image-banner {
    height: clamp(10rem, 20vh, 14rem);
    margin: 1.5rem 0 0.3rem 0;
    margin-bottom: 2.5rem;
  }
  .banner-text {
    font-size: clamp(0.85rem, 3.8vw, 1.05rem);
    max-width: 100%;
    padding: 0 0.5rem;
    line-height: 1.5;
  }
}
@media (max-width: 360px) {
  .image-banner {
    height: clamp(12rem, 18vh, 12rem);
    margin: 1rem 0 0.3rem 0;
    margin-bottom: 2rem;
  }
  .banner-text {
    font-size: clamp(0.9rem, 3vw, 0.8rem);
    max-width: 100%;
    padding: 0 0.4rem;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  header.header {
    z-index: 1000 !important;
    position: fixed !important;
  }
}
.sub-title-bar {
  width: 100%;
  max-width: 75rem;
  background: #0d0048;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 3.625rem;
  margin: 0.625rem auto 0 auto;
  margin-top: 1.6rem;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.sub-title-bar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.875rem;
  height: 100%;
  padding-left: 2rem;
}
.sub-title-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.sub-title-icon {
  width: 2.375rem;
  height: 2.375rem;
  display: block;
}
.philosophy-section,
.expertise,
.ceo-message {
  width: 100%;
  padding: 2.5rem 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.philosophy-cards {
  display: flex;
  justify-content: center;
  gap: 3rem;
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
}
.philosophy-card {
  flex: 1 1 0;
  max-width: 21.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 16rem;
  margin: 0 0.5rem;
}
.philosophy-thumb-wrap {
  position: relative;
  width: 20.125rem;
  height: 22.5625rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.philosophy-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  box-shadow: 0 0.375rem 1.5rem rgba(0, 0, 0, 0.1);
  display: block;
}
.philosophy-icon-circle {
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
  width: 6.125rem;
  height: 6.125rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.philosophy-icon-circle img {
  width: 3rem;
  height: 3rem;
  display: block;
}
.philosophy-title {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
.philosophy-desc,
.philosophy-desc1 {
  font-size: 1.25rem;
  font-weight: 200;
  color: #fefefe;
  line-height: 1.7;
  margin: 0;
}
.philosophy-desc {
  text-align: center;
}
.philosophy-desc1 {
  text-align: left;
}
@media (max-width: 1100px) {
  .philosophy-cards {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .philosophy-card {
    max-width: 90vw;
    margin: 0 auto;
  }
  .philosophy-thumb-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 322/361;
  }
}
@media (max-width: 700px) {
  .philosophy-section {
    padding: 2rem 0;
  }
  .philosophy-title {
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
  .philosophy-desc,
  .philosophy-desc1 {
    font-size: 1.25rem;
  }
}
.expertise {
  width: 100%;
  background: transparent;
  padding: 2.5rem 0 2rem 0;
  display: flex;
  justify-content: center;
}
.container {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}
.expertise-row {
  display: flex;
  gap: 6rem;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.expertise-row.single {
  justify-content: center;
  margin-bottom: 0;
}
.expertise-img {
  max-width: 95%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0);
  background: #ffffff00;
  display: block;
}
.solution-img {
  max-width: 100%;
  height: auto;
  margin-top: 4rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0);
  background: #ffffff00;
  display: block;
}
.expertise-img {
  width: 100%;
}
.solution-img {
  width: 120%;
  max-width: 66.5rem;
}
@media (max-width: 1000px) {
  .container {
    max-width: 100vw;
  }
  .expertise-row,
  .expertise-row.single {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  .expertise-img {
    max-width: 45vw;
  }
  .solution-img {
    max-width: 90vw;
  }
}
@media (max-width: 768px) {
  .expertise {
    padding: 1.5rem 0 1rem 0;
  }
  .container {
    padding: 0 0.5rem;
  }
  .expertise-row,
  .expertise-row.single {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
  }
  .expertise-img,
  .solution-img {
    max-width: 100%;
    width: 100%;
  }
}
.ceo-message {
  width: 100%;
  background: transparent;
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ceo {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.ceo .max-inner,
.ceo .max-inner1 {
  padding: 0;
  max-width: none;
  margin: 0;
}
.ceo_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5rem;
  width: 100%;
}
.ceo_flex .img {
  width: 50%;
  min-width: 18.75rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
.ceo_flex .img img {
  width: 95%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-top: 4rem;
}
.ceo_flex .txt {
  flex: 1;
  min-width: 18.75rem;
  margin-top: 0;
  flex-grow: 1;
  width: auto;
  min-width: 0;
}
.ceo_flex .txt h3 {
  font-size: 2.625rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 1rem 0;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  width: auto;
  max-width: none;
}
.ceo_flex .txt h3::after {
  content: "";
  width: 0.125rem;
  height: 4.438rem;
  background: #bc2d3d;
  display: block;
  margin: 0.938rem 0;
}
.ceo_flex .txt h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2.3125rem;
}
.ceo_flex .txt h4 b {
  color: #bc2d3d;
}
.ceo_flex .txt p {
  font-size: 1.25rem;
  color: #fefefe;
  font-weight: 200;
  line-height: 1.7;
  margin: 0rem 0;
}
.ceo_flex .txt .name {
  color: #fefefe;
  font-weight: 500;
  font-size: 1.25rem;
}
.ceo_flex .txt .name span {
  font-size: 2.125rem;
  vertical-align: middle;
  margin-left: 1.25rem;
}
@media (max-width: 768px) {
  .ceo-message {
    padding: 2rem 0;
  }
  .ceo {
    padding: 0 1.5rem !important;
  }
  .ceo_flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .ceo_flex .img,
  .ceo_flex .txt {
    width: 100%;
    min-width: 0;
  }
  .ceo_flex .txt h3 {
    font-size: 1.5rem;
    margin-top: 1rem;
    white-space: normal;
  }
  .ceo_flex .txt h3::after {
    height: 2.5rem;
    margin: 1rem 0;
  }
  .ceo_flex .txt h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .ceo_flex .txt p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 1rem 0;
  }
  .ceo_flex .txt .name {
    font-size: 1rem;
  }
  .ceo_flex .txt .name span {
    font-size: 1.25rem;
    margin-left: 0.5rem;
  }
}
@media (max-width: 480px) {
  .ceo {
    padding: 0 1rem !important;
  }
}
.background-blob {
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #bc2d3d 70%, #0011ff 30%);
  filter: blur(130px);
  transition: transform 0.2s ease-out;
  z-index: -1;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.marquee {
  width: 100%;
  overflow: hidden;
  padding: 1.875rem 0 3.125rem;
  background: transparent;
  position: relative;
  opacity: 0.08;
  display: flex;
  margin-bottom: 7rem;
}
.marquee-box {
  display: inline-flex;
  gap: 1.875rem;
  flex-shrink: 0;
  animation: marquee-scroll 100s linear infinite;
  will-change: transform;
}
.marquee-box img {
  height: 3.75rem;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 1000px) {
  .philosophy-cards {
    gap: 5rem;
  }
  .philosophy-card {
    max-width: 100%;
  }
  .philosophy-thumb-wrap {
    width: 100%;
    height: auto;
  }
  .philosophy-thumb {
    border-radius: 1.25rem;
  }
  .philosophy-title {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .sub-title-bar {
    height: 2.5rem;
    margin: 2rem auto 0 auto;
  }
  .sub-title-bar-inner {
    gap: 0.5rem;
    padding-left: 1rem;
  }
  .sub-title-text {
    font-size: 1.125rem;
  }
  .sub-title-icon {
    width: 2rem;
    height: 2rem;
  }
  .philosophy-section,
  .expertise,
  .ceo-message {
    padding: 2rem 0;
  }
  .philosophy-cards {
    flex-direction: column;
    gap: 5rem;
  }
  .philosophy-thumb-wrap {
    margin-bottom: 1rem;
  }
  .philosophy-title {
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
  .philosophy-desc,
  .philosophy-desc1 {
    font-size: 1.25rem;
  }
  .expertise-content {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .ceo_flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .ceo_flex .img,
  .ceo_flex .txt {
    width: 100%;
    min-width: 0;
  }
  .ceo_flex .txt h3 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .ceo_flex .txt h3::after {
    height: 2.5rem;
    margin: 1rem 0;
  }
  .ceo_flex .txt h4 {
    font-size: 1.125rem;
  }
  .ceo_flex .txt .name span {
    font-size: 1.25rem;
    margin-left: 0.5rem;
  }
  .marquee {
    padding: 1rem 0 1.5rem;
  }
  .marquee-box img {
    height: 2rem;
  }
}
.cert-titlebar {
  display: flex;
  align-items: center;
  width: fit-content;
}
.cert-titlebar-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: #24458c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -1.6875rem;
  z-index: 1;
  box-shadow: 0 0.0625rem 0.25rem rgba(36, 69, 140, 0.08);
  border: 0.125rem solid #24458c;
}
.cert-titlebar-icon img {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
}
.cert-titlebar-text {
  display: flex;
  align-items: center;
  background: #24458c;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  height: 3.75rem;
  border-radius: 0 1.875rem 1.875rem 0;
  padding: 0 1.75rem 0 1.5rem;
  letter-spacing: -0.03125rem;
  box-shadow: 0 0.0625rem 0.25rem rgba(36, 69, 140, 0.08);
}
.history-wrap {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}
.history-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.5rem;
}
.history-table th,
.history-table td {
  padding: 0.75rem 0.5rem;
  border-top: 0.0625rem solid #505050;
  border-bottom: 0.0625rem solid #505050;
  font-size: 1.25rem;
  text-align: left;
  vertical-align: top;
}
.history-table th {
  width: 7.5rem;
  font-weight: 450;
  font-size: 2rem;
  color: #fefefe;
  background: #fafbfc00;
  border-right: 0.0625rem solid #505050;
}
.history-table td {
  color: #fefefe;
  font-weight: 300;
  background: #ffffff00;
  padding-left: 1.25rem;
}
.history-table td div {
  margin-bottom: 1.25rem;
  line-height: 1.7;
}
.cert-section {
  position: relative;
  margin-top: 3.75rem;
}
.cert-category {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2.5rem 0 1.125rem 0;
  color: #141517;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.cert-list {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: 1.875rem;
  margin-bottom: 4.6875rem;
  padding-bottom: 0;
}
.cert-card {
  width: 16.1875rem;
  background: #fafbfc00;
  border-radius: 1.125rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.07);
  text-align: center;
  padding: 1.125rem 0.75rem 1.375rem 0.75rem;
  flex-shrink: 0;
}
.cert-card img {
  width: 100%;
  height: 23.6875rem;
  object-fit: contain;
  margin-bottom: 0.0625rem;
  background: #fff;
  border-radius: 0.625rem;
  border: 0.0625rem solid #eee;
}
.cert-desc {
  font-size: 0.9375rem;
  color: #fefefe;
  font-weight: 100;
  line-height: 1.6;
  margin-top: 0.5rem;
}
.cert-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
  padding: 0;
  transition: background 0.3s ease;
}
.cert-arrow img {
  width: 30%;
  height: auto;
  transition: transform 0.2s ease-in-out;
}
.cert-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}
.cert-arrow:hover img {
  transform: scale(1.1);
}
.cert-arrow.left {
  left: -4.3rem;
}
.cert-arrow.right {
  right: -4.3rem;
}
@media (max-width: 768px) {
  .cert-list {
    gap: 1rem;
  }
  .cert-card {
    width: 100%;
    height: auto;
  }
  .history-table th {
    width: 6rem;
    font-size: 1.5rem;
  }
  .history-table th,
  .history-table td {
    font-size: 1rem;
  }
  .history-table td div {
    margin-bottom: 0.75rem;
  }
  .cert-category {
    font-size: 1.125rem;
    gap: 0.5rem;
    margin: 1.5rem 0 0.75rem 0;
  }
  .cert-arrow {
    width: 45px;
    height: 45px;
  }
  .cert-arrow.left {
    left: 0.25rem;
  }
  .cert-arrow.right {
    right: 0.25rem;
  }
}
.leadership-section {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 40px 20px;
}
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.leader-card {
  background-color: #ffffff11;
  border: 1px solid #ffffff42;
  border-radius: 8px;
  padding: 25px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background-image: url("../../images/sub/sub_card_bg_pt01.png");
}
.leader-card:hover {
  transform: translateY(-5px);
}
.leader-card h3 {
  margin: 10px 0 5px 0;
  font-size: 1.4em;
  color: #ffffff;
}
.leader-card .title {
  font-size: 1em;
  color: #8a8a8a;
  margin-bottom: 15px;
  font-weight: 500;
}
.leader-card .description {
  font-size: 0.95em;
  line-height: 1.7;
  font-weight: 100;
  border-left: 3px solid #007bff;
  padding-left: 8px;
  color: #e0e0e0;
  white-space: pre-line;
}
@media (max-width: 600px) {
  .leadership-section {
    padding: 30px 15px;
  }
  .leader-card {
    padding: 20px 15px;
  }
  .leader-card h3 {
    font-size: 1.25em;
  }
  .leader-card .title {
    font-size: 0.95em;
  }
  .leader-card .quote,
  .leader-card .description {
    font-size: 0.9em;
  }
}
.content-section {
  margin-bottom: clamp(3rem, 6vh, 5rem);
}
.sub-title-bar {
  margin-bottom: clamp(2rem, 4vh, 3rem);
}
.sub-title-bar-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #0a3a93, #1c006e);
  color: #fff;
  border-radius: 0.5rem;
  padding: clamp(0.8rem, 2vh, 1.2rem) clamp(1rem, 3vw, 1.5rem);
  box-shadow: 0 0.25rem 1rem rgba(40, 50, 116, 0.2);
}
.sub-title-icon {
  width: clamp(1.5rem, 4vw, 2rem);
  height: clamp(1.5rem, 4vw, 2rem);
  filter: brightness(0) invert(1);
}
.sub-title-text {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.gray-bg1 {
  background: linear-gradient(135deg, #e6f2f7, #d8eef5);
  border-radius: 0.5rem;
  padding: clamp(1.5rem, 4vh, 2rem);
  margin: clamp(2rem, 4vh, 2.5rem) 0;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  text-align: center;
  color: #2c3e50;
  line-height: 1.6;
  border: 1px solid rgba(40, 50, 116, 0.1);
}
.gray-bg2 {
  background: linear-gradient(135deg, #ffeaea, #ffe0e0);
  border-radius: 0.5rem;
  padding: clamp(1.5rem, 4vh, 2rem);
  margin: clamp(2rem, 4vh, 2.5rem) 0;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  text-align: center;
  color: #2c3e50;
  line-height: 1.6;
  border: 1px solid rgba(204, 0, 0, 0.1);
}
.highlight {
  color: #c00;
  font-weight: 700;
}
.info-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1rem, 3vw, 1.5rem);
  margin: clamp(2rem, 4vh, 3rem) 0;
}
.info-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  text-align: center;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.info-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #283274, #4a5bb8);
}
.info-card .num {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #283274;
  margin-bottom: 1rem;
}
.card-content {
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  color: #444;
  line-height: 1.6;
}
.card-content small {
  font-size: 0.9em;
  color: #666;
  font-style: italic;
}
.operation-concept {
  display: flex;
  gap: clamp(2rem, 5vw, 3rem);
  align-items: flex-start;
  margin: clamp(2rem, 4vh, 3rem) 0;
}
.operation-img {
  flex: 0 0 clamp(300px, 40%, 450px);
}
.operation-img img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1);
}
.operation-desc {
  flex: 1;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: #444;
  line-height: 1.8;
}
.operation-desc p {
  margin-bottom: 1.5rem;
}
.operation-desc strong {
  color: #283274;
  font-weight: 700;
}
.feature-main {
  display: flex;
  gap: clamp(2rem, 5vw, 3rem);
  align-items: flex-start;
  margin: clamp(2rem, 4vh, 3rem) 0;
}
.feature-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.red-table {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 2px solid #e0bcbc;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.red-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e0bcbc;
  background: #faeaea;
}
.red-row:last-child {
  border-bottom: none;
}
.red-num {
  background: linear-gradient(135deg, #c62828, #d32f2f);
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  width: clamp(3rem, 8vw, 4rem);
  min-width: clamp(3rem, 8vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #e0bcbc;
}
.red-content {
  flex: 1;
  padding: clamp(1rem, 3vw, 1.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.red-title {
  color: #a10000;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.red-content ul {
  margin: 0.5rem 0 0 1rem;
  padding: 0;
  list-style: disc;
}
.red-content li {
  color: #a10000;
  font-size: clamp(0.9rem, 2vw, 1rem);
  margin-bottom: 0.3rem;
  line-height: 1.5;
}
.feature-card-bg {
  background: #f8f9fa;
  border-radius: 0.5rem;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  border: 2px solid #e0e0e0;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
}
.feature-card-bg ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-card-bg li {
  color: #444;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  margin-bottom: 1rem;
  line-height: 1.7;
  position: relative;
  padding-left: 1.5rem;
}
.feature-img-area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-img-area img {
  width: 100%;
  max-width: 600px;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
.advantage-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: clamp(1.5rem, 4vw, 2rem);
  margin: clamp(2rem, 4vh, 3rem) 0;
}
.adv-card {
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #e8e8e8;
}
.adv-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.2);
}
.adv-card-top {
  position: relative;
  height: 3.5rem;
  background: linear-gradient(135deg, #8893aa, #9ca5bd);
  display: flex;
  align-items: center;
  justify-content: center;
}
.adv-check {
  position: absolute;
  left: 1.5rem;
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
}
.adv-num {
  background: linear-gradient(135deg, #c62828, #d32f2f);
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0);
}
.adv-card-header {
  padding: clamp(1rem, 3vw, 1.5rem);
  background: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
}
.adv-header-title {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: #333;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  word-break: keep-all;
}
.adv-header-title .highlight {
  color: #283274;
  font-weight: 700;
}
.adv-header-note {
  font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  color: #666;
  margin-top: 1rem;
  line-height: 1.5;
  padding: 0.75rem;
  background: #fff;
  border-radius: 0.25rem;
  border-left: 3px solid #c62828;
}
.adv-note-star {
  color: #c62828;
  font-weight: bold;
  margin-right: 0.25rem;
}
.adv-card-body {
  padding: clamp(1rem, 3vw, 1.5rem);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adv-info-img {
  width: 100%;
  border-radius: 0.25rem;
}
.environment-header {
  display: flex;
  justify-content: space-around;
  margin: clamp(2rem, 4vh, 3rem) 0;
  padding: 0 clamp(1rem, 4vw, 2rem);
}
.env-label {
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  font-weight: 700;
  color: #283274;
  text-align: center;
  position: relative;
}
.env-label::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 3px;
  background: linear-gradient(90deg, #283274, #4a5bb8);
  border-radius: 2px;
}
.diagram-area {
  background: #fff;
  border-radius: 0.75rem;
  text-align: center;
  padding: clamp(2rem, 5vh, 3rem) clamp(1rem, 3vw, 2rem);
  margin: clamp(2rem, 4vh, 3rem) 0;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
}
.diagram-area img {
  max-width: 100%;
  border-radius: 0.5rem;
}
.config-benefits {
  margin: clamp(2rem, 4vh, 3rem) 0;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1rem, 3vw, 1.5rem);
  max-width: 1000px;
  margin: 0 auto;
}
.benefit-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  text-align: center;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.benefit-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c62828, #d32f2f);
}
.benefit-num {
  display: inline-block;
  background: linear-gradient(135deg, #283274, #4a5bb8);
  color: #fff;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 700;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 0.25rem 0.75rem rgba(40, 50, 116, 0.3);
}
.benefit-title {
  font-size: clamp(1rem, 2.2vw, 1.1rem);
  color: #444;
  line-height: 1.6;
  font-weight: 500;
}
.benefit-card1 {
  background: #f7f7f7;
  border-radius: 0.75rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  text-align: center;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.benefit-card1:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
.benefit-card1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c62828, #d32f2f);
}
.benefit-num1 {
  display: inline-block;
  background: 0;
  color: #222;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 700;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 0.25rem 0.75rem rgba(40, 50, 116, 0);
}
.download-section {
  text-align: center;
  margin: clamp(3rem, 6vh, 5rem) 0;
  padding: clamp(2rem, 5vh, 3rem);
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 1rem;
  border: 1px solid #e0e0e0;
}
.btn-main {
  display: inline-block;
  padding: clamp(0.8rem, 2vh, 1.2rem) clamp(2rem, 5vw, 3rem);
  background: linear-gradient(135deg, #c62828, #d32f2f);
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 0.25rem 1rem rgba(198, 40, 40, 0.3);
  position: relative;
  overflow: hidden;
}
.btn-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}
.btn-main:hover {
  background: linear-gradient(135deg, #a00, #b71c1c);
  transform: translateY(-0.2rem);
  box-shadow: 0 0.5rem 1.5rem rgba(198, 40, 40, 0.4);
}
.btn-main:hover::before {
  left: 100%;
}
.info-card-list,
.info-card-list1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1rem, 3vw, 1.5rem);
  margin: clamp(2rem, 4vh, 3rem) 0;
}
.info-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  text-align: center;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.info-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
.info-card .num {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #283274;
  margin-bottom: 1rem;
}
.card-content {
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  color: #444;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .info-card-list,
  .info-card-list1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
  }
  .section-sub-title {
    font-size: 1rem;
  }
  .section-desc {
    font-size: 1.25rem;
  }
}
.cb-gray-bg1 {
  background: #e6f2f7;
  border-radius: 0.5rem;
  padding: clamp(1.5rem, 4vh, 2rem);
  margin: clamp(2rem, 4vh, 2.5rem) 0;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  text-align: center;
  color: #2c3e50;
  line-height: 1.6;
  border: 1px solid rgba(40, 50, 116, 0.1);
}
.cb-highlight {
  color: #bc2d3d;
  font-weight: bold;
}
.cb-yellow-banner {
  background: #fff36a;
  border-radius: 0.75rem;
  color: #222;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  padding: 2rem 1.5rem;
  margin: 2rem 0;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  word-break: keep-all;
}
.cb-emp1 {
  color: #bc2d3d;
  font-weight: 700;
  font-size: 1.15em;
}
.cb-emp2 {
  color: #23488e;
  font-weight: 700;
}
.cb-emp3 {
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}
.info-card-list,
.info-card-list1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1rem, 3vw, 1.5rem);
  margin: clamp(2rem, 4vh, 3rem) 0;
}
.info-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  text-align: center;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.info-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
.info-card .num {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #283274;
  margin-bottom: 1rem;
}
.card-content {
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  color: #444;
  line-height: 1.6;
}
.card-content small {
  font-size: 0.9em;
  color: #666;
  font-style: italic;
}
.cb2-wrap {
  display: flex;
  gap: 2.5rem;
  max-width: 80rem;
  margin: 0 auto 2rem auto;
  align-items: flex-start;
}
.cb2-left,
.cb2-right {
  flex: 1 1 0;
  min-width: 0;
}
.cb2-left {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.cb2-section {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cb2-main-img-area {
  width: 100%;
  text-align: center;
}
.cb2-main-img-area img {
  max-width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0);
  background: #fff;
}
.cb2-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cb2-check-list li {
  display: flex;
  align-items: center;
  background: #edeeee;
  border-radius: 1.5rem;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  color: #222;
  font-weight: 500;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0);
}
.cb2-check-icon {
  width: 1.35rem;
  height: 1.35rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.cb2-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.cb2-right img {
  width: 100%;
  max-width: 36rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0);
  background: #fff;
}
.custom-advantage-cards {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  gap: 1.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.custom-adv-card {
  flex: 1 1 18.688rem;
  min-width: 0;
  max-width: 18.688rem;
  background: #fff;
  border-radius: 0.25rem;
  padding: 1.5rem 1rem;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  box-sizing: border-box;
}
.custom-adv-card-top {
  position: relative;
  height: 2.75rem;
  margin-bottom: 0.5rem;
  background: #8893aa;
  border-radius: 0.25rem 0.25rem 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.125rem;
}
.custom-adv-check {
  width: 1.75rem;
  height: 1.75rem;
  z-index: 2;
}
.custom-adv-num {
  margin-left: 0.75rem;
  background: #bc2d3d;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.25rem;
  display: inline-block;
  z-index: 1;
}
.custom-adv-card-header {
  width: 100%;
  padding: 0.75rem 0.25rem 0 0.25rem;
  text-align: center;
}
.custom-adv-header-title {
  font-size: 1rem;
  color: #222;
  font-weight: 500;
  line-height: 1.6;
  word-break: keep-all;
}
.custom-adv-header-title .highlight {
  color: #2d3e7b;
  font-weight: 700;
}
.operation-img1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.operation-img1 img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 0.5rem;
  object-fit: contain;
}
@media (max-width: 1100px) {
  .cb2-wrap {
    flex-direction: column;
    gap: 2rem;
  }
  .cb2-right img {
    max-width: 100%;
  }
  .custom-advantage-cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .custom-adv-card {
    flex: 1 1 16rem;
    max-width: 100%;
    min-width: 14rem;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: clamp(2.2rem, 6vw, 3.5rem);
  }
  .section-sub-title {
    font-size: 1rem;
  }
  .cb2-section {
    padding: 1rem 0.5rem;
  }
  .custom-advantage-cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .custom-adv-card {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
  }
  .info-card-list,
  .info-card-list1 {
    grid-template-columns: 1fr;
  }
  .operation-img1 {
    max-width: 100%;
    padding: 0 1rem;
  }
  .operation-img1 img {
    border-radius: 0.4rem;
  }
}
@media (max-width: 480px) {
  .main-container {
    padding: 1.5rem 0.5rem;
  }
  .cb-yellow-banner {
    font-size: 1rem;
    padding: 1.2rem 0.5rem;
  }
  @media (max-width: 480px) {
    .operation-img1 {
      padding: 0 0.5rem;
    }
    .operation-img1 img {
      border-radius: 0.3rem;
    }
  }
}
.info-card-list,
.info-card-list1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1rem, 3vw, 1.5rem);
  margin: clamp(2rem, 4vh, 3rem) 0;
}
.info-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  text-align: center;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.info-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
.info-card .num {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #283274;
  margin-bottom: 1rem;
}
.card-content {
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  color: #444;
  line-height: 1.6;
}
.operation-img1 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.operation-img1 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
  object-fit: cover;
}
.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 5vh, 4rem) clamp(1rem, 4vw, 2rem);
  background: #fff;
}
.cb-gray-bg1 {
  background: #e6f2f7;
  border-radius: 0.5rem;
  padding: clamp(1.2rem, 3vh, 1.8rem);
  margin: clamp(1.5rem, 3vh, 2rem) 0;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  text-align: center;
  color: #2c3e50;
  line-height: 1.6;
  border: 1px solid rgba(40, 50, 116, 0.1);
}
.cb-highlight {
  color: #bc2d3d;
  font-weight: bold;
}
.cyber-battlefield-wrap {
  display: flex;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: flex-start;
  max-width: 100%;
  margin: 0 auto clamp(1.5rem, 3vh, 2rem) auto;
  width: 100%;
}
.cyber-battlefield-left {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vh, 1.5rem);
}
.cyber-battlefield-right {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cb-feature-title {
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #222;
  letter-spacing: -0.5px;
}
.cb-red-table {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
  border: 2px solid #e0bcbc;
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(1rem, 2vh, 1.5rem);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cb-red-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e0bcbc;
  background: #faeaea;
}
.cb-red-row:last-child {
  border-bottom: none;
}
.cb-red-num {
  background: linear-gradient(135deg, #c62828, #d32f2f);
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  width: clamp(2.5rem, 6vw, 3.5rem);
  min-width: clamp(2.5rem, 6vw, 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #e0bcbc;
}
.cb-red-content {
  flex: 1;
  padding: clamp(0.8rem, 2vw, 1.2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cb-red-title {
  color: #a10000;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 700;
  margin-bottom: 0.3rem;
  line-height: 1.4;
}
.feature-img-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.feature-img-area img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  background: #fff;
  display: block;
  object-fit: cover;
}
.advantage-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1rem, 3vw, 1.5rem);
  margin: 0;
}
.adv-card {
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #e8e8e8;
}
.adv-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.2);
}
.adv-card-top {
  position: relative;
  height: 3.5rem;
  background: linear-gradient(135deg, #8893aa, #9ca5bd);
  display: flex;
  align-items: center;
  justify-content: center;
}
.adv-check {
  position: absolute;
  left: 1.5rem;
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
}
.adv-num {
  background: linear-gradient(135deg, #c62828, #d32f2f);
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
}
.adv-card-header {
  padding: clamp(1rem, 3vw, 1.5rem);
  background: #f8f9fa;
}
.adv-header-title {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: #333;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  word-break: keep-all;
}
.download-section {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  margin: clamp(2rem, 4vh, 3rem) 0;
  padding: clamp(1.5rem, 3vh, 2rem);
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 0.25rem;
  border: 1px solid #e0e0e0;
}
@media (max-width: 1100px) {
  .cyber-battlefield-wrap {
    flex-direction: column;
    gap: 1.5rem;
  }
  .advantage-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 768px) {
  .main-container {
    padding: 1.5rem 0.5rem;
  }
  .cyber-battlefield-wrap {
    gap: 1rem;
  }
  .advantage-cards {
    grid-template-columns: 1fr;
  }
  .download-section {
    flex-direction: column;
    gap: 0.8rem;
  }
}
@media (max-width: 480px) {
  .main-container {
    padding: 1rem 0.25rem;
  }
}
.service-list {
  max-width: 75rem;
  margin: 0 auto;
}
.service-row {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-image: url("../../images/sub/sub_card_bg_pt01.png");
  opacity: 0.1;
  margin-bottom: 2.375rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0);
  padding: 2rem;
  gap: 2rem;
}
.service-row:nth-child(even) {
  flex-direction: row-reverse;
}
.service-img {
  flex: 0 0 50%;
  max-width: 32.5rem;
}
.service-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
.service-desc {
  flex: 1;
  padding: 2.25rem 0rem 2.25rem 0;
}
.service-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.service-text {
  font-size: 1.125rem;
  color: #fefefe;
  margin-bottom: 1.125rem;
  line-height: 1.65;
  font-weight: 80;
  flex: 1;
}
.btn-detail {
  background: #3895ff;
  color: #1a1a1a;
  border: none;
  border-radius: 0.25rem;
  padding: 0.625rem 1.375rem;
  font-size: 0.9375rem;
  cursor: pointer;
  font-weight: 650;
  transition: background 0.2s;
}
.btn-detail:hover {
  background: #66b0ff;
}
.service-button-group {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.btn-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(135deg, #0460d900 0%, #0a50b800 100%);
  border: none;
  border-radius: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(4, 96, 217, 0.25);
}
.btn-detail:hover {
  box-shadow: 0 6px 20px rgba(4, 96, 217, 0.35);
  background: linear-gradient(135deg, #0a4fb8 0%, #0460d9 100%);
}
.btn-detail:active {
  transform: translateY(0);
}
.btn-detail.btn-download {
  color: #007bff;
  background: transparent;
  border: 2px solid #007bff;
  box-shadow: none;
}
.btn-detail.btn-download:hover {
  color: white;
  background: linear-gradient(135deg, #0a4fb8 0%, #0460d9 100%);
  border-color: #007bff;
  box-shadow: 0 6px 20px rgba(4, 96, 217, 0.3);
}
@media (max-width: 1024px) {
  .service-button-group {
    gap: 0.875rem;
    margin-top: 1.25rem;
  }
  .btn-detail {
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .service-button-group {
    gap: 0.75rem;
    margin-top: 1rem;
    width: 100%;
  }
  .btn-detail {
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    flex: 1 1 auto;
    min-width: 0;
  }
}
@media (max-width: 560px) {
  .service-button-group {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }
  .btn-detail {
    width: 100%;
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .btn-detail {
    padding: 0.8rem 1.25rem;
    font-size: 0.85rem;
  }
}
.btn-detail-1 {
  background: rgb(187, 0, 0);
  color: #1a1a1a;
  border: none;
  border-radius: 0.25rem;
  padding: 0.625rem 1.375rem;
  font-size: 0.9375rem;
  cursor: pointer;
  font-weight: 650;
  transition: background 0.2s;
}
.btn-detail-1:hover {
  background: rgb(190, 32, 32);
}
@media (max-width: 900px) {
  .service-row,
  .service-row:nth-child(even) {
    flex-direction: column;
  }
  .service-img,
  .service-desc {
    padding: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .service-row {
    flex-direction: column !important;
    margin-bottom: 1.5rem !important;
  }
  .service-img,
  .service-desc {
    flex: none !important;
    width: 100% !important;
    padding: 1rem !important;
  }
  .service-title {
    font-size: 1.25rem !important;
    margin-bottom: 1rem !important;
  }
  .service-text {
    font-size: 1rem !important;
    margin-bottom: 1.25rem !important;
  }
  .btn-detail {
    padding: 0.75rem 1.375rem !important;
    font-size: 1rem !important;
  }
}
.info-card-list,
.advantage-cards,
.feature-main,
.card-container .top-row,
.card-container .bottom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.info-card {
  flex: 1 1 12.5rem;
  min-width: 12.5rem;
  background: #f9f9fa;
  border-radius: 0.625rem;
  padding: 1.75rem 1.125rem;
  font-size: 1.07em;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.03);
  text-align: center;
  font-weight: 400;
  margin: 0;
  box-sizing: border-box;
}
.info-card .num {
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  color: #0071e3;
  margin-bottom: 0.625rem;
}
.blue-bar {
  background: #193a6e;
  color: #fff;
  border-radius: 0.4375rem 0.4375rem 0 0;
  padding: 0.8125rem 1.125rem;
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 0;
}
.diagram-area {
  background: #ffffff;
  border-radius: 0.5rem;
  text-align: center;
  padding: 2.125rem 0;
  margin: 1.5rem 0;
}
.diagram-area img {
  max-width: 99%;
}
.feature-list {
  display: flex;
  gap: 1.125rem;
  margin-bottom: 1.125rem;
}
.feature-card {
  flex: 1;
  background: #f5f5f7;
  border-radius: 0.5rem;
  padding: 1.375rem 0.875rem;
  text-align: center;
  font-size: 0.9375rem;
  color: #222;
}
.highlight {
  color: #c00;
  font-weight: 600;
}
.gray-bg1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 0;
  width: 100%;
  height: 180px;
  padding: 1.375rem 1.25rem;
  background: linear-gradient(180deg, #101629, rgba(21, 22, 25, 0));
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
}
.gray-bg2 {
  background: #ffeaea;
  border-radius: 0.5rem;
  padding: 1.375rem 1.25rem;
  margin: 1.5rem 0;
  font-size: 1.25em;
  text-align: center;
}
.gray-bg3 {
  background: #e6f2f7;
  border-radius: 0.5rem;
  padding: 1.375rem 1.25rem;
  margin: 1.5rem 0;
  font-size: 1.45em;
  text-align: center;
}
.gray-bg {
  background: #f5f5f7;
  border-radius: 0.25rem;
  padding: 1.375rem 1.125rem;
  margin: 1.5rem 0;
  text-align: center;
  font-size: 1.25rem;
}
.btn-main {
  padding: 0.75rem 2.25rem;
  background: #c00;
  color: #fff;
  border: none;
  border-radius: 2rem;
  font-size: 1.1em;
  cursor: pointer;
  margin: 2rem 0 0 0;
  transition: background 0.2s;
}
.btn-main1 {
  padding: 0.75rem 2.25rem;
  background: #c00;
  color: #fff;
  border: none;
  border-radius: 2rem;
  font-size: 1.1em;
  cursor: pointer;
  margin: 0 0 0 0;
  margin-bottom: 3rem;
  transition: background 0.2s;
}
.margin-vertical {
  margin: 32px 0;
}
.btn-main:hover {
  background: #a00;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.btn-main1:hover {
  background: #a00;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.advantage-cards,
.feature-main,
.card-container .top-row,
.card-container .bottom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 950px) {
  .section {
    padding: 1.875rem 0.625rem;
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .sub-title-bar {
    max-width: 100%;
  }
  .sub-title-bar-inner {
    max-width: 100%;
    padding-left: 1rem;
  }
  .sub-title-text {
    font-size: 1.125rem;
  }
}
.info-card-list {
  display: flex;
  gap: 0.9375rem;
  background: none;
  border: none;
}
.info-card-list1 {
  display: flex;
  margin-top: 2rem;
  gap: 3rem;
  background: none;
  border: none;
}
.info-card {
  flex: 1;
  background: #f7f7f7;
  border: 0.09375rem solid #ffffff;
  outline: 0.09375rem solid #cfcfcf;
  outline-offset: -0.4375rem;
  border-radius: 0.5rem;
  padding: 1.25rem 0.625rem 1.375rem 0.625rem;
  text-align: center;
  font-size: 1rem;
  color: #222;
  line-height: 1.6;
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  margin: 0px;
}
.info-card:last-child {
  border-right: none;
}
.info-card .num {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.1rem;
  background: none;
}
.info-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.125rem;
  right: 0;
  width: 0px;
  height: calc(100% - 2.25rem);
  background: #e0e0e0;
}
@media (max-width: 900px) {
  .info-card-list {
    flex-direction: column;
    border-radius: 0.5rem;
  }
  .info-card {
    border-right: none;
    border-bottom: 0.0625rem solid #e0e0e0;
  }
  .info-card:last-child {
    border-bottom: none;
  }
  .info-card:not(:last-child)::after {
    display: none;
  }
}
.operation-concept {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  margin: 2rem 0;
}
.operation-img {
  flex: 0 0 35.3rem;
}
.operation-img img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0);
}
.operation-img1 {
  flex: 1 0 62rem;
}
.operation-img1 img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0);
}
.operation-desc {
  flex: 1;
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
}
:root {
  font-size: 16px;
}
.feature-main {
  display: flex;
  gap: 2.25rem;
  align-items: flex-start;
  justify-content: center;
  padding: 2.375rem 2.75rem 0 2.75rem;
  flex-direction: row;
}
.feature-left {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 27.5rem;
  max-width: 27.5rem;
}
.red-table {
  background: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
  width: 100%;
  border: 0.0938rem solid #e0bcbc;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.red-row {
  display: flex;
  align-items: stretch;
  border-bottom: 0.0625rem solid #e0bcbc;
  background: #faeaea;
}
.red-row:last-child {
  border-bottom: none;
}
.red-num {
  background: #c62828;
  color: #e68c8c;
  font-weight: 700;
  font-size: 1.375rem;
  width: 3.5rem;
  min-width: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.0938rem solid #e0bcbc;
}
.red-content {
  flex: 1;
  padding: 1.125rem 1.125rem 1.125rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.red-title {
  color: #a10000;
  font-size: 1.03125rem;
  font-weight: 700;
  margin-bottom: 0.4375rem;
}
.red-content ul {
  margin: 0 0 0 1rem;
  padding: 0;
  list-style: disc;
  color: #a10000;
  font-size: 0.90625rem;
}
.red-content li {
  margin-bottom: 0.125rem;
  line-height: 1.6;
}
.feature-card-bg {
  background: #f5f5f7;
  border-radius: 0.25rem;
  padding: 1.3125rem 1.125rem 1.0625rem 1.125rem;
  font-size: 0.9375rem;
  color: #444;
  line-height: 1.8;
  border: 0.0938rem solid #cfcfcf;
  margin-top: 0;
  margin-bottom: 0;
}
.feature-card-bg ul {
  margin: 0 0 0 1rem;
  padding: 0;
  list-style: disc;
  color: #444;
  font-size: 0.9375rem;
  text-align: left;
}
.feature-card-bg li {
  margin-bottom: 0.375rem;
}
.feature-img-area {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 0;
}
.feature-img-area img {
  width: 97.2%;
  max-width: 37.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0.06);
  background: #fff;
}
.feature-img-area1 img {
  width: 88%;
  max-width: 37.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0.06);
  justify-content: center !important;
  background: #fff;
}
.feature-img-area3 img {
  width: 97.5%;
  max-width: 37.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0.06);
  background: #fff;
}
.feature-img-area4 img {
  width: 96%;
  max-width: 37.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0.06);
  background: #fff;
}
@media (max-width: 68.75rem) {
  .feature-main {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem 0.625rem 0 0.625rem;
  }
  .feature-left {
    min-width: 0;
    max-width: 100%;
  }
  .feature-img-area {
    justify-content: center;
  }
}
@media (max-width: 950px) {
  .main-container,
  .section {
    max-width: 100%;
    padding: 1rem 0.5rem;
  }
  .info-card-list,
  .advantage-cards,
  .feature-main,
  .card-container .top-row,
  .card-container .bottom-row {
    flex-direction: column;
    gap: 1rem;
  }
  .feature-left,
  .feature-img-area {
    max-width: 100%;
    min-width: 0;
  }
}
@media (max-width: 43.75rem) {
  .section {
    padding: 0 0 1.125rem 0;
  }
  .feature-main {
    padding: 1.125rem 0 0 0;
  }
  .feature-left {
    width: 100%;
  }
  .top-banner {
    height: 8rem;
  }
  .feature-img-area img {
    max-width: 100vw;
  }
}
.advantage-cards {
  display: flex;
  gap: 1.75rem;
  justify-content: space-between;
  margin: 2.5rem 0 0 0;
  flex-wrap: wrap;
}
.adv-card {
  flex: 1 1 17.5rem;
  min-width: 17.5rem;
  background: #fff;
  border-radius: 0.25rem;
  padding: 1.5rem 1rem;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  box-sizing: border-box;
}
.adv-card-top {
  position: relative;
  height: 2.75rem;
  margin-bottom: 0;
  background: #8893aa !important;
  border-radius: 0.25rem 0.25rem 0 0;
  overflow: visible;
  width: 100%;
}
.adv-check {
  position: absolute;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  z-index: 2;
}
.adv-num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  text-align: center;
  line-height: 3rem;
  letter-spacing: 0;
  display: inline-block;
  z-index: 1;
}
.adv-card-header {
  padding: 0.75rem 1.125rem 0 1.125rem;
  background: #f5f5f5;
  border-bottom: 0.09375rem solid #e3e6ee;
  width: 100%;
  box-sizing: border-box;
}
.adv-header-title {
  font-size: 1.03125rem;
  color: #222;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.25rem;
  text-align: center;
}
.adv-header-title .highlight {
  color: #2d3e7b;
  font-weight: 700;
}
.adv-header-note {
  font-size: 0.8125rem;
  color: #888;
  margin-top: 0.375rem;
  line-height: 1.5;
}
.adv-note-star {
  color: #c62828;
  font-weight: bold;
  margin-right: 0.125rem;
}
.adv-card-body {
  padding: 0;
  background: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.adv-info-img {
  width: 100%;
  max-width: 24.375rem;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  background: #fff;
}
@media (max-width: 1100px) {
  .advantage-cards {
    flex-direction: column;
    gap: 1.75rem;
  }
}
.custom-advantage-cards {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  overflow-x: hidden;
  justify-content: space-between;
}
.custom-adv-card {
  flex: 1 1 18.688rem;
  min-width: 0;
  max-width: 18.688rem;
  background: #fff;
  border-radius: 0.25rem;
  padding: 1.5rem 1rem;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  box-sizing: border-box;
}
.custom-adv-card-top {
  position: relative;
  height: 2.75rem;
  margin-bottom: 0;
  background: #8893aa !important;
  border-radius: 0.25rem 0.25rem 0 0;
  overflow: visible;
  width: 100%;
}
.custom-adv-check {
  position: absolute;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  z-index: 2;
}
.custom-adv-num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  text-align: center;
  line-height: 3rem;
  letter-spacing: 0;
  display: inline-block;
  z-index: 1;
}
.custom-adv-card-header {
  padding: 0.75rem 1.125rem 0 1.125rem;
  background: #f5f5f5;
  border-bottom: 0.09375rem solid #e3e6ee;
  width: 100%;
  box-sizing: border-box;
}
.custom-adv-header-title {
  font-size: 1.03125rem;
  color: #222;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.25rem;
  text-align: center;
}
.custom-adv-header-title .highlight {
  color: #2d3e7b;
  font-weight: 700;
}
.custom-adv-header-note {
  font-size: 0.8125rem;
  color: #888;
  margin-top: 0.375rem;
  line-height: 1.5;
}
.custom-adv-note-star {
  color: #c62828;
  font-weight: bold;
  margin-right: 0.125rem;
}
.custom-adv-card-body {
  padding: 0;
  background: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.custom-adv-info-img {
  width: 100%;
  max-width: 24.375rem;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  background: #fff;
}
@media (max-width: 80rem) {
  .custom-.advantage-cards {
    max-width: 100%;
    overflow-x: auto;
  }
  .custom-adv-card {
    flex: 0 0 auto;
    min-width: 17.5rem;
    max-width: none;
  }
}
.cb-gray-bg1 {
  background: #e6f2f7;
  border-radius: 0.5rem;
  padding: clamp(1.2rem, 3vh, 1.8rem);
  margin: clamp(1.5rem, 3vh, 2rem) 0;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  text-align: center;
  color: #2c3e50;
  line-height: 1.6;
  border: 1px solid rgba(40, 50, 116, 0.1);
}
.cb-highlight {
  color: #bc2d3d;
  font-weight: bold;
}
.cyber-battlefield-wrap {
  display: flex;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: flex-start;
  max-width: 100%;
  margin: 0 auto clamp(1.5rem, 3vh, 2rem) auto;
  width: 100%;
}
.cyber-battlefield-left {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vh, 1.5rem);
}
.cyber-battlefield-right {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cb-feature-title {
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fefefe;
  letter-spacing: -0.5px;
}
.cb-red-table {
  background: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
  border: 2px solid #e0bcbc;
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(1rem, 2vh, 1.5rem);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cb-red-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e0bcbc;
  background: #faeaea;
}
.cb-red-row:last-child {
  border-bottom: none;
}
.cb-red-num {
  background: linear-gradient(135deg, #c62828, #d32f2f);
  color: #e68c8c;
  font-weight: 700;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  width: clamp(2.5rem, 6vw, 3.5rem);
  min-width: clamp(2.5rem, 6vw, 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #e0bcbc;
}
.cb-red-content {
  flex: 1;
  padding: clamp(0.8rem, 2vw, 1.2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cb-red-title {
  color: #a10000;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 700;
  margin-bottom: 0.3rem;
  line-height: 1.4;
}
.feature-img-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0rem;
}
.feature-img-area img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.02);
  background: #fff;
  display: block;
  object-fit: cover;
}
.advantage-cards {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  margin: 0;
  width: 100%;
}
.adv-card {
  flex: 1 1 48%;
  max-width: 48%;
  min-width: 0;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  border: 1px solid #e8e8e8;
}
.adv-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
.adv-card-top {
  position: relative;
  height: 3rem;
  background: linear-gradient(135deg, #8893aa, #9ca5bd);
  display: flex;
  align-items: center;
  justify-content: center;
}
.adv-check {
  position: absolute;
  left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) invert(1);
}
.adv-num {
  background: linear-gradient(135deg, #c6282800, #d32f2f00);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0);
}
.adv-card-header {
  padding: 0.8rem 0.5rem 1rem 0.5rem;
  background: #f8f9fa;
}
.adv-header-title {
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .advantage-cards {
    flex-direction: column;
    gap: 1rem;
  }
  .adv-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .adv-header-title {
    font-size: 1rem;
  }
}
.cb2-wrap {
  display: flex;
  gap: 2.5rem;
  max-width: 80rem;
  margin: 0 auto 2rem auto;
  align-items: flex-start;
}
.cb2-left,
.cb2-right {
  flex: 1 1 0;
  min-width: 0;
}
.cb2-left {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.cb2-section {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0);
  padding: 2rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cb2-subtitle-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #23488e;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.25rem;
}
.cb2-subtitle-icon {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
.cb2-main-img-area {
  width: 100%;
  text-align: center;
}
.cb2-main-img-area img {
  max-width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0);
  background: #fff;
}
.cb2-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cb2-check-list li {
  display: flex;
  align-items: center;
  background: #edeeee;
  border-radius: 1.5rem;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  color: #222;
  font-weight: 500;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0);
}
.cb2-check-icon {
  width: 1.35rem;
  height: 1.35rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.cb-yellow-banner {
  background: #fff36a;
  border-radius: 0.75rem;
  color: #222;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  padding: 2rem 1.5rem;
  margin: 2rem 0;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  word-break: keep-all;
}
.cb-emp1 {
  color: #bc2d3d;
  font-weight: 700;
  font-size: 1.15em;
}
.cb-emp2 {
  color: #23488e;
  font-weight: 700;
}
.cb-emp3 {
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}
.cb2-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.4rem;
  gap: 1.25rem;
}
.cb2-right img {
  width: 100%;
  max-width: 36rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0);
  background: #fff;
}
.cb2-caption-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #23488e;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  gap: 1rem;
}
.cb2-caption-tag {
  background: #e0e6f7;
  color: #23488e;
  font-size: 0.95em;
  font-weight: 700;
  border-radius: 0.25rem;
  padding: 0.25rem 0.75rem;
  margin-left: 1rem;
}
.operation-img1 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.operation-img1 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
  object-fit: cover;
}
@media (max-width: 1100px) {
  .cb2-wrap {
    flex-direction: column;
    gap: 2rem;
  }
  .cb2-right img {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .cb2-section {
    padding: 1rem 0.5rem;
  }
  .cb2-subtitle-bar {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
  }
  .cb2-check-list li {
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 768px) {
  .operation-img1 {
    padding: 0 1rem;
  }
  .operation-img1 img {
    border-radius: 0.4rem;
  }
}
@media (max-width: 480px) {
  .operation-img1 img {
    border-radius: 0.3rem;
  }
}
.card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto 0 0;
}
.top-row,
.bottom-row {
  display: flex;
  justify-content: center;
  gap: 1.125rem;
  width: 100%;
  margin-top: 0.625rem;
  flex-wrap: wrap;
}
.bottom-row {
  margin-top: 0;
  margin-bottom: 0;
}
.Config-card {
  background: #f7f7f7;
  border: 0.09375rem solid transparent;
  outline: 0.09375rem solid #cfcfcf;
  outline-offset: -0.4375rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.03);
  padding: 1.25rem 1.625rem 1.25rem 1.375rem;
  text-align: center;
  font-size: 1.0625rem;
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 8.75rem;
  min-width: 16.25rem;
  max-width: 20rem;
  width: 100%;
  box-sizing: border-box;
  transition:
    box-shadow 0.18s,
    transform 0.18s;
  flex: 1 1 20rem;
}
.Config-card-num {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.125rem;
  letter-spacing: 0.01em;
}
.Config-card-title {
  font-size: 1rem;
  color: #222;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .top-row,
  .bottom-row {
    gap: 1.25rem;
  }
  .Config-card {
    min-width: 13.75rem;
    max-width: 100%;
    padding: 1.875rem 0.625rem 1.75rem 0.625rem;
    flex-basis: auto;
  }
}
@media (max-width: 768px) {
  .top-row,
  .bottom-row {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .Config-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    flex-basis: auto;
  }
}
.btn-blue {
  background: linear-gradient(135deg, #23488e, #2859b4);
  color: #fff;
  box-shadow: 0 0.25rem 1rem rgba(40, 43, 198, 0.3) !important;
}
.btn-main.btn-blue:hover {
  background: linear-gradient(135deg, #1a3366, #2a3f7a);
  box-shadow: 0 0.25rem 1rem rgba(40, 43, 198, 0.3) !important;
}
.btn-main + .btn-main {
  margin-left: 3rem;
}
.responsive-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .responsive-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.popup-content {
  background-color: #fff;
  color: #333;
  padding: 2.5rem 3rem;
  border-radius: 1rem;
  width: 90%;
  max-width: 650px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  transition: transform 0.3s ease;
  text-align: left;
}
.popup-overlay.active .popup-content {
  transform: scale(1);
}
.popup-close-btn {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2.5rem;
  color: #aaa;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}
.popup-header h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #bc2d3d;
  margin: 0 0 0.5rem 0;
}
.popup-header p {
  font-size: 1.1rem;
  color: #555;
  margin: 0 0 2rem 0;
  line-height: 1.6;
}
.popup-benefits h3,
.popup-target h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-left: 4px solid #bc2d3d;
  padding-left: 0.8rem;
}
.popup-benefits ul,
.popup-target ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
.popup-benefits li,
.popup-target li {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}
.popup-benefits li::before,
.popup-target li::before {
  content: "✓";
  color: #bc2d3d;
  font-weight: bold;
  margin-right: 0.8rem;
  margin-top: 4px;
}
.popup-future {
  background-color: #f9f9f9;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin: 2rem 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7;
  border: 1px solid #eee;
}
.popup-actions {
  text-align: center;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.popup-actions .btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.popup-actions .btn-primary {
  background-color: #bc2d3d;
  color: #fff;
}
.popup-actions .btn-primary:hover {
  background-color: #a12635;
}
.popup-actions .btn-secondary {
  background-color: #eee;
  color: #333;
}
.popup-actions .btn-secondary:hover {
  background-color: #ddd;
}
.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 5vh, 4rem) clamp(1rem, 4vw, 2rem);
  background: #ffffff00;
}
.sub-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 5vh, 4rem) clamp(1rem, 4vw, 2rem);
  background: transparent;
}
.content-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: 4rem;
}
.gallery-item {
  background: #292c3fc4;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.137);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gallery-item:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.15);
}
.gallery-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f4f4f4;
}
.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  display: block;
}
.gallery-item:hover .image-wrap img {
  transform: scale(1.05);
}
.gallery-item.invisible {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gallery-item.placeholder {
  background: transparent;
  box-shadow: none;
  border: none;
  pointer-events: none;
  min-height: 0;
  min-width: 0;
  height: 0;
  visibility: hidden;
}
.text-wrap {
  padding: 1.25rem 1.25rem 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.text-wrap h4 {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fefefe;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3rem;
}
.text-wrap .date {
  font-size: 0.92rem;
  color: #fefefe;
  font-weight: 200;
  margin-top: auto;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3rem;
}
.page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ddd;
  color: #666;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s;
  background: #fff;
  border-radius: 1.25rem;
  padding: 0 0.75rem;
  font-weight: 500;
}
.page-btn:hover,
.page-btn.active {
  background: #bc2d3d;
  color: #fff;
  border-color: #bc2d3d;
}
.page-btn.next,
.page-btn.last {
  width: auto;
  padding: 0 1.25rem;
  font-size: 0.92rem;
}
.page-btn .icon {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  scale: 72%;
}
.icon-first {
  background-image: url("../../images/sub/ico_paginate_prev2_dark.svg");
}
.icon-next {
  background-image: url("../../images/sub/ico_paginate_next1_dark.svg");
}
.icon-last {
  background-image: url("../../images/sub/ico_paginate_next2_dark.svg");
}
.page-btn:hover .icon-first,
.page-btn.active .icon-first {
  background-image: url("../../images/sub/ico_paginate_prev2_light.svg");
}
.page-btn:hover .icon-next,
.page-btn.active .icon-next {
  background-image: url("../../images/sub/ico_paginate_next1_light.svg");
}
.page-btn:hover .icon-last,
.page-btn.active .icon-last {
  background-image: url("../../images/sub/ico_paginate_next2_light.svg");
}
.page-btn.first,
.page-btn.last {
  min-width: 2.5rem;
  padding: 0;
}
.page-btn.next,
.page-btn.last,
.page-btn.first {
  font-size: 1.1em;
}
.page-btn:hover,
.page-btn:focus {
  background: #bc2d3d;
  color: #fff;
  border-color: #bc2d3d;
  outline: none;
}
@media (max-width: 1024px) {
  .main-container {
    padding: 2rem 1rem;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
}
@media (max-width: 768px) {
  .main-container {
    padding: 1.5rem 1rem;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    row-gap: 2.5rem;
  }
  .gallery-item a {
  }
  .text-wrap {
    padding: 1rem 0.75rem 1.25rem 0.75rem;
  }
  .pagination {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .page-btn {
    min-width: 2rem;
    height: 2rem;
    font-size: 0.85rem;
    padding: 0 0.5rem;
  }
}
@media (max-width: 480px) {
  .main-container {
    padding: 1rem 0.75rem;
  }
  .gallery-grid {
    gap: 2.5rem;
    row-gap: 3rem;
  }
  .text-wrap h4 {
    font-size: 0.98rem;
    min-height: 2.2rem;
  }
}
@media (max-width: 360px) {
  .main-container {
    padding: 1rem 0.5rem;
  }
  .gallery-grid {
    gap: 2.25rem;
    row-gap: 2.75rem;
  }
}
.board-view {
  padding: 0em 0 0;
}
.board-view .board-info {
  padding: 3em 0;
  border-bottom: 1px solid #ddd;
}
.board-view .board-tit {
  width: 100%;
  text-align: center;
}
.board-view .board-tit h4 {
  margin-bottom: 0.833em;
  font-size: 2.2rem;
  color: #fefefe;
  line-height: 1.333em;
  letter-spacing: -0.008em;
  font-weight: 700;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}
.board-view .board-tit span {
  display: block;
  font-size: 1.1rem;
  color: #fefefe;
  line-height: 1.667em;
  font-weight: 200;
  letter-spacing: -0.014em;
  margin-top: 0.5em;
}
.board-view .board-con {
  padding: 4em 2em 0;
}
.board-view .board-conarea {
  font-size: 1.1rem;
  color: #fefefe;
  font-weight: 100;
  line-height: 1.9em;
  letter-spacing: -0.014em;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}
.board-view .board-conarea p {
  text-align: left;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}
.board-img-top,
.board-img-bottom {
  width: 100%;
  margin: 0 auto 0.5em auto;
  text-align: center;
}
.board-img-top img,
.board-img-bottom img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: inline-block;
}
.board-img-bottom {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.board-bottom-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin: 3em 0 2em 0;
}
.btn-main.board-list-btn {
  display: inline-block;
  padding: 0.9em 2.5em;
  background: linear-gradient(135deg, #c62828, #d32f2f);
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  font-size: 1.1em;
  font-weight: 600;
  transition:
    background 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 0.25rem 1rem rgba(198, 40, 40, 0.18);
  margin: 0;
}
.btn-main.board-list-btn:hover {
  background: linear-gradient(135deg, #a00, #b71c1c);
  color: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(198, 40, 40, 0.24);
}
@media (max-width: 768px) {
  .board-view .board-con {
    padding: 2em 0.5em 0;
  }
  .board-bottom-btns {
    flex-direction: column;
    gap: 0.7rem;
  }
  .btn-main.board-list-btn {
    width: 100%;
    font-size: 1em;
  }
}
.location-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 5vh, 4rem) clamp(1rem, 4vw, 2rem);
  background: #ffffff00;
}
.contact-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.location .map_info {
  background: #bc2d3e67 url("../../images/sub/sub_card_bg_pt01.png");
  color: #fff;
  border-radius: 1.2rem;
  padding: clamp(2rem, 5vw, 4rem);
  margin-bottom: 2rem;
  position: relative;
  box-shadow: 0 0.25rem 1.5rem rgba(188, 45, 61, 0.08);
}
.location .map_info .sub_cont_tit {
  margin-bottom: 1.5rem;
}
.location .map_address {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  margin-bottom: 1.5rem;
  list-style: none;
  padding: 0;
}
.location .map_address li {
  color: #ffe2e2;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.location .map_address li.address {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 500;
}
.location .map_address .contact-group {
  width: 100%;
  display: flex;
  gap: 2rem;
}
.location .map_address .contact-item {
  display: flex;
  align-items: center;
  color: #ffe2e2;
  font-size: 1.05rem;
  font-weight: 500;
  gap: 0.5rem;
}
.location .map_address li img,
.location .map_address .contact-item img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.3rem;
  object-fit: contain;
}
.location .map_address li b {
  color: #fff;
  margin-right: 0.2rem;
}
.location .map_link {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 2.47rem;
  position: absolute;
  right: clamp(1rem, 5vw, 4rem);
  top: clamp(2rem, 6vw, 3rem);
}
.location .map_link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  width: 13rem;
  height: 7.5rem;
  background: #cc35478a;
  color: #fff;
  border-radius: 0.75rem;
  margin-left: 1.2rem;
  padding: 1.2rem;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 0.25rem 1rem rgba(188, 45, 61, 0.12);
  transition: background 0.2s;
  line-height: 1.5;
}
.location .map_link li a:hover {
  background-color: #b2243b;
}
.image-map {
  border-radius: 1.2rem;
  margin-bottom: 2rem;
  box-shadow: 0 0.25rem 1.5rem rgba(188, 45, 61, 0.08);
  overflow: hidden;
}
.image-map img {
  width: 100%;
  height: auto;
  display: block;
}
.traffic {
  border-top: 2px solid #ddd;
  margin-top: 2.5rem;
  padding-top: 2rem;
}
.traffic dl {
  border-bottom: 1px solid #dddddd60;
  padding: 2.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.traffic dl dt {
  width: 220px;
  text-align: center;
  flex-shrink: 0;
}
.traffic dl dt img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
.traffic dl dt p {
  font-size: 1.2rem;
  color: #fefefe;
  font-weight: 500;
  margin-top: 0.5rem;
}
.traffic dl dd {
  flex: 1 1 0;
  padding: 0 1.2rem;
}
.traffic dl dd h3 {
  font-size: 1.1rem;
  color: #fefefe;
  font-weight: 550;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
}
.traffic dl dd h3 .num3,
.traffic dl dd h3 .num8 {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
  margin-right: 0.7rem;
  flex-shrink: 0;
}
.traffic dl dd h3 .num3 {
  background: #f77636;
  color: #fff;
}
.traffic dl dd h3 .num8 {
  background: #e41e6e;
  color: #fff;
}
.traffic dl dd p {
  margin: 0.6rem 0;
  font-size: 1rem;
  color: #fefefe;
}
.traffic dl dd p b {
  font-size: 1.05rem;
  color: #fefefe;
  font-weight: 300;
}
.traffic dl dd .basic {
  font-size: 0.95rem;
  background: #00afbd;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0.8rem;
  border-radius: 1.5rem;
  margin: 0 0.7rem;
}
.station-group {
  width: 100%;
}
.station-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}
.station-row:last-child {
  margin-bottom: 0;
}
.station {
  flex: 1 1 180px;
  min-width: 160px;
}
.station h3 {
  font-size: 1.1rem;
  color: #fefefe;
}
.station p {
  margin: 0.5rem 0;
  font-size: 0.97rem;
  color: #fefefe;
}
.bus-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bus-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.bus-row b {
  min-width: 180px;
  text-align: left;
  font-weight: 500;
  color: #fefefe;
}
.bus-row .basic {
  min-width: 90px;
  color: #bc2d3d;
  font-weight: 500;
  text-align: left;
  display: inline-block;
}
.bus-row .bus-num {
  min-width: 60px;
  color: #8a8a8a;
  font-weight: 500;
  text-align: left;
  display: inline-block;
}
.bus-row .bus-desc {
  color: #fefefe;
  font-weight: 400;
  text-align: left;
  margin-left: 0.5rem;
}
dt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
dt img {
  width: 2.2rem;
  height: 2.2rem;
  object-fit: contain;
  display: block;
}
dt p {
  margin: 0;
  font-size: 1.1rem;
  color: #283274;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .location-container {
    padding: 2rem 1rem;
  }
  .location .map_info {
    padding: 2rem;
  }
  .location .map_link {
    right: 1.5rem;
    top: 1.5rem;
  }
  .image-map {
    height: 22rem;
  }
  .traffic dl {
    flex-direction: column;
    gap: 1rem;
  }
  .traffic dl dt,
  .traffic dl dd {
    width: 100%;
    padding: 0.5rem 0;
  }
}
@media (max-width: 768px) {
  .location-container {
    padding: 1.5rem 1rem;
  }
  .contact-title {
    font-size: 1.5rem;
  }
  .location .map_info {
    padding: 1.5rem 1.2rem;
    padding-bottom: 1.5rem;
  }
  .location .map_link {
    position: static;
    margin: 1.5rem 0 0 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .location .map_link li {
    width: 100%;
  }
  .location .map_link li a {
    width: 100%;
    height: auto;
    min-height: 4.5rem;
    font-size: 1.25rem;
    padding: 1rem;
    margin-left: 0;
  }
  .location .map_address .contact-group {
    flex-direction: column;
    gap: 1.3rem;
  }
  .location .map_address .contact-item {
    font-size: 1rem;
  }
  .location .map_address li.address {
    font-size: 1rem;
    line-height: 1.5;
  }
  .image-map {
    height: auto;
    min-height: 250px;
  }
  .traffic dl {
    padding: 1.5rem 0;
    flex-direction: column;
  }
  .traffic dl dt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .traffic dl dd {
    width: 100%;
    padding: 0;
  }
  .station-row {
    flex-direction: column;
    gap: 1rem;
  }
  .station {
    min-width: 0;
    width: 100%;
  }
  .bus-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
  .bus-row b,
  .bus-row .basic,
  .bus-row .bus-num,
  .bus-row .bus-desc {
    min-width: 0;
    width: auto;
    display: block;
    margin: 0;
  }
  dt {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  dt img {
    width: 2rem;
    height: 2rem;
  }
  dt p {
    font-size: 1.1rem;
  }
  .bus-list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}
@media (max-width: 480px) {
  .location-container {
    padding: 1rem 0.5rem;
  }
  .contact-title {
    font-size: 1.3rem;
  }
  .location .map_info {
    padding: 1.2rem 1rem;
    border-radius: 0.8rem;
  }
  .location .map_link li a {
    font-size: 1.25rem;
    padding: 0.9rem;
    min-height: 4rem;
  }
  .location .map_address li.address {
    font-size: 0.9rem;
  }
  .location .map_address .contact-item {
    font-size: 0.9rem;
  }
  .location .map_address li img,
  .location .map_address .contact-item img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .image-map {
    min-height: 200px;
    border-radius: 0.8rem;
  }
  .traffic {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
  .traffic dl {
    padding: 1.2rem 0;
  }
  .traffic dl dt img {
    width: 3.8rem;
    height: 3.8rem;
  }
  .traffic dl dt p {
    font-size: 1.25rem;
  }
  .traffic dl dd h3 {
    font-size: 1.25rem;
  }
  .traffic dl dd p {
    font-size: 1rem;
  }
  .bus-row {
    font-size: 0.9rem;
  }
  .traffic dl dd .basic {
    font-size: 1.063rem;
    padding: 0.15rem 0.6rem;
  }
  .bus-list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}
.contect03-section .sub_cont_tit h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.traffic dt p {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
.station h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.station h3 span {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  margin-right: 0.5rem;
}
.station p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.bus-row b {
  font-size: 1.125rem;
  font-weight: 700;
}
.bus-row .basic {
  font-size: 0.938rem;
  font-weight: 400;
}
.bus-row .bus-num {
  font-size: 1rem;
  font-weight: 600;
  color: #0460d9;
}
.bus-row .bus-desc {
  font-size: 0.938rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1100px) {
  .contect03-section .sub_cont_tit h3 {
    font-size: 1.75rem;
  }
  .traffic dt p {
    font-size: 1.125rem;
  }
  .station h3 {
    font-size: 1.25rem;
  }
  .station h3 span {
    font-size: 1rem;
  }
  .station p {
    font-size: 0.938rem;
  }
  .bus-row b {
    font-size: 1rem;
  }
  .bus-row .basic {
    font-size: 0.875rem;
  }
  .bus-row .bus-num {
    font-size: 0.938rem;
  }
  .bus-row .bus-desc {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .contect03-section .sub_cont_tit h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .traffic dt p {
    font-size: 1rem;
    font-weight: 600;
  }
  .station h3 {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .station h3 span {
    font-size: 0.938rem;
    padding: 0.2rem 0.4rem;
  }
  .station p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .bus-row b {
    font-size: 0.938rem;
    display: block;
    margin-bottom: 0.3rem;
  }
  .bus-row .basic {
    font-size: 0.813rem;
  }
  .bus-row .bus-num {
    font-size: 0.875rem;
    font-weight: 700;
  }
  .bus-row .bus-desc {
    font-size: 0.813rem;
    display: block;
    margin-top: 0.25rem;
  }
}
@media (max-width: 480px) {
  .contect03-section .sub_cont_tit h3 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .traffic dt p {
    font-size: 0.938rem;
  }
  .station h3 {
    font-size: 1rem;
  }
  .station h3 span {
    font-size: 0.875rem;
  }
  .station p {
    font-size: 1.063rem;
  }
  .bus-row b {
    font-size: 1.25rem;
  }
  .bus-row .basic {
    font-size: 0.75rem;
  }
  .bus-row .bus-num {
    font-size: 1.063rem;
  }
  .bus-row .bus-desc {
    font-size: 1rem;
  }
}
@media (max-width: 360px) {
  .contect03-section .sub_cont_tit h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .traffic dt p {
    font-size: 0.875rem;
  }
  .station h3 {
    font-size: 0.938rem;
  }
  .station h3 span {
    font-size: 0.813rem;
    padding: 0.15rem 0.3rem;
  }
  .station p {
    font-size: 0.75rem;
  }
  .bus-row b {
    font-size: 0.813rem;
  }
  .bus-row .basic,
  .bus-row .bus-desc {
    font-size: 0.688rem;
  }
  .bus-row .bus-num {
    font-size: 0.75rem;
  }
}
.sub-page-body .reveal-on-scroll {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.sub-page-body .reveal-on-scroll.is-revealed {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.sub-page-body .reveal-delay-1 {
  transition-delay: 0.1s;
}
.sub-page-body .reveal-delay-2 {
  transition-delay: 0.2s;
}
.sub-page-body .reveal-delay-3 {
  transition-delay: 0.3s;
}
