.content {
	float: left;
	padding-left: 15px;
	box-sizing: border-box;
}

#my_menu {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	display: none;
	background-color:white;
	z-index: 995;
}

#my_menu ul li {
	cursor:pointer;
	border: 1px solid #019ec9;
	box-sizing: border-box;
	border-top: 0;	
	
	font-size: 12px;
	
	padding:7px 10px 7px 10px;
}
#my_menu ul li a {
	display: block;
	width: 144px;
	color: #333;
}
#my_menu ul li a:link,
#my_menu ul li a:visited,
#my_menu ul li a:hover,
#my_menu ul li a:active, {
	text-decoration: none;
	
	color: #333;
}
#my_menu ul li:hover {
	background-color: #019ec9;
	
	color: #fff !important;
}
.content .main_banner_section {
	margin-top: 20px;
}
.content .notice_section {
	margin-top: 20px;
}
.content .notice_section p {
	color: #454545;
	font-size: 14px;
	font-weight: bold;
}
.content .notice_section p > .ns_title {
	color: #c31e1e;
}
.content .state_section {
	position: relative;
	
	margin-top: 20px;
}
.content .sub_banner_section {
	margin-top: 20px;
}
.content .sub_banner_section ul {
	*zoom: 1;
}
.content .sub_banner_section ul::after {
	content: '';
	display: block;
	clear: both;
}
.content .sub_banner_section ul > li {
	float: left;
	width: 410px;
	box-sizing: border-box;
	margin-left: 10px;
}
.content .sub_banner_section ul > li:first-child {
	margin-left: 0;
}
.content .product_section_title {
	*zoom: 1;
	margin-top: 20px;
}
.content .product_section_title::after {
	content: '';
	display: block;
	clear: both;
}
.content .product_section_title .pst_title {
	float: left;
	width: 169px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;

	color: #4b4c60;
	font-size: 24px;
	font-weight: bold;
}
.content .product_section_title .pst_con {
	float: left;
	width: 987px;
	height: 40px;
	box-sizing: border-box;
}
.content .product_section_title .pst_con::before {
	display: block;
	content: '';
	width: 100%;
	height: 19px;
	border-bottom: 1px solid black;
}
.content .product_section_title .pst_all_view {
	float: left;
	width: 94px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	background-image: url(../images/right_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;

	color: #4b4c60;
	font-size: 14px;
	font-weight: bold;

	padding-left: 5px;
}
.content .product_section_title .pst_all_view .btn_pst_all_view {
	text-decoration: none;
}
.content .product_section_title .pst_all_view .btn_pst_all_view:link,
.content .product_section_title .pst_all_view .btn_pst_all_view:visited,
.content .product_section_title .pst_all_view .btn_pst_all_view:hover,
.content .product_section_title .pst_all_view .btn_pst_all_view:active {
	color: #4b4c60;
	font-size: 14px;
	font-weight: bold;
}
.content .product_section {
	width: 1260px;
	margin-top: 10px;
}
.content .product_section > ul {
	*zoom: 1;
}
.content .product_section > ul::after {
	content: '';
	display: block;
	clear: both;
}
.content .product_section > ul > li {
	position: relative;
	float: left;
	width: 200px;
	height: 370px;
	background-color: #fff;
	/* border: 1px solid #ddd;
	box-shadow: 1px 1px 2px #eee; */
	cursor: pointer;
	transition: all 0.2s ease-out 0s;
	
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.content .product_section > ul > li:hover {
	box-shadow: 2px 2px 5px 1px#666;
}
.content .product_section > ul > li dl.product_set {
	color: #333;
	font-size: 12px;
}
.content .product_section > ul > li dl.product_set > dd {
}
.content .product_section > ul > li dl.product_set > dd.product_check {
	position: relative;
	transition: all 0.5s ease-out 0s;
	
	margin-top: 0;
}
.content .product_section > ul > li dl.product_set > dd.product_check .list_count {
	vertical-align: middle;
	cursor: pointer;
}
.content .product_section > ul > li dl.product_set > dd.product_check .list_count + label {
	vertical-align: middle;
	cursor: pointer;
}
.content .product_section > ul > li dl.product_set > dd.product_check .sale_state {
	position: absolute;
	top: 1px;
	right: 2px;
	
	color: #f00;
}
.content .product_section > ul > li dl.product_set > dd .code_num {
	vertical-align: middle;
	cursor: text;
}
.content .product_section > ul > li dl.product_set > dd .ps_title {
	display: inline-block;
	width: 34%;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.content .product_section > ul > li dl.product_set > dd .ps_content {
	display: inline-block;	
	width: 66%;
	height: 18px;
	line-height: 18px;	
	overflow: hidden;
}
.content .product_section > ul > li dl.product_set > dd.product_img {
	position: relative;
	overflow: hidden;
}
.content .product_section > ul > li dl.product_set > dd.product_img .icon_19 {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 35px;
	height: 35px;
}
.content .product_section > ul > li dl.product_set > dd.product_img .product_img_thumbnail {
	width: 178px;
	height: 178px;
	transition: all 0.5s ease-out 0s;
}
.content .product_section > ul > li dl.product_set > dd.product_code {
	color: #ab8867;
	font-size: 16px;
	
	margin-top: 5px;
	margin-bottom: 5px;
}
.content .product_section > ul > li dl.product_set > dt.product_title {
	height: 18px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	
	font-weight: 600;
}

/* 공급사 등급박스 */
.icon_avr_class {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	
	margin-left: 5px;
}
.icon_trans_class,
.icon_ans_class,
.icon_can_class,
.icon_popu_class {
		width: 35px;
		height: 35px;
		vertical-align: middle;
}
.box_class {
	display: none;
	position: absolute;
	top: 200px;
	left: 140px;
	width: 170px;
	background-color: #f4f4f4;
	border: 2px solid #595959;
	
	z-index: 980;
}
.box_class dl > dt {	
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	
	font-size: 14px;
	font-weight: bold;
	
	padding-left: 5px;		
}
.box_class dl > dd {
	border-top: 1px solid #d5d5d5;
}
.box_class dl > dd .class_title,
.box_class dl > dd .class_content {
	display: inline-block;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	
	font-size: 14px;
	
	margin: 0;
	padding-left: 5px;		
}
.box_class dl > dd .class_title {
	width: 165px;
}
.box_class dl > dd .class_content {
	width: 55px;
}

.copyright > p {
	line-height: 140%;
	text-align: right;
	
	color: #808080;
	font-size: 12px;
	
	padding: 30px;
	padding-bottom: 15px;
}

.total_start_num_0 {
	width:40px;
	height:16px;
	line-height:16px;
	background-color:#b8b8b8;
	margin-left:5px;
	border:0px;
	border-radius:3px;
	color:white;
	cursor:pointer;
}

.total_start_num_1 {
	width:40px;
	height:16px;
	line-height:16px;
	background-color:#b8b8b8;
	margin-left:5px;
	border:0px;
	border-radius:3px;
	color:white;
	cursor:pointer;
}

.total_start_num_2 {
	width:40px;
	height:16px;
	line-height:16px;
	background-color:#909090;
	margin-left:5px;
	border:0px;
	border-radius:3px;
	color:white;
	cursor:pointer;
}
.total_start_num_3 {
	width:40px;
	height:16px;
	line-height:16px;
	background-color:#6c6c6c;
	margin-left:5px;
	border:0px;
	border-radius:3px;
	color:white;
	cursor:pointer;
}
.total_start_num_4 {
	width:40px;
	height:16px;
	line-height:16px;
	background-color:#484848;
	margin-left:5px;
	border:0px;
	border-radius:3px;
	color:white;
	cursor:pointer;
}
.total_start_num_5 {
	width:40px;
	height:16px;
	line-height:16px;
	background-color:black;
	margin-left:5px;
	border:0px;
	border-radius:3px;
	color:white;
	cursor:pointer;
}
.total_start_num_6 {
	width:40px;
	height:16px;
	font-size:11px;
	line-height:14px;
	background-color:#5cb85c;
	margin-left:5px;
	border:0px;
	border-radius:3px;
	color:white;
	cursor:pointer;
}
.class_star_title {
	font-weight:bold;
}