:root{
  --gap-xxl: 32px;
  --gap-xl: 24px;
  --gap-lg: 20px;
  --gap-md: 16px;
  --gap-sm: 12px;
  --gap-xs: 8px;
}


.menu-ul li {
  margin-bottom: 10px; font-size: 1.1rem;
}

.board-view img {
  max-width: 900px !important;
}

.btn {
  border-radius: 0 !important;
  min-width: 100px;
}

/* 모바일 전용 */
@media (max-width: 576px) {
}

@media (min-width:992px) {
}


.layout-aboutus-col2 {
  display: grid; grid-template-columns: 210px 1fr; gap: 10px;
}

.layout-aboutus-col2 .aside-left {
  padding:50px 5px;
}

.layout-aboutus-col2 .title-wrap {
  display:flex; margin-bottom:50px; align-items: center;
}

.layout-aboutus-col2 .title-wrap .label {
  font-size: 28px; font-weight: 700; padding-left:8px;
}

.layout-aboutus-col2 .aside-left .menu-title {
  font-size: 21px; font-weight: 700; padding-left:5px; margin-bottom: 10px;
}

.layout-aboutus-col2 .aside-left .menu-title.active {
  color: #1a66ea;
}


.layout-aboutus-col2 .aside-left .menu-title a:hover {
  opacity: 0.6;
}

.support-main-copy {
  display: grid; grid-template-columns: 1fr 300px; align-items: center; justify-content: space-between; column-gap: 30px; padding: 50px 0; margin-bottom: 50px;
}

.support-main-copy .copy {
  font-size: 28px; font-weight: 700;
}

.support-main-copy .copy .force {
  color: #1a66ea;
}

.support-main-copy .question-box {
  width:300px; height:50px; border:1px solid #d1d1d1; border-radius: 30px; padding:10px;
}

.contents .info-wrap {
  display: grid; grid-template-columns: 1fr 300px; justify-content: space-between; column-gap: 30px; margin-bottom: 82px;
}

.contents .info-wrap .title-wrap {
  display: flex; justify-content: space-between; margin-bottom: 30px;
}

.info-wrap .title-wrap .title {
  font-size: 21px; font-weight: 700;
}

.info-wrap .title-wrap .more {
  font-size: 16px;
}

.info-wrap .use-info-wrap {
  display: grid; grid-template-columns: repeat(5,1fr); gap:10px;
}

.info-wrap .use-info-wrap .box {
  text-align:center; min-height: 120px; border: 1px solid #d1d1d1; border-radius: 6px; line-height: 120px; color: #1a66ea;
}

.info-wrap .notice-title-wrap {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px;
}

.info-wrap .notice-title-wrap .title {
  font-size: 21px; font-weight: 700;
}

.info-wrap .notice-box {
  border: 1px solid #d1d1d1; border-radius: 8px; padding:15px;
}

.info-wrap .notice-box-wrap {
  display: grid; grid-template-columns: auto 1fr auto; gap: 10px;
}

.info-wrap .notice-box-wrap .badge1 {
  background-color: rgba(232,73,78, 0.2); border-radius: 6px; padding: 0 8px;
}

.info-wrap .notice-box-wrap .badge2 {
  background-color: rgba(26,102,234, 0.2); border-radius: 6px; padding: 0 8px;
}

.contents .faq-title-wrap {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px;
}

.contents .faq-title-wrap .title {
  font-size: 21px; font-weight: 700;
}

.contents .faq-tabs-wrap {
  display: flex; align-items: center;
}

.contents .faq-tabs-wrap .tab {
  font-size: 18px; flex: 1; text-align: center; padding: 4px 0; border-bottom: 2px solid #d1d1d1; margin-bottom: -2px;
}

.contents .faq-tabs-wrap .tab.active {
  border-bottom: 2px solid #1a66ea;
}

.contents .faq-body-layout {
  margin-bottom: 100px;
}

.contents .faq-body-wrap {
  display: flex; height: 80px; border-bottom: 1px solid #d1d1d1; align-items: center;
}

.contents .faq-body-wrap .no {
  width:84px; font-size: 32px; font-weight: 700; text-align:center;
}

.contents .faq-body-wrap .text {
  padding-left:20px;
}

.contents .banner-wrap {
  display: grid; grid-template-columns: 1fr 1.4fr; background-color: #f4f4f4; align-items: center; padding: 30px 0; border-radius: 8px;
}

.contents .banner-wrap .copy {
  font-size: 21px; font-weight: 700; padding-left:60px;
}

.contents .banner-wrap .icon-wrap {
  display: flex; align-items: center;
}

.contents .icon-wrap .item {
  flex:1; border-right: 1px solid #d1d1d1; text-align:center;
}

.contents .icon-wrap .item:last-of-type {
  border-right: none;
}

.contents .guide-title-wrap {
  margin-bottom: 56px;
}

.contents .guide-title-wrap .title {
  font-size: 21px; font-weight: 700; margin-bottom: 20px;
}

.contents .guide-title-wrap .text {
  font-size: 16px;
}


.link-btn {
  border: none; background: none; font-size: 16px; font-weight: 600;
}

.link-btn.active {
  color: #1a66ea;
}


/* ============ 반응형: 태블릿 (≤ 992px) ============ */
@media (max-width: 992px) {
  .support-main-copy {
    flex-direction: column;
    align-items: flex-start;
  }

}

/* ============ 반응형: 모바일 (≤ 576px) ============ */
@media (max-width: 576px) {
  .support-main-copy .copy {
    grid-column: span 2;
    font-size: 22px;
  }

  .submenu-icon {
    display: block !important;
    font-size: 1.6rem;
    position: fixed; top: 80px; right: 20px; z-index:9;
  }

  .layout-aboutus-col2 {
    grid-template-columns: 1fr;       /* 1열 스택 */
    row-gap: 0;
  }

  .layout-aboutus-col2 .aside-left {
    order: 1;
    padding: 10px 5px;
  }

  .layout-aboutus-col2 > main {
    order:2;
  }

  .layout-aboutus-col2 .title-wrap {
    margin-bottom:0;
  }

  .layout-aboutus-col2 .support-sub-menu {
    display:none;
    position: fixed; top: 120px; right: 10px; z-index:9; background-color: #fff; border: 1px solid #d1d1d1; border-right: none; padding:10px;
    /*font-size: 21px; font-weight: 700; padding-left:5px; margin-bottom: 10px;*/
  }

  .layout-aboutus-col2 .aside-left .menu-title {
    font-size: 1.1rem; font-weight: normal; padding-left:5px; margin-bottom: 5px;
  }

}


/* 이용약관 */

.terms-section-title {
  font-size: 21px;
  margin-bottom: 60px;
  font-weight: 700;
}

/* 상단 레이아웃 (좌: 버튼 / 우: 여백 or 설명) */
.terms-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  margin-bottom: 20px;
}

/* 버튼 리스트 영역 */
.terms-links-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.terms-links-list li {
  /* 필요하면 여기에 li 관련 여백 추가 가능 */
}

/* hr 대체 구분선 */
.terms-divider {
  border: 0;
  border-top: 2px solid #111;
  margin-bottom: 30px;
}

/* 본문 내용 박스 */
.terms-content-box {
  border: 1px solid #ddd;
  padding: 20px;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 1.6;
}

/* =============================
 * 반응형
 * ============================= */

/* 태블릿 이하 */
@media (max-width: 992px) {
  .terms-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .terms-links-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terms-section-title {
    margin-bottom: 40px;
  }
}

/* 모바일 */
@media (max-width: 576px) {
  .terms-links-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .terms-section-title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .terms-content-box {
    padding: 16px;
    font-size: 13px;
  }
}



/* 오시는길 */
.section-divider {
  width: 100%;
  height: 2px;
  background-color: #333;
  margin-bottom: 40px;
}

.map-section-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 10px;
  margin-bottom: 50px;
  align-items: stretch;
}

.map-box {
  min-height: 427px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.map-info {
  font-size: 14px;
  line-height: 1.6;
}

.map-info-label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}

.map-info-row {
  margin-bottom: 6px;
}

.map-info-row span.label {
  display: inline-block;
  font-weight: 600;
  margin-right: 4px;
}

/* =============================
 * 반응형
 * ============================= */

/* 태블릿 이하 */
@media (max-width: 992px) {
  .map-section-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .map-box {
    min-height: 320px;
    font-size: 16px;
  }
}

/* 모바일 */
@media (max-width: 576px) {
  .map-box {
    min-height: 260px;
    font-size: 15px;
  }

  .map-info-label {
    font-size: 15px;
  }

  .map-info {
    font-size: 13px;
  }
}
