/******************************************************************************************************
*            RedGiant.com
*
*    Copyright RedGiant.com All rights reserved.
*    No part of this work covered by the copyright hereon may be reproduced,
*    stored in a retrieval system, in any form or by any means, electronic,
*    mechanical, photocopying, recording or otherwise, without the prior
*    written permission of RedGiant.com
*
*    FILE_NAME   :   style.css
*    DATE        :   2009.02.23
*    DESCRIPTION :   RedGiant.com common css file, 모든 페이지에 include
*    VERSION        :   1.0
*    HISTORY        :   2009.02.23 update
*    REMARKS      :	 
******************************************************************************************************/

BODY 	{margin:0px,0px,0px,14px; padding:0px; 
             scrollbar-3dlight-color:#FFFFFF;
		     scrollbar-arrow-color:#555555;
	         scrollbar-track-color:#F4F4F4;
		     scrollbar-darkshadow-color:#FFFFFF;
		     scrollbar-face-color:#EDEDED;
		     scrollbar-highlight-color:#FAFAFA;
		     scrollbar-shadow-color:#BDBDBD;
			 }

body, td {FONT-SIZE: 12px; COLOR: #878787;	FONT-FAMILY: dotum,돋움; line-height: 130%; }

IMG {BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none}

A:link      {COLOR: #878787; TEXT-DECORATION: none;}
A:visited {COLOR: #878787; TEXT-DECORATION: none;}
A:hover  {COLOR: #878787; TEXT-DECORATION: underline;}
A:active  {COLOR: #878787; TEXT-DECORATION: none;}


/**텍스트 형식입니다********************************************************************************************************************/

/* 12px default */


.overline12px         			    {font-size:12px; color:##878787; TEXT-DECORATION: line-through; }


.black12px         			    {font-size:12px; color:#000000; }
a.black12px:link 					{color:#000000; text-decoration: none; }
a.black12px:visited 			{color:#000000; text-decoration: none; }
a.black12px:hover 				{color:#000000; text-decoration: underline;}
a.black12px:active 				{color:#000000; text-decoration: none; }

.red12px							    {font-size:12px; color:#dc3250; }
a.red12px:link 					    {color:#dc3250; text-decoration: none;}
a.red12px:visited 			        {color:#dc3250; text-decoration: none;}
a.red12px:hover 			        {color:#dc3250; text-decoration: none;}
a.red12px:active 			     	{color:#dc3250; text-decoration: none;}

.blue12px							    {font-size:12px; color:#0079c6; }
a.blue12px:link 					    {color:#0079c6; text-decoration: none;}
a.blue12px:visited 			        {color:#0079c6; text-decoration: none;}
a.blue12px:hover 			        {color:#0079c6; text-decoration: none;}
a.blue12px:active 			     	{color:#0079c6; text-decoration: none;}

.orange12px							    {font-size:12px; color:#ff7200; }
a.orange12px:link 					    {color:#ff7200; text-decoration: none;}
a.orange12px:visited 			        {color:#ff7200; text-decoration: none;}
a.orange12px:hover 			        {color:#ff7200; text-decoration: none;}
a.orange12px:active 			     	{color:#ff7200; text-decoration: none;}

.green12px							    {font-size:12px; color:#389f00; }
a.green12px:link 					    {color:#389f00; text-decoration: none;}
a.green12px:visited 			        {color:#389f00; text-decoration: none;}
a.green12px:hover 			        {color:#389f00; text-decoration: none;}
a.green12px:active 			     	{color:#389f00; text-decoration: none;} 

.pink12px							    {font-size:12px; color:#ff3feb; }
a.pink12px:link 					    {color:#ff3feb; text-decoration: none;}
a.pink12px:visited 			        {color:#ff3feb; text-decoration: none;}
a.pink12px:hover 			        {color:#ff3feb; text-decoration: none;}
a.pink12px:active 			     	{color:#ff3feb; text-decoration: none;}

.purple12px						    {font-size:12px; color:#5902d0; }
a.purple12px:link 			        {color:#5902d0; text-decoration: none;}
a.purple12px:visited 			    {color:#5902d0; text-decoration: none;}
a.purple12px:hover 			    {color:#5902d0; text-decoration: none;}
a.purple12px:active 			  	{color:#5902d0; text-decoration: none;}

.white12px 						    {font-size:12px; color:#ffffff; }
a.white12px :link 			        {color:#ffffff; text-decoration: none;}
a.white12px :visited 			    {color:#ffffff; text-decoration: none;}
a.white12px :hover 			    {color:#ffffff; text-decoration: none;}
a.white12px :active 			  	{color:#ffffff; text-decoration: none;}



/* 12px Bold */

.basic_B     						{font-size:12px; color:#878787; font-weight: bold;}
a.basic_B:link 					{color:#878787; text-decoration: none; }
a.basic_B:visited 				{color:#878787; text-decoration: none; }
a.basic_B:hover 				{color:#878787; text-decoration: none; }
a.basic_B:active 				{color:#878787;text-decoration: none; }

.black12px_B     			    {font-size:12px; color:#000000; font-weight: bold }
a.black12px_B:link 					{color:#000000; text-decoration: none; }
a.black12px_B:visited 				{color:#000000; text-decoration: none; }
a.black12px_B:hover 				{color:#000000; text-decoration: none;}
a.black12px_B:active 				{color:#000000; text-decoration: none; }

.red12px_B 							    {font-size:12px; color:#dc3250; font-weight: bold;}
a.red12px_B :link 					    {color:#dc3250; text-decoration: none;}
a.red12px_B :visited 			        {color:#dc3250; text-decoration: none;}
a.red12px_B :hover 			        {color:#dc3250; text-decoration: none;}
a.red12px_B :active 			     	{color:#dc3250; text-decoration: none;}

.blue12px_B 							    {font-size:12px; color:#0079c6; font-weight: bold;}
a.blue12px_B :link 					    {color:#0079c6; text-decoration: none;}
a.blue12px_B :visited 			        {color:#0079c6; text-decoration: none;}
a.blue12px_B :hover 			        {color:#0079c6; text-decoration: none;}
a.blue12px_B :active 			     	{color:#0079c6; text-decoration: none;}

.orange12px_B 							    {font-size:12px; color:#ff7200; font-weight: bold;}
a.orange12px_B :link 					    {color:#ff7200; text-decoration: none;}
a.orange12px_B :visited 			        {color:#ff7200; text-decoration: none;}
a.orange12px_B :hover 			        {color:#ff7200; text-decoration: none;}
a.orange12px_B :active 			     	{color:#ff7200; text-decoration: none;}

.orange12px_credit 							    {font-size:12px; color:#ff7200; font-weight: bold; letter-spacing:13px;}
a.orange12px_credit  :link 					    {color:#ff7200; text-decoration: none;}
a.orange12px_credit  :visited 			        {color:#ff7200; text-decoration: none;}
a.orange12px_credit  :hover 			        {color:#ff7200; text-decoration: none;}
a.orange12px_credit  :active 			     	{color:#ff7200; text-decoration: none;}

.green12px_B 							    {font-size:12px; color:#389f00; font-weight: bold;}
a.green12px_B :link 					    {color:#389f00; text-decoration: none;}
a.green12px_B :visited 			        {color:#389f00; text-decoration: none;}
a.green12px_B :hover 			        {color:#389f00; text-decoration: none;}
a.green12px_B :active 			     	{color:#389f00; text-decoration: none;} 

.pink12px_B 							    {font-size:12px; color:#ff3feb; font-weight: bold}
a.pink12px_B :link 					    {color:#ff3feb; text-decoration: none}
a.pink12px_B :visited 			        {color:#ff3feb; text-decoration: none}
a.pink12px_B :hover 			        {color:#ff3feb; text-decoration: none}
a.pink12px_B :active 			     	{color:#ff3feb; text-decoration: none}

.purple12px_B 						    {font-size:12px; color:#5902d0; font-weight: bold;}
a.purple12px_B :link 			        {color:#5902d0; text-decoration: none;}
a.purple12px_B :visited 			    {color:#5902d0; text-decoration: none;}
a.purple12px_B :hover 			    {color:#5902d0; text-decoration: none;}
a.purple12px_B :active 			  	{color:#5902d0; text-decoration: none;}

.white12px_B 						        {font-size:12px; color:#ffffff; font-weight: bold;}
a.white12px_B :link 			        {color:#ffffff; text-decoration: none;}
a.white12px_B :visited 			    {color:#ffffff; text-decoration: none;}
a.white12px_B :hover 			        {color:#ffffff; text-decoration: none;}
a.white12px_B :active 			  	{color:#ffffff; text-decoration: none;}


/* 11px default */
.toplistPro_Off       	            {font-size:11px; color:#6E6E6E; font-family: dotum,돋움; letter-spacing:-1px;}
a.toplistPro_Off:link 			{color:#6E6E6E; text-decoration: none; }
a.toplistPro_Off:visited    	{color:#6E6E6E; text-decoration: none; }
a.toplistPro_Off:hover 		{color:#ED1A23;font-weight: bold; text-decoration: none; }
a.toplistPro_Off:active 		{color:#6E6E6E; text-decoration: none; }

.toplistPro_On      	            {font-size:11px; color:#dc3250; font-family: dotum,돋움; font-weight: bold; letter-spacing:-1px;}
a.toplistPro_On :link 			{color:#dc3250; text-decoration: none; }
a.toplistPro_On :visited   	{color:#dc3250; text-decoration: none; }
a.toplistPro_On :hover 		{color:#dc3250; text-decoration: none; }
a.toplistPro_On :active 		{color:#dc3250; text-decoration: none; }

.basic11px         			    {font-size:11px; color:#878787; }
a.basic11px:link 				{color:#878787; text-decoration: none; }
a.basic11px:visited 			{color:#878787; text-decoration: none; }
a.basic11px:hover 				{color:#878787; text-decoration: none;}
a.basic11px:active 			{color:#878787; text-decoration: none; }

.gray_01_11px         		    {font-size:11px; color:#878787; line-height: 180%;}
a.basic11px:link 				{color:#878787; text-decoration: none; }
a.basic11px:visited 			{color:#878787; text-decoration: none; }
a.basic11px:hover 				{color:#878787; text-decoration: none;}
a.basic11px:active 			{color:#878787; text-decoration: none; }

.gray11px         			    {font-size:11px; color:#878787; letter-spacing:-1px;}
a.gray11px:link 				{color:#878787; text-decoration: none; }
a.gray11px:visited 			{color:#878787; text-decoration: none; }
a.gray11px:hover 			{color:#878787; text-decoration: none;}
a.gray11px:active 			{color:#878787; text-decoration: none; }

.black11px         			    {font-size:11px; color:#000000; }
a.black11px:link 				{color:#000000; text-decoration: none; }
a.black11px:visited 			{color:#000000; text-decoration: none; }
a.black11px:hover 				{color:#000000; text-decoration: none;}
a.black11px:active 				{color:#000000; text-decoration: none; }

.red11px							    {font-size:11px; color:#dc3250; }
a.red11px:link 					    {color:#dc3250; text-decoration: none;}
a.red11px:visited 			        {color:#dc3250; text-decoration: none;}
a.red11px:hover 			        {color:#dc3250; text-decoration: none;}
a.red11px:active 			     	{color:#dc3250; text-decoration: none;}

.blue11px							    {font-size:11px; color:#0079c6; }
a.blue11px:link 					    {color:#0079c6; text-decoration: none;}
a.blue11px:visited 			        {color:#0079c6; text-decoration: none;}
a.blue11px:hover 			        {color:#0079c6; text-decoration: none;}
a.blue11px:active 			     	{color:#0079c6; text-decoration: none;}

.orange11px							    {font-size:11px; color:#ff7200; }
a.orange11px:link 					    {color:#ff7200; text-decoration: none;}
a.orange11px:visited 			        {color:#ff7200; text-decoration: none;}
a.orange11px:hover 			        {color:#ff7200; text-decoration: none;}
a.orange11px:active 			     	{color:#ff7200; text-decoration: none;}

.green11px							    {font-size:11px; color:#389f00; }
a.green11px:link 					    {color:#389f00; text-decoration: none;}
a.green11px:visited 			        {color:#389f00; text-decoration: none;}
a.green11px:hover 			        {color:#389f00; text-decoration: none;}
a.green11px:active 			     	{color:#389f00; text-decoration: none;} 

.pink11px							    {font-size:11px; color:#ff3feb; }
a.pink11px:link 					    {color:#ff3feb; text-decoration: none;}
a.pink11px:visited 			        {color:#ff3feb; text-decoration: none;}
a.pink11px:hover 			        {color:#ff3feb; text-decoration: none;}
a.pink11px:active 			     	{color:#ff3feb; text-decoration: none;}

.purple11px						    {font-size:11px; color:#5902d0; }
a.purple11px:link 			        {color:#5902d0; text-decoration: none;}
a.purple11px:visited 			    {color:#5902d0; text-decoration: none;}
a.purple11px:hover 			    {color:#5902d0; text-decoration: none;}
a.purple11px:active 			  	{color:#5902d0; text-decoration: none;}

.white11px 						        {font-size:11px; color:#ffffff; }
a.white11px :link 			        {color:#ffffff; text-decoration: none;}
a.white11px :visited 			    {color:#ffffff; text-decoration: none;}
a.white11px :hover 			    {color:#ffffff; text-decoration: none;}
a.white11px :active 			  	{color:#ffffff; text-decoration: none;}


/* 11px Bold */

.basic11px_B         			{font-size:11px; color:#878787; font-weight: bold;}
a.basic11px_B:link 				{color:#878787; text-decoration: none; }
a.basic11px_B:visited 		{color:#878787; text-decoration: none; }
a.basic11px_B:hover 			{color:#878787; text-decoration: none;}
a.basic11px_B:active 			{color:#878787; text-decoration: none; }

.black11px_B         			{font-size:11px; color:#000000; font-weight: bold;}
a.black11px_B:link 				{color:#000000; text-decoration: none; }
a.black11px_B :visited 		{color:#000000; text-decoration: none; }
a.black11px_B :hover 		{color:#000000; text-decoration: none;}
a.black11px_B :active 		{color:#000000; text-decoration: none; }

.gray11px_B         			    {font-size:11px; color:#878787; letter-spacing:-1px; font-weight: bold;}
a.gray11px_B:link 				{color:#878787; text-decoration: none; }
a.gray11px_B:visited 			{color:#878787; text-decoration: none; }
a.gray11px_B:hover 			{color:#878787; text-decoration: none;}
a.gray11px_B:active 			{color:#878787; text-decoration: none; }

.red11px_B 							    {font-size:11px; color:#dc3250; font-weight: bold;}
a.red11px_B :link 					    {color:#dc3250; text-decoration: none;}
a.red11px_B :visited 			        {color:#dc3250; text-decoration: none;}
a.red11px_B :hover 			        {color:#dc3250; text-decoration: none;}
a.red11px_B :active 			     	{color:#dc3250; text-decoration: none;}

.blue11px_B 							    {font-size:11px; color:#0079c6; font-weight: bold;}
a.blue11px_B :link 					    {color:#0079c6; text-decoration: none;}
a.blue11px_B :visited 			        {color:#0079c6; text-decoration: none;}
a.blue11px_B :hover 			        {color:#0079c6; text-decoration: none;}
a.blue11px_B :active 			     	{color:#0079c6; text-decoration: none;}

.orange11px_B 							    {font-size:11px; color:#ff7200; font-weight: bold;}
a.orange11px_B :link 					    {color:#ff7200; text-decoration: none;}
a.orange11px_B :visited 			        {color:#ff7200; text-decoration: none;}
a.orange11px_B :hover 			        {color:#ff7200; text-decoration: none;}
a.orange11px_B :active 			     	{color:#ff7200; text-decoration: none;}

.green11px_B 							    {font-size:11px; color:#389f00; font-weight: bold;}
a.green11px_B :link 					    {color:#389f00; text-decoration: none;}
a.green11px_B :visited 			        {color:#389f00; text-decoration: none;}
a.green11px_B :hover 			        {color:#389f00; text-decoration: none;}
a.green11px_B :active 			     	{color:#389f00; text-decoration: none;} 

.pink11px_B 							    {font-size:11px; color:#ff3feb; font-weight: bold;}
a.pink11px_B :link 					    {color:#ff3feb; text-decoration: none;}
a.pink11px_B :visited 			        {color:#ff3feb; text-decoration: none;}
a.pink11px_B :hover 			        {color:#ff3feb; text-decoration: none;}
a.pink11px_B :active 			     	{color:#ff3feb; text-decoration: none;}

.purple11px_B 						    {font-size:11px; color:#5902d0; font-weight: bold;}
a.purple11px_B :link 			        {color:#5902d0; text-decoration: none;}
a.purple11px_B :visited 			    {color:#5902d0; text-decoration: none;}
a.purple11px_B :hover 			    {color:#5902d0; text-decoration: none;}
a.purple11px_B :active 			  	{color:#5902d0; text-decoration: none;}

.white11px_B 						        {font-size:11px; color:#ffffff; font-weight: bold;}
a.white11px_B :link 			        {color:#ffffff; text-decoration: none;}
a.white11px_B :visited 			    {color:#ffffff; text-decoration: none;}
a.white11px_B :hover 			    {color:#ffffff; text-decoration: none;}
a.white11px_B :active 			  	{color:#ffffff; text-decoration: none;}

/* 14px default */


.black14px         			    {font-size:14px; color:#000000; }
a.black14px:link 				{color:#000000; text-decoration: none; }
a.black14px:visited 			{color:#000000; text-decoration: none; }
a.black14px:hover 				{color:#000000; text-decoration: none;}
a.black14px:active 			{color:#000000; text-decoration: none; }

.gray14px         	    	    {font-size:14px; color:#878787; }
a.gray14px:link 				{color:#878787; text-decoration: none; }
a.gray14px:visited 		    {color:#878787; text-decoration: none; }
a.gray14px:hover 			{color:#878787; text-decoration: none;}
a.gray14px:active 			{color:#878787; text-decoration: none; }

.red14px							    {font-size:14px; color:#dc3250; }
a.red12px:link 					    {color:#dc3250; text-decoration: none;}
a.red12px:visited 			        {color:#dc3250; text-decoration: none;}
a.red12px:hover 			        {color:#dc3250; text-decoration: none;}
a.red12px:active 			     	{color:#dc3250; text-decoration: none;}

.blue14px							    {font-size:14px; color:#0079c6; }
a.blue14px:link 					    {color:#0079c6; text-decoration: none;}
a.blue14px:visited 			        {color:#0079c6; text-decoration: none;}
a.blue14px:hover 			        {color:#0079c6; text-decoration: none;}
a.blue14px:active 			     	{color:#0079c6; text-decoration: none;}

.orange14px							    {font-size:14px; color:#ff7200; }
a.orange14px:link 					    {color:#ff7200; text-decoration: none;}
a.orange14px:visited 			        {color:#ff7200; text-decoration: none;}
a.orange14px:hover 			        {color:#ff7200; text-decoration: none;}
a.orange14px:active 			     	{color:#ff7200; text-decoration: none;}

.green14px							    {font-size:14px; color:#389f00; }
a.green14px:link 					    {color:#389f00; text-decoration: none;}
a.green14px:visited 			        {color:#389f00; text-decoration: none;}
a.green14px:hover 			        {color:#389f00; text-decoration: none;}
a.green14px:active 			     	{color:#389f00; text-decoration: none;} 

.pink14px							    {font-size:14px; color:#ff3feb; }
a.pink14px:link 					    {color:#ff3feb; text-decoration: none;}
a.pink14px:visited 			        {color:#ff3feb; text-decoration: none;}
a.pink14px:hover 			        {color:#ff3feb; text-decoration: none;}
a.pink14px:active 			     	{color:#ff3feb; text-decoration: none;}

.purple14px						    {font-size:14px; color:#5902d0; }
a.purple14px:link 			        {color:#5902d0; text-decoration: none;}
a.purple14px:visited 			    {color:#5902d0; text-decoration: none;}
a.purple14px:hover 			    {color:#5902d0; text-decoration: none;}
a.purple14px:active 			  	{color:#5902d0; text-decoration: none;}


/* 14px Bold */


.black14px_B         		    {font-size:14px; color:#000000; font-weight: bold;}
a.black14px_B:link 				{color:#000000; text-decoration: none; }
a.black14px_B:visited 		{color:#000000; text-decoration: none; }
a.black14px_B:hover 			{color:#000000; text-decoration: none;}
a.black14px_B:active 			{color:#000000; text-decoration: none; }

.gray14px_B         	    	    {font-size:14px; color:#878787; font-weight: bold;}
a.gray14px_B:link 				{color:#878787; text-decoration: none; }
a.gray14px_B:visited 		    {color:#878787; text-decoration: none; }
a.gray14px_B:hover 			{color:#878787; text-decoration: none;}
a.gray14px_B:active 			{color:#878787; text-decoration: none; }

.red14px_B						{font-size:14px; color:#dc3250; font-weight: bold;background: #fde6ea;}
a.red14px_B:link 			    {color:#dc3250; text-decoration: none;}
a.red14px_B:visited 		    {color:#dc3250; text-decoration: none;}
a.red14px_B:hover 			{color:#dc3250; text-decoration: none;}
a.red14px_B:active 	     	{color:#dc3250; text-decoration: none;}

.red15px_B						{font-size:14px; color:#dc3250; font-weight: bold;}
a.red14px_B:link 			    {color:#dc3250; text-decoration: none;}
a.red14px_B:visited 		    {color:#dc3250; text-decoration: none;}
a.red14px_B:hover 			{color:#dc3250; text-decoration: none;}
a.red14px_B:active 	     	{color:#dc3250; text-decoration: none;}

.blue14px_B							    {font-size:14px; color:#0079c6; font-weight: bold;}
a.blue14px_B:link 					    {color:#0079c6; text-decoration: none;}
a.blue14px_B:visited 			        {color:#0079c6; text-decoration: none;}
a.blue14px_B:hover 			        {color:#0079c6; text-decoration: none;}
a.blue14px_B:active 			     	{color:#0079c6; text-decoration: none;}

.orange14px_B							    {font-size:14px; color:#ff7200; font-weight: bold;}
a.orange14px_B:link 					    {color:#ff7200; text-decoration: none;}
a.orange14px_B:visited 			        {color:#ff7200; text-decoration: none;}
a.orange14px_B:hover 			        {color:#ff7200; text-decoration: none;}
a.orange14px_B:active 			     	{color:#ff7200; text-decoration: none;}

.green14px_B							    {font-size:14px; color:#389f00;font-weight: bold; background: #e5ff8d;}
a.green14px_B:link 				    {color:#389f00; text-decoration: none;}
a.green14px_B:visited 			    {color:#389f00; text-decoration: none;}
a.green14px_B:hover 			        {color:#389f00; text-decoration: none;}
a.green14px_B:active 			  	{color:#389f00; text-decoration: none;} 

.pink14px_B							    {font-size:14px; color:#ff3feb; font-weight: bold;}
a.pink14px_B:link 					    {color:#ff3feb; text-decoration: none;}
a.pink14px_B:visited 			        {color:#ff3feb; text-decoration: none;}
a.pink14px_B:hover 			        {color:#ff3feb; text-decoration: none;}
a.pink14px_B:active 			     	{color:#ff3feb; text-decoration: none;}

.purple14px_B						    {font-size:14px; color:#5902d0; font-weight: bold;}
a.purple14px_B:link 			        {color:#5902d0; text-decoration: none;}
a.purple14px_B:visited 			    {color:#5902d0; text-decoration: none;}
a.purple14px_B:hover 			    {color:#5902d0; text-decoration: none;}
a.purple14px_B:active 			  	{color:#5902d0; text-decoration: none;}







/**폼 형식입니다********************************************************************************************************************/
 
input,textarea, select { background-color:FFFFFF; font-family:돋움,Dotum; font-size:12px; color:#444444; }

textarea {background-color:FFFFFF;font-family:돋움,Dotum;font-size:12px;color:#636163;border: 1 solid #9C9A9C}


 .box01 { COLOR: 666666 ; FONT-FAMILY: "돋움" ; FONT-SIZE: 12PX ; PADDING-LEFT:3 ;BACKGROUND-COLOR:FFFFFF;
	BORDER:1  
	SOLID ACACAC ;
	BORDER-TOP-COLOR: 828282;
	BORDER-RIGHT-COLOR: e1e1e1;
	BORDER-BOTTOM-COLOR: e1e1e1;
	BORDER-LEFT-COLOR: 828282;}
 
 .box02 {background-color:FFFFFF; font-family:돋움,dotum; font-size:12px; padding:3 3 0 5; color:#666666; border: 1 solid #CCCCCC;}
 
 .box03 { COLOR: 666666 ; FONT-FAMILY: "돋움" ; FONT-SIZE: 12PX ; PADDING-LEFT:3 ;BACKGROUND-COLOR:FFFFFF;
	BORDER:1  
	SOLID ACACAC ;
	BORDER-TOP-COLOR: e4e4e4;
	BORDER-RIGHT-COLOR: e4e4e4;
	BORDER-BOTTOM-COLOR: e4e4e4;
	BORDER-LEFT-COLOR: e4e4e4;}
 
 


 .box04 {background-color:FFF2DC; font-family:돋움,dotum; font-size:12px; padding:3 3 0 5; color:#666666; border: 1 solid #CCCCCC;}
 
 .box05 {
	BACKGROUND-COLOR: #f6f6f6; 
	BORDER-BOTTOM: #b3b3b3 1px solid; 
	BORDER-LEFT: #b3b3b3 1px solid; 
	BORDER-RIGHT: #b3b3b3 1px solid; 
	BORDER-TOP: #b3b3b3 1px solid; 
    font-size:12px; 
	COLOR: #666666; 
	FONT-FAMILY: 굴림; 
	HEIGHT: 18px; 
	LETTER-SPACING: 0px
}

.box06 {
	BACKGROUND-COLOR: #cfecfe; 
	BORDER-BOTTOM: #9ac5df 1px solid; 
	BORDER-LEFT: #9ac5df 1px solid; 
	BORDER-RIGHT: #9ac5df 1px solid; 
	BORDER-TOP: #9ac5df 1px solid; 
    font-size:12px; 
	COLOR: #3889ba; 
	FONT-FAMILY: 굴림; 
	HEIGHT: 18px; 
	LETTER-SPACING: 0px;
}
 
  .box07 {
	BACKGROUND-COLOR: #FFFFFF; 
	BORDER-BOTTOM: #dc3250 2px solid; 
	BORDER-LEFT: #dc3250 2px solid; 
	BORDER-RIGHT: #dc3250 2px solid; 
	BORDER-TOP: #dc3250 2px solid; 
    font-size:14px; 
	COLOR: #000000; 
	FONT-FAMILY: 돋움; 
	font-weight: bold;
	HEIGHT: 25px; 
	LETTER-SPACING: 0px
}
 
 .sbox01 {
	BACKGROUND-COLOR: #ffffff; 
	BORDER-BOTTOM: #CCCCCC 1px solid; 
	BORDER-LEFT: #CCCCCC 1px solid; 
	BORDER-RIGHT: #CCCCCC 1px solid; 
	BORDER-TOP: #CCCCCC 1px solid; 
	COLOR: #666666;
	FONT-FAMILY: dotum,돋움; 
	FONT-SIZE: 11px; HEIGHT: 17px;
    PADDING-LEFT:3 ;
}


 

/**기본형 테이블입니다********************************************************************************************************************/

	#TB_Basic table {
		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-collapse: collapse;
		}
	
	#TB_Basic th, #TB_Basic td {
		padding: 4px;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		Text-align: center;
		}	
	
	#TB_Basic th {
		font-family: gulim,굴림;
		font-size: 12px;
		background: #e1e1e1;
		Text-align: center;
		}
		


/**내용이 추가될 경우 아래에 기입해주세요.*******************************************************************************************/

