<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body{background-color: #f5f5f5;/*#f5f5f5*/}
/***********************************************************************************************************
											제품 소개 
*************************************************************************************************************/
.products{ background: url(../images/sub/bg/products_visual_bg.jpg) no-repeat;}


/***************************************
			제품 갤러리
***************************************/
/* 탭 */
.tab{width: 731px; margin-bottom: 26px; font-family: '나눔고딕 bold', NanumBold; overflow: hidden;} 
.tab &gt; li{ float: left; width: 25%; #width: 181px; background-color: #f5f8fb;}
.tab &gt; li &gt; a{
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 17px;
	color: #777777;
	/*letter-spacing: -0.5px;*/
	border-top:1px solid #d7dce7;
	border-bottom:1px solid #d7dce7;
	border-right: 1px solid #bec6d7;
}
.tab &gt; li &gt; a.active{
	height: 36px;
	line-height: 36px;
	color: #213f6c;
	border-top:2px solid #a1aabd;
	border-bottom:none;
	text-align:left;
	padding-left: 49px;

	background-color: #ffffff;
}
.tab &gt; li.first&gt; a{ border-left: 1px solid #bec6d7; border-right: 1px solid #bec6d7;}
.tab &gt; li.last{width: 364px; height: 39px; border-bottom:1px solid #d7dce7; background-color: #fff;}
.products .tab &gt; li &gt; a.active{padding-left: 0; text-align:center;}

/* 갤러리 */
.galleryWrap{position: relative; width: 731px; height: 496px;}
/*이미지 뷰*/
.galleryWrap &gt; .imgWrap{
	position: relative;
	overflow: hidden;
	margin-bottom: 3px;
	width: 729px;
	height: 421px;
	background: url(../images/products/gallery_bg.jpg) no-repeat;
	border: 1px solid #dfdfdf;
}

.imgWrap &gt; .imgView{ position: relative;}
.imgWrap &gt; .imgView &gt; li{ float: left;}

/* 페이지 */
.galleryWrap &gt; .pageWrap{
	position: absolute;
	right: 10px; bottom: 83px;
	font-family: '나눔고딕 bold', NanumBold;
}

.pageWrap &gt; span.page{ color: #f30000;}

/* 썸네일 */
.thumWrap {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 639px;   /* 추후에 자동으로 설정 */
	height: 67px;
}
.thumWrap &gt; .movethum{position: relative;}
.thumWrap &gt; .movethum &gt; .thum{ /*display: inline-block;*/ height: 60px;}

.thumWrap &gt; .movethum &gt; .thum &gt; span &gt; img{
	width: 83px;
	height: 58px;
}

.thumWrap  &gt; .movethum &gt; .thum &gt; .swiper-pagination-switch{
	margin-right: 7px;
	float: left;
	width: 83px;
	height: 58px;
	cursor: pointer;
	border: solid 1px #e5e7eb;
}

.thumWrap &gt; .movethum &gt; .thum &gt; .swiper-active-switch {
  	/*width: 95px;*/
	/*height: 58px;*/
	border: solid 1px #adbaca;
}
.thumWrap &gt; .movethum &gt; .top-arr{
	width: 83px;
	height: 7px;
	background: url(../images/products/gallery_select_arr.png) no-repeat center top;
}

/* 좌 우 버튼 */
.galleryWrap &gt; button{
	position: absolute;
	overflow: hidden;
	width: 25px; height: 35px;
	outline: 0;
	border: none;
	background: #fff;
	margin:0; padding: 0;
	bottom:15px;
}

.galleryWrap &gt; button.leftBtn{ left: 0;}
.galleryWrap &gt; button.rightBtn{ right: 0;}

.galleryWrap &gt; button &gt; img{margin-left: 0px;}
.galleryWrap &gt; button.onbtn &gt; img{margin-left: -25px;}

/**********************************************************
 		내용
***********************************************************/
.pro-exp{
	margin-top: 39px; 
	padding-left: 6px;
}
.pro-exp &gt; h4{font-family: '나눔고딕 bold', NanumBold;}
.pro-exp &gt; h4 &gt; strong{
	font-size: 28px;
	color: #213f6c;
	letter-spacing: -0.3px;
}
.pro-exp &gt; h4 &gt; em{
	font-size: 24px;
	color: #287ec6;
	letter-spacing: -1.6px;
}

.pro-exp &gt; ul{
	margin: 15px 0 26px 0;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}

.pro-exp &gt; ul &gt; li{
	padding: 0 0 0 12px;
	margin-bottom: 6px;
	background: url(../images/sub/icon/bullet_icon.gif) no-repeat left 7px;
}
/*
table{ width: 100%; text-align: left; border-collapse: collapse;}
table th{padding-left: 22px; height: 72px; font-size: 16px; color: #213f6c; border-top: 1px solid #dee3ee; font-family: '나눔고딕 bold', NanumBold;}
table td{padding: 8px 0; font-size: 14px; color: #666666; border-top: 1px solid #dee3ee;}
table tr.last &gt; th{height: 128px;}
table tr.first &gt; th, table tr.first &gt; td{border-top: 2px solid #cad2e4;}
table tr.last &gt; th, table tr.last &gt; td{border-bottom: 2px solid #cad2e4;}
table td &gt; span{ display: inline-block; padding-left: 16px; height: 55px; line-height: 55px; border-left: 1px solid #dee3ee;}
table tr.last &gt; td &gt; span{ padding: 0 0 0 10px; #padding: 18px 0 0 10px; height: 93px; line-height: 93px;}
table tr.last &gt; td &gt; span &gt; img{vertical-align: middle;}
*/
/***********************************
	BMC
***********************************/
.bmc .tab &gt; li &gt; a.active, .csc .tab &gt; li &gt; a.active{background-position: 120px 16px;}
/***********************************
	CMC(Clutch Master Cylinder)
***********************************/
.cmc .tab &gt; li &gt; a.active{background-position: 124px 16px;}

/***********************************
	BWC
***********************************/
/*.bwc .tab &gt; li.last{width: 181px; background-color: #f5f8fb;}*/
.bwc .tab &gt; li &gt; a.active{background-position: 154px 16px;}
.bwc .tab &gt; li.first &gt; a.active{background-position: 154px 16px;}

/***********************************
	crc
***********************************/
.crc .tab &gt; li &gt; a.active{background-position: 132px 16px;}
.crc .tab &gt; li.first &gt; a.active{background-position: 120px 16px;}

/***********************************
	exhaust
***********************************/
.exhaust .tab &gt; li &gt; a.active{background-position: 152px 16px;}
.exhaust .tab &gt; li.first &gt; a.active{background-position: 126px 16px;}

/***********************************
	Valve
***********************************/
.valve .tab li{width: 16%;}/* 2014.11.13 탭수정*/
.valve .tab &gt; li &gt; a{font-size: 16px;}
.valve .tab &gt; li &gt; a.active{background-position: 98px 16px;}
/***********************************
	motorcycle parts
***********************************/
/* 2014.11.13 motorcycle parts 추가 */
.motor .tab &gt; li.first &gt; a.active{background-position: 117px 16px;}
.motor .tab &gt; li &gt; a.active{background-position: 132px 16px;}</pre></body></html>