/* 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,input,textarea,select,button,table{font-family:'나눔고딕',NanumGothic,'맑은 고딕','Malgun Gothic','돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif}

a{*color:#000}
a{color:; text-decoration:none; color:#000;}
a:hover{color:#000}
a:hover,a:active,a:focus{color:#000;text-decoration:none; outline:none;}

img,fieldset{border:0}
ul,ol{list-style:none}
em,address{font-style:normal}
label,button{cursor:pointer}
button{margin:0;padding:0}
html:first-child select{height:20px;padding-right:6px}
hr{display:none}
legend{*width:0}


/* IE7이하 버전 input style */
#input_ie7 input{#margin:-1px 0;}
/* WYSIWYG용 태그속성 재선언 항목 */
/* *************************************************************************************
	사용자가 위지윅툴에서 작성된 내용을 사용자 페이지에서 그대로 출력되게끔 할 때
	위지윅툴을 감싸는 레이어를 만들어주고  class="WYSIWYG" 항목을 추가시켜 줍니다.
	<div class="WYSIWYG">
		[위지윅툴]
	</div>
************************************************************************************* */
.WYSIWYG img{border:medium}
.WYSIWYG ul{list-style:disc}
.WYSIWYG ol{list-style:decimal}


/* PNG 처리 for IE 6 */
*html .png24 {_behavior:url("../css/iepngfix.htc")}


/* 툴팁 (Tooltip) */
#dhtmltooltip{
position: absolute;
display:block;
background:#FFFFFF;
border:1px solid #4e4e4e;
padding:5px;
visibility: hidden;
}

/* 음영을 삭제하려면 바래 아래 라인을 삭제하면 된다. 아래 라인은 반드시 CSS 영역의 가장 마지막에 위치시키도록 한다.*/
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */


/* 위지윅 모바일 */

#ct{word-break:break-all; text-align:justify}
#ct ul{padding-left:20px; display:block}
#ct ul li{list-style:disc;  display:list-item}
#ct ol{padding-left:20px; display:block} 
#ct ol li{list-style:decimal;  display:list-item}
#ct hr{display:block}
#ct iframe {width:100%; height:auto; margin:0 auto; text-align:center}

.ct{word-break:break-all; text-align:justify}
.ct ul{padding-left:15px; display:block}
.ct ul li{list-style:disc;  display:list-item}
.ct ol{padding-left:15px; display:block} 
.ct ol li{list-style:decimal; display:list-item}
.ct hr{display:block}


.input_default{
vertical-align:middle;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-webkit-border-radius:0;
}


.btn_small_stand{
	border:1px solid #afafaf;
	padding:8px 10px 8px 10px;
	display:inline-block; zoom:1; *display:inline; _display:inline;
	font-size:13px;
	letter-spacing:-1px;
	background:url(../../mobile_img/bgpart_small_stand.gif) #FFF repeat-x bottom;
	background-size:10px 20px; 
	-webkit-background-size:10px 20px; 
	background:url(../../mobile_img/bgpart_small_stand.gif) #FFF repeat-x bottom \0ie+9;
	background:url(../../mobile_img/bgpart_small_stand.gif) #FFF repeat-x bottom \9;
}


.btn_small_dark{
	border:1px solid #222222;
	padding:8px 10px 8px 10px;
	display:inline-block; zoom:1; *display:inline; _display:inline;
	font-size:13px;
	color:#FFF;
	letter-spacing:-1px;
	background:url(../../mobile_img/bgpart_category_top.gif) #444546 repeat-x bottom;
	background-size:10px 20px; 
	-webkit-background-size:10px 20px; 
	background:url(../../mobile_img/bgpart_category_top.gif) #444546 repeat-x bottom \0ie+9;
	background:url(../../mobile_img/bgpart_category_top.gif) #444546 repeat-x bottom \9;
}
.btn_small_dark:hover{
	border:1px solid #222222;
	padding:8px 10px 8px 10px;
	display:inline-block; zoom:1; *display:inline; _display:inline;
	font-size:13px;
	color:#FFF;
	letter-spacing:-1px;
	background:url(../../mobile_img/bgpart_category_top.gif) #444546 repeat-x bottom;
	background-size:10px 20px; 
	-webkit-background-size:10px 20px; 
	background:url(../../mobile_img/bgpart_category_top.gif) #444546 repeat-x bottom \0ie+9;
	background:url(../../mobile_img/bgpart_category_top.gif) #444546 repeat-x bottom \9;
}

/* 댓글페이징 */
div#page{text-align:center;}

div#page a.num{
	border:1px solid #CCC;
	color:#2c2c2c;
	font-family: 돋움;
	font-size:13px;
	font-weight:normal;
	padding:7px 3px 5px 3px;
	width:25px;
	margin:0 1px;
}

div#page a:hover.num,div#page b:hover.now,div#page b.now{
	color:#2c2c2c;
	font-weight:bold;
	font-family: 돋움;
	text-decoration:none;
	border:1px solid #CCC;
	background-color:#ededed;
	width:25px;
	font-size:13px;
	padding:7px 3px 5px 3px;
	margin:0 1px;
}

/* 이전버튼 */
div#page a.prev{
	width:45px;
	border:1px solid #CCC;
	color:#2c2c2c;
	font-family:돋움;
	font-weight:normal;
	text-decoration:none;
	font-size:13px;
	padding:7px 3px 5px 3px;
	margin:0 1px;
}
div#page a.prev:hover{
	width:45px;
	border:1px solid #CCC;
	color:#2c2c2c;
	font-family: 돋움;
	font-size:13px;
	background-color:#ededed;
	padding:7px 3px 5px 3px;
	margin:0 1px;
}

/* 다음버튼 */
div#page a.next{
	width:45px;
	border:1px solid #CCC;
	text-decoration:none;
	color:#2c2c2c;
	font-family:돋움;
	font-weight:normal;
	font-size:13px;
	padding:7px 3px 5px 3px;
	margin:0 1px;
}
div#page a.next:hover{
	width:45px;
	border:1px solid #CCC;
	color:#2c2c2c;
	font-family: 돋움;
	font-size:13px;
	background-color:#ededed;
	padding:7px 3px 5px 3px;
	margin:0 1px;
}


/* 현재 */
div#page a.now{
	color:#000000; background-color:#ededed;

}
div#page b.now{
	color:#000000; background-color:#ededed;
}
div#page a.now:hover,div#page b.now:hover {
	color:#2c2c2c;
}

div#page a {float:left;}
div#page b.now {float:left;}
