﻿/*common.css*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap'); /*100 300 400 500 700 900*/
/*
::selection {background:#001f6f;color:#fff690}
::-moz-selection {background:#001f6f;color:#fff690}
*/
body, form, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, fieldset {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: -0.005em;
    color: #555;
    overflow-x: hidden;
}

ul, li {
    list-style: none
}

em {
    font-style: normal
}

img {
    border: 0;
    max-width: 100%
}

a {
    text-decoration: none;
    display: block;
    color: #555;
    transition: 0.3s
}

pre {
    font-family: 'Noto Sans KR', sans-serif;
    white-space: pre-wrap;
    height: 100%;
    margin: 0;
    padding: 10px 20px
}

fieldset {
    border: 0
}

legend, caption {
    display: none
}

textarea {
    font-family: 'Noto Sans KR', sans-serif;
    overflow: auto
}

input {
    margin: 0;
    padding: 4px 7px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #555
}

    input.checkbox,
    input.radio {
        margin: 0;
        padding: 0;
        width: 13px;
        height: 13px;
        border-radius: 1px;
        border: 1px solid #ddd
    }

    input.input_search {
        width: 250px
    }

.clearfix:after {
    display: block;
    clear: both;
    content: ".";
    visibility: hidden;
    height: 0
}

.clearfix {
    display: block
}

.wrap {
    width: 1280px;
    margin: 0 auto
}


/* select 디자인 변경 */
select {
    width: 100%;
    padding: 4px 7px;
    font-size: 13px;
    color: #666;
    vertical-align: middle;
    border-radius: 5px;
    border: 1px solid #ccc
}

option {
    margin: 0;
    padding: 0
}

.select_design {
}

    .select_design select {
        background: #fff url(../Images/Controls/ic_select.png) right 7px center no-repeat;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
    }

        .select_design select::-ms-expand {
            display: none
        }

    .select_design option {
    }




a.bt_type1 {
    display: inline-block;
    padding: 5px 7px;
    text-align: center;
    font-weight: 100;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    background-color: #000;
    border-radius: 3px;
    opacity: 0.8
}

    a.bt_type1:hover {
        opacity: 1
    }

a.bt_type2 {
    display: inline-block;
    padding: 10px 13px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    background-color: #0105ea;
    border-radius: 5px
}

    a.bt_type2:hover {
        background-color: #001f6f
    }

a.bt_type3 {
    display: inline-block;
    padding: 9px 20px;
    text-align: center;
    color: #888;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: linear-gradient(0, #ededed, #fff)
}

    a.bt_type3:hover {
        color: #777;
        background: linear-gradient(0, #ddd, #ededed)
    }

.bg-red {
    background-color: #f31f1e !important
}

.bg-blue {
    background-color: #0105ea !important
}

.bg-lightBlue {
    background-color: #0881de !important
}

.bg-navy {
    background-color: #001f6f !important
}

.bg-gray {
    background-color: #999 !important
}

.bg-black {
    background-color: #000 !important
}

.txt-left {
    text-align: left
}

.txt-center {
    text-align: right
}

.txt-right {
    text-align: right
}

.txt-red {
    color: #e60000
}

.txt-blue {
    color: #0105ea
}

.mgT10 {
    margin-top: 10px
}

.mgT15 {
    margin-top: 15px
}

.mgT20 {
    margin-top: 20px
}

.mgT25 {
    margin-top: 25px
}

.mgT30 {
    margin-top: 30px
}

.mgT35 {
    margin-top: 35px
}

.mgT40 {
    margin-top: 40px
}

.mgT45 {
    margin-top: 45px
}

.mgT50 {
    margin-top: 50px
}

.mgT55 {
    margin-top: 55px
}

.mgT60 {
    margin-top: 60px
}

.mgT65 {
    margin-top: 65px
}

.mgT70 {
    margin-top: 70px
}

.mgT75 {
    margin-top: 75px
}

.mgT80 {
    margin-top: 80px
}

.mgT85 {
    margin-top: 85px
}

.mgT90 {
    margin-top: 90px
}

.mgT95 {
    margin-top: 95px
}

.mgT100 {
    margin-top: 100px
}

.mgB10 {
    margin-bottom: 10px
}

.mgB15 {
    margin-bottom: 15px
}

.mgB20 {
    margin-bottom: 20px
}

.mgB25 {
    margin-bottom: 25px
}

.mgB30 {
    margin-bottom: 30px
}

.mgB35 {
    margin-bottom: 35px
}

.mgB40 {
    margin-bottom: 40px
}

.mgB45 {
    margin-bottom: 45px
}

.mgB50 {
    margin-bottom: 50px
}

.mgB55 {
    margin-bottom: 55px
}

.mgB60 {
    margin-bottom: 60px
}

.mgB65 {
    margin-bottom: 65px
}

.mgB70 {
    margin-bottom: 70px
}

.mgB75 {
    margin-bottom: 75px
}

.mgB80 {
    margin-bottom: 80px
}

.mgB85 {
    margin-bottom: 85px
}

.mgB90 {
    margin-bottom: 90px
}

.mgB95 {
    margin-bottom: 95px
}

.mgB100 {
    margin-bottom: 100px
}


.footer {
    padding: 5px 0;
    font-size: 13px;
    text-align: center;
    color: #262830;
    background: #fff
}

    .footer p {
        color: #666
    }

        .footer p b {
            color: #0582de
        }

    .footer ul li {
        display: inline-block;
        margin-right: 6px;
        padding-right: 6px;
        line-height: 13px;
        border-right: 1px solid #ddd
    }

        .footer ul li:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: 0
        }

        .footer ul li:hover a {
            color: #000
        }

@media screen and (max-width:1440px) {
    body {
        overflow-x: scroll
    }
}





/*header_admin.css*/

.header {
    background: #fff;
    height: 60px;
}

    .header h1 {
        display: inline-block;
        margin: 18px 0;
        position: relative;
        z-index: 30000
    }

        .header h1 a {
        }

/* 메뉴 : 공통 */
.gnb {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20000;
    height: 60px;
}

    .gnb > ul {
        margin: 0 auto 0 -480px;
        text-align: left;
        background: #fff;
        position: relative;
        left: 50%;
        height: 60px;
    }

        .gnb > ul > li {
            display: inline-block;
            text-align: left
        }

            .gnb > ul > li > a {
                padding: 18px 0 15px 14.5px;
                font-size: 18px;
                color: #222;
                cursor: pointer
            }

                .gnb > ul > li > a > span {
                    display: inline-block;
                    background: url(../Images/Controls/ic_gnb_on.png) center top no-repeat;
                    width: 17px;
                    height: 17px;
                    margin-left: 9px;
                    transform: rotate(180deg);
                    position: relative;
                    top: 2px;
                    opacity: 0
                }

.gnb_menu {
    display: none;
    width: 100%;
    background: #fff;
    box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
    position: absolute;
    left: -50%;
    top: 61px;
    margin-left: 480px;
    z-index: 20000
}

    .gnb_menu > .inner_wrap {
        width: 1280px;
        margin: 0 auto;
        position: relative;
        z-index: 20000
    }
        /*.gnb_menu > .inner_wrap > .menu_area:first-child {border-bottom:1px solid #ccc}*/
        .gnb_menu > .inner_wrap > .menu_area > ul {
            display: inline-block;
            width: 182.16px;
            height: 360px;
            overflow-y: auto;
            padding: 0 14.2px 20px 14.2px;
            float: left;
            vertical-align: top;
            border-right: 1px solid #ccc;
            position: relative;
            border-bottom: 1px solid #ccc;
        }

            .gnb_menu > .inner_wrap > .menu_area > ul:first-child {
                border-left: 1px solid #ccc
            }

            .gnb_menu > .inner_wrap > .menu_area > ul.blank {
                border-right: 1px solid transparent
            }

            .gnb_menu > .inner_wrap > .menu_area > ul > li {
                position: relative;
                z-index: 1
            }

                .gnb_menu > .inner_wrap > .menu_area > ul > li.menu_tit {
                    padding: 20px 0 12px 0;
                    margin-bottom: 8px;
                    font-size: 18px;
                    color: #005089;
                    border-bottom: 1px dotted #ccc;
                    background: #fff;
                    position: sticky;
                    left: 0;
                    top: 0;
                    z-index: 2
                }

                .gnb_menu > .inner_wrap > .menu_area > ul > li:nth-child(2) {
                    margin-top: 0px
                }

                .gnb_menu > .inner_wrap > .menu_area > ul > li > a {
                    margin: 5px 0;
                    padding: 0px 4px 2px 7px;
                    word-break: keep-all;
                    color: #4a4a4a;
                    line-height: 23px;
                    background: url(../Images/Controls/ic_gnb_list.png) left top 10px no-repeat;
                    cursor: pointer;
                    white-space: nowrap;
                }

                .gnb_menu > .inner_wrap > .menu_area > ul > li > .inner_menu {
                    padding: 3px 0;
                    position: relative;
                    top: -3px
                }

                    .gnb_menu > .inner_wrap > .menu_area > ul > li > .inner_menu > a {
                        word-break: keep-all;
                        font-size: 13px;
                        line-height: 17px;
                        padding-left: 11px
                    }

    /* 메뉴 : 7칸 */
    .gnb_menu.list7 > .inner_wrap > .menu_area > ul {
        width: 151.5px
    }

        .gnb_menu.list7 > .inner_wrap > .menu_area > ul:first-child {
            width: 151px
        }

    /* 메뉴 : 수납 */
    .gnb_menu.left_type > .inner_wrap > .inner_menu {
        display: inline-block;
        width: 210px;
        height: 720px;
        border-left: 1px solid #ccc;
        border-right: 2px solid #0182de;
        float: left
    }

        .gnb_menu.left_type > .inner_wrap > .inner_menu > a {
            padding: 0 20px;
            color: #ccc;
            font-size: 15px;
            line-height: 52px;
            border-bottom: 1px solid #ddd;
            cursor: pointer
        }

            .gnb_menu.left_type > .inner_wrap > .inner_menu > a > .ic_arrow {
                display: inline-block;
                width: 7px;
                height: 11px;
                margin: 20px 0;
                background: url(../Images/Controls/ic_gnb_left_type.png) right center no-repeat;
                float: right
            }

    .gnb_menu.left_type > .inner_wrap > .menu_area {
        width: 1067px;
        float: left;
        display: none
    }

        .gnb_menu.left_type > .inner_wrap > .menu_area > ul {
            width: 235.5px;
            height: 660px
        }

            .gnb_menu.left_type > .inner_wrap > .menu_area > ul:first-child {
                border-left: 0px solid #ccc
            }

/* 메뉴 : 즐겨찾기 */
.gnb > ul > li.favorite > a img {
    margin-right: 6px
}

/* 메뉴 : mouseover */
.gnb > ul > li:hover > a {
    color: #0383da
}

.gnb_menu > .inner_wrap > .menu_area > ul > li:hover > a {
    color: #000000
}

.gnb_menu > .inner_wrap > .menu_area > ul > li > .inner_menu > a:hover {
    color: #0383da
}

/* 메뉴 : addClass */
.gnb > ul > li.on > a {
    padding: 18px 14.5px 16px;
    color: #fff;
    background: #272830;
    height: 30px;
}

    .gnb > ul > li.on > a > span {
        opacity: 1;
        animation-name: ic_rotate;
        animation-duration: 0.3s;
        animation-iteration-count: 1;
        animation-timing-function: linear;
        animation-fill-mode: forwards
    }

@keyframes ic_rotate {
    0% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.gnb_menu.left_type > .inner_wrap > .inner_menu > a.show {
    font-size: 18px;
    color: #fff;
    text-align: right;
    background: #0182de url(../Images/Controls/bg_gnb_left_type_on.png) left 13px bottom -23px no-repeat
}

    .gnb_menu.left_type > .inner_wrap > .inner_menu > a.show > .ic_arrow {
        margin-left: 20px;
        background: url(../Images/Controls/ic_gnb_left_type_on.png) right center no-repeat
    }

.gnb_menu.left_type > .inner_wrap > .menu_area.show {
    display: inline-block
}


/* 메뉴 빈 영역 */
.gnb_menu > .blank_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 19999
}



/* 로그인정보  */
.login_info {
    display: inline-block;
    float: right;
    position: relative;
    top: 18px;
    z-index: 20001
}

    .login_info .user_name {
        display: inline-block;
        ;
        color: #222;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400
    }

        .login_info .user_name span {
            display: inline-block;
            width: 89px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: bottom
        }

        .login_info .user_name label {
            display: inline-block;
            width: 89px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: bottom
        }

    /* 로그인정보 : 남은시간 */
    .login_info .time_box {
        display: inline-block;
        position: relative
    }

        .login_info .time_box .time {
            padding: 4px 1px 4px 11px;
            font-size: 13px;
            line-height: 13px;
            font-weight: 500;
            color: #fb6a00;
            letter-spacing: 0
        }

            .login_info .time_box .time img {
                margin-right: 3px;
                position: relative;
                top: 1px
            }

        .login_info .time_box .time_area {
            width: 182px;
            background: #fff;
            border: 1px solid #444;
            padding: 12px;
            box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
            position: absolute;
            right: -28px;
            top: 36px;
            display: none
        }

            .login_info .time_box .time_area .bg_point {
                position: absolute;
                right: 48px;
                top: -20px
            }

            .login_info .time_box .time_area b {
                display: block;
                color: #222;
                font-size: 13px;
                line-height: 13px;
                border-bottom: 1px dotted #aaa;
                padding-bottom: 9px
            }

            .login_info .time_box .time_area p {
                font-size: 12px;
                line-height: 11px;
                margin: 7px 0 14px 0
            }

            .login_info .time_box .time_area label {
                display: inline-block;
                float: right;
                text-align: right
            }

            .login_info .time_box .time_area .time_extend {
                color: #fff;
                text-align: center;
                font-weight: 500;
                font-size: 13px;
                line-height: 24px;
                background: #fb6a00;
                border-radius: 3px;
                cursor: pointer
            }

                .login_info .time_box .time_area .time_extend:hover {
                    background: #d05800
                }

    .login_info .ic_box {
        display: inline-block;
        position: relative;
        vertical-align: top
    }

        .login_info .ic_box .new {
            display: block;
            padding: 0 4px;
            background: #e50c0c;
            border-radius: 14px;
            color: #fff;
            font-weight: 500;
            font-size: 10px;
            line-height: 14px;
            text-align: center;
            position: absolute;
            top: -7px;
            right: 4px
        }

        .login_info .ic_box > ul > li {
            display: inline-block;
            padding: 0 15px;
            line-height: 15px;
            border-right: 1px solid #ddd;
            position: relative
        }

            .login_info .ic_box > ul > li input[type=image] {
                border-width: 0px;
                width: 14px;
                height: 15px;
                margin: 0px;
                padding: 0px;
            }

            .login_info .ic_box > ul > li:last-child {
                border-right: 0;
                padding-right: 0
            }

    /* 로그인정보 : 알림창 */
    .login_info .notify_area {
        width: 800px;
        background: #fff;
        border: 1px solid #444;
        box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
        position: absolute;
        right: 0;
        top: 36px;
        display: none
    }

        .login_info .notify_area .bg_point {
            position: absolute;
            right: 48px;
            top: -20px
        }

        .login_info .notify_area .icon {
            display: inline-block;
            width: 35px;
            height: 35px;
            margin: 7px 12px 8px 20px;
            text-align: center;
            border-radius: 35px;
            vertical-align: top
        }

            .login_info .notify_area .icon img {
                position: relative;
                top: 4px
            }

        .login_info .notify_area .ic_all {
            background: #7B86EE
        }

        .login_info .notify_area .ic_qna {
            background: #0582de
        }

        .login_info .notify_area .ic_update {
            background: #00a9a1
        }

        .login_info .notify_area .ic_notice {
            background: #8caf00
        }

        .login_info .notify_area .ic_read {
            background: #73D3E0
        }

        .login_info .notify_area .notify_popup_top {
            width: auto;
            height: 43px;
            margin: 11px 21px;
            text-align: center;
        }

            .login_info .notify_area .notify_popup_top b {
                display: inline-block;
                float: left;
                padding: 4px 0;
                font-size: 16px;
                ;
                color: #000;
                border-radius: 5px;
                position: relative;
                top: 5px
            }

        .login_info .notify_area .icon_info {
            display: inline-block;
            float: right
        }

            .login_info .notify_area .icon_info li {
                display: inline-block;
                margin-left: 10px;
                font-size: 11px;
                line-height: 22px
            }

                .login_info .notify_area .icon_info li:first-child {
                    margin-left: 0
                }

                .login_info .notify_area .icon_info li .icon {
                    display: block;
                    width: 27px;
                    height: 27px;
                    margin: 0 auto 0 auto
                }

                    .login_info .notify_area .icon_info li .icon img {
                        max-width: 70%
                    }

        .login_info .notify_area .popup_board {
            height: 525px;
            overflow-y: scroll
        }

            .login_info .notify_area .popup_board li {
            }

                .login_info .notify_area .popup_board li a {
                    padding: 10px 0;
                    border-top: 1px dotted #ccc
                }

                    .login_info .notify_area .popup_board li a .list {
                        display: inline-block;
                        width: 705px
                    }

                    .login_info .notify_area .popup_board li a p {
                        line-height: 15px
                    }

                        .login_info .notify_area .popup_board li a p.subject {
                            margin: 6px 0 8px 0;
                            font-size: 14px
                        }

                            .login_info .notify_area .popup_board li a p.subject b {
                                display: inline-block;
                                width: 560px;
                                font-weight: 500;
                                color: #333;
                                text-overflow: ellipsis;
                                text-align: justify;
                                white-space: nowrap;
                                overflow: hidden
                            }

                            .login_info .notify_area .popup_board li a p.subject .date {
                                display: inline-block;
                                font-size: 13px;
                                float: right;
                                opacity: 0.6
                            }

                        .login_info .notify_area .popup_board li a p.content {
                            width: 610px;
                            font-size: 13px;
                            text-overflow: ellipsis;
                            text-align: justify;
                            white-space: nowrap;
                            overflow: hidden;
                            opacity: 0.8
                        }

                .login_info .notify_area .popup_board li:hover a {
                    background: #f7f7f7
                }

                    .login_info .notify_area .popup_board li:hover a p.subject b {
                        text-decoration: underline
                    }

.header .kgb {
    width: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none
}

.header .active_box_kgb {
    width: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    display: none
}

/* 상단 사용자정보 */
.top_bar {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ededed;
    background: #fff;
    background-size: cover
}

    .top_bar .info {
        display: inline-block;
        width: 255px;
        padding: 15px 0 15px 12px;
        background: #e8f3fe;
        float: left;
    }

        .top_bar .info li {
            display: inline-block;
            padding-right: 3px;
            margin-right: 2px;
            border-right: 1px solid #b8c5d2;
            font-size: 14px;
            line-height: 14px;
            vertical-align: top;
            float: left
        }

            .top_bar .info li:last-child {
                margin-right: 0;
                padding-right: 0;
                border-right: 0
            }

            .top_bar .info li.block_line {
                display: block;
                padding-right: 0;
                margin-right: 0;
                border-right: 0;
                color: #777;
                letter-spacing: 0;
                float: none
            }

            .top_bar .info li.option1 {
            }

                .top_bar .info li.option1 a {
                    cursor: pointer
                }

            .top_bar .info li.option2 {
                margin: 12px 0
            }

            .top_bar .info li.option3 {
                color: #01a9c2;
                font-size: 11px;
                letter-spacing: -0.07em
            }

            .top_bar .info li.option4 {
                color: #df0000;
                font-size: 11px;
                letter-spacing: -0.07em
            }

            .top_bar .info li.option5 {
                color: #800000;
                font-size: 11px;
                letter-spacing: -0.07em
            }

            .top_bar .info li.option6 {
                color: #0582de;
                font-size: 11px;
                letter-spacing: -0.07em
            }

            .top_bar .info li.option7 {
                color: #01a9c2;
                font-size: 11px;
                letter-spacing: -0.07em
            }

            .top_bar .info li img {
                margin-right: 3px
            }
    /* 상단 quick menu */
    .top_bar .quick {
        display: inline-block;
        width: 1011px;
        height: 96px;
        text-align: center;
        background: #fff;
        border-left: 1px solid #ededed;
        float: left;
        position: relative
    }

        .top_bar .quick ul {
            height: 96px;
            background: #fff;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10000;
            overflow: hidden;
            transition: 0.3s
        }

            .top_bar .quick ul li {
                display: inline-block;
                width: 89px;
                height: 96px;
                float: left
            }

                .top_bar .quick ul li a {
                    margin: 13px 12px 0 12px;
                    font-size: 13px;
                    line-height: 15px;
                    color: #333333;
                    word-break: keep-all;
                }

                .top_bar .quick ul li:hover a {
                    color: #000000
                }

                .top_bar .quick ul li a img {
                    width: 40px;
                    margin: 0 auto
                }

                .top_bar .quick ul li a span {
                    display: block;
                    margin-top: 5px
                }

        .top_bar .quick .more {
            display: inline-block;
            width: 29px;
            height: 96px;
            margin-left: 6px;
            line-height: 96px;
            background: #e8f3fe;
            position: absolute;
            top: 0;
            right: 1px;
            z-index: 10001
        }

        .top_bar .quick .more2 {
            display: inline-block;
            width: 29px;
            height: 96px;
            margin-left: 6px;
            line-height: 96px;
            background: #e8f3fe;
            position: absolute;
            top: 0;
            right: 1px;
            z-index: 10001
        }

        .top_bar .quick .more img {
            transition: 0.3s
        }

        .top_bar .quick .more2 img {
            transition: 0.3s
        }

        .top_bar .quick ul.slideDown {
            height: 192px;
            border: 1px solid #ccc;
            border-top: 0
        }

        .top_bar .quick .more.slideDown {
            height: 192px;
            line-height: 192px;
        }

            .top_bar .quick .more.slideDown img {
                transform: rotate(-180deg)
            }

@media screen and (max-width:1440px) {
    .gnb > ul {
        width: 1280px;
        margin: 0 auto;
        left: 156px
    }
}

@media screen and (min-width:1680px) {
    .gnb > ul {
        /* width 지연시간 사용*/
        -webkit-animation-name: gnb_width;
        -webkit-animation-duration: 20ms;
        animation-name: gnb_width;
        animation-duration: 20ms;
    }
}
/* 창모드 -> 최대화 했을경우 가로스크롤 위치 초기화*/
@keyframes gnb_width {
    /* 1280px -> 100%로 변환 */
    0% {
        width: 100%;
    }

    100% {
        width: 1280px;
    }
}

/*login.css*/

/*
body {background:url(../Images/Browser/login_bg.jpg) left top no-repeat;background-size:cover;overflow:hidden;position:relative}
.wrap {height:100%}
*/
/*h1.login_logo {display:inline-block;margin:21px 0}*/
.login_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -260px 0 0 -300px
}

    .login_box h2 {
        text-align: center;
        font-size: 48px;
        font-weight: 100;
        color: #272830;
        letter-spacing: -1px
    }

        .login_box h2 b {
            display: block;
            font-size: 58px;
            line-height: 90px
        }

            .login_box h2 b span {
                color: #0182de
            }

.input_box {
    width: 475px;
    margin: 65px auto 0 auto
}

    .input_box .login_group {
        margin-bottom: 12px
    }

        .input_box .login_group li {
            margin-bottom: 13px;
            position: relative
        }

            .input_box .login_group li:last-child {
                margin-bottom: 0
            }

            .input_box .login_group li input {
                width: 415px;
                padding: 16px 10px 16px 50px;
                border-radius: 5px;
                border: 1px solid #ddd;
                font-size: 16px;
            }

            .input_box .login_group li img {
                position: absolute;
                left: 18px;
                top: 50%;
                margin-top: -10px
            }

            .input_box .login_group li.login_bt a {
                height: 100%;
                padding: 12px 0;
                background: #086bff;
                border-radius: 5px;
                font-size: 20px;
                color: #fff;
                text-align: center;
                font-weight: 400
            }

            .input_box .login_group li.login_bt input[type=submit] {
                height: 100%;
                padding: 12px 0;
                background: #086bff;
                border-radius: 5px;
                font-size: 20px;
                color: #fff;
                text-align: center;
                font-weight: 400
            }

    .input_box .join_group {
        text-align: right
    }

        .input_box .join_group li {
            display: inline-block
        }

            .input_box .join_group li a {
                padding-right: 10px;
                margin-right: 8px;
                border-right: 1px solid #888;
                color: #222;
                font-weight: 400;
                line-height: 15px;
                opacity: 0.8
            }

            .input_box .join_group li:last-child a {
                border-right: 0;
                margin-right: 0;
                padding-right: 0
            }

            .input_box .join_group li:hover a {
                opacity: 1
            }

.login_box .id_save {
    float: left;
    font-weight: 400
}

.login_footer {
    width: 100%;
    padding: 30px 0;
    background: #181921;
    text-align: center;
    color: rgba(255,255,255,0.7);
    font-weight: 100;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20
}







/*main.css*/


/*	업무메인화면 css */


.main_content h2 {
    padding-bottom: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    color: #222;
    border-bottom: 1px dotted #d1e3ed
}
/* 좌측 이미지 영역 */
.visual {
    display: inline-block;
    width: 826px;
    height: 685px;
    float: left;
    position: relative
}

    .visual .txt {
        position: absolute;
        top: 115px;
        left: 60px;
        z-index: 20
    }

        .visual .txt p {
            color: #272830;
            font-size: 35px;
            line-height: 42px;
            font-weight: 100
        }

        .visual .txt .guide {
            display: block;
            width: 209px;
            height: 44px;
            margin-top: 60px;
            line-height: 44px;
            font-size: 18px;
            color: #fff;
            text-align: center;
            background: #0582de;
            border-radius: 50px
        }

            .visual .txt .guide:hover {
                background: #000
            }

    .visual .bg_area {
        width: 840px;
        height: 501px;
        overflow: hidden
    }

        .visual .bg_area ul {
            position: relative;
            height: 100%
        }

            .visual .bg_area ul li {
                display: none;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 12px;
                left: 0;
                z-index: 10
            }

                .visual .bg_area ul li.active {
                    display: block;
                    z-index: 11;
                }

    .visual .bg_area2 {
        width: 840px;
        height: 190px;
        overflow: hidden
    }

        .visual .bg_area2 ul {
            position: relative;
            height: 100%
        }

            .visual .bg_area2 ul li {
                display: none;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 12px;
                left: 0;
                z-index: 10
            }

                .visual .bg_area2 ul li.active {
                    display: block;
                    z-index: 11;
                }

            .visual .bg_area2 ul .bg_area2_left {
                width: 410px;
                height: 185px;
                float: left;
                position: relative;
            }

            .visual .bg_area2 ul .bg_area2_right {
                width: 410px;
                height: 185px;
                float: right;
                position: relative;
            }

            .visual .bg_area2 ul .bg_area2_left a {
                height: 100%;
            }

            .visual .bg_area2 ul .bg_area2_left .img-thumnail {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .visual .bg_area2 ul .bg_area2_right a {
                height: 100%;
            }

            .visual .bg_area2 ul .bg_area2_right .img-thumnail {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .visual .paging {
        position: absolute;
        top: 60px;
        left: 60px;
        z-index: 20
    }

        .visual .paging li {
            display: inline-block
        }

            .visual .paging li a {
                width: 4px;
                height: 4px;
                margin: 0 3px;
                line-height: 0;
                font-size: 0;
                background: url(../Images/Controls/ic_visual_paging.png) left top no-repeat
            }

            .visual .paging li:first-child {
                margin-left: 0
            }

            .visual .paging li:last-child {
                margin-right: 0
            }

            .visual .paging li.active a {
                width: 33px;
                margin: 0;
                background: url(../Images/Controls/ic_visual_paging_on.png) left top no-repeat
            }

    .visual .ctrl {
        position: absolute;
        top: 74px;
        left: 270px;
        z-index: 20
    }

        .visual .ctrl li {
            display: inline-block;
            margin: 0 3px;
            opacity: 0.4
        }

            .visual .ctrl li.prev a img {
                transform: rotate(180deg)
            }

            .visual .ctrl li.play {
                display: none
            }

            .visual .ctrl li.active,
            .visual .ctrl li:hover {
                opacity: 1
            }


/* 우측 콘텐츠 영역 */
.main_content {
    display: inline-block;
    width: 404px;
    padding: 32px 10px 0 40px;
    float: left
}

/* 메인 게시판 : 공지사항, 업데이트 */
.main_board {
    margin-bottom: 34px;
    position: relative
}

    .main_board a {
        cursor: pointer
    }

    .main_board .more {
        width: 17px;
        position: absolute;
        right: 0;
        top: 6px
    }

    .main_board .board_area {
        font-size: 14px;
        line-height: 18px
    }

        .main_board .board_area li {
            margin-bottom: 10px
        }

            .main_board .board_area li:last-child {
                margin-bottom: 0
            }

            .main_board .board_area li a {
                display: inline-block;
                width: 320px;
                padding-left: 10px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                background: url(../Images/Controls/ic_board_list.png) left top 4px no-repeat;
                cursor: pointer
            }

            .main_board .board_area li span {
                cursor: default
            }

            .main_board .board_area li .date {
                display: inline-block;
                color: #222;
                float: right;
                opacity: 0.6
            }

            .main_board .board_area li:hover a {
                color: #222;
                text-decoration: underline;
                background: url(../Images/Controls/ic_board_list_on.png) left top 4px no-repeat
            }

            .main_board .board_area li:hover .date {
                opacity: 1
            }

/* 빠른메뉴, 고객센터, 자료실 */
.service_area {
    position: relative
}

    .service_area > ul > li {
        display: inline-block;
        float: left;
        width: 113px;
        padding: 23px 12px 20px 12px;
        margin-right: 15px;
        background: #f1f8ff;
        border-radius: 5px;
        border: 1px solid #d9eafb;
        transition: 0.3s
    }

        .service_area > ul > li:last-child {
            margin-right: 0
        }

        .service_area > ul > li > a > img {
            margin-right: 8px
        }

        .service_area > ul > li > a > h2 {
            display: inline-block;
            margin-bottom: 0;
            padding-bottom: 0;
            font-size: 15px;
            line-height: 20px;
            border-bottom: 0
        }

            .service_area > ul > li > a > h2 > span {
                display: block;
                font-size: 12px;
                color: #a8c4de;
                font-weight: 400;
                letter-spacing: -0.5px;
                transition: 0.3s
            }

        .service_area > ul > li:hover {
            background: #fff;
            border: 1px solid #222
        }

            .service_area > ul > li:hover > a > h2 > span {
                color: #0582de
            }

    .service_area > ul > .main_quick {
        width: 69px;
        padding: 8px 11.5px;
        text-align: center
    }

        .service_area > ul > .main_quick > a > img {
            margin-right: 0;
            transform: rotate(-180deg);
            opacity: 0.6;
            transition: 0.2s
        }

        .service_area > ul > .main_quick.slide {
            background: #fff;
            border: 1px solid #222
        }

            .service_area > ul > .main_quick.slide > a > h2 > span {
                color: #0582de
            }

            .service_area > ul > .main_quick.slide > a > img {
                transform: rotate(0)
            }

    .service_area .show_box {
        background: #fff;
        border: 1px solid #222;
        position: absolute;
        bottom: 115px;
        left: 0;
        display: none
    }

        .service_area .show_box ul {
            padding: 14px 12px
        }

            .service_area .show_box ul li {
                display: inline-block;
                width: 75.5px;
                height: 75.5px;
                float: left
            }

                .service_area .show_box ul li:hover a {
                    color: #0582de
                }

                .service_area .show_box ul li span {
                    display: block;
                    font-size: 13px;
                    line-height: 13px
                }

        .service_area .show_box .bg_point {
            transform: rotate(-180deg);
            position: absolute;
            left: 41px;
            bottom: -20px
        }


    /* 관리자 모드 : 질문글 갯수 */

    .service_area .q_count {
        padding: 13px 12px 10px 12px
    }

        .service_area .q_count ul li {
            font-weight: 500;
            padding-bottom: 4px;
            margin-bottom: 3px;
            border-bottom: 1px dotted rgba(0,0,0,0.15)
        }

            .service_area .q_count ul li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0
            }

            .service_area .q_count ul li p {
                display: inline-block;
                letter-spacing: -0.8px;
                opacity: 0.9
            }

            .service_area .q_count ul li span {
                display: inline-block;
                float: right;
                color: #222
            }

                .service_area .q_count ul li span a {
                    display: inline-block
                }

                    .service_area .q_count ul li span a:hover {
                        text-decoration: underline
                    }

    .service_area > ul > li.q_count:hover {
        background: #f1f8ff;
        border: 1px solid #d9eafb
    }

        .service_area > ul > li.q_count:hover > a > h2 > span {
            color: #222
        }



/*sub.css*/

.container {
    padding-top: 10px;
    position: relative
}

/* 탭메뉴 */
.tab_area {
    border-bottom: 2px solid #0205e6;
    position: relative;
    height: 36px;
}

    .tab_area .tab {
    }

        .tab_area .tab li {
            display: inline-block;
            float: left;
            width: 100px;
            margin-right: 2px;
            padding: 0 8px;
            background: #fff;
            font-size: 13px;
            line-height: 16px;
            text-align: center;
            border: 1px solid #ccc;
            border-radius: 5px 5px 0 0;
            overflow: hidden;
            position: relative;
            top: 0;
            border-bottom: 0;
            height: 35px;
        }
            /*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tab_area .tab li {border-bottom:1px solid #0205e6}
}
*/
            .tab_area .tab li a {
                transition: 0
            }

                .tab_area .tab li a.txt {
                    display: inline-block;
                    width: 90px;
                    margin-right: 10px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    color: #aaa;
                    line-height: 35px;
                    cursor: pointer
                }

                .tab_area .tab li a.close {
                    display: inline-block;
                    width: 11px;
                    height: 30px;
                    background: url(../Images/Controls/ic_tab_close_off.png) right center no-repeat;
                    position: absolute;
                    top: 4px;
                    right: 8px;
                    cursor: pointer
                }

            .tab_area .tab li.on {
                background: #0205e6
            }
                /* ;border-bottom:-moz-1px solid transparent */
                .tab_area .tab li.on a.txt {
                    color: #fff
                }

                .tab_area .tab li.on a.close {
                    background: url(../Images/Controls/ic_tab_close_on.png) right center no-repeat
                }

            .tab_area .tab li:hover {
                border-color: #0205e6
            }

                .tab_area .tab li:hover a {
                    color: #0205e6
                }

    .tab_area .tab_ctrl {
        position: absolute;
        right: 0;
        bottom: 0
    }

        .tab_area .tab_ctrl li {
            display: inline-block
        }

            .tab_area .tab_ctrl li a {
            }

            .tab_area .tab_ctrl li.open {
                cursor: pointer
            }

            .tab_area .tab_ctrl li.close a {
                cursor: pointer
            }

.tab_list_area {
    display: none;
    width: 250px;
    height: 260px;
    padding: 10px 0;
    border: 1px solid #000;
    background: #333;
    position: absolute;
    right: 30px;
    z-index: 10005;
}

    .tab_list_area ul {
    }

        .tab_list_area ul li {
        }

            .tab_list_area ul li a {
                padding: 0 21px;
                background: transparent;
                color: #fff;
                font-size: 14px;
                font-weight: 300;
                opacity: 0.6;
                cursor: pointer
            }

                .tab_list_area ul li a:hover {
                    background: #000;
                    opacity: 1
                }

.tab_list_area_kgb {
    display: none;
    width: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10004;
}


.container .contents {
    padding: 30px 40px 75px 40px;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    z-index: 2
}
/* padding:30px 40px 50px 40px */
.contents h3 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #1d1d1d
}

    .contents h3 span {
        display: inline-block;
        margin-right: 4px;
        width: 9px;
        height: 9px;
        border: 2px solid #0582de;
        border-radius: 20px;
        position: relative;
        top: -1px
    }


/* 우측상단 버튼 */
.contents .bt_group {
    position: absolute;
    right: 40px;
    top: 20px
}

    .contents .bt_group li {
        display: inline-block;
        width: 60px;
        margin-left: 2px
    }

        .contents .bt_group li a {
            padding: 7px 0;
            line-height: 14px;
            color: #888;
            text-align: center;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-shadow: inset 0px -2px 3px rgba(0, 0, 0, 0.07);
            background-image: -moz-linear-gradient(0, #ededed, #fff);
            background-image: -webkit-linear-gradient(0, #ededed, #fff);
            background-image: -webkit-gradient(linear, 0, #ededed, #fff);
            background-image: -o-linear-gradient(0, #ededed, #fff);
            background-image: -ms-linear-gradient(bottom, #ededed 0%, #fff 100%);
            background-image: linear-gradient(0, #ededed, #fff);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ededed', endColorstr='#fff');
            -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ededed', endColorstr='#fff');
        }

        .contents .bt_group li:hover a {
            color: #222;
            border-color: #888
        }




.sub-popup {
    display: inline-block;
    width: auto;
    float: right;
}

.sub-popup-blue {
    width: 69px;
    margin-left: 2px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    background: #0105ea;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0px -2px 3px rgba(0, 0, 0, 0.07);
    cursor: pointer;
}

    .sub-popup-blue:hover {
        color: #fff;
        border-color: #888;
    }

.sub-popup-white {
    width: 69px;
    margin-left: 2px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 14px;
    color: #888;
    text-align: center;
    background: linear-gradient(0, #ededed, #fff);
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0px -2px 3px rgba(0, 0, 0, 0.07);
    cursor: pointer;
}

    .sub-popup-white:hover {
        color: #222;
        border-color: #888;
    }

.sub-title {
    width: auto;
    height: 36px;
    float: left;
    padding-top: 10px;
}

.sub-bottom {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin-top: 20px;
}


/*
.linkButton {padding-top:5px; padding-left:5px; display:block;width:100px;height:44px;line-height:38px;font-size:18px;color:#fff;text-align:center;background:#0582de;border-radius:50px}
.linkButton:hover {background:#000}
*/

/* 210416 : 우측하단 aside 추가 */
.aside {
    position: absolute;
    right: 49%;
    bottom: 0;
    z-index: 40001;
    margin-right: -705px
}

    .aside .bt {
        width: 63px;
        height: 63px;
        line-height: 59px;
        text-align: center;
        background-color: #6B66FF;
        border-radius: 100%;
        box-shadow: 2px 3px 4px rgba(0,0,0,0.2);
        position: absolute;
        right: 0;
        bottom: 0
    }

        .aside .bt img {
            vertical-align: middle;
            transition: 0.5s
        }

        .aside .bt .hover_txt {
            display: none;
            font-size: 13px;
            color: #fff;
            transition: 0.4s
        }

        .aside .bt:hover {
            background-color: #6B66FF
        }

            .aside .bt:hover img {
                transform: rotate(180deg)
            }


    .aside .aside_list {
        display: none;
        position: relative;
        bottom: 73px
    }

        .aside .aside_list a {
            text-align: right;
            margin-top: 10px
        }

        .aside .aside_list .icon {
            display: inline-block;
            width: 63px;
            height: 63px;
            line-height: 59px;
            text-align: center;
            background-color: #f1f8ff;
            border-radius: 100%
        }

            .aside .aside_list .icon img {
                vertical-align: middle
            }

        .aside .aside_list .txt {
            display: inline-block;
            text-align: right;
            color: #fff;
            margin-right: 10px
        }

        .aside .aside_list a:hover .txt {
            text-decoration: underline
        }

.aside_kgb {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 40000
}

.aside.active .bt {
    box-shadow: initial
}

    .aside.active .bt img {
        transform: rotate(225deg)
    }

/* 2021-08-02 이미지 max-width:none 설정 추가 */
.Nomax img {
    max-width: none;
}

/* 230526 슬라이드 추가 */

.swiper {
    width: 100%;
    overflow: hidden;
    margin-inline: auto;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-slide img {
    display: block;
    width: 680px;
    height: 475px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 20px !important;
    padding: 1rem;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.25rem;
        font-weight: 600;
        padding: 1rem;
        opacity: 0.3;
        border-radius: 50%;
        color: #000;
    }

.swiper-slide-prev,
.swiper-slide-next {
    opacity: 0.6;
}


/* --------------------- 탭 디자인 --------------------- */
/* 탭 _ 00.기본 박스 형태 */
.tab_00{padding:0 0 0 1px;border-top:1px solid #d7d7d7;overflow:hidden;}
.tab_00 > button,
.tab_01 > button {display: none;}
.tab_00 ul {margin:0;display: block;}
.tab_00 ul > li{float:left;width:100%;margin:0;padding:0;}
.tab_00 ul > li>a{text-align:center;display:block;min-height:1.333em;margin:-1px 0 0 -1px;padding:9px;border:1px solid #d7d7d7;background:#fff;color:#666;text-decoration:none !important;}
.tab_00 ul > li>a:hover,
.tab_00 ul > li>a:focus{background-color:#4496e8;border:1px solid #3287dd;color:#fff;}
.tab_00 ul > li.on>a{z-index:10;position:relative;border-color:#26a;background-color:#37b;color:#fff;font-weight:500;cursor:default;}
/* 탭 _ 01.인덱스 형태 */
.tab_01{position:relative;overflow: hidden;}
.tab_01:before{content: '';display: block;width: calc(100% - 1px);height: 1px;background: #ddd;bottom: 0px;left: 0;position: absolute;z-index: -1;}
.tab_01 ul > li{float: left;border: 1px solid #ccc;border-left: none;border-bottom: 1px solid #fff;text-align: center;background: #ffffff;outline: none;height: 52px;line-height: 50px;box-sizing: border-box;font-family: 'SCoreDream';font-weight: 400;}
.tab_01 ul > li:first-child { border-left:1px solid #ccc ; }
.tab_01 ul > li > a{display:block;padding: 0 5px;font-size: 16px;color: #aaaaaa;height: 100%;line-height: 52px;}
.tab_01 ul > li.on{font-weight: 400;margin-top: 0px;/* margin-left: -1px; */border: 3px solid #0e3490;border-bottom: none;border-left-color: #0c3681;color: #0c3681;line-height: 37px;background: #fff;z-index: 20;position: relative;height: 52px;line-height: 50px;box-sizing: border-box;font-weight: 700;}
.tab_01:after {display: none;clear: both;content: '';position: absolute;bottom: 0;height: 1px;background: #0c3681;width: 100%;}
.tab_01 ul > li.on, .tab_01 ul > li:first-child>button:focus {}
.tab_01 ul > li:hover > a,.tab_01 ul > li.on > a {color: #1d3a63;}
/* 탭 _ 개수에따른 width */
[class*='tab_'] {margin: 0 0 28px 0;}
.tab-1 > li{width:100%;text-align:left;}
.tab-2 > li{width:50%;}
.tab-3 > li{width:33.33333%;}
.tab-4 > li{width:25%;}
.tab-5 > li{width:20%;}
.tab-6 > li{width:16.66666%;}
.tab-7 > li{width:14.28571%;}
.tab-8 > li{width:12.5%;}
.tab-9 > li{width:11.11111%;}
.tab-10 > li{width:10%;}
.tab-11 > li{width:9.09091%;}
.tab-12 > li{width:8.33333%;}

/* filterForm 탭 */
.filTwrap ul > li{float: left;background: #f1f1f1;border: 1px solid #d9d9d9;border-left: none;margin-bottom: -1px;position: relative;height: 40px;line-height: 40px;text-align: center;font-size: 15px;font-weight: 400;box-sizing: border-box;}
.filTwrap ul > li > a{display: block;color: #ababab;}
.filTwrap ul > li:first-child{border-left: 1px solid #d9d9d9;}
.filTwrap ul > li.on{background: #fff;font-weight: 600;}
.filTwrap ul > li.on > a{color:#000}
.filTwrap ul > li.on:after{content: '';width: 100%;height: 2px;background: #fff;display: block;position: absolute;z-index: 3;bottom: -1px}
/* 개발자 추가*/
.filTwrap1 ul > li{float: left;background: #f1f1f1;border: 1px solid #d9d9d9;border-left: none;margin-bottom: -1px;position: relative;height: 40px;line-height: 40px;text-align: center;font-size: 15px;font-weight: 400;box-sizing: border-box;}
.filTwrap1 ul > li > a{display: block;color: #ababab;}
.filTwrap1 ul > li:first-child{border-left: 1px solid #d9d9d9;}
.filTwrap1 ul > li.on{background: #fff;font-weight: 600;}
.filTwrap1 ul > li.on > a{color:#000}
.filTwrap1 ul > li.on:after{content: '';width: 100%;height: 2px;background: #fff;display: block;position: absolute;z-index: 3;bottom: -1px}
