/* **********************************************************************************	*/
/*																						*/
/*						COMMON CSS (Cascading Style Sheets)								*/
/*																						*/
/* 버  전	: happycgi common css version 1.0											*/
/* 회사명	: HAPPYCGI (http://www.cgimall.co.kr)										*/
/* 작성자	: YOON DONG GI																*/
/* 작성일	: 2012-03-06																*/
/* **********************************************************************************	*/


/* 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:'돋움',Dotum,AppleGothic,sans-serif; font-size:12px;}


a{color:; text-decoration:none; color:#555;}
a:hover{color:#555;}
a:hover,a:active,a:focus{color:#e31756;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;}
li { display:inline; }
span { display:inline-block; }

#ct ul{padding-left:25px;  display:list-item;}
#ct ul li{list-style:disc; display:list-item;}
#ct ol{padding-left:25px; display:list-item;}
#ct ol li{list-style:decimal; display:list-item;}

/* 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); */



div.WrapBg { background:url('/img/skin_icon/make_icon/skin_icon_672.jpg') repeat-x top; width:100%; text-align:center; margin:0 auto; height:auto; }
div.WrapBg div.Wcenter { width:930px; text-align:left; margin:0 auto; }

div.WrapCBg { background:url('/img/skin_icon/make_icon/skin_icon_673.jpg') repeat-x top; width:100%; text-align:center; margin:0 auto; height:auto; }
div.WrapCBg div.Wcenter { width:930px; text-align:left; margin:0 auto; }

.ImgB { border:1px #e1e1e1 solid; padding:3px;display:inline-block; }
