/*학사정보 - 교육과정*/


.bullet_area.slash dd .sTtle {
	margin-top: 1.5em;
	margin-bottom: 1em;
	display: block;
	font-size: 17px;
	color: #60609f;
	font-weight: 500;
}

.curriculum_tab {}

.curriculum_tab .tab_btn {
	border-top: 4px solid #373a3d;
}

.curriculum_tab .tab_btn {
	margin-bottom: 30px;
	overflow: hidden;
}

.curriculum_tab .tab_btn a {
	float: left;
	width: 25%;
	border-right: 1px solid #e1e4e7;
	border-bottom: 1px solid #e1e4e7;
	text-align: center;
	display: block;
	padding: 18px 0;
	font-size: 18px;
	line-height: 20px;
	color: #4c5156;
	font-family: "noto-light";
}

.curriculum_tab .tab_btn a:first-child {
	border-left: 1px solid #e1e4e7;
}

.curriculum_tab .tab_btn a.active {
	background-color: #60609f;
	border-right: 1px solid #60609f;
	font-family: "noto-medium";
	color: #fff;
}

.curriculum_tab .tab_btn a.active:first-child {
	border-left: 1px solid #60609f;
}

.curriculum_tab .year-search-box {
	text-align: right;
	margin-bottom: 30px;
	float: right;
}

.curriculum_tab .year-search-box #selYear{
	height: 38px;
	line-height: 38px;
	float: left;
	margin-right: 5px;
}

.curriculum_tab .year-search,
.curriculum_tab .year-btn {
	display: inline-block;
}

.curriculum_tab .year-search {
	margin: 0 10px 0 0;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	text-indent: 10px;
	height: 37px;
	line-height: 37px;
}

.curriculum_tab .year-btn {
	background: #60609f;
	color: #fff;
	border-radius: 4px;
	padding: 7px 15px;
}

.edu-detail {padding: 50px;}

/* table */
table.table01 {
	border-top: 3px solid #60609f !important;
	border-bottom: 1px solid #dddddf !important;
	border-left: none !important;
}

table.table01 th,
table.table01 td {
	border-top: 1px solid #dddddf !important;
	border-left: 1px solid #dddddf !important;
	border-style: none;
	font-size: 16px;
	padding: 8px;
	line-height: 1.6;
}

.edu-detail table.table01 th,
.edu-detail table.table01 td {
	line-height: 1.6;
}

table.table01 th:first-child,
table.table01 td:first-child {
	border-left: none !important;
}

table.table01 th {
	color: #333;
	background-color: #f6f6f7;
}

table.table01 td {
	color: #666;
}

table .td_l {
	text-align: left;
}

table .td_c {
	text-align: center;
}

.txt_c {
	text-align: center;
}

.txt_r {
	text-align: right;
}

.txt_l {
	text-align: left;
}


@media screen and (max-width: 768px) {

	/*교수소개 - 교수소개*/
	.section_professor_info2 {
		margin-top: 15px;
	}

	.section_professor_info2 .info_table_area {
		min-height: auto;
		padding-left: 0;
		padding-bottom: 0;
	}

	.section_professor_info2 .info_table_area .pic_area {
		width: auto;
		margin-bottom: 15px;
		padding: 23px 0;
		position: relative;
		text-align: center;
		border: 1px solid #d4d4d4;
	}

	.section_professor_info2 .info_table_area .pic_area img {
		width: 90px;
	}

	.section_professor_info2 .info_table_area .table01 {
		margin-bottom: 15px;
	}

	.section_professor_info2 .info_table_area .btn_more {
		width: 100%;
		padding: 5px 10px;
		border: 1px solid #60609f;
		border-radius: 5px;
		position: relative;
		text-align: center;
	}

	.section_professor_info2 .info_table_area .btn_more span {
		font-size: 13px;
		line-height: 16px;
		background-size: 14px auto;
	}

	.section_professor_info2 .history_info {
		margin-top: 15px;
	}

	.section_professor_info2 .history_info .sec {
		margin-top: 15px;
	}

	.section_professor_info2 .history_info .sec strong {
		width: 20%;
		font-size: 12px;
		line-height: 30px;
	}

	/* 테이블 */
	#wrap table.table01 th,
	#wrap table.table01 td {
		border-style: none;
		font-size: 12px;
		padding: 6px;
	}
}

.blockUI.blockMsg.__edu, .blockUI.blockPage.__edu {
	max-width: 800px;
	max-height: 300px;
}

.blockUI.blockMsg.__edu ._blockInner iframe, .blockUI.blockPage.__edu ._blockInner iframe {
	min-height: 350px;
}