/* 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:15px; 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,button,span,p,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; }
p{margin-top:12px;}

/* Link */
a:link    {color:#7d7d7d;text-decoration:none;}
a:visited {text-decoration:none; color:#7d7d7d; text-decoration: none; }
a:hover   {color:#0b96d4; text-decoration:none;}
a:active  {color:#0b96d4; text-decoration:none;}

/* layout */
#footer_color{ width:100%; height:100%; background:#3a3a3a;}
#logo {margin-left:10px; margin-top:10px; float:left; width:150px; height:104px; position:relative; z-index:100;}
#topmenu  { float:left; position:relative; width:620px; height:104px; margin-top:40px; left:20px;}
#login { position:relative; top:5px; float:left; margin-top:40px; width:210px; height:104px; left:22px;} 
#login li { float:left; margin-left:20px;}
#wrap{position:relative; width:100%; min-width:980px;}
#header{position:absolute; width:100%; height:104px; background:url("/images/kor04-17-0363/common/top_bg.png") repeat-x 0 0;}
#header > div{margin:0 auto; width:1000px;}
#top{float:right; margin-top:47px; }
#top ul:after{content:"";display:block;clear:both;}
#top li{float:left; margin-left:15px; }
#top li:first-child{margin-left:0px;}
#container{margin:0 auto; width:980px; height:100%; } 
#container:after{content:"";display:block;clear:both;}
#footer{padding:30px 0; margin:0 auto; width:980px; }
#footer:after{content:"";display:block;clear:both;}
#footer_color{ width:100%; height:100%; background:#3a3a3a;}

/* sub_common */
.contents_sub .board th, .contents_sub .board td{font-size:14px;}

.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}

.contents_sub .board .boardItem .bold_blue{font-size:14px;}
.contents_sub .board .boardItem.date{font-size:14px;}

		
.contents .con_title p{float:right; font-size:13px;}
.contents .con_title p strong{font-weight:500; color:#333}