@charset "utf-8";

/*form 테그 공간 잡아 먹는것 방지 */
form { margin:0; }

/*공통footer지정*/
.top						 { font-size:12px; font-family:"돋움","verdana"; color:#434343; text-decoration:none }
.top a:link      { font-size:12px; font-family:"돋움","verdana"; color:#363636; text-decoration:none;  letter-spacing:-1pt; }
.top a:visited   { font-size:12px; font-family:"돋움","verdana"; color:#363636; text-decoration:none;  letter-spacing:-1pt; }
.top a:active    { font-size:12px; font-family:"돋움","verdana"; color:#F26521; text-decoration:underline;  letter-spacing:-1pt; }
.top a:hover     { font-size:12px; font-family:"돋움","verdana"; color:#F26521; text-decoration:underline;  letter-spacing:-1pt; }


/*공통top지정*/
.top_bar           {color:#c2c2c2; font-size: 12px;}
.top_link           {color:#363636; font-size: 12px;}


/*공통footer지정*/
.footer_s           {color:#666666; font-family:"돋움"; font-size: 11px; line-height:16px;}  /*footer 11px글씨*/
.footer_s a:link    {color:#666666; font-family:"돋움"; font-size: 11px; line-height:16px;}
.footer_s a:visited {color:#666666; font-family:"돋움"; font-size: 11px; line-height:16px;}
.footer_s a:active  {color:#666666; font-family:"돋움"; font-size: 11px; line-height:16px;}
.footer_s a:hover   {color:#666666; font-family:"돋움"; font-size: 11px; line-height:16px;}

.footer_sb           {color:#666666; font-family:"돋움"; font-size: 11px; line-height:16px;font-weight: bold;}  /*footer 11px글씨*/
.footer_sb a:link    {color:#666666; font-family:"돋움"; font-size: 11px; line-height:16px;font-weight: bold;}
.footer_sb a:visited {color:#666666; font-family:"돋움"; font-size: 11px; line-height:16px;font-weight: bold;}
.footer_sb a:active  {color:#666666; font-family:"돋움"; font-size: 11px; line-height:16px;font-weight: bold;}
.footer_sb a:hover   {color:#666666; font-family:"돋움"; font-size: 11px; line-height:16px;font-weight: bold;}

.footer_ss           {font-size: 11px; line-height:16px; letter-spacing : -1;}  /*11px글씨*/

/*사이트맵지정*/
.st_lage_txt           {color:#0e1676; font-family:"돋움"; font-size: 14px;font-weight: bold;}
.st_lage_txt a:link   {color:#0e1676; font-family:"돋움"; font-size: 14px; font-weight: bold;}
.st_lage_txt a:visited{color:#0e1676; font-family:"돋움"; font-size: 14px; font-weight: bold;}
.st_lage_txt a:active {color:#0e1676; font-family:"돋움"; font-size: 14px; font-weight: bold;}
.st_lage_txt a:hover  {color:#0e1676; font-family:"돋움"; font-size: 14px; font-weight: bold;}

.st_1depth_txt          {color:#000000; font-family:"굴림"; font-size: 12px; line-height:16px;}
.st_1depth_txt a:link   {color:#000000; font-family:"굴림"; font-size: 12px; line-height:16px;}
.st_1depth_txt a:visited{color:#000000; font-family:"굴림"; font-size: 12px; line-height:16px;}
.st_1depth_txt a:active {color:#000000; font-family:"굴림"; font-size: 12px; line-height:16px;}
.st_1depth_txt a:hover  {color:#000000; font-family:"굴림"; font-size: 12px; line-height:16px;}

.st_2depth_txt          {color:#636363; font-family:"돋움"; font-size: 11px; line-height:16px;padding-left:3px;padding-right:3px;padding-bottom:10px;}
.st_2depth_txt a:link   {color:#636363; font-family:"돋움"; font-size: 11px; line-height:16px;}
.st_2depth_txt a:visited{color:#636363; font-family:"돋움"; font-size: 11px; line-height:16px;}
.st_2depth_txt a:active {color:#636363; font-family:"돋움"; font-size: 11px; line-height:16px;}
.st_2depth_txt a:hover  {color:#636363; font-family:"돋움"; font-size: 11px; line-height:16px;}

/*검색지정*/
.se_title_link            {color:#077fd4; font-size: 12px;  line-height:20px; text-decoration:underline}
.se_title_link a:link     {color:#077fd4; font-size: 12px;  line-height:20px; text-decoration:underline}
.se_title_link a:visited  {color:#077fd4; font-size: 12px;  line-height:20px; text-decoration:underline}
.se_title_link a:active   {color:#077fd4; font-size: 12px;  line-height:20px; text-decoration:underline}
.se_title_link a:hover    {color:#077fd4; font-size: 12px;  line-height:20px; text-decoration:underline}

.se_add_link              {color:#00746b; font-size: 12px;}
.se_add_link a:link       {color:#00746b; font-size: 12px;}
.se_add_link a:visited    {color:#00746b; font-size: 12px;}
.se_add_link a:active     {color:#00746b; font-size: 12px;}
.se_add_link a:hover      {color:#00746b; font-size: 12px;}

.se_origin                {color:#acacac; font-size: 12px;}

/* input */
.top_input, .top_select {
        height:20px;
		color:#333333;
		font-size:12px;
		border:solid 1px;
		background-color:#ffffff;
		border-left-color:#C7C7C7;
		border-right-color:#C7C7C7;
		border-top-color:#C7C7C7;
		border-bottom-color:#C7C7C7;}
