.sound_only {
    display: none;
}

.col-sub-eng-01 {
    font-size: 0.7rem;
    color: darkblue
}

.btn {
    border: 0px !important;
}

.btn-primary {
    background-color: darkblue !important;
}

.fa {
    font-size: 1.5rem !important;
    opacity: 0.8;
}

/* 재정의 */
.btn-md {
    font-size: 0.96rem !important;
}


@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
} */

/* @import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css'); */


body {
    font-family: 'Pretendard-Regular' !important;
    /* font-family: 'NanumSquareRound' !important; */
    /* font-family: 'NanumSquareNeo-Variable' !important; */
    /* font-family: 'NanumSquare' !important; */
    /* font-family: 'NanumBarunGothic' !important; */
}


.pg_wrap {
    border: 1px solid #dfdfdf;
    text-align: center;
    border-radius: 12px;
    padding: 12px;
}

.pg_wrap a {
    padding: 7px;
    border-radius: 7px;
}

.pg_wrap a:hover {
    background-color: #d4dff0;
}


.sch_word {
    color: #03165d;
    /* background-color: rgba(101, 117, 139, 0.1); */
    /* padding-left: 3px;
    padding-right: 3px; */
    border-radius: 5px;
}

/* 현재페이지 */
.pg_current {
    padding-left: 10px;
    padding-right: 10px;
    color: #0056a3;
}


/* #hd_pop {
    position: absolute;
    border: 1px solid gray;
    box-shadow: 12px 12x 12px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    background-color: white;
    padding: 0px;
} */

.msg_sound_only,
.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important
}



/* 최대 높이를 수정해야한다.  */
.modal-box {
    max-height: calc(100vh - 2em) !important;
}

.modal-box table {
    zoom: 0.9;
}

#bo_v_con {}


.lt_title {
    font-size: 1.2rem !important;
    font-weight: bold !important;
    color: #0056a3 !important;
    padding: 1.2rem 0 !important;
    border-bottom: 3px dotted #dfdfdf !important;
}

.lt_title::before {
    content: "✨ ";
}

/* textarea#wr_content  {
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    resize: none;
 
} */

#ctt_con {
    padding: 1.2rem;
    text-align: justify;
}

#ctt_con p {
    margin-bottom: 0.7em;
    padding-bottom: 0.7em;
}

#wr_content {
    /* border: 2px solid #dfdfdf; */
    border: 1px solid;
    border-color: var(--fallback-bc, oklch(var(--bc) / .2));
    padding: 14px;
    border-radius: 7px;
}

/* 쓰기폼 아래 아이콘들... */
.write_div i {
    opacity: 0.5;
}

/* 파일첨부부분 너무 따닥 붙어있는 것 같아서...  */
input.fileName {
    padding: 7px;
    margin: 3px 0px;
}



#cal {
    /* min-width: 700px */
    width: 100%;
}

#cal th {
    /* background-color: antiquewhite; */
    /* font-weight: bold; */
}

#cal th,
#cal td {
    border: 1px solid #000;
    /* width: 200px !important; */
}

#cal td {
    /* height: 90px; */
    padding: 0px;
    text-align: center;
}

@media print {
    #cal td {
        padding: 0px;
    }
}

#cal th {
    padding: 2px;
}

/* 첫번째 th 에는 붉은 배경을, 여섯번쨰 th에는 푸른 배경을 넣도록 */
#cal th:first-child {
    /* background-color: #ffcccc; */
}

#cal th:nth-child(7) {
    /* background-color: #cce5ff; */
}

.no-print {
    @media print {
        display: none;
    }
}

@media print {
    @page {
        size: A4 landscape;
        /* 또는 원하는 종이 크기 및 orientiation */
        margin: 10mm;
        /* 원하는 마진 */
        /* orientation: landscape; */
    }
}


#bo_v_img img {
    border: 2px solid black;
}



#support_mb>#suggestions {
    border: 1px solid #ccc;
    margin-top: 5px;
    width: 300px;
    display: none;
    background-color: white;
    padding: 12px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* 처음에는 숨김 */
}

#support_mb>.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

#support_mb>.suggestion-item:hover {
    background-color: #f0f0f0;
}

:root {
    scrollbar-color: #b0b0b0 #f0f0f0 !important;
}

html,
body,
* {
    scrollbar-width: thick !important;
    scrollbar-color: #b0b0b0 #f0f0f0 !important;
}

*::-webkit-scrollbar {
    width: 20px !important;
    background: #f0f0f0 !important;
}

*::-webkit-scrollbar-thumb {
    background: #b0b0b0 !important;
    border-radius: 10px !important;
}



#bo_cate_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem;
    list-style: none;
    align-items: flex-start;
}

#bo_cate_ul>li {
    /* 줄바꿈 시 높이 보장 */
    min-width: 0;
    flex: 0 1 auto;
}

#bo_cate_ul>li>a {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background-color: #f0f0f0;
    /* margin-bottom, margin-right 제거 (gap으로 대체) */
}

#bo_cate_on {
    background-color: #0056a3 !important;
    color: white;
}



.cs-table>table {
    border-collapse: collapse;
    width: 100%;
}

.cs-table>th,
.cs-table>td {
    padding: 1px;
    border: 1px solid black;
}