@charset "utf-8";
@import url('yoon/fonts.css');
@import url('nanumgothic/nanumgothic.css');
@import url('NanumBarunGothic/nanumbarungothic.css');

*{font-family:"Yoon Gothic740",'Nanum Barun Gothic','Nanum Gothic', "나눔고딕","돋움", "굴림", Dotum, Gulim, serif;}
html{ height:100%;  font-size:12px;}
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{margin:0; padding:0; font-size:13px; }
table{ border-collapse:collapse}
img,fieldset{ border:0}
ul,ol{ list-style:none}
em,address{ font-style:normal}
a{ color:inherit;text-decoration:none}
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
body{ -webkit-text-size-adjust:none; }
ol, ul{ list-style:none;}
blockquote, q{ quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{ content:''; content:none; }
table{ width:100%; border-collapse:collapse; border-spacing:0; }
img{ border:0; height:auto; }
iframe, embed, object, video {max-width:100%;border: 0;}
i, cite, em, var, address, dfn { font-style:normal;}
legend{position: absolute;top: -9999px;left: -9999px;}

input[type=text] {
  -webkit-appearance:none;
  	-webkit-border-radius:0;
  	-moz-border-radius:0;
  	border-radius:0;
  	-webkit-box-shadow:none;
  	-moz-box-shadow:none;
  	box-shadow:none;
  	box-sizing:border-box;
}
select{vertical-align:middle; -webkit-appearance: none;
  -moz-appearance: none; appearance: none; background: url(../images/sub/select_icon.png) no-repeat right;
  	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
  }
select::-ms-expand {display:none;}
/*a태그*/
a {color: #333;/*-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;*/}
/* a:hover {color: #333;} */


/*padding*/
