@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');

body {
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/* */

.container {
    max-width: 1720px !important;
}

.site-nav > ul > li > a {
    font-weight: 600;
}

/* */

.lst-drop {
    max-width: 1200px;
    margin: 0 auto;
}

.lst-drop.two-column {
	display: grid;
	grid-template-columns: 1fr 1fr; /* 2단으로 나눔 */
	gap: 10px 20px; /* 간격 설정 */
	list-style: none;
	padding: 0;
}

.lst-drop.two-column li {
	margin-bottom: 10px;
    padding-bottom: 0;
    /* border-bottom: 1px solid #d9d9d9; */
}

.lst-drop.two-column li a {
    font-weight: 600;
}

.lst-drop.two-column li a:hover {
    text-decoration: underline !important;
}

.lst-fir li:nth-child(1) {
	margin-bottom: 10px;
    padding-bottom: 0;
    /* border-bottom: 1px solid #d9d9d9; */
}

.lst-fir li a:hover {
    text-decoration: underline !important;
}

.lst-fir li {
	margin-bottom: 10px;
    padding-bottom: 0;
}

span.dropdown-toggle {
    font-weight: 600;
}

.dropdown-menu.lst-fir {
    border: 0 !important;
    background-color: transparent !important;
}