


/* 기존 컨텐츠 영역 재활용 위해서 가로 사이즈 제어 */
/*
body.model:not(.list) #container, body.bbs #container {
	max-width:1280px;
	margin:30px auto;
}
*/

/*
body.model.orderform #container, body.bbs #container {
	max-width:1280px;
	margin:30px auto;
}
*/


/* main.skin.php 스와이프 스타일 */
.swiperStyle1 { color:#355da8; }
.swiperStyle2 { color:#8d5630; }
.swiperStyle3 { color:#355da8; }
.swiperStyle4 { color:#8d5630; }

/* list.skin.php 페이지네이션 */
.paging .disabled > a, .paging .on > a {
	pointer-events: none;
}


/* 기존 작업 : /theme/compare_dev/style.css 에서 상하단 border 보기 좋지않아 제거 */
.fgnb {
	border:unset !important;
}

.ft_cs .cswrap dd {
	height:unset !important;
}

#ft > .company {
	background-color:#FFF !important;
}