@charset "utf-8";
/* ------------------------------------------------------------
 * Name		: basic.css
 * Desc		: 샘플  기본구성요소 및 레이아웃
 * Created	: 2014-01-20 
 * Updated	:
 ------------------------------------------------------------ */
/* Type Selector */
/* html{-webkit-tap-highlight-color:  rgba(0, 0, 0, 0); } focus hide */
html, body{width:100%;-webkit-text-size-adjust:auto;font-family:NanumGothic, Arial, "宋体", Helvetica, sans-serif,gulim;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,nav,menu,section,article,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button{margin:0;padding:0;-webkit-text-size-adjust:auto;}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption{display:block}
body,input,textarea,select,table,button{}
body{font-size:12px; color:#000;word-wrap:break-word; word-break:break-all; }
h1,h2,h3,h4,h5,h6{font-size:1em}
textarea,input,select {resize:none; font-size:12px;}
img,fieldset{border: none;}
ul,ol, menu, li{list-style:none;}
a{text-decoration:none; color:#000;}
a:visited{color:#000;}
a:hover, a:active, a:focus{text-decoration:none}
em,address{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
textarea {color: #000; border: 1px solid #b2b2b2;}
input, button{vertical-align:middle}
input[type=checkbox]{border:none;}
/* .alt : */
.alt, 
.skipNavi, 
.hide{width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;text-indent:-10000px;} /* For Screen Reader */
button{border:none;background:transparent;cursor:pointer;}
button span,button img{position:relative;}

/* font */
@font-face {
    font-family: 'NanumGothic';
    src: url('../font/NanumGothic.eot');
    src: url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumGothic.woff') format('woff'),
         url('../font/NanumGothic.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nanumMyeongjoWeb';
    src: url('../font/NanumMyeongjo.eot');
    src: url('../font/NanumMyeongjo.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumMyeongjo.woff') format('woff'),
         url('../font/NanumMyeongjo.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}