@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;}
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:#000;text-decoration:none}
a:hover, a:focus, a:active {color:#000;text-decoration:none;}
html {font-family:'notokr-regular', sans-serif; overflow-x:hidden; }
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: #6f6f6f; }
::-moz-placeholder { color: #6f6f6f; }
::-ms-input-placeholder { color: #6f6f6f; }
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%;
	cursor:pointer;
}
@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;
}
/* ==================================================
   Layout
================================================== */
.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-img-center { text-align:center; }
.l-ellipsis { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.subLayout { margin-top:50px; }
@media all and (min-width:280px) and (max-width:1190px) { /* 화면 작아지면 left:0 */
	.l-wr { width:1200px !important; }
}
/* hover */
button.searchButton,
.linkHover { -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
a.linkBlock { display:block; width:100%; height:100%; }
/* checkbox */
label.checkbox { line-height:25px; }
label.checkbox input { opacity:0; position:absolute; }
label.checkbox input, label.checkbox span { display:inline-block; vertical-align:middle; cursor:pointer; }
label.checkbox span { position:relative; color:#808080; font-size:13px; }
label.checkbox input + span:before { content:''; background:#fff; border:1px solid #dddddd; border-radius:2px; display:inline-block; vertical-align:middle; width:16px; height:16px; margin-right:8px; text-align:center; padding:1px; }
label.checkbox input + span.icon::before { display:inline-block; font-style:normal; font-variant:normal; text-rendering:auto; -webkit-font-smoothing:antialiased; margin-top:-4px; }
label.checkbox input:checked + span.icon::before { font-family:"Font Awesome 5 Free"; content:"\f00c"; color:#d9525a; font-weight:900; border-color:#d9525a; font-size:12px; line-height:12px; }
label.checkbox span:hover { color:#d9525a; }
label.checkbox span:hover:before { border-color:#d9525a; }
/* width 정의 */
.w5 { width:5%; }
.w6 { width:6%; }
.w7 { width:7%; }
.w8 { width:8%; }
.w9 { width:9%; }
.w10 { width:10%; }
.w11 { width:11%; }
.w12 { width:12%; }
.w13 { width:13%; }
.w14 { width:14%; }
.w15 { width:15%; }
.w16 { width:16%; }
.w17 { width:17%; }
.w18 { width:18%; }
.w19 { width:19%; }
.w20 { width:20%; }
.w21 { width:21%; }
.w22 { width:22%; }
.w23 { width:23%; }
.w24 { width:24%; }
.w25 { width:25%; }
.w26 { width:26%; }
.w27 { width:27%; }
.w28 { width:28%; }
.w29 { width:29%; }
.w30 { width:30%; }
.w31 { width:31%; }
.w32 { width:32%; }
.w33 { width:33%; }
.w34 { width:34%; }
.w35 { width:35%; }
.w36 { width:36%; }
.w37 { width:37%; }
.w38 { width:38%; }
.w39 { width:39%; }
.w40 { width:40%; }
.w41 { width:41%; }
.w42 { width:42%; }
.w43 { width:43%; }
.w44 { width:44%; }
.w45 { width:45%; }
.w46 { width:46%; }
.w47 { width:47%; }
.w48 { width:48%; }
.w49 { width:49%; }
.w50 { width:50%; }
.w51 { width:51%; }
.w52 { width:52%; }
.w53 { width:53%; }
.w54 { width:54%; }
.w55 { width:55%; }
.w56 { width:56%; }
.w57 { width:57%; }
.w58 { width:58%; }
.w59 { width:59%; }
.w60 { width:60%; }
.w65 { width:65%; }
.w70 { width:70%; }
.w75 { width:75%; }
.w80 { width:80%; }
.w85 { width:85%; }
.w90 { width:90%; }
.w95 { width:95%; }
.w100 { width:100%; }
/* text 정의 */
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.max-width { max-width:100%; }
.hidden { display:none; }
/* ==================================================
	header.l-common
================================================== */
header.l-common { height:40px; background-color:#f7f8f9; border-bottom:1px solid #e0e0e0; }
header.l-common .commonInline { display:inline-block; vertical-align:middle; line-height:40px; }
header.l-common a { color:#3d3d3d; font-size:14px; font-weight:500; }
header.l-common .commonLeft a:not(:nth-child(1)):before { content:'|'; }
header.l-common .commonRight a:not(:nth-child(1)):before { content:'|'; }
header.l-common .commonInline a:before { color:#e0e0e0; font-size:10px; font-weight:400; margin:0 10px 0 8px; vertical-align:top; }
header.l-common .commonInline .count { display:inline-block; color:#59b210; }
/* search */
header.l-header { background-color:#fff; padding:40px 0; }
header.l-header .headerInline { display:inline-block; vertical-align:top; }
header.l-header .headerLogo { margin:34px 30px 0 0; }
header.l-header .headerSearch .headerService { line-height:26px; margin-bottom:12px; }
header.l-header .headerSearch .headerService .text { color:#707070; font-size:13px; font-weight:600; margin:0 40px 0 5px; display:inline-block; vertical-align:top; }
header.l-header .headerSearch .headerService .fas { color:#59b210; font-size:18px; font-weight:900; }
header.l-header .headerSearch form.searchForm { width:603px; height:47px; line-height:47px; border:3px solid #c5c5c5; border-radius:5px; position:relative; margin-top:5px; padding:0 3px; }
header.l-header .headerSearch form.searchForm .searchInput { color:#707070; font-size:13px; width:525px; height:47px; padding:0 15px; border:none; vertical-align:top; }
header.l-header .headerSearch form.searchForm .searchInput:focus { outline:none; }
header.l-header .headerSearch form.searchForm .searchButton { text-align:center; width:53px; height:53px; color:#fff; font-size:18px; background-color:#59b210; position:absolute; top:-3px; right:-3px; border-top-right-radius:3px; border-bottom-right-radius:3px; }
header.l-header .headerSearch .popularSearch { margin-top:8px; width:615px; overflow:hidden; }
header.l-header .headerSearch .popularSearch a { color:#555555; font-size:13px; font-weight:500; border-radius:10px; border:1px solid #c5c5c5; padding:0 10px; height:26px; line-height:26px; margin-right:4px; }
header.l-header .headerSearch .popularSearch a:hover { font-weight:600; }
header.l-header .headerCount { margin:40px 30px 0 38px; position:relative; }
header.l-header .headerCount .countCart { position:absolute; top:6px; left:17px; background-color:#8ecb5d; color:#fff; font-size:11px; font-weight:600; border-radius:100%; width:23px; height:23px; text-align:center; line-height:23px; letter-spacing:-0.5px; }
header.l-header .headerBanner { margin-top:40px; }
/* ==================================================
  nav.l-menu
================================================== */
nav.l-menu { background-color:#fff; border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; }
nav.l-menu .menuInline { display:inline-block; vertical-align:middle; height:76px; line-height:76px; }
nav.l-menu .menuInline:nth-child(1) { width:725px; }
nav.l-menu .menuInline:nth-child(2) { width:470px; }
nav.l-menu .menuList {  }
nav.l-menu .menuList > a { display:inline-block; margin:0 27px; text-align:center; color:#555555; font-size:15px; font-weight:600; position:relative;  }
nav.l-menu .menuList > a.listEffect { color:#d80101; font-size:17px; }
nav.l-menu .menuList > a.listEffect:hover { color:#d80101; }
nav.l-menu .menuList > a.listEffect.megasale { color:#0153d8; font-size:17px; }
nav.l-menu .menuList > a.listEffect.megasale:hover { color:#0153d8; }
nav.l-menu .menuList > a:not(:nth-child(1)):before { content:'|'; color:#dee4ce; font-size:14px; font-weight:400; position:absolute; left:-34px; }
nav.l-menu .menuList > a:nth-child(2):after { content:'|'; color:#dee4ce; font-size:14px; font-weight:400; position:absolute; right:-27px; top:0; }
nav.l-menu .menuList > a:hover { box-shadow: inset 0 -2px 0 0 #59b210; color:#59b210; }
nav.l-menu .menuBank { text-align:right; }
nav.l-menu .menuBank > span { display:inline-block; color:#535353; letter-spacing:1px; }
nav.l-menu .menuBank .bankWon > img { vertical-align:text-top; margin-right:6px; }
nav.l-menu .menuBank .bankTitle { font-size:14px; text-transform:uppercase; letter-spacing:3px; }
nav.l-menu .menuBank .bankAccount { font-size:18px; margin:0 4px; }
nav.l-menu .menuBank .bankName { font-size:14px; }
@keyframes blink {
  50% { opacity: 0.0; }
}
@-webkit-keyframes blink {
  50% { opacity: 0.0; }
}
.listEffect {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}
nav.navSitemap { position:absolute; top:345px; left:50%; z-index:1; margin-left:-600px; width:1200px; background-color:#fff; border:1px solid #d0d0d0; border-radius:5px; border-top:2px solid #59b210; display:none; }
nav.navSitemap .siteBlock { display:block; width:200px; padding:18px 20px; vertical-align:top; height:auto; float:left; box-sizing:border-box; }
nav.navSitemap .siteBlock.block5 { float:right; }
nav.navSitemap .siteTitle { color:#555555; font-size:13px; font-weight:600; line-height:34px; border-bottom:1px solid #59b210; }
nav.navSitemap .siteList > a { color:#777777; font-size:13px; font-weight:500; line-height:24px; display:block; }

/* nav 1depth */
nav.l-nav { width:260px; border-radius:5px; border:1px solid #e0e0e0; position:relative; display:inline-block; vertical-align:top; }
nav.l-nav h2.navTitle { padding:0 25px; background-color:#59b210; color:#fff; font-size:16px; font-weight:500; height:56px; line-height:56px; cursor:pointer; border-top-left-radius:5px; border-top-right-radius:5px; }
nav.l-nav h2.navTitle .fas { margin-right:10px; }
nav.l-nav ul.navList > li { display:block; height:35px; line-height:35px; background-color:#fff; }
nav.l-nav ul.navList > li:nth-child(odd) { background-color:#fafafa; }
nav.l-nav ul.navList > li a { color:#707070; font-size:14px; display:block; padding:0 25px; }
nav.l-nav ul.navList > li.gnb_1dli_on { background-repeat:no-repeat; background-position:top 12px right 25px;  background-image:url('/theme/basic/img/common/navArrow.png'); }
/* nav 2depth */
.innerMenuList { width:440px !important; background-color:#fff; border:1px solid #e0e0e0; }
.innerMenuList h3.navTitle { padding:0 25px; background-color:#fff; color:#333333; font-size:18px; font-weight:500; height:56px; line-height:56px; }
.innerMenuList > ul { padding:15px 0; }
.innerMenuList > ul > li { display:inline-block; vertical-align:top; width:100%; }
.innerMenuList > ul > li > a { color:#555555; font-size:13px; font-weight:500; height:34px; line-height:34px; padding:0; padding-left:20px; }
/* ==================================================
  footer.l-footer
================================================== */
footer .footerInline { display:inline-block; vertical-align:middle; }
/* link */
footer.footerLink { border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; background-color:#fff; margin-top:70px; }
footer.footerLink .linkList { width:520px; }
footer.footerLink .linkList > a { color:#535353; font-size:14px; font-weight:600; }
footer.footerLink .linkList > a:not(:nth-child(1)) { margin-left:40px; }
footer.footerLink .linkService { text-align:right; width:660px; }
footer.footerLink .linkService > dl { display:inline-block; vertical-align:middle; padding:30px 0; }
footer.footerLink .linkService > dl:not(:nth-child(1)) { margin-left:30px; }
footer.footerLink .linkService > dl > * { display:inline-block; vertical-align:middle; }
footer.footerLink .linkService > dl > dt { text-align:center; margin-right:12px; }
footer.footerLink .linkService > dl > dd { text-align:left; }
footer.footerLink .linkService h2.serviceTitle { color:#535353; font-size:13px; font-weight:900; line-height:18px; text-transform:capitalize; }
footer.footerLink .linkService h2.serviceContent { color:#535353; font-size:14px; font-weight:500; line-height:16px; margin-top:5px; }
/* copy */
footer.footerCopy { padding:60px 0; }
footer.footerCopy .copyLogo { width:260px; }
footer.footerCopy .copyRight .copyLine { color:#535353; font-size:13px; font-weight:500; line-height:24px; }
footer.footerCopy .copyRight .copyLine .copyright { display:inline-block;  }
/* ==================================================
  list 공통
================================================== */
/* 공통 */
section.bestList .listItem { display:inline-block; vertical-align:top; position:relative; background-color:#fff; }
section.bestList .itemThumb { background-position:center; background-repeat:no-repeat; background-size:cover; }
section.bestList .itemThumb img { max-width:100%; }
section.bestList .listItem .itemLabel { position:absolute; top:4px; right:4px; text-align:right; }
section.bestList .itemLabel > span { width:75px; height:20px; line-height:20px; text-align:center; color:#fff; font-size:10px; font-weight:600; text-transform:uppercase; display:inline-block; margin-right:4px; margin-bottom:4px; }
section.bestList .itemLabel .sale { background-color:#59b210; }
section.bestList .itemLabel .new { background-color:#10b282; }
section.bestList .itemLabel .hot { background-color:#b21010; }
section.bestList .itemCategory { color:#808080; font-size:12px; font-weight:500; line-height:18px; margin-bottom:8px; }
section.bestList .itemTitle { color:#444444; font-size:14px; font-weight:600; line-height:18px; height:36px; overflow:hidden; }
section.bestList .itemPrice { text-align:left; line-height:18px; margin-top:7px; }
section.bestList .itemPrice .priceSales { color:#444444; font-size:14px; font-weight:600; }
section.bestList .itemPrice .priceDefault { color:#c5c5c5; font-size:12px; font-weight:500; }
section.bestList .listItem .itemHover { display:none; position:absolute; }
section.itemSection h2.mainSectionTitle { color:#535353; font-size:22px; font-weight:600; line-height:30px; margin:40px 0; }
section.itemSection h2.mainSectionTitle .memo { display:inline-block; color:#808080; font-size:16px; font-weight:500; margin-left:5px; }
section.itemSection ul > li { width:224px; height:405px; border:1px solid #f2f2f2; margin-bottom:17px; }
section.itemSection ul > li .itemThumb { width:226px; height:255px; display:inline-block; vertical-align:top; }
section.itemSection ul > li:not(:nth-child(5n+1)) { margin-left:13px; }
section.itemSection ul > li .itemContent { display:inline-block; vertical-align:top; margin-top:15px; padding:0 10px; }
section.itemSection ul > li .itemTitle { height:auto; max-height:54px; }
section.itemSection ul > li:hover .itemHover { display:block; }

section.itemSection .itemHover { top:189px; width:100%; border-top:2px solid #59b210; background-color:rgba(246,246,246,0.7); border-bottom:3px solid #ededed; }
section.itemSection .itemLink { width:72px; height:62px; display:inline-block; background-image:url('/theme/basic/img/common/hoverIcon.png'); }
section.itemSection .itemLink.linkCart { background-position:0 0; }
section.itemSection .itemLink.linkWish { background-position:-74px 0; }
section.itemSection .itemLink.linkBuy { background-position:-149px 0; }
/* ==================================================
  index
================================================== */
/* 상단 list */
section.newSection { background-color:#f7f8f9; padding:25px 0 75px; }
section.newSection section.bestList { width:926px; display:inline-block; vertical-align:top; }
section.newSection section.bestList .bestInline { width:460px; display:inline-block; vertical-align:top; }
section.newSection section.bestList .listItem:hover { -webkit-box-shadow:0px 4px 0px 0px rgba(217,217,217,0.4); -moz-box-shadow:0px 4px 0px 0px rgba(217,217,217,0.4); box-shadow:0px 4px 0px 0px rgba(217,217,217,0.4); }
section.newSection section.bestList .listItem:hover .itemHover { display:block; }
section.newSection section.bestList .itemLink { font-size:14px; font-weight:500; height:35px; line-height:35px; display:inline-block; text-align:center; color:#444444; border:1px solid #444444;vertical-align:top; }
section.newSection section.bestList .itemLink:hover { color:#f37171; border:1px solid #f37171; }
section.newSection section.bestList .itemLink.linkBuy { width:120px; height:33px; line-height:33px; }
section.newSection section.bestList .itemLink.linkWish { width:35px; }
section.newSection section.bestList .marginTop { margin-top:8px; }
section.newSection section.bestList .marginLeft { margin-left:3px; }
/* best1 */
section.newSection section.bestList .best1 { width:460px; height:226px; overflow:hidden; }
section.newSection section.bestList .best1 .itemThumb { width:220px; height:226px; display:inline-block; vertical-align:top; }
section.newSection section.bestList .best1 .itemContent { display:inline-block; vertical-align:top; width:210px; margin-left:10px; margin-top:55px; }
section.newSection section.bestList .best1:hover .itemHover { margin-top:28px; }
/* best2 */
section.newSection section.bestList .best2 { width:226px; height:348px; }
section.newSection section.bestList .best2 .itemThumb { width:226px; height:226px; display:inline-block; vertical-align:top; }
section.newSection section.bestList .best2 .itemContent { display:inline-block; vertical-align:top; padding:0 10px; margin-top:10px; }
section.newSection section.bestList .best2:hover .itemHover { margin-top:8px; }
/* ==================================================
  sub
================================================== */
/* list */




/* ==================================================
   ul.subcategody 사용하는지?
================================================== */
ul.subcategody { width:100%; margin-bottom: 26px; display:table; }
ul.subcategody > li { display:table-cell; width: 398px; color:#6c6c6c; font-size:18px; padding: 20px 30px; border: 1px solid #59b210; text-align:center;}
ul.subcategody > li.active { background:#59b210;}
ul.subcategody > li.active a{ color:#fff; }
ul.subcategody > li a { display:block; }


/* ==================================================
   #goodsList > list.10.skin
================================================== */
ul.category_menu { border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; padding:40px 0; }
ul.category_menu > li { display:inline-block; margin-right:15px; line-height:24px; }
ul.category_menu > li > a { color:#555555; font-size:15px; font-weight:600; }
.category_so_title > p {
	line-height:48px;
	color:#3c3c3c;
	font-size:18px;
	width:50%;
	float:left;
}
.category_so_title > p > span { color:#838383; font-size:14px; padding-left:5px; }
.category_so_title > p.sort { text-align:right; }
.category_so_title > p.sort > span { font-size:13px; padding-left:20px; letter-spacing:-0.5px; }
.category_so_title > p.sort > span a { color:#757575; }

#goodsList { border-top:1px solid #e0e0e0; display:inline-block; width:100%; padding-top:50px; }
#goodsList > ul { display:inline-block; }
#goodsList > ul > li { width:294px; margin-right:4px; margin-top:30px; display:inline-block; vertical-align:top; }
#goodsList > ul > li.sct_clear { clear:both; }
#goodsList > ul > li.sct_last { margin-right:0; }
#goodsList > ul > li .goods-icon { text-align:center; display:block; margin-top:8px; }
#goodsList > ul > li .goods-icon > span {
	width:37px; height:20px; line-height:20px; text-align:center; border-radius:3px; margin-left:3px;
	color:#fff; font-size:11px; display:inline-block; letter-spacing:-0.5px;
}
#goodsList > ul > li > figure,
#goodsList > ul > li > figure img { width:292px; height:234px; }
#goodsList > ul > li > figure img { border:1px solid #ebebeb; }
#goodsList > ul > li > figcaption { width:100%; margin:5px 0 15px; }
#goodsList > ul > li figcaption > a > span, #goodsList > ul > li figcaption > span { display:block; text-align:center; }
#goodsList > ul > li figcaption span.title { color:#3a3a3a; line-height:18px; font-size:14px; font-weight:600; }
#goodsList > ul > li figcaption span.title span.explain { display:inline-block; color:#969696; font-size:12px; font-weight:500; }
#goodsList > ul > li figcaption span.price { line-height:33px; color:#1c1c1c; font-size:20px; font-weight:600; }


/* ==================================================
   #goodsView > item
================================================== */
.current-arrow {
	text-align:right;
	color:#757575;
	font-size:13px;
	line-height:50px;
	margin-bottom:10px;
}
.current-arrow > a { color:#757575; font-weight:normal; }

#goodsView {width:100%; margin:0 auto; position:relative; display:block; }
#goodsView:after {content:""; display:block; clear:both;}
#goodsView > .inline-block { vertical-align:top; }

/* 상품이미지박스 */
#goodsView > .goods-img,
#goodsView > .goods-img > figure { width:610px; }
#goodsView > .goods-img > figure > a > img { width:600px; height:491px; border:1px solid #ebebeb; }
#goodsView > .goods-img > figure > a {display:none}
#goodsView > .goods-img > figure > a.visible {display:block}
#goodsView > .goods-img > figure > ul { width:100%; margin-top:20px; }
#goodsView > .goods-img > figure > ul > li { display:inline-block; margin-right:1px; }
#goodsView > .goods-img > figure > ul > li .img_thumb > img { width:116px; height:86px; border:1px solid #ebebeb; }

/* 상품상단정보 */
#goodsView > .goods-explain { width:560px; border-top:1px solid #ebebeb; border-bottom:1px solid #ebebeb; margin-left:25px; }
#goodsView > .goods-explain > h1 { color:#3c3c3c; font-size:22px; font-weight:400; line-height:58px; padding-left:17px; }
#goodsView > .goods-explain p { font-size:15px; line-height:30px; vertical-align:top; }
#goodsView > .goods-explain p > span,
#goodsView > .goods-explain p > label { display:inline-block; }
#goodsView > .goods-explain p > span.title,
#goodsView > .goods-explain p > label { color:#414141; font-weight:600; width:98px; padding-left:20px; }
#goodsView > .goods-explain p > span.content,
#goodsView > .goods-explain p > select { color:#5c5c5c; width:390px; }
#goodsView > .goods-explain p > select {
	line-height:30px;
	height:30px;
	border:none;
	border-bottom:1px solid #c9c9c9;
}
/* 공통 */
#goodsView > .goods-explain ul#sit_opt_added > li {
	margin-bottom:10px;
	display:block;
	width:390px;
	height:45px;
	line-height:45px;
	border:1px solid #d0d0d0;
	background-color:#fff;
	position:relative;
}
	/* 옵션none 경우 */
	#goodsView > .goods-explain > ul#sit_opt_added { margin-top:0; }
	#goodsView > .goods-explain > ul#sit_opt_added > li {
		line-height:30px;
		height:30px;
		border:none;
		border-bottom:1px solid #c9c9c9;
		margin-top:-30px;
		margin-left:118px;
	}
	ul#sit_opt_added > li .qty_add {
		position:absolute;
		top:57px;
		left:-118px;
		width:90px;
		height:45px;
		border:1px solid #d0d0d0;
		display:inline-block;
	}
	ul#sit_opt_added > li .qty_add input {
		width:66px;
		height:40px;
		line-height:40px;
		background-color:#fff;
		font-size:18px;
		color:#414141;
		border:none;
		border-right:1px solid #d0d0d0;
		text-align:center;
	}
	ul#sit_opt_added > li .qty_add button {
		position:absolute;
		width:23px;
		height:22px;
		color:#030303;
		background-color:#fff;
		outline:none;
	}
	ul#sit_opt_added > li .qty_add button i { vertical-align:top; }
	.qty_add button span.button-txt { display:none; }
	ul#sit_opt_added > li .qty_add button.sit_qty_plus { top:0; border-bottom:1px solid #d0d0d0; }
	ul#sit_opt_added > li .qty_add button.sit_qty_minus { top:23px; }
	/* 옵션경우 */
	#goodsView > .goods-explain div ul#sit_opt_added { margin-top:25px; margin-left:118px; }
	#goodsView > .goods-explain div ul#sit_opt_added > li { }
	#goodsView > .goods-explain div ul#sit_opt_added > li > span.sit_opt_subj { padding-left:10px; }
	#goodsView > .goods-explain div ul#sit_opt_added > li .qty_add {
		position:absolute;
		top:-1px;
		left:290px;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0){
		#goodsView > .goods-explain div ul#sit_opt_added > li .qty_add { left:299px; }
	}

	ul#sit_opt_added > li .qty_add button.sit_opt_del { top:12px; left:100px; font-size:18px; color:#a5a5a5; }

/* price */
p#sit_tot_price {
	line-height:45px !important;
	text-align:right;
	color:#f65252;
	font-size:30px !important;
	padding-right:25px;
}
p#sit_tot_price > span { color:#5e5e5e; font-size:18px; }

/* buy botton */
.buy-btn { width:510px; margin:22px auto; }
.buy-btn .order_btn input {
	width:216px;
	height:42px;
	line-height:42px;
	text-align:center;
	font-size:18px;
	display:block;
	cursor:pointer;
}
.buy-btn input#sit_btn_cart { border:1px solid #59b210; background-color:#fff; color:#4e4e4e; }
.buy-btn input#sit_btn_buy { border:1px solid #59b210; background-color:#59b210; color:#fff; margin-top:5px; }
.itemform-naverpay { vertical-align:top;text-align:right;padding-right:24px;display:block;margin-top:10px; }

/* 상세정보 table */
#sit_inf_open {width:100%;border:0;border-collapse:collapse}
#sit_inf_open th {
	line-height:20px;
	padding:30px 40px;
	border:1px solid #e0e0e0;
	background-color:#f8f8f8;
	vertical-align:top;
	text-align:left;
}
#sit_inf_open td {
	line-height:20px;
	padding:30px 40px;
	border:1px solid #e0e0e0;
	background-color:#fff;
	vertical-align:top;
	text-align:left;
}
	/* anchor tab */
	ul.sanchor {
		width:100%;
		display:table;
		margin-bottom:30px;
	}
	ul.sanchor > li {
		display:table-cell;
		width:20%;
		height:55px;
		line-height:55px;
		text-align:center;
		background-color:#f9f9f9;
		font-size:18px;
		border:1px solid #d3d3d3;
		border-top:1px solid #59b210;
		border-left:none;
	}
	ul.sanchor > li:first-child { border-left:1px solid #d3d3d3; }
	ul.sanchor > li.sanchor_on {
		background-color:#fff;
		border-bottom:1px solid #fff;
	}
	ul.sanchor > li a { color:#4e4e4e; display:block; }



.text-left { text-align:left; }
.text-center { text-align:center !important; }



/* ==================================================
   #mypage > order
================================================== */
#mypage .order-unit,
#mypage .order-table { width:100%; border:1px solid #e3e3e3; border-top:1px solid #3b4553; margin-bottom:10px; }
#mypage .order-unit th { height:36px; line-height:36px; color:#4e4e4e; font-size:16px; font-weight:500; border-bottom:1px solid #e3e3e3; vertical-align:middle; }
#mypage .order-unit td { padding:10px 0; color:#333; vertical-align:middle; border-bottom:1px solid #e3e3e3; text-align:center; }
#mypage .order-unit td.right { text-align:right; padding-right:12px; }
#mypage .order-unit td a:hover { text-decoration:underline; }
#mypage .order-unit td.border-left { border-left:1px solid #e3e3e3; }
#mypage .order-unit td.order-explain { text-align:left; }
#mypage .order-unit td.order-explain span { display:block; line-height:18px; font-size:13px; }
#mypage .order-unit td.order-explain span.num,
#mypage .order-unit td.order-explain span.date { font-size:14px; line-height:25px; color:#7c7c7c; }
#mypage .order-unit td.order-explain span.num a { color:#7c7c7c; }
#mypage .order-unit td.order-explain span.title a { color:#4e4e4e; font-size:20px; }
#mypage .order-unit td.order-price { color:#4e4e4e; font-size:16px; }
#mypage .order-unit td.tot_price { color:#f3274d; font-size:24px; }
a.delivery {
	width:74px;
	height:30px;
	line-height:30px;
	color:#fff;
	background-color:#9a7447;
	font-size:13px;
	text-align:center;
	display:block;
	margin:10px auto 5px;
}

#mypage .order-unit.mb0 { margin-bottom:0; }
#mypage .order-unit.border-t { border-top:none }
#mypage .order-unit tfoot th { background-color:#fafafa; }
#mypage .order-unit tfoot td { color:#4e4e4e; }
#mypage .order-unit tfoot th.text-left { padding-left:150px; }
#mypage .order-unit tfoot i { color:#898989; }

#mypage .order-table { margin-top:30px; }
#mypage .order-table thead th { border-top:none; }
#mypage .order-table th { background-color:#fafafa; vertical-align:middle; }
#mypage .order-table th,
#mypage .order-table td { padding:8px 0; border:1px solid #e3e3e3; font-size:15px}
#mypage .order-table td { text-align:left; padding-left:40px; }
#mypage .order-table td.reception {line-height: 28px; font-size: 15px;}
#mypage .order-table td > input[type="text"],
#mypage .order-table td > input[type="password"],
textarea#od_memo { border:none; background-color:#fff; width:450px; border: 1px solid #e0e0e0; padding:3px 5px;}
#mypage .order-table td .mgb {margin-bottom: 12px;}
textarea#od_memo { width:800px; }
input#od_zip, input#od_b_zip, input#reg_mb_zip { width:100px !important; }
#mypage .order-table button.btn_frmline { margin-bottom:5px; }
.btn_frmline {
	width:74px;
	height:26px;
	line-height:26px;
	color:#fff;
	background-color:#59b210;
	border:none;
	font-size:13px;
	text-align:center;
	display:inline-block;
}
.danger { color:#f3274d; }
a#sit_btn_wish { font-size:38px; color:#59b210; background-color:#fff; line-height:38px; vertical-align:middle; margin-left:5px; }

/* 결제수단 선택 */
#sod_frm_paysel {margin:20px 0;padding:10px;border:1px solid #dedede;background:#e5ecef;text-align:left}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel .KPAY{background:url('../../../img/kpay_logo.png') no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;}
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow_logo.png') no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;}
#sod_frm_paysel .PAYCO{background:url('../../../img/payco_logo.png') no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;}
.kakaopay_icon{background:url('../img/kakao.png') no-repeat ;height:21px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px}
#sod_frm_paysel label{ line-height:50px; padding-right:10px; }
#sod_frm_paysel label[for="od_deposit_name"] { color:#333333; }



/* mypage */
#smb_my_ov {margin:0 0 20px}
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#smb_my_act {margin:0 0 10px;;zoom:1}
#smb_my_act:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_act ul {float:right;margin:0;padding:0;list-style:none}
#smb_my_act li {float:left;margin:0 0 0 4px}
#smb_my_ov dl {margin:0;border:1px solid #dedede;background:#e5ecef;zoom:1; width:1100px; padding:10px 50px;}
#smb_my_ov dl:after {display:block;visibility:hidden;clear:both;content:''}
#smb_my_ov dt {float:left;padding:7px 10px;width:100px;border-bottom:1px solid #dedede;font-weight:bold}
#smb_my_ov dd {float:left;margin:0;padding:7px 10px;width:220px;border-bottom:1px solid #dedede}
#smb_my_ovaddt {border-bottom:0 !important}
#smb_my_ovaddd {width:590px !important;border-bottom:0 !important}
.smb_my_more {text-align:right}


/* cart */
#sod_bsk_act { text-align:center; }


/* ==================================================
   .reviewShow > slider
================================================== */
/* review slider */
.reviewShow {
	width:360px;
	height:234px !important;
	padding:20px;
	padding-top:0;
	display:inline-block;
}
.reviewShow h1 { color:#434343; font-size:18px; line-height:40px; margin-bottom:15px; }
.reviewShow hr {
	display:block;
	border:0;
	width:100%;
	height:1px;
	background-color:#e2e2e2;
	padding:0;
	margin:0;
}
.reviewShow span { padding-left:10px; display:inline-block; }
.reviewShow span.review-title {
	line-height:52px;
	font-size:14px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#454545;
}
.reviewShow span.review-title a { color:#454545; }
.reviewShow span.review-title a:hover { text-decoration:underline; }
.reviewShow span.review-content {
	line-height:22px;
	font-size:13px;
	height:44px;
	color:#9f9f9f;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-top:5px;
}
.reviewShow ul > li { display:inline-block; }
.reviewShow ul {
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	margin-top:15px;
}
.reviewShow ul > li {
	display:inline-block;
	line-height:40px;
	font-size:12px;
	color:#9f9f9f;
	padding-left:10px;
}
.reviewShow ul > li > small { color:#d9d9d9; padding-left:10px; }
.reviewShow ul > li.star { float:right; color:#ffcf29; padding-right:10px; }


.slide { display:block; }
.reviewPage { height:auto !important; }
.reviewPage > .slide > aside,
.reviewPage > .slide > ul { display:inline-block; vertical-align:top; }
.reviewPage > .slide > ul { width:1090px; margin-left:20px; }
.reviewShow div.review-content {
	overflow-x:hidden;
	overflow-y:auto;
	height:auto;
	padding-bottom:50px
}
.reviewShow ul > li:not(.sps_con_btn) { float:right; }
.review-content > p {margin:10px;}


/* 팝업레이어 */
#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}


/* 텍스트 크기 조절 */
#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;}
.gnb_2dul {display:none;position:absolute;top:35px;width:180px}
.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}

#container {z-index:4;position:relative;float:left;padding:15px 16px 15px 15px;width:728px;min-height:500px;height:auto !important;height:500px;border-right:1px solid #dde4e9;background:#fff;font-size:1em;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {padding:20px 0;font-size:20px; font-family: 'nanum-square-r'; font-weight:900; text-align:center; }

/* 하단 레이아웃 */
#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}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#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:160px;height:60px;border:1px solid #e9e9e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 33px;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* 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:#ff0000;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}

/* 검색결과 색상 */
.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:25px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#fff; border:1px solid #59b210; text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#59b210; border:1px solid #59b210; 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}

