@charset "utf-8";


/*슬로건*/
.mainSlogan {
}
.mainSlogan  strong{
	font-weight: 600;
	color: #787878;
}
.mainSlogan .sloganLar{
	font-weight: 800;
  color: #0054a7;
}
.mainSlogan .sloganLar em{
  color: #271d5c;
}
.mainSlogan .sloganSmo{
	color: #444444;
}
.mainSlogan .sloganMSmo{
	color: #757575;
}

/*바로가기*/
.mainLink{
  height: 100%;
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
.mainLink.link01{
  background-color: #3378c1;
  background-image: url("../../images/goto01.png");
}
.mainLink.link02{
  background-color: #125aac;
  background-image: url("../../images/goto02.png");
}
.mainLink.link03{
  background-color: #41c1c2;
  background-image: url("../../images/goto03.png");
}
.mainLink.link04{
  background-color: #2c87ce;
  background-image: url("../../images/goto04.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: #fff;
  font-size: 1.4em;
}
.mainLink a em{
  font-size: 1em;
}
.mainLink.link01 a em{
  color: #adc9e6;
}
.mainLink.link02 a em{
  color: #a0bdde;
}
.mainLink.link03 a em{
  color: #b3e6e7;
}
.mainLink.link04 a em{
  color: #abcfeb;
}

/* 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;}
