.elementor-kit-4232{--e-global-color-primary:#7A7A7A;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-color-5b3b045:#527EC8;--e-global-typography-primary-font-family:"Noto Sans KR";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans KR";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans KR";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans KR";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;font-family:"Noto Sans KR", noto sans kr;}.elementor-kit-4232 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4232 a{font-family:"Noto Sans KR", noto sans kr;}.elementor-kit-4232 h1{font-family:"Noto Sans KR", noto sans kr;}.elementor-kit-4232 h2{font-family:"Noto Sans KR", noto sans kr;}.elementor-kit-4232 h3{font-family:"Noto Sans KR", noto sans kr;}.elementor-kit-4232 h4{font-family:"Noto Sans KR", noto sans kr;}.elementor-kit-4232 h5{font-family:"Noto Sans KR", noto sans kr;}.elementor-kit-4232 h6{font-family:"Noto Sans KR", noto sans kr;}.elementor-kit-4232 button,.elementor-kit-4232 input[type="button"],.elementor-kit-4232 input[type="submit"],.elementor-kit-4232 .elementor-button{font-family:"Noto Sans KR", noto sans kr;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 상단 메뉴바 스타일링 */
.navbar {
    display: flex;
    justify-content: space-around;
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    position: relative;
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar ul li {
    position: relative;
}

.navbar ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    display: block;
}

.navbar ul li:hover > ul {
    display: block; /* 서브 메뉴가 나타남 */
}

.navbar ul li ul {
    display: none; /* 기본적으로 숨겨짐 */
    position: absolute;
    top: 100%; /* 상단 메뉴 아래로 배치 */
    left: 0;
    background-color: #444;
    width: 200px; /* 서브 메뉴 너비 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navbar ul li ul li {
    display: block;
    padding: 5px 10px;
}

.navbar ul li ul li a {
    color: #fff;
}/* End custom CSS */