@charset "UTF-8";
.img {
    width: 30px;
    margin-right: 10px;
}
body .main-layouts .right-layout .gnb-layout{
    width: 100%;
    height: 70px;
    align-items: center;
    background-color: white;
    margin: 0 auto;
    position: relative;
    min-width: 1000px;
}
.left-layout {
}
.gnb-container img {
    width: 80px;
    margin-top: 5px;
    cursor: pointer;
}
.gnb-container .right_side>div>img {
    width: 30px;
}
.gnb-container .right_side_profile>div>img {
    width: 35px;
}

.gnb-container .main_menu {
    padding: 15px 50px;
    cursor: pointer;
    display: flex;
    width: 100%;
    text-align: center;
    /*align-items: center;*/
}

.gnb-container .main_menu .item {
    padding: 0 10px;
    line-height: 35px;
    list-style: none;
    width: 150px;
}
.gnb-container .main_menu .item .item__name {
    color: #3F4444;
    font-size: 16px;
}
.gnb-container .main_menu .item .home {
    margin: 5px 10px 0 0;
    width: 20px;
}
/*.gnb-container .main_menu .item:hover .item__name {*/
/*    color: #CDDDFF;*/
/*}*/

.gnb-container .main_menu .item .item__contents {
    position: relative;
    left: 0;
    z-index: 9999;
}
.gnb-container .main_menu .item .item__contents .contents__menu > ul {
    padding: 20px 0;
    font-size: 15px;
}
.gnb-container .main_menu .item .item__contents .contents__menu > ul > li {
    width: auto;
    color: black;
    list-style: none;
}
.system_mngs{
    background-image: url("/img/main/budget.png");
}
.user_mngs{
    background-image: url("/img/main/card.png");
}
.display_none{
    display: none;
}
.display_block {
    display: block;
}
/*}*/


/**추가**/
.top-menu-container{
    display: flex;
    padding: 0 50px;
    /*align-items: center;*/
}
/*.gnb-container .main_menu .item:nth-of-type(1) {*/
/*    display: flex;*/
/*    padding: 0 26px;*/
/*}*/
.gnb-container .main_menu .item:nth-of-type(1)>.item__name {
    line-height: 35px;
    font-size: 15px;
}
.gnb-container .logout-area{
    margin-left: auto;
}
.menu-wrapper{
    width: 100%;
    z-index: 10;
}
.gnb-container>.left-layout>.program-list-background{
    width: 100%;
    height: 200px;
    background-color: white;
    z-index: 1;
    position: absolute;
    top: 70px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.visited_program{
    font-weight: bolder;
    color: #007fff;
}

.profile {
    list-style: none;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
}
.logout img {
    width: 30px;
    position: relative;
    top: 5px;
}
.gnb-container .main_menu .item {
    padding: 0 20px;
    line-height: 35px;
    list-style: none;
    position: relative;
}

/* 메뉴 항목 이름 스타일 */
.gnb-container .main_menu .item .item__name {
    color: black;
    position: relative;
    padding-bottom: 5px; /* 막대바가 들어갈 공간 확보 */
    font-weight: bold;
}

/* 마우스 오버 시 빨간 막대바 추가 */
.gnb-container .main_menu .item:hover .item__name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px; /* 막대바의 높이 */
    background-color: #EAE825; /* 막대바 색상 */
    animation: slide-in 0.3s forwards;
}
@keyframes slide-in {
    from {
        width: 0; /* 애니메이션 시작: 폭이 0 */
    }
    to {
        width: 100%; /* 애니메이션 종료: 폭이 100% */
    }
}
.gnb-container .main_menu .item.home-item .item__name::after {
    content: none; /* 홈화면에 막대바가 생기지 않도록 설정 */
}

/*모바일*/
.left-layout.mobile>.top-menu-container{display: flex;justify-content: space-between;height: 70px;}
.left-layout.mobile>.top-menu-container>.menu-open{height: 100%;width: 50px;background-color: white;}
.gnb-container>.menu-wrapper{height: 100%;width: 100%;background-color: white;}

.profile .multi-user {
    border: 1px #BBBBBB solid;
    padding: 4px 10px;
    background-color: #fff;
    position: fixed;
    border-radius: 5px;
}
.profile .multi-user li{
    list-style-type: none;
    border-bottom: 1px #BBBBBB solid;
}

.profile .multi-user li:nth-last-child(1) {
    border-bottom: 0;
}

.profile .multi-user.none{
    display: none;
}

.profile .multi-user span {
    color: #113569;
    font-size: 10px;
}
.profile .multi-user span.base {
    color: #113569;
}
.profile .multi-user span.pwd {
    color: #FF6C6C;
}
.login-menu{color: black}



/*quick-menu-style*/
.quick-menu-layout {
    height: 50px;
    background-color: rgb(63, 68, 68);
}

.quick-menu-layout > .quick-menu {
    height: 100%;
    width: 100%;
}

.quick-menu-layout > .quick-menu > .quick-menu-list {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-right: 100px;
    justify-content: right;
    font-size: 14px;
}

.quick-menu-layout > .quick-menu > .quick-menu-list > li {
    list-style: none;
    /*margin: auto 30px;*/
    color: rgb(234, 232, 37);
    padding: 0 20px;
    /*border-left: 1px solid rgb(234, 232, 37);*/
    border-right: 1px solid rgb(234, 232, 37);
    align-content: center;
    cursor: pointer;
}
.quick-menu-layout > .quick-menu > .quick-menu-list > li:first-child {
    border-left: 1px solid rgb(234, 232, 37);
}

/* 첫 번째와 마지막 항목을 제외한 모든 항목에 오른쪽 선 추가 */
.quick-menu-layout > .quick-menu > .quick-menu-list > li:not(:last-child) {
    border-right: 1px solid rgb(234, 232, 37);
}

.quick-menu-layout > .quick-menu > .quick-menu-list > li > img {
    max-width: 18px;
    max-height: 18px;
    margin-right: 10px;
}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}
@media screen and (max-width:1500px) {
    .gnb-container .main_menu .item .item__name {
        font-size: 14px;
    }
}
@media screen and (max-width:1340px) {
    .profile {
        font-size: 14px;
        width: 185px;
    }
    .gnb-container .main_menu .item {
        padding: 0;
    }
    .gnb-container .main_menu .item:nth-of-type(1) {
        padding: 0;
    }
}
@media screen and (max-width:960px) {
    .quick-menu-layout > .quick-menu > .quick-menu-list {
        display: flex; /* 플렉스 박스를 사용해 항목을 정렬 */
        justify-content: center; /* 메뉴 항목을 가운데 정렬 */
        padding: 0; /* 여백 제거 */
        margin: 0; /* 여백 제거 */
        list-style: none; /* 불필요한 리스트 스타일 제거 */
        font-size: 16px;
    }

    .quick-menu-layout > .quick-menu > .quick-menu-list > li {
        position: relative;
        flex: 1; /* 항목을 같은 크기로 나누기 */
        text-align: center; /* 텍스트를 가운데 정렬 */
        padding: 10px 0px; /* 적당한 좌우 여백 */
    }

    /* li 요소에 왼쪽 선을 추가하고 가운데 정렬 유지 */
    .quick-menu-layout > .quick-menu > .quick-menu-list > li::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0; /* 선을 왼쪽에 고정 */
        transform: translateY(-50%);
        width: 1px;
        height: 100%; /* 선의 높이를 100%로 설정 */
        background-color: black; /* 선 색상 */
    }

    /* 첫 번째 li의 왼쪽 선 제거 */
    .quick-menu-layout > .quick-menu > .quick-menu-list > li:first-child::before {
        display: none;
    }


}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
}

.carousel-item img {
    width: 100%;
    display: block;
}

.carousel > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}
.gnb-container.gnb-mobile{display: none;}
/*.prev {left: 10px;}*/
/*.next {right: 10px;}*/


@media screen and (max-width: 960px) {
    .quick-menu-layout>.quick-menu>.quick-menu-list{;padding:0;justify-content: center}
    .quick-menu-layout>.quick-menu>.quick-menu-list>li{margin: auto}

    .gnb-container.minwidth300.gnb-pc{display: none;}
    .gnb-container.gnb-mobile{
        display: block;
        width: 100vw;
        position: relative;
    }
    .gnb-container.gnb-mobile .top-menu-container{
        padding: 0;
    }
    .gnb-container.gnb-mobile .header{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }


    /*.gnb-container.gnb-mobile .header{*/
    /*    width:100%;*/
    /*    height:50px;*/
    /*    background:#ddd;*/
    /*}*/
    /*.gnb-container.gnb-mobile .menu_btn{*/
    /*    text-align:right;*/
    /*    padding:10px;*/
    /*}*/
    .gnb-container.gnb-mobile .menu_bg{
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.7);
        position:absolute;
        top:0;
        display:none;
    }
    .gnb-container.gnb-mobile .sidebar_menu{
        display: none;
        width:80%;
        background:#fff;
        position:absolute;
        top:70px;
        right: -100%;
        height: 100vh;
        z-index: 101;
    }
    .overlay {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 40;
        display: none;
}
    .item {
        border-bottom: 1px solid black;
    }
.menu-open .overlay {
display: block;
}
.gnb-container.gnb-mobile .menu_btn>img{
width:50px;
margin: 10px;
}
.gnb-container.gnb-mobile .menu_wrap{
list-style:none;
display: flex;
flex-direction: column;
text-align: center;
width: 100%;
font-size: 15px;
}
.gnb-container.gnb-mobile .menu_wrap li .item__name{
font-weight: bold;
width: 100%;
padding: 20px 0;
}
.gnb-container.gnb-mobile .menu_wrap li .item__name.on{
background-color: #3F4444;
color: rgb(234, 232, 37);
    font-weight: bold;

}
.gnb-container.gnb-mobile .menu_wrap li .contents__menu>ul>li>ul{
    padding: 15px 0;
    background-color:#FFFFE3 ;
}
.gnb-container.gnb-mobile .sidebar_menu .login-join{
display: flex;
justify-content: space-evenly;
text-align: center;
}
.gnb-container.gnb-mobile .sidebar_menu .login-join>div{
    font-size: 18px;
    border-top: 1px solid #3F4444;
    border-right: 1px solid #3F4444;
    border-bottom: 1px solid #3F4444;
    width: 100%;
    padding: 10px;
}
}
@media screen and (width: 916px) {
    .quick-menu-layout > .quick-menu > .quick-menu-list > li > img {
        width: 18px;
        height: 18px;
        margin-right:9px;
    }
}