/* 나눔 스퀘어: 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; }
div.style-buttons { padding: 20px; }
div.style-buttons * {
border: 1px solid #aaa; border-radius: 3px;
padding: 5px 20px; cursor: pointer; background: #fff; display: inline-block;
box-shadow: 0 0 1px 1px #ddd; text-decoration: none; color: #000;
vertical-align: top; margin: 1px;
}
div.style-buttons *:hover { color: #00d; }
div.style-buttons *:active { margin: 2px 0 0 2px; }
div.style-buttons .submit { background: rgb(50,55,68); color: #fff; }
div.style-buttons .back { background: #800; color: #fff; }


#quick-shopping { position: absolute; margin-left: 1000px; top: 315px; width: 100px; font-size: 12px; }
#quick-shopping div.wrap { border: 1px solid #ddd; margin: 5px; background: #fff; }
#quick-shopping dl.link { margin: 0; padding: 0; }
#quick-shopping dl.link dt { background: #4a5164; padding: 8px 0; margin: 0; color: #fff; text-align: center; }
#quick-shopping dl.link dd { margin: 0 5px; padding: 3px 0; border-bottom: 1px solid #ddd; text-align: center; }
#quick-shopping dl.link dd a { color: #f00; text-decoration: none; }
#quick-shopping dl.link dd a:hover { text-decoration: underline; }
#quick-shopping dl.link dd:last-child { border: 0; }
#quick-shopping dl.latest { margin: 3px; padding: 0; text-align: center; background: #888; color: #fff; }
#quick-shopping dl.latest dt { margin: 0 5px 15px; padding: 5px; border-bottom: 1px solid #555; }
#quick-shopping dl.latest dd { margin: 0; padding: 0; max-height: 210px; overflow: hidden; overflow-y: auto; }
#quick-shopping dl.latest dd a { display: block; margin: 0; padding: 0 3px 10px; text-align: center; }
#quick-shopping dl.latest dd img { margin-bottom: 5px; width: 50px; height: 50px; }
#quick-shopping button.top {
cursor: pointer; border: 0; border-top: 1px solid #ddd;
text-align: center; width: 100%; padding: 8px 0; color: #000;
}

/* site menu */
#menu-entry { margin: 0; padding: 0; opacity: 0; }
#menu-entry:after { content: ''; clear: both; display: block; }
#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 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 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; }

/* sub menu */
#sub-menu { line-height: 11px; margin: 0 0 10px; padding: 0; }
#sub-menu dl { margin: 0; padding: 0; }
#sub-menu dl dt {
margin: 0; padding: 0; font-weight: bold; background: #06d; color: #fff; border-radius: 5px 5px 0 0;
}
#sub-menu dl dt a {
color: #fff; text-decoration: none; font-size: 1.2em; font-weight: bold;
display: block; padding: 15px 10px;
}
#sub-menu dl dd { margin: 0; padding: 0; border: 1px solid #ddd; border-top: 0; font-size: 0.8em; }
#sub-menu dl dd ul { margin: 0 0 10px; padding: 0; background: #fff; }
#sub-menu dl dd ul li { margin: 0; padding: 0; list-style: none; border-top: 1px solid #ddd; }
#sub-menu dl dd ul li.new { background: url('/proxy/img/board/new.gif') no-repeat 95% 50%; }
#sub-menu dl dd ul li a {
text-decoration: none; display: block; margin: 0; padding: 15px;
background: url('/proxy/img/dot-hyphen.gif') no-repeat 8px 50%; color: #000;
}
#sub-menu dl dd ul li.focus a { color: rgb(50,55,255); }
#sub-menu dl dd ul li a:hover { color: #08f; }
#sub-menu dl dd p { text-align: center; font-weight: normal; color: #ccc; margin: 0; padding: 10px 0; }
#sub-menu dl dd div p { background: #fff; padding: 10px; }
#sub-menu dl dd div p,
#sub-menu dl dd div ul {
border: 1px solid #aaa; border-top: 0; position: absolute; z-index: 2; width: 270px;
margin: -10px 0 0 100px; padding: 0;
}
#sub-menu dl dd div ul li { font-weight: normal; margin-left: 0; border-top: 1px solid #aaa; }
#sub-menu dl dd ul ul.child {
position: absolute; background: #fff; margin: 0; padding: 0;
border: 1px solid #aaa; border-top: 0; display: none; z-index: 2;
}
#sub-menu dl dd ul ul.child li { margin: 0; padding: 0; }
#sub-menu dl dd ul ul.child a { font-weight: normal; color: #333; margin: 0; padding: 10px 15px; }
#sub-menu dl dd ul ul.child li.focus a { color: rgb(50,55,68); }
#sub-menu 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; }


body { margin: 0; text-align: center; }
#hidemenu { display: none; }
#wrapper {
background: url('/proxy/img/site/bg.png') repeat-x 50% 35px;
}
#site-base { width: 930px; text-align: left; margin: 0 auto; }
#site-sub { float: left; width: 190px; }
#site-sub div.logo,
#site-sub div.support div { margin: 0 0 8px; }
#site-sub div.logo,
#site-sub div.support img { display: block; }
#site-main { float: left; width: 740px; }
#site-main div.link { height: 35px; overflow: hidden; }
#site-main div.link ul { margin: 5px 0 0; padding: 0; float: right; }
#site-main div.link ul li { list-style: none; float: left; margin: 0; padding: 0; }
#site-main div.link ul li a { display: block; padding: 5px; color: black; text-decoration: none; font-size: 0.8em; }
#site-main div.link ul li a:hover { text-decoration: underline; }
#site-main div.link ul li.admin a { color: red; }
#site-main div.menu { overflow: hidden; margin-bottom: 17px; }
#site-main div.menu ul { width: 740px; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); }
#site-main div.menu li { margin: 0; padding: 0; }
#site-main div.menu li a { color: white; font-weight: 700; display: block; height: 40px; text-decoration: none; display: flex; justify-content: center; align-items: center; }
#site-main div.intro { margin: 0 0 14px 23px; }
#site-main div.navi { margin: 0 0 15px 23px; }
#site-main div.contents { margin: 0 0 15px 23px; }
#site-banners { clear: both; margin: 0 0 10px; }
#site-copyright {
background: url('/proxy/img/site/copyright-back.gif') repeat-x;
margin: 0 0 50px;
}
#site-copyright ul {
width: 930px; margin: 0 auto; padding: 0; overflow: hidden; list-style: none;
}
#site-copyright ul li { float: left; margin: 0; padding: 0; }
#site-copyright ul li a { display: block; height: 42px; line-height: 42px; text-decoration: none; color: #333; padding: 0 15px; font-size: 0.8em; }
#site-copyright ul li.private a { color: #f00; font-weight: bold; }
#site-copyright div.info {
margin: 0 auto; width: 930px; text-align: left; padding: 20px 0 0 215px;
background: url('/proxy/img/site/copyright-new.gif') no-repeat 0 20px;
box-sizing: border-box;
}
#site-copyright div.info p {
margin: 0 0 8px -10px; font-size: 0.8em; color: #000; display: inline-block; width: 100%;
vertical-align: middle;
}
#site-copyright div.info p span { float: left; margin: 0 10px; }
#site-copyright div.info p span:before {
content: '/'; margin: 3px 10px 0 -10px; font-size: 0.6em; display: inline-block; vertical-align: top;
color: #aaa;
}
#site-copyright div.info p strong { color: #f60; font-weight: normal; }
#site-copyright div.info p a { color: yellow; text-decoration: none; }
#site-copyright div.info p a:hover { text-decoration: underline; }
#site-copyright div.info p span:first-child:before { content: ''; margin: 0; }
#site-copyright div.info p.reserved { color: #777; font-size: 0.7em; margin: 0; }
#site-copyright div.info p.reserved strong { color: #f60; font-weight: normal; }
#site-copyright div.designby { margin: -14px 70px 0 0; text-align: right; font-size: 0.7em; color: gray; }
#site-copyright div.designby span { display: block; margin: 0 0 5px; }
#site-copyright div.designby a { text-decoration: none; color: green; }
#site-copyright div.designby a:hover { text-decoration: underline; color: #040; }
#site-copyright div.designby span.description {
opacity: 0; height: 0; overflow: hidden; text-indent: -9999px; text-align: left;
}

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