/* 나눔 스퀘어: Nanum Square */
@font-face {
	font-family: 'Nanum Square';
	font-weight: 400;
	src: url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareR.eot);
	src: url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareR.eot?#iefix) format('embedded-opentype'),
	url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareR.woff) format('woff'),
	url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareR.ttf) format('truetype');
}
@font-face {
	font-family: 'Nanum Square';
	font-weight: 800;
	src: url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareEB.eot);
	src: url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
	url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareEB.woff) format('woff'),
	url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/NanumSquareEB.ttf) format('truetype');
}

/* 나눔 고딕: Nanum Gothic */
@font-face {
	font-family: 'Nanum Gothic'; font-style: normal; font-weight: 700;
	src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Bold.eot);
	src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
	url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Bold.woff) format('woff'),
	url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Nanum Gothic'; font-style: normal; font-weight: 400;
	src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Regular.eot);
	src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
	url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'),
	url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype');
}

/* IE6 is so bad */
img { border: 0; }
p { margin: 0; }
body { font-family: 'Nanum Gothic', sans-serif; -webkit-text-size-adjust: 100%; }
.pmPublic { margin: 10px 0; font-size: 0; }
.pmPublic a {
	margin: 0 3px; padding: 4px 7px; border: 1px solid #eee; color: #000; text-decoration: none;
	display: inline-block; font-size: 12px;
}
.pmPublic a.next { background: #fff url('/proxy/img/pageMove/next.gif') no-repeat 85% 50%; padding-right: 20px; }
.pmPublic a.prev { background: #fff url('/proxy/img/pageMove/prev.gif') no-repeat 15% 50%; padding-left: 20px; }
.pmPublic a.nextJump { background: #fff url('/proxy/img/pageMove/nextJump.gif') no-repeat 85% 50%; padding-right: 20px; }
.pmPublic a.prevJump { background: #fff url('/proxy/img/pageMove/prevJump.gif') no-repeat 15% 50%; padding-left: 20px; }

.pmPublic a:hover { color: #09d; text-decoration: underline; }
.pmPublic a.page { padding: 0; border: 0; margin: 0 2px; }
.pmPublic a.page:hover { text-decoration: none; }
.pmPublic a.page span,
.pmPublic a.page strong { padding: 4px 5px; background: #fff; }
.pmPublic a.page strong { border: 1px solid #eee; color: #f60; }
.pmPublic a.page span { border: 1px solid #fff; }
.pmPublic a.page:hover span { border: 1px solid #eee; text-decoration: underline; }


.hidden { display: none; }

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

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

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

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

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


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

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

#show-input-text {
	margin: 0; padding: 5px; background: #fff; border: 1px solid #888; word-break: break-all;
	box-sizing: border-box; color: #888; text-align: left;
}/* sub menu */
#sub-menu { line-height: 11px; margin: 0 0 10px; padding: 0; }
#sub-menu dl { margin: 0; padding: 0; }
#sub-menu dl dt { margin: 0; padding: 0; }
#sub-menu dl dt a {
	color: #fff; text-decoration: none; font-size: 1.2em;
	font-weight: bold; height: 43px; line-height: 43px; display: block;
	background: #0d5db7 url('/proxy/img/site/sub-title.png') no-repeat 100% 0; text-indent: 25px;
}
#sub-menu dl dd { margin: 0; padding: 0; border: 1px solid #e1e1e1; border-top: 0; }
#sub-menu dl dd ul { margin: 0; padding: 0; }
#sub-menu dl dd ul li { margin: 0; padding: 0; list-style: none; border-top: 1px solid #e1e1e1; }
#sub-menu dl dd ul li.new { background: url('/proxy/img/board/new.gif') no-repeat 160px 50%; }
#sub-menu dl dd ul li a {
	text-decoration: none; display: block; margin: 0; padding: 0; height: 47px; line-height: 47px; text-indent: 25px;
	background: url('/proxy/img/site/sub-plus.png') no-repeat 187px 50%; color: #000; font-size: 0.8em;
}
#sub-menu dl dd ul li.focus a { color: #088; }
#sub-menu dl dd ul li a:hover { color: #08f; }
#sub-menu dl dd ul li a img { vertical-align: middle; margin: 7px 0 7px 10px; }
#sub-menu dl dd p { text-align: center; font-weight: normal; color: #ccc; margin: 0; padding: 10px 0; }
#sub-menu dl dd div {}
#sub-menu dl dd div p { background: #fff; padding: 10px; }
#sub-menu dl dd div p,
#sub-menu dl dd div ul {
	border: 1px solid #aaa; border-top: 0; position: absolute; z-index: 2; width: 270px; margin: 0; padding: 0;
}
#sub-menu dl dd div ul li { font-weight: normal; margin-left: 0; }
#sub-menu dl dd ul ul.child {
	position: absolute; background: #fff; margin: 0; padding: 0;
	border: 1px solid #ddd; border-top: 0; display: none; z-index: 2;
}
#sub-menu dl dd ul ul.child li { margin: 0; padding: 0; }
#sub-menu dl dd ul ul.child a {
	font-weight: normal; color: #333; margin: 0; padding: 10px; height: auto; line-height: normal; text-indent: 0;
}
#sub-menu dl dd ul ul.child li.focus a { color: #088; }
#sub-menu dl dd ul ul.child a:hover { color: #08f; text-decoration: underline; }


/* site menu */
#menu-entry { margin: 0; padding: 0; opacity: 0; }
#menu-entry div.filter { position: absolute; border: 1px solid #aaa; }
#menu-entry dl { position: relative; }
#menu-entry dt a {
	text-decoration: none;
	font-weight: bold; color: #333; font-size: 1.2em; font-weight: bold;
}
#menu-entry dt a:hover,
#menu-entry dl.focus dt a { color: #088; }
#menu-entry dd a { font-weight: normal; color: #000; text-decoration: none; font-size: 0.8em; }
#menu-entry dd a:hover { color: #00d; text-decoration: underline; }
#menu-entry dl dd { display: none; }
#menu-entry dl li.focus a { color: #08f; }
#menu-entry dl.new dt,
#menu-entry dl dd li.new { background: url('/proxy/img/board/new.gif') no-repeat 95% 50%; }
#menu-entry.wide dl dd li.new { padding-right: 20px; }

#menu-entry.layer dl { margin: 0; padding: 0; }
#menu-entry.layer dl.hidden { display: none; }
#menu-entry.layer dl dt { padding: 0; margin: 0; font-weight: bold; border-bottom: 1px solid #fff; }
#menu-entry.layer dl dt a { display: block; padding: 10px; }
#menu-entry.layer dl dd { margin: 0; padding: 0; position: relative; }
#menu-entry.layer dl dd ul {
	position: absolute; margin: 0; padding: 10px; background: #fff; overflow: hidden;
	top: -20px; left: 80%; border: 1px solid #ddd; border-top: 0; width: 50%; z-index: 2;
}
#menu-entry.layer dl dd ul li { list-style: none; }
#menu-entry.layer dl dd ul li a { display: block; padding: 5px; border-top: 1px solid #ddd; }


#menu-entry.deep dl { margin: 0; padding: 0; }
#menu-entry.deep dl.hidden { display: none; }
#menu-entry.deep dl dt { padding: 0; margin: 0; font-weight: bold; border-bottom: 1px solid #fff; }
#menu-entry.deep dl dt a { display: block; padding: 10px; }
#menu-entry.deep dl dd { margin: 0; padding: 0; overflow: hidden; }
#menu-entry.deep dl dd ul { margin: 0; padding: 0; background: #fff; }
#menu-entry.deep dl dd ul li { list-style: none; margin: -9999px 0 0 0; padding: 0; }
#menu-entry.deep dl dd ul li a { display: block; padding: 5px; }

#menu-entry.wide dl { float: left; margin: 0; padding: 0; }
#menu-entry.wide dl.hidden { display: none; }
#menu-entry.wide dl dt { padding: 0; margin: 0; font-weight: bold; }
#menu-entry.wide dl dt a {
	display: block; padding: 0 20px;
	height: 50px; line-height: 50px; text-align: center;
}
#menu-entry.wide dl.menu01 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu02 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu03 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu04 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu05 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu06 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu07 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu08 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu09 dd ul { margin-left: 0; }
#menu-entry.wide dl.menu10 dd ul { margin-left: 0; }
#menu-entry.wide dl dd { margin: 0; padding: 0; position: absolute; z-index: 2; }
#menu-entry.wide dl dd ul { padding: 0; margin: 0; font-size: 0; }
#menu-entry.wide dl dd ul li { list-style: none; margin: 0; padding: 0; display: inline; float: left; }
#menu-entry.wide dl dd ul li li { display: block; float: none; }
#menu-entry.wide dl dd ul li.hidden a { display: none; }
#menu-entry.wide dl dd ul li a {
	display: block; margin: 7px 0 0; padding: 5px 10px 5px 11px; font-size: 12px;
	background: url('/proxy/font/get.pl?size=6&color=ccc&back=fff&clear=yes&text=l') no-repeat 0 11px;
}
#menu-entry.wide dl dd ul li.focus a { color: #427dde; }
#menu-entry.wide dl dd ul li a:hover { color: #427dde; }
#menu-entry.wide dl dd ul li.head a { background: none; }

#menu-entry.wide-up dl { float: left; margin: 0; padding: 0; position: relative; z-index: 2; }
#menu-entry.wide-up dl.hidden { display: none; }
#menu-entry.wide-up dl dt { padding: 0; margin: 0; font-weight: bold; }
#menu-entry.wide-up dl dt a { display: block; padding: 0 20px; height: 50px; line-height: 50px; text-align: center; }
#menu-entry.wide-up dl dd { position: absolute; margin: 0; padding: 0; background: #fff; top: 0; width: 100%; z-index: 2; }
#menu-entry.wide-up dl dd ul { margin: 0; padding: 0; border: 1px solid #ddd; border-top: 0; }
#menu-entry.wide-up dl dd ul li { list-style: none; }
#menu-entry.wide-up dl dd ul li a { display: block; padding: 5px; border-top: 1px solid #ddd; }

#menu-entry.wide-down dl { float: left; margin: 0; padding: 0; position: relative; z-index: 2; }
#menu-entry.wide-down dl.hidden { display: none; }
#menu-entry.wide-down dl dt { padding: 0; margin: 0; font-weight: bold; }
#menu-entry.wide-down dl dt a {
	display: block; padding: 0 20px; height: 46px; line-height: 46px; text-align: center;
}
#menu-entry.wide-down dl dd {
	position: absolute; margin: 0; padding: 0; background: #fff; bottom: 0; width: 100%; z-index: 2;
}
#menu-entry.wide-down dl dd ul { margin: 0; padding: 0; border: 1px solid #ddd; border-top: 0; }
#menu-entry.wide-down dl dd ul li { list-style: none; }
#menu-entry.wide-down dl dd ul li.hidden { display: none; }
#menu-entry.wide-down dl dd ul li a { display: block; padding: 5px; border-top: 1px solid #ddd; }

#menu-entry.wide-pulldown dl { float: left; margin: 0; padding: 0; position: relative; z-index: 2; }
#menu-entry.wide-pulldown dl.hidden { display: none; }
#menu-entry.wide-pulldown dl dt { padding: 0; margin: 0; font-weight: bold; }
#menu-entry.wide-pulldown dl dt a { display: block; padding: 0 30px; height: 50px; line-height: 50px; text-align: center; }
#menu-entry.wide-pulldown dl dd {
	position: absolute; margin: 0; padding: 0; background: #eee; top: 100%; width: 100%; z-index: 2;
}
#menu-entry.wide-pulldown dl dd ul { margin: 10px 0; padding: 0; }
#menu-entry.wide-pulldown dl dd ul li { list-style: none; }
#menu-entry.wide-pulldown dl dd ul li a { display: block; padding: 5px; }
#menu-entry.wide-pulldown div.pulldown { clear: both; background: #eee; position: relative; z-index: 1; height: 100px; }

#menu-entry dl dd ul ul.child {
	position: absolute; background: #fff; margin: 0; padding: 0;
	border: 1px solid #ddd; border-top: 0; display: none; width: 100%;
}
#menu-entry dl dd ul ul.child li { margin: 0; padding: 0; display: block; }
#menu-entry dl dd ul ul.child a {
	display: block; font-weight: normal; color: #333; margin: 0; padding: 5px 10px; background: none;
}
#menu-entry dl dd ul ul.child li.focus a { color: #088; }
#menu-entry dl dd ul ul.child a:hover { color: #08f; text-decoration: underline; }


/* main title */
#navigate-viewer {
	margin: 0 0 20px; padding: 0 0 25px; display: inline-block; width: 100%;
	background: url('/proxy/img/site/navi-pattern.gif') repeat-x 0 100%;
}
#navigate-viewer span {
	float: left; display: inline; margin: 0 0 5px 5px; color: #000;
	background: url('/proxy/img/site/navi-dot.gif') no-repeat 0 50%; padding: 0 0 0 35px;
	font-weight: bold; font-size: 1.5em;
}
#navigate-viewer dl.navi {
	float: right; display: inline; font-size: 13px; color: #333; margin: 5px 5px 0 0;
}
#navigate-viewer dl.navi dt.home,
#navigate-viewer dl.navi dd.step { float: left; display: inline; margin: 0; }
#navigate-viewer dl.navi dt.home { background: url('/proxy/img/navi.home.gif') no-repeat 0 50%; padding: 0 5px 0 15px; }
#navigate-viewer dl.navi dd.step { background: url('/proxy/img/navi.arrow.gif') no-repeat 0 50%; padding: 0 5px 0 12px; }
#navigate-viewer dl.navi dd.step dl { margin: 0; padding: 0; }
#navigate-viewer dl.navi dd.step dl dt { margin: 0; padding: 0; cursor: pointer; }
#navigate-viewer dl.navi dd.step dl dd { margin: 0; padding: 5px; display: none; background: #fff; border: 1px solid #ddd; }
#navigate-viewer dl.navi dd.step dl dd.over { position: absolute; display: block; }
#navigate-viewer dl.navi dd.step dl dd.over a {
	display: block; padding: 0 0 0 7px; margin: 3px; background: url('/proxy/img/dotSimple.gif') 0 50% no-repeat;
}
#navigate-viewer a { color: #000; text-decoration: none; }
#navigate-viewer a:hover { color: #08f; text-decoration: underline; }
#navigate-childs { font-size: 0; margin: 0 0 20px; }
#navigate-childs ul {
	margin: 0; padding: 10px; border: 1px solid #ddd;
	box-shadow: 5px 5px 5px -3px #ddd, 2px 2px 5px -3px #ddd inset;
	width: 100%; display: inline-block; box-sizing: border-box; border-radius: 5px;
}
#navigate-childs ul li {
	float: left; list-style: none; margin: 0; padding: 0; width: 25%;
	background: url('/proxy/img/dotSimple.gif') no-repeat 0 50%;
}
#navigate-childs ul li.hidden { display: none; }
#navigate-childs ul li a {
	display: inline-block; font-size: 12px; padding: 5px 0; color: #333; text-decoration: none; text-indent: 7px;
}
#navigate-childs ul li a:hover { color: #048; text-decoration: underline; }
#navigate-childs ul li.focus a { font-weight: bold; }
#navigate-childs ul li.new a { background: url('/proxy/img/board/new.gif') no-repeat 100% 50%; padding-right: 20px; }


/* option selector */
#item-option-selector {
	display: none; position: absolute; background-color: #fff; border-radius: 10px;
	border: 1px solid #888; width: 450px; font-size: 12px;
}
#item-option-selector * { margin: 0; padding: 0; }
#item-option-selector div.title {
	padding: 5px; background: #000; font-weight: bold; color: #fff; border-radius: 10px 10px 0 0;
}
#item-option-selector dl { margin: 10px; }
#item-option-selector dl dt {
	margin: 5px; padding-left: 5px; font-weight: bold; background: url('/proxy/img/dotPoint.gif') no-repeat 0 50%;
}
#item-option-selector dl dd { padding: 3px 3px 10px 20px; margin: 0 0 10px; border-bottom: 1px dashed #08f; }
#item-option-selector dl dd ul { margin-bottom: 15px; }
#item-option-selector dl dd ul li {
	list-style: none; padding-left: 5px; margin: 5px;
	background: url('/proxy/img/dot.gif') no-repeat 0 50%;
}
#item-option-selector dl dd p { margin: 4px 0; }
#item-option-selector dl dd p input { vertical-align: middle; }
#item-option-selector dl dd p label:hover { color: #08f; text-decoration: underline; }
#item-option-selector dl dd p label input { margin-top: -2px; }
#item-option-selector dl dd p input.input { border: 1px solid #ddd; }
#item-option-selector dl dd p span.price { color: #06f; }
#item-option-selector p.button { text-align: center; margin: 10px; }
#item-option-selector p.button input { padding: 5px; border: 1px outset #ddd; }

div.smart-list { font-size: 12px; margin: 0 0 30px; }
div.smart-list div.item {
	display: inline-block; width: 100%; vertical-align: top; border-bottom: 1px solid #aaa;
	box-sizing: border-box; padding: 10px;
}
div.smart-list div.item input.button {
	border: 1px solid #7ab3c9; color: #7ab3c9; border-radius: 3px; background: none; vertical-align: middle;
}
div.smart-list div.item input.remove { border: 1px solid #f00; color: #f00; }
div.smart-list div.photo { float: left; width: 100px; text-align: center; }
div.smart-list div.photo img { vertical-align: top; }
div.smart-list div.photo input { vertical-align: top; margin: 1px 5px 0 0; }
div.smart-list div.price-cart { display: inline-block; vertical-align: top; margin: 0 0 10px; }
div.smart-list div.price-cart span {
	float: left; background: url('/proxy/img/dot-pipe.gif') no-repeat 0 50%; padding: 0 10px;
}
div.smart-list div.price-cart strong { font-weight: normal; color: #f0f; }
div.smart-list div.price-cart span.amount { background: none; padding-left: 0; }
div.smart-list div.price-cart span.amount strong { color: #f00; font-weight: bold; }
div.smart-list div.price-wish { display: inline-block; vertical-align: top; margin: 10px 0; }
div.smart-list div.price-wish span { float: left; }
div.smart-list div.price-wish span.price-org { text-decoration: line-through; color: #888; margin: 0 10px 0 0; }
div.smart-list div.price-wish span.price { color: #f00; font-weight: bold; font-size: 14px; }
div.smart-list div.options p { margin: 0 0 0 100px; padding: 3px 0 5px 5px; color: #888; }
div.smart-list div.empty { text-align: center; }
div.smart-list div.total { text-align: right; padding: 20px 0; font-size: 0; }
div.smart-list div.total span {
	display: inline-block; background: url('/proxy/img/dot-pipe.gif') no-repeat 0 50%;
	padding: 0 10px; vertical-align: top; font-size: 12px;
}
div.smart-list div.total strong { font-weight: normal; color: #f0f; }
div.smart-list div.total span.amount { background: none; padding-left: 0; }
div.smart-list div.total span.amount strong { color: #f00; font-weight: bold; }
div.smart-list div.buttons { text-align: center; font-size: 0; padding: 10px 0; }
div.smart-list div.buttons input {
	cursor: pointer; margin: 3px; border: 1px solid #489aae; background: #7ab3c9 url('');
	padding: 3px 10px; color: #fff; border-radius: 3px;
}


/* catalog list */
div.chart { margin: 0 10px 30px 10px; font-size: 12px; text-align: left; }
div.chart table { border-spacing: 0; width: 100%; color: #555; }
div.chart table thead { color: #777; }
div.chart table thead tr th,
div.chart table thead tr td {
	padding: 15px; border-top: 2px solid #7ab3c9; border-bottom: 1px solid #ddd; font-weight: bold; text-align: center;
}
div.chart table thead tr td { background: url('/proxy/img/default/chart.part.gif') no-repeat 0 50%; }
div.chart table tbody tr td { text-align: center; border-bottom: 1px solid #ddd; }
div.chart table tbody tr td p,
div.chart table tbody tr td li { text-align: left; padding: 2px; margin: 0; }
div.chart table tbody tr td li span { display: inline-block; width: 55px; }
div.chart table tbody tr td li.positive { color: #00f; }
div.chart table tbody tr td li.negative { color: #f00; text-decoration: underline; }
div.chart table tbody tr td dl { text-align: left; }
div.chart table tbody tr td dl dt {
	font-weight: bold; background: url('/proxy/img/dot.gif') no-repeat 0 50%; padding-left: 7px; color: #337;
}
div.chart table tbody tr td dl dd {
	margin: 5px 0 5px 20px; background: url('/proxy/img/dotSimple.gif') no-repeat 0 50%; padding-left: 7px; color: #777;
}
div.chart table tbody tr td dl dd a { color: #77f; }
div.chart table tbody tr td input.button { border: 1px outset #ddd; }
div.chart table tbody tr td input.input { border: 1px solid #ddd; }
div.chart table tbody tr td.lock {
	background: url('/proxy/img/default/lock.gif') no-repeat 0 50%; padding-left: 15px; text-align: left;
}
div.chart table tbody tr td.subj { text-align: left; }
div.chart table tbody tr td.price span.price-org {
	text-decoration: line-through; display: block; color: #888; text-align: right;
}
div.chart table tbody tr td.price span.price {
	display: block; text-align: right; color: #f00; font-weight: bold; font-size: 14px;
}
div.chart table tbody tr td.price strong { color: #08f; }
div.chart table tbody tr td.major { color: #007236; font-weight: bold; }
div.chart table tbody tr td.minor { color: #f14e54; font-weight: bold; }
div.chart table tbody tr td.button img { cursor: pointer; margin-bottom: 3px; }
div.chart table tbody tr:hover td { background-color: #ffa; }
div.chart table tr td { padding: 5px; }
div.chart div.label { text-align: center; color: #000; padding: 20px; margin: 10px 10px 0 0; border: 1px solid #ddd; }
div.chart div.label strong { margin: 0 5px 0 20px; }
div.chart div.label span { margin: 0 20px 0 5px; }
div.chart div.button { margin: 10px; text-align: right; }
div.chart div.button input { padding: 10px; border: 1px outset #ddd; }
div.chart div.button img { cursor: pointer; }
div.chart div.pageMove { text-align: center; margin: 10px; }
div.chart div.total { height: 50px; margin: 5px; }
div.chart div.total * { margin: 0; padding: 0; }
div.chart div.total hr { clear: both; visibility: hidden; }
div.chart div.total dl { height: 20px; float: right; display: inline; }
div.chart div.total dl dt,
div.chart div.total dl dd { float: left; display: inline; }
div.chart div.total dl dt { font-weight: bold; padding: 0 5px 0 15px; color: #aaa; }
div.chart div.total dl dd { padding: 0 10px 0 0; }
div.chart div.total dl dd.major span { color: #007236; font-weight: bold; }
div.chart div.total dl dd.minor span { color: #f14e54; font-weight: bold; }
div.chart div.total dl dd.stock span { color: #004a80; font-weight: bold; }

div.chart input.del { border: 1px outset #f88; background-color: #f00; color: #fff; }
div.chart input.mod { border: 1px outset #8d8; background-color: #080; color: #fff; }
div.chart input.lnk { border: 1px outset #ddd; }
div.chart dl.comment { margin: 5px 0 30px 50px; }
div.chart p.comment,
div.chart dl.comment dt {
	margin: 3px 0; padding-left: 7px; color: #08f; background: url('/proxy/img/dotDefault.gif') no-repeat 0 6px;
}
div.chart dl.comment dd {
	margin: 3px 0 3px 15px; padding-left: 5px; color: #aaa; background: url('/proxy/img/dotSimple.gif') no-repeat 0 6px;
}
div.chart button.more {
	border: 0; padding: 0 0 0 10px; background: url('/proxy/img/dot-plus.gif') no-repeat 3px 50%;
	vertical-align: middle; cursor: pointer;
}


/* application forms */
.app-form { clear: both; margin: 0 10px 30px 10px; font-size: 12px; color: #555; text-align: left; }
.app-form img { vertical-align: middle; }
.app-form label:hover { color: #06f; text-decoration: underline; }
.app-form label input { vertical-align: middle; border: 0; padding: 0; margin: 0; margin-top: -1px; }
.app-form a { color: #000; text-decoration: none; }
.app-form a:hover { color: #06f; text-decoration: underline; }
.app-form textarea { padding: 0; margin: 0; width: 100%; border: 1px solid #ccc; box-sizing: border-box; }
.app-form select,
.app-form input.input { border: 1px solid #ccc; box-sizing: border-box; padding: 5px; height: 30px; vertical-align: middle; }
.app-form input.button { border: 1px outset #ddd; vertical-align: middle; }
.app-form button { vertical-align: middle; }
.app-form .caption {
	background: url('/proxy/img/default/arrow.orange.gif') no-repeat 0 50%;
	font-weight: bold; color: #555; padding: 10px 0 10px 20px;
}
.app-form .caption img { vertical-align: middle; }
.app-form .plain { border-top: 2px solid #777; margin-bottom: 20px; padding: 10px 0; }
.app-form .plain table { border-spacing: 0; width: 100%; }
.app-form .plain table tr th {
	text-align: left; padding: 5px 0 5px 20px; width: 120px;
	background: url('/proxy/img/default/dot.star.gif') no-repeat 7px 50%; border-bottom: 1px solid #ddd;
}
.app-form .plain table tr td { padding: 5px; border-bottom: 1px solid #ddd; }
.app-form .plain table tr td p { margin: 5px 0; }
.app-form .plain table tr td .message {
	background: url('/proxy/img/dotSimple.gif') no-repeat 3px 6px; padding: 0 0 0 10px; margin: 5px 0; color: #08f;
}

.app-form .plain table tr td .message strong { text-decoration: underline; }
.app-form .plain table tr td.price { color: #06f; font-weight: bold; }
.app-form .plain table tr.positive,
.app-form .plain table tr.positive * { color: #00f; }
.app-form .plain table tr.negative,
.app-form .plain table tr.negative * { color: #f00; }
.app-form .plain table tr.negative td,
.app-form .plain table tr.negative td * { text-decoration: underline; }
.app-form .list { border-top: 1px solid #f79294; margin-bottom: 20px; padding: 10px 0; }
.app-form .list table { width: 100%; border-spacing: 1px; }
.app-form .list table th,
.app-form .list table td { padding: 3px; }
.app-form .list table caption {
	background: url('/proxy/img/dot.gif') no-repeat 0 50%; color: #f79294; text-align: left; padding: 10px; margin-left: 5px;
}
.app-form .list table thead tr { height: 30px; }
.app-form .list table thead tr th { background-color: #ddd; }
.app-form .list table tbody tr td li { text-align: left; }
.app-form .list table tbody tr td { text-align: left; border-bottom: 1px dashed #ddd; }
.app-form .list table tbody tr td.success { color: #00f; }
.app-form .list table tbody tr td.fail { color: #f00; }
.app-form .list table tbody tr td.center { text-align: center; }
.app-form .list table tbody tr td.right { text-align: right; }
.app-form .list table tbody tr:hover { background-color: #eee; }

.app-form div.alert { text-align: center; padding: 10px; color: #f79294; }
.app-form div.box { text-align: center; padding: 10px; }
.app-form p.submit { text-align: center; }
.app-form p.submit input { padding: 7px 12px 7px 12px; border: 1px outset #ddd; }
.app-form p.submit img { cursor: pointer; }
.app-form p.submit2 { text-align: center; }
.app-form p.submit2 input { vertical-align: middle; }
.app-form p.submit2 img { cursor: pointer; vertical-align: middle; }
.app-form div.buttons { text-align: center; padding: 20px; }
.app-form div.buttons a {
	border: 1px solid #aaa; border-radius: 3px;
	padding: 5px 20px 8px; cursor: pointer; background: #fff; box-shadow: 0 0 1px 1px #ddd, -1px -1px 3px 0 #000 inset;
	text-decoration: none; color: #000; font-weight: bold;
}
.app-form div.buttons a:hover { color: #00d; }
.app-form div.button { text-align: right; }
.app-form p.submit button {
	border: 1px solid #aaa; border-radius: 5px; vertical-align: top;
	padding: 10px 20px; margin: 0 5px; cursor: pointer; box-shadow: 2px 2px 5px 0 #888;
}
.app-form button.home,
.app-form button.submit,
.app-form button.payment,
.app-form button.complete { background: #088; color: #fff; }
.app-form button.refund,
.app-form button.cancel,
.app-form button.return { background: #f00; color: #fff; }
.app-form button.back { background: #eee; }

.app-form dl.tip,
.app-form dl.comment { margin: -20px 0 30px 50px; }
.app-form dl.comment dt {
	margin: 3px 0; padding-left: 7px; color: #06f; background: url('/proxy/img/dotDefault.gif') no-repeat 0 5px;
}
.app-form dl.comment dd {
	margin: 3px 0 3px 15px; padding-left: 5px; color: #aaa; background: url('/proxy/img/dotSimple.gif') no-repeat 0 5px;
}

.app-form dl.tip dt {
	margin: 3px 0; padding-left: 7px; color: #c33; background: url('/proxy/img/dotDefault.gif') no-repeat 0 5px;
}
.app-form dl.tip dd { color: #555; margin: 0; padding: 0; }
.app-form dl.tip dd li { padding: 3px 0; }

.app-form input.del { border: 1px outset #f88; background: #f00; color: #fff; }
.app-form input.mod { border: 1px outset #8d8; background: #080; color: #fff; }
.app-form input.lnk { border: 1px outset #ddd; }


#quick { position: absolute; margin-left: 990px; top: 174px; width: 100px; font-size: 12px; }
#quick div.wrap { border: 1px solid #ddd; margin: 5px; background: #fff; }
#quick dl.link { margin: 0; padding: 0; }
#quick dl.link dt { background: #4a5164; padding: 8px 0; margin: 0; color: #fff; text-align: center; }
#quick dl.link dd { margin: 0 5px; padding: 3px 0; border-bottom: 1px solid #ddd; text-align: center; }
#quick dl.link dd a { color: #f00; text-decoration: none; }
#quick dl.link dd a:hover { text-decoration: underline; }
#quick dl.link dd:last-child { border: 0; }
#quick dl.latest { margin: 3px; padding: 0; text-align: center; background: #888; color: #fff; }
#quick dl.latest dt { margin: 0 5px 15px; padding: 5px; border-bottom: 1px solid #555; }
#quick dl.latest dd { margin: 0; padding: 0; max-height: 210px; overflow: hidden; overflow-y: auto; }
#quick dl.latest dd a { display: block; margin: 0; padding: 0 3px 10px; text-align: center; }
#quick dl.latest dd img { margin-bottom: 5px; width: 50px; height: 50px; }
#quick button.top {
	cursor: pointer; border: 0; border-top: 1px solid #ddd;
	text-align: center; width: 100%; padding: 8px 0; color: #000;
}

#afterMoreNode {
	position: absolute; border: 1px solid #08f; background-color: #adf; width: 280px; display: none; line-height: 130%;
}
#afterMoreNode .text { border: 1px solid #08f; padding: 5px; margin: 1px; background-color: #fff; font-size: 12px; }
#afterMoreNode .close { text-align: center; padding: 10px; }
#afterMoreNode .close input { border: 1px outset #ddd; padding: 10px; }

#subShopLayer { margin: 0; padding: 0; }
#subShopLayer div.handler { margin: 0; padding: 0; }
#subShopLayer div.handler img { cursor: pointer; }
#subShopLayer div.layer { position: absolute; display: none; }

#supportBlock p { margin: 0 0 5px; padding: 0; }

#bbsIntro { margin-bottom: 10px; }

.subLatest { margin: 30px; padding: 0; float: left; display: inline; font-size: 12px; width: 309px; height: 150px; }
.subLatest dt {
	margin: 0; padding: 0; width: 309px; height: 31px; overflow: hidden;
	background: url('/proxy/img/site/subLatestBack.gif');
}
.subLatest dt img { margin: 5px 0 0 17px; }
.subLatest dd {
	margin: 0 5px; padding: 5px 0 5px 10px; border-bottom: 1px dashed #ddd; position: relative;
	background: url('/proxy/img/site/subLatestArrow.gif') no-repeat 0 50%;
}
.subLatest dd a { color: #555; text-decoration: none; }
.subLatest dd a:hover { color: #08f; text-decoration: underline; }
.subLatest dd sub { position: absolute; top: 3px; right: 5px; font-size: 13px; }






.csLatest { width: 300px; margin: 20px; height: 120px; float: left; display: inline; font-size: 12px; }
.csLatest a { text-decoration: none; }
.csLatest a:hover { color: #08f; text-decoration: underline; }
.csLatest dt { margin: 5px 0; padding: 5px; background-color: #08f; }
.csLatest dt a { color: #fff; font-weight: bold; }
.csLatest dt a:hover { color: #0df; }
.csLatest dd {
	margin: 5px; height: 16px; background: url('/proxy/img/dot.gif') no-repeat 0 50%;
	padding-left: 7px; border-bottom: 1px dashed #ddd;
}
.csLatest dd span { float: right; color: #aaa; }
.csLatest dd a { color: #777; }
.csLatest dd.empty { background: none; padding: 40px 0; text-align: center; }


#supportBlock { margin: 0 0 0 5px; }

#agree-viewer { padding: 10px 10px 50px 10px; font-size: 13px; line-height: 160%; }

img.nrcode { vertical-align: middle; cursor: pointer; }


div.style-buttons { padding: 20px; }
div.style-buttons * {
	border: 1px solid #aaa; border-radius: 3px;
	padding: 5px 20px; cursor: pointer; background: #fff; display: inline-block;
	box-shadow: 0 0 1px 1px #ddd; text-decoration: none; color: #000;
	vertical-align: top; margin: 1px;
}
div.style-buttons *:hover { color: #00d; }
div.style-buttons *:active { margin: 2px 0 0 2px; }
div.style-buttons .submit { background: #088; color: #fff; }
div.style-buttons .back { background: #800; color: #fff; }


li.auto-complete-item { box-sizing: border-box; padding: 3px; margin: 1px; }
li.auto-complete-item a { display: inline-block; width: 100%; }
li.auto-complete-item span.word { float: left; color: #000; }
li.auto-complete-item span.word strong { background: #ff0; }
li.auto-complete-item span.count { float: right; color: #888; }


#item-choice-form,
#item-choice-form th { text-align: left; }body { margin: 0; text-align: center; overflow-x: hidden; }
#gnb { background: #888; overflow: hidden; }
#gnb ul {
	width: 940px; margin: 5px auto; padding: 0; text-align: right; list-style: none; font-size: 0;
}
#gnb ul li { margin: 0; padding: 0; display: inline-block; font-size: 12px; }
#gnb ul li a {
	display: block; padding: 5px 8px; font-size: 12px; text-decoration: none; color: #fff;
}
#gnb ul li a:hover { text-decoration: underline; color: #ff0; }
#gnb ul li.admin a { color: #ff0; font-weight: bold; }

#header { display: inline-block; width: 940px; margin: 0 auto; text-align: left; height: 116px; }
#header div.logo { float: left; width: 181px; height: 80px; margin: 24px 0 0; }
#header div.menu { float: left; width: 692px; height: 46px; margin: 35px 10px 0; }
#header div.search { float: right; width: 47px; height: 46px; overflow: hidden; margin: 35px 0 0; }
#header div.search button.open { width: 47px; height: 46px; padding: 0; border: 0; }
#header div.search form {
	display: none; position: absolute; background: #fff; border: 2px solid #aaa; border-radius: 5px;
	z-index: 1000; box-sizing: border-box; width: 300px; margin: 0 0 0 -253px;
}
#header div.search form div.close { text-align: right; padding: 5px 10px 0; }
#header div.search form div.close button {
	border: 0; background: none; padding: 0; border-radius: 100px; width: 16px; height: 16px;
}
#header div.search form div.form { padding: 0 10px 10px; }
#header div.search form input.input {
	border: 0; background: #006dd8; color: #fff;
	box-sizing: border-box; border-radius: 5px; padding: 10px 5px; width: 100%; margin: 0 0 5px;
}
#header div.search form input.submit {
	border: 1px solid #aaa; border-radius: 5px; background: #ddd;
	box-sizing: border-box; padding: 5px; width: 100%; font-weight: bold;
}
#sub-wide { height: 230px; overflow: hidden; }
#sub-wide img { width: 1400px; height: 230px; vertical-align: middle; }
#navi-mirror { border-bottom: 1px solid #dfdfdf; box-sizing: border-box; height: 50px; margin: 0 0 34px; }
#navi-mirror dl { width: 940px; margin: 0 auto; padding: 0; display: inline-block; text-align: left; }
#navi-mirror dt {
	margin: 0; padding: 0 20px 0 30px; float: left; height: 50px; line-height: 50px;
	background: url('/proxy/img/site/navi-home.png') no-repeat 0 50%;
}
#navi-mirror dd {
	margin: 0; padding: 0 20px 0 40px; float: left; height: 50px; line-height: 50px;
	background: url('/proxy/img/site/navi-arrow.png') no-repeat 0 50%;
}
#navi-mirror dd strong {
	display: block; height: 50px; padding: 0 25px 0 0; color: #006dd8;
	background: url('/proxy/img/site/navi-focus.png') no-repeat 100% 50%;
	font-weight: bold;
}
#navi-mirror dl:after {
	content: ''; float: left; height: 50px; width: 27px; margin: 0 0 0 -10px;
	background: url('/proxy/img/site/navi-arrow.png') no-repeat 0 50%;
}

body.search #site-contents,
body.sub #site-contents,
body.shop #site-contents { width: 940px; margin: 0 auto 50px; text-align: left; display: inline-block; }
body.sub div.sub-contents,
body.shop div.sub-contents { float: left; width: 209px; }
body.sub div.main-contents,
body.shop div.main-contents { float: right; width: 710px; }

#site-contents div.sub-contents div.online { margin: 0 0 10px; }
#site-contents div.sub-contents div.online a,
#site-contents div.sub-contents div.online img { display: block; }


#site-copyright {
	height: 160px; background: #525252;
}
#site-copyright div.terms {
	height: 50px; width: 940px; margin: 0 auto; padding: 0; line-height: 50px; text-align: left;
}
#site-copyright div.terms ul {
	margin: 0; padding: 0; list-style: none; display: inline-block;
}
#site-copyright div.terms li { float: left; margin: 0; padding: 0; }
#site-copyright div.terms a {
	display: block; padding: 0 10px; color: #fff; font-size: 1em; text-decoration: none;
	font-weight: bold;
}
#site-copyright div.terms a.private { color: #ff0; font-weight: bold; }
#site-copyright div.info { width: 940px; margin: 0 auto; padding: 10px 0 0; text-align: left; }
#site-copyright div.info p { margin: 0; padding: 3px; color: #bbb; font-size: 0; }
#site-copyright div.info p.copyright { font-size: 0.7em; margin: 0 0 0 10px; }
#site-copyright div.info p span {
	display: inline-block; padding: 0 15px 0 10px;
	background: url('/proxy/img/site/copy-pipe.gif') no-repeat 100% 50%; font-size: 13px;
}
#site-copyright div.info p span:last-child { background: none; padding-right: 0; }
#site-copyright div.info p span strong { font-weight: normal; color: #ccc; }
#site-copyright div.info p a { color: #aaa; text-decoration: none; }
#site-copyright div.info p a:hover { text-decoration: underline; color: #ff0; }


#site-layers { text-align: left; }
#divideSelector { display: none; }