@charset "UTF-8";

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

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

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

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

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

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

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

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

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

body, input, select, textarea, button {
    font-family: 'Poppins', 'Pretendard', sans-serif !important;
}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {
    background: #CD1A30;
}
.custom-icon-style-1:before {
    border-color: #CD1A30 !important;
}

.svg-fill-color-primary {
    fill: #CD1A30 !important;
}

.svg-stroke-color-primary {
    stroke: #CD1A30 !important;
}

.custom-testimonial-style-1.testimonial-with-quotes blockquote:before {
    color: #CD1A30;
}

.custom-btn-border-radius {
    border-width: 2px;
}

.divider.divider-primary.divider-small hr {
    background: #CD1A30;
}

.custom-accordion-style-1 > .card .card-header a:not(.collapsed) {
    background: #CD1A30;
}

.custom-thumb-info-style-1:hover h3 {
    color: #CD1A30 !important;
}
.custom-thumb-info-style-1:hover .thumb-info-wrapper {
    border-color: #CD1A30 !important;
}
.custom-nav-list-effect-1 > li.active > a, .custom-nav-list-effect-1 > li.open > a, .custom-nav-list-effect-1 > li:hover > a {
    color: #CD1A30 !important;
}

html body .tabs.tabs-simple .nav-tabs > li .nav-link.active,
html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover {
    border-top-color: #CD1A30;
    color: #CD1A30;
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs .nav-link.active,
html body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover,
html body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active,
html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover,
html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus {
    border-bottom-color: #CD1A30;
}

.custom-nav-list-effect-1 > li > a:before {
    border-top-color: #CD1A30;
}

.custom-accordion-style-1 > .card:hover .card-header a.collapsed {
    color: #CD1A30 !important;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color: #CD1A30;
    }
    #header .header-nav.header-nav-links nav > ul li:hover > a {
        color: #CD1A30;
    }
}

@media (min-width: 1200px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1500px;
    }
}

#sidebar a:hover {
    color: #ff5b5b !important;
}