/* =========================================================
  /assets/css/header.css
  - Offcanvas (HEADER)
========================================================= */

.yc-offcanvas{
  --bs-offcanvas-width: 320px;
  background:#4b4b4b;
  color:#fff;
}
.yc-offcanvas .offcanvas-header{
  border-bottom:1px solid rgba(255,255,255,.12);
}
.yc-offcanvas .offcanvas-title{color:#fff}

.yc-off-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 6px;
  color:#fff;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.yc-off-item:hover{
  background:rgba(255,255,255,.06);
  color:#fff;
}
.yc-off-sub{
  color:#fff !important;
}
.yc-off-sub:hover{
  color:rgba(255,255,255,.6) !important;
}

/* (선택) 화살표 회전 표시 */
.yc-off-item[aria-expanded="true"] i.fa-chevron-right{
  transform: rotate(90deg);
}
.yc-off-item i.fa-chevron-right{
  transition: transform .15s ease;
}

/* =========================================================
  /assets/css/footer.css
  - Footer enhanced (COMPACT)
========================================================= */

/* footer base */
.yc-footer{
  background:#0f172a;
  color:#fff;
}

/* top/bottom compact */
.yc-footer-top{
  padding:20px 0 16px;
  border-top:1px solid rgba(255,255,255,.06);
}
.yc-footer-bottom{
  padding:10px 0;
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.18);
}

/* desktop: 좌(정보) + 우(문의카드) 한 줄 정렬 */
@media (min-width:992px){
  .yc-footer-top .yc-container{
    align-items:center;
    gap:28px;
  }
  .yc-footer-top .yc-footer-card{
    width:420px;
    flex:0 0 auto;
  }
}

/* mark */
.yc-footer-mark{
  width:32px;height:32px;
  border-radius:11px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.10);
}

/* links */
.yc-footer-links a{
  color:#fff;
  text-decoration:none;
  font-weight:700;
}
.yc-footer-links a:hover{ text-decoration:underline; }
.yc-footer-dot{
  display:inline-block;
  margin:0 8px;
  color:rgba(255,255,255,.35);
}

/* card base */
.yc-footer-card{
  border-radius:16px;
  padding:14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}

/* ===============================
   Footer quick + call block (slim)
================================= */
.yc-footer-call{
  border-radius:14px;
  padding:10px 12px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}

.yc-footer-call-no{
  font-size:20px;
  font-weight:900;
  letter-spacing:.2px;
  color:#fff;
  line-height:1.15;
}

.yc-footer-quick{
  display:flex;
  flex-wrap:nowrap;
  gap:8px;
  overflow-x:auto;
}

.yc-footer-quick .btn{
  flex:0 0 auto;
  white-space:nowrap;
  padding:6px 12px;
  font-size:13px;
}

/* sns */
.yc-footer-sns{
  display:flex;
  align-items:center;
  gap:10px;
}

.yc-footer-sns-btn{
  width:34px;
  height:34px;
  border-radius:11px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.10);
}

.yc-footer-sns-btn:hover{
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.18);
}

/* 오른쪽 영역은 컬럼 폭 100% 사용 */
.yc-footer-right{
  display:flex;
  gap:16px;
  width:100%;
}

/* 카드가 컬럼 폭을 모두 쓰도록 */
.yc-footer-right .yc-footer-card{
  flex:1 1 0;
  min-width:0;
}

/* lg 이상 */
@media (min-width:992px){
  .yc-footer-right{
    flex-direction:row;
    align-items:stretch;
    gap:14px;
  }

  .yc-footer-right .yc-footer-card{
    flex:1 1 50%;
  }

  .yc-footer-card{
    padding:12px;
  }
}

/* tablet & mobile */
@media (max-width:991.98px){
  .yc-footer-right{
    flex-direction:column;
    gap:12px;
  }

  .yc-footer-right .yc-footer-card{
    width:100%;
    flex:1 1 100%;
  }
}

/* mobile */
@media (max-width:576px){
  .yc-footer-call-no{
    font-size:19px;
  }

  .yc-footer-quick{
    flex-wrap:wrap;
    overflow-x:visible;
  }

  .yc-footer-quick .btn{
    flex:1 1 100%;
    width:100%;
  }

  .yc-footer-sns{
    flex-wrap:wrap;
  }

  .yc-footer-sns .small{
    width:100%;
    margin-left:0 !important;
    margin-top:6px;
  }
}

/* =========================================================
   SUBPAGE LAYOUT
========================================================= */

.yc-subpage{
  padding:40px 0 80px;
  background:#f8fafc;
}

/* =========================================================
   LNB (LEFT MENU)
========================================================= */

.yc-lnb{
  padding-right:6px;
}

.yc-lnb > *{
  background:#ffffff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 6px 20px rgba(0,0,0,0.04);
}

/* LNB HEAD (컬러 포인트 영역) */
.yc-lnb-head{
  background:linear-gradient(135deg,#1e88e5,#42a5f5);
  color:#fff;
  padding:28px 24px;
}

.yc-lnb-title{
  font-size:1.2rem;
  font-weight:600;
  margin:0;
}

.yc-lnb-desc{
  font-size:0.85rem;
  opacity:0.85;
  margin-top:6px;
}

/* LNB LIST */
.yc-lnb-nav{
  padding:10px 0;
}

.yc-lnb-list{
  list-style:none;
  margin:0;
  padding:0;
}

.yc-lnb-item{
  position:relative;
}

.yc-lnb-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 20px;
  color:#333;
  text-decoration:none;
  font-size:0.95rem;
  transition:all .2s ease;
}

.yc-lnb-link:hover{
  background:#f1f5f9;
  color:#1e88e5;
}

.yc-lnb-item.active > .yc-lnb-link{
  background:#eef6ff;
  color:#1e88e5;
  font-weight:600;
}

/* active 왼쪽 포인트 바 */
.yc-lnb-item.active::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:#1e88e5;
}

/* =========================================================
   CONTENT WRAP
========================================================= */

.yc-content{
  padding-left:6px;
}

.yc-content-wrap{
  background:#ffffff;
  border-radius:16px;
  padding:10px;
  box-shadow:0 6px 20px rgba(0,0,0,0.04);
}

/* =========================================================
   PAGEHEAD (상단 포인트 영역)
========================================================= */

.yc-pagehead{
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #e5e7eb;
}

.yc-pagehead-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-top:12px;
  flex-wrap:wrap;
  gap:20px;
}

.yc-pagetitle{
  font-size:1.9rem;
  font-weight:700;
  margin:0;
  color:#111827;
}

.yc-pagesub{
  margin-top:10px;
  color:#6b7280;
  font-size:0.95rem;
}

.yc-pagebadges .badge{
  font-size:0.75rem;
  padding:6px 12px;
}

.yc-pagehead-actions{
  margin-top:16px;
}

/* =========================================================
   CONTENT ELEMENTS
========================================================= */

.yc-section{
  margin-bottom:50px;
}

.yc-h2{
  font-size:1.3rem;
  font-weight:600;
  margin-bottom:16px;
}

.yc-p{
  line-height:1.7;
  color:#374151;
}

.yc-box{
  background:#f9fafb;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:20px;
  transition:all .2s ease;
}

.yc-box:hover{
  background:#f1f5f9;
  transform:translateY(-2px);
}

.yc-box-title{
  font-weight:600;
  margin-bottom:6px;
}

/* =========================================================
   TABLE STYLE
========================================================= */

.yc-table th{
  background:#f3f4f6;
  font-weight:600;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:991px){

  .yc-lnb{
    padding-right:0;
    margin-bottom:30px;
  }

  .yc-content{
    padding-left:0;
  }

  .yc-content-wrap{
    padding:28px;
  }

  .yc-pagetitle{
    font-size:1.5rem;
  }
}
/* =========================================
   LNB & CONTENT HEIGHT ALIGN
========================================= */

.yc-subpage .row{
  align-items:stretch;
}

.yc-lnb{
  display:flex;
}

.yc-lnb-wrap{
  display:flex;
  flex-direction:column;
  width:100%;
}

.yc-content{
  display:flex;
}

.yc-content-wrap{
  width:100%;
}

/* =========================================================
   SUBPAGE TOP SPACING (fixed-top header 보정 + 여백 확보)
========================================================= */

/* 헤더 높이(기본 72px) 기준으로 안전 패딩 */
:root{
  --yc-header-h: 72px;
  --yc-subpage-top-gap: 22px;  /* 추가 여백 */
}

/* 서브페이지 전체 상단 여백 증가 */
.yc-subpage{
  padding-top: calc(var(--yc-header-h));
}

/* pagehead가 너무 붙는 느낌 완화 */
.yc-pagehead{
  margin-top: 6px;
}
/* =========================================
   CONTAINER 1400 FIX
========================================= */

.yc-subpage .container{
  max-width: var(--yc-max);
}