.hidden {
    display: none;
}

.tbl-list th {
    vertical-align: middle;
}

.coen-tooltip-ct {
    position: relative;
}

.coen-tooltip {
    background-image: url(/img/tooltip-icon.png);
    width: 22px;
    height: 18px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.gray-btn {
    background-color: #929292;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 0;
    height: 3rem;
    margin-left: -3px;
    font-weight: 700;
}

.table th, .table td {
    vertical-align: middle;
}

.btn-calendar {
    background: transparent url('../img/btn/btn_cal.png') no-repeat 0 0;
    text-indent: -9999em;
    width: 30px;
}

.tag {
    margin: 5px 0;
    cursor: pointer;
}

.btn {
    font-size: 1.4rem;
}

.i-checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* °Ô½ÃÆÇ ºñ¹Ð¹øÈ£ ·¹ÀÌ¾î °ü·Ã (È®ÀÎ ÇÊ¿ä)*/
/*.modal-body {
    padding: 1rem 1rem;
}*/

/* Ä¿½ºÅÒ modal ·¹ÀÌ¾î */
.modal-body .modal-subtitle {
    padding: 12px 0;
    border-bottom: 2px solid #c1c9d2;
}

    .modal-body .modal-subtitle span {
        font-size: 12px;
        color: #FA9600;
        font-weight: 400;
    }

.modal-body .filebox {
    padding: 12px 0;
}

    .modal-body .filebox .file-placeholder {
        opacity: 0.4;
    }

/* Ä«Å×°í¸® ¼±ÅÃ ·¹ÀÌ¾î  */
.category-box {
    padding: 0px 19px 19px 19px;
    background-color: #f2f2f2;
    margin: 20px 0 0px 0px;
}

    .category-box button {
        margin: 5px 0 10px;
    }

.category-select-box {
    border-bottom: 1px solid #c1c9d2;
    padding-bottom: 10px;
}

    .category-select-box .category-select-top {
        padding: 12px 0;
        border-bottom: 2px solid #c1c9d2;
        font-size: 15px;
        font-weight: 600;
    }


.navi-category {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

    .navi-category ul {
        display: none;
        margin: 0;
        padding: 0;
    }

#lnb {
    position: relative;
}

    #lnb ul {
        padding: 0;
        margin: 0;
        height: auto; /*height:-webkit-fill-available;*/
        overflow: auto;
        min-height: 192px;
    }

    #lnb > ul > li > a,
    #lnb > ul > li > ul > li > a,
    #lnb > ul > li > ul li li a {
        width: 238px;
        box-sizing: border-box;
        padding: 0 12px;
        line-height: 32px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
    }

    #lnb > ul > li > a {
        background-color: #f2f2f2;
    }

    #lnb > ul > li a:hover {
        border: 1px solid #c8c8c8;
        background-color: #c8c8c8;
        height: 32px
    }

    #lnb > ul > li.on > a {
        border: 1px solid #c8c8c8;
        background-color: #c8c8c8;
        height: 32px;
    }

    #lnb > ul > li > ul > li.on > a {
        border: 1px solid #c8c8c8;
        background-color: #c8c8c8;
        height: 32px;
    }

    #lnb > ul > li > ul > li > ul > li.on > a {
        border: 1px solid #c8c8c8;
        background-color: #c8c8c8;
        height: 32px;
    }

    #lnb > ul > li ul {
        display: none;
        position: absolute;
        left: 238px;
        top: 0;
        min-height: auto;
        overflow: inherit;
        height: 100%;
        border-right: 1px solid #eeeeee;
    }

    #lnb > ul li.noDepth a {
        background-image: none !important;
    }

@media (max-width:768px) {
    #lnb > ul > li > a,
    #lnb > ul > li > ul > li > a,
    #lnb > ul > li > ul li li a {
        width: 180px;
    }

    #lnb > ul > li ul {
        left: 180px;
    }
}

.inner-panel .list-cont {
    max-height: 29.6rem;
}

.img-search-result ul {
    overflow: hidden;
    padding: 10px 5px;
}

    .img-search-result ul li {
        float: left;
        width: 50%;
        text-align: center;
        min-width: 120px;
        padding: 10px;
    }

        .img-search-result ul li img {
            display: block;
            width: 100%;
            height: 120px;
            max-height: 120px;
            object-fit: cover;
        }

.img-search-result .figure {
    text-align: center;
    font-size: 12px;
}

.img-search-result .figure-title {
    font-size: 12px;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 14px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.img-search-result.scrollbar {
    min-height: 100px;
    max-height: 400px;
    margin-top: 10px;
}

.modify-list-wrap .i-checks {
    position: relative;
}

.modify-list-wrap li {
    position: relative;
    min-height: 36px;
    height: auto;
    padding-bottom: 5px;
}


.modify-list-wrap ul {
    position: relative;
}

    .modify-list-wrap ul li:before {
        content: '';
        display: block;
        height: 100%;
        width: 1px;
        background-color: #e2e5e8;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
    }

.modify-list-wrap li:last-child .i-checks:before {
    background-color: transparent;
}

/*.modify-list-wrap li:last-child:before {
    height: 50%;
}*/

.modify-list-wrap li .modify-time {
    position: absolute;
    top: 0px;
    right: 15px;
    padding: 0.5rem 1rem;
}
/* .modify-list-wrap .i-checks .checkbox-template + label{padding-top: 5px;} */
.modify-list-wrap .list-record { /*position: absolute;top: 0;*/
    width: 100%;
    display: block;
    padding: 0 5%; /*padding-bottom: 10px;*/
}
/* .modify-list-wrap .list-record:hover .overlayer{visibility: visible;} */
.modify-list-wrap .overlayer {
    position: relative;
    visibility: visible; /*position: absolute;top: 0%;left:0;*/
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dadcdf;
    font-size: 12px;
    z-index: 9;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .modify-list-wrap .overlayer .title {
        margin-left: 10px;
        width: 80%;
    }

    .modify-list-wrap .overlayer .mod-txt {
        color: #808BC2;
        margin-top: 5px;
        margin-bottom: 0;
        font-weight: 600;
    }

    .modify-list-wrap .overlayer .item .icon {
        width: 44px;
        height: 44px;
        border-radius: 22px;
        /*line-height: 44px;*/
        text-align: center;
        font-size: 12px;
        letter-spacing: -0.1em;
    }

.modify-time {
    font-size: 12px;
    color: #888;
}

.modify-list-wrap .btn-del {
    top: 5px;
    right: 5px;
}

.board-info {
    position: relative;
    padding-top: 10px;
    font-size: 12px;
}

    .board-info ~ .board-info {
        border-bottom: 1px solid #e4e8ec;
    }

    .board-info span {
        color: #888;
    }

        .board-info span:nth-of-type(2) {
            margin-left: 5px;
        }

        .board-info span.bold {
            color: #333;
        }

    .board-info .col-md-8 .list-inline {
        text-align: inherit;
    }

    .board-info .list-inline {
        margin-bottom: 0;
    }

    .board-info ul.list-inline li {
        position: relative;
        margin-right: 0.75rem;
    }

        .board-info ul.list-inline li:first-child:before {
            background-color: transparent;
        }

        .board-info ul.list-inline li:before {
            content: '';
            display: block;
            width: 1px;
            height: 80%;
            background-color: #d7d7d7;
            position: absolute;
            top: 1px;
            left: -5px;
        }

    .board-info .d-line {
        padding-left: 5px;
        border-left: 1px solid #ddd;
        line-height: 0.8;
        position: absolute;
        top: 14px;
        left: 270px;
        font-size: 12px;
    }

/*.line-list {
    padding: 0
}

    .line-list > li:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #eee;
        margin: 10px 0;
    }

    .line-list > li:first-child:before {
        border-bottom: none;
    }*/



.bul-dot {
    position: relative;
    padding-left: 30px;
}

    .bul-dot:before {
        content: '';
        display: block;
        width: 6px;
        height: 8px;
        background: url('../img/btn/bul_dot.png') no-repeat 0 0;
        position: absolute;
        top: 8px;
        left: 20px;
    }

.front-setting-wrap .bul-dot {
    display: inline-block;
    padding-top: 5px;
    font-weight: 400;
}

.front-setting-wrap .text-secondary {
    position: relative;
    font-size: 12px;
    padding-left: 8px;
    line-height: 1.3;
}

    .front-setting-wrap .text-secondary:before {
        content: '';
        display: inline-block;
        width: 2px;
        height: 2px;
        background-color: #666;
        position: absolute;
        top: 5px;
        left: 0;
    }

.edit-addfile-area {
    margin: 15px 0 8px 0;
}

    .edit-addfile-area .tit {
        font-size: 13px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        padding-top: 5px;
    }

    .edit-addfile-area .btn-edit .btn {
        font-size: 12px;
        vertical-align: top;
        margin-bottom: 0;
        font-family: 'ng';
    }

    .edit-addfile-area .form-group {
        margin-bottom: 0;
    }

.uploadArea {
    min-height: 200px;
    height: auto;
    border: 1px dotted #ccc;
    padding: 10px;
    cursor: move;
    margin-bottom: 10px;
    position: relative;
}

    .uploadArea h1 {
        color: #ccc;
        width: 100%;
        z-index: 0;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        top: 25px;
    }

.scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    border: 0.5px solid #dedede;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    font-family: Noto Sans KR, AppleSDGothicNeo-Regular,'Malgun Gothic','¸¼Àº °íµñ',dotum,'µ¸¿ò',sans-serif;
}

    .btn-default:hover {
        color: color-yiq(#b8c1ca);
        background-color: #b8c1ca;
        border-color: #b1bbc4;
    }

    .btn-default:focus, .btn-default.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
    }

    .btn-default.disabled, .btn-default:disabled {
        color: color-yiq(#ced4da);
        background-color: #ced4da;
        border-color: #ced4da;
    }

    .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
    .show > .btn-default.dropdown-toggle {
        color: #fff;
        background-color: #808bc2;
        border-color: #808bc2;
        font-size: 13px;
        /*font-weight: bold;*/
    }

        .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
        .show > .btn-default.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
        }

/* ÆäÀÌÂ¡ */
.paging {
    background-color: transparent;
    border-color: transparent;
    color: var(--light-gray) !important;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0.95rem 1.4rem;
    margin: 0 3px;
}

    .paging.active {
        background-color: var(--orange);
        border-radius: 50%;
        border-color: transparent;
        color: var(--white) !important;
    }

    .paging.hide-m {
        justify-content: center;
        align-items: center;
        height: 3.6rem;
        width: 3.6rem;
        border-radius: 1.8rem;
        border: 1px solid #c8c8c8;
        padding: 0.95rem 0.5rem;
    }

    .paging img {
        display: inline-block;
        vertical-align: middle;
        width: 2.4rem;
        height: 2.4rem;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        margin-bottom: 4px;
    }

@media (max-width:768px) {
    .paging.hide-m:nth-last-of-type(1),
    .paging.hide-m:nth-of-type(1),
    .paging:nth-of-type(5),
    .paging:nth-of-type(6),
    #pgPaging span:nth-of-type(4),
    #pgPaging span:nth-of-type(5) {
        display: none;
    }
}

/* ¸ð¹ÙÀÏ¼û±è css */
@media (min-width:1024px) {
    table .hidden-md {
        display: table-cell;
    }

    table span.hidden-md {
        display: block;
    }

    table colgroup .hidden-md {
        display: table-column;
    }

    .hidden-pc {
        display: none !important;
    }
}

/* °øÅë style.css µðÀÚÀÎ ¼öÁ¤ (°ø¿ë Å¬·¡½º Ãß°¡) */
.container {
    max-width: inherit;
}

.is-invalid .is-invalid-color {
    display: block;
}

.is-invalid-color {
    display: none;
}

.is-invalid-color {
    color: #fd5c5f;
    font-size: 13px;
    margin-left: 0%;
    margin-top: 5px;
    margin-bottom: 0;
}

.tab.tab-noline > li > a:hover,
.tab.tab-noline > li.active > a {
    color: #fa9600;
    border-bottom: 3px solid #fa9600;
    width: fit-content;
    margin: 0 auto 1rem;
}

.text-bold {
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}

.opacity-3 {
    opacity: 0.3;
}

.select-control select {
    font-size: 1.3rem;
    background-size: 20px;
    border-radius: 4px;
    /*background: #fff url('../image/select_arrow_down.png') no-repeat 90% 60%;*/
}

.txt-small.orange-color {
    line-height: 24px;
}

.search-sort .input-control {
    min-width: 25%;
}

@media (max-width:768px) {
    .search-sort .select-control {
        min-width: 25%;
    }
}

/* daterangepicker (´Þ·Â) ½ºÅ¸ÀÏ */
.daterangepicker .calendar-time div select,
.daterangepicker .calendar-table table thead tr th select {
    border: 1px solid #c8c8c8;
    padding: 3px 0.8rem;
    background: #fff url(../image/select_arrow_down.png) no-repeat 95% 70%;
    background-size: 18px;
    font-size: 1.4rem;
    color: #929292;
    height: 3.5rem;
    border-radius: 8px;
    min-width: 55px;
}

.daterangepicker.show-calendar .calendar {
    font-size: 13px;
}

.daterangepicker .range_inputs .applyBtn {
    display: inline-block;
    height: 3rem;
    border-radius: 20px;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 1rem;
    background-color: #fa9600;
    color: #ffffff;
    border-color: inherit;
}

.daterangepicker .range_inputs .cancelBtn {
    display: inline-block;
    height: 3rem;
    border-radius: 20px;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 500;
    border: 1px solid #929292;
    color: #929292;
    min-width: 3rem;
    padding: 0 1rem;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #fa9600;
    border-color: #fa9600;
}

.daterangepicker_input input[type="text"].form-control {
    padding: 8px 1.6rem 8px 2rem;
    font-size: 1.3rem;
}

.daterangepicker .daterangepicker_input i {
    left: 5px;
    top: 13px;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #fa9600;
    border-color: #fa9600;
}

.daterangepicker select.monthselect {
    width: 50%;
}

.daterangepicker select.yearselect {
    width: 45%;
}

@media (min-width: 564px) {
    .daterangepicker .ranges ul {
        width: 120px;
    }
}

@media (max-width:768px) {
    .calendar-wrap .calendar {
        top: 6px;
    }
}


/* Åä½ºÆ® */
.toast .toast-message {
    font-size: 14px;
}

/* aÅÂ±×·Î µÈ ¹öÆ° ½ºÅ¸ÀÏ °íÁ¤ */
a.btn-outline-round {
    line-height: 28px;
}

    a.btn-outline-round.white{
        line-height:32px;
    }

    a.btn-outline-round.solid-orange,
    a.btn-outline-round.orange,
    a.btn-outline-round.black,
    a.btn-outline-round.solid-black {
        line-height: 38px;
    }

/* Ã¼Å©¹Ú½º, ¶óµð¿À¹öÆ° */
/*@media (max-width: 768px) {
    .custom-control {
        margin-right: 0;
    }
}*/

.custom-control-label:after {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.3rem;
    left: -2.7rem;
}

.custom-control.custom-radio .custom-control-label:after {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.4rem;
    left: -2.5rem;
}

/* »ó´Ü ¸¶½ºÅÍ ¸Þ´º*/
.main-container {
    padding-bottom: 2rem;
}

.desk-request {
    margin-top: 0;
    height: 10.5rem;
}

.userinfo .btn-outline-round.solid-orange {
    height: 3.6rem;
}

@media (min-width: 1024px) {
    .desk-request {
        height: inherit;
    }

    .slide-row-wrap {
        padding: 13px 5px;
    }

    .item-cont .d-flex .data-view-item + .data-view-item {
        margin-left: 8px;
    }

    .desk-panel {
        top: 1.5rem;
        left: 25.1rem;
    }

    .newsbrige-admin .header-wrap {
        padding: 1.3rem 3.2rem 1.3rem 1.6rem;
    }
}

@media (max-width: 1024px) {
    .header-wrap .d-flex-items {
        padding-top: 1.45rem;
    }
}

.userinfo .user-avatar {
    overflow: hidden;
    border: 0.5px solid #fff;
    background-color: #fff;
    width: 3rem;
    height: 3rem;
}

.header-wrap .userinfo .btn-outline-round {
    height: 3rem;
    padding: 0 1.6rem;
    border: 0;
}

@media (max-width: 768px) {
    .header-wrap .userinfo .btn-outline-round {
        padding: 0 1rem;
    }
}

.function-wrap {
    margin-top: 0;
}

/*ÁÂÃø ¸¶½ºÅÍ ¸Þ´º (³×ºñ) */
@media (min-width: 1024px) {
    .sidebar {
        height: auto;
    }
}

.sidebar {
    top: 5.8rem;
}

    .sidebar .copyright {
        margin-top: 1rem;
        position: initial;
        border-top: 0;
        font-size: 1.3rem;
    }

.nav-list .sub-depth li a:hover,
.nav-list .sub-depth li a.on,
.info-menu-list li a:hover,
.info-menu-list li a.on,
.nav-list li a:hover,
#liMVContainer a.on {
    color: #fa9600;
}

.sub-depth-navi {
    padding-left: 10px;
}

.sub-depth .dot-type li .sub-depth-navi li a:before {
    width: 5px;
    height: 1px;
}

.nav-list li div.item-nav {
    font-size: 1.6rem;
    position: relative;
    display: block;
    font-weight: 700;
}

    .nav-list li div.item-nav .ico {
        vertical-align: -6px;
        margin-right: 8px;
    }

    .nav-list li div.item-nav::after {
        display: none;
    }

.nav-list .sub-depth-navi li {
    padding-bottom: 0.25rem;
}

.li-one-depth {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    margin-bottom: 8px;
}

.alert_num_red {
    padding: 0.30em 0.4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding-right: 0.6em;
    padding-left: 0.6em;
    color: #fff;
    background-color: #ff3e3d;
    border-radius: 10rem;
    position: absolute;
    margin-top: 1px;
    margin-left: 3px;
}


/* °¢Á¾ ¹öÆ° */
.ico.btn-file-add {
    border: none;
    margin-right: 0.5rem;
    margin-bottom: 0.3rem;
    background-color: transparent;
}

.ico.updownarrow {
    background-image: url(/image/up_down_arrow.png);
}

.btn-add-wrap {
    position: relative;
    text-align: right;
    top: -10px;
}

@media(max-width:768px) {
    .btn-add-wrap {
        position: inherit;
        margin-bottom: 10px;
    }
}

.btn-plus {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #fff url(../image/ico_plus_lg.png) no-repeat center center;
    border-bottom: 1px solid #d5d5d5;
    height: 3.2rem;
}

.btn-sm-del {
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
    height: 1.8rem;
    background: url(/image/clear_sm.png) no-repeat 0 0;
    text-indent: -999em;
    outline: none;
    border: none;
}

    .btn-sm-del.input-txt-del {
        position: absolute;
        top: 30px;
        right: 22px;
    }

.btn-outline-round.black {
    font-size: 1.4rem;
    padding: 0 1.4rem;
    height: 3.5rem;
    border: 1px solid #929292;
    font-weight: 500;
}

.btn-search {
    padding: 1rem 1.7rem;
}

    .btn-search:hover {
        color: #ececec;
    }

/*ÁÙ¹Ù²Þ*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: inherit;
    width: auto;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
    width: auto;
}

/* Å×ÀÌºí (¸ð¹ÙÀÏ)*/
@media (max-width : 768px) {
    .tbl-list thead tr th {
        padding: 1.5rem 0.6rem;
    }

    .tbl-list tbody tr td {
        padding: 1.8rem 0.6rem;
    }
}
.artice-view-cont .txt{
    overflow-x:auto;
}

.artice-view-cont .txt p {
    color: inherit;
    margin: 12px 0;
}

/* ¸ÞÀÎ (´ë½Ãº¸µå) */
.function-wrap .card.bg-white .card-title {
    height: 1.4rem;
    overflow: hidden;
}

.function-wrap .card .card-text {
    overflow: hidden;
}


.request-wrap .item-box.newsbrige-cont .row-group .card {
    width: 100%;
}

.container-wrap {
    width: auto;
    max-width: 117rem;
    padding: 2rem 0 0;
}

@media (min-width:768px) {
    .request-wrap .item-box.newsbrige-cont .card-body a p {
        height: 7rem;
        overflow: hidden;
    }

    .container-wrap {
        padding: 5rem 0 0;
    }

    #txtNewsGrade {
        display: inline-block;
    }
}

.deskrequest-cont .ballon-black p {
    top: 25px;
    left: 5px;
}


/* °Ô½ÃÆÇ ºä */
.article-view-header .title {
    margin-bottom: 1.5rem;
}

.article-info {
    margin-left: 0;
    font-weight: bold;
    word-break: keep-all;
}

.progressbar .btn-area {
    margin-top: 4rem;
}

.artice-view-cont {
    border-width: 0 0 0 0;
}


@media (max-width : 768px) {
    .progressbar {
        position: inherit;
        margin-top: 1rem;
    }

        .progressbar .btn-area {
            margin-top: 1rem;
            text-align: right;
        }

    .article-view-header .title {
        margin-bottom: 3rem;
    }
    .artice-view-cont {
        padding: 2.9rem 2.3rem 4.4rem;
    }
}

.comment-write {
    margin-bottom: 0.4rem;
}

    .comment-write .textarea {
        width: calc(100% - 11rem);
    }

.article-view-header .d-flex .name {
    font-weight: bold;
    word-break: keep-all;
    margin-right: 1.5rem;
}
/* °Ô½ÃÆÇ - ´ñ±Û */
.comment-wrap {
    /*border-bottom: 1px dashed #c8c8c8;*/
}

.comment-view {
    border-top: 0;
    border-bottom: 1px dashed #c8c8c8;
}

.comment-view-user .user-name {
    margin-bottom: 2rem;
}

.article-view-header .attach-area {
    margin-top: 2rem;
}

.comment-txt .reply-contents {
    line-height: 24px;
}
/* ÀÎÇ² ¹Ú½º*/
.input-control input[type="password"] {
    width: 100%;
    padding: 8px 1.6rem;
    border: 1px solid #c8c8c8;
    height: 4.2rem;
    box-sizing: border-box;
    border-radius: 4px;
}

.input-control input[type="text"] {
    border-radius: 4px;
}

input[type="text"].form-control {
    width: 100%;
    padding: 8px 1.6rem;
    border: 1px solid #c8c8c8;
    height: 4.2rem;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 1.4rem;
}

.input-control input:disabled,
.input-control input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.calendar-wrap#datetimepicker1 input[readonly] {
    background-color: #fff;
}

.input-control textarea {
    width: 100%;
    padding: 8px 1.6rem;
    border: 1px solid #c8c8c8;
    height: auto;
    box-sizing: border-box;
    border-radius: 4px;
}

/*´Þ·ÂÀü¿ë*/
.input-control input[type="text"].date-range-picker {
    margin-right: 3.8rem;
}

@media (max-width:768px) {
    .search-sort .select-control select {
        height: 3.8rem;
    }

    .input-control input[type="text"], input[type="text"].form-control {
        height: 3.8rem;
    }


    .search-sort .btn {
        padding: 0.8rem 1.5rem;
        height: 3.8rem;
    }

    .select-control select {
        height: 3.8rem;
    }
}

/* »ó´Ü ÅÇ*/
.tabs-wrap-type .tab {
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 1.4rem;
}

/* ·Î±×ÀÎ, È¸¿ø °¡ÀÔ */
.login-box .logoin-body{
    padding:1.2rem 0 0.5rem;
}
.login-box .logoin-footer {
    padding-top: 0;
    border-top: 0;
}

.login-wrap .card {
    height: auto;
    max-width: 57rem;
}

.login-header div button.btn-outline-round.black {
    font-size: 1.2rem;
    height: 3.4rem;
    min-width: 2.4rem;
    padding: 0 1rem;
    border: 1px solid #c8c8c8;
    font-weight: 500;
}

@media (max-width:768px) {
    .login-wrap .card {
        padding: 32px 16px;
        width: 100%;
    }

    .logoin-body .light-gray-box {
        padding: 1.8rem;
    }

    .login-wrap .login-header .d-flex-items {
        display: block;
    }

    .logoin-body .light-gray-box .input-control {
        width: 23.6rem;
    }
    .login-header div button.btn-outline-round.black{
        margin-top:2rem;
    }
}

/*.join-wrap .card {
    min-height: 68.2rem;
    height: auto;
}*/
    .join-wrap .login-header h1 {
    text-align: center;
}

.join-wrap .login-info {
    margin-top: 2.4rem;
}
/* ±â»çÀÛ¼º*/
.memo-box {
    margin-top: 8px;
}

.filebox {
    margin-right: 0.5rem;
}

    .filebox label {
        display: inline-block;
        border-radius: 20px;
        line-height: 2.4;
        font-size: 1.6rem;
        font-weight: 500;
        padding: 0 2.4rem;
        border: 1px solid #c8c8c8;
        color: #929292;
        min-width: 3rem;
        font-size: 1.2rem;
        padding: 0 8px;
        height: 3rem;
        background-color: transparent;
    }

.upload-btn-wrapper .imgregister-box {
    border: 1px dashed #c8c8c8;
    padding: 45px 0 25px;
}

.upload-btn-wrapper .custom-control.custom-checkbox {
    text-align: left;
    margin-left: 2rem;
}

#divNewsReceiveContainer.article-send .send-option-item {
    border-top: 1px dashed #c8c8c8;
    padding-top: 12px;
    padding-left: 20px;
}

@media (min-width: 1024px) {
    .article-write .write-left {
        min-width: 62rem;
    }

    .article-write .write-right {
        margin-left: 8px;
    }
    .list-record .custom-control.custom-checkbox {
        height:auto;
    }
    .list-record .custom-control.custom-checkbox .custom-control-label {
        max-width: 145px;
    }
}

.btn-outline-round.black.solid-white {
    border: 1px solid #d1d1d1;
    color: #929292;
    font-weight: 500;
    font-size: 1.3rem;
}

.upload-btn-wrapper .filebox {
    float: left;
}

.upload-btn-wrapper button.btn-outline-round {
    float: right;
}

@media (max-width:768px) {
    .upload-btn-wrapper .btn-area {
        margin: 10px 0 20px;
    }
}


.btn-more {
    margin: 10px auto;
    text-align: center;
    padding: 13px 0;
    border-width: 0px;
    border-style: solid;
    border-color: #dedede;
    font-size: 16px;
    font-family: Noto Sans KR, sans-serif;
    display: inline-block;
    width: 100%;
    background: #efefef;
    border-radius: 8px;
}

/* ±â»ç¸ñ·Ï */
.d-flex-tbl .d-flex-tbody > .row-item {
    padding: 1rem 0.5rem;
}

@media (min-width: 1024px) {
    .article-sort-type > div {
        width: 73.8%
    }

    .article-sort-type1 .d-flex-items {
        width: 48.8%;
        margin-right: 1.5%;
    }

    .status-area-box .d-flex {
        flex-direction: column;
        margin: 0 auto;
    }

    .status-area-box {
        /*flex-direction: column;*/
        width: 12rem;
    }

        .status-area-box .d-flex .circle-area {
            margin: 0 auto;
        }

    .status-label {
        margin: 0 auto;
        padding-right: 6px;
    }

    .article-sort-type1 .d-flex-items div.select-control {
        width: inherit;
    }
}

.last-infoarea .article-infoarea {
    justify-content: center;
}

.flex-txt-area {
    flex-flow: column;
    align-items: flex-start;
}

.st-category {
    color: #929292;
}

    .st-category span {
        display: inline-block;
        position: relative;
        font-size: 12px;
        color: #999;
        line-height: 1;
        padding: 0 5px;
    }

    .st-category > span + span, .st-category > span + a {
        border-left: 1px solid #e4e4e4;
    }

.ballon-black {
    display: none;
}

    .ballon-black:before {
        display: none;
    }

    .ballon-black p {
        top: 20px;
        left: 28px;
        text-align: center;
        font-size: 1.2rem;
    }

    .ballon-black p.embago-label {
        left: 10px;
    }


@media (max-width: 1024px) {
    .last-infoarea {
        display: none;
    }

    .ballon-black p.embago-label {
        left: -12px;
        max-width: 6.3rem;
    }
}

.circle-area:hover .ballon-black {
    display: block;
}

.circle-info {
    width: 10px;
    height: 10px;
}

    .circle-info.red {
        border: 1px solid #dc3545;
        background-color: #dc3545;
    }

    .circle-info.yellow {
        border: 1px solid #ffc107;
        background-color: #ffc107;
    }

    .circle-info.green {
        border: 1px solid #28a745;
        background-color: #28a745;
    }

    .circle-info.white {
        background-color: #fff;
    }

.status-label .ico-status ~ .ico-status {
    margin-left: 0px;
}

.status-label .ico-status {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 0.9rem;
    font-size: 7px;
    font-weight: 500;
}

.status-area-box {
    top: calc(50% - 18px);
}


.d-flex-tbl .d-flex-theader div:nth-child(1) {
    width: 14%;
}

.d-flex-tbl .d-flex-tblinner .d-flex-theader div:nth-child(3) {
    width: 18%;
}

.keyword-area ul li {
    display: inline-block;
    border-radius: 20px;
    line-height: 3.2;
    background-color: #ffffff;
    border: 1px solid #929292;
    font-size: 1.2rem;
    color: #929292;
    padding: 0 0.6rem;
    cursor: pointer;
    margin-right: 0.5rem;
    margin-bottom:0.5rem;
}

    .btn-outline-round.white.lg:hover,
    .keyword-area ul li:hover {
        background-color: #f3f3f3;
    }

.article-sort-area {
    background-color: #f2f2f2;
}

#btn-seacrh-show {
    float: right;
    margin-bottom: 1.4rem;
    margin-top: -4.4rem;
    line-height: 34px;
}

@media (max-width: 1024px) {
    #btn-seacrh-show {
        margin-top: 0;
    }
}

@media (max-width: 568px) {
    #aState04 {
        display :none;
    }
}

.btn-solid-search:hover {
    color: #cfcfcf;
}

#tplImagePreview.pop {
    max-width: 465px;
    margin-top: 40px;
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    z-index: 21;
}

    #tplImagePreview.pop .inner-round {
        width: 465px;
        padding-bottom: 0;
        position: relative;
    }

.pop-panel-item {
    border-radius: 4px;
    background-color: #fafafa;
    margin-bottom: 8px;
    padding: 8px;
    font-size: 1.35rem;
    line-height: 24px;
}

.figure-title {
    font-size: 1.8rem;
    font-weight: 600;
    padding-top: 1.5rem;
    height: 62px;
    overflow: hidden;
}

/* ±â»çÅë°è - ±âÀÚº° Åë°è */
.static-wrap {
    margin-top: 1.3rem;
}

    .static-wrap .request-wrap {
        padding-top: 0;
        margin-top: 1.3rem;
        border-top: 1px solid #dedede;
    }

    .static-wrap .tbl-list thead tr.throw1 th {
        border-right: 1px solid #dedede;
    }

        .static-wrap .request-wrap .d-flex {
            flex-direction: row;
        }


@media (max-width:768px) {
    .static-wrap .tbl-list {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }

        .static-wrap .tbl-list tbody tr td {
            padding: 1.8rem 0.5rem;
        }

    .static-wrap .search-sort {
        margin-top: 0.8rem;
    }
}
/* ±â»çÅë°è - ±â°£º° Á¶È¸¼ö */
.static-wrap .half-wrap .tbl-view {
    margin-top: 0.8rem;
}

.half-wrap .harf-view {
    float: left;
    width: 100%;
}

.half-wrap div:last-child {
    width: calc(100% - 1.6rem);
    margin-left: 1.6rem;
    margin-top: 1.6rem;
}

@media (min-width: 768px) {
    .half-wrap .harf-view {
        width: 50%;
    }

    .half-wrap div:last-child {
        width: calc(50% - 1.6rem);
        margin-top: 0;
    }
}

/* ±â»çÅë°è - Åë°è °ü¸®*/
.static-wrap.static-manage .input-control {
    min-width: 50px;
}

.person-item {
    display: inline-flex;
    padding: 6px 12px 3px;
    border: 1px solid #e4e8ec;
    margin-bottom: 4px;
    width:33%;
    background-color:#fff;
}


    .person-item .name {
        width: 100px;
        font-size: 12px;
        margin: auto 0;
    }

    .person-item input {
        width: 40px;
        text-align: right;
        height: 22px;
        font-size: 12px;
    }

.static-wrap.static-manage .tbl-list .input-control input {
    padding: 7px !important;
    text-align: right;
}

.static-wrap.static-manage .tbl-list td {
    padding: 1px !important;
}

@media (max-width:768px){
    .person-item {
        width: 49%;
    }
}

/* Æ÷ÀÎÆ® ÇöÈ² & Åë°è »ó´Ü ¹Ú½º */
.total-list ul li {
    width: 50%;
    padding: 13px 0;
    text-align: center;
}

.total-list.list-3 ul li {
    width: 33%;
}

.total-list ul li ~ li {
    border-left: 1px dashed #d8dde1;
}

.total-list dt {
    font-size: 11px;
    color: #888;
}

.total-list dd {
    font-size: 20px;
    color: #fa9600;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 0;
}


/* ¼³Á¤ - ±âº»Á¤º¸ */
.config-info-box {
    margin-top: 2.4rem;
    border-bottom: 1px dashed #c8c8c8;
    padding-left: 0.5rem;
    padding-bottom: 2.4rem;
}

    .config-info-box:nth-last-of-type(1) {
        border-bottom: 0;
    }

.logo-graybox img {
    object-fit: cover;
    max-height: 100%;
}

.img-area {
    width: 50%;
    text-align: center;
    margin: auto;
}

.front-setting-wrap {
    margin-top: 1.5rem;
}
/*.front-setting-wrap .config-info-box {
        padding-bottom: 2.4rem;
    }*/

.advanced-function-wrap {
    margin-bottom: 1.5rem;
}

.half-box {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.box-file-wrap .btn-sm-del {
    background-position-y: 100%;
}

@media (max-width:786px) {
    .half-box .desc-wrap:nth-of-type(2) {
        margin-top: 1.5rem;
    }

    .float-wrap dl.desc-wrap {
        margin-bottom: 1.5rem;
    }
}

#panMember {
    margin-top: 2rem;
}


/* ±ÇÇÑ°ü¸® - ÆíÁý±ÇÇÑ */
.config-membergrade-wrap .tbl-view thead th {
    border-left: 1px solid #d5d5d5;
    vertical-align: middle;
}

.config-membergrade-wrap .tbl-view tbody td:first-child {
    border: 1px solid #d5d5d5;
}

.config-membergrade-wrap .tbl-view tbody td {
    vertical-align: middle;
}

.grade-reset-wrap {
    text-align: right;
    margin-bottom: 1rem;
}

@media (min-width:768px) {
    .grade-reset-wrap {
        position: relative;
        top: -20px;
        margin-bottom: -5px;
    }
}

/* ±¤°í */
.card-add div span {
    margin-right: 1rem;
}

.articel-box .side-left .card-add, .articel-box .side-right .card-add, .articel-box .side-right .btn-file-add {
    width: 185px;
}

.ad-article-wrap .tab.tab-noline {
    width: 30rem;
    flex: 1;
    margin: 0 auto;
    padding-bottom: 1.2rem;
}

.ad-article-wrap .tab > li {
    width: 50%;
}

.articel-box .card-add:nth-of-type(1) {
    margin-top: 0;
}

.d-flex-row .card-add.flex-grow-1 ~ .flex-grow-1 {
    margin-left: 5px;
}

.dropdown-menu.show {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    border: 1px solid #a7a7a7;
}

    .dropdown-menu.show li {
        padding: 0.4rem;
    }

        .dropdown-menu.show li ~ li {
            border-top: 1px dotted #a7a7a7;
        }

/* ¼½¼Ç °ü¸® */
.tbl-list.tbl-vertical tbody tr th {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ececec;
    padding: 1.5rem 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    text-align: center;
}

.tbl-list.tbl-vertical tbody tr td {
    text-align: start;
    border-bottom: 1px solid #ececec;
}

.th-info-txt {
    margin-top: 1rem;
    color: #929292;
    font-weight: 500;
    font-size: 12px;
}

#tvList table {
    width: auto;
}

    #tvList table td {
        vertical-align: middle;
    }

.section-config-wrap .secondary {
    width: 35%;
}

.section-config-wrap .secondary-table {
    width: 65%;
    margin-left: 2rem;
}

.section-config-wrap .selected {
    font-weight: bolder;
    color: #fa9600;
    vertical-align: middle;
}

.section-config-wrap .product {
    margin-left: 10px;
    padding: 3px;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    
    display:none; 
}

#divAdsOption {
    display: inline-block;
    text-align: left;
    font-size: 1.4rem;
    width: 300px;
    padding: 1rem;
    margin: 0 auto 12px;
    border: 1px solid rgba(212, 212, 212, 0.60);
}

@media (max-width:768px) {
    .section-config-wrap > div.d-flex {
        display: block !important;
    }

    .section-config-wrap .secondary {
        width: 100%;
    }

    .section-config-wrap .secondary-table {
        width: 100%;
        margin-top: 2rem;
        margin-left: 0;
    }
}

/* ÆË¾÷°ü¸®*/
.pop-sel-box .aster-txt {
    margin: 0 1.2rem 0 0.5rem;
}

.pop-sel-box input[type=text] {
    width: 25%;
    text-align: right;
}

.config-function-title {
    margin: auto 0;
    width: 20%;
    text-align: center;
    font-size: 1.2rem;
}

/*ÀÎ»ç°ü¸®*/
.profile-wrap {
    flex-direction: column-reverse;
    display: flex;
}

.sub-cont-wrap #btnCount {
    float: left;
}

@media (max-width:768px) {
    .sub-cont-wrap #btnCount {
        float: right;
        margin-top: 5px;
        margin-bottom: 10px;
    }

        .sub-cont-wrap #btnCount + .search-sort {
            clear: both;
        }

    .tbl-list.tbl-member {
        border-top: 1px solid #ececec;
    }

    .tbl-list.tbl-vertical th.coen-tooltip-ct {
        width: 30%;
    }
}


@media (min-width:768px) {
    .profile-wrap {
        flex-direction: inherit;
    }
}

/* erp */
.txt-erp {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    margin-bottom: 4rem;
    margin-top: 0.5rem;
    border-bottom: 1px solid #c8c8c8;
}

.erp-login-wrap.login-wrap .card {
    padding-bottom: 2.4rem;
}

.erp-login-wrap .logoin-body {
    padding: 1.2rem 0;
}

.erp-login-wrap .logoin-footer {
    padding-top: 1rem;
}

.color-orange {
    color: #fa9600;
}


/* ½º¿ÍÀÌÇÁ ½½¶óÀÌµå (ÀüÀç±â»ç »ó´Ü ¸Þ´º¿ë) */
.tabs-container{
    position:relative;
}

.swiper-container{
    margin: 0 30px;
}
.swiper-button-next, .swiper-button-prev {
    width: 24px;
    height: 24px;
    top: 60%;
    background-size: 24px 24px;
}
.swiper-button-next {
    background-image: url("/images/common/baseline_arrow_forward_ios_black_24dp.png");
    right: 8px;
}

.swiper-button-prev {
    background-image: url("/images/common/baseline_arrow_back_ios_black_24dp.png");
    left: 10px;
}

.tabs-container .tab > li {
    padding: 0 1rem;
    text-align: center;
    word-break: keep-all;
    /*width:125px;*/
}

.tabs-container .tab li ~ li {
    margin: 0;
}

.slide-one-depth .tab > li > a{
    font-size:1.5rem;
}
.slide-one-depth .tab, slide-two-depth .tab {
    display: -webkit-inline-box;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    width:100%;
}

.slide-two-depth .tab > li > a {
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 3px solid transparent;
}

/*@media (max-width:768px) {
    .tabs-container#upSubCategory ul li {
        padding: 0rem;
        text-align: center;
        min-width: 110px;
    }
}*/

.slide-two-depth {
    overflow-x: auto;
}

/* ¿¬ÇÕ´º½º ÀüÀç±â»ç */
.search-sort + .receivelist_wrap {
    margin-top: 1.6rem;
}

.receivelist_wrap tr td {
    vertical-align: inherit;
}

.receivelist_wrap tr td a:hover,
.receivelist_wrap tr td a.on{
    color: #fa9600;
    font-weight: 500;
}

.receivelist_wrap .contents {
    line-height: 2.8rem;
    padding: 0 2rem;
    margin-top:2rem;
    width: 144%;
    height: 47rem;
    overflow-y: scroll;
    position:relative;
}
    .receivelist_wrap .contents > p {
        color: #333;
        padding-bottom: 1.5rem;
        word-break:break-word;
    }

    .receivelist_wrap .contents > p:nth-of-type(1) {
        font-size: 2rem;
        font-weight: 600;
        padding: 1.5rem 0;
    }

@media (max-width:1024px) {
    .receivelist_wrap .contents {
        width:115%;
        padding:0;
    }
}

@media (max-width:420px) {
    .receivelist_wrap .contents {
        width: 125%;
    }
}

/* ¿¬ÇÕ´º½º Æ÷Åä */
.receivelist_photo_wrap .contents {
    max-height: 250px;
    overflow: hidden;
}

.receivelist_photo_wrap .contents > p:nth-of-type(1) {
    font-size: 1.8rem;
    font-weight: 600;
    padding-top: 1.5rem;
    height: 62px;
    overflow:hidden;
}

.receivelist_photo_wrap .contents > p:nth-of-type(n+2) {
    display:none;
}
.receivelist_photo_wrap .contents div#divtagCaption{
    display:none;
}

.receivelist_photo_wrap .contents figure div#divtagImage {
    height: 180px;
    background: #fff !important;
    padding: 0 !important;
    text-align:center;
}

.receivelist_photo_wrap .contents figure img {
    max-width: 100%;
    object-fit: contain;
    height: 100%;
}

.receivelist_photo_wrap .contents .btn.img-delete {
    display: none;
}

.receivelist_photo_wrap .img-item .date {
    text-align: center;
    margin: 5px 0;
}

.receivelist_photo_wrap .img-item .control {
    text-align: center;
}

.receivelist_photo_wrap .img-container {
    display: flex;
    flex-wrap: wrap;
}

    .receivelist_photo_wrap .img-container .img-item {
        margin: 0.5%;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #c8c8c8;
        background-color: #fff;
        margin-bottom: 8px;
        width: 24%;
    }

    .receivelist_photo_wrap .img-container .img-item:hover {
        cursor:pointer;
    }

.search-imgresult-box .receivelist_photo_wrap .contents span {
    font-weight: 500;
}

.search-imgresult-box .search-sort{
    margin-top:0;
}

.receivelist_photo_wrap .modal-title{
    margin-bottom:10px;
    margin-left:5px;
}

.receivelist_photo_wrap #divYHwrap {
    margin-bottom: 50px;
}



@media(max-width:768px) {
    .receivelist_photo_wrap .img-container .img-item {
        width: 49%;
    }
}

.modal-dialog.big-modal{
    max-width:900px;
}

/* ck¿¡µðÅÍ ±ÛÀÚÅ©±â µå·Ó´Ù¿î */
.edit .cke_combo_text {
    width: 40px;
}

#spanLogoutTime {
    font-size:3rem;
    font-weight:bolder;
}

/* ±ÛÀÚ µ¹¸®±â Å×½ºÆ®Áß */
.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}

.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}