@charset "utf-8";

/*슬로건*/
.mainSlogan {
	color: #fff;
}
.mainSlogan  strong{
	font-weight: 800;
	font-size: 60px;
	line-height: 2;
    text-shadow: 2px 2px 5px #333;
}
.mainSlogan .sloganLar{
	font-size: 2em;
}
.mainSlogan .sloganSmo{
	font-size: 1.5em;
}

/*사이버캠퍼스,오시는길*/
#menu3842_obj21{
	background-color: #f88f26;
}
#menu3842_obj22{
	background-color: #1abbd8;
}
#menu3842_obj21 p,
#menu3842_obj22 p,
#menu3842_obj21 a,
#menu3842_obj22 a{
	display: block;
	height: 100%;
}
#menu3842_obj21 strong,
#menu3842_obj21 em,
#menu3842_obj22 strong,
#menu3842_obj22 em{
	display: block;
	margin-left: 0px;
}
#menu3842_obj21 strong,
#menu3842_obj22 strong{
	color: #fff;
	font-size: 1.6em;
	padding-top: 1em;
	line-height: 2;
	font-weight: 400;
}
#menu3842_obj21 em,
#menu3842_obj22 em{
	font-size: 1.2em;
}
#menu3842_obj21 em{
	color: #fab065;
}
#menu3842_obj22 em{
	color: #70d6e9;
}


/*입학안내*/
#menu3842_obj23{
	
}
#menu3842_obj23 p{
	border: 10px #fff solid;
	height: 140px;
}
#menu3842_obj23 a.mainMap{
	display: block;
	height: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#menu3842_obj23 strong{
	display: block;
	color: #fff;
	font-size: 1.6em;
	padding-top: 35px;
	padding-bottom: 15px;
	line-height: 1.5;
	font-weight: 100;
}
#menu3842_obj23 strong span{
	display: block;
}
#menu3842_obj23 em{
	font-size: 1em;
	font-weight: 600;
	color: #ccc;
}

/*취업정보,학사안내*/
#menu3842_obj24 ,
#menu3842_obj25 {
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
#menu3842_obj24 {
	background-color: rgba(70,100,188,0.8);
}
#menu3842_obj25 {
	background-color: rgba(1,183,142,0.8);
}
#menu3842_obj24 p,
#menu3842_obj24 a,
#menu3842_obj25 p,
#menu3842_obj25 a{
	display: block;
	height: 100%;
	text-align: center;
    margin-top: -15px;
}
#menu3842_obj24 strong,
#menu3842_obj25 strong{
	display: block;
	color: #fff;
	font-size: 1.6em;
	padding-top: 45px;
	padding-bottom: 15px;
	line-height: 1.5;
	font-weight: 100;
}
#menu3842_obj24 em,
#menu3842_obj25 em{
	font-size: 1em;
	font-weight: 600;
}
#menu3842_obj24 em{
	color: #a2add0;
}
#menu3842_obj25 em{
	color: #62c7b2;
}

/*학과상담전화번호*/
#menu3842_obj27 div.mainTel{
	background-color: #315d91;
	padding: 1em 1.5em;
	border-radius: 7px;
}
#menu3842_obj27 dl{
	overflow: hidden;
	position: relative;
	font-size: 1.2em;
}
#menu3842_obj27 dl dt{
	float: left;
	color: #fff;
	width: 49%;
	border-right: 1px #7e91a8 solid;
}
#menu3842_obj27 dl dd{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	width: 50%;
	text-align: center;
	font-weight: 600;
}

/*타이틀*/
#menu3842_obj11 .objHeading_h2 ,
#menu3842_obj12 .objHeading_h2 {
	background-image: none;
	padding-left: 0;
	border-bottom: 1px #a4a4a4 solid;
	line-height: 42px;
}

.contactUs {
 	display: block;
  	background-color: #dadffe;
  	width: 100%;
  	margin: auto;
 	 padding: 20px;
  	text-align: center;
}
/*Bootstrap Table CSS*/
#masterEditor table {
    border-collapse: collapse;
    width: 100%;
}
.table, .table td, .table th {
    border: 1px solid #ddd;
}
.table {
    border-top: 2px solid #44a3bd;
    border-bottom: 2px solid #44a3bd;
}
.table th {
  background-color: #ddffff !important;
}
.table th, .table td {
  	padding: 10px;
}
.table tfoot td {
  border-top: 1px solid #44a3bd;
}
.table caption {
  text-align: right;
}
.dashed th, .dashed td {
    padding: 15px;
    border-bottom: 1px dashed #ddd;
}
.profile{
	border: 1px solid #ddd;
}
.profile td, .profile th {
	padding: 5px;
}
.profile img {
  	width: 100px;
}
/* table 들여쓰기 */
.indent-table td {
	vertical-align: top;
    padding: 0px;
    border: none;
	}

/* h2 bullet image */
	h2.bullet:before {
	display: inline-block;
	content: url('/sites/mba/images/h2.jpg');
	padding-right: 10px;
	position: relative;
	top: 5px;
	}
	h2.bullet { color: #333;}
.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;
}


/* 교수소개 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;}
