@charset "utf-8";
/*CSS Document*/

/*  link */
A:link     {color:#888888; text-decoration:none;}
A:visited  {color:#888888; text-decoration:none;}
A:active   {color:#888888; text-decoration:none;}
A:hover    {color:#f08b0b; text-decoration:underline;}

/* form */
input     {border:1px solid #dadada; height:15px; color:#777777; margin:0; padding:0 0 0 3px; display:inline; vertical-align:middle;}
input.btn {border:none; margin:0; padding:0;}
textarea  {width:100%; border:1px solid #D2D2D2; color:#777777;}
select    {color:#777777; font-size:11px;}
input.radio   {width:13px; height:13px; border:0 none; vertical-align:middle;}
input.inBas   {border:1px solid #dadada; height:17px; color:#777777; padding-left:3px; vertical-align:middle;}
textarea.poolText  {width:488px; height:42px; border:1px solid #D2D2D2; color:#777777;}

/* scrollbar */
.scrollbar {scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-arrow-color: #4191c5;}


/* margin,padding */
.mA20 {margin:20px;}

.mT20 {margin-top:20px;}
.mT245 {margin-top:245px;}

.mR10 {margin-right:10px;}
.mR20 {margin-right:20px;}
.mB10 {margin-bottom:10px;}
.mB55 {margin-bottom:55px;}
.mL10 {margin-left:10px;}
.mL20 {margin-left:20px;}

.mRL3 {margin-left:3px; margin-right:3px;}
.mRL4 {margin-left:4px; margin-right:4px;}
.mRL5 {margin-left:5px; margin-right:5px;}
.mAviewList {margin:0 15px 0 2px;}

.pA20 {padding:20px;}
.pL50  {padding-left:50px;}
.pL10 {padding-left:10px;}
.pLR10 {padding-left:10px; padding-right:10px;}
.pB50 {padding-bottom:50px;}
.pB10 {padding-bottom:10px;}
.pB5   {padding-bottom:5px;}
.pB30 {padding-bottom:30px;}
.pT5  {padding-top:5px;}
.pT20  {padding-top:20px;}
.mAviewList {padding:7px 15px 7px 22px;}
/*position*/
.posRel {position:relative;}
.posAbs {position:absolute;}

/*border*/
.noB {border:none;}
.bB1 {border-bottom:1px solid #CCCCCC;}
.bT1 {border-top:1px solid #CCCCCC;}

/*text*/
.b      {font-weight:bold;}    /* ±½°Ô */
.s      {font-size:11px; font-family: sans-serif;}    /* ÀÛ°Ô */
ul.b li {font-weight:bold;}
ul.s li {font-size:11px;}
.let    {letter-spacing:-1px;}
.black  {color:#111111;}
.white  {color:#ffffff;}
.sky   {color:#4daac8;}
.darkorange   {color:#ef4913;}
.datalist   {font-size:11px; line-height:12px;} 
A.datalist:link     {font-size:11px; line-height:12px;}
A.datalist:visited  {font-size:11px; line-height:12px;}
A.datalist:active   {font-size:11px; line-height:12px;}
A.datalist:hover    {font-size:11px; line-height:12px;}



.pStyle {margin-left:20px; margin-bottom:15px;}
.board_title {font-size:11px; font-weight:bold; color:#dedede;}
.sub_title {font-size:14px; font-weight:bold; color:#f08b0b; padding-bottom:5px;}
.li_title {font-size:14px; font-weight:bold; color:#3f3f3f; padding-bottom:5px;}
.history_txt {font-size:12px; color:#777777; padding-bottom:20px;line-height:14px;}
.h14 {line-height:14px;}
.business_txt {font-size:14px; font-weight:bold; color:#777777; padding-bottom:20px;padding-left:68px;line-height:14px;}


/* png */
.iePngFix {behavior:url(css/iepngfix.htc);}  /* ¼­ºê+ */
.iePng    {behavior:url(../../css/iepngfix.htc);}  /* +¼­ºê */

/* list */
ul                {margin:0px; padding:0px; border:0px;}
.ul_step1         {list-style:none;  list-style-image:url(../images/common/ico_li_arrow.gif); line-height:15px; padding-left:5px;margin:0;}
.ul_step2         {list-style:none; list-style-image:url(../images/common/ico_li_arrow.gif); line-height:15px; padding-left:5px; margin:0;  font-weight:bold;}
.ul_none          {list-style:none; line-height:15px; padding-left:10px; margin:0;}


/*line-height*/
.lh11	   {line-height:11px;}
.lh13	   {line-height:13px;}
.lh15	   {line-height:15px;}
.lh18	   {line-height:18px;}
.lh20	   {line-height:20px;}
.lh23	   {line-height:23px;}

.bh22	   {height:22px;}
.bh64	   {height:64px;}

/* table */  
table.dataTable          {font-size:12px; border-collapse:collapse; border-bottom:1px solid #4b4b4b;}
table.dataTable caption  {display:none;}
table.dataTable thead    {border-bottom:1px solid #0071bb;}
table.dataTable th       {padding:5px; border:1px solid #e2e2e2; text-align:center; background-color:#4b4b4b; color:#FFFFFF; font-weight:bold;}
table.dataTable td       {padding:5px; height:15px; border:1px solid #e2e2e2;}
table.dataTable td.aleft {padding:5px; height:15px; border:1px solid #e2e2e2; text-align:left; padding-left:10px;}
table.dataTable td.taR {padding:5px; height:15px; border:1px solid #e2e2e2; text-align:right;}
table.dataTable tr.bg    {background-color:#fdfdfd;}
table.dataTable td.bg    {background-color:#fbfbfb;}
table.dataTable tfoot td {font-size:12px; font-weight:bold; background-color:#F5F7F9; text-align:center;}
table.dataTable td.pL10  {padding-left:10px;}
table.dataTable td.pL15  {padding-left:15px;}
table.dataTable td.pL25  {padding-left:25px;}
table.taL       {text-align:left;}
table.taCen     {text-align:center;}


/*size*/
.w640 {width:640px;}

.Lbg   {width:24%; height:100%; margin-right:50px; background:url(../images/common/bg_left.jpg) repeat-y; background-position: right top;background-color: #303030;}