@charset "utf-8";
@import url('/static/common/css/nanumgothic.css');


/* reset */
html{
-webkit-text-size-adjust:100%;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-ms-text-size-adjust:100%;

}

.main-content-wrapper{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
}

/* Webkit */
::-webkit-input-placeholder{color:#ffffff;}
:-moz-placeholder{color:#ffffff;}
::-moz-placeholder{color:#ffffff;}
:-ms-input-placeholder{color:#ffffff;}
::before,::after{
-webkit-box-sizing:-webkit-box-sizing;
-moz-box-sizing:border-box;
}
*{
margin: 0;
padding: 0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
body {font-family:"Malgun Gothic","맑은고딕","Dotum","Arial","sans-serif";font-size:12px;color:#666;letter-spacing:-1px;position:relative;}
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td, textarea, pre {margin: 0; padding: 0;}
input, select {font-family:"Malgun Gothic","맑은고딕","Dotum","Arial","sans-serif";}
h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 12px;}
em {font-style:normal;}
ul, ol, li{list-style: none}
fieldset, img {border: none}
body a {color:#444;text-decoration: none;}
body a:hover, body a:active,body a:focus {text-decoration: none;}
pre {padding-top: 5px;}
table {margin:0;padding:0;border-spacing:0;border-collapse:collapse;border:0;}
td {text-align:left;}
hr {display:none}
button {border:0 none;background-color:transparent;cursor:pointer}
caption, legend{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;	
	text-indent:-9999px;
	font-size:0;
}