﻿
@media screen and (max-width:321px) {
    @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
}

input[type=button] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.text_ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

*:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 5px;
    background: #efefef;
}

::-webkit-scrollbar-track {
    background: #efefef;
    -webkit-border-radius: 10px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
}

::-webkit-scrollbar-thumb {
    height: 50px;
    width: 50px;
    background: rgba(0,0,0,.1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1);
}

.m_sub_mbtn {
    display: none;
}

button[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

body button[disabled=disabled]:hover, body button[disabled=disabled]:active {
    opacity: 0.3;
}

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

input[type=button], input[type=submit], button {
    cursor: pointer;
}

input, select, textarea, button {
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
}

img {
    border: none;
}

body {
    box-sizing: border-box;
    margin: 0px;
    padding: 50px 0px 0px 0px;
    height: 100% !important;
}

#mobileApp {
    display: none !important;
}

.m_sm_ol, .mobile_sitemap {
    display: none;
}

.m_chat {
    width: 100% !important;
    height: 100% !important;
}

.link:link, .link:visited, .link:hover {
    color: #555;
    text-decoration: none;
}

.link:hover {
    color: #ff851b;
}

.link:active {
    color: #df6500;
}

.table {
    display: table;
    width: 100%;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.utsch_btn {
    background: #bbb;
    border: none;
    color: #fff;
    height: 27px;
    width: 28px;
    margin-left: -28px;
    border-radius: 0px 3px 3px 0px;
}


/*근태관리*/
.di_lst {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .di_lst li {
        margin: 0px;
        padding: 0px 0px 3px 0px;
        float: left;
        width: 33.3%;
        text-align: center;
        color: #777;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
    }

        .di_lst li:hover {
            color: #333;
        }

        .di_lst li:active {
            color: #000;
            font-weight: bold;
        }

        .di_lst li.di_sel {
            color: #111;
            border-bottom: 3px solid #f56954;
            margin-top: -3px;
            padding-top: 3px;
            padding-bottom: 1px;
            cursor: default;
        }

.di_tbl {
    clear: both;
    height: 75px;
    overflow-y: auto;
    padding-top: 10px;
}

    .al_lst, .di_tbl table {
        width: 100%;
        table-layout: fixed;
    }

    .di_tbl caption {
        padding: 5px 0px;
        text-align: left;
        font-weight: bold;
        color: #3c8dbc;
        font-size: 14px;
    }

    .al_lst td, .di_tbl td {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 3px;
    }

.al_lst td {
    padding: 3px 3px 0px 3px;
    font-size: 14px;
    color: #444;
}

.top_menu_wrap {
    padding: 0px 0px 0px 0px;
    min-width: 320px;
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    top: 0px;
    position: fixed;
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    background: #004e8c;
    z-index: 99999;
}

    .top_menu_wrap img, .top_menu_wrap button {
        vertical-align: middle;
    }

    .top_menu_wrap button, .uinfo_wrap #iSkin {
        height: 50px;
        color: #fff;
        background: none;
        border: none;
        font-size: 14px;
        width: 130px;
        box-sizing: border-box;
        line-height: normal;
        display: inline-block;
    }

        .top_menu_wrap button i {
            font-size: 14px;
            color: #c3dcd6;
        }

    .top_menu_wrap li:first-child button {
        background: none;
    }

    button.top_menu_btn_hv, .top_menu_wrap button:hover {
        background: #5587a2;
    }

    .top_menu_wrap button:active {
        padding: 2px 0px 0px 2px;
    }

        .top_menu_wrap button:active img {
            margin: 1px 0px 0px 1px;
        }

.top_menu {
    margin: 0px;
    padding: 0px;
    float: left;
}

    .top_menu li {
        display: inline-block;
    }


.idx_logo img {
    display: inline-block;
}

    .idx_logo img + img {
        display: none;
    }

.idx_logo {
    background: #004e8c;
}

.uinfo_wrap {
    float: right;
    color: #fff;
}

#iUserBtn div {
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 13px 13px;
    background: #fff;
    margin: 0px 5px 0px 5px;
    box-shadow: 1px 2px rgba(0, 0, 0, 0.30);
    overflow: hidden;
    vertical-align: middle;
}

    #iUserBtn div img {
        margin: -2px 0px 0px -2px;
        width: 29px;
    }

.uinfo_wrap a:link, .uinfo_wrap a:visited, .uinfo_wrap a:hover {
    text-decoration: none;
    color: #fff;
}

.uinfo_wrap a:hover {
    color: #efef05;
}

.uinfo_wrap button, .uinfo_wrap #iSkin {
    text-align: center;
    vertical-align: middle;
    padding: 0px 10px;
    color: #fff;
    width: auto;
    font-size: 13px;
    min-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
}

    .uinfo_wrap button:active, .uinfo_wrap #iSkin:active {
        padding: 2px 9px 0px 11px;
    }

        .uinfo_wrap button:active img {
            margin: 0px 5px 0px 5px;
        }

    .uinfo_wrap button i, .uinfo_wrap i {
        font-size: 14px;
        color: #fff;
    }

.top_menu button span.acnt, button span.acnt, .link span.acnt {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 9px;
    position: absolute;
    margin: -7px 0px 0px -7px;
    background: #ce3202;
    padding: 1px 3px;
    border-radius: 3px;
    height: auto !important;
    width: auto !important;
    left: auto !important;
}



.edi_cnt {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    padding: 1px 3px;
    border-radius: 3px;
    height: auto !important;
    width: auto !important;
    line-height: 100% !important;
    background: #008749 !important;
    margin-left: 3px;
    color: #fff;
}


.link span.acnt {
    color: #fff;
    margin: -3px 0px -0px -7px;
    opacity: 0.87;
}

.nf_read td, .nf_read a:link, .nf_read a:visited {
    color: #999;
}


.top_menu button span.acnt {
    margin-left: -25px;
}

#leftMenu {
    padding-top: 65px;
    box-sizing: border-box;
}

.m_profile {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #eeeee4;
    background: #fafafa;
    padding: 12px 0px 12px 25px;
}

    .m_profile span {
        overflow: hidden;
        display: inline-block;
        margin-right: 7px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background: #fff;
        vertical-align: middle;
        box-shadow: 0px 1px rgba(0, 0, 0, 0.30);
    }

        .m_profile span img {
            margin: -2px 0px 0px -2px;
            width: 44px;
        }

    .m_profile div {
        vertical-align: middle;
        display: inline-block;
    }

    .m_profile p {
        color: #777;
        font-size: 12px;
        font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
        margin: 0px 0px 3px 0px;
        padding: 0px;
    }

        .m_profile p + p {
            margin: 0px;
            color: #333;
            font-size: 13px;
        }

#subLeftMenu {
    height: 100%;
    position: absolute;
    width: 215px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f8f7f2;
    border-right: 1px solid #d2d6de;
    vertical-align: top;
    /*-ms-overflow-style: none;*/
}

    #subLeftMenu nav {
        clear: both;
        height: 100%;
        width: 100%;
    }

.content_frame {
    width: 100%;
    padding-left: 215px;
    box-sizing: border-box;
    height: 100%;
}

.tab_frame {
    width: 100%;
    border: none;
    height: 100%;
}

#tabs {
    height: 100%;
    border: none;
    padding: 0px;
    margin-left: 1px;
}

    #tabs section {
        /*overflow: auto;*/
        padding: 30px 0px 0px 0px;
        box-sizing: border-box;
        height: 100%;
    }

    #tabs p {
        margin: 0px;
        padding: 0px;
    }

#tabsUl {
    width: 100%;
    position: absolute;
    height: 31px;
    padding: 0px 220px 0px 75px;
    margin: 0px;
    box-sizing: border-box;
    background: #efeee9;
    border-radius: 0px;
    border: none;
    /*border-top: 1px solid #dadbdc;
    border-bottom: 1px solid #dadbdc;*/
    overflow: hidden;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
}

#tabsUl .ui-tabs-active {
    background: #fff;
    border-bottom: none;
    border-top: 2px solid #ef562c;
    /*margin-top: -1px;*/
    height: 31px;
}

    #tabsUl .ui-tabs-active a:link, #tabsUl .ui-tabs-active a:visited {
        color: #333;
    }

#tabsUl a:link, #tabsUl a:visited {
    color: #838488;
}

#tabsUl span {
    cursor: pointer;
    margin-left: 1px;
    background: url(/img/btn_close2.png) no-repeat center center;
}

#tabsUl .ui-tabs-active span {
    background: url(/img/btn_close1.png) no-repeat center center;
}

#tabsUl li i {
    font-size: 14px;
}

#tabsUl li, #tabsUl a {
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    height: 29px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    border: none;
    border-radius: 0px;
    font-size: 13px;
    letter-spacing: 1px;
}

#tabsUl li {
    display: inline-block;
    float: none;
    background: #fff;
    line-height: 30px;
    padding: 0px 5px 0px 10px;
    background: #efeee9;
    border-bottom: 1px solid #dadbdc;
    border-right: 1px solid #dadbdc;
}

.sub_menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    font-size: 14px;
    box-sizing: border-box;
}

    .sub_menu li i {
        color: #777;
    }

    .sub_menu li, .sub_menu li .dk_pnode {
        min-height: 44px;
        padding-left: 0px;
        overflow: hidden;
        line-height: 0px;
    }

        .sub_menu li:hover {
            background: #f5efe1;
        }

            .sub_menu li:hover i {
                color: #333;
            }

        .sub_menu li button {
            border: none;
            background: none;
            position: absolute;
            font-size: 15px;
            margin: 13px 0px 0px -30px;
        }


        .sub_menu li ul {
            padding: 0px;
            margin: 0px;
        }

            .sub_menu li ul li, .sub_menu li ul .dk_pnode {
                padding-left: 20px;
                min-height: 40px;
            }

                .sub_menu li ul li a:link {
                    font-size: 13px;
                    height: 40px;
                    line-height: 40px;
                    padding-left: 20px;
                }

                .sub_menu li ul li i {
                    font-size: 14px;
                }

    .sub_menu a {
        line-height: 44px;
        display: inline-block;
        width: 100%;
        height: 44px;
        padding-right: 2px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        padding-left: 25px;
    }

        .sub_menu a:link, .sub_menu a:visited {
            text-decoration: none;
            color: #444;
            font-size: 14px;
            outline: none;
        }

        .sub_menu a:hover {
            color: #ef562c;
        }

        .sub_menu a:active {
            padding-top: 1px;
        }

.sub_menu_sel {
    background: #e0e0e0;
}

    .sub_menu_sel, .sub_menu_sel:visited {
        color: #fc0;
    }

#ctxMenu ul {
    border: none;
    background: none;
    margin-top: 0px;
}

    #ctxMenu ul li {
        min-height: 30px;
    }

        #ctxMenu ul li ul {
            padding-left: 25px;
            width: 150px;
        }

    #ctxMenu ul a {
        height: 30px;
        line-height: 30px;
    }

    #ctxMenu ul a, #ctxMenu ul li {
        background: #f5efe1;
        padding: 0px;
        border: none;
        margin: 0px;
        margin-left: -10px;
    }

        #ctxMenu ul li ul li ul li {
            margin-left: -30px;
        }

        #ctxMenu ul a:hover {
            background: none;
            border: none;
        }

    #ctxMenu ul button, #ctxMenu ul button:hover {
        border: none;
        background: none;
        position: absolute;
        padding-left: 20px;
        box-sizing: border-box;
    }

.site_map_menu {
    display: none;
    /*background:#5587a2;*/
    position: absolute;
    top: 50px;
    left: 0px;
    padding: 0px 0px 0px 215px;
    box-sizing: border-box;
    width: 100%;
}

    .site_map_menu span {
        /*opacity: 0.95;
        filter: alpha(opacity=95);*/
        /*background: #222d32;*/
        position: absolute;
        display: table-cell;
        height: 100%;
        width: 100%;
        left: 0px;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
        border-bottom: 1px solid #bbb;
    }

    .site_map_menu div {
        position: absolute;
        display: table;
    }

    .site_map_menu ul {
        display: table-cell;
        vertical-align: top;
        width: 130px;
        list-style: none;
        margin: 0px;
        padding: 10px 0px 5px 10px;
        box-sizing: border-box;
    }

.map_menu_over {
    background: #5587a2;
}

.site_map_menu ul li {
    padding: 0px;
}

    .site_map_menu ul li i {
        color: #727d72;
        /*opacity: 0.5;*/
        width: 18px;
    }

.site_map_menu button {
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    padding: 0px;
    background: none;
    height: 25px;
    border: none;
    text-decoration: none;
    color: #222d32;
    font-size: 12px;
    display: inline-block;
    width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.map_menu_over button {
    color: #fff;
    text-shadow: 1px 1px #004e8c;
}

.site_map_menu .map_menu_over i {
    color: #fff;
}

.site_map_menu button:hover {
    color: #fae335;
}

.frame_wrap {
    height: 100%;
}

.profile_wrap {
    white-space: nowrap;
    padding: 17px;
    text-align: left;
}

    .profile_wrap p {
        margin: 0px;
        padding: 5px 0px 0px 0px;
        font-size: 13px;
        color: #777;
    }

    .profile_wrap .pf_name {
        padding-top: 10px;
        font-size: 17px;
        letter-spacing: 1px;
        color: #333;
    }

.pf_pic {
    width: 94px;
    height: 94px;
    overflow: hidden;
    border: 1px solid #c1c9da;
    box-shadow: 0px 0px 3px 1px #e2e6ee;
    border-radius: 49px;
    display: inline-block;
    vertical-align: top;
    /*margin: auto;*/
}

.pf_pic_txt {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}

.pf_pic div {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 47px;
}

.pf_pic img {
    width: 94px;
    margin: -2px 0px 0px -2px;
}

#windowContainer section {
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    background: #fff;
    box-shadow: 1px 1px 0px 2px #e6eaef;
    border-bottom: 2px solid #dbdfe3;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    font-size: 13px;
    width: 100%;
    border: 1px solid #ccc;
}

.st_container {
    padding: 0px 0px 20px 20px;
    box-sizing: border-box;
    float: left;
}

    .st_container.pf {
        width: 25%;
    }

    .st_container.bx {
        width: 25%;
    }

    .st_container.pt {
        width: 50%;
    }

    .st_container.bbs {
        width: 50%;
        padding-right: 0px;
        /*float:right;*/
    }

#windowContainer .st_container.bbs section {
    padding-bottom: 0px;
}

.small_section {
    height: 376px;
    border-radius: 2px;
    border-top: 3px solid #3c8dbc;
}

    .small_section i {
        vertical-align: middle;
    }

.pf_pic_txt a:link, .pf_pic_txt a:visited {
    color: #888;
    vertical-align: middle;
    font-size: 12px;
    font-family: 돋움;
    /*text-decoration:none;*/
}

.small_section button {
    cursor: pointer;
    border: 1px solid #367fa9;
    background: #3c8dbc;
    border-radius: 3px;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
}

    .small_section button:hover {
        border-color: #204d74;
        background: #367fa9;
    }

    .small_section button:active {
        border-color: #122b40;
        background: #286090;
    }

.st_container.bx .small_section {
    height: 250px;
    overflow: hidden;
}

.st_container.pt .small_section {
    height: 250px;
}

.pf_list {
    margin-top: 5px;
}

    .pf_list dt {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .pf_list dt {
        padding-left: 17px;
        border-bottom: 1px solid #ddd;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        color: #333;
        background: #f9f9f9;
    }

        .pf_list dt:first-child {
            border-top: 1px solid #ddd;
        }

    .pf_list dd {
        line-height: 40px;
        height: 40px;
        box-sizing: border-box;
        margin: -40px 0px 0px 0px;
        padding: 0px 17px 0px 0px;
        text-align: right;
        width: 100%;
        min-width: 130px;
        color: #72afd2;
        font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
    }

        .pf_list dd a:link, .pf_list dd a:visited, .pf_list dd a:hover {
            color: #72afd2;
            text-decoration: none;
        }

    .pf_list dt i {
        color: #888;
    }

.tab_wrap {
    list-style: none;
    margin: -10px 0px 0px -10px;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
}

    .tab_wrap li {
        display: inline-block;
    }

        .tab_wrap li:hover {
            background: #fafafa;
        }

    .tab_wrap .tab_sel:hover {
        background: none;
    }

    .tab_wrap .tab_sel {
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #fff;
        background: #fff;
        border-top: 3px solid #3c8dbc;
        margin-bottom: -1px;
    }

    .tab_wrap li:first-child {
        border-left: none;
    }

    .tab_wrap li button {
        color: #333;
        font-size: 14px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 7px 15px;
    }

        .tab_wrap li button i {
            color: #999;
        }

    .tab_wrap .tab_sel button {
        cursor: default;
    }

#windowContainer {
    padding-right: 20px;
    padding-top: 20px;
}

    #windowContainer section.bbs_section {
        height: 376px;
        overflow: hidden;
        /*overflow-y:scroll;*/
    }

        #windowContainer section.bbs_section section {
            border: none;
            box-shadow: none;
            margin: 0px;
        }


.bbs_section dt {
    clear: both;
}

.bbs_section dd {
    padding: 7px 0px 17px 0px;
    margin: 0px;
    clear: both;
    line-height: 150%;
    color: #333;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bbs_section dt p {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #999;
}

.bbs_section dt a:link, .bbs_section dt a:visited, .bbs_section dt a:hover {
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
    color: #337ab7;
    font-size: 14px;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bbs_section dt a:hover {
    color: #ff851b;
}

.bbs_section dt a:active {
    color: #db8b0b;
}

.ss_title {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
}

    .ss_title dt {
        overflow: auto;
        font-size: 14px;
        color: #333;
        border-bottom: 1px solid #e0e0e0;
        padding: 7px 15px;
    }

        .ss_title dt a:link, .ss_title dt a:visited, .ss_title dt a:hover {
            color: #888;
            font-size: 15px;
        }

    .ss_title dd {
        color: #777;
        margin: 0px;
        padding: 10px;
    }

        .ss_title dd p {
            font-size: 12px;
            padding: 5px 0px 5px 0px;
            margin: 0px;
        }

            .ss_title dd p i {
                vertical-align: middle;
                font-size: 14px;
                color: #999;
            }

#addFavoriteMenu {
    position: absolute;
    display: none;
    z-index: 9999999;
    opacity: 1;
    margin-top: -10px;
}

    #addFavoriteMenu button {
        background: #fff;
        border: 1px solid #aaa;
        padding: 7px 10px;
        color: #000;
        text-shadow: none;
        height: auto;
        width: 100%;
    }

    #addFavoriteMenu li {
        width: auto;
    }

        #addFavoriteMenu li:first-child button {
            border-bottom: none;
        }

    #addFavoriteMenu button:hover {
        background: #f0f0f0;
        border-color: #999;
    }

    #addFavoriteMenu button:active {
        background: #ddd;
        border-color: #888;
    }

.toast_wrap {
    box-sizing: border-box;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999999999;
}

.toast_msg {
    background: rgba(0, 0, 0, 0.80);
    font-size: 14px;
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #444;
    display: none;
    box-sizing: border-box;
}

body div.tooltip {
    cursor: pointer;
    display: block;
    position: absolute;
    font-size: 11px;
    background: #ffffe2;
    border: 1px solid #949478;
    border-radius: 5px;
    padding: 10px 10px 10px 25px;
    background-image: url(/img/warning.png);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 9px;
    z-index: 999999;
    line-height: 150%;
}

table.fa_menu {
    min-width: 130px;
}

    table.fa_menu td {
        border: none;
        text-align: left;
        height: auto;
    }

    table.fa_menu th {
        border: none;
        padding: 0px;
        background: none;
        height: 0px;
    }

    table.fa_menu td a:link, table.fa_menu td a:visited {
        color: #444;
    }

    table.fa_menu td a:hover {
        color: #cd3301;
    }

    table.fa_menu td a:link i, table.fa_menu td a:visited i {
        color: #777;
    }

.small_section button.fvrt_del_btn {
    background: none;
    color: #e98a7e;
    padding: 0px;
    border: none;
    width: auto;
}

    .small_section button.fvrt_del_btn:hover {
        color: #d33724;
    }

.chat_ulist {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    font-size: 14px;
    box-sizing: border-box;
}

    /*.chat_ulist .dk_pnode > a .uc_img_wrap {
    display:none;
}*/

    .chat_ulist li i {
        color: #777;
    }

    .chat_ulist li {
        border-bottom: 1px solid #ccc;
        padding-top: 3px;
    }

        .chat_ulist li, .chat_ulist li .dk_pnode {
            min-height: 30px;
            padding-left: 0px;
            overflow: hidden;
            /*line-height: 0px;*/
        }

            .chat_ulist li:hover {
                background: #f5efe1;
            }

                .chat_ulist li:hover i {
                    color: #333;
                }

            .chat_ulist li button {
                border: none;
                background: none;
                font-size: 15px;
                margin: -23px 0px 0px 0px;
                float: right;
            }


            .chat_ulist li ul {
                list-style: none;
                border-top: 1px solid #ccc;
                padding: 0px;
                margin: 0px;
                clear: both;
            }

                /*.chat_ulist li ul li, .chat_ulist li ul .dk_pnode {
                padding-left: 10px;
            }*/

                .chat_ulist li ul li a:link {
                    font-size: 13px;
                    padding-left: 10px;
                }

                .chat_ulist li ul li i {
                    font-size: 14px;
                }

    .chat_ulist a {
        /*line-height: 32px;*/
        display: inline-block;
        /*height: 30px;*/
        width: 100%;
        padding: 5px 0px 5px 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        max-width: 100%;
        padding-left: 5px;
        float: left;
    }

        .chat_ulist a img {
            width: 100%;
        }

.chatu_img {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 32px;
}

.chat_ulist .uc_img_wrap {
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
    overflow: hidden;
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 14px;
}

    .chat_ulist .uc_img_wrap img {
        margin: -1px 0px 0px -1px;
        width: 30px;
    }

.chat_ulist a:link, .chat_ulist a:visited {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    outline: none;
}

.chat_ulist a:hover {
    /*color: #ef562c;*/
}

.chat_ulist a:active {
    padding-top: 1px;
}

.chat_ulist_sel {
    background: #e0e0e0;
}

    .chat_ulist_sel, .chat_ulist_sel:visited {
        color: #000;
    }

span.sch_txt, a:link span.sch_txt {
    background: #f39c12;
    border-radius: 2px;
    color: #000;
}

.dk_tree_search {
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    background: url(/img/search.png) no-repeat 23px center;
    background-color: #fff;
    border-bottom: 1px solid #eeeee4;
}

    .dk_tree_search:focus {
        background: #fff;
    }

ul.chat_user_menu {
    background: #e0e0e0;
    list-style: none;
}

.chat_ulist ul.chat_user_menu li {
    padding: 0px;
    line-height: 30px;
}

ul.chat_user_menu li:hover {
    background: #e0e0e0;
}

ul.chat_user_menu li button {
    margin: 0px;
    float: none;
    width: 100%;
    height: 30px;
    font-size: 14px;
    text-align: left;
    color: #333;
    padding: 0px 1px 0px 20px;
    box-sizing: border-box;
}

    ul.chat_user_menu li button:hover {
        background: #d0d0d0;
    }

    ul.chat_user_menu li button i {
        margin-right: 5px;
    }

    ul.chat_user_menu li button:active {
        background: #c0c0c0;
        padding: 0px 0px 0px 21px;
    }

#constPic {
    margin: 0px 20px;
}

    #constPic img {
        height: 150px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        max-width: 250px;
    }

    #constPic p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
        max-width: 230px;
        margin: auto;
        font-size: 14px;
        color: #333;
    }

/* 일정 달력 양식 시작 */
.datepicker table tr th {
    height: 25px;
}

.datepicker table tr td + td + td + td + td + td + td {
    color: #00f;
}

.datepicker table tr td {
    color: #555;
    height: 19px;
}

    .datepicker table tr td.old, .datepicker table tr td.new {
        color: #aaa;
    }

    .datepicker table tr td + td + td + td + td + td + td.old, .datepicker table tr td + td + td + td + td + td + td.new {
        color: #66f;
    }

    .datepicker table tr td.holiday {
        color: #f00;
    }

        .datepicker table tr td.holiday.old, .datepicker table tr td.holiday.new {
            color: #f66;
        }

.datepicker table {
    width: 100%;
}
/* 일정 달력 양식 종료*/

.mail_state_wrap {
    padding-left: 90px;
    margin-top: -38px;
    padding-bottom: 15px;
}

.mail_state {
    table-layout: fixed;
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

    .mail_state span {
        padding-left: 10px;
        width: 150px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: table-cell;
    }

        .mail_state span + span {
            padding-left: 0px;
        }

            .mail_state span + span + span {
                width: 40px;
                padding-left: 10px;
            }

span.mail_size {
    width: 100%;
}

    span.mail_size span {
        display: inline-block;
        border: 1px solid #777;
        width: 100%;
        height: 10px;
        padding: 0px;
        box-sizing: border-box;
    }

        span.mail_size span span {
            display: inline-block;
            background: #00a65a;
            height: 10px;
            border: none;
        }

.bx_list {
    margin: 0px;
}

    .bx_list dt {
        font-size: 13px;
        padding-left: 13px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .bx_list dd {
        padding-top: 7px;
    }

        .bx_list dd a:link, .bx_list dd a:visited, .bx_list dd a:hover, .const_list a:link, .const_list a:hover, .const_list a:visited {
            color: #777;
            text-decoration: none;
        }

        .bx_list dd a:hover, .const_list a:hover {
            color: #ff7701;
        }

        .bx_list dd a:active, .const_list a:active {
            color: #db8b0b;
        }

    .bx_list table {
        table-layout: fixed;
        width: 100%;
    }

        .bx_list table td img {
            vertical-align: middle;
            width: 12px;
            margin-right: 5px;
        }

        .bx_list table td {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            width: 70px;
        }

            .bx_list table td + td {
                width: 100%;
            }

                .bx_list table td + td + td {
                    width: 60px;
                    text-align: center;
                }

table.bx_table2 td {
    width: 100%;
}

    table.bx_table2 td + td {
        text-align: center;
        width: 100px;
    }

        table.bx_table2 td + td + td {
            width: 60px;
            text-align: center;
        }

.const_list {
    table-layout: fixed;
    width: 100%;
    margin-top: 4px;
}

    .const_list td {
        padding-left: 5px;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        height: 25px;
    }

        .const_list td img {
            margin-right: 5px;
            width: 12px;
            vertical-align: middle;
        }

        .const_list td + td {
            padding-left: 0px;
            width: 60px;
            padding-right: 5px;
            text-align: right;
            color: #666;
            /*font-size: 12px;*/
        }

            .const_list td + td a:link, .const_list td + td a:visited {
                color: #999;
            }

            .const_list td + td a:hover {
                color: #ff7701;
            }

            .const_list td + td a:active {
                color: #db8b0b;
            }

        .const_list td i {
            font-size: 4px;
            margin-right: 7px;
            vertical-align: middle;
            margin-top: -3px;
            color: #777;
        }

/* 대화함 목록 */
#talkList ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#windowContainer #talkList {
    padding: 5px 0px;
}

#talkList ul li {
    /*border-top:1px solid #e9e9e9;*/
    border-bottom: 1px solid #e9e9e9;
    height: 58px;
    padding: 7px 12px;
}

    /*#talkList ul li:first-child {
    border:none;
}*/

    #talkList ul li:hover {
        background: #f0f0f0;
    }

    #talkList ul li span {
        display: block;
        height: 58px;
    }

        #talkList ul li span + span {
            padding-left: 70px;
            margin-top: -58px;
        }

#talkList .talk_pic {
    overflow: hidden;
    width: 58px;
    height: 58px;
    border-radius: 30px 30px;
}

    #talkList .talk_pic img {
        margin: -1px 0px 0px -1px;
    }

#talkList ul li p {
    margin: 4px 0px 0px 0px;
    font-weight: bold;
    clear: both;
}

    #talkList ul li p + p {
        padding-right: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        margin-top: 8px;
        height: 31px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-weight: normal;
        color: #555;
    }

    #talkList ul li p:first-child {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        #talkList ul li p:first-child span {
            display: table-cell;
            height: auto;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            #talkList ul li p:first-child span + span {
                font-weight: normal;
                color: #999;
                font-size: 12px;
                margin: 0px;
                width: 70px;
                padding: 0px;
                text-align: right;
            }

.tnew_cnt {
    text-align: center;
    border-radius: 15px;
    background: #dd4b39;
    float: right;
    margin-top: -27px;
    color: #fff;
    padding: 3px 5px;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    min-width: 10px;
}
/* 대화함 목록 끝 */

.new_ico {
    vertical-align: middle;
    width: 12px;
    margin-right: 5px;
}

div#skinList, div#notifyList {
    position: absolute;
    z-index: 99999;
    background: #fafafa;
    color: #333;
    font-size: 12px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    display: none;
}

div#skinList {
    margin: 17px 0px 0px -160px;
}

    div#skinList li {
        width: 100% !important;
    }

    div#skinList ul, div#notifyList ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 200px;
        max-height: 200px;
        overflow-y: auto;
    }

    div#skinList ul {
        max-height: 100%;
    }

        div #skinList ul li, div#notifyList ul li {
            padding: 10px 20px 10px 15px;
            border-top: 1px solid #f0f0f0;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        div#skinList ul li {
            cursor: pointer;
            padding: 0px;
            height: 30px;
            box-sizing: border-box;
        }

            div#skinList ul li:hover {
                box-shadow: rgba(255, 255, 255, 0.3) 3px 3px 3px inset;
            }

            div#skinList ul li:active {
                box-shadow: rgba(0,0,0,0.3) 3px 3px 3px inset;
            }

div#notifyList ul li:first-child {
    border-top: none;
}

div#skinList ul li:hover, div#notifyList ul li:hover {
    background: #e0e0e0;
}


div#notifyList ul li i {
    color: #777;
    margin-right: 5px;
}

div#notifyList a i {
    color: #dd4b39;
    margin-right: 5px;
}

.tab_mbtn {
    z-index: 9999;
    position: absolute;
}

    .tab_mbtn button {
        border: none;
        border-bottom: 1px solid #dadbdc;
        border-right: 1px solid #dadbdc;
        box-sizing: border-box;
        background: #efeee9;
        height: 31px;
        float: left;
        padding: 0px;
        width: 25px;
    }

        .tab_mbtn button:hover {
            background: #d2d6de;
        }

        .tab_mbtn button:active {
            background: #b5bbc8;
        }

#cCont {
    width: 25%;
}

#cPhoto, #cSiteFavorite {
    width: 25%;
}

#cOrgChart section {
    min-height: 520px;
}

#cOrgChart .dk_tree_skin, #cOrgChart .talkList {
    height: 474px;
    overflow-y: auto;
}


.m_mleft, .m_mright {
    display: none !important;
}





@media screen and (max-width:1630px) {
    #iUserInfo {
        display: none;
    }
}

@media screen and (max-width:1500px) {
    #iLogOut {
        display: none;
    }
}

@media screen and (max-width:1465px) {
    #iUserBtn {
        display: none;
    }
}


@media screen and (max-width:1410px) {

    .tab_wrap li button {
        font-size: 12px;
    }

    #ofdocTopBtn {
        letter-spacing: -1px;
    }

    #memberTopBtn {
        letter-spacing: -2px;
    }

    .site_map_menu li button, .top_menu li button {
        width: 110px;
    }

    .site_map_menu ul {
        width: 110px;
    }

    .site_map_menu div {
        table-layout: fixed;
        width: 400px;
    }

    .site_map_menu ul li button {
        width: auto;
    }

    .site_map_menu ul li i {
        display: none;
    }


    #cOrgChart section {
        min-height: 510px;
    }

    .st_container {
        padding: 0px 0px 10px 10px;
    }

    #windowContainer {
        padding-right: 10px;
        padding-top: 10px;
    }
}


@media screen and (max-width:1250px) {

    .tab_wrap li button {
        font-size: 14px !important;
    }

    .cm50 {
        width: 50% !important;
    }

    .content_frame {
        padding-left: 0px;
    }

    .win_title p + div, .win_title p + div + div + div, .win_title p + div + div + div + div {
        display: none;
    }

    .win_title.win_max {
        margin-left: -90px;
        width: 90px;
    }

    .site_map_menu ul li i {
        display: inline-block;
    }

    .site_map_menu div {
        width: 100%;
    }

    .site_map_menu ul {
        width: 12.5%;
    }

    .site_map_menu {
        padding-left: 0px;
    }

    .windowWrap {
        top: 50px;
        padding-bottom: 40px;
    }

    #windowContainer {
        overflow: auto !important;
    }

    body {
        overflow: hidden;
    }

    .top_menu_wrap li {
        width: 16.666%;
    }

    .top_menu {
        width: 100%;
    }

    .top_menu_wrap li button {
        width: 100%;
    }

    #iEmailBtn, #iEdiBtn {
        display: inline-block;
    }

    .uinfo_wrap {
        height:50px;
        padding-top:5px;
        margin-top: -50px;
        position: absolute;
        text-align: right;
        width: 100%;
        margin-left: 120px;
        box-sizing: border-box;
        padding-right: 125px;
        background: #fff;
    }

    #iSkin {
        padding-top: 13px !important;
    }

    .uinfo_wrap button, .uinfo_wrap #iSkin {
        cursor: pointer;
        height: 40px;
        min-width: 45px;
    }

        .uinfo_wrap button span.acnt {
            margin-top: -5px;
        }

        .uinfo_wrap button i, .uinfo_wrap #iSkin i {
            color: #777;
        }

        .uinfo_wrap button:hover i, .uinfo_wrap #iSkin:hover i {
            color: #fff;
        }

    #windowContainer {
        overflow: visible;
    }

    #notifyList li {
        width: auto;
    }

    .uinfo_wrap button:first-child {
        box-shadow: none;
    }

    .top_menu li:first-child {
        z-index:99;
        position: absolute;
        margin-top: -50px;
        width: auto;
    }

        .top_menu li:first-child button {
            background: #fff;
            height: 50px;
        }

    .idx_logo img {
        display: none;
    }

        .idx_logo img + img {
            display: block;
        }

    .top_menu_wrap {
        top: 50px;
        padding-left: 0px;
    }

    body {
        padding-top: 90px;
    }

    #windowContainer {
        padding-right: 10px;
        padding-top: 20px;
        /*background: #fff !important;*/
    }

    .idx_logo {
        margin-left: 0px !important;
        left: 49px !important;
    }

        .idx_logo button {
            padding-left:15px;
        }
        /*


    .m_sm_ol {
        background: #000;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 999998;
    }*/
        .m_sub_mbtn {
            position: fixed;
            left: 0px;
            top: 0px;
            line-height: 40px;
            display: block;
            background: none;
            border: none;
            width: 50px;
            height: 50px;
            color: #555;
            background: #f0f0f0;
            font-size: 22px;
            z-index: 99999999;
        }

    .uinfo_wrap {
        margin-left: 170px;
        padding-right: 175px;
    }

    .msm_ov {
        background: #000;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        position: fixed;
        left: 0px;
        top: 40px;
        z-index: 9999998;
        display: none;
    }


    .mobile_sitemap {
        display: none;
        background: #f8f7f2;
        width: 300px;
        position: fixed;
        z-index: 9999999;
        border-right: 1px solid #d2d6de;
        border-top: 1px solid #d2d6de;
        top: 40px;
        left: 0px;
        max-height: 100%;
        box-sizing: border-box;
        overflow-y: auto;
    }

        .mobile_sitemap menu {
            margin: 0px;
            padding: 0px;
            height: 50px;
            overflow: hidden;
            box-sizing: border-box;
        }

            .mobile_sitemap menu:last-child {
                margin-bottom: 40px;
            }

            .mobile_sitemap menu .msbtn {
                font-size: 17px;
                background: none;
                width: 100%;
                height: 50px;
                text-align: left;
                border: none;
                border-bottom: 1px solid #d2d6de;
                padding-left: 10px;
                color: #444;
            }

            .mobile_sitemap menu i {
                margin-right: 5px;
                font-size: 12px;
                color: #777;
            }

        .mobile_sitemap ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

        .mobile_sitemap li {
            width: 100% !important;
        }

            .mobile_sitemap li button {
                background: none;
                border: none;
                font-size: 15px;
                height: 40px;
                padding-left: 25px;
                color: #555;
                width: 100%;
                text-align: left;
            }

        .mobile_sitemap ul li:last-child button {
            border-bottom: 1px solid #d2d6de;
        }
}

@media screen and (max-width:1290px) {
    div#skinList {
        margin: 11px 0px 0px -160px;
    }

    #cSchedule, #cEdi {
        width: 35%;
    }

    #cEmail, #cCont {
        width: 40%;
    }

    #cPhoto {
        clear: both;
        width: 50%;
    }

    #cSiteFavorite {
        width: 50%;
    }

    #cOrgChart .bbs_section {
        padding-right: 0px;
    }

    #cOrgChart .dk_tree_skin, #cOrgChart .talkList {
        height: 474px;
    }
}

@media screen and (max-width:1140px) {

    div.site_map_menu {
        /*top:-1000px;*/
    }

    .st_container.pf, .st_container.bx {
        width: 25%;
    }

    .st_container.bbs {
        width: 50%;
    }

    .tab_wrap li button {
        padding: 7px;
        font-size: 12px;
    }

    #cOrgChart, #cSchedule, #cEdi, #cEmail, #cCont {
        width: 50%;
    }

    #cPhoto {
        clear: both;
        width: 50%;
    }

    #cSiteFavorite {
        width: 50%;
    }
}

@media screen and (max-width:1000px) {

    .st_container {
        padding: 0px 0px 10px 10px;
    }

    #cOrgChart .dk_tree_skin, #cOrgChart .talkList {
        height: 464px;
    }
}

@media screen and (max-width:800px) {

    .site_map_menu ul li i {
        display: none;
    }

    #memberTopBtn {
        font-size: 13px;
    }

    #ofdocTopBtn {
        letter-spacing: -2px;
    }
}

.m_show {
    display: none;
}

@media screen and (max-width:640px) {
    /* 아이폰앱 하단 잘림 방지 */
    #cPhoto {
        padding-bottom: 50px;
    }

    .m_show {
        display: block;
    }

    .m_hide {
        position: absolute !important;
        top: -1000px !important;
        display: none !important;
    }

    #mNotice {
        display: block;
    }

    .mTabMenuContent .small_section, .mTabMenuContent .bbs_section {
        display: none;
        border-top: none !important;
        box-shadow: 1px 1px 0px 1px #e6eaef !important;
        height: auto !important;
    }

    .mtbmar {
        margin-top: 9px;
    }

    .mTabMenuContent {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    div#skinList {
        margin: 11px 0px 0px -160px;
    }

    #windowContainer {
        padding-right: 0px;
    }

    #winContainerWrap {
        padding-right: 10px;
    }

    .site_map_menu button {
        height: 30px;
    }

    #adminTopBtn {
        display: none !important;
    }

    .chat_user_menu li + li + li {
        display: none;
    }

        .chat_user_menu li + li + li + li {
            display: block;
        }

    .windowWrap {
        padding-bottom: 0px;
    }

    #windowContainer {
        overflow: visible !important;
    }

    body {
        overflow: visible;
    }
}

@media screen and (max-width:900px) {
    .top_menu li:first-child {
        margin-left: -40px;
    }

    .top_menu {
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .top_menu_wrap li {
        width: 33%;
    }

    .site_map_menu {
        width: 100%;
        height:calc(100vh - 100px);
        overflow:auto;
    }

        .site_map_menu ul {
            width: 33%;
        }

    .m_mleft {
        display: block !important;
        width: 40px !important;
        position: absolute;
        left: 0px;
        top: 0px;
        margin: 0px;
    }

    .m_mright {
        display: block !important;
        width: 40px !important;
        position: absolute;
        left: 100%;
        top: 0px;
        margin-left: -40px;
    }

    .m_smhide {
        display: none !important;
    }

    .site_map_menu div {
        box-sizing: border-box;
        padding: 0px 43px 0px 40px;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
        border-bottom: 1px solid #ccc;
    }

    .site_map_menu span {
        display: none;
    }

    .top_menu_wrap button {
        font-size: 14px;
        letter-spacing: -1px;
    }

        .site_map_menu ul li {
            padding: 7px 0px;
        }

    .site_map_menu ul {
        padding-left: 5px;
    }
}




@media screen and (max-width:659px) {

    .link span.acnt {
    }

    #mobileApp {
        display: block !important;
    }

    #skinList {
        font-size: 1.2em;
    }

        #skinList li {
            height: 35px;
        }

    .site_map_menu ul li i {
        /*display: inline-block !important;*/
    }

    .site_map_menu button {
        font-size: 17px;
    }

    .uinfo_wrap button:first-child {
        display: none !important;
    }

    .cm50 {
        width: 100% !important;
    }

    #cOrgChart {
        width: 100%;
    }

        #cOrgChart .dk_tree_skin, #cOrgChart .talkList {
            height: auto;
            min-height: unset;
            overflow-y: visible;
        }

    .site_map_menu ul li i {
        display: none;
    }

    .st_container.pf, .st_container.bx {
        width: 100%;
    }

    .st_container.bbs {
        width: 100%;
    }

    #cFavorite {
        /*display:none;*/
    }

    .st_container.pf, .st_container.bx {
        width: 100%;
    }
    /*
    #cUserInfo section {
        display:table;
        table-layout:fixed;
    }

    #cUserInfo .profile_wrap {
        width: 120px;
        padding-right:10px;
        display: table-cell;
        vertical-align: top;
    }

    #cUserInfo .pf_list {
        width: 100%;
        display: table-cell;
        vertical-align:top;
    }

        #cUserInfo .pf_list + button {
            position: absolute;
            left: 25px;
            width: 110px;
            margin-top: 113px;
            padding:5px 0px;
        }

    .pf_pic {
        width:74px;
        height:74px;
    }

        .pf_pic div {
            width:70px;
            height:70px;
        }

        .pf_pic img {
            width:74px;
        }

        .profile_wrap p {
            padding-top:2px;
            font-size:12px;
        }

    .profile_wrap .pf_name {
        padding-top:3px;
        font-size:15px;
    }

    #windowContainer section.bbs_section, .small_section {
        height: auto;
        min-height:unset;
    }

    .st_container.pt, #cSchedule, #cEdi, #cEmail, #cCont {
        width: 100%;
    }
    */



    #cPhoto {
        clear: both;
        width: 100%;
    }

    #cSiteFavorite, #cSchedule, #cEmail, #cEdi, #cCont {
        width: 100%;
    }

    #favoriteMenuGrid, #favoriteSiteGrid {
        font-size: 1.05em !important;
    }

        #favoriteMenuGrid td, #favoriteSiteGrid td {
            padding: 5px 5px;
        }
}

@media screen and (max-width:320px) {

    .uinfo_wrap button[title=관리자] {
    }

    .uinfo_wrap button {
        padding: 0px 0px !important;
    }

    .top_menu_wrap button {
        font-size: 12px !important;
        letter-spacing: -1px;
    }

    .top_menu button {
        font-size: 13px !important;
    }
}


.contentFrame, .tab_frame {
    height: 100% !important;
}

.scroll_on {
    overflow: auto !important;
}
}
