@charset "utf-8";

/* Font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

@font-face {
    font-family: 'NanumSquare';
    src: url('/font/NanumSquareR.eot');
	src :url('/font/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('/font/NanumSquareR.woff') format('woff'),
         url('/font/NanumSquareR.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* RESET */
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; vertical-align:middle;}
fieldset,img {border:0 none;}
legend,caption {background:none; border:0 none; display:inline-block; line-height:0; font-size:0; overflow:hidden; position:absolute; text-indent:-9999px}
dl,ul,ol,menu,li {list-style:none}
table {width:100%;border-spacing:0;border-collapse:collapse}
html, body {position:relative; height:100%;}
body {-webkit-text-size-adjust:none} /* 뷰표트 변환시 폰트크기 자동확대 방지 */

/*레이아웃*/
body {background:#fff; color:#333;}

/*TEXT*/
body,th,td,input,select,textarea,button {font-size:100%;line-height:1;font-family:'Open Sans','나눔스퀘어',NanumSquare,'돋움',Dotum,helvetica,sans-serif;color:#222;letter-spacing:0;}
a {color:#333;text-decoration:none}
a:active, a:hover {text-decoration:none}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}

/*버튼효과ie 초기화*/
button {position:relative; overflow:visible; outline:none; padding:0;}
button:after{ position:absolute; top:0; left:0; width:100%; height:100%; content:''}
button span {z-index:10; position:relative;}

/*기타*/
input,select,textarea,button {vertical-align:middle;font-size:100%}
button {border:0 none;background-color:transparent;cursor:pointer}
input[type='text'],input[type='password'],input[type='submit'],input[type='search'] {border-radius:0; -webkit-appearance:none}
input:checked[type='checkbox'] {background-color:#666; -webkit-appearance:checkbox}
button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file'] {border-radius:0; -webkit-appearance:button}
input[type='search']::-webkit-search-cancel-button {-webkit-appearance:none}
textarea {resize:none;}
label {display:none;}

/*common class*/
.clear {clear:both;}



