@CHARSET "EUC-KR";
/* top�޴� ������Ű�� css */

/* �޴� ���� */
#fund_nav {
    position: fixed; 
    Text-align: center;
    display: inline-block;
    float: none;
    clear: none;
    z-index: 99;

}

/* ���� �̵� */
#fund_nav_li {
    padding: 0px 4.778em;
    text-transform: uppercase;
    font-weight: 600;
    /*font-size: 0.778em;*/
    font-size: 0.7em;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}


/* üũ�ڽ� => �����ư�� css */

input[type=checkbox] {  
    /*display: none;*/  
}

input[type=checkbox] + label{
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 25px;  
    margin-right: 15px;  
    font-size: 20px;
}

input[type=checkbox]+ label:before {     

    content: "";  
    display: inline-block;  
  
    width: 20px;  
    height: 20px;  
  
    margin-right: 10px;  
    position: absolute;  
    left: 0;  
    bottom: 1px;  
    background-color: #FBFBFB;  
    border-radius: 2px; 
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);  
}
input[type=checkbox]:checked + label:before { 

    content: "\2713";  /* üũ��� */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);  
    font-size: 18px; 
    font-weight:800; 
    color: #7AB746;  
    background:#fff;
    text-align: center;  
    line-height: 18px;  

}

/* üũ�ڽ� => �����ư�� css END */ 