@charset "UTF-8";

.sidemenu{
	width: 100%;
    height: 46px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.tapMenu{
	display: flex;
	margin-bottom: 30px;
}

.line{
	border-bottom: 3px solid #B0A8B9 !important;

}

#menu1{
    transition: all 0.3s;
    width: 50%;
    text-align: center !important;
    font-size: 18px;
    padding: 20px 25px;
    cursor: pointer;
}

#menu2{
    transition: all 0.3s;
    width: 50%;
    text-align: center !important;
    font-size: 18px;
    padding: 20px 25px;
    cursor: pointer;
}

#history .table{
	margin-bottom: 30px;
}

#history .table th{
    line-height: 30px;
    font-family:Arial, sans-serif;
}

#history .table td{
	height: 50px;
    line-height: 30px;
    font-family:Arial, sans-serif;
}
#history .tableCenter{
	text-align: center;
	border-right: 1px solid #eee;
}
.htitle{
	font-size: 20px;
    font-weight: 400;
    border-left: 3px solid #065a25;
    padding-left: 10px;
    line-height: 1;
    margin: 10px 0 30px;
}


#license .table{
	margin-bottom: 30px;
}

#license .table th{
    line-height: 30px;
    font-family:Arial, sans-serif;
}

#license .table td{
	height: 50px;
    line-height: 30px;
    font-family:Arial, sans-serif;
}
#license .tableCenter{
	text-align: center;
	border-right: 1px solid #eee;
}

table, .bList{
	font-size: 16px;

}

.table-secondary th{
	background-color: #B0A8B9;
	color: white;
}
/* 마우스 호버 시 색상 변경 */
.tapMenu div:hover {
    background-color: #f0f0f0;
}
