
.noone-sub .hero {
  min-height: 520px;
  padding: 150px 0 80px;
  background: linear-gradient(90deg, rgba(5,25,48,.78), rgba(5,25,48,.28)), url("../images/hero-logistics.png") center/cover;
  color: #fff;
}
.noone-sub.noone-company .hero {
  background: linear-gradient(90deg, rgba(5,25,48,.78), rgba(5,25,48,.28)), url("../images/hero-logistics.png") center/cover;
}
.noone-sub.noone-business .hero {
  background: linear-gradient(90deg, rgba(5,25,48,.8), rgba(5,25,48,.24)), url("../images/fulfillment-warehouse.png") center/cover;
}
.noone-sub.noone-price .hero {
  background: linear-gradient(90deg, rgba(5,25,48,.8), rgba(5,25,48,.24)), url("../images/picking-packing.png") center/cover;
}
.noone-sub.noone-contact .hero {
  min-height: 540px;
  background: linear-gradient(90deg, rgba(5,25,48,.8), rgba(5,25,48,.24)), url("../images/visual-04.png") center/cover;
}
.noone-sub.noone-customer .hero {
  background: linear-gradient(90deg, rgba(5,25,48,.8), rgba(5,25,48,.24)), url("../images/courier-hub.png") center/cover;
}
.noone-sub .site-header {
  height: 78px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background: transparent;
  box-shadow: none;
}
.noone-sub .site-header.is-scrolled,
.noone-sub .site-header.menu-open {
  height: 68px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 34px rgba(8, 44, 76, 0.1);
  backdrop-filter: blur(14px);
}
.noone-sub .header-inner {
  width: min(100% - 48px, var(--max));
  gap: 28px;
}
.noone-sub .nav {
  gap: 34px;
  font-size: 15px;
  font-weight: 700;
}
.noone-sub .site-footer {
  padding: 54px 0;
  color: rgba(255, 255, 255, 0.76);
  background: #05243e;
}
.noone-sub .footer-inner {
  width: min(100% - 48px, var(--max));
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 34px;
  align-items: start;
}
.noone-sub .footer-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.noone-sub .footer-info .info-pair {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}
.noone-sub .footer-info dt {
  color: #fff;
  font-weight: 900;
}
.noone-sub .footer-info dd {
  margin: 0;
}
.noone-sub .copyright {
  grid-column: 2;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
}
.noone-sub .hero::after {
  display: none;
  content: none;
}
.noone-sub .inner { width: min(100% - 48px, var(--max)); margin: auto; }
.noone-sub .eyebrow { font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; color: #7dd4ff; }
.noone-sub .hero h1 { font-size: 64px; line-height: 1.05; margin: 18px 0 24px; letter-spacing: -2px; }
.noone-sub .hero p { max-width: 660px; font-size: 19px; line-height: 1.8; color: rgba(255,255,255,.86); }
.noone-sub.noone-contact .hero h1 {
  max-width: 980px;
  font-size: clamp(50px, 4.2vw, 60px);
  line-height: 1.08;
}
.noone-sub .breadcrumb { display: flex; gap: 10px; margin-top: 54px; font-size: 14px; color: #cfeaff; }
.noone-sub .breadcrumb b { color: #fff; }
.noone-sub section { padding: 95px 0; }
.noone-sub .intro { background: #fff; }
.noone-sub .grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 56px; align-items: center; }
.noone-sub .photo { border-radius: 8px; overflow: hidden; box-shadow: 0 26px 70px rgba(8,63,105,.16); }
.noone-sub .section-title { font-size: 42px; line-height: 1.18; margin: 0 0 22px; letter-spacing: -1.2px; }
.noone-sub .lead { font-size: 18px; line-height: 1.9; color: #334763; }
.noone-sub .text { line-height: 1.9; color: var(--muted); }
.noone-sub .signature { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--soft-line); font-weight: 900; }
.noone-sub .signature span { color: var(--blue-600); }
.noone-sub .systems { background: var(--blue-100); }
.noone-sub .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.noone-sub .card { background: #fff; border: 1px solid var(--soft-line); border-radius: 8px; padding: 30px; box-shadow: 0 18px 44px rgba(7,76,130,.08); }
.noone-sub .card em { font-style: normal; font-size: 34px; font-weight: 900; color: var(--blue-600); }
.noone-sub .card h3 { font-size: 22px; margin: 18px 0 12px; }
.noone-sub .card p { line-height: 1.75; color: var(--muted); }
.noone-sub .one-stop { background: #072b4a; color: #fff; }
.noone-sub .tabs { display: grid; grid-template-columns: 280px 1fr; gap: 28px; }
.noone-sub .tab-list { display: grid; gap: 12px; }
.noone-sub .tab-list div { padding: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; font-weight: 900; }
.noone-sub .panel { display: grid; grid-template-columns: 1fr 330px; gap: 30px; align-items: center; background: rgba(255,255,255,.08); border-radius: 8px; padding: 34px; }
.noone-sub .panel img { height: 250px; width: 100%; object-fit: cover; border-radius: 8px; }
.noone-sub .panel p { color: #d7e9f7; line-height: 1.8; }
.noone-sub .process { background: #fff; }
.noone-sub .steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.noone-sub .step { border-left: 4px solid var(--blue-600); background: #f5faff; padding: 26px; }
.noone-sub .step h3 { margin: 0 0 12px; }
.noone-sub .step p { color: var(--muted); line-height: 1.75; }
.noone-sub .service-standard {
  background:
    linear-gradient(90deg, rgba(5,25,48,.96), rgba(7,58,96,.9)),
    url("../images/picking-packing.png") center/cover;
}
.noone-sub .service-standard-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 46px;
  align-items: center;
}
.noone-sub .service-standard .section-title {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.28);
}
.noone-sub .service-standard-copy p {
  max-width: 560px;
  color: rgba(255,255,255,.82);
  line-height: 1.85;
}
.noone-sub .service-standard-board {
  border-top: 1px solid rgba(255,255,255,.26);
}
.noone-sub .standard-row {
  display: grid;
  grid-template-columns: 54px minmax(150px, .62fr) 1fr;
  gap: 18px;
  align-items: baseline;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.noone-sub .standard-row b {
  color: #7dd4ff;
  font-size: 15px;
  letter-spacing: .08em;
}
.noone-sub .standard-row strong {
  color: #fff;
  font-size: 20px;
}
.noone-sub .standard-row span {
  color: rgba(255,255,255,.72);
  line-height: 1.7;
}
.noone-sub .process-ledger {
  background: #fff;
}
.noone-sub .process-headline {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 30px;
  align-items: end;
  padding-bottom: 32px;
  border-bottom: 2px solid #102e4a;
}
.noone-sub .process-headline .eyebrow {
  grid-column: 1 / -1;
}
.noone-sub .process-headline .section-title {
  margin: 0;
}
.noone-sub .process-headline p {
  margin: 0 0 6px;
  color: var(--muted);
  line-height: 1.75;
}
.noone-sub .process-ledger-list {
  display: grid;
}
.noone-sub .ledger-item {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #d7e3ee;
}
.noone-sub .ledger-title em {
  display: block;
  color: var(--blue-600);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.noone-sub .ledger-title h3 {
  margin: 10px 0 0;
  font-size: 28px;
}
.noone-sub .ledger-item ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: processStep;
}
.noone-sub .ledger-item li {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px 0 42px;
  border: 1px solid #dce8f3;
  border-radius: 999px;
  background: #fff;
  color: #183451;
  font-weight: 800;
  counter-increment: processStep;
}
.noone-sub .ledger-item li::before {
  content: counter(processStep, decimal-leading-zero);
  position: absolute;
  left: 14px;
  color: #0879c7;
  font-size: 11px;
  font-weight: 900;
}
.noone-sub .ledger-item li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -11px;
  width: 10px;
  height: 1px;
  background: #91b7d6;
}
.noone-sub .sub-hero-split {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 34px;
  align-items: end;
}
.noone-sub .hero-note {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}
.noone-sub .hero-note strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
}
.noone-sub .hero-note span {
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}
.noone-sub .value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 38px;
}
.noone-sub .value-card {
  min-height: 190px;
  padding: 30px;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(7,76,130,.08);
}
.noone-sub .value-card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue-600);
}
.noone-sub .value-card h3 { margin: 0 0 12px; font-size: 22px; }
.noone-sub .value-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.noone-sub .info-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: stretch;
}
.noone-sub .info-panel {
  padding: 38px;
  border-radius: 8px;
  background: #062746;
  color: #fff;
}
.noone-sub .info-panel p {
  color: rgba(255,255,255,.78);
  line-height: 1.8;
}
.noone-sub .info-table {
  display: grid;
  border-top: 2px solid var(--blue-600);
  background: #fff;
}
.noone-sub .info-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  border-bottom: 1px solid var(--soft-line);
}
.noone-sub .info-row dt,
.noone-sub .info-row dd {
  margin: 0;
  padding: 18px 22px;
  line-height: 1.6;
}
.noone-sub .info-row dt {
  color: var(--blue-600);
  font-weight: 900;
  background: #f4f9ff;
}
.noone-sub .info-row dd { color: #263b55; }
.noone-sub .wide-photo {
  min-height: 420px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 28px 80px rgba(8,63,105,.16);
}
.noone-sub .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.noone-sub .stat {
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7,76,130,.08);
}
.noone-sub .stat strong {
  display: block;
  color: var(--blue-600);
  font-size: 42px;
  line-height: 1;
}
.noone-sub .stat span {
  display: block;
  margin-top: 12px;
  color: #283c56;
  font-weight: 900;
}
.noone-sub .center-list {
  display: grid;
  gap: 18px;
}
.noone-sub .center-box {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7,76,130,.08);
}
.noone-sub .center-box .thumb {
  min-height: 210px;
  background-position: center;
  background-size: cover;
}
.noone-sub .center-box .body { padding: 30px; }
.noone-sub .center-box em {
  display: block;
  color: var(--blue-600);
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
}
.noone-sub .center-box h3 { margin: 10px 0 12px; font-size: 25px; }
.noone-sub .center-box p { margin: 0; color: var(--muted); line-height: 1.8; }
.noone-sub .flow {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.noone-sub .flow span {
  position: relative;
  padding: 18px 10px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0879c7, #0b3153);
  text-align: center;
  font-weight: 900;
}
.noone-sub .flow span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 10px;
  height: 2px;
  background: #89cfff;
}
.noone-sub .contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.noone-sub .contact-card {
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--soft-line);
  box-shadow: 0 18px 44px rgba(7,76,130,.08);
}
.noone-sub .contact-card h3 { margin: 0 0 18px; font-size: 26px; }
.noone-sub .contact-card a {
  display: inline-flex;
  margin: 8px 10px 0 0;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue-600);
  font-weight: 900;
}
.noone-sub .map-box {
  min-height: 360px;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5,25,48,.78), rgba(5,25,48,.25)),
    url("../images/center-network.png") center/cover;
}
.noone-sub .map-box h3 { margin: 0 0 14px; font-size: 32px; }
.noone-sub .map-box p { max-width: 520px; color: rgba(255,255,255,.82); line-height: 1.8; }
.noone-sub .check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}
.noone-sub .check-list li {
  padding: 18px 20px;
  border-radius: 8px;
  background: #f5faff;
  color: #2e435e;
  font-weight: 800;
}
.noone-sub .cta-band {
  padding: 58px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6,39,70,.94), rgba(8,121,199,.68)),
    url("../images/consulting-contact.png") center/cover;
}
.noone-sub .cta-band h2 { margin: 0 0 14px; font-size: 36px; }
.noone-sub .cta-band p { max-width: 680px; color: rgba(255,255,255,.82); line-height: 1.8; }
.noone-sub .cta-band a {
  display: inline-flex;
  margin-top: 20px;
  padding: 14px 22px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  font-weight: 900;
}
.noone-sub .overview-hero {
  position: relative;
  overflow: hidden;
}
.noone-sub .overview-hero::after {
  display: none;
  content: none;
}
.noone-sub .overview-hero .inner {
  position: relative;
  z-index: 1;
}
.noone-sub .overview-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 820px;
  margin-top: 44px;
}
.noone-sub .overview-summary div {
  padding: 22px 20px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
}
.noone-sub .overview-summary b {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
.noone-sub .overview-summary span {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.78);
  font-weight: 800;
  font-size: 13px;
}
.noone-sub .overview-board {
  background:
    linear-gradient(180deg, #fff 0%, #f4f9ff 100%);
}
.noone-sub .overview-board-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 28px;
  align-items: stretch;
}
.noone-sub .overview-visual {
  min-height: 610px;
  border-radius: 8px;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(5,25,48,.22), rgba(5,25,48,.86)),
    url("../images/center-network.png") center/cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 30px 80px rgba(8,63,105,.18);
}
.noone-sub .overview-visual strong {
  display: block;
  font-size: 34px;
  line-height: 1.18;
}
.noone-sub .overview-visual p {
  margin: 16px 0 0;
  color: rgba(255,255,255,.8);
  line-height: 1.75;
}
.noone-sub .overview-profile {
  display: grid;
  gap: 18px;
}
.noone-sub .profile-head {
  padding: 34px;
  border-radius: 8px;
  background: #062746;
  color: #fff;
}
.noone-sub .profile-head h2 {
  margin: 12px 0 16px;
  font-size: 38px;
  line-height: 1.2;
}
.noone-sub .profile-head p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.85;
}
.noone-sub .overview-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.noone-sub .overview-table .item {
  min-height: 104px;
  padding: 22px 24px;
  border-right: 1px solid var(--soft-line);
  border-bottom: 1px solid var(--soft-line);
}
.noone-sub .overview-table .item:nth-child(2n) {
  border-right: 0;
}
.noone-sub .overview-table .item:nth-last-child(-n+2) {
  border-bottom: 0;
}
.noone-sub .overview-table dt {
  margin: 0 0 9px;
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 900;
}
.noone-sub .overview-table dd {
  margin: 0;
  color: #233a54;
  font-weight: 800;
  line-height: 1.55;
}
.noone-sub .overview-business {
  background: #072b4a;
  color: #fff;
}
.noone-sub .overview-business .section-title {
  color: #fff;
}
.noone-sub .overview-business-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.noone-sub .overview-service-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
}
.noone-sub .overview-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,24,44,.18), rgba(3,24,44,.9));
}
.noone-sub .overview-service-card > * {
  position: relative;
  z-index: 1;
}
.noone-sub .overview-service-card em {
  color: #8dd8ff;
  font-style: normal;
  font-weight: 900;
}
.noone-sub .overview-service-card h3 {
  margin: 12px 0 12px;
  font-size: 25px;
}
.noone-sub .overview-service-card p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.75;
}
.noone-sub .overview-operation {
  background: #fff;
}
.noone-sub .operation-map {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  margin-top: 38px;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 22px 62px rgba(7,76,130,.08);
}
.noone-sub .operation-map article {
  min-height: 180px;
  padding: 24px 18px;
  border-right: 1px solid var(--soft-line);
  background: linear-gradient(180deg, #fff, #f5faff);
}
.noone-sub .operation-map article:last-child {
  border-right: 0;
}
.noone-sub .operation-map b {
  display: block;
  color: var(--blue-600);
  font-size: 14px;
}
.noone-sub .operation-map h3 {
  margin: 18px 0 10px;
  font-size: 20px;
}
.noone-sub .operation-map p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.noone-sub .overview-cta {
  background: #f4f9ff;
}
.noone-sub .infra-hero {
  background:
    linear-gradient(90deg, rgba(5,25,48,.82), rgba(5,25,48,.2)),
    url("../images/center-network.png") center/cover;
}
.noone-sub .infra-summary {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: stretch;
}
.noone-sub .infra-copy {
  padding: 46px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7,76,130,.08);
}
.noone-sub .infra-copy p {
  color: var(--muted);
  line-height: 1.85;
}
.noone-sub .infra-photo {
  min-height: 430px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 70px rgba(7,76,130,.12);
}
.noone-sub .infra-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.noone-sub .infra-stat {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.08);
}
.noone-sub .infra-stat strong {
  display: block;
  color: #7dd4ff;
  font-size: 42px;
  line-height: 1;
}
.noone-sub .infra-stat span {
  display: block;
  margin-top: 12px;
  font-weight: 900;
}
.noone-sub .center-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.noone-sub .center-detail-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--soft-line);
  box-shadow: 0 22px 62px rgba(7,76,130,.08);
}
.noone-sub .center-detail-card .image {
  min-height: 250px;
  background-position: center;
  background-size: cover;
}
.noone-sub .center-detail-card .content {
  padding: 30px;
}
.noone-sub .center-detail-card em {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue-600);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}
.noone-sub .center-detail-card h3 {
  margin: 18px 0 12px;
  font-size: 27px;
}
.noone-sub .center-detail-card p {
  color: var(--muted);
  line-height: 1.75;
}
.noone-sub .center-detail-card ul {
  display: grid;
  gap: 9px;
  padding: 18px 0 0;
  margin: 18px 0 0;
  border-top: 1px solid var(--soft-line);
  list-style: none;
  color: #334763;
  font-weight: 800;
}
.noone-sub .center-detail-card li::before {
  content: "· ";
  color: var(--blue-600);
}
.noone-sub .infra-route {
  background: #072b4a;
  color: #fff;
}
.noone-sub .infra-route .section-title {
  color: #fff;
}
.noone-sub .route-map {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 34px;
}
.noone-sub .route-card {
  position: relative;
  min-height: 230px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}
.noone-sub .route-card::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(8,121,199,.25);
}
.noone-sub .route-card b {
  color: #7dd4ff;
  font-size: 15px;
}
.noone-sub .route-card h3 {
  margin: 16px 0 12px;
  font-size: 25px;
}
.noone-sub .route-card p {
  color: rgba(255,255,255,.76);
  line-height: 1.75;
}
.noone-sub .infra-process {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-top: 34px;
}
.noone-sub .infra-process span {
  min-height: 92px;
  padding: 18px 12px;
  border-radius: 8px;
  background: #fff;
  color: #183451;
  box-shadow: 0 14px 34px rgba(7,76,130,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
}
.noone-sub .location-hero {
  background:
    linear-gradient(90deg, rgba(5,25,48,.78), rgba(5,25,48,.28)),
    url("../images/hero-logistics.png") center/cover;
}
.noone-sub .location-intro {
  background: #fff;
}
.noone-sub .location-lead-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: stretch;
}
.noone-sub .location-lead {
  padding: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.noone-sub .location-lead p {
  color: var(--muted);
  line-height: 1.85;
}
.noone-sub .location-contact {
  padding: 36px;
  border-radius: 8px;
  color: #fff;
  background: #062746;
}
.noone-sub .location-contact h3 {
  margin: 0 0 20px;
  font-size: 30px;
}
.noone-sub .location-contact dl {
  display: grid;
  gap: 14px;
  margin: 0;
}
.noone-sub .location-contact .item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.noone-sub .location-contact dt {
  color: #7dd4ff;
  font-weight: 900;
}
.noone-sub .location-contact dd {
  margin: 0;
  color: rgba(255,255,255,.86);
}
.noone-sub .location-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.noone-sub .location-buttons a {
  display: inline-flex;
  padding: 13px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue-600);
  font-weight: 900;
}
.noone-sub .location-map-section {
  background: #fff;
}
.noone-sub .location-map-grid {
  display: grid;
  gap: 26px;
}
.noone-sub .location-map-card {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7,76,130,.08);
}
.noone-sub .location-map-info {
  padding: 36px;
  background: linear-gradient(180deg, #f5faff, #fff);
}
.noone-sub .location-map-info em {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue-600);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}
.noone-sub .location-map-info h3 {
  margin: 18px 0 12px;
  font-size: 29px;
  line-height: 1.28;
}
.noone-sub .location-map-info p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}
.noone-sub .location-map-info ul {
  display: grid;
  gap: 10px;
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid var(--soft-line);
  list-style: none;
  color: #334763;
  font-weight: 800;
}
.noone-sub .location-map-info li::before {
  content: "· ";
  color: var(--blue-600);
}
.noone-sub .location-map-wrap {
  min-height: 360px;
  background: #eaf4fb;
}
.noone-sub .location-map-wrap .root_daum_roughmap {
  width: 100% !important;
  max-width: none !important;
}
.noone-sub .location-map-wrap .root_daum_roughmap .wrap_map {
  width: 100% !important;
  height: 360px !important;
}
.noone-sub .location-map-wrap .root_daum_roughmap .wrap_controllers {
  width: 100% !important;
}
.noone-sub .location-map-wrap iframe {
  width: 100% !important;
}
.noone-sub .visit-check {
  background: #f4f9ff;
}
@media (max-width:900px) {
  .noone-sub .grid,
  .noone-sub .tabs,
  .noone-sub .panel,
  .noone-sub .steps,
  .noone-sub .service-standard-grid,
  .noone-sub .process-headline,
  .noone-sub .ledger-item,
  .noone-sub .cards,
  .noone-sub .value-grid,
  .noone-sub .info-layout,
  .noone-sub .stats,
  .noone-sub .contact-layout,
  .noone-sub .sub-hero-split { grid-template-columns: 1fr; }
  .noone-sub .hero h1 { font-size: 44px; }
  .noone-sub .center-box { grid-template-columns: 1fr; }
  .noone-sub .flow { grid-template-columns: repeat(2, 1fr); }
  .noone-sub .flow span::after { display: none; }
  .noone-sub .check-list { grid-template-columns: 1fr; }
  .noone-sub .standard-row { grid-template-columns: 1fr; gap: 8px; }
  .noone-sub .ledger-item li:not(:last-child)::after { display: none; }
  .noone-sub .overview-summary,
  .noone-sub .overview-board-grid,
  .noone-sub .overview-table,
  .noone-sub .overview-business-grid,
  .noone-sub .operation-map,
  .noone-sub .infra-summary,
  .noone-sub .infra-stat-grid,
  .noone-sub .center-detail-grid,
  .noone-sub .route-map,
  .noone-sub .infra-process,
  .noone-sub .location-lead-grid,
  .noone-sub .location-map-card { grid-template-columns: 1fr; }
  .noone-sub .overview-visual { min-height: 420px; }
  .noone-sub .overview-table .item,
  .noone-sub .operation-map article { border-right: 0; }
  .noone-sub .location-map-info { padding: 28px; }
}
@media (max-width: 860px) {
  .noone-sub .header-inner,
  .noone-sub .footer-inner {
    width: min(100% - 32px, var(--max));
  }
  .noone-sub .footer-inner {
    grid-template-columns: 1fr;
  }
}

.noone-sub .portfolio-head {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) 1fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 36px;
}
.noone-sub .portfolio-head .section-title {
  margin-bottom: 0;
}
.noone-sub .portfolio-lead {
  position: relative;
  margin: 0;
  padding: 0 0 0 86px;
  color: rgba(255,255,255,.86);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.8;
}
.noone-sub .portfolio-lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 58px;
  height: 2px;
  background: #7dd4ff;
}
.noone-sub .process-flow-head {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}
.noone-sub .process-flow-head .section-title {
  margin-bottom: 0;
}
.noone-sub .process-flow-head p {
  margin: 0;
  color: #445a73;
  line-height: 1.85;
  font-size: 17px;
}
.noone-sub .timeline-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 0;
  padding: 34px 0 0;
  margin-top: 0;
}
.noone-sub .timeline-process::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 52px;
  height: 2px;
  background: linear-gradient(90deg, #0879c7, #7dd4ff, #0b3153);
}
.noone-sub .timeline-process article {
  position: relative;
  min-height: 220px;
  padding: 0 10px;
  text-align: center;
}
.noone-sub .timeline-process article::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 10px auto 26px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #0879c7;
  box-shadow: 0 0 0 1px #9edcff, 0 12px 24px rgba(8,121,199,.2);
}
.noone-sub .timeline-process em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: #0879c7;
  background: #e8f6ff;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}
.noone-sub .timeline-process strong {
  display: block;
  color: #0b2744;
  font-size: 20px;
}
.noone-sub .timeline-process span {
  display: block;
  margin-top: 12px;
  color: #5b6f87;
  font-size: 14px;
  line-height: 1.65;
}
.noone-sub .visit-check-head {
  max-width: 720px;
  margin-bottom: 34px;
}
.noone-sub .visit-check-head p {
  margin: 0;
  color: #445a73;
  line-height: 1.85;
  font-size: 17px;
}
.noone-sub .consult-check-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 0;
}
.noone-sub .consult-check-list li {
  position: relative;
  min-height: 150px;
  padding: 28px 26px;
  border: 1px solid #dbeaf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7,76,130,.07);
  overflow: hidden;
}
.noone-sub .consult-check-list li::before {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(8,121,199,.1);
}
.noone-sub .consult-check-list b {
  display: block;
  color: #0879c7;
  font-size: 13px;
  letter-spacing: .08em;
}
.noone-sub .consult-check-list span {
  display: block;
  margin-top: 16px;
  color: #102e4a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}
@media (max-width:900px) {
  .noone-sub .portfolio-head,
  .noone-sub .process-flow-head,
  .noone-sub .timeline-process,
  .noone-sub .consult-check-list { grid-template-columns: 1fr; }
  .noone-sub .timeline-process::before { left: 21px; right: auto; top: 30px; bottom: 30px; width: 2px; height: auto; }
  .noone-sub .timeline-process article { min-height: 0; padding: 0 0 24px 58px; text-align: left; }
  .noone-sub .timeline-process article::before { position: absolute; left: 12px; top: 0; margin: 0; }
}

.noone-sub .business-intro {
  background: #fff;
}
.noone-sub .business-intro-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: center;
}
.noone-sub .business-copy p:not(.lead) {
  color: var(--muted);
  line-height: 1.85;
}
.noone-sub .business-visual {
  min-height: 520px;
  border-radius: 8px;
  padding: 34px;
  color: #fff;
  background-position: center;
  background-size: cover;
  box-shadow: 0 30px 80px rgba(8,63,105,.16);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.noone-sub .business-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,24,42,.08), rgba(4,24,42,.86));
}
.noone-sub .business-visual strong,
.noone-sub .business-visual span {
  position: relative;
  z-index: 1;
}
.noone-sub .business-visual strong {
  font-size: 38px;
  line-height: 1;
}
.noone-sub .business-visual span {
  margin-top: 14px;
  color: rgba(255,255,255,.78);
  font-weight: 800;
}
.noone-sub .business-scope {
  background: #f4f9ff;
}
.noone-sub .section-split-head {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 36px;
}
.noone-sub .section-split-head .section-title {
  margin-bottom: 0;
}
.noone-sub .section-split-head p {
  margin: 0 0 6px;
  color: #445a73;
  line-height: 1.85;
  font-size: 17px;
}
.noone-sub .business-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.noone-sub .business-scope-grid article {
  min-height: 245px;
  padding: 30px;
  border: 1px solid #dbeaf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7,76,130,.07);
}
.noone-sub .business-scope-grid em {
  display: block;
  color: #0879c7;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
}
.noone-sub .business-scope-grid h3 {
  margin: 42px 0 14px;
  font-size: 25px;
}
.noone-sub .business-scope-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
.noone-sub .business-process {
  background: #072b4a;
  color: #fff;
}
.noone-sub .business-process .section-title {
  color: #fff;
}
.noone-sub .section-split-head.light p {
  color: rgba(255,255,255,.76);
}
.noone-sub .business-flow-line {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-top: 1px solid rgba(255,255,255,.24);
}
.noone-sub .business-flow-line article {
  min-height: 260px;
  padding: 30px 18px;
  border-right: 1px solid rgba(255,255,255,.14);
}
.noone-sub .business-flow-line article:last-child {
  border-right: 0;
}
.noone-sub .business-flow-line b {
  color: #7dd4ff;
  font-size: 14px;
}
.noone-sub .business-flow-line strong {
  display: block;
  margin-top: 72px;
  color: #fff;
  font-size: 21px;
  line-height: 1.35;
}
.noone-sub .business-flow-line span {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  line-height: 1.65;
}
.noone-sub .business-fit {
  background: #fff;
}
.noone-sub .business-fit-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 42px;
  align-items: stretch;
}
.noone-sub .fit-image {
  min-height: 520px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 30px 80px rgba(8,63,105,.14);
}
.noone-sub .fit-content {
  padding: 44px;
  border: 1px solid #dbeaf5;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f5faff);
}
.noone-sub .fit-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
  border-top: 2px solid #102e4a;
}
.noone-sub .fit-list li {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #dbeaf5;
}
.noone-sub .fit-list b {
  color: #102e4a;
  font-size: 18px;
}
.noone-sub .fit-list span {
  color: var(--muted);
  line-height: 1.7;
}
@media (max-width:900px) {
  .noone-sub .business-intro-grid,
  .noone-sub .section-split-head,
  .noone-sub .business-scope-grid,
  .noone-sub .business-flow-line,
  .noone-sub .business-fit-grid,
  .noone-sub .fit-list li { grid-template-columns: 1fr; }
  .noone-sub .business-flow-line article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .noone-sub .business-flow-line strong { margin-top: 34px; }
}

.noone-sub .storage-type-section {
  background: #fff;
}
.noone-sub .light-on-white p {
  margin: 0 0 6px;
  color: #445a73;
  line-height: 1.85;
  font-size: 17px;
}
.noone-sub .storage-type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.noone-sub .storage-type-grid article {
  overflow: hidden;
  border: 1px solid #dbeaf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(7,76,130,.08);
}
.noone-sub .storage-type-grid .type-image {
  min-height: 250px;
  background-position: center;
  background-size: cover;
}
.noone-sub .storage-type-grid .type-copy {
  padding: 28px;
}
.noone-sub .storage-type-grid b {
  color: #0879c7;
  font-size: 12px;
  letter-spacing: .14em;
}
.noone-sub .storage-type-grid h3 {
  margin: 14px 0 12px;
  font-size: 24px;
}
.noone-sub .storage-type-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
.noone-sub .storage-process {
  background: linear-gradient(180deg, #062746, #072b4a);
}
.noone-sub .storage-fit .fit-content {
  background: #fff;
}
@media (max-width:900px) {
  .noone-sub .storage-type-grid { grid-template-columns: 1fr; }
}

.noone-sub .courier-network-section {
  background: #fff;
}
.noone-sub .courier-network-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}
.noone-sub .network-panel {
  min-height: 250px;
  border-radius: 8px;
  overflow: hidden;
}
.noone-sub .network-panel.primary {
  grid-row: span 2;
  padding: 42px;
  color: #fff;
  background: #062746;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.noone-sub .network-panel.primary h2 {
  margin: 16px 0 20px;
  color: #fff;
  font-size: 38px;
  line-height: 1.18;
}
.noone-sub .network-panel.primary p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.8;
}
.noone-sub .network-panel.image {
  background-position: center;
  background-size: cover;
  min-height: 330px;
}
.noone-sub .network-panel.text {
  padding: 30px;
  border: 1px solid #dbeaf5;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7,76,130,.07);
}
.noone-sub .network-panel.text b {
  display: block;
  color: #0879c7;
  font-size: 22px;
}
.noone-sub .network-panel.text span {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.75;
}
.noone-sub .courier-process {
  background: linear-gradient(180deg, #05243e, #07385f);
}
.noone-sub .courier-fit .fit-content {
  background: linear-gradient(180deg, #fff, #f5faff);
}
@media (max-width:900px) {
  .noone-sub .courier-network-grid { grid-template-columns: 1fr; }
  .noone-sub .network-panel.primary,
  .noone-sub .network-panel.image { grid-row: auto; grid-column: auto; }
}

.noone-sub .fulfillment-quality-section {
  background: #fff;
}
.noone-sub .fulfillment-quality-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 42px;
  align-items: start;
}
.noone-sub .quality-copy {
  position: sticky;
  top: 110px;
}
.noone-sub .quality-copy p {
  color: var(--muted);
  line-height: 1.85;
}
.noone-sub .quality-list {
  display: grid;
  border-top: 2px solid #102e4a;
}
.noone-sub .quality-list article {
  display: grid;
  grid-template-columns: 70px 220px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 30px 0;
  border-bottom: 1px solid #dbeaf5;
}
.noone-sub .quality-list b {
  color: #0879c7;
  font-size: 14px;
}
.noone-sub .quality-list strong {
  color: #102e4a;
  font-size: 22px;
}
.noone-sub .quality-list span {
  color: var(--muted);
  line-height: 1.75;
}
.noone-sub .fulfillment-process {
  background: linear-gradient(180deg, #07385f, #05243e);
}
.noone-sub .fulfillment-fit .fit-content {
  background: linear-gradient(180deg, #fff, #f5faff);
}
@media (max-width:900px) {
  .noone-sub .fulfillment-quality-grid,
  .noone-sub .quality-list article { grid-template-columns: 1fr; }
  .noone-sub .quality-copy { position: static; }
  .noone-sub .quality-list article { gap: 10px; }
}

.noone-sub .courier-network-layout {
  display: grid;
  gap: 18px;
}
.noone-sub .courier-network-top {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 18px;
  align-items: stretch;
}
.noone-sub .courier-network-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.noone-sub .courier-network-top .network-panel.primary,
.noone-sub .courier-network-top .network-panel.image {
  min-height: 380px;
}
.noone-sub .courier-network-top .network-panel.image {
  grid-column: auto;
}
@media (max-width:900px) {
  .noone-sub .courier-network-top,
  .noone-sub .courier-network-cards { grid-template-columns: 1fr; }
}

.noone-sub .pricing-intro { background: #fff; }
.noone-sub .pricing-intro-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 46px;
  align-items: end;
}
.noone-sub .pricing-note {
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background: #062746;
}
.noone-sub .pricing-note b {
  display: block;
  font-size: 26px;
  line-height: 1.35;
}
.noone-sub .pricing-note span {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,.76);
  line-height: 1.75;
}
.noone-sub .pricing-factor-section { background: #f4f9ff; }
.noone-sub .pricing-factor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.noone-sub .pricing-factor-grid article {
  min-height: 230px;
  padding: 30px;
  border: 1px solid #dbeaf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7,76,130,.07);
}
.noone-sub .pricing-factor-grid em {
  color: #0879c7;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
}
.noone-sub .pricing-factor-grid h3 {
  margin: 38px 0 14px;
  font-size: 25px;
}
.noone-sub .pricing-factor-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
.noone-sub .pricing-table-section { background: #fff; }
.noone-sub .pricing-table {
  margin-top: 34px;
  border-top: 2px solid #102e4a;
}
.noone-sub .pricing-row {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #dbeaf5;
  align-items: center;
}
.noone-sub .pricing-row.head {
  color: #0879c7;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.noone-sub .pricing-row span:first-child {
  color: #102e4a;
  font-weight: 900;
}
.noone-sub .pricing-row:not(.head) span:nth-child(n+2) {
  color: var(--muted);
  line-height: 1.65;
}
.noone-sub .pricing-process-section {
  background: #072b4a;
  color: #fff;
}
.noone-sub .pricing-process-section .section-title { color: #fff; }
.noone-sub .pricing-estimate-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid rgba(255,255,255,.24);
}
.noone-sub .pricing-estimate-flow article {
  min-height: 240px;
  padding: 30px 18px;
  border-right: 1px solid rgba(255,255,255,.14);
}
.noone-sub .pricing-estimate-flow article:last-child { border-right: 0; }
.noone-sub .pricing-estimate-flow b {
  color: #7dd4ff;
  font-size: 14px;
}
.noone-sub .pricing-estimate-flow strong {
  display: block;
  margin-top: 66px;
  color: #fff;
  font-size: 21px;
  line-height: 1.35;
}
.noone-sub .pricing-estimate-flow span {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  line-height: 1.65;
}
.noone-sub .pricing-type-section { background: #fff; }
.noone-sub .pricing-type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.noone-sub .pricing-type-grid article {
  min-height: 210px;
  padding: 30px;
  border-top: 3px solid #0879c7;
  background: #f5faff;
}
.noone-sub .pricing-type-grid b {
  display: block;
  color: #102e4a;
  font-size: 22px;
}
.noone-sub .pricing-type-grid span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.75;
}
.noone-sub .pricing-ready-section { background: #f4f9ff; }
.noone-sub .pricing-ready-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 42px;
  align-items: stretch;
}
.noone-sub .ready-image {
  min-height: 520px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 30px 80px rgba(8,63,105,.14);
}
.noone-sub .ready-content {
  padding: 44px;
  border-radius: 8px;
  background: #fff;
}
.noone-sub .ready-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}
.noone-sub .ready-content li {
  padding: 16px 18px;
  border: 1px solid #dbeaf5;
  color: #183451;
  font-weight: 800;
}
@media (max-width:900px) {
  .noone-sub .pricing-intro-grid,
  .noone-sub .pricing-factor-grid,
  .noone-sub .pricing-row,
  .noone-sub .pricing-estimate-flow,
  .noone-sub .pricing-type-grid,
  .noone-sub .pricing-ready-grid,
  .noone-sub .ready-content ul { grid-template-columns: 1fr; }
  .noone-sub .pricing-estimate-flow article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .noone-sub .pricing-estimate-flow strong { margin-top: 34px; }
}

.noone-sub .quote-write-section,
.noone-sub .quote-list-section,
.noone-sub .quote-view-section {
  background: #f4f9ff;
}
.noone-sub .quote-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  align-items: start;
}
.noone-sub .quote-guide {
  position: sticky;
  top: 100px;
  padding: 36px;
  border-radius: 8px;
  color: #fff;
  background: #062746;
}
.noone-sub .quote-guide h2 {
  margin: 14px 0 18px;
  color: #fff;
  font-size: 32px;
  line-height: 1.22;
}
.noone-sub .quote-guide p,
.noone-sub .quote-guide dd {
  color: rgba(255,255,255,.76);
  line-height: 1.75;
}
.noone-sub .quote-guide dl {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}
.noone-sub .quote-guide dl div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.noone-sub .quote-guide dt {
  color: #7dd4ff;
  font-weight: 900;
}
.noone-sub .quote-guide dd { margin: 0; }
.noone-sub .quote-admin-link {
  display: inline-flex;
  margin-top: 28px;
  padding: 13px 18px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
}
.noone-sub .quote-form-panel,
.noone-sub .quote-alert {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7,76,130,.08);
}
.noone-sub .quote-form-panel { padding: 38px; }
.noone-sub .quote-field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.noone-sub .quote-form label span,
.noone-sub .quote-message span {
  display: block;
  margin-bottom: 10px;
  color: #102e4a;
  font-weight: 900;
}
.noone-sub .quote-form label b { color: #0879c7; }
.noone-sub .quote-form input,
.noone-sub .quote-form select,
.noone-sub .quote-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #d3e3ef;
  border-radius: 6px;
  background: #fff;
  color: #102e4a;
  font: inherit;
  box-sizing: border-box;
}
.noone-sub .quote-form textarea {
  min-height: 180px;
  padding: 16px;
  resize: vertical;
}
.noone-sub .quote-form input[type="file"] {
  display: block;
  height: 52px;
  max-height: 52px;
  min-height: 0;
  padding: 7px 14px !important;
  overflow: hidden;
  line-height: 36px !important;
  font-size: 14px;
  cursor: pointer;
}
.noone-sub .quote-form input[type="file"]::file-selector-button {
  margin-right: 14px;
  height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #102e4a;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 34px;
  cursor: pointer;
}
.noone-sub .quote-message { display: block; margin-top: 22px; }
.noone-sub .quote-agree {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  color: #445a73;
  font-weight: 800;
}
.noone-sub .quote-agree input[type="checkbox"] {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0;
  border-radius: 3px;
  accent-color: #0879c7;
}
.noone-sub .quote-form .quote-agree span {
  display: inline;
  margin: 0;
  line-height: 1.55;
}
.noone-sub .quote-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}
.noone-sub .quote-actions button,
.noone-sub .quote-view-btn {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #0879c7;
  font-weight: 900;
  cursor: pointer;
}
.noone-sub .quote-hidden {
  position: absolute;
  left: -9999px;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
}
.noone-sub .quote-alert {
  padding: 32px;
  border-left: 4px solid #0879c7;
}
.noone-sub .quote-alert strong {
  display: block;
  color: #102e4a;
  font-size: 24px;
}
.noone-sub .quote-alert p { color: var(--muted); }
.noone-sub .quote-list-head { margin-bottom: 28px; }
.noone-sub .quote-table {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7,76,130,.08);
}
.noone-sub .quote-tr {
  display: grid;
  grid-template-columns: 130px 1.2fr 120px 1fr 110px 110px;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid #dbeaf5;
}
.noone-sub .quote-tr.head {
  color: #0879c7;
  background: #f5faff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
.noone-sub .quote-tr:not(.head) span {
  color: #253d58;
  font-weight: 800;
}
.noone-sub .quote-tr b {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0879c7;
  background: #e8f6ff;
  font-size: 12px;
}
.noone-sub .quote-empty {
  padding: 34px;
  color: var(--muted);
  text-align: center;
}
.quote-modal[aria-hidden="true"] { display: none; }
.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.quote-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2,16,30,.66);
}
.quote-modal-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(920px, calc(100vw - 40px));
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 40px 120px rgba(0,0,0,.32);
}
.quote-modal-close {
  position: sticky;
  top: 18px;
  left: calc(100% - 84px);
  z-index: 2;
  margin: 18px 18px 0 auto;
  display: flex;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #062746;
  font-weight: 900;
  cursor: pointer;
}
.quote-modal-body { padding: 0 34px 34px; }
body.quote-modal-open { overflow: hidden; }
.noone-sub .quote-detail header {
  padding-bottom: 24px;
  border-bottom: 2px solid #102e4a;
}
.noone-sub .quote-detail header span {
  color: #0879c7;
  font-weight: 900;
}
.noone-sub .quote-detail h2 {
  margin: 12px 0 0;
  color: #102e4a;
  font-size: 32px;
}
.noone-sub .quote-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 24px 0 0;
  border-top: 1px solid #dbeaf5;
}
.noone-sub .quote-detail-grid div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #dbeaf5;
}
.noone-sub .quote-detail-grid dt {
  color: #0879c7;
  font-weight: 900;
}
.noone-sub .quote-detail-grid dd {
  margin: 0;
  color: #253d58;
  font-weight: 800;
}
.noone-sub .quote-detail-message,
.noone-sub .quote-detail-files {
  margin-top: 28px;
}
.noone-sub .quote-detail-message h3,
.noone-sub .quote-detail-files h3 {
  margin: 0 0 14px;
  color: #102e4a;
}
.noone-sub .quote-detail-message p {
  padding: 22px;
  border-radius: 8px;
  color: #334763;
  background: #f5faff;
  line-height: 1.8;
}
.noone-sub .quote-detail-files ul {
  display: grid;
  gap: 8px;
  padding: 0;
  list-style: none;
}
.noone-sub .quote-detail-files a {
  color: #0879c7;
  font-weight: 900;
}
@media (max-width:900px) {
  .noone-sub .quote-layout,
  .noone-sub .quote-field-grid,
  .noone-sub .quote-tr,
  .noone-sub .quote-detail-grid { grid-template-columns: 1fr; }
  .noone-sub .quote-guide { position: static; }
  .noone-sub .quote-tr.head { display: none; }
  .noone-sub .quote-tr { gap: 8px; }
  .noone-sub .quote-detail-grid div { grid-template-columns: 1fr; gap: 6px; }
}

.noone-sub .notice-board-section,
.noone-sub .customer-inquiry-section,
.noone-sub .customer-write-section,
.noone-sub .customer-view-section {
  background: #f4f9ff;
}
.noone-sub .board-headline {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}
.noone-sub .board-write-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: #0879c7;
  font-weight: 900;
}
.noone-sub .notice-list {
  display: grid;
  border-top: 2px solid #102e4a;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7,76,130,.08);
}
.noone-sub .notice-empty {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 46px 28px;
  overflow: hidden;
  border-bottom: 1px solid #dbeaf5;
  background:
    linear-gradient(90deg, rgba(244,249,255,.95) 0%, rgba(255,255,255,1) 42%, rgba(244,250,255,.86) 100%);
  text-align: center;
}
.noone-sub .notice-empty::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 52px;
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #0879c7, #71d0ff);
}
.noone-sub .notice-empty::after {
  content: "NOTICE";
  position: absolute;
  right: 34px;
  bottom: -12px;
  color: rgba(8,121,199,.06);
  font-size: 82px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
}
.noone-sub .notice-empty span {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: #0879c7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}
.noone-sub .notice-empty strong {
  position: relative;
  z-index: 1;
  color: #102e4a;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
}
.noone-sub .notice-empty p {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 12px auto 0;
  color: #637891;
  line-height: 1.75;
}
.noone-sub .notice-item {
  border-bottom: 1px solid #dbeaf5;
}
.noone-sub .notice-view-btn {
  display: grid;
  grid-template-columns: 140px 1fr 80px;
  gap: 24px;
  align-items: center;
  width: 100%;
  padding: 24px 28px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.noone-sub .notice-view-btn span {
  color: #0879c7;
  font-weight: 900;
}
.noone-sub .notice-view-btn strong {
  color: #102e4a;
  font-size: 21px;
}
.noone-sub .notice-view-btn em {
  justify-self: end;
  color: #8aa0b8;
  font-style: normal;
  font-weight: 900;
}
.noone-sub .notice-view-btn:hover {
  background: #f5faff;
}
.noone-sub .customer-write-panel {
  max-width: 920px;
  margin: auto;
  padding: 42px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7,76,130,.08);
}
.noone-sub .customer-write-panel h1 {
  margin: 12px 0 28px;
  color: #102e4a;
  font-size: 42px;
}
.noone-sub .customer-form label {
  display: block;
  margin-bottom: 20px;
}
.noone-sub .customer-form label span {
  display: block;
  margin-bottom: 10px;
  color: #102e4a;
  font-weight: 900;
}
.noone-sub .customer-form input,
.noone-sub .customer-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #d3e3ef;
  border-radius: 6px;
  font: inherit;
  box-sizing: border-box;
}
.noone-sub .customer-form textarea {
  min-height: 260px;
  padding: 16px;
  resize: vertical;
}
.noone-sub .customer-detail {
  padding: 38px;
  border-radius: 8px;
  background: #fff;
}
.noone-sub .customer-detail header {
  padding-bottom: 24px;
  border-bottom: 2px solid #102e4a;
}
.noone-sub .customer-detail header span {
  color: #0879c7;
  font-weight: 900;
}
.noone-sub .customer-detail h2 {
  margin: 12px 0 0;
  color: #102e4a;
  font-size: 34px;
  line-height: 1.28;
}
.noone-sub .customer-detail-content {
  padding: 30px 0;
  color: #334763;
  line-height: 1.9;
  font-size: 17px;
}
@media (max-width:900px) {
  .noone-sub .board-headline,
  .noone-sub .notice-view-btn { display: grid; grid-template-columns: 1fr; }
  .noone-sub .notice-view-btn em { justify-self: start; }
  .noone-sub .customer-write-panel { padding: 28px; }
}
