.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;
}

/* @import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css'); */
@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    /* src: url('https://hdest.co.kr/font/NanumSquareNeo-Variable.woff2') format('woff2'); */
    /* src: url('https://hdest.co.kr/font/NanumSquareNeo-Variable.woff2') format('font-woff2'); */
    /* src: url('https://hdest.co.kr/font/NanumSquareNeo-Variable.woff2') format('woff2-variations'); */
    font-weight: normal;
    font-style: normal;
}

/* @import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css'); */


body {
    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;
 
} */