/* No CSS */
/* common */
textarea {
    resize: none
}

caption {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: 999px;
    width: 0;
    visibility: hidden
}

/* float */
.clfix {
    *zoom: 1;
}

    .clfix:after {
        content: '';
        display: block;
        line-height: 0;
        height: 0;
        clear: both;
    }

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

/* position */
.posRel {
    position: relative;
    z-index: 1;
}

/* display */
.display-flex {
    display: flex !important;
}

.display-block {
    display: block !important;
}

.display-inline-block {
    display: inline-block !important;
}

.flex-1 {
    flex: 1 !important;
}

.flex-2 {
    flex: 2 !important;
}

.flex-1956 {
    flex: 1.956
}

.flex-204 {
    flex: 2.04
}

/* width */
.w95 {
    width: 95% !important;
}

/* align */
.align-left {
    text-align: left !important
}

.top {
    vertical-align: top !important
}

.middle {
    vertical-align: middle !important
}

/* margin */
.mt0 {
    margin-top: 0 !important;
}

.mt9 {
    margin-top: 9px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt17 {
    margin-top: 17px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.ml4 {
    margin-left: 4px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml18 {
    margin-left: 18px !important;
}

.mr4 {
    margin-right: 4px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

/* padding */
.pl0 {
    padding-left: 0 !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

/* text */
.text-left {
    text-align: left !important;
    ;
}

.text-right {
    text-align: right !important;
    ;
}

.text-center {
    text-align: center !important;
}

.font12 {
    font-size: 1.2rem !important;
}

.font13 {
    font-size: 1.3rem !important;
}

.font14 {
    font-size: 1.4rem !important;
}

.font15 {
    font-size: 1.5rem !important;
}

.font16 {
    font-size: 1.6rem !important;
}

.colorGray {
    color: #9b98a4 !important;
}

.lineHeight18 {
    line-height: 18px !important;
}

.lineHeight22 {
    line-height: 22px !important;
}

/* color */
.black {
    color: #212121 !important;
}

.ltgray {
    color: #9a98a4;
}

/* form */
.form-select {
    border: 1px solid #e2e6ed;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 1.3rem;
    color: #49474e;
}

    .form-select * {
        font-size: 1.3rem
    }

.blueCheckType, .blueCheckType2 {
    height: 0;
    line-height: 0;
    width: 0;
    display: none;
    visibility: hidden
}

    .blueCheckType + label {
        box-sizing: border-box;
        display: inline-block;
        width: 84px;
        height: 34px;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
        color: #9b98a4;
        font-size: 13px;
        background: #f5f5f5;
        border-radius: 4px;
    }

    .blueCheckType:checked + label {
        background: #4271d9;
        color: #fff;
    }

    .blueCheckType.noHoverStyle:checked + label {
        background: #f5f5f5;
        color: #9b98a4;
    }

    .blueCheckType + label i {
        font-size: 14px;
        color: #797a83
    }

    .blueCheckType:checked + label i {
        color: #fff
    }

    .blueCheckType2 + label {
        box-sizing: border-box;
        display: inline-block;
        width: 84px;
        height: 34px;
        line-height: 30px;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        color: #9b98a4;
        font-size: 13px;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
    }

    .blueCheckType2:checked + label {
        line-height: 28px;
        background: #fff;
        color: #fff;
        border: 3px solid #4271d9;
    }

    .blueCheckType2 + label img {
        vertical-align: middle;
    }

    .blueCheckType2:checked + label img {
    }

.form-input {
    box-sizing: border-box;
    height: 34px;
    padding: 5px 10px;
    line-height: 32px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e2e6ed;
    border-radius: 4px;
    color: #9a98a4;
}

    .form-input[readonly=true] {
        background: #eee
    }

    .form-input[readonly=readonly] {
        background: #eee
    }


.selectType1 {
    box-sizing: border-box;
    display: inline-block;
    width: 174px;
    height: 34px;
    padding: 0 0 0 40px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    color: #9b98a4;
    font-size: 13px;
    background: #f5f5f5;
    border-radius: 4px;
    border: none
}

.textAbs {
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 20px;
    color: #9b98a4;
    font-weight: 400;
    font-size: 13px;
}

.input-file {
    display: none;
}

.hiddenFileUrl[type=text] {
    box-sizing: border-box;
    height: 34px;
    padding: 0 0 0 5px;
    line-height: 32px;
    font-size: 13px;
    color: #9b98a4;
    background: #fff;
    border: 1px solid #e2e6ed;
    border-radius: 4px;
}

/* btns */
.btnPlus {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #7a7a84;
    border-radius: 11px;
}

.dimmedLayer .closeBtn {
    position: absolute;
    z-index: 2;
    top: 25px;
    right: 28px;
    cursor: pointer;
    transition: 0.5s transform;
}

    .dimmedLayer .closeBtn:hover {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dimmedLayer .closeBtn i {
        font-size: 18px !important;
        color: #4271d9;
    }

.grayBtn {
    box-sizing: border-box;
    display: inline-block;
    width: 84px;
    height: 34px;
    line-height: 32px;
    vertical-align: top;
    text-align: center;
    color: #9b98a4;
    font-size: 13px;
    background: #f5f5f5;
    border-radius: 4px;
}

/* table */
.table-section {
    margin-top: 50px;
    overflow-x: scroll;
    border: 1px solid #e2e6ed;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: 1s opacity, 1s -webkit-transform;
    transition: 1s opacity, 1s -webkit-transform;
    transition: 1s transform, 1s opacity;
    transition: 1s transform, 1s opacity, 1s -webkit-transform;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

    .table-section.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .table-section .table-top {
        padding: 20px 25px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #e2e6ed;
    }

        .table-section .table-top .db-summary {
            width: 60%;
        }

            .table-section .table-top .db-summary ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .table-section .table-top .db-summary ul li span {
                    display: block;
                    color: #49474e;
                }

                    .table-section .table-top .db-summary ul li span.status-top {
                        margin-bottom: 3px;
                        font-size: 1.3rem;
                        font-weight: 400;
                        color: #49474e;
                    }

                    .table-section .table-top .db-summary ul li span.db-num-bottom {
                        color: #9b98a4;
                    }

        .table-section .table-top input.search {
            padding: 2px 5px;
            width: 20%;
            font-size: 1.2rem;
            border: 1px solid #e2e6ed;
            border-radius: 5px;
        }

    .table-section .table {
        margin: 0 auto;
        width: 100%;
        overflow-x: auto;
        word-break: keep-all;
    }

        .table-section .table thead tr th {
            border-bottom: 1px solid #e2e6ed;
            padding: 20px;
            font-size: 1.3rem;
            font-weight: 400;
            text-align: left;
            color: #9b98a4;
        }

            .table-section .table thead tr th:first-child {
                text-align: center;
            }

        .table-section .table tbody tr {
            position: relative;
            border-bottom: 1px solid #e2e6ed;
        }

            .table-section .table tbody tr:nth-child(odd) {
                background: #f5f5f5;
            }

            .table-section .table tbody tr:hover {
                background: #eaf1ff;
            }

            .table-section .table tbody tr.blue::after {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                content: '';
                width: 4px;
                height: 100%;
                background: #4271d9;
            }

            .table-section .table tbody tr.yellow::after {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                content: '';
                width: 4px;
                height: 100%;
                background: #e5a247;
            }

            .table-section .table tbody tr.red::after {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                content: '';
                width: 4px;
                height: 100%;
                background: #f00;
            }
            .table-section .table tbody tr.green::after {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                content: '';
                width: 4px;
                height: 100%;
                background: green;
            }

            .table-section .table tbody tr td {
                padding: 20px;
                border-bottom: 1px solid #e2e6ed;
                color: #49474e;
                font-size: 1.3rem;
            }

                .table-section .table tbody tr td a {
                    font-size: 1.3rem;
                    color: #49474e;
                }

                    .table-section .table tbody tr td a i {
                        font-size: 1.8rem;
                        color: #797a83;
                    }

                .table-section .table tbody tr td span {
                    font-size: 1.3rem;
                    color: #49474e;
                }

                    .table-section .table tbody tr td span.small-txt {
                        display: block;
                        font-size: 10px;
                        color: #9b98a4;
                    }

    .table-section .table-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px;
        background: #f5f5f5;
        position:relative;
    }

        .table-section .table-bottom .showing-page-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .table-section .table-bottom .showing-page-box label select {
                font-size: 1.3rem;
                color: #49474e;
                border: 1px solid #e2e6ed;
                border-radius: 5px;
            }

                .table-section .table-bottom .showing-page-box label select option {
                    font-size: 1.3rem;
                }

            .table-section .table-bottom .showing-page-box .dataTable-info {
                padding-left: 10px;
                font-size: 1.2rem;
                color: #9b98a4;
            }

        .table-section .table-bottom .table-nav ul.pagination {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            /*float: right;*/
            position:right;
        }

            .table-section .table-bottom .table-nav ul.pagination li {
                margin: 0 1px;
                border: 1px solid #e2e6ed;
                border-radius: 5px;
                background: #fff;
                
            }

                .table-section .table-bottom .table-nav ul.pagination li a {
                    padding: 2px 7px;
                    font-size: 1.3rem;
                    border-radius: 5px;
                    float: right;
                }

                    .table-section .table-bottom .table-nav ul.pagination li a:hover {
                        background: #eaf1ff;
                    }

                    .table-section .table-bottom .table-nav ul.pagination li a:active {
                        color: #fff;
                        background: #4271d9;
                    }

                        .table-section .table-bottom .table-nav ul.pagination li a:active span {
                            color: #fff;
                            background: #4271d9;
                        }

.rowTable {
    table-layout: fixed;
    z-index: 1;
    width: 100%;
    padding: 10px 0 15px;
    border-bottom: 1px solid #e2e6ed;
}

    .rowTable.noBorder {
        border-bottom: none;
    }

    .rowTable tbody tr {
    }

    .rowTable tbody th {
        padding: 6px 0 6px 25px;
        line-height: 46px;
        text-align: left;
        /*vertical-align: top;*/
        vertical-align:middle;
        font-size: 13px;
        color: #9b98a4;
        font-weight: 500;
    }

        .rowTable tbody th label {
            line-height: 46px;
            text-align: left;
            vertical-align: top;
            font-size: 13px;
            color: #9b98a4;
            font-weight: 500;
        }

    .rowTable tbody td {
        padding: 6px 0;
        font-size: 1.3rem;
        color: #9b98a4
    }

        .rowTable tbody td select {
            color: #9b98a4;
        }

    .rowTable.heightNarrow tbody th {
        padding: 3px 0 3px 40px;
        line-height: 30px;
    }

    .rowTable.heightNarrow tbody td {
        padding: 3px 0;
    }

.colTable {
    margin: 0 auto;
    width: 100%;
    overflow-x: auto;
    word-break: keep-all;
    border-collapse: collapse;
    border: 1px solid #e2e6ed
}

    .colTable thead tr th {
        border-bottom: 1px solid #e2e6ed;
        padding: 20px;
        font-size: 1.3rem;
        font-weight: 400;
        text-align: left;
        color: #9b98a4;
    }

        .colTable thead tr th:first-child {
        }

    .colTable tbody tr {
        position: relative;
    }

        .colTable tbody tr:nth-child(odd) {
            background: #f5f5f5;
        }

        .colTable tbody tr:hover {
            background: #eaf1ff;
        }

        .colTable tbody tr td {
            border-bottom: 1px solid #e2e6ed;
            padding: 20px;
            font-size: 1.3rem;
            font-weight: 400;
            text-align: left;
            color: #9b98a4;
        }

/* layer */
.dimmedLayer {
    display: none;
    position: fixed;
    z-index: 2;
    top: 5%;
    left: 50%;
    width: 986px;
    margin: 0 0 0 -493px;
    background: #fff;
    border-radius: 4px;
}

.dimmedBg {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
}

.layerTit {
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    padding: 20px 18px;
    line-height: 24px;
    font-size: 15px;
    color: #212121;
    border-bottom: 1px solid #e2e6ed
}

/* 공통 */
.commonWrap {
    width: 100%;
    min-width: 980px;
    margin: 0 auto;
    border-top: 28px solid #4271d9;
    background: #f8f9fa;
}

.loginArea {
    width: 852px;
    padding: 38px;
    margin: 10% auto 0;
    background: #fff;
    border: 1px solid #e2e6ed
}

/* 테이블 가로 스크롤바 숨기기 */
.table-section {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .table-section::-webkit-scrollbar {
        display: none;
    }

/* 좌측 메뉴 */
.loginFieldset {
    float: left;
    width: 504px;
}

.fieldsetArea {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

    .fieldsetArea label {
        float: left;
        width: 48px;
        height: 48px;
        line-height: 46px;
        text-align: center;
        background: #f5f5f5;
        border: 1px solid #e2e6ed
    }

        .fieldsetArea label i {
            font-size: 16px;
            color: #9b98a4;
        }

    .fieldsetArea input {
        float: left;
        width: 456px;
        height: 48px;
        padding: 0 0 0 16px;
        line-height: 44px;
        font-size: 14px;
        color: #b0b0b0;
        letter-spacing: -0.025em;
        border: 1px solid #e2e6ed;
        border-left: none;
        border-radius: 0 3px 3px 0;
    }

        .fieldsetArea input:focus {
            outline: none !important;
        }

.logoField {
    float: right;
    width: 252px;
    height: 300px;
    padding: 136px 0 0 0;
    background: #343a40;
    border-radius: 4px;
}

    .logoField img {
        display: block;
        width: 159px;
        margin: 0 auto;
    }

.saveHelpArea {
    width: 504px;
    padding: 18px 0 0 0;
}

    .saveHelpArea input[type=checkbox] {
        width: 16px;
        height: 16px;
        vertical-align: middle;
        border: 1px solid #e2e6ed
    }

    .saveHelpArea label {
        padding: 0 0 0 6px;
        line-height: 13px;
        vertical-align: middle;
        font-size: 13px;
        color: #9b98a4;
    }

    .saveHelpArea a {
        line-height: 16px;
        vertical-align: middle;
        font-size: 13px;
        color: #9b98a4;
    }

.loginFieldset > a {
    clear: both;
    position: relative;
    z-index: 1;
    display: block;
    width: 504px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
}

.loginFieldset > button {
    clear: both;
    position: relative;
    z-index: 1;
    display: block;
    width: 504px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
}

    .loginFieldset > button.fullBtnBlue {
        margin: 20px 0 10px 0;
        color: #fff;
        background: #4271d9;
        border: 1px solid #4271d9
    }

        .loginFieldset > button.fullBtnBlue:after {
            content: '';
            position: absolute;
            z-index: 1;
            bottom: -11px;
            left: 0;
            display: block;
            width: 503px;
            height: 1px;
            background: #e2e6ed
        }

.loginFieldset > a.fullBtnGray {
    margin: 20px 0 0 0;
    color: #9b98a4;
    background: #f5f5f5;
    border: 1px solid #e2e6ed;
}

.regStep1, .regStep2, .regStep3 {
    margin: 50px auto 0;
    display: block;
}

.termsArea {
    width: 852px;
    height: 661px;
    margin: 0 auto;
    margin-top: 37px;
    background: #fff;
    border: 1px solid #e2e6ed;
    border-radius: 3px;
    overflow: hidden;
}

    .termsArea h2 {
        width: 100%;
        line-height: 64px;
        padding: 0 0 0 28px;
        font-size: 15px;
        color: #343a40;
        font-weight: 500;
        border-bottom: 1px solid #e2e6ed;
    }

    .termsArea .termsTextWrap {
        width: 504px;
        padding: 24px 0;
        margin: 0 auto;
    }

        .termsArea .termsTextWrap h3 {
            line-height: 20px;
            font-size: 14px;
            color: #9b98a4;
        }

            .termsArea .termsTextWrap h3 strong {
                line-height: 20px;
                font-size: 14px;
                color: #ca3636
            }

        .termsArea .termsTextWrap .termsHere {
            width: 504px;
            height: 138px;
            padding: 15px;
            overflow-y: auto;
            margin: 8px auto;
            font-size: 12px;
            color: #b0b0b0;
            border: 1px solid #e2e6ed
        }

        .termsArea .termsTextWrap .agrTerms {
            padding: 0 0 33px 0;
        }

            .termsArea .termsTextWrap .agrTerms input[type=radio] {
                margin-right: 3px;
            }

                .termsArea .termsTextWrap .agrTerms input[type=radio]:focus {
                    outline: none;
                }

            .termsArea .termsTextWrap .agrTerms label {
                margin-right: 8px;
                font-size: 14px;
                color: #9b98a4
            }

    .termsArea .agrTerms p {
        font-size: 11px;
        color: #9b98a4
    }

    .termsArea .btnGray {
        float: left;
        text-align: center;
        width: 50%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #9b98a4;
        background: #f5f5f5;
        border-radius: 0 0 0 3px;
    }

    .termsArea .btnBlue {
        float: left;
        text-align: center;
        width: 50%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #fff;
        background: #4271d9;
        border-radius: 0 0 3px 0;
    }

.regInfoArea {
    width: 852px;
    margin: 37px auto 100px;
    background: #fff;
    border: 1px solid #e2e6ed;
    border-radius: 3px
}

    .regInfoArea .regTextWrap {
        width: 504px;
        padding: 15px 0;
        margin: 0 auto;
    }

        .regInfoArea .regTextWrap h3 {
            line-height: 20px;
            font-size: 14px;
            color: #9b98a4;
        }

            .regInfoArea .regTextWrap h3 strong {
                line-height: 20px;
                font-size: 14px;
                color: #ca3636
            }

    .regInfoArea h2 {
        width: 100%;
        line-height: 64px;
        padding: 0 0 0 28px;
        font-size: 15px;
        color: #343a40;
        font-weight: 500;
        border-bottom: 1px solid #e2e6ed;
    }

    .regInfoArea .btnBlue {
        float: left;
        text-align: center;
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #fff;
        background: #4271d9;
        border-radius: 0 0 3px 3px;
    }

    .regInfoArea .btnBlue1 {
        float: left;
        text-align: center;
        width: 47.5%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #fff;
        background: #4271d9;
        border-radius: 0 0 3px 3px;
        margin-left: 14px;
        margin-bottom: 11px;
    }

    .regInfoArea .btnBlue2 {
        float: right;
        text-align: center;
        width: 47.5%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #fff;
        background: #4271d9;
        border-radius: 0 0 3px 3px;
        margin-right: 14px;
        margin-bottom: 11px;
    }

    .regInfoArea .btnBlue3 {
        float: left;
        text-align: center;
        width: 31%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #fff;
        background: #4271d9;
        border-radius: 0 0 3px 3px;
        margin-left: 14px;
        margin-bottom: 11px;
    }

    .regInfoArea .btnBlue4 {
        float: center;
        text-align: center;
        width: 31%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #fff;
        background: #4271d9;
        border-radius: 0 0 3px 3px;
        margin-left: 15px;
        margin-bottom: 11px;
    }

    .regInfoArea .btnBlue5 {
        float: right;
        text-align: center;
        width: 31%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #fff;
        background: #4271d9;
        border-radius: 0 0 3px 3px;
        margin-right: 14px;
        margin-bottom: 11px;
    }

.regTextWrap > ul {
    width: 504px;
    margin: 14px auto 23px;
}

    .regTextWrap > ul li {
        position: relative;
        z-index: 1;
        margin: 0 0 9px 0;
        overflow: hidden;
        border-radius: 3px;
    }

        .regTextWrap > ul li > img {
            float: left;
        }

        .regTextWrap > ul li > input {
            float: left;
            width: 454px;
            height: 50px;
            line-height: 50px;
            padding: 0 16px;
            font-size: 14px;
            color: #b0b0b0;
            border: 1px solid #e2e6ed;
            border-left: none;
        }

            .regTextWrap > ul li > input:focus {
                outline: none !important;
            }

        .regTextWrap > ul li > .check {
            position: absolute;
            z-index: 2;
            right: 15px;
            top: 17px;
            display: block;
            width: 17px;
            height: 12px;
            background: url(../images/sub/join/img_check.gif) 0 0 no-repeat;
        }

.completeArea {
    width: 852px;
    margin: 37px auto 100px;
    padding: 38px 0;
    background: #fff;
    border: 1px solid #e2e6ed;
    border-radius: 3px
}

    .completeArea p {
        padding: 38px 0 0 0;
        line-height: 34px;
        font-size: 16px;
        font-weight: 500;
        color: #343a40;
        text-align: center;
        background: url(../images/sub/join/img_check_big.gif) top center no-repeat
    }

    .completeArea .btnBlue {
        display: block;
        text-align: center;
        width: 504px;
        height: 60px;
        margin: 13px auto 0;
        line-height: 60px;
        font-size: 16px;
        color: #fff;
        background: #4271d9;
        border-radius: 3px;
    }

.findMemberInfo {
    overflow: hidden;
    width: 499px;
    padding: 110px 0 0 0;
    margin: 110px auto 0;
    line-height: 22px;
    font-size: 14px;
    color: #4271d9;
    text-align: center;
    background: url(../images/sub/join/img_help.gif) top center no-repeat;
}

.findMemberInfo2 {
    font-weight: bold;
    overflow: hidden;
    width: 499px;
    margin: 55px auto 0;
    line-height: 28px;
    font-size: 20px;
    /*color: #4271d9;*/
    color: #c93636;
    text-align: center;
}

.findMemberInfo3 {
    overflow: hidden;
    width: 499px;
   /* margin: 110px auto 0;*/
    line-height: 22px;
    font-size: 20px;
    color: #4271d9;
    text-align: center;
}

/* sub4 */
.checkboxUl {
    *zoom: 1;
}

    .checkboxUl:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        line-height: 0;
        width: 0;
        visibility: hidden;
    }

    .checkboxUl li {
        float: left;
        margin: 0 30px 0 0;
    }

.checkboxUl2 {
    *zoom: 1;
}

    .checkboxUl2:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        line-height: 0;
        width: 0;
        visibility: hidden;
    }

    .checkboxUl2 li {
        float: left;
        margin: 0 7px 0 0;
    }

.inputDrt {
    padding: 13px 0 0 0;
}

    .inputDrt label {
        float: left;
        box-sizing: border-box;
        display: inline-block;
        width: 84px;
        height: 33px;
        line-height: 31px;
        text-align: center;
        color: #9b98a4;
        font-size: 13px;
        background: #f5f5f5;
        border-radius: 4px 0 0 4px;
        border: 2px solid #f5f5f5;
        border-right: none;
    }

    .inputDrt input[type=text] {
        float: right;
        width: 154px;
        height: 34px;
        padding: 0 0 0 8px;
        margin-left: -4px;
        line-height: 32px;
        text-align: left;
        color: #9b98a4;
        font-size: 13px;
        border: 1px solid #e2e6ed;
        background: #fff;
        border-radius: 0 4px 4px 0;
        border-left: none;
    }

        .inputDrt input[type=text]:focus + label {
            border: 2px solid #4271d9;
            border-right: none;
        }

        .inputDrt input[type=text]:focus {
            outline: none;
            border: 2px solid #4271d9;
            border-left: none;
        }

            .inputDrt input[type=text]:focus.borderHoverStyle {
                border-left: 2px solid #4271d9;
            }

.termsTextArea {
    box-sizing: border-box;
    overflow-y: auto;
    width: 767px;
    height: 210px;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #e2e6ed;
    border-radius: 4px;
    background: #fff;
}

.textSub {
    line-height: 14px;
    font-size: 9px;
    color: #9b98a4;
}

.prevArea {
    box-sizing: border-box;
    width: 440px;
    border: 1px solid #e2e6ed
}

    .prevArea > img {
        box-sizing: border-box;
        width: 100%;
    }

.textAreaReqst {
    box-sizing: border-box;
    width: 294px;
    height: 92px;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #e2e6ed;
}

.downBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

    .downBtn i {
        color: #7a7a84;
        font-size: 14px;
    }

.historyUl {
    width: 470px;
    height: 220px;
    padding: 0 35px 0 30px;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
}

    .historyUl li {
        position: relative;
        z-index: 1;
        width: 400px;
        padding-bottom: 10px;
        direction: ltr;
        text-align: left
    }

        .historyUl li p {
            width: 380px;
            font-size: 13px;
            color: #9b98a4;
            line-height: 20px;
            word-break: break-all;
        }

        .historyUl li span {
            font-size: 11px;
            color: #cdcbd1;
        }

    /* 스크롤바 설정*/
    .historyUl::-webkit-scrollbar {
        width: 2px;
    }

    /* 스크롤바 막대 설정*/
    .historyUl::-webkit-scrollbar-thumb {
        /* 스크롤바 막대 높이 설정    */
        width: 12px;
        background-color: #1e7af3;
        /* 스크롤바 둥글게 설정    */
        border-radius: 10px;
    }

.scrollBar::-webkit-scrollbar {
    width: 4px;
}

.scrollBar::-webkit-scrollbar-thumb {
    background-color: #e2e6ed;
    border-radius: 5px;
}

.scrollBar::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

/* 스크롤바 뒷 배경 설정*/
.historyUl::-webkit-scrollbar-track {
    background-color: #e9f0ff;
}

.btnFullBlue {
    display: block;
    padding: 15px 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #4271d9;
    border-radius: 0 0 4px 4px
}

.invoiceWrap {
    padding: 0 43px;
    height: 70vh;
    overflow-x: hidden
}

    .invoiceWrap .invoiceUl {
        width: 111%;
        padding: 20px 0 5px;
        display: flex;
        justify-content: space-between;
    }

        .invoiceWrap .invoiceUl:after {
            content: '';
            clear: both;
            line-height: 0;
            font-size: 0;
            visibility: hidden
        }

        .invoiceWrap .invoiceUl > li {
            width: auto;
        }

            .invoiceWrap .invoiceUl > li > h3 {
                display: inline-block;
                padding-right: 6px;
                font-size: 1.3rem;
                color: #9b98a4;
                font-weight: 600;
            }

            .invoiceWrap .invoiceUl > li > p {
                display: inline-block;
                font-size: 1.3rem;
                color: #9b98a4
            }

            .invoiceWrap .invoiceUl > li > a {
                display: inline-block;
                font-size: 1.3rem;
                color: #9b98a4
            }

        .invoiceWrap .invoiceUl .merchantList {
            top: 25px;
            left: auto;
            right: 5%;
        }

.toggleCompanyBtn {
    font-size: 1.3rem;
    color: #9b98a4
}

.merchantList {
    display: none;
    overflow-y: auto;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 0;
    width: 74%;
    padding: 0 15px;
    max-height: 140px;
    border: 1px solid #9b98a4;
    background: #fff;
    border-radius: 6px;
}

    .merchantList a {
        display: block;
        line-height: 20px;
        font-size: 1.4rem;
        color: #9b98a4
    }

.invoiceWrap .invoiceArea {
    box-sizing: border-box;
    width: 896px;
    padding: 18px;
    margin: 0 auto;
    border: 10px solid #f0f1f3;
}

.textAreaLeft {
    float: left;
    width: 710px;
}

    .textAreaLeft > p {
        font-size: 1.3rem;
        color: #9b98a4
    }

        .textAreaLeft > p > strong {
            font-size: 1.3rem;
            color: #9b98a4;
            font-weight: 700;
        }

    .textAreaLeft .infoCompany {
        float: left;
        width: 352px;
    }

        .textAreaLeft .infoCompany h3 {
            line-height: 25px;
            font-size: 1.3rem;
            color: #9b98a4;
            font-weight: 600;
        }

        .textAreaLeft .infoCompany h4 {
            line-height: 17px;
            font-size: 12px;
            color: #9b98a4;
            font-weight: 500;
        }

        .textAreaLeft .infoCompany p {
            line-height: 17px;
            font-size: 12px;
            color: #9b98a4
        }

.invoiceArea .dateInfoRight h3 {
    font-size: 1.3rem;
    color: #9b98a4;
}

.invoiceArea .dateInfoRight p {
    padding-bottom: 12px;
    font-size: 1.3rem;
    color: #9b98a4;
}

.notesArea {
    float: left;
    width: 600px
}

    .notesArea > h3 {
        font-size: 1.4rem;
        color: #9b98a4
    }

    .notesArea > p {
        padding: 12px 0 18px 0;
        font-size: 1.3rem;
        color: #9b98a4
    }

    .notesArea .signArea > h3 {
        float: left;
        width: 300px;
        font-size: 1.3rem;
        color: #9b98a4
    }

.amtArea {
    float: right;
    padding: 18px 0 0 0;
}

    .amtArea ul {
        width: 240px
    }

        .amtArea ul li {
            padding: 0 0 10px 0;
            *zoom: 1;
        }

            .amtArea ul li:after {
                content: '';
                display: block;
                line-height: 0;
                height: 0;
                clear: both;
            }

            .amtArea ul li > h4 {
                float: left;
                width: 110px;
                text-align: right;
                font-weight: 400;
                font-size: 1.4rem;
                color: #9b98a4
            }

            .amtArea ul li > p {
                float: left;
                width: 130px;
                text-align: right;
                font-size: 1.4rem;
                color: #9b98a4
            }

            .amtArea ul li > strong {
                display: block;
                padding: 5px 0 0 0;
                text-align: right;
                font-size: 3.1rem;
                color: #4271d9
            }

/* 이벤트페이지관리 */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 25px;
    color: #212121;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    overflow-x: hidden;
    -webkit-transition: 0.5s top;
    transition: 0.5s top;
}

ul, li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

header a {
    color: #fff;
}

h1 {
    font-size: 4rem;
    font-weight: 500;
    color: #4271d9;
}

h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #9b98a4;
}

h3 {
    font-size: 2.5rem;
    font-weight: 500;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

input:not([type="checkbox"]):focus,
select:focus {
    border: none;
    outline: 2px solid #4271d9;
}

input[type="checkbox"]:checked {
    background-color: yellow;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin-top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #e2e6ed;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    background: #fff;
}

    input[type="checkbox"]::after {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -53%);
        transform: translate(-50%, -53%);
        content: '✔';
        color: #fff;
    }

    input[type="checkbox"]:checked {
        border-radius: 3px;
        background: #4271d9;
    }

        input[type="checkbox"]:checked::after {
            display: block;
        }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 10px;
    color: #212121;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    overflow-x: hidden;
    -webkit-transition: 0.5s top;
    transition: 0.5s top;
}

ul, li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

header a {
    color: #fff;
}

h1 {
    font-size: 4rem;
    font-weight: 500;
    color: #4271d9;
}

h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #9b98a4;
}

h3 {
    font-size: 2.5rem;
    font-weight: 500;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

input:not([type="checkbox"]):focus,
select:focus {
    border: none;
    outline: 2px solid #4271d9;
}

input[type="checkbox"]:checked {
    background-color: yellow;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin-top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #e2e6ed;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    background: #fff;
}

    input[type="checkbox"]::after {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -53%);
        transform: translate(-50%, -53%);
        content: '✔';
        color: #fff;
    }

    input[type="checkbox"]:checked {
        border-radius: 3px;
        background: #4271d9;
    }

        input[type="checkbox"]:checked::after {
            display: block;
        }


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 10px;
    color: #212121;
}

.wrap .flex-box-02 header .menu-box {
    padding: 10px 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #4271d9;
}

    .wrap .flex-box-02 header .menu-box .menu-left a.menu-btn i {
        font-size: 2rem;
        color: #fff;
    }

    .wrap .flex-box-02 header .menu-box .menu-right a {
        padding: 0 1.5rem;
        font-size: 1.2rem;
    }

        .wrap .flex-box-02 header .menu-box .menu-right a:last-child {
            padding-right: 0;
        }

        .wrap .flex-box-02 header .menu-box .menu-right a.menu-r-btn {
            padding: 3px 10px;
            border: 1px solid #fff;
            border-radius: 2rem;
        }

            .wrap .flex-box-02 header .menu-box .menu-right a.menu-r-btn:hover {
                color: #4271d9;
                background: #eaf1ff;
            }

        .wrap .flex-box-02 header .menu-box .menu-right a.login-btn {
            display: none;
        }



.wrap .flex-box-02 #contents-container {
    position: relative;
    padding-bottom: 200px;
    background: #f8f9fa;
}

    .wrap .flex-box-02 #contents-container .contents-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 50px;
    }

        .wrap .flex-box-02 #contents-container .contents-top .title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

        .wrap .flex-box-02 #contents-container .contents-top .sub-tit {
            margin-left: 10px;
            margin-bottom: 5px;
            font-size: 1.2rem;
            font-weight: 500;
        }

        .wrap .flex-box-02 #contents-container .contents-top .calendar {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 5px;
        }

            .wrap .flex-box-02 #contents-container .contents-top .calendar a {
                padding: 7px 10px;
                border: 1px solid #e2e6ed;
                background: #fff;
            }

                .wrap .flex-box-02 #contents-container .contents-top .calendar a#reportrange {
                    padding: 5px 10px;
                    border-left: 0;
                    border-right: 0;
                }

                .wrap .flex-box-02 #contents-container .contents-top .calendar a.btn-cal {
                    border: none;
                    background: #4271d9;
                }

                    .wrap .flex-box-02 #contents-container .contents-top .calendar a.btn-cal i {
                        color: #fff;
                    }

                .wrap .flex-box-02 #contents-container .contents-top .calendar a i {
                    font-size: 1.5rem;
                }

                .wrap .flex-box-02 #contents-container .contents-top .calendar a span {
                    font-size: 1.3rem;
                }

    .wrap .flex-box-02 #contents-container .contents-main {
        margin-top: 30px;
    }

    .wrap .flex-box-02 #contents-container .db-table-section {
        margin-top: 50px;
        overflow-x: scroll;
        border: 1px solid #e2e6ed;
        border-radius: 5px;
        background: #fff;
        -webkit-transition: 1s opacity, 1s -webkit-transform;
        transition: 1s opacity, 1s -webkit-transform;
        transition: 1s transform, 1s opacity;
        transition: 1s transform, 1s opacity, 1s -webkit-transform;
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

        .wrap .flex-box-02 #contents-container .db-table-section.active {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .wrap .flex-box-02 #contents-container .db-table-section .table-top {
            padding: 20px 25px;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            border-bottom: 1px solid #e2e6ed;
        }

            .wrap .flex-box-02 #contents-container .db-table-section .table-top .db-summary {
                width: 60%;
            }

                .wrap .flex-box-02 #contents-container .db-table-section .table-top .db-summary ul {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                }

                    .wrap .flex-box-02 #contents-container .db-table-section .table-top .db-summary ul li span {
                        display: block;
                        color: #49474e;
                    }

                        .wrap .flex-box-02 #contents-container .db-table-section .table-top .db-summary ul li span.status-top {
                            margin-bottom: 3px;
                            font-size: 1.3rem;
                            font-weight: 400;
                            color: #49474e;
                        }

                        .wrap .flex-box-02 #contents-container .db-table-section .table-top .db-summary ul li span.db-num-bottom {
                            color: #9b98a4;
                        }

            .wrap .flex-box-02 #contents-container .db-table-section .table-top input.search {
                padding: 2px 5px;
                width: 20%;
                font-size: 1.2rem;
                border: 1px solid #e2e6ed;
                border-radius: 5px;
            }

        .wrap .flex-box-02 #contents-container .db-table-section .table {
            margin: 0 auto;
            width: 100%;
            overflow-x: auto;
            word-break: keep-all;
        }

            .wrap .flex-box-02 #contents-container .db-table-section .table thead tr th {
                border-bottom: 1px solid #e2e6ed;
                padding: 20px;
                font-size: 1.3rem;
                font-weight: 400;
                text-align: left;
                color: #9b98a4;
            }

                .wrap .flex-box-02 #contents-container .db-table-section .table thead tr th:first-child {
                    text-align: center;
                }

            .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr {
                position: relative;
                border-bottom: 1px solid #e2e6ed;
            }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr:nth-child(odd) {
                    background: #f5f5f5;
                }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr:hover {
                    background: #eaf1ff;
                }

            .wrap .flex-box-02 #contents-container .db-table-section .table tbody .good::after {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                content: '';
                width: 4px;
                height: 100%;
                background: #4271d9;
            }

            .wrap .flex-box-02 #contents-container .db-table-section .table tbody .bad::after {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                content: '';
                width: 4px;
                height: 100%;
                background: #ff6a00;
            }

            .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td {
                padding: 20px;
                border-bottom: 1px solid #e2e6ed;
                color: #49474e;
                font-size: 1.3rem;
            }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td:nth-child(1) {
                    width: 5%;
                    text-align: center;
                }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td:nth-child(2) {
                    width: 6%;
                }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td:nth-child(3) {
                    width: 13%;
                }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td:nth-child(4) {
                    width: 6%;
                }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td:nth-child(5) {
                    width: 10%;
                }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td:nth-child(6) {
                    width: 11.5%;
                }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td:nth-child(7) {
                    width: 11.5%;
                }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td:nth-child(8) {
                    width: 20%;
                }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td:nth-child(9) {
                    width: 3%;
                }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td:nth-child(10) {
                    width: 9%;
                }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td:nth-child(11) {
                    width: 5%;
                }

                    .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td:nth-child(11) select.status_table {
                        border: 1px solid #e2e6ed;
                        border-radius: 5px;
                        padding: 2px 5px;
                        font-size: 1.3rem;
                        color: #49474e;
                    }

                        .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td:nth-child(11) select.status_table option {
                            font-size: 1.3rem;
                            color: #49474e;
                        }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td a {
                    font-size: 1.3rem;
                    color: #49474e;
                }

                    .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td a i {
                        font-size: 1.8rem;
                        color: #797a83;
                    }

                .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td span {
                    font-size: 1.3rem;
                    color: #49474e;
                }

                    .wrap .flex-box-02 #contents-container .db-table-section .table tbody tr td span.small-txt {
                        display: block;
                        font-size: 10px;
                        color: #9b98a4;
                    }

        .wrap .flex-box-02 #contents-container .db-table-section .table-bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 20px;
            background: #f5f5f5;
            position: relative;
        }

            .wrap .flex-box-02 #contents-container .db-table-section .table-bottom .showing-page-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .wrap .flex-box-02 #contents-container .db-table-section .table-bottom .showing-page-box label select {
                    font-size: 1.3rem;
                    color: #49474e;
                    border: 1px solid #e2e6ed;
                    border-radius: 5px;
                }

                    .wrap .flex-box-02 #contents-container .db-table-section .table-bottom .showing-page-box label select option {
                        font-size: 1.3rem;
                    }

                .wrap .flex-box-02 #contents-container .db-table-section .table-bottom .showing-page-box .dataTable-info {
                    padding-left: 10px;
                    font-size: 1.2rem;
                    color: #9b98a4;
                }

            .wrap .flex-box-02 #contents-container .db-table-section .table-bottom .table-nav ul.pagination {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position:absolute;
                right:0;
            }

                .wrap .flex-box-02 #contents-container .db-table-section .table-bottom .table-nav ul.pagination li {
                    margin: 0 1px;
                    border: 1px solid #e2e6ed;
                    border-radius: 5px;
                    background: #fff;
                    right: 0;
                }

                    .wrap .flex-box-02 #contents-container .db-table-section .table-bottom .table-nav ul.pagination li a {
                        padding: 2px 7px;
                        font-size: 1.3rem;
                        border-radius: 5px;
                        right: 0;
                    }

                        .wrap .flex-box-02 #contents-container .db-table-section .table-bottom .table-nav ul.pagination li a:hover {
                            background: #eaf1ff;
                            right: 0;
                        }


                        .wrap .flex-box-02 #contents-container .db-table-section .table-bottom .table-nav ul.pagination li a:active span {
                            color: #fff;
                            background: #4271d9;
                            right: 0;
                        }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    overflow-x: hidden;
    -webkit-transition: 0.5s top;
    transition: 0.5s top;
}

ul, li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

header a {
    color: #fff;
}

h1 {
    font-size: 4rem;
    font-weight: 500;
    color: #4271d9;
}

h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #9b98a4;
}

h3 {
    font-size: 2.5rem;
    font-weight: 500;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

input:not([type="checkbox"]):focus,
select:focus {
    border: none;
    outline: 2px solid #4271d9;
}

input[type="checkbox"]:checked {
    background-color: yellow;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin-top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #e2e6ed;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    background: #fff;
}

    input[type="checkbox"]::after {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -53%);
        transform: translate(-50%, -53%);
        content: '✔';
        color: #fff;
    }

    input[type="checkbox"]:checked {
        border-radius: 3px;
        background: #4271d9;
    }

        input[type="checkbox"]:checked::after {
            display: block;
        }

.item-box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .item-box-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.item-box-container .item-box {
    overflow: hidden;
    border: 1px solid #e2e6ed;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: 1s opacity, 1s -webkit-transform;
    transition: 1s opacity, 1s -webkit-transform;
    transition: 1s transform, 1s opacity;
    transition: 1s transform, 1s opacity, 1s -webkit-transform;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 2rem;
    max-height: 415px;
    -webkit-transition: 0.4s max-height, 1s opacity, 1s -webkit-transform;
    transition: 0.4s max-height, 1s opacity, 1s -webkit-transform;
    transition: 0.4s max-height, 1s transform, 1s opacity;
    transition: 0.4s max-height, 1s transform, 1s opacity, 1s -webkit-transform;
}

    .item-box-container .item-box.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .item-box-container .item-box.slideUp {
        height: 62px;
    }

    .item-box-container .item-box.slideDown {
        height: auto;
    }

@media only screen and (max-width: 768px) {
    .item-box-container .item-box {
        width: 100%;
        margin-bottom: 10px;
    }
}

.item-box-container .item-box:last-child {
    margin-right: 0;
}

.item-box-container .item-box .item-tit {
    width: 100%;
    border-bottom: 1px solid #e2e6ed;
}

    .item-box-container .item-box .item-tit a.arrow-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
        -webkit-transition: 1s -webkit-transform;
        transition: 1s -webkit-transform;
        transition: 1s transform;
        transition: 1s transform, 1s -webkit-transform;
    }

        .item-box-container .item-box .item-tit a.arrow-btn i {
            -webkit-transition: 0.3s -webkit-transform;
            transition: 0.3s -webkit-transform;
            transition: 0.3s transform;
            transition: 0.3s transform, 0.3s -webkit-transform;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            font-size: 1.3rem;
        }

            .item-box-container .item-box .item-tit a.arrow-btn i.fa-pencil {
                color: #7a7a84;
                transform: rotate(0deg)
            }

            .item-box-container .item-box .item-tit a.arrow-btn i .active {
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

.item-box-container .item-box ul.item-list {
    height: 240px;
    overflow: scroll;
    overflow-x: hidden;
}

    .item-box-container .item-box ul.item-list li {
        margin: 0 auto;
        width: 98%;
        border-bottom: 1px solid #e2e6ed;
    }

        .item-box-container .item-box ul.item-list li:last-child {
            border-bottom: none;
        }

        .item-box-container .item-box ul.item-list li:hover {
            background: #eaf1ff;
        }

        .item-box-container .item-box ul.item-list li label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 15px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .item-box-container .item-box ul.item-list li label .item-left {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .item-box-container .item-box ul.item-list li label .item-left span.adv {
                    padding-left: 10px;
                    font-size: 1.3rem;
                    color: #9b98a4;
                }

            .item-box-container .item-box ul.item-list li label span.db-num-top {
                padding: 1px 3px;
                border-radius: 2px;
                color: #fff;
                background: #4271d9;
            }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 10px;
    color: #212121;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    overflow-x: hidden;
    -webkit-transition: 0.5s top;
    transition: 0.5s top;
}

ul, li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

header a {
    color: #fff;
}

h1 {
    font-size: 4rem;
    font-weight: 500;
    color: #4271d9;
}

h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #9b98a4;
}

h3 {
    font-size: 2.5rem;
    font-weight: 500;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

input:not([type="checkbox"]):focus,
select:focus {
    border: none;
    outline: 2px solid #4271d9;
}

input[type="checkbox"]:checked {
    background-color: yellow;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin-top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #e2e6ed;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    background: #fff;
}

    input[type="checkbox"]::after {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -53%);
        transform: translate(-50%, -53%);
        content: '✔';
        color: #fff;
    }

    input[type="checkbox"]:checked {
        border-radius: 3px;
        background: #4271d9;
    }

        input[type="checkbox"]:checked::after {
            display: block;
        }

.card-box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .card-box-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.card-box-container .card-box {
    border: 1px solid #e2e6ed;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: 1s opacity, 1s -webkit-transform;
    transition: 1s opacity, 1s -webkit-transform;
    transition: 1s transform, 1s opacity;
    transition: 1s transform, 1s opacity, 1s -webkit-transform;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 2rem;
    padding: 15px 20px 20px;
    overflow: hidden;
}

    .card-box-container .card-box.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

@media only screen and (max-width: 768px) {
    .card-box-container .card-box {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.card-box-container .card-box:last-child {
    margin-right: 0;
}

.card-box-container .card-box::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 4px;
    height: 100%;
    background-color: #4271d9;
}

.card-box-container .card-box .card-top-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid #e2e6ed;
}

    .card-box-container .card-box .card-top-txt .card-big-tit {
        font-size: 2rem;
        color: #9b98a4;
    }

    .card-box-container .card-box .card-top-txt .card-big-data {
        font-size: 3rem;
        font-weight: 500;
        color: #4271d9;
    }

.card-box-container .card-box .card-bottom-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}

    .card-box-container .card-box .card-bottom-txt .card-small-tit {
        font-size: 1.3rem;
        color: #9b98a4;
    }

    .card-box-container .card-box .card-bottom-txt .card-small-data {
        font-size: 1.3rem;
        color: #9b98a4;
    }

ul.item-list::-webkit-scrollbar {
    width: 4px;
}

ul.item-list::-webkit-scrollbar-thumb {
    background-color: #e2e6ed;
    border-radius: 5px;
}

ul.item-list::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.grid {
    margin: 0 auto;
    width: 90%;
}

.db-table-section {
    -ms-overflow-style: none;
    /* IE, Edge */
    scrollbar-width: none;
    /* Firefox */
}

    .db-table-section::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

.wrap .flex-box-02 #contents-container {
    position: relative;
    padding-bottom: 200px;
    background: #f8f9fa;
}

    .wrap .flex-box-02 #contents-container .contents-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 50px;
    }

        .wrap .flex-box-02 #contents-container .contents-top .title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

        .wrap .flex-box-02 #contents-container .contents-top .sub-tit {
            margin-left: 10px;
            margin-bottom: 5px;
            font-size: 1.2rem;
            font-weight: 500;
        }

.calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

    .calendar a {
        padding: 7px 10px;
        border: 1px solid #e2e6ed;
        background: #fff;
    }

        .calendar a#reportrange {
            padding: 5px 10px;
            border-left: 0;
            border-right: 0;
        }

        .calendar a.btn-cal {
            border: none;
            background: #4271d9;
        }

            .calendar a.btn-cal i {
                color: #fff;
            }

        .calendar a i {
            font-size: 1.5rem;
        }

        .calendar a span {
            font-size: 1.3rem;
        }

.wrap .flex-box-02 #contents-container .contents-main {
    margin-top: 30px;
}

    .wrap .flex-box-02 #contents-container .contents-main .db-table-section {
        margin-top: 50px;
        overflow-x: scroll;
        border: 1px solid #e2e6ed;
        border-radius: 5px;
        background: #fff;
        -webkit-transition: 1s opacity, 1s -webkit-transform;
        transition: 1s opacity, 1s -webkit-transform;
        transition: 1s transform, 1s opacity;
        transition: 1s transform, 1s opacity, 1s -webkit-transform;
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section.active {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-top {
            padding: 20px 25px;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            border-bottom: 1px solid #e2e6ed;
        }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-top .table-top-left {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                width: 13%;
            }

@media only screen and (max-width: 768px) {
    .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-top .table-top-left {
        width: 24%;
    }
}

.wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-top .table-top-left .table-tit {
    font-size: 1.3rem;
    color: #9b98a4;
}

.wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-top .table-top-left select {
    padding: 2px 5px;
    font-size: 1.3rem;
    color: #49474e;
    border: 1px solid #e2e6ed;
    border-radius: 5px;
}

    .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-top .table-top-left select option {
        font-size: 1.3rem;
        color: #49474e;
    }

.wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-top .table-top-left a i {
    font-size: 1.3rem;
    color: #9b98a4;
}

.wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-top input.search {
    padding: 2px 5px;
    width: 20%;
    font-size: 1.2rem;
    border: 1px solid #e2e6ed;
    border-radius: 5px;
}

.wrap .flex-box-02 #contents-container .contents-main .db-table-section .table {
    margin: 0 auto;
    width: 100%;
    overflow-x: auto;
    word-break: keep-all;
}

    .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table thead tr th {
        border-bottom: 1px solid #e2e6ed;
        padding: 20px;
        font-size: 1.3rem;
        font-weight: 400;
        text-align: right;
        color: #9b98a4;
    }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table thead tr th:nth-child(2) {
            text-align: center;
        }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table thead tr th:nth-child(3) {
            text-align: left;
        }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table thead tr th a {
            font-size: 1.3rem;
            font-weight: 500;
            color: #4271d9;
        }

    .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr {
        position: relative;
        border-bottom: 1px solid #e2e6ed;
    }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr.main-tr:nth-child(odd) {
            background: #f5f5f5;
        }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr.main-tr:nth-child(odd):hover {
                background: #eaf1ff;
            }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr.main-tr::after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            content: '';
            width: 4px;
            height: 100%;
            background: #c93636;
        }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr.main-tr.clickAction {
            background: #d5e3fe;
        }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr.sub-tr:nth-child(odd) {
            background: #f3f7ff;
        }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr.sub-tr:nth-child(odd):hover {
                background: #eaf1ff;
            }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr.sub-tr:nth-child(even) {
            background: #e9f1fe;
        }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr.sub-tr:nth-child(even):hover {
                background: #eaf1ff;
            }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr:hover {
            background: #eaf1ff;
        }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td {
            position: relative;
            padding: 20px;
            border-bottom: 1px solid #e2e6ed;
            text-align: right;
            color: #49474e;
            font-size: 1.3rem;
        }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td:nth-child(1) {
                width: 4%;
                text-align: center;
            }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td:nth-child(2) {
                width: 5%;
                text-align: center;
            }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td:nth-child(3) {
                width: 15%;
                text-align: left;
            }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td:nth-child(4) {
                width: 5%;
                text-align: center;
            }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td:nth-child(5) {
                width: 12%;
            }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td:nth-child(6) {
                width: 12%;
            }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td:nth-child(7) {
                width: 12%;
            }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td:nth-child(8) {
                width: 12%;
            }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td:nth-child(9) {
                width: 12%;
            }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td:nth-child(10) {
                width: 12%;
            }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td a {
                position: relative;
                overflow: hidden;
                width: 40px;
                height: 40px;
                border: 1px solid #e2e6ed;
                border-radius: 15px;
            }

                .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td a:last-child {
                    display: none;
                }

                .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td a:hover::after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: block;
                    content: '';
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0, 0, 0, 0.5);
                }

                .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td a img {
                    width: 100%;
                }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td span {
                font-size: 1.3rem;
                color: #49474e;
            }

                .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td span.small-txt {
                    display: block;
                    font-size: 10px;
                    color: #9b98a4;
                }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td i.foler-icon {
                font-size: 1.8rem;
                color: #797a83;
            }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td img.img-hover {
                width: 40px;
                cursor: pointer;
                border-radius: 5px;
            }

                .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody tr td img.img-hover:hover {
                    z-index: 1;
                    position: absolute;
                    top: 10%;
                    left: 10%;
                    width: 130px;
                    border-radius: 0;
                }

    .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table tbody .table-slide-box {
        display: none;
    }

.wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    background: #f5f5f5;
}

    .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-bottom .showing-page-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-bottom .showing-page-box label select {
            font-size: 1.3rem;
            color: #49474e;
            border: 1px solid #e2e6ed;
            border-radius: 5px;
        }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-bottom .showing-page-box label select option {
                font-size: 1.3rem;
            }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-bottom .showing-page-box .dataTable-info {
            padding-left: 10px;
            font-size: 1.2rem;
            color: #9b98a4;
        }

    .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-bottom .table-nav ul.pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-bottom .table-nav ul.pagination li {
            margin: 0 1px;
            border: 1px solid #e2e6ed;
            border-radius: 5px;
            background: #fff;
        }

            .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-bottom .table-nav ul.pagination li a {
                padding: 2px 7px;
                font-size: 1.3rem;
                border-radius: 5px;
            }

                .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-bottom .table-nav ul.pagination li a:hover {
                    background: #eaf1ff;
                }

                .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-bottom .table-nav ul.pagination li a:active {
                    color: #fff;
                    background: #4271d9;
                }

                    .wrap .flex-box-02 #contents-container .contents-main .db-table-section .table-bottom .table-nav ul.pagination li a:active span {
                        color: #fff;
                        background: #4271d9;
                    }

.previewEventArea {
    margin-top: 50px;
    margin-left: 2rem;
    background: #fff;
    width: 100%;
    border: 1px solid #e2e6ed;
    border-radius: 3px;
    -webkit-transition: 1s opacity, 1s -webkit-transform;
    transition: 1s opacity, 1s -webkit-transform;
    transition: 1s transform, 1s opacity;
    transition: 1s transform, 1s opacity, 1s -webkit-transform;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

    .previewEventArea.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .previewEventArea .item-tit {
        position: relative;
        z-index: 1;
        padding: 20px;
        border-bottom: 1px solid #e2e6ed;
    }

        .previewEventArea .item-tit h2 {
        }

        .previewEventArea .item-tit .golinkBtn {
            position: absolute;
            z-index: 2;
            top: 20px;
            right: 20px;
            font-size: 1.3rem;
            color: #9b98a4;
        }

    .previewEventArea .previeArea {
        display: flex;
        height: 874px;
        text-align: center;
        font-size: 1.4rem;
        color: #9b98a4;
        justify-content: center;
        align-items: center;
    }

.scriptArea {
    overflow-y: auto;
    width: 230px;
    height: 83px;
    padding: 10px;
    color: #9b98a4;
    font-size: 1.4rem;
    border: 1px solid #e2e6ed;
    border-radius: 3px;
}

textarea.scriptArea:focus {
    border: none;
    outline: 2px solid #4271d9;
}

textarea#termsTxt:focus {
    border: none;
    outline: 2px solid #4271d9;
}

.copyBtn {
    display: inline-block;
    width: 84px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    color: #9b98a4;
    letter-spacing: -0.025em;
    background: #f5f5f5;
    border-radius: 3px
}

.findBtn {
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 21px;
    text-align: center;
    border-radius: 12px;
    background: #7a7a84
}

    .findBtn i:before {
        color: #fff;
        font-size: 10px;
    }

.roundBlueLborder {
    width: 90%;
    padding: 15px;
    margin: 25px 0 0 0;
    border: 2px solid #f1f3f7;
    border-left: 2px solid #4271d9;
    border-radius: 4px;
}

    .roundBlueLborder h3 {
        padding: 8px 18px 18px 18px;
        font-size: 18px;
        line-height: 22px;
        color: #9b98a4;
        font-weight: 700;
        border-bottom: 2px solid #f1f3f7
    }

.chargeInfoTxtArea {
    padding: 20px 18px;
}

    .chargeInfoTxtArea p {
        padding: 0 0 35px 0;
        line-height: 14px;
        font-size: 10px;
        color: #9b98a4;
    }

    .chargeInfoTxtArea .chargeAmt {
        float: left;
        width: 277px;
    }

    .chargeInfoTxtArea .blueBtn {
        float: right;
        width: 85px;
        height: 34px;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        background: #4271d9;
        border-radius: 4px;
    }

/* notice */
.elipsisLink {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.elipsisContext {
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.viewSubjectLayer .rowTable td {
    font-size: 1.4rem;
    color: #9b98a4;
}

    .viewSubjectLayer .rowTable td a {
        font-size: 1.4rem;
        color: #9b98a4;
    }

.viewSubjectLayer .vieContextArea {
    overflow-y: auto;
    width: 100%;
    padding: 0 20px 20px 0;
    max-height: 300px;
    line-height: 2.8rem;
    font-size: 1.4rem;
    color: #9b98a4;
    border-radius: 3px;
    border: 1px solid #e2e6ed;
    padding: 5px 10px;
    width: 95%;
}

.viewSubjectLayer .viewImgArea {
    overflow-y: auto;
    width: 95%;
    padding: 20px;
    text-align: center;
    border: 1px solid #e4e8ee;
    border-radius: 4px;
}

.writeSubjectLayer .rowTable td {
    font-size: 13px;
    color: #9b98a4;
}

.writeSubjectLayer tbody th label {
    line-height: 30px;
}

.writeSubjectLayer .rowTable td a {
    font-size: 1.4rem;
    color: #9b98a4;
}

.writeSubjectLayer .vieContextArea {
    overflow-y: auto;
    width: 95%;
    padding: 5px 10px;
    min-height: 150px;
    max-height: 300px;
    line-height: 2.8rem;
    font-size: 1.4rem;
    color: #9b98a4;
    border: 1px solid #e4e8ee;
    border-radius: 4px;
}

    .writeSubjectLayer .vieContextArea:focus {
        border: none;
        outline: 2px solid #4271d9;
    }

.writeSubjectLayer .viewImgArea {
    width: 95%;
    padding: 20px;
    text-align: center;
    border: 1px solid #e4e8ee;
    border-radius: 4px;
}

/* mypage */
.whiteBox {
    background: #fff;
    border-radius: 6px;
}

.roundBlueLborder .pirceInfo {
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 0;
    width: 300px;
    text-align: right;
    font-size: 1.4rem;
    color: #4170da;
}

    .roundBlueLborder .pirceInfo strong {
        font-size: 2rem;
        color: #4170da;
        font-weight: 700
    }

.grayPriceTxt {
}

    .grayPriceTxt h4 {
        float: left;
        font-size: 1.6rem;
        color: #9a98a5;
    }

    .grayPriceTxt .priceInfo {
        float: right;
        margin-right: -20px;
        text-align: right;
        font-size: 1.3rem;
        color: #9a98a5;
    }

        .grayPriceTxt .priceInfo strong {
            font-size: 1.4rem;
            color: #9a98a5;
            font-weight: 700
        }

.overlayLayer {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(242, 246, 255, 0.84);
    border-radius: 6px;
}

    .overlayLayer h5 {
        padding: 20px 0 0 0;
        line-height: 24px;
        font-size: 1.4rem;
        color: #7f7f89;
    }

    .overlayLayer p {
        line-height: 24px;
        font-size: 1.4rem;
        color: #7f7f89;
    }

    .overlayLayer .bankingInfoField {
        width: 342px;
        height: 40px;
        margin: 6px auto;
        line-height: 40px;
        font-size: 1.4rem;
        color: #7f7f89;
        background: #fff;
        border: 1px solid #4170da;
        border-radius: 4px;
    }

    .overlayLayer .pirceInfo {
        position: static;
        width: 300px;
        margin: 0 auto;
        text-align: center;
        font-size: 1.4rem;
        color: #4170da;
    }

        .overlayLayer .pirceInfo strong {
            font-size: 2rem;
            color: #4170da;
            font-weight: 700
        }

.loading {
    width: 23px;
    height: 23px;
    margin: 10px auto;
    -webkit-animation-name: loading;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    background: url(../images/common/loading.png) 0 0 no-repeat
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* .requestChargeLayer{padding-bottom:30px} */
.requestChargeLayer {
    top: 10vh;
    max-height: 80vh;
    overflow: scroll;
    overflow-x: hidden;
    width: 870px;
    left: 55%
}

    .requestChargeLayer::-webkit-scrollbar {
        width: 4px;
    }

    .requestChargeLayer::-webkit-scrollbar-thumb {
        background-color: #e2e6ed;
        border-radius: 5px;
    }

    .requestChargeLayer::-webkit-scrollbar-track {
        background-color: #f5f5f5;
    }

.overlayLayer .cancelBtn {
    display: block;
    width: 97px;
    height: 35px;
    margin: 10px auto 16px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    background: #4271d9;
    border-radius: 4px;
}

.btnRefund {
    position: relative;
    z-index: 1;
    dipslay: block;
    width: 101px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 1.3rem;
    color: #9a98a5;
    background: #fff;
    border: 1px solid #e1e5ee;
    border-radius: 3px;
}

    .btnRefund.onloading {
        width: 101px;
        padding: 0 0 0 14px;
        text-align: left;
    }

        .btnRefund.onloading:after {
            content: '';
            position: absolute;
            z-index: 1;
            top: 11px;
            left: 73px;
            display: block;
            width: 14px;
            height: 14px;
            background: #fff url(../images/common/loading.png) 0 0 no-repeat;
            background-size: 14px 14px;
            -webkit-animation-name: loading;
            -webkit-animation-duration: 1.5s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
        }

.refundInfoTxt {
    padding: 25px 0;
    line-height: 25px;
    text-align: center;
}

    .refundInfoTxt p {
        line-height: 25px;
        font-size: 1.3rem;
        color: #9a98a5;
        text-align: center;
    }

.checkThis {
    padding: 25px 0;
    font-size: 1.2rem;
    color: #7b7984
}

.refundInfoTxt .blueBtn {
    width: 97px;
    height: 35px;
    line-height: 34px;
    font-size: 1.4rem;
    color: #fff;
    background: #4271d9;
    border-radius: 3px;
}

/* CPA 광고관리 모달창 css */
.scroll-bar::-webkit-scrollbar {
    width: 4px;
}

.scroll-bar::-webkit-scrollbar-thumb {
    background-color: #e2e6ed;
    border-radius: 5px;
}

.scroll-bar::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

/* modal */
/* CPA 광고관리 모달창 css */
.modal-wrap::-webkit-scrollbar {
    width: 4px;
}

.modal-wrap::-webkit-scrollbar-thumb {
    background-color: #e2e6ed;
    border-radius: 5px;
}

.modal-wrap::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.modal-wrap {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 58%;
    width: 850px;
}

.modal {
    overflow-y: scroll;
    height: 70vh;
}

    .modal::-webkit-scrollbar {
        width: 4px;
    }

    .modal::-webkit-scrollbar-thumb {
        background-color: #e2e6ed;
        border-radius: 5px;
    }

    .modal::-webkit-scrollbar-track {
        background-color: #f5f5f5;
    }

ul li.ask-section {
    position: relative;
    display: block;
    padding-left: 10px;
    font-size: 1.3rem
}

    ul li.ask-section .modal-sub-tit {
        margin-bottom: 10px;
    }

    ul li.ask-section ul {
        padding: 0;
        overflow-y: scroll;
        height: 300px;
    }

        ul li.ask-section ul::before {
            position: absolute;
            top: 35px;
            left: 15px;
            display: block;
            content: '';
            width: 1px;
            height: 300px;
            background-color: #e2e6ed;
        }

        ul li.ask-section ul li.ask-item {
            position: relative;
            margin-bottom: 15px;
            padding-left: 20px;
            padding-right: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            ul li.ask-section ul li.ask-item::before {
                display: block;
                position: absolute;
                top: 4px;
                left: 0;
                width: 10px;
                height: 10px;
                content: '';
                border: 1px solid #4271d9;
                border-radius: 10px;
            }

            ul li.ask-section ul li.ask-item .ask-txt {
                display: inline-block;
                text-align: left;
                color: #9b98a4;
                font-size: 1.3rem
            }

            ul li.ask-section ul li.ask-item .small-txt {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-top: 5px;
            }

                ul li.ask-section ul li.ask-item .small-txt .writer {
                    margin-right: 5px;
                    width: auto;
                    text-align: left;
                    font-size: 10px;
                    font-weight: 300;
                    color: #9b98a4;
                }

                ul li.ask-section ul li.ask-item .small-txt .ask-date {
                    width: auto;
                    text-align: left;
                    font-size: 10px;
                    font-weight: 300;
                    color: #9b98a4;
                }

            ul li.ask-section ul li.ask-item .download-btn {
                margin-left: 40px;
            }

                ul li.ask-section ul li.ask-item .download-btn a i {
                    color: #797a83;
                    font-size: 1.8rem;
                }

/* 마이페이지 > 내정보 모달창 */
.myInfo.modal-wrap {
    /* 모달창 start */
    display: none;
    overflow-x: hidden;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE, Edge */
    scrollbar-width: none;
    /* Firefox */
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 960px;
    border: none;
    border-radius: 5px;
    color: #49474e;
    background: #fff;
}

    .myInfo.modal-wrap::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .myInfo.modal-wrap .modal-top {
        z-index: 100;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px;
        border-bottom: 1px solid #e2e6ed;
        background-color: #fff;
    }

        .myInfo.modal-wrap .modal-top h3 {
            font-size: 1.5rem;
            font-weight: 600;
        }

        .myInfo.modal-wrap .modal-top .closeBtn {
            cursor: pointer;
            -webkit-transition: 0.5s -webkit-transform;
            transition: 0.5s -webkit-transform;
            transition: 0.5s transform;
            transition: 0.5s transform, 0.5s -webkit-transform;
        }

            .myInfo.modal-wrap .modal-top .closeBtn:hover {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .myInfo.modal-wrap .modal-top .closeBtn i {
                font-size: 1.8rem;
                color: #4271d9;
            }

    .myInfo.modal-wrap .modal-main {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .myInfo.modal-wrap .modal-main ul {
            width: 50%;
        }

            .myInfo.modal-wrap .modal-main ul li {
                margin-bottom: 25px;
            }

                .myInfo.modal-wrap .modal-main ul li:last-child {
                    margin-bottom: 0;
                }

                .myInfo.modal-wrap .modal-main ul li span {
                    color: #9b98a4;
                    font-size: 1.3rem;
                }

                    .myInfo.modal-wrap .modal-main ul li span.modal-sub-tit {
                        display: inline-block;
                        width: 140px;
                        font-weight: 500;
                    }

                .myInfo.modal-wrap .modal-main ul li select {
                    padding: 2px 5px;
                    font-size: 1.3rem;
                    color: #49474e;
                    border: 1px solid #e2e6ed;
                    border-radius: 5px;
                }

                    .myInfo.modal-wrap .modal-main ul li select option {
                        font-size: 1.3rem;
                        color: #49474e;
                    }

                .myInfo.modal-wrap .modal-main ul li input[type="text"] {
                    padding: 2px 5px;
                    width: 180px;
                    border: 1px solid #e2e6ed;
                    border-radius: 5px;
                    font-size: 1.3rem;
                    color: #9b98a4;
                }

    /* .myInfo.modal-wrap .modal-main ul li input[type="search"]::-webkit-input-placeholder {
color: #9b98a4;
}

.myInfo.modal-wrap .modal-main ul li input[type="search"]:-ms-input-placeholder {
color: #9b98a4;
}

.myInfo.modal-wrap .modal-main ul li input[type="search"]::-ms-input-placeholder {
color: #9b98a4;
}

.myInfo.modal-wrap .modal-main ul li input[type="search"]::placeholder {
color: #9b98a4;
} */

    .myInfo.modal-wrap .modal-bottom {
        padding: 15px 20px;
        width: 100%;
        text-align: center;
        background: #4271d9;
    }

        .myInfo.modal-wrap .modal-bottom a {
            width: 100%;
            font-size: 1.5rem;
            font-weight: 500;
            color: #fff;
        }

select {
    padding: 2px 5px;
    font-size: 13px;
    color: #49474e;
    border: 1px solid #e2e6ed;
    border-radius: 5px;
}

    select option {
        font-size: 13px;
        color: #49474e;
    }

.wrap .contents-box ul.flex-box-half li.flex-half .modal-sub-tit {
    display: block;
}

    .wrap .contents-box ul.flex-box-half li.flex-half .modal-sub-tit.aa {
        width: 165px;
    }

.outUseYnInputBox input {
    box-sizing: border-box;
    width: 140px;
    height: 34px;
    margin: 3px 0;
    padding: 5px 10px;
    line-height: 32px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e2e6ed;
    border-radius: 4px;
    color: #9a98a4;
}

    .outUseYnInputBox input::placeholder {
        color: #9a98a4;
    }



iframe {
    width: 100%;
    height: 100%;
}

/* 230530 - 로그인 화면 추가 */
.loginFailedText {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #f00;
}

/* 캡챠 */
.captchaArea {
    margin: 20px auto 0;
    text-align: center;
}

    .captchaArea .captcha {
        margin: 0 auto;
        width: 250px;
    }

        .captchaArea .captcha img {
            width: 100%;
        }
/**/

.container {
    position: relative;
}


.input-text,
.captcha-image {
    /*        margin-top: 10px;
        text-align: center;
        padding: 2px 5px;
        width: 215px;
        height: 35px;
        border: 1px solid #e2e6ed;
        font-size: 14px;
        color: #9b98a4;*/

    border: 1px solid #e2e6ed;
    border-radius: 5px;
    height: 35px; /* 높이 조정 */
    display: inline-block;
    vertical-align: middle;
}


    .input-text:focus {
        outline: 2px solid #4271d9;
        color: #212121;
    }

    .input-text::placeholder {
        color: #c5c5c5;
    }

.links-container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 690px;
}

#selfChanPassWord{
    width : 100px;
    height : 23px;
    font-size : 13px;
}


.button-like {
    display: inline-block;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f1f1f1;
    color: #9b98a4;
    cursor: pointer;
}

.button-text {
    display: inline-block;
    vertical-align: top;
    line-height: 15px; /* 텍스트의 줄 높이 조정 */
}


span {
    font-size: 13px;
    color: #4271d9
}


/*.invoiceWrap .invoiceArea{box-sizing:border-box;width:896px;padding:18px;margin:0 auto;border:10px solid #f0f1f3;}*/

/*.textAreaLeft{float:left;width:710px;}*/
/*.textAreaLeft>p{font-size:1.3rem;color:#9b98a4}*/
/*.textAreaLeft>p>strong{font-size:1.3rem;color:#9b98a4;font-weight:700;}*/
/*.textAreaLeft .infoCompany{float:left;width:352px;}*/
/*.textAreaLeft .infoCompany h3{line-height:25px;font-size:1.3rem;color:#9b98a4; font-weight: 600;}*/
/*.textAreaLeft .infoCompany h4{line-height:17px;font-size:12px;color:#9b98a4; font-weight: 500;}*/
/*.textAreaLeft .infoCompany p{line-height:17px;font-size:12px;color:#9b98a4}*/

/*.invoiceArea .dateInfoRight h3{font-size:1.3rem;color:#9b98a4;}*/
/*.invoiceArea .dateInfoRight p{padding-bottom:12px;font-size:1.3rem;color:#9b98a4;}*/

/*.notesArea{float:left;width:600px}*/
/*.notesArea>h3{font-size:1.4rem;color:#9b98a4}*/
/*.notesArea>p{padding:12px 0 18px 0;font-size:1.3rem;color:#9b98a4}*/
/*.notesArea .signArea>h3{float:left;width:300px;font-size:1.3rem;color:#9b98a4}*/

/*.amtArea{float:right;padding:18px 0 0 0;}*/
/*.amtArea ul{width:240px}*/
/*.amtArea ul li{padding:0 0 10px 0;*zoom:1;}*/
/*.amtArea ul li:after{content:'';display:block;line-height:0;height:0;clear:both;}*/
/*.amtArea ul li>h4{float:left;width:110px;text-align:right;font-weight:400;font-size:1.4rem;color:#9b98a4}*/
/*.amtArea ul li>p{float:left;width:130px;text-align:right;font-size:1.4rem;color:#9b98a4}*/
/*.amtArea ul li>strong{display:block;padding:5px 0 0 0;text-align:right;font-size:3.1rem;color:#4271d9}*/
