﻿@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);



.ui-dialog {
    z-index: 999999 !important;
}

.ui-widget-overlay {
    z-index: 999998 !important;
}


input[type=submit], input[type=text], input[type=button], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}


button, input[type=button], input[type=image], input[type=submit] {
    cursor: pointer;
}

*:focus {
    outline: none;
}

img {
    border: none;
}

.table {
    display: table;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

h1 {
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    box-sizing: border-box;
    line-height: 100%;
    letter-spacing: 1px;
    padding-left: 5px;
}

    h1 img {
        vertical-align: middle;
        margin-right: 10px;
    }

    h1 span .fa {
        font-size: 25px;
        vertical-align: middle;
        color: #dd4b39;
    }

body .init {
    font-family: default;
    font-size: initial;
    line-height: initial;
    color: initial;
    border: initial;
    padding: initial;
}

.c_999 {
    color:#999;
}

.hidden {
    display: none;
}

.m_show {
    display:none;
    position:absolute;
    top:-1000px;
}

.col_sort {
    margin-right: 3px;
    font-size: 11px;
    vertical-align: top;
}

.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;
}

.map_wrap {
    color: #807c70;
    font-size: 12px;
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    text-align: right;
    margin-top: -28px;
    height: 25px;
    padding-bottom: 3px;
}

    .map_wrap span {
        color: #5b5148;
    }

    .map_wrap i {
        color: #555;
        font-size: 14px;
    }

    .map_wrap img {
        vertical-align: middle;
        margin: 0px 5px;
    }

.input {
    border: 1px solid #d2d6de;
    padding: 5px;
    color: #333;
}

.sch_input1 {
    width:100px;
}

.sch_input2 {
    width: 200px;
}

    .input:focus {
        border-color: #3c8dbc;
    }

/* 버튼 스타일 시작 */
.btn_none {
    background: none;
    border: none;
    padding: 1px;
    line-height: 100%;
    font-size: 11px;
    box-sizing: border-box;
    vertical-align: middle;
}

    .btn_none:active {
        box-shadow:2px 2px 3px inset rgba(0,0,0,0.3);
    }

.btn_normal i, .btn_sm i {
    margin-right: 4px;
    vertical-align: middle;
}

.ui-dialog-buttonset button, .btn_normal, .btn_sm, .btn_xm {
    border-radius: 2px;
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    font-size: 13px !important;
    border: 1px solid #ccc;
    color: #555;
    padding: 7px 10px !important;
    background: #f4f4f4;
    vertical-align: middle;
}

.ui-dialog-buttonset button {
    padding: 8px 12px;
    font-size: 14px !important;
}

    .ui-dialog-buttonset button:focus, .btn_normal:focus, .btn_sm:focus, .btn_xm:focus {
        outline: none;
        border-color: #8c8c8c;
        background: #e0e0e0;
        color: #222;
    }

    .ui-dialog-buttonset button:hover, .btn_normal:hover, .btn_sm:hover, .btn_xm:hover {
        outline: none;
        border-color: #adadad;
        background: #e6e6e6;
        color: #333;
    }

    .ui-dialog-buttonset button:active, .btn_normal:active, .btn_sm:active, .btn_xm:active {
        box-shadow: 2px 2px 3px rgba(0,0,0,0.2) inset;
        border-color: #8c8c8c;
        background: #d4d4d4;
        color: #111;
    }

.btn_blue {
    color: #fff !important;
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
}

    .btn_blue:focus {
        background-color: #286090 !important;
        border-color: #122b40 !important;
        color: #fff !important;
    }

    .btn_blue:hover {
        background-color: #367fa9 !important;
        border-color: #204d74 !important;
        color: #fff !important;
    }

    .btn_blue:active {
        color: #fff !important;
        background-color: #204d74 !important;
        border-color: #122b40 !important;
    }

.btn_green {
    color: #fff !important;
    background-color: #00a65a !important;
    border-color: #008d4c !important;
}

    .btn_green:focus {
        background-color: #449d44 !important;
        border-color: #255625 !important;
        color: #fff !important;
    }

    .btn_green:hover {
        background-color: #008d4c !important;
        border-color: #398439 !important;
        color: #fff !important;
    }

    .btn_green:active {
        color: #fff !important;
        background-color: #398439 !important;
        border-color: #255625 !important;
    }

.btn_red {
    color: #fff !important;
    background-color: #dd4b39 !important;
    border-color: #d73925 !important;
}

    .btn_red:focus {
        background-color: #c9302c !important;
        border-color: #761c19 !important;
        color: #fff !important;
    }

    .btn_red:hover {
        background-color: #d73925 !important;
        border-color: #ac2925 !important;
        color: #fff !important;
    }

    .btn_red:active {
        color: #fff !important;
        background-color: #ac2925 !important;
        border-color: #761c19 !important;
    }

.btn_yellow {
    color: #fff !important;
    background-color: #f39c12 !important;
    border-color: #e08e0b !important;
}

    .btn_yellow:focus {
        background-color: #ec971f !important;
        border-color: #985f0d !important;
        color: #fff !important;
    }

    .btn_yellow:hover {
        background-color: #e08e0b !important;
        border-color: #d58512 !important;
        color: #fff !important;
    }

    .btn_yellow:active {
        color: #fff !important;
        background-color: #d58512 !important;
        border-color: #985f0d !important;
    }

.btn_white {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #e0e0e0 !important;
}

    .btn_white:focus {
        background-color: #f9f9f9 !important;
        border-color: #d0d0d0 !important;
        color: #333 !important;
    }

    .btn_white:hover {
        background-color: #fafafa !important;
        border-color: #d9d9d9 !important;
        color: #111 !important;
    }

    .btn_white:active {
        color: #111 !important;
        background-color: #f0f0f0 !important;
        border-color: #c9c9c9 !important;
    }
button[disabled=disabled], input[type=submit][disabled=disabled], input[type=button][disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn_sm {
    padding: 5px 7px !important;
    font-size: 12px !important;
}

    .btn_sm:active {
    }

.btn_xm {
    padding: 3px 3px 2px 3px !important;
    font-size: 11px !important;
}

    .btn_xm:active {
    }
/* 버튼 스타일 끝 */


/* 다음 에디터 여백 표시용 시작 */
.tx_page_margin_l, .tx_page_margin_r {
    position: absolute;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #ccc;
}

.tx_page_margin_l {
    border-right: 1px solid #ccc;
    left: 50%;
}

.tx_page_margin_r {
    border-left: 1px solid #ccc;
    left: 50%;
}
/* 다음 에디터 여백 표시용 끝 */

/* 다음 에디터용 시작 */
.set_dlg ul {
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
    font-size: 12px;
}

.set_dlg input[type=radio] {
    padding-left: 0px;
    margin-left: 0px;
}

.set_dlg li label {
    padding-left: 10px;
    display: inline-block;
    width: 55px;
    vertical-align: middle;
}

.set_dlg li {
    margin: 0px;
    padding: 0px;
    height: 27px;
}

#_pmTop, #_pmBottom, #_pmLeft, #_pmRight {
    line-height: 12px;
    max-width: 20px;
    ime-mode: disabled;
    padding: 0px;
    vertical-align: middle;
}
/* 다음 에디터용 끝 */


html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

input, select, textarea, button {
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
}

img {
    border: none;
}

body {
    box-sizing: border-box;
    height: 100% !important;
    margin: 0px;
    padding: 0px;
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
}

form {
    height:100%;
}

.display_none {
    position: absolute;
    width: 1px;
    height: 1px;
    top: -100px;
}

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: 99999999;
    line-height: 150%;
}

.highlight_1 {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

.content_wrap {
    overflow:auto;
    padding: 25px;
}

.mail_list td, .mail_list a:link, .mail_list a:visited {
    color: #777 !important;
}

.dk_grid_skin .new_mail td, .dk_grid_skin .new_mail a:link, .dk_grid_skin .new_mail a:visited {
    /*font-weight: bold;*/
    color: #111 !important;
}

.dk_grid_skin .mail_stxt {
    font-size: 12px;
    text-align: right;
}

.mail_btn_wrap {
    padding: 10px 0px 10px 8px;
}

    .mail_btn_wrap input[type=checkbox] {
        margin-right: 15px;
    }

    .mail_btn_wrap * {
        vertical-align: middle;
    }

.write_form {
    display: table;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    color: #333;
    font-size: 14px;
}

.ess_form:before {
    content:'*';
    color:#f00;
    margin-right:5px;
}

.write_form li {
    display:table-row;
}

.write_form li li {
    display:initial;
}

.write_form .wf_cell {
    display:table-cell;
    vertical-align:middle;
    padding:3px 0px;
    border-bottom:1px solid #eee;
}

.write_form .wf_cell * {
    vertical-align:middle;
}

.write_sform .wf_cell {
    display: table-cell;
    vertical-align: middle;
    padding: 3px 0px;
    border-bottom: none;
}

.m_write_form {
    box-sizing: border-box;
    width: 100%;
    display: table;
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}

    .m_write_form li {
        display: table-row;
        background: -moz-linear-gradient(top, rgba(233,233,233,0) 2%, rgba(208,208,208,0) 85%, rgba(205,205,205,0) 98%, rgba(204,204,204,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(233,233,233,0) 2%,rgba(208,208,208,0) 85%,rgba(205,205,205,0) 98%,rgba(204,204,204,0.65) 100%);
        background: linear-gradient(to bottom, rgba(233,233,233,0) 2%,rgba(208,208,208,0) 85%,rgba(205,205,205,0) 98%,rgba(204,204,204,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e9e9e9', endColorstr='#a6cccccc',GradientType=0 );
    }

        .m_write_form li ul {
            margin: 0px;
            padding: 0px;
            font-size: 13px;
        }

            .m_write_form li ul input[type=text] {
                padding: 5px;
                font-size: 12px;
            }

    .m_write_form * {
        vertical-align: middle;
    }

    .m_write_form li label:first-child {
        width: 100px;
        display: table-cell;
        padding: 7px 5px 7px 5px;
    }

    .m_write_form div {
        padding: 5px 0px 5px 0px;
        display: table-cell;
    }

    .m_write_form input[type=text], .m_write_form textarea, .m_write_form input[type=password], .write_form input[type=text], .write_form textarea, .write_form input[type=password] {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 7px;
        font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
        font-size: 13px;
        color: #4a494e;
        border-radius: 2px;
    }

.dl_list {
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    overflow: hidden;
    font-size: 14px;
    margin: 10px 0px;
}

    .dl_list dt {
        color: #3c3334;
        padding: 5px 0px;
        vertical-align: top;
        width: 100px;
        display: inline-block;
    }

    .dl_list dd {
        color: #555;
        padding: 5px 0px;
        word-break: break-all;
        vertical-align: top;
        display: table-cell;
        padding-right: 110px;
        margin: 0px -120px 0px 0px;
        box-sizing: border-box;
        width: 100%;
        display: inline-block;
    }

        .dl_list dd a:link, .dl_list dd a:visited, .dl_list dd a:hover {
            color: #4a494e;
            text-decoration: none;
        }

        .dl_list dd a:hover {
            color: #0a338b;
        }

.mail_view_wrap {
    border-top: 1px solid #eeeee4;
    padding-top: 17px;
    color: #30302e;
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
}

.att_size {
    color: #ada398;
    font-size: 12px;
    padding-left: 5px;
}

.file_ext {
    vertical-align: middle;
    margin-right: 5px;
}

.file_att_list {
    line-height: 190%;
    font-size: 12px;
}

    .file_att_list * {
        vertical-align: middle;
    }

.top_fixed {
    z-index: 99999;
    padding: 10px 25px 10px 25px;
    position: absolute;
    width: 100%;
    left: 0px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.95);
    /*border-bottom:1px dashed #ccc;*/
}

.fixed_list {
    padding-left:33px;
}

    .top_fixed button {
        /*margin-right:5px;*/
    }

    .top_fixed * {
        vertical-align: middle;
    }

    .top_fixed + * {
        margin-top: 55px;
    }

.pwd_layer {
    z-index: 99999;
    background: rgba(255, 255, 255, 0.80);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    display: none;
}

.pwd_wrap {
    position: absolute;
    font-size: 15px;
    color: #333;
    top: 50%;
    left: 50%;
    margin: -70px 0px 0px -180px;
}

    .pwd_wrap input {
        border: 1px solid #999;
        border-radius: 2px;
        padding: 0px 5px;
        height: 25px;
    }

    .pwd_wrap p {
        font-size: 16px;
        color: #333;
    }

        .pwd_wrap p i {
            color: #ce3202;
        }

.icon_txt {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 9px;
    color: #fff;
    background: #00a65a;
    height: 15px;
    line-height: 15px;
    padding: 0px 5px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
}

    .icon_txt + * {
        vertical-align: middle;
    }

#contentTitle {
    display: inline-block;
    padding-right: 100px;
    box-sizing: border-box;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bv_writer {
    clear:both;
    font-size: 12px;
    margin-top: 46px;
    padding-top: 10px;
    overflow:auto;
}

/* 에디터 본문 기본값으로 설정할것 */
.bv_content {
    padding-top:10px;
    color: #333;
    font-size: 9pt;
    font-family: 돋움;
    line-height: 1.5;
    /*clear: both;
    color: #123456;
    font-size: 10pt;
    font-family: 굴림;
    line-height: 1.5;
    padding-bottom: 10px;
    padding-top: 10px;
    min-height:300px;*/
}

.bv_ext_tit {
    color: #111;
    width: 100px;
    display: inline-block;
    text-align: right;
    padding-right: 20px;
}

.ext_wrap {
    display:none;
    margin-top:10px;
    padding:10px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.bv_ext {
    width: 49%;
    box-sizing: border-box;
    clear: both;
    font-size: 14px;
    font-weight: normal;
    color: #555;
    padding: 10px 0px 5px 3px;
    display: none;
}
    .bv_content p {
        margin: 0px;
        padding: 0px;
    }

    .bv_content img {
        max-width:100%;
    }

.bv_tag {
    display: none;
    color: #333;
    margin-top: 7px;
    font-size: 13px;
}

    .bv_tag i {
        color: #222;
        margin-right: 7px;
    }

    .bv_tag a:link, .bv_tag a:visited, .bv_tag a:hover {
        text-decoration: none;
        color: #333;
        margin-right: 7px;
    }

    .bv_tag a:hover {
        text-decoration: underline;
        color: #004e8c;
    }

#attFileWrap {
    display: none;
    text-align: right;
    float: right;
    font-size: 14px;
}

    #attFileWrap a:link, #attFileWrap a:visited, #attFileWrap a:hover {
        color: #333;
        text-decoration: none;
    }

    #attFileWrap a:hover {
        text-decoration: underline;
    }

    #attFileWrap a strong {
        color: #f39c12;
    }

    #attFileWrap i {
        color: #222d32;
    }

.bv_file {
    z-index:9999;
    position: absolute;
    display: none;
    margin: 0px 0px 0px -230px;
    width: 230px;
    padding: 0px 0px 5px 0px;
    border: 1px solid #999;
    margin-top: 5px;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.07);
}

    .bv_file dd {
        margin: 0px;
        padding: 5px 15px;
        font-size: 13px;
        text-align: left;
    }

    .bv_file img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .bv_file dt {
        overflow: auto;
        padding: 7px 15px;
        background: #eee;
        border-bottom: 1px solid #ccc;
    }

        .bv_file dt + dd {
            padding-top: 10px;
        }

.bv_btns {
    float: right;
}

    .bv_btns button {
        margin-left: 5px;
    }

    .bv_btns button:active {
        padding:0px;
    }

    .bv_btns ul {
        list-style:none;
        margin:0px;
        padding:0px;
    }

    .bv_btns ul li {
        display:inline-block;
        width:25px;
    }

.comment_list {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    font-size: 13px;
    border-radius: 3px 3px 0px 0px;
    border-top: 3px solid #00a65a;
}

    .comment_list li {
        padding-bottom: 10px;
        overflow: auto;
        border-top: 1px dotted #00a65a;
    }

        .comment_list li:first-child {
            border: none;
        }

    .comment_list dl {
        box-sizing: border-box;
        padding-left: 50px;
        margin-left: -50px;
    }

    .comment_list dt {
        position: absolute;
        box-sizing: border-box;
        padding: 0px 25px 0px 80px;
        width: 100%;
        margin: 0px 0px 0px -25px;
        color: #777;
    }

        .comment_list dt strong {
            color: #333;
        }

        .comment_list dt:first-child {
            padding: 0px 0px 0px 32px;
            width: 50px;
        }

    .comment_list dd {
        font-size: 13px;
        font-family: Dotum, 돋움;
        margin: 0px;
        padding: 25px 0px 0px 55px;
        float: left;
        line-height: 150%;
        color: #333;
        box-sizing: border-box;
        width: 100%;
    }

    .comment_list dt:first-child div {
        overflow: hidden;
        box-sizing: border-box;
        width: 35px;
        height: 35px;
        border-radius: 18px;
        border: 2px solid #009551;
    }

        .comment_list dt:first-child div img {
            width: 35px;
            margin: -2px 0px 0px -2px;
        }

    .comment_list button {
        font-size: 12px;
        padding: 2px 5px;
        border-radius: 2px;
        vertical-align: middle;
        margin: -3px 3px 0px 0px;
    }

.cmt_rp_user {
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    color: #777;
    font-size: 13px;
}

.comment_reply {
    background: url(/img/reply.png) no-repeat 15px 20px;
}

    .comment_reply dt {
        padding-left: 110px;
        margin-left: -25px;
    }

        .comment_reply dt:first-child {
            padding-left: 62px;
        }

    .comment_reply dd {
        padding-left: 85px;
    }

.del_comment, .del_post {
    color: #dd4b39;
}

.comment_form {
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    padding-right: 70px;
    overflow: auto;
}

    .comment_form .td:first-child {
        width: 100%;
    }

    .comment_form textarea {
        width: 100%;
        height: 70px;
        border: 1px solid #999;
        box-sizing: border-box;
        border-right: none;
        padding: 10px;
        font-family: Dotum, 돋움;
        vertical-align: middle;
        float: left;
    }

    .comment_form button {
        margin: 0px -70px 0px 0px;
        float: right;
        letter-spacing: 1px;
        font-size: 14px;
        padding: 1px;
        box-sizing: border-box;
        height: 70px;
        vertical-align: middle;
        width: 70px;
        color: #fff;
        background: #00a65a;
        border-radius: 0px 3px 3px 0px;
        border: none;
    }

        .comment_form button:active {
            padding: 2px 0px 0px 2px;
        }

#prevPost, #nextPost {
    width: 100px;
}

.next_prev_list {
    margin-top: 15px;
}

    .next_prev_list td {
        border-top: 1px solid #d6cbd3;
    }

body .next_prev_list th {
    color: #333;
}

body .next_prev_list td {
    text-align: left;
}

.next_prev_list td + td {
    text-align: center;
    width: 70px;
}

.cmt_rp_form {
    background: url(/img/reply.png) no-repeat 15px 25px;
    padding: 0px 70px 0px 53px;
}

body .cmt_rp_form {
    border-top: none;
}

.cmt_rp_form button {
    background: #3c8dbc;
}

.cmt_count {
    color: #f39c12;
    font-size: 12px;
    font-weight: bold;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

label.m_addr_wrap {
    background: url(/img/sel_arrow.png) no-repeat right center;
    padding: 0px 0px 1px 0px !important;
    border-radius: 2px;
    box-sizing: border-box;
    width: 100% !important;
    display: block !important;
    border: 1px solid #ccc;
    overflow: auto;
}

.m_addr_wrap span {
    float: left;
    padding: 0px;
    white-space: nowrap;
}

    .m_addr_wrap span.dk_sel_box_skin input[type=text] {
        background: none;
        border: none;
        width: 200px;
    }

        .m_addr_wrap span.dk_sel_box_skin input[type=text]:hover {
            background: none;
        }

    .m_addr_wrap span.dk_sel_box_skin ul {
        width: auto;
    }

a.maddr_item:focus {
    background: #bab8d7;
    border-color: #6f8e97;
    color: #111;
}

    a.maddr_item:focus button {
        color: #6d6a7e;
    }

a.maddr_item {
    float: left;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    padding: 4px 5px;
    color: #333;
    font-size: 11px;
    background: #d5d4e2;
    border: 1px solid #90adb5;
    margin: 1px 0px 0px 1px;
}

    a.maddr_item button {
        font-size: 11px;
        background: none;
        border: none;
        padding: 2px;
        color: #7c798a;
        vertical-align: middle;
    }

        a.maddr_item button:first-child {
            margin-left: 5px;
        }

        a.maddr_item button:hover {
            color: #393744;
        }

        a.maddr_item button:active {
            padding: 3px 1px 1px 3px;
        }

    a.maddr_item input[type=text] {
        background: none;
        border: 0px;
        padding: 0px;
        font-size: 11px;
    }

a.err_maddr_item {
    background: #f7c9c9;
    border-color: #f8786b;
}

.pop3_form_wrap {
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    display: inline-block;
    vertical-align: top;
    width: 400px;
    text-align: left;
    padding-left: 20px;
}

.pop3_intro {
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-size: 20px;
    color: #555;
    letter-spacing: 2px;
}

    .pop3_intro i {
        color: #777;
        margin-right: 5px;
    }

    .pop3_intro span {
        color: #357ca5;
    }

.pop3_wrap {
    padding-top: 30px;
    text-align: left;
}

.pop3_slist {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

    .pop3_slist li {
        width: 85px;
        display: inline-block;
    }

        .pop3_slist li label {
            cursor: pointer;
        }

        .pop3_slist li img {
            vertical-align: middle;
            height: 11px;
        }

        .pop3_slist li input {
            vertical-align: middle;
            margin-right: 5px;
        }

.pop3_form {
    margin-top: 0px;
}

    .pop3_form dt i {
        font-size: 12px;
        margin-right: 5px;
        color: #555;
    }

    .pop3_form dt {
        font-size: 14px;
        vertical-align: middle;
        width: 100px;
        display: inline-block;
        color: #222;
        padding-top: 7px;
    }

    .pop3_form dd {
        padding-top: 7px;
        font-size: 14px;
        box-sizing: border-box;
        vertical-align: middle;
        width: 280px;
        display: inline-block;
        margin: 0px;
    }

        .pop3_form dd * {
            vertical-align: middle;
        }

#pop3Domain {
    margin-left: 3px;
    color: #777;
    font-size: 13px;
}

.pop3_form input[type=text], .pop3_form input[type=password] {
    width: 120px;
}

.pop3_agree {
    padding-top:20px;
    color:#333;
}

.pop3_agree i {
    color:#db8b0b;
}

.pop3_agree label {
    padding-top:10px;
    display:block;
}

.pop3_btn_wrap {
    margin-top:20px;
}

.pop3_btn_wrap button {
    width:100px;
}

.sch_form {
    overflow:auto;
    color:#555;
    float:right;
    font-size:13px;
    padding:10px 0px 10px 0px;
}

.sch_form label {
    padding-left:20px;
}

.sch_form input {
    padding:7px 10px;
    border-right:none;
}

    .sch_form input, .sch_form button {
        float: left;
        height: 30px;
        box-sizing:border-box;
    }

    .sch_form button {
        border-radius:0px 2px 2px 0px;
    }

a.help_ico:link, a.help_ico:visited, a.help_ico:hover {
    color: #777;
    margin-left:5px;
}

a.help_ico:hover {
    color:#333;
}

a.help_ico:active {
    color: #000;
}

.add_pf_pic {
    box-sizing: border-box;
    border-radius:40px;
    width: 80px;
    height: 80px;
    color: #fff;
    background: #ececec;
    border: 1px solid #e1e1e1;
    padding: 0px;
    display: inline-block;
    text-align:center;
    text-decoration:none;
}

    .add_pf_pic:hover {
        background: #e1e1e1;
        border: 1px solid #d5d5d5;
    }

    .add_pf_pic:focus {
        background: #d9d9d9;
        border: 1px solid #cfcfcf;
    }

    .add_pf_pic:active{
        background: #d5d5d5;
        border: 1px solid #cccccc;
    }

    .add_pf_pic_i {
        font-size: 50px;
        margin:10px 10px 7px 10px;
    }

    .add_pf_pic:active .add_pf_pic_i {
        margin: 11px 9px 6px 11px;
    }

    .add_pf_pic p {
        font-size:12px;
        margin:0px;
        background:rgba(0, 0, 0, 0.5);
        padding:4px;
    }

.add_pf_pic p i {
    color:rgba(255, 255, 255, 0.7);
    margin-right:5px;
    vertical-align:middle;
}

    .add_pf_pic input[type=file] {
        width: 80px;
        height: 90px;
        position:absolute;
        opacity:0;
        filter:alpha(opacity=0);
        cursor:pointer;
    }

.pf_fgroup {

}

.pf_fgroup dt {
    color:#555;
    border-bottom:1px solid #e1e1e1;
    padding:5px 0px;
    margin-top:10px;
}

    .pf_fgroup dt i {
        color:#777;
        vertical-align:middle;
        margin-right:5px;
    }

    .pf_fgroup dt button {
        background:none;
        border:none;
        padding:0px;
        vertical-align:middle;
        font-size:14px;
    }

    .pf_fgroup dt button i {
        color:#333;
        margin:0px 0px 0px 5px;
    }

.pf_fgroup dd {
    margin:0px;
}

table.contact_lst td {
    
}

.contact_lst th + th {
    width:30px;
}

.contact_lst th + th + th {
    width:60px;
}

    .contact_lst th + th + th + th {
        width: 100%;
    }

.cont_lst_img {
    width:40px;
    height:40px;
    border-radius:20px;
    margin:auto;
}

.mv_flst {
    display:none;
    border: 1px solid #bbb;
    overflow-y: auto;
    max-height: 200px;
    width: 150px;
    vertical-align: top;
    position: absolute;
    background: #fff;
}

    .mv_flst ul, .mv_flst li {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

.mv_flst button {
    width:100%;
    height:25px;
    background:none;
    border:none;
    text-align:left;
    box-sizing:border-box;
    padding-left:10px;
    color:#333;
}

    .mv_flst button:hover {
        background:#e0e0e0;
        color:#000;
    }

    .mv_flst button:active {
        background: #d0d0d0;
    }

.h_sch_btn {
    display:none;
}


.m_trans td {
    width:35px;
}
.m_trans td+td {
    width: 150px;
}
    .m_trans td + td+td {
        width: 100%;
    }
    .m_trans td + td+td+td {
        width: 110px;
    }
        .m_trans td + td + td + td +td{
            width: 150px;
        }

.mail_list td {
    width: 35px;
}

    .mail_list td + td + td + td {
        width: 100px;
    }

        .mail_list td + td + td + td + td {
            width: 100%;
        }

            .mail_list td + td + td + td + td + td {
                width: 110px;
            }

                .mail_list td + td + td + td + td + td + td {
                    width: 70px;
                }

.mail_view_wrap.mobile {
    display: none;
}

.btn_m_org {
    display: none;
}

#fileListWrap {
    display: none;
    padding-left: 110px;
}

.edi_list {
    min-width:800px;
}

    .edi_list th + th + th + th + th + th {
        width: 100px;
    }
        .edi_list th + th + th + th + th + th + th {
            width: 150px;
        }
            .edi_list th + th + th + th + th + th + th + th {
                width: 130px;
            }
                .edi_list th + th + th + th + th + th + th + th + th {
                    width: 100%;
                }
                    .edi_list th + th + th + th + th + th + th + th + th + th {
                        width: 150px;
                    }
                        .edi_list th + th + th + th + th + th + th + th + th + th + th + th {
                            width: 90px;
                        }

.edi_m1 {
    display:none;
}

.post_list1 th + th {
    width: 50px;
}
    .post_list1 th + th + th + th {
        width: 100%;
    }
        .post_list1 th + th + th + th + th {
            width: 100px;
        }
            .post_list1 th + th + th + th + th + th {
                width: 100px;
            }
                .post_list1 th + th + th + th + th + th + th {
                    width: 50px;
                }










@media screen and (max-width:1000px) {
    .sch_input1 {
        width: 70px;
    }

    .sch_input2 {
        width: 120px;
    }
.edi_list th + th {
    width: 90px;
}
    .edi_list th + th + th + th + th {
        width: 110px;
    }
    .edi_list th + th + th + th + th {
        width: 120px;
    }
        .edi_list th + th + th + th + th + th + th {
            width: auto;
        }
            .edi_list th + th + th + th + th + th + th + th {
                width: 130px;
            }
            .edi_list th + th + th + th + th + th + th + th {
                width: 110px;
            }

                .edi_list th + th + th + th + th + th + th + th + th + th, .edi_list td + td + td + td + td + td + td + td + td + td {
                    display: none;
                }

                    .edi_list th + th + th + th + th + th + th + th + th + th + th, .edi_list td + td + td + td + td + td + td + td + td + td + td {
                        display: table-cell;
                    }
}

@media screen and (max-width:640px) {
    body {
        overflow-x:hidden;
    }

    .content_wrap {
        padding: 0px;
    }

    .top_fixed {
        padding: 7px 0px 0px 7px;
    }
    .fixed_list {
        padding-left:11px;
    }

    input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        padding: 5px;
        opacity:0.3;
    }
    
.edi_list th + th {
    width: 80px;
}
    .edi_list th + th + th {
        width: 80px;
    }
        .edi_list th + th + th + th + th {
            width: 100px;
        }
            .edi_list th + th + th + th + th + th {
                width: 100%;
            }
                .edi_list th + th + th + th + th + th + th {
                    width: 110px;
                }
                    .edi_list th + th + th + th + th + th + th + th {
                        width: 70px;
                    }
}

@media screen and (max-width:590px) {

    .post_list1 thead {
        display:none;
    }

.post_list1 td + td {
    display:none;
}
    .post_list1 td + td + td + td {
        font-size: 14px;
        height: 50px;
        width: 100%;
        display: table-cell;
    }
        .post_list1 td + td + td + td + td {
            width: 100px;
            padding-top: 9px;
            vertical-align: top;
        }
            .post_list1 td + td + td + td + td + td {
                padding-top: 29px;
                position: absolute;
                margin-left: -100px;
                width: 100px;
                border: none;
                color: #999;
                font-size: 12px;
            }
                .post_list1 td + td + td + td + td + td + td {
                    display: none;
                }

    table.app_vline th[rowspan='4'], table.dv_ainfo th {
        width: 90px;
    }
    
    .edi_m1 {
        display: table-row;
    }
    .edi_p1 {
        display: none;
    }

    #fileListWrap {
        padding-left: 0px;
    }

    .file_table td {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .file_table {
        table-layout: fixed;
    }

    .file_table th:first-child + th {
        width:100%;
    }
        .file_table th:first-child + th + th, .file_table th:first-child + th + th + th, .file_table th:first-child + th + th + th + th {
            width: 50px;
        }
            .file_table th:first-child + th + th + th + th + th {
                width: 80px;
            }

    .h_sch {
        display: none;
        position:absolute;
        width:100%;
        padding:15px;
        border:1px solid #e0e0e0;
        border-radius:3px;
        background:#fff;
        box-sizing:border-box;
    }

        .h_sch .sch_input1 {
            width: 90px;
        }

        .h_sch .sch_input2 {
            width: 170px;
        }

    .h_sch_btn {
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
    }

    .mail_view_wrap {
        display: none;
    }

        .mail_view_wrap.mobile {
            display: block;
        }

        .mail_view_wrap.mobile img {
            max-width:100%;
        }

    .btn_m_org {
        display:inline-block;
    }

    .sch_form {
        padding-right:5px;
    }
    .top_fixed {
        padding-right:5px;
    }
}

@media screen and (max-width:500px) {

    .contact_lst th + th {
        width:30px;
    }

        .contact_lst th + th + th + th + th + th + th + th, .contact_lst td + td + td + td + td + td + td + td {
            display: none;
        }

    .mail_list td {
        font-size: 16px;
        font-family: -apple-system,BlinkMacSystemFont,AppleSDGothicNeo,dotum,\B3CB움,sans-serif;/*NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;*/
    }

    .mail_list td + td {
        margin-top:7px;
        width: 50px;
        position:absolute;
        border-bottom-style:none;
        text-align:left;
    }

    .mail_list td + td + td {
        position:relative;
        border-bottom-style:solid;
        width:30px;
        padding-top:20px;
    }

    .mail_list td {
        border-color: #eceff2 !important;
    }

    .mail_list td + td + td + td {
        font-weight: bold;
        margin-left: 0px;
        margin-top: 9px;
        position: absolute;
        border-bottom-style: none;
        width: 200px;
        padding-top: 0px;
        color: #999;
    }

        .mail_list td + td + td + td + td {
            font-weight: normal;
            position: relative;
            width: 100%;
            border-bottom-style: solid;
            height: 50px;
            padding-top: 30px;
            padding-bottom: 7px;
            color: #999;
        }
            .mail_list td + td + td + td + td a:link, .mail_list td + td + td + td + td a:visited {
                color: #999;
            }

            .mail_list td + td + td + td + td + td {
                padding-top: 0px;
                width: 80px;
                font-size: 12px;
                color: #777;
                position:absolute;
                border:none;
                margin-left:-80px;
            }

    .new_mail td + td + td + td, .new_mail td + td + td + td + td a:link, .new_mail td + td + td + td + td a:visited {
        color: #000;
    }

    .mail_list td + td + td + td + td + td + td {
        display:none;
    }

    .content_wrap {
        padding-top: 20px;
    }

    .fixed_title {
        /*display: none;*/
    }

    body {
        background:#fff;
    }

    .h_sch {
    }

    .mail_stxt {
        padding-right:10px !important;
    }

    .m_trans {
        font-size: 0.99em !important;
    }
        .edi_list, .edi_list tbody, .edi_list tr, .m_trans, .m_trans tbody, .m_trans tr {
            display: block !important;
        }

        .m_trans tr td:first-child {
            display:none !important;
        }

            .m_trans tr {
                position:relative;
            }

            .m_trans td {
                display: inline-block !important;
                box-sizing: border-box;
                border-style: none !important;
                padding: 7px 10px 7px 10px !important;
            }

            .m_trans td + td {
                width: 100% !important;
                padding-top: 15px !important;
                padding-bottom: 0px !important;
                padding-right: 170px !important;
                font-weight: bold;
                color: #111;
            }
                .m_trans td + td + td {
                    padding-top: 5px !important;
                    font-weight: normal;
                    border-bottom-style: solid !important;
                    border-color: #eceff2 !important;
                }
                    .m_trans td + td + td + td {
                        padding-top: 15px !important;
                        border-style: none !important;
                        color: #666;
                        font-size: 14px;
                        padding-right: 120px !important;
                        width: 170px !important;
                        position: absolute;
                        left: 100%;
                        margin-left: -170px;
                        text-align: right;
                        padding-right: 10px !important;
                        top:1px;
                        /*margin-top: -70px;*/
                    }

            .m_trans td:last-child {
                top:34px;
                padding-top: 7px !important;
                border-style: none !important;
                /*margin-top: -37px;*/
                width: 120px !important;
                margin-left: -120px !important;
            }

    .pop3_wrap {
        padding:10px;
    }
    /*table.m_trans td + td {
        font-size:14px;
        padding-top:30px;
        height:60px;
    }
    .m_trans td + td + td {
        height:35px;
        left:0px;
        padding-top:12px;
        width:100%;
        padding-left:150px;
        text-overflow:ellipsis;
        white-space:nowrap;
        overflow:hidden;
        position:absolute;
        border-bottom-style:none;
    }
        table.m_trans td + td + td + td {
            text-align:left;
            font-size:14px;
            color:#777;
            left: 45px;
            padding-left: 0px;
        }
    .m_trans td + td + td + td + td {
        height: 60px;
        padding-top: 30px;
        position: initial;
        border-bottom-style: solid;
        width: 100%;
    }

    .m_trans td[colspan='2'], .m_trans td[colspan='3'] {
        height: 35px;
        padding:0px;
    }*/
    .paging_wrap input, span.paging_num_wrap a:link, span.paging_num_wrap a:visited, span.paging_num_wrap a:hover {
        font-size: 16px;
    }


    .edi_list{
        font-size:0.95em !important;
        min-width:100%;
    }
    .edi_list thead {
        display: none;
    }

        .edi_list td {
            display: inline-block;
            text-align: left;
            border-right: none !important;
            vertical-align: middle;
            float: left;
            border-bottom:none !important;
            height:auto !important;
            padding-top:10px !important;
        }

        .edi_list td + td + td + td + td {
            display:none;
        }

    .top_fixed {
        position:relative !important;
    }

    #spanFilter {
        margin-top: 5px;
        margin-left: 5px;
        display: block;
    }

    .m_all_chk + i {
        margin-left:25px;
    }

    .m_all_chk + i + input {
        padding-left: 55px !important;
    }

    .edi_list td + td + td + td + td + td {
        display: inline-block;
        float: right;
        color: #888;
        padding-top: 12px !important;
        padding-right: 10px !important;
    }

        .edi_list td + td + td + td + td + td + td {
            content: '';
            padding-right: 0px !important;
        }

            .edi_list td + td + td + td + td + td + td + td {
                clear: both;
                float: none;
                display:none;
            }

                .edi_list td + td + td + td + td + td + td + td + td {
                    display: block;
                    font-weight: bold;
                    border-bottom: 1px solid #d6cbd3 !important;
                    font-size: 17px;
                    white-space: normal;
                    height: auto;
                    padding-top: 3px !important;
                    padding-bottom: 10px !important;
                }

                .edi_list td + td + td + td + td + td + td + td + td + td {
                    display: none !important;
                }

        .edi_list td + td + td + td + td + td:before {
            content: '- ';
        }

        .edi_list td + td + td + td + td + td + td:before {
            content: '';
        }

        /*
        .edi_list td:first-child {
            width:100%;
            display:none;
            padding:10px 0px;
            height:auto;
        }
        .edi_list tr td {
            text-align: left !important;
            display: none !important;
            border-bottom-style: none !important;
            color: #777;
            font-size: 14px;
            width: 33.3% !important;
            height: auto;
            padding-top: 10px;
        }

            .edi_list tr td + td {
                width:30px !important;
                display: inline-block !important;
            }

                .edi_list tr td + td + td {
                    display: none !important;
                    width: 33.3% !important;
                }

        .edi_list td + td + td + td + td + td + td + td {
            display: inline-block !important;
            text-align: right !important;
            padding-right: 10px;
        }

        .edi_list td + td + td + td + td + td {
            display: inline-block !important;
        }
            .edi_list td + td + td + td + td + td + td + td {
                display: none !important;
            }
            .edi_list td + td + td + td + td + td + td + td + td {
                padding-top: 5px;
                padding-bottom: 7px;
                width: 100% !important;
                display: block !important;
                border-bottom-style: solid !important;
                padding-right: 100px;
                font-weight: bold;
                color: #111;
                font-size: 17px;
                text-align: left !important;
            }

                .edi_list td + td + td + td + td + td + td + td + td + td {
                    display: none !important;
                }
                    .edi_list td + td + td + td + td + td + td + td + td + td + td + td {
                        font-weight: normal;
                        color: #777;
                        font-size: 14px;
                        border-bottom-style: none !important;
                        padding-right: 10px;
                        display: block !important;
                        position: absolute;
                        width: 100px !important;
                        left: 100%;
                        text-align: right !important;
                        margin-left: -100px;
                        margin-top: -33px;
                    }
        */
        .dk_grid_skin {
            border-top: 1px solid #eceff2;
        }

    .dk_grid_skin td {
        border-color: #eceff2 !important;
    }

    /*.edi_list td + td + td {
        width: 80px;
        height: 50px;
        position: absolute;
        border-bottom-style: none;
        font-size: 14px;
        padding-top: 10px;
        text-align: left;
        left: 179px;
        color: #777;
    }
        .edi_list td + td + td + td {
            left: 260px;
            width: 150px;
        }
            .edi_list td + td + td + td + td {
                left: 5px;
                color: #999;
                width: 130px;
            }
                .edi_list td + td + td + td + td + td {
                    left: initial;
                    padding-top: 20px;
                    width: 100%;
                    position: relative;
                    border-bottom-style: solid;
                    color: #000;
                }
                    .edi_list td + td + td + td + td + td + td {
                        font-size: 12px;
                        width: 100px;
                        color: #777;
                    }
                        .edi_list td + td + td + td + td + td + td + td {
                            width: 75px;
                        }*/

    table.dk_grid_skin .sel_row td {
        background: none;
    }



}

.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;
    }

.msch_btn_wrap, .msch_btn, .msch_close {
    display: none;
}

.desk_lst {
    display:block;
}

.mobile_lst {
    display:none;
}


@media screen and (max-width:630px) {

    .m_hide {
        position: absolute !important;
        top: -1000px !important;
        display: none !important;
    }

    .content_wrap {
        overflow: visible;
        box-sizing: border-box;
    }
    .dl_list, .mail_view_wrap {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
        .mail_view_wrap {
            word-break:break-all;
        }
        #windowContainer {
            padding-right: 0px !important;
        }

    #boardGrid * {
        font-size: 1.07em;
    }
    .comment_list dt strong {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

    .comment_list * {
        font-size:1.04em;
    }

    /* 모바일모드 에디터 툴바 사용 안함 */
    #tx_toolbar_basic {
        display:none;
    }

    .comment_list dt span button {
        font-size: 14px !important;
        margin: -5px 0px 0px 3px;
        width: 60px;
        padding: 5px 3px 3px !important;
    }

        .comment_list dt span button i {
            margin-right: 3px;
        }

        .comment_list dt {
            padding-right: 0px;
        }

    .comment_list dd {
        padding-top: 55px;
    }

    .cmt_content {
        font-size: 1.2em;
    }

    .cmt_mdt {
        float: left !important;
        display:block;
        clear:both;
        padding-top:5px;
    }

        .cmt_mdt + span {
            padding-right:0px !important;
            margin-top:7px;
        }

        .bv_ext {
            width: 100%;
            padding-top: 5px;
        }

    .ext_wrap * {
        font-size:0.98em;
    }

    .bv_ext_tit {
        width: 80px;
    }

    #contentTitle {
        max-width: 630px;
    }

    #contentTitle {
        padding-right: 0px;
    }

    .mobile_lst table {
        width: 100% !important;
    }

    #mailListTable {
        margin-top:-50px;
    }

    .m_lst td {
        color: #777;
        font-size: 14px;
        padding: 7px 10px !important;
    }

    .m_lst td strong {
        font-size:16px;
        color:#222;
    }
        .desk_lst {
        display: none;
    }

        .pc_btn {
            display:none !important;
        }

    .mobile_lst {
        display: block;
    }

    .msch_btn_wrap {
        display: block;
        float: right;
        margin-top: -44px;
        padding-right:10px;
    }

    #attFileWrap {
        padding-right:10px;
    }

    .msch_btn {
        display: block;
        float: right;
        margin-top: -44px;
    }

    .msch_btn_wrap .msch_btn {
        display:inline-block;
        margin-top:0px;
        float:none;
    }

    .map_wrap {
        display: none;
    }

    .msch_close {
        display: block;
    }

    .top_fixed + div, .top_fixed + table {
        margin-top: 0px !important;
    }

    #posList, #posList * {
        width: 70px !important;
    }
    #deptList, #deptList * {
        width: 170px !important;
    }
    .m_search {
    }

        .m_search input[type=text] {
            width: 100%;
            font-size: 16px;
            border: none;
            padding:11px 10px 10px 30px;
        }

        .m_search i {
            position: absolute;
            padding: 11px 0px 0px 10px;
            color: #777;
        }

    .top_fixed {
        padding: 0px;
        position: relative;
    }

    .sch_form {
        display:none;
        float:none !important;
        background: #fafafa;
        padding: 10px 10px !important;
        border: 1px solid #ccc;
        border-top:none;
        box-sizing: border-box;
    }

    .sch_form .input {
        display:block;
        width:100%;
        border:1px solid #ddd;
    }

        .sch_form .dk_sel_box_skin, .sch_form .input, .sch_form button {
            margin:3px 0px !important;
            clear:both !important;
            float:none !important;
            width:100% !important;
        }

            .sch_form .dk_sel_box_skin input[type=text] {
                width: 100% !important;
            }

            .sch_form .dk_sel_box_skin ul {
                width:auto;
            }


        .sch_form .btn_normal {
            font-size:1.2em;
            height:35px;
        }

    .paging_num_wrap a {
        font-size: 20px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .paging_wrap {
    }

    .bv_content {
        padding-left: 10px;
        color: #333;
        overflow-x: auto;
        font-size:1.05em;
    }

        .bv_content img {
            height:auto !important;
        }

        .bv_content span {
            font-size: inherit !important;
        }

        .bv_content * {
            line-height: 170%;
            word-break: break-all;
            white-space: normal;
        }


    .bv_writer {
        font-size:1em;
        padding-left:10px;
    }

    .mb_wfrm * {
        font-size:1.07em;
    }

    .mb_wfrm li label:first-child {
        width: 70px !important;
    }

    .mb_wfrm input[type=checkbox] {
        margin-right:7px !important;
    }

    #folderListLayer * {
        font-size: 1.07em;
    }

    #folderListLayer th + th + th + th, #folderListLayer td + td + td + td {
        display: none !important;
    }

    #folderListLayer td + td + td {
        font-size: 12px;
    }

    #fileDialog * {
        font-size:1.07em;
    }

    #shareDialog {
        height: auto !important;
    }

    .msf_layer {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        padding-left:0px !important;
    }

    .msf_layer #authGrid {
        margin-top:10px;
    }

    .m_write_form {
        /*margin-top:-10px;*/
        display: block !important;
        font-family: -apple-system,BlinkMacSystemFont,AppleSDGothicNeo,dotum,\B3CB움,sans-serif;
    }

    .dk_sel_box_skin input[type=text] {
        padding-left:5px;
    }
    .m_wlb {
        box-sizing:border-box;
        padding-top:10px !important;
        padding-left: 10px !important;
        padding-bottom: 0px !important;
        margin-bottom: -10px;
        color: #777 !important;
    }

    .m_addr_lst * {
        font-size: 0.95em !important;
    }

    .m_addr_lst div {
        width:100%;
        margin-left: -5px !important;
    }

    a.maddr_item {
        display:block;
        float:none;
        padding:7px;
    }

    .m_addr_lst td, .m_addr_lst table, .m_addr_lst tbody, .m_addr_lst tr {
        width: 100% !important;
        display: block !important;
    }

    .m_addr_lst tr td:first-child {
        width:100% !important;
        border-bottom:none !important;
        padding-top:7px;
        padding-left:10px;
    }

        .m_addr_lst tr td:first-child + td {
            width: 100% !important;
            border-top: none !important;
            padding-bottom: 7px;
            padding-left: 10px;
        }

    .m_addr_wrap {
        border: none !important;
        border-bottom: 1px solid #eceff2 !important;
    }

    .m_write_form li {
        background: none !important;
    }

    .m_write_form li {
        width:100%;
        display:block;
    }
        .m_write_form label + div, .m_write_form label {
            display: block !important;
            width: 100% !important;
        }

            .m_write_form li label[class] {
                padding:4px 4px 4px 10px !important;
            }

            .m_write_form li label:not([class]) {
                padding: 12px 0px 0px 3px !important;
            }

            .m_write_form input[type=text] {
                width: 100% !important;
            }

            .m_write_form * {
                font-size: 1.1em;
            }


    .m_write_form li  label {
        box-sizing: border-box;
    }

        .m_write_form input[type=text] {
            font-size:1em;
        }

    #formWrap {
        padding:0px 10px;
    }

    .top_fixed_p {
        padding:10px;
    }

    #codeListGrid {
        font-size:0.95em;
        width:100%;
    }
    #codeListGrid button {
        font-size:1em;
    }

    td[type=rowheader], th[type=rowheader] {
        display:none;
    }

    .edi_subject {
        margin-top: 0px !important;
        padding-left: 10px !important;
        padding-top:0px !important;
        margin:0px !important;
        border:none !important;
    }

    .edi_wf_wrap {
        margin-top:0px !important;
        font-size:1em;
    }

    .edi_wform {
        width:100% !important;
        display:table !important;
    }

    #ediForm {
        width:100% !important;
        background:none !important;
    }

    .edi_wf_wrap * {
        font-size: 1.02em !important;
    }

        .edi_wf_wrap .dk_tree_wrap {
            position:relative !important;
            max-height:initial !important;
        }

    .edi_wf_wrap .dk_tree_wrap a {
        padding:7px 5px !important;
        display:block !important;
    }
            .edi_wf_wrap .dk_tree_wrap button {
                margin-top:10px;
            }

    .edi_wf_wrap .dk_sel_box_skin input[type=text] {
        height:30px;
    }

    #appForm, #appForm input[type=text] {
        width:160px !important;
    }

        #appForm div {
            overflow-x:auto;
            width:100% !important;
            left:0px;
        }

        #appForm div {
            max-height:initial !important;
            overflow-y:visible !important;
        }

        #appForm div table {
            width: 100% !important;
        }

            #appForm div table th, .file_table th {
                border: 1px solid #ccc !important;
            }

            #approvalGrid {
                background: #fff;
                margin-top: 5px;
            }

    div[role=dialog] {
        top: 0px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    #shareDialog > div > div {
        width:100% !important;
        font-size:1em;
    }
    #shareDialog > div > div + div {
        padding-left:0px !important;
        padding-top:10px;
    }
    #shareDialog > div > div * {
        font-size:1.01em;
    }

    #shareDialog .ui-tabs .ui-tabs-panel {
        padding:5px 0px !important;
    }

    td.dk_sel_tree_skin {
        position: absolute !important;
        width: 100% !important;
        height: auto !important;
    }
    td.dk_sel_tree_skin a:link {
        text-align:left;
        padding-left:10px;
    }

    /* 관리자 증명서 증명서 팝업 버튼 */
    div[aria-describedby=appDialog] .ui-dialog-buttonpane {
        margin-top:-50px;
        border:none;
    }

    #appDialog .m_write_form label {
        font-weight: bold;
    }


        #appDialog .m_write_form label + div {
            padding-left: 3px;
            box-sizing: border-box;
            font-size: 14px;
            border-bottom: 1px solid #ccc;
        }

    .m_sc_lr {
        opacity:0.7;
        display:block;
        position:absolute;
        width:100%;
        height:100%;
        background:#fff;
        box-sizing:border-box;
        padding-top:50px;
        text-align:center;
        top:0px;
    }

        .m_sc_lr img {
            width:220px;
        }
        .m_sc_lr p {
            font-size: 20px;
            text-align: center;
            margin-top:-20px;
        }

        #adminCertGride {
            font-size: 1em;
            table-layout: auto;
        }

    #certGrid {
        font-size: 1em;
    }
    #certGrid, #certGrid tbody, #certGrid tr {
        display: block;
    }

        #certGrid thead {
            display:none;
        }

        #certGrid td {
            display: inline-block;
            border: none;
            text-align: left;
            padding: 10px;
            color: #777;
            font-weight:normal;
            padding-top:15px;
        }
        #certGrid span {
            font-weight: normal !important;
        }
        #certGrid tr {
            border-bottom: 1px solid #eceff2;
        }

        #certGrid td + td {
            position:absolute;
            z-index:999;
        }

            #certGrid td + td + td {
                position: relative;
                z-index: 998;
                font-weight: bold;
                color: #111;
                padding-left: 40px;
            }
            #certGrid td + td + td + td {
                padding-left:10px;
                font-weight: normal;
                color: #777;
            }
                #certGrid td + td + td + td + td {
                    display: none;
                }
            #certGrid td + td + td + td + td + td {
                display: inline-block;
                position: absolute;
                width: 100%;
                text-align: right;
                left: 0px;
                margin-top:0px;
            }
                    #certGrid td + td + td + td + td + td + td {
                        display: none;
                        float: none;
                        position: relative;
                        width: auto;
                        text-align: left;
                        margin-top: 0px;
                    }
                        #certGrid td + td + td + td + td + td + td + td + td {
                            padding-top: 10px;
                            padding-bottom: 30px;
                            display: block;
                            font-size: 1.05em;
                        }
                            #certGrid td + td + td + td + td + td + td + td + td + td {
                                display: block;
                                font-weight: normal;
                                font-size: 1em;
                                position:absolute;
                                width:100%;
                                text-align:right;
                                margin-top:-45px;
                            }

        #certGrid td:last-child {
            display:none;
        }

        #certGrid td:last-child[colspan] {
            display: block;
            text-align:center;
            width:100%;
            padding:15px 15px 35px 15px;
        }

        .m_wf2 label {
            font-weight:bold;
        }

    .m_st1 {
        padding: 10px 0px 0px 5px !important;
    }

    .m_wf2 label + div {
        padding-left: 7px;
        margin-bottom:7px;
        border-bottom:1px solid #f0f0f0;
    }

    #appDialog {
        padding: 0px !important;
        height: 100% !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    div[aria-describedby=appDialog] {
        box-sizing: border-box;
        height: 100% !important;
        overflow:hidden;
        padding-bottom:50px;
    }

    .m_sch label {
        text-align:left !important;
    }

    .m_show {
        display: initial !important;
        position: initial;
        top: initial;
    }

    .doc_no {
        float: none !important;
        padding-left: 10px !important;
        padding-bottom: 10px !important;
        display: inline-block !important;
    }
}


@media screen and (max-width:420px) {

    .comment_list dt strong {
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

    #contentTitle {
        max-width: 400px;
    }
}

@media screen and (max-width:380px) {

    .comment_list dt strong {
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

    #contentTitle {
        max-width: 360px;
    }
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

@media screen and (max-width:340px) {

    .comment_list dt strong {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

    #contentTitle {
        max-width: 320px;
    }
}


@media screen and (max-width:320px) {

    .comment_list dt strong {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

    #contentTitle {
        max-width: 300px;
    }
}

.input_form {
    box-sizing: border-box;
    margin: 0px;
    padding: 10px;
    width: 100%;
}

    .input_form dd input[type=text] {
        border:1px solid #ddd;
        border-bottom:1px solid #bbb;
        padding:9px 7px;
        width:100%;
        box-sizing:border-box;
    }

    .input_form dt, .input_form dd {
        width: 100%;
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .input_form dt {
        padding:5px 0px 0px;
        font-weight:bold;
        font-size:15px;
    }

    .input_form dd {
        margin-bottom:12px;
    }

.ifw {
    overflow:auto;
}

.if_tit {
    font-size: 15px;
    background: #e9e9e9;
    padding: 7px 15px;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px solid #cfcfcf;
}

.ifw_2 {
    width: 50%;
    float: left;
}

.ifw_3 {
    width: 33.33333%;
    float: left;
}