@charset "utf-8";

/* 교수진소개 */
@media all and (max-width:480px) {
	#ShowPeople { font-family:'malgun gothic','GulimChe'; font-size:14px;}
	#ShowPeople UL { list-style:none; padding: 0 0 0 0; }
	#ShowPeople LI {}
	#ShowPeople .clearFloat {float:none;clear:both;}
	#ShowPeople .profileBox { padding-bottom:20px;  }
	#ShowPeople .profileBox .pic { padding-bottom:10px;}
	#ShowPeople .profileBox .itm { padding-bottom:5px;}
	#ShowPeople .profileBox .itm .ntag { font-weight:bold; padding-right:1em;}
	#ShowPeople .profileBox .itm .sp {}
	#ShowPeople .profileBox .btn01 { display:inline-block; text-decoration:none; background-color:#06F; color:#FFFFFF; padding: 3px 10px 3px 10px; }
	#ShowPeople .profileBox .btn01:hover { background-color:#09F;}
	#ShowPeople #PreText:after { }
	#ShowPeople #SurText:after { }
	
}
@media all and (min-width:481px) {	
	#ShowPeople { font-family:'malgun gothic','GulimChe'; font-size:14px;}
	#ShowPeople UL { list-style:none; padding: 0 0 0 0; }
	#ShowPeople LI { text-align:center; float:left; width:50%;height:180px;}
	#ShowPeople .clearFloat {float:none;clear:both;}
	#ShowPeople .profileBox { text-align:left; padding-bottom:20px;  }
	#ShowPeople .profileBox .pic { position:absolute;}
	#ShowPeople .profileBox .itm { padding-left:190px; padding-bottom:8px; padding-right:20px;}
	#ShowPeople .profileBox .itm .ntag { position:absolute; margin-left:-70px; font-weight:bold; }
	#ShowPeople .profileBox .itm .sp { padding-left:26px;}
	#ShowPeople .profileBox .btn01 { display:inline-block; text-decoration:none; background-color:#06F; color:#FFFFFF; padding: 3px 10px 3px 10px; }
	#ShowPeople .profileBox .btn01:hover { background-color:#09F;}
	#ShowPeople #PreText:after { }
	#ShowPeople #SurText:after { }
}

/*다단*/
#multipleDiv_dmstemp06_7 {
  background-color: #f2f2f2; 
}
#multipleDiv_dmstemp06_8 {
  background-color: #fff;
}
/*슬로건*/
.mainSlogan .sloganLar strong{
	font-weight: 600 !important;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.mainSlogan .sloganLar em{
  color: #fff;
}
.mainSlogan .sloganSmo{
  font-weight: 600;	
  color: #fff;
}

/*바로가기*/
.mainLink{
  height: 100%;
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-color: #fff;
}
.mainLink.link01{
  background-image: url("../../images/link01.png");
}
.mainLink.link02{
  background-image: url("../../images/link02.png");
}
.mainLink.link03{
  background-image: url("../../images/link03.png");
}
.mainLink > p{
  height: 100%;
}
.mainLink a{
  display: block;
  height: 100%;
}
.mainLink a strong,
.mainLink a em{
  display: block;
  margin-left: 90px;
}
.mainLink a strong{
  color: #333;
}
.mainLink a em{
  color: #888;
}

/*서비스바로가기*/
.servLink{
  height: 100%;
  background-image: url("../../images/pattern.png");
}
.servLink.serv01{
  background-color: #009cb4;
}
.servLink.serv02{
  background-color: #00b6a8;
}
.servLink.serv03{
  background-color: #386fcc;
}
.servLink.serv04{
  background-color: #01cee9;
}
.servLink > p,
.servLink a{
  display: block;
  height: 100%;
}
.servLink a {
  background-repeat: no-repeat;
}
.servLink.serv01 a{
  background-image: url("../../images/goto01.png");
}
.servLink.serv02 a{
  background-image: url("../../images/goto02.png");
}
.servLink.serv03 a{
  background-image: url("../../images/goto03.png");
}
.servLink.serv04 a{
  background-image: url("../../images/goto04.png");
}
.servLink a strong{
  color: #fff;
  font-size: 1.6em;
  display: block;
  margin-left: 20px;
  font-weight: 400;
}

/*요소강제설정*/
#multipleDiv_dmstemp06_7 .multipleContentsDiv ._obj#menu2110_obj209{
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0);
}

/*컨텐츠 글씨 크기*/
#masterEditor p, .table {
  font-size: 14px;
  line-height: 180%;
}

/*Bootstrap Table CSS*/
.table, .table td, .table th {
    border: 1px solid #ddd;
    text-align: left;
}

.table {
    border-collapse: collapse;
    width: 100%;
    border-top: 2px solid #44a3bd;
    border-bottom: 2px solid #44a3bd;
}

.table th {
  background-color: #ddffff;
}

.table th, .table td {
    padding: 10px;
}

.table caption {
  text-align: right;
}

/* table 들여쓰기 */
.indent-table td {
	vertical-align: top;
	}

/*Table CSS*/
table.dashed  td {
    border-bottom: 1px #ddd dashed;
    padding: 15px;
}
.blue-table, .-table {
    border-collapse: collapse;
    width: 100%;
}
.blue-table {
    border-top: 2px solid #44a3bd;
    border-bottom: 2px solid #44a3bd;
}
.blue-table td, .blue-table th {
    border: 1px solid #ddd;
  	padding: 10px;
}
.blue-table thead td, .blue-table th {
  background-color: #ddffff !important;
  font-weight: bold;
}
.blue-table tfoot td{
  background-color: #eee;
}

/*Table CSS_2*/
table {
    border-collapse: collapse;
    width: 100%;
}
.blue-table2 {
    border-top: 2px solid #44a3bd;
    border-bottom: 2px solid #44a3bd;
}

.blue-table2 td {
    border: 1px solid #ddd;
    text-align: center;
  	padding: 10px;
}

.blue-table2 thead td {
  background-color: #ddffff;
  font-weight: bold;
}

.blue-table2 tfoot td{
  background-color: #eee;
}

.blue-table2 caption {
  text-align: center;
}


/* 교수소개 Table CSS*/
.profile-table{
	border: 1px solid #ddd;
  	float: left;
}
.profile-table td {
	padding: 5px;
}

/*파일 리스트 CSS*/
#list {
	width: 100%;
   	border-collapse:separate; 
	border-spacing: 0 10px;
}
#list tr td:first-child {
	border-left: 1px solid #0054a7;
}
#list tr td:nth-child(2):after, #list tr td:nth-child(3):after {
	content: '>';
    float: right;
    font-weight: bold;
}
#list tr td:nth-child(2), #list tr td:nth-child(3) {
	color: #0054a7;
	background: #efefef;
}
#list a{
  color: #0054a7;
}
#list td {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	text-align: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#list tr td:hover{
	background: #fff;
}
.flow-table td { 
	display: table-cell;
	vertical-align: middle;
  }
	.flow-table td:nth-child(odd) { 
	border: 1px dashed #0054a7; 
	background: #efefef;
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
  }
.box {
  width: 89.6%;
  border: 1px dashed #0054a7;
  padding: 5%;
  background: #e9eef4;
}
/* ul bullet */
ul.disc, ul.circle {
  padding: 0 0 0 1rem;
}
ul.disc li{
  list-style-type: disc !important;
}
ul.circle li{
  list-style-type: circle !important;
}
ol.decimal li{
  list-style-type: decimal !important;
}
/* h2 bullet image */
	h2.bullet:before {
	display: inline-block;
	content: url('/sites/gra/images/h2.jpg');
	padding-right: 10px;
	position: relative;
	top: 5px;
	}
	h2.bullet { color: #0054a6;}
	.center {text-align: center;}
