/* 나눔 스퀘어: 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; }

#reject-tool { background: white; max-width: 1200px; margin: 0 auto; text-align: left; overflow: hidden; padding: 10px; }
#reject-tool dl { margin: 5px; padding: 5px; overflow: hidden; background: #f1f1f1; border: 1px solid #ddd; }
#reject-tool dt { margin: 0; padding: 0; font-weight: 1.2em; font-weight: 700; }
#reject-tool dd { margin: 0; padding: 0; }
#reject-tool textarea { box-sizing: border-box; width: 100%; border: 1px solid #ddd; padding: 5px; }
#reject-tool button { width: 100%; border: 0; background: #5d6169; color: white; padding: 5px; }
#reject-tool a { text-decoration: none; display: inline-block; vertical-align: middle; margin: 5px; padding: 5px; background: gray; color: white; }
#reject-tool a.member { background: #5d6169; }
#reject-tool a.reject { background: red; }
/* Error Skin */
div.board-error {
margin: 10px auto; width: 1200px; box-sizing: border-box;
text-align: center; font-size: 12px;
border: 2px solid #ccc;
background: #f4f4f4;
}
div.board-error div.message {
margin: 30px;
padding: 30px 60px;
color: #f00; font-weight: bold;
text-align: center;
border: 1px solid #edd;
background: #f0eeee url('/proxy/img/board/alert.gif') no-repeat 20px 20px;
}
div.board-error div.button { margin-bottom: 30px; }
div.board-error div.button input { width: 100px; height: 30px; border: 1px solid #ddd; background: #fff; }
div.board-error div.message input { margin-top: 10px; padding: 3px; border: 1px solid #ddd; background: #fff; }
div.board-error div.message form { }


#member-layer { position: absolute; top: 0; left: 0; font-size: 0.8em; }
#member-layer ul {
margin: 0; padding: 10px; list-style: none;
background: #000; border: 1px solid #888; border-radius: 10px;
}
#member-layer li { margin: 0; padding: 5px; color: #fff; border-bottom: 1px solid #555; cursor: pointer; }
#member-layer li:last-child { border: 0; }
#member-layer li:hover { color: #ff0; }

#admin { text-align: right; padding: 10px; width: 1200px; margin: 0 auto; box-sizing: border-box; }
#admin a { display: inline-block; padding: 10px 20px; border-radius: 5px; background: gray; color: white; text-decoration: none; font-weight: bold; }
#admin a:first-child { background: red; }

#board-admin { text-align: right; padding: 10px; width: 1200px; margin: 0 auto; box-sizing: border-box; }
#board-admin a { display: inline-block; padding: 10px 20px; border-radius: 5px; background: crimson; color: white; text-decoration: none; font-weight: bold; }

#boardnotice { margin: 0 auto 20px; width: 1200px; text-align: left; box-sizing: border-box; padding: 15px; background: rgba(0,0,0,0.1); }
#boardnotice p { margin: 0; padding: 5px 0; }
#boardnotice span.color1 { color: pink; }
#boardnotice a { color: pink; }

#commonbuttons {
clear: both; text-align: right; font-size: 0; width: 1200px; margin: 0 auto 20px; box-sizing: border-box;
}
#commonbuttons a:before { font-family: 'Font Awesome 5 Free'; font-weight: bold; margin: 0 5px 0 0; display: inline-block; vertical-align: middle; }
#commonbuttons span.write a { color: #ff0; }
#commonbuttons span.write a:before { content: '\f304'; color: #fff; }
#commonbuttons span.init a:before { content: '\f0c9'; }
#commonbuttons a {
background: #5d6169; color: #fff; height: 34px; line-height: 34px; cursor: pointer; padding: 1px 20px;
border: 0; box-sizing: border-box; font-size: 14px; display: inline-block; text-decoration: none; margin: 0 3px; vertical-align: middle;
}
#commonbuttons span a:active { padding: 2px 19px 0 21px; }

#cacheswitch { text-align: center; font-weight: 700; margin: 0 0 20px; }
#cacheswitch i { font-size: 4em; }
#cacheswitch a { text-decoration: underline; }
#cacheswitch a.on { color: rgba(255,0,0,1); }
#cacheswitch a.off { color: rgba(192,192,192,1); }
#cacheswitch a:hover { transition: color 1s 0.5s linear; }
#cacheswitch a.on:hover { color: rgba(192,192,192,1); }
#cacheswitch a.off:hover { color: rgba(255,0,0,1); }
#cacheswitch div.label { font-size: 1.2em; }
#cacheswitch div.description { color: darkgray; font-weight: 400; }
#cacheswitch div.on { color: red; }
#cacheswitch div.off { color: darkgray; }



#googlead-list1,
#googlead-list2 { padding: 10px 0; text-align: center; }

/* list */
#board-list { font-size: 0.8em; width: 1200px; margin: 0 auto 150px; box-sizing: border-box; }
#board-list ul.tabs { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #666; overflow: hidden; }
#board-list ul.tabs li {
margin: 0 2px -1px 0; padding: 0; float: left; border: 1px solid #666;
}
#board-list ul.tabs li a { display: block; color: #999; text-decoration: none; padding: 8px 15px; background: #f9f9f9; }
#board-list ul.tabs li.focus a { background: white; color: #c46600; }
#board-list strong.match { background: yellow; color: black; }
#board-list span.removed { color: #888; text-decoration: line-through; }
#board-list img,
#board-list input { border: 0; vertical-align: middle; }
#board-list div.notice {
position: relative; border: 10px solid gray; padding: 10px; margin: 15px 0 20px;
}
#board-list div.notice:before { height: 10px; background: white; position: absolute; left: 10px; right: 10px; top: -10px; content: ''; }
#board-list div.notice:after { border-top: 1px solid gray; position: absolute; left: 20px; right: 20px; top: -5px; content: ''; }
#board-list div.notice dl:before { height: 10px; background: white; position: absolute; left: 10px; right: 10px; bottom: -10px; content: ''; }
#board-list div.notice dl:after { border-bottom: 1px solid gray; position: absolute; left: 20px; right: 20px; bottom: -5px; content: ''; }
#board-list div.notice dd:before { width: 15px; background: white; position: absolute; top: 10px; bottom: 10px; left: -10px; content: ''; }
#board-list div.notice dd:after { border-left: 1px solid gray; position: absolute; top: 20px; bottom: 20px; left: -5px; content: ''; }
#board-list div.notice ul:before { width: 15px; background: white; position: absolute; top: 10px; bottom: 10px; right: -10px; content: ''; }
#board-list div.notice ul:after { border-right: 1px solid gray; position: absolute; top: 20px; bottom: 20px; right: -5px; content: ''; }
#board-list div.notice dl { margin: 0; padding: 5px; background: white; }
#board-list div.notice dt { margin: 0; padding: 5px; font-size: 2em; font-family: Tahoma, Arial; font-weight: bold; border-bottom: 1px solid #ddd; }
#board-list div.notice dt:before { content: '\f0a1'; font-family: 'Font Awesome 5 Free'; margin: 0 5px 0 0; color: gray; }
#board-list div.notice dd { margin: 0; padding: 0; }
#board-list div.notice ul { margin: 0; padding: 0; list-style: none; }
#board-list div.notice li { margin: 0; padding: 0; }
#board-list div.notice li a {
display: inline-block; padding: 5px; font-size: 1.2em; color: #555; text-decoration: none; vertical-align: middle;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; box-sizing: border-box; width: 100%;
}
#board-list div.notice li.new a:after {
content: 'NEW'; font-size: 0.6em; font-weight: normal; transform: rotate(-45deg); margin-right: -8px;
float: left;
animation-name: newcolor;
animation-duration: 4s;
animation-iteration-count: infinite;
}
#board-list div.notice li a:before { content: '\f105'; font-family: 'Font Awesome 5 Free'; font-weight: bold; color: darkblue; }
#board-list div.notice li a:hover { color: #f0f; }
#board-list div.total { text-align: right; color: #777; margin: 3px; }
#board-list table { width: 100%; border-spacing: 0; font-size: 12pt; }
#board-list table tr td,
#board-list table tr th { text-align: center; padding: 0; border: 0; }
#board-list table thead {}
#board-list table thead tr { background: #f5f5f5; }
#board-list table thead tr th { color: #666; padding: 18px 0; border-top: 1px solid #505c78; }
#board-list table thead tr th:before { content: ''; height: 7px; border-left: 1px dotted #000; box-sizing: border-box; width: 1px; float: left; margin: 4px 0 0; }
#board-list table thead tr th.no:before { display: none; }
#board-list table thead tr th.no { width: 100px; }
#board-list table .no label input { display: block; margin: 0 auto; }
#board-list table thead tr th.photo { width: 80px; }
#board-list table thead tr th.writer { width: 150px; }
#board-list table tbody tr td.writer { white-space: nowrap; }
#board-list table thead tr th.hits,
#board-list table thead tr th.likes,
#board-list table thead tr th.hates { width: 60px; }
#board-list table thead tr th.date { width: 90px; }
#board-list table tbody tr:hover { background: #f4fff0; }
#board-list table tbody tr.view { background: #f0f0f0; }
#board-list table tbody tr.view td.no {
text-align: left; text-indent: -9999px; font-size: 0;
}
#board-list table tbody tr.view td.no:after {
content: '\f07c'; display: block; font-family: 'Font Awesome 5 Free'; font-weight: bold; text-align: center; font-size: 15px; text-indent: 0; color: rgb(240,205,106);
text-shadow: 1px 1px 0 #888;
}
#board-list table tbody tr.notice { background: #f9fafb; }
#board-list table tbody tr.notice td.photo {
text-align: left; text-indent: -9999px; font-size: 0;
}
#board-list table tbody tr.notice td.photo:after { content: '\f0a1'; display: block; font-family: 'Font Awesome 5 Free'; font-weight: bold; text-align: center; font-size: 15px; text-indent: 0; }
#board-list table tbody tr.new td.subject:before {
content: 'NEW'; font-size: 0.6em; font-weight: normal; transform: rotate(-45deg); margin-right: -8px;
float: left;
animation-name: newcolor;
animation-duration: 4s;
animation-iteration-count: infinite;
}

#board-list table tbody tr.lock td.subject:after {
font-family: 'Font Awesome 5 Free'; content: '\f023'; font-weight: bold; color: #f00; display: inline-block; vertical-align: middle; margin: 0 0 0 5px;
}
#board-list table tbody tr td { padding: 15px 0; border-bottom: 1px solid #dcdee2; color: #666; }
#board-list table tbody tr td.photo img { max-width: 67px; max-height: 50px; }
#board-list table tbody tr td.subject { text-align: left; padding-left: 15px; }
#board-list table tbody tr td.admin:before,
#board-list table tbody tr td.badmin:before { font-family: 'Font Awesome 5 Free'; display: inline-block; vertical-align: middle; margin: -2px 0 0; font-weight: bold; }
/*#board-list table tbody tr td.admin:before { content: '\f521'; color: #f0f; }*/
#board-list table tbody tr td.badmin:before { content: '\f013'; color: gold; text-shadow: 1px 1px 0 #888; }
#board-list table tbody tr td.admin { font-weight: bold; color: black; }
#board-list table tbody tr td.member { font-weight: bold; }
#board-list table tbody tr td.break { text-decoration: line-through; }
#board-list table tbody tr td.blank { color: #888; }
#board-list table tbody tr td span.member-click { cursor: pointer; }
#board-list table tbody tr td a { color: #676767; text-decoration: none; }
#board-list table tbody tr td a:hover { color: #f0f; text-decoration: underline; }
#board-list table tbody tr td span.noticeicon {
width: 50px; display: inline-block; height: 23px; line-height: 23px; border-radius: 5px; text-align: center; color: #fff; background: #3d434e; font-size: 13px;
}
#board-list div.buttons {
clear: both; padding: 25px 0; text-align: right; margin: 5px; font-size: 0; width: 1200px; margin: 0 auto; box-sizing: border-box;
}
#board-list div.buttons a:before { font-family: 'Font Awesome 5 Free'; font-weight: bold; margin: 0 5px 0 0; display: inline-block; vertical-align: middle; }
#board-list div.buttons span.write a { color: #ff0; }
#board-list div.buttons span.write a:before { content: '\f304'; color: #fff; }
#board-list div.buttons span.init a:before { content: '\f0c9'; }
#board-list div.buttons a {
background: #5d6169; color: #fff; height: 34px; line-height: 34px; cursor: pointer; padding: 1px 20px;
border: 0; box-sizing: border-box; font-size: 14px; display: inline-block; text-decoration: none; margin: 0 3px; vertical-align: middle;
}
#board-list div.buttons span a:active { padding: 2px 19px 0 21px; }
#board-list div.page-move { text-align: center; margin: 5px; }
#board-list div.search { text-align: center; margin: 30px 0; }
#board-list div.search form { display: inline-block; vertical-align: middle; background: #f0f2f4; padding: 13px 10px; text-align: left; box-sizing: border-box; width: 100%; }
#board-list div.search form div { float: left; padding: 5px; border: 1px solid rgba(255,255,255,0); }
#board-list div.search form div.hidden-form { display: none; }
#board-list div.search form label {
display: block; height: 20px; overflow: hidden; box-sizing: border-box; border: 0; color: #666; margin: 0 0 5px;
}
#board-list div.search form select {
vertical-align: middle; padding: 3px; border: 1px solid #aaa;
box-sizing: border-box; height: 34px;
}
#board-list div.search form input {
border: 1px solid #aaa; padding: 3px; box-sizing: border-box; vertical-align: middle;
height: 34px;
}
#board-list div.search form div.period input { width: 100px; }
#board-list div.search form div.keyword label {
float: left; display: inline; padding: 3px; color: #888; margin: 0 0 5px;
}
#board-list div.search form div.keyword label input { float: left; margin: 1px 3px 0 0; height: auto; }
#board-list div.search form div.keyword span { display: block; clear: both; }
#board-list div.search form div.keyword span input { width: 538px; }
#board-list div.search form div.button { padding: 0; margin: 30px 0 0; }
#board-list div.search form div.button:hover { border: 1px solid #fff; }
#board-list div.search form div.button button {
background: #5d6169; color: #fff; height: 34px; cursor: pointer; padding: 0 20px;
border: 0; box-sizing: border-box; font-weight: bold; font-size: 14pt;
}
#board-list div.search form div.button button:after {
content: '\f002'; font-family: 'Font Awesome 5 Free'; margin: 0 0 0 5px;
}
#board-list div.search div.more { display: inline-block; vertical-align: middle; }
#board-list div.search div.more dl { float: left; margin: 0 10px 0 0; padding: 0; vertical-align: middle; }
#board-list div.search div.more dt { float: left; height: 34px; background: rgb(34,49,90); line-height: 34px; margin: 0; padding: 0 10px; color: white; }

#adminmode {
position: fixed; bottom: 10px; left: 50%; width: 1200px; margin-left: -600px; height: 80px; background: #eee; border: 1px solid #ddd; box-sizing: border-box; padding: 10px; display: none; opacity: 0;
}
#adminmode div.title { font-size: 1.2em; font-family: 'Nanum Square'; font-weight: 700; margin: 0 0 5px; }
#adminmode input { vertical-align: middle; }
#adminmode select { vertical-align: middle; padding: 3px; border: 1px solid #ddd; border-radius: 2px; }
#adminmode button { vertical-align: middle; font-size: 1.2em; font-family: 'Nanum Square'; font-weight: 700; color: white; border: 0; padding: 5px 10px; background: rgb(50,55,68); cursor: pointer; }


#googlead-view1,
#googlead-view2 { width: 1200px; padding: 10px 0; margin: 0 auto; overflow: hidden; text-align: center; }

#board-view { margin: 10px 0 30px; text-align: center; }
#board-view strong.match { background: yellow; }
#board-view div.removed { color: #888; text-decoration: line-through; }
#board-view div.header {
border-top: 1px solid #505c78; padding: 20px; width: 1200px; margin: 0 auto; box-sizing: border-box; text-align: left;
overflow: hidden;
}
#board-view div.header div.title { float: left; }
#board-view div.header div.title div.subject {
font-weight: bold; font-size: 1.2em; padding: 10px 0;
}
#board-view div.header div.title div.subtitle { font-size: 0.8em; color: gray; }
#board-view div.header div.date { float: right; margin: 10px 0 0; }
#board-view div.header div.date:before { font-family: 'Font Awesome 5 Free'; content: '\f017'; display: inline-block; vertical-align: middle; margin: 0 5px 0 0; }
#board-view div.etcs {
padding: 10px; box-sizing: border-box; overflow: hidden; vertical-align: middle; width: 1200px; margin: 0 auto 20px; box-sizing: border-box;
border: 1px dashed #ccc;
}
#board-view div.etcs div.photo {
float: left; margin: 0 10px 0 0; width: 100px; height: 120px;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
}
#board-view div.etcs div.info { float: left; overflow: hidden; font-size: 1.5em; font-size: 700; }
#board-view div.etcs a,
#board-view div.etcs span {
float: left; color: #555; margin: 15px 0 0 10px; height: 30px;
font-weight: bold; text-decoration: none;
}
#board-view div.etcs span:nth-of-type(2) { clear: both; }
#board-view div.etcs a:before,
#board-view div.etcs span:before { font-family: 'Font Awesome 5 Free'; display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; }
#board-view div.etcs a:hover { color: #f0f; }
#board-view div.etcs span.writer { padding: 0 10px; margin: 15px 0 0; cursor: pointer; }
#board-view div.etcs span.comments:before { content: '\f075'; }
#board-view div.etcs a.likes:before { content: '\f164'; font-weight: normal; }
#board-view div.etcs a.hates:before { content: '\f165'; font-weight: normal; }
#board-view div.etcs a.likes:hover:after {
content: '추천'; color: #888; position: absolute; font-weight: normal; font-size: 0.8em; display: block; margin: 5px 0 0;
}
#board-view div.etcs a.hates:hover:after {
content: '반대'; color: #888; position: absolute; font-weight: normal; font-size: 0.8em; display: block; margin: 5px 0 0;
}
#board-view div.etcs a.likes.checked:hover:after {
content: '추천취소';
}
#board-view div.etcs a.hates.checked:hover:after {
content: '반대취소';
}

#board-view div.etcs span.hits:before { content: '\f245'; }
/*#board-view div.etcs span.admin:before { content: '\f521'; color: #f0f; }*/
#board-view div.etcs span.badmin:before { content: '\f4fe'; }
#board-view div.etcs span.admin { font-weight: bold; color: black; }
#board-view div.etcs span.member { font-weight: bold; }
#board-view div.etcs span.break { text-decoration: line-through; }
#board-view div.etcs span.blank { color: #888; }
#board-view div.etcs div.membermemo { float: left; font-size: 0.8; overflow: hidden; width: 850px; text-align: left; box-sizing: border-box; padding: 15px; white-space: pre; }
#board-view div.etcs div.membermemo a { float: none; margin: 0; padding: 0; display: inline; height: auto; }

#board-view div.photos {}
#board-view div.photos div.item { margin: 0 0 10px; }
#board-view div.photos div.item div.photo {}
#board-view div.photos div.item div.exif { font-size: 0.8em; text-align: center; color: white; }
#board-view div.photos img { max-width: 1700px; }

#board-view div.contents {
font-size: 1em; overflow: auto; padding: 17px 0 20px; display: inline-block; vertical-align: middle; min-width: 1200px; margin: 0 auto; box-sizing: border-box; text-align: left;
position: relative; z-index: 9999;
}
#board-view div.contents p { margin: 0; }
#board-view div.contents textarea#contentText { display: none; }
#board-view div.contents img { max-width: 1700px; }
#contents-text { display: none; }

#board-view div.files { width: 1200px; margin: 0 auto; box-sizing: border-box; }
#board-view div.files a {
float: left; background: url('/proxy/img/board/dot.gif') no-repeat 5px 50%;
padding-left: 12px; margin-bottom: 5px; text-decoration: none; color: #777;
}
#board-view div.files a:hover { color: #08f; text-decoration: underline; }
#board-view div.buttons {
clear: both; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 25px 0; text-align: right; margin: 5px; font-size: 0; width: 1200px; margin: 0 auto; box-sizing: border-box;
}
#board-view div.buttons a:before { font-family: 'Font Awesome 5 Free'; font-weight: bold; margin: 0 5px 0 0; display: inline-block; vertical-align: middle; }
#board-view div.buttons span.write a { color: #ff0; }
#board-view div.buttons span.write a:before { content: '\f304'; color: #fff; }
#board-view div.buttons span.init a:before { content: '\f0c9'; }
#board-view div.buttons a {
background: #5d6169; color: #fff; height: 34px; line-height: 34px; cursor: pointer; padding: 1px 20px;
border: 0; box-sizing: border-box; font-size: 14px; display: inline-block; text-decoration: none; margin: 0 3px; vertical-align: middle;
}
#board-view div.buttons span a:active { padding: 2px 19px 0 21px; }

#board-view div.navigates { border-bottom: 1px solid #ddd; color: #aaa; width: 1200px; margin: 0 auto; box-sizing: border-box; }
#board-view div.prev { border-bottom: 1px solid #ddd; position: relative; }
#board-view div.prev:before { content: '이전글'; width: 170px; background: #f2f2f2; float: left; height: 48px; box-sizing: border-box; padding-left: 30px; margin: 0 10px 0 0; color: #666; }
#board-view div.prev:after {
content: '\f106'; font-family: 'Font Awesome 5 Free'; font-weight: bold; position: absolute; left: 140px; top: 0; color: #666;
}
#board-view div.next { position: relative; }
#board-view div.next:after {
content: '\f107'; font-family: 'Font Awesome 5 Free'; font-weight: bold; position: absolute; left: 140px; top: 0; color: #666;
}
#board-view div.next:before { content: '다음글'; width: 170px; background: #f2f2f2; float: left; height: 48px; box-sizing: border-box; padding-left: 30px; margin: 0 10px 0 0; color: #666; }
#board-view div.prev,
#board-view div.next { height: 48px; line-height: 48px; }
#board-view div.prev a,
#board-view div.next a { text-decoration: none; color: #666; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#board-view div.prev a:hover,
#board-view div.next a:hover { text-decoration: underline; color: #08f; }


#board-base-opinion { width: 1200px; margin: 0 auto 30px; box-sizing: border-box; }
#board-base-opinion div.notice { color: crimson; font-size: 1.2em; font-weight: 700; }
#board-base-opinion strong.match { background: yellow; }
#board-base-opinion div.total {
font-weight: bold; font-size: 1.4em;
}
#board-base-opinion div.total span {
display: inline-block; color: #555; border-bottom: 2px solid #888;
padding: 0 5px 0 35px; height: 30px; vertical-align: middle;
background: url('/proxy/img/board/comment.png') no-repeat 5px 50%;
}
#board-base-opinion div.total strong {
color: #f60; padding: 0 5px;
}
#board-base-opinion div.page-move { text-align: center; margin: 5px; }
#board-base-opinion div.item {
display: inline-block; width: 100%; box-sizing: border-box; padding: 10px;
border-top: 1px solid #ddd; min-height: 80px; font-size: 0; margin: 0 0 10px;
}
#board-base-opinion div.item0 { border-top: 0; }
#board-base-opinion div.photo {
float: left; width: 100px; height: 120px;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
}
#board-base-opinion div.etc { margin: 0 0 5px 110px; }
#board-base-opinion div.info {
display: inline-block; vertical-align: middle; font-size: 12pt; margin: 0 10px 0 0;
}
#board-base-opinion div.info span { float: left; }
#board-base-opinion div.info span.date { color: #888; margin: 0 0 0 10px; }
#board-base-opinion div.buttons { display: inline-block; vertical-align: middle; font-size: 12pt; height: 30px; }
#board-base-opinion div.buttons a {
float: left; margin: 3px; font-size: 0.8em; color: #fff; background: #888; padding: 3px 6px;
text-decoration: none; border-radius: 5px;
}
#board-base-opinion div.buttons a.clear,
#board-base-opinion div.buttons a.delete { background: #f00; }
#board-base-opinion div.contents { margin: 0 0 0 110px; font-size: 12pt; }
#board-base-opinion div.contents span.parent-writer {
color: #888; display: inline-block; margin: 0 5px 0 0; cursor: pointer; vertical-align: top;
font-weight: bold;
}
#board-base-opinion div.removed { font-size: 12pt; padding-left: 70px; }
#board-base-opinion div.removed div.message { color: #888; }
#board-base-opinion div.reply-form { clear: both; }
#board-base-opinion span.writer { cursor: pointer; }
#board-base-opinion span.writer:before { font-family: 'Font Awesome 5 Free'; display: inline-block; vertical-align: middle; margin: -2px 3px 0 0; }
#board-base-opinion span.writer.admin { font-weight: bold; }
#board-base-opinion span.writer.badmin { font-weight: bold; }
/*#board-base-opinion span.writer.admin:before { content: '\f521'; color: #f0f; }*/
#board-base-opinion span.writer.badmin:before { content: '\f013'; color: gold; text-shadow: 1px 1px 0 #888; }
#board-base-opinion span.writer.member { font-weight: bold; }
#board-base-opinion span.writer.break { text-decoration: line-through; }
#board-base-opinion span.writer.blank { color: #888; }
#board-base-opinion ul { margin: 20px 0 0 20px; padding: 0; list-style: none; }
#board-base-opinion li {
display: inline-block; width: 100%; box-sizing: border-box; padding: 10px;
min-height: 80px; font-size: 0;
}
#board-base-opinion li.removed { font-size: 12pt; color: #888; padding-left: 70px; }
#board-base-opinion div.empty { text-align: center; color: #888; padding: 50px 0; }

#opinion-remove-box {
display: none; position: absolute; z-index: 1;
border: 2px solid #ad8; background: #dfa;
padding: 5px; width: 350px;
}
#opinion-remove-box div.title {
text-align: center;
border: 1px solid #be8;
background: #efc;
padding: 3px; font-size: 12px; color: #f00; font-weight: bold;
}
#opinion-remove-box div.form { padding: 5px 5px 5px 20px; }
#opinion-remove-box div.form div.input {
display: inline;
}
#opinion-remove-box div.form input { border: 1px solid #000; margin: 3px; vertical-align: middle; }
#opinion-remove-box div.form div.submit { display: inline; }
#opinion-remove-box div.form div.submit input { background: #fff; }

/* Opinion Write */
#board-base-opinion-write {
margin: 0 0 50px; padding: 10px; border: 1px solid #ddd; background: #eee; font-size: 0.8em; width: 1200px; margin: 0 auto; box-sizing: border-box;
}
#board-base-opinion-write { position: relative; }
#opinion-box {
position: absolute; display: none;
width: 100%;
left: 0; top: 0;
border: 2px solid #ddd;
background: #dfa;
padding: 65px 0;
text-align: center;
}
#board-base-opinion-write dl.contents { margin: 0 0 10px; padding: 0; }
#board-base-opinion-write dl.contents dt { margin: 0 0 5px; padding: 0; }
#board-base-opinion-write dl.contents dt label {
font-size: 1.2em; font-weight: bold;
}
#board-base-opinion-write dl.contents dd { margin: 0; padding: 0; }
#board-base-opinion-write dl.contents textarea {
border: 1px solid #ddd; background: #fff; width: 100%; box-sizing: border-box; overflow: auto; padding: 10px;
}
#board-base-opinion-write div.components { display: inline-block; width: 100%; vertical-align: middle; }
#board-base-opinion-write div.nospam div.inputs { float: left; width: 80%; }
#board-base-opinion-write div.nospam div.buttons { float: left; width: 20%; }
#board-base-opinion-write div.nospam dl {
margin: 0; padding: 5px; box-sizing: border-box; float: left;
}
#board-base-opinion-write div.nospam dl.nospam { width: 50%; float: left; }
#board-base-opinion-write div.nospam dl.nospam img { display: block; margin: 0 0 5px; }
#board-base-opinion-write div.nospam dl.item { float: left; width: 25%; }
#board-base-opinion-write div.nospam dl dt { height: 15px; padding-left: 5px; }
#board-base-opinion-write div.nospam input {
width: 100%; box-sizing: border-box; padding: 3px; border: 1px solid #ddd; border-radius: 5px;
}
#board-base-opinion-write div.nospam div.buttons { margin: 25px 0 0; }
#board-base-opinion-write div.nospam button {
width: 100%; box-sizing: border-box; padding: 3px 0 5px; border-radius: 5px; border: 0;
background: #088; color: #fff; vertical-align: middle; cursor: pointer;
}
#board-base-opinion-write div.nospam dt { margin: 0 0 5px; padding: 0; }
#board-base-opinion-write div.nospam dd { margin: 0 0 5px; padding: 0; }
#board-base-opinion-write div.normal {}
#board-base-opinion-write div.normal div { display: inline-block; vertical-align: top; }
#board-base-opinion-write div.normal dl { text-align: left; margin: 0; padding: 0; display: inline-block; }
#board-base-opinion-write div.normal dt { margin: 8px 5px 0 0; padding: 0; float: left; }
#board-base-opinion-write div.normal dd { margin: 0; padding: 0; float: left; }
#board-base-opinion-write div.normal dd input {
background: white url(''); color: #666; height: 34px; line-height: 34px; cursor: pointer; padding: 0; border: 1px solid #ddd;
box-sizing: border-box; font-size: 14px; display: inline-block; text-decoration: none; margin: 0 3px; vertical-align: middle;
text-indent: 5px;
}
#board-base-opinion-write div.normal button {
background: #5d6169; color: #fff; height: 34px; line-height: 34px; cursor: pointer; padding: 1px 20px;
border: 0; box-sizing: border-box; font-size: 14px; display: inline-block; text-decoration: none; margin: 0 3px; vertical-align: middle;
}

#opinion-reply {
margin: 0; padding: 10px; z-index: 5; font-size: 12px; display: none;
}
#opinion-reply.show { display: block; }
#opinion-reply div.reply-title {
color: #088; text-align: left; padding: 8px;
}
#opinion-reply div.reply-contents { margin: 0; padding: 0; }
#opinion-reply textarea {
border: 1px solid #aaa; padding: 10px; width: 100%; height: 60px; background: #fff;
border-radius: 5px; box-sizing: border-box; overflow: auto;
}
#opinion-reply div.reply-buttons { text-align: right; }
#opinion-reply div.reply-buttons button {
border: 0; border-radius: 5px; margin: 5px; padding: 5px 10px; background: #888; color: #fff;
font-weight: bold; font-size: 1.2em;
}
#opinion-reply div.reply-buttons button.submit { background: #088; }

div.opinion-error { border: 1px outset #ddd; margin: 10px 0; padding: 10px 10px 10px 30px; }
div.opinion-error {
background: #f0eeee url('/proxy/img/board/alert2.gif') no-repeat 10px 50%;
color: #d77;
}
/* site menu */
#menu-entry { margin: 0; padding: 0; opacity: 0; }
#menu-entry.focus-normal div.filter { background: url('/proxy/img/filter.png'); position: absolute; }
#menu-entry.focus-radius div.filter { background: url('/proxy/img/filter.png'); position: absolute; border-radius: 100px; }
#menu-entry.focus-circle div.filter { background: url('/proxy/img/filter.png'); position: absolute; border-radius: 50%; }
#menu-entry.focus-overline div.filter { position: absolute; border-top: 3px solid #000; }
#menu-entry.focus-underline div.filter { position: absolute; border-bottom: 3px solid #000; margin-top: -3px; }
#menu-entry.focus-border div.filter { position: absolute; border: 3px solid #000; }

#menu-entry dl { position: relative; }
#menu-entry dt a {
text-decoration: none; color: #fff; font-weight: bold; font-size: 1em;
}
#menu-entry dt a:hover,
#menu-entry dl.focus dt a { color: #ff0; }
#menu-entry dd a { font-weight: normal; color: #000; text-decoration: none; font-size: 0.8em; }
#menu-entry dd a:hover { color: #00d; text-decoration: underline; }
#menu-entry dl dd { display: none; }
#menu-entry dl li.focus a { color: rgb(50,55,255); }
#menu-entry dl.new dt:before {
content: 'NEW'; font-size: 0.6em; position: absolute; font-weight: normal; transform: rotate(-45deg); margin: 10px -5px 0 0;
top: 0; left: 5px;
animation-name: newcolor;
animation-duration: 4s;
animation-iteration-count: infinite;
}
#menu-entry dl dd li.new:before {
content: 'NEW'; font-size: 0.6em; float: left; font-weight: normal; transform: rotate(-45deg); margin: 10px -5px 0 0; position: relative; z-index: -1;
animation-name: newcolor;
animation-duration: 4s;
animation-iteration-count: infinite;
}

#menu-entry.wide dl dd li.new { padding-right: 20px; }

#menu-entry.layer dl { margin: 0; padding: 0; }
#menu-entry.layer dl.hidden { display: none; }
#menu-entry.layer dl dt { padding: 0; margin: 0; font-weight: bold; border-bottom: 1px solid #fff; }
#menu-entry.layer dl dt a { display: block; padding: 10px; }
#menu-entry.layer dl dd { margin: 0; padding: 0; position: relative; }
#menu-entry.layer dl dd ul {
position: absolute; margin: 0; padding: 10px; background: #fff; overflow: hidden;
top: -20px; left: 80%; border: 1px solid #ccc; border-top: 0; width: 50%; z-index: 2;
}
#menu-entry.layer dl dd ul li { list-style: none; }
#menu-entry.layer dl dd ul li a { display: block; padding: 10px 5px; border-top: 1px solid #ccc; }
#menu-entry.layer dl dd ul li.hidden a { display: none; }


#menu-entry.deep dl { margin: 0; padding: 0; }
#menu-entry.deep dl.hidden { display: none; }
#menu-entry.deep dl dt { padding: 0; margin: 0; font-weight: bold; border-bottom: 1px solid #fff; }
#menu-entry.deep dl dt a { display: block; padding: 10px; }
#menu-entry.deep dl dd { margin: 0; padding: 0; overflow: hidden; }
#menu-entry.deep dl dd ul { margin: 0; padding: 0; background: #fff; }
#menu-entry.deep dl dd ul li { list-style: none; margin: -9999px 0 0 0; padding: 0; }
#menu-entry.deep dl dd ul li a { display: block; padding: 5px; }
#menu-entry.deep dl dd ul li.hidden a { display: none; }

#menu-entry.wide dl { float: left; margin: 0; padding: 0; }
#menu-entry.wide dl.hidden { display: none; }
#menu-entry.wide dl dt { padding: 0; margin: 0; font-weight: bold; }
#menu-entry.wide dl dt a {
display: block; padding: 0 20px;
height: 50px; line-height: 50px; text-align: center;
}
#menu-entry.wide dl.menu01 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu02 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu03 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu04 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu05 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu06 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu07 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu08 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu09 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu10 dd ul { margin-left: 0; }
#menu-entry.wide dl dd { margin: 0; padding: 0; position: absolute; z-index: 2; }
#menu-entry.wide dl dd ul { padding: 0; margin: 0; font-size: 0; }
#menu-entry.wide dl dd ul li { list-style: none; margin: 0; padding: 0; display: inline; float: left; }
#menu-entry.wide dl dd ul li li { display: block; float: none; }
#menu-entry.wide dl dd ul li a {
display: block; margin: 7px 0 0; padding: 5px 10px 5px 11px; font-size: 12px;
background: url('/proxy/img/dot-pipe.gif') no-repeat 0 50%;
}
#menu-entry.wide dl dd ul li.focus a { color: #427dde; }
#menu-entry.wide dl dd ul li a:hover { color: #427dde; }
#menu-entry.wide dl dd ul li.head a { background: none; }
#menu-entry.wide dl dd ul li.hidden a { display: none; }

#menu-entry.wide-up dl { float: left; margin: 0; padding: 0; position: relative; z-index: 2; }
#menu-entry.wide-up dl.hidden { display: none; }
#menu-entry.wide-up dl dt { padding: 0; margin: 0; font-weight: bold; }
#menu-entry.wide-up dl dt a { display: block; padding: 0 20px; height: 50px; line-height: 50px; text-align: center; }
#menu-entry.wide-up dl dd { position: absolute; margin: 0; padding: 0; background: #fff; top: 0; width: 100%; z-index: 2; }
#menu-entry.wide-up dl dd ul { margin: 0; padding: 0; border: 1px solid #ccc; border-top: 0; }
#menu-entry.wide-up dl dd ul li { list-style: none; }
#menu-entry.wide-up dl dd ul li a { display: block; padding: 10px 5px; border-top: 1px solid #ccc; }
#menu-entry.wide-up dl dd ul li.hidden a { display: none; }

#menu-entry.wide-down dl { float: left; margin: 0; padding: 0; position: relative; z-index: 2; }
#menu-entry.wide-down dl.hidden { display: none; }
#menu-entry.wide-down dl dt { padding: 0; margin: 0; font-weight: bold; }
#menu-entry.wide-down dl dt a { display: block; padding: 0 25px; height: 50px; line-height: 50px; text-align: center; }
#menu-entry.wide-down dl dd {
position: absolute; margin: 0; padding: 0; background: #fff; bottom: 0; width: 100%; z-index: 2;
}
#menu-entry.wide-down dl dd ul { margin: 0; padding: 0; border: 1px solid #ccc; border-top: 0; }
#menu-entry.wide-down dl dd ul li { list-style: none; }
#menu-entry.wide-down dl dd ul li a { display: block; padding: 10px 25px 10px 5px; border-top: 1px solid #ccc; }
#menu-entry.wide-down dl dd ul li.hidden a { display: none; }

#menu-entry.wide-normal dl { float: left; margin: 0; padding: 0; position: relative; z-index: 2; }
#menu-entry.wide-normal dl.hidden { display: none; }
#menu-entry.wide-normal dl dt { padding: 0; margin: 0; font-weight: bold; }
#menu-entry.wide-normal dl dt a { display: block; padding: 0 25px; height: 50px; line-height: 50px; text-align: center; }
#menu-entry.wide-normal dl dd {
position: absolute; margin: 0; padding: 0; background: #fff; bottom: 0; width: 100%; z-index: 2;
}
#menu-entry.wide-normal dl dd ul { margin: 0; padding: 0; border: 1px solid #ccc; border-top: 0; }
#menu-entry.wide-normal dl dd ul li { list-style: none; }
#menu-entry.wide-normal dl dd ul li a { display: block; padding: 10px 25px 10px 5px; border-top: 1px solid #ccc; }
#menu-entry.wide-normal dl dd ul li.hidden a { display: none; }


#menu-entry.wide-pulldown dl { float: left; margin: 0; padding: 0; position: relative; z-index: 2; }
#menu-entry.wide-pulldown dl.hidden { display: none; }
#menu-entry.wide-pulldown dl dt { padding: 0; margin: 0; font-weight: bold; }
#menu-entry.wide-pulldown dl dt a { display: block; padding: 0 30px; height: 50px; line-height: 50px; text-align: center; }
#menu-entry.wide-pulldown dl dd {
position: absolute; margin: 0; padding: 0; background: #fff; top: 100%; width: 100%; z-index: 2;
}
#menu-entry.wide-pulldown dl dd ul { margin: 10px 0; padding: 0; }
#menu-entry.wide-pulldown dl dd ul li { list-style: none; }
#menu-entry.wide-pulldown dl dd ul li a { display: block; padding: 5px; }
#menu-entry.wide-pulldown div.pulldown {
background: #fff; position: absolute; z-index: 10; height: 100px; left: 0; right: 0;
box-shadow: 0 5px 5px -5px #888;
}
#menu-entry.wide-pulldown dl dd ul li.hidden a { display: none; }

#menu-entry dl dd ul ul.child {
position: absolute; background: #fff; margin: 0; padding: 0;
border: 1px solid #ccc; border-top: 0; display: none; width: 100%;
}
#menu-entry.wide dl dd ul ul.child { border-top: 1px solid #ccc; }
#menu-entry dl dd ul ul.child li { margin: 0; padding: 0; display: block; }
#menu-entry dl dd ul ul.child a {
display: block; font-weight: normal; color: #333; margin: 0; padding: 7px 10px; background: none;
}
#menu-entry dl dd ul ul.child li.focus a { color: rgb(50,55,255); }
#menu-entry dl dd ul ul.child a:hover { color: #08f; text-decoration: underline; }

/* main title */
#navigate-viewer {
margin: 0 0 15px; padding: 0 0 10px; display: inline-block; width: 100%;
background: url('/proxy/img/pattern-hatch.gif') repeat-x 0 100%;
}
#navigate-viewer span {
float: left; display: inline; margin: 0 0 5px 5px; color: #000; font-weight: bold; font-size: 1.4em;
}
#navigate-viewer dl.navi {
float: right; display: inline; font-size: 0.8em; color: #333; margin: 15px 5px 0 0;
}
#navigate-viewer dl.navi dt.home,
#navigate-viewer dl.navi dd.step { float: left; display: inline; margin: 0; }
#navigate-viewer dl.navi dt.home { background: url('/proxy/img/navi.home.gif') no-repeat 0 50%; padding: 0 5px 0 15px; }
#navigate-viewer dl.navi dd.step { background: url('/proxy/img/navi.arrow.gif') no-repeat 0 50%; padding: 0 5px 0 12px; }
#navigate-viewer dl.navi dd.step dl { margin: 0; padding: 0; }
#navigate-viewer dl.navi dd.step dl dt { margin: 0; padding: 0; cursor: pointer; }
#navigate-viewer dl.navi dd.step dl dd { margin: 0; padding: 5px; display: none; background: #fff; border: 1px solid #ddd; }
#navigate-viewer dl.navi dd.step dl dd.over { position: absolute; display: block; }
#navigate-viewer dl.navi dd.step dl dd.over a {
display: block; padding: 0 0 0 7px; margin: 3px; background: url('/proxy/img/dotSimple.gif') 0 50% no-repeat;
}
#navigate-viewer a { color: #000; text-decoration: none; }
#navigate-viewer a:hover { color: #08f; text-decoration: underline; }
#navigate-childs { font-size: 0; margin: 0 0 20px; }
#navigate-childs ul {
margin: 0; padding: 10px; border: 1px solid #ddd;
box-shadow: 5px 5px 5px -3px #ddd, 2px 2px 5px -3px #ddd inset;
width: 100%; display: inline-block; box-sizing: border-box; border-radius: 5px;
}
#navigate-childs ul li {
float: left; list-style: none; margin: 0; padding: 0; width: 25%;
background: url('/proxy/img/dotSimple.gif') no-repeat 0 50%;
}
#navigate-childs ul li.hidden { display: none; }
#navigate-childs ul li a {
display: inline-block; font-size: 12px; padding: 5px 0; color: #333; text-decoration: none; text-indent: 7px;
}
#navigate-childs ul li a:hover { color: #048; text-decoration: underline; }
#navigate-childs ul li.focus a { font-weight: bold; }
#navigate-childs ul li.new a { background: url('/proxy/img/board/new.gif') no-repeat 100% 50%; padding-right: 20px; }

li.auto-complete-item { box-sizing: border-box; padding: 3px; margin: 1px; }
li.auto-complete-item a { display: inline-block; width: 100%; box-sizing: border-box; vertical-align: middle; }
li.auto-complete-item span.word { float: left; color: #000; }
li.auto-complete-item span.word strong { background: #ff0; }
li.auto-complete-item span.count { float: right; color: #888; }

@keyframes droppable {
0% { color: red; }
50% { color: yellow; }
100% { color: red; }
}

body { margin: 0; text-align: center; }

#quickwrap { width: 1700px; margin: 0 auto; }
#quick { position: absolute; margin-left: 1710px; top: 200px; width: 120px; font-size: 12px; }
body.main #quick { top: 615px; }

#begins { border-bottom: 1px solid rgb(216,212,212); }
#begins div.wrapper {
width: 1200px; display: inline-block; vertical-align: middle; margin: 0 auto; padding: 5px 0;
position: relative;
}
#begins div.etc { float: left; }
#begins div.gnb { float: right; }
#begins ul { display: inline-block; margin: 0; padding: 0; list-style: none; }
#begins ul li { margin: 0; padding: 0; float: left; }
#begins ul li a {
display: block; padding: 5px 8px; font-size: 12px; text-decoration: none; color: black;
background: url('/proxy/img/dot-pipe.gif') no-repeat 0 50%;
}
#begins ul li:first-child a { background: none; }
#begins ul li a:hover { color: red; }
#begins ul li.admin a { color: red; font-weight: bold; }
#begins li a:before,
#begins li a:after {
color: gray; font-family: 'Font Awesome 5 Free'; margin: 1px 0 0 5px;
display: inline-block; vertical-align: middle; font-weight: bold;
}
#begins li a:before { margin: 1px 5px 0 0; }
#begins li.bookmark a:before { content: '\f02e'; color: red; }
#begins li.signin a:after { content: '\f023'; color: red; }
#begins li.signout a:after { content: '\f3c1'; color: red; }
#begins li.admin a:before { content: '\f085'; color: black; }

#basemenu {
padding: 0; margin: 0;
}
#basemenu div.wrapper {
width: 1200px; height: 100px; text-align: left; margin: 0 auto; position: relative;
}
#basemenu div.logo { text-align: center; vertical-align: middle; padding: 20px 0 0; }
#basemenu div.buttons { text-align: right; font-size: 0; position: absolute; right: 0; bottom: 0; }
#basemenu div.buttons a {
display: inline-block; vertical-align: middle; border: 1px solid rgb(140,128,128); padding: 0 10px; font-size: 11pt; text-decoration: none; color: rgb(140,128,128);
font-weight: bold; height: 30px; line-height: 28px; margin: 0 0 15px 5px; box-sizing: border-box;
}
#basemenu div.buttons a:after { float: right; margin: 0 0 0 5px; content: '\f105'; font-family: 'Font Awesome 5 Free'; font-size: 0.8em; }
#basemenu div.buttons button {
border: 0; padding: 0; background: none; cursor: pointer; padding: 0 10px; font-size: 0; vertical-align: bottom;
height: 30px; line-height: 28px; margin: 0 0 15px 5px; border: 1px solid rgb(140,128,128); box-sizing: border-box;
}
#basemenu div.buttons button:before {
display: inline-block; font-size: 15pt; padding: 0; vertical-align: middle;
font-family: 'Font Awesome 5 Free'; font-weight: bold;
}
#basemenu div.buttons button.shortcuts { font-size: 12pt; font-weight: bold; color: rgb(140,128,128); }
#basemenu div.buttons button.shortcuts:after { float: right; margin: 0 0 0 5px; content: '\f107'; font-family: 'Font Awesome 5 Free'; font-size: 0.8em; }
#basemenu div.buttons button.search:before { content: '\f002'; color: rgb(140,128,128); font-size: 12pt; transform: rotate(90deg); }
#basemenu div.buttons button.allmenu { border: 0; padding: 1px 2px 2px 1px; }
#basemenu div.buttons button.allmenu:before { content: '\f0c9'; color: rgb(145,136,136); font-size: 20pt; }

#basemenu div.menu {
text-align: center; background: rgb(59,108,164);
}
#basemenu div.menu #menu-entry {
text-align: left; margin: -2px auto 0; height: 45px; box-sizing: border-box;
display: inline-block;
}
#basemenu div.menu #menu-entry.focus-underline div.filter { border-bottom: 3px solid white; }
#basemenu div.menu dl dt { position: relative; }
#basemenu div.menu dl dt:after { content: ''; width: 2px; height: 15px; background: white; position: absolute; top: 50%; margin-top: -7px; }
#basemenu div.menu dl:first-of-type dt:after { display: none; }
#basemenu div.menu dl dt a { color: white; height: 46px; padding: 0 45px; }
#basemenu div.menu dl dd ul li a { padding-left: 0; padding-right: 0; text-align: center; }

#basemenu div.menulayer {
position: absolute; box-sizing: border-box; display: none;
border: 1px solid #ddd; background: #fff; z-index: 8;
left: 0; right: 0;
}
#basemenu div.menulayer div.close { text-align: right; width: 1150px; margin: 0 auto; }
#basemenu div.menulayer div.close button {
border: 0; background: none; padding: 10px; cursor: pointer;
}
#basemenu div.menulayer div.close button:hover { color: #f0f; }
#basemenu div.menulayer div.list {
padding: 10px; display: inline-block; box-sizing: border-box; width: 1150px; margin: 0 auto;
text-align: left;
}
#basemenu div.menulayer div.list dl { float: left; margin: 0; padding: 0 50px; box-sizing: border-box; min-height: 220px; }
#basemenu div.menulayer div.list dt { margin: 0; padding: 0; }
#basemenu div.menulayer div.list dt a {
display: block; color: #000; text-decoration: none; font-weight: bold; font-size: 1.2em;
}
#basemenu div.menulayer div.list dt a:hover { text-decoration: underline; color: #f0f; }
#basemenu div.menulayer div.list dd { margin: 0; padding: 0; }
#basemenu div.menulayer div.list ul { margin: 0; padding: 0; list-style: none; }
#basemenu div.menulayer div.list li { margin: 0; padding: 0; }
#basemenu div.menulayer div.list li a { display: block; text-decoration: none; color: #888; padding: 3px 0; }
#basemenu div.menulayer div.list li a:hover { text-decoration: underline; color: #f0f; }
#basemenu div.menulayer div.list li ul { margin: 0 0 10px; }
#basemenu div.menulayer div.list li li { margin-left: 15px; font-size: 0.8em; }
#basemenu div.menulayer div.list li li a:before { display: inline-block; content: ''; width: 3px; height: 3px; border-radius: 3px; background: #f00; vertical-align: middle; margin: 0 5px 0 0; }
#basemenu div.menulayer div.search {
padding: 10px; display: inline-block; box-sizing: border-box; width: 1150px; margin: 0 auto;
text-align: left;
}
#basemenu div.menulayer div.search form { margin: 50px 0 100px; }
#basemenu div.menulayer div.search form div.form {
border: 5px solid DimGray; box-sizing: border-box; display: inline-block; width: 100%;
margin: 25px 0 0;
}
#basemenu div.menulayer div.search form div.form input {
border: 0; padding: 0; width: 80%; height: 40px; float: left;
background: white; line-height: 40px; text-indent: 10px;
}
#basemenu div.menulayer div.search form div.form button {
float: left; margin: 0; width: 20%; height: 40px; border: 0; background: DimGray; color: #fff;
font-weight: bold;
}
#basemenu div.menulayer div.shortcuts {
padding: 10px; display: inline-block; box-sizing: border-box; width: 1150px; margin: 0 auto;
text-align: left;
}
#basemenu div.menulayer div.shortcuts div.item {
float: left; width: 33.3%; box-sizing: border-box; border-left: 1px solid #eee; padding: 10px 10px 10px 160px; position: relative; min-height: 200px;
}
#basemenu div.menulayer div.shortcuts div.item a { display: block; margin: 0 0 5px; padding: 3px; text-decoration: none; color: #222; }
#basemenu div.menulayer div.shortcuts div.item a:before { content: '\f0c1'; font-family: 'Font Awesome 5 Free'; color: #888; margin: 0 5px 0 0; font-weight: bold; }
#basemenu div.menulayer div.shortcuts div.item a:hover:before { color: #f00; }
#basemenu div.menulayer div.shortcuts div.item:first-of-type { border: 0; }
#basemenu div.menulayer div.shortcuts div.item:before { font-size: 5em; font-family: 'Font Awesome 5 Free'; position: absolute; left: 40px; top: 30px; font-weight: bold; color: #888; }
#basemenu div.menulayer div.shortcuts div.item.forecast:before { content: '\f740'; color: skyblue; }
#basemenu div.menulayer div.shortcuts div.item.map:before { content: '\f5a0'; color: darkblue; }
#basemenu div.menulayer div.shortcuts div.item.cctv:before { content: '\f03d'; color: orange; }
#basemenu div.menulayer div.shortcuts div.item.cctv:after { position: absolute; content: 'CCTV'; left: 46px; top: 60px; font-weight: bold; font-family: 'Nanum Square'; font-size: 1.2em; color: #fff; }

#sitecontents #navi { width: 1200px; text-align: left; box-sizing: border-box; margin: 0 auto; }
#googlead { width: 1200px; margin: 0 auto 10px; overflow: hidden; text-align: center; }
body.sub #sitecontents { padding: 35px 0 0; }
body.sub div.subcontents { display: none; }
body.sub div.maincontents { width: 100%; display: inline-block; vertical-align: middle; }
body.sub #sitecontents,
body.search #sitecontents { width: 1200px; margin: 0 auto; padding: 35px 0 0; text-align: left; }
body.bbs #sitecontents { width: 100%; }

#navigate-viewer { color: black; }
#navigate-viewer span,
#navigate-viewer a { color: black; }
#navigate-viewer dl.navi dt.home,
#navigate-viewer dl.navi dd.step { background: none; padding: 0; }
#navigate-viewer dl.navi dt.home:before {
display: inline-block; vertical-align: middle; content: '\f015'; font-family: 'Font Awesome 5 Free'; font-weight: bold; color: darkgray; font-size: 0.8em; margin: 0 3px 0 5px;
}
#navigate-viewer dl.navi dd.step:before {
display: inline-block; vertical-align: middle; content: '\f105'; font-family: 'Font Awesome 5 Free'; font-weight: bold; color: darkgray; font-size: 0.8em; margin: 0 3px 0 5px;
}

#tails { color: #a29898; text-align: center; font-size: 0.8em; margin: 0 0 100px; }
#tails div.terms { padding: 5px; border-top: 1px solid rgb(178,178,188); border-bottom: 1px solid rgb(178,178,188); text-align: center; background: rgb(249,240,241); }
#tails div.terms ul { display: inline-block; vertical-align: middle; list-style: none; padding: 0; margin: 0; }
#tails div.terms li { float: left; margin: 0; padding: 0; }
#tails div.terms li a { display: block; color: #333; font-size: 1.2em; text-decoration: none; padding: 5px 10px; }
#tails div.terms li.private a { color: black; font-weight: bold; }
#tails div.copyrights { padding: 20px 0 0; }
#tails div.copyrights p { margin: 0 0 5px; }
#tails div.copyrights p a { color: #080; text-decoration: none; }
#tails div.copyrights p a:hover { text-decoration: underline; color: #f0f; }


#hide-layers { text-align: left; }

div.cached { text-align: center; color: crimson; font-weight: 1.2em; font-weight: 700; }
