@charset "utf-8";
/* CSS Document */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, address, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{margin: 0; padding:0; border:0;}

hr, legend { display: none; }
em, address, cite {font-style:normal;}
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }


/*스킵 메뉴*/
#skipmenu {position:absolute; left:-10000px; top:0px;}
.Accessibility {position:absolute; left:-10000px; top:0px;}


/*기본 링크*/
a:link, a:visited {color:#666; text-decoration:none; }
a:hover, a:active {color:#000; text-decoration:none;}


*{max-height:1000000px; -webkit-text-size-adjust:none;}

/* 나눔고딕*/
@font-face {
  font-family: 'NanumGothic';
  src: url("../font/NanumGothic-Regular.eot");
  src: url("../font/NanumGothic-Regular.eot?#iefix") format('embedded-opentype'),
       url("../font/NanumGothic-Regular.woff") format('woff'),
       url("../font/NanumGothic-Regular.ttf") format('truetype');
}



@font-face {
  font-family: 'NanumGothicBold';
  src: url("../font/NanumGothic-Bold.eot");
  src: url("../font/NanumGothic-Bold.eot?#iefix") format('embedded-opentype'),
       url("../font/NanumGothic-Bold.woff") format('woff'),
       url("../font/NanumGothic-Bold.ttf") format('truetype');
}



img{font:0/0 arial;}
html{overflow-y:scroll;} 
body{color:#666666; font-size:13px; line-height:20px; font-family:"NanumGothic", "나눔고딕", "돋움", sans-serif;}


/*모바일 기기 세로일때*/
@media all and (orientation:portrait) {
    body { /*border:1px solid red;*/ min-height:280px; background:url(../images/main/bg_05.jpg) repeat-y 0px 0px;}
}


.view_none{ position: absolute; left: -10000px; top: 0px;}
.clear_both{ clear:both;}
