/* 나눔 스퀘어: Nanum Square */
@font-face {
font-family: 'Nanum Square';
font-weight: 400;
src: url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareR.eot);
src: url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareR.eot?#iefix) format('embedded-opentype'),
url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareR.woff) format('woff'),
url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareR.ttf) format('truetype');
}
@font-face {
font-family: 'Nanum Square';
font-weight: 700;
src: url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareB.eot);
src: url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareB.eot?#iefix) format('embedded-opentype'),
url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareB.woff) format('woff'),
url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareB.ttf) format('truetype');
}
@font-face {
font-family: 'Nanum Square';
font-weight: 800;
src: url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareEB.eot);
src: url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareEB.woff) format('woff'),
url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareEB.ttf) format('truetype');
}
@font-face {
font-family: 'Nanum Square';
font-weight: 300;
src: url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareL.eot);
src: url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareL.eot?#iefix) format('embedded-opentype'),
url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareL.woff) format('woff'),
url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareL.ttf) format('truetype');
}
@keyframes newcolor {
0% { color: red; }
50% { color: yellow; }
100% { color: red; }
}
@keyframes newbackcolor {
0% { background-color: red; }
50% { background-color: yellow; color: black; }
100% { background-color: red; }
}
.ui-sortable { position: relative; }
img { border: 0; }
p { margin: 0; }
body { font-family: sans-serif; -webkit-text-size-adjust: 100%; }
.pmPublic { margin: 0; font-size: 0; display: inline-block; text-align: center; }
.pmPublic a {
margin: 0 1px; padding: 0; border: 1px solid #eee; color: #888; text-decoration: none;
display: inline-block; font-size: 12px; vertical-align: middle;
}
.pmPublic a img { display: none; }
.pmPublic a.first,
.pmPublic a.last,
.pmPublic a.next,
.pmPublic a.prev,
.pmPublic a.nextJump,
.pmPublic a.prevJump {
font-size: 0; background: none; padding: 0;
box-sizing: border-box; width: 33px; height: 33px; display: inline-block; line-height: 31px; border: 1px solid #ddd;
padding: 0; vertical-align: middle
}
.pmPublic a:before { font-family: 'Font Awesome 5 Free'; font-weight: bold; font-size: 11px; }
.pmPublic a:after { font-family: 'Font Awesome 5 Free'; font-weight: bold; font-size: 11px; }
.pmPublic a.next:after { content: '\f105'; }
.pmPublic a.prev:before { content: '\f104'; }
.pmPublic a.nextJump:after { content: '\f101'; }
.pmPublic a.prevJump:before { content: '\f100'; }
.pmPublic a.first:before { content: '\f048'; }
.pmPublic a.last:before { content: '\f051'; }

.pmPublic a.page { padding: 0; border: 0; margin: 0 2px; }
.pmPublic a.page:hover { text-decoration: none; }
.pmPublic a.page strong {
background: #5d6169; color: #fff; box-sizing: border-box; width: 33px; height: 33px; display: inline-block; line-height: 31px;
padding: 0; font-size: 13px; vertical-align: middle; border: 1px solid #eee;
}
.pmPublic a.page span {
box-sizing: border-box; width: 33px; height: 33px; display: inline-block; line-height: 31px; border: 1px solid #ddd;
padding: 0; font-size: 13px; vertical-align: middle;
}
.pmPublic a.page:hover span { border: 1px solid #000; text-decoration: none; }
.pmPublic a:hover { color: #000; }
@media (max-width: 540px) {
.pmPublic { letter-spacing: -1px; }
.pmPublic a.first,
.pmPublic a.last,
.pmPublic a.next,
.pmPublic a.prev,
.pmPublic a.nextJump,
.pmPublic a.prevJump,
.pmPublic a.page strong,
.pmPublic a.page span { width: 30px; height: 30px; line-height: 28px; }
}


.hidden { display: none; }

/* 쪽지 쓰기 폼 */
#memberNoteForm {
position: absolute; border: 1px outset #ddd; background-color: #eee;
padding: 7px; display: none; font-size: 12px; z-index: 10000;
}
#memberNoteForm .loading { display: none; }
#memberNoteForm .title { border-bottom: 1px solid #aaa; padding: 5px; cursor: move; }
#memberNoteForm table { border-spacing: 0px; }
#memberNoteForm table tr {}
#memberNoteForm table tr th,
#memberNoteForm table tr td { padding: 5px; }
#memberNoteForm table tr td input,
#memberNoteForm table tr td textarea { border: 1px solid #aaa; vertical-align: middle; }
#memberNoteForm table tr td label input { border: 0px; }
#memberNoteForm table tr td label:hover { text-decoration: underline; color: #08f; }

#memberNoteForm.loader .loading { padding: 10px; display: block; }
#memberNoteForm.loader * { display: none; }

/* 쪽지 모니터 */
#memberNoteMonitor {
position: absolute; border: 1px outset #ddd; background-color: #eee;
padding: 7px; display: none; font-size: 12px; z-index: 10000;
}
#memberNoteMonitor .title { border-bottom: 1px solid #aaa; padding: 5px; cursor: move; }
#memberNoteMonitor .list { padding: 10px; }
#memberNoteMonitor .list ul { margin: 0px; padding: 0px; }
#memberNoteMonitor .list ul li {
margin: 0px; padding: 5px 5px 5px 14px; list-style: none;
background-image: url('/proxy/img/dot.gif');
background-repeat: no-repeat;
background-position: 5px 50%;
border-bottom: 1px dashed #aaa; cursor: pointer;
}
#memberNoteMonitor .list ul li:hover { background-color: #ddd; }
#memberNoteMonitor .list ul li a { text-decoration: none; color: #333; }

/* 쪽지 보기 */
#memberNoteRead {
position: absolute; border: 1px outset #ddd; background-color: #eee;
padding: 7px; display: none; font-size: 12px; z-index: 10000;
}
#memberNoteRead .loading { display: none; }
#memberNoteRead .title { border-bottom: 1px solid #aaa; padding: 5px; cursor: move; }
#memberNoteRead .text { width: 300px; margin: 5px; line-height: 120%; }

#memberNoteRead.loader .loading { padding: 10px; display: block; }
#memberNoteRead.loader * { display: none; }


.ui-resizable-helper { border: 1px dotted gray; }

label.custom-file-input {
display: inline-block; border: 2px solid #ddd; cursor: pointer;
background: rgb(50,55,68); color: #fff; padding: 7px 20px; font-size: 12px;
text-decoration: none !important;
}
label.custom-file-input:hover { border: 2px solid #888; color: #ff0 !important; }
label.custom-file-input input { display: none; }
label.custom-file-input strong,
label.custom-file-input span { display: block; }

#show-input-text {
margin: 0; padding: 5px; background: #fff; border: 1px solid #888; word-break: break-all;
box-sizing: border-box; color: #888; text-align: left;
}

#totalsec { position: fixed; bottom: 0; right: 0; padding: 5px; color: white; background: rgba(0,0,0,0.5); font-size: 0.8em; }
#totalsec:hover { opacity: 0; cursor: default; }
