﻿@charset "utf-8";

/* webcost admin ver.1.0 hoon 201902 */

/* Common */
* {
    margin: 0;
    padding: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: '굴림', Gulim, DotumChe, Dotum, AppleGothic, Sans-serif;
    font-size: 12px;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

input, select, textarea {
    font-size: 12px;
    font-family: DotumChe, Dotum, '굴림', Gulim, AppleGothic, Sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
}

button {
    font-size: 12px;
    font-family: DotumChe, Dotum, '굴림', Gulim, AppleGothic, Sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
/*input[type=text]::-ms-clear {display: none;}
input[type=text].uppercase {text-transform: uppercase;}*/
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'S-CoreDream-8Heavy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 로그인 페이지 */
div.login-pan {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url('../images/loginbg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

div.panel .login-card {
    padding: 40px;
    width: 354px;
    background-color: #F7F7F7;
    border-radius: 2px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: absolute;
    right: 50%;
    margin-right: -470px;
    top: 50%;
    margin-top: -180px;
}

    div.panel .login-card h1 {
        font-weight: 600;
        text-align: center;
        font-size: 30px;
        color: #357ae8;
        margin: 25px 0;
        letter-spacing: -1px;
    }

    div.panel .login-card input {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background-color: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-family: "Roboto", sans-serif;
    }

        div.panel .login-card input:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }

div.panel .login {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    cursor: pointer;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe
}

    div.panel .login:hover {
        border: 0px;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        background-color: #357ae8
    }

div.panel .login-help a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

    div.panel .login-help a:hover {
        opacity: 1;
    }

div.panel .login-help {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

div.panel {
    position: absolute;
    top: 50%;
    margin-top: 30px;
    left: 50%;
    margin-left: -300px;
}

.sideimg {
    position: absolute;
    right: 50%;
    margin-right: -308px;
    top: 50%;
    margin-top: -222px;
}

.wlogoimg {
    position: absolute;
    top: 30px;
    left: 30px;
}

.kpilogo {
    position: absolute;
    right: 10px;
    bottom: 0px;
    opacity: 0.9;
}

.copyright {
    font-size: 11px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -200px;
    color: #666;
}

.notice-area {
    position: absolute;
    background-color: #6c6e70;
    top: 50%;
    margin-top: -180px;
    right: 50%;
    margin-right: 120px;
}

    .notice-area .n-left {
        position: absolute;
        left: -30px;
        top: 50%;
        margin-top: -20px;
        color: #3399ff;
        cursor: pointer;
        opacity: 0.6;
    }

    .notice-area .n-right {
        position: absolute;
        right: -30px;
        top: 50%;
        margin-top: -20px;
        color: #3399ff;
        cursor: pointer;
        opacity: 0.6;
    }

        .notice-area .n-left:hover, .notice-area .n-right:hover {
            opacity: 1;
        }

.notice-list {
    width: 300px;
    height: 400px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.notice-num {
    overflow: hidden;
    width: 100%;
    height: 30px;
    position: relative;
}

    .notice-num ul {
        position: absolute;
        top: 5px;
        right: 5px;
    }

        .notice-num ul li {
            float: left;
            width: 17px;
            height: 17px;
            background-color: #8d9295;
            color: #fff;
            text-align: center;
            margin-right: 1px;
            cursor: pointer;
        }

            .notice-num ul li.l-active {
                background-color: #fff;
                color: #8d9295;
            }

.wrap {
    min-width: 1000px;
}

.wca-top {
    background-color: #708090;
    width: 100%;
    height: 55px;
    line-height: 54px;
    border-bottom: 1px solid #333;
    overflow: hidden;
    min-width: 1400px;
}

    .wca-top .wca-logo {
        float: left;
        width: 251px;
        height: 100%;
    }

        .wca-top .wca-logo label {
            font-size: 18px;
            color: #fff;
            letter-spacing: -0.5px;
            padding-left: 23px;
            font-family: 'S-CoreDream-8Heavy';
        }

            .wca-top .wca-logo label img {
                padding-top: 15px;
            }

    /* 바로가기 */
    .wca-top .short-m {
        float: left;
        text-align: center;
        height: 100%;
    }

        .wca-top .short-m ul {
            overflow: hidden;
        }

            .wca-top .short-m ul li {
                float: left;
            }

                .wca-top .short-m ul li a {
                    color: #fff;
                    font-weight: bold;
                    margin-right: 10px;
                }

    /* 로그아웃 */
    .wca-top .admin-inout {
        float: right;
        width: auto;
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

        .wca-top .admin-inout label {
            color: #fff;
            font-weight: bold;
        }

            .wca-top .admin-inout label a {
                color: #fff;
                font-weight: bold;
            }

.wca-content {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 30px;
    background-color: #fff;
    overflow: hidden;
    min-width: 1400px;
}

/* 좌측 메뉴 */
.content-left {
    width: 251px;
    background-color: #464854;
    border-right: 1px solid #31323b;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

    .content-left .u-vmenu ul li { /*width: 311px;*/
        list-style: none;
    }

    .content-left .u-vmenu ul ul {
        display: none;
        background-color: #5f6068;
    }
    /*.wca-content .content-left .u-vmenu > ul > li {background: url(../images/zakladka.png) left top no-repeat; background-size: 100% auto;}*/
    .content-left .u-vmenu ul li a {
        height: 30px;
        line-height: 30px;
        display: block;
        font-size: 12px;
        color: #82846f;
        text-decoration: none;
        outline: none;
    }

    .content-left .u-vmenu > ul > li > a {
        height: 42px;
        line-height: 42px;
        padding-left: 10px;
        color: #fff;
        border-top: 1px solid #3f414b;
    }

        .content-left .u-vmenu > ul > li > a i {
            padding-right: 5px;
        }

    .content-left .u-vmenu > ul > li > ul > li > a {
        padding-left: 30px;
        color: #fff;
        border-top: 1px solid #666;
    }

        .content-left .u-vmenu > ul > li > ul > li > a:hover {
            background-color: #70717a;
        }

    .content-left .u-vmenu > ul > li > ul > li:first-child > a {
        border-top: 0;
    }

    .content-left .u-vmenu > ul > li > ul > li > ul > li > a {
        padding-left: 60px;
        color: #fff;
        background-color: #686972;
    }

    .content-left .u-vmenu > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 135px;
    }

    .content-left .u-vmenu ul li a[data-option='on'] {
        background: url(../images/on.png) right center no-repeat;
        color: #fff; /*color:#daa520;*/
        font-weight: 600;
    }

    .content-left .u-vmenu ul li a[data-option='off'] {
        background: url(../images/off.png) right center no-repeat;
    }

/* 우측 본문 */
.wca-content .content-right {
    position: absolute;
    left: 251px;
    right: 0;
    top: 0;
    bottom: 0;
}

.content-right .cl-top {
    height: 90px;
    border-bottom: 1px solid #dadada;
}

    .content-right .cl-top .cl-title {
        height: 40px;
        line-height: 45px;
        padding-left: 14px;
    }

        .content-right .cl-top .cl-title ul {
            overflow: hidden;
        }

            .content-right .cl-top .cl-title ul li {
                float: left;
            }

                .content-right .cl-top .cl-title ul li p {
                    width: 4px;
                    height: 15px;
                    background-color: #bbb;
                    margin-top: 15px;
                    margin-right: 8px;
                }

                .content-right .cl-top .cl-title ul li label {
                    font-size: 14px;
                    font-family: 'S-CoreDream-6Bold';
                    color: #464854;
                    letter-spacing: -0.5px;
                }

                    .content-right .cl-top .cl-title ul li label select {
                        font-size: 14px;
                        font-family: "S-CoreDream-6Bold";
                        color: #464854;
                        padding-left: 10px;
                        padding-right: 10px;
                    }

                .content-right .cl-top .cl-title ul li i {
                    font-size: 14px;
                    padding-left: 5px;
                    color: #999;
                }

    .content-right .cl-top .cl-option {
        height: 50px;
        line-height: 50px;
        overflow: hidden;
    }

        .content-right .cl-top .cl-option p {
            font-family: "S-CoreDream-6Bold";
            padding-left: 26px;
            font-size: 20px;
            color: #464854;
        }

        /* 검색 input */
        .content-right .cl-top .cl-option .list-searbox {
            padding-right: 15px;
            overflow: hidden;
            float: right;
        }

            .content-right .cl-top .cl-option .list-searbox span {
                float: left;
            }

                .content-right .cl-top .cl-option .list-searbox span .searbox-sel {
                    width: 100px;
                    height: 30px;
                    padding: 3px;
                    border: 1px solid #d4d7db;
                    border-right: 0;
                }

                .content-right .cl-top .cl-option .list-searbox span .selbox-sel {
                    width: 50%;
                    height: 30px;
                    padding: 3px;
                    padding-left: 10px;
                    border: 1px solid #d4d7db;
                    margin-left: 5px;
                    background-color: #efefef;
                    font-weight: bold;
                    font-size: 13px;
                    font-family: "굴림", Gulim, AppleGothic, Sans-serif;
                }

                .content-right .cl-top .cl-option .list-searbox span.none-flsp {
                    float: none;
                }

                .content-right .cl-top .cl-option .list-searbox span .filebox-sel {
                    width: 250px;
                    height: 30px;
                    padding: 3px;
                    border: 1px solid #d4d7db;
                    border-right: 0;
                }

                .content-right .cl-top .cl-option .list-searbox span .searbox-text {
                    width: 310px;
                    height: 30px;
                    border: 1px solid #d4d7db;
                    padding: 2px 5px;
                }

                .content-right .cl-top .cl-option .list-searbox span .searbox-sbtn {
                    background-color: #a9a9a9;
                    border: 0px solid #d4d7db;
                    color: #fff;
                    width: 70px;
                    height: 30px;
                    cursor: pointer;
                }

                    .content-right .cl-top .cl-option .list-searbox span .searbox-sbtn:hover {
                        background-color: #6e6e6e;
                    }

.content-right .cl-con {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: #fafafa;
}

    .content-right .cl-con .data-re {
        position: absolute;
        top: 15px;
        right: 15px;
    }

        .content-right .cl-con .data-re span {
            background-color: #4084CD;
            padding: 8px 20px;
            border-radius: 5px;
            color: #fff;
            cursor: pointer;
        }

.content-right .cl-top .cl-option .list-searbox.list-sobtn {
    padding-left: 10px;
    float: none;
}

/* 이용권 검색 input */
.content-right .cl-top .cl-option .list-licsbox {
    padding-left: 15px;
}

    .content-right .cl-top .cl-option .list-licsbox span {
        float: left;
    }

        .content-right .cl-top .cl-option .list-licsbox span .searbox-sel {
            width: 100px;
            height: 30px;
            padding: 3px;
            border: 1px solid #d4d7db;
            border-right: 0;
        }

        .content-right .cl-top .cl-option .list-licsbox span .selbox-sel {
            width: 50%;
            height: 30px;
            padding: 3px;
            padding-left: 10px;
            border: 1px solid #d4d7db;
            margin-left: 5px;
            background-color: #efefef;
            font-weight: bold;
            font-size: 13px;
            font-family: "굴림", Gulim, AppleGothic, Sans-serif;
        }

        .content-right .cl-top .cl-option .list-licsbox span.none-flsp {
            float: none;
        }

        .content-right .cl-top .cl-option .list-licsbox span .filebox-sel {
            width: 250px;
            height: 30px;
            padding: 3px;
            border: 1px solid #d4d7db;
            border-right: 0;
        }

        .content-right .cl-top .cl-option .list-licsbox span .searbox-text {
            width: 310px;
            height: 30px;
            border: 1px solid #d4d7db;
            padding: 2px 5px;
        }

        .content-right .cl-top .cl-option .list-licsbox span .searbox-sbtn {
            background-color: #a9a9a9;
            border: 0px solid #d4d7db;
            color: #fff;
            width: 70px;
            height: 30px;
            cursor: pointer;
        }

            .content-right .cl-top .cl-option .list-licsbox span .searbox-sbtn:hover {
                background-color: #6e6e6e;
            }

    .content-right .cl-top .cl-option .list-licsbox.list-sobtn {
        padding-left: 10px;
        float: none;
    }

/* 이용권 추적 검색 input */
.run-searbox {
}

    .run-searbox span:first-child {
        position: absolute;
        left: 11px;
        right: 80px;
    }

    .run-searbox span:last-child {
        float: right;
    }

    .run-searbox span .searbox-sel {
        width: 100px;
        height: 30px;
        padding: 3px;
        border: 1px solid #d4d7db;
        border-right: 0;
    }

    .run-searbox span .selbox-sel {
        width: 50%;
        height: 30px;
        padding: 3px;
        padding-left: 10px;
        border: 1px solid #d4d7db;
        margin-left: 5px;
        background-color: #efefef;
        font-weight: bold;
        font-size: 13px;
        font-family: "굴림", Gulim, AppleGothic, Sans-serif;
    }

    .run-searbox span.none-flsp {
        float: none;
    }

    .run-searbox span .filebox-sel {
        width: 250px;
        height: 30px;
        padding: 3px;
        border: 1px solid #d4d7db;
        border-right: 0;
    }

    .run-searbox span .searbox-text {
        width: 100%;
        height: 30px;
        border: 1px solid #d4d7db;
        padding: 2px 5px;
    }

    .run-searbox span .searbox-sbtn {
        background-color: #a9a9a9;
        border: 0px solid #d4d7db;
        color: #fff;
        width: 70px;
        height: 30px;
        cursor: pointer;
    }

        .run-searbox span .searbox-sbtn:hover {
            background-color: #6e6e6e;
        }

    .run-searbox.list-sobtn {
        padding-left: 10px;
        float: none;
    }

/* 이용권 카테고리 상단 */
.content-right .cl-top .cl-option .list-catebox {
    padding-left: 15px;
    overflow: hidden;
    text-align: right;
    padding-right: 15px;
}

    .content-right .cl-top .cl-option .list-catebox span .searbox-sel {
        width: 83%;
        height: 30px;
        padding: 3px;
        border: 1px solid #d4d7db;
    }

    .content-right .cl-top .cl-option .list-catebox span .filebox-sel {
        width: 250px;
        height: 30px;
        padding: 3px;
        border: 1px solid #d4d7db;
        border-right: 0;
    }

    .content-right .cl-top .cl-option .list-catebox span .searbox-text {
        width: 310px;
        height: 30px;
        border: 1px solid #d4d7db;
        padding: 2px 5px;
    }

    .content-right .cl-top .cl-option .list-catebox span .searbox-sbtn {
        background-color: #4084CD;
        border: 0px solid #d4d7db;
        color: #fff;
        width: 15%;
        height: 30px;
        cursor: pointer;
        opacity: 0.8;
    }

        .content-right .cl-top .cl-option .list-catebox span .searbox-sbtn:hover {
            opacity: 1;
        }

    .content-right .cl-top .cl-option .list-catebox.list-sobtn {
        padding-left: 10px;
        overflow: hidden;
        float: none;
    }
/*.content-right .cl-top .cl-option .cate-plus {position:absolute; top:15px; right:15px;}*/
.content-right .cl-top .cl-option .cate-plus span {
    background-color: #4084CD;
    padding: 8px 40px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

/* 관리 리스트 */
.content-right .cl-con .cl-con-li {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 15px;
}

    .content-right .cl-con .cl-con-li .body-table {
        height: 500px;
    }

.content-right .cl-con .use-inlist {
    top: 30px;
    bottom: 0px;
}

    .content-right .cl-con .use-inlist .body-table {
        height: 500px;
    }

.content-right .cl-con .cl-con-li .body-table table thead tr th {
    height: 30px;
    text-align: center;
    background-color: #e6e6e6;
    color: #555;
    font-weight: normal;
    border: 1px solid #c5c5c5;
    font-weight: bold;
}

.content-right .cl-con .cl-con-li .body-table table tbody tr td {
    height: 30px;
    line-height: 30px;
    border: 1px solid #c5c5c5;
    color: #333;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

    .content-right .cl-con .cl-con-li .body-table table tbody tr td:nth-child(3) span:first-child {
        margin-right: 20px;
    }

    .content-right .cl-con .cl-con-li .body-table table tbody tr td a {
        color: #333;
    }

        .content-right .cl-con .cl-con-li .body-table table tbody tr td a:hover {
            text-decoration: underline;
            color: #6495ed;
        }

.content-right .cl-con .cl-con-li .body-table table tbody tr:nth-child(2n-1) {
    background-color: #fff;
}

.content-right .cl-con .cl-con-li .body-table table tbody tr:nth-child(2n) {
    background-color: #f8f8ff;
}

.content-right .cl-con .cl-con-li .body-table table tbody tr td .wc2-use {
    padding: 4px 15px;
    background-color: #696969;
    border-radius: 5px;
    cursor: help;
    color: #fff;
}

.content-right .cl-con .cl-con-li .body-table table tbody tr td .wc3-use {
    padding: 4px 15px;
    background-color: #e98000;
    border-radius: 5px;
    cursor: help;
    color: #fff;
}

.content-right .cl-con .cl-con-li .body-table table tbody tr td .wc-nonuse {
    padding: 4px 15px;
    background-color: #eee;
    border-radius: 5px;
    cursor: not-allowed;
    color: #999;
}

.content-right .cl-con .cl-con-li .body-table table tbody tr td .detail-use {
    padding: 4px 15px;
    background-color: #eee;
    border-radius: 5px;
    cursor: pointer;
    color: #999;
}

    .content-right .cl-con .cl-con-li .body-table table tbody tr td .detail-use:hover {
        background-color: #4084CD;
        color: #fff;
    }

.content-right .cl-con .cl-con-li .body-table table tbody tr td label {
    display: none;
}

.content-right .cl-con .cl-con-li .body-table table tbody tr td span:hover + label {
    display: block;
    position: absolute;
    color: #000;
    z-index: 999;
    left: 50%;
    margin-left: -66px;
    background-color: #fff;
    padding: 2px 15px;
    border: 5px solid #bab8b8;
}

/* 이용권 리스트 */
.content-right .cl-con .cl-con-li .license-table table thead tr th {
    height: 30px;
    text-align: center;
    background-color: #e6e6e6;
    color: #555;
    font-weight: normal;
    border: 1px solid #c5c5c5;
    font-weight: bold;
}

.content-right .cl-con .cl-con-li .license-table table tbody tr td {
    height: 30px;
    line-height: 30px;
    text-align: left;
    border: 1px solid #c5c5c5;
    color: #333;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

    .content-right .cl-con .cl-con-li .license-table table tbody tr td img {
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        width: 17px;
    }

    .content-right .cl-con .cl-con-li .license-table table tbody tr td:nth-child(3) span:first-child {
        margin-right: 20px;
    }

    .content-right .cl-con .cl-con-li .license-table table tbody tr td a {
        color: #333;
    }

.content-right .cl-con .cl-con-li .license-table table tbody tr:nth-child(2n-1) {
    background-color: #fff;
}

.content-right .cl-con .cl-con-li .license-table table tbody tr:nth-child(2n) {
    background-color: #f8f8ff;
}

.content-right .cl-con .cl-con-li .license-table table tbody tr td:nth-child(3) {
    text-align: right;
    padding-right: 2%;
}

.content-right .cl-con .cl-con-li .license-table table tbody tr td .wc2-use {
    padding: 4px 15px;
    background-color: #696969;
    border-radius: 5px;
    cursor: help;
    color: #fff;
}

.content-right .cl-con .cl-con-li .license-table table tbody tr td .wc3-use {
    padding: 4px 15px;
    background-color: #e98000;
    border-radius: 5px;
    cursor: help;
    color: #fff;
}

.content-right .cl-con .cl-con-li .license-table table tbody tr td .wc-nonuse {
    padding: 4px 15px;
    background-color: #eee;
    border-radius: 5px;
    cursor: not-allowed;
    color: #999;
}

.content-right .cl-con .cl-con-li .license-table table tbody tr td .detail-use {
    padding: 4px 15px;
    background-color: #eee;
    border-radius: 5px;
    cursor: pointer;
    color: #999;
}

    .content-right .cl-con .cl-con-li .license-table table tbody tr td .detail-use:hover {
        background-color: #4084CD;
        color: #fff;
    }

/* 이용권 카테고리 리스트 */
.content-right .cl-con .cl-con-li .license-catetable table thead tr th {
    height: 30px;
    text-align: center;
    background-color: #e6e6e6;
    color: #555;
    font-weight: normal;
    border: 1px solid #c5c5c5;
    font-weight: bold;
}

.content-right .cl-con .cl-con-li .license-catetable table tbody tr td {
    height: 30px;
    line-height: 30px;
    text-align: left;
    border: 1px solid #c5c5c5;
    color: #333;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

    .content-right .cl-con .cl-con-li .license-catetable table tbody tr td img {
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        width: 17px;
    }

    .content-right .cl-con .cl-con-li .license-catetable table tbody tr td:nth-child(3) span:first-child {
        margin-right: 20px;
    }

    .content-right .cl-con .cl-con-li .license-catetable table tbody tr td a {
        color: #333;
    }

        .content-right .cl-con .cl-con-li .license-catetable table tbody tr td a:hover {
            text-decoration: underline;
            color: #6495ed;
        }

.content-right .cl-con .cl-con-li .license-catetable table tbody tr:nth-child(2n-1) {
    background-color: #fff;
}

.content-right .cl-con .cl-con-li .license-catetable table tbody tr:nth-child(2n) {
    background-color: #f8f8ff;
}

.content-right .cl-con .cl-con-li .license-catetable table tbody tr td .wc2-use {
    padding: 4px 15px;
    background-color: #696969;
    border-radius: 5px;
    cursor: help;
    color: #fff;
}

.content-right .cl-con .cl-con-li .license-catetable table tbody tr td .wc3-use {
    padding: 4px 15px;
    background-color: #e98000;
    border-radius: 5px;
    cursor: help;
    color: #fff;
}

.content-right .cl-con .cl-con-li .license-catetable table tbody tr td .wc-nonuse {
    padding: 4px 15px;
    background-color: #eee;
    border-radius: 5px;
    cursor: not-allowed;
    color: #999;
}

.content-right .cl-con .cl-con-li .license-catetable table tbody tr td .detail-use {
    padding: 4px 15px;
    background-color: #eee;
    border-radius: 5px;
    cursor: pointer;
    color: #999;
}

    .content-right .cl-con .cl-con-li .license-catetable table tbody tr td .detail-use:hover {
        background-color: #4084CD;
        color: #fff;
    }

/* 관리 글쓰기 */
.content-right .cl-con .cl-con-wr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 50px 0 0px;
    margin: 15px;
    margin-top: 30px;
}

.form-group {
    clear: both;
}

    .form-group label {
        float: left;
        padding-top: 7px;
        font-weight: bold;
        color: #333;
        padding-left: 40px;
        width: 10%;
    }

.form-selgroup {
    clear: both;
    margin-left: 10%;
}

    .form-selgroup label {
        float: left;
        padding-top: 8px;
        font-weight: bold;
        color: #333;
    }

    .form-selgroup ul {
        display: flex;
    }

        .form-selgroup ul li {
            flex: 1;
        }

.form-control {
    float: right;
    margin-bottom: 20px;
    display: block;
    width: 90%;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-sel {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    display: block;
    width: auto;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

textarea.form-control {
    overflow: auto;
}

.form-control:focus {
    color: #7b8a8b;
    background-color: #fff;
    border-color: #597ea2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
    box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
}

.form-selgroup:focus {
    color: #7b8a8b;
    background-color: #fff;
    border-color: #597ea2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
    box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
}

.form-save {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
    clear: both;
}

    .form-save .btn {
        display: inline-block;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: 0.375rem 1.75rem;
        font-size: 0.9375rem;
        line-height: 1.5;
        border-radius: 0.25rem;
    }

    .form-save .btn-save {
        color: #fff;
        background-color: #2C3E50;
        border-color: #2C3E50;
    }

    .form-save .btn-cancel {
        color: #fff;
        background-color: #999;
        border-color: #999;
    }
/*.uswp-user-inf .cl-con-wr {padding:30px;}*/

.con-hf {
    overflow: hidden;
}

    .con-hf .hf-lf {
        padding: 20px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }

        .con-hf .hf-lf h4 {
            padding-bottom: 20px;
        }

            .con-hf .hf-lf h4 i {
                font-size: 16px;
                vertical-align: -1px;
                color: #add8e6;
            }

        .con-hf .hf-lf .form-group label {
            padding-left: 0px;
            color: #666;
        }

        .con-hf .hf-lf .form-group .form-control {
            width: 80%;
            background-color: #eee;
            font-weight: bold;
            font-family: "굴림";
        }

    .con-hf .hf-rt .form-save {
        text-align: center;
        padding-top: 20px;
        clear: both;
    }

    .con-hf .hf-rt .form-group label {
        color: #666;
        padding-left: 13px;
    }

    .con-hf .hf-rt .form-group .form-control {
        width: 80%;
        float: left;
        margin-left: 20px;
    }

    .con-hf .hf-rt .form-group .form-sel {
        width: 80%;
    }

    .con-hf .hf-rt .form-date {
        overflow: hidden;
        clear: both;
        position: relative;
    }

        .con-hf .hf-rt .form-date .fd-gds {
            float: left;
        }

            .con-hf .hf-rt .form-date .fd-gds .date-selbtn {
                float: left;
                margin-left: 37px;
            }

                .con-hf .hf-rt .form-date .fd-gds .date-selbtn button {
                    padding: 0.375rem 0.75rem;
                    border: 1px solid #ddd;
                    border-radius: 5px;
                    background-color: #f0f0f0;
                }

                    .con-hf .hf-rt .form-date .fd-gds .date-selbtn button:hover {
                        background-color: #6495ed;
                        color: #fff;
                        border-color: #6495ed;
                    }

        .con-hf .hf-rt .form-date .fd-gde {
            float: left;
            margin-left: 50px;
        }

        .con-hf .hf-rt .form-date .fd-gds input {
            width: 150px;
            height: 30px;
            margin-left: 10px;
            margin-bottom: 20px;
            border: 1px solid #d4d7db;
            border-radius: 0.25rem;
        }

        .con-hf .hf-rt .form-date .fd-gde input {
            width: 150px;
            height: 30px;
            margin-left: 37px;
            margin-bottom: 20px;
            border: 1px solid #d4d7db;
            border-radius: 0.25rem;
        }

        .con-hf .hf-rt .form-date label {
            color: #666;
            padding-left: 13px;
            float: left;
            padding-top: 7px;
            font-weight: bold;
        }

        .con-hf .hf-rt .form-date .gds label {
            font-weight: normal;
            float: none;
            padding-top: 9px;
        }

        .con-hf .hf-rt .form-date .ggd {
            padding-top: 10px;
            padding-left: 10px;
            padding-right: 0;
        }

        .con-hf .hf-rt .form-date .gde label {
            font-weight: normal;
            float: none;
            padding-top: 9px;
        }

    .con-hf .hf-rt h4 {
        padding-bottom: 20px;
    }

        .con-hf .hf-rt h4 i {
            font-size: 16px;
            vertical-align: -1px;
            color: #add8e6;
        }

    .con-hf .hf-rt .form-txtar {
        float: left;
        width: 80%;
        margin-bottom: 20px;
        margin-left: 20px;
        display: block;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #7b8a8b;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }

/* 파일업로드 관리 리스트 */
.content-right .cl-con .cl-con-fil {
    border: 1px solid #c5c5c5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .content-right .cl-con .cl-con-fil .head-table {
        height: 30px;
        text-align: center;
        color: #333;
        font-weight: normal;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 17px;
        bottom: 0px;
        z-index: 10;
    }

        .content-right .cl-con .cl-con-fil .head-table table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            border-top: 0;
            font-weight: bold;
        }

            .content-right .cl-con .cl-con-fil .head-table table thead tr th:first-child {
                border-left: 0;
            }

    .content-right .cl-con .cl-con-fil .body-table {
        text-align: left;
        color: #333;
        padding-left: 0px;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding-top: 30px;
        overflow-y: scroll;
    }

        .content-right .cl-con .cl-con-fil .body-table table tbody tr td {
            height: 30px;
            line-height: 30px;
            text-align: left;
            border: 1px solid #c5c5c5;
            color: #333;
            position: relative;
            padding-left: 5px;
            padding-right: 5px;
            text-align: center;
        }

        .content-right .cl-con .cl-con-fil .body-table table tbody tr:nth-child(2n) {
            background-color: #f8f8ff;
        }

        .content-right .cl-con .cl-con-fil .body-table table tbody tr td:first-child {
            border-left: 0;
        }

/* 본문 하단 */
.wca-footer {
    width: 100%;
    height: 30px;
    background-color: #eee;
    border-top: 1px solid #b5b5b5;
    position: absolute;
    bottom: 0;
}

.period-data {
    float: left;
    overflow: hidden;
    padding-left: 15px;
}

    .period-data ul {
        overflow: hidden;
    }

        .period-data ul li {
            float: left;
        }

.btn-visit {
    font-size: 12px;
    font-family: "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;
    font-style: normal;
    text-align: center;
    padding: 7px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: 0px;
    color: #333;
    cursor: pointer;
}

.period-data ul li:first-child input {
    border-left: 1px solid #ddd;
}

.period-data .active {
    background-color: #4084CD;
    color: #fff;
    font-weight: bold;
    border: 1px solid #4084CD;
}

.period-data ul li:first-child input.active {
    border-left: 1px solid #4084CD;
}

/* 달력 */
.date-pic {
    float: left;
    padding-left: 15px;
}

.gds {
    width: 150px;
    float: left;
}

    .gds span {
        width: 100%;
        height: 30px;
    }

    .gds label {
        color: #777;
        font-size: 11px;
        position: absolute;
        z-index: 1;
        padding-left: 10px;
    }

    .gds input {
        width: 150px;
        height: 30px;
        border: 1px solid #d4d7db;
        padding-left: 58px;
    }

.ggd {
    float: left; /*padding-right:10px;*/
}

.gde {
    width: 165px;
    float: right;
}

    .gde span {
        width: 100%;
        height: 30px;
    }

    .gde label {
        color: #777;
        font-size: 11px;
        position: absolute;
        z-index: 1;
        padding-left: 10px;
    }

    .gde input {
        width: 160px;
        height: 30px;
        border: 1px solid #d4d7db;
        padding-left: 60px;
    }

.Zebra_DatePicker {
    margin-top: 30px;
    margin-left: -10px;
    box-shadow: 1px 2px 3px 1px #444;
}

.gus {
    width: 166px;
    float: left;
    margin-bottom: 15px;
    margin-left: 20px;
}

    .gus span {
        width: 100%;
        height: 30px;
    }

    .gus label {
        color: #777;
        font-size: 11px;
        position: absolute;
        z-index: 1;
        padding-left: 10px;
    }

    .gus input {
        width: 166px;
        height: 30px;
        border: 1px solid #d4d7db;
        text-align: center;
        border-radius: 0.25em
    }

/* 상단 탭메뉴 */
.webco-tabs {
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 250px;
}

    .webco-tabs .webco-tab-title {
        float: left;
        cursor: pointer;
        padding: 7px 20px;
        color: #777;
        border-radius: 5px 5px 0 0;
        background-color: #dcdcdc;
        margin-right: 3px;
        border: 1px solid #555;
        border-bottom: 0;
        line-height: normal;
    }

    .webco-tabs .webco-tab-active {
        cursor: default;
        display: block;
        border: 1px ridge #31323b;
        border-bottom: 0;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
        color: #fff;
        text-shadow: 0px 1px 0px #666;
        background-color: #464854;
    }

/* 사용자 정보 탭메뉴 */
.user-tabs {
    overflow: hidden;
    position: absolute;
    top: 0px;
}

    .user-tabs .usertabs-title {
        float: left;
        cursor: pointer;
        padding: 7px 20px;
        color: #777;
        border-radius: 5px 5px 0 0;
        background-color: #dcdcdc;
        margin-right: 3px; /*border: 1px solid #555;*/
        border-bottom: 0;
        line-height: normal;
    }

    .user-tabs .usertabs-active {
        cursor: pointer;
        display: block;
        border: 1px solid #777;
        border-bottom: 0;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
        color: #fff;
        text-shadow: 0px 1px 0px #666;
        background-color: #777;
        font-weight: bold;
    }

.usertabs-item {
    margin-top: 28px;
}
/*.usertabs-item {display:none;}.usercont-active {display: block;}*/

/* 이용권 탭메뉴 */
.license-tabs {
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 15px;
}

    .license-tabs .license-tab-title {
        float: left;
        cursor: pointer;
        padding: 7px 30px;
        color: #777;
        border-radius: 5px 5px 0 0;
        background-color: #dcdcdc;
        margin-right: 3px; /*border: 1px solid #555;*/
        border-bottom: 0;
        line-height: normal;
    }

    .license-tabs .license-tab-active {
        cursor: pointer;
        display: block;
        border: 1px solid #777;
        border-bottom: 0;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
        color: #fff;
        text-shadow: 0px 1px 0px #666;
        background-color: #777;
        font-weight: bold;
    }

/* 자원 관리 */
.cl-con .cl-db-wr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 15px;
    margin-top: 15px;
}

.con-dbf {
    overflow: hidden;
}

    .con-dbf .dbf-lf {
        width: 20%;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

        .con-dbf .dbf-lf h4 {
            padding: 10px;
            background-color: #f0f0f0;
            border-bottom: 1px solid #e3e3e3;
        }

            .con-dbf .dbf-lf h4 i {
                font-size: 16px;
                vertical-align: -1px;
                color: #add8e6;
            }

        .con-dbf .dbf-lf .dbf-dlist {
            padding: 10px;
            position: absolute;
            bottom: 0px;
            top: 37px;
            left: 0px;
            right: 0px;
        }

            .con-dbf .dbf-lf .dbf-dlist .head-table {
                height: 30px;
                text-align: center;
                color: #333;
                font-weight: normal;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 17px;
                bottom: 0px;
                z-index: 10;
            }

                .con-dbf .dbf-lf .dbf-dlist .head-table table thead tr th {
                    height: 30px;
                    text-align: center;
                    background-color: #e6e6e6;
                    color: #555;
                    font-weight: normal;
                    border: 1px solid #c5c5c5;
                    border-top: 0;
                    font-weight: bold;
                }

                    .con-dbf .dbf-lf .dbf-dlist .head-table table thead tr th:first-child {
                        border-left: 0;
                    }

            .con-dbf .dbf-lf .dbf-dlist .body-table {
                text-align: left;
                color: #333;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                padding: 10px;
                overflow-y: auto;
                background-color: #fff;
            }

                .con-dbf .dbf-lf .dbf-dlist .body-table table tbody tr:nth-child(2n) {
                    background-color: #f8f8ff;
                }

                .con-dbf .dbf-lf .dbf-dlist .body-table table tbody tr td {
                    height: 30px;
                    line-height: 30px;
                    text-align: left;
                    border: 1px solid #c5c5c5;
                    color: #333;
                    position: relative;
                    text-align: center;
                }

                    .con-dbf .dbf-lf .dbf-dlist .body-table table tbody tr td a {
                        color: #333;
                        display: block;
                        padding-left: 5px;
                        padding-right: 5px;
                    }

                        .con-dbf .dbf-lf .dbf-dlist .body-table table tbody tr td a:hover {
                            background-color: #f3f3f3;
                            color: #6495ed;
                            text-decoration: underline;
                        }

                        .con-dbf .dbf-lf .dbf-dlist .body-table table tbody tr td a.click-active {
                            background-color: #f0f8ff;
                            font-weight: bold;
                        }

        .con-dbf .dbf-lf .form-group label {
            padding-left: 0px;
            color: #666;
        }

        .con-dbf .dbf-lf .form-group .form-control {
            width: 80%;
            background-color: #eee;
            font-weight: bold;
            font-family: "굴림";
        }

    .con-dbf .dbf-mf {
        width: 35%;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
        position: absolute;
        top: 0px;
        left: 22%;
        right: 0px;
        bottom: 0px;
    }

        .con-dbf .dbf-mf h4 {
            padding: 10px;
            background-color: #f0f0f0;
            border-bottom: 1px solid #e3e3e3;
        }

            .con-dbf .dbf-mf h4 i {
                font-size: 16px;
                vertical-align: -1px;
                color: #add8e6;
            }

        .con-dbf .dbf-mf .dbf-dlist {
            padding: 10px;
            position: absolute;
            bottom: 0px;
            top: 37px;
            left: 0px;
            right: 0px;
        }

            .con-dbf .dbf-mf .dbf-dlist .head-table {
                height: 30px;
                text-align: center;
                color: #333;
                font-weight: normal;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 17px;
                bottom: 0px;
                z-index: 10;
            }

                .con-dbf .dbf-mf .dbf-dlist .head-table table thead tr th {
                    height: 30px;
                    text-align: center;
                    background-color: #e6e6e6;
                    color: #555;
                    font-weight: normal;
                    border: 1px solid #c5c5c5;
                    border-top: 0;
                    font-weight: bold;
                }

                    .con-dbf .dbf-mf .dbf-dlist .head-table table thead tr th:first-child {
                        border-left: 0;
                    }

            .con-dbf .dbf-mf .dbf-dlist .body-table {
                text-align: left;
                color: #333;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                padding: 10px;
                overflow-y: auto;
                background-color: #fff;
            }

                .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr:nth-child(2n) {
                    background-color: #f8f8ff;
                }

                .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td {
                    height: 30px;
                    line-height: 30px;
                    text-align: left;
                    border: 1px solid #c5c5c5;
                    color: #333;
                    position: relative;
                    text-indent: 10px;
                }

                    .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td .useon-btn {
                        vertical-align: middle;
                        width: 26px;
                        height: 26px;
                        box-sizing: border-box;
                        border: 1px solid #A2B4CA;
                        border-radius: 3px;
                        padding: 0;
                        background-color: #FCFCFC;
                        opacity: 0.85;
                        color: #3891fb;
                        float: left;
                    }

                        .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td .useon-btn i {
                            font-size: 14px;
                            text-indent: 0;
                            display: block;
                        }

                        .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td .useon-btn:hover {
                            border: 1px solid #157EFB;
                            opacity: 1;
                        }

                    .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td .useoff-btn {
                        vertical-align: middle;
                        width: 26px;
                        height: 26px;
                        box-sizing: border-box;
                        border: 1px solid #ccc;
                        border-radius: 3px;
                        padding: 0;
                        background-color: #FCFCFC;
                        opacity: 0.85;
                        color: #ccc;
                        float: left;
                    }

                        .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td .useoff-btn i {
                            font-size: 14px;
                            text-indent: 0;
                            display: block;
                        }

                        .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td .useoff-btn:hover {
                            color: #157EFB;
                            opacity: 1;
                        }

                    .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td .del-btn {
                        vertical-align: middle;
                        width: 26px;
                        height: 26px;
                        box-sizing: border-box;
                        border: 1px solid #A2B4CA;
                        border-radius: 3px;
                        padding: 0;
                        background-color: #FCFCFC;
                        opacity: 0.85;
                        color: #ff4c37;
                        float: left;
                        margin-left: 5px;
                    }

                        .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td .del-btn i {
                            font-size: 14px;
                            text-indent: 0;
                            display: block;
                        }

                        .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td .del-btn:hover {
                            color: #ff4c37;
                            border: 1px solid #ff4c37;
                            opacity: 1;
                        }

                    .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td:first-child {
                        border-right: 0px;
                    }

                    .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td:last-child {
                        border-left: 0px;
                    }

                    .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td a {
                        color: #333;
                        display: block;
                        padding-left: 5px;
                        padding-right: 5px;
                    }

                        .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td a:hover {
                            background-color: #f3f3f3;
                            color: #333;
                        }

                        .con-dbf .dbf-mf .dbf-dlist .body-table table tbody tr td a.click-active {
                            background-color: #f0f8ff;
                            font-weight: bold;
                        }

    .con-dbf .dbf-rt {
        width: 41%;
        padding: 10px;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }

        .con-dbf .dbf-rt .form-save {
            text-align: center;
            padding-top: 20px;
            clear: both;
        }

        .con-dbf .dbf-rt .form-group label {
            padding-left: 0px;
            color: #666;
            padding-left: 10px;
            width: auto;
        }

        .con-dbf .dbf-rt .form-group .form-control {
            width: 80%;
        }

        .con-dbf .dbf-rt .form-group .form-sel {
            float: left;
            width: 50%;
            font-size: 13px;
        }

        .con-dbf .dbf-rt h4 {
            padding-bottom: 20px;
        }

            .con-dbf .dbf-rt h4 i {
                font-size: 16px;
                vertical-align: -1px;
                color: #add8e6;
            }

        .con-dbf .dbf-rt .form-group {
            overflow: hidden;
            float: left;
            width: 45%;
            clear: none;
        }

/* 파일 업로드 */
#dropZone {
    background-color: #FFFFFF;
    border: 2px dashed #A2B4CA;
    text-align: center;
    height: 80px;
    width: 100%;
    border-radius: 3px;
}

#fileTableTbody {
    margin-top: 10px;
}

    #fileTableTbody tr:nth-child(2n) {
        background-color: #f8f8ff;
    }

    #fileTableTbody tr:nth-child(2n-1) {
        background-color: #fff;
    }

    #fileTableTbody tr td {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        height: 30px;
        text-indent: 10px;
    }

        #fileTableTbody tr td.file-uname {
            text-align: left;
        }

        #fileTableTbody tr td.file-usize {
            text-align: right;
            text-indent: 0;
        }

        #fileTableTbody tr td.file-udel {
            text-align: right;
            text-indent: 0;
            padding-right: 5px;
        }

.bt-ser {
    margin-bottom: 10px;
}

.con-dbf .dbf-lf .dbf-dlist .body-table table.bt-ser tbody tr td {
    height: 25px;
    line-height: 25px;
    border: 1px solid #c5c5c5;
    color: #333;
    position: relative;
    text-align: center;
}

    .con-dbf .dbf-lf .dbf-dlist .body-table table.bt-ser tbody tr td .searbox-sbtn {
        background-color: #a9a9a9;
        border: 0px solid #d4d7db;
        color: #fff;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

        .con-dbf .dbf-lf .dbf-dlist .body-table table.bt-ser tbody tr td .searbox-sbtn:hover {
            background-color: #6e6e6e;
        }

.gsrbox-sel {
    border: 0;
    width: 50%;
}

/*---- Reveal Modals ---- */
.briefPopUp-background {
    position: absolute; /*height: 100%; width: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 100;
    display: none;
    cursor: default !important;
}

.briefPopUp-modal {
    visibility: hidden;
    top: 5% !important;
    left: 2%;
    background-color: #eee;
    position: absolute;
    z-index: 101;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 1px #333;
    width: 96%;
    height: 90%;
}

    .briefPopUp-modal .close-xm {
        font-size: 20px;
        position: absolute;
        top: 6px;
        right: 10px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0,0,0,.6);
        font-weight: bold;
        cursor: pointer;
    }

        .briefPopUp-modal .close-xm:hover {
            color: #666;
        }

#groupseModal .wc-user-modal-footer {
    text-align: center;
}

#refund-Modal .wc-user-modal-footer {
    text-align: center;
    padding: 5px 15px;
}

.briefPopUp-modal.cate-tem {
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: 90%;
}

.lic-cate-title {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
    color: #333;
}

    .lic-cate-title img {
        vertical-align: -4px;
    }

    .lic-cate-title span {
        font-weight: 600;
    }

.lic-cate-onin {
    padding: 10px;
}

    .lic-cate-onin ul {
        overflow: hidden;
    }

    .lic-cate-onin .li-onin {
        width: 580px;
        border: 1px solid #777;
        position: absolute;
        top: 45px;
        bottom: 10px;
    }

        .lic-cate-onin .li-onin .mdcate-ifo {
            padding: 17px;
            position: absolute;
            overflow-y: auto;
            left: 0px;
            right: 0px;
            bottom: 0px;
            top: 0px;
            background-color: #fff;
        }

            .lic-cate-onin .li-onin .mdcate-ifo table tbody tr th {
                height: 30px;
                text-align: center;
                background-color: #e6e6e6;
                color: #555;
                font-weight: normal;
                border: 1px solid #c5c5c5;
                font-weight: bold;
                width: 80px;
            }

            .lic-cate-onin .li-onin .mdcate-ifo table tbody tr td {
                height: 30px;
                line-height: 30px;
                text-align: left;
                border: 1px solid #c5c5c5;
                color: #333;
                position: relative;
                padding-left: 5px;
                padding-right: 5px;
            }

/* 이용권 모달 */
.briefPopUp-modal.cate-proplus {
    left: 50%;
    margin-left: -350px;
    width: 700px;
    height: 400px;
    top: 50% !important;
    margin-top: -200px;
}

.briefPopUp-modal.cate-usetem {
    left: 50%;
    margin-left: -400px;
    width: 800px;
    height: 90%;
}

.briefPopUp-modal.cate-protem {
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: 330px;
    top: 50% !important;
    margin-top: -160px;
}

.use-cate-title {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
    color: #333;
}

    .use-cate-title img {
        vertical-align: -4px;
    }

    .use-cate-title span {
        font-weight: 600;
    }

.use-cate-onin {
    padding: 10px;
}

    .use-cate-onin ul {
        overflow: hidden;
    }

    .use-cate-onin .li-onin {
        position: absolute;
        top: 45px;
        left: 10px;
        right: 10px;
        bottom: 70px;
    }

        .use-cate-onin .li-onin .grcate-til {
            position: absolute;
            left: 0px;
            right: 490px;
            bottom: 0px;
            top: 0px;
            background-color: #fff;
            border: 1px solid #777;
        }

        .use-cate-onin .li-onin .grcate-tset {
            height: 30px;
            line-height: 30px;
            width: 100%;
            background-color: #999;
            border-bottom: 1px solid #333;
            color: #fff;
            text-indent: 5px;
        }

            .use-cate-onin .li-onin .grcate-tset .set-editbtn {
                position: absolute;
                top: 0;
                right: 5px;
            }

                .use-cate-onin .li-onin .grcate-tset .set-editbtn button i {
                    text-indent: 0;
                }

                .use-cate-onin .li-onin .grcate-tset .set-editbtn button {
                    background-color: #464854;
                    padding: 0px 12px;
                    border: 0;
                    border-radius: 2px;
                    color: #fff;
                    cursor: pointer;
                    height: 21px;
                    line-height: 20px;
                }

                    .use-cate-onin .li-onin .grcate-tset .set-editbtn button:hover {
                        background-color: #4084cd;
                    }

        .use-cate-onin .li-onin .grcate-tlist {
            overflow-y: auto;
            padding: 5px;
            position: absolute;
            top: 30px;
            left: 0px;
            right: 0px;
            bottom: 0px;
        }

            .use-cate-onin .li-onin .grcate-tlist table {
                margin-bottom: 5px;
            }

                .use-cate-onin .li-onin .grcate-tlist table tbody tr:nth-child(2n) {
                    background-color: #f8f8ff;
                }

                .use-cate-onin .li-onin .grcate-tlist table tbody tr td input[type="text"] {
                    border: 0;
                    width: 100%;
                    height: 100%;
                    background-color: transparent;
                }

                .use-cate-onin .li-onin .grcate-tlist table tbody tr td {
                    height: 30px; /*line-height:30px;*/
                    border: 1px solid #c5c5c5;
                    text-align: left;
                    color: #333;
                    padding-left: 5px;
                    padding-right: 5px;
                }

                    .use-cate-onin .li-onin .grcate-tlist table tbody tr td span {
                        cursor: pointer;
                        width: 200px;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                        word-wrap: normal;
                        display: block;
                    }

                    .use-cate-onin .li-onin .grcate-tlist table tbody tr td:first-child { /*border-right:0;*/
                    }

                    .use-cate-onin .li-onin .grcate-tlist table tbody tr td:last-child { /*border-left:0;*/
                        text-align: center;
                    }

                .use-cate-onin .li-onin .grcate-tlist table tbody tr:hover td {
                    background-color: #f3f3f3;
                    color: #6495ed;
                }

                .use-cate-onin .li-onin .grcate-tlist table tbody tr td:hover {
                    background-color: #f3f3f3;
                    color: #6495ed;
                }

                .use-cate-onin .li-onin .grcate-tlist table tbody tr.click-active td {
                    background-color: #f0f8ff;
                }

                    .use-cate-onin .li-onin .grcate-tlist table tbody tr.click-active td span {
                        font-weight: bold;
                        text-decoration: underline;
                        color: #4169e1;
                    }

                .use-cate-onin .li-onin .grcate-tlist table tbody tr.edit-cate-title td {
                    border: 1px solid #c5c5c5;
                }

                    .use-cate-onin .li-onin .grcate-tlist table tbody tr.edit-cate-title td input {
                        background-color: #fafad2;
                    }

                .use-cate-onin .li-onin .grcate-tlist table tbody tr td .lincon-btn {
                    vertical-align: middle;
                    width: 23px;
                    height: 23px;
                    box-sizing: border-box;
                    border: 0px solid #999;
                    border-radius: 3px;
                    padding: 0;
                    background-color: transparent;
                    opacity: 0.85;
                    color: #999;
                }

                    .use-cate-onin .li-onin .grcate-tlist table tbody tr td .lincon-btn i {
                        font-size: 13px;
                        text-indent: 0;
                        display: block;
                    }

                    .use-cate-onin .li-onin .grcate-tlist table tbody tr td .lincon-btn:hover {
                        border: 0px solid #157EFB;
                        opacity: 1;
                        color: #3891fb;
                    }

                .use-cate-onin .li-onin .grcate-tlist table tbody tr td .lincdel-btn {
                    vertical-align: middle;
                    width: 23px;
                    height: 23px;
                    box-sizing: border-box;
                    border: 0px solid #999;
                    border-radius: 3px;
                    padding: 0;
                    background-color: transparent;
                    opacity: 0.85;
                    color: #999;
                }

                    .use-cate-onin .li-onin .grcate-tlist table tbody tr td .lincdel-btn i {
                        font-size: 13px;
                        text-indent: 0;
                        display: block;
                    }

                    .use-cate-onin .li-onin .grcate-tlist table tbody tr td .lincdel-btn:hover {
                        color: #ff4c37;
                        border: 0px solid #ff4c37;
                        opacity: 1;
                    }

        .use-cate-onin .li-onin .mdcate-use {
            position: absolute;
            overflow-y: auto;
            left: 300px;
            right: 0px;
            bottom: 0px;
            top: 0px;
            background-color: #fff;
            border: 1px solid #777;
        }

            .use-cate-onin .li-onin .mdcate-use .mdcate-tset {
                height: 30px;
                line-height: 30px;
                width: 100%;
                background-color: #999;
                border-bottom: 1px solid #333;
                color: #fff;
                text-indent: 5px;
            }

            .use-cate-onin .li-onin .mdcate-use .mdcate-tlist {
                padding: 10px;
            }

            .use-cate-onin .li-onin .mdcate-use table tbody tr th {
                height: 30px;
                text-align: center;
                background-color: #e6e6e6;
                color: #555;
                font-weight: normal;
                border: 1px solid #c5c5c5;
                font-weight: bold;
                width: 80px;
            }

            .use-cate-onin .li-onin .mdcate-use table tbody tr td {
                height: 30px;
                line-height: 30px;
                text-align: left;
                border: 1px solid #c5c5c5;
                color: #333;
                position: relative;
                padding-left: 5px;
                padding-right: 5px;
            }

.usecate-hf .hf-lf {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

    .usecate-hf .hf-lf h4 {
        padding-bottom: 20px;
    }

        .usecate-hf .hf-lf h4 i {
            font-size: 16px;
            vertical-align: -1px;
            color: #add8e6;
        }

    .usecate-hf .hf-lf .cate-group label {
        padding-left: 0px;
        color: #666;
    }

    .usecate-hf .hf-lf .cate-group .form-control {
        width: 80%;
        background-color: #eee;
        font-weight: bold;
        font-family: "굴림";
    }

.mdcate-use {
}

    .mdcate-use .cate-group label {
        color: #666;
        padding-left: 13px;
    }

    .mdcate-use .cate-group .form-control {
        width: 77%;
        float: left;
        margin-left: 20px;
        margin-bottom: 15px;
    }

    .mdcate-use .cate-paygroup label {
        float: left;
        padding-top: 7px;
        font-weight: bold;
        color: #333;
        padding-left: 10px;
        width: 18%;
    }

    .mdcate-use .cate-paygroup .form-payper {
        width: 20%;
        margin-right: 30px;
        float: left;
        margin-left: 20px;
        display: block;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #333;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        text-align: center;
    }

        .mdcate-use .cate-paygroup .form-payper:focus {
            color: #7b8a8b;
            background-color: #fff;
            border-color: #597ea2;
            outline: 0;
            -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
            box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
        }

    .mdcate-use .cate-paygroup .form-paywon {
        width: 32%;
        margin-left: 0px;
        float: left;
        margin-bottom: 15px;
        display: block;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #333;
        background-color: #eee;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        text-align: center;
    }

    .mdcate-use .cate-group .form-sel {
        width: 77%;
        margin-bottom: 15px;
    }

    .mdcate-use .cate-date {
        overflow: hidden;
        clear: both;
        position: relative;
    }

        .mdcate-use .cate-date .fd-gds {
            float: left;
        }

            .mdcate-use .cate-date .fd-gds .date-selbtn {
                float: left;
                margin-left: 37px;
                margin-bottom: 20px;
            }

                .mdcate-use .cate-date .fd-gds .date-selbtn button {
                    padding: 0.375rem 0.75rem;
                    border: 1px solid #ddd;
                    border-radius: 5px;
                    background-color: #f0f0f0;
                }

                    .mdcate-use .cate-date .fd-gds .date-selbtn button:hover {
                        background-color: #6495ed;
                        color: #fff;
                        border-color: #6495ed;
                    }

        .mdcate-use .cate-date .fd-gde {
            float: left;
            margin-left: 50px;
        }

        .mdcate-use .cate-date .fd-gds input {
            width: 150px;
            height: 30px;
            margin-left: 10px;
            margin-bottom: 20px;
            border: 1px solid #d4d7db;
            border-radius: 0.25rem;
        }

        .mdcate-use .cate-date .fd-gde input {
            width: 150px;
            height: 30px;
            margin-left: 37px;
            margin-bottom: 20px;
            border: 1px solid #d4d7db;
            border-radius: 0.25rem;
        }

        .mdcate-use .cate-date label {
            color: #333;
            padding-left: 10px;
            float: left;
            padding-top: 7px;
            font-weight: bold;
        }

        .mdcate-use .cate-date .gds label {
            font-weight: normal;
            float: none;
            padding-top: 9px;
        }

        .mdcate-use .cate-date .ggd {
            padding-top: 10px;
            padding-left: 10px;
            padding-right: 0;
        }

        .mdcate-use .cate-date .gde label {
            font-weight: normal;
            float: none;
            padding-top: 9px;
        }

    .mdcate-use .cate-txtar {
        float: left;
        width: 77%;
        margin-bottom: 20px;
        margin-left: 20px;
        display: block;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #7b8a8b;
        background-color: #fff;
        border: 1px solid #ced4da;
    }

        .mdcate-use .cate-txtar:focus {
            color: #7b8a8b;
            background-color: #fff;
            border-color: #597ea2;
            outline: 0;
            -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
            box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
        }

    .mdcate-use .cate-group {
        clear: both;
    }

    .mdcate-use .cate-paygroup {
        clear: both;
    }

    .mdcate-use .cate-group label {
        float: left;
        padding-top: 7px;
        font-weight: bold;
        color: #333;
        padding-left: 10px;
        width: 18%;
    }

.cate-usetem .cate-save {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    .cate-usetem .cate-save .btn {
        display: inline-block;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: 0.375rem 1.75rem;
        font-size: 0.9375rem;
        line-height: 1.5;
        border-radius: 0.25rem;
    }

    .cate-usetem .cate-save .btn-save {
        color: #fff;
        background-color: #2C3E50;
        border-color: #2C3E50;
    }

    .cate-usetem .cate-save .btn-cancel {
        color: #fff;
        background-color: #999;
        border-color: #999;
    }
/*.uswp-user-inf .cl-con-wr {padding:30px;}*/

.use-cate-onin .li-onin .mdcate-edit {
    position: absolute;
    overflow-y: auto;
    left: 300px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #fff;
    border: 1px solid #777;
}

    .use-cate-onin .li-onin .mdcate-edit .mdcate-tset {
        height: 30px;
        line-height: 30px;
        width: 100%;
        background-color: #999;
        border-bottom: 1px solid #333;
        color: #fff;
        text-indent: 5px;
    }

    .use-cate-onin .li-onin .mdcate-edit .mdcate-tset {
        height: 30px;
        line-height: 30px;
        width: 100%;
        background-color: #999;
        border-bottom: 1px solid #333;
        color: #fff;
        text-indent: 5px;
    }

        .use-cate-onin .li-onin .mdcate-edit .mdcate-tset .set-editbtn {
            position: absolute;
            top: 0;
            right: 5px;
        }

            .use-cate-onin .li-onin .mdcate-edit .mdcate-tset .set-editbtn button i {
                text-indent: 0;
            }

            .use-cate-onin .li-onin .mdcate-edit .mdcate-tset .set-editbtn button {
                background-color: #464854;
                padding: 0px 12px;
                border: 0;
                border-radius: 2px;
                color: #fff;
                cursor: pointer;
                height: 21px;
                line-height: 20px;
            }

                .use-cate-onin .li-onin .mdcate-edit .mdcate-tset .set-editbtn button:hover {
                    background-color: #4084cd;
                }

    .use-cate-onin .li-onin .mdcate-edit .mdcate-tlist {
        padding: 5px;
    }

    .use-cate-onin .li-onin .mdcate-edit table tbody tr th {
        height: 30px;
        text-align: center;
        background-color: #e6e6e6;
        color: #555;
        font-weight: normal;
        border: 1px solid #c5c5c5;
        font-weight: bold;
        width: 80px;
    }

    .use-cate-onin .li-onin .mdcate-edit table tbody tr td {
        height: 30px;
        line-height: 30px;
        text-align: left;
        border: 1px solid #c5c5c5;
        color: #333;
    }

        .use-cate-onin .li-onin .mdcate-edit table tbody tr td span {
            padding-left: 5px;
            padding-right: 5px;
            width: 466px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            word-wrap: normal;
            display: block;
        }

.mdcate-edit .cate-group label {
    color: #666;
    padding-left: 13px;
}

.mdcate-edit .cate-group .form-control {
    width: 77%;
    float: left;
    margin-left: 20px;
    margin-bottom: 15px;
}

.mdcate-edit .cate-paygroup label {
    float: left;
    padding-top: 7px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    width: 18%;
}

.mdcate-edit .cate-paygroup .form-payper {
    width: 20%;
    margin-right: 30px;
    float: left;
    margin-left: 20px;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    text-align: center;
}

    .mdcate-edit .cate-paygroup .form-payper:focus {
        color: #7b8a8b;
        background-color: #fff;
        border-color: #597ea2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
        box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
    }

.mdcate-edit .cate-paygroup .form-paywon {
    width: 32%;
    margin-left: 0px;
    float: left;
    margin-bottom: 15px;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #eee;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    text-align: center;
}

.mdcate-edit .cate-group .form-sel {
    width: 77%;
    margin-bottom: 15px;
}

.mdcate-edit .cate-date {
    overflow: hidden;
    clear: both;
    position: relative;
}

    .mdcate-edit .cate-date .fd-gds {
        float: left;
    }

        .mdcate-edit .cate-date .fd-gds .date-selbtn {
            float: left;
            margin-left: 37px;
            margin-bottom: 20px;
        }

            .mdcate-edit .cate-date .fd-gds .date-selbtn button {
                padding: 0.375rem 0.75rem;
                border: 1px solid #ddd;
                border-radius: 5px;
                background-color: #f0f0f0;
            }

                .mdcate-edit .cate-date .fd-gds .date-selbtn button:hover {
                    background-color: #6495ed;
                    color: #fff;
                    border-color: #6495ed;
                }

    .mdcate-edit .cate-date .fd-gde {
        float: left;
        margin-left: 50px;
    }

    .mdcate-edit .cate-date .fd-gds input {
        width: 150px;
        height: 30px;
        margin-left: 10px;
        margin-bottom: 20px;
        border: 1px solid #d4d7db;
        border-radius: 0.25rem;
    }

    .mdcate-edit .cate-date .fd-gde input {
        width: 150px;
        height: 30px;
        margin-left: 37px;
        margin-bottom: 20px;
        border: 1px solid #d4d7db;
        border-radius: 0.25rem;
    }

    .mdcate-edit .cate-date label {
        color: #333;
        padding-left: 10px;
        float: left;
        padding-top: 7px;
        font-weight: bold;
    }

    .mdcate-edit .cate-date .gds label {
        font-weight: normal;
        float: none;
        padding-top: 9px;
    }

    .mdcate-edit .cate-date .ggd {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 0;
    }

    .mdcate-edit .cate-date .gde label {
        font-weight: normal;
        float: none;
        padding-top: 9px;
    }

.mdcate-edit .cate-txtar {
    float: left;
    width: 77%;
    margin-bottom: 20px;
    margin-left: 20px;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #7b8a8b;
    background-color: #fff;
    border: 1px solid #ced4da;
}

    .mdcate-edit .cate-txtar:focus {
        color: #7b8a8b;
        background-color: #fff;
        border-color: #597ea2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
        box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
    }

.mdcate-edit .cate-group {
    clear: both;
}

.mdcate-edit .cate-paygroup {
    clear: both;
}

.mdcate-edit .cate-group label {
    float: left;
    padding-top: 7px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    width: 18%;
}

.mdcate-edit table tbody tr.edit-cate-title td input[type='text'] {
    border: 0;
    width: 100%;
    height: 100%;
    background-color: #fafad2;
    padding-left: 5px;
    padding-right: 5px;
}

.prod-cate-use {
    position: absolute;
    overflow-y: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #fff;
    border: 1px solid #777;
}

.use-cate-onin .li-onin .prod-cate-use .mdcate-tset {
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: #999;
    border-bottom: 1px solid #333;
    color: #fff;
    text-indent: 5px;
}

.use-cate-onin .li-onin .prod-cate-use .mdcate-tlist {
    padding: 15px;
}

.use-cate-onin .li-onin .prod-cate-use table tbody tr th {
    height: 30px;
    text-align: center;
    background-color: #e6e6e6;
    color: #555;
    font-weight: normal;
    border: 1px solid #c5c5c5;
    font-weight: bold;
    width: 80px;
}

.use-cate-onin .li-onin .prod-cate-use table tbody tr td {
    height: 30px;
    line-height: 30px;
    text-align: left;
    border: 1px solid #c5c5c5;
    color: #333;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.prod-cate-use .cate-group label {
    color: #666;
    padding-left: 13px;
}

.prod-cate-use .cate-group .form-control {
    width: 77%;
    float: left;
    margin-left: 20px;
    margin-bottom: 15px;
}

.prod-cate-use .cate-paygroup label {
    float: left;
    padding-top: 7px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    width: 18%;
}

.prod-cate-use .cate-paygroup .form-payper {
    width: 20%;
    margin-right: 30px;
    float: left;
    margin-left: 20px;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    text-align: center;
}

    .prod-cate-use .cate-paygroup .form-payper:focus {
        color: #7b8a8b;
        background-color: #fff;
        border-color: #597ea2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
        box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
    }

.prod-cate-use .cate-paygroup .form-paywon {
    width: 32%;
    margin-left: 0px;
    float: left;
    margin-bottom: 15px;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #eee;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    text-align: center;
}

.prod-cate-use .cate-group .form-sel {
    width: 77%;
    margin-bottom: 15px;
}

.prod-cate-use .cate-date {
    overflow: hidden;
    clear: both;
    position: relative;
}

    .prod-cate-use .cate-date .fd-gds {
        float: left;
    }

        .prod-cate-use .cate-date .fd-gds .date-selbtn {
            float: left;
            margin-left: 37px;
            margin-bottom: 20px;
        }

            .prod-cate-use .cate-date .fd-gds .date-selbtn button {
                padding: 0.375rem 0.75rem;
                border: 1px solid #ddd;
                border-radius: 5px;
                background-color: #f0f0f0;
            }

                .prod-cate-use .cate-date .fd-gds .date-selbtn button:hover {
                    background-color: #6495ed;
                    color: #fff;
                    border-color: #6495ed;
                }

    .prod-cate-use .cate-date .fd-gde {
        float: left;
        margin-left: 50px;
    }

    .prod-cate-use .cate-date .fd-gds input {
        width: 150px;
        height: 30px;
        margin-left: 10px;
        margin-bottom: 20px;
        border: 1px solid #d4d7db;
        border-radius: 0.25rem;
    }

    .prod-cate-use .cate-date .fd-gde input {
        width: 150px;
        height: 30px;
        margin-left: 37px;
        margin-bottom: 20px;
        border: 1px solid #d4d7db;
        border-radius: 0.25rem;
    }

    .prod-cate-use .cate-date label {
        color: #333;
        padding-left: 10px;
        float: left;
        padding-top: 7px;
        font-weight: bold;
    }

    .prod-cate-use .cate-date .gds label {
        font-weight: normal;
        float: none;
        padding-top: 9px;
    }

    .prod-cate-use .cate-date .ggd {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 0;
    }

    .prod-cate-use .cate-date .gde label {
        font-weight: normal;
        float: none;
        padding-top: 9px;
    }

.prod-cate-use .cate-txtar {
    float: left;
    width: 77%;
    margin-bottom: 20px;
    margin-left: 20px;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #7b8a8b;
    background-color: #fff;
    border: 1px solid #ced4da;
}

    .prod-cate-use .cate-txtar:focus {
        color: #7b8a8b;
        background-color: #fff;
        border-color: #597ea2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
        box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
    }

.prod-cate-use .cate-group {
    clear: both;
}

.prod-cate-use .cate-paygroup {
    clear: both;
}

.prod-cate-use .cate-group label {
    float: left;
    padding-top: 7px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    width: 18%;
}

.cate-protem .cate-save {
    text-align: center;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    .cate-protem .cate-save .btn {
        display: inline-block;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: 0.375rem 1.75rem;
        font-size: 0.9375rem;
        line-height: 1.5;
        border-radius: 0.25rem;
    }

    .cate-protem .cate-save .btn-save {
        color: #fff;
        background-color: #2C3E50;
        border-color: #2C3E50;
    }

    .cate-protem .cate-save .btn-cancel {
        color: #fff;
        background-color: #999;
        border-color: #999;
    }
/*.uswp-user-inf .cl-con-wr {padding:30px;}*/
.cate-proplus .cate-save {
    text-align: center;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    .cate-proplus .cate-save .btn {
        display: inline-block;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: 0.375rem 1.75rem;
        font-size: 0.9375rem;
        line-height: 1.5;
        border-radius: 0.25rem;
    }

    .cate-proplus .cate-save .btn-save {
        color: #fff;
        background-color: #2C3E50;
        border-color: #2C3E50;
    }

    .cate-proplus .cate-save .btn-cancel {
        color: #fff;
        background-color: #999;
        border-color: #999;
    }
/*.uswp-user-inf .cl-con-wr {padding:30px;}*/

.prod-cate-memo {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 3px;
    top: 0px;
    background-color: #f5f5f5;
    border: 1px solid #777;
}

.use-cate-onin .li-onin .prod-cate-memo .mdcate-tset {
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: #999;
    border-bottom: 1px solid #333;
    color: #fff;
    text-indent: 5px;
}

.use-cate-onin .li-onin .prod-cate-memo .mdcate-tlist {
    padding: 15px;
}

.use-cate-onin .li-onin .prod-cate-memo table tbody tr th {
    height: 30px;
    text-align: center;
    background-color: #e6e6e6;
    color: #555;
    font-weight: normal;
    border: 1px solid #c5c5c5;
    font-weight: bold;
    width: 80px;
}

.use-cate-onin .li-onin .prod-cate-memo table tbody tr td {
    height: 30px;
    line-height: 30px;
    text-align: left;
    border: 1px solid #c5c5c5;
    color: #333;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.prod-cate-memo .memo-group label {
    font-weight: bold;
    color: #333;
}

.prod-cate-memo .memo-group .form-control {
    width: 77%;
    float: left;
    margin-left: 20px;
    margin-bottom: 15px;
}

.prod-cate-memo .cate-paygroup label {
    float: left;
    padding-top: 7px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    width: 18%;
}

.prod-cate-memo .cate-paygroup .form-payper {
    width: 20%;
    margin-right: 30px;
    float: left;
    margin-left: 20px;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    text-align: center;
}

    .prod-cate-memo .cate-paygroup .form-payper:focus {
        color: #7b8a8b;
        background-color: #fff;
        border-color: #597ea2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
        box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
    }

.prod-cate-memo .cate-paygroup .form-paywon {
    width: 32%;
    margin-left: 0px;
    float: left;
    margin-bottom: 15px;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #eee;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    text-align: center;
}

.prod-cate-memo .memo-group .form-sel {
    width: 77%;
    margin-bottom: 15px;
}

.prod-cate-memo .cate-date {
    overflow: hidden;
    clear: both;
    position: relative;
}

    .prod-cate-memo .cate-date .fd-gds {
        float: left;
    }

        .prod-cate-memo .cate-date .fd-gds .date-selbtn {
            float: left;
            margin-left: 37px;
            margin-bottom: 20px;
        }

            .prod-cate-memo .cate-date .fd-gds .date-selbtn button {
                padding: 0.375rem 0.75rem;
                border: 1px solid #ddd;
                border-radius: 5px;
                background-color: #f0f0f0;
            }

                .prod-cate-memo .cate-date .fd-gds .date-selbtn button:hover {
                    background-color: #6495ed;
                    color: #fff;
                    border-color: #6495ed;
                }

    .prod-cate-memo .cate-date .fd-gde {
        float: left;
        margin-left: 50px;
    }

    .prod-cate-memo .cate-date .fd-gds input {
        width: 150px;
        height: 30px;
        margin-left: 10px;
        margin-bottom: 20px;
        border: 1px solid #d4d7db;
        border-radius: 0.25rem;
    }

    .prod-cate-memo .cate-date .fd-gde input {
        width: 150px;
        height: 30px;
        margin-left: 37px;
        margin-bottom: 20px;
        border: 1px solid #d4d7db;
        border-radius: 0.25rem;
    }

    .prod-cate-memo .cate-date label {
        color: #333;
        padding-left: 10px;
        float: left;
        padding-top: 7px;
        font-weight: bold;
    }

    .prod-cate-memo .cate-date .gds label {
        font-weight: normal;
        float: none;
        padding-top: 9px;
    }

    .prod-cate-memo .cate-date .ggd {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 0;
    }

    .prod-cate-memo .cate-date .gde label {
        font-weight: normal;
        float: none;
        padding-top: 9px;
    }

.prod-cate-memo .cate-txtar {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    line-height: 20px;
    color: #7b8a8b;
    background-color: #fff;
    border: 2px solid #ced4da;
    overflow-y: auto;
}

.prod-cate-memo .memo-group {
    padding: 5px 10px;
}

.use-cate-memo ul {
    overflow: hidden;
}

.use-cate-memo .li-onin {
    position: absolute;
    top: 45px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

    .use-cate-memo .li-onin .grcate-til {
        position: absolute;
        left: 0px;
        right: 490px;
        bottom: 0px;
        top: 0px;
        background-color: #fff;
        border: 1px solid #777;
    }

    .use-cate-memo .li-onin .grcate-tset {
        height: 30px;
        line-height: 30px;
        width: 100%;
        background-color: #999;
        border-bottom: 1px solid #333;
        color: #fff;
        text-indent: 5px;
    }

        .use-cate-memo .li-onin .grcate-tset .set-editbtn {
            position: absolute;
            top: 0;
            right: 5px;
        }

            .use-cate-memo .li-onin .grcate-tset .set-editbtn button i {
                text-indent: 0;
            }

            .use-cate-memo .li-onin .grcate-tset .set-editbtn button {
                background-color: #464854;
                padding: 0px 12px;
                border: 0;
                border-radius: 2px;
                color: #fff;
                cursor: pointer;
                height: 21px;
                line-height: 20px;
            }

                .use-cate-memo .li-onin .grcate-tset .set-editbtn button:hover {
                    background-color: #4084cd;
                }

    .use-cate-memo .li-onin .grcate-tlist {
        overflow-y: auto;
        padding: 5px;
        position: absolute;
        top: 30px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

        .use-cate-memo .li-onin .grcate-tlist table {
            margin-bottom: 5px;
        }

            .use-cate-memo .li-onin .grcate-tlist table tbody tr:nth-child(2n) {
                background-color: #f8f8ff;
            }

            .use-cate-memo .li-onin .grcate-tlist table tbody tr td input[type="text"] {
                border: 0;
                width: 100%;
                height: 100%;
                background-color: transparent;
            }

            .use-cate-memo .li-onin .grcate-tlist table tbody tr td {
                height: 30px; /*line-height:30px;*/
                border: 1px solid #c5c5c5;
                text-align: left;
                color: #333;
                padding-left: 5px;
                padding-right: 5px;
            }

                .use-cate-memo .li-onin .grcate-tlist table tbody tr td span {
                    cursor: pointer;
                    width: 200px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    word-wrap: normal;
                    display: block;
                }

                .use-cate-memo .li-onin .grcate-tlist table tbody tr td:first-child { /*border-right:0;*/
                }

                .use-cate-memo .li-onin .grcate-tlist table tbody tr td:last-child { /*border-left:0;*/
                    text-align: center;
                }

            .use-cate-memo .li-onin .grcate-tlist table tbody tr:hover td {
                background-color: #f3f3f3;
                color: #6495ed;
            }

            .use-cate-memo .li-onin .grcate-tlist table tbody tr td:hover {
                background-color: #f3f3f3;
                color: #6495ed;
            }

            .use-cate-memo .li-onin .grcate-tlist table tbody tr.click-active td {
                background-color: #f0f8ff;
            }

                .use-cate-memo .li-onin .grcate-tlist table tbody tr.click-active td span {
                    font-weight: bold;
                    text-decoration: underline;
                    color: #4169e1;
                }

            .use-cate-memo .li-onin .grcate-tlist table tbody tr.edit-cate-title td {
                border: 1px solid #c5c5c5;
            }

                .use-cate-memo .li-onin .grcate-tlist table tbody tr.edit-cate-title td input {
                    background-color: #fafad2;
                }

            .use-cate-memo .li-onin .grcate-tlist table tbody tr td .lincon-btn {
                vertical-align: middle;
                width: 23px;
                height: 23px;
                box-sizing: border-box;
                border: 0px solid #999;
                border-radius: 3px;
                padding: 0;
                background-color: transparent;
                opacity: 0.85;
                color: #999;
            }

                .use-cate-memo .li-onin .grcate-tlist table tbody tr td .lincon-btn i {
                    font-size: 13px;
                    text-indent: 0;
                    display: block;
                }

                .use-cate-memo .li-onin .grcate-tlist table tbody tr td .lincon-btn:hover {
                    border: 0px solid #157EFB;
                    opacity: 1;
                    color: #3891fb;
                }

            .use-cate-memo .li-onin .grcate-tlist table tbody tr td .lincdel-btn {
                vertical-align: middle;
                width: 23px;
                height: 23px;
                box-sizing: border-box;
                border: 0px solid #999;
                border-radius: 3px;
                padding: 0;
                background-color: transparent;
                opacity: 0.85;
                color: #999;
            }

                .use-cate-memo .li-onin .grcate-tlist table tbody tr td .lincdel-btn i {
                    font-size: 13px;
                    text-indent: 0;
                    display: block;
                }

                .use-cate-memo .li-onin .grcate-tlist table tbody tr td .lincdel-btn:hover {
                    color: #ff4c37;
                    border: 0px solid #ff4c37;
                    opacity: 1;
                }

    .use-cate-memo .li-onin .mdcate-use {
        position: absolute;
        overflow-y: auto;
        left: 300px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        background-color: #fff;
        border: 1px solid #777;
    }

        .use-cate-memo .li-onin .mdcate-use .mdcate-tset {
            height: 30px;
            line-height: 30px;
            width: 100%;
            background-color: #999;
            border-bottom: 1px solid #333;
            color: #fff;
            text-indent: 5px;
        }

        .use-cate-memo .li-onin .mdcate-use .mdcate-tlist {
            padding: 10px;
        }

        .use-cate-memo .li-onin .mdcate-use table tbody tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            font-weight: bold;
            width: 80px;
        }

        .use-cate-memo .li-onin .mdcate-use table tbody tr td {
            height: 30px;
            line-height: 30px;
            text-align: left;
            border: 1px solid #c5c5c5;
            color: #333;
            position: relative;
            padding-left: 5px;
            padding-right: 5px;
        }

.forwarding-mail .cate-save {
    text-align: center;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    .forwarding-mail .cate-save .btn {
        display: inline-block;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: 0.375rem 1.75rem;
        font-size: 0.9375rem;
        line-height: 1.5;
        border-radius: 0.25rem;
    }

    .forwarding-mail .cate-save .btn-save {
        color: #fff;
        background-color: #2C3E50;
        border-color: #2C3E50;
    }

    .forwarding-mail .cate-save .btn-cancel {
        color: #fff;
        background-color: #999;
        border-color: #999;
    }
/*.uswp-user-inf .cl-con-wr {padding:30px;}*/

.text-delivery .cate-save {
    text-align: center;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    .text-delivery .cate-save .btn {
        display: inline-block;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: 0.375rem 1.75rem;
        font-size: 0.9375rem;
        line-height: 1.5;
        border-radius: 0.25rem;
    }

    .text-delivery .cate-save .btn-save {
        color: #fff;
        background-color: #2C3E50;
        border-color: #2C3E50;
    }

    .text-delivery .cate-save .btn-cancel {
        color: #fff;
        background-color: #999;
        border-color: #999;
    }
/*.uswp-user-inf .cl-con-wr {padding:30px;}*/

.prod-plus-use {
    position: absolute;
    overflow-y: auto;
    left: 0px;
    right: 380px;
    bottom: 0px;
    top: 0px;
    background-color: #fff;
    border: 1px solid #777;
    padding: 10px;
}

    .prod-plus-use .mdcate-tset {
        height: 30px;
        line-height: 30px;
        width: 100%;
        background-color: #999;
        border-bottom: 1px solid #333;
        color: #fff;
        text-indent: 5px;
    }
    /*.prod-plus-use .mdcate-tlist {padding:15px;}*/
    .prod-plus-use table tbody tr th {
        height: 30px;
        text-align: center;
        background-color: #e6e6e6;
        color: #555;
        font-weight: normal;
        border: 1px solid #c5c5c5;
        font-weight: bold;
        width: 80px;
    }

    .prod-plus-use table tbody tr td {
        height: 30px;
        line-height: 30px;
        text-align: left;
        border: 1px solid #c5c5c5;
        color: #333;
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
    }

    .prod-plus-use .cate-date {
        overflow: hidden;
        clear: both;
        position: relative;
    }

        .prod-plus-use .cate-date .fd-gds {
            float: left;
        }

            .prod-plus-use .cate-date .fd-gds .date-selbtn {
                float: left;
                margin-left: 37px;
                margin-bottom: 20px;
            }

                .prod-plus-use .cate-date .fd-gds .date-selbtn button {
                    padding: 0.375rem 0.75rem;
                    border: 1px solid #ddd;
                    border-radius: 5px;
                    background-color: #f0f0f0;
                }

                    .prod-plus-use .cate-date .fd-gds .date-selbtn button:hover {
                        background-color: #6495ed;
                        color: #fff;
                        border-color: #6495ed;
                    }

        .prod-plus-use .cate-date .fd-gde {
            float: left;
            margin-left: 50px;
        }

        .prod-plus-use .cate-date .fd-gds input {
            width: 150px;
            height: 30px;
            margin-left: 10px;
            margin-bottom: 20px;
            border: 1px solid #d4d7db;
            border-radius: 0.25rem;
        }

        .prod-plus-use .cate-date .fd-gde input {
            width: 150px;
            height: 30px;
            margin-left: 37px;
            margin-bottom: 20px;
            border: 1px solid #d4d7db;
            border-radius: 0.25rem;
        }

        .prod-plus-use .cate-date label {
            color: #333;
            padding-left: 10px;
            float: left;
            padding-top: 7px;
            font-weight: bold;
        }

        .prod-plus-use .cate-date .gds label {
            font-weight: normal;
            float: none;
            padding-top: 9px;
        }

        .prod-plus-use .cate-date .ggd {
            padding-top: 10px;
            padding-left: 10px;
            padding-right: 0;
        }

        .prod-plus-use .cate-date .gde label {
            font-weight: normal;
            float: none;
            padding-top: 9px;
        }

    .prod-plus-use .cate-txtar {
        width: 255px;
        height: 100px;
        margin-top: 10px;
        margin-left: 15px;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #7b8a8b;
        background-color: #fff;
        border: 1px solid #ced4da;
        clear: both;
    }

        .prod-plus-use .cate-txtar:focus {
            color: #7b8a8b;
            background-color: #fff;
            border-color: #597ea2;
            outline: 0;
            -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
            box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
        }

    .prod-plus-use .cate-paygroup {
        clear: both;
    }

        .prod-plus-use .cate-paygroup label {
            float: left;
            padding-top: 7px;
            font-weight: bold;
            color: #333;
            padding-left: 10px;
            width: 30%;
        }

        .prod-plus-use .cate-paygroup .form-payper {
            width: 60%;
            margin-bottom: 15px;
            float: left;
            margin-left: 20px;
            display: block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #333;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            text-align: center;
        }

            .prod-plus-use .cate-paygroup .form-payper:focus {
                color: #7b8a8b;
                background-color: #fff;
                border-color: #597ea2;
                outline: 0;
                -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
                box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
            }

        .prod-plus-use .cate-paygroup .form-paywon {
            width: 32%;
            margin-left: 0px;
            float: left;
            margin-bottom: 15px;
            display: block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #333;
            background-color: #eee;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            text-align: center;
        }

    .prod-plus-use .cate-group {
        clear: both;
    }

        .prod-plus-use .cate-group label {
            color: #666;
            padding-left: 13px;
            float: left;
            padding-top: 7px;
            font-weight: bold;
            color: #333;
            padding-left: 10px;
            width: 30%;
        }

        .prod-plus-use .cate-group .form-control {
            width: 60%;
            float: left;
            margin-left: 20px;
            margin-bottom: 15px;
            text-align: center;
        }

        .prod-plus-use .cate-group .form-sel {
            width: 60%;
            margin-bottom: 15px;
        }

    .prod-plus-use .cate-paywon {
        clear: both;
    }

        .prod-plus-use .cate-paywon label {
            float: left;
            padding-top: 7px;
            font-weight: bold;
            color: #333;
            padding-left: 10px;
            width: 30%;
        }

        .prod-plus-use .cate-paywon .form-payper {
            width: 60%;
            margin-bottom: 15px;
            float: left;
            margin-left: 20px;
            display: block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #333;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            text-align: center;
        }

            .prod-plus-use .cate-paywon .form-payper:focus {
                color: #7b8a8b;
                background-color: #fff;
                border-color: #597ea2;
                outline: 0;
                -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
                box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
            }

        .prod-plus-use .cate-paywon .form-paywon {
            width: 60%;
            margin-left: 20px;
            float: left;
            margin-bottom: 15px;
            display: block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #333;
            background-color: #eee;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            text-align: center;
        }

    .prod-plus-use .cate-paysave {
        clear: both;
        padding-top: 30px;
        text-align: center;
    }

        .prod-plus-use .cate-paysave .btn-pssave {
            display: inline-block;
            font-weight: 600;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            border: 1px solid transparent;
            padding: 0.375rem 1.75rem;
            line-height: 1.5;
            border-radius: 0.25rem;
            background-color: #d3d3d3;
            opacity: 0.9;
        }

            .prod-plus-use .cate-paysave .btn-pssave:hover {
                opacity: 1;
            }

.use-cate-onin .li-onin .grcate-prod {
    position: absolute;
    left: 305px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #fff;
    border: 1px solid #777;
}

.briefPopUp-modal.lics-cate-tem {
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 200px;
    top: 50% !important;
    margin-top: -125px;
}

.licls-cate-title {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
    color: #333;
}

    .licls-cate-title img {
        vertical-align: -4px;
    }

    .licls-cate-title span {
        font-weight: 600;
    }

.licls-cate-onin {
    padding: 10px;
}

    .licls-cate-onin ul {
        overflow: hidden;
    }

    .licls-cate-onin .li-onin {
        width: 280px;
        border: 1px solid #777;
        position: absolute;
        top: 45px;
        bottom: 10px;
    }

        .licls-cate-onin .li-onin .mdcate-ifo {
            padding: 5px;
            position: absolute;
            overflow-y: auto;
            left: 0px;
            right: 0px;
            bottom: 0px;
            top: 0px;
            background-color: #fff;
        }

            .licls-cate-onin .li-onin .mdcate-ifo table tbody tr th {
                height: 30px;
                text-align: center;
                background-color: #e6e6e6;
                color: #555;
                font-weight: normal;
                border: 1px solid #c5c5c5;
                font-weight: bold;
                width: 80px;
            }

            .licls-cate-onin .li-onin .mdcate-ifo table tbody tr td {
                height: 30px;
                line-height: 30px;
                text-align: left;
                border: 1px solid #c5c5c5;
                color: #333;
                position: relative;
                padding-left: 5px;
                padding-right: 5px;
            }

    .licls-cate-onin .mdcate-hf .hf-rt .cate-group label {
        float: left;
        padding-top: 7px;
        font-weight: bold;
        color: #333;
        padding-left: 10px;
        width: 30%;
    }

    .licls-cate-onin .mdcate-hf .hf-rt .cate-group .form-control {
        width: 60%;
        float: left;
        margin-left: 20px;
        text-align: center;
    }

    .licls-cate-onin .mdcate-hf .hf-rt .cate-save {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 15px;
        clear: both;
    }

    .licls-cate-onin .mdcate-hf .hf-rt .cate-group .useitem-control {
        width: 30%;
        float: left;
        margin-left: 20px;
        text-align: center;
        margin-bottom: 15px;
        display: block;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #333;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }

    .licls-cate-onin .mdcate-hf .hf-rt .cate-group .useitem-plicon {
        line-height: 28px;
        padding-right: 8px;
        padding-left: 9px;
        font-weight: 600;
        float: left;
    }

    .licls-cate-onin .mdcate-hf .hf-rt .cate-group .useitem-alpha {
        width: 20%;
        float: left;
        margin: 0px;
        text-align: center;
        display: block;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #333;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }

    .licls-cate-onin .mdcate-hf .hf-rt .cate-group .useitem-control:focus {
        color: #7b8a8b;
        background-color: #fff;
        border: 1px solid #597ea2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
        box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
    }

    .licls-cate-onin .mdcate-hf .hf-rt .cate-group .useitem-alpha:focus {
        color: #7b8a8b;
        background-color: #fff;
        border: 1px solid #597ea2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
        box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
    }

    .licls-cate-onin .mdcate-hf .hf-rt .cate-group .form-print {
        width: 100%;
        margin-bottom: 15px;
        display: block;
        color: #333;
        padding-left: 10px;
    }

        .licls-cate-onin .mdcate-hf .hf-rt .cate-group .form-print ul li {
            float: left;
            text-align: center;
        }

            .licls-cate-onin .mdcate-hf .hf-rt .cate-group .form-print ul li:first-child {
                padding-right: 13px;
            }

            .licls-cate-onin .mdcate-hf .hf-rt .cate-group .form-print ul li label {
                float: none;
                padding: 0px;
                font-weight: bold;
                color: #333;
                width: 100%;
                cursor: pointer;
            }

                .licls-cate-onin .mdcate-hf .hf-rt .cate-group .form-print ul li label input {
                    display: none;
                }

                    .licls-cate-onin .mdcate-hf .hf-rt .cate-group .form-print ul li label input[type=radio] + span {
                        background-color: #fff;
                        padding: 10px 30px;
                        border-radius: 5px;
                        color: #333;
                        font-weight: 600;
                        border: 1px solid #ced4da;
                        display: block;
                    }

                    .licls-cate-onin .mdcate-hf .hf-rt .cate-group .form-print ul li label input[type=radio]:checked + span {
                        background-color: #6495ed;
                        color: #fff;
                        border: 1px solid #6495ed;
                    }

.mdcate-hf {
    overflow: hidden;
}

    .mdcate-hf .hf-lf {
        padding: 20px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }

        .mdcate-hf .hf-lf h4 {
            padding-bottom: 20px;
        }

            .mdcate-hf .hf-lf h4 i {
                font-size: 16px;
                vertical-align: -1px;
                color: #add8e6;
            }

        .mdcate-hf .hf-lf .cate-group label {
            padding-left: 0px;
            color: #666;
        }

        .mdcate-hf .hf-lf .cate-group .form-control {
            width: 80%;
            background-color: #eee;
            font-weight: bold;
            font-family: "굴림";
        }

    .mdcate-hf .hf-rt {
        padding-top: 20px;
    }

        .mdcate-hf .hf-rt .cate-save {
            text-align: center;
            padding-top: 20px;
            clear: both;
        }

        .mdcate-hf .hf-rt .cate-group label {
            color: #666;
            padding-left: 13px;
        }

        .mdcate-hf .hf-rt .cate-group .form-control {
            width: 77%;
            float: left;
            margin-left: 20px;
            margin-bottom: 15px;
        }

        .mdcate-hf .hf-rt .cate-paygroup label {
            float: left;
            padding-top: 7px;
            font-weight: bold;
            color: #333;
            padding-left: 10px;
            width: 18%;
        }

        .mdcate-hf .hf-rt .cate-paygroup .form-payper {
            width: 20%;
            margin-right: 38px;
            float: left;
            margin-left: 20px;
            display: block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #333;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            text-align: center;
        }

            .mdcate-hf .hf-rt .cate-paygroup .form-payper:focus {
                color: #7b8a8b;
                background-color: #fff;
                border-color: #597ea2;
                outline: 0;
                -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
                box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
            }

        .mdcate-hf .hf-rt .cate-paygroup .form-paywon {
            width: 32%;
            margin-left: 0px;
            float: left;
            margin-bottom: 15px;
            display: block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #333;
            background-color: #eee;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            text-align: center;
        }

        .mdcate-hf .hf-rt .cate-group .form-sel {
            width: 77%;
            margin-bottom: 15px;
        }

        .mdcate-hf .hf-rt .cate-date {
            overflow: hidden;
            clear: both;
            position: relative;
        }

            .mdcate-hf .hf-rt .cate-date .fd-gds {
                float: left;
            }

                .mdcate-hf .hf-rt .cate-date .fd-gds .date-selbtn {
                    float: left;
                    margin-left: 37px;
                    margin-bottom: 20px;
                }

                    .mdcate-hf .hf-rt .cate-date .fd-gds .date-selbtn button {
                        padding: 0.375rem 0.75rem;
                        border: 1px solid #ddd;
                        border-radius: 5px;
                        background-color: #f0f0f0;
                    }

                        .mdcate-hf .hf-rt .cate-date .fd-gds .date-selbtn button:hover {
                            background-color: #6495ed;
                            color: #fff;
                            border-color: #6495ed;
                        }

            .mdcate-hf .hf-rt .cate-date .fd-gde {
                float: left;
                margin-left: 50px;
            }

            .mdcate-hf .hf-rt .cate-date .fd-gds input {
                width: 150px;
                height: 30px;
                margin-left: 10px;
                margin-bottom: 20px;
                border: 1px solid #d4d7db;
                border-radius: 0.25rem;
            }

            .mdcate-hf .hf-rt .cate-date .fd-gde input {
                width: 150px;
                height: 30px;
                margin-left: 37px;
                margin-bottom: 20px;
                border: 1px solid #d4d7db;
                border-radius: 0.25rem;
            }

            .mdcate-hf .hf-rt .cate-date label {
                color: #333;
                padding-left: 10px;
                float: left;
                padding-top: 7px;
                font-weight: bold;
            }

            .mdcate-hf .hf-rt .cate-date .gds label {
                font-weight: normal;
                float: none;
                padding-top: 9px;
            }

            .mdcate-hf .hf-rt .cate-date .ggd {
                padding-top: 10px;
                padding-left: 10px;
                padding-right: 0;
            }

            .mdcate-hf .hf-rt .cate-date .gde label {
                font-weight: normal;
                float: none;
                padding-top: 9px;
            }

        .mdcate-hf .hf-rt .cate-txtar {
            float: left;
            width: 77%;
            margin-bottom: 20px;
            margin-left: 20px;
            display: block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #7b8a8b;
            background-color: #fff;
            border: 1px solid #ced4da;
        }

            .mdcate-hf .hf-rt .cate-txtar:focus {
                color: #7b8a8b;
                background-color: #fff;
                border-color: #597ea2;
                outline: 0;
                -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
                box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
            }

        .mdcate-hf .hf-rt .cate-group {
            clear: both;
        }

        .mdcate-hf .hf-rt .cate-paygroup {
            clear: both;
        }

        .mdcate-hf .hf-rt .cate-group label {
            float: left;
            padding-top: 7px;
            font-weight: bold;
            color: #333;
            padding-left: 10px;
            width: 18%;
        }

        .mdcate-hf .hf-rt .cate-save {
            text-align: center;
            padding-top: 30px;
            padding-bottom: 20px;
            clear: both;
        }

            .mdcate-hf .hf-rt .cate-save .btn {
                display: inline-block;
                font-weight: 600;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                border: 1px solid transparent;
                padding: 0.375rem 1.75rem; /*font-size: 0.9375rem;*/
                line-height: 1.5;
                border-radius: 0.25rem;
            }

            .mdcate-hf .hf-rt .cate-save .btn-save {
                color: #fff;
                background-color: #2C3E50;
                border-color: #2C3E50;
            }

            .mdcate-hf .hf-rt .cate-save .btn-cancel {
                color: #fff;
                background-color: #999;
                border-color: #999;
            }
/*.uswp-user-inf .cl-con-wr {padding:30px;}*/

.ra-checks {
    position: relative;
    margin-left: 20px;
    float: left;
    margin-bottom: 20px;
    margin-top: 7px;
}

    .ra-checks .catit {
        padding-top: 0 !important;
        width: 100% !important;
    }

    .ra-checks input[type="radio"] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
        color: #ddd;
    }

        .ra-checks input[type="radio"] + .catit {
            display: inline-block;
            position: relative;
            padding-left: 30px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

            .ra-checks input[type="radio"] + .catit:before {
                content: '';
                position: absolute;
                left: 0;
                top: -4px;
                width: 21px;
                height: 21px;
                text-align: center;
                background: #fafafa;
                border: 1px solid #cacece;
                border-radius: 100%;
                box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
            }

            .ra-checks input[type="radio"] + .catit:active:before, .ra-checks input[type="radio"]:checked + label:active:before {
                box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
            }

        .ra-checks input[type="radio"]:checked + .catit:before {
            background: #E9ECEE;
            border-color: #adb8c0;
        }

        .ra-checks input[type="radio"]:checked + .catit:after {
            content: '';
            position: absolute;
            top: 0px;
            left: 4px;
            width: 13px;
            height: 13px;
            background: #6495ed;
            border-radius: 100%;
            box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
        }

        .ra-checks input[type="radio"]:checked + .catit {
            color: #6495ed;
        }

.wc-user-title {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
    color: #333;
}

    .wc-user-title img {
        vertical-align: -4px;
    }

    .wc-user-title span {
        font-weight: 600;
    }

.wc-user-selradio {
    padding: 5px 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #fff;
}

    .wc-user-selradio label {
        cursor: pointer;
        display: inline-block;
    }

        .wc-user-selradio label:hover {
            color: #0000ff;
        }

        .wc-user-selradio label:active {
            color: #0049c3;
        }

        .wc-user-selradio label:first-child {
            margin-right: 10px;
        }

    .wc-user-selradio input[type=radio] {
        vertical-align: -2px;
    }

.new-yo-selr {
    padding: 5px;
    border: 1px solid #ddd;
}

.wc-user-cher {
    padding: 5px 15px;
    background-color: #fff;
    cursor: pointer;
}

    .wc-user-cher input[type=checkbox] {
        vertical-align: -2px;
    }

.wc-user-selr {
    padding: 5px 15px;
    padding-top: 15px;
    background-color: #fff;
}

    .wc-user-selr label {
        cursor: pointer;
        display: inline-block;
    }

        .wc-user-selr label:hover {
            color: #0000ff;
        }

        .wc-user-selr label:active {
            color: #0049c3;
        }

        .wc-user-selr label:first-child {
            margin-right: 10px;
        }

    .wc-user-selr input[type=radio] {
        vertical-align: -2px;
    }

    .wc-user-selr input[type=text] {
        width: 100%;
        padding: 5px;
    }

    .wc-user-selr .seldisab {
        width: 100%;
        padding: 5px;
        border: 1px solid #bcbcbc;
        background-color: #e5e5e5;
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.us-detail {
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
    background-color: #777;
    font-weight: 600;
    color: #fff;
}

.wc-user-onin {
    padding: 10px;
}

    .wc-user-onin ul {
        overflow: hidden;
        padding: 20px;
    }

    .wc-user-onin .li-onin {
        width: 300px;
        border: 1px solid #777;
        position: absolute;
        top: 45px;
        bottom: 10px;
    }

        .wc-user-onin .li-onin .wuser-ifo {
            padding: 10px;
            position: absolute;
            overflow-y: auto;
            left: 0px;
            right: 0px;
            bottom: 0px;
            top: 28px;
            background-color: #fff;
        }

            .wc-user-onin .li-onin .wuser-ifo table tbody tr th {
                height: 30px;
                text-align: center;
                background-color: #e6e6e6;
                color: #555;
                font-weight: normal;
                border: 1px solid #c5c5c5;
                font-weight: bold;
                width: 80px;
            }

            .wc-user-onin .li-onin .wuser-ifo table tbody tr td {
                height: 30px;
                line-height: 30px;
                text-align: left;
                border: 1px solid #c5c5c5;
                color: #333;
                position: relative;
                padding-left: 5px;
                padding-right: 5px;
            }

    .wc-user-onin .set-onin .refund-user-inf table tbody tr.ref-chk {
        background-color: #fef0ee;
    }

    .wc-user-onin .set-onin {
        position: absolute;
        top: 45px;
        left: 320px;
        right: 10px;
        bottom: 10px;
    }

        .wc-user-onin .set-onin .uswp-user-inf {
            border: 1px solid #777;
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            top: 28px;
            overflow-y: auto;
            background-color: #fff;
        }

        .wc-user-onin .set-onin .myp-user-inf {
            padding: 10px;
        }

            .wc-user-onin .set-onin .myp-user-inf table thead tr th {
                height: 30px;
                text-align: center;
                background-color: #e6e6e6;
                color: #555;
                font-weight: normal;
                border: 1px solid #c5c5c5;
                font-weight: bold;
            }

            .wc-user-onin .set-onin .myp-user-inf table tbody tr td {
                height: 30px;
                line-height: 30px;
                text-align: center;
                border: 1px solid #c5c5c5;
                color: #333;
                position: relative;
                padding-left: 5px;
                padding-right: 5px;
            }

            .wc-user-onin .set-onin .myp-user-inf table tbody tr.ref-chk {
                background-color: #fef0ee;
            }

                .wc-user-onin .set-onin .myp-user-inf table tbody tr.ref-chk td {
                    color: #999;
                }

            .wc-user-onin .set-onin .myp-user-inf table tbody tr.refund-product td {
                color: #b22222;
            }

                .wc-user-onin .set-onin .myp-user-inf table tbody tr.refund-product td:first-child {
                    text-decoration: line-through;
                }

            .wc-user-onin .set-onin .myp-user-inf table thead tr th input[type=checkbox] {
                vertical-align: -2px;
            }

            .wc-user-onin .set-onin .myp-user-inf table tbody tr td input[type=checkbox] {
                vertical-align: -2px;
            }

            .wc-user-onin .set-onin .myp-user-inf table thead tr th label, .wc-user-onin .set-onin .myp-user-inf table tbody tr td label {
                display: block;
            }

            .wc-user-onin .set-onin .myp-user-inf table tbody tr td img {
                text-align: center;
                vertical-align: middle;
                cursor: pointer;
                width: 17px;
            }

            .wc-user-onin .set-onin .myp-user-inf table tbody tr td .refund-use {
                padding: 4px 6px;
                background-color: #b22222;
                border-radius: 5px;
                cursor: pointer;
                color: #fff;
                opacity: 0.5;
                font-weight: bold;
            }

                .wc-user-onin .set-onin .myp-user-inf table tbody tr td .refund-use:hover {
                    opacity: 1;
                }

            .wc-user-onin .set-onin .myp-user-inf table tbody tr td .refund-nonuse {
                padding: 4px 6px;
                background-color: #eee;
                border-radius: 5px;
                cursor: not-allowed;
                color: #999;
                font-weight: bold;
            }

            .wc-user-onin .set-onin .myp-user-inf ul.wco-til {
                overflow: hidden;
                padding: 0;
            }

                .wc-user-onin .set-onin .myp-user-inf ul.wco-til li {
                    float: left;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    background-color: #e6e6e6;
                    color: #555;
                    font-weight: normal;
                    border: 1px solid #c5c5c5;
                    font-weight: bold;
                }

                    .wc-user-onin .set-onin .myp-user-inf ul.wco-til li:first-child {
                        width: 13%;
                    }

                    .wc-user-onin .set-onin .myp-user-inf ul.wco-til li:nth-child(2) {
                        width: 11%;
                    }

                    .wc-user-onin .set-onin .myp-user-inf ul.wco-til li:nth-child(3) {
                        width: 11%;
                    }

                    .wc-user-onin .set-onin .myp-user-inf ul.wco-til li:last-child {
                        width: 65%;
                    }

            .wc-user-onin .set-onin .myp-user-inf ul.wco-vil {
                overflow: hidden;
                padding: 0;
            }

                .wc-user-onin .set-onin .myp-user-inf ul.wco-vil li {
                    float: left;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    border: 1px solid #c5c5c5;
                    color: #333;
                    position: relative;
                    padding-left: 5px;
                    padding-right: 5px;
                    border-top: 0;
                }

                    .wc-user-onin .set-onin .myp-user-inf ul.wco-vil li:first-child {
                        width: 13%;
                    }

                    .wc-user-onin .set-onin .myp-user-inf ul.wco-vil li:nth-child(2) {
                        width: 11%;
                    }

                    .wc-user-onin .set-onin .myp-user-inf ul.wco-vil li:nth-child(3) {
                        width: 11%;
                    }

                    .wc-user-onin .set-onin .myp-user-inf ul.wco-vil li:last-child {
                        width: 65%;
                        text-align: left;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        word-wrap: normal;
                        overflow: hidden;
                    }

        .wc-user-onin .set-onin .refund-ulist {
            border: 1px solid #777;
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            top: 28px;
            overflow: hidden;
            background-color: #fff;
        }

        .wc-user-onin .set-onin .refund-user-inf {
            padding: 10px;
            width: 70%;
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: 0px;
            overflow-y: auto;
            border-right: 1px solid #ddd;
            z-index: 2;
            background-color: #fff;
        }

            .wc-user-onin .set-onin .refund-user-inf table {
                margin-bottom: 10px;
            }

                .wc-user-onin .set-onin .refund-user-inf table thead tr th {
                    height: 30px;
                    text-align: center;
                    background-color: #e6e6e6;
                    color: #555;
                    font-weight: normal;
                    border: 1px solid #c5c5c5;
                    font-weight: bold;
                }

                .wc-user-onin .set-onin .refund-user-inf table tbody tr.ref-chk {
                    background-color: #fef0ee;
                }

                    .wc-user-onin .set-onin .refund-user-inf table tbody tr.ref-chk td {
                        color: #b22222;
                    }

                .wc-user-onin .set-onin .refund-user-inf table tbody tr td {
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    border: 1px solid #c5c5c5;
                    color: #333;
                    position: relative; /*padding-left:5px; padding-right:5px;*/
                }

                .wc-user-onin .set-onin .refund-user-inf table thead tr th input[type=checkbox] {
                    vertical-align: -2px;
                }

                .wc-user-onin .set-onin .refund-user-inf table tbody tr td input[type=checkbox] {
                    vertical-align: -2px;
                }

                .wc-user-onin .set-onin .refund-user-inf table thead tr th label, .wc-user-onin .set-onin .refund-user-inf table tbody tr td label {
                    display: block;
                }

                .wc-user-onin .set-onin .refund-user-inf table tbody tr td img {
                    text-align: center;
                    vertical-align: middle;
                    cursor: pointer;
                    width: 17px;
                }

                .wc-user-onin .set-onin .refund-user-inf table tbody tr td .refund-use {
                    padding: 4px 6px;
                    background-color: #b22222;
                    border-radius: 5px;
                    cursor: pointer;
                    color: #fff;
                    opacity: 0.5;
                    font-weight: bold;
                }

                    .wc-user-onin .set-onin .refund-user-inf table tbody tr td .refund-use:hover {
                        opacity: 1;
                    }

                .wc-user-onin .set-onin .refund-user-inf table tbody tr td .refund-nonuse {
                    padding: 4px 6px;
                    background-color: #eee;
                    border-radius: 5px;
                    cursor: not-allowed;
                    color: #999;
                    font-weight: bold;
                }
        /*.wc-user-onin .set-onin .refund-user-inf table tbody tr td:last-child {text-align:right;}*/

        .wc-user-onin .set-onin .refund-user-set {
            position: absolute;
            top: 0px;
            left: 70%;
            right: 0px;
            bottom: 0px;
            margin: 10px;
            border: 1px solid #c5c5c5;
        }

            .wc-user-onin .set-onin .refund-user-set .refuset-ttl {
                padding: 7px 15px;
                border-bottom: 1px solid #c5c5c5;
                background-color: #e6e6e6;
                border-radius: 0;
                color: #555;
                font-weight: bold;
            }

            .wc-user-onin .set-onin .refund-user-set .refuset-con {
                position: absolute;
                top: 29px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                overflow: hidden;
                overflow-y: auto;
            }

        .wc-user-onin .set-onin .refund-user-inf .refuset-ttl {
            padding: 7px 15px;
            border-bottom: 1px solid #ddd;
            background-color: #e6e6e6;
            border-radius: 0;
            color: #555;
            font-weight: bold;
        }

        .wc-user-onin .set-onin .refund-user-set ul.wco-til {
            overflow: hidden;
            padding: 0;
        }

            .wc-user-onin .set-onin .refund-user-set ul.wco-til li {
                float: left;
                height: 30px;
                line-height: 30px;
                text-align: center;
                background-color: #e6e6e6;
                color: #555;
                font-weight: normal;
                border: 1px solid #c5c5c5;
                font-weight: bold;
            }

.refu-group {
    clear: both;
}

    .refu-group label {
        float: left;
        padding-top: 7px;
        font-weight: bold;
        color: #555
    }

.refu-date {
    clear: both;
}

    .refu-date label {
        float: left;
        padding-top: 9px;
        font-weight: bold;
        color: #555
    }

/* 환불 달력 */
.date-refund {
    float: right;
    padding-left: 15px;
    margin-bottom: 15px;
}

.ref-gds {
    width: 125px; /*float:left;*/
}

    .ref-gds span {
        width: 100%;
        height: 30px;
    }

    .ref-gds label {
        color: #777;
        font-size: 11px;
        position: absolute;
        z-index: 1;
        padding-left: 10px;
        font-weight: normal;
    }

    .ref-gds input {
        width: 100%;
        height: 30px;
        border: 1px solid #d4d7db;
        padding-left: 23px;
        border-radius: 5px;
        cursor: default;
    }

/* 이용권 발급 달력 */
.date-issue {
    float: right;
    margin-bottom: 15px;
    margin-right: 5px;
}

.iss-gds {
    width: 155px;
}

    .iss-gds span {
        width: 100%;
        height: 30px;
    }

    .iss-gds label {
        color: #777;
        font-size: 11px;
        position: absolute;
        z-index: 1;
        padding-left: 10px;
        font-weight: normal;
    }

    .iss-gds input {
        width: 100%;
        height: 30px;
        border: 1px solid #d4d7db;
        padding-left: 40px;
        border-radius: 5px;
        cursor: default;
    }

.refu-control {
    float: right;
    margin-bottom: 20px;
    display: block;
    width: 55%;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #dc143c;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #eee;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.refu-textarea {
    clear: both;
}

    .refu-textarea label {
        padding-top: 7px;
        font-weight: bold;
        color: #333;
    }

    .refu-textarea .form-txtar {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 10px;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #7b8a8b;
        background-color: #fff;
        border: 1px solid #ced4da;
    }

.refu-grok {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
    clear: both;
}

    .refu-grok .btn {
        display: inline-block;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: 4px 0;
        font-size: 0.9375rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        width: 35%;
    }

    .refu-grok .btn-save {
        color: #fff;
        background-color: #2C3E50;
        border-color: #2C3E50;
        opacity: 0.7;
    }

    .refu-grok .btn-cancel {
        color: #fff;
        background-color: #999;
        border-color: #999;
        opacity: 0.7;
    }

    .refu-grok .btn-save:hover {
        opacity: 1;
    }

    .refu-grok .btn-cancel:hover {
        opacity: 1;
    }

.wc-user-onin .set-onin .uswp-user-use {
    border: 1px solid #777;
    height: 49%;
}

.wc-user-onin .set-onin .myp-user-use {
    padding: 10px;
}

    .wc-user-onin .set-onin .myp-user-use table thead tr th {
        height: 30px;
        text-align: center;
        background-color: #e6e6e6;
        color: #555;
        font-weight: normal;
        border: 1px solid #c5c5c5;
        font-weight: bold;
    }

    .wc-user-onin .set-onin .myp-user-use table tbody tr td {
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #c5c5c5;
        color: #333;
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
    }

.use-able, .use-end, .use-stby {
    width: 60px;
    color: #fff;
    height: 20px;
    line-height: 21px;
    border-radius: 2px 2px 2px 2px;
    margin: auto;
}

.use-able {
    background-color: #1e90ff;
}

.use-end {
    background-color: #b22222;
}

.use-stby {
    background-color: #b0c4de;
}

.ref-able {
    background-color: #b22222;
    color: #fff;
    width: 60px;
    height: 20px;
    line-height: 21px;
    border-radius: 2px 2px 2px 2px;
    margin: auto;
}

.gy-title {
    background-color: #f1f1f1;
    border-bottom: 1px solid #bdbebe;
    height: 35px;
    line-height: 32px;
}

    .gy-title p {
        border: 1px solid #fdfdfd;
        width: 100%;
        height: 100%;
        text-indent: 10px;
        color: #25211f;
        font-weight: 600;
        text-shadow: 0px 1px 0px #fff;
    }

.nae-dan-sel {
    padding: 5px 15px;
    padding-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
}

    .nae-dan-sel .row-pad {
        color: #666;
    }

    .nae-dan-sel li {
        height: 35px;
        line-height: 35px;
        text-align: center;
        flex: 1;
    }

        .nae-dan-sel li input[type=text] {
            padding: 3px;
            width: 50px;
            text-align: right;
            margin-right: 5px;
        }

        .nae-dan-sel li label {
            cursor: pointer;
        }

        .nae-dan-sel li input[type=radio] {
            vertical-align: -2px;
        }

.new-yong-name {
    padding: 5px 15px;
    padding-bottom: 5px;
    background-color: #f5f5f5;
}

    .new-yong-name .yname-in {
        font-weight: bold;
    }

    .new-yong-name input[type=text] {
        width: 82%;
        height: 25px;
        padding-left: 5px;
        padding-right: 5px;
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
        border: 1px solid #bbb;
    }

.wc-user-name {
    padding: 5px 15px;
    padding-bottom: 5px;
    background-color: #fff;
}

.wc-user-texta {
    padding: 5px 15px;
    padding-bottom: 5px;
    padding-top: 10px;
    background-color: #fff;
}

    .wc-user-texta span:first-child {
        vertical-align: top;
    }

    .wc-user-texta span textarea {
        width: 83%;
        border: 1px solid #bbb;
        padding: 5px;
    }

.wc-user-name input[type=text] {
    width: 87%;
    height: 25px;
    padding-left: 5px;
    padding-right: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    border: 1px solid #bbb;
}

.new-file-selradio {
    padding: 5px 15px;
    background-color: #fff;
}

    .new-file-selradio label {
        cursor: pointer;
        display: inline-block;
    }

        .new-file-selradio label:hover {
            color: #0000ff;
        }

        .new-file-selradio label:active {
            color: #0049c3;
        }

    .new-file-selradio label {
        margin-right: 10px;
    }

    .new-file-selradio input[type=radio] {
        vertical-align: -2px;
    }

.new-file-uplo {
    padding: 5px 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

    .new-file-uplo .webco-file {
        padding-left: 45px;
    }

        .new-file-uplo .webco-file label {
            background-color: #999;
            text-shadow: none;
        }

        .new-file-uplo .webco-file .upload-name {
            width: 395px;
        }

    .new-file-uplo .etc-file-up {
        border: 1px solid #bbb;
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
        margin-left: 65px;
        margin-right: 22px;
        height: 25px;
        line-height: 25px;
    }

/* 페이지 */
/*.page-pene {position: absolute; bottom: 0px; width: 100%;}*/
.page-pene .list-pene {
    text-align: center;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

    .page-pene .list-pene ul {
        display: inline-block;
    }

        .page-pene .list-pene ul li {
            color: #444;
            list-style: none;
            float: left;
            padding: 0 10px;
            height: 24px;
            line-height: 24px;
            cursor: pointer;
            font-family: "Helvetica","Arial",sans-serif;
            background-color: #f0f0f0;
            text-shadow: 1px 1px #fff;
            margin: 3px;
            border-radius: 4px;
        }

            .page-pene .list-pene ul li.tz {
                color: #444;
                list-style: none;
                float: left;
                padding: 0 10px;
                height: 24px;
                line-height: 24px;
                margin-left: -1px;
                cursor: pointer;
                background-color: #f0f0f0;
                text-shadow: 1px 1px #fff;
                border-radius: 4px;
                font-family: 'simsun'
            }

            .page-pene .list-pene ul li:hover {
                background-color: #708090;
                color: #fff;
                text-shadow: 1px 1px #333;
            }

            .page-pene .list-pene ul li.on {
                background-color: #708090;
                color: #fff;
                text-shadow: 1px 1px #333;
            }

        .page-pene .list-pene ul i {
            font-style: normal;
            display: inline-block;
            float: left;
            width: 25px;
        }

/* loading */
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.4);
}

    .preloader .preloader-inner {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 100px;
        height: 100px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 4px solid transparent;
        border-top-color: #3498db;
        animation: spin 2s linear infinite
    }

        .preloader .preloader-inner:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border-radius: 50%;
            border: 4px solid transparent;
            border-top-color: #e74c3c;
            animation: spin 3s linear infinite;
        }

        .preloader .preloader-inner:after {
            content: "";
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border-radius: 50%;
            border: 4px solid transparent;
            border-top-color: #f9c922;
            animation: spin 1.5s linear infinite;
        }

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.preloader .webloading {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #e74c3c;
    animation: spin 2s linear infinite;
}

    .preloader .webloading:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 4px solid transparent;
        border-top-color: #fff;
        animation: spin 3s linear infinite;
    }

    .preloader .webloading:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 4px solid transparent;
        border-top-color: #222;
        animation: spin 1.5s linear infinite;
    }

.preloader .loading-cause {
    position: relative;
    top: 50%;
    margin-top: 50px;
    margin-left: -40px;
    color: #fff;
    text-align: center;
    width: auto;
}

    .preloader .loading-cause span {
        padding: 15px;
        background-color: #222;
        border-radius: 10px;
    }

div.simple-alert {
    text-align: center;
    background-color: #000;
    opacity: 0.8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #000;
    text-shadow: 2px 2px 2px #000;
    z-index: 1000;
    position: absolute;
}

    div.simple-alert span {
        color: #fff;
    }

.wctot-data {
    width: 100%;
    margin-bottom: 10px;
}

    .wctot-data table {
        width: 100%;
    }

        .wctot-data table tr td {
            padding: 10px 16px 5px;
            border: 1px solid #ddd;
            background-color: #eee;
            width: 50%;
        }

            .wctot-data table tr td h4 {
                padding-bottom: 5px;
                color: #777;
            }

    .wctot-data .data-top {
        border: 1px solid #ddd;
        background-color: #fdfdfd;
    }

        .wctot-data .data-top h1 {
            font-size: 21px;
            color: #333;
            text-align: left;
        }

            .wctot-data .data-top h1 span {
                font-size: 12px;
                color: #777;
            }

.wctot-list {
    height: 425px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 10px;
}

    .wctot-list table {
        margin-bottom: 10px;
    }

        .wctot-list table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            font-weight: bold;
        }

        .wctot-list table tbody tr td {
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #c5c5c5;
            color: #333;
            position: relative;
            padding-left: 5px;
            padding-right: 5px;
        }

        .wctot-list table tbody tr:nth-child(2n-1) {
            background-color: #fff;
        }

        .wctot-list table tbody tr:nth-child(2n) {
            background-color: #f8f8ff;
        }

        .wctot-list table tfoot tr th {
            height: 30px;
            text-align: center;
            background-color: #f0f8ff;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            font-weight: bold;
        }

.visit-logdata {
    width: 350px;
    position: relative;
    height: 100%;
}

    .visit-logdata .logtot-tot table {
        width: 100%;
    }

        .visit-logdata .logtot-tot table tr td {
            padding: 10px 16px 5px;
            border: 1px solid #ddd;
            background-color: #eee;
        }

            .visit-logdata .logtot-tot table tr td h4 {
                padding-bottom: 5px;
                color: #777;
            }

    .visit-logdata .data-top {
        border: 1px solid #ddd;
        background-color: #fdfdfd;
    }

        .visit-logdata .data-top h1 {
            font-size: 30px;
            color: #333;
            text-align: right;
        }

.refund-logdata {
    width: 350px;
    position: relative;
    height: 100%;
}

    .refund-logdata .logtot-tot table {
        width: 100%;
    }

        .refund-logdata .logtot-tot table tr td {
            padding: 10px 16px 5px;
            border: 1px solid #ddd;
            background-color: #eee;
        }

            .refund-logdata .logtot-tot table tr td h4 {
                padding-bottom: 5px;
                color: #777;
            }

    .refund-logdata .data-top {
        border: 1px solid #ddd;
        background-color: #fdfdfd;
    }

        .refund-logdata .data-top h1 {
            font-size: 30px;
            color: #333;
            text-align: right;
        }

.visit-chart {
    width: 60%;
    height: 420px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #fff;
    padding-top: 10px;
    float: right;
}

.over-tog {
    overflow: hidden;
    text-align: left !important;
    padding-right: 70px !important;
}

    .over-tog .over-tdt {
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        position: absolute;
        top: 0px;
        left: 5px;
        right: 0;
        padding-right: 70px;
    }

        .over-tog .over-tdt span {
            position: absolute;
            width: 55px;
            right: 5px;
            height: 20px;
            cursor: pointer;
            margin-top: 5px;
            background: url('../images/up_btns.png') 0 0 no-repeat;
        }

    .over-tog .over-edt span {
        position: absolute;
        width: 55px;
        right: 5px;
        height: 20px;
        cursor: pointer;
        margin-top: 5px;
        background: url('../images/dw_btns.png') 0 0 no-repeat;
    }

.visit-lolchart {
    border: 1px solid #ddd;
    background-color: #fff;
    padding-top: 50px;
    position: absolute;
    left: 360px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    overflow-y: hidden;
    overflow-x: auto;
}

.issue-logdata {
    width: 40%;
    position: relative;
    height: 100%;
}

    .issue-logdata .logtot-tot table {
        width: 100%;
    }

        .issue-logdata .logtot-tot table tr td {
            padding: 10px 16px 5px;
            border: 1px solid #ddd;
            background-color: #eee;
        }

            .issue-logdata .logtot-tot table tr td h4 {
                padding-bottom: 5px;
                color: #777;
            }

    .issue-logdata .data-top {
        border: 1px solid #ddd;
        background-color: #fdfdfd;
    }

        .issue-logdata .data-top h1 {
            font-size: 30px;
            color: #333;
            text-align: right;
        }

.visit-chart {
    width: 60%;
    height: 420px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #fff;
    padding-top: 10px;
    float: right;
}

.over-tog {
    overflow: hidden;
    text-align: left !important;
    padding-right: 70px !important;
}

    .over-tog .over-tdt {
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        position: absolute;
        top: 0px;
        left: 5px;
        right: 0;
        padding-right: 70px;
    }

        .over-tog .over-tdt span {
            position: absolute;
            width: 55px;
            right: 5px;
            height: 20px;
            cursor: pointer;
            margin-top: 5px;
            background: url('../images/up_btns.png') 0 0 no-repeat;
        }

    .over-tog .over-edt span {
        position: absolute;
        width: 55px;
        right: 5px;
        height: 20px;
        cursor: pointer;
        margin-top: 5px;
        background: url('../images/dw_btns.png') 0 0 no-repeat;
    }

.issue-logchart {
    border: 1px solid #ddd;
    background-color: #fff;
    padding-top: 50px;
    position: absolute;
    left: 40%;
    bottom: 0px;
    right: 0px;
    top: 0px;
    overflow-y: hidden;
    overflow-x: auto;
    margin-left: 10px;
}

/* 통계 관리 */
.content-right .chart-con {
    position: absolute;
    top: 90px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    background-color: #fafafa;
}

.use-tot-list {
    width: 290px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    overflow-y: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 80px;
}

    .use-tot-list table {
        margin-bottom: 10px;
    }

        .use-tot-list table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            font-weight: bold;
        }

        .use-tot-list table tbody tr td {
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #c5c5c5;
            color: #333;
            position: relative;
            padding-left: 5px;
            padding-right: 5px;
        }

        .use-tot-list table tfoot tr th {
            height: 30px;
            text-align: center;
            background-color: #f0f8ff;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            font-weight: bold;
        }

        .use-tot-list table tbody tr:nth-child(2n-1) {
            background-color: #fff;
        }

        .use-tot-list table tbody tr:nth-child(2n) {
            background-color: #f8f8ff;
        }

.user-tot-chart {
    position: absolute;
    left: 300px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #ddd;
    padding: 10px;
    overflow-y: hidden;
    overflow-x: auto;
    background-color: #fff;
    margin: 15px;
    padding-top: 50px;
}

.pay-tot {
    overflow: hidden;
    position: relative;
    height: 505px;
    margin-bottom: 10px;
}

.tot-list table thead tr th {
    height: 30px;
    text-align: center;
    background-color: #e6e6e6;
    color: #555;
    font-weight: normal;
    border: 1px solid #c5c5c5;
    font-weight: bold;
}

.tot-list table tbody tr td {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #c5c5c5;
    color: #333;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

    .tot-list table tbody tr td span {
        color: #333;
    }

        .tot-list table tbody tr td span:hover {
            text-decoration: underline;
            color: #6495ed;
            font-weight: bold;
            cursor: pointer;
        }

.tot-list table tfoot tr th {
    height: 30px;
    text-align: center;
    background-color: #f0f8ff;
    color: #555;
    font-weight: normal;
    border: 1px solid #c5c5c5;
    font-weight: bold;
}

.tot-list table tbody tr:nth-child(2n-1) {
    background-color: #fff;
}

.tot-list table tbody tr:nth-child(2n) {
    background-color: #f8f8ff;
}

.tot-list {
    position: absolute;
    left: 0px;
    top: 80px;
    bottom: 0px;
    width: 400px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    overflow-y: auto;
    padding-bottom: 0;
}

    .tot-list table {
        margin-bottom: 10px;
    }

.tot-chart {
    position: absolute;
    left: 410px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #ddd;
    padding: 10px;
    overflow-y: hidden;
    overflow-x: auto;
    background-color: #fff;
    padding-top: 50px;
}

.pay-tot .tot-list table thead tr th {
    height: 20px;
    text-align: center;
    background-color: #e6e6e6;
    color: #555;
    border: 1px solid #c5c5c5;
    font-weight: bold;
}

.pay-tot .tot-list table thead tr:last-child th {
    font-size: 11px;
}

.pay-tot .tot-list table tbody tr td {
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #c5c5c5;
    color: #333;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.pay-tot .tot-list table tbody tr.new-re-pay td {
    font-size: 11px;
}

.pay-tot .tot-list table tbody tr td span {
    color: #333;
}

    .pay-tot .tot-list table tbody tr td span:hover {
        text-decoration: underline;
        color: #6495ed;
        font-weight: bold;
        cursor: pointer;
    }

.pay-tot .tot-list table tfoot tr th {
    height: 30px;
    text-align: center;
    background-color: #f0f8ff;
    color: #555;
    font-weight: normal;
    border: 1px solid #c5c5c5;
    font-weight: bold;
}

.pay-tot .tot-list table tbody tr:nth-child(2n-1) {
    background-color: #f8f8ff;
}

.pay-tot .tot-list table tbody tr:nth-child(2n) {
    background-color: #f8f8ff;
}

.pay-tot .tot-list table tbody tr:nth-child(4n+1) {
    background-color: #fff;
}

.pay-tot .tot-list table tbody tr:nth-child(4n+2) {
    background-color: #fff;
}

.pay-tot .tot-list {
    position: absolute;
    left: 0px;
    top: 80px;
    bottom: 0px;
    width: 400px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    overflow-y: auto;
    padding-bottom: 0;
}

    .pay-tot .tot-list table {
        margin-bottom: 10px;
    }

.refund-show {
    position: absolute;
    left: 410px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #ddd;
    padding: 10px;
    overflow-y: hidden;
    overflow-x: auto;
    background-color: #fff;
}

.refund-title {
    height: 30px;
    line-height: 30px;
    background-color: #f0f0f0;
    font-weight: bold;
    text-indent: 10px;
    color: #444;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #ddd;
}

.refund-dlist {
    overflow-y: auto;
    padding: 2px;
    border: 1px solid #ddd;
    position: absolute;
    top: 35px;
    left: 5px;
    right: 5px;
    bottom: 150px;
}

    .refund-dlist table {
        margin-bottom: 3px;
    }

        .refund-dlist table tbody tr {
            cursor: pointer;
        }

            .refund-dlist table tbody tr:nth-child(2n-1) {
                background-color: #fff;
            }

            .refund-dlist table tbody tr:nth-child(2n) {
                background-color: #f8f8ff;
            }

            .refund-dlist table tbody tr:hover {
                background-color: #f3f3f3;
            }

            .refund-dlist table tbody tr.click-active {
                background-color: #f5f5dc;
            }

                .refund-dlist table tbody tr.click-active td {
                    color: #b22222;
                }

        .refund-dlist table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            font-weight: bold;
        }

        .refund-dlist table tbody tr td {
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #c5c5c5;
            color: #333;
            padding-left: 5px;
            padding-right: 5px;
        }

.refund-dmemo {
    border: 1px solid #ccc;
    margin-top: 1%;
    padding: 10px;
    box-shadow: 5px 5px #ccc;
    background-color: #f5f5dc;
    color: #444;
    position: absolute;
    bottom: 15px;
    height: 128px;
    left: 5px;
    right: 9px;
}

.conpay-list {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background-color: #fff;
}

    .conpay-list table thead tr th {
        height: 30px;
        text-align: center;
        background-color: #e6e6e6;
        color: #555;
        font-weight: normal;
        border: 1px solid #c5c5c5;
        font-weight: bold;
    }

    .conpay-list table tbody tr td {
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #c5c5c5;
        color: #333;
        padding-left: 5px;
        padding-right: 5px;
    }

        .conpay-list table tbody tr td:last-child {
            background-color: #f0f8ff;
        }

        .conpay-list table tbody tr td:nth-last-child(2) {
            background-color: #f0f8ff;
        }

        .conpay-list table tbody tr td:first-child {
            background-color: #e6e6e6;
        }

    .conpay-list table tfoot tr th {
        height: 30px;
        text-align: center;
        background-color: #f0f8ff;
        color: #555;
        font-weight: normal;
        border: 1px solid #c5c5c5;
        font-weight: bold;
    }

/* 사용자 결제상세 탭메뉴 */
.comuser-paytabs {
    overflow: hidden;
    margin-top: 20px;
}

    .comuser-paytabs .comuser-tab-title {
        float: left;
        cursor: pointer;
        padding: 7px 20px;
        color: #777;
        border-radius: 5px 5px 0 0;
        background-color: #dcdcdc;
        margin-right: 3px; /*border: 1px solid #555;*/
        border-bottom: 0;
        line-height: normal;
    }

    .comuser-paytabs .comuser-tab-active {
        cursor: pointer;
        display: block;
        border: 1px solid #777;
        border-bottom: 0;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
        color: #fff;
        text-shadow: 0px 1px 0px #666;
        background-color: #777;
        font-weight: bold;
    }
/*.comuser-item {display:none;}.comuser-active {display: block;}*/

.userpay-list {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background-color: #fff;
}

    .userpay-list table thead tr th {
        height: 30px;
        text-align: center;
        background-color: #e6e6e6;
        color: #555;
        font-weight: normal;
        border: 1px solid #c5c5c5;
        font-weight: bold;
    }

    .userpay-list table tbody tr td {
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #c5c5c5;
        color: #333; /*padding-left:5px; padding-right:5px;*/
    }

        .userpay-list table tbody tr td:first-child {
            background-color: #e6e6e6;
        }

    .userpay-list table tbody tr:nth-child(2n) {
        background-color: #f8f8ff;
    }

.logtot-list {
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 10px;
    background-color: #fff;
    overflow-y: auto;
    position: absolute;
    bottom: 0px;
    top: 70px;
    right: 0px;
    left: 0px;
}

    .logtot-list table {
        margin-bottom: 10px;
    }

        .logtot-list table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            font-weight: bold;
        }

        .logtot-list table tbody tr td {
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #c5c5c5;
            color: #333;
            padding-left: 5px;
            padding-right: 5px;
        }

        .logtot-list table tbody tr:nth-child(2n-1) {
            background-color: #fff;
        }

        .logtot-list table tbody tr:nth-child(2n) {
            background-color: #f8f8ff;
        }

        .logtot-list table tfoot tr th {
            height: 30px;
            text-align: center;
            background-color: #f0f8ff;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            font-weight: bold;
        }

/* 메모 tooltip */
.licn-group-lists .dbf-dlist .body-table table tbody tr td .mmto {
    text-align: center;
}

    .licn-group-lists .dbf-dlist .body-table table tbody tr td .mmto .trigger-bottom {
        border: 0;
        background-color: transparent;
        position: relative;
    }

    .licn-group-lists .dbf-dlist .body-table table tbody tr td .mmto img {
        cursor: pointer;
        vertical-align: middle;
        width: 17px;
    }

.licn-group-lists .dbf-dlist .body-table table tbody tr td .memo-tooltip {
    text-align: center;
}

    .licn-group-lists .dbf-dlist .body-table table tbody tr td .memo-tooltip .trigger-bottom {
        border: 0;
        background-color: transparent;
        position: relative;
    }

    .licn-group-lists .dbf-dlist .body-table table tbody tr td .memo-tooltip img {
        cursor: pointer;
        vertical-align: middle;
        width: 17px;
    }

.memo-toggle {
    position: absolute;
    left: 10px;
    top: 40px;
    right: 10px;
    z-index: 7001;
    display: none;
    padding: 0;
    margin: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

    .memo-toggle > .arrow,
    .memo-toggle > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .memo-toggle > .arrow {
        border-width: 11px;
        border-bottom-color: #f5de77;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
    }

        .memo-toggle > .arrow:after {
            content: "";
            border-width: 10px;
        }

    .memo-toggle.mbom > .arrow {
        top: -11px;
        left: 10%;
        margin-left: -11px;
        border-bottom-color: #aaa;
        border-top-width: 0;
    }

    .memo-toggle.mbom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #f5de77;
        border-top-width: 0;
    }

.swlFlyout.left > .arrow:after {
    right: 1px;
    margin-top: -10px;
    border-left-color: #fff;
    border-right-width: 0;
}

.licsmemo-content {
    padding: 10px 12px;
    margin: 0;
    background-color: #f5de77;
    white-space: normal;
    text-align: left;
    color: #333;
}

    .licsmemo-content:hover {
        color: #333;
    }

.swlFlyout {
    position: absolute;
    left: 10px !important;
    top: 0;
    right: 10px;
    z-index: 7001;
    display: none;
    padding: 0;
    margin: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

    .swlFlyout > .arrow,
    .swlFlyout > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .swlFlyout > .arrow {
        border-width: 11px;
        border-bottom-color: #f5de77;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
    }

        .swlFlyout > .arrow:after {
            content: "";
            border-width: 10px;
        }

    .swlFlyout.top {
        margin-bottom: 10px;
    }

        .swlFlyout.top > .arrow {
            bottom: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-color: #aaa;
            border-bottom-width: 0;
        }

            .swlFlyout.top > .arrow:after {
                bottom: 1px;
                margin-left: -10px;
                border-top-color: #fff;
                border-bottom-width: 0;
            }

    .swlFlyout.right {
        margin-left: 10px;
    }

        .swlFlyout.right > .arrow {
            left: -11px;
            top: 50%;
            margin-top: -11px;
            border-right-color: #aaa;
            border-left-width: 0;
        }

            .swlFlyout.right > .arrow:after {
                left: 1px;
                margin-top: -10px;
                border-right-color: #fff;
                border-left-width: 0;
            }

    .swlFlyout.bottom {
        margin-top: 5px;
    }

        .swlFlyout.bottom > .arrow {
            top: -11px;
            left: 10%;
            margin-left: -11px;
            border-bottom-color: #aaa;
            border-top-width: 0;
        }

            .swlFlyout.bottom > .arrow:after {
                top: 1px;
                margin-left: -10px;
                border-bottom-color: #f5de77;
                border-top-width: 0;
            }

    .swlFlyout.left {
        margin-right: 10px;
    }

        .swlFlyout.left > .arrow {
            right: -11px;
            top: 50%;
            margin-top: -11px;
            border-left-color: #aaa;
            border-right-width: 0;
        }

            .swlFlyout.left > .arrow:after {
                right: 1px;
                margin-top: -10px;
                border-left-color: #fff;
                border-right-width: 0;
            }

.swlFlyout_title {
    padding: 8px 12px;
    margin: 0;
    font-weight: bold;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e0e0e0;
}

.logtot-list table td.fupa-td span:first-child {
    width: 40%;
    display: inline-block;
    text-align: right;
}

.logtot-list table td.fupa-td .chart-up {
    width: 30%;
    height: 10px;
    background: url("../images/icon/up_btn.png") no-repeat;
    display: inline-block;
    background-position: 5px;
}

.logtot-list table td.fupa-td .chart-down {
    width: 30%;
    height: 10px;
    background: url("../images/icon/dw_btn.png") no-repeat;
    display: inline-block;
    background-position: 5px;
}

.logtot-list table td.fupa-td .chart-same {
    width: 30%;
    height: 10px;
    background: url("../images/icon/eq_btn.png") no-repeat;
    display: inline-block;
    background-position: 5px;
}

.total-logdata {
    width: 400px;
}

.total-stats-chart {
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .total-stats-chart .data-top p {
        text-align: center;
        padding: 5px;
        margin-bottom: 20px;
        background-color: #eee;
        border-bottom: 1px solid #ddd;
    }

        .total-stats-chart .data-top p select {
            padding: 5px 20px;
            border: 1px solid #bbb;
        }

.chart-rou {
    overflow: hidden;
}

.total-nae-chart {
    width: 33%;
    border: 1px solid #ddd;
    padding: 10px 20px;
    overflow-y: hidden;
    overflow-x: auto;
    background-color: #fff;
    margin-bottom: 20px;
    float: left;
}

.total-pm-chart {
    width: 32%;
    border: 1px solid #ddd;
    padding: 10px 20px;
    overflow-y: hidden;
    overflow-x: auto;
    background-color: #fff;
    margin-bottom: 20px;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.total-mm-chart {
    width: 32%;
    border: 1px solid #ddd;
    padding: 10px 20px;
    overflow-y: hidden;
    overflow-x: auto;
    background-color: #fff;
    margin-bottom: 20px;
    float: left;
}

.chart-lolchart {
    border: 1px solid #ddd;
    background-color: #fff;
    padding-top: 70px;
    position: absolute;
    left: 410px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 10px;
}

.wot-date {
    width: 100%;
    margin-bottom: 10px;
}

.wot-ser tbody tr td {
    height: 25px;
    line-height: 25px;
    border: 1px solid #c5c5c5;
    color: #333;
    position: relative;
    text-align: center;
}

    .wot-ser tbody tr td:first-child {
        border: 0px;
        text-align: left;
    }

        .wot-ser tbody tr td:first-child label {
            font-size: 14px;
            font-weight: 600;
            color: #666;
            padding-left: 5px;
        }

    .wot-ser tbody tr td .searbox-sbtn {
        background-color: #a9a9a9;
        border: 0px solid #d4d7db;
        color: #fff;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

        .wot-ser tbody tr td .searbox-sbtn:hover {
            background-color: #6e6e6e;
        }

.wot-ser .gsrbox-sel {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 3px 30px;
}

.usetot-logdata {
    width: 290px;
    margin: 15px;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.usetot-tot table {
    width: 100%;
}

    .usetot-tot table tr td {
        padding: 10px 20px 5px;
        border: 1px solid #ddd;
        background-color: #eee;
    }

        .usetot-tot table tr td h4 {
            padding-bottom: 5px;
            color: #777;
        }

    .usetot-tot table .data-top {
        border: 1px solid #ddd;
        background-color: #fdfdfd;
    }

        .usetot-tot table .data-top h1 {
            font-size: 30px;
            color: #333;
            text-align: right;
        }

.pato-tot table {
    width: 100%;
}

    .pato-tot table tr td {
        padding: 10px 20px 5px;
        border: 1px solid #ddd;
        background-color: #eee;
    }

        .pato-tot table tr td h4 {
            padding-bottom: 5px;
            color: #777;
        }

    .pato-tot table .data-top {
        border: 1px solid #ddd;
        background-color: #fdfdfd;
    }

        .pato-tot table .data-top h1 {
            font-size: 30px;
            color: #333;
            text-align: right;
        }

            .pato-tot table .data-top h1 span {
                color: #333;
            }

                .pato-tot table .data-top h1 span:hover {
                    text-decoration: underline;
                    color: #6495ed;
                    cursor: pointer;
                }

.paytal-tot {
    width: 400px;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.pay-tot .pato-tot table {
    width: 100%;
}

    .pay-tot .pato-tot table tr td {
        padding: 10px 10px 5px;
        border: 1px solid #ddd;
        background-color: #eee;
    }

        .pay-tot .pato-tot table tr td h4 {
            padding-bottom: 11px;
            color: #777;
        }

    .pay-tot .pato-tot table .data-top {
        border: 1px solid #ddd;
        background-color: #fdfdfd;
    }

        .pay-tot .pato-tot table .data-top h1 {
            font-size: 22px;
            color: #333;
            text-align: right;
            letter-spacing: -2px;
        }

            .pay-tot .pato-tot table .data-top h1 span {
                color: #333;
            }

                .pay-tot .pato-tot table .data-top h1 span:hover {
                    text-decoration: underline;
                    color: #6495ed;
                    cursor: pointer;
                }

        .pay-tot .pato-tot table .data-top td:nth-child(2) h4 {
            padding-bottom: 13px;
        }

        .pay-tot .pato-tot table .data-top td:nth-child(2) h1 {
            font-size: 22px;
            color: #333;
            text-align: right;
            letter-spacing: -3px;
        }

            .pay-tot .pato-tot table .data-top td:nth-child(2) h1 span {
                font-size: 20px;
                color: #333;
                text-align: right;
            }

                .pay-tot .pato-tot table .data-top td:nth-child(2) h1 span:hover {
                    text-decoration: none;
                    color: #333;
                    cursor: none;
                }

.pay-tot .paytal-tot {
    width: 400px;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
}

/* 환불 모달 */
.wc-refund-modal .briefPopUpy-modal {
    visibility: hidden;
    top: 0% !important;
    left: 0%;
    background-color: #fff;
    position: absolute;
    z-index: 101;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 6px 6px 0 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    border: 1px solid #777;
}

    .wc-refund-modal .briefPopUpy-modal .close-xm {
        font-size: 20px;
        position: absolute;
        top: 3px;
        right: 10px;
        color: #ccc;
        text-shadow: 0 -1px 1px rbga(0,0,0,.6);
        font-weight: bold;
        cursor: pointer;
    }

        .wc-refund-modal .briefPopUpy-modal .close-xm:hover {
            color: #fff;
        }

.wc-refund-modal .wc-user-title {
    padding: 7px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #777;
    border-radius: 0;
    color: #fff;
}

.wc-refund-modal .wc-user-onin .set-onin {
    position: absolute;
    top: 28px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    .wc-refund-modal .wc-user-onin .set-onin .uswp-user-inf {
        border: 0;
        top: 0;
    }

.wc-refund-modal .briefPopUp-modal {
    visibility: hidden;
    top: 0% !important;
    left: 0%;
    background-color: #fff;
    position: absolute;
    z-index: 101;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 6px 6px 0 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    border: 1px solid #777;
}

    .wc-refund-modal .briefPopUp-modal .close-xm {
        font-size: 20px;
        position: absolute;
        top: 3px;
        right: 10px;
        color: #ccc;
        text-shadow: 0 -1px 1px rbga(0,0,0,.6);
        font-weight: bold;
        cursor: pointer;
    }

        .wc-refund-modal .briefPopUp-modal .close-xm:hover {
            color: #fff;
        }

.briefPopUpy-background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 100;
    display: none;
}

/* 이용권 리스트 */
.content-right .cl-licencon {
    position: absolute;
    top: 90px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    background-color: #fafafa;
}

.cl-licencon .cl-licen-wr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 15px;
    margin-top: 15px;
}

.con-licen {
    overflow: hidden;
}

    .con-licen .licen-lf {
        width: 400px;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

        .con-licen .licen-lf h4 {
            padding: 10px;
            background-color: #f0f0f0;
            border-bottom: 1px solid #e3e3e3;
        }

            .con-licen .licen-lf h4 i {
                font-size: 16px;
                vertical-align: -1px;
                color: #add8e6;
            }

        .con-licen .licen-lf .dbf-dlist {
            padding: 10px;
            position: absolute;
            bottom: 0px;
            top: 0px;
            left: 0px;
            right: 0px;
        }

            .con-licen .licen-lf .dbf-dlist .head-table {
                height: 30px;
                text-align: center;
                color: #333;
                font-weight: normal;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 17px;
                bottom: 0px;
                z-index: 10;
            }

                .con-licen .licen-lf .dbf-dlist .head-table table thead tr th {
                    height: 30px;
                    text-align: center;
                    background-color: #e6e6e6;
                    color: #555;
                    font-weight: normal;
                    border: 1px solid #c5c5c5;
                    border-top: 0;
                    font-weight: bold;
                }

                    .con-licen .licen-lf .dbf-dlist .head-table table thead tr th:first-child {
                        border-left: 0;
                    }

            .con-licen .licen-lf .dbf-dlist .body-table {
                text-align: left;
                color: #333;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                padding: 10px;
                overflow-y: auto;
                background-color: #fff;
            }

                .con-licen .licen-lf .dbf-dlist .body-table table {
                    margin-bottom: 10px;
                }
                    /*.con-licen .licen-lf .dbf-dlist .body-table table tbody tr:nth-child(2n) {background-color:#f8f8ff;}*/
                    .con-licen .licen-lf .dbf-dlist .body-table table tbody tr td {
                        height: 30px;
                        line-height: 30px;
                        text-align: left;
                        border: 1px solid #c5c5c5;
                        color: #333;
                        position: relative;
                        text-align: center;
                    }

                    .con-licen .licen-lf .dbf-dlist .body-table table.catela-item tbody tr td {
                        position: static;
                    }

                        .con-licen .licen-lf .dbf-dlist .body-table table.catela-item tbody tr td .licen-count {
                            padding: 3px 20px;
                            border-radius: 5px;
                            cursor: pointer;
                            background-color: #6495ed;
                            color: #fff;
                        }

                        .con-licen .licen-lf .dbf-dlist .body-table table.catela-item tbody tr td .licen-count-edi {
                            padding: 3px;
                            border-radius: 5px;
                            cursor: pointer;
                            color: #b22222;
                            margin-left: 10px;
                        }

                    .con-licen .licen-lf .dbf-dlist .body-table table tbody tr td:first-child {
                        background-color: #eee;
                    }

                    .con-licen .licen-lf .dbf-dlist .body-table table tbody tr td a {
                        color: #333;
                        display: block;
                        padding-left: 5px;
                        padding-right: 5px;
                    }

                        .con-licen .licen-lf .dbf-dlist .body-table table tbody tr td a:hover {
                            background-color: #f3f3f3;
                            color: #333;
                        }

                        .con-licen .licen-lf .dbf-dlist .body-table table tbody tr td a.click-active {
                            background-color: #f0f8ff;
                            font-weight: bold;
                        }

                    .con-licen .licen-lf .dbf-dlist .body-table table.bt-ser tbody tr td {
                        height: 25px;
                        line-height: 25px;
                        border: 1px solid #c5c5c5;
                        color: #333;
                        position: relative;
                        text-align: left;
                    }

                        .con-licen .licen-lf .dbf-dlist .body-table table.bt-ser tbody tr td:first-child {
                            padding: 0 5px;
                            width: 85%;
                        }

                        .con-licen .licen-lf .dbf-dlist .body-table table.bt-ser tbody tr td:last-child {
                        }

                        .con-licen .licen-lf .dbf-dlist .body-table table.bt-ser tbody tr td span .gsrbox-sel {
                            width: 100%;
                        }

                .con-licen .licen-lf .dbf-dlist .body-table .selet-licen {
                    border: 1px solid #c5c5c5;
                    padding: 5px;
                    margin-bottom: 10px;
                }

                    .con-licen .licen-lf .dbf-dlist .body-table .selet-licen .gsrbox-sel {
                        width: 100%;
                    }

                .con-licen .licen-lf .dbf-dlist .body-table table.bt-ser tbody tr td .searbox-sbtn {
                    background-color: #a9a9a9;
                    border: 0px solid #d4d7db;
                    color: #fff;
                    width: 100%;
                    height: 100%;
                    cursor: pointer;
                }

                    .con-licen .licen-lf .dbf-dlist .body-table table.bt-ser tbody tr td .searbox-sbtn:hover {
                        background-color: #6e6e6e;
                    }

        .con-licen .licen-lf .form-group label {
            padding-left: 0px;
            color: #666;
        }

        .con-licen .licen-lf .form-group .form-control {
            width: 80%;
            background-color: #eee;
            font-weight: bold;
            font-family: "굴림";
        }

    .con-licen .licen-mf {
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
        position: absolute;
        top: 0px;
        left: 410px;
        right: 0px;
        bottom: 0px;
    }

        .con-licen .licen-mf h4 {
            padding: 10px;
            background-color: #f0f0f0;
            border-bottom: 1px solid #e3e3e3;
        }

            .con-licen .licen-mf h4 i {
                font-size: 16px;
                vertical-align: -1px;
                color: #add8e6;
            }

        .con-licen .licen-mf .dbf-dlist {
            padding: 10px;
            position: absolute;
            bottom: 0px;
            top: 0px;
            left: 0px;
            right: 0px;
        }

            .con-licen .licen-mf .dbf-dlist .head-table {
                height: 30px;
                text-align: center;
                color: #333;
                font-weight: normal;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 17px;
                bottom: 0px;
                z-index: 10;
            }

                .con-licen .licen-mf .dbf-dlist .head-table table thead tr th {
                    height: 30px;
                    text-align: center;
                    background-color: #e6e6e6;
                    color: #555;
                    font-weight: normal;
                    border: 1px solid #c5c5c5;
                    border-top: 0;
                    font-weight: bold;
                }

                    .con-licen .licen-mf .dbf-dlist .head-table table thead tr th:first-child {
                        border-left: 0;
                    }

            .con-licen .licen-mf .dbf-dlist .body-table {
                text-align: left;
                color: #333;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                padding: 10px;
                overflow-y: auto;
                background-color: #fff;
            }

                .con-licen .licen-mf .dbf-dlist .body-table table tbody tr:nth-child(2n) {
                    background-color: #f8f8ff;
                }

                .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td {
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    border: 1px solid #c5c5c5;
                    color: #333;
                    position: relative;
                }

                .con-licen .licen-mf .dbf-dlist .body-table table thead tr th {
                    height: 30px;
                    text-align: center;
                    background-color: #e6e6e6;
                    color: #555;
                    font-weight: normal;
                    border: 1px solid #c5c5c5;
                    font-weight: bold;
                }

                .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td .useon-btn {
                    vertical-align: middle;
                    width: 26px;
                    height: 26px;
                    box-sizing: border-box;
                    border: 1px solid #A2B4CA;
                    border-radius: 3px;
                    padding: 0;
                    background-color: #FCFCFC;
                    opacity: 0.85;
                    color: #3891fb;
                    float: left;
                }

                    .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td .useon-btn i {
                        font-size: 14px;
                        text-indent: 0;
                        display: block;
                    }

                    .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td .useon-btn:hover {
                        border: 1px solid #157EFB;
                        opacity: 1;
                    }

                .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td .useoff-btn {
                    vertical-align: middle;
                    width: 26px;
                    height: 26px;
                    box-sizing: border-box;
                    border: 1px solid #ccc;
                    border-radius: 3px;
                    padding: 0;
                    background-color: #FCFCFC;
                    opacity: 0.85;
                    color: #ccc;
                    float: left;
                }

                    .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td .useoff-btn i {
                        font-size: 14px;
                        text-indent: 0;
                        display: block;
                    }

                    .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td .useoff-btn:hover {
                        color: #157EFB;
                        opacity: 1;
                    }

                .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td .del-btn {
                    vertical-align: middle;
                    width: 26px;
                    height: 26px;
                    box-sizing: border-box;
                    border: 1px solid #A2B4CA;
                    border-radius: 3px;
                    padding: 0;
                    background-color: #FCFCFC;
                    opacity: 0.85;
                    color: #ff4c37;
                    float: left;
                    margin-left: 5px;
                }

                    .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td .del-btn i {
                        font-size: 14px;
                        text-indent: 0;
                        display: block;
                    }

                    .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td .del-btn:hover {
                        color: #ff4c37;
                        border: 1px solid #ff4c37;
                        opacity: 1;
                    }

                .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td:first-child {
                    border-right: 0px;
                }

                .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td:last-child {
                    border-left: 0px;
                }

                .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td a {
                    color: #333;
                    display: block;
                    padding-left: 5px;
                    padding-right: 5px;
                }

                    .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td a:hover {
                        background-color: #f3f3f3;
                        color: #333;
                    }

                    .con-licen .licen-mf .dbf-dlist .body-table table tbody tr td a.click-active {
                        background-color: #f0f8ff;
                        font-weight: bold;
                    }

.con-lic-dlist {
    padding: 10px;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
}

    .con-lic-dlist .cody-table {
        text-align: left;
        color: #333;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #ddd;
    }

        .con-lic-dlist .cody-table table tbody tr td {
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #c5c5c5;
            color: #333;
            position: relative;
        }

        .con-lic-dlist .cody-table table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            font-weight: bold;
        }

        .con-lic-dlist .cody-table table tbody tr td .useon-btn {
            vertical-align: middle;
            width: 26px;
            height: 26px;
            box-sizing: border-box;
            border: 1px solid #A2B4CA;
            border-radius: 3px;
            padding: 0;
            background-color: #FCFCFC;
            opacity: 0.85;
            color: #3891fb;
            float: left;
        }

            .con-lic-dlist .cody-table table tbody tr td .useon-btn i {
                font-size: 14px;
                text-indent: 0;
                display: block;
            }

            .con-lic-dlist .cody-table table tbody tr td .useon-btn:hover {
                border: 1px solid #157EFB;
                opacity: 1;
            }

        .con-lic-dlist .cody-table table tbody tr td .useoff-btn {
            vertical-align: middle;
            width: 26px;
            height: 26px;
            box-sizing: border-box;
            border: 1px solid #ccc;
            border-radius: 3px;
            padding: 0;
            background-color: #FCFCFC;
            opacity: 0.85;
            color: #ccc;
            float: left;
        }

            .con-lic-dlist .cody-table table tbody tr td .useoff-btn i {
                font-size: 14px;
                text-indent: 0;
                display: block;
            }

            .con-lic-dlist .cody-table table tbody tr td .useoff-btn:hover {
                color: #157EFB;
                opacity: 1;
            }

        .con-lic-dlist .cody-table table.catela-item tbody tr td .licen-count {
            padding: 3px 20px;
            border-radius: 5px;
            cursor: pointer;
            background-color: #6495ed;
            color: #fff;
        }

        .con-lic-dlist .cody-table table.catela-item thead tr th .licen-count-edi {
            padding: 3px;
            border-radius: 5px;
            cursor: pointer;
            color: #b22222;
            margin-left: 5px;
        }

        .con-lic-dlist .cody-table table.catela-item tbody tr td .licen-count-edi {
            padding: 3px;
            border-radius: 5px;
            cursor: pointer;
            color: #b22222;
            margin-left: 10px;
        }

    .con-lic-dlist .eody-table {
        position: absolute;
        top: 93px;
        left: 0px;
        right: 0px;
        bottom: 0;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #ddd;
        overflow-y: auto;
    }

        .con-lic-dlist .eody-table table tbody tr td {
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #c5c5c5;
            color: #333;
            position: relative;
        }

        .con-lic-dlist .eody-table table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            font-weight: bold;
        }

        .con-lic-dlist .eody-table table tbody tr:nth-child(2n) {
            background-color: #f8f8ff;
        }

        .con-lic-dlist .eody-table table tbody tr td .del-btn {
            vertical-align: middle;
            width: 26px;
            height: 26px;
            box-sizing: border-box;
            border: 1px solid #A2B4CA;
            border-radius: 3px;
            padding: 0;
            background-color: #FCFCFC;
            opacity: 0.85;
            color: #ff4c37;
            float: left;
            margin-left: 5px;
        }

            .con-lic-dlist .eody-table table tbody tr td .del-btn i {
                font-size: 14px;
                text-indent: 0;
                display: block;
            }

            .con-lic-dlist .eody-table table tbody tr td .del-btn:hover {
                color: #ff4c37;
                border: 1px solid #ff4c37;
                opacity: 1;
            }

        .con-lic-dlist .eody-table table tbody tr td a {
            color: #333;
            display: block;
            padding-left: 5px;
            padding-right: 5px;
        }

            .con-lic-dlist .eody-table table tbody tr td a:hover {
                background-color: #f3f3f3;
                color: #333;
            }

            .con-lic-dlist .eody-table table tbody tr td a.click-active {
                background-color: #f0f8ff;
                font-weight: bold;
            }

.content-right .cl-top .cl-option .cate-ttl {
    font-family: "S-CoreDream-6Bold";
    padding-left: 26px;
    color: #464854;
}

    .content-right .cl-top .cl-option .cate-ttl select {
        font-size: 14px;
        font-family: "S-CoreDream-6Bold";
        color: #4169e1;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 4px;
        padding-bottom: 2px;
    }

.content-right .cl-top .cl-option .catset-ttl {
    font-family: "S-CoreDream-6Bold";
    color: #464854;
    position: absolute;
    right: 20px;
    left: 135px;
}

    .content-right .cl-top .cl-option .catset-ttl select {
        width: auto;
        font-size: 14px;
        font-family: "S-CoreDream-6Bold";
        color: #4169e1;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 4px;
        padding-bottom: 2px;
    }

.license-catetable table tbody tr td .useon-btn {
    vertical-align: middle;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    border: 0px solid #999;
    border-radius: 3px;
    padding: 0;
    background-color: #FCFCFC;
    opacity: 0.85;
    color: #999;
}

    .license-catetable table tbody tr td .useon-btn i {
        font-size: 13px;
        text-indent: 0;
        display: block;
    }

    .license-catetable table tbody tr td .useon-btn:hover {
        border: 0px solid #157EFB;
        opacity: 1;
        color: #3891fb;
    }

.license-catetable table tbody tr td .del-btn {
    vertical-align: middle;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    border: 0px solid #999;
    border-radius: 3px;
    padding: 0;
    background-color: #FCFCFC;
    opacity: 0.85;
    color: #999;
}

    .license-catetable table tbody tr td .del-btn i {
        font-size: 13px;
        text-indent: 0;
        display: block;
    }

    .license-catetable table tbody tr td .del-btn:hover {
        color: #ff4c37;
        border: 0px solid #ff4c37;
        opacity: 1;
    }

.cts-list-area {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 57%;
}

.cts-list-runs {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 65%;
}

.con-lic-dlist .cts-list-table {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
}

    .con-lic-dlist .cts-list-table table tbody tr td {
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #c5c5c5;
        color: #333;
    }

    .con-lic-dlist .cts-list-table table thead tr th {
        height: 30px;
        text-align: center;
        background-color: #e6e6e6;
        color: #555;
        font-weight: normal;
        border: 1px solid #c5c5c5;
        font-weight: bold;
    }

    .con-lic-dlist .cts-list-table table tbody tr td .useon-btn {
        vertical-align: middle;
        width: 26px;
        height: 26px;
        box-sizing: border-box;
        border: 1px solid #A2B4CA;
        border-radius: 3px;
        padding: 0;
        background-color: #FCFCFC;
        opacity: 0.85;
        color: #3891fb;
        float: left;
    }

        .con-lic-dlist .cts-list-table table tbody tr td .useon-btn i {
            font-size: 14px;
            text-indent: 0;
            display: block;
        }

        .con-lic-dlist .cts-list-table table tbody tr td .useon-btn:hover {
            border: 1px solid #157EFB;
            opacity: 1;
        }

    .con-lic-dlist .cts-list-table table tbody tr td .useoff-btn {
        vertical-align: middle;
        width: 26px;
        height: 26px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 0;
        background-color: #FCFCFC;
        opacity: 0.85;
        color: #ccc;
        float: left;
    }

        .con-lic-dlist .cts-list-table table tbody tr td .useoff-btn i {
            font-size: 14px;
            text-indent: 0;
            display: block;
        }

        .con-lic-dlist .cts-list-table table tbody tr td .useoff-btn:hover {
            color: #157EFB;
            opacity: 1;
        }

    .con-lic-dlist .cts-list-table table tbody tr:nth-child(2n) {
        background-color: #f8f8ff;
    }

    .con-lic-dlist .cts-list-table ul {
    }

        .con-lic-dlist .cts-list-table ul .group-lists {
            position: absolute;
            border: 1px solid #ddd;
            top: 0px;
            left: 0px;
            right: 40%;
            bottom: 0px;
        }

.group-lists h4 {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e3e3e3;
    height: 30px;
    line-height: 32px;
    padding-left: 10px;
}

    .group-lists h4 i {
        font-size: 16px;
        vertical-align: -1px;
        color: #add8e6;
    }

.group-lists .dbf-dlist {
    padding: 10px;
    position: absolute;
    bottom: 0px;
    top: 30px;
    left: 0px;
    right: 0px;
}

    .group-lists .dbf-dlist .head-table {
        height: 30px;
        text-align: center;
        color: #333;
        font-weight: normal;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 17px;
        bottom: 0px;
        z-index: 10;
    }

        .group-lists .dbf-dlist .head-table table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            border-top: 0;
            font-weight: bold;
        }

            .group-lists .dbf-dlist .head-table table thead tr th:first-child {
                border-left: 0;
            }

    .group-lists .dbf-dlist .body-table {
        text-align: left;
        color: #333;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 5px;
        overflow-y: auto;
        background-color: #fff;
    }

        .group-lists .dbf-dlist .body-table table {
            margin-bottom: 10px;
        }

            .group-lists .dbf-dlist .body-table table tbody tr:nth-child(2n) {
                background-color: #f8f8ff;
            }

            .group-lists .dbf-dlist .body-table table tbody tr td {
                height: 30px;
                line-height: 30px;
                border: 1px solid #c5c5c5;
                color: #333;
                position: relative;
                text-align: left;
            }

                .group-lists .dbf-dlist .body-table table tbody tr td a {
                    color: #333;
                    display: block;
                    padding-left: 5px;
                    padding-right: 5px;
                }

                    .group-lists .dbf-dlist .body-table table tbody tr td a:hover {
                        background-color: #f3f3f3;
                        color: #6495ed;
                        text-decoration: underline;
                    }

                    .group-lists .dbf-dlist .body-table table tbody tr td a.click-active {
                        background-color: #f0f8ff;
                        font-weight: bold;
                        text-decoration: underline;
                        color: #4169e1;
                    }

.group-lists .form-group label {
    padding-left: 0px;
    color: #666;
}

.group-lists .form-group .form-control {
    width: 80%;
    background-color: #eee;
    font-weight: bold;
    font-family: "굴림";
}

.con-lic-dlist .cts-list-table ul .usegroup-lists {
    position: absolute;
    border: 1px solid #ddd;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.usegroup-lists h4 {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e3e3e3;
    height: 30px;
    line-height: 32px;
    padding-left: 10px;
}

    .usegroup-lists h4 i {
        font-size: 16px;
        vertical-align: -1px;
        color: #add8e6;
    }

    .usegroup-lists h4 .set-editbtn {
        position: absolute;
        top: 0;
        right: 5px;
    }

        .usegroup-lists h4 .set-editbtn button i {
            text-indent: 0;
            font-size: 12px;
            color: #fff;
        }

        .usegroup-lists h4 .set-editbtn button {
            background-color: #464854;
            padding: 0px 12px;
            border: 0;
            border-radius: 2px;
            color: #fff;
            cursor: pointer;
            height: 21px;
            line-height: 20px;
        }

            .usegroup-lists h4 .set-editbtn button:hover {
                background-color: #4084cd;
            }

.usegroup-lists .dbf-dlist {
    padding: 5px;
    position: absolute;
    bottom: 0px;
    top: 30px;
    left: 0px;
    right: 0px;
}

    .usegroup-lists .dbf-dlist .head-table {
        height: 30px;
        text-align: center;
        color: #333;
        font-weight: normal;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 17px;
        bottom: 0px;
        z-index: 10;
    }

        .usegroup-lists .dbf-dlist .head-table table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            border-top: 0;
            font-weight: bold;
        }

            .usegroup-lists .dbf-dlist .head-table table thead tr th:first-child {
                border-left: 0;
            }

    .usegroup-lists .dbf-dlist .body-table {
        text-align: left;
        color: #333;
        position: absolute;
        top: 43px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 5px;
        overflow-y: auto;
        background-color: #fff;
        border-top: 1px solid #ddd;
    }

        .usegroup-lists .dbf-dlist .body-table table {
            margin-bottom: 5px;
        }

            .usegroup-lists .dbf-dlist .body-table table tbody tr:nth-child(2n) {
                background-color: #f8f8ff;
            }

            .usegroup-lists .dbf-dlist .body-table table tbody tr td {
                height: 30px;
                line-height: 30px;
                border: 1px solid #c5c5c5;
                color: #333;
                position: static;
                text-align: left;
            }

                .usegroup-lists .dbf-dlist .body-table table tbody tr td:last-child {
                    text-align: center;
                    border-left: 0;
                }

                .usegroup-lists .dbf-dlist .body-table table tbody tr td a {
                    color: #333;
                    display: block;
                    padding-left: 5px;
                    padding-right: 5px;
                }

                    .usegroup-lists .dbf-dlist .body-table table tbody tr td a:hover { /*background-color:#f3f3f3;*/
                        color: #6495ed;
                        text-decoration: underline;
                    }

            .usegroup-lists .dbf-dlist .body-table table tbody tr.click-active td {
                background-color: #f0f8ff;
            }

                .usegroup-lists .dbf-dlist .body-table table tbody tr.click-active td a {
                    background-color: #f0f8ff;
                    font-weight: bold;
                    text-decoration: underline;
                    color: #4169e1;
                }

.usegroup-lists .form-group label {
    padding-left: 0px;
    color: #666;
}

.usegroup-lists .form-group .form-control {
    width: 80%;
    background-color: #eee;
    font-weight: bold;
    font-family: "굴림";
}

.usegroup-lists .dbf-dlist .body-table table tbody tr td .lincon-btn {
    vertical-align: middle;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    border: 0px solid #999;
    border-radius: 3px;
    padding: 0;
    background-color: transparent;
    opacity: 0.85;
    color: #999;
}

    .usegroup-lists .dbf-dlist .body-table table tbody tr td .lincon-btn i {
        font-size: 13px;
        text-indent: 0;
        display: block;
    }

    .usegroup-lists .dbf-dlist .body-table table tbody tr td .lincon-btn:hover {
        border: 0px solid #157EFB;
        opacity: 1;
        color: #3891fb;
    }

.usegroup-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn {
    vertical-align: middle;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    border: 0px solid #999;
    border-radius: 3px;
    padding: 0;
    background-color: transparent;
    opacity: 0.85;
    color: #999;
}

    .usegroup-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn i {
        font-size: 13px;
        text-indent: 0;
        display: block;
    }

    .usegroup-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn:hover {
        color: #ff4c37;
        border: 0px solid #ff4c37;
        opacity: 1;
    }

.con-lic-dlist .cts-list-table ul .licn-group-lists {
    position: absolute;
    border: 1px solid #ddd;
    top: 0px;
    left: 0px;
    right: 46%;
    bottom: 0px;
}

.licn-group-lists h4 {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e3e3e3;
    height: 30px;
    line-height: 32px;
    padding-left: 10px;
}

    .licn-group-lists h4 i {
        font-size: 16px;
        vertical-align: -1px;
        color: #add8e6;
    }

.licn-group-lists .dbf-dlist {
    padding: 10px;
    position: absolute;
    bottom: 0px;
    top: 30px;
    left: 0px;
    right: 0px;
}

    .licn-group-lists .dbf-dlist .head-table {
        height: 30px;
        text-align: center;
        color: #333;
        font-weight: normal;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 17px;
        bottom: 0px;
        z-index: 10;
    }

        .licn-group-lists .dbf-dlist .head-table table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            border-top: 0;
            font-weight: bold;
        }

            .licn-group-lists .dbf-dlist .head-table table thead tr th:first-child {
                border-left: 0;
            }

    .licn-group-lists .dbf-dlist .body-table {
        text-align: left;
        color: #333;
        position: absolute;
        top: 50px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 5px;
        overflow-y: auto;
        background-color: #fff;
        border-top: 1px solid #ddd;
    }

        .licn-group-lists .dbf-dlist .body-table table {
            margin-bottom: 10px;
            table-layout: fixed;
        }

            .licn-group-lists .dbf-dlist .body-table table tbody tr {
                position: relative;
            }

                .licn-group-lists .dbf-dlist .body-table table tbody tr:nth-child(2n) {
                    background-color: #f8f8ff;
                }

                .licn-group-lists .dbf-dlist .body-table table tbody tr td {
                    height: 30px;
                    line-height: 30px;
                    border: 1px solid #c5c5c5;
                    color: #333;
                    text-align: left;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding-left: 5px;
                    padding-right: 5px;
                }

                    .licn-group-lists .dbf-dlist .body-table table tbody tr td:first-child {
                        border-right: 0;
                    }

                    .licn-group-lists .dbf-dlist .body-table table tbody tr td:last-child {
                        text-align: center;
                        border-left: 0;
                    }

                .licn-group-lists .dbf-dlist .body-table table tbody tr:hover td {
                    background-color: #f3f3f3;
                    color: #6495ed;
                }

                .licn-group-lists .dbf-dlist .body-table table tbody tr td a.click-active {
                    background-color: #f0f8ff;
                    font-weight: bold;
                    text-decoration: underline;
                    color: #4169e1;
                }

                .licn-group-lists .dbf-dlist .body-table table tbody tr.click-active td {
                    background-color: #f0f8ff;
                }

                    .licn-group-lists .dbf-dlist .body-table table tbody tr.click-active td span {
                        font-weight: bold;
                        text-decoration: underline;
                        color: #4169e1;
                    }

                .licn-group-lists .dbf-dlist .body-table table tbody tr td span {
                    cursor: pointer;
                }

.licn-group-lists .form-group label {
    padding-left: 0px;
    color: #666;
}

.licn-group-lists .form-group .form-control {
    width: 80%;
    background-color: #eee;
    font-weight: bold;
    font-family: "굴림";
}

.licn-group-lists .dbf-dlist .body-table table tbody tr td .lincon-btn {
    vertical-align: middle;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    border: 0px solid #999;
    border-radius: 3px;
    padding: 0;
    background-color: transparent;
    opacity: 0.85;
    color: #999;
}

    .licn-group-lists .dbf-dlist .body-table table tbody tr td .lincon-btn i {
        font-size: 13px;
        text-indent: 0;
        display: block;
    }

    .licn-group-lists .dbf-dlist .body-table table tbody tr td .lincon-btn:hover {
        border: 0px solid #157EFB;
        opacity: 1;
        color: #3891fb;
    }

.licn-group-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn {
    vertical-align: middle;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    border: 0px solid #999;
    border-radius: 3px;
    padding: 0;
    background-color: transparent;
    opacity: 0.85;
    color: #999;
}

    .licn-group-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn i {
        font-size: 13px;
        text-indent: 0;
        display: block;
    }

    .licn-group-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn:hover {
        color: #ff4c37;
        border: 0px solid #ff4c37;
        opacity: 1;
    }

.licn-group-lists h4 .set-editbtn {
    position: absolute;
    top: 0;
    right: 5px;
}

    .licn-group-lists h4 .set-editbtn button i {
        text-indent: 0;
        font-size: 12px;
        color: #fff;
    }

    .licn-group-lists h4 .set-editbtn button {
        background-color: #464854;
        padding: 0px 12px;
        border: 0;
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
        height: 21px;
        line-height: 20px;
    }

        .licn-group-lists h4 .set-editbtn button:hover {
            background-color: #4084cd;
        }

.con-lic-dlist .cts-list-table ul .licn-runs-lists {
    position: absolute;
    border: 1px solid #ddd;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0px;
}

.licn-runs-lists h4 {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e3e3e3;
    height: 30px;
    line-height: 32px;
    padding-left: 10px;
}

    .licn-runs-lists h4 i {
        font-size: 16px;
        vertical-align: -1px;
        color: #add8e6;
    }

.licn-runs-lists .dbf-dlist {
    padding: 10px;
    position: absolute;
    bottom: 0px;
    top: 30px;
    left: 0px;
    right: 0px;
}

    .licn-runs-lists .dbf-dlist .head-table {
        height: 30px;
        text-align: center;
        color: #333;
        font-weight: normal;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 17px;
        bottom: 0px;
        z-index: 10;
    }

        .licn-runs-lists .dbf-dlist .head-table table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            border-top: 0;
            font-weight: bold;
        }

            .licn-runs-lists .dbf-dlist .head-table table thead tr th:first-child {
                border-left: 0;
            }

    .licn-runs-lists .dbf-dlist .body-table {
        text-align: left;
        color: #333;
        position: absolute;
        top: 50px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 10px;
        overflow-y: auto;
        background-color: #fff;
        border-top: 1px solid #ddd;
    }

        .licn-runs-lists .dbf-dlist .body-table table {
            margin-bottom: 10px;
            table-layout: fixed;
        }

            .licn-runs-lists .dbf-dlist .body-table table tbody tr:nth-child(2n) {
                background-color: #f8f8ff;
            }

            .licn-runs-lists .dbf-dlist .body-table table tbody tr td {
                height: 30px;
                line-height: 30px;
                border: 1px solid #c5c5c5;
                color: #333;
                text-align: center;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .licn-runs-lists .dbf-dlist .body-table table tbody tr td:first-child {
                    border-right: 0;
                }

                .licn-runs-lists .dbf-dlist .body-table table tbody tr td:last-child {
                    text-align: center;
                }

            .licn-runs-lists .dbf-dlist .body-table table tbody tr:hover td:first-child {
                background-color: #f3f3f3;
                color: #4169e1;
                cursor: pointer;
            }

            .licn-runs-lists .dbf-dlist .body-table table tbody tr:hover td {
                background-color: #f3f3f3;
            }

            .licn-runs-lists .dbf-dlist .body-table table tbody tr td a.click-active {
                background-color: #f0f8ff;
                font-weight: bold;
                text-decoration: underline;
                color: #4169e1;
            }

            .licn-runs-lists .dbf-dlist .body-table table tbody .click-active td {
                background-color: #f0f8ff;
                font-weight: bold;
                color: #4169e1;
            }

            .licn-runs-lists .dbf-dlist .body-table table tbody .click-active:hover td {
                background-color: f3f3f3;
            }

            .licn-runs-lists .dbf-dlist .body-table table tbody tr.click-active td span {
            }

            .licn-runs-lists .dbf-dlist .body-table table tbody tr td span {
                cursor: pointer;
            }

            .licn-runs-lists .dbf-dlist .body-table table tbody tr.discard-license td:first-child {
                text-decoration: line-through;
            }

            .licn-runs-lists .dbf-dlist .body-table table tbody tr.discard-license td {
                color: #b22222;
            }

            .licn-runs-lists .dbf-dlist .body-table table tbody tr.discard-license:hover td {
                color: #b22222;
            }

.licn-runs-lists .form-group label {
    padding-left: 0px;
    color: #666;
}

.licn-runs-lists .form-group .form-control {
    width: 80%;
    background-color: #eee;
    font-weight: bold;
    font-family: "굴림";
}

.licn-runs-lists .dbf-dlist .body-table table tbody tr td .lincon-btn {
    vertical-align: middle;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    border: 0px solid #999;
    border-radius: 3px;
    padding: 0;
    background-color: transparent;
    opacity: 0.85;
    color: #999;
}

    .licn-runs-lists .dbf-dlist .body-table table tbody tr td .lincon-btn i {
        font-size: 13px;
        text-indent: 0;
        display: block;
    }

    .licn-runs-lists .dbf-dlist .body-table table tbody tr td .lincon-btn:hover {
        border: 0px solid #157EFB;
        opacity: 1;
        color: #3891fb;
    }

.licn-runs-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn {
    vertical-align: middle;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    border: 0px solid #999;
    border-radius: 3px;
    padding: 0;
    background-color: transparent;
    opacity: 0.85;
    color: #999;
}

    .licn-runs-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn i {
        font-size: 13px;
        text-indent: 0;
        display: block;
    }

    .licn-runs-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn:hover {
        color: #ff4c37;
        border: 0px solid #ff4c37;
        opacity: 1;
    }

.licn-runs-lists h4 .set-editbtn {
    position: absolute;
    top: 0;
    right: 5px;
}

    .licn-runs-lists h4 .set-editbtn button i {
        text-indent: 0;
        font-size: 12px;
        color: #fff;
    }

    .licn-runs-lists h4 .set-editbtn button {
        background-color: #464854;
        padding: 0px 12px;
        border: 0;
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
        height: 21px;
        line-height: 20px;
    }

        .licn-runs-lists h4 .set-editbtn button:hover {
            background-color: #4084cd;
        }

/* 이용권 추적 상세 */
.cl-runs-det {
    padding: 10px;
}

    .cl-runs-det table {
        margin-bottom: 10px;
    }

.form-run {
    overflow: hidden;
    padding: 12px 0;
}

    .form-run label {
        float: left;
        width: 20%;
        padding-top: 7px;
        font-weight: bold;
        color: #666;
    }

.run-control {
    float: left;
    display: block;
    width: 77%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #4169e1;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #eee;
    font-weight: bold;
}

.catset-editbtn {
    position: absolute;
    top: 42px;
    left: 15px;
}

    .catset-editbtn button i {
        text-indent: 0;
        font-size: 12px;
        color: #fff;
    }

    .catset-editbtn button {
        background-color: #4084cd;
        padding: 0px 12px;
        border: 0;
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
        height: 29px;
        line-height: 20px;
        opacity: 0.9;
    }

        .catset-editbtn button:hover {
            opacity: 1;
        }

.con-lic-dlist .cts-list-table ul .prot-lists {
    position: absolute;
    border: 1px solid #ddd;
    top: 0px;
    left: 54%;
    right: 0px;
    bottom: 0px;
    margin-left: 10px;
}

.prot-lists h4 {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e3e3e3;
    height: 30px;
    line-height: 32px;
    padding-left: 10px;
}

    .prot-lists h4 i {
        font-size: 16px;
        vertical-align: -1px;
        color: #add8e6;
    }

.licn-group-lists h4 .licen-count-edi {
    background-color: #1e90ff;
    padding: 0px 4px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 17px;
    line-height: 18px;
}

    .licn-group-lists h4 .licen-count-edi .fa-plus {
        font-size: 10px;
        color: #fff;
    }

.prot-lists h4 .licen-count-edi {
    background-color: #1e90ff;
    padding: 0px 4px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 17px;
    line-height: 18px;
}

    .prot-lists h4 .licen-count-edi .fa-plus {
        font-size: 10px;
        color: #fff;
    }

.prot-lists .dbf-dlist {
    padding: 10px;
    position: absolute;
    bottom: 0px;
    top: 30px;
    left: 0px;
    right: 0px;
}

    .prot-lists .dbf-dlist .head-table {
        height: 30px;
        text-align: center;
        color: #333;
        font-weight: normal;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 17px;
        bottom: 0px;
        z-index: 10;
    }

        .prot-lists .dbf-dlist .head-table table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            border-top: 0;
            font-weight: bold;
        }

            .prot-lists .dbf-dlist .head-table table thead tr th:first-child {
                border-left: 0;
            }

    .prot-lists .dbf-dlist .body-table {
        text-align: left;
        color: #333;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 5px;
        overflow-y: auto;
        background-color: #fff;
    }

        .prot-lists .dbf-dlist .body-table table {
            margin-bottom: 10px;
        }

            .prot-lists .dbf-dlist .body-table table tbody tr:nth-child(2n) {
                background-color: #f8f8ff;
            }

            .prot-lists .dbf-dlist .body-table table tbody tr td {
                height: 30px;
                line-height: 30px;
                border: 1px solid #c5c5c5;
                color: #333;
                text-align: center;
                padding-left: 5px;
                padding-right: 5px;
                position: static;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .prot-lists .dbf-dlist .body-table table tbody tr td span {
                    white-space: nowrap;
                }

                .prot-lists .dbf-dlist .body-table table tbody tr td:first-child {
                    text-align: left;
                    cursor: pointer;
                }

                .prot-lists .dbf-dlist .body-table table tbody tr td a {
                    color: #333;
                    display: block;
                    padding-left: 5px;
                    padding-right: 5px;
                }

            .prot-lists .dbf-dlist .body-table table tbody tr:hover td {
                background-color: #f3f3f3;
            }

            .prot-lists .dbf-dlist .body-table table tbody tr td:first-child span:hover {
                color: #6495ed;
            }

            .prot-lists .dbf-dlist .body-table table tbody tr.click-active {
                background-color: #f0f8ff;
            }

                .prot-lists .dbf-dlist .body-table table tbody tr.click-active td:first-child span {
                    color: #4169e1;
                    font-weight: bold;
                    text-decoration: underline;
                }

            .prot-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn {
                vertical-align: middle;
                width: 23px;
                height: 23px;
                box-sizing: border-box;
                border: 0px solid #999;
                border-radius: 3px;
                padding: 0;
                background-color: transparent;
                opacity: 0.85;
                color: #999;
            }

                .prot-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn i {
                    font-size: 13px;
                    text-indent: 0;
                    display: block;
                }

                .prot-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn:hover {
                    color: #ff4c37;
                    border: 0px solid #ff4c37;
                    opacity: 1;
                }

.prot-lists .form-group label {
    padding-left: 0px;
    color: #666;
}

.prot-lists .form-group .form-control {
    width: 80%;
    background-color: #eee;
    font-weight: bold;
    font-family: "굴림";
}

.ctd-list-area {
    position: absolute;
    left: 43%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: 10px;
}

.ctd-info {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px; /*background-color:#f0f0f0; border:1px solid #ddd; padding:5px;*/
}

    .ctd-info table {
        table-layout: fixed;
    }

        .ctd-info table thead tr th {
            height: 30px;
            line-height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            border: 1px solid #c5c5c5;
            font-weight: bold;
        }

            .ctd-info table thead tr th .licen-count-edi {
                background-color: #1e90ff;
                padding: 0px 4px;
                border: 0;
                border-radius: 3px;
                color: #fff;
                cursor: pointer;
                height: 17px;
                line-height: 18px;
            }

                .ctd-info table thead tr th .licen-count-edi i {
                    font-size: 10px;
                }

        .ctd-info table tbody tr td {
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #c5c5c5;
            color: #555;
            background-color: #fff;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .ctd-info .ctd-info-memo {
        width: 100%;
        border: 1px solid #c5c5c5;
        height: 60px;
        margin-top: 5px;
        padding: 5px;
        background-color: #f5f5dc;
    }

.con-lic-dlist .ctd-list-table {
    position: absolute;
    top: 75px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .con-lic-dlist .ctd-list-table table thead tr th {
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #e6e6e6;
        color: #555;
        border: 1px solid #c5c5c5;
        font-weight: bold;
        border-top: 0;
        border-left: 0;
    }

    .con-lic-dlist .ctd-list-table table tbody tr td {
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #c5c5c5;
        border-left: 0;
        color: #333;
    }

    .con-lic-dlist .ctd-list-table table thead tr th label {
        display: block;
    }

    .con-lic-dlist .ctd-list-table table tbody tr td label {
        display: block;
    }

    .con-lic-dlist .ctd-list-table table thead tr th label input[type=checkbox] {
        vertical-align: -2px;
    }

    .con-lic-dlist .ctd-list-table table tbody tr td label input[type=checkbox] {
        vertical-align: -2px;
    }
    /*.con-lic-dlist .ctd-list-table table tbody tr:nth-child(2n) {background-color:#f8f8ff;}*/
    .con-lic-dlist .ctd-list-table table tbody tr:nth-child(2n) {
        background-color: #f8f8ff;
    }

    .con-lic-dlist .ctd-list-table table tbody tr td .del-btn {
        vertical-align: middle;
        width: 26px;
        height: 26px;
        box-sizing: border-box;
        border: 1px solid #A2B4CA;
        border-radius: 3px;
        padding: 0;
        background-color: #FCFCFC;
        opacity: 0.85;
        color: #ff4c37;
        float: left;
        margin-left: 5px;
    }

        .con-lic-dlist .ctd-list-table table tbody tr td .del-btn i {
            font-size: 14px;
            text-indent: 0;
            display: block;
        }

        .con-lic-dlist .ctd-list-table table tbody tr td .del-btn:hover {
            color: #ff4c37;
            border: 1px solid #ff4c37;
            opacity: 1;
        }

    .con-lic-dlist .ctd-list-table table tbody tr td a {
        color: #333;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .con-lic-dlist .ctd-list-table table tbody tr td a:hover {
            background-color: #f3f3f3;
            color: #333;
        }

        .con-lic-dlist .ctd-list-table table tbody tr td a.click-active {
            background-color: #f0f8ff;
            font-weight: bold;
        }

    .con-lic-dlist .ctd-list-table table tbody tr td i {
        font-size: 14px;
        cursor: pointer;
        padding: 0 3px;
        vertical-align: -2px;
        color: #666;
    }

        .con-lic-dlist .ctd-list-table table tbody tr td i:hover {
            color: #4084cd;
        }

    .con-lic-dlist .ctd-list-table table tbody tr.use-license {
        background-color: #faf0e6;
    }

    .con-lic-dlist .ctd-list-table table tbody tr.select-license {
        background-color: #f6f9fe;
    }

    .con-lic-dlist .ctd-list-table table tbody tr.discard-license { /*background-color:#f6f9fe;*/
    }

        .con-lic-dlist .ctd-list-table table tbody tr.discard-license td {
            color: #b22222;
        }

            .con-lic-dlist .ctd-list-table table tbody tr.discard-license td:nth-child(3) {
                text-decoration: line-through;
            }

    .con-lic-dlist .ctd-list-table table tbody tr:first-child td {
        border-top: 0;
    }

    .con-lic-dlist .ctd-list-table table tbody tr.use-license td {
        color: #888;
    }

        .con-lic-dlist .ctd-list-table table tbody tr.use-license td i {
            color: #bbb;
            cursor: not-allowed;
        }

    .con-lic-dlist .ctd-list-table .licen-tabbtn {
        border-bottom: 1px solid #ddd;
        height: 30px;
        padding-left: 5px;
        padding-top: 4px;
        padding-right: 5px;
        text-align: right;
        background-color: #f0f0f0;
    }

    .con-lic-dlist .ctd-list-table .licen-htop {
        z-index: 10;
        position: absolute;
        right: 23px;
        left: 5px;
        top: 0px;
        border: 1px solid #c5c5c5;
        border-right: 0;
        border-bottom: 0;
    }

    .con-lic-dlist .ctd-list-table .licen-hlist {
        position: absolute;
        top: 0px;
        left: 5px;
        right: 5px;
        overflow-y: scroll;
        padding-top: 31px;
        bottom: 5px;
        border: 1px solid #c5c5c5;
    }

.con-lic-dlist .licen-btn {
    height: 30px;
    padding-left: 5px;
    padding-top: 7px;
    padding-right: 7px;
    text-align: left;
}

.licen-btn button {
    background-color: #a9a9a9;
    padding: 0px 12px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    height: 21px;
    line-height: 20px;
}

    .licen-btn button:hover {
        background-color: #4084cd;
    }

.lic-sel-area {
}

.lic-useform {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    font-weight: bold;
    margin-top: 2px;
}

.runs-list-area {
    position: absolute;
    left: 35%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: 10px;
}

.runs-info {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px; /*background-color:#f0f0f0; border:1px solid #ddd; padding:5px;*/
}

    .runs-info table {
        table-layout: fixed;
    }

        .runs-info table thead tr th {
            height: 30px;
            line-height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            border: 1px solid #c5c5c5;
            font-weight: bold;
        }

            .runs-info table thead tr th .licen-count-edi {
                background-color: #1e90ff;
                padding: 0px 4px;
                border: 0;
                border-radius: 3px;
                color: #fff;
                cursor: pointer;
                height: 17px;
                line-height: 18px;
            }

                .runs-info table thead tr th .licen-count-edi i {
                    font-size: 10px;
                }

        .runs-info table tbody tr td {
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #c5c5c5;
            color: #555;
            background-color: #fff;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .runs-info .ctd-info-memo {
        width: 100%;
        border: 1px solid #c5c5c5;
        height: 60px;
        margin-top: 5px;
        padding: 5px;
        background-color: #f5f5dc;
    }

.con-lic-dlist .runs-list-table {
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    overflow-y: auto;
}

    .con-lic-dlist .runs-list-table table thead tr th {
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #e6e6e6;
        color: #555;
        border: 1px solid #c5c5c5;
    }

    .con-lic-dlist .runs-list-table table tbody tr th {
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #e6e6e6;
        color: #555;
        border: 1px solid #c5c5c5;
    }

    .con-lic-dlist .runs-list-table table tbody tr td {
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #c5c5c5;
        color: #333;
    }

    .con-lic-dlist .runs-list-table table:first-child tbody tr td {
        text-align: left;
        text-indent: 10px;
    }

    .con-lic-dlist .runs-list-table ul {
        overflow: hidden;
        border: 2px dotted #c5c5c5;
        padding: 10px;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 170px;
        bottom: 10px;
        overflow-y: auto;
        background-color: #f9f9f9;
    }

        .con-lic-dlist .runs-list-table ul li {
            height: 30px;
            line-height: 30px;
            letter-spacing: 1px;
        }

            .con-lic-dlist .runs-list-table ul li span:first-child {
                padding-left: 20px;
                padding-right: 20px;
            }

            .con-lic-dlist .runs-list-table ul li span:last-child {
                padding-left: 0px;
            }

            .con-lic-dlist .runs-list-table ul li label {
                font-weight: bold;
                color: #d2691e;
            }

    .con-lic-dlist .runs-list-table table thead tr th label {
        display: block;
    }

    .con-lic-dlist .runs-list-table table tbody tr td label {
        display: block;
    }

    .con-lic-dlist .runs-list-table table thead tr th label input[type=checkbox] {
        vertical-align: -2px;
    }

    .con-lic-dlist .runs-list-table table tbody tr td label input[type=checkbox] {
        vertical-align: -2px;
    }

    .con-lic-dlist .runs-list-table table tbody tr td .del-btn {
        vertical-align: middle;
        width: 26px;
        height: 26px;
        box-sizing: border-box;
        border: 1px solid #A2B4CA;
        border-radius: 3px;
        padding: 0;
        background-color: #FCFCFC;
        opacity: 0.85;
        color: #ff4c37;
        float: left;
        margin-left: 5px;
    }

        .con-lic-dlist .runs-list-table table tbody tr td .del-btn i {
            font-size: 14px;
            text-indent: 0;
            display: block;
        }

        .con-lic-dlist .runs-list-table table tbody tr td .del-btn:hover {
            color: #ff4c37;
            border: 1px solid #ff4c37;
            opacity: 1;
        }

    .con-lic-dlist .runs-list-table table tbody tr td a {
        color: #333;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .con-lic-dlist .runs-list-table table tbody tr td a:hover {
            background-color: #f3f3f3;
            color: #333;
        }

        .con-lic-dlist .runs-list-table table tbody tr td a.click-active {
            background-color: #f0f8ff;
            font-weight: bold;
        }

    .con-lic-dlist .runs-list-table table tbody tr td i {
        font-size: 14px;
        cursor: pointer;
        padding: 0 3px;
        vertical-align: -2px;
        color: #666;
    }

        .con-lic-dlist .runs-list-table table tbody tr td i:hover {
            color: #4084cd;
        }

    .con-lic-dlist .runs-list-table table tbody tr.use-license {
        background-color: #faf0e6;
    }

    .con-lic-dlist .runs-list-table table tbody tr.select-license {
        background-color: #f6f9fe;
    }

    .con-lic-dlist .runs-list-table table tbody tr.discard-license { /*background-color:#f6f9fe;*/
    }

        .con-lic-dlist .runs-list-table table tbody tr.discard-license td {
            color: #b22222;
        }

            .con-lic-dlist .runs-list-table table tbody tr.discard-license td:nth-child(3) {
                text-decoration: line-through;
            }

    .con-lic-dlist .runs-list-table table tbody tr:first-child td {
    }

    .con-lic-dlist .runs-list-table table tbody tr.use-license td {
        color: #888;
    }

        .con-lic-dlist .runs-list-table table tbody tr.use-license td i {
            color: #bbb;
            cursor: not-allowed;
        }

    .con-lic-dlist .runs-list-table .licen-tabbtn {
        border-bottom: 1px solid #ddd;
        height: 30px;
        padding-left: 5px;
        padding-top: 4px;
        padding-right: 5px;
        text-align: right;
        background-color: #f0f0f0;
    }

    .con-lic-dlist .runs-list-table .licen-htop {
        z-index: 10;
        position: absolute;
        right: 23px;
        left: 5px;
        top: 0px;
        border: 1px solid #c5c5c5;
        border-right: 0;
        border-bottom: 0;
    }

    .con-lic-dlist .runs-list-table .licen-hlist {
        position: absolute;
        top: 0px;
        left: 5px;
        right: 5px;
        overflow-y: scroll;
        padding-top: 31px;
        bottom: 5px;
        border: 1px solid #c5c5c5;
    }

.con-lic-dlist .runs-list-area h4 {
    background-color: #f0f0f0;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    height: 30px;
    line-height: 32px;
    padding-left: 10px;
}

    .con-lic-dlist .runs-list-area h4 i {
        font-size: 16px;
        vertical-align: -1px;
        color: #add8e6;
    }

.mdcate-tlist .cate-plus {
}

    .mdcate-tlist .cate-plus ul.plus-wr {
        overflow: hidden;
        float: left;
    }

        .mdcate-tlist .cate-plus ul.plus-wr li:first-child {
            width: 400px;
            padding-right: 5px;
        }

    .mdcate-tlist .cate-plus ul.plus-wrbn {
        overflow: hidden;
        float: right
    }

    .mdcate-tlist .cate-plus ul li input[type="text"] {
        border: 2px solid #6495ed;
        padding: 0.3rem 0.75rem;
        border-radius: 0.25rem;
        width: 100%;
    }

    .mdcate-tlist .cate-plus ul li .cate-memotx {
        width: 395px;
        height: 57px;
        margin-top: 5px;
        display: block;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #7b8a8b;
        background-color: #fff;
        border: 1px solid #999;
    }

    .mdcate-tlist .cate-plus ul li.set-editbtn { /*position:absolute; top:0; right:5px;*/
    }

        .mdcate-tlist .cate-plus ul li.set-editbtn button i {
            text-indent: 0;
        }

        .mdcate-tlist .cate-plus ul li.set-editbtn button {
            background-color: #4084cd;
            padding: 0px 13px;
            border: 0;
            border-radius: 2px;
            color: #fff;
            cursor: pointer;
            height: 90px;
        }

.mdcate-tlist .cate-plus-list {
    position: absolute;
    top: 130px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
    padding: 5px;
    border-top: 1px solid #c5c5c5;
}

    .mdcate-tlist .cate-plus-list table {
        margin-bottom: 5px;
    }

        .mdcate-tlist .cate-plus-list table tbody tr:nth-child(2n-1) {
            background-color: #f8f8ff;
        }

.use-cate-onin .li-onin .grcate-tlist .cate-plus ul {
    overflow: hidden;
}

    .use-cate-onin .li-onin .grcate-tlist .cate-plus ul li {
        float: left;
    }

        .use-cate-onin .li-onin .grcate-tlist .cate-plus ul li:first-child {
            width: 210px;
            padding-right: 5px;
        }

        .use-cate-onin .li-onin .grcate-tlist .cate-plus ul li input[type="text"] {
            border: 2px solid #6495ed;
            padding: 0.3rem 0.75rem;
            border-radius: 0.25rem;
            width: 100%;
        }

        .use-cate-onin .li-onin .grcate-tlist .cate-plus ul li.set-editbtn { /*position:absolute; top:0; right:5px;*/
        }

            .use-cate-onin .li-onin .grcate-tlist .cate-plus ul li.set-editbtn button i {
                text-indent: 0;
            }

            .use-cate-onin .li-onin .grcate-tlist .cate-plus ul li.set-editbtn button {
                background-color: #4084cd;
                padding: 0px 12px;
                border: 0;
                border-radius: 2px;
                color: #fff;
                cursor: pointer;
                height: 27px;
            }

.use-cate-onin .li-onin .grcate-tlist .cate-plus-list {
    position: absolute;
    top: 39px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
    padding: 5px;
    border-top: 1px solid #c5c5c5;
}

    .use-cate-onin .li-onin .grcate-tlist .cate-plus-list table {
        margin-bottom: 5px;
    }

.use-cate-onin .li-onin .grcate-prodlist {
    overflow-y: auto;
    padding: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .use-cate-onin .li-onin .grcate-prodlist table {
        margin-bottom: 5px;
    }

        .use-cate-onin .li-onin .grcate-prodlist table thead tr th {
            height: 30px;
            line-height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            border: 1px solid #c5c5c5;
            font-weight: bold;
        }

        .use-cate-onin .li-onin .grcate-prodlist table tbody tr:nth-child(2n) {
            background-color: #f8f8ff;
        }

        .use-cate-onin .li-onin .grcate-prodlist table tbody tr td input[type="text"] {
            border: 0;
            width: 100%;
            height: 100%;
            background-color: transparent;
            padding-left: 5px;
            padding-right: 5px;
        }

        .use-cate-onin .li-onin .grcate-prodlist table tbody tr td {
            height: 30px;
            line-height: 30px;
            border: 1px solid #c5c5c5;
            color: #333;
            text-align: center;
        }

            .use-cate-onin .li-onin .grcate-prodlist table tbody tr td a {
                color: #333;
                display: block;
                padding-left: 5px;
                padding-right: 5px;
            }
                /*.use-cate-onin .li-onin .grcate-prodlist table tbody tr:hover td {background-color:#f3f3f3; color:#6495ed; text-decoration:underline;}
.use-cate-onin .li-onin .grcate-prodlist table tbody tr td a:hover {background-color:#f3f3f3; color:#6495ed; text-decoration:underline;}*/
                .use-cate-onin .li-onin .grcate-prodlist table tbody tr td a.click-active {
                    background-color: #f0f8ff;
                    font-weight: bold;
                    text-decoration: underline;
                    color: #4169e1;
                }

        .use-cate-onin .li-onin .grcate-prodlist table tbody tr.click-active td {
            background-color: #f0f8ff;
        }

            .use-cate-onin .li-onin .grcate-prodlist table tbody tr.click-active td a {
                background-color: #f0f8ff;
                font-weight: bold;
                text-decoration: underline;
                color: #4169e1;
            }

        .use-cate-onin .li-onin .grcate-prodlist table tbody tr.edit-cate-title td {
            border: 1px solid #c5c5c5;
        }

            .use-cate-onin .li-onin .grcate-prodlist table tbody tr.edit-cate-title td input {
                background-color: #fafad2;
            }

        .use-cate-onin .li-onin .grcate-prodlist table tbody tr td .lincon-btn {
            vertical-align: middle;
            width: 23px;
            height: 23px;
            box-sizing: border-box;
            border: 0px solid #999;
            border-radius: 3px;
            padding: 0;
            background-color: transparent;
            opacity: 0.85;
            color: #999;
        }

            .use-cate-onin .li-onin .grcate-prodlist table tbody tr td .lincon-btn i {
                font-size: 13px;
                text-indent: 0;
                display: block;
            }

            .use-cate-onin .li-onin .grcate-prodlist table tbody tr td .lincon-btn:hover {
                border: 0px solid #157EFB;
                opacity: 1;
                color: #3891fb;
            }

        .use-cate-onin .li-onin .grcate-prodlist table tbody tr td .lincdel-btn {
            vertical-align: middle;
            width: 23px;
            height: 23px;
            box-sizing: border-box;
            border: 0px solid #999;
            border-radius: 3px;
            padding: 0;
            background-color: transparent;
            opacity: 0.85;
            color: #999;
        }

            .use-cate-onin .li-onin .grcate-prodlist table tbody tr td .lincdel-btn i {
                font-size: 13px;
                text-indent: 0;
                display: block;
            }

            .use-cate-onin .li-onin .grcate-prodlist table tbody tr td .lincdel-btn:hover {
                color: #ff4c37;
                border: 0px solid #ff4c37;
                opacity: 1;
            }

    .use-cate-onin .li-onin .grcate-prodlist .cate-plus ul {
        overflow: hidden;
    }

        .use-cate-onin .li-onin .grcate-prodlist .cate-plus ul li {
            float: left;
        }

            .use-cate-onin .li-onin .grcate-prodlist .cate-plus ul li:first-child {
                width: 210px;
                padding-right: 5px;
            }

            .use-cate-onin .li-onin .grcate-prodlist .cate-plus ul li input[type="text"] {
                border: 2px solid #6495ed;
                padding: 0.3rem 0.75rem;
                border-radius: 0.25rem;
                width: 100%;
            }

            .use-cate-onin .li-onin .grcate-prodlist .cate-plus ul li.set-editbtn { /*position:absolute; top:0; right:5px;*/
            }

                .use-cate-onin .li-onin .grcate-prodlist .cate-plus ul li.set-editbtn button i {
                    text-indent: 0;
                }

                .use-cate-onin .li-onin .grcate-prodlist .cate-plus ul li.set-editbtn button {
                    background-color: #4084cd;
                    padding: 0px 12px;
                    border: 0;
                    border-radius: 2px;
                    color: #fff;
                    cursor: pointer;
                    height: 27px;
                }

    .use-cate-onin .li-onin .grcate-prodlist .cate-plus-list {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        overflow-y: auto;
        padding: 5px;
    }

        .use-cate-onin .li-onin .grcate-prodlist .cate-plus-list table {
            margin-bottom: 5px;
        }

/* 이용권 상태별 탭메뉴 */
.licen-coun-tabs {
    overflow: hidden;
    position: absolute;
    top: 4px;
}

    .licen-coun-tabs .licentabs-title {
        float: left;
        cursor: pointer;
        padding: 5px 15px;
        color: #777;
        border-radius: 5px 5px 0 0;
        background-color: #dcdcdc;
        margin-right: 3px; /*border: 1px solid #555;*/
        border-bottom: 0;
        line-height: normal;
    }

    .licen-coun-tabs .licentabs-active {
        cursor: pointer;
        display: block;
        border: 1px solid #777;
        border-bottom: 0;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
        color: #fff;
        text-shadow: 0px 1px 0px #666;
        background-color: #777;
        font-weight: bold;
    }

.licen-coun-item {
    position: absolute;
    top: 61px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
/*.licen-coun-item {display:none;}.licen-coun-active {display: block;}*/
.con-lic-dlist .licen-btn {
    height: 30px;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
    position: absolute;
    right: 6px;
    left: 6px; /*background-color: #f0f0f0; border:1px solid #c5c5c5; border-top:0;*/
}

/* 상품관리 */
.briefPopUp-modal.product-proplus {
    left: 50%;
    margin-left: -350px;
    width: 700px;
}

.product-proplus .cate-save {
    text-align: center;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    .product-proplus .cate-save .btn {
        display: inline-block;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: 0.375rem 1.75rem;
        font-size: 0.9375rem;
        line-height: 1.5;
        border-radius: 0.25rem;
    }

    .product-proplus .cate-save .btn-save {
        color: #fff;
        background-color: #4084CD;
        outline: none;
    }

    .product-proplus .cate-save .btn-preview {
        color: #fff;
        background-color: #999;
        outline: none;
    }

.product-plus {
    margin-left: 15px;
}

    .product-plus .product-plus-btn {
        background-color: #4084CD;
        padding: 8px 20px;
        border-radius: 5px;
        color: #fff;
        border: 0;
        outline: none;
        line-height: normal;
    }

.ctd-prolist-area {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

    .ctd-prolist-area .ctd-prolist-table {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: transparent;
        border: 0px solid #ddd;
    }

        .ctd-prolist-area .ctd-prolist-table table thead tr th {
            height: 30px;
            line-height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            border: 1px solid #c5c5c5;
            font-weight: bold;
        }

        .ctd-prolist-area .ctd-prolist-table table tbody tr td {
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #c5c5c5;
            color: #333;
        }

        .ctd-prolist-area .ctd-prolist-table table thead tr th label {
            display: block;
        }

        .ctd-prolist-area .ctd-prolist-table table tbody tr td label {
            display: block;
        }

        .ctd-prolist-area .ctd-prolist-table table thead tr th label input[type=checkbox] {
            vertical-align: -2px;
        }

        .ctd-prolist-area .ctd-prolist-table table tbody tr td label input[type=checkbox] {
            vertical-align: -2px;
        }

        .ctd-prolist-area .ctd-prolist-table table thead tr th label input[type=radio] {
            vertical-align: -2px;
        }

        .ctd-prolist-area .ctd-prolist-table table tbody tr td label input[type=radio] {
            vertical-align: -2px;
        }

        .ctd-prolist-area .ctd-prolist-table table tbody tr:nth-child(2n) {
            background-color: #f8f8ff;
        }

        .ctd-prolist-area .ctd-prolist-table table tbody tr.use-hot {
            background-color: #ffe4e1;
        }

        .ctd-prolist-area .ctd-prolist-table table tbody tr td .del-btn {
            vertical-align: middle;
            width: 26px;
            height: 26px;
            box-sizing: border-box;
            border: 1px solid #A2B4CA;
            border-radius: 3px;
            padding: 0;
            background-color: #FCFCFC;
            opacity: 0.85;
            color: #ff4c37;
            float: left;
            margin-left: 5px;
        }

            .ctd-prolist-area .ctd-prolist-table table tbody tr td .del-btn i {
                font-size: 14px;
                text-indent: 0;
                display: block;
            }

            .ctd-prolist-area .ctd-prolist-table table tbody tr td .del-btn:hover {
                color: #ff4c37;
                border: 1px solid #ff4c37;
                opacity: 1;
            }

        .ctd-prolist-area .ctd-prolist-table table tbody tr td a {
            color: #333;
            display: block;
            padding-left: 5px;
            padding-right: 5px;
        }

            .ctd-prolist-area .ctd-prolist-table table tbody tr td a:hover {
                background-color: #f3f3f3;
                color: #333;
            }

            .ctd-prolist-area .ctd-prolist-table table tbody tr td a.click-active {
                background-color: #f0f8ff;
                font-weight: bold;
            }

        .ctd-prolist-area .ctd-prolist-table table tbody tr td i {
            font-size: 14px;
            cursor: pointer;
            padding: 0 3px;
            vertical-align: -2px;
            color: #666;
        }

            .ctd-prolist-area .ctd-prolist-table table tbody tr td i:hover {
                color: #4084cd;
            }

        .ctd-prolist-area .ctd-prolist-table table tbody tr.use-license {
            background-color: #faf0e6;
        }

        .ctd-prolist-area .ctd-prolist-table table tbody tr.select-license {
            background-color: #f6f9fe;
        }

        .ctd-prolist-area .ctd-prolist-table table tbody tr.discard-license { /*background-color:#f6f9fe;*/
        }

            .ctd-prolist-area .ctd-prolist-table table tbody tr.discard-license td {
                color: #b22222;
            }

                .ctd-prolist-area .ctd-prolist-table table tbody tr.discard-license td:nth-child(3) {
                    text-decoration: line-through;
                }

        .ctd-prolist-area .ctd-prolist-table table tbody tr:first-child td {
            border-top: 0;
        }

        .ctd-prolist-area .ctd-prolist-table table tbody tr.use-license td {
            color: #888;
        }

            .ctd-prolist-area .ctd-prolist-table table tbody tr.use-license td i {
                color: #bbb;
                cursor: not-allowed;
            }

        .ctd-prolist-area .ctd-prolist-table .licen-tabbtn {
            border-bottom: 1px solid #ddd;
            height: 30px;
            background-color: #fafafa;
        }

        .ctd-prolist-area .ctd-prolist-table .licen-htop {
            z-index: 10;
            position: absolute;
            right: 23px;
            left: 5px;
            top: 0px;
            border: 1px solid #c5c5c5;
            border-right: 0;
            border-bottom: 0;
        }

        .ctd-prolist-area .ctd-prolist-table .licen-hlist {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            overflow-y: auto;
            padding-top: 0px;
            bottom: 0px;
            border: 0px solid #c5c5c5;
        }

        .ctd-prolist-area .ctd-prolist-table .licen-coun-item {
            position: absolute;
            top: 35px;
            left: 0px;
            right: 0px;
            bottom: 0px;
        }

        .ctd-prolist-area .ctd-prolist-table table tbody tr td .lincon-btn {
            vertical-align: middle;
            width: 23px;
            height: 23px;
            box-sizing: border-box;
            border: 0px solid #999;
            border-radius: 3px;
            padding: 0;
            background-color: transparent;
            opacity: 0.85;
            color: #999;
            outline: none;
        }

            .ctd-prolist-area .ctd-prolist-table table tbody tr td .lincon-btn i {
                font-size: 13px;
                text-indent: 0;
                display: block;
            }

            .ctd-prolist-area .ctd-prolist-table table tbody tr td .lincon-btn:hover {
                border: 0px solid #157EFB;
                opacity: 1;
                color: #3891fb;
            }

            .ctd-prolist-area .ctd-prolist-table table tbody tr td .lincon-btn i:hover {
                color: #3891fb;
            }

        .ctd-prolist-area .ctd-prolist-table table tbody tr td .lincdel-btn {
            vertical-align: middle;
            width: 23px;
            height: 23px;
            box-sizing: border-box;
            border: 0px solid #999;
            border-radius: 3px;
            padding: 0;
            background-color: transparent;
            opacity: 0.85;
            color: #999;
            outline: none;
        }

            .ctd-prolist-area .ctd-prolist-table table tbody tr td .lincdel-btn i {
                font-size: 13px;
                text-indent: 0;
                display: block;
            }

            .ctd-prolist-area .ctd-prolist-table table tbody tr td .lincdel-btn:hover {
                color: #ff4c37;
                border: 0px solid #ff4c37;
                opacity: 1;
            }

            .ctd-prolist-area .ctd-prolist-table table tbody tr td .lincdel-btn i:hover {
                color: #ff4c37;
            }

        .ctd-prolist-area .ctd-prolist-table table tbody tr td:nth-child(3) {
            text-align: left;
            text-indent: 20px;
        }

.prod-new-use {
    position: absolute;
    overflow-y: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #fff;
    border: 1px solid #777;
    padding: 20px;
}

    .prod-new-use .mdcate-tset {
        height: 30px;
        line-height: 30px;
        width: 100%;
        background-color: #999;
        border-bottom: 1px solid #333;
        color: #fff;
        text-indent: 5px;
    }

    .prod-new-use table tbody tr th {
        height: 30px;
        text-align: center;
        background-color: #e6e6e6;
        color: #555;
        font-weight: normal;
        border: 1px solid #c5c5c5;
        font-weight: bold;
        width: 80px;
    }

    .prod-new-use table tbody tr td {
        height: 30px;
        line-height: 30px;
        text-align: left;
        border: 1px solid #c5c5c5;
        color: #333;
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
    }

    .prod-new-use .cate-date {
        overflow: hidden;
        clear: both;
        position: relative;
    }

        .prod-new-use .cate-date .fd-gds {
            float: left;
        }

            .prod-new-use .cate-date .fd-gds .date-selbtn {
                float: left;
                margin-left: 37px;
                margin-bottom: 20px;
            }

                .prod-new-use .cate-date .fd-gds .date-selbtn button {
                    padding: 0.375rem 0.75rem;
                    border: 1px solid #ddd;
                    border-radius: 5px;
                    background-color: #f0f0f0;
                }

                    .prod-new-use .cate-date .fd-gds .date-selbtn button:hover {
                        background-color: #6495ed;
                        color: #fff;
                        border-color: #6495ed;
                    }

        .prod-new-use .cate-date .fd-gde {
            float: left;
            margin-left: 50px;
        }

        .prod-new-use .cate-date .fd-gds input {
            width: 150px;
            height: 30px;
            margin-left: 10px;
            margin-bottom: 20px;
            border: 1px solid #d4d7db;
            border-radius: 0.25rem;
        }

        .prod-new-use .cate-date .fd-gde input {
            width: 150px;
            height: 30px;
            margin-left: 37px;
            margin-bottom: 20px;
            border: 1px solid #d4d7db;
            border-radius: 0.25rem;
        }

        .prod-new-use .cate-date label {
            color: #333;
            padding-left: 10px;
            float: left;
            padding-top: 7px;
            font-weight: bold;
        }

        .prod-new-use .cate-date .gds label {
            font-weight: normal;
            float: none;
            padding-top: 9px;
        }

        .prod-new-use .cate-date .ggd {
            padding-top: 10px;
            padding-left: 10px;
            padding-right: 0;
        }

        .prod-new-use .cate-date .gde label {
            font-weight: normal;
            float: none;
            padding-top: 9px;
        }

    .prod-new-use .cate-txtar {
        width: 255px;
        height: 100px;
        margin-top: 10px;
        margin-left: 15px;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #7b8a8b;
        background-color: #fff;
        border: 1px solid #ced4da;
        clear: both;
    }

        .prod-new-use .cate-txtar:focus {
            color: #7b8a8b;
            background-color: #fff;
            border-color: #597ea2;
            outline: 0;
            -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
            box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
        }

    .prod-new-use .cate-paygroup {
        clear: both;
    }

        .prod-new-use .cate-paygroup label {
            float: left;
            padding-top: 7px;
            font-weight: bold;
            color: #333;
            padding-left: 10px;
            width: 25%;
        }

        .prod-new-use .cate-paygroup .rach-input {
            width: 73%;
            margin-bottom: 15px;
            float: left;
            display: block;
            padding: 0.375rem 0.75rem;
            padding-top: 0;
            padding-left: 0;
            line-height: 1.3;
            color: #333;
            background-color: #fff;
            border: 0px solid #ced4da;
            text-align: left;
        }

            .prod-new-use .cate-paygroup .rach-input label input[type="radio"]:checked + span {
                color: #dc143c;
            }

            .prod-new-use .cate-paygroup .rach-input label {
                cursor: pointer;
                padding-right: 5px;
                padding-left: 0;
            }

                .prod-new-use .cate-paygroup .rach-input label input {
                    vertical-align: -2px;
                    margin-right: 5px;
                }

                    .prod-new-use .cate-paygroup .rach-input label input[type="checkbox"]:checked + span {
                        color: #dc143c;
                    }

        .prod-new-use .cate-paygroup .pro-name {
            width: 70%;
            margin-bottom: 15px;
            float: left;
            display: block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #333;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            text-align: left;
        }

        .prod-new-use .cate-paygroup .form-payper {
            width: 69%;
            margin-bottom: 15px;
            float: left;
            display: block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #333;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            text-align: center;
        }
        /*.prod-new-use .cate-paygroup .form-payper:focus {color: #7b8a8b; background-color: #fff; border-color: #597ea2; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25); box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);}*/
        .prod-new-use .cate-paygroup .form-paywon {
            width: 32%;
            margin-left: 0px;
            float: left;
            margin-bottom: 15px;
            display: block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #333;
            background-color: #eee;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            text-align: center;
        }

        .prod-new-use .cate-paygroup .por-info {
            float: left;
            width: 73%;
        }

            .prod-new-use .cate-paygroup .por-info div {
                width: 100%;
                overflow: hidden;
            }

                .prod-new-use .cate-paygroup .por-info div label {
                    font-weight: normal;
                    width: auto;
                    padding-left: 0;
                    cursor: pointer;
                }

                    .prod-new-use .cate-paygroup .por-info div label span {
                        color: #777;
                        padding-top: 7px;
                        padding-right: 5px;
                    }

                    .prod-new-use .cate-paygroup .por-info div label input[type="checkbox"]:checked + span {
                        color: #ec1c23;
                    }

            .prod-new-use .cate-paygroup .por-info .pro-in-check {
                float: left;
                margin-right: 2px;
            }

            .prod-new-use .cate-paygroup .por-info .pro-name {
                width: 83%;
                margin-bottom: 5px;
                margin-top: 1px;
            }

            .prod-new-use .cate-paygroup .por-info .check-name {
                background-color: #ffe4e1;
            }

    .prod-new-use .cate-group {
        clear: both;
    }

        .prod-new-use .cate-group label {
            color: #666;
            padding-left: 13px;
            float: left;
            padding-top: 7px;
            font-weight: bold;
            color: #333;
            padding-left: 10px;
            width: 25%;
        }

        .prod-new-use .cate-group .gus {
            width: auto;
            margin-left: 0px;
        }

        .prod-new-use .cate-group .form-control {
            width: 60%;
            float: left;
            margin-left: 20px;
            margin-bottom: 15px;
            text-align: center;
        }

        .prod-new-use .cate-group .form-sel {
            width: 60%;
            margin-bottom: 15px;
            margin-left: 0px;
        }

    .prod-new-use .cate-paywon {
        clear: both;
    }

        .prod-new-use .cate-paywon label {
            float: left;
            padding-top: 7px;
            font-weight: bold;
            color: #333;
            padding-left: 10px;
            width: 25%;
        }

        .prod-new-use .cate-paywon span {
            float: left;
            padding-top: 7px;
            color: #777;
            padding-left: 5px;
            padding-right: 10px;
        }

        .prod-new-use .cate-paywon .form-payper {
            width: 9.5%;
            margin-bottom: 15px;
            float: left;
            display: block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #333;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            text-align: center;
        }
        /*.prod-new-use .cate-paywon .form-payper:focus {color: #7b8a8b; background-color: #fff; border-color: #597ea2; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25); box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);}*/
        .prod-new-use .cate-paywon .form-propay {
            width: 25%;
            float: left;
            margin-bottom: 15px;
            display: block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #333;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            text-align: right;
        }

    .prod-new-use .cate-payday {
        clear: both;
    }

        .prod-new-use .cate-payday div {
            float: left;
        }

            .prod-new-use .cate-payday div:last-child input[type="text"] {
                width: 100px;
            }

        .prod-new-use .cate-payday label {
            float: left;
            padding-top: 7px;
            font-weight: bold;
            color: #333;
            padding-left: 10px;
            width: 25%;
        }

        .prod-new-use .cate-payday span {
            display: inline-block;
            padding-top: 7px;
            color: #777;
            padding-right: 10px;
        }

        .prod-new-use .cate-payday .fa-exchange-alt {
            font-size: 19px;
            padding-top: 5px;
            padding-right: 13px;
            color: #999;
        }

        .prod-new-use .cate-payday .form-payper {
            width: 63px;
            margin-bottom: 15px;
            display: inline-block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #333;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            text-align: center;
        }

        .prod-new-use .cate-payday .form-propay {
            width: 25%;
            float: left;
            margin-bottom: 15px;
            display: block;
            padding: 0.375rem 0.75rem;
            line-height: 1.3;
            color: #333;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            text-align: right;
        }

    .prod-new-use .cate-paysave {
        clear: both;
        padding-top: 30px;
        text-align: center;
    }

        .prod-new-use .cate-paysave .btn-pssave {
            display: inline-block;
            font-weight: 600;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            border: 1px solid transparent;
            padding: 0.375rem 1.75rem;
            line-height: 1.5;
            border-radius: 0.25rem;
            background-color: #d3d3d3;
            opacity: 0.9;
        }

            .prod-new-use .cate-paysave .btn-pssave:hover {
                opacity: 1;
            }

    .prod-new-use .pro-bill {
        clear: both;
    }

        .prod-new-use .pro-bill .cate-paywon span {
            float: left;
            padding-top: 6px;
            padding-left: 5px;
            padding-right: 10px;
            margin-bottom: 15px;
        }

        .prod-new-use .pro-bill .form-sel {
            margin-left: 0px;
        }



.cts-prolist-area {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.con-lic-dlist .cts-list-table ul .pro-item-lists {
    position: absolute;
    border: 1px solid #ddd;
    top: 0px;
    left: 0px;
    right: 55%;
    bottom: 0px;
}

.pro-item-lists h4 {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e3e3e3;
    height: 30px;
    line-height: 32px;
    padding-left: 10px;
}

    .pro-item-lists h4 i {
        font-size: 16px;
        vertical-align: -1px;
        color: #add8e6;
    }

.pro-item-lists .dbf-dlist {
    position: absolute;
    bottom: 0px;
    top: 30px;
    left: 0px;
    right: 0px;
}

    .pro-item-lists .dbf-dlist .head-table {
        height: 30px;
        text-align: center;
        color: #333;
        font-weight: normal;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 17px;
        bottom: 0px;
        z-index: 10;
    }

        .pro-item-lists .dbf-dlist .head-table table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            border-top: 0;
            font-weight: bold;
        }

            .pro-item-lists .dbf-dlist .head-table table thead tr th:first-child {
                border-left: 0;
            }

    .pro-item-lists .dbf-dlist .body-table {
        text-align: left;
        color: #333;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 5px;
        overflow-y: auto;
        background-color: #fff;
    }

        .pro-item-lists .dbf-dlist .body-table table {
            margin-bottom: 10px;
            table-layout: fixed;
        }

            .pro-item-lists .dbf-dlist .body-table table tbody tr {
                position: relative;
            }

                .pro-item-lists .dbf-dlist .body-table table tbody tr:nth-child(2n) {
                    background-color: #f8f8ff;
                }

                .pro-item-lists .dbf-dlist .body-table table tbody tr td {
                    height: 30px;
                    line-height: 30px;
                    border: 1px solid #c5c5c5;
                    color: #333;
                    text-align: center;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .pro-item-lists .dbf-dlist .body-table table tbody tr td .general-prod {
                        color: #fff;
                        padding: 3px 8px;
                        border-radius: 5px;
                        background-color: #808080;
                    }

                    .pro-item-lists .dbf-dlist .body-table table tbody tr td .month-prod {
                        color: #fff;
                        padding: 3px 8px;
                        border-radius: 5px;
                        background-color: #cd5c5c;
                    }

                    .pro-item-lists .dbf-dlist .body-table table tbody tr td:nth-child(2) {
                        text-align: left;
                        text-indent: 20px;
                    }

                    .pro-item-lists .dbf-dlist .body-table table tbody tr td:hover:nth-child(2) {
                        cursor: pointer;
                        color: #1e90ff;
                    }

                    .pro-item-lists .dbf-dlist .body-table table tbody tr td label {
                        display: block;
                    }

                        .pro-item-lists .dbf-dlist .body-table table tbody tr td label input[type="radio"] {
                            vertical-align: -3px;
                            cursor: pointer;
                        }

                .pro-item-lists .dbf-dlist .body-table table tbody tr.use-hot {
                    background-color: #ffe4e1;
                }

                .pro-item-lists .dbf-dlist .body-table table tbody tr td a.click-active {
                    background-color: #f0f8ff;
                    font-weight: bold;
                    text-decoration: underline;
                    color: #4169e1;
                }

                .pro-item-lists .dbf-dlist .body-table table tbody tr.click-active td {
                    background-color: #f0f8ff;
                }

                    .pro-item-lists .dbf-dlist .body-table table tbody tr.click-active td span {
                        font-weight: bold;
                        text-decoration: underline;
                        color: #4169e1;
                    }

.pro-item-lists .form-group label {
    padding-left: 0px;
    color: #666;
}

.pro-item-lists .form-group .form-control {
    width: 80%;
    background-color: #eee;
    font-weight: bold;
    font-family: "굴림";
}

.pro-item-lists .dbf-dlist .body-table table tbody tr td .lincon-btn {
    vertical-align: middle;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    border: 0px solid #999;
    border-radius: 3px;
    padding: 0;
    background-color: transparent;
    opacity: 0.85;
    color: #999;
}

    .pro-item-lists .dbf-dlist .body-table table tbody tr td .lincon-btn i {
        font-size: 13px;
        text-indent: 0;
        display: block;
    }

    .pro-item-lists .dbf-dlist .body-table table tbody tr td .lincon-btn:hover {
        border: 0px solid #157EFB;
        opacity: 1;
        color: #3891fb;
    }

.pro-item-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn {
    vertical-align: middle;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    border: 0px solid #999;
    border-radius: 3px;
    padding: 0;
    background-color: transparent;
    opacity: 0.85;
    color: #999;
}

    .pro-item-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn i {
        font-size: 13px;
        text-indent: 0;
        display: block;
    }

    .pro-item-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn:hover {
        color: #ff4c37;
        border: 0px solid #ff4c37;
        opacity: 1;
    }

.pro-item-lists h4 .set-editbtn {
    position: absolute;
    top: 0;
    right: 5px;
}

    .pro-item-lists h4 .set-editbtn button i {
        text-indent: 0;
        font-size: 12px;
        color: #fff;
    }

    .pro-item-lists h4 .set-editbtn button {
        background-color: #464854;
        padding: 0px 12px;
        border: 0;
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
        height: 21px;
        line-height: 20px;
    }

        .pro-item-lists h4 .set-editbtn button:hover {
            background-color: #4084cd;
        }

.con-lic-dlist .cts-list-table ul .pro-de-lists {
    position: absolute;
    border: 1px solid #ddd;
    top: 0px;
    left: 45%;
    right: 0px;
    bottom: 0px;
    margin-left: 10px;
}

.pro-de-lists h4 {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e3e3e3;
    height: 30px;
    line-height: 32px;
    padding-left: 10px;
}

    .pro-de-lists h4 i {
        font-size: 16px;
        vertical-align: -1px;
        color: #add8e6;
    }

.pro-item-lists h4 .licen-count-edi {
    background-color: #1e90ff;
    padding: 0px 4px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 17px;
    line-height: 17px;
}

    .pro-item-lists h4 .licen-count-edi .fa-plus {
        font-size: 10px;
        color: #fff;
    }

.pro-de-lists h4 .licen-count-edi {
    background-color: #1e90ff;
    padding: 0px 4px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 17px;
    line-height: 18px;
}

    .pro-de-lists h4 .licen-count-edi .fa-plus {
        font-size: 10px;
        color: #fff;
    }

.pro-de-lists .dbf-dlist {
    padding: 10px;
    position: absolute;
    bottom: 0px;
    top: 30px;
    left: 0px;
    right: 0px;
}

    .pro-de-lists .dbf-dlist .head-table {
        height: 30px;
        text-align: center;
        color: #333;
        font-weight: normal;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 17px;
        bottom: 0px;
        z-index: 10;
    }

        .pro-de-lists .dbf-dlist .head-table table thead tr th {
            height: 30px;
            text-align: center;
            background-color: #e6e6e6;
            color: #555;
            font-weight: normal;
            border: 1px solid #c5c5c5;
            border-top: 0;
            font-weight: bold;
        }

            .pro-de-lists .dbf-dlist .head-table table thead tr th:first-child {
                border-left: 0;
            }

    .pro-de-lists .dbf-dlist .body-table {
        text-align: left;
        color: #333;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 25px;
        overflow-y: auto;
        background-color: #fff;
    }

        .pro-de-lists .dbf-dlist .body-table table {
            margin-bottom: 10px;
        }

            .pro-de-lists .dbf-dlist .body-table table tbody tr:nth-child(2n) {
                background-color: #f8f8ff;
            }

            .pro-de-lists .dbf-dlist .body-table table tbody tr td {
                height: 30px;
                line-height: 30px;
                border: 1px solid #c5c5c5;
                color: #333;
                text-align: center;
                padding-left: 5px;
                padding-right: 5px;
                position: static;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .pro-de-lists .dbf-dlist .body-table table tbody tr td span {
                    white-space: nowrap;
                }

                .pro-de-lists .dbf-dlist .body-table table tbody tr td:first-child {
                    text-align: left;
                    cursor: pointer;
                }

                .pro-de-lists .dbf-dlist .body-table table tbody tr td a {
                    color: #333;
                    display: block;
                    padding-left: 5px;
                    padding-right: 5px;
                }

            .pro-de-lists .dbf-dlist .body-table table tbody tr:hover td {
                background-color: #f3f3f3;
            }

            .pro-de-lists .dbf-dlist .body-table table tbody tr td:first-child span:hover {
                color: #6495ed;
            }

            .pro-de-lists .dbf-dlist .body-table table tbody tr.click-active {
                background-color: #f0f8ff;
            }

                .pro-de-lists .dbf-dlist .body-table table tbody tr.click-active td:first-child span {
                    color: #4169e1;
                    font-weight: bold;
                    text-decoration: underline;
                }

            .pro-de-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn {
                vertical-align: middle;
                width: 23px;
                height: 23px;
                box-sizing: border-box;
                border: 0px solid #999;
                border-radius: 3px;
                padding: 0;
                background-color: transparent;
                opacity: 0.85;
                color: #999;
            }

                .pro-de-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn i {
                    font-size: 13px;
                    text-indent: 0;
                    display: block;
                }

                .pro-de-lists .dbf-dlist .body-table table tbody tr td .lincdel-btn:hover {
                    color: #ff4c37;
                    border: 0px solid #ff4c37;
                    opacity: 1;
                }

.pro-de-lists .form-group label {
    padding-left: 0px;
    color: #666;
}

.pro-de-lists .form-group .form-control {
    width: 80%;
    background-color: #eee;
    font-weight: bold;
    font-family: "굴림";
}

.pro-cate-tlist .cate-paygroup {
    clear: both;
}

.pro-cate-tlist .cate-edit {
    clear: both;
    text-align: center;
    padding-top: 30px;
}

    .pro-cate-tlist .cate-edit .btn-edit {
        background-color: #4084CD;
        color: #fff;
        padding: 10px 30px;
        border: 0px;
        font-weight: bold;
        border-radius: 4px;
        outline: none;
    }

    .pro-cate-tlist .cate-edit .btn-delete {
        background-color: #999;
        color: #fff;
        padding: 10px 30px;
        border: 0px;
        font-weight: bold;
        border-radius: 4px;
        outline: none;
    }

.pro-cate-tlist .cate-paygroup label {
    float: left;
    padding-top: 7px;
    font-weight: bold;
    color: #666;
    padding-left: 30px;
    width: 25%;
}

.pro-cate-tlist .cate-paygroup .rach-input {
    width: 73%;
    margin-bottom: 15px;
    float: left;
    display: block;
    padding: 0.375rem 0.75rem;
    padding-top: 0;
    padding-left: 0;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 0px solid #ced4da;
    text-align: left;
}

    .pro-cate-tlist .cate-paygroup .rach-input label input[type="radio"]:checked + span {
        color: #dc143c;
    }

    .pro-cate-tlist .cate-paygroup .rach-input label {
        cursor: pointer;
        padding-right: 5px;
        padding-left: 0;
        width: 15%;
    }

        .pro-cate-tlist .cate-paygroup .rach-input label input {
            vertical-align: -2px;
            margin-right: 5px;
        }

            .pro-cate-tlist .cate-paygroup .rach-input label input[type="checkbox"]:checked + span {
                color: #dc143c;
            }

.pro-cate-tlist .cate-paygroup .pro-name {
    width: 70%;
    margin-bottom: 15px;
    float: left;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    text-align: left;
}

.pro-cate-tlist .cate-paygroup .form-payper {
    width: 69%;
    margin-bottom: 15px;
    float: left;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    text-align: center;
}

.pro-cate-tlist .cate-paygroup .form-paywon {
    width: 32%;
    margin-left: 0px;
    float: left;
    margin-bottom: 15px;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #eee;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    text-align: center;
}

.pro-cate-tlist .cate-paygroup .por-info {
    float: left;
    width: 73%;
}

    .pro-cate-tlist .cate-paygroup .por-info div {
        width: 100%;
        overflow: hidden;
    }

        .pro-cate-tlist .cate-paygroup .por-info div label {
            font-weight: normal;
            width: auto;
            padding-left: 0;
            cursor: pointer;
        }

            .pro-cate-tlist .cate-paygroup .por-info div label span {
                color: #777;
                padding-top: 7px;
                padding-right: 5px;
            }

            .pro-cate-tlist .cate-paygroup .por-info div label input[type="checkbox"]:checked + span {
                color: #ec1c23;
            }

    .pro-cate-tlist .cate-paygroup .por-info .pro-in-check {
        float: left;
        margin-right: 2px;
    }

    .pro-cate-tlist .cate-paygroup .por-info .pro-name {
        width: 83%;
        margin-bottom: 5px;
        margin-top: 1px;
    }

    .pro-cate-tlist .cate-paygroup .por-info .check-name {
        background-color: #ffe4e1;
    }

.pro-cate-tlist .cate-group {
    clear: both;
}

    .pro-cate-tlist .cate-group label {
        color: #666;
        padding-left: 13px;
        float: left;
        padding-top: 7px;
        font-weight: bold;
        padding-left: 30px;
        width: 25%;
    }

    .pro-cate-tlist .cate-group .gus {
        width: auto;
        margin-left: 0px;
        float: left;
        margin-bottom: 15px;
    }

    .pro-cate-tlist .cate-group .form-control {
        width: 60%;
        float: left;
        margin-left: 20px;
        margin-bottom: 15px;
        text-align: center;
    }

    .pro-cate-tlist .cate-group .form-sel {
        width: 60%;
        margin-bottom: 15px;
        margin-left: 0px;
    }

.pro-cate-tlist .cate-paywon {
    clear: both;
}

    .pro-cate-tlist .cate-paywon label {
        float: left;
        padding-top: 7px;
        font-weight: bold;
        color: #666;
        padding-left: 30px;
        width: 25%;
    }

    .pro-cate-tlist .cate-paywon span {
        float: left;
        padding-top: 7px;
        color: #777;
        padding-left: 5px;
        padding-right: 10px;
    }

    .pro-cate-tlist .cate-paywon .form-payper {
        width: 9.5%;
        margin-bottom: 15px;
        float: left;
        display: block;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #333;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        text-align: center;
    }

    .pro-cate-tlist .cate-paywon .form-propay {
        width: 25%;
        float: left;
        margin-bottom: 15px;
        display: block;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #333;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        text-align: right;
    }

.pro-cate-tlist .cate-payday {
    clear: both;
}

    .pro-cate-tlist .cate-payday div {
        float: left;
    }

        .pro-cate-tlist .cate-payday div:last-child input[type="text"] {
            width: 100px;
        }

    .pro-cate-tlist .cate-payday label {
        float: left;
        padding-top: 7px;
        font-weight: bold;
        color: #666;
        padding-left: 30px;
        width: 25%;
    }

    .pro-cate-tlist .cate-payday span {
        display: inline-block;
        padding-top: 7px;
        color: #777;
        padding-right: 10px;
    }

    .pro-cate-tlist .cate-payday .fa-exchange-alt {
        font-size: 19px;
        padding-top: 5px;
        padding-right: 13px;
        color: #999;
    }

    .pro-cate-tlist .cate-payday .form-payper {
        width: 80px;
        margin-bottom: 15px;
        display: inline-block;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #333;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        text-align: center;
    }

.pro-cate-tlist .cate-paywon .form-propay {
    width: 25%;
    float: left;
    margin-bottom: 15px;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    text-align: right;
}

.pro-cate-tlist .cate-payday .form-payper:disabled {
    background: #eee;
}

.pro-cate-tlist .cate-paywon .form-payper:disabled {
    background: #eee;
}

/* 상품 미리보기 */
.order-info .order-container {
    display: table;
    table-layout: fixed;
    width: 70%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 14px;
    min-width: 1060px;
    font-family: "Noto Sans CJK KR", "Noto Sans KR", 'Noto Sans EOT', SimHei, Sans-serif;
}

@media all and (min-width:1025px) {
    .order-info .order-container {
        width: 1060px;
    }
}

.order-info .order-container ul.img-title {
    overflow: hidden; /*display:flex;*/
    height: 120px;
    margin: 0 auto; /*margin-left: -500px; padding-left: 50%;*/
}
    /*.order-info .order-container ul.img-title li {flex:1;}*/
    .order-info .order-container ul.img-title li:first-child {
        text-align: right;
        float: left;
    }

    .order-info .order-container ul.img-title li:last-child {
        text-align: left;
        margin-left: 35px; /* margin-top: 28px; */
        width: 55%;
        position: relative;
        float: left;
        height: 105px;
    }

        .order-info .order-container ul.img-title li:last-child p {
            position: absolute;
            bottom: 0px;
            padding-left: 30px;
            border-left: 1px solid #ddd;
            font-size: 17px;
        }

    .order-info .order-container ul.img-title li p .order-webco-info {
        background-color: #6495ed;
        padding: 0 15px;
        border-radius: 15px;
        color: #fff;
    }

    .order-info .order-container ul.img-title li:last-child p span b {
        color: #2c579c;
    }

    .order-info .order-container ul.img-title li:last-child p span i {
        color: #999;
        padding-right: 5px;
    }

.order-info .month-price {
    padding: 2.5em 3em 0 3em;
    border: solid 5px #a9a9a9;
    margin-top: 20px;
    background-color: #fff;
}

    .order-info .month-price p.tit {
        border-bottom: solid 1px #ddd;
        font-size: 28px;
        font-weight: bold;
    }

        .order-info .month-price p.tit img {
            width: 30%;
        }

        .order-info .month-price p.tit span {
            font-size: 16px;
            font-weight: bold;
            color: #666;
        }

    .order-info .month-price .table-con1 {
        float: left;
        margin-top: 1.5em;
        width: 45%;
    }

        .order-info .month-price .table-con1 img {
            width: 50%;
        }

    .order-info .month-price .table-con2 {
        float: right;
        margin-top: 1em;
        width: 45%;
    }

.order-info .bu05 {
    margin-top: 0.5em;
}

.order-info .table-con1 ul {
    margin-bottom: 2.5em;
    overflow: hidden;
}

    .order-info .table-con1 ul li {
        margin: 0.4em 0;
        overflow: hidden;
        background-size: auto 2px;
        font-size: 1.1em;
    }

.order-info .table-con2 .price {
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: right;
    position: relative;
}

    .order-info .table-con2 .price .sale-offpay {
        position: absolute;
        left: 0;
        color: #bbb;
        bottom: 0px;
    }

        .order-info .table-con2 .price .sale-offpay i {
            font-style: normal;
            font-size: 20px;
            text-decoration: none;
        }

            .order-info .table-con2 .price .sale-offpay i.offpay-num {
                font-style: normal;
                font-size: 32px;
                text-decoration: line-through;
            }

    .order-info .table-con2 .price span {
        font-size: 0.5em;
    }

        .order-info .table-con2 .price span.vat {
            font-size: 0.35em;
            color: #999;
            font-weight: normal;
        }

.order-info .table-con2 ul {
    margin-bottom: 2.5em;
    overflow: hidden;
}

    .order-info .table-con2 ul li {
        margin: 0.4em 0;
        overflow: hidden;
        background-size: auto 2px;
        font-size: 1.1em;
    }

.order-info .table-con2 .m_btn {
    margin: 5px 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 1.6;
    padding: 0.8em 1em;
    font-weight: bold;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #396ec1;
    color: #fff;
    min-width: 150px;
    font-size: 1.2em;
}

.order-info .webcost-price {
    padding: 2.5em 3em 1em 3em;
    border: solid 5px #ddd;
    background-color: #fff;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

    .order-info .webcost-price p.tit {
        border-bottom: solid 1px #ddd;
        font-size: 28px;
        font-weight: bold;
        padding-top: 5px;
    }

    .order-info .webcost-price .table-con1 {
        float: left;
        margin-top: 1em;
        width: 45%;
    }

    .order-info .webcost-price .width-70p {
        width: 70%;
    }

    .order-info .webcost-price .table-con2 {
        float: right;
        margin-top: 1em;
        width: 25%;
    }

.order-info .fc-orange {
    color: #ec1c23 !important;
}

.order-info .border-coral-05 {
    border: solid 5px #f08080;
}

.order-info .width-45p {
    width: 45% !important;
}

.order-info .month-icon {
    background: url(../images/month_icon.png) no-repeat;
    width: 153px;
    height: 35px;
    text-indent: -999px;
    position: absolute;
    right: 90px;
}

.order-info .event-icon {
    background: url(../images/banner/event_icon.png) no-repeat;
    width: 79px;
    height: 26px;
    text-indent: -999px;
    position: absolute;
    top: 8px;
    left: 35px;
}

.control {
    position: relative;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control_indicator {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
    height: 15px;
    width: 15px;
    background-color: #ccc;
    border: 1px solid #ddd;
    cursor: pointer;
}

.control-radio .control_indicator {
    border-radius: 50%;
}

.control:hover input ~ .control_indicator, .control input:focus ~ .control_indicator {
    background-color: #ccc;
}

.control input:checked ~ .control_indicator {
    background-color: #f08080;
    border: 0;
}

.control:hover input:not([disabled]):checked ~ .control_indicator, .control input:checked:focus ~ .control_indicator {
    background-color: #f08080;
}

.control input:disabled ~ .control_indicator {
    background-color: #e6e6e6;
    opacity: 0.8; /*pointer-events: none;*/
    cursor: no-drop;
}

.control_indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.control-radio .control_indicator:after {
    left: 5px;
    top: 5px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #fff;
}

.control-radio input:disabled ~ .control_indicator:after {
    background-color: #7b7b7b;
}

/* 정기결제 가입자 추이 */
.billing-tot {
    overflow: hidden; /*position:relative; height:505px;*/
    margin-bottom: 10px;
}

    .billing-tot .tot-list table thead tr:last-child th {
        font-size: 11px;
    }

    .billing-tot .tot-list table tbody tr.new-re-pay td {
        font-size: 11px;
    }

    .billing-tot .tot-list table tbody tr td span {
        color: #333;
    }

        .billing-tot .tot-list table tbody tr td span:hover {
            text-decoration: underline;
            color: #6495ed;
            font-weight: bold;
            cursor: pointer;
        }

    .billing-tot .tot-list table tfoot tr th {
        height: 30px;
        text-align: center;
        background-color: #f0f8ff;
        color: #555;
        font-weight: normal;
        border: 1px solid #c5c5c5;
        font-weight: bold;
    }

    .billing-tot .tot-list table tbody tr:nth-child(2n-1) {
        background-color: #f8f8ff;
    }

    .billing-tot .tot-list table tbody tr:nth-child(2n) {
        background-color: #f8f8ff;
    }

    .billing-tot .tot-list table tbody tr:nth-child(4n+1) {
        background-color: #fff;
    }

    .billing-tot .tot-list table tbody tr:nth-child(4n+2) {
        background-color: #fff;
    }

    .billing-tot .tot-list {
        position: absolute;
        left: 0px;
        top: 80px;
        bottom: 0px;
        width: 450px;
        border: 1px solid #ddd;
        padding: 10px;
        background-color: #fff;
        overflow-y: auto;
        padding-bottom: 0;
    }

        .billing-tot .tot-list table {
            margin-bottom: 10px;
        }

            .billing-tot .tot-list table thead tr th {
                height: 20px;
                text-align: center;
                background-color: #e6e6e6;
                color: #555;
                font-weight: normal;
                border: 1px solid #c5c5c5;
                font-weight: bold;
            }

            .billing-tot .tot-list table tbody tr td {
                height: 20px;
                line-height: 20px;
                text-align: center;
                border: 1px solid #c5c5c5;
                color: #333;
                position: relative;
                padding-left: 5px;
                padding-right: 5px;
            }

    .billing-tot .pato-tot table {
        width: 100%;
    }

        .billing-tot .pato-tot table tr td {
            padding: 10px 10px 5px;
            border: 1px solid #ddd;
            background-color: #eee;
        }

            .billing-tot .pato-tot table tr td h4 {
                padding-bottom: 11px;
                color: #777;
            }

        .billing-tot .pato-tot table .data-top {
            border: 1px solid #ddd;
            background-color: #fdfdfd;
        }

            .billing-tot .pato-tot table .data-top h1 {
                font-size: 23px;
                color: #333;
                text-align: right;
                letter-spacing: -2px;
            }

                .billing-tot .pato-tot table .data-top h1 span {
                    color: #333;
                }

                    .billing-tot .pato-tot table .data-top h1 span:hover {
                        text-decoration: underline;
                        color: #6495ed;
                        cursor: pointer;
                    }

            .billing-tot .pato-tot table .data-top td:nth-child(2) h4 {
                padding-bottom: 13px;
            }

            .billing-tot .pato-tot table .data-top td:nth-child(2) h1 span {
                font-size: 20px;
                color: #333;
                text-align: right;
            }

                .billing-tot .pato-tot table .data-top td:nth-child(2) h1 span:hover {
                    text-decoration: none;
                    color: #333;
                    cursor: none;
                }

    .billing-tot .billing-tot {
        width: 450px;
        position: absolute;
        bottom: 0px;
        top: 0px;
        left: 0px;
        right: 0px;
    }

.billtal-tot {
    width: 450px;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.billing-tot .tot-chart {
    position: absolute;
    left: 460px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #ddd;
    padding: 10px;
    overflow-y: hidden;
    overflow-x: auto;
    background-color: #fff;
    padding-top: 50px;
}

/*------- 커뮤니티 관리 -------*/

/* 공지사항 */
.briefPopUp-modal.product-noti-view {
    left: 50%;
    margin-left: -450px;
    width: 900px;
}

.form-simg {
    overflow: hidden;
    float: right;
    margin-bottom: 20px;
    display: block;
    width: 90%;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-group .filebox {
    margin-bottom: 2px;
    float: right;
    width: 90%;
    margin-bottom: 20px;
}

    .form-group .filebox input[type="file"] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }

    .form-group .filebox label {
        float: none;
        display: inline-block;
        padding: .3em .75em;
        color: #999;
        line-height: normal;
        vertical-align: middle;
        background-color: #fdfdfd;
        cursor: pointer;
        border: 1px solid #ebebeb;
        border-bottom-color: #e2e2e2;
        border-radius: .25em;
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
        font-weight: normal;
        width: auto;
    }

    .form-group .filebox p {
        padding-top: 5px;
        color: #bbb;
    }

.form-save .btn-prev {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.form-group .filebox .upload-name {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.375rem 0.75rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-group .filebox .upload-display {
    margin-bottom: 5px;
    margin-right: 10px;
    float: left;
}

.form-group .filebox .upload-thumb-wrap {
    display: inline-block;
    width: 106px;
    height: 72px;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: #fff;
    overflow: hidden;
}

.form-group .filebox .upload-display img {
    display: block;
    height: 72px;
    width: 106px;
}

.btn-wbtn {
    display: inline-block;
    padding: .3em .75em;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #b1b1b1;
    border-radius: .25em;
    color: #fff;
    background-color: #b1b1b1;
}

.form-group .wr-edit {
    float: right;
    position: relative;
    margin-bottom: 20px;
    display: block;
    width: 90%;
    height: auto;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
}

    .form-group .wr-edit .wr-textarea {
        position: absolute;
        width: 100%;
        height: 400px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 0;
        outline: none;
        resize: none;
    }

.admin-noti-onin {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 35px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
}

.form-group .onoff-noti {
    float: right;
    width: 90%;
    padding-top: 7px;
    margin-bottom: 20px;
}

    .form-group .onoff-noti label {
        cursor: pointer;
        float: none;
        padding: 0;
        padding-right: 50px;
    }

        .form-group .onoff-noti label input[type="radio"]:checked + span {
            color: #dc143c;
        }

        .form-group .onoff-noti label input {
            vertical-align: -2px;
            margin-right: 5px;
        }

            .form-group .onoff-noti label input[type="checkbox"]:checked + span {
                color: #dc143c;
            }

.wr-preview .list-notice .txt-date {
    float: left;
    width: 98px;
    padding-left: 60px;
    font-size: 13px;
    line-height: 22px;
    color: #999
}

.wr-preview .list-notice .ico-more {
    float: left;
    width: 8px;
    height: 14px;
    margin-top: 4px;
    background-position: -20px -60px
}

.wr-preview .detail-head {
    overflow: hidden;
    padding: 22px 40px 17px 38px;
    background-color: #eee
}

    .wr-preview .detail-head .tit-detail {
        overflow: hidden;
        float: left;
        font-size: 15px;
        line-height: 22px;
        text-overflow: ellipsis;
        white-space: nowrap
    }

        .wr-preview .detail-head .tit-detail img {
            vertical-align: -2px;
            padding-left: 5px;
        }

    .wr-preview .detail-head .ico-new {
        margin: 2px 0 0 8px
    }

    .wr-preview .detail-head .txt-date {
        float: right;
        font-size: 12px;
        line-height: 22px
    }

    .wr-preview .detail-head .txt-hits {
        clear: both;
        text-align: right;
    }

.wr-preview .detail-notice {
    padding: 30px 40px 30px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    line-height: 24px;
    font-family: arial;
    background-color: #fff;
    position: relative;
}

.wr-preview img {
    max-width: 100% !important;
    height: auto !important;
    box-shadow: 5px 5px #eee;
    border: 1px solid #eee;
}

.wr-preview .att-file {
    text-align: right;
    margin-bottom: 20px;
    color: #666;
}

.wr-preview .detail-footer {
    margin: 30px 0;
    text-align: center;
}

    .wr-preview .detail-footer .link-list {
        display: initial;
        width: auto;
        margin-left: 0;
        padding: 15px 30px;
        line-height: normal;
        text-align: center;
        border: 1px solid #e2e2e2;
        border-radius: 2px;
        font-size: 14px;
        color: #000;
    }

        .wr-preview .detail-footer .link-list:hover {
            background-color: #eee;
        }

.content-right .cl-con .notice-con-list {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    overflow-y: auto;
    width: 40%;
}

    .content-right .cl-con .notice-con-list .body-table {
        padding: 10px;
    }

.wr-ed-btn {
    float: left;
    padding-left: 25px;
}

    .wr-ed-btn a {
        display: inline-block;
        padding: .6em 5em;
        line-height: normal;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #2e6da4;
        border-radius: .25em;
        color: #fff;
        background-color: #337ab7;
    }

div.gallery-board {
    overflow: hidden;
}

    div.gallery-board .gall-nu {
        float: left;
        width: 222px;
        margin: 0 15px 30px 0;
        border: 1px solid #e0e0e0;
        height: 232px;
        box-shadow: 1px 1px 3px #fcfcfc;
    }

        div.gallery-board .gall-nu a {
            display: block;
            height: 100%;
        }

            div.gallery-board .gall-nu a img {
                width: 220px;
                height: 160px;
            }

        div.gallery-board .gall-nu .gall-img {
            position: relative;
            height: 160px;
        }

        div.gallery-board .gall-nu .gall-info {
            padding: 5px 10px;
            background-color: #fff;
            height: 70px;
        }

            div.gallery-board .gall-nu .gall-info p a {
                font-size: 13px;
                padding: 7px 0 10px 0;
                font-weight: 600;
                color: #31313b;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-wrap: normal;
                overflow: hidden;
                font-family: "나눔고딕","Nanum Gothic","맑은 고딕","Malgun Gothic","돋움","Dotum", sans-serif;
                letter-spacing: -0.5px;
            }

                div.gallery-board .gall-nu .gall-info p a i {
                    color: #f26422;
                }

                div.gallery-board .gall-nu .gall-info p a:hover {
                    color: #4782e0;
                }

            div.gallery-board .gall-nu .gall-info i {
                color: #aaa;
            }

.content-right .cl-con .notice-con-view {
    position: absolute;
    top: 20px;
    left: 40%;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    overflow-y: auto;
    margin-left: 30px;
}

.notice-con-view .cont-notice {
    padding-bottom: 50px;
    border-radius: 6px;
    background-color: #fff
}

.notice-con-view .list-notice {
    padding: 0 40px 20px;
    border-top: 1px solid #e2e2e2
}

    .notice-con-view .list-notice li {
        border-bottom: 1px solid #e2e2e2
    }

    .notice-con-view .list-notice .link-notice {
        display: block;
        height: 23px;
        padding: 20px 0 16px;
        cursor: pointer
    }

    .notice-con-view .list-notice .tit-item {
        overflow: hidden;
        float: left;
        width: 712px;
        font-weight: normal;
        font-size: 15px;
        line-height: 23px;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.notice-con-view .cont-notice .ico-new {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 3px 0 0 10px;
    background-position: 0 -60px
}

.notice-con-view .list-notice .txt-date {
    float: left;
    width: 98px;
    padding-left: 60px;
    font-size: 13px;
    line-height: 22px;
    color: #999
}

.notice-con-view .list-notice .ico-more {
    float: left;
    width: 8px;
    height: 14px;
    margin-top: 4px;
    background-position: -20px -60px
}

.notice-con-view .detail-head {
    overflow: hidden;
    padding: 22px 40px 17px 38px;
    background-color: #f9f9fa;
}

    .notice-con-view .detail-head .tit-detail {
        overflow: hidden;
        float: left;
        font-size: 15px;
        line-height: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80%;
    }

        .notice-con-view .detail-head .tit-detail img {
            vertical-align: -2px;
            padding-left: 5px;
        }

    .notice-con-view .detail-head .ico-new {
        margin: 2px 0 0 8px
    }

    .notice-con-view .detail-head .txt-date {
        float: right;
        font-size: 12px;
        line-height: 22px
    }

    .notice-con-view .detail-head .txt-hits {
        clear: both;
        text-align: right;
    }

.notice-con-view .detail-notice {
    margin: 0 40px 19px;
    padding: 35px 0 37px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    line-height: 24px;
    font-family: arial;
    position: relative;
}

    .notice-con-view .detail-notice .pre-qna {
        position: absolute;
        top: 20px;
        left: 0;
    }

        .notice-con-view .detail-notice .pre-qna a {
            display: initial;
            width: auto;
            margin-left: 0;
            padding: 10px 15px;
            line-height: normal;
            text-align: center;
            border: 1px solid #e2e2e2;
            border-radius: 2px;
            font-size: 14px;
            color: #000;
        }

            .notice-con-view .detail-notice .pre-qna a:hover {
                background-color: #eee;
            }

.notice-con-view .cont-notice .link-list {
    display: block;
    width: 78px;
    margin-left: 40px;
    color: #000;
    padding: 8px 0 6px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

.notice-con-view .detail-notice img {
    max-width: 100% !important;
    height: auto !important;
    box-shadow: 5px 5px #eee;
    border: 1px solid #eee;
}

.notice-con-view .detail-notice .att-file {
    text-align: right;
    margin-bottom: 20px;
    color: #666;
}

.notice-con-view .detail-notice .other-invb {
    background-color: #eee;
    margin-top: 10px;
    padding: 20px;
}

.notice-con-view .detail-footer {
    padding: 0 40px;
    padding-top: 10px;
    text-align: center;
}

    .notice-con-view .detail-footer .link-list {
        display: initial;
        width: auto;
        margin-left: 0;
        padding: 15px 30px;
        line-height: normal;
        text-align: center;
    }

        .notice-con-view .detail-footer .link-list:hover {
            background-color: #eee;
        }

div.gallery-board .gall-nu .gall-info .g-user {
    float: left;
}

    div.gallery-board .gall-nu .gall-info .g-user .level-user {
        overflow: hidden;
        display: inline;
    }

    div.gallery-board .gall-nu .gall-info .g-user span {
        display: inline-block;
    }

    div.gallery-board .gall-nu .gall-info .g-user .ct-level img {
        vertical-align: -2px;
    }

    div.gallery-board .gall-nu .gall-info .g-user .user-nic {
        font-weight: 600;
        color: #31313b;
    }

    div.gallery-board .gall-nu .gall-info .g-user .gall-like {
        float: right;
        width: 40px;
    }

        div.gallery-board .gall-nu .gall-info .g-user .gall-like span {
            color: #e55757;
        }

div.gallery-board .gall-nu .gall-info .g-date {
    padding-bottom: 7px;
    float: left;
}

    div.gallery-board .gall-nu .gall-info .g-date span {
        display: inline-block;
    }

    div.gallery-board .gall-nu .gall-info .g-date .user-dat {
        color: #666;
    }

    div.gallery-board .gall-nu .gall-info .g-date .gall-repl {
        float: right;
        width: 40px;
    }

        div.gallery-board .gall-nu .gall-info .g-date .gall-repl span {
            color: #337ab7;
        }

div.gallery-board .gall-nu .gall-info .g-hits {
    padding-bottom: 7px;
    float: right;
}

    div.gallery-board .gall-nu .gall-info .g-hits span {
        display: inline-block;
        color: #666;
    }

    div.gallery-board .gall-nu .gall-info .g-hits .user-dat {
        color: #666;
    }

    div.gallery-board .gall-nu .gall-info .g-hits .gall-repl {
        float: right;
        width: 40px;
    }

        div.gallery-board .gall-nu .gall-info .g-hits .gall-repl span {
            color: #337ab7;
        }

div.gallery-board .gall-nu .gall-preview {
    text-align: center;
    height: 35px;
    line-height: 33px;
}

    div.gallery-board .gall-nu .gall-preview span {
        display: inline-block;
        padding: .3em .75em;
        line-height: normal;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #b1b1b1;
        border-radius: .25em;
        color: #fff;
        background-color: #b1b1b1;
    }

        div.gallery-board .gall-nu .gall-preview span:hover {
            background-color: #666;
        }

.gallery-board .gal_headline {
    font-size: 12px;
    line-height: 24px
}

.gallery-board .newspaper_area + .gal_headline {
    padding-top: 11px
}

.gallery-board .gal_headline li {
    padding: 18px 0 20px;
    border-bottom: 1px solid #eee;
    padding-left: 15px;
    position: relative;
}

    .gallery-board .gal_headline li.active {
        background-color: #f3f3f3;
    }

    .gallery-board .gal_headline li:nth-child(10n) {
        border-color: #d6d6d6
    }

.gallery-board .gal_headline:last-child li:last-child {
    border-color: #eee
}

.gallery-board .gal_headline:nth-child(2n) li:nth-child(5):last-child {
    border-color: #d6d6d6
}

.gallery-board .gal_headline:nth-child(2n):last-child li:last-child {
    border-color: #eee
}

.gallery-board .gal_headline dl {
    overflow: hidden;
    position: relative
}

.gallery-board .gal_headline dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: bold
}

    .gallery-board .gal_headline dt a {
        color: #333;
    }

        .gallery-board .gal_headline dt a:hover {
            text-decoration: underline;
            color: #2383d2;
        }

        .gallery-board .gal_headline dt a.off-wr {
            text-decoration: line-through;
            color: #b3b3b3;
            font-style: italic;
        }

            .gallery-board .gal_headline dt a.off-wr:hover {
                text-decoration: line-through;
                color: #2383d2;
            }

.gallery-board .gal_headline li.active dt a {
    color: #2383d2;
}
/*.gallery-board .gal_headline dt a:visited {color:#959595;}*/
.gallery-board .gal_headline dt .wr-new-btn {
    vertical-align: -2px;
    margin-left: 5px;
}

.gallery-board .gal_headline .date-hits {
    overflow: hidden;
}

    .gallery-board .gal_headline .date-hits .writing {
        color: #666;
        float: left;
    }

        .gallery-board .gal_headline .date-hits .writing i {
            color: #bbb;
        }

.gallery-board .gal_headline li .g-modi {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: normal;
    color: #999;
}

    .gallery-board .gal_headline li .g-modi:hover {
        background-color: #ddd;
        color: #333;
    }

.gallery-board .gal_headline .date-hits .g-modify {
    margin-left: 10px;
    padding: 3px 10px;
    background-color: #b0c4de;
    border-radius: 5px;
    font-size: 12px;
}

.gallery-board .gal_headline .date-hits .g-hits {
    color: #666;
    float: right;
}

.gallery-board .gal_headline .photo {
    position: relative;
    float: left;
    margin-top: 2px;
    margin-right: 17px
}

    .gallery-board .gal_headline .photo img {
        vertical-align: top;
        width: 100%;
        height: 72px;
    }

    .gallery-board .gal_headline .photo > a {
        position: relative;
        display: block;
        width: 106px;
        height: 72px;
    }

        .gallery-board .gal_headline .photo > a:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 1px solid #e5e5e5;
            border: 1px solid rgba(0,0,0,0.1)
        }

.gallery-board .gal_headline .lede {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 1px;
    display: block;
    color: #666
}

.content-right .cl-con .notice-con-list .body-table table thead tr th {
    height: 30px;
    text-align: center;
    background-color: #e6e6e6;
    color: #555;
    font-weight: normal;
    border: 1px solid #c5c5c5;
    font-weight: bold;
}

.content-right .cl-con .notice-con-list .body-table table tbody tr td {
    height: 30px;
    line-height: 30px;
    border: 1px solid #c5c5c5;
    color: #333;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

    .content-right .cl-con .notice-con-list .body-table table tbody tr td:nth-child(3) span:first-child {
        margin-right: 20px;
    }

    .content-right .cl-con .notice-con-list .body-table table tbody tr td a {
        color: #333;
    }

        .content-right .cl-con .notice-con-list .body-table table tbody tr td a:hover {
            text-decoration: underline;
            color: #6495ed;
        }

.content-right .cl-con .notice-con-list .body-table table tbody tr:nth-child(2n-1) {
    background-color: #fff;
}

.content-right .cl-con .notice-con-list .body-table table tbody tr:nth-child(2n) {
    background-color: #f8f8ff;
}

.content-right .cl-con .notice-con-list .body-table table tbody tr td .wc2-use {
    padding: 4px 15px;
    background-color: #696969;
    border-radius: 5px;
    cursor: help;
    color: #fff;
}

.content-right .cl-con .notice-con-list .body-table table tbody tr td .wc3-use {
    padding: 4px 15px;
    background-color: #e98000;
    border-radius: 5px;
    cursor: help;
    color: #fff;
}

.content-right .cl-con .notice-con-list .body-table table tbody tr td .wc-nonuse {
    padding: 4px 15px;
    background-color: #eee;
    border-radius: 5px;
    cursor: not-allowed;
    color: #999;
}

.content-right .cl-con .notice-con-list .body-table table tbody tr td .detail-use {
    padding: 4px 15px;
    background-color: #eee;
    border-radius: 5px;
    cursor: pointer;
    color: #999;
}

    .content-right .cl-con .notice-con-list .body-table table tbody tr td .detail-use:hover {
        background-color: #4084CD;
        color: #fff;
    }

.content-right .cl-con .notice-con-list .body-table table tbody tr td label {
    display: none;
}

.content-right .cl-con .notice-con-list .body-table table tbody tr td span:hover + label {
    display: block;
    position: absolute;
    color: #000;
    z-index: 999;
    left: 50%;
    margin-left: -66px;
    background-color: #fff;
    padding: 2px 15px;
    border: 5px solid #bab8b8;
}

/* 자유게시판 */
.content-right .cl-con .notice-con-list .body-table .free-board {
}

    .content-right .cl-con .notice-con-list .body-table .free-board .h-table {
    }

        .content-right .cl-con .notice-con-list .body-table .free-board .h-table table tr th {
            border-left: 0;
            border-right: 0;
        }

    .content-right .cl-con .notice-con-list .body-table .free-board .l-table {
    }

        .content-right .cl-con .notice-con-list .body-table .free-board .l-table table {
        }

            .content-right .cl-con .notice-con-list .body-table .free-board .l-table table tr {
            }

                .content-right .cl-con .notice-con-list .body-table .free-board .l-table table tr td {
                    border-top: 0;
                    border-left: 0;
                    border-right: 0;
                }

                    .content-right .cl-con .notice-con-list .body-table .free-board .l-table table tr td .user-ftitle {
                        text-align: left;
                        line-height: 24px;
                    }

                .content-right .cl-con .notice-con-list .body-table .free-board .l-table table tr.active td a {
                    color: #2383d2;
                }

                .content-right .cl-con .notice-con-list .body-table .free-board .l-table table tr td .user-ftitle .wr-new-btn {
                    vertical-align: -3px;
                    margin-left: 5px;
                }

.content-right .cl-con .free-con-view {
    position: absolute;
    top: 20px;
    left: 40%;
    right: 20px;
    bottom: 200px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    overflow-y: auto;
    margin-left: 30px;
}

.free-con-view .cont-notice {
    padding-bottom: 50px;
    border-radius: 6px;
    background-color: #fff
}

.free-con-view .list-notice {
    padding: 0 40px 20px;
    border-top: 1px solid #e2e2e2
}

    .free-con-view .list-notice li {
        border-bottom: 1px solid #e2e2e2
    }

    .free-con-view .list-notice .link-notice {
        display: block;
        height: 23px;
        padding: 20px 0 16px;
        cursor: pointer
    }

    .free-con-view .list-notice .tit-item {
        overflow: hidden;
        float: left;
        width: 712px;
        font-weight: normal;
        font-size: 15px;
        line-height: 23px;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.free-con-view .cont-notice .ico-new {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 3px 0 0 10px;
    background-position: 0 -60px
}

.free-con-view .list-notice .txt-date {
    float: left;
    width: 98px;
    padding-left: 60px;
    font-size: 13px;
    line-height: 22px;
    color: #999
}

.free-con-view .list-notice .ico-more {
    float: left;
    width: 8px;
    height: 14px;
    margin-top: 4px;
    background-position: -20px -60px
}

.free-con-view .detail-head {
    overflow: hidden;
    padding: 22px 40px 17px 38px;
    background-color: #f9f9fa;
}

    .free-con-view .detail-head .tit-detail {
        overflow: hidden;
        float: left;
        font-size: 15px;
        line-height: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80%;
    }

        .free-con-view .detail-head .tit-detail img {
            vertical-align: -2px;
            padding-left: 5px;
        }

    .free-con-view .detail-head .ico-new {
        margin: 2px 0 0 8px
    }

    .free-con-view .detail-head .txt-date {
        float: right;
        font-size: 12px;
        line-height: 22px
    }

    .free-con-view .detail-head .txt-hits {
        text-align: right;
        line-height: 26px;
    }

    .free-con-view .detail-head .free-wr-user {
        text-align: left;
        clear: both;
        padding-top: 5px;
    }

        .free-con-view .detail-head .free-wr-user span {
            text-align: left;
            color: #666;
        }

.free-con-view .detail-notice {
    margin: 0 40px 19px;
    padding: 35px 0 37px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    line-height: 24px;
    font-family: arial;
}

.free-con-view .cont-notice .link-list {
    display: block;
    width: 78px;
    margin-left: 40px;
    color: #000;
    padding: 8px 0 6px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

.free-con-view .detail-notice img {
    max-width: 100% !important;
    height: auto !important;
    box-shadow: 5px 5px #eee;
    border: 1px solid #eee;
}

.free-con-view .detail-notice .att-file {
    text-align: right;
    margin-bottom: 20px;
    color: #666;
}

.free-con-view .detail-footer {
    padding: 0 40px;
    padding-top: 10px;
    text-align: center;
}

    .free-con-view .detail-footer .link-list {
        display: initial;
        width: auto;
        margin-left: 0;
        padding: 15px 30px;
        line-height: normal;
        text-align: center;
    }

        .free-con-view .detail-footer .link-list:hover {
            background-color: #eee;
        }

/* 1:1 문의 */
.content-right .cl-con .free-con-repl {
    position: absolute;
    height: 175px;
    left: 40%;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    overflow-y: auto;
    margin-left: 30px;
    padding: 10px;
}

    .content-right .cl-con .free-con-repl p {
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding-bottom: 5px;
        color: #333;
    }

    .content-right .cl-con .free-con-repl .free-repl-wr {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 10px;
        top: 36px;
        display: flex;
    }

        .content-right .cl-con .free-con-repl .free-repl-wr textarea {
            padding: 10px;
            width: 100%;
            height: 100%;
            resize: none;
            border: 1px solid #ddd;
        }

        .content-right .cl-con .free-con-repl .free-repl-wr span {
            width: 100px;
            height: 100%;
            background-color: #ddd;
            flex: inherit;
            margin-left: 5px;
            text-align: center;
            line-height: 120px;
            cursor: pointer;
        }

            .content-right .cl-con .free-con-repl .free-repl-wr span:hover {
                background-color: #ccc;
            }

.notice-con-view .free-head {
    overflow: hidden;
    padding: 22px 40px 17px 38px;
    background-color: #f9f9fa;
}

    .notice-con-view .free-head .tit-detail {
        overflow: hidden;
        float: left;
        font-size: 15px;
        line-height: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80%;
    }

        .notice-con-view .free-head .tit-detail img {
            vertical-align: -2px;
            padding-left: 5px;
        }

    .notice-con-view .free-head .ico-new {
        margin: 2px 0 0 8px
    }

    .notice-con-view .free-head .txt-date {
        float: right;
        font-size: 12px;
        line-height: 22px
    }

    .notice-con-view .free-head .txt-hits {
        text-align: right;
        line-height: 26px;
    }

    .notice-con-view .free-head .free-wr-user {
        text-align: left;
        clear: both;
        padding-top: 5px;
    }

        .notice-con-view .free-head .free-wr-user span {
            text-align: left;
            color: #666;
        }

.content-right .cl-con .free-user-wr {
    position: absolute;
    top: 0;
    left: 0;
    right: 55%;
    bottom: 0;
    margin: 15px;
    margin-top: 30px;
}

.content-right .cl-con .free-con-wr {
    position: absolute;
    top: 0;
    left: 45%;
    right: 0;
    bottom: 0;
    margin: 15px;
    margin-top: 30px;
}

    .content-right .cl-con .free-con-wr .form-group .wr-edit {
        width: 100%;
        float: none;
        height: auto;
        border: 0;
    }

    .content-right .cl-con .free-con-wr .form-group label {
        padding-left: 0;
    }

    .content-right .cl-con .free-con-wr .form-group .filebox label {
        padding-left: .75em;
    }

    .content-right .cl-con .free-con-wr .form-group .wr-edit .wr-textarea {
        position: absolute;
        width: 100%;
        height: inherit;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #ddd;
        outline: none;
        resize: none;
    }

    .content-right .cl-con .free-con-wr .form-group .form-control {
        float: none;
        width: 100%;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #333;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }

.content-right .cl-con .qna-user-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    overflow-y: auto;
}

.qna-user-view .cont-notice {
    padding-bottom: 50px;
    border-radius: 6px;
    background-color: #fff
}

.qna-user-view .list-notice {
    padding: 0 40px 20px;
    border-top: 1px solid #e2e2e2
}

    .qna-user-view .list-notice li {
        border-bottom: 1px solid #e2e2e2
    }

    .qna-user-view .list-notice .link-notice {
        display: block;
        height: 23px;
        padding: 20px 0 16px;
        cursor: pointer
    }

    .qna-user-view .list-notice .tit-item {
        overflow: hidden;
        float: left;
        width: 712px;
        font-weight: normal;
        font-size: 15px;
        line-height: 23px;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.qna-user-view .cont-notice .ico-new {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 3px 0 0 10px;
    background-position: 0 -60px
}

.qna-user-view .list-notice .txt-date {
    float: left;
    width: 98px;
    padding-left: 60px;
    font-size: 13px;
    line-height: 22px;
    color: #999
}

.qna-user-view .list-notice .ico-more {
    float: left;
    width: 8px;
    height: 14px;
    margin-top: 4px;
    background-position: -20px -60px
}

.qna-user-view .detail-head {
    overflow: hidden;
    padding: 22px 40px 17px 38px;
    background-color: #f9f9fa;
}

    .qna-user-view .detail-head .tit-detail {
        overflow: hidden;
        float: left;
        font-size: 15px;
        line-height: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80%;
    }

        .qna-user-view .detail-head .tit-detail img {
            vertical-align: -2px;
            padding-left: 5px;
        }

    .qna-user-view .detail-head .ico-new {
        margin: 2px 0 0 8px
    }

    .qna-user-view .detail-head .txt-date {
        float: right;
        font-size: 12px;
        line-height: 22px
    }

    .qna-user-view .detail-head .txt-hits {
        clear: both;
        text-align: right;
    }

.qna-user-view .detail-notice { /*margin:0 40px 19px; padding-top:35px;*/
    font-size: 14px;
    line-height: 24px;
    font-family: arial;
}

.qna-user-view .cont-notice .link-list {
    display: block;
    width: 78px;
    margin-left: 40px;
    color: #000;
    padding: 8px 0 6px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

.qna-user-view .detail-notice img {
    max-width: 100% !important;
    height: auto !important;
    box-shadow: 5px 5px #eee;
    border: 1px solid #eee;
}

.qna-user-view .detail-notice .att-file {
    text-align: right;
    margin-bottom: 20px;
    color: #666;
}

.qna-user-view .detail-notice .pre-qna {
    position: absolute;
    top: 20px;
    left: 40px;
}

    .qna-user-view .detail-notice .pre-qna a {
        display: initial;
        width: auto;
        margin-left: 0;
        padding: 10px 15px;
        line-height: normal;
        text-align: center;
        border: 1px solid #e2e2e2;
        border-radius: 2px;
        font-size: 14px;
        color: #000;
    }

        .qna-user-view .detail-notice .pre-qna a:hover {
            background-color: #eee;
        }

.qna-user-view .detail-notice .other-invb {
    background-color: #eee;
    margin-top: 10px;
    padding: 20px;
}

.qna-user-view .free-head {
    overflow: hidden;
    padding: 22px 40px 17px 38px;
    background-color: #f9f9fa;
}

    .qna-user-view.free-head .tit-detail {
        overflow: hidden;
        float: left;
        font-size: 15px;
        line-height: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80%;
    }

        .qna-user-view .free-head .tit-detail img {
            vertical-align: -2px;
            padding-left: 5px;
        }

    .qna-user-view .free-head .ico-new {
        margin: 2px 0 0 8px
    }

    .qna-user-view .free-head .txt-date {
        float: right;
        font-size: 12px;
        line-height: 22px
    }

    .qna-user-view .free-head .txt-hits {
        text-align: right;
        line-height: 26px;
    }

    .qna-user-view .free-head .free-wr-user {
        text-align: left;
        clear: both;
        padding-top: 5px;
    }

        .qna-user-view .free-head .free-wr-user span {
            text-align: left;
            color: #666;
        }

/* FAQ 상태별 탭메뉴 */

.content-right .cl-con .faq-cont-list {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    overflow-y: auto;
    width: 350px;
}

.content-right .cl-con .faq-cont-view {
    position: absolute;
    top: 20px;
    left: 380px;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}

.faqtype-tabs {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 5px;
    z-index: 100;
    display: flex;
    border-right: 1px solid #ccc;
}

    .faqtype-tabs .faqtype-title {
        cursor: pointer;
        padding: 5px 20px;
        color: #777;
        background-color: #eee;
        border: 1px solid #ccc;
        line-height: normal;
        flex: 1;
        text-align: center;
        box-sizing: border-box;
        border-right: 0;
    }

    .faqtype-tabs .faqtype-active {
        display: block;
        color: #fff;
        background-color: #777;
        border: 1px solid #777;
        border-right: 0;
    }

.faq-con-item {
    display: none;
}

.faq-con-active {
    display: block;
}

.form-group .num-sel {
    float: right;
    width: 90%;
}

    .form-group .num-sel .num-sel-control {
        float: left;
        margin-bottom: 20px;
        display: block;
        width: 100px;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #333;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }

.form-group .form-sel-sm {
    float: left;
    margin-bottom: 20px;
    display: block;
    width: 130px;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.cke_chrome {
    padding: 0px !important;
}

.faq-group {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #fff;
}

.faq-group-title {
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: #f0f0f0;
    color: #000;
    font-weight: bold;
    text-indent: 5px;
    border-bottom: 1px solid #e3e3e3;
}

    .faq-group-title i {
        color: #add8e6;
    }

    .faq-group-title .set-editbtn {
        position: absolute;
        top: 0;
        right: 5px;
    }

        .faq-group-title .set-editbtn button i {
            text-indent: 0;
        }

        .faq-group-title .set-editbtn button {
            background-color: #464854;
            padding: 0px 12px;
            border: 0;
            border-radius: 2px;
            color: #fff;
            cursor: pointer;
            height: 21px;
            line-height: 20px;
        }

            .faq-group-title .set-editbtn button:hover {
                background-color: #4084cd;
            }

.faq-group-tlist {
    overflow-y: auto;
    padding: 5px;
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .faq-group-tlist .group-plus {
    }

        .faq-group-tlist .group-plus ul {
            overflow: hidden;
        }

            .faq-group-tlist .group-plus ul li:first-child {
                float: left;
                padding-right: 5px;
                width: 80%;
            }

            .faq-group-tlist .group-plus ul li:last-child {
                float: right;
                width: 20%;
            }

            .faq-group-tlist .group-plus ul li input[type="text"] {
                border: 2px solid #6495ed;
                padding: 0.3rem 0.75rem;
                border-radius: 0.25rem;
                width: 100%;
            }

            .faq-group-tlist .group-plus ul li.set-editbtn button {
                background-color: #4084cd;
                width: 100%;
                border: 0;
                border-radius: 2px;
                color: #fff;
                cursor: pointer;
                height: 27px;
            }

.faq-plus-group {
    position: absolute;
    top: 39px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
    padding: 5px;
    border-top: 1px solid #c5c5c5;
}

    .faq-plus-group table {
        margin-bottom: 5px;
    }

        .faq-plus-group table tbody tr:nth-child(2n) {
            background-color: #f8f8ff;
        }

        .faq-plus-group table tbody tr td input[type="text"] {
            border: 0;
            width: 100%;
            height: 100%;
            background-color: transparent;
            outline: none;
        }

        .faq-plus-group table tbody tr td {
            height: 30px; /*line-height:30px;*/
            border: 1px solid #c5c5c5;
            text-align: left;
            color: #333;
            padding-left: 5px;
            padding-right: 5px;
        }

            .faq-plus-group table tbody tr td span {
                cursor: pointer;
                width: 200px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                word-wrap: normal;
                display: block;
            }

            .faq-plus-group table tbody tr td:first-child { /*border-right:0;*/
            }

            .faq-plus-group table tbody tr td:last-child { /*border-left:0;*/
                text-align: center;
            }

        .faq-plus-group table tbody tr:hover td {
            color: #4169e1;
        }

        .faq-plus-group table tbody tr td:hover {
            color: #4169e1;
        }

        .faq-plus-group table tbody tr.click-active td {
            background-color: #f0f8ff;
        }

            .faq-plus-group table tbody tr.click-active td span {
                font-weight: bold;
                text-decoration: underline;
                color: #4169e1;
            }

        .faq-plus-group table tbody tr.edit-cate-title td {
            border: 1px solid #c5c5c5;
        }

            .faq-plus-group table tbody tr.edit-cate-title td input {
                background-color: #fafad2;
            }

        .faq-plus-group table tbody tr td .lincon-btn {
            vertical-align: middle;
            width: 23px;
            height: 23px;
            box-sizing: border-box;
            border: 0px solid #999;
            border-radius: 3px;
            padding: 0;
            background-color: transparent;
            opacity: 0.85;
            color: #999;
        }

            .faq-plus-group table tbody tr td .lincon-btn i {
                font-size: 13px;
                text-indent: 0;
                display: block;
            }

            .faq-plus-group table tbody tr td .lincon-btn:hover {
                border: 0px solid #157EFB;
                opacity: 1;
                color: #3891fb;
            }

        .faq-plus-group table tbody tr td .lincdel-btn {
            vertical-align: middle;
            width: 23px;
            height: 23px;
            box-sizing: border-box;
            border: 0px solid #999;
            border-radius: 3px;
            padding: 0;
            background-color: transparent;
            opacity: 0.85;
            color: #999;
        }

            .faq-plus-group table tbody tr td .lincdel-btn i {
                font-size: 13px;
                text-indent: 0;
                display: block;
            }

            .faq-plus-group table tbody tr td .lincdel-btn:hover {
                color: #ff4c37;
                border: 0px solid #ff4c37;
                opacity: 1;
            }

.faq-list-view {
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: #f0f0f0;
    color: #666;
    font-weight: bold;
    text-indent: 5px;
    border-bottom: 1px solid #e3e3e3;
}

    .faq-list-view span {
        color: #000;
    }

    .faq-list-view i {
        color: #add8e6;
    }

.faq-list-aco {
    padding: 5px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 0;
}

    .faq-list-aco .numtit {
        width: 100%;
        border: 1px solid #ddd;
        border-bottom: 0;
        height: 35px;
        line-height: 35px;
        background-color: #e5e5e5;
        display: flex;
        font-weight: bold;
    }

        .faq-list-aco .numtit label {
            text-align: center;
        }

            .faq-list-aco .numtit label:first-child {
                width: 65px;
            }

            .faq-list-aco .numtit label:last-child {
                width: 100%;
            }

    .faq-list-aco .faq {
        width: 100%;
        border: 1px solid #ddd;
        border-bottom: 0;
    }

    .faq-list-aco .faqitem {
        border-bottom: 1px solid #c5c5c5;
    }

        .faq-list-aco .faqitem:nth-child(2n-1) {
            background-color: #fff;
        }

        .faq-list-aco .faqitem:nth-child(2n) {
            background-color: #f9f9f9;
        }

        .faq-list-aco .faqitem .faqitem-title {
            padding: 10px;
            color: #333;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            padding-left: 0;
        }

            .faq-list-aco .faqitem .faqitem-title:hover {
                color: #4169e1;
            }

            .faq-list-aco .faqitem .faqitem-title span {
                width: 65px;
                text-align: center;
            }

            .faq-list-aco .faqitem .faqitem-title h4 {
                margin: 0;
                width: 100%;
                font-weight: normal;
                padding-left: 5px;
            }

            .faq-list-aco .faqitem .faqitem-title .fa.fa-minus {
                display: none;
            }

        .faq-list-aco .faqitem.jquery-accordion-active .faqitem-title {
            background-color: #e3f1fd;
            font-weight: bold;
            color: #4169e1;
        }

            .faq-list-aco .faqitem.jquery-accordion-active .faqitem-title h4 {
                font-weight: bold;
            }

        .faq-list-aco .faqitem.jquery-accordion-active .faq-content {
            background-color: #fff;
        }

        .faq-list-aco .faqitem.jquery-accordion-active .fa.fa-minus {
            display: block;
        }

        .faq-list-aco .faqitem.jquery-accordion-active .fa.fa-plus {
            display: none;
        }

        .faq-list-aco .faqitem .faq-content {
            padding: 15px;
            padding-left: 58px;
            display: none;
            font-size: 14px;
            line-height: 24px;
            font-family: arial;
        }

            .faq-list-aco .faqitem .faq-content img {
                box-shadow: 5px 5px #eee;
                border: 1px solid #eee;
            }

            .faq-list-aco .faqitem .faq-content .faq-content-edi {
                padding-top: 30px;
                padding-bottom: 10px;
                text-align: center;
            }

                .faq-list-aco .faqitem .faq-content .faq-content-edi .link-list {
                    display: initial;
                    width: auto;
                    margin-left: 0;
                    padding: 10px 20px;
                    line-height: normal;
                    text-align: center;
                    border: 1px solid #ddd;
                    background-color: #fff;
                    color: #444;
                }

                    .faq-list-aco .faqitem .faq-content .faq-content-edi .link-list:hover {
                        background-color: #eee;
                    }

/* 배너관리 */
.top-ban-tw {
    display: flex;
}

    .top-ban-tw .top-ban-select {
        float: left;
        margin-bottom: 20px;
        display: block;
        width: 100px;
        padding: 0.375rem 0.75rem;
        line-height: 1.3;
        color: #333;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        margin-right: 5px;
    }

    .top-ban-tw .form-control {
        flex: 1;
    }

.banbg-color {
    margin-bottom: 20px;
    float: left;
}

    .banbg-color ul {
    }

        .banbg-color ul li:first-child {
            float: left;
            margin-right: 50px;
        }

        .banbg-color ul li.bg-file {
            float: left;
        }

            .banbg-color ul li.bg-file input[type="radio"] {
                float: left;
            }

            .banbg-color ul li.bg-file ol.filebox {
                margin-bottom: 0px;
                width: 100%;
            }

        .banbg-color ul li input[type="radio"] {
            margin-right: 10px;
            margin-top: 6px;
        }

        .banbg-color ul li .bg-colput {
            width: 100px;
            display: inline-block;
            background-color: #f5f5f5;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding: 0.375rem 0.75rem;
            color: #333;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        }

.form-group .date-pic {
    float: inherit;
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

    .form-group .date-pic .gds {
        float: left;
        width: 165px;
    }

        .form-group .date-pic .gds input {
            padding-left: 0;
            text-align: center;
            width: 165px;
        }

    .form-group .date-pic .ggd {
        float: left;
        line-height: 30px;
    }

    .form-group .date-pic .gde {
        float: left;
        width: 165px;
    }

        .form-group .date-pic .gde input {
            padding-left: 0;
            text-align: center;
            width: 165px;
        }

.form-group .filebox .upload-url {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.375rem 0.75rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.briefPopUp-modal.product-noti-view {
    left: 50%;
    margin-left: -800px;
    width: 1600px;
}

.wr-preview .detail-ban { /* padding: 30px 40px 30px; */
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    height: 400px;
    text-align: center;
    background-color: rgb(250, 230, 205);
}

    .wr-preview .detail-ban img {
        border: 0;
        box-shadow: none;
        margin-top: 30px;
    }

/* 교육관리 */
.detail-notice table.line-grid tr th {
    padding: 20px;
    font-size: 14px;
    border-top: 1px solid #bec9d2;
    border-bottom: 1px solid #bcc7d0;
    background: #f1f1f1;
}

.detail-notice table.line-grid tr td {
    padding: 10px 20px;
    border-top: 1px solid #bec9d2;
    border-bottom: 1px solid #bcc7d0;
    border-left: 1px solid #bcc7d0;
    font-size: 14px;
    text-align: left;
}

    .detail-notice table.line-grid tr td .edu_map {
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #ddd;
        color: #559bd4;
    }

    .detail-notice table.line-grid tr td .standby {
        color: #ff0000;
    }

    .detail-notice table.line-grid tr td .close {
        color: #ff0000;
    }

    .detail-notice table.line-grid tr td .edu-inc {
        color: #1e90ff;
    }

    .detail-notice table.line-grid tr td .edu-cancel {
        color: #fff;
        background-color: #bbb;
        padding: 2px 10px;
        border-radius: 10px;
        cursor: pointer;
        margin-left: 5px;
    }

        .detail-notice table.line-grid tr td .edu-cancel:hover {
            background-color: #666;
        }

    .detail-notice table.line-grid tr td .application {
        color: #fff;
        background-color: #559bd4;
        padding: 5px 20px;
        border-radius: 10px;
    }

    .detail-notice table.line-grid tr td p {
        padding-bottom: 5px;
    }

    .detail-notice table.line-grid tr td input[type="text"] {
        padding: 5px;
        height: 100%;
        border: 1px solid #bbb;
    }

.edu-notice .edu-viewsch {
    background-color: #f6f7f8;
    padding: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    font-size: 15px;
    font-family: "Noto Sans CJK KR", "Noto Sans KR", 'Noto Sans EOT', SimHei, sans-serif;
}

    .edu-notice .edu-viewsch .edu_map {
        margin-left: 10px;
        padding: 5px 10px;
        border: 1px solid #ddd;
        color: #559bd4;
        font-size: 12px;
        background-color: #fff;
    }

    .edu-notice .edu-viewsch ul li {
        line-height: 30px;
    }

        .edu-notice .edu-viewsch ul li span:first-child {
            color: #707070;
        }

.edu-notice .edu-zone {
    margin-top: 5px;
    padding: 15px;
    background: #f6f7f8;
    margin-bottom: 30px;
}

.edu-notice .edu-note {
    margin-top: 5px;
    padding: 15px;
    background: #f6f7f8;
    margin-bottom: 30px;
    color: #ff0000;
    font-size: 12px;
}

.ttl-cate {
    border: 1px solid #dadada;
    border-radius: 14px;
    box-sizing: border-box;
    margin-right: 10px;
    padding: 2px 20px;
    background-color: #fff;
    font-size: 13px;
}

.ttl-app {
    margin-left: 5px;
    font-size: 13px;
}

.ttl-category {
    border: 1px solid #dadada;
    border-radius: 14px;
    box-sizing: border-box;
    font-size: 14px;
    margin-right: 10px;
    padding: 2px 20px;
    background-color: #fff;
}

.tit-edu {
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .tit-edu img {
        vertical-align: -2px;
        padding-left: 5px;
    }

.etc-control {
    display: block;
    width: 100px;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.edu-usertable {
    padding: 10px;
}

    .edu-usertable table thead tr th {
        height: 30px;
        text-align: center;
        background-color: #e6e6e6;
        color: #555;
        font-weight: normal;
        border: 1px solid #c5c5c5;
        font-weight: bold;
    }

    .edu-usertable table tbody tr td {
        height: 30px;
        line-height: 30px;
        border: 1px solid #c5c5c5;
        color: #333;
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }

        .edu-usertable table tbody tr td.cancel {
            text-decoration: line-through;
        }

        .edu-usertable table tbody tr td a {
            color: #333;
        }

            .edu-usertable table tbody tr td a:hover {
                text-decoration: underline;
                color: #6495ed;
            }

    .edu-usertable table tbody tr:nth-child(2n-1) {
        background-color: #fff;
    }

    .edu-usertable table tbody tr:nth-child(2n) {
        background-color: #f8f8ff;
    }

    .edu-usertable table tbody tr td .wc2-use {
        padding: 4px 15px;
        background-color: #696969;
        border-radius: 5px;
        cursor: help;
        color: #fff;
    }

    .edu-usertable table tbody tr td .wc3-use {
        padding: 4px 15px;
        background-color: #e98000;
        border-radius: 5px;
        cursor: help;
        color: #fff;
    }

    .edu-usertable table tbody tr td .wc-nonuse {
        padding: 4px 15px;
        background-color: #eee;
        border-radius: 5px;
        cursor: not-allowed;
        color: #999;
    }

    .edu-usertable table tbody tr td .detail-use {
        padding: 4px 15px;
        background-color: #eee;
        border-radius: 5px;
        cursor: pointer;
        color: #999;
    }

        .edu-usertable table tbody tr td .detail-use:hover {
            background-color: #4084CD;
            color: #fff;
        }

    .edu-usertable table tbody tr td label {
        display: none;
    }

    .edu-usertable table tbody tr td span:hover + label {
        display: block;
        position: absolute;
        color: #000;
        z-index: 999;
        left: 50%;
        margin-left: -66px;
        background-color: #fff;
        padding: 2px 15px;
        border: 5px solid #bab8b8;
    }

.sel-option {
    float: right;
    margin-bottom: 20px;
    display: block;
    width: 200px;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    margin-right: 5px;
    margin-left: 5px;
}

    .sel-option:focus {
        color: #7b8a8b;
        background-color: #fff;
        border-color: #597ea2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
        box-shadow: 0px 0px 0px 0.2rem rgba(44,62,80,0.25);
    }

.option-add {
    height: 30px;
    padding: 0 0.75rem;
    color: #333;
    background-color: #ddd;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
}

.option-del {
    height: 30px;
    padding: 0 0.75rem;
    color: #333;
    background-color: #ddd;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
}

.eduser-PopUp-modal {
    visibility: hidden;
    top: 10% !important;
    left: 20%;
    background-color: #eee;
    position: absolute;
    z-index: 101;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 1px #333;
    width: 60%;
    height: 80%;
}

    .eduser-PopUp-modal .close-xm {
        font-size: 20px;
        position: absolute;
        top: 6px;
        right: 10px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0,0,0,.6);
        font-weight: bold;
        cursor: pointer;
    }

        .eduser-PopUp-modal .close-xm:hover {
            color: #666;
        }

    .eduser-PopUp-modal .wc-user-onin .li-onin {
        width: auto;
        border: 1px solid #777;
        position: absolute;
        top: 45px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

        .eduser-PopUp-modal .wc-user-onin .li-onin .wuser-ifo {
            top: 0px;
        }

            .eduser-PopUp-modal .wc-user-onin .li-onin .wuser-ifo table tbody tr td {
                height: 40px;
                line-height: 40px;
            }

.notice-con-view .edut-head {
    overflow: hidden;
    padding: 10px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e3e3e3;
    line-height: 24px;
}

    .notice-con-view .edut-head h4 {
        float: left;
        font-size: 13px;
    }

    .notice-con-view .edut-head .exc-edi {
        background-color: #1e90ff;
        float: right;
        padding: 5px 10px;
        border: 0;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
    }

.content-right .cl-con .notice-con-list .body-table .free-board .l-table table tr td .user-edtitle {
    text-align: left;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 340px;
}

    .content-right .cl-con .notice-con-list .body-table .free-board .l-table table tr td .user-edtitle .wr-new-btn {
        vertical-align: -3px;
        margin-right: 5px;
    }

.free-wr-edu {
    text-align: left;
    padding-left: 40px;
    padding-top: 20px;
}

.edu-formlist {
    padding: 10px;
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
}

    .edu-formlist .edu-edulist {
        width: 100%;
        padding: 0.375rem 0.75rem;
        color: #333;
        background-color: #fff;
        border: 1px solid #c5c5c5;
        border-radius: 0.25rem;
    }
