@import url(fontawesome-all.min.css);
@charset 'utf-8';

@font-face {
    font-family: 'Pretendard-Thin';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Black';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'bootstrap-icons';
    font-style: normal;
    font-weight: 700;
    src: local('bootstrap-icons'), local('bootstrap-icons'), url(/fonts/bootstrap-icons/fonts/bootstrap-icons.eot);
    src: url(/fonts/bootstrap-icons/fonts/bootstrap-icons.eot?#iefix) format('embedded-opentype'), url(/fonts/bootstrap-icons/fonts/bootstrap-icons.woff2) format('woff2'), url(/fonts/bootstrap-icons/fonts/bootstrap-icons.woff) format('woff');
}

:root {
    /* --main-color: #3498db;
    --padding-size: 16px; */
    --slide-height: 40rem;
    --menu-hover-color: #ffc107;
}


body {
    color: #333 !important;
    font-size: 0.95rem !important;
    font-family: "Pretendard-Regular", sans-serif !important;
    line-height: 1.6 !important;
}

ol,
ul {
    padding-left: 0;
    list-style: none;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #4169e1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: unset;
    line-height: unset;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.child-menu {
    border-top: 0.063rem solid #eee;
}

.child-menu a {
    color: black;
}

.side-child-active {
    background-color: #eee;
}