
/***************************************************************
* �⺻ ��Ÿ��
****************************************************************/
p,br,body,td,select,input,form,textarea,option {font-size:9pt;font-family:����;line-height:130%;color:#666666;} 

/***************************************************************
* �ణ ����
****************************************************************/
.line140 {line-height:140%;}
.line150 {line-height:150%;}

/***************************************************************
* ��ũ ��Ÿ�� (�⺻/�˾�)
****************************************************************/
A:link {color:#000000;text-decoration:none;}
A:visited {color:#000000;text-decoration:none;}
A:active {color:#ff6600;text-decoration:underline;}
A:hover {color:#244ad9;text-decoration:underline;}

A.popbt:link {color:blue;text-decoration:underline;} 
A.popbt:visited {color:blue;text-decoration:underline} 
A.popbt:active {color:#990000;text-decoration:underline;} 
A.popbt:hover {color:#990000;text-decoration:underline;} 

A.menubt:link {color:#ffffff;text-decoration:none;} 
A.menubt:visited {color:#ffffff;text-decoration:none} 
A.menubt:active {color:#FFFF00;text-decoration:none;} 
A.menubt:hover {color:#FFFF00;text-decoration:none;} 
/***************************************************************
* ������
****************************************************************/
.menuselec{color:#FFFF00; font-weight: normal;} 
.number{color:#ffffff; font-weight: bold;} 
.strong1{color:#ff6600; font-weight: normal;} 
.strong2{color:#1870CD; font-weight: bold;} 
.strong3{color:#754C23; font-weight: normal;} 
.strong4{font-weight: bold; color: #339900;}
.strong5{font-weight: nomal; color: #000000;}

/***************************************************************
* ����Ÿ��Ʋ, ���ø�, �ؽ�Ʈ
****************************************************************/
.subtitle { color:666666; font-weight: bold; }
.info{ color:#009900; font-weight: normal; }

/***************************************************************
* ����Ÿ��
****************************************************************/
.aaa {  font-family: "����"; font-size: 9pt; color: #000000; text-decoration: none; border-style: none}
.bbb { font-family: "����"; font-size: 9pt; color: #FFFFFF; text-decoration: none ; cursor: hand;background-color: #FEF8EA; } 
.ccc { font-family: "����"; font-size: 9pt; color: #FFFFFF; text-decoration: none ; cursor: hand;background-color: #FFECC3; } 	   
/***************************************************************
* ��ũ�� ��Ÿ��
****************************************************************/
BODY{scrollbar-face-color: white; 
scrollbar-shadow-color: #336097; scrollbar-highlight-color: #336097; scrollbar-3dlight-color: 
white; scrollbar-darkshadow-color: white; scrollbar-track-color: white; scrollbar-arrow-color: 
#336097} 

/***************************************************************
* �������ѹ�
****************************************************************/
.frmBottom{color:black; font-size: 9pt;}

/***************************************************************
* ������
****************************************************************/
.bg2 {  background-image: url(../contents/01/iframe/image/03mi3_00_04_5.gif); background-repeat: no-repeat; background-position: right bottom}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} 