.inspection-page{
  color:#1f2937;
}

.inspection-hero{
  background:
    linear-gradient(135deg, rgba(13,110,253,.95), rgba(49,132,253,.82)),
    url('/assets/img/sub/inspection-bg.jpg') center center / cover no-repeat;
  color:#fff;
}

.inspection-hero-inner{
  min-height:220px;
  display:flex;
  align-items:center;
  padding: 1.25rem !important;
}

.inspection-badge{
  font-weight:600;
  letter-spacing:.02em;
}

.inspection-title{
  font-size:clamp(1.9rem, 3vw, 2.6rem);
  font-weight:800;
  line-height:1.2;
}

.inspection-desc{
  font-size:1rem;
  opacity:.92;
  max-width:760px;
}

.inspection-contact{
  border-radius:1rem;
}

.contact-title{
  font-weight:700;
}

.contact-list li{
  line-height:1.7;
  color:#334155;
}

.inspection-section{
  border-radius:1.25rem;
}

/* ¦¡¦¡ Ä«µå ³»ºÎ ¿©¹é ¦¡¦¡ */
.inspection-section .card-body {
  padding: 1.25rem !important;   /* p-4(1.5rem) ¡æ 1.25rem */
}

/* ¦¡¦¡ section head °£°Ý ¦¡¦¡ */
.section-head {
  margin-bottom: 1rem !important; /* mb-4 ¡æ 1rem */
}

/* ¦¡¦¡ ÇÁ·Î¼¼½º ÇÃ·Î¿ì ¦¡¦¡ */
.process-flow {
  gap: 8px;                      /* 12 ¡æ 8 */
}

.section-kicker{
  display:inline-block;
  font-size:.78rem;
  font-weight:700;
  color:#0d6efd;
  letter-spacing:.08em;
  margin-bottom:.4rem;
}

.section-title{
  font-size:1.5rem;
  font-weight:800;
  color:#111827;
}

.section-text{
  color:#6b7280;
}

.process-flow{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.flow-step{
  min-width: 100px;              /* 120 ¡æ 100 */
  padding: 12px 14px;            /* 16/18 ¡æ 12/14 */
  border-radius:18px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  text-align:center;
  box-shadow:0 6px 18px rgba(15,23,42,.04);
}

.flow-step-wide{
  min-width:150px;
}

.flow-num{
  display:block;
  font-size:.75rem;
  font-weight:800;
  color:#0d6efd;
  margin-bottom:.25rem;
}

.flow-label{
  display:block;
  font-weight:700;
  color:#1f2937;
}

.flow-arrow{
  color:#94a3b8;
  font-size:1.05rem;
}

.sub-box,
.program-card,
.archive-box{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:1rem;
  padding:1.25rem;
  height:100%;
  padding: 1rem; 
}

.sub-title,
.archive-title,
.side-title{
  font-weight:800;
  color:#111827;
}

.program-card{
  position:relative;
  overflow:hidden;
}

.program-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  background:rgba(13,110,253,.1);
  color:#0d6efd;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.25rem;
  margin-bottom:1rem;
}

.program-title{
  font-size:1.15rem;
  font-weight:800;
  margin-bottom:.85rem;
  color:#111827;
}

.check-list,
.notice-list{
  list-style:none;
  padding:0;
  margin:0;
}

.check-list li,
.notice-list li{
  position:relative;
  padding-left:1.2rem;
  margin-bottom: .35rem;         /* .55rem ¡æ .35rem */
  line-height: 1.6;             /* 1.7 ¡æ 1.6 */
  color:#374151;
}

.check-list li:last-child,
.notice-list li:last-child{
  margin-bottom:0;
}

.check-list li:before,
.notice-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72rem;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#0d6efd;
}

.notice-list li{
  padding-left:1.1rem;
}

@media (max-width: 991.98px){
  .inspection-hero-inner{
    min-height:auto;
  }

  .process-flow{
    gap:10px;
  }

  .flow-arrow{
    display:none;
  }

  .flow-step,
  .flow-step-wide{
    min-width: calc(50% - 4px);
    flex: 1 1 calc(50% - 4px);
    padding: 10px 12px;
  }
}

@media (max-width: 575.98px){
  .flow-step,
  .flow-step-wide{
    min-width: 100%;
    padding: 10px 12px;
  }

  .inspection-section .card-body {
    padding: 1rem !important;
  }

.inspection-title {
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);  /* ¾à°£ Ãà¼Ò */
  font-weight: 800;
  line-height: 1.2;
}

  .section-title{
    font-size:1.25rem;
  }
}
.center-intro-page{
  color:#1f2937;
}

.center-intro-page .card{
  border-radius:1.5rem;
}

.center-intro-page .intro-thumb img{
  width:100%;
  max-width:360px;
  object-fit:cover;
}

.center-intro-page .intro-title{
  font-size:clamp(1.8rem, 2.8vw, 2.5rem);
  font-weight:800;
  line-height:1.3;
  color:#111827;
}

.center-intro-page .intro-desc{
  font-size:1rem;
  line-height:1.95;
  color:#374151;
  word-break:keep-all;
}

.center-intro-page .intro-desc p{
  margin-bottom:1.15rem;
}

@media (max-width: 991.98px){
  .center-intro-page .card-body{
    padding:2rem !important;
  }

  .center-intro-page .intro-title{
    font-size:1.6rem;
  }

  .center-intro-page .intro-desc{
    line-height:1.85;
  }
}

@media (max-width: 575.98px){
  .center-intro-page .card-body{
    padding:1.25rem !important;
  }

  .center-intro-page .intro-title{
    font-size:1.35rem;
  }

  .center-intro-page .intro-desc{
    font-size:.97rem;
  }
}
.history-page{
  color:#1f2937;
}

.history-hero{
  border-radius:1.5rem;
  background:linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

.history-title{
  font-size:clamp(1.8rem, 2.8vw, 2.5rem);
  font-weight:800;
  line-height:1.3;
  color:#111827;
}

.history-desc{
  color:#475569;
  line-height:1.8;
}

.history-stat{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:1.25rem;
  padding:1.5rem;
  text-align:center;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}

.history-stat-label{
  font-size:.9rem;
  color:#64748b;
  margin-bottom:.4rem;
}

.history-stat-value{
  font-size:2.4rem;
  font-weight:900;
  line-height:1;
  color:#0d6efd;
  margin-bottom:.45rem;
}

.history-stat-text{
  font-size:.95rem;
  color:#475569;
}

.history-timeline{
  position:relative;
  padding-left:2rem;
}

.history-timeline:before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:12px;
  width:2px;
  background:linear-gradient(to bottom, #0d6efd, #dbeafe);
}

.history-item{
  position:relative;
  padding-left:2rem;
  margin-bottom:1.5rem;
}

.history-item:last-child{
  margin-bottom:0;
}

.history-item:before{
  content:"";
  position:absolute;
  left:0;
  top:.5rem;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#0d6efd;
  box-shadow:0 0 0 5px #eaf2ff;
}

.history-date{
  display:inline-block;
  font-size:.92rem;
  font-weight:700;
  color:#0d6efd;
  background:#eef5ff;
  border-radius:999px;
  padding:.45rem .9rem;
  margin-bottom:.75rem;
}

.history-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:1.25rem;
  padding:1.2rem 1.25rem;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}

.history-card-title{
  font-size:1.08rem;
  font-weight:800;
  line-height:1.5;
  color:#111827;
  margin-bottom:.35rem;
}

.history-card-text{
  color:#4b5563;
  line-height:1.8;
}

@media (max-width: 991.98px){
  .history-timeline{
    padding-left:1.5rem;
  }

  .history-item{
    padding-left:1.5rem;
  }
}

@media (max-width: 575.98px){
  .history-title{
    font-size:1.45rem;
  }

  .history-timeline{
    padding-left:1.1rem;
  }

  .history-timeline:before{
    left:8px;
  }

  .history-item{
    padding-left:1.1rem;
  }

  .history-item:before{
    width:10px;
    height:10px;
    left:0;
  }

  .history-card{
    padding:1rem;
  }

  .history-card-title{
    font-size:1rem;
  }

  .history-date{
    font-size:.84rem;
  }
}
.programs-page{
  color:#1f2937;
}

.programs-hero{
  border-radius:1.5rem;
  background:linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

.programs-title{
  font-size:clamp(1.8rem, 2.8vw, 2.5rem);
  font-weight:800;
  line-height:1.3;
  color:#111827;
}

.programs-desc{
  color:#475569;
  line-height:1.8;
}

.programs-summary{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:1.25rem;
  padding:1.5rem;
  text-align:center;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}

.programs-summary-num{
  font-size:2.5rem;
  font-weight:900;
  line-height:1;
  color:#0d6efd;
  margin-bottom:.45rem;
}

.programs-summary-text{
  font-size:.95rem;
  color:#475569;
}

.program-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:1.25rem;
  padding:1.5rem;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
  transition:transform .2s ease, box-shadow .2s ease;
}

.program-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 30px rgba(15,23,42,.08);
}

.program-icon{
  width:44px;
  height:44px;
  border-radius:12px;
  background:rgba(13,110,253,.1);
  color:#0d6efd;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 1.1rem;
  margin-bottom: .75rem;         /* 1rem ¡æ .75rem */
}

.program-title {
  margin-bottom: .6rem;          /* .85rem ¡æ .6rem */
}

/* ¦¡¦¡ »çÀÌµå¹Ù archive-box °£°Ý ¦¡¦¡ */
.archive-box.mb-3 {
  margin-bottom: .75rem !important;
}

/* ¦¡¦¡ row gap Ãà¼Ò ¦¡¦¡ */
.inspection-page .row.g-4 {
  --bs-gutter-y: 1rem;           /* 1.5rem ¡æ 1rem */
  --bs-gutter-x: 1rem;
}

.program-card-title{
  font-size:1.15rem;
  font-weight:800;
  line-height:1.4;
  color:#111827;
  margin-bottom:.9rem;
}

.program-list{
  list-style:none;
  padding:0;
  margin:0;
}

.program-list li{
  position:relative;
  padding-left:1.2rem;
  margin-bottom:.6rem;
  color:#374151;
  line-height:1.75;
  word-break:keep-all;
}

.program-list li:last-child{
  margin-bottom:0;
}

.program-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72rem;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#0d6efd;
}

@media (max-width: 991.98px){
  .programs-title{
    font-size:1.6rem;
  }
}

@media (max-width: 575.98px){
  .programs-title{
    font-size:1.4rem;
  }

  .program-card{
    padding:1.2rem;
  }

  .program-card-title{
    font-size:1.05rem;
  }
}
.org-page{
  color:#1f2937;
}

.org-hero{
  border-radius:1.5rem;
  background:linear-gradient(135deg,#f8fbff 0%,#eef5ff 100%);
}

.org-title{
  font-size:clamp(1.8rem,2.8vw,2.4rem);
  font-weight:800;
  line-height:1.3;
  color:#111827;
}

.org-desc{
  color:#475569;
  line-height:1.8;
}

.org-summary{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:1.25rem;
  padding:1.5rem;
  text-align:center;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}

.org-summary-num{
  font-size:2.4rem;
  font-weight:900;
  color:#0d6efd;
}

.org-summary-text{
  font-size:.9rem;
  color:#475569;
}

.org-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:1.25rem;
  padding:1.6rem 1.3rem;
  text-align:center;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
  transition:all .2s ease;
}

.org-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 28px rgba(15,23,42,.08);
}

.org-icon{
  width:60px;
  height:60px;
  border-radius:16px;
  background:rgba(13,110,253,.1);
  color:#0d6efd;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.4rem;
  margin:0 auto 12px;
}

.org-role{
  font-size:1.15rem;
  font-weight:800;
  margin-bottom:.6rem;
}

.org-phone{
  font-weight:700;
  color:#0d6efd;
  margin-bottom:.5rem;
}

.org-phone i{
  margin-right:6px;
}

.org-work{
  font-size:.95rem;
  color:#475569;
}

@media (max-width:991px){

  .org-card{
    padding:1.3rem;
  }

  .org-role{
    font-size:1.05rem;
  }

}
.location-page{
  color:#1f2937;
}

.location-hero{
  border-radius:1.5rem;
  background:linear-gradient(135deg,#f8fbff 0%,#eef5ff 100%);
}

.location-title{
  font-size:clamp(1.8rem,2.8vw,2.4rem);
  font-weight:800;
  line-height:1.3;
  color:#111827;
}

.location-desc{
  color:#475569;
  line-height:1.8;
}

.location-summary{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:1.25rem;
  padding:1.5rem;
  text-align:center;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}

.location-summary-icon{
  width:60px;
  height:60px;
  border-radius:16px;
  background:rgba(13,110,253,.1);
  color:#0d6efd;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.45rem;
  margin:0 auto .85rem;
}

.location-summary-text{
  font-size:.95rem;
  font-weight:700;
  color:#475569;
}

.location-mapbox{
  border-radius:1.25rem;
  overflow:hidden;
}

.info-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:1.25rem;
  padding:1.5rem;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}

.info-icon{
  width:56px;
  height:56px;
  border-radius:16px;
  background:rgba(13,110,253,.1);
  color:#0d6efd;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.3rem;
  margin-bottom:1rem;
}

.info-title{
  font-size:1.15rem;
  font-weight:800;
  color:#111827;
  margin-bottom:1rem;
}

.info-list{
  list-style:none;
  padding:0;
  margin:0;
}

.info-list li{
  position:relative;
  padding-left:1.2rem;
  margin-bottom:.65rem;
  color:#374151;
  line-height:1.8;
  word-break:keep-all;
}

.info-list li:last-child{
  margin-bottom:0;
}

.info-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.75rem;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#0d6efd;
}

.bus-box{
  padding:1rem 1rem .95rem;
  border-radius:1rem;
  background:#f8fafc;
  border:1px solid #e5e7eb;
}

.bus-subject{
  font-size:.92rem;
  font-weight:800;
  color:#0d6efd;
  margin-bottom:.35rem;
}

.bus-box p{
  color:#374151;
  line-height:1.8;
  word-break:keep-all;
}

.bus-note{
  font-size:.95rem;
  color:#475569;
}

@media (max-width:991.98px){
  .location-title{
    font-size:1.6rem;
  }
}

@media (max-width:575.98px){
  .location-title{
    font-size:1.4rem;
  }

  .info-card{
    padding:1.2rem;
  }

  .bus-box{
    padding:.9rem;
  }
}