#subContent {
    padding-top: 30px;
}
#subContent > h2 {
    color: #e86000;
    margin-bottom: 20px;
	background: transparent;
	padding-left: 0;
}
#subContent > h3 {
    margin-bottom: 5px;
    font-size: 18px;
}
#subContent > p {
	text-align:justify;
	text-justify:inter-cluster;
	line-height: 25px;
	font-size: 13px;
}
#subContent > div.text_box {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 8px solid #F4F2EC;
    font-size: 13px;
    box-sizing: border-box;
}
#subContent > p > span {
	padding-left: 12px;
}
#subContent > p.sign {
	font-size: 12px;
	text-align: right;
	font-weight: 700;
}
#subContent > p.sign > span.name {
	font-size: 16px;
	padding-left: 10px;
	font-weight: 700;
}
/* 미래융합대학 소개 */
.introBox{
	width: 737px; 
	margin-top: 10px;
}
.ibTitle{
	position: relative; 
	padding: 20px; 
	display: inline-block
}
.ibTitle:before{
	content: ''; 
	display: inline-block; 
	width: 100px;
	height: 3px; 
	background-color: #e86000; 
	position: absolute;
	top: 0; 
	left: 0;
}
.ibTitle:after{
	content: ''; 
	display: inline-block; 
	width: 3px; 
	height: 100px; 
	background-color: #e86000; 
	position: absolute; 
	top: 0; 
	left: 0;
}
.ibText:before{
	content: ''; 
	display: inline-block;
	width: 100px; 
	height: 3px; 
	background-color: #e86000; 
	position: absolute; 
	bottom: 0; 
	right: 0;
}
.ibText:after{
	content: ''; 
	display: inline-block; 
	width: 3px; 
	height: 100px; 
	background-color: #e86000; 
	position: absolute; 
	bottom: 0; 
	right: 0;
}
.ibText > h5, .ibText > h2, .ibText > p{
	text-align: center; 
	margin: 0;
}
.ibText > h5{
	font-size: 19px;
}
.ibText > h2{
	font-size: 50px; 
	color: #e86000; 
	background: transparent;
}
.ibtBox{
	position: relative; 
	background-color: #F4F2EC; 
	margin-top: 50px; 
	width: 500px; 
	padding: 20px;
}
.pull-right{
	float: right;
}
.clearFix{
	clear: both;
}
.ibtBox > .ibtNum1{
	font-size: 70px; 
	font-weight: 700; 
	position: absolute; 
	top: -79px; 
	left: 10px; 
	color: #444444;
}
.ibtBox > .ibtNum2{
	font-size: 70px;
	font-weight: 700; 
	position: absolute; 
	top: -79px;
	right: 10px;
	color: #444444;
}
.ibtBox > .ibtContent > h4, .ibtBox > .ibtContent > p{
	margin: 0;
}
.ibtBox > .ibtContent > h4{
	font-size: 25px; 
	margin-bottom: 10px; 
	color: #e86000;
}
.ibtBox > .ibtContent > ul{
	padding: 0 20px;
}
.ibtBox > .ibtContent > ul > li{
	list-style: circle;
}
#subContent > dl > dd {
    background: url('/image/silver/sub_bull.png') no-repeat 0 4px;
    margin-left: 23px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 21px;
    margin-top: 5px;
}
#subContent > dl > dd.titleContent {
    background: none;
    padding-left: 0;
    font-weight: 700;
}

#subContent > dl > dt table,
#subContent > dl > dd table {
	font-size: 13px;
	text-indent: 0px;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-collapse:collapse;
	margin-top: 5px;
	margin-bottom: 10px;
}
#subContent > dl > dt > span.notice {
	font-weight: 400;
	font-size: 13px;
}
#subContent > dl > dt table th,
#subContent > dl > dd table th {
	text-indent: 0px;
	background-color: #fff0e6;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
	word-break:keep-all;
}
#subContent > dl > dt table td,
#subContent > dl > dd table td {
	text-indent: 0px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
	word-break:keep-all;
	font-weight: 400;
}

#subContent > dl > dt table td.center,
#subContent > dl > dd table td.center {
	text-align: center;
}
#subContent > dl > dt > table > thead {
	border-top: 2px solid #ed7d2e;
}
#subContent .departmentBtns{
	text-align: center;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
#subContent .departmentBtns li{
	display: inline-block;
	margin: 0 15px;
}
#subContent .departmentBtns li.nowDep a{
	color: #436AD7;
}
#subContent .departmentTaps{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
}
#subContent .departmentTaps div{
	display: flex;
}
#subContent .departmentTaps div a{
	flex: 1;
	text-align: center;
	padding: 10px 0;
	background: #ddd;
	border: 1px solid #fff;
	font-weight: bold;
}
#subContent .departmentTaps div a.nowBtn{
	background-color: #666;
	color: #fff;	
}
#subContent .departmentIntro{
	margin-bottom: 20px;
}
#subContent .departmentIntro .diTitle{
	font-size: 18px;
}
#subContent .departmentIntro .diContent{
	padding: 0 20px;
}