@charset "UTF-8";

/* WebFont */
@font-face {
  font-family: 'MalgunGothic';
  src: url('../fonts/MalgunGothic.eot');
  src:local(¡Ø), url('../fonts/MalgunGothic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/MalgunGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NanumGothic';
  src: url('../fonts/NanumGothic.eot');
  src:local(¡Ø), url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NanumGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MalgunBold';
  src: url('../fonts/MalgunGothicBold.eot');
  src:local(¡Ø), url('../fonts/MalgunGothicBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/MalgunGothicBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



/* Default n*/

* {padding: 0; margin: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); }
* html #wrap { height: 100%; }
abbr, article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, mark, menu, meter, nav, output, progress, section, time, video{ padding: 0; margin: 0; display: block; }

body {font-family: dotum, Arial, sans-serif; font-size: 12px; line-height: 16px; color: #666666; word-break: keep-all; word-wrap: break-word; }
dl, dt, dd, ul, ol, li{ padding: 0; margin: 0; list-style: none; }
h1,h2,h3,h4,p{ padding: 0; margin: 0; list-style: none; }

img,video,audio,object,embed{ 
	border: 0px;
	vertical-align: middle;
	height: auto; 
}

table { border-spacing: 0px; border: 0px; border-collapse: collapse; }

address,hr, .disNone { display: none; }

form { display:inline; }

fieldset { padding: 0; margin: 0; border:0;}

legend,
caption,
hr {display:none;}


textarea:focus, input:focus{
    outline:none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

/* a css */
a{text-decoration:none;color:#4b4b4b;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}

/* form tag css */
input,
textarea,
select {vertical-align:middle;}







