@charset "euc-kr";
/* CSS Reset 
*****************************************************/
* {margin:0; padding:0; border:none;}
ol,ul {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
legend {display:none;}
hr {display:none;}
img {border:0;}


/**** 웹진 스타일 ****/

	body {
	color:#333; font-size:12px; line-height:1.5; font-family:"돋움",sans-serif,"verdana";
	scrollbar-face-color: #FFFFFF;   /* bar 의 표면색 */
	scrollbar-track-color: #e3e3e3;   /* 스크롤 트랙의 색 */
	scrollbar-highlight-color: #B3B3B3;   /* 밝게 빛나는 좌상단 모서리 */
	scrollbar-3dlight-color: #FFFFFF;   /* 좌상단 모서리 아래부분 */
	scrollbar-shadow-color: #B3B3B3;   /* 그림자 지는 우하단 */
	scrollbar-darkshadow-color: #FFFFFF;   /* 그림자 우하단 */
	scrollbar-arrow-color: #8B9EA6;   /* 삼각형부분 */
}
    td {
    	font-family: 돋움; 
    	font-size:9pt ;
    	word-break:break-all;
		line-height: 150% ;
    }
<!-- Position -->
    .position {
    	font-family: 돋움; 
    	font-size: 9pt; 
    	color: #484848; 
    	text-align: right ; 
    	text-valign: bottom ; 
    }

<!-- 주석 -->
    .comment {
    	font-family: 돋움; 
    	color: #9b9a9a; 
    	text-decoration: none; 
    	font-size: 8pt; 
    	line-height: 120% 
    }
     .text{
	      font-family: 돋움;  font-size:10pt ; line-height: 120% ;
	 }

/**** 페이지 제목 폰트****/
     .s_title01{
	      font-family: 돋움; color:#0777bd ;  font-weight: bold; font-size:14px ; 
	 }
     .s_title02{
	      font-family: 돋움; color:#505151 ;  font-weight: bold; font-size:9pt ; 
	 }
     .s_title03{
	      font-family: 돋움; color:#6498a1 ;  font-weight: bold; font-size:9pt ; 
	 }
     .s_title04{
	      font-family: 돋움; color:#6498a1 ;  font-size:9pt ; 
	 }

     .title_bg
     {background-image : url(../images/style/title_line.gif); height: 6px}

     .title02
     {font-family: 돋움; color: #4273C7;  font-weight: bold; font-size:9pt ; line-height: 150% ;}

     .title_bg02
     {background-image : url(../images/style/title_line02.gif); height: 6px }


/**** 뉴스추가 :  폰트****/
     .nw_s_title01{
	      font-family: 돋움; color:#a884b5 ;font-weight: bold; font-size:14px  
	 }
	 .nw_s_title04{
	      font-family: 돋움; color:#1e1e1e ; font-size:10px  
	 }

/**** 독자편지 제목 폰트****/

     .letter_quiz{
	      font-family: "돋움"; color:#01153b ;  font-size:14px ;  font-weight: bold; letter-spacing:-1;
	 }
	 .letter_reco{
	      font-family: "돋움"; color:#01153b ;  font-size:9pt ;  font-weight: bold; letter-spacing:-1;
	 }


