       document.write("<style type=text/css> \
		.article, .article a, .article a:visited, .article p{ font-size:14px; color:#222222; line-height:24px; } \
		</style>");



       var nowFontSz = 11 ; // À§ CSSÀÇ article°ú °°Àº Font Å©±â
       var nowlineHei= 2 ; // À§ CSSÀÇ article°ú °°Àº Font Çà°£
       var fontObj ;
       var fontObj01 ;
       var fontObj02 ;
       var fontObj03 ;
       var fontObj04 ;
       var fontObj05 ;
       var expTime = new Date() ;
       expTime.setTime(expTime.getTime()+(24*60*60*1000*365)) ; // 365ÀÏ°£ Àû¿ë
       var cName1 = "fontSz" ;
       var cName2 = "fontHei" ;
       var cNameStr, cNameVal ;



       function getCookie(){
       cNameStr = arguments[0] + "=" ;
       if (document.cookie){
       cStr_start = document.cookie.indexOf(cNameStr) ;
       if (cStr_start != -1){
       cStr_start += cNameStr.length ;
       cStr_end = document.cookie.indexOf(";", cStr_start) ;
       if (cStr_end == -1) cStr_end = document.cookie.length ;
       cNameVal = document.cookie.substring(cStr_start, cStr_end) ;
       }
       }
       if (cNameVal) return cNameVal ;
       else return null ;
       }



       function fontSz(){
       if (document.getElementById) fontObj01 = document.getElementById("fontSzArea01").style ;
       else if (document.all) fontObj01 = document.all("fontSzArea01").style ;
       if (document.getElementById) fontObj02 = document.getElementById("fontSzArea02").style ;
       else if (document.all) fontObj02 = document.all("fontSzArea02").style ;
       if (document.getElementById) fontObj03 = document.getElementById("fontSzArea03").style ;
       else if (document.all) fontObj03 = document.all("fontSzArea03").style ;
       if (document.getElementById) fontObj04 = document.getElementById("fontSzArea04").style ;
       else if (document.all) fontObj04 = document.all("fontSzArea04").style ;
       if(document.getElementById("fontSzArea05")){
       if (document.getElementById) fontObj05 = document.getElementById("fontSzArea05").style ;
       else if (document.all) fontObj05 = document.all("fontSzArea01").style ;
       }
      /* if (document.getElementById) fontObj06 = document.getElementById("fontSzArea06").style ;
       else if (document.all) fontObj06 = document.all("fontSzArea06").style ;
       if (document.getElementById) fontObj07 = document.getElementById("fontSzArea07").style ;
       else if (document.all) fontObj07 = document.all("fontSzArea07").style ;
       if (document.getElementById) fontObj08 = document.getElementById("fontSzArea08").style ;
       else if (document.all) fontObj08 = document.all("fontSzArea08").style ;
       if (document.getElementById) fontObj09 = document.getElementById("fontSzArea09").style ;
       else if (document.all) fontObj09 = document.all("fontSzArea09").style ;
       if (document.getElementById) fontObj010 = document.getElementById("fontSzArea010").style ;
       else if (document.all) fontObj010 = document.all("fontSzArea010").style ;*/

       // Font Resize
       if (arguments[0] == "-"){
       if (nowFontSz <= 9) return ;
       fontObj01.fontSize = nowFontSz-1 + "pt" ;
       fontObj02.fontSize = nowFontSz-1 + "pt" ;
       fontObj03.fontSize = nowFontSz-1 + "pt" ;
       fontObj04.fontSize = nowFontSz-1 + "pt" ;
       if(document.getElementById("fontSzArea05")){
       fontObj05.fontSize = nowFontSz-1 + "pt" ;
       }
       /*fontObj06.fontSize = nowFontSz-1 + "pt" ;
       fontObj07.fontSize = nowFontSz-1 + "pt" ;
       fontObj08.fontSize = nowFontSz-1 + "pt" ;
       fontObj09.fontSize = nowFontSz-1 + "pt" ;
       fontObj010.fontSize = nowFontSz-1 + "pt" ;*/
       nowFontSz = eval(nowFontSz-1) ;

       if(nowFontSz < 13){
       //				  fontObj.lineHeight = nowlineHei+0.2 ;
       //				  nowlineHei = nowlineHei+0.2 ;
       }

       }else if (arguments[0] == "+"){
       if (nowFontSz >= 21) return ;
       fontObj01.fontSize = nowFontSz+1 + "pt" ;
       fontObj02.fontSize = nowFontSz+1 + "pt" ;
       fontObj03.fontSize = nowFontSz+1 + "pt" ;
       fontObj04.fontSize = nowFontSz+1 + "pt" ;
       if(document.getElementById("fontSzArea05")){
       fontObj05.fontSize = nowFontSz+1 + "pt" ;
       }
       /*fontObj06.fontSize = nowFontSz+1 + "pt" ;
       fontObj07.fontSize = nowFontSz+1 + "pt" ;
       fontObj08.fontSize = nowFontSz+1 + "pt" ;
       fontObj09.fontSize = nowFontSz+1 + "pt" ;
       fontObj010.fontSize = nowFontSz+1 + "pt" ;*/
       nowFontSz = eval(nowFontSz+1) ;

       if(nowFontSz < 13){
       //				  fontObj.lineHeight = nowlineHei-0.2 ;
       //				  nowlineHei = nowlineHei-0.2 ;
       }

       }
       // ResizeµÈ FontÀÇ °ªÀ» ÄíÅ°¿¡ Àû¿ë
       document.cookie = cName1 + "=" + nowFontSz + "; path=/" + "; expires=" + expTime.toGMTString() ;
       document.cookie = cName2 + "=" + nowlineHei + "; path=/" + "; expires=" + expTime.toGMTString() ;
	   fnc_iframe_height();
       }



       function fontSet(){
       if (document.getElementById) fontObj01 = document.getElementById("fontSzArea01").style ;
       else if (document.all) fontObj01 = document.all("fontSzArea01").style ;
       if (document.getElementById) fontObj02 = document.getElementById("fontSzArea02").style ;
       else if (document.all) fontObj02 = document.all("fontSzArea02").style ;
       if (document.getElementById) fontObj03 = document.getElementById("fontSzArea03").style ;
       else if (document.all) fontObj03 = document.all("fontSzArea03").style ;
       if (document.getElementById) fontObj04 = document.getElementById("fontSzArea04").style ;
       else if (document.all) fontObj04 = document.all("fontSzArea04").style ;
       if(document.getElementById("fontSzArea05")){
       if (document.getElementById) fontObj05 = document.getElementById("fontSzArea05").style ;
       else if (document.all) fontObj05 = document.all("fontSzArea01").style ;
       }
       /*if (document.getElementById) fontObj06 = document.getElementById("fontSzArea06").style ;
       else if (document.all) fontObj06 = document.all("fontSzArea06").style ;
       if (document.getElementById) fontObj07 = document.getElementById("fontSzArea07").style ;
       else if (document.all) fontObj07 = document.all("fontSzArea07").style ;
       if (document.getElementById) fontObj08 = document.getElementById("fontSzArea08").style ;
       else if (document.all) fontObj08 = document.all("fontSzArea08").style ;
       if (document.getElementById) fontObj09 = document.getElementById("fontSzArea09").style ;
       else if (document.all) fontObj09 = document.all("fontSzArea09").style ;
       if (document.getElementById) fontObj010 = document.getElementById("fontSzArea010").style ;
       else if (document.all) fontObj010 = document.all("fontSzArea010").style ;*/
       // ÄíÅ°¿¡ Font°ª ÀÖÀ»½Ã Font¿¡ Àû¿ë
       if (getCookie(cName1)!=null || getCookie(cName2)!=null){
       getCookie(cName1) ;
       nowFontSz = eval(cNameVal) ;
       fontObj01.fontSize = nowFontSz + "pt" ;
       fontObj02.fontSize = nowFontSz + "pt" ;
       fontObj03.fontSize = nowFontSz + "pt" ;
       fontObj04.fontSize = nowFontSz + "pt" ;
       if(document.getElementById("fontSzArea05")){
       fontObj05.fontSize = nowFontSz + "pt" ;
       }
       /*fontObj06.fontSize = nowFontSz+1 + "pt" ;
       fontObj07.fontSize = nowFontSz+1 + "pt" ;
       fontObj08.fontSize = nowFontSz+1 + "pt" ;
       fontObj09.fontSize = nowFontSz+1 + "pt" ;
       fontObj010.fontSize = nowFontSz+1 + "pt" ;*/
       getCookie(cName2) ;
       nowlineHei= eval(cNameVal) ;
       fontObj01.lineHeight = nowlineHei ;
       fontObj02.lineHeight = nowlineHei ;
       fontObj03.lineHeight = nowlineHei ;
       fontObj04.lineHeight = nowlineHei ;
       if(document.getElementById("fontSzArea05")){
       fontObj05.lineHeight = nowlineHei ;
       }
       /*fontObj06.lineHeight = nowlineHei ;
       fontObj07.lineHeight = nowlineHei ;
       fontObj08.lineHeight = nowlineHei ;
       fontObj09.lineHeight = nowlineHei ;
       fontObj010.lineHeight = nowlineHei ;*/
       }
       }


