@charset "utf-8";
:root {
    --main_color : #109fe6;
    --main_dark_color : #30328E;
    --col_white : #FFFFFF;
    --col_black : #333333;
    --col_gray : #999999;
    --box-color : #dddddd;
    --col-bg-gray : #F5F6F7;
    --col-bg-sky-blue : #EDF4FA;
    --col-border-2 : #DDDDDD;
    --col-border-3 : #E2E5EA;
}
* { margin:0;padding:0;}
body,div,dl,dt,dd,ul,ol,li,p,td,input,textarea,button,a,option { font-weight: normal;}
/*공통정의*/
body{
    direction: 0.5s;
    min-width: 1176px;
}
a:hover {text-decoration: none; }
#loading { display: none;}
.c_gray { color: var(--col_gray);}
.c_blue { color: var(--main_color);}


/* header */
header.wrap-header {
    width: 100%;
    height: 73px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--col-border-3);
    position: sticky;
    left: 0;
    top: 0;
    background-color: var(--col_white);
    z-index: 100;
}
header.wrap-header .wrap-header-container {
    width: 100%;
    max-width:1176px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 24px;
    align-items: center;
    height: 100%;
}

header.wrap-header .inner-header-menu {
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: auto;

}
header.wrap-header .wrap-header-logo {
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}
header.wrap-header .wrap-top-menu {
    display: flex;
    flex-direction: row;
    flex: 1 1 0%;
    align-items: center;
    justify-content: space-between;
}

header.wrap-header .nav-item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.15rem;
    font-weight: 700;
    height: 73px;
    padding: 0 0.73rem;
    color: var(--col_black);
}
header.wrap-header .nav-item-icon {
    height: 28px;
    width: 28px;
}
header.wrap-header .nav-item-link:hover,header.wrap-header .wrap-top-menu-item.on button.nav-item-link {
    color: var(--main_color) !important;
}

header.wrap-header .wrap-top-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-left: 48px;
}

header.wrap-header .nav-children {
    display: none;
}

header.wrap-header .nav-children .nav-children-container {
    display: flex;
    flex-direction: row;
    width: 1176px;
    margin: 0 auto;
    padding: 40px 24px 64px;
    box-sizing: border-box;
    gap: 24px;
}
header.wrap-header .nav-children .nav-children-container .nav-children-banner {
    width: 40%;
    display: flex;
    flex-direction: column;

}
header.wrap-header .nav-children .nav-children-container .nav-children-content {
    display: flex;
    flex-direction: row;
    width: 60%;
    box-sizing: border-box;
    gap: 24px;
    & .nav-children-items {
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-size: 14px;
        width: 142px;
        & .nav-children-title {
            font-weight: 700;
            color: var(--col_black);
        }
        & .nav-item-link {
            font-size: 14px;
            height: auto;
            padding: 0;
            font-weight: 500;
            justify-content:start;
        }
    }
}

header.wrap-header .wrap-top-menu-item:hover .nav-children {
    display: block;
    position: absolute;
    left: 0;
    top: 73px;
    height: auto;
    background-color: var(--col_white);
    border-bottom: 1px solid var(--col-bg-sky-blue);
    width: 100%;
}

/* myinfo style */
#wrap-myinfo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--col-bg-sky-blue);
    & .wrap-myinfo-container {
        display: flex;
        flex-direction: row;
        gap: 12px;
        padding: 0 12px;
        box-sizing: border-box;
        max-width: 1176px;
        width: 100%;
        margin: 0 auto;
        align-items: center;

        & h5 { margin: 0; padding: 0;}
        & .wrap-myinfo-btns {
            display: flex;
            flex-direction: row;
            gap: 6px;
            margin-left: auto;
            font-size: 11px;
        }
    }
}
/* footer style */
footer {
    width: 100%;
    height: auto;
}
footer .wrap-footer-container {
    width: 1176px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: start;
    padding: 12px 0;
    & .wrap_foot_head {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 16px;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid var(--col_gray);
        padding: 12px 16px;
        box-sizing: border-box;
        background-color: var(--col-bg-sky-blue);

        & ul {
            display: flex;
            flex-direction: row;
            gap: 16px;
        }
    }
    & .wrap_foot_body {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 24px;
        & .wrap_foot_body_inner {
            display: flex;
            flex-direction: column;
            gap: 4px;

            font-size: 14px;
            justify-content: start;
        }
    }
}


#wrap {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 24px 0;

}

/* left menu */
#wrap_left_menu {
    position: sticky;
    top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px 0;
    box-sizing: border-box;
    & .inner-left-menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        & .left_menu_title {
            width: 100%;
            display: flex;
            align-items: center;
            border-bottom: 1px solid var(--col-border-3);
            background-color: var(--main_dark_color);
            border-radius: 12px;
            padding: 24px 16px;
            box-sizing: border-box;
            & span {
                font-size: 1.25rem;
                font-weight: 600;
                color: var(--col_white);
            }
        }
        & .left_sub_menu {
            display: flex;
            flex-direction: column;
            border-radius: 12px;
            margin: 12px 0;
            overflow: hidden;
            padding: 0;
            & li {
                display: flex;
                flex-direction: row;
                list-style: none;
                box-sizing: border-box;
                align-items: center;
                padding: 12px 16px;
                background-color: var(--col-bg-gray);
                border-bottom: 1px solid var(--col-border-3);
                &:last-child {
                    border: none;
                }
                & a {
                    color: var(--col_black);
                    font-weight: 500;
                    font-size: 14px;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    box-sizing: border-box;
                }
                &:hover {
                    background-color: var(--main_color);
                    & a {
                        color: var(--col_white);
                    }
                }
            }
        }
    }
}

/* right quick menu */
#quickmenu {
    position: sticky;
    top: 80px;
    box-sizing: border-box;
    border: 1px solid var(--col-border-3);
}
/* center css */
.box_body_center {
    padding: 48px 0;
    box-sizing: border-box;
    & .sub-title {
        padding: 16px 12px;
        height: auto;
        margin: 0;
        box-sizing: border-box;
        border-bottom: 1px solid var(--col-border-3);
    }
}

#btn_top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 10;
}

/* table style */
.tbl_normal {
    width: 100%;
    font-size: 12px;
    margin: 0;
    padding: 0;
    border-top: 2px solid var(--main_color);
    border-left: 1px solid var(--col-border-3);
    & th {
        font-size: 12px;
        text-align: center;
        padding: 8px 12px;
        background-color: var(--col-bg-sky-blue);
        color: var(--col_black);
        font-weight: 600;
        border-bottom: 1px solid var(--col-border-3);
        border-right: 1px solid var(--col-border-3);
    }
    & td {
        font-size: 12px;
        text-align: left;
        padding: 8px 12px;
        background-color: var(--col_white);
        color: var(--col_black);
        font-weight: 500;
        border-bottom: 1px solid var(--col-border-3);
        border-right: 1px solid var(--col-border-3);
    }
    & tr:hover {
        & td {
            background-color: var(--col-bg-gray);
        }
    }
}

/* button style */
.sky_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--col-border-3);
    border-radius: 12px;
    background-color: var(--col-bg-sky-blue);
    &:hover {
        color: var(--col_white);
        background-color: var(--main_dark_color);
    }
}
.list_btn {
    width: auto;
    display: inline-block;
    padding: 8px 21px;
    background-color: var(--col-bg-sky-blue);
    border-radius: 6px;
    font-weight: 600;
    &:visited {
        color: var(--col_black);
    }
    &:hover {
        background-color: var(--main_color);
        color: var(--col_white);
        cursor: pointer;
    }
}

/* tabbar style */
.tabbar_bid {
    display: flex;
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #ddd;
    & ul {
        list-style: none;
        box-sizing: border-box;
        width: auto;
        display: flex;
        flex-direction: row;
        overflow: hidden;
        border-radius: 8px 8px 0 0;
        border-left: 1px solid var(--main_color);
        border-right: 1px solid var(--main_color);
        border-top: 1px solid var(--main_color);
        & li {
            padding: 12px 24px;
            display: flex;
            flex-direction: row;
            font-weight: 600;
            font-size: 14px;
            border-right: 1px solid #ddd;
            background-color: var(--col-bg-gray);
            & a {
                color: var(--col_gray);
            }
            &:last-child {
                border-right: none;
            }
        }
        & li:hover, li.tc-selected {
            background-color: var(--main_color);
            & a {
                color: var(--col_white);
            }
        }
    }
}

/* paging style */
#box_paging_new {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    & a {
        padding: 4px 12px;
        border: 1px solid var(--col-bg-sky-blue);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        box-sizing: border-box;
        &:hover {
            background-color: var(--main_dark_color);
            color: var(--col_white);
        }
    }
    & strong {
        padding: 4px 12px;
        border: 1px solid var(--col-bg-sky-blue);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        background-color: var(--main_dark_color);
        color: var(--col_white);
        box-sizing: border-box;
    }
}

/* search style */
.input_small { width: 60px;}
.input_normal { width: 120px;}
.input_medium { width: 150px;}
.input_large { width: 200px;}

/* etc style */
.wrap-dim {
    position: absolute;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.panel {
    box-sizing: border-box;
    padding: 16px 26px;
    margin: 0;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    & h4 {
        font-size: 1.25rem;
        color: var(--col_black);
        font-weight: 600;
    }
}

.wrap-count {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 0;
    align-items: center;
    height: auto;
    & span { font-weight: 600; font-size: 13px;}
}