@CHARSET "UTF-8";
/*
@font-face{font-family:NanumGothic;src:url(http://www.도메인명/design/default/images/nanum/NanumGothic.eot);src:local(※),url(http://www.도메인명/design/default/images/nanum/NanumGothic.woff) format('woff')}
.NG{font-family:'NanumGothic, 나눔고딕', NG, sans-serif;}

@font-face{font-family:NanumGothicBold;src:url(http://www.도메인명/design/default/images/nanum/NanumGothicBold.eot);src:local(※),url(http://www.도메인명/design/default/images/nanum/NanumGothicBold.woff) format('woff')}
.NGB{font-family:'NanumGothic Bold, 나눔고딕 Bold', NGB, sans-serif;}

@font-face{font-family:NanumGothicExtraBold;src:url(http://www.도메인명/design/default/images/nanum/NanumGothicExtraBold.eot);src:local(※),url(http://www.도메인명/design/default/images/nanum/NanumGothicExtraBold.woff) format('woff')}
.NGEB{font-family:'NanumGothic ExtraBold, 나눔고딕 ExtraBold', NGEB, sans-serif;}
*/

/*
@font-face {
    font-family: 'MalgunGothic';
    src: url('http://www.도메인명/design/default/images/MalgunGothic/MalgunGothic.eot');
    src: url('http://www.도메인명/design/default/images/MalgunGothic/MalgunGothic.eot?#iefix') format('embedded-opentype'),
         url('http://www.도메인명/design/default/images/MalgunGothic/MalgunGothic.woff') format('woff'),
         url('http://www.도메인명/design/default/images/MalgunGothic/MalgunGothic.ttf') format('truetype'),
         url('http://www.도메인명/design/default/images/MalgunGothic/MalgunGothic.svg#MalgunGothic') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

html { overflow:scroll;	overflow-x:auto; }

body, table, tr, td { font-family:돋움, 굴림, Verdana, Arial, Arial Narrow, Tahoma, dotum; font-size:9pt; color: #666666; line-height:13pt;
    SCROLLBAR-ARROW-COLOR: #333333; 
	SCROLLBAR-FACE-COLOR: #eeeeee; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	SCROLLBAR-BASE-COLOR: #eeeeee; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #b4b4b4; 
	SCROLLBAR-3DLIGHT-COLOR: #b4b4b4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom:0px;
	}

 a         {font-size:9pt; font-family:돋움, 굴림, Verdana, Arial, Arial Narrow, Tahoma, dotum; color:#666666; text-decoration:none; line-height:13pt;} 
 A:link    {font-size:9pt; font-family:돋움, 굴림, Verdana, Arial, Arial Narrow, Tahoma, dotum; color:#666666; text-decoration:none; line-height:13pt;}
 A:visited {font-size:9pt; font-family:돋움, 굴림, Verdana, Arial, Arial Narrow, Tahoma, dotum; color:#666666; text-decoration:none; line-height:13pt;}
 A:hover   {font-size:9pt; font-family:돋움, 굴림, Verdana, Arial, Arial Narrow, Tahoma, dotum; color:#000000; text-decoration:none; line-height:13pt;}

A.topmenu_link:link { COLOR: #646464; FONT-SIZE: 12px;  TEXT-DECORATION:none;; line-height:18pt;padding:10px;}
A.topmenu_link:visited { COLOR: #646464; FONT-SIZE: 12px;  TEXT-DECORATION:none;; line-height:18pt;padding:10px;}
A.topmenu_link:active { COLOR: #646464; FONT-SIZE: 12px;  TEXT-DECORATION:none;; line-height:18pt;padding:10px;}
A.topmenu_link:hover { COLOR: #282d48; FONT-SIZE: 12px; TEXT-DECORATION:none;; line-height:18pt;padding:10px; font-weight:bold;}


A.imenu_link:link { COLOR: #646464; FONT-SIZE: 12px;  TEXT-DECORATION:none;; line-height:18pt;padding:10px;}
A.imenu_link:visited { COLOR: #646464; FONT-SIZE: 12px;  TEXT-DECORATION:none;; line-height:18pt;padding:10px;}
A.imenu_link:active { COLOR: #646464; FONT-SIZE: 12px;  TEXT-DECORATION:none;; line-height:18pt;padding:10px;}
A.imenu_link:hover { COLOR: #222222; FONT-SIZE: 12px; TEXT-DECORATION:underline;; line-height:18pt;padding:10px; font-weight:bold;}

img, table, form{border:0px}

.padd_online{padding:5px 10px 5px 10px;}
.board_top_line {background-color:#dddddd;}
.line {background-color:#dddddd;}
.font_8 {font-family:돋움, 굴림, Trebuchet MS, Arial, Arial Narrow, Tahoma; font-size:8pt;  color: #666666; line-height:13pt;}


/****** 특정 글자 자르기 할때 유용함 ********/
.textCut { width: 300px; height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
