    a,
    a:hover {
    	text-decoration: none;
	    color: black;	  
	}	    
    #boardList {
        width:55.62rem;
        background-color:#F5F6FA;
    }
    #articleList {
        width:55.62rem;
    }    
    #articleList_mobile {
    	width:100%;
        padding-left:10px;
        padding-right:10px;                
        padding-bottom: 60px;        
    }        
    .articleListTitle {
	   	overflow:hidden;
    	text-overflow:ellipsis;
    	white-space: nowrap;
    }
    .articleListTitle_mobile {
    	font-size:14px;       
    	overflow:hidden;
    	text-overflow:ellipsis;
    	word-break: break-all;
    	white-space: nowrap;
    }    
    .articleListInfo_mobile {
    	font-size:12px;    
    	color:#BFBFBF;
    }     
    #articleRead {
        width:48.125rem;
        height:43.75rem;
        margin-left:10px;
        word-break: break-all;        
    } 
    #articleRead_mobile {
    	width:100%;
        padding-left:10px;
        padding-right:10px;                
        padding-bottom: 60px;  
        word-break: break-all;
    }    
    #articleWrite {
        float:left;    
        width:770px;   
        height:700px;   
        margin-left:10px;
    }   
    #articleWrite_mobile {
    	width:100%;
        padding-left:10px;
        padding-right:10px;                
        padding-bottom: 60px;  
        word-break: break-all;
    }         
    #fileList {
       	font-size:14px;
    }       
    .menuItem {
        display: inline-block;
        width:10rem;
        height:2rem;
    	font-size:0.9rem;
    	text-align:center;
    	align-content: center;
    }
    .menuItemSelected {
    	font-weight:bold;
        background-color:#D0D4E1;      	
    }
    .page-link {
    	color: black;
    }
	.pagination > li > a:focus,
	.pagination > li > a:hover,
	.pagination > li > span:focus,
	.pagination > li > span:hover
	{
		color: black;
	    background-color: #eee;
	    border-color: #ddd;
	}    
	.pagination > .active > a,
	.pagination > .active > a:hover	
	{
	    color: black;
	    background-color: #F5F6FA !Important;
	    border: solid 1px #D0D4E1 !Important;
	}
	.topHr {
	   border: 0;
	   height: 2px;
	   background: black;
	}
    #title {
    	font-size:16px;
    	font-weight:bold;
    }
    #title_mobile {
    	font-size:14px;
    	font-weight:bold;
    }    
    #infomation {
       	font-size:14px;      	
    }
    #infomation_mobile {
       	font-size:11px;      	
    }    
    #contents {
       	font-size:14px;
    }  	
    .reply {
        font-size:14px;
    }
    .secondReplyContents {
       	font-size:14px;    
    }
    #replyContents {
       	font-size:14px;
    }
