/* 클래스BACKSTYLE은 배경색 변경. */

#html_style {
	overflow-x: hidden !important;
	width: 1920px; 
}

.backstyle {
	background-color:transparent;
}
p.backstyle {
	background-color:#666666;
}
font.fontstyle{
	font-size: xx-large;
	font-weight: bold;
/* 	color: slategray; */
}
body{
	margin-top: 100px;
	line-height: 1.6
}
.container{
	width: 100%;
/* 	margin: 0 -1%; */
}
ul.tabs{
/* 	margin: 0px; */
/* 	padding: 0px; */
	list-style: none;
	padding: 0% 30%;
/* 	border-bottom: 1px solid; */
	height: 27px;
}
ul.tabs li{
	background: none;
	color: #999;
	display: inline-block;
/* 	border:1px solid #555; */
	border-bottom: 1px transparent;
	padding: 1% 1%;
	cursor: pointer;
	float: left;
}
/* PRODUCT페이지 제품 탭메뉴 탭 스타일 */
ul.tabs li.current{
	background: #DCDCDC;
	color: #111;
	font-weight:bold;
/* 	border: 1px solid #555; */
	border-bottom: 1px transparent;
	padding: 1% 1%;
	float: left;
}
/* 탭메뉴 컨텐츠 스타일 */
.tab-content{
	display: none;
	background: #DCDCDC;
/* 	padding: 15px; */
}

.tab-content.current{
	display: inherit;
}