@charset "UTF-8";


#category_pageTab_ID_Navi {
}
.selectWrap{
    z-index: 0;
}
.selectWrap.active{
    border: 1px solid #d1d1d1 !important
}
.modal {
    z-index: 3999;
}

.modal-backdrop {
    display: none;
}

a.radius-btn {
    border: none;
    background-color: #fbf0f0;
    border-radius: 20px;
    padding: 4px 20px;
    /* margin-top: 4px; */
    color: #434343;
    margin-left: 25px;
}

.modal {
    width: 100%;
    height: 100%;
}

.modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal.show .modal-dialog {
    transform: translate(-50%, -50%);
}

.modal.fade .modal-dialog {
    transform: translate(-50%, -50%);
}

figure {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 10px;
}

figure img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

figure figcaption {
    padding: 16px 10px 20px;
}

span.index {
    color: #606060;
    /* margin-bottom: 20px; */
}

figure figcaption h3 {
    color: #434343;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.2px;
    margin-top: 16px;
    margin-bottom: 10px;
}

figure figcaption p {
    color: #606060;
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

span.writer {
    color: #606060;
    font-size: 15px;
}

.modal-dialog {
    border-radius: 10px;
}

#sumNailModal {
    /*transform: translate(-50%, -50%) !important;*/
    /*top: 50% !important;*/
    /*left: 50% !important;*/
    /*max-width: 330px;*/
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    /*overflow: hidden;*/
    /*padding: 0 !important;*/
}

@media (max-width: 576px) {
    #sumNailModal .modal-dialog{
        width: auto;
    }
}
@media (min-width: 576px) {
    #sumNailModal .modal-dialog {
        max-width: 297px;
        width: 100%;
    }
}

.modal figure {
    margin-bottom: 0;
}

.modal.show .modal-dialog {
    margin: 0 auto !important;
}

.modal-content {
    border: none;
}

.modal-body {
    padding: 0;
}

.contentWrap .backgroundWrap {
    z-index: 21;
}

#sumNailModal img {
    width: 100%;
}

span.modalClose {
    position: absolute;
    right: -36px;
    font-size: 35px;
    top: 0;
    line-height: 1;
    cursor: pointer;
}

span.modalClose img {
    border-radius: 100px;
}

a.fileUpload {
    cursor: pointer;
    border: none;
    background-color: #eeeeee;
    padding: 6px 11px;
    color: #434343 !important;
    text-align: center !important;
    font-weight: 300;
    font-size: 15px;
}

.notice-label-set.col2 .nls-col-wrap.full input[type="text"] {
    max-width: 290px;
    color: #959595;
}

.notice-label-set.col2 .nls-col-wrap.full {
    width: 100%;
}

.notice-label-set {
    border: 1px solid #E3E3E3;
    position: relative;
    width: 100%;
    background-color: #FFF;
    
    /* 0806 추가본*/
    display: flex;
    
    flex-wrap: wrap; 
}

.notice-label-set .nls-col-wrap {
    width: 100%;
}

.notice-label-set.col2 .nls-col-wrap {
    width: 50%;
}

.notice-label-set .nls-col-wrap {
    display: flex;
    border-bottom: 1px solid #E3E3E3;
    
}

.notice-label-set .nls-col-wrap .nls-cw-column {
   
    width:120px;
    background-color: #FBF0F0;
    color: #434343;
    min-height: 52px;
    display: flex;
    align-items: center;
}


.notice-label-set .nls-col-wrap .nls-cw-column-val {
	width:calc(100% - 120px);
}

.notice-label-set .nls-col-wrap > div {
    padding: 12px 0 12px 20px;
    color: #434343;
}

.nls-textArea-wrap.content.info {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 60px 120px;
}

.center-btnWrap {
    text-align: center;
    padding: 90px 0 120px;
}


.center-btnWrap {
    text-align: center;
    padding: 90px 0 120px;
}

.right-btnWrap {
    float: right;
}

a.write {
    padding: 6px 22px;
    background-color: #F2CCCC;
    color: #fff;
}

a.goList {
    padding: 14px 42px;
    font-size: 17px;
    border: 2px solid;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #434343;
}

a.goList:hover {
    /*background-color: #f2CCCC;*/
    color: #434343;
    /*border-color: #f1f1f1;*/
}

a.goList {
    background-color: #FFF;
    border-color: #F2cccc;

}

a.goList:hover {
    color: #F1B4B4;
}

a.goList.modify {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #434343;
}

a.goList.modify:hover {
    background-color: #CCCCCD;
    border-color: #CCCCCD;
    color: #434343;
}

a.goList.write {
    background-color: #F2cccc;
    border-color: #F2cccc;
    color: #434343;
}

a.goList.write:hover {
    background-color: #ffe4e4;
    border-color: #ffe4e4;
    color: #434343;
}

@media screen and (max-width: 813px) {
    a.goList {
        font-size: 15px;
    }
}

a.submit {
    /*padding: 14px 70px;*/
    /*font-size: 17px;*/
    /*border: 2px solid #F2CCCC;*/
    /*background-color: #F2cccc;*/
    /*color: #FFFF;*/
}

a.submit:hover {
    background-color: #FFF;
    color: #434343;
}

input.inputDate {
    position: relative;
    z-index: 1323;
    background: url('/images/calendar.png') no-repeat right 3px center;
    background-size: 24px;
    max-width: 164px;
    min-width: auto !important;
    height: 34px;
    border: 1px solid #d1d1d1;
    padding-left: 12px;
    cursor: pointer;
    width: 100%;

}

span.separate {
    line-height: 34px;
    margin: 0 12px;
}


/*boardTable*/
.boardTable {
    border: 0 !important;
    width: 100%;
}

.boardTable thead {
    background-color: #FBF0F0;
    border-top: 1px solid #E3E3E3;
}

.boardTable thead > tr {
    border-bottom: 0;
}

.boardTable thead th:nth-child(1) {
    border-left: 0;
}

.boardTable thead th {
    border-left: 0;
    text-align: center;
    padding: 10px 0px;
    letter-spacing: -0.2px;
    border-right: 0;
    color: #434343;
    font-weight: 400;
    font-size: 16px;
}

.boardTable thead th:last-of-type {
    border-right: 0;
}

.boardTable {
    border: 0 !important;
    width: 100%;
    background-color: #FFF;
}

.boardTable tr {
    border-bottom: 1px solid #d9d4d4;
    cursor: pointer;
}

.boardTable tr:hover td {
    color: #E9ACAC !important;
}

.boardTable tbody td {
    font-weight: 400;
    text-align: center;
    color: #606060;
    line-height: 30px;
    padding: 10px 5px;
    font-size: 15px;
    max-width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 85px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.selectWrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #ffffff;
}

.main {
    border-top: none;
    background: linear-gradient(to bottom, #fff, #f1efef);
    padding: 0;
    margin-bottom: 0;
}

.boardTable tbody td.serial-number {
    color: #E9ACAC;
}

tr.nothing {
    height: 230px;
}


.text-area-wrap textarea {
    width: 100%;
    min-height: 170px;
    box-shadow: none;
    border: 1px solid #d1d1d1;
    display: inline-block;
    max-width: 100%;
    padding: 0.75rem;
    -webkit-appearance: none;

    background-color: initial;
}


/*다운로드 박스*/
.rsDownBox {
    padding: 20px;
    float: left;
    width: 100%;
    /*cursor: pointer;*/
    margin-bottom: 30px;
}

.rsDownBox > .downArea {
    display: block;
    max-width: 265px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: none;
    border: 1px solid #f2cccc;
    border-radius: 23px;
    padding: 8px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #e9acac;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.select2-container--default .select2-results > .select2-results__options {
    min-height: 200px;
    max-height: 200px !important;
    overflow-y: auto !important;
}

.rsDownBox > .downArea:hover {
    background-color: #ffeaea;
}

div.pageStatusWrapper .pageStatus a:hover, .tabWrapper ul.nav-tabs .nav-item .nav-link:hover {
    color: #e9acac;
}

button#searchBtn {
    cursor: pointer;
}

/* The switch - the box around the slider */

.switch-btnWrap p {
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
    font-size: 15px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
    vertical-align: middle;
    margin-bottom: 0;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    top: 3px;
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 3px 3px 1px rgba(128, 124, 124, 0.26);
}

input:checked + .slider {
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;

}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);

}

input:checked + .slider {
    background-color: #f2cccc;

}


.viewWrapper {
    min-height: auto !important;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.switch-btnWrap {
    float: right;
    margin-top: 10px;
}


@media screen and (max-width: 1399px) {
    .switch-btnWrap {
        float: none;
        margin: 30px auto !important;
        min-width: 141px;
        max-width: 150px;
    }

    .switch-btnWrap p {

    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .main.sub .viewWrapper {
        padding: 0;
    }
}

@media screen and (max-width: 830px) {
    a.goList, a.submit {
        padding: 8px 18px;
    }
}

@media screen and (max-width: 812px) {
    .main.sub .viewWrapper {
        padding: 0;
    }

    .notice-label-set .nls-col-wrap .nls-cw-column.long {
        height: 890px;
        max-height: 890px;
        display: flex;
        flex-wrap: wrap;
        /* justify-content: center; */
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .main.sub .viewWrapper {
        padding: 0 0;
    }
}

@media screen and (max-width: 706px) {
    .notice-label-set.col2 .nls-col-wrap {
        width: 100%;
    }

    .nls-textArea-wrap.content.info {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 413px) {
    .notice-label-set .nls-col-wrap .nls-cw-column {
        letter-spacing: -2px;
    }

    .notice-label-set .nls-col-wrap > div {
        padding: 12px 0 12px 10px;
    }

    .notice-label-set .nls-col-wrap .nls-cw-column {
        max-width: 80px;
    }

    .notice-label-set .nls-col-wrap > div {
        padding: 12px 0 12px 10px;
        max-width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}



