/* BASIC css start */
/**/
#footer .foot_bottom, #bbsData .bbs-link-top, #bbsData .bbs-link-btm, .bbs-table-list table thead, .top-banner
{
    display: none !important;
}
#footer
{
    margin-top: 0px;
}

/* subpage NAV */
.item_icon
{
    position: relative;
}

.item_icon > div::after 
{
    content: "";
    position: relative;
    right: -45px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgb(186 188 191);
}

.page_title1:after 
{
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #828282;
    margin: 12px 0 0;
}

.menu-item 
{
    position: relative;
    transition: all 0.3s ease;
    font-size: 17px;
    color: #333333;
}

.menu-item:hover {
    color: #2E3192;
}

.menu-item.active {
    color: #2E3192;
    font-weight: 700;
}

.menu-item.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #2E3192;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #9ca3af;
}
        
/* tailwind CSS + Custom */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* 
{
    font-family: "Pretendard", "Pretendard Variable", sans-serif !important;
}

/* BASIC css end */

