
#cont_rone .cont-rone-container .title-outer
{
	display: inline-block;
	height: 100%;
	width: 450px;
}


/* NMC-TIT */
#nmc-tit
{
	height: 50px;
	margin-top: 10px;
	width: 100%;
}
#nmc-tit p
{
	color: #000;
	font-size: 25px;
	text-align: center;
	margin-top: 10px;
	font-weight: 600;
}
/* NMC-SECTION */

#nmc-section
{
	border-radius: 10px 10px 0px 0px;
	height: 40px;
	margin: 0px auto;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	margin-top: 50px;
	width: 50%;
}
#nmc-tbl
{
	border-radius: 0px 0px 10px 10px;
	max-height: 1200px;
	margin: 0px auto;	
	margin-bottom: 50px;
	transition: color .3s ease;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	width: 50%;
}
#nmc-section .nmc-tbl1
{
	border-collapse: collapse;
	height: 40px;
	width: 100%;
}
#nmc-tbl .nmc-tbl2
{
	border-collapse: collapse;
	height: 100px;
	width: 100%;
}
table tr
{
	transition: .5s ease all;
	display: table-row;
}
#nmc-section table tr .nmc-column
{
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    background-color: #17a2b8;
	text-align: left;
	letter-spacing: 1px;
}
#nmc-section table tr .nmc-column1
{
	width: 5%;
	text-align: center;
	border-radius: 10px 0px 0px 0px;
}
#nmc-section table tr .nmc-column2
{
	padding-left: 50px;
	width: 92%;
}
#nmc-tbl table tr .nmc-cell
{
	font-size: 13px;
	border: 1px solid #808080;
	border-radius: 0px 0px 10px 10px;
    color: #000;
    line-height: 1.4;
    padding-top: 10px;
	letter-spacing: 1px;
    padding-bottom: 10px;
	font-weight: 600;
}
#nmc-tbl table tr .nmc-cell1
{
	text-align: center;
}
#nmc-tbl table tr .nmc-cell1
{
	width: 5%;
}
#nmc-tbl table tr .nmc-cell2
{
	padding-left: 2%;
	cursor: pointer;
	width: 93%;
}
#nmc-tbl table tr .nmc-cell3
{
	transition: .5s ease all;
	-webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -o-transition: .5s ease all;
    -ms-transition: .5s ease all;
}
#nmc-tbl table tr .nmc-cell3:hover
{
	font-size: 14px;
	color: #6c7ae0;
}
#nmc-tbl table tr .nmc-cell2 a
{
	color: #000;
	
}
#nmc-tbl table tr:nth-child(even)
{
    background: #F8F6FF;
}
.hidden_row
{
	display: none;
	overflow: none;
	height: 0px;
	width: 100%;
}
.d9-cnt
{
	float: left;
	min-height: 100px;
	padding: 10px 0px 10px 0px;
	width: 50%;
}
.d9-cnt h3
{
	font-size: 20px;
	position: relative;
}
.d9-cnt h3::before
{
	content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #ffc600;
    bottom: -5px;
    left: 0;
}
.d9-cnt h2
{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.d9-cnt p
{
	font-size: 16px;
	line-height: 25px;
}
