/* 나눔바른고딕 옛한글 */
@font-face
{
    font-family: 'NanumBarunGothicYetHangul';
    src: url(/inc/NanumBarunGothic-YetHangul.eot);
    src: url(/inc/NanumBarunGothic-YetHangul.eot?#iefix) format("embedded-opentype"), url(/inc/NanumBarunGothic-YetHangul.woff2) format("woff2"), url(/inc/NanumBarunGothic-YetHangul.woff) format("woff"), url(/inc/NanumBarunGothic-YetHangul.ttf) format("truetype");
    font-display: swap;
}

/* 한글 폰트 */
.ko-text
{
    font-family: 'Nanum Gothic', 'serif';
}
.ko-past-text
{
    font-family: 'NanumBarunGothicYetHangul', 'serif';
}

/* 가로 아이템 스크롤 */
.scroll-v
{
    position: relative;
}
.scroll-v:after
{
    content: "";
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(to right,rgba(255,255,255,0)0,var(--bs-app-wrapper-bg-color) 100%);
    will-change: opacity;
    pointer-events: none;
}
.scroll-v > .scroll-v-list
{
    overflow-x: auto;
}
.scroll-v > .scroll-v-list::-webkit-scrollbar
{
    height: 10px !important;
}
.scroll-v > .scroll-v-list::-webkit-scrollbar-thumb
{
    background-color: #5fb4ff !important;
    border-radius: 10px !important;
}
.scroll-v > .scroll-v-list::-webkit-scrollbar-track
{
    background-color: #e8f5ff !important;
}
.scroll-v > .scroll-v-list > .row
{
    flex-wrap: nowrap;
    width: 100%;
}