@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;
}


/*컨텐츠 글씨크기*/
._contentBuilder ._obj._objHtml, ._contentBuilder ._obj._objTag {
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.7;
}
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.bold { font-weight: bold; }

.solid-table tr{
	border-top: 1px solid #ddd;	
	border-bottom: 1px solid #ddd;		
}
.solid-table td{
	padding: 20px;
}
.solid-table td:first-child{
	width: 20%;
	font-weight: bold;
	font-size: 2em;
	padding-left: 10px;
}

/* 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;
}


/* 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;}

/*앨범섬네일*/
._articleAlbum .artclList.artclHorNum4 li.thumbLi .thumbnail{
	width: 200px
}

/* 교수소개 Table CSS*/
.profile-table{
	border: 1px solid #ddd;
  	float: left;
}
.profile-table td {
	padding: 5px;
}

/* 모바일 화면 이미지 잘림 방지 */
@media screen and (max-width: 768px) { 
   .artclView img {
   	width: 100% !important;
	 height: auto !important;
   }
  