
/* folder-wr */
.n-wr {
    position: relative;
    border: 0.1px solid #213448;
    width: calc(100% - 50px);
    min-height: calc(100% - 100px);
    padding-bottom: 10px;
    display: flex;
    margin: 0 auto;
}
.n-wr > div {
    display: inline-table;
    flex: 1;
    max-width: 1200px;
    border: .1px solid #ccc;
    margin: 0 auto;
    padding: 10px;
}
.content-img {
    text-align: center;
}
.content-img img {}
.explain {
    padding: 20px;
    text-align: center;
}
.detail-table {}
.detail-table > div {}
.detail-table > div span {
    padding: 10px;
    display: inline-block;
}
.detail-table > div span:nth-child(1){
    background-color: #FAFAFA;
    border-right: 0.1px solid #ccc;
}

/* <div class='content-img'><img src='${introDt['DOC_IMAGE']}' alt='${introDt['DOC_NAME']}'/></div>
                        <div class='explain'>${introDt['DOC_EXP']}</div>
                        <div class='detail-table'>
                            <div><span>대분류 </span><span>${introDt['B_CATE_NM']}</span></div>
                            <div><span>중분류 </span><span>${introDt['M_CATE_NM']}</span></div>
                        </div> */

.rx-pop {
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: white;
}
.n-center {
    border : 1px solid red;
    flex : initial !important;
    margin : 0 auto;
}
.n-floating {
    position: fixed;
    top : 0;
    left : 0;
    height: 100%;
    border : 0 !important;
    padding : 0 !important;
    transition: all 0.2s;
}
.s-list {
    height: 100%;
    background-color: white;
    overflow: hidden;
    overflow-y: auto;
}
.s-list ul {}
.s-list ul li {
    position: relative;
    display: flex;
    /* width: 500px; */
    height: 70px;
    border-bottom: .1px solid #5185bc;
    cursor: pointer;
}
.s-list ul li:hover {
    background-color: #FAFAFA;
}
.s-list ul li:active {
    background-color: white;
}
.s-list ul li.active {}
.s-list ul li span {
    color : #888;
    font-size: 15px;
    padding : 10px;
}
.s-list ul li span:nth-child(2){
    flex : 1;
}
.s-list ul li span:nth-child(3){
    position: relative;
    padding : 10px 25px;
}
.s-list ul li span:nth-child(3)::after {
    content: '';
    position: absolute;
    top : 7px;
    left : -10px;
    width: 30px;
    height: 30px;

    background-image: url('/images/icons/view.png');
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    filter: contrast(0.1);
}
.s-list ul li span:nth-child(4){
    position: relative;
    padding : 10px 25px;
}
.s-list ul li span:nth-child(4)::after {
    content: '';
    position: absolute;
    top : 7px;
    left : -10px;
    width: 30px;
    height: 30px;

    background-image: url('/images/icons/chat.png');
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    filter: contrast(0.1);
}
.s-list ul li span.dt {
    position: absolute;
    bottom: 0;
    right: 0;
    padding : 0;
}
.s-list ul li span.dt * {
    font-size: 12px;
    padding : 0 5px;
}



.nt-list {
}
.nt-list ul li {
    height: 50px;
}
.nt-list ul li span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding : 0 10px;
}
.nt-list ul li span:nth-child(1) {
    min-width: 50px;
}
.nt-list ul li span:nth-child(2) {
    letter-spacing: -1px;
    overflow: hidden;
    font-size: 11px;
}

.nt-list ul li span:nth-child(3){
    display: flex;
    padding : 5px 25px;
}
.nt-list ul li span:nth-child(3) input {
    border-radius: 5px;
    border : 1px solid #ccc;
    text-align: center;
}
.nt-list ul li span:nth-child(3) * {
    margin-right: 2px;
    font-size: 11px;
}
.nt-list ul li span:nth-child(3) button {
    padding : 10px 10px;
}

.nt-list ul li span:nth-child(3)::after {
    background-image: url(/images/icons/binance.png);
    filter: initial;
}



.floating-close-btn {
    position: absolute;
    top : 50%;
    right : -50px;
    transform: translate(0%, -50%);

    z-index: 99;
}
.floating-close-btn > button {
    border-radius: 50%;
    border : 0;
    width: 50px;
    height: 50px;
    background-color: white;
    box-shadow: 1px 1px 1px black;
    cursor: pointer;
}
.floating-close-btn > button:hover{
    background-color: #FAFAFA;
}
.floating-close-btn > button:active{
    background-color: white;
}
.n-center-close {
    text-align: right;
    margin : 5px;
}


.n-title {
    color: #ffd1d1;
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    text-shadow: 1px 1px #b22929;
    height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.n-title-sub {
    position: relative;
    color: #5eaeff;
    font-size: 22px;
    font-style: italic;
    font-weight: 900;
    text-shadow: 1px 1px #5e82ff;
    height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-title-sub .more {
    position: absolute;
    top : 0;
    right: 0;
    padding : 10px;
    border : 0;
    background: none;
    cursor: pointer;
}
.n-title-sub .more:hover {
    color : #5e82ff;
}
.n-title-sub .more:active {
    color : #b22929;
}


.n-top {
    display: flex;
}
.n-top > div {
    flex : 1;
}
.n-top > div:nth-child(1) {
}
.n-top > div:nth-child(1) > span {
    display: inline-block;
    padding : 10px 25px;

    font-size: 18px;
    font-weight: 700;
}
.n-top > div:nth-child(2){
    text-align: right;
}
.n-top > div > button {
}
.n-list {
}



.n-list .n-head {
    display: flex;
    background-color: #5185bc;
    border-radius: 5px;
    margin-bottom: 2px;
}
.n-list .n-head > span {
    display: inline-block;
    color : white;
    padding : 10px 25px;
}
.n-list .n-head > span:nth-child(1){
    min-width: 100px;
    max-width: 100px;
}
.n-list .n-head > span:nth-child(2){
    flex : 1;
}
.n-list .n-head > span:nth-child(3){
    min-width: 200px;
    max-width: 200px;
    text-align: right;
}
.n-list .n-head > span:nth-child(4){
    min-width: 200px;
    max-width: 200px;
    text-align: right;
}
.n-list .n-head > span:nth-child(5){
    min-width: 200px;
    max-width: 200px;
    text-align: right;
}

.n-list > ul {}
.n-list > ul > li {
    display: flex;
    border-bottom: 1px solid #CCC;
    margin-bottom: 2px;
}
.n-list > ul > li > span {
    font-size: 15px;
    font-weight: 300;
    padding : 10px 25px;
}


.n-list > ul > li > span:nth-child(1){
    min-width: 100px;
    max-width: 100px;
}
.n-list > ul > li > span:nth-child(2){
    flex : 1;
    font-weight: 500;

    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 350px;
    white-space: nowrap;
}
.n-list > ul > li > span:nth-child(2) > span {
    font-size: 12px;
}
.n-list > ul > li > span:nth-child(2) > span:nth-child(1){
}


.n-list > ul > li > span:nth-child(3){
    min-width: 200px;
    max-width: 200px;
    text-align: right;
}
.n-list > ul > li > span:nth-child(4){
    min-width: 200px;
    max-width: 200px;
    text-align: right;
}
.n-list > ul > li > span:nth-child(5){
    display: flex;
    flex-direction: row-reverse;
    min-width: 200px;
    max-width: 200px;
    text-align: right;
    padding : 0;
}

.n-list > ul button {
    font-size: 12px;
    padding : 0 15px;
    margin : 0 2px;
}


.n-list > ul li.center {
    padding : 150px 50px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}


.doc-title {
    background-image: url(/images/icons/file-folder.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 10px 50%;
    padding-left : 50px;
}



button.btns {
    border-radius: 5px;
    border : 0;
    font-size: 15px;
    padding : 10px 25px;
    text-shadow: 1px 1px #888;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.1s;
}
.btn-success {
    color : white;
    background: #5eaeff;
}
.btn-cancel {
    color : white;
    background: #ffc75e;
}
.btn-delete {
    color : white;
    background: #ff5e5e;
}
.btn-alert {
    color : white;
    background: #5e82ff;
}

.more-btn {
    display: flex;
    width: 100%;
}
.more-btn > button {
    flex : 1;
    color : #ff9d31;
    background-color: antiquewhite;
}



button:hover {
    filter: contrast(1.9);
}
button:active {
    filter: contrast(1);
}

.blue {
    color : #5eaeff;
}
.dark-blue {
    color : #5e82ff;
}



/* create-space-ele */
.create-space-ele {
    border: 1px solid #ccc;
    border-radius: 10px;
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: white;
    padding : 20px;
    transition: all 0.3s;
}



.card-doc-index {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 650px;
    height: 100%;
    border: 0 !important;
    padding: 0 !important;
    transition: all 0.2s;
    background-color: white;
    padding: 20px !important;
    box-shadow: 0px 1px 3px black;
}
.card-doc-index .contain-btns {
    padding: 50px 0;
    text-align: right;
}

.card-doc-index .text-editor {
    display: flex;
    flex-direction: column;
}
.card-doc-index .text-editor label {}
.card-doc-index .text-editor label input {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 100%;
    height: 30px;
    padding : 5px 15px;
}
.card-doc-index .text-editor label textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
}
.card-doc-index .text-editor label > span {
    display: inline-block;
    width: 100%;
    margin: 3px 0;
}

.sun-editor .se-wrapper .se-wrapper-wysiwyg {
    min-height: 400px;
    max-height: 400px;
    padding : 20px;
}
.sun-editor-editable p {
    font-size: 16px;
}

.write-wr {
}
.write-wr > div {
}
.write-wr > div > div {
}
.write-wr > div h1 {
    margin-bottom: 20px;
}
.write-wr p {
    font-size: 11px !important;
    color : #b22929;
    min-height: inherit;
}



.write-wr .write-form {
    display: flex;
    flex-direction: column;
}

.write-wr .write-form > * {
    flex : 1;
    display: flex;
    min-height: 35px;
    margin-bottom: 5px;
}
.write-wr .write-form > * > * {
    display: flex;
    flex : 1;
    font-size: 15px;
    /* line-height: 37px; */
}

.write-wr .write-form > * > *:nth-child(1){
    min-width: 100px;
    max-width: 100px;
}

.write-wr .write-form > label > span:nth-child(1){
    font-weight: 600;
    line-height: 30px;
    padding : 2px 12px;
    background-color: #FAFAFA;
}
.write-wr .write-form > label > span:nth-child(2){
    padding : 2px 12px;
}
.write-wr .write-form > label > div:nth-child(2){
    padding : 2px 12px;   
}


.write-wr .write-form .category {
    max-height: 3vw;
}



.write-wr .write-form > div {
    position: relative;
}

.doc-public {
}
.doc-public > span > span {
    padding : 5px;
}

.write-wr .write-form .write-btns {
    display: inline-block;
    width: 100%;
    text-align: right;
}
.write-wr .write-form .write-btns > button {
    display: inline-block;
    line-height: initial;
    cursor: pointer;
}


.write-wr .write-form select {
    border : 1px solid #ccc;
    border-radius: .5vw;
    width: 100%;
    height: 100%;
    padding : 2px 25px;
}
.write-wr .write-form input {
    border : 1px solid #ccc;
    border-radius: .5vw;
    width: 100%;
    height: 100%;
    padding : 10px 25px;
}
.write-wr .write-form textarea {
    border : 1px solid #ccc;
    border-radius: .5vw;
    width: 100%;
    min-height: 100px;
    padding : 10px 25px;
    resize: none;
}

.bookcover {
    height: 300px;
}
.bookcover > div:nth-child(2){
    overflow: auto;
    max-height: 250px;
} 
.bookcover ul {
    display: flex;
    flex-wrap: wrap;
}
.bookcover li {
    width: 150px;
    margin : 0 auto;
    cursor: pointer;
}
.bookcover li img {
    width: 100%;
}
.bookcover ul li:hover {
    filter: grayscale(0);
}
.bookcover ul li:active {
    filter: hue-rotate(45deg);
}
.bookcover ul li.active {
    filter: hue-rotate(45deg);
}
.bookcover ul li.active::before {
    content: '';
    position: absolute;
    top : 30px;
    right : 0;
    width: 30px;
    height: 30px;
    background-image: url('/images/icons/checked.png');
    background-position: center;
    background-size: 30px 30px;
    background-repeat: no-repeat;

    border: 1px solid #ff9999;
    border-radius: 50%;
    padding: 5px;
    background-color: white;
    filter: hue-rotate(-30deg) drop-shadow(1px 1px 1px black);
}


.write-wr .n-msg {
    min-height: initial;
}

