@charset "utf-8";
/* CSS Document */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,button,address,caption,legen{
	margin:0;
	padding:0;
	line-height:24px;
	font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
	font-size:14px;
	-webkit-text-size-adjust: none;
}

p, ul, ol, li, dl, dt, dd, form {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border:0px;
	margin:0px;
	padding:0px;
}

body{
	background:#393939;
	color:#454545;
	}

ul, ol{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;	
}

input, textarea{
	/*outline:none;*/
	border-radius:0;
	-webkit-appearance:none;
}

label, th img, td img {
	vertical-align:middle;
}
form {
	margin:0;
	padding:0;
}
hr {
	display: none;
}
fieldset {
	border:0;
}
img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
}
object {
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

/*form */
textarea {
	padding:10px 5px;
	border:1px solid #d0d0d0;
	background:#fff;
	width:100%;
	color:#454545;
	font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
	resize:none;
}

input[type=checkbox] {
	border:none;
	height:13px;
}
input[type=radio] {
	border:none;
	height:13px;
	margin-top:-1px;
}

input[type=text], textarea, input[type=email] {
	vertical-align: middle;
	border: none;
	font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
    font-size: 14px;
    line-height: 100%;
    color: #454545;
    background-color: #fcfcfc;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	padding:3px 5px 6px 5px;
	/**padding:4px 5px 0 5px;*/
}
/*input[type=text]:focus, textarea:focus, input[type=email]:focus {
	background-color: #f3f3f3;
}*/
input[type=text]::-ms-clear {
	display: none;
}

select {
	vertical-align: middle;
	margin:0;
	padding-left:5px;
	font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
	color:#454545;
	font-size:14px;
}

span.button, img.button, a.button {
	cursor: pointer;
	vertical-align: middle;
}

/*링크테두리 삭제*/
a,img,input{
	outline:0;
	/*selector-dummy: expression(this.hideFocus=true);*/
}
a {
	color: #454545;
	text-decoration: none;
	-moz-transition: 0.2s color linear;
	-webkit-transition: 0.2s color linear;
	transition: 0.2s color linear;
}
a:hover {
	color: #454545;
}
a, a:link, a:active, a:visited, a:hover
{
	text-decoration: none;
}

iframe
{
	overflow: hidden;
}


/* hacks setting
-------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,.clearfix:after {
  display: block;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.invalid{
	text-align: left;
	color:#f13c6f;
	font-size:1em;line-height:18px;
  	font-family: 'Malgun Gothic';  vertical-align:middle;
}


/* pdf 2단비교 */
.pdf2Depth_body{background-color:#fff;}
#pdf2Depth_wrap{}
.dep_content:after{display: block; clear: both; content: "";}
.dep_twin{width:50%; float:left; border-left:1px solid #ccc; }
.dep_twin .dep_tit{text-align: center; background-color: #e5e9f2; border-top:1px solid #bfbfbf; border-bottom:1px solid #ccc; padding:8px; box-shadow:  0px 2px 9px -5px rgba(0,0,0,0.3); }
.dep_twin .dep_tit h1{font-size: 18px; color: #222; font-weight: 600; line-height: 1.2;}
.dep_twin .dep_area{padding:10px;}




