@font-face {
    font-family: 'Paperlogy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,video,source,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    line-height: 1.5;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden; /* 전체 페이지 스크롤 방지 */
    width: 100%;
    height: 100%;
}

button{
    border: none;
}

button:disabled{
    opacity: 0.5;
    cursor: no-drop;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.div_container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.select_style {
    /* 기본 스타일 제거 */
    -webkit-appearance: none;  /* 크롬, 사파리, 엣지 */
    -moz-appearance: none;     /* 파이어폭스 */
    appearance: none;
    outline: none;
    width: 100%;
    display: flex;
    height: 40px;
    padding: 12px 8px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: var(--Radius-Input, 4px);
    border: 1px solid var(--Color-Base-Gray40, #B7B7B7);
    background: var(--White, #FFF);
    color: var(--Base-Text-Main, #333D4B);
    background-image: url("/assets/icons/icon_triangle_down.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 50%;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%; /* 14px */
}

/*테이블*/
.table {
    width: 100%;
    user-select: text;
}
.table_bordered {
    border: 1px solid var(--Color-Base-Gray20, #E8E8E8);
}
.table_bordered tbody>tr>th, .table_bordered thead>tr>th{
    background: #F5F5F5;
}
.table_bordered tbody>tr>td, .table_bordered thead>tr>td{
    background: #ffffff;
}
.table_bordered tbody>tr>th, .table_bordered tbody>tr>td,
.table_bordered thead>tr>th, .table_bordered thead>tr>td{
    border: 1px solid var(--Color-Base-Gray20, #E8E8E8);
}
.table tbody>tr>th, .table tbody>tr>td,
.table thead>tr>th, .table thead>tr>td{
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    color: var(--Color-Base-Gray70, #555);
    vertical-align: middle;
}

.table_diopter {
    border: 1px solid var(--Status-Stroke, #E1E1E1);
}
.table_diopter tbody>tr>th, .table_diopter thead>tr>th{
    background: var(--Blue5, #F3F4F9);
}
.table_diopter tbody>tr>td, .table_diopter thead>tr>td{
    background: #ffffff;
}
.table_diopter tbody>tr>th, .table_diopter tbody>tr>td,
.table_diopter thead>tr>th, .table_diopter thead>tr>td{
    border: 1px solid var(--Status-Stroke, #E1E1E1);
}
.table thead>tr>th{
    padding: 12px 24px;
    text-align: center;
    vertical-align: middle;
    color: var(--Base-Text-Main, #333D4B);
    font-size: 15px;
    font-weight: 700;
    line-height: 110%; /* 16.5px */
}
.table tbody>tr>th{
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 16px;
    text-align: center;
    vertical-align: middle;
    color: var(--Base-Text-Main, #333D4B);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%; /* 14px */
}
.table tbody>tr>th span{
    margin-top: 4px;
    text-align: center;
    vertical-align: middle;
    color: var(--Base-Text-Sub, #9696A1);
    font-size: 12px;
    font-weight: 500;
    line-height: 100%; /* 14px */
}
.table tbody>tr>td, .table thead>tr>td{
    padding: 8px 16px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    color: var(--Base-Text-Main, #333D4B);
}


/* 모달 */
@keyframes slide-up {
    from {
        transform: translateY(200px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/*메인 슬라이드*/
.splide__arrow{
    display: none !important;
}
.splide__pagination{
    display: flex !important;
}
.splide__slide{
    width: 100%;
}
.splide__pagination__main::-webkit-scrollbar {
    display: none;
}
