@charset "utf-8";

/* Font */
@font-face {
    font-family:'NanumGothic';
    src: url('/tpl/webfont/NanumGothic.eot');
    src: url('/tpl/webfont/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumGothic.woff') format('woff'),
         url('/tpl/webfont/NanumGothic.ttf') format('truetype');   
}

/*Defalut */
* {margin:0; padding:0}
body, td, th, div, span, input, select, textarea {font-family: "Noto Sans KR", sans-serif; font-size:14px; color:#7b7b7b; line-height:1.4; letter-spacing:-0.03em}
body { height:100%; overflow-y:scroll; *overflow-y:; -webkit-text-size-adjust:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button,span,table,th,td,textarea {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
ul,ol,dl,dd,dt,li {list-style-type:none;}
img,th,td,fieldset,iframe { border:0; }
img {border:0;vertical-align:top;outline:none}
table,tbody,tfoot,thead,tr,th,td {border-collapse:collapse;}
textarea { border:1px solid #d1d1d1; height:120px; }
input,select,label { vertical-align:middle; }

/* Link */
a:link    { color:#7c7b7b; text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { color:#0b96d4; text-decoration: underline;  }
a:active  { color:#0b96d4; text-decoration: none;}

/* Layout */
#wrap {width:980px; margin:0 auto;}
#header { position:relative; *zoom:1px;}
#header:after {content:'';display:block;clear:both;}
#footer {border-top:1px solid #e1e1e1; background:#f4f4f4; padding:20px 0;}
#footer:after {content:'';display:block;clear:both;}

/* Header */
#header h1 {float:left; margin-top:20px;}
#topmenu{float:right; margin-top:55px; }
#login  {position:absolute; right:0; top:0; padding:1px 20px 7px 20px; background:#324d96; line-height:1;}
#login a {padding:0 5px; font-size:10px; color:#aabcea; letter-spacing:0;}
#login a:hover {text-decoration: none;}


/* sub_common */
#sub_img { position:relative; text-align:center;}
#sub_container { position:relative; width:940px; margin:27px auto 50px; }
#sub_container .leftmenu {height:45px; padding:104px 0 44px;}
#sub_container .leftmenu li {display:inline;}

.contents_sub .board_top select{height:30px; font-size:14px;}
.contents_sub .board_top .board_input{height:28px; font-size:14px;}
.contents_sub .board_top .btn_search{background-size:100%; padding:4px 16px 8px 26px }
		
.contents_sub .board_view th{text-align:center; font-size:14px;}
.contents_sub .board_view td{font-size:14px;}
.contents_sub .next_data_area, .contents_sub .prev_data_area{font-size:13px;}
.contents_sub .next_data_area .b, .contents_sub .prev_data_area .b{font-size:13px; font-weight:600}


		