
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

div#sellmate_stock_list{
	position: relative;
	border : 1px solid #d9d9d9;
	margin-bottom: 5px;
}
div#sellmate_stock_list table.sellmate-table {

	border-collapse: collapse !important;
	width: 100% !important;
	font-family:'나눔바른고딕','NanumBarunGothic','돋움',Dotum,'NanumGothic',verdana,helvetica,sans-serif !important;
	font-size: 12px !important;
}

div#sellmate_stock_list table.sellmate-table th,div#sellmate_stock_list table.sellmate-table td {
	text-align: center !important;
	/* padding: 5px !important; */
	height: 35px !important;
	font-family:'나눔바른고딕','NanumBarunGothic','돋움',Dotum,'NanumGothic',verdana,helvetica,sans-serif !important;
	line-height: 35px;
}

div#sellmate_stock_list table.sellmate-table tr:nth-child(even) {
	background-color: #f2f2f2 !important;
}

div#sellmate_stock_list table.sellmate-table th {
	background-color: #ffffff !important;
	color: #000 !important;
	border-bottom: 2px #d9d9d9 solid !important;
}

div#sellmate_stock_list table.sellmate-table th:first-child {
	border-right: 1px white solid !important; 
}

div#sellmate_stock_list table.sellmate-table tbody td {
	width: 50% !important;
	color: #676767 !important;
}

div#sellmate_stock_list .sellmate-status_info { 
	width:100px;
	display: inline-block !important;
	font-weight: bold !important;
}

div#sellmate_stock_list ul.sellmate-ul li {
	line-height: 15px !important;
}

.sellmate-status_title {
	height : 53px;
	line-height: 53px;
	font-weight: normal;
	font-size:16px;
	font-family:'나눔바른고딕','NanumBarunGothic','돋움',Dotum,'NanumGothic',verdana,helvetica,sans-serif !important;
	/*font-weight:bold !important;*/
	width:100% !important;
	text-align:center !important;
	letter-spacing: -0.01em !important;
	color: #000 !important;
	background-color: #fff;
	cursor : pointer;
	/*e29c9c*/
}

.sellmate-status_title.sub {
	font-size:16px;
	font-family:'나눔바른고딕','NanumBarunGothic','돋움',Dotum,'NanumGothic',verdana,helvetica,sans-serif !important;
	width:100% !important;
	text-align:center !important;
	margin-bottom:10px !important;
	letter-spacing: -0.01em !important;
	color: #7A7A7A !important;
	font-weight: normal !important;
}

.toggle_btn{
	/*-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #7d7d7d;
	display:inline-block;
	color:#fff;
	font-family:'나눔바른고딕','NanumBarunGothic','돋움',Dotum,'NanumGothic',verdana,helvetica,sans-serifs-serif;
	font-size:12px;
	font-style:normal;
	height:30px;
	line-height:25px;
	width:100px;
	text-align:center;	
	background-color: #7d7d7d;
	padding: 0 2px;*/
}.toggle_btn:hover {
	color: #fff;
	background-color:#BBBBBB;
}.toggle_btn:active {
	position:relative;
	top:1px;
}

div.sellmate-notice_info {
	/*height: 60px;	*/
}

.sellmate-notice_info li{
	list-style: none;
}

.sellmate-ul{
	margin: 0 !important;
}

.sellmate-notice_info.desktop{
	margin-top: 10px;
	/*position: relative;*/
	height: 140px;
	padding: 10px;
	height: auto;
	background-color: #fbf9f1;
	border-top: 1px solid #d9d9d9;

}
.sellmate-notice_info.left{
	/*border: 1px dotted #000;*/
}
.sellmate-notice_info.right{
	margin-top : 5px;
	/*border: 1px dotted #000;*/
}

.sellmate-ul-wrapper{
	width:49.5%;
	height: 60px;
	float: left;
	position: relative; 
}

.sellmate-ul-left{
	position: absolute;
	left:0;
	padding-left: 10px;
}
.sellmate-ul-right{
	position: absolute;
	left: 0;
	border-left: 1px dotted #ccc;
	padding-left: 20px;
}

.sellmate-notice_info.mobile {
	border: none;
	height: 100%;
	/*border: 1px dotted #ccc;	*/
	padding: 5px;
	display: none;
}

.sellmate-status_info.mobile {
	width:70px !important;
}

.toggle_btn.info {
	display: none;
}

.mobile{display: none;}

.sellmate-clicked{border-top:1px solid #d9d9d9;}
/* Mobile */
@media only screen and (max-device-width : 760px) {
	.sellmate-status_title {
		color: #000 !important;
		height : 39px !important;
		line-height : 39px !important;
		font-size: 12px;
		background-color: #fff;
	}
	.sellmate-clicked{border-top:1px solid #d9d9d9;}
	.toggle_btn.list.arrow{color:#000 !important;font-color:#000;}
	/*#sellmate_stock_list{margin-left:30px;margin-right:30px;}*/
}

/* Desktop */
/*@media screen and (max-width : 1194px) {
	.sellmate-notice_info.desktop{display: none;}
	.sellmate-status_title{font-size: 20px;}
	.sellmate-status_title.sub {font-size: 13px;}
	#sellmate_stock_list{padding: 5px;}
	.toggle_btn.info {display: inline-block;}
}*/

/*@media screen and (min-width : 1193px) {
	.sellmate-notice_info.mobile{display:none;}
	.toggle_btn.info{display:none;}
}*/

@media screen and (min-device-width : 759px) {
	.sellmate-notice_info.mobile{display:none;}
	/*.toggle_btn.info{display:none;}*/
}