@charset "utf-8";

/*나눔스퀘어 네오*/
@font-face {
    font-family:'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* 나눔고딕 regular */
@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');   
}
/* 나눔고딕 Light */
@font-face {
    font-family:'NanumGothic';
    font-weight:300;
    src: url('/tpl/webfont/NanumGothicLight.eot');
    src: url('/tpl/webfont/NanumGothicLight.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumGothicLight.woff') format('woff'),
         url('/tpl/webfont/NanumGothicLight.ttf') format('truetype');   
}

/* 나눔고딕 bold (굵기가 있는 경우) */
@font-face {
    font-family:'NanumGothic';
    font-weight:700;
    src: url('/tpl/webfont/NanumGothicBold.eot');
    src: url('/tpl/webfont/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumGothicBold.woff') format('woff'),
         url('/tpl/webfont/NanumGothicBold.ttf') format('truetype');   
}

@font-face {
    font-family:'NanumGothic';
    font-weight:800;
    src: url('/tpl/webfont/NanumGothicExtraBold.eot');
    src: url('/tpl/webfont/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumGothicExtraBold.woff') format('woff'),
         url('/tpl/webfont/NanumGothicExtraBold.ttf') format('truetype');   
}

/*Defalut */
* {margin:0; padding:0}
body, td, th, div, span, input, select, textarea { font-family:  "Malgun Gothic", serif; font-size: 14px;color:#7c7b7b; line-height:20px; }
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;}

/* Common */
.bold_black { color:#000; font-weight:bold; }
.gray_font_11 { font-size: 11px; color: #797979; }


#header{position:relative; height:120px; width:980px; margin:0 auto; *zoom:1px}
#header:after {content:'';display:block;clear:both;}
#header h1 {float:left; width:230px; margin-top:3px}
#topmenu {float:left;}
#login {position:absolute; top:34px; right:0; width:210px; text-align:right;}
#login a { padding-left:6px; }
#login a:first-child {padding-left:0;}
#footer {width:100%; padding:30px 0; background:#42474a;}


/* 사업영역 */
.business .biz-info{font-size:17px; color:#454545; line-height:26px; word-break:keep-all; margin-bottom:30px; letter-spacing:-0.03em;}
.business .feature{margin-top:50px;}
.business .feature dl{width:100%; display:table;}
.business .feature dt{width:154px; display:table-cell; vertical-align:top;}
.business .feature dt span{display:block; width:100%; height:48px; line-height:48px; text-align:center; font-size:18px; font-weight:bold; color:#fff; background:#ed1c24; border-radius:50px;}
.business .feature dd{display:table-cell; padding-left:60px; vertical-align:top;}
.business .feature dd li{font-size:16px; color:#454545; line-height:22px; word-break:keep-all; margin-bottom:13px;}



/* 게시판 공통 */
.contents_sub .board td{word-break:keep-all; font-size:14px; padding:7px 5px;}
.contents_sub .board th{height:52px; font-size:14px; }

.board_top .f_search{width:400px !important; margin-bottom:10px;}
.board_top .f_search select{height:30px; font-size:13px;}
.board_top .f_search .board_input{height:30px; font-size:13px;}
.board_top .f_search .btn_search { display:inline-block; color:#333; height:30px; width:72px;padding:4px 16px 4px 26px; background:url(/images/basic_blue/board/btn_search_bg.gif) no-repeat 0 0/cover;}


.contents_sub .board_list .boardT td{padding:3px 0;}
.contents_sub .board_list .board .boardItem{font-size:14px;}
.contents_sub .board_list .board .boardItem .bold_blue{font-size:14px;}


.contents_sub .board_view td {font-size:15px; color:#454545; }
.contents_sub .board_view thead th {font-size:13px; }
.contents_sub .board_view thead td {font-size:13px; padding:12px; padding-left:20px;}