@charset "utf-8";
/* ==================================================
   .Common
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, 
ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline; color:#313333;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
a:link, a:visited {color:#313333;text-decoration:none}
a:hover, a:focus, a:active {color:#313333;text-decoration:none;}
html {font-family:'notokr-regular', sans-serif;}
button{overflow: visible;padding:0; border: 0;background: transparent;white-space: nowrap;cursor: pointer;}
button, input, select, textarea {font-family:'notokr-regular', sans-serif;}
em { font:inherit; font-weight:600; }
::-webkit-input-placeholder { color: #a4a4a4; }
::-moz-placeholder { color: #a4a4a4; }
::-ms-input-placeholder { color: #a4a4a4; }
select::-ms-expand { display: none; }
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image:url('/theme/basic/img/common/arrow.gif');
	background-repeat:no-repeat;
	background-position:top 50% right 2%;
}
select.select_css { 
	border:1px solid #d7d7d7; width:150px;  padding:0 1%; background:#fff url('/img/common/arrow.gif') right 3% top 14px no-repeat; 
	height:40px; line-height:40px; margin-right:10px; vertical-align:middle;
}
table.select_form { text-align:center;  }
table.select_form th { border-bottom:1px solid #dddddd; }
table.select_form th > label { width:10%; text-align:center; }
table.select_form form { display:inline-block; text-align:center; }

@font-face {
    font-family: 'nanum-square-r';
    src: url('/font/nanumsquarer.eot');
    src: url('/font/nanumsquarer.eot?#iefix') format('embedded-opentype'),
         url('/font/nanumsquarer.woff2') format('woff2'),
         url('/font/nanumsquarer.woff') format('woff'),
         url('/font/nanumsquarer.ttf') format('truetype'),
         url('/font/nanumsquarer.svg#nanumsquarerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'notokr-regular';
	src: url('/font/notokr-regular.eot');
	src: url('/font/notokr-regular.eot?#iefix') format('embedded-opentype'),
	   url('/font/notokr-regular.woff2') format('woff2'),
	   url('/font/notokr-regular.woff') format('woff'),
	   url('/font/notokr-regular.ttf') format('truetype');
	   url('/font/notokr-regular.svg#notokr-regular') format('svg');
	font-weight: normal;
	font-style: normal;

}


/* ==================================================
	icon
================================================== */
@font-face {
  font-family: 'fontello';
  src: url('/font/fontello.eot?99637269');
  src: url('/font/fontello.eot?99637269#iefix') format('embedded-opentype'),
       url('/font/fontello.woff2?99637269') format('woff2'),
       url('/font/fontello.woff?99637269') format('woff'),
       url('/font/fontello.ttf?99637269') format('truetype'),
       url('/font/fontello.svg?99637269#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before { content: '\e800'; } /* '' */
.icon-up-dir:before { content: '\e801'; } /* '' */
.icon-pencil:before { content: '\e802'; } /* '' */
.icon-doc:before { content: '\e803'; } /* '' */
.icon-wrench:before { content: '\e804'; } /* '' */
.icon-left-dir:before { content: '\e805'; } /* '' */
.icon-right-dir:before { content: '\e806'; } /* '' */
.icon-down-dir:before { content: '\e807'; } /* '' */
.icon-basket:before { content: '\e808'; } /* '' */
.icon-check:before { content: '\e809'; } /* '' */
.icon-cancel:before { content: '\e80a'; } /* '' */
.icon-plus:before { content: '\e80b'; } /* '' */
.icon-flight:before { content: '\e80c'; } /* '' */
.icon-up-big:before { content: '\e80d'; } /* '' */
.icon-down-big:before { content: '\e80e'; } /* '' */
.icon-location:before { content: '\e80f'; } /* '' */
.icon-tags:before { content: '\e810'; } /* '' */
.icon-calendar:before { content: '\e811'; } /* '' */
.icon-mail:before { content: '\e812'; } /* '' */
.icon-pin:before { content: '\e813'; } /* '' */
.icon-ok:before { content: '\e814'; } /* '' */
.icon-clock:before { content: '\e815'; } /* '' */
.icon-block:before { content: '\e816'; } /* '' */
.icon-phone:before { content: '\e817'; } /* '' */
.icon-truck:before { content: '\e818'; } /* '' */
.icon-flag:before { content: '\e819'; } /* '' */
.icon-videocam:before { content: '\e81a'; } /* '' */
.icon-picture:before { content: '\e81b'; } /* '' */
.icon-camera:before { content: '\e81c'; } /* '' */
.icon-camera-alt:before { content: '\e81d'; } /* '' */
.icon-heart:before { content: '\e81e'; } /* '' */
.icon-star:before { content: '\e81f'; } /* '' */
.icon-th-list:before { content: '\e820'; } /* '' */
.icon-home:before { content: '\e821'; } /* '' */
.icon-gift:before { content: '\e822'; } /* '' */
.icon-user:before { content: '\e823'; } /* '' */
.icon-users:before { content: '\e824'; } /* '' */
.icon-chat-1:before { content: '\e825'; } /* '' */
.icon-heart-empty:before { content: '\e826'; } /* '' */
.icon-megaphone:before { content: '\e827'; } /* '' */
.icon-credit-card:before { content: '\e828'; } /* '' */
.icon-headphones:before { content: '\e829'; } /* '' */
.icon-left-big:before { content: '\e82a'; } /* '' */
.icon-right-big:before { content: '\e82b'; } /* '' */
.icon-left-open:before { content: '\e82c'; } /* '' */
.icon-right-open:before { content: '\e82d'; } /* '' */
.icon-down-open:before { content: '\e82e'; } /* '' */
.icon-up-open:before { content: '\e82f'; } /* '' */
.icon-asterisk:before { content: '\e830'; } /* '' */
.icon-bookmark:before { content: '\e831'; } /* '' */
.icon-thumbs-up:before { content: '\e832'; } /* '' */
.icon-thumbs-down:before { content: '\e833'; } /* '' */
.icon-download:before { content: '\e834'; } /* '' */
.icon-upload:before { content: '\e835'; } /* '' */
.icon-forward:before { content: '\e836'; } /* '' */
.icon-export:before { content: '\e837'; } /* '' */
.icon-edit:before { content: '\e838'; } /* '' */
.icon-print:before { content: '\e839'; } /* '' */
.icon-retweet:before { content: '\e83a'; } /* '' */
.icon-comment-1:before { content: '\e83b'; } /* '' */
.icon-bell:before { content: '\e83c'; } /* '' */
.icon-attention:before { content: '\e83d'; } /* '' */
.icon-attention-circled:before { content: '\e83e'; } /* '' */
.icon-trash-empty:before { content: '\e83f'; } /* '' */
.icon-folder:before { content: '\e840'; } /* '' */
.icon-folder-open:before { content: '\e841'; } /* '' */
.icon-cog:before { content: '\e842'; } /* '' */
.icon-cog-alt:before { content: '\e843'; } /* '' */
.icon-login:before { content: '\e844'; } /* '' */
.icon-logout:before { content: '\e845'; } /* '' */
.icon-volume-off:before { content: '\e846'; } /* '' */
.icon-volume-down:before { content: '\e847'; } /* '' */
.icon-volume-up:before { content: '\e848'; } /* '' */
.icon-resize-full:before { content: '\e849'; } /* '' */
.icon-resize-small:before { content: '\e84a'; } /* '' */
.icon-resize-vertical:before { content: '\e84b'; } /* '' */
.icon-resize-horizontal:before { content: '\e84c'; } /* '' */
.icon-zoom-in:before { content: '\e84d'; } /* '' */
.icon-zoom-out:before { content: '\e84e'; } /* '' */
.icon-down-circled2:before { content: '\e84f'; } /* '' */
.icon-up-circled2:before { content: '\e850'; } /* '' */
.icon-right-hand:before { content: '\e851'; } /* '' */
.icon-left-hand:before { content: '\e852'; } /* '' */
.icon-up-hand:before { content: '\e853'; } /* '' */
.icon-down-hand:before { content: '\e854'; } /* '' */
.icon-cw:before { content: '\e855'; } /* '' */
.icon-ccw:before { content: '\e856'; } /* '' */
.icon-arrows-cw:before { content: '\e857'; } /* '' */
.icon-shuffle:before { content: '\e858'; } /* '' */
.icon-play:before { content: '\e859'; } /* '' */
.icon-play-circled2:before { content: '\e85a'; } /* '' */
.icon-stop:before { content: '\e85b'; } /* '' */
.icon-pause:before { content: '\e85c'; } /* '' */
.icon-to-end:before { content: '\e85d'; } /* '' */
.icon-to-end-alt:before { content: '\e85e'; } /* '' */
.icon-to-start:before { content: '\e85f'; } /* '' */
.icon-to-start-alt:before { content: '\e860'; } /* '' */
.icon-fast-fw:before { content: '\e861'; } /* '' */
.icon-fast-bw:before { content: '\e862'; } /* '' */
.icon-eject:before { content: '\e863'; } /* '' */
.icon-target:before { content: '\e864'; } /* '' */
.icon-signal:before { content: '\e865'; } /* '' */
.icon-award:before { content: '\e866'; } /* '' */
.icon-globe:before { content: '\e867'; } /* '' */
.icon-inbox:before { content: '\e868'; } /* '' */
.icon-cloud:before { content: '\e869'; } /* '' */
.icon-flash:before { content: '\e86a'; } /* '' */
.icon-umbrella:before { content: '\e86b'; } /* '' */
.icon-leaf:before { content: '\e86c'; } /* '' */
.icon-briefcase:before { content: '\e86d'; } /* '' */
.icon-off:before { content: '\e86e'; } /* '' */
.icon-list-alt:before { content: '\e86f'; } /* '' */
.icon-book:before { content: '\e870'; } /* '' */
.icon-tint:before { content: '\e871'; } /* '' */
.icon-floppy:before { content: '\e872'; } /* '' */
.icon-font:before { content: '\e873'; } /* '' */
.icon-star-half:before { content: '\e874'; } /* '' */
.icon-th-large:before { content: '\e875'; } /* '' */
.icon-cancel-1:before { content: '\e876'; } /* '' */
.icon-tag:before { content: '\e877'; } /* '' */
.icon-music:before { content: '\e878'; } /* '' */
.icon-glass:before { content: '\e879'; } /* '' */
.icon-star-empty:before { content: '\e87a'; } /* '' */
.icon-help-circled:before { content: '\e87b'; } /* '' */
.icon-info-circled:before { content: '\e87c'; } /* '' */
.icon-plus-circled:before { content: '\e87d'; } /* '' */
.icon-minus-circled:before { content: '\e87e'; } /* '' */
.icon-move:before { content: '\f047'; } /* '' */
.icon-check-empty:before { content: '\f096'; } /* '' */
.icon-bookmark-empty:before { content: '\f097'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-left-circled:before { content: '\f0a8'; } /* '' */
.icon-right-circled:before { content: '\f0a9'; } /* '' */
.icon-up-circled:before { content: '\f0aa'; } /* '' */
.icon-down-circled:before { content: '\f0ab'; } /* '' */
.icon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-sort:before { content: '\f0dc'; } /* '' */
.icon-sort-down:before { content: '\f0dd'; } /* '' */
.icon-sort-up:before { content: '\f0de'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-paste:before { content: '\f0ea'; } /* '' */
.icon-lightbulb:before { content: '\f0eb'; } /* '' */
.icon-exchange:before { content: '\f0ec'; } /* '' */
.icon-download-cloud:before { content: '\f0ed'; } /* '' */
.icon-upload-cloud:before { content: '\f0ee'; } /* '' */
.icon-suitcase:before { content: '\f0f2'; } /* '' */
.icon-bell-alt:before { content: '\f0f3'; } /* '' */
.icon-coffee:before { content: '\f0f4'; } /* '' */
.icon-food:before { content: '\f0f5'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
.icon-ambulance:before { content: '\f0f9'; } /* '' */
.icon-fighter-jet:before { content: '\f0fb'; } /* '' */
.icon-plus-squared:before { content: '\f0fe'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */
.icon-tablet:before { content: '\f10a'; } /* '' */
.icon-mobile:before { content: '\f10b'; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-circle:before { content: '\f111'; } /* '' */
.icon-reply:before { content: '\f112'; } /* '' */
.icon-folder-empty:before { content: '\f114'; } /* '' */
.icon-folder-open-empty:before { content: '\f115'; } /* '' */
.icon-gamepad:before { content: '\f11b'; } /* '' */
.icon-keyboard:before { content: '\f11c'; } /* '' */
.icon-flag-empty:before { content: '\f11d'; } /* '' */
.icon-flag-checkered:before { content: '\f11e'; } /* '' */
.icon-code:before { content: '\f121'; } /* '' */
.icon-reply-all:before { content: '\f122'; } /* '' */
.icon-star-half-alt:before { content: '\f123'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
.icon-help-1:before { content: '\f128'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-attention-alt:before { content: '\f12a'; } /* '' */
.icon-mic:before { content: '\f130'; } /* '' */
.icon-mute:before { content: '\f131'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-angle-circled-left:before { content: '\f137'; } /* '' */
.icon-angle-circled-right:before { content: '\f138'; } /* '' */
.icon-angle-circled-up:before { content: '\f139'; } /* '' */
.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
.icon-ellipsis:before { content: '\f141'; } /* '' */
.icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.icon-rss-squared:before { content: '\f143'; } /* '' */
.icon-play-circled:before { content: '\f144'; } /* '' */
.icon-ticket:before { content: '\f145'; } /* '' */
.icon-minus-squared:before { content: '\f146'; } /* '' */
.icon-level-up:before { content: '\f148'; } /* '' */
.icon-level-down:before { content: '\f149'; } /* '' */
.icon-ok-squared:before { content: '\f14a'; } /* '' */
.icon-pencil-squared:before { content: '\f14b'; } /* '' */
.icon-export-alt:before { content: '\f14d'; } /* '' */
.icon-compass:before { content: '\f14e'; } /* '' */
.icon-expand:before { content: '\f150'; } /* '' */
.icon-collapse:before { content: '\f151'; } /* '' */
.icon-expand-right:before { content: '\f152'; } /* '' */
.icon-won:before { content: '\f159'; } /* '' */
.icon-doc-inv:before { content: '\f15b'; } /* '' */
.icon-doc-text-inv:before { content: '\f15c'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-thumbs-down-alt:before { content: '\f165'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-down:before { content: '\f175'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */
.icon-left:before { content: '\f177'; } /* '' */
.icon-right:before { content: '\f178'; } /* '' */
.icon-sun:before { content: '\f185'; } /* '' */
.icon-moon:before { content: '\f186'; } /* '' */
.icon-box:before { content: '\f187'; } /* '' */
.icon-right-circled2:before { content: '\f18e'; } /* '' */
.icon-left-circled2:before { content: '\f190'; } /* '' */
.icon-collapse-left:before { content: '\f191'; } /* '' */
.icon-dot-circled:before { content: '\f192'; } /* '' */
.icon-wheelchair:before { content: '\f193'; } /* '' */
.icon-space-shuttle:before { content: '\f197'; } /* '' */
.icon-bank:before { content: '\f19c'; } /* '' */
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
.icon-fax:before { content: '\f1ac'; } /* '' */
.icon-building-filled:before { content: '\f1ad'; } /* '' */
.icon-paw:before { content: '\f1b0'; } /* '' */
.icon-cab:before { content: '\f1b9'; } /* '' */
.icon-taxi:before { content: '\f1ba'; } /* '' */
.icon-tree:before { content: '\f1bb'; } /* '' */
.icon-database:before { content: '\f1c0'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-file-word:before { content: '\f1c2'; } /* '' */
.icon-file-excel:before { content: '\f1c3'; } /* '' */
.icon-file-powerpoint:before { content: '\f1c4'; } /* '' */
.icon-file-image:before { content: '\f1c5'; } /* '' */
.icon-file-archive:before { content: '\f1c6'; } /* '' */
.icon-file-audio:before { content: '\f1c7'; } /* '' */
.icon-file-video:before { content: '\f1c8'; } /* '' */
.icon-file-code:before { content: '\f1c9'; } /* '' */
.icon-circle-notch:before { content: '\f1ce'; } /* '' */
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
.icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.icon-history:before { content: '\f1da'; } /* '' */
.icon-circle-thin:before { content: '\f1db'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-share:before { content: '\f1e0'; } /* '' */
.icon-share-squared:before { content: '\f1e1'; } /* '' */
.icon-soccer-ball:before { content: '\f1e3'; } /* '' */
.icon-plug:before { content: '\f1e6'; } /* '' */
.icon-wifi:before { content: '\f1eb'; } /* '' */
.icon-cc-visa:before { content: '\f1f0'; } /* '' */
.icon-cc-paypal:before { content: '\f1f4'; } /* '' */
.icon-bell-off:before { content: '\f1f6'; } /* '' */
.icon-bell-off-empty:before { content: '\f1f7'; } /* '' */
.icon-trash:before { content: '\f1f8'; } /* '' */
.icon-copyright:before { content: '\f1f9'; } /* '' */
.icon-bicycle:before { content: '\f206'; } /* '' */
.icon-bus:before { content: '\f207'; } /* '' */
.icon-cart-plus:before { content: '\f217'; } /* '' */
.icon-cart-arrow-down:before { content: '\f218'; } /* '' */
.icon-ship:before { content: '\f21a'; } /* '' */
.icon-motorcycle:before { content: '\f21c'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */
.icon-bed:before { content: '\f236'; } /* '' */
.icon-train:before { content: '\f238'; } /* '' */
.icon-subway:before { content: '\f239'; } /* '' */
.icon-sticky-note:before { content: '\f249'; } /* '' */
.icon-sticky-note-o:before { content: '\f24a'; } /* '' */
.icon-calendar-check-o:before { content: '\f274'; } /* '' */
.icon-map:before { content: '\f279'; } /* '' */
.icon-commenting-o:before { content: '\f27b'; } /* '' */
.icon-credit-card-alt:before { content: '\f283'; } /* '' */
.icon-font-awesome:before { content: '\f2b4'; } /* '' */
.icon-handshake-o:before { content: '\f2b5'; } /* '' */
.icon-address-book:before { content: '\f2b9'; } /* '' */
.icon-address-book-o:before { content: '\f2ba'; } /* '' */
.icon-address-card:before { content: '\f2bb'; } /* '' */
.icon-address-card-o:before { content: '\f2bc'; } /* '' */
.icon-user-circle:before { content: '\f2bd'; } /* '' */
.icon-user-circle-o:before { content: '\f2be'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */
.icon-id-badge:before { content: '\f2c1'; } /* '' */
.icon-id-card:before { content: '\f2c2'; } /* '' */
.icon-id-card-o:before { content: '\f2c3'; } /* '' */
.icon-quora:before { content: '\f2c4'; } /* '' */
.icon-shower:before { content: '\f2cc'; } /* '' */
.icon-bath:before { content: '\f2cd'; } /* '' */
.icon-snowflake-o:before { content: '\f2dc'; } /* '' */
/* ==================================================
   .Layout API
================================================== */
.l__wr { display:block; width:100%; }
.l__ct { display:block; width:1200px; margin:0 auto; }
.l__inline-block, .inline-block { display:inline-block; }
.l__block { display:block; }
.l__ellipsis { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.l__contents { margin-top:50px; }
@media all and (min-width:280px) and (max-width:1190px) { /* 화면 작아지면 left:0 */
	.l-wr { width:1200px !important; }
}
/* ==================================================
	header.l-head
================================================== */
header.l-head { height:70px; line-height:70px; border-bottom:1px solid #eceae8; }
header.l-head.fixed_header { position:absolute; top:50px; left:50%; margin-left:-600px; z-index:2; background-color:#f1f1f1; border-bottom:none; }
header.l-head > ul { width:100%; display:table; }
header.l-head > ul > li { display:table-cell; vertical-align:middle; text-align:right; font-weight:500; }
header.l-head > ul > li > a { color:#303030; }
header.l-head > ul > li.logo { text-align:left; padding-left:25px; }
header.l-head > ul > li.logo img { vertical-align:middle; }
header.l-head > ul > li.menu > a { font-size:18px; padding:0 30px; display:inline-block; }
header.l-head > ul > li.menu > a:hover,
header.l-head > ul > li.menu > a.active { color:#fff; background-color:#7ebf00; }
/* ==================================================
	footer.l-footer
================================================== */
footer.l-footer { background-color:#18191b; text-align:left; padding:18px 0; }
footer.l-footer img { padding-bottom:10px; }
footer.l-footer p > span { color:#999999; font-size:16px; line-height:28px; display:inline-block; padding-left:5px; }
footer.l-footer p > span > i { color:#999999; }
footer.l-footer p > span > a { color:#999999; padding-left:5px; }
footer.l-footer p > span > a:hover { text-decoration:underline; }
/* ==================================================
	.l__mainvisual
================================================== */
.l__mainvisual { height:800px; position:relative; background-size:cover; background-position:center; background-image:url('/img/main/mainvisual.jpg'); }
.l-bg-goods-stroller { height:276px; background-color:#eeeeee; }
/* ==================================================
	.l-search
================================================== */
.l__mainvisual .l-search_wr { position:absolute; bottom:116px; left:50%; margin-left:-613px; z-index:2; }
.l-search_wr { background-color:rgba(48,48,48,0.6); box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.08); }
section.l-search { width:100%; display:block; }
section.l-search form { display:table; width:100%; }
section.l-search form > div { display:table-cell; vertical-align:bottom; width:145px; padding:10px 10px 15px 0; }
section.l-search form > div:nth-child(2) { padding-left:10px; }
section.l-search form > div.title {
	color:#fff; font-size:18px; font-family:'nanum-square-r'; font-weight:500; vertical-align:middle;width:155px;text-align:center; padding:0;
}
section.l-search form label { color:#fff; font-size:13px; font-weight:600; line-height:25px; display:block; padding-bottom:10px; }

section.l-search form input,
section.l-search form select { border:1px solid #d7d7d7; width:98%;  padding:0 1%; background:#fff url('/img/common/arrow.gif') right 3% top 14px no-repeat; }
section.l-search form input { height:34px; line-height:34px; }
section.l-search form select { height:36px; line-height:36px; }
section.l-search form select.half { width:50% !important; float:left; }
section.l-search form select.half:nth-child(2) { border-right:none; }
section.l-search form button { width:170px; height:36px; line-height:36px; border:none; background-color:#303030; color:#fff; font-size:14px; }
section.l-search form .search_type { width:250px; }
section.l-search form .search_button { margin-top:42px; }
/* ==================================================
	.l-banner-list
================================================== */
.l-banner-list { background-color:#18191b; margin-top:50px; }
.l-banner-list ul { display:table; }
.l-banner-list ul > li { display:table-cell; background-color:#fff; position:relative; width:20%; height:250px; vertical-align:top; }
.l-banner-list ul > li.title { background-color:#42464b; min-width:300px; }
.l-banner-list ul > li.title .cs-box { display:inline-block; margin:35px; border-left:none; }
.l-banner-list ul > li.title .cs-box > span { display:block; color:#fff; text-align:left; }
.l-banner-list ul > li.title .cs-box > span > i { color:#fff; }
.l-banner-list ul > li.title .cs-box > .title { font-size:24px; line-height:48px; }
.l-banner-list ul > li.title .cs-box > .tel { font-size:30px; line-height:44px; }
.l-banner-list ul > li.title .cs-box > .hour { font-size:16px; line-height:38px; }
.l-banner-list ul > li > .cs-box { display:block; margin-top:35px; text-align:center; border-left:1px solid #d8d8d8; }
.l-banner-list ul > li > .cs-box > span { display:block; }
.l-banner-list ul > li .icon { color:#303030; font-size:80px; }
.l-banner-list ul > li .title { color:#595656; font-size:24px; line-height:44px; margin-bottom:8px; }
.l-banner-list ul > li .more { color:#fff; width:100px; height:30px; display:inline-block; line-height:30px; text-align:center; font-size:16px; background-color:#303030; }
/* ==================================================
	.l-goods-list
================================================== */
.l__mainvisual .l-index-recommend { position:absolute; top:680px; left:50%; margin-left:-600px; z-index:2; }
ul.l-goods-list { margin-top:45px; width:1200px; display:inline-block; }
ul.l-goods-list > li { width:300px; height:308px; position:relative; display:inline-block; float:left; background-color:#fff; margin-bottom:45px; }
ul.l-goods-list > li figure { width:100%; height:220px; background-size:contain; background-repeat:no-repeat; background-position:center; display:block; }
ul.l-goods-list > li figcaption { width:100%; display:block; padding:14px 0; background-color:#42464b; }
ul.l-goods-list > li figcaption > span { text-align:center; display:block; font-family:'nanum-square-r'; font-weight:500; font-size:16px; color:#fff; }
ul.l-goods-list > li figcaption > .title { line-height:32px; }
ul.l-goods-list > li figcaption > .price { line-height:28px; }
ul.l-goods-list > li:hover figcaption { background-color:#fff; }
ul.l-goods-list > li:hover figcaption > .title { color:#202020; }
ul.l-goods-list > li:hover figcaption > .price { color:#505050; }
/* index title roll */
ul.l-goods-list > li.goods-title {  }
ul.l-goods-list > li.goods-title > .l-title-box { margin-left:45px; margin-top:85px; }
ul.l-goods-list > li.goods-title span { display:inline-block; color:#202020; clear:both; }
ul.l-goods-list > li.goods-title a.more_view {
	display:inline-block; clear:both; width:120px; height:34px; line-height:34px; font-size:14px; text-align:center; background-color:#42464b; color:#fff; margin-top:25px;
}
ul.l-goods-list > li.goods-title a.more_view > i { color:#fff; padding-left:5px; }
ul.l-goods-list > li.goods-title .title_kr { font-size:24px; line-height:40px; }
ul.l-goods-list > li.goods-title .title_en { font-size:18px; line-height:24px; text-transform:uppercase; padding-bottom:20px; border-bottom:1px solid #aaaaaa; }
ul.l-goods-list.goods-stroller > li.goods-title { background-color:#c0d1a0; }
ul.l-goods-list.goods-carseat > li.goods-title { background-color:#fff; }









/* ==================================================
	.l-guide-step
================================================== */
.l-guide_wr { background:url('/img/sub/bg-guide.png') no-repeat left top; }
.l-guide_wr span { display:block; font-family:'nanum-square-r'; text-align:center; }
.l-guide_wr span.guide-title { color:#303030; font-size:36px; line-height:84px; padding-top:50px; }
.l-guide_wr span.guide-explain { color:#404040; font-size:24px; line-height:40px; letter-spacing:-1px; }
.l-guide_wr span.step-title { color:#686868; font-size:24px; line-height:32px; padding:45px 0 30px; }
.l-guide-step { position:relative; text-align:center; padding-bottom:30px; }
.l-guide-step:after {
	content:''; width:0;	height:0; border-style:solid;	border-width:28px 28px 0 28px; position:absolute; bottom:-28px; left:50%; margin-left:-28px; z-index:1;
}
.l-guide-step.section-odd { background-color:#f0fceb; }
.l-guide-step.section-odd:after { border-color:#f0fceb transparent transparent transparent; }
.l-guide-step.section-even { background-color:#fff; }
.l-guide-step.section-even:after { border-color:#fff transparent transparent transparent; }



/* ==================================================
   form
================================================== */
label.label-summury {
	width:100%;
	display:inline-block;
	font-size:13px;
	color:#232323;
	margin-top:5px;
}
label.label-summury > span { line-height:44px; display:block; }
fieldset.half > label.label-summury:nth-child(2n) { float:right; }
fieldset.half > label.label-summury { width:48%; vertical-align:top; }
fieldset.half select:nth-child(2) { border-right:0; }
label.label-summury > input[type="text"] { width:85%; height:34px; }
label.label-summury > select.half { width:50%; float:left; }
fieldset.third > label.label-summury { vertical-align:top; }
fieldset.third > label.label-summury:nth-child(1) { width:106px; }
fieldset.third > label.label-summury:nth-child(2) { width:160px; }
fieldset.third > label.label-summury:nth-child(3) { width:210px; }
.goods-detail button {
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#f14b4b;
	color:#fff;
	font-weight:600;
	font-size:16px;
	letter-spacing:-1px;
	font-family: 'nanum-square-r';
}
/* ==================================================
   div.goods-latest
================================================== */
div.goods-latest {
	width:100%;
	height:390px;
	border:1px solid #efefef;
	margin:70px 0 50px;
	position:relative;
	padding-top:60px;
}
div.goods-latest > aside {
	position:absolute;
	top:-28px;
	left:50%;
	margin-left:-90px;
	width:260px;
	text-align:center;
	display:block;
	background-color:#fff;
}
div.goods-latest > aside > h2 {
	color:#686868;
	font-size:24px;
	font-weight:500;
	line-height:34px;
	font-family: 'NanumSquare', sans-serif;
}
div.goods-latest > aside > p {
	color:#b8b8b8;
	font-size:14px;
	line-height:22px;
	text-transform:uppercase;
	font-family: 'NanumSquare', sans-serif;
}
ul.goods-stroller-slider { display:block; }
ul.goods-stroller-slider > li {
	width:346px;
	height:355px;
	display:inline-block;
	float:left;
	vertical-align:middle;
}
ul.goods-stroller-slider > li figure,
ul#goods-list > li figure {
	width:100%;
	height:254px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
ul.goods-stroller-slider > li figcaption { width:100%; margin-top:17px; }
ul.goods-stroller-slider > li figcaption > h6,
ul#goods-list > li figcaption > h6 {
	font-size:16px;
	font-weight:600;
	line-height:32px;
	color:#686868;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	font-family: 'NanumSquare', sans-serif;
}
ul.goods-stroller-slider > li figcaption > p,
ul#goods-list > li figcaption > p {
	font-size:20px;
	font-weight:400;
	line-height:34px;
	color:#272727;
	font-family: 'NanumSquare', sans-serif;
}
ul#goods-list > li figcaption > p > span {
	font-size:15px;
	color:#ff7c87;
}
div.goods-latest .mask h5,
ul#goods-list .mask h5 {
	color:#ffdb9d;
	font-size:20px;
	font-weight:500;
	line-height:30px;
	display:block;
	font-family: 'NanumSquare', sans-serif;
}
div.goods-latest .mask span,
ul#goods-list .mask span {
	color:#fff;
	font-size:14px;
	font-weight:500;
	line-height:24px;
	display:block;
	width:100%;
	font-family: 'NanumSquare', sans-serif;
}
div.goods-latest .more h5:nth-child(3),
ul#goods-list .more h5:nth-child(3) { margin-top:35px; }
div.goods-latest .mask a,
ul#goods-list .mask a {
	display:inline-block;
	background-color:rgba(21,27,39,0.4);
	width:158px;
	height:38px;
	line-height:38px;
	border-radius:20px;
	border:1px solid #202f52;
	color:#fff;
	font-size:18px;
	font-family: 'NanumSquare', sans-serif;
	margin-top:40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.goods-latest .mask a:hover,
ul#goods-list .mask a:hover {
	background-color:rgba(21,27,39,1);
}

div.goods-latest .bx-prev,
div.goods-latest .bx-next {
	position:absolute;
	top:50%;
	margin-top:-17px;
	width:31px;
	height:31px;
	display:inline-block;
	background-color:#bfbfbf;
	border-radius:100%;
	color:#fff;
	text-align:center;
}
div.goods-latest .bx-prev i,
div.goods-latest .bx-next i {
	font-size:22px;
	line-height:33px;
}
div.goods-latest .bx-prev { left:10px; }
div.goods-latest .bx-next { right:10px; }
div.goods-latest .bx-wrapper { margin:0 auto; max-width:1038px !important; }




/* ==================================================
   서브공통
================================================== */
.board-wrap { margin:30px auto; }
/* current-arrow */
ul.current-arrow { border-bottom:1px solid #eceae8; }
ul.current-arrow { height:44px; line-height:44px; margin:30px 0; }
ul.current-arrow {
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: space-between; /* Safari 6.1+ */
	display: flex;
	justify-content: space-between;
}
ul.current-arrow > li > span {
	color:#7a7a7a;
	font-family: 'NanumSquare', sans-serif;
	font-size:13px;
	font-weight:600;
}
ul.current-arrow > li > span > i {
	padding:0 13px;
	color:#000;
	font-size:5px;
}

/* goods-list */
ul.current-arrow ul { height:44px; line-height:44px; }
ul.current-arrow ul > li {
	display:inline-block;
	text-align:center;
	padding:0 40px;
}
ul.current-arrow ul > li.active { background-color:#42464b; }
ul.current-arrow ul > li > a {
	color:#595959;
	font-family: 'nanum-square-r';
	font-size:16px;
	font-weight:600;
}
ul.current-arrow ul > li.active a { color:#fff; }
#goods_list .l-search-pst { height:auto; display:block; margin-bottom:25px; }
#goods_list .l-search-pst > .l-search_wr { position:static; }
ul#goods-list { margin-bottom:30px; }
ul#goods-list > li {
	display:inline-block;
	width:362px;
	height:353px;
	border:1px solid #dedede;
	margin-top:30px;
	margin-right:15px;
}

ul#goods-list > li figcaption {
	width:100%;
	height:82px;
	padding-top:17px;
	margin:0;
	background-color:#f8f8f8;
}

/* goods-view */
#container.goods-view { margin-bottom:30px; }

.l-goods-view { text-align:center; }
.l-goods-view > img { display:block; margin:0 auto; }
.l-goods-view .l-play { display:block; margin:10px auto; }

/* 대여하기 뷰 */
#goods-book {
	margin-top:40px;
}
.goods-detail > aside,
.goods-detail > section {
	height:423px;
	vertical-align:top;
	border:1px solid #e2e2e2;
}
.goods-detail aside {
	width:570px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.goods-detail section {
	width:496px;
	float:right;
	padding:0 25px;
}
.goods-detail > section > h4 {
	font-size:24px;
	font-family: 'NanumSquare', sans-serif;
	color:#505050;
	line-height:50px;
}
ul.l-view-point { display:table; margin-top:50px; }
ul.l-view-point > li { display:table-cell; width:50%; }
ul.l-view-point > li > .title { display:block; position:relative; color:#676767; font-size:18px; line-height:40px; text-align:center; background-color:#f0fceb; }
ul.l-view-point > li > .title:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #f0fceb transparent transparent transparent;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -14px;
	z-index: 1;
}
ul.l-view-point > li > .explain.goods-content { text-align:center; }
ul.l-view-point > li > .explain { margin-top:25px; }
ul.l-view-point > li > .explain > span { display:block; color:#676767; font-size:16px; line-height:40px; }
ul.tabs-nav > li { display:inline-block; color:#676767; font-size:16px; line-height:40px; height:40px; width:80px; text-align:center; }
ul.tabs-nav > li.tab-active { background-color:#f0fceb; }
.tabs-stage { color:#676767; font-size:16px; line-height:40px; word-break:keep-all; text-align:justify; }

/* ==================================================
   <form>
================================================== */
.visual-title section input[type="text"],
.goods-detail input[type="text"],
.visual-title section select,
.goods-detail select {
	width:94%;
	border:1px solid #d7d7d7;
	height:35px;
	padding:0 3%;
	color:#747474;
	background:url('/img/common/arrow.gif') right 3% top 14px no-repeat;
}
.visual-title section input[type="text"],
.goods-detail input[type="text"] { width:94%; }
.visual-title section select,
.goods-detail select { width:100%;  height:37px !important;}
input.total-price {
	width:94% !important;
	padding-right:20px;
	border:0 !important;
	color:#f14b4b !important;
	font-size:30px;
	font-family: 'NanumSquare', sans-serif;
	text-align:right;
	letter-spacing:-1px;
	background-image:none !important;
}
/* CSS3 STYLE GENERIC */
.goods-latest .view, 
.goods-latest .view .mask, 
.goods-latest .view .content, 
.goods-latest .view .more { width: 346px; height: 355px; }
ul#goods-list .view, 
ul#goods-list .view .mask, 
ul#goods-list .view .content, 
ul#goods-list .view .more { width: 362px; height: 353px; }
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,  .view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view .more {
   display: inline-block;
   padding:0;
}
.second-effect .mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.second-effect .more {
	position:relative;
	margin-left:-195px;
	margin-top:-130px;
	opacity:0;
   text-align:center;
}
.second-effect:hover .mask {
   opacity: 1;
   border:200px solid rgba(10,36,85,0.7);
}
.second-effect:hover .more {
	opacity:1;
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}

/* Plugin Styles
-------------------------------------------------- */
/* Datepicker */
#ui-datepicker-div {
	padding: 20px !important;
}
#ui-datepicker-div, .ui-datepicker-title {
	color: #5e5e5e !important;
}
.ui-widget-content {
	-webkit-border-radius: 5px 5px 5px 5px !important;
	border-radius: 5px 5px 5px 5px !important;
	border: 1px solid #ebebeb !important;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	background-color: #fff;
	margin-top: -3px;
}
.ui-widget-header {
	background: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 2px solid !important;
	border-left: none !important;
}
.ui-datepicker-header {
	-webkit-border-radius: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none !important;
	border: 1px solid #e1e1e1 !important;
}
.ui-datepicker table {
	margin: 0 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: none !important
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid !important;
}



/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:970px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd {z-index:4;position:relative;min-width:970px;background:#fff}
.hd_zindex {z-index:10 !important}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper {position:relative;margin:0 auto;padding:26px 0;width:970px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:5px 0 0}

/* 전체 검색 */
#hd_sch {float:left;margin:0 0 0 20px;padding:0;border:1px solid #c3c6ca}
#hd_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#hd_sch #sch_stx {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#hd_sch #sch_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}

/* 텍스트 크기 조절 */
#text_size {float:left;margin:0 0 0 10px;letter-spacing:-3px}
#text_size button {margin:0;padding:1px 2px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 상단 회원가입 등 링크 */
#tnb {float:right;margin:0;padding:0;list-style:none;zoom:1}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:left;margin:0 0 0 10px}
#tnb a {display:inline-block;padding:0 10px;height:28px;color:#333;letter-spacing:-0.1em;line-height:2.4em}
#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none}
#tnb img {margin-right:3px}

/* 메인메뉴 */
#gnb {position:relative;margin:-1px 0 0;border-top:1px dotted #dde4e9;border-bottom:1px solid #dde4e9;background:#ecf0f7}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb_1dul {margin:0 auto !important;padding:0;width:970px;zoom:1}
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli {z-index:10;position:relative;float:left}
.gnb_1da {display:inline-block;padding:0 40px 0 10px;height:35px;background:url('../img/gnb_bg00.gif') center right no-repeat;font-weight:bold;line-height:2.95em;text-decoration:none}
.gnb_1da:focus, .gnb_1da:hover {background:url('../img/gnb_bg00.gif') #333 center right no-repeat;text-decoration:none}
.gnb_1dli_air .gnb_1da {background-color:#333;color:#fff}
.gnb_1dli_on .gnb_1da {background-color:#333;color:#fff}
.gnb_2dul {display:none;position:absolute;top:35px;width:180px}
.gnb_2da {display:block;padding:13px 10px;text-align:left;text-decoration:none}
.gnb_1dli_air .gnb_2da {background-color:#333;color:#fff}
.gnb_1dli_on .gnb_2da {background-color:#333;color:#fff}
.gnb_2da:focus, .gnb_2da:hover {background:#666;text-decoration:none}
.gnb_1dli_over .gnb_2dul {display:block;left:0;background:#fff}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0;background:#fff}

#gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em}
#gnb_empty a {text-decoration:underline}

/* 중간 레이아웃 */
#wrapper {z-index:5;margin:0 auto;width:970px;border-right:1px solid #dde4e9;border-left:1px solid #dde4e9;zoom:1}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#aside {float:right;margin:0 0 0 -1px;width:210px;border-left:1px solid #dde4e9;background:#fff}


/* 하단 레이아웃 */
#ft {min-width:970px;border-top:1px solid #dde4e9;background:#f2f5f9}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft p {margin:0;padding:10px 0;line-height:1.8em}

#ft_catch {position:relative;margin:0 auto;padding:20px 0 0;width:970px;text-align:center}

#ft_company {text-align:center}

#ft_copy {background:#414141}
#ft_copy div {position:relative;margin:0 auto;padding:10px 0;width:970px;color:#fff}
#ft_copy a {display:inline-block;margin:0 10px 0 0;color:inherit}
#ft_copy #ft_totop {position:absolute;top:10px;right:0}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {width:100px;height:41px;border:1px solid #e9e9e9}
#captcha #captcha_mp3 {position:absolute;top:0;left:101px;;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/sound.gif')}
#captcha #captcha_reload {position:absolute;top:21px;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_reload span {position:absolute;top:9px;left:126px;width:23px;height:22px;background:url('../plugin/kcaptcha/img/reload.gif')}
#captcha #captcha_key {margin:0 0 0 25px;padding:0 5px;width:70px;height:41px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 버튼 */
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#ff3061;color:#fff;letter-spacing:-0.1em;cursor:pointer}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding:7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:22px}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:dotum;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;background:#4b545e;color:#fff;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}

/* 내용관리 */
#ctt {margin:10px 0;padding:10px;border:1px solid #e9e9e9}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#e4eaec;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}


span.cname { font-weight: bold; }






/* ==================================================
	table.l__ga-bo-search
================================================== */
table.l__ga-bo-search { width:100%; margin-top:20px; }
table.l__ga-bo-search th,
table.l__ga-bo-search td { border:1px solid #e2e2e2; padding:15px 0; text-align:left; }
table.l__ga-bo-search th { background-color:#f0f0f0; padding-left:18px; vertical-align:top; }
table.l__ga-bo-search td { padding-left:18px; }
table.l__ga-bo-search td i.icon-star { color:#ffae00; }
table.l__ga-bo-search tfoot th { text-align:center; }
table.l__ga-bo-search input.searchform { width:744px; height:48px; line-height:48px; border:1px solid #e2e2e2; text-indent:15px; font-size:14px; }
table.l__ga-bo-search button.searchform { height:48px; line-height:48px; border:none; background-color:#404040; padding:0 40px; color:#fff; margin-left:5px; }
table.l__ga-bo-search button.searchform i { margin-right:5px; }
table label.checklist { min-width:98px; display:inline-block; }
table label.checklist > input { margin-right:5px; }
table.l__ga-bo-search a.write {
	height:48px; line-height:48px; border:none; background-color:#404040; padding:0 40px; color:#fff; margin-left:5px; display:inline-block; float:right; margin-right:30px;
}
table.l__ga-bo-search a.write i { margin-right:5px; }
table.l__ga-bo-search textarea,
table.l__ga-bo-search input.frm_input { background-color:#f0f0f0; border:1px solid #e2e2e2; }
table.l__ga-bo-search input.frm_input { width:100px; height:26px; line-height:26px; padding:5px; }
table.l__ga-bo-search textarea { width:90%; height:150px; line-height:18px; padding:10px; }
input.cmt_submit { 
	display:inline-block; width:220px; height:40px; line-height:40px; border:3px solid #333; text-align:center; background-color:#fff; margin-top:10px;
	font-size:18px; font-family: 'nanum-square-r'; font-weight:900;
}
/* ==================================================
	ul.l__ga-bo-sc
================================================== */
ul.l__ga-bo-sc { display:inline-block; margin:40px 0; width:100%; text-align:center; }
ul.l__ga-bo-sc > li { display:inline-block; position:relative; padding:0 15px; }
ul.l__ga-bo-sc > li > a { color:#000; font-size:18px; font-weight:600; }
ul.l__ga-bo-sc > li > a#bo_cate_on { color:#404040; }
ul.l__ga-bo-sc > li:not(:nth-child(1)):before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-7px;
	width:1px;
	height:14px;
	background:#e2e2e2;
}
/* ==================================================
	.l__ga-bo
================================================== */
.l__ga-bo { clear:both; border-top:3px solid #e2e2e2; border-bottom:1px solid #e2e2e2; }
.l__ga-bo > ul#content_list { display:inline-block; width:100%; }
.l__ga-bo > ul#content_list > li { display:block; padding:30px 0; width:100%; border-bottom:1px solid #e2e2e2; }
ul#content_list > li.empty_list { color:#333; font-size:24px; font-family: 'nanum-square-r'; font-weight:900; padding:100px 0 !important; text-align:center; width:100%; }
.l__ga-bo > ul#content_list > li > a { display:inline-block; }
.l__ga-bo > ul#content_list > li > a:hover .title { text-decoration:underline; }
.l__ga-bo > ul#content_list figure,
.l__ga-bo > ul#content_list figcaption,
.l__ga-bo > ul#content_list dl { display:inline-block; vertical-align:top; }
.l__ga-bo > ul#content_list figure { width:275px; height:190px; position:relative; }
.l__ga-bo > ul#content_list figure > img { display:block; }
.l__ga-bo > ul#content_list figure > label.caption {
	position:absolute; top:0; left:0; z-index:1;
	display:inline-block; background-color:#333; padding:0 8px; height:22px; text-align:center;
	color:#fff; font-size:13px; line-height:22px;
}
.l__ga-bo > ul#content_list figcaption { margin:0 30px; width:670px; }
.l__ga-bo > ul#content_list figcaption > span { display:block; }
.l__ga-bo > ul#content_list figcaption .title { color:#333; font-size:24px; font-family: 'nanum-square-r'; font-weight:900; line-height:30px; padding-bottom:15px; }
.l__ga-bo > ul#content_list figcaption .content { color:#5b5d5b; font-size:14px; line-height:23px; }
dl.l__ga-data {}
dl.l__ga-data > dt,
dl.l__ga-data > dd { display:block; width:185px; }
dl.l__ga-data > dt { color:#000; text-align:center; font-family: 'nanum-square-r'; font-weight:900; line-height:30px; }
dl.l__ga-data > dt > i { color:#ffae00; }
dl.l__ga-data > dd { border:1px solid #e2e2e2; margin-top:10px; height:40px; line-height:40px; }
dl.l__ga-data > dd i { padding-left:20px; padding-right:5px; color:#404040; }
dl.l__ga-data > dd span { display:inline-block; vertical-align:top; }
dl.l__ga-data > dd .title { color:#666; font-size:15px; font-family: 'nanum-square-r'; font-weight:600; width:70px; }
dl.l__ga-data > dd .count { color:#404040; font-size:15px; padding-right:20px; width:45px; text-align:right; }
/* ==================================================
	.l__ga-bo
================================================== */
.l__pager { position:relative; margin:20px 0; }
.l__pager > .l__only-adm { position:absolute; left:0; top:0; }
.l__pager > .l__only-adm > button,
.l__pager > .l__only-adm > a { margin-right:0; display:inline-block; width:27px; height:27px; background-color:#404040; color:#fff; }
.l__pager > .l__only-adm > a { text-align:center; line-height:27px; width:80px; }
.l__pager > .l__only-adm > a > i { margin-right:5px; }
/* ==================================================
	.l__bo-view-slider
================================================== */
.l__bo-view-slider { height:427px; position:relative; margin-top:-33px; }
.l__bo-view-slider ul { max-height:427px; }
.l__bo-view-slider ul li { max-height:427px; height:427px; background-size:cover; background-position:center; background-repeat:no-repeat; }
.l__bo-view-slider .bx-controls { position:absolute; bottom:50%; left:50%; margin-left:-600px; }
.l__bo-view-slider .bx-controls-direction { width:1200px; }
.l__bo-view-slider .bx-controls a { font-size:0; }
.l__bo-view-slider .bx-controls a:before { font-family: "fontello"; font-size:40px; color:rgba(255,255,255,0.5); }
.l__bo-view-slider .bx-controls a:hover:before { color:#fff; }
a.bx-next { float:right; }
/* ==================================================
	article.l__bo-ga-view
================================================== */
article.l__bo-ga-view { width:100%; margin-top:30px; }
article.l__bo-ga-view > h1.view-title { color:#222; font-size:35px; font-family: 'nanum-square-r'; font-weight:900; text-align:center; }
article.l__bo-ga-view > span.view-content { color:#666; font-size:18px; line-height:28px; padding:20px 0; display:block; text-align:center; }
article.l__bo-ga-view dl.l__ga-data { text-align:center; margin:0 10px; }
article.l__bo-ga-view dl.l__ga-data > dd { display:inline-block; margin-bottom:30px; }


/* ==================================================
	board style
================================================== */
/* 공통 */
.l__board-path { display:inline-block; width:100%; height:48px; line-height:48px; border-bottom:1px solid #dcdcdc; margin-bottom:30px; }
.l__board-path > span { display:inline-block; line-height:48px; }
.l__board-path > .board-title { color:#2d2d2d; font-size:24px; font-weight:500; letter-spacing:-0.5px; }
.l__board-path > .board-explain { color:#949494; font-size:12px; text-align:bottom; padding-left:5px; }
.l__board-path > .board-path { float:right; }
.l__board-path > .board-path > * { color:#474747; font-size:13px; text-transform:uppercase; }
.l__board-path > .board-path > i { margin:0 8px; }
.l__board-path > .board-path > .active { color:#404040; }
.l__board-ct { display:table; width:100%; }
.l__board-ct.third > li { width:33%; }
.l__board-ct.quarter > li { width:25%; }
.l__board-ct > li {
	display:table-cell; height:54px; line-height:54px; text-align:center; position:relative;
	border:1px solid #dfdfdf; border-bottom:1px solid #404040; border-left:none;
}
.l__board-ct > li:before { content:'\f107'; font-family: "fontello"; color:#c9c9c9; position:absolute; right:20px; font-size:20px; }
.l__board-ct > li:nth-child(1) { border-left:1px solid #dfdfdf; }
.l__board-ct > li.active { border:1px solid #404040; border-bottom:none; }
.l__board-ct > li > a { display:block; color:#3c3c3c; font-size:15px; }
.l__board-ct > li.active:before { color:#404040; }
.l__board-search { display:block; margin:20px 0; background-color:#fafafa; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; padding:13px 0; }
.l__board-search > * { line-height:42px; height:42px; vertical-align:middle; }
.l__board-search .board-count { padding-left:20px; color:#474747; font-size:15px; }
.l__board-search .board-count i { color:#222222; margin-right:8px; }
.l__board-search .board-write { float:right; margin-right:15px; }
.l__board-search .board-search { float:right; margin-right:8px; }
.l__board-search .board-search select,
.l__board-search .board-search input { vertical-align:top; }
.l__board-search .board-search select#sfl { 
	height:42px; line-height:42px; border:1px solid #dfdfdf; font-size:13px; width:125px; padding:0 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.l__board-search .board-search input#stx {
	width:235px; height:40px; line-height:40px; border:1px solid #dfdfdf; border-left:none; padding:0 20px; margin-left:-4px;
	font-size:13px;
}
.l__board-search .board-search button.bth-icon { color:#404040; border:none; margin-left:-28px; }
.l__bo-btn { margin-top:10px; width:100%; display:inline-block; }
.l__bo-btn .board-check {  }
.l__bo-btn .board-write { float:right; }
/* button */
.btn-confirm, .btn-cancel {
	width:111px; height:40px; line-height:40px; background-color:#404040; border:1px solid #404040; display:inline-block; text-align:center;
	color:#fff !important; font-size:13px;
}
input.btn-check { height:40px; line-height:40px; background-color:#404040; border:1px solid #404040; color:#fff; font-size:13px; padding:0 10px; }
ul.view-btn-list { display:inline-block; text-align:right; width:100%; margin-top:10px; }
ul.view-btn-list > li { display:inline-block; }
.btn-list { display:inline-block; width:50px; height:25px; line-height:25px; text-align:center; background-color:#fafafa; border:1px solid #dfdfdf; font-size:12px; }
.btn-only-adm { background-color:#404040; border:1px solid #404040; color:#fff !important; }
.btn-cancel { height:38px; background-color:#fff; border:1px solid #404040; color:#232323 !important; }
ul.bo_v_nb { display:block; text-align:center; margin-top:50px; }
ul.bo_v_nb > li { display:inline-block; margin-right:5px; }
.btn-view { 
	width:133px; height:56px; line-height:56px; text-align:center; border:1px solid #e3e3e3; background-color:#fff; 
	color:#434343 !important; font-size:14px; font-weight:500; display:inline-block;
}
.btn-view > i.icon-angle-left { float:left; margin-left:10px; }
.btn-view > i.icon-angle-right { float:right; margin-right:10px; }
/* list thumb */
ul#content_list figure { background-size:cover; background-position:center; background-repeat:no-repeat; }
/* board view */
table.bo-view th { text-align:left !important; padding-left:20px; }
table.bo-view td { border:1px solid #e3e3e3; }
table.bo-view td.l-none { border-left:none; }
table.bo-view td.r-none { border-right:none; }
#bo_v_atc { display:inline-block; width:100%; }
#bo_vc_w { background-color:#fafafa; border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; padding:20px 30px; }
#bo_vc p { border-top:1px solid #e3e3e3; }
#bo_vc header { }
#bo_vc header > * { display:inline-block; vertical-align:top; }
#bo_vc header > small { color:#e3e3e3; font-size:20px; font-weight:100; margin-top:3px; }
#bo_vc header > span.name { width:15%; max-width:190px; color:#434343; font-size:13px; }
#bo_vc header > span.name i { margin:0 8px 0 27px; color:#222222; font-size:20px; }
#bo_vc header > span.content { width:62%; padding-left:3%; line-height:18px; color:#434343; font-size:13px; }
#bo_vc header > span.date { width:9%; max-width:100px; text-align:right; color:#434343; font-size:13px; }
#bo_vc header > span.btn { width:9%; max-width:100px; text-align:right; }
#bo_vc header > span.btn i {
	display:inline-block; width:24px; height:24px; text-align:center; line-height:24px; background-color:#fff; border:1px solid #cbcbcb; color:#f03539;
}
/* board write */
#bo_w { margin-top:20px; }
ul.board-write { width:100%; display:inline-block; }
ul.board-write > li { display:block; margin-bottom:10px; }
ul.board-write .summary { display:inline-block; margin-right:5px; }
ul.board-write .summary.secret { float:right; line-height:37px; }
ul.board-write label.input,
ul.board-write input.input,
ul.board-write select.input { background-color:#fff; border:1px solid #e3e3e3; height:37px; line-height:37px; vertical-align:top; font-size:13px; color:#434343; }
ul.board-write label.input { width:116px; text-align:center; display:inline-block; border-right:none; }
ul.board-write input.input { width:178px; padding:0 10px;margin-left:-3px; }
ul.board-write input.long-input { width:1055px; }
ul.board-write select.input { min-width:178px; height:39px; line-height:39px; padding:0 10px;margin-left:-3px; }
ul.board-write label.secret { color:#434343; font-size:13px; }
ul.board-write input.secret { margin-left:3px; }
li.l__comment-content { position:relative; background-color:#fff; border:1px solid #e3e3e3; }
li.l__comment-content textarea#wr_content { border:none; width:96%; height:110px; padding:10px 2%; }
ul.board-write fieldset#captcha { margin-left:-3px; }
ul.board-write fieldset#captcha #captcha_mp3,
ul.board-write fieldset#captcha #captcha_reload { display: inline-block; position:static; width:37px; height:37px; font-size:0; background-color:#e3e3e3; vertical-align:top; }
ul.board-write #captcha #captcha_img { height:37px; width: auto; }
ul.board-write #captcha #captcha_mp3 span { position:relative; display:inline-block; }
ul.board-write #captcha #captcha_reload { border-top:none; background-position:0 -26px; }
ul.board-write #captcha #captcha_key { border:1px solid #e3e3e3; height:35px; line-height:35px; vertical-align:top; width:130px; margin:0; }
ul.board-write #captcha #captcha_info { display:inline-block; color:#c3c3c3; line-height:37px; font-size:13px; padding-left:10px; letter-spacing:0; }
.l__board-write-btn { margin:10px 0; }
ul.board-write .l-link { display:inline-block; vertical-align:middle; height:37px; line-height:37px; background-color:#404040; color:#fff; padding:0 10px; }
/* basic board list */
.l__bo-basic { display:inline-block; width:100%; }
.l__bo-basic table#content_list { width:100%; }
.l__bo-basic table#content_list th {
	border-top:1px solid #989898; border-bottom:1px solid #e3e3e3; text-align:center;
	color:#434343; font-size:15px; font-weight:500; line-height:66px; height:66px;
}
.l__bo-basic table#content_list td { border-bottom:1px solid #e3e3e3; text-align:center; color:#434343; font-size:15px; line-height:58px; }
.l__bo-basic table#content_list td.subject,
.l__bo-basic table#content_list td.file-link { text-align:left; padding-left:25px; border-left:none; border-right:none; }
.l__bo-basic table#content_list td.file-link { padding:8px 0; }
.l__bo-basic table#content_list td.file-link > p { line-height:22px; }
.l__bo-basic table#content_list td .bo-notice {
	display:inline-block; width:50px; height:25px; line-height:25px; text-align:center; background-color:#404040; border-radius:25px; color:#fff;
}
/* gallery board list */
.l__bo-gallery {}
.l__bo-gallery #content_list > li {
	display:inline-block; padding:12px; width:288px; height:286px; border:1px solid #e3e3e3; vertical-align:top; margin-bottom:12px; margin-right:12px;
}
.l__bo-gallery #content_list > li > div { display:inline-block; }
.l__bo-gallery #content_list .l__thum { width:260px; height:194px; }
.l__bo-gallery #content_list figure { width:260px; height:194px; border:1px solid #e3e3e3; }
.l__bo-gallery #content_list figure > img { display:none; }
.l__bo-gallery #content_list .title { display:block; width:100%; color:#434343; font-size:13px; margin:8px 0; }
.l__bo-gallery #content_list .l__explain { width:100%; border-top:1px solid #e3e3e3; padding-top:5px; }
.l__bo-gallery #content_list .l__explain > span { display:inline-block; width:48%; line-height:34px; color:#7f7f7f; font-size:13px; vertical-align:top; }
.l__bo-gallery #content_list .l__explain .name { text-align:left; }
.l__bo-gallery #content_list .l__explain .date { text-align:right; }
/* gallery board list */
.l__bo-webzine {}
.l__bo-webzine #content_list > li {
	display:inline-block; padding:0; width:590px; height:156px; border:1px solid #e3e3e3; vertical-align:top; margin-bottom:12px; margin-right:12px;
}
.l__bo-webzine #content_list figure,
.l__bo-webzine #content_list figcaption { display:inline-block; vertical-align:top; }
.l__bo-webzine #content_list figure { width:209px; height:156px; border-right:1px solid #e3e3e3; }
.l__bo-webzine #content_list figure > img { display:none; }
.l__bo-webzine #content_list > li > figcaption { width:352px; margin:0 12px; }
.l__bo-webzine #content_list > li > figcaption > div { display:block; }
.l__bo-webzine #content_list .title { font-size:13px; line-height:36px; border-bottom:1px solid #e4e4e4; margin-top:5px; }
.l__bo-webzine #content_list .title > a { color:#434343; }
.l__bo-webzine #content_list .content { color:#717171; font-size:13px; line-height:26px; margin:12px 0; height:52px; }
.l__bo-webzine #content_list .explain { line-height:35px; border-top:1px solid #e4e4e4; }
.l__bo-webzine #content_list .explain > span { display:inline-block; color:#9c9c9c; font-size:12px; }
.l__bo-webzine #content_list .explain > span.name { width:78%; }
.l__bo-webzine #content_list .explain > span.date { text-align:right; width:20%; }
