@charset "utf-8";
/* CSS Document */
/**
 * custom css 입니다. 추가적인 css 는 여기에 작성을 해주세요.
 */


.cart_cnt { display: inline-block; width: 25px; height: 25px; line-height: 23px; text-align: center; font-family: 'Spoqa Han Sans'; font-size: 15px; color: #fff; font-weight: bold;padding:1px}

@font-face {
	font-family:'nanum';
	src:url('/shop/font/NanumGothic-Regular.eot');
	src:local(※),
		url('/shop/font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
		url('/shop/font/NanumGothic-Regular.woff') format('woff'),
		url('/shop/font/NanumGothic-Regular.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'nanum_b';
	src:url('/shop/font/NanumGothic-Bold.eot');
	src:local(※),
		url('/shop/font/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('/shop/font/NanumGothic-Bold.woff') format('woff'),
		url('/shop/font/NanumGothic-Bold.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
area:focus{
  border: none;
  outline:none;
  outline-style: none;
  -moz-outline-style:none; 
}
