/* 캐릭터셋 정의 */
@charset "utf-8";

/* 공통태그 기본적용 사항 */
* {margin:0; padding:0;}
ul, ol, dl {list-style:none;}

form {display:inline;} 

table, img, fieldset, button {border:0;}   

img {border:0; vertical-align:top;} 

body {
	margin:0; 
	padding:0;
}  

/* 
	bootstrap을 사용할 때에는 hover, active, focus 모두 아웃라인을 제거해야 ie에서 링크 점선이 생기지 않는다.
*/
a:hover,a:active,a:focus{text-decoration:none; outline:none; selector-dummy:expression!(this.hideFocus=true);}


/* 폰트정의 */
@font-face {
	font-family:"Nanum Gothic"; 
	src:url(../font/NanumGothic-Regular.eot); 
	src:local(※), 
	url(../font/NanumGothic-Regular.woff) format("woff"); font-weight: normal; font-style: normal
}

@font-face {
	font-family:"Nanum Gothic Bold"; 
	src:url(../font/NanumGothic-Bold.eot); 
	src:local(※), 
	url(../font/NanumGothic-Bold.woff) format("woff"); font-weight: bold; font-style: normal
}

@font-face {
	font-family:"Nanum Gothic Extra Bold"; 
	src:url(../font/NanumGothic-ExtraBold.eot); 
	src:local(※), 
	url(../font/NanumGothic-ExtraBold.woff) format("woff"); font-weight: bold; font-style: normal
}


/* 이미지테두리없애기 */
a,img,input {outline:none; selector-dummy : expression!(this.hideFocus=true); }

/* 텍스트 에디터로 작성한 컨텐츠는 아래의 기본 스타일을 적용한다 */
.editor_content {line-height:1.5;}
.editor_content strong {font-weight:bold;}


/* 게시판 도움말 박스 */
.board_help_img {margin-bottom:10px; text-align:center;}
.board_help_text {margin-bottom:10px; text-align:left;}
.board_help_text ul {list-style-type:disc; margin-left:30px;}
.board_help_text ul li {font-size:12px; color:#666666; line-height:20px;}

/* 도움말 박스 */
.guide_box {width:100%; border:1px solid #E2E2E2; background-color:#F7F7F7; margin-top:30px; float:left;}
.guide_box #title {width:100%; background:url(/www/skin/basic/shop/images/bullet1.gif) no-repeat; margin:10px; padding:2px 0 0 20px; font-size:12px; font-weight:bold;}
.guide_box #text {padding:0 10px 10px 30px; font-size:12px; color:#666666; text-align:left; line-height:20px; float:left;}
.guide_box #text ul {list-style:circle;}

