@charset 'euc-kr';

/* Reset */
html,body{width:100%;height:100%}
html{overflow-y:scroll}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button,input{margin:0;padding:0}
body,h1,h2,h3,h4,input,button, a, li{font-family:'Malgun Gothic', Gulim, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;}
body{background: #fff /*url(../images/bg_white.png) repeat*/;text-align:center;*word-break:break-all;-ms-word-break:break-all;font-size:12px;color:#757474}
img,fieldset,iframe{border:0 none}
li{list-style:none}
input,select,button{vertical-align:top; outline: none;}
img{vertical-align:top}
em,address{font-style:normal}
label,button{cursor:pointer}
button{margin:0;padding:0}
a{text-decoration:none}
a:hover{text-decoration:none}
hr{display:none}

.no-cursor {cursor: default}

.clear {clear:both}
.form-required {color:#ff0000}

.paging {float:right;padding-right:6px}
.paging li {float: left;padding-left: 15px}
.paging li > a {padding:1px 5px;border:1px solid #b3b3b3;-webkit-border-radius:3px;-moz-border-radius:3px;color:#757474;background-color:#ddd;}
.paging li > a:hover {color:#000;background-color:#fff;border:1px solid #b3b3b3}
.paging li > a.cur-page {color:#ef0033;font-weight:600;border:1px solid #000;background-color:#fff;}

.paging-list {}
.paging-list li {float: left;padding-left: 15px}
.paging-list li > a {padding:1px 5px;border:1px solid #b3b3b3;-webkit-border-radius:3px;-moz-border-radius:3px;color:#757474;background-color:#ddd;}
.paging-list li > a:hover {color:#000;background-color:#fff;border:1px solid #b3b3b3}
.paging-list li > a.cur-page {color:#ef0033;font-weight:600;border:1px solid #000;background-color:#fff;}


/* Layout */
#wrapper {position:relative; margin:0 auto;/*margin: 0 55px;*/padding: 0;/*background: url(../images/bg.gif) repeat;*/font-style:normal;width: 960px;min-width: 960px;}

/* Header */
#header {position: relative;margin: 0;padding: 0;height: 173px;/*background: url(../images/bg.gif) repeat;*/border-bottom: 1px solid #ccc;}

/* Logo */
.logo {position: absolute;left: 0;top: 62px;}
.logo h1, .logo h2 {font-family: 'Arial';font-size: 3.5em;line-height: 1.2em;margin-bottom: -5px;font-weight: 600;letter-spacing: -2px;}
.logo h1 a, .logo h2 a {color: #000; /* #ef0033 */}

/** Navigator **/
/* topNav */
.topNav {position: absolute;left: 0;top: 20px;width: 100%;/*background-color: #eee;*/}
.topNav ul.sf-menu {float: right;padding-right: 10px;}
.topNav ul.sf-menu > li > a {font-size: 1.0em;}

/* mainNav */
.mainNav {position: absolute;left: 0;top: 140px;width: 100%;/* background-color: #eee; */}
.mainNav > ul.sf-menu {padding-left: 4px;}

/* mainSearch Option */
.searchOption {position: absolute;right: 115px;top: 102px;padding: 0;margin: 0;z-index: 9999; color:#4b8df8;font-weight:600;font-size:12px;}
.searchOption span {display: inline-block;position: relative;padding: 0;margin: 0;}
.searchOption input[type=checkbox] {border: 1px solid #e3e3e3;}

/* mainSearch */

.mainSearch{
	border:1px solid red;
	position:absolute;
	top:112px;
	right:0;
	padding:0;
	margin:0;
	width:350px;
	height:35px;
	background:#ffffff;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:2px solid #222222;
	overflow:hidden;
	margin-top:10px;
}

.mainSearch > .searchForm {position: relative;}
.mainSearch > .searchForm > .searchText, .searchBtn {position: absolute;}
.mainSearch > .searchForm > .searchText {left:10px;top:6px;}
.mainSearch > .searchForm > .searchText > input[type=text] {
	width: 295px;
	border: 1px solid #fff;
	font-family: 'Malgun Gothic';
	font-size: 1.30em;
	font-weight: 600;
	margin-right: 48px;
	vertical-align: baseline;
	background: #fff;
}
.mainSearch > .searchForm > .searchBtn {
	right: 14px;
	top: 8px;
}
.mainSearch > .searchForm > .searchBtn > input[type=image] {
	right: 14px;
	top: 11px;
	width: 19px;
	height: 19px;
}

/* sf-menu common style */
.sf-menu a {
	font-family: 'Malgun Gothic';
	font-size: 1.3em;
	font-weight: 600;
	color: #000; /* #757574 */
}
.sf-menu a:hover {
	color: #ef0033;
}
.sf-menu > li {
	float: left;
	padding-left: 14px;
	margin-left: 9px;
	background: url(../images/menu-divider.png) no-repeat left center;
}
.sf-menu > li:first-child {
	background: none;
	padding: 0;
	margin: 0;
}
.sf-menu > li > a.current-menu-item {
	font-weight: 600;
	color: #ef0033;
}
/* sf-menu text class */
.sf-menu a.text-freejoin, .sf-menu a.text-login, .sf-menu a.text-logout, .sf-menu a.text-myinfo, .sf-menu a.text-credit, .sf-menu a.text-cms {
	color: #3875d7; /* #2eaeed */
}
.sf-menu a.text-freejoin:hover, .sf-menu a.text-login:hover, .sf-menu a.text-logout:hover, .sf-menu a.text-myinfo:hover, .sf-menu a.text-credit:hover, .sf-menu a.text-cms:hover {
	color: #3875d7;
}

/* sf-menu-sub */
.sf-menu-sub a {
	font-family: 'Malgun Gothic';
	font-size: 1.0em;
	font-weight: 200;
	color: #757474;
}
.sf-menu-sub a:hover {
	color: #000;
	text-decoration:underline;
}
.sf-menu-sub > li {
	float: left;
	padding-left: 14px;
	margin-left: 9px;
	background: url(../images/menu-divider.png) no-repeat left center;
}
.sf-menu-sub > li:first-child {
	background: none;
	padding: 0;
	margin: 0;
}
.sf-menu-sub > li.current-menu-item > a {
	font-weight: 200;
	color: #ef0033;
}
.paging-bottom {
	margin-top: 3px;
}
.list-item-bottom {
	position: relative;
	width: 100%;
	height: 25px;
	padding: 7px 0 0 0;
}

/* sf-menu-info */
.sf-menu-info > li {
	float: left;
	padding-left: 14px;
	margin-left: 9px;
	background: url(../images/menu-divider.png) no-repeat left center;
	font-family: 'Malgun Gothic';
	font-size: 1.0em;
	font-weight: 200;
	color: #757474;	
}
.sf-menu-info > li:first-child {
	background: none;
	padding: 0;
	margin: 0;
}
.sf-menu-info a {
	font-family: 'Malgun Gothic';
	font-size: 1.0em;
	font-weight: 200;
	color: #757474;
}
.sf-menu-info a:hover {
	color: #000;
}


/* Content */
#content {
	position: relative;
	width: 960px;
	margin: 0;
	padding: 0;
	padding-left: 4px;
}
#content .mainTypeImg {
	position: relative;
	width: 950px;
	height: 370px;
	margin-top: 15px;
	background-color: #fff;
	overflow:hidden;
	/*border: 1px dotted #efefef;*/
}
#content .mainTypeImg .imgPos {
	position: absolute;
	top:-125px;
	left:0;
}
#content .mainImgTextCover {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #222;
	opacity: 0.6; /* other browsers */ 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* this works in IE6, IE7, and IE8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* this works in IE8 only */ 
	z-index:9997;
}
#content  .mainImgTextContent {
	position: absolute;
	bottom: 39px;
	left: 12px;
	font-family: 'Malgun Gothic';
	z-index:9999;
}
#content .mainImgTextContent > p {
	padding: 5px;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.5em;
	font-family: 'Malgun Gothic';
	text-align:left;
}
#content .mainImgJoinBtn {
	position: absolute;
	width:120px;
	height:50px;
	bottom: 39px;
	right: 15px;
	background-color: #3875d7;
	border:2px solid #fff;
	z-index:9998;
	cursor:pointer;
}
#content .mainImgJoinBtn input[type=button] {
	border:none;
	color:#ffffff;
	background-color:#3875d7;
	font-family: 'Malgun Gothic';
	font-weight:600;
	font-size:18px;
	cursor:pointer;
}
#content .mainBoard {
  width: 960px;
  margin-top: 30px;
}

#content .mainBoard .newImage {
	position:relative;
  width: 310px;
  margin-right: 20px;
  float: left;
  text-align: left;
}

#content .mainBoard .newIllust {
	position:relative;
  width: 310px;
  margin-right: 20px;
  float: left;
  text-align: left;
}

#content .mainBoard .notice {
  width: 300px;
  float: left;
  text-align: left;
}

#gallery {
	margin: 15px 0 5px 0;
	padding: 0;
}
#gallery .item-list-menu {
	position: relative;
	margin: 0;
	padding: 0;
}
#gallery .item-list-menu ul.sf-menu-sub {
	float: left;
	padding-bottom: 11px;
}
#gallery .item-list {
	clear: both;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#gallery .image-item {
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 148px;
	height: 148px;
	background: none;
	background-color: #fff;
	border: 1px solid #efefef;
	overflow: hidden;
	cursor: pointer;
}
#gallery .image-item .item-wrap {
	width: 100%;
	height: 100%;
	display: table;
}
#gallery .image-item .item-wrap .item-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
#gallery .image-item .item-wrap .item-cell > a {
	cursor: pointer;
}

#gallery .image-item .item-info {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #fff;
}

#detailWrap {
	margin: 0;
	padding-top: 25px;
	text-align: left;
	font-family: 'Malgun Gothic';
	width: 1200px;
}
#detailWrap > div {
	float: left;
}
#detailWrap h1 {
	font-family: 'Malgun Gothic';
	color:#000;
}
#detailWrap > div.contentImage {
	margin-top: 10px;
	width: 580px;
	padding: 10px;
	border: 1px solid #d5d5d5;
}
#detailWrap > div.contentImage img {
	width: 580px;
}
#detailWrap > div.contentType {
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
}
#detailWrap > div.contentType table.contentDetailInfoTable td.contentDetailInfo-title {
	font-size: 14px;
	color:  #555;
	background-color: #efefef;
	font-family: 'Malgun Gothic';
}
#detailWrap > div.contentType table.contentDetailInfoTable td.contentDetailInfo-content {
	font-size: 14px;
	color:  #000;
	font-family: 'Malgun Gothic';
}
#detailWrap > div.contentType span.myTotalCredit {
	color: #ef0033;
} 
#detailWrap > div.contentType li {
	float: left;
	padding: 10px;
	color: #333;
	border-bottom: 1px solid #888;
	height: 10px;
}
#detailWrap > div.contentType li:first-child {
	margin-left: 0;
}
#detailWrap > div.contentType li.contentType-title {
	background-color: #ddd;
	text-align: center;
}
#detailWrap > div.contentType li.license {
	width: 80px;
	text-align: center;
}
#detailWrap > div.contentType li.display {
	width: 140px;
	text-align: center;
}
#detailWrap > div.contentType li.price {
	width: 140px;
	text-align: center;
}
#detailWrap > div.contentType li.buy {
	width: 140px;
	text-align: center;
}
#detailWrap > div.contentType li.buy > div.BTNDownWrap {
	position: relative;
	width: 140px;
	height: 10px;
}
#detailWrap > div.contentType li.buy div.BTNDown {
	position: absolute;
	cursor: pointer;
	left: 30px;
	top: -2px;
}
#detailWrap > div.contentType > div.contentType-allBuy {
	float: left;
	padding-top: 15px;
	text-align: left;
}
#detailWrap > div.contentType > div.contentType-allBuy input {
	border: 1px solid #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px;
	background: #e1002a;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	font-family: 'Malgun Gothic';
	cursor:pointer;
}
#memberPaylistTable div.contentType-allBuy input {
	border: 1px solid #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px;
	background: #e1002a;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	font-family: 'Malgun Gothic';
	cursor:pointer;
}
#detailWrap > div.contentType > div.contentType-returnList {
	float:left;
	padding-top: 15px;
	margin-left: 6px;
	text-align: left;
}
#detailWrap > div.contentType > div.contentType-returnList input {
	border: 1px solid #dfdfdf;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px;
	background: #afafaf;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	font-family: 'Malgun Gothic';
	cursor:pointer;
}
#detailWrap > div.contentType > div.gotoList {
	position: absolute;
	bottom: 0;
	left: -115px;
}
#detailWrap > div.uploaderInfo {
	margin-top: 30px;
	margin-left: 30px;
}
#myMenu {
	position:relative;
	width: 960px;
	text-align: left;
}
#leftMenu {
	position:relative;
	float:left;
	margin-top: 15px;
	width:130px;
}
#leftMenu li {
	padding:7px 0;
	font-size: 18px;
	font-family: 'Malgun Gothic';
	font-weight: bold;
}
#leftMenu li > a, a:hover, a:active, a:link {
	color: #000;
	font-family: 'Malgun Gothic';
}
#leftMenu li > a.current-menu-item {
	color: #ef0033;
	font-weight: bold;
	font-family: 'Malgun Gothic';
}
#leftMenu li.mypage-sub-menu {
	margin: 0;
	padding: 0;
}
#leftMenu li.mypage-sub-menu li.sf-menu-sub {
	margin:0;
	padding: 0;
	padding-top: 1px;
	padding-left: 12px;
	line-height: 25px;
}
#leftMenu li.mypage-sub-menu li.sf-menu-sub > a {
	font-size:16px;
	font-weight: bold;
	font-family: 'Malgun Gothic';
}

#rightContent {
	float:left;
	margin-top: 20px;
	padding-bottom: 50px;
	margin-left: 15px;
	padding-left: 30px;
	border-left: 1px solid #bbb;
}
#rightContent h3 {
	color: #000;
	font-size: 1.7em;
}
#rightContent .joinbox-item {
	margin-top: 15px;
}
#rightContent .joinbox-item .curemail {
	font-size: 1.25em;
}
#rightContent .joinbox-item .useremail {
	margin-top: 15px;
}
#rightContent .joinbox-item .joinbox-item-input {
	margin-top: 3px;
	width: 250px;
	height: 23px;
	border: 1px solid #aaa;
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #fff;
}
#rightContent .joinbox-item .joinbox-item-input > input[type=text], .joinbox-item-input > input[type=password] {
	font-size: 1.25em;
	font-weight: 600;
	border: none;
	width: 240px;
	font-family: 'Malgun Gothic';
}
#rightContent .joinbox-item-desc {
	font-family: 'Malgun Gothic';
	margin-top: 3px;
	margin-left: 3px;
}
#rightContent .join-item-confirm-btn {
	margin-top: 15px;
}
#rightContent .join-item-confirm-btn > input {
	border: 1px solid #bbb;
	background-color: #ededed;
	color:#444444;
	padding: 5px;
	font-size: 1.2em;
	font-family: 'Malgun Gothic';
	cursor:pointer;
}
#rightContent .joinbox-item-agreement, .joinbox-item-joinbtn, .joinbox-item-regSeller {
	margin-top: 10px;
}
#rightContent .joinbox-item-agreement ul > li, .joinbox-item-regSeller ul > li {
	float: left;
}
#rightContent .joinbox-item-agreement ul > li:first-child, .joinbox-item-regSeller ul > li:first-child {
	padding-top: 2px;
}
#rightContent .joinbox-item-agreement ul > li:last-child, .joinbox-item-regSeller ul > li:last-child {
	padding-left: 5px;
}
#rightContent .joinbox-item-agreement ul > li a {
	outline: none;
	color: #ef0033;
}
#rightContent .joinbox-item-agreement ul > li a:hover {
	text-decoration: underline;
}
#rightContent .joinbox-item-joinbtn > input[type=button] {
	border: 1px solid #bbb;
	background-color: #fff;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	font-size: 1.65em;
	color: #000;
	padding:10px;
	cursor: pointer;
}
#rightContent .joinbox-item-regSeller-notice {
	font-family: 'Malgun Gothic';
	color: #aaa;
}
#rightContent div.divLine {
	position: absolute;
	top: 15px;
	left: 540px;
	width: 1px;
	height: 560px;
	border-right: 1px solid #afafaf;
}
#rightContent #changePassword h3 {
	font-family: 'Malgun Gothic';
}
#rightContent #buyManage h3 {
	font-family: 'Malgun Gothic';
}
#rightContent #uploadContent h3 {
	font-family: 'Malgun Gothic';
}
#rightContent #uploadContent .uploadForm div {
	float: left;
}
#rightContent .uploadForm {
	margin-top: 30px;
}
#rightContent .thumnail {
	width: 150px;
	height: 150px;
	background: none;
	background-color: #222;
	overflow: hidden;
	cursor: pointer;
}
#rightContent .thumnail .item-wrap {
	width: 100%;
	height: 100%;
	display: table;
}
#rightContent .thumnail .item-wrap .item-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
#rightContent #uploadContent .uploadForm div.upload-notice {
	margin-left: 15px;
	margin-top:20px;
}
#rightContent #uploadContent .uploadForm div.upload-notice li {
	padding:10px 0;
	font-size: 1em;
	font-weight: 800;
	color: #000;
}
#rightContent .fileForm {
	margin-top: 30px;
}
#rightContent .fileForm select {
	font-size: 1.5em;
}

#rightContent .fileSelectTitle {
	height: 38px;
	width: 440px;/*720px*/
}

#rightContent .fileSelectTitle > li {
	float: left;
	width: 140px;
	background-color: #ddd;
	padding: 10px 0;
	color: #000;
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
}
#rightContent .fileSelectTitle > li:last-child {
	width: 300px;
}
#rightContent .fileSelectItem {
	width: 440px;/*720px*/
	height: 38px;
	border-bottom: 1px solid #c6c6c6;
}
#rightContent .fileSelectItem > li {
	float: left;
	padding: 10px 0;
	width: 140px;
	height: 24px;
	text-align: center;
}
#rightContent .fileSelectItem > li:last-child {
	width: 300px;
}
#rightContent .fileSelectItem > li input[type=text] {
	width: 100px;
	padding: 2px 2px;
}
#rightContent .upload-btn {
	margin-top: 20px;
	width: 100%;
	text-align: left;
	position: relative;
}

#rightContent .upload-btn input{
	border: 1px solid #e1002a;
	background-color: #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	font-size: 1.2em;
	color: #ffffff;
	font-weight:bold;
	padding:10px;
	cursor:pointer;
	float:left;
}

#rightContent .upload-btn .upload-btn-notice{
	margin: 13px 0 0 15px;
	color: #e1002a;
}

#rightContent ul.uploadItem-title > li {
	float: left;
}
#rightContent ul.uploadItem-title > li.selectbox {
	margin: 0;
	padding: 20px;
}
#rightContent ul.uploadItem-title > li.selectbox > div.selectUploadType {
	position: relative;
	background-color: #bbb;
	padding: 30px 30px;
	width: 150px;
	height: 18px;
	border-radius: 10px;
	background-color: #FFD228;
}
#rightContent ul.uploadItem-title > li.selectbox > div.selectUploadType:last-child {
	background-color: #FF73BE;
}
#rightContent ul.uploadItem-title > li.selectbox > div.selectUploadType .typeText {
	position: absolute;
	left: 50px;
	top: 22px;
	font-size: 2.5em;
	font-weight: 600;
	color: #000;
}
#rightContent ul.uploadItem-title > li.selectbox > div.selectUploadType:first-child .typeText {
	left: 60px;
}
#rightContent ul.uploadItem-title > li.selectbox > div.selectUploadType:last-child {
	margin-left: 20px;
}
#rightContent ul.uploadItem-title > li.selectbox > div.selectUploadType > input {
	
}
#rightContent ul.uploadItem-title > li:first-child, li.uploadItem-title-text {
	padding-top: 2px;
}
#rightContent ul.uploadItem-title > li.checkbox {
	padding-top: 5px;
}
#rightContent ul.uploadItem-title > li.checkbox > div.sub-category {
	width: 800px;
}
#rightContent ul.uploadItem-title > li.checkbox > div.sub-category > ul > li {
	float: left;
	padding-top: 8px;
}
#rightContent ul.uploadItem-title > li.checkbox > div.sub-category > ul > li.input-check {
	margin-left: 25px;
	float: left;
}
#rightContent ul.uploadItem-title > li.checkbox > div.sub-category > ul > li.first-input-check {
	margin-left: 0;
}
#rightContent ul.uploadItem-title > li.checkbox > div.sub-category > ul > li.title-check {
	margin-left: 5px;
	width: 80px;
	font-size: 1.2em;
}
#rightContent ul.input-option {
	margin-top: 50px;
}

#rightContent #sellContentList {
	position: relative;
	margin: 0;
	padding: 0;
}
#rightContent #sellContentList h3 {
	font-family: "Malgun Gothic";
}
#rightContent #sellContentList #listWrap {
	position: relative;
	width:760px;
}
#rightContent #sellContentList #listWrap div.item-image {
	border:1px solid #7f7f7f;
}
#rightContent #sellContentList #listWrap > div.list-item {
	float: left;
	width:350px;
	margin-left:20px;
	margin-top:30px;
}
#rightContent #sellContentList #listWrap > div.list-item-blank {
	float: left;
	margin-left:95px;
	margin-top:30px;
	height:150px;
}
#rightContent #sellContentList #listWrap > div.line-first {
	margin-left: 0;
}
#rightContent #sellContentList div.list-item > div {
	float: left;
}
#rightContent #sellContentList div.list-item > div.item-content {
	margin-left: 15px;
}
#rightContent #sellContentList div.list-item > div.item-content-blank {
	margin-left: 15px;
	width:100%;
}
#rightContent #sellContentList div.list-item > div.item-content li {
	font-size: 9pt;
	color: #222;
	padding-top: 5px;
	font-family: 'Malgun Gothic';
}
#rightContent #sellContentList div.list-item > div.item-content li.item-content-title {
	font-family: 'Malgun Gothic';
}
#rightContent #sellContentList div.list-item > div.item-content li:first-child {
	padding-top: 2px;
}
#rightContent #sellContentList div.list-item > div.item-content li input[type=button] {
	border: 1px solid #bbbbbb;
	background-color: #ededed;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	font-size: 10pt;
	color: #444444;
	padding:5px;
	font-weight:bold;
}
#rightContent #sellContentList div.list-item > div.item-content li span.status-ing {
	color: #0000ff;
}
#rightContent #sellContentList div.list-item > div.item-content li span.status-stop {
	color: #ff0000;
}
#rightContent #sellContentList div.list-item > div.item-content li span.status-standby {
	color: #ff9100;
}
#rightContent div.item-list-menu {
	position: relative;
	width: 100%;
	text-align:left;
	margin-top: 30px;
}
#rightContent div.item-list-menu > ul.paging {
	float:left;
}
#rightContent div.item-list-menu > ul.paging li {
	float:left;
	padding:0;
	margin-left:8px;
}
#rightContent div.item-list-menu > ul.paging li:first-child {
	margin-left:0;
}
#rightContent #sellContentList div.item-regbtn {
	position: absolute;
	bottom: 0;
	left: 2px;
}
#rightContent #sellContentList div.item-regbtn input {
	border: 1px solid #e1002a;
	background-color: #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	font-size: 1.2em;
	color: #ffffff;
	padding:5px;
	font-weight:bold;
	cursor:pointer;
}
/* Member */
#member {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}

/* Login */
#member > #login {
	position: relative;
	float: left;
	margin: 40px 20px;
	width:300px;
	font-family: 'Malgun Gothic';
}
#member > #login > h1 {
	color: #ef0033;
	font-family: 'Malgun Gothic';
}
#member > #login .loginbox-item {
	padding: 20px 0;
}
#member > #login .loginbox-item .loginbox-item-title {
	color: #000;
	font-weight: 600;
	font-size: 1.5em;
	margin-left: 3px;
	font-family: 'Malgun Gothic';
}
#member > #login .loginbox-item .loginbox-item-input {
	margin-top: 3px;
	width: 300px;
	height: 23px;
	border: 1px solid #cccccc;
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #fff;
}
#member > #login .loginbox-item .loginbox-item-input > input[type=text], input[type=password] {
	font-size: 1.25em;
	font-weight: 600;
	border: none;
	width: 300px;
}
#member > #login .loginbox-item .userpass {
	margin-top: 15px;
}
#member > #login .loginbox-item  {
	margin-top: 15px;
}
#member > #login .loginbox-item-desc {
	font-family: 'Malgun Gothic';
	margin-top: 3px;
	margin-left: 3px;
}
#member > #login .loginbox-item-loginbtn {
	margin-top: 15px;
	margin-right:10px;
}
#member > #login .loginbox-item-loginbtn > input[type=button] {
	border: 1px solid #e1002a;
	background-color: #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
	font-weight:bold;
}
#member > #login .loginbox-item-loginbtn ul {
	float: right;
	padding-top: 7px;
}
#member > #login .loginbox-item-loginbtn ul > li:first-child {
	padding-top: 1px;
}
#member > #login .loginbox-item-loginbtn ul > li.checkbox-label {
	background: none;
	padding-left: 3px;
	margin: 0;
	font-family: 'Malgun Gothic';
}

#member > #notice {
	float: right;
	position: relative;
	margin: 38px 5px;
	width: 600px;
	height: 230px;
	font-family: 'Malgun Gothic';
	overflow: hidden;
	border:1px solid #efefef;
}
#member > #notice .notice-content-background {
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 100%;
	height: 90px;
	background-color: #222;
	opacity: 0.7; /* other browsers */ 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* this works in IE6, IE7, and IE8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* this works in IE8 only */ 
}
#member > #notice .notice-content-text {
	position: absolute;
	bottom: 39px;
	left: 12px;
	font-family: 'Malgun Gothic';
}
#member > #notice .notice-content-text > p {
	padding: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	font-family: 'Malgun Gothic';
}
#member > #notice .notice-content-btn {
	position: absolute;
	bottom: 39px;
	right: 15px;
}
#member > #notice .notice-content-btn > input[type=button] {
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #3875d7;
	font-size: 1.45em;
	color: #fff;
	font-family: 'Malgun Gothic';
	font-weight:600;
	cursor: pointer;
}

/* Join */
#member > #join {
	position: relative;
	float: left;
	margin: 40px 20px;
	font-family: 'Malgun Gothic';
}
#member > #join > h1 {
	color: #ef0033;
	font-family: 'Malgun Gothic';
}

#member > #join > #joinbox div{
	float:left;
	display:inline;
}

#member > #join > #joinbox div.divLine {
	height: 505px;
	margin-left:30px;
	border-left: 1px dashed #afafaf;
}

#member > #join .joinbox-item {
	float: left;
	padding: 20px 0;
}

#member > #join .joinbox-item:last-child{
	margin-left:30px;
}

#member > #join .joinbox-item .joinbox-item-title {
	color: #000;
	font-weight: 600;
	font-size: 1.5em;
	margin-left: 3px;
	margin-top: 15px;
	font-family: 'Malgun Gothic';
}
#member > #join .joinbox-item .joinbox-item-title:first-child {
	margin-top: 0;
}
#member > #join .joinbox-item .joinbox-item-input {
	margin-top: 3px;
	width: 250px;
	height: 23px;
	border: 1px solid #aaa;
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #fff;
}
#member > #join .joinbox-item .joinbox-item-input > input[type=text], .joinbox-item-input > input[type=password] {
	font-size: 1.25em;
	font-weight: 600;
	border: none;
	width: 240px;
	font-family: 'Malgun Gothic';
	color:#676767;
}
#member > #join .joinbox-item-desc {
	font-family: 'Malgun Gothic';
	margin-top: 3px;
	margin-left: 3px;
}
#member > #join .joinbox-item-agreement, .joinbox-item-joinbtn, .joinbox-item-regSeller {
	margin-top: 18px;
}
#member > #join .joinbox-item-agreement ul > li, .joinbox-item-regSeller ul > li {
	float: left;
	font-family: 'Malgun Gothic';
}
#member > #join .joinbox-item-agreement ul > li:first-child, .joinbox-item-regSeller ul > li:first-child {
	padding-top: 2px;
}
#member > #join .joinbox-item-agreement ul > li:last-child, .joinbox-item-regSeller ul > li:last-child {
	padding-left: 5px;
}
#member > #join .joinbox-item-agreement ul > li a {
	outline: none;
	color: #ef0033;
}
#member > #join .joinbox-item-agreement ul > li a:hover {
	text-decoration: underline;
}
#member > #join .joinbox-item-joinbtn > input[type=button] {
	border: 1px solid #e1002a;
	background-color: #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	font-size: 1.6em;
	color: #ffffff;
	font-weight:bold;
	padding:10px;
	cursor: pointer;
}
#member > #join .joinbox-item-regSeller-notice {
	font-family: 'Malgun Gothic';
	color: #aaa;
	margin-top:4px;
}
#member > #agreement {
	position: relative;
	margin: 40px 20px;
	padding: 15px;
	width: 95%;
	border: 1px solid #fff;
	word-break:break-all;
}
#member > #agreement > ul li {
	float: left;
}
#member > #agreement > ul > li.cur-agree h1 {
	color: #ef0033;
	font-family: 'Malgun Gothic';
}
#member > #agreement > ul > li.agree-divider {
	padding: 0 10px;
}
#member > #agreement > ul > li.agree-divider h1 {
	color: #aaa;
	font-family: 'Malgun Gothic';
}
#member > #agreement > ul > li a h1 {
	color: #aaa;
	font-family: 'Malgun Gothic';
}
#member > #agreement p.agree-item {
	margin-top: 20px;
	font-family: 'Malgun Gothic';
}
#member > #agreement p.item-notice {
	color: #ef0033;
	font-family: 'Malgun Gothic';
}
#member > #agreement p.item-sub {
	margin-top: 5px;
	font-family: 'Malgun Gothic';
	font-size: 12px;
}
#member > #agreement span.item-sub-child {
	padding-left: 14px;
}

#member > #agreement span.item-sub-child2 {
	padding-left: 8px;
}

/* Footer */
#footer {
	position: relative;
	padding: 15px 0 15px 0;
	font-weight: 600;
	border-top: 1px solid #ccc;
	margin: 0;
	width: 100%;
}
#footer > ul.sf-menu-info {
	width: 459px;
	height: 30px;
	margin: 0 auto;
	padding-left: 165px;
	text-align: center;
	/*border: 1px solid #ff0000;*/
}

.more-list {
	padding-top: 5px;
}
.more-list > a, a:hover, a:link, a:active {
	color: #222;
}


/*???_20120628:start*/
.more-list{
	background:url(../images/icon_more.gif) 0 7px no-repeat;
	padding-left:12px;
}

.more-list a:hover{
	text-decoration:underline;
}

.contentType-item li div.BTNDown {
	width:93px;
	height:15px;
	background:url(../images/icon_down.gif) no-repeat;
	padding: 0;
	margin: 0;
	color:#e1002a;
}
#save_username{
	margin-top:1px;
}

#agreement_seller, #regSeller, #agreement{
	_margin-top:-3px;
}

#agreement{
	_margin-top:-2px;
}

.searchOption span, .searchOption label, .searchOption input{
	vertical-align:middle;
	font-family: 'Malgun Gothic';
}

/*email_change:start*/
#leftMenu{
}

.curemail{
	font-weight:bold;
	color:#e1002a;
}

.userpass, .curemail, .useremail{
	font-weight:bold;
}
/*email_change:end*/

#rightContent .uploadItem-title-text h3{
	font-size:1.2em;
}

.uploadItem-title img{
	margin-top:-3px;
}

.uploaderInfo h2{
	font-size:1.2em;
	color:#000000;
}

.sellername, .sellerphone, .sellerbank, .sellerdeposit{
	font-family: 'Malgun Gothic';
	font-weight:bold;
	color:#222222;
	padding-left:3px;
	font-size:15px;
}

#sellername, #sellerphone, #sellerbank, #sellerdeposit{
	color:#484848;
	font-size:1em;
}
/*???_20120628:end*/

#creditList {
	margin-top: 10px;
}
#creditList td {
	height: 50px;
	text-align: center;
}
#creditList td.w80 {
	width: 100px;
}
#creditList td.w120 {
	width: 180px;
}
#creditList td.w200 {
	width: 350px;
}
#creditList tr.title {
	background-color: #bbb;
	color: #000;
	font-family: "Malgun Gothic";
	font-size: 1.25em;
}
#creditList tr.content {
	color: #000;
	font-family: "Malgun Gothic";
	font-size: 1.3em;
}
#creditList tr.content td {
	border-bottom: 1px solid #bbb;
}
#creditList .curCredit {
	font-family: "Malgun Gothic";
	font-size: 1.3em;
	color: #ef0033;/*3875d7*/
	text-align: right;
}
.creditListPaging {
	position: relative;
	margin-top: 20px;
	height: 50px;
	padding-left: 225px;
}
.creditListPaging > ul.paging {
	float: left;
}
#deposit {
	position: relative;
	margin-top: 20px;
}
#deposit span.deposit-guide {
	font-size: 0.95em;
	color: #ef0033;
	font-family: "Malgun Gothic";
}
#deposit textarea {
	width: 500px;
	height: 140px;
	text-align: left;
	border: 1px solid #FFDC3C;
	background-color: #222;
	font-size: 1.0em;
	font-family: "Malgun Gothic";
	padding-left: 10px;
	color: #FFDC3C;
}
.deposit-complete {
	color: #3875d7;
}
.deposit-cancel {
	color: #ef0033;
}
.deposit-reg-wrap {
	margin-top: 20px;
	border-top: 2px solid #c9c9c9;
	padding-top: 20px;
}
.deposit-reg-wrap .curCredit {
	font-family: "Malgun Gothic";
	font-size: 1.3em;
	color: #ef0033;/*3875d7*/
	text-align: left;
}
.deposit-reg-wrap .canDeposit {
	font-family: "Malgun Gothic";
	font-size: 1.3em;
	color: #3875d7;/*3875d7*/
	text-align: left;
}
.deposit-reg-wrap .curCreditInput {
	font-family: "Malgun Gothic";
	font-size: 1.3em;
	color: #222;/*3875d7*/
	text-align: left;
}
.deposit-reg-wrap .curCreditInput input {
	padding: 1px;
}
.deposit-reg-wrap .curCreditInputDesc {
	padding-left: 10px;
	font-size: 0.75em;
	font-family: "Malgun Gothic";
}
.curCreditBTN input[type=button] {
	border: 1px solid #e1002a;
	background-color: #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
	font-weight:bold;
}

#chargeCredit {
	position:relative;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
#chargeCredit h3 {
	color: #000;
	font-size: 1.7em;
}
#chargeCredit .select-pay {
	margin-top: 30px;
}
#chargeCredit .select-pay div {
	float: left;
}
#chargeCredit .select-pay .select-price span.title{
	font-size: 1.25em;
	font-family: "Malgun Gothic";
	color: #ef0033;
}
#chargeCredit .select-pay .select-price td {
	font-size: 1.45em;
	color: #000;
}
#chargeCredit .select-pay .select-price td.label {
	padding-top: 3px;
}
#chargeCredit .select-pay .checkPayment {
	margin-left: 60px;
}
#chargeCredit .select-pay .checkPayment span.title{
	font-size: 1.25em;
	font-family: "Malgun Gothic";
	color: #ef0033;
}
#chargeCredit .select-pay .checkPayment td {
	font-size: 1.45em;
	color: #000;
}
#chargeCredit .select-pay .checkPayment td span.user-pay-text {
	color: #3875d7;
	font-weight: 800;
}
#chargeCredit .select-pay .checkPayment label {
	font-size: 0.75em;
}
#chargeCredit .select-pay .checkPayment input[name=select_charge_price] {
	font-size: 1.0em;
	padding-top: 3px;
}

#searchKeyWord {
	position: relative;
	display: block;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 2.0em;
	color: #000;
}
span.keyword {
	color: #ef0033;
}

#admin {
	text-align: left;
}
#admin h1 {
	color: #ef0033;
}
#adminLoginTable td {
	font-size: 1.25em;
}
#adminLoginTable td.underline {
	border-bottom: 1px solid #c9c9c9;
}

#adminLoginTable input{
	width: 150px;
	font-size: 9pt;
	border: 1px solid #bbb;
	padding: 3px 5px;
}
#admin .amdinLoginBtn {
	padding-left: 179px;
}
#admin input[type=button] {
	border: 1px solid #e1002a;
	background-color: #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
	font-size: 1.25em;
	font-weight:bold;
}

#adminMNG {
	position: relative;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 30px;
	font-family: "Malgun Gothic";
}
#adminMNG h1 {
	color: #ef0033;
	margin-bottom: 15px;
}
#adminMNG td {
	font-size: 1.25em;
	text-align: center;
}
#adminMNG td.rightAlign {
	text-align: right;
}
#adminMNG tr.title {
	background-color: #555;
	color: #fff;
}
#adminMNG tr.title-payment > td {
	background-color: #555;
	color: #fff;
	font-size:12px;
}
#adminMNG tr.content > td {
	border-bottom: 1px solid #ccc;
	color: #000;
}
#adminMNG tr.content-payment > td {
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size:12px;
}
#adminMNG td.searchInput > input {
	border: 1px solid #ccc;
	width: 350px;
	font-size: 12px;
	padding: 5px;
	color: #888;
	margin-bottom: 5px;
}
#adminMNG td.searchInput {
	text-align: right;
}
#adminMNG .list-item-bottom {
	padding-left: 340px;
	margin-top: 15px;
	margin-bottom: 50px;
}
#adminMNG .list-item-bottom .paging {
	float: left;
}
#adminMNG td.item-title {
	width: 120px;
	height: 50px;
	font-size: 1.25em;
	color: #fff;
	text-align: center;
	background-color: #bbb;
	border-bottom: 1px solid #c9c9c9;
}
#adminMNG td.item-content {
	width: 250px;
	text-align: left;
	padding-left: 30px;
	color: #000;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}
#adminMNG td.item-content-payment {
	width: 450px;
	text-align: left;
	padding-left: 30px;
	color: #000;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}
#adminMNG td.item-content-payment-text {
	font-size:14px;
}
#adminMNG td.item-title2 {
	width: 120px;
	height: 50px;
	font-size: 1.25em;
	color: #fff;
	text-align: center;
	background-color: #bbb;
	border-bottom: 1px solid #c9c9c9;
}
#adminMNG td.item-content2 {
	width: 840px;
	text-align: left;
	padding-left: 30px;
	color: #000;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}
#adminMNG td.item-content2 .font14 {
	font-size:14px;
}
#adminMNG td.item-title-first {
	border-top: 1px solid #c9c9c9;
}
#adminMNG td.item-content-first{
	border-top: 1px solid #c9c9c9;
}
#adminMNG td.btnType_01 input[type=button] {
	border: 1px solid #e1002a;
	background-color: #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
	font-size: 1.25em;
	font-weight:bold;
}
#adminMNG td.btnType_02 input[type=button] {
	border: 1px solid #e1002a;
	background-color: #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
	font-size: 1.25em;
}
#adminMNG td.btnType_03 input[type=button] {
	border: 1px solid #3875d7;
	background-color: #3875d7;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
	font-size: 0.75em;
}
#adminMNG td.btnType_04 input[type=button] {
	border: 1px solid #3875d7;
	background-color: #3875d7;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
	font-size: 0.65em;
}
#adminMNG td.btnType_05 input[type=button] {
	border: 1px solid #e1002a;
	background-color: #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
	font-size: 0.65em;
}
#adminMNG td.btnType_06 input[type=button] {
	border: 1px solid #c1c1c1;
	background-color: #a0a0a0;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	color: #fff;
	padding: 5px;
	cursor: pointer;
	font-size: 1.25em;
}
#adminMNG span.acc_ok {
	color: #3875d7;
}
#adminMNG span.acc_cancel {
	color: #ef0033;
}
#adminMNG span.acc_del {
	color: #454545;
}
#adminMNG span.point-text {
	font-weight: 600;
	color: #ef0033;
}
#adminMNG td.searchBTN {
	padding-bottom: 4px;
}
#adminMNG table.noticemngTable td.noticemngTable-content {
	text-align: left;
}
#adminMNG table.paymentTableBorder tr {
	border-bottom: 1px solid #454545;
}
#adminMNG table.paymentTableBorder td {
	border-right: 1px solid #454545;
}
#adminMNG table.paymentTableBorder td:first-child {
	border-left: 1px solid #454545;
}


div.notice {
  background-color:#fff;
  padding-bottom: 5px;
}
div.notice h4 {
  margin-bottom: 5px;
  color: #000;
}
div.notice td.notice-record {
  width: 200px;
  background-color:#fff;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #efefef;
  cursor: pointer;
}
div.notice td.notice-record-date {
  width: 80px;
  background-color:#fff;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #efefef;
}
div.notice td.notice-record-new {
  font-weight: bold;
}

div.newImage h4 {
  margin-bottom: 5px;
  color: #000;
}

.mainBoard .newImage .imgLayer {
	width: 75px;
	height: 100px;
	overflow:hidden;
}
.imgLayer > img {
	width: 75px;
}

div.newIllust h4 {
  margin-bottom: 5px;
  color: #000;
}
.mainBoard .newIllust .imgLayer {
	width: 75px;
	height: 100px;
	overflow:hidden;
}

.mainBoard .imgMore {
	position: absolute;
	top: 2px;
	left: 265px;
	color: #aaaaaa;
	font-weight: bold;
}
.mainBoard .illustMore {
	position: absolute;
	top: 2px;
	left: 265px;
	color: #aaaaaa;
	font-weight: bold;
}

.imgMore a, .illustMore a {
	color: #aaaaaa;
	font-weight: bold;
}

/* sf-menu-info */
.company-info {
	width:960px;
	text-align:center;
	line-height: 17px;
	font-family: 'Malgun Gothic';
	font-size: 1.0em;
	font-weight: 200;
	color: #757474;	
}

#uploadContent table.uploadContentTable td.table-item-title {
	font-size: 12px;
	color:  #000;
	background-color: #efefef;
	font-family: 'Malgun Gothic';
}

#uploadContent table.uploadContentTable td div.table-item-desc {
	margin-left: 7px;
	margin-top: 3px;
	font-size: 8pt;
	font-family: 'Malgun Gothic';
}

#uploadContent table.uploadNoticeTable {
	border: 2px solid #e1002a;
}
#uploadContent table.uploadNoticeTable td {
	font-family: 'Malgun Gothic';
	color: #e1002a;
	line-height: 18px;
}

#changePassword table.memberDeactive {
	border: 2px solid #e1002a;
}

#changePassword table.memberDeactive td {
	font-family: 'Malgun Gothic';
	color: #e1002a;
	line-height: 18px;
}



#adminMNG div.notice-reg-btn {
	position:absolute;
	left: 0;
	top: 0;
}
#adminMNG div.notice-reg-btn input {
	border: 1px solid #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px;
	background: #e1002a;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	font-family: 'Malgun Gothic';
	cursor:pointer;
}

#adminMNG td.noticemng-regcontent {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#adminMNG table.noticePopupTable {
	border: 0;
	border: 1px solid #efefef;

}
#adminMNG table.noticePopupTable td.item-content {
	border: 0;
	border-bottom: 1px solid #efefef;
}


#id_search {
	padding: 2px;
}
#id_search table.msgTable {
	border: 1px solid #efefef;
}
#id_search table.msgTable td {
	font-size: 12pt;
	font-family: 'Malgun Gothic';
}

#id_search table.msgTable td .findIDText {
	font-size: 12pt;
	font-family: 'Malgun Gothic';
	color: #e1002a;
}
#id_search td.btnType_02 input[type=button] {
	border: 1px solid #e1002a;
	background-color: #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Malgun Gothic';
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
	font-size: 1.25em;
}

.cateSubText {
	font-family: 'Malgun Gothic';
	font-size: 1.0em;
	font-weight: 200;
	color: #757474;
}

.cateSubText a {
	font-family: 'Malgun Gothic';
	font-size: 1.0em;
	font-weight: 200;
	color: #757474;
}

.cateSubText a.contentListCurCate {color:#e1002a;text-decoration:underline;}

.cateSubText a:hover {
	text-decoration: underline;
}

.contentDownLoadBtn {
	float: left;
	padding-top: 5px;
	text-align: left;
}
.contentDownLoadBtn input {
	border: 1px solid #e1002a;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px;
	background-color: #e1002a;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	font-family: 'Malgun Gothic';
	cursor:pointer;
}

.topMargin15 {
	margin-top:5px;
}
.topMargin {
	margin-top:5px;
}
#memberPaylistTable {
	
}
#memberPaylistTable table.list-notice {margin-top:15px;margin-bottom:5px;}
#memberPaylistTable table.list-notice td {color:#e1002a;}
#memberPaylistTable table.list-title td {
	padding:10px 0;
	font-family: "Malgun Gothic";
	font-size:14px;
	color:#000;
	background-color:#ddd;
	text-align:center;
	border-top:1px solid #afafaf;
	border-bottom:1px solid #afafaf;
}
#memberPaylistTable table.list-content td {
	padding:10px 0;
	font-family: "Malgun Gothic";
	font-size:12px;
	color:#000;
	text-align:center;
	border-bottom:1px dotted #afafaf;
}

#rightContent #buyManage #joinbox ul.joinbox-item li{
	font-family: 'Malgun Gothic';
}

.introduce_photohaus {
	position:relative;
	width:960px;
	margin:0 auto;
}
.introduce_photohaus .intro-title {
	font-size:20px;
	font-weight:600;
	color:#000000;
}
.introduce_photohaus .intro-content {
	color:#222222;
	font-size:14px;
	padding-top:5px;
	line-height:24px;
}
.line-bottom {
	margin-top:10px;
	width:470px;
	height:1px;
	background-color:#afafaf;
}