/*
Theme Name: 위례(2025.1)
Author: JHAK
Version: 1.0
*/

// @import url('https://fonts.googleapis.com/css?family=Song+Myung:400');
@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans:400');
// @import url('https://fonts.googleapis.com/css?family=Gothic+A1:100,600,700');

.container {
    max-width: 1000px;
}

.site-name {
    // font-family: 'Gothic A1', sans-serif; /* 가독성 높은 한국어 폰트 */
    font-family: 'Black Han Sans', sans-serif; /* 가독성 높은 한국어 폰트 */
    // font-family: 'Song Myung', sans-serif; /* 가독성 높은 한국어 폰트 */
    // font-family: 'Noto Sans KR', sans-serif; /* 가독성 높은 한국어 폰트 */
    // font-family: 'Times New Roman', serif;
    font-size: 2.5rem;
    font-weight: 400;
    // color: #2c3e50; /* 진한 네이비 블루 */
    // color: #6c757d !important;
  }
.footer {
    text-align: center;
    padding: 20px 0;
    color: #666;
}
.section-title {
    text-align: center;
    // margin: 20px 0;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.25em;
    // color: #555;
    color: #b589a7;
    font-weight: 500;
}
.section-title.document {
    text-align: center;
    // margin: 20px 0;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1.25em;
    // color: #555;
    color: #b589a7;
    font-weight: 500;
}
a {
    // color: black;
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: inherit;
}

.badge {
    font-size: 0.9em;
    font-weight: 100;
    transition: transform 0.1s ease; /* 부드러운 크기 변화 */
}
.badge:hover {
    // font-weight: bold;
    transform: scale(1.08); /* 크기를 5%만 확대 */
}
.my-list-group-item1 {
    padding-top: 0.2em !important;
    padding-bottom: 0.2em !important;
}
.my-list-group-item1 a {
    font-size: 0.95em !important;
}
.btn {
    transition: all 0.1s ease !important;
}

.wp-login-register {
    display: none !important;
}
h1.login a {
    font-size: 30px !important;
}
.docs.card-header {
    // transition: background-color 0.3s ease, color 0.3s ease; /* 부드러운 전환 효과 */
    // color: white;
    // background-color: #555 !important;
    font-size: 1.1em;
    padding: 3px !important;
    // background-color: #777;
}
.docs.card-header:hover {
    // background-color: #ccc !important; /* 배경색 변경 (어두운 회색) */
    // background-color: #343a40 !important; /* 배경색 변경 (어두운 회색) */
    // color: #ffffff !important; /* 텍스트 색상 변경 (흰색) */
    // text-decoration: underline; /* 텍스트 밑줄 추가 */
    cursor: pointer; /* 포인터 커서 */
}
.btn-warning:hover {
    background-color: #fdab14 !important;
}
.siteHeader{
    position: relative;
    border-bottom: 1px solid #fff; /* 기본 border-bottom */
    background-color: #cacfb033;
}

.siteHeader:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* 그림자의 높이 */
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); /* 그림자 효과 */
}
.sectionHeader {
    color: #b589a7;
}

:root {
    --custom-color-1: #ff5733; /* 커스텀 색상 1 */
    --custom-color-2: #33c1ff; /* 커스텀 색상 2 */
    --custom-gray-100: #f8f9fa;
    --custom-gray-200: #e9ecef;
    --custom-gray-300: #dee2e6;
    --custom-gray-400: #ced4da;
    --custom-gray-500: #adb5bd;
    --custom-gray-600: #6c757d;
    --custom-gray-700: #495057;
    --custom-gray-800: #343a40;
    --custom-gray-900: #212529;
  }

  .bg-gray-400 {
    background-color: var(--custom-gray-400);
  }

  .bg-gray-500 {
    color: var(--custom-gray-500);
  }

  .bg-gray-600 {
    color: var(--custom-gray-600);
  }

  .bg-gray-700 {
    color: var(--custom-gray-700);
  }
  .bg-darkgray {
    background-color: #555;
  }
  .bg-green {
    background-color: #00d084;
  }
  .bg-issue {
    background-color:  #ff6a0096;
  }
  .bg-etc {
    background-color: #8ed1fc;
  }
  .bg-lib {
    background-color: #7bdcb5;
  }
  .bg-ddd {
    background-color: #ccc;
  }

  .text-darkgray {
    color: #555;
  }
  .text-gray-400 {
    color: var(--custom-gray-400);
  }

  .text-gray-500 {
    color: var(--custom-gray-500);
  }

  .text-gray-600 {
    color: var(--custom-gray-600);
  }

  .text-gray-700 {
    color: var(--custom-gray-700);
  }

  .text-darkgray {
    color: #555;
  }

/* 댓글에 첨부된 이미지 폭 조절 */
.dco-attachment-gallery p {
  width: 40% !important;
}


@media (max-width: 768px) { /* 화면 너비가 768px 이하일 때 */
    .mobile-hide {
        display: none !important; /* 요소 숨기기 */
    }
    .mobile-sm {
      font-size: 1.2em !important;
    }
}

span.badge.sm-margin  {
  margin: 2.5px !important;
}