@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&family=Source+Sans+3:wght@300;400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    scroll-behavior: smooth;

}
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Noto Sans KR", sans-serif;
}
body {
    background-color:#EEE;
}

.pt {
    background-color: #2e2e2e;
    color: white;
    margin-top: 103px;
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    justify-content: center;
}

.container-inner {
    width: 900px;
}

.topnav {
    background-color: #2e2e2e;
}
.pageTitle h2 {
    font-weight: 500;
    margin: 0;
    padding: 30px 0 0;
}
.pageTitle h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 10px 0 20px;
    padding: 0;
    letter-spacing: 0.1rem;
}

section.subMenu, section.subMenu2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 80px 0 100px;
}

.subMenu a {
    padding: 5px 20px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
}

.subMenu a:hover {
    border-bottom: crimson 3px solid;
    margin-bottom: 0px;
}
.subMenu2 a {
    padding: 5px 20px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
    color: #2e2e2e;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2px;
}

.subMenu2 a:hover {
    border-bottom: crimson 3px solid;
    margin-bottom: 0px;
}

section#slogan{
    width: 640px;
    margin: 0 auto;
}

section#slogan h1 {
    font-size: 43px;
    font-weight: 300;
    color: crimson;
}
section#slogan h2 {
    font-size: 25px;
    font-weight: 300;
}

footer {
    margin-top: 80px;
    font-size: 0.8rem;
    border-top: #ddd 1px solid;
    padding: 40px 0 0 20px;
    color: #999;
}

footer img.sm {
    max-height: 16px;
}


footer img.is {
    height: 16px;
    margin: 7px 5px;
}

footer > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

footer h3, h5 {
    color: crimson;
    margin: 0;
}

.footer-eng {
    margin: 20px 0 20px;
}

footer > div > div:last-child {
    flex-basis: 350px;
    height: 230px;
    background-image: url(../images/circle.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
    color: #999;
    padding: 10px;
    font-size: 0.7rem;
}
div.footer-icons {
    font-size: 1.1rem;
}
div.footer-icons i {
    margin: 0 3px;
}


ul.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

ul.pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 3px;
    margin: 0;
}

ul.pagination li.active {
    background-color: lightblue;
}

ul.pagination li:hover {
    background-color: #EEE;
}

.admin-div-del {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-red {
    color: crimson;
}
