/*body 공통 속성*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
/*	vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {height: 100%;}
body {font-size: 14px; height:100%; line-height:1.8;  font-family: 'Pretendard-Regular', sans-serif; color: #333333; -webkit-text-size-adjust:none;}

li,ul,ol,dl {list-style:none}
fieldset{border:0; }
ul{list-style:none; padding:0; margin:0;}

input.type-image {border:0 none; padding:0; margin:0;}

a:link {text-decoration:none; color: #575757;}  /* #0042BB*/
a:visited {text-decoration:none; color: #575757;}
a:hover {text-decoration:none;}
a:active {text-decoration:none; background:none;}

/* 카피라이트 */
#copyright{ clear:both; width:100%; height:78px; margin-bottom:0; background:url(../images/sub01/bg_copy.jpg);}
#copyright01{ margin:0 auto; width:983px; height:78px;}

#copy{ 
	clear:both; 
	width:100%; height:auto; 
	margin-bottom:0; 
	background-color:#555555;
	}
#copycon{
	margin:0 auto;
	width:1180px;
	padding:30px;
	overflow: auto;
	}
#copycon img {
	float:left;
	width:247px;
	}
#copycon .copyadd{
	float:right;
	width:73%;
	color:#fff;
	}
#copycon .copyadd .bar{
	float:left;
	font-weight:700;
	padding-right:10px;
	/*background-image:url('../images/copt/bar.jpg');
	background-repeat:no-repeat;
	background-position:right middle;*/
	}
#copycon .copyadd a {
	color:#fff;
	}
#copycon .copyadd a:link{
	float:left;
	font-weight:700;
	padding-right:10px;
	/*background-image:url('../images/copt/bar.jpg');
	background-repeat:no-repeat;
	background-position:right middle;*/
	}