@charset "UTF-8";

* {
    font-family: "Pretendard", sans-serif;
    line-height: 1.5;
    color: #050505;
}

.inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
}

.inner-lg {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 16px;
}

.inner-np {
    max-width: 1400px;
    margin: 0 auto;
}

.active {
    color: #fff;
    background: #2764FF;
}

.inactive {
    color: #598AFF;
    background: #D9E4FF;
}

/* silder */
.silders {
    position: relative;
}

.slick-dots li button:before {
    color: #000; /* 도트 색상 */
    font-size: 40px !important; /* 도트 크기 조정 */
}

.slick-dots li[role="presentation"] {
    width: 10px !important; /* 슬라이더 도트 간격 */
}

/* font */
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}