@charset "utf-8";
/* CSS Document */

/* reset */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
body{font-family:Helvetica,AppleGothic; position:relative;background-color:#fff;font-size:14px;line-height:1.25em;color:#000;-webkit-text-size-adjust:none; background:#f8f8f8}
section,nav,article,aside,hgroup,header,footer{display:block}
input,textarea,select,button,table{font-size:inherit;font-family:inherit;line-height:inherit}
img,fieldset{border:0}
ul,ol{list-style:none}
em,address{font-style:normal}
a{color:inherit;text-decoration:none}
hr{display:none !important}
/* common */
.vc{position:absolute;z-index:-1;font-size:0;line-height:0px;color:transparent}
.blind{visibility:hidden;overflow:hidden;position:absolute;left:-1000em;width:0;height:0;font-size:0;line-height:0}
/*
#detail_img{

	text-align:center;
}
#pro_info{
	text-align:center;
}
*/

/*상세 페이지 - 색상이미지 부분 */
div.divColorImgBox{ /*한가지 색상에 관련된 이미지 테두리*/
	border:1px solid #cfcfcf;
	margin-top:1px;
	margin-bottom:1px;
}
div.divColorImgBox div.divColorName{ /*이미지위의 색상이름 부분*/
	border-bottom:1px solid #dfdfdf;
	padding:5px;
	text-align:left;
}
div.divColorImgBox div.divColorName span.spColorName{ /* 색상이름 부분*/
	padding-left:5px;
}
div.divColorImgBox div.divColorName span.spBackImg{ /* 색상이름 옆 그림*/
	background-image:url(/img/detail/imgColorArrow.gif);
	background-repeat:no-repeat;
	width:83px;
	height:16px;
}
div.divColorImgBox div.divColorImg{ /*색상이미지 나오는 부분*/
	padding:10px;
}

/*div.divColorImg img{width:500px;height:500px;}*/  /*줌이미지 크기를 강제로 조정*/

/*상세 페이지 - 색상이미지 부분 끝*/