@charset "utf-8";

/* 교수진소개 */
@media all and (max-width:600px) {
	#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:601px) {	
	#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_dmstemp05_18 {
  background-color: #e9e9e9;  
}
#multipleDiv_dmstemp05_19 {
  background-color: #fff;
}
/*슬로건*/
.mainSlogan {
	text-align: right;
}
.mainSlogan  strong{
	font-size: 26px;
	line-height: 2;
  color: #333;
}
.mainSlogan .sloganLar{
	font-weight: 800;
  font-size: 40px;
  color: #0077c1;
}
.mainSlogan .sloganSmo{
	font-size: 1.5em;
}
/*포토갤러리바로가기*/
.mainPhotogallery  {
  background: url("../../images/pgPhotogallery.png") no-repeat right top;
  padding: 0 45px 0 30px;
  height: 100%;
}
.mainPhotogallery  dt{
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  line-height: 3;
  padding-top: 5px;
}
.mainPhotogallery  dd{
  font-size: 1.1em;
  color: #97f0e9;
}
.mainPhotogallery  dd a{
  background: url("../../images/pgPhotogalleryAnc.png") no-repeat right top;
  width: 9px;
  height: 13px;
  float: right;
  overflow: hidden;
  text-indent: -5000px;
}
/*주요바로가기*/
.mainGoto{
  background-repeat: no-repeat;
  height: 100%;
}
.mainGoto dl dt{
  font-weight: bold;
  color: #555;
  font-size: 1.4em;
  line-height: 2.4;
}
.mainGoto dl dd{
  color: #999;
}
.mainGoto.goto01{
  background-image: url("../../images/goto01.png");
}
.mainGoto.goto02{
  background-image: url("../../images/goto02.png");
}
.mainGoto.goto03{
  background-image: url("../../images/goto03.png");
}
.mainGoto.goto04{
  background-image: url("../../images/goto04.png");
}

/* 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;}

/* 교수소개 Table CSS*/
.profile-table{
	border: 1px solid #ddd;
  	float: left;
}
.profile-table td {
	padding: 5px;
}

/* Table CSS*/
.gray-table, .list-table {
    border-top: 2px solid #38659f;
}
.gray-table caption, .list-table caption {
    display: table-caption !important;
    font-weight: bold;
    text-align: right;
}
.gray-table td, .gray-table th {
    border: 1px solid #ddd;
  	padding: 10px;
}
.gray-table thead td, .gray-table th, .list-table thead td, .list-table th {
  background-color: #eee !important;
  font-weight: bold;
}
.gray-table tfoot td, .list-table tfoot td{
  background-color: #eee;
}
.list-table td, .list-table th {
    border-bottom: 1px solid #ddd;
  	padding: 10px;
}
.even-table tr:nth-child(even) {
  background-color: #eee;
}
.emph {
	color: #38659f;
	font-weight: bold;
}
.hover tr:hover{
  background-color: #eee;
}
