@charset "utf-8";
/* 표준 선택자 */

body, td, input, button, textarea, div, th, p, a, address ul { font-family:'Noto Sans', sans-serif; margin:0; padding:0; font-size:14px; color:#4e4e4e;}
* {-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
a:link    {text-decoration:none;}
a:visited{text-decoration:none;}
a:active {text-decoration:none;}
a:hover {text-decoration:none;}
button {cursor:pointer; }
form, p, h1, h2, h3, h4, h5, h6  {margin:0; padding:0;}
fieldset, img {border:0;  margin:0; padding:0;}
caption, legend {display:none;}
address, em, i {font-style:normal;}
ul, ol {list-style-type:none; margin:0; padding:0;}
clear {clear:both;}

*:focus { outline:none; }


/* float 속성 해제 */
.clearfix:after {content: ".";  display: block;  clear: both;  visibility: hidden;  line-height: 0;  height: 0;}
.clearfix {display: inline-block;}
.clearfix:after {  /* fur Firefox, IE8, Opera, Safari, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* + html .clearfix { /* for IE7 */
    display: inline-block;
}
* html .clearfix { /* for IE6 */
	height: 1%;
}

/* 대체텍스트 전용 */
.blind{display:block;overflow:hidden;position:absolute; top:-1000em; left:0; z-index:-1; height:1px; text-indent:-9999em; line-height:0;}

/* 본문바로가기 */
#skipmenu {position:relative; z-index:10; padding:0; margin:0 auto; width:100%;}
a.skip_navi {position:absolute; display:block; width:100%; left:0; text-align:center; top:-10000px; z-index:500; font-size:10pt; padding:0; margin:0;}
a.skip_navi:hover, a.skip_navi:focus, a.skip_navi:active {position: absolute; top: 0;  font-weight:bold; color:#fff; background:#1d60a7; z-index:500; margin:0; padding:0;}
