﻿.unselectable {
    -webkit-border-radius: 3px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectable {
    -webkit-border-radius: 3px;
    -moz-user-select: -moz-initial;
    -khtml-user-select: initial;
    -webkit-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

span.sch_txt, a:link span.sch_txt {
    background: #f39c12;
    border-radius: 2px;
    color: #000;
}

.dk_grid_skin {
    background:#fff;
    table-layout:fixed;
    width:100%;
    opacity:0.8;
    font-size: 12px;
    border-collapse: collapse;
    font-family: Dotum;
}


    .dk_grid_skin td a:link {
        /*text-decoration: !important;*/
    }

    .dk_grid_skin th, .dk_grid_skin td {
        box-sizing: border-box;
        height: 25px;
        padding: 5px 5px;
        /*border-bottom: 1px solid #d4d4d4;*/
        border-bottom: 1px solid #d6cbd3;
        border-right: 1px dotted #d6cbd3;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

@media screen and (max-width:480px) {
    .dk_grid_skin th, .dk_grid_skin td {
        border-right: none;
    }
}

    .dk_grid_skin th:last-child, .dk_grid_skin td:last-child {
        border-right:none;
    }

    .dk_grid_skin th {
        background: #f8f7f2;
        font-weight: normal;
        border-top:1px solid #d6cbd3;
        height:40px;
        color:#838488;
    }

    .dk_grid_skin .align_left {
        text-align:left;
    }

    .dk_grid_skin .align_right {
        text-align:right;
    }

    .dk_grid_skin td {
        text-align:center;
        height:35px;
        color:#555;
    }

    .dk_grid_skin input, .dk_grid_skin img, .dk_grid_skin button {
        vertical-align:middle;
    }

    .dk_grid_skin a:link, .dk_grid_skin a:visited, .dk_grid_skin a:hover {
        text-decoration:none;
        color:#333;
        padding:0px;
    }

    .dk_grid_skin a:hover {
        color:#cd3301;
    }
    
        .dk_grid_skin td[type=rowheader] {
            background: #e6e6e6;
            text-align: center;
            width: 20px;
            border:none;
        }

        .dk_grid_skin tr:first-child td[type=rowheader] {
            background-image:none;
        }

    .dk_grid_skin .del_row * {
        opacity: 0.3;
        filter: alpha(opacity=50);
    }

    .dk_grid_skin .disable_row * {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .dk_grid_skin .virtual_row {
        cursor: move;
        background: #fafafa;
        border: 1px solid #000;
        box-shadow: 3px 3px rgba(0, 0, 0, 0.30);
        position: absolute;
    }

        .dk_grid_skin .virtual_row * {
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

    .dk_grid_skin .move_row * {
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

    .dk_grid_skin .move_row td {
        border: 1px dotted #999;
    }

    .dk_grid_skin .virtual_row td {
        overflow: hidden;
        white-space: nowrap;
    }

    .dk_grid_skin .sel_row, .dk_grid_skin .sel_row td {
        background: #eee;
    }

.dk_grid_skin .sel_cell {
    padding: 0px;
    border: 2px solid #1b7444;
}

.dk_grid_skin input[type=text], .dk_grid_skin textarea {
    padding-left: 3px;
    font-size: inherit;
    background: #fafafa;
    box-sizing: border-box;
    /*box-shadow: 2px 2px rgba(27, 116, 68, 0.50);*/
    /*border: 1px solid #1b7444;*/
    border: none !important;
    width: 100%;
    height: 100% !important;
}

        .dk_grid_skin .dk_sel_box_skin ul {
            margin-top: 2px !important;
            margin-left: -2px !important;
        }

        .dk_grid_skin td[class=dirty_cell] {
            background: url(img/dirty.png) no-repeat left top;
        }

.dk_grid_sel {
    opacity:1;
}

.dk_grid_skin .grid_sel {
    box-sizing: border-box;
    margin-top: 0px;
    border: 1px solid #888;
    border-top: none;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3px;
    border-radius: 0px 0px 3px 3px;
    position: absolute;
    background: #fff;
    box-sizing: border-box;
    z-index: 99999;
}

    .dk_grid_skin .grid_sel option {
        padding: 3px 5px;
        border-radius: 2px;
    }

.dk_grid_skin .grid_pop {
    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: center;
    z-index: 99999;
    white-space:nowrap;
}



/* 콤보박스 스킨 시작 */
.dk_sel_box_skin {
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    font-family: NanumGothic, '나눔고딕', 'Malgun Gothic', '맑은 고딕';
}

    .dk_sel_box_skin input {
        vertical-align:middle;
    }

    .dk_sel_box_skin input[type=text] {
        padding-right:30px;
        float:none !important;
        display: block;
        color: #555;
        padding-left: 10px;
        border-radius: 2px;
        box-sizing: border-box;
        width: 130px;
        height: 27px;
        border: 1px solid #c5c5c5;
        background: #fafafa url(img/sel_arrow.png) no-repeat right center;
        background-image: url(img/sel_arrow.png), -moz-linear-gradient(top, #fff 0%, #fff 78%, #fafafa 100%);
        background-image: url(img/sel_arrow.png), -webkit-linear-gradient(top, #fff 0%,#fff 78%,#fafafa 100%);
        background-image: url(img/sel_arrow.png), linear-gradient(to bottom, #fff 0%,#fff 78%,#fafafa 100%);
    }

        .dk_sel_box_skin input[type=text]:hover {
            cursor: pointer;
            background: #fafafa url(img/sel_arrow_over.png) no-repeat right center;
            background-image: url(img/sel_arrow_over.png), -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 87%, #f1f1f1 100%);
            background-image: url(img/sel_arrow_over.png), -webkit-linear-gradient(top, #ffffff 0%,#f8f8f8 87%,#f1f1f1 100%);
            background-image: url(img/sel_arrow_over.png), linear-gradient(to bottom, #ffffff 0%,#f8f8f8 87%,#f1f1f1 100%);
        }

        .dk_sel_box_skin input[type=text]:focus {
            cursor: text;
            background: #fafafa;
        }

        .dk_sel_box_skin input[disabled=disabled] {
            background: #e9e9e9;
        }

            .dk_sel_box_skin input[disabled=disabled]:hover {
                background: #e9e9e9;
            }

    .dk_sel_box_skin ul {
        position: absolute;
        z-index: 99999;
        display: none;
        list-style: none;
        border: 1px solid #c5c5c5;
        border-top: none;
        border-radius: 0px 0px 3px 3px;
        margin: 0px;
        width: 130px;
        box-sizing: border-box;
        overflow-y: auto;
        max-height: 150px;
        padding: 0px;
        background: #fff;
    }

    .dk_sel_box_skin li {
        text-align:left;
        display: block;
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .dk_sel_box_skin a:link, .dk_sel_box_skin a:visited, .dk_sel_box_skin a:hover {
        color: #555;
        text-decoration: none;
        display: block;
        padding: 5px 10px;
        box-sizing: border-box;
        outline: none;
    }

.dk_sel_box_selcted > a:link, .dk_sel_box_selcted td {
    background: #eeeeee;
}

    .dk_sel_box_selcted a:link, .dk_sel_box_selcted a:visited, .dk_sel_box_selcted td span {
        color: #fff;
    }

.dk_sel_box_skin a:hover, .dk_sel_box_skin a:focus {
    text-decoration: none;
    display: block;
    background: #3c8dbc;
    /*border-top: 1px solid #357ca5;
    border-bottom: 1px solid #357ca5;*/
    font-weight: bold;
    padding: 4px 10px;
    color: #fff;
}

.dk_sel_box_skin div {
    position:absolute;
    z-index: 99999;
    display: none;
    border: 1px solid #c5c5c5;
    border-radius: 0px 0px 3px 3px;
    margin: -1px 0px 0px 0px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    background: #fff;
}

.dk_sel_box_skin table {
    /*margin-top: 22px;*/
    width: auto;
    font-size: 13px;
    table-layout: fixed;
    border-collapse: collapse;
}


    .dk_sel_box_skin td, .dk_sel_box_skin table th {
        box-sizing: border-box;
        padding: 2px 4px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #555;
    }

    .dk_sel_box_skin table a:link {
        padding: 2px 3px;
    }

    .dk_sel_box_skin table th {
        outline: 1px solid rgba(0,0,0,0.1);
        position: sticky;
        top: 0px;
        background: #e6e6e6;
        font-weight: normal;
        border-width: 1px;
        border-style: solid;
        -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0), to(rgb(153, 153, 153)))) 1 100%;
        -webkit-border-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgb(153, 153, 153)) 1 100%;
        -moz-border-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgb(153, 153, 153)) 1 100%;
        -o-border-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(153, 153, 153)) 1 100%;
        border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(153, 153, 153)) 1 100%;
        border-bottom: none;
        border-top: none;
        border-right: none;
    }

        .dk_sel_box_skin table th:first-child {
            border-left: none;
        }

    .dk_sel_box_skin table thead tr {
        margin-left: -1px;
        /*margin-top: -22px;*/
        /*position: fixed;*/
    }

    .dk_sel_box_skin table td {
        cursor: pointer;
        border-top: 1px dotted #d4d4d4;
        border-left: 1px dotted #d4d4d4;
    }

        .dk_sel_box_skin table td:first-child {
            border-left: none;
        }

    .dk_sel_box_skin table thead tr {
        border: 1px solid #999;
    }

    .dk_sel_box_selcted td, .dk_sel_box_skin table tr:hover td {
        background: #3c8dbc;
        border-top: 1px solid #357ca5;
        border-bottom: 1px solid #357ca5;
        font-weight: bold;
        color: #fff;
    }

        .dk_sel_box_skin table tr:hover td a:link, .dk_sel_box_selcted > a:link, .dk_sel_box_skin table tr:hover td a:visited, .dk_sel_box_selcted > a:visited, .dk_sel_box_skin table tr:hover td span {
            border: none;
            color: #fff;
            background: #3c8dbc;
        }

/* 콤보박스 트리 */
.dk_sel_tree_skin ul {
    display: block;
    margin-left: 20px;
    position: relative;
    overflow-y: visible;
    overflow-x:hidden;
    border: none;
    max-height: initial;
    width: auto;
    max-width:100%;
    max-height:none;
}

.dk_sel_tree_skin a:link {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
}

.dk_sel_tree_skin a:hover {
    padding: 2px 5px;
}

.dk_sel_tree_skin .dk_tree_wrap {
    display: none;
    margin-top: -1px;
    margin-left: 0px;
    position: absolute;
    overflow-y: auto;
    border: 1px solid #c5c5c5;
    max-height: 200px;
}

.dk_sel_tree_skin li {
    font-size: 12px;
    white-space: nowrap;
}

.dk_sel_tree_skin .dk_tree_collapse + span, .dk_sel_tree_skin .dk_tree_expand + span {
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
}

.dk_sel_tree_skin .dk_tree_collapse, .dk_sel_tree_skin .dk_tree_expand {
    width: 16px;
    height: 16px;
    padding: 0px;
    margin: 0px;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.dk_sel_tree_skin .dk_tree_collapse, .dk_sel_tree_skin .dk_tree_expand {
    width:100%;
    text-align:left;
    margin:3px 0px 3px 0px;
    padding-left:20px;
    font-size:12px;
}
.dk_sel_tree_skin .dk_tree_collapse {
    background: url(img/collapse.png) no-repeat left center;
}

.dk_sel_tree_skin .dk_tree_expand {
    background: url(img/expand.png) no-repeat left center;
}

/* 콤보박스 스킨 끝 */

/* 페이징 */
.paging_wrap{
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    padding-top:5px;
    text-align:center;
}

.paging_num_wrap {
    height:25px;
    padding:0px 5px;
}

.paging_num_wrap a {
    padding-top:2px;
}

.paging_num_wrap a:link, .paging_num_wrap a:visited {
    display:inline-block;
    margin:0px 5px;
    text-decoration:none;
    color:#777;
    font-size:14px;
    vertical-align:middle;
}

.paging_num_wrap a:hover {
    color:#db6a31;
    text-decoration:underline;
}

.page_sel_num * {
    vertical-align:middle;
}

.paging_num_wrap .page_sel_num:link, .paging_num_wrap .page_sel_num:visited {
    font-weight:bold;
    color:#333;
}

.paging_pbtn, .paging_nbtn {
    border:none;
    font-size:13px;
    font-family: NanumBarunGothic, 'Nanum Barun Gothic', NanumGothic, 'Malgun Gothic', Dotum;
    color:none;
    height:30px;
    vertical-align:middle;
    cursor:pointer;
}

.paging_pbtn:hover, .paging_nbtn:hover {
    text-decoration:underline;
    font-weight:bold;
}

.paging_pbtn {
    background:url(img/page_prev.png) no-repeat left center;
    padding-left:16px;
}

.paging_nbtn {
    background:url(img/page_next.png) no-repeat right center;
    padding-right:16px;
}

/* 페이징 끝 */

.loading_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: wait;
    z-index: 2147483647;
    left: 0px;
    top: 0px;
    background: url(img/loading.gif) no-repeat center center;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.dk_tree_search {
    border: 1px solid #bbb;
    border-radius:3px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    background-position-x:5px;
}



/* 격자형 이미지 게시판 */
.dk_grid_skin_02, .dk_grid_skin_02 tr, .dk_grid_skin_02 tbody, .dk_grid_skin_02 td {
    display: block !important;
}

    .dk_grid_skin_02 td[type=rowheader] {
        display: none !important;
    }

    .dk_grid_skin_02 thead {
        display: none;
    }

    .dk_grid_skin_02 td, .dk_grid_skin_02 tr {
        float: left;
    }

    .dk_grid_skin_02 td {
        height: auto !important;
        border: none !important;
    }

    .dk_grid_skin_02 tr {
        background: none !important;
        padding: 0px 30px 30px 0px;
        border: none !important;
    }

.bds_cate_wrap {
    border: none;
    background: none;
    padding: 0px;
    overflow: auto;
    box-shadow: rgba(0,0,0,0.7) 0px 0px 1px;
}

    .bds_cate_wrap:hover {
        box-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
    }


.bds_photo {
    padding-top: 200px;
    width: 360px;
    height: 240px;
    background-size: cover !important;
    box-sizing: border-box;
}

.bds_photo_wrap {
    width: 360px;
    float: left;
}

.bds_txt_wrap {
    width: 840px;
    float: left;
    background: #f5f5f9 !important;
    height: 281px;
    text-align: left;
    padding: 40px 0px 0px 40px;
}

    .bds_txt_wrap p {
        margin: 0px;
        padding: 0px;
    }

    .bds_txt_wrap .tit {
        color: #303033;
        font-size: 24px;
        margin-bottom: 30px;
    }

    .bds_txt_wrap table {
        width: 100%;
    }


        .bds_txt_wrap table td {
            padding: 0px !important;
            height: 30px !important;
            text-align: left !important;
        }

.bds_cate {
    width: 360px;
    height: 40px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0px 15px;
    position: absolute;
    z-index: 99;
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000;
}

.bds_date {
    height: 40px;
    font-size: 14px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    line-height: 40px;
}
/* 격자형 이미지 게시판 끝 */