@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: #fff;
  text-shadow: 1px 1px 1px #000;
}
.mainSlogan .sloganLar{
	font-weight: 800;
  font-size: 40px;
  color: #0077c1;
  text-shadow: 2px 2px 1px #000000;
}
.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 들여쓰기 */
.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;
}
