@charset "utf-8";
/* CSS Document */
/*   2016-08    */
/*    ahrum     */
/*--------------*/

.no-js {display:none;}

@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NanumBarunGothic.eot);/* IE9 Compat Modes */
  src: url(../fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),/* IE6-IE8 */
				url(../fonts/NanumBarunGothic.woff) format('woff');/* Modern Browsers */
}

html, body {width:100%; height:100%;}

body {padding: 0; margin: 0 auto; width:100%; height:100%; min-width:1250px; font-family:나눔바른고딕, NanumBarunGothic, 'NanumBarunGothic', '나눔바른고딕', '돋움', Dotum, 'Apple SD Gothic Neo', Arial, sans-serif; -webkit-font-smoothing: antialiased; color:#151515; font-size:0;}

img {border:none;}
a:link, a:visited, a:hover, a:active, a:focus {border:none; text-decoration:none; cursor:pointer; color:#151515; }
div, span, object, iframe, ul, li, ol, h1, h2, h3, h4, h5, h6, p, a, label, table, caption, tbody, tfoot, thead, tr, th, td, fieldset {padding:0; margin:0; list-style:none; box-sizing:border-box;}
input, textarea, tspan ,select {font-family:나눔바른고딕, NanumBarunGothic, 'NanumBarunGothic', '나눔바른고딕', '돋움', Dotum, 'Apple SD Gothic Neo', arial, sans-serif;  box-sizing:border-box;}	
textarea {resize:none;}
input[type="button"],input[type="submit"],input[type="checkbox"] {cursor:pointer;}
select::-ms-expand {display: none;} /* for IE 11 */
form, fieldset, iframe {border:none;}

table {table-layout:fixed;}
div, span, section, table, input {box-sizing:border-box;}

div, textarea {-ms-overflow-style:none;}

.clear {clear:both;}

caption {display: block; overflow: hidden; position: absolute; top: -1000em; left: 0; }