.clear_b { clear: both; }
.txt_point { color: #8b0029; }
.txt_bold { font-weight: 400; }
sup {top: -0.5em; font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
.blurEffect { filter: blur(10px); -webkit-filter: blur(10px);}
.mg_t_30 { margin-top: 30px;}
.mg_b_20 { margin-bottom: 20px;}
.mg_r_20 { margin-right: 20px;}
.contents .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;
}
.sun { color: #8b0029;}
.sat { color: #003399;} 
.rotate {transform: rotate(180deg);}
.btn_wrap { width: 100%; overflow: hidden; }
.btn_l_wrap { width: 49%; float: left;}
.btn_r_wrap { width: 49%; float: right;}


/* MBA*/
/* 소개 */
/* 웹 */
	.contents .sub_copy { 
		font-size: 24px; 
		color: #000; 
		text-align: center;
		line-height: 32px;
		width: 90%;
		margin: 0 auto;
		font-weight: 400;
	}
	.contents .sub_copy_w{ 
		font-size: 24px; 
		color: #000; 
		text-align: center;
		line-height: 32px;
		width: 100%;
		margin: 0 auto;
		font-weight: 400;
	}
	.contents .top_box {
		width: 1200px;
		height: 440px;
		position: relative;
		margin: 50px 0;
	}
	.contents .img_box {
		width: 600px;
		position: absolute;
		top:50px;
		left: 0;
		z-index: 2;
	}
	.contents .txt_box {
		width: 650px;
		height: 440px;
		background: #fff;
		padding: 50px 50px 50px 100px;
		position: absolute;
		top:0;
		right: 0;
		z-index: 1;
	}
	.contents .txt_box .big {
		font-size: 28px; 
		color: #8b0029; 
		text-align: left;
		line-height: 36px;
		font-weight: 500;
		letter-spacing: -1px;
 	}
	.contents .txt_box .mid {
		font-size: 16px; 
		color: #555; 
		text-align: left;
		line-height: 26px;
		margin: 20px 0;
 	}
	.contents .txt_box .mid .tit {
		font-size: 20px; 
		color: #333; 
		text-align: left;
		line-height: 26px;
		font-weight: 500;
 	}
	.contents .txt_box .mid ul li {
		font-size: 16px;
		color: #555;
		line-height: 30px;
		letter-spacing: -0.5px;		
		padding-left: 12px;
		position: relative;
	}
	.contents .txt_box .mid li:before {
		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		top: 14px;
		left: 0;
		background: #9e9e9e;
		border-radius: 3px;
	}
	.contents .txt_box .btn {
		width: 46%;
		height: 48px;
		line-height: 46px;
		background: #8b0029;
		font-size: 18px;
		color: #fff;
		text-align: center;
		float: right;
		margin-top: 20px;
 	}
	.contents .txt_box .btn_h {
		width:  50%;
		height: 48px;
		line-height: 46px;
		background: #8b0029;
		font-size: 18px;
		color: #fff;
		text-align: center;
		float: right;
		margin-top: 20px;
		margin-left: 4%;
 	}
	.contents .btn_w_wrap {
		overflow: hidden;
		margin: 50px auto;
	}
	.contents .btn_w_wrap li {
		width: 32%;
		height: 88px;
		line-height: 24px;
		background: #fff;
		font-size: 18px;
		color: #333;
		font-weight: 400;
		text-align: center;
		float: left;
		border:1px #ddd solid;
		padding: 17px 0;
		margin-left:2%;	
		cursor: pointer;
	}
	.contents .btn_w_wrap li:first-child {
		margin-left:0%;
	}
	.contents .btn_w_wrap li:before {
		content: '';
		width: 0px;
		height: 0px;
		position: absolute;
		top: 14px;
		left: 0;
		background: #9e9e9e;
	}
	.contents .con_box { margin-top: 20px;}
	.contents .con_box h3 {
		font-size: 24px;
		color: #333;
		font-weight: 500;
		line-height: 36px;
		letter-spacing: -1.0px;
		margin: 40px 0 20px;
	}
	.contents .con_box h3.line {
		border-top: 2px solid #000;
		border-bottom: 1px solid #ddd;	
		padding: 15px 0;
	}
	.contents .con_box h3.line select {
		float: right;
	}
	.contents .con_box h3 .point {
		color: #8b0029;
		letter-spacing: 0px;
		margin-right: 20px;
	}
	.contents .con_box ul li {
		font-size: 16px;
		color: #555;
		line-height: 22px;
		letter-spacing: -0.5px;		
		padding: 5px 0 0 10px;
		margin: 5px 0;
		position: relative;
	}
	.contents .con_box ul li:before {
		content: '';
		width: 4px;
		height: 4px;
		position: absolute;
		top: 14px;
		left: 0;
		background: #9e9e9e;
	}
	.contents .con_box ul.bu_no li {
		font-size: 16px;
		color: #555;
		line-height: 22px;
		letter-spacing: -0.5px;		
		padding: 5px 0 0 10px;
		margin: 5px 0;
		position: relative;
		padding-left: 30px;
		text-indent: -18px;
	}
	.contents .con_box ul.bu_no li:before {
		content: '';
		width: 0px;
		height: 0px;
		position: absolute;
		top: 14px;
		left: 0;
		background: #9e9e9e;
	}

	.box {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 10px;
	}

	.box li {
		display: flex;
		border: 1px dotted #aaa;
		padding: 1rem !important;
		width: calc((100% - 30px) /4);
		justify-content: center;
		text-align: center;
		align-items: center;
		flex-wrap: wrap;
	}
.box li::before {
	display: none;
}
@media screen and (max-width:840px) {
	.box li {
		width: calc((100% - 20px) /3);
	}
}
@media screen and (max-width:480px) {
	.box li {
		width: 100%;
	}
}

/* 교과과정 */
/* 웹 */
.contents h4 { font-size: 20px; color: #333; font-weight: 400; line-height: 30px; letter-spacing: -1.0px; margin: 40px 0 10px;}
.contents .table_normal { width:100%; border-top: 2px #000 solid; table-layout: fixed; min-width: 640px; border-collapse: collapse; line-height: 1.5em; }
.contents .table_normal th { padding: 15px; text-align: center; font-size: 16px; color: #000; border: 1px #ddd solid; word-break: break-all; background: #f0f0f0;  vertical-align: middle;}
/*.contents .table_normal th:first-child { border-left: 0; }*/
.contents .table_normal td { text-align: center; font-size: 16px; color: #555; border-bottom: 1px #ddd solid; border-left: 1px #ddd solid; border-right: 1px #ddd solid; vertical-align: middle; word-break:break-word; padding:10px 8px; }
.contents .table_normal td.on { background: #f9e6e4; }
/*.contents .table_normal td:last-child { border-right: 0; }*/
.contents .table_normal td.align_l { padding: 15px 15px 15px 20px; text-align: left; }

.contents .table_normal td.align_l .con {max-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: pre;}

.contents .table_normal .bg00 { background: rgba(166, 166, 166, 1.0); color: #fff; }
	
.mim_wrap { overflow: hidden; }
.mim_txt { float: right; width: calc(100% - 124px); min-height: 94px;  }
.mim_icon { float: left; width: 84px; border: 1px #ddd solid; border-radius: 15px; padding: 5px 10px; box-sizing: content-box; }

.mim_box_wrap { overflow: hidden; margin: 30px auto; }
.mim_box_l { width: 30%; height: 230px; float: left; background: #e7e1d5; margin-right: 3%; padding: 20px 0 20px 0px; border-radius: 10px;}
.mim_box_c { width: 30%; height: 230px; float: left; background: #e7e1d5; margin-right: 3%; padding: 20px 0 20px 0px; border-radius: 10px;}
.mim_box_r { width: 30%; height: 230px; float: left; background: #e7e1d5; margin-right: 4%; padding: 20px 0 20px 0px; border-radius: 10px;}
.mim_box_wrap .tit { font-size: 20px; color: #333; font-weight: 500; margin-left: 30px; }
.mim_box_wrap .tit .small { font-size: 14px; color: #333; font-weight: 400; }
.sub_bar { font-size: 20px; color: #fff; font-weight: 500; text-align: center; background: #8b0029; border-radius: 0px; padding: 13px 0; margin-top: 20px; position: relative;   z-index: 1;}
.mim_box_wrap ul { margin-left: 30px; }
.sub_bar:after {  background: #8b0029;
  content: "";
  height: 1.6em;
  margin-top: -0.8em;
  position: absolute;
  right: -0.8em;
  top: 50%;
  width: 1.6em;
  z-index: -1;
  transform: rotate(45deg);
  border-radius: .0em;
}

.mba_box_wrap { border-radius: 0px; overflow: hidden; margin-top: 50px; }
.mba_box_wrap .mba_box_l {width: 49%;background: #fff;float: left;padding: 0px 30px 20px;margin-bottom: 30px;min-height: 450px;}
.mba_box_wrap .mba_box_r {width: 49%;background: #fff;float: right;margin-left: 2%;padding: 0px 30px 20px;margin-bottom: 30px;min-height: 450px;}
.mba_box_wrap .tit { font-size: 28px; color: #555; font-weight: 500; line-height: 36px; letter-spacing: -1.0px; margin: 0px 0px 20px 0; border-bottom: 1px #ddd dashed; padding-bottom: 16px; position: relative; }
.mba_box_wrap .tit .c_01 { color: #8b0029; }
.mba_box_wrap .tit .c_02 { color: #f9bb15; }
.mba_box_wrap .tit .c_03 { color: #7fa83f; }
.mba_box_wrap .tit .c_04 { color: #b08355; }
.mba_box_wrap .tit .c_05 { color: #f47021; }
.mba_box_wrap .tit .c_06 { color: #5180c2; }
.mba_box_wrap .con p { font-size: 18px;  }
/*
.mba_box_wrap .tit:after {
    content: '';
    display:inline-block;
    width:12px;
    height:12px;
    margin:-5px 12px auto auto;
    vertical-align:middle;
    border-left:2px solid #aaa;
    border-top:2px solid #aaa;
    transform:rotate(135deg);
    position:absolute;
    top: 18px;
    right: 0px;
    transition: 0.5s;
}
*/

.mba_box_wrap .con_box .con .line_group {
    margin-bottom: 20px;
}

.mba_box_wrap .con_box .con .line_group>p {
    margin-bottom: 8px;
    font-weight: 400;
}

.mba_box_wrap .con_box .con .line_group:last-child {
    margin-bottom: 0;
}

/* 반응형 */

@media screen and (max-width:1200px) {
	.contents .sub_copy { 
		font-size: 22px; 
		color: #000; 
		text-align: center;
		line-height: 28px;
		width: 600px;
		margin: 0 auto;		
  }
	.contents .sub_copy_w { 
		font-size: 22px; 
		color: #000; 
		text-align: center;
		
		line-height: 28px;
		width: 100%;
		margin: 0 auto;		
  }
	.contents .top_box {
		width: 100%;
		height: 370px;
		position: relative;
		margin: 30px 0;
	}
	.contents .img_box {
		width: 50%;
		position: absolute;
		top:50px;
		left: 0;
		z-index: 2;
	}
	.contents .txt_box {
		width: 54%;
		height: auto;
		background: #fff;
		padding: 40px 30px 40px 70px;
		position: absolute;
		top:0;
		right: 0;
		z-index: 1;
		min-height: 400px;
	}
	.contents .txt_box .big {
		font-size: 20px; 
		color: #8b0029; 
		text-align: left;
		line-height: 26px;
		font-weight: 500;
		letter-spacing: -1px;
 	}
	.contents .txt_box .mid {
		font-size: 14px; 
		color: #555; 
		text-align: left;
		line-height: 22px;
		margin: 16px 0;
 	}
	.contents .txt_box .mid .tit {
		font-size: 18px; 
		color: #333; 
		text-align: left;
		line-height: 22px;
		font-weight: 500;
 	}
	.contents .txt_box .mid ul li {
		font-size: 16px;
		color: #555;
		line-height: 30px;
		letter-spacing: -0.5px;		
		padding-left: 12px;
		position: relative;
	}
	.contents .txt_box .mid ul li:before {
		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		top: 12px;
		left: 0;
		background: #9e9e9e;
		border-radius: 3px;		
	}
	.contents .txt_box .btn {
		width:  46%;
		height: 48px;
		line-height: 46px;
		background: #8b0029;
		font-size: 18px;
		color: #fff;
		text-align: center;
		float: right;
		margin-top: 20px;
 	}
	.contents .txt_box .btn_h {
		width:  50%;
		height: 48px;
		line-height: 46px;
		background: #8b0029;
		font-size: 18px;
		color: #fff;
		text-align: center;
		float: right;
		margin-top: 20px;
		margin-left: 4%;
 	}
	.contents .con_box {}
	.contents .con_box h3 {
		font-size: 22px;
		color: #333;
		font-weight: 500;
		line-height: 36px;
		letter-spacing: -1.0px;
		margin: 30px 0 10px;
	}
	.contents .con_box ul li {
		font-size: 16px;
		color: #555;
		line-height: 22px;
		letter-spacing: -0.5px;
		padding: 5px 0 0 10px;
		margin: 5px 0;
		position: relative;
	}
	.contents .con_box ul li:before {
		content: '';
		width: 4px;
		height: 4px;
		position: absolute;
		top: 14px;
		left: 0;
		background: #9e9e9e;
	}
	.contents .con_box ul.bu_no li {
		font-size: 16px;
		color: #555;
		line-height: 22px;
		letter-spacing: -0.5px;		
		padding: 5px 0 0 10px;
		margin: 5px 0;
		position: relative;
		padding-left: 25px;
		text-indent: -18px;
	}
	.contents .con_box ul.bu_no li:before {
		content: '';
		width: 0px;
		height: 0px;
		position: absolute;
		top: 14px;
		left: 0;
		background: #9e9e9e;
	}
}

@media screen and (max-width:875px) {
	.contents .sub_copy { 
		font-size: 18px; 
		color: #000; 
		text-align: center;
		line-height: 1.5em;
		width: 100%;
		margin: 0 auto;
		letter-spacing: -1.0px;
	}
	.contents .sub_copy_w { 
		font-size: 18px; 
		color: #000; 
		text-align: center;
		line-height: 1.5em;
		width: 100%;
		margin: 0 auto;
		letter-spacing: -1.0px;
	}
	.contents .top_box {
		width: 100%;
		height: auto;
		position: relative;
		margin: 10px 0;
		display: inline-block;
	}
	.contents .img_box {
		width: 100%;
		position: relative;
		top:0px;
		left: 0;
		z-index: 2;		
	}
	.contents .img_box img {
		width: 100%;
		height: 100%;
	}	
	.contents .txt_box {
		width: 100%;
		height: auto;
		background: #fff;
		padding: 20px;
		position: relative;
		display: inline-block;
		margin: 0px 0 0;
		min-height: 0;
	}
	.contents .txt_box .big {
		font-size: 18px; 
		color: #8b0029; 
		text-align: left;
		line-height: 27px;
		font-weight: 500;
		letter-spacing: -1px;
 	}
	.contents .txt_box .mid {
		font-size: 14px; 
		color: #555; 
		text-align: left;
		line-height: 22px;
		margin: 16px 0;
 	}
	.contents .txt_box .mid .tit {
		font-size: 16px; 
		color: #333; 
		text-align: left;
		line-height: 20px;
		font-weight: 500;
 	}
	.contents .txt_box .mid ul li {
		font-size: 14px;
		color: #555;
		line-height: 22px;
		letter-spacing: -0.5px;	
		padding-left: 10px;
		position: relative;
	}
	.contents .txt_box .mid ul li:before {
		content: '';
		width: 4px;
		height: 4px;
		position: absolute;
		top: 12px;
		left: 0;
		background: #9e9e9e;
		border-radius: 2px;		
	}
	.contents .txt_box .btn {
		width: 46%;
		height: 44px;
		line-height: 42px;
		background: #8b0029;
		font-size: 16px;
		color: #fff;
		text-align: center;
		float: none;
		margin: 10px auto;
 	}
	.contents .btn_w_wrap {
		overflow: hidden;
		margin: 20px auto 0;
	}
	.contents .btn_w_wrap li {
		width: 32%;
		height: 78px;
		line-height: 20px;
		background: #fff;
		font-size: 15px;
		color: #333;
		font-weight: 400;
		text-align: center;
		float: left;
		border:1px #ddd solid;
		padding: 17px 0;
		margin-left:2%;	
	}
	.contents .txt_box .btn_h {
		width: 50%;
		height: 44px;
		line-height: 42px;
		background: #8b0029;
		font-size: 16px;
		color: #fff;
		text-align: center;
		float: right;
		margin-top: 10px;
		margin-left: 4%;
 	}
	.contents .con_box {}
	.contents .con_box h3 {
		font-size: 18px;
		color: #333;
		font-weight: 500;
		line-height: 22px;
		letter-spacing: -1.0px;
		margin: 30px 0 10px;
	}
	.contents .con_box ul li {
		font-size: 14px;
		color: #555;
		line-height: 20px;
		letter-spacing: -0.5px;	
		padding: 5px 0 0 10px;
		margin: 5px 0;
		position: relative;		
	}
	.contents .con_box ul li:before {
		content: '';
		width: 3px;
		height: 3px;
		position: absolute;
		top: 14px;
		left: 0;
		background: #9e9e9e;
	}
	.contents .con_box ul.bu_no li {
		font-size: 14px;
		color: #555;
		line-height: 20px;
		letter-spacing: -0.5px;	
		padding: 5px 0 0 10px;
		margin: 5px 0;
		position: relative;
		padding-left: 15px;
		text-indent: -12px;
	}
	.contents .con_box ul.bu_no li:before {
		content: '';
		width: 0px;
		height: 0px;
		position: absolute;
		top: 14px;
		left: 0;
		background: #9e9e9e;
	}
.mim_box_wrap { overflow: hidden; }
.mim_box_l { width: 94%; height: auto; float: left; background: #e7e1d5; margin-right: 6%; padding: 20px 0 20px 0px; margin-bottom: 20px;}
.mim_box_c { width: 94%; height: auto; float: left; background: #e7e1d5; margin-right: 6%; padding: 20px 0 20px 0px; margin-bottom: 20px;}
.mim_box_r { width: 94%; height: auto; float: left; background: #e7e1d5; margin-right: 6%; padding: 20px 0 20px 0px; }
.mim_box_wrap .tit { font-size: 18px; color: #333; font-weight: 500; margin-left: 30px; }
.mim_box_wrap .tit .small { font-size: 14px; color: #333; font-weight: 400; }
.sub_bar { font-size: 18px; color: #fff; font-weight: 500; text-align: center; background: #8b0029; border-radius: 0px; padding: 12px 0; margin-top: 10px; position: relative;   z-index: 1;}
.mim_box_wrap ul { margin-left: 30px; }
.sub_bar:after {  background: #8b0029;
  content: "";
  height: 1.6em;
  margin-top: -0.8em;
  position: absolute;
  right: -0.8em;
  top: 50%;
  width: 1.6em;
  z-index: -1;
  transform: rotate(45deg);
  border-radius: .0em;
}
		
}
@media screen and (max-width:640px) {
.mba_box_wrap { border-radius: 0px; overflow: hidden; margin-top: 20px; }
.mba_box_wrap .mba_box_l { width: 100%; background: #fff; float: none; padding: 1px 20px 20px; margin-bottom: 20px; min-height: auto; }
.mba_box_wrap .mba_box_r { width: 100%; background: #fff; float: none; margin-left: 0; padding: 1px 20px 10px;  margin-bottom: 20px; min-height: auto;}
.mba_box_wrap .mba_box_r:last-child {margin-bottom: 0px; }
.mba_box_wrap .tit { font-size: 20px; color: #555; font-weight: 500; line-height: 36px; letter-spacing: -1.0px; margin: 10px 0px 10px 0; border-bottom: 1px #ddd dashed; padding-bottom: 10px; position: relative; }
.mba_box_wrap .con p { font-size: 16px;  }
}

/* 학사일정 */
/* 웹 */
.calendar_head { margin: 0 auto; text-align: center; position: relative;}
h2.year { font-size: 36px; color: #000; font-weight: 600; letter-spacing: -2.0px; vertical-align: top; line-height: 1em; padding: 0 50px; display: inline-block; margin-bottom: 35px;}
button.prev { width: 18px; height: 33px; margin-top: 4px; background: url(../images/sub/cal_prev.png) no-repeat center; font-size: 0; vertical-align: top; }
button.next { width: 18px; height: 33px; margin-top: 4px; background: url(../images/sub/cal_next.png) no-repeat center; font-size: 0; vertical-align: top; }
.calendar_head p { position: absolute; top: 20px; right: 0; font-size: 0;}
.calendar_head p a { display: inline-block; height: 15px; line-height: 15px; padding-left: 50px; font-size: 16px; }
.calendar_head p a.on { color: #8b0029; }
.calendar_head ul { border-top: 2px #000 solid; border-bottom: 1px #ccc solid; text-align: center; }
.calendar_head ul li { display: inline-block; width: 8%; height: 62px; padding: 10px; line-height: 40px; font-size: 24px; color: #333; }
.calendar_head ul li .on { color: #8b0029; border-bottom: 3px #8b0029 solid; padding: 0 10px 12px 10px; }
.calendar_list { position: relative; min-height: 350px; padding: 40px 0 20px 450px; }
.calendar_list > div { position: absolute; left: 0px; width: 400px; background: #fff; border: 1px #ccc solid; padding: 20px 0 10px; }
.calendar_list > div h3 b { position: relative; font-size: 30px; color: #000; font-weight: 500; }
.calendar_list > div h3 { display: inline-block; font-size: 18px; color: #999; margin: 0 0 20px 25px;  }
.calendar_list > div table { width:100%;}
.calendar_list > div table th { height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #fff; background:#8b0029; }
.calendar_list > div table td { height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #555; }
.calendar_list > div table td.sun { color: #8b0029; }
.calendar_list > div table td.sat { color: #003399; } 
.calendar_list > div table td .on { background: #e6e6e6; width: 40px; height: 40px; border-radius: 20px;  line-height: 40px; display: inline-block; } 
.calendar_list > ul { width: 750px; }
.calendar_list > ul li.tit { font-size: 20px; color: #333; }
.calendar_list > ul li.tit span { font-weight: 600; }
.calendar_list > ul li { position: relative; font-size: 16px; color: #333;  height: auto; line-height: 24px; border-bottom: 1px #e6e6e6 solid; padding: 10px 0 10px 200px; }
.calendar_list > ul li:first-child { border-top: none; padding: 0px 0 10px 0;  }
.calendar_list > ul li .date { position: absolute; left: 0; display: inline-block; width: 200px; box-sizing: border-box; font-size: 16px; color: #555; }

.calendar_summary { position: relative; padding: 0 0 0 140px; border-bottom: 1px solid #dddfe5;}
.calendar_summary h3 b { display: block; font-size: 30px; color: #000; font-weight: 500; }
.calendar_summary h3 { position: absolute; top: 50%; left: 0; width: 140px; margin-top: -26px; text-align: center; font-size: 18px; color: #999;  }
.calendar_summary ul { min-height: 100px; }
.calendar_summary ul li { position: relative; font-size: 16px; color: #333;  height: auto; line-height: 24px; border-top: 1px #e6e6e6 solid; padding: 10px 0 10px 200px; }
.calendar_summary ul li:first-child { border-top: none;  }
.calendar_summary ul li .date { position: absolute; left: 0; display: inline-block; width: 200px; box-sizing: border-box; font-size: 16px; color: #555; }


/* 반응형 */
@media screen and (max-width:1200px) {
.calendar_head { margin: 0 auto; text-align: center; position: relative;}
h2.year { font-size: 36px; color: #000; font-weight: 600; letter-spacing: -2.0px; vertical-align: top; line-height: 1em; padding: 0 50px; display: inline-block; margin-bottom: 35px;}
button.prev { width: 18px; height: 33px; margin-top: 4px; background: url(../images/sub/cal_prev.png) no-repeat center; font-size: 0; vertical-align: top; }
button.next { width: 18px; height: 33px; margin-top: 4px; background: url(../images/sub/cal_next.png) no-repeat center; font-size: 0; vertical-align: top; }
.calendar_head p { position: absolute; top: 20px; right: 0; font-size: 0;}
.calendar_head p a { display: inline-block; height: 15px; line-height: 15px; padding-left: 50px; font-size: 16px; }
.calendar_head p a.on { color: #8b0029; }
.calendar_head ul { border-top: 2px #000 solid; border-bottom: 1px #ccc solid; text-align: center; }
.calendar_head ul li { display: inline-block; width: 7%; height: 62px; padding: 10px; line-height: 40px; font-size: 24px; color: #333; }
.calendar_head ul li .on { color: #8b0029; border-bottom: 3px #8b0029 solid; padding: 0 10px 12px 10px; }
.calendar_list { position: relative; min-height: 350px; padding: 40px 0 20px 350px; }
.calendar_list > div { position: absolute; left: 0px; width: 320px; background: #fff; border: 1px #ccc solid; padding: 20px 0 10px; }
.calendar_list > div h3 b { position: relative; font-size: 30px; color: #000; font-weight: 500; }
.calendar_list > div h3 { display: inline-block; font-size: 18px; color: #999; margin: 0 0 20px 25px;  }
.calendar_list > div table { width:100%;}
.calendar_list > div table th { height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #fff; background:#8b0029; }
.calendar_list > div table td { height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #555; }
.calendar_list > div table td.sun { color: #8b0029; }
.calendar_list > div table td.sat { color: #003399; } 
.calendar_list > div table td .on { background: #e6e6e6; width: 40px; height: 40px; border-radius: 20px;  line-height: 40px; display: inline-block; } 
.calendar_list > ul { width: 100%; }
.calendar_list > ul li.tit { font-size: 20px; color: #333; }
.calendar_list > ul li.tit span { font-weight: 600; }
.calendar_list > ul li { position: relative; font-size: 16px; color: #333; height: auto; line-height: 24px; border-bottom: 1px #e6e6e6 solid; padding: 10px 0 10px 200px; }
.calendar_list > ul li:first-child { border-top: none; padding: 0px 0 10px 0;  }
.calendar_list > ul li .date { position: absolute; left: 0; display: inline-block; width: 200px; box-sizing: border-box; font-size: 16px; color: #555; }	
.calendar_summary { position: relative; padding: 0 0 0 140px; border-bottom: 1px solid #dddfe5;}
.calendar_summary h3 b { display: block; font-size: 30px; color: #000; font-weight: 500; }
.calendar_summary h3 { position: absolute; top: 50%; left: 0; width: 140px; margin-top: -26px; text-align: center; font-size: 18px; color: #999;  }
.calendar_summary ul { min-height: 100px; }
.calendar_summary ul li { position: relative; font-size: 16px; color: #333;  height: auto; line-height: 24px; border-top: 1px #e6e6e6 solid; padding: 10px 0 10px 200px; }
.calendar_summary ul li:first-child { border-top: none;  }
.calendar_summary ul li .date { position: absolute; left: 0; display: inline-block; width: 200px; box-sizing: border-box; font-size: 16px; color: #555; }	
}

@media screen and (max-width:760px) {
.calendar_head { margin: 0 auto; text-align: center; position: relative;}
h2.year { font-size: 36px; color: #000; font-weight: 600; letter-spacing: -2.0px; vertical-align: top; line-height: 1em; padding: 0 50px; display: inline-block; margin-bottom: 0px;}
button.prev { width: 18px; height: 33px; margin-top: 4px; background: url(../images/sub/cal_prev.png) no-repeat center; font-size: 0; vertical-align: top; }
button.next { width: 18px; height: 33px; margin-top: 4px; background: url(../images/sub/cal_next.png) no-repeat center; font-size: 0; vertical-align: top; }
.calendar_head p { position: relative; top: 20px; right: 0; font-size: 0; height: 50px;}
.calendar_head p a { display: inline-block; height: 15px; line-height: 15px; padding-right: 50px; font-size: 16px; }
.calendar_head p a.on { color: #8b0029; }
.calendar_head ul { border-top: 2px #000 solid; border-bottom: 1px #ccc solid; text-align: center; }
.calendar_head ul li { display: inline-block; width: 6%; height: 52px; padding: 10px 0; line-height: 30px; font-size: 18px; color: #333; }
.calendar_head ul li .on { color: #8b0029; border-bottom: 3px #8b0029 solid; padding: 0 10px 12px 10px; }
.calendar_list { position: relative; min-height: 350px; padding: 40px 0 20px 0; }
.calendar_list > div { position: relative; left: 0px; width: 100%; background: #fff; border: 1px #ccc solid; padding: 20px 0 10px; }
.calendar_list > div h3 b { position: relative; font-size: 30px; color: #000; font-weight: 500; }
.calendar_list > div h3 { display: inline-block; font-size: 18px; color: #999; margin: 0 0 20px 25px;  }
.calendar_list > div table { width:100%;}
.calendar_list > div table th { height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #fff; background:#8b0029; }
.calendar_list > div table td { height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #555; }
.calendar_list > div table td.sun { color: #8b0029; }
.calendar_list > div table td.sat { color: #003399; } 
.calendar_list > div table td .on { background: #e6e6e6; width: 40px; height: 40px; border-radius: 20px;  line-height: 40px; display: inline-block; } 
.calendar_list > ul { width: 100%; margin-top: 20px; }
.calendar_list > ul li.tit { font-size: 18px; color: #333; }
.calendar_list > ul li.tit span { font-weight: 600; }
.calendar_list > ul li { position: relative; font-size: 14px; color: #333; height: auto; line-height: 20px; border-bottom: 1px #e6e6e6 solid; padding: 10px 0 10px 160px; }
.calendar_list > ul li:first-child { border-top: none; padding: 0px 0 10px 0;  }
.calendar_list > ul li .date { position: absolute; left: 0; display: inline-block; width: 160px; box-sizing: border-box; font-size: 14px; color: #555; }	
.calendar_summary { position: relative; padding: 0 0 0 0px; border-bottom: 1px solid #dddfe5;}
.calendar_summary h3 b { display: block; font-size: 30px; color: #000; font-weight: 500; }
.calendar_summary h3 { position: relative; top: 0; left: 0; width: 100%; margin: 0px; text-align: center; font-size: 18px; color: #999; padding: 20px 0; }
.calendar_summary ul { min-height: 100px; }
.calendar_summary ul li { position: relative; font-size: 16px; color: #333;  height: auto; line-height: 24px; border-top: 1px #e6e6e6 solid; padding: 10px 0 10px 0px; }
.calendar_summary ul li:first-child { border-top: 1px #e6e6e6 solid;  }
.calendar_summary ul li .date { position: relative; left: 0; display: inline-block; width: 100%; box-sizing: border-box; font-size: 16px; color: #555; }
}

/*
.contents .table_normal .bg01 { background: rgba(245, 186, 157, 1.0); color: #333; }
.contents .table_normal .bg01_w { background: rgba(245, 186, 157, 1.0); color: #fff; }
.contents .table_normal .bg02 { background: rgba(252, 232, 204, 1.0); color: #333; }
.contents .table_normal .bg03 { background: rgba(97, 83, 72, 1.0); color: #fff; }
.contents .table_normal .bg04 { background: rgba(204, 217, 206, 0.5); color: #333; }
.contents .table_normal .bg05 { background: rgba(246, 237, 211, 1.0); color: #333; }
.contents .table_normal .bg06 { background: rgba(127, 173, 169, 1.0); color: #fff; }
.contents .table_normal .bg07 { background: rgba(2, 84, 125, 1.0); color: #fff; }
.contents .table_normal .bg08 { background: rgba(2, 132, 168, 1.0); color: #fff; }
.contents .table_normal .bg09 { background: rgba(2, 190, 196, 1.0); color: #fff; }
.contents .table_normal .bg10 { background: rgba(169, 232, 220, 1.0); color: #333; }
.contents .table_normal .bg11 { background: rgba(225, 247, 231, 1.0); color: #333; }
.contents .table_normal .bg12 { background: rgba(230, 224, 236, 1.0); color: #333; }
.contents .table_normal .bg13 { background: rgba(231, 72, 153, 0.8); color: #fff; }
.contents .table_normal .bg14 { background: rgba(231, 72, 153, 0.5); color: #333; }
.contents .table_normal .bg15 { background: rgba(231, 72, 153, 0.3); color: #333; }
.contents .table_normal .bg16 { background: rgba(245, 209, 208, 0.5); color: #333; }
.contents .table_normal .bg17 { background: rgba(208, 223, 242, 0.5); color: #333; }
.contents .table_normal .bg18 { background: rgba(205, 207, 243, 0.5); color: #333; }
.contents .table_normal .bg19 { background: rgba(245, 247, 184, 0.5); color: #333; }
.contents .table_normal .bg20 { background: rgba(185, 225, 193, 0.5); color: #333; }
.contents .table_normal .bg21 { background: rgba(221, 217, 195, 0.5); color: #333; }
*/

/* 반응형 */
@media screen and (max-width:1200px) {
}
@media screen and (max-width:640px) {
.contents h4 { font-size: 17px; color: #333; font-weight: 400; line-height: 30px; letter-spacing: -1.0px; margin: 15px 0 5px;}
.contents .table_normal { width:100%; border-top: 2px #000 solid; table-layout: fixed; min-width: 640px; border-collapse: collapse; }
.contents .table_normal th { padding: 10px; text-align: center; font-size: 14px; color: #000; border: 1px #ddd solid; word-break: break-all; background: #f0f0f0;  vertical-align: middle;}
.contents .table_normal td { padding: 10px 8px; text-align: center; font-size: 14px; color: #555; border-bottom: 1px #ddd solid;  border-right: 1px #ddd solid; vertical-align: middle;}
.contents .table_normal td.align_l { padding: 10px 10px 10px 15px; text-align: left; }
}

/* 입학안내 */
/* 웹 */
.contents .con_box p {margin-bottom: 20px; }
.contents .adm_box { width: 100%; background: #fff; padding: 30px 50px; height: auto; position: relative; }
.contents .adm_box p { font-size: 18px; line-height: 24px;  font-weight: normal; width: calc(100% - 180px); }
.contents .adm_box .tit { font-size: 24px; color: #000; font-weight: 500; letter-spacing: -1.0px; line-height: 1em; margin-bottom: 10px; display: inline-block; }
.contents .adm_box .btn {width: 200px; height: 48px; line-height: 46px; background: #8b0029; font-size: 18px; color: #fff; text-align: center;  position: absolute; top:35px; right: 50px; }
.contents .adm_box_s { width: 100%; background: #fff; padding: 40px 50px; height: auto; position: relative; }
.contents .adm_box_s p { font-size: 18px; line-height: 24px;  font-weight: normal; width: calc(100% - 180px); }
.contents .adm_box_s .tit { font-size: 24px; color: #000; font-weight: 500; letter-spacing: -1.0px; line-height: 1em; margin-bottom: 10px; display: inline-block; }
.contents .adm_box_s .btn {width: 200px; height: 48px; line-height: 46px; background: #8b0029; font-size: 18px; color: #fff; text-align: center;  position: absolute; top:35px; right: 50px; }
.contents .btn_adm {width: 200px; height: 48px; line-height: 46px; background: #8b0029; font-size: 18px; color: #fff; text-align: center; margin: 0 auto; }
.contents .btn_adm_l {width: 350px; height: 48px; line-height: 46px; background: #8b0029; font-size: 18px; color: #fff; text-align: center; margin: 0 auto; }
.contents .btn_down_wrap { width: 100%; background: #f0f0f0; padding: 10px 20px; height: auto; margin: 5px 0 10px; }
.contents .btn_down {width: 150px; height: 32px; line-height: 30px; font-size: 16px; color: #8b0029; text-align: left; border-radius: 3px; margin-left: 10px; }
.contents .btn_down a {color: #333; }
.contents .btn_application {width: 100px; height: 32px; line-height: 30px; font-size: 16px; color: #fff; text-align: center; border-radius: 3px; margin: 0px auto 0; background: #8b0029; cursor: pointer; }

/* 반응형 */
@media screen and (max-width:1200px) {
.contents .con_box p {margin-bottom: 20px; }
.contents .adm_box { width: 100%; background: #fff; padding: 30px 50px; height: auto; position: relative; }
.contents .adm_box p { font-size: 18px; line-height: 24px;  font-weight: normal; width: calc(100% - 180px); }
.contents .adm_box .tit { font-size: 24px; color: #000; font-weight: 500; letter-spacing: -1.0px; line-height: 1em; margin-bottom: 10px; display: inline-block; }
.contents .adm_box .btn {width: 160px; height: 48px; line-height: 46px; background: #8b0029; font-size: 18px; color: #fff; text-align: center;  position: absolute; top:35px; right: 50px; }
.contents .adm_box_s { width: 100%; background: #fff; padding: 40px 50px; height: auto; position: relative; }
.contents .adm_box_s p { font-size: 18px; line-height: 24px;  font-weight: normal; width: calc(100% - 180px); }
.contents .adm_box_s .tit { font-size: 24px; color: #000; font-weight: 500; letter-spacing: -1.0px; line-height: 1em; margin-bottom: 10px; display: inline-block; }
.contents .adm_box_s .btn {width: 160px; height: 48px; line-height: 46px; background: #8b0029; font-size: 18px; color: #fff; text-align: center;  position: absolute; top:35px; right: 50px; }
.contents .btn_adm {width: 160px; height: 48px; line-height: 46px; background: #8b0029; font-size: 18px; color: #fff; text-align: center;   }
.contents .btn_adm_l {width: 350px; height: 48px; line-height: 46px; background: #8b0029; font-size: 18px; color: #fff; text-align: center;  }
.contents .btn_down_wrap { width: 100%; background: #f0f0f0; padding: 10px 20px; height: auto;  margin: 5px 0 10px; }
.contents .btn_down {width: 150px; height: 32px; line-height: 30px; font-size: 16px; color: #8b0029; text-align: left; border-radius: 3px; margin-left: 10px; }
.contents .btn_down a {color: #333; }
.contents .btn_application{width: auto;font-size: 14px;}
}
@media screen and (max-width:825px) {
.contents .con_box p {margin-bottom: 10px; }
.contents .adm_box { width: 100%; background: #fff; padding: 20px 20px; height: auto; position: relative; text-align: center; display: inline-block; }
.contents .adm_box p {margin-bottom: 5px; font-size: 16px; line-height: 20px; font-weight: normal; width: 100%; }
.contents .adm_box .tit { font-size: 20px; color: #000; font-weight: 500; letter-spacing: -1.0px; line-height: 1em; margin-bottom: 10px; display: inline-block; }
.contents .adm_box .btn {width: 180px; height: 42px; line-height: 40px; background: #8b0029; font-size: 16px; color: #fff; text-align: center;  position: relative; margin: 20px auto 0;top:0px; right: 0px;}
.contents .adm_box_s { width: 100%; background: #fff; padding: 20px 20px; height: auto; position: relative; text-align: center; display: inline-block; }
.contents .adm_box_s p {margin-bottom: 5px; font-size: 16px; line-height: 20px; font-weight: normal; width: 100%; }
.contents .adm_box_s .tit { font-size: 20px; color: #000; font-weight: 500; letter-spacing: -1.0px; line-height: 1em; margin-bottom: 10px; display: inline-block; }
.contents .adm_box_s .btn {width: 180px; height: 42px; line-height: 40px; background: #8b0029; font-size: 16px; color: #fff; text-align: center;  position: relative; margin: 20px auto 0;top:0px; right: 0px;}
.contents .btn_adm {width: 180px; height: 42px; line-height: 40px; background: #8b0029; font-size: 16px; color: #fff; text-align: center; margin: 20px auto 0;}
.contents .btn_adm_l {width: 100%; height: 42px; line-height: 40px; background: #8b0029; font-size: 16px; color: #fff; text-align: center; margin: 20px auto 0;}
.contents .btn_down_wrap { width: 100%; background: #f0f0f0; padding: 5px 10px; height: auto;  margin-bottom: 2px 0 5px;}
.contents .btn_down {width: 130px; height: 32px; line-height: 30px; font-size: 14px; color: #8b0029; text-align: left; border-radius: 3px; margin-left: 10px; }
.contents .btn_down a {color: #333; }

}

/* FAQ */
/* 웹 */
.contents .con_box .faq_list {border-top: 2px solid #000;}
.contents .con_box .faq_list li {}
.contents .con_box .faq_list dt {overflow: hidden; height: auto; padding: 20px 25px 20px 0; cursor: pointer; border-bottom: 1px solid #ddd;  line-height: 40px; position: relative;}

.contents .con_box .faq_list dt:after {
    content: '';
    display:inline-block;
    width:9px;
    height:9px;
    margin:-5px 12px auto auto;
    vertical-align:middle;
    border-right:2px solid #aaa;
    border-top:2px solid #aaa;
    transform:rotate(135deg);
    position:absolute;
    top: 36px;
    right: 8px;
    transition: 0.5s;
}
.contents .con_box .faq_list dt.on:after {
    content: '';
    display:inline-block;
    width:9px;
    height:9px;
    margin:-5px 12px auto auto;
    vertical-align:middle;
    border-right:2px solid #aaa;
    border-top:2px solid #aaa;
    transform:rotate(-45deg);
    position:absolute;
    top: 40px;
    right: 8px;
    transition: 0.5s;
}
.contents .con_box .faq_list dt .tit_q {float: left; width: 40px; height: 40px;  background: #8b0029; border-radius: 20px; color: #fff; line-height: 38px; display: inline-block; font-size: 18px; font-weight: 500; text-align: center; margin-right: 20px;}
.contents .con_box .faq_list dt .tit {float: left; width: 100%; font-size: 18px; font-weight: 400; }
.contents .con_box .faq_list dt .btn_down {width: 10%; text-align: center;}
.contents .con_box .faq_list dd {display: none; height: auto; padding: 20px 25px; line-height: 150%; border-bottom: 1px solid #ddd; line-height: 150%;}
.contents .con_box .faq_list dd .tit_a {float: left; width: 40px; height: 40px;  background: #f0f0f0; border-radius: 20px; color: #333; line-height: 38px; display: inline-block; font-size: 18px; font-weight: 500; text-align: center; margin-right: 20px;}
.contents .con_box .faq_list dd .list_con { width:100%; }
.contents .con_box .faq_list dt p { float: left; padding-left: 25px;}
.contents .con_box .faq_list dt .cate {
    color: #555;
    font-weight: 400;
    margin-right: 15px;
    padding-right: 15px;
	position: relative;
}
.contents .con_box .faq_list dt .cate:after {
    content: '';
    display: inline-block;
    margin: 0 0px;
    width: 2px;
    height: 16px;
    background: #d0d0d0;
    position: absolute;
    right: 0px;
    top: 6px;
}
.contents .con_box .faq_list dt .code {
    font-weight: 400;
    color: #555;
    padding-right: 15px;
	position: relative;
}
.contents .con_box .faq_list dt .code:after {
    content: '';
    display: inline-block;
    margin: 0 0px;
    width: 2px;
    height: 16px;
    background: #d0d0d0;
    position: absolute;
    right: 0px;
    top: 6px;
}
.contents .con_box .faq_list dt .subject {
    font-size: 18px;
    color: #111;
    font-weight: 500;
}
/* 반응형 */
@media screen and (max-width:1200px) {
.contents .con_box .faq_list {border-top: 2px solid #000;}
.contents .con_box .faq_list li {}
.contents .con_box .faq_list dt {overflow: hidden; height: auto; padding: 20px 25px 20px 0; cursor: pointer; border-bottom: 1px solid #ddd; line-height: 40px; position: relative;}
	
.contents .con_box .faq_list dt:after {
    content: '';
    display:inline-block;
    width:9px;
    height:9px;
    margin:-5px 12px auto auto;
    vertical-align:middle;
    border-right:2px solid #aaa;
    border-top:2px solid #aaa;
    transform:rotate(135deg);
    position:absolute;
    top: 36px;
    right: 8px;
    transition: 0.5s;
}
.contents .con_box .faq_list dt.on:after {
    content: '';
    display:inline-block;
    width:9px;
    height:9px;
    margin:-5px 12px auto auto;
    vertical-align:middle;
    border-right:2px solid #aaa;
    border-top:2px solid #aaa;
    transform:rotate(-45deg);
    position:absolute;
    top: 40px;
    right: 8px;
    transition: 0.5s;
}
.contents .con_box .faq_list dt .tit_q {float: left; width: 40px; height: 40px;  background: #8b0029; border-radius: 20px; color: #fff; line-height: 38px; display: inline-block; font-size: 18px; font-weight: 500; text-align: center; margin-right: 20px;}
.contents .con_box .faq_list dt .tit {float: left; width: 100%; font-size: 18px; font-weight: 400; }
.contents .con_box .faq_list dt .btn_down {width: 10%; text-align: center;}
.contents .con_box .faq_list dd {display: none; height: auto; padding: 20px 25px; line-height: 150%; border-bottom: 1px solid #ddd; line-height: 150%;}
.contents .con_box .faq_list dd .tit_a {float: left; width: 40px; height: 40px;  background: #f0f0f0; border-radius: 20px; color: #333; line-height: 38px; display: inline-block; font-size: 18px; font-weight: 500; text-align: center; margin-right: 20px;}
.contents .con_box .faq_list dd .list_con { width:100%; }
.contents .con_box .faq_list dt .subject {
    font-size: 16px;
    color: #111;
    font-weight: 500;
	}
.contents .con_box .faq_list dt p { float: none; padding-left: 15px; }
	
}
@media screen and (max-width:825px) {
.contents .con_box .faq_list {border-top: 2px solid #000;}
.contents .con_box .faq_list li {}
.contents .con_box .faq_list dt {overflow: hidden; height: auto; padding: 10px 15px 10px 0; cursor: pointer; border-bottom: 1px solid #ddd;  line-height: 40px; position: relative;}
	
.contents .con_box .faq_list dt:after {
    content: '';
    display:inline-block;
    width:9px;
    height:9px;
    margin:-5px 12px auto auto;
    vertical-align:middle;
    border-right:2px solid #aaa;
    border-top:2px solid #aaa;
    transform:rotate(135deg);
    position:absolute;
    top: 36px;
    right: 8px;
    transition: 0.5s;
}
.contents .con_box .faq_list dt.on:after {
    content: '';
    display:inline-block;
    width:9px;
    height:9px;
    margin:-5px 12px auto auto;
    vertical-align:middle;
    border-right:2px solid #aaa;
    border-top:2px solid #aaa;
    transform:rotate(-45deg);
    position:absolute;
    top: 40px;
    right: 8px;
    transition: 0.5s;
}
.contents .con_box .faq_list dt .tit_q {float: left; width: 40px; height: 40px;  background: #8b0029; border-radius: 20px; color: #fff; line-height: 38px; display: inline-block; font-size: 16px; font-weight: 500; text-align: center; margin-right: 20px;}
.contents .con_box .faq_list dt .tit {float: left; width: 100%; font-size: 15px; font-weight: 400; line-height: 20px;}
.contents .con_box .faq_list dt .btn_down {width: 10%; text-align: center;}
.contents .con_box .faq_list dd {display: none; height: auto; padding: 10px 15px; line-height: 150%; border-bottom: 1px solid #ddd; line-height: 150%;}
.contents .con_box .faq_list dd .tit_a {float: left; width: 40px; height: 40px;  background: #f0f0f0; border-radius: 20px; color: #333; line-height: 38px; display: inline-block; font-size: 16px; font-weight: 500; text-align: center; margin-right: 20px;}
.contents .con_box .faq_list dd .list_con { width:100%; }
}

/* EEC */

.mba_box_wrap.eec_plus .mba_box_l, 
.mba_box_wrap.eec_plus .mba_box_r { min-height: 280px; }

.dia_box { overflow: hidden; margin-bottom: 50px; margin-top: 20px;}
.dia_box_l { width: 48%; margin: 0 auto; float: left; text-align: center; line-height: 100px; border-radius: 60px; border: 1px #ccc solid; padding: 10px; margin-right: 2%; overflow: hidden; }
.dia_box_l .circle01 {width: 100px; height: 100px; border-radius: 50px; background: #333; color: #fff; text-align: center; padding-top: 20px; line-height: 1.5em; float: left;}
.dia_box_l .circle02 {width: 100px; height: 100px; border-radius: 50px; background: #8b0029; color: #fff; text-align: center; padding-top: 20px; line-height: 1.5em; float: right;}
.dia_box_r { width: 48%; margin: 0 auto; float: right; text-align: center; line-height: 100px; border-radius: 60px; border: 1px #ccc solid; padding: 10px; margin-left: 2%; overflow: hidden; }
.dia_box_r .circle02 {width: 100px; height: 100px; border-radius: 50px; background: #8b0029; color: #fff; text-align: center; padding-top: 20px; line-height: 1.5em; float: left;}
.dia_box_r .circle01 {width: 100px; height: 100px; border-radius: 50px; background: #333; color: #fff; text-align: center; padding-top: 20px; line-height: 1.5em; float: right;}

.attention { margin-top: 10px; }

.dia_box_c { width: 100%; margin: 0 auto; float: left; text-align: center; line-height: 100px; border-radius: 10px; border: 1px #ccc solid; padding: 10px; margin-right: 2%; overflow: hidden; }
.dia_box_c .square {width: 20.5%; height: 100px; border-radius: 10px; font-weight: 400; color: #333; text-align: center; padding: 20px; line-height: 1.5em; float: left; }
.dia_box_c .square_one {width: 20.5%; height: 100px; border-radius: 10px; font-weight: 400; color: #333; text-align: center; padding: 35px 10px; line-height: 1.5em; float: left; }
.dia_box_c .square_m {width: 17.6%; height: 100px; border-radius: 10px; font-weight: 400; color: #333; text-align: center; padding: 20px 0; line-height: 1.5em; float: left; }
.dia_box_c .square_m p { font-size: 13px; font-weight: 300; color: #666; text-align: center; }
.dia_box_c .square_s {width: 14.5%; height: 100px; border-radius: 10px; font-weight: 400; color: #333; text-align: center; padding: 20px 0px; line-height: 1.5em; float: left; }
.dia_box_c .square03 {width: 20.5%; height: 100px; border-radius: 10px; font-weight: 400; color: #333; text-align: center; padding: 35px 10px; line-height: 1.5em; float: left; }
.dia_box_c .co01 {background: rgba(215, 201, 177, 0.95); }
.dia_box_c .co02 {background: rgba(153, 134, 117, 0.65); }
.dia_box_c .co03 {background: rgba(139, 0, 41, 1.0); color: #fff; }
.dia_box_c .co04 {background: rgba(51, 51, 51, 1.0); color: #fff; }

.dia_arrow { width: 6%; height: 100px; font-size: 20px; color: #999; float: left;  }
.dia_arrow01 { width: 6%; height: 100px; font-size: 20px; color: #999; float: left;  }
.dia_arrow_m { width: 3%; height: 100px; font-size: 20px; color: #999; float: left;  }
.dia_arrow_s { width: 2.6%; height: 100px; font-size: 20px; color: #999; float: left;  }
.dia_arrow_b { width: 2.6%; height: 115px; font-size: 20px; color: #999; float: left; text-align: center; line-height: 115px; }
.dia_line { width: 80%; height: 5px; background: url(../images/sub/dia_line.png) repeat-x; margin-top: 125px; margin-left: 120px;}
.dia_line i { font-size: 20px; color: #999; float: left; margin-top: -18px; margin-left: -7px;}
.dia_line img {  float: right; margin-top: -18px; }

.dia_box_wrap { overflow: hidden; margin-bottom: 10px; margin-top: 10px;}
.dia_box_b { width: 23.05%; height: 115px; border-radius: 10px; line-height: 1.5em; float: left; border: 3px #d7c9b1 solid; }
.dia_box_b .tit { width: 100%; background: #d7c9b1; color: #333; font-weight: 500; text-align: center; padding: 5px 0 10px;}
.dia_box_b .con { width: 100%; text-align: left; padding: 10px; font-size: 14px; }


@media screen and (max-width:1200px) {
.dia_box_b { width: 47.05%; margin-bottom: 10px; }
.mba_box_wrap.eec_plus .mba_box_l, .mba_box_wrap.eec_plus .mba_box_r { min-height: 360px; }
}

@media screen and (max-width:960px) {
.dia_box_hidden {display:inline-block;}
.dia_box_c { float: none; line-height: 30px; margin-right: 0%; }
.dia_box_c .square {width: 100%; height: auto; padding: 10px; line-height: 1.2em; float: none; }
.dia_box_c .square_one {width: 100%; height: auto; padding: 10px; line-height: 1.2em; float: none; }
.dia_box_c .square_s {width: 100%; height: auto; padding: 10px; line-height: 1.2em; float: none; }
.dia_box_c .square_m {width: 100%; height: auto; padding: 10px 0; line-height: 1.2em; float: none; }
.dia_box_c .square01 {width: 47.5%; height: 100px; border-radius: 10px; font-weight: 400; color: #fff; text-align: center; padding: 35px 10px; line-height: 1.5em; float: left; }
.dia_arrow { width: 100%; height: auto; float: none; padding-top: 0px;}
.dia_arrow01 { width: 5%; height: 100px; font-size: 20px; color: #999; float: left; line-height: 100px; }
.dia_arrow02 { width: 50%; height: auto; font-size: 20px; color: #999; float: left;  }
.dia_arrow_m { width: 100%; height: auto; float: none; padding-top: 0px;}
.dia_arrow_s { width: 100%; height: auto; float: none; padding-top: 0px;}
.dia_arrow_m i { transform: rotate(90deg);}
.dia_arrow_s i { transform: rotate(90deg);}
.dia_arrow i { transform: rotate(90deg);}
}

@media screen and (max-width:640px) {
.dia_box_b { width: 100%; margin-bottom: 0px; }
.dia_arrow_b { width: 100%; height: auto; font-size: 20px; color: #999; float: left; text-align: center; line-height: 20px; }
.dia_arrow_b i { transform: rotate(90deg);}
.mba_box_wrap.eec_plus .mba_box_l, .mba_box_wrap.eec_plus .mba_box_r { min-height: auto;  }
}

@media screen and (min-width:960px) { .dia_pc_hidden { display: none;} }
@media screen and (max-width:960px) { .dia_m_hidden { display: none;} }

/* board_e_curriculum */
.e_curriculum .cont .tit {
    font-size: 18px;
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
	position: relative;	
}

.e_curriculum .cont .tit:after {
  content:'';
  display:inline-block;
  width:9px;
  height:9px;
  margin:-5px 12px auto auto;
  vertical-align:middle;
  border-right:2px solid #aaa;
  border-top:2px solid #aaa;
  transform:rotate(135deg);
  position:absolute;
  top:15px;
  right:20px;
  transition: 0.5s;
}
.e_curriculum .cont .tit .cate {
    color: #555;
    font-weight: 400;
    margin-right: 15px;
    padding-right: 15px;
	position: relative;
}
.e_curriculum .cont .tit .cate:after {
    content: '';
    display: inline-block;
    margin: 0 0px;
    width: 2px;
    height: 16px;
    background: #d0d0d0;
    position: absolute;
    right: 0px;
    top: 6px;
}
.e_curriculum .cont .tit .code {
    font-weight: 400;
    color: #555;
    margin-right: 10px;
}
.e_curriculum .cont {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.e_curriculum .cont a>div {
    overflow: hidden;
    line-height: 1.6em;
}
.e_curriculum .cont a>div:first-child { margin-bottom:15px; }
.e_curriculum .cont a>div:nth-child(2) {
    height: 48px;
    overflow: hidden;
}
.e_curriculum  .cont a>div .tit {
	float: left;
	width: calc(100% - 220px);
}

.e_curriculum  .cont a>div .info {
	float: left;
	width: 220px;
	text-align: right;
}

.e_curriculum .cont a>div .info .date:after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 2px;
    height: 16px;
    background: #d0d0d0;
    position: absolute;
    right: 0;
    top: 0;
}

.e_curriculum .cont a>div .info .date, .e_curriculum .cont a>div .info .views {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    font-size: 14px;
    color: #676767;
}
.e_curriculum .cont_view { padding: 30px; border-bottom: 1px solid #ccc; }

@media screen and (max-width:1200px) {
	.e_curriculum .cont .tit { font-size: 17px; }
}
@media screen and (max-width:640px) {
	.e_curriculum .cont .tit:after {
	  content:'';
	  display:inline-block;
	  width:9px;
	  height:9px;
	  margin:-5px 12px auto auto;
	  vertical-align:middle;
	  border-right:2px solid #aaa;
	  border-top:2px solid #aaa;
	  transform:rotate(135deg);
	  position:absolute;
	  top:32px;
	  right:0px;
	  transition: 0.5s;
}
	.e_curriculum .cont>div { font-size:14px; }
	.e_curriculum .cont>div .tit {font-size: 15px;height: auto;/*overflow: hidden;*/float: none;width: 100%;margin-bottom: 0;text-overflow: ellipsis;white-space: pre;}
	.e_curriculum .cont {width: 100%;padding: 15px 0;}
	.e_curriculum .info .date, .e_curriculum .info .views { display: block; margin-bottom: 8px; }
	.e_curriculum .info .date:after { display: none; }
	.e_curriculum .cont>div .info {width: 100%;float: none;text-align: left;}
}

/* 교과과정 */
/* 웹 */
.con_box_wrap { overflow: hidden; margin-bottom: 50px; background: #fff; padding: 30px; }
.con_box_wrap .con_box h3 { margin: 0px 0 10px;}
.con_box_l { width:32%; float: left;  }
.con_box_c { width:32%; float: left;  }
.con_box_r { width:32%; float: right; }

.contents .con_box .curri_list {border-top: 2px solid #000;}
.contents .con_box .curri_list li {}
.contents .con_box .curri_list dt {overflow: hidden; height: auto; padding: 20px 25px 20px 0; cursor: pointer; border-bottom: 1px solid #ddd;  line-height: 40px; }
.contents .con_box .curri_list dt .tit {float: left; width: 100%; font-size: 18px; font-weight: 400; position: relative; }
.contents .con_box .curri_list dt .tit:after {
	  content:'';
	  display:inline-block;
	  width:9px;
	  height:9px;
	  margin:-5px 12px auto auto;
	  vertical-align:middle;
	  border-right:2px solid #aaa;
	  border-top:2px solid #aaa;
	  transform:rotate(135deg);
	  position:absolute;
	  top:18px;
	  right:0px;
	  transition: 0.5s;
}
.contents .con_box .curri_list dt.on .tit:after {
    content: '';
    display:inline-block;
    width:9px;
    height:9px;
    margin:-20px 6px auto auto;
    vertical-align:middle;
    border-right:2px solid #aaa;
    border-top:2px solid #aaa;
    transform:rotate(-45deg);
    position:absolute;
    top: 40px;
    right: 8px;
    transition: 0.5s;
}
.contents .con_box .curri_list dt .tit_l {float: left; width: 40px; height: 40px;  background: #8b0029; border-radius: 20px; color: #fff; line-height: 38px; display: inline-block; font-size: 18px; font-weight: 500; text-align: center; margin-right: 20px;}
.contents .con_box .curri_list dt .btn_down {width: 10%; text-align: center;}
.contents .con_box .curri_list dd {display: none; height: auto; padding: 30px 0; line-height: 150%; border-bottom: 1px solid #ddd; line-height: 150%;}
.contents .con_box .curri_list dd .list_cont { width:100%; }
.contents .con_box .curri_list dd .list_cont h4:first-child { font-size: 20px; color: #333; font-weight: 400; line-height: 30px; letter-spacing: -1.0px; margin: 0px 0 10px; }

.contents .table_innormal  { width:100%; border: 1px #ddd solid; table-layout: fixed; min-width: 640px; border-collapse: collapse; /*background: #fff;*/ }
.contents .table_innormal th { padding: 15px; text-align: center; font-size: 16px; color: #000; font-weight: 400; word-break: break-all; border-bottom: 1px #ddd solid; border-right: 1px #ddd solid; background: rgba(215, 201, 177, 0.95); /*background: #f0f0f0;*/}
.contents .table_innormal th.bottom_l { padding: 15px; text-align: center; font-size: 16px; color: #000; font-weight: 400; word-break: break-all; border-right: 1px #ddd solid;  border-bottom: 1px #ddd solid; background: rgba(215, 201, 177, 0.95); /*background: #f0f0f0;*/}
.contents .table_innormal th:first-child { border-left: 0; vertical-align: middle; }
.contents .table_innormal td { padding: 10px; text-align: left; font-size: 16px; color: #555; border-bottom: 1px #ddd solid;  border-right: 1px #ddd solid; vertical-align: middle;}
.contents .table_innormal td.valign_t { padding: 10px; text-align: left; font-size: 16px; color: #555; border-bottom: 1px #ddd solid;  border-right: 1px #ddd solid; vertical-align: top;}
.contents .table_innormal td.align_c { text-align: center; }
.contents .table_innormal td.sub_t { padding: 10px; text-align: center; font-size: 16px; color: #333; font-weight: 400; border-bottom: 1px #ddd solid;  border-right: 1px #ddd solid; vertical-align: middle; background: #f0f0f0; }
.contents .table_innormal .sub_tit { font-weight: 400; color: #333; margin: 10px 0;}
.contents .comment { float:right; font-size: 16px; font-weight: 300; color: #555;   }

.board_view .title_info .l_tit .tit_c {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 0px;
}
}

/* 반응형 */
@media screen and (max-width:1200px) {

}
@media screen and (max-width:825px) {
.con_box_wrap { overflow: hidden; margin-bottom: 20px; background: #fff; padding: 20px;}
.con_box_wrap .con_box h3 { margin: 0px 0 10px;}
.con_box_l { width:100%; float: none; border-right: none; margin-bottom:20px;  }
.con_box_c { width:100%; float: none; margin-left:0; margin-bottom:20px; }
.con_box_r { width:100%; float: none;  padding-left:0; border-left: none; }
.contents .con_box .curri_list {border-top: 2px solid #000;}
.contents .con_box .curri_list li {}
.contents .con_box .curri_list dt {overflow: hidden; height: auto; padding: 10px 15px 10px 0; cursor: pointer; border-bottom: 1px solid #ddd;  line-height: 40px; }
.contents .con_box .curri_list dt .tit {float: left; width: 100%; font-size: 15px; font-weight: 400; position: relative; }
.contents .con_box .curri_list dt .tit:after {
	  content:'';
	  display:inline-block;
	  width:9px;
	  height:9px;
	  margin:-5px 12px auto auto;
	  vertical-align:middle;
	  border-right:2px solid #aaa;
	  border-top:2px solid #aaa;
	  transform:rotate(135deg);
	  position:absolute;
	  top:18px;
	  right:0px;
	  transition: 0.5s;
}
.contents .con_box .curri_list dt .tit_l {float: left; width: 40px; height: 40px;  background: #8b0029; border-radius: 20px; color: #fff; line-height: 38px; display: inline-block; font-size: 18px; font-weight: 500; text-align: center; margin-right: 20px;}

.contents .con_box .curri_list dt .btn_down {width: 10%; text-align: center;}
.contents .con_box .curri_list dd {display: none; height: auto; padding: 10px 0; line-height: 150%; border-bottom: 1px solid #ddd; line-height: 150%;}
.contents .con_box .curri_list dd .list_con { width:100%; }

.contents .table_innormal  { width:100%; border: 1px #ddd solid; table-layout: fixed; min-width: 640px; border-collapse: collapse; /*background: #fff;*/ }
.contents .table_innormal  th { padding: 15px; text-align: center; font-size: 14px; color: #000; font-weight: 400; word-break: break-all; border-right: 1px #ddd solid; background: rgba(215, 201, 177, 0.95);}
.contents .table_innormal  th:first-child { border-left: 0; vertical-align: middle; }
.contents .table_innormal  td { padding: 10px; text-align: left; font-size: 14px; color: #555; border-bottom: 1px #ddd solid;  border-right: 1px #ddd solid; vertical-align: middle;}
.contents .table_innormal  td.valign_t { padding: 10px; text-align: left; font-size: 14px; color: #555; border-bottom: 1px #ddd solid;  border-right: 1px #ddd solid; vertical-align: top;}
.contents .table_innormal  td.align_c { text-align: center; }
.contents .table_innormal  td.sub_t { padding: 10px; text-align: center; font-size: 14px; color: #333; font-weight: 400; border-bottom: 1px #ddd solid;  border-right: 1px #ddd solid; vertical-align: middle; background: #f0f0f0;}
.contents .table_innormal .sub_tit { font-weight: 400; color: #333; margin: 7px 0;}
}

/*USER*/
.user_contents_wrap { width: 100%; overflow: hidden; }
.user_contents_wrap .about { height: 750px;  }
.user_contents_wrap .admissions { height: 1050px;  }
.user_contents_wrap .academics { height: 720px;  }
.user_contents_wrap .faculty { height: 785px;  }
.user_contents_wrap .students { height: 530px;  }
.user_adm_list { width: 100%; overflow: hidden; }
.user_adm_list ul li { width:18%; height: 120px; background: #fff; border: 1px #ddd solid; float: left; margin-left: 2.5%; margin-bottom: 70px; text-align: center; cursor:pointer; 
	font-size: 20px;
	color: #333;
	font-weight: 400;
	letter-spacing: -1.0px;
	line-height: 24px;
	}
.user_adm_list ul li:first-child { margin-left: 0%; }
.user_adm_list ul li.one { padding: 45px 0px; }
.user_adm_list ul li.two { padding: 45px 5px; }
.user_contents_c { width: 100%; border-top: 1px #ccc solid; padding: 40px 0 0; display: inline-block; }
.user_contents_a { width: 100%;}
.user_contents_a .user_con_box { width: 25%; float: left; border-top: 1px #ccc solid; padding: 40px 0; height: 260px; }
.user_contents_a .height_530 { height: 530px; }
.user_contents_a h3 {
	font-size: 24px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 0px 0 20px 0px;
	}
.user_contents_c h3 {
	font-size: 24px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 0px 0 20px 0px;
	}
.user_contents_c h4 {
	font-size: 20px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 20px 0 30px 0px;
	line-height: 1.3em;
	}
.user_contents_l { width: 75%; float: left; }
.user_contents_l .user_con_box { width: 33.3%; float: left; border-top: 1px #ccc solid; padding: 40px 40px 40px 40px; height: 360px; }
.user_contents_l .user_con_box_h { width: 47%; float: left; border: 1px #ddd solid; padding: 40px 40px 40px 40px; background: #fff; margin-right: 3%;}
.user_contents_l .user_con_box_h .more { font-size: 36px; color: #555; font-weight: 100; line-height: 22px; float: right; cursor: pointer; }
.user_contents_l .user_con_box_a { width: 97%; float: left; border: 1px #ddd solid; padding: 40px 40px 40px 40px; background: #fff; margin-top: 40px; margin-right: 3%;}
.user_contents_l .user_con_box_a .more { font-size: 16px; color: #333; font-weight: 400; line-height: 22px; float: right; }
.user_contents_l .user_con_box_a .more a { cursor: pointer; }
.user_contents_l .user_con_box_a .more span { font-size: 16px; color: #ccc; font-weight: 100; line-height: 22px; margin: 0 20px; }
.user_contents_l h3 {
	font-size: 24px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 0px 0 20px 0px;
	}
.user_contents_l h4 {
	font-size: 20px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 30px 0 10px 0px;
	line-height: 1.3em;
	}
.user_contents_l h4 a {
	color: #333;
	}
.user_con_box ul li { font-size: 18px; line-height: 30px;}
.user_con_box ul li a { color: #222; }
.user_con_box ul li .link:after {content: url(/images/common/ic_external_sm.png); font-weight: 600; margin-left: 8px; font-size: 15px; }

.user_contents_r { width: 25%; background: #d7c9b1; float: right; padding: 10px 35px; }
.user_contents_r .user_con_box { width: 100%; border-bottom: 1px #ebe4d8 solid; padding: 30px 0 25px;}
.user_contents_r .user_con_box:last-child { border-bottom: none; }
.user_contents_r .user_con_box h3 {
	font-size: 24px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 0px 0 10px;
	}
.user_contents_r .user_con_box h3 a {color: #333;}
.user_contents_r .user_con_box h4 {
	font-size: 20px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 30px 0 10px 0px;
	line-height: 1.3em;
	}
.user_contents_r .user_con_box h4 a {color: #333;}
.user_body { overflow:hidden;}
.user_body .dean {}
.user_body .dean .img_area {width: 100%;height: 287px;margin-right: 0px;margin-bottom: 10px;text-align: center;background: #eee;border: 1px solid #e1e1e1;}
.user_body .dean .img_area img {/* width: 100%; *//* max-height: 287px; */height: 100%;}
.user_body .dean .text_area { width: 100%; padding: 10px 0 0;}
.user_body .dean .text_area .tit { font-size: 16px; color: #333; font-weight: 500; line-height: 22px; max-height: 44px; overflow: hidden;}
.user_body .dean .text_area .context {line-height: 1.4em; max-height: 45px; overflow: hidden; margin-top: 14px;}
.user_body .dean .text_area .info {margin-top: 0px;}
.user_body .dean .text_area .info .date { padding-right: 20px; display: inline-block; font-size: 14px; color: #676767; position: relative;}
.user_body .dean .text_area .info .date:after { content: ""; display: inline-block; margin: 0 8px; width: 2px; height: 15px; background: #d0d0d0; right: 0px; top: 5px; position: absolute;}
.user_body .dean .text_area .info .views { padding-right: 20px; display: inline-block; font-size: 14px; color: #676767; position: relative;}

.user_body .biznews {}
.user_body .biznews .img_area { width: 251px; height: 351px; margin-right: 20px; margin-bottom: 0px; border: 1px #eee solid; float: left; }
.user_body .biznews .img_area img { width: 100%; height:100%; }
.user_body .biznews .text_area { width: calc(100% - 274px); float: left; padding: 10px 0;}
.user_body .biznews .text_area .tit { font-size: 19px; color: #111; font-weight: 500; line-height: 22px; max-height: 44px; overflow: hidden; margin-bottom: 30px;}
.user_body .biznews .text_area .context {line-height: 1.4em;  max-height: 156px; overflow: hidden; margin-bottom: 14px; }
.user_body .biznews .text_area .info {margin-top: 20px;}

.user_body .notice {}
.user_body .notice .tit { font-size: 16px; color: #333; font-weight: 300; /*line-height: 22px;*/ max-height: 44px; overflow: hidden; margin-top: 10px; width: calc(100% - 80px); float: left; }
.user_body .notice .tit .cate { color: #8b0029; margin-right: 8px; font-weight:500; }
.user_body .notice .info { width: 80px; margin-top: 10px; float: right; text-align: right;}
.user_body .notice .info .date { padding-right: 0px; display: inline-block; font-size: 14px; color: #676767; position: relative; }
/*.user_body .notice .info .date:after { content: ""; display: inline-block; margin: 0 8px; width: 2px; height: 15px; background: #d0d0d0; right: 0px; top: 5px; position: absolute;}*/
.user_body .notice .info .views { padding-right: 20px; display: inline-block; font-size: 14px; color: #676767; position: relative;}

.user_body .menu_link { width: 100%;}
.user_body .menu_link ul {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.user_body .menu_link ul li {
	width: 14%;
    text-align: center;
    float: left;
    margin: 22px auto;
}
.user_body .menu_link ul li:first-child {
    margin-left: 0px;	
}
.user_body .menu_link ul li .ic_wrapper {
    display: block;
    width: 100px;
	height: 100px;
	line-height: 100px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
	border: 1px #ddd solid;
}
.user_body .menu_link ul li .ic_wrapper img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.user_body .menu_link ul li .text {
    display: block;
    text-align: center;
    color: #333;
    font-size: 17px;
    line-height: 18px;
    font-weight: 500;
	margin-top: 20px;
}



@media screen and (max-width:1200px) {
.user_contents_wrap .about { height: auto;  }
.user_contents_wrap .admissions { height: auto;  }
.user_contents_wrap .academics { height: auto;  }
.user_contents_wrap .faculty { height: auto;  }
.user_contents_wrap .students { height: auto;  }
.user_contents_l { width: 100%; overflow: hidden; }
.user_contents_l .user_con_box { padding: 26px 26px; display: inline-block; height: auto; }
.user_contents_l .user_con_box_h { padding: 26px 26px; display: inline-block;}
.user_contents_l .user_con_box_a { padding: 26px 26px; display: inline-block; margin-top: 30px; margin-bottom: 30px;}
.user_contents_r { width: 100%; background: #d7c9b1; padding: 10px 26px; height: auto; margin-top: 0px; display: inline-block;}
.user_adm_list ul li { width:18%; height: 120px; background: #fff; border: 1px #ddd solid; float: left; margin-left: 2.5%; margin-bottom: 70px; text-align: center; cursor:pointer; 
	font-size: 20px;
	color: #333;
	font-weight: 400;
	letter-spacing: -1.0px;
	line-height: 24px;
	}
.user_adm_list ul li.one { padding: 45px 0px; }
.user_adm_list ul li.two { padding: 35px 15px; }
}

@media screen and (max-width:960px) {
.user_adm_list ul li { width:100%; height: 50px; background: #fff; border: 1px #ddd solid; float: none; margin-left: 0%; margin-bottom: 10px; text-align: left; cursor: pointer; 
	font-size: 17px;
	color: #333;
	font-weight: 400;
	letter-spacing: -1.0px;
	line-height: 22px;
	}
.user_adm_list ul li:last-child {  margin-bottom: 30px; }
.user_adm_list ul li.one { padding: 12px 20px; }
.user_adm_list ul li.two { padding: 12px 20px; }
.user_contents_c { width: 100%; border-top: 1px #ccc solid; padding: 26px 0 0; display: inline-block; }
.user_contents_a { width: 100%;}
.user_contents_a .user_con_box { width: 100%; float: left; border-top: 1px #ccc solid; padding: 26px 0px; height: auto; }
.user_contents_a .height_530 { height: auto; }
.user_contents_a .m_hidden { display: none; }
.user_contents_a h3 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 0px 0 15px 0px;
	}
.user_contents_c h3 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 0px 0 15px 0px;
	}	
.user_contents_c h4 {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 10px 0 15px 0px;
	line-height: 1.3em;
	}	
.user_contents_l { width: 100%; overflow: hidden; }
.user_contents_l .user_con_box { width: 100%; padding: 20px 0px; float: none; height: auto; }
.user_contents_l .user_con_box_h { width: 100%; float: none; }
.user_contents_l .user_con_box_h:first-child { margin-bottom: 30px; }
.user_contents_l .user_con_box_a { width: 100%; float: none; }
.user_contents_l .user_con_box_a .more { font-size: 14px; color: #333; font-weight: 400; line-height: 22px; float: right; margin-right: 0px; }
.user_contents_l .user_con_box_a .more span { font-size: 14px; color: #ccc; font-weight: 100; line-height: 22px; margin: 0 10px; }
.user_contents_l h3 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	letter-spacing: -0.5px;
	margin: 0px 0 15px 0px;
	}
.user_contents_r .user_con_box h4 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 15px 0 5px 0px;
	line-height: 1.3em;
	}	
.user_body .dean {}
.user_body .dean .img_area { width: 144px; height: 102px; margin-right: 14px; margin-bottom: 10px; float: left; }
.user_body .dean .text_area { width: calc(100% - 158px); height: 112px; float: left; padding: 10px 0;}
.user_body .dean .text_area .tit { font-size: 15px; color: #111; font-weight: 500; line-height: 22px; height: 20px; overflow: hidden;}
.user_body .dean .text_area .context { font-size: 13px; line-height: 1.4em; height: 20px; overflow: hidden; margin-top: 8px;}
.user_body .dean .text_area .info {margin-top: 10px;}
.user_body .dean .text_area .info .date { padding-right: 20px; display: inline-block; font-size: 13px; color: #676767; position: relative;}
.user_body .dean .text_area .info .date:after { content: ""; display: inline-block; margin: 0 8px; width: 2px; height: 15px; background: #d0d0d0; right: 0px; top: 5px; position: absolute;}
.user_body .dean .text_area .info .views { padding-right: 20px; display: inline-block; font-size: 14px; color: #676767; position: relative;}
	
.user_body .biznews {}
.user_body .biznews .img_area { width: 144px; height: 170px; margin-right: 14px; float: left; }
.user_body .biznews .text_area { width: calc(100% - 158px); height: 200px; float: left; padding: 10px 0;}
.user_body .biznews .text_area .tit { font-size: 15px; color: #111; font-weight: 500; line-height: 22px; max-height: 44px; overflow: hidden; margin-bottom: 30px;}
.user_body .biznews .text_area .context {line-height: 1.4em; max-height: 145px; overflow: hidden; margin-bottom: 14px; max-height:60px;}
.user_body .biznews .text_area .info {margin-top: 20px;}

.user_body .notice {}
.user_body .notice .tit { font-size: 15px; color: #111; font-weight: 300; line-height: 22px; max-height: 22px; overflow: hidden; margin-top: 0px; width: calc(100% - 80px); float: left;overflow: hidden; }
.user_body .notice .info { width: 80px; margin-top: 0px; float: left; }
.user_body .notice .info .date { /*padding-right: 20px;*/ display: inline-block; font-size: 14px; color: #676767; position: relative;}
.user_body .notice .info .views { padding-right: 20px; display: inline-block; font-size: 14px; color: #676767; position: relative;}

.user_con_box ul li { font-size: 15px; line-height: 24px; letter-spacing: -1.0px;}
.user_contents_r { width: 100%; background: #d7c9b1; padding: 10px 26px; height: auto; margin-top: 0px; }
.user_contents_r .user_con_box { width: 100%; border-bottom: 1px #ebe4d8 solid; padding: 16px 0 15px;}
.user_contents_r .user_con_box:last-child { border-bottom: none; }
.user_contents_r .user_con_box h3 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	letter-spacing: -1.0px;
	margin: 0px 0 10px;
	position: relative;
	}
	
.user_body .menu_link ul li {
    width: 33%;
	text-align: center;
    float: left;
    margin: 22px auto;
}

.user_body .menu_link ul li .ic_wrapper {
    display: block;
    width: 100px;
	height: 100px;
	line-height: 100px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
	border: 1px #ddd solid;
}
.user_body .menu_link ul li .ic_wrapper img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.user_body .menu_link ul li .text {
    display: block;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
	margin-top: 20px;
}
}

.user_footer .news {
	background: #f4f4f4;
}

.user_footer .news .tit_center {
    margin-bottom: 70px;
}

.user_footer .news .news_area {
    overflow: hidden;
	margin-top: 70px;
}

.user_footer .news .news_area .news_part {
    width: 445px;
    float: left;
    margin-right: 32px;
}

.user_footer .news .news_area .news_part:last-child {
    margin-right: 0;
}

.user_footer .news .news_area .news_part .news_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 28px;
}

.user_footer .news .news_area .news_part .news_img img {
	width: 100%;
	height: 100%;
}

.user_footer .news .news_area .news_part .news_tit {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
	max-height:20px;
	overflow:hidden;
}

.user_footer .news .news_area .news_part .news_text {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
	max-height:48px;
	overflow:hidden;
}

.user_footer .news .news_area .news_part .news_info {
    font-size: 14px;
    color: #7d7d7d;
	position: relative;
}
.user_footer .news .news_area .news_part .news_info .date {
	padding-right: 10px;
	margin-right: 10px;
}

.user_footer .news .news_area .news_part .news_info .date:after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 1px;
    height: 14px;
    background: #d0d0d0;
    position: absolute;
    left: 70px;
    top: 4px;
}
.user_footer .news .active {
    margin-top: 70px;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    padding: 55px 0 55px 50px;
	background: #fff;
}

.user_footer .news .active .active_part_wrap {
	width: 100%;
	overflow: hidden;
}

.user_footer .news .active .active_part_wrap .part {
    width: calc(33% - 80px);
    margin-right: 80px;
    float: left;
}

.user_footer .news .active .active_part_wrap .part:last-child {
    width: calc(33% - 50px);
    margin-right: 0px;
}
.user_footer .news .active .active_part_wrap .part a {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.user_footer .news .active .active_part_wrap .part a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.user_footer .news .active .active_part_wrap .part h3 {
    font-weight: 600;
    color: #111;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.user_footer .news .active .active_part_wrap .part h3 .more {
    float: right;
    font-weight: 100;
    font-size: 36px;
	color: #777;
	cursor: pointer;
}

.user_footer .news .active .active_part_wrap .part .notice {}

.user_footer .news .active .active_part_wrap .part .notice li {
    line-height: 36px;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    max-width: 382px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	max-height: 32px;
}
.user_footer .news .active .active_part_wrap .part .notice li a {
    font-weight: 300;
    color: #222;
}
.user_footer .news .active .active_part_wrap .part .notice li .cate {
    color: #7c001a;
    margin-right: 8px;
    font-weight: 400;
}

.user_footer .news .active .active_part_wrap .part .academic {}

.user_footer .news .active .active_part_wrap .part .academic .aca_tit {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    font-weight: 500;
}

.user_footer .news .active .active_part_wrap .part .academic .aca_info {
    width: 100%;
    margin-top: 12px;
    max-height: 72px;
    overflow: hidden;
	line-height:1.5em;
	font-size: 16px;
}

.user_footer .news .active .active_part_wrap .part .academic .aca_info tr th {
    width: 70px;
    letter-spacing: 20px;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 0;
}

.user_footer .news .active .active_part_wrap .part .academic .aca_info tr td {
    letter-spacing: -0.4px;
    font-size: 16px;
    line-height: 24px;
}
.user_footer .news .active .active_part_wrap .part .academic .aca_info a {
    max-height: 102px;
    overflow: hidden;
	line-height:1.5em;
	font-size: 16px;
	display:block;
}

.user_footer .news .active .active_part_wrap .part .academic .aca_info a p {
    color: #222;
    height: 26px;
    overflow: hidden;
}
.user_footer .news .active .active_part_wrap .part .scedule {}

.user_footer .news .active .active_part_wrap .part .scedule .line {
    margin-bottom: 40px;
    overflow: hidden;
}
.user_footer .news .active .active_part_wrap .part .scedule .line:last-child {
	margin-bottom:0;
}

.user_footer .news .active .active_part_wrap .part .scedule .line .day {
    width: 42px;
    margin-right: 30px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.user_footer .news .active .active_part_wrap .part .scedule .line .content {
    width: calc(100% - 72px);
    font-size: 16px;
    line-height: 25px;
	font-weight: 400;
    float: left;
    vertical-align: middle;
	font-weight: 300;
}

.user_footer .news .active .active_part_wrap .part .scedule .line .day .month {
    display: block;
    font-size: 15px;
    color: #7c001a;
    font-weight: 500;
    margin-bottom: 6px;
}

.user_footer .news .active .active_part_wrap .part .scedule .line .day .date {
    font-size: 30px;
    color: #7c001a;
    font-weight: 600;
}

@media screen and (max-width:1400px) {
	.user_footer .news .news_area .news_part { width: 32%; margin-right: 2%; }
	.user_footer .news .news_area .news_part .news_tit { height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: pre; }
	.user_footer .news .active { padding: 40px 30px; margin-top: 40px;}
	.user_footer .news .active .active_part_wrap .part { width: 30%; margin-right: 5%; }
	.user_footer .news .active .active_part_wrap .part .notice {}
	.user_footer .news .active .active_part_wrap .part .notice li { line-height: 30px; height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
	.user_footer .news .active .active_part_wrap .part .academic .aca_tit { font-size: 18px; }
	.user_footer .news .active .active_part_wrap .part .scedule .line .content { font-size: 15px; }	
}
@media screen and (max-width:1240px) {
	.user_footer .news { padding: 40px 0 0px; }
	.user_footer .news .news_area .news_part .news_tit { font-size: 18px; }
	.user_footer .news .news_area .news_part .news_text { font-size: 15px; height: 50px; overflow: hidden; text-overflow: ellipsis; }

	.user_footer .news .active { padding: 40px 30px; }
	.user_footer .news .active .active_part_wrap .part h3 { font-size: 22px; padding-bottom: 20px; margin-bottom: 20px; }
.user_contents_l h4 {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	letter-spacing: -1.0px;
	margin: 30px 0 10px 0px;
	}
	.user_footer .news .active .active_part_wrap .part .notice li { font-size: 14px; }
	.user_footer .news .active .active_part_wrap .part .academic .aca_tit { font-size: 16px; line-height: 24px; }
	.user_footer .news .active .active_part_wrap .part .academic .aca_info tr th { font-size: 15px; }
	.user_footer .news .active .active_part_wrap .part .academic .aca_info tr td { font-size: 15px; }
	.user_footer .news .active .active_part_wrap .part { width: 31%; margin-right: 3%; }
	.user_footer .news .active .active_part_wrap .part .scedule .line .day .date { font-size: 26px; }
	.user_footer .news .active .active_part_wrap .part .scedule .line .content { font-size: 14px; }	
}
@media screen and (max-width:980px) {
	.user_footer .news .tit_center { margin-bottom: 40px; }
	.user_footer .news .news_area { margin-top: 0;}
	.user_footer .news .news_area .news_part { width: 100%; margin-right: 0%; margin-bottom: 5%; }
	.user_footer .news .news_area .news_part .news_img { text-align: center; }
	.user_footer .news .news_area .news_part .news_tit { font-size: 16px; margin-bottom: 8px; }
	.user_footer .news .news_area .news_part .news_text { font-size: 14px; height: 25px; overflow: hidden; text-overflow: ellipsis; white-space: pre; }
	.user_footer .news .active { padding: 40px 30px; margin-top: 0px; margin-bottom: 0px;}
	.user_footer .news .active .active_part_wrap .part { width: 100%; margin-bottom: 8%; }
	.user_footer .news .active .active_part_wrap .part:last-child  { width: 100%; margin-bottom: 8%; }
	.user_footer .news .active .active_part_wrap .part .scedule .line:nth-child(2n) { margin-bottom: 0; }	
}
@media screen and (max-width:640px) {
	.user_footer .news .active .active_part_wrap .part .academic .aca_info { max-height:62px; font-size:14px; }
	.user_footer .news .active .active_part_wrap .part .academic .aca_info a { font-size:14px; }
}
@media screen and (max-width:480px) {
	.user_footer .news { padding: 40px 0 0px; }
	.user_footer .news .news_area .news_part .news_img { height: 220px; margin-bottom: 10px; }
	.user_footer .news .news_area .news_part .news_tit { font-size: 15px; margin-bottom: 0; }
	.user_footer .news .news_area .news_part .news_text { font-size: 14px; margin-bottom: 0px;}
	.user_footer .news .news_area .news_part .news_info { font-size: 13px; }
	.user_footer .news .news_area .news_part { margin-bottom: 30px; }
	.user_footer .news .news_area .news_part:last-child { margin-bottom:0; }
	.user_footer .news .active {padding: 40px 30px; }
	.user_footer .news .active .active_part_wrap .part h3 { font-size: 20px; padding-bottom: 16px; }
	.user_footer .news .active .active_part_wrap .part { margin-bottom: 40px; }
	.user_footer .news .active .active_part_wrap .part:last-child { width: 100%; margin-right: 0px;margin-bottom: 0px;}
	.user_footer .news .active .active_part_wrap .part .notice li { font-size: 14px; line-height: 26px; height: 26px;}
	.user_footer .news .active .active_part_wrap .part .academic .aca_tit { font-size: 15px; }
	.user_footer .news .active .active_part_wrap .part .academic .aca_info tr th { font-size: 14px; }
	.user_footer .news .active .active_part_wrap .part .academic .aca_info tr td { font-size: 14px; }
	.user_footer .news .active .active_part_wrap .part .scedule .line .content { font-size: 14px; }
	.user_footer .news .news_area .news_part .news_info .date:after {
		content: '';
		display: inline-block;
		margin: 0 8px;
		width: 1px;
		height: 14px;
		background: #d0d0d0;
		position: absolute;
		left: 65px;
		top: 4px;
}	
	.user_footer .news .active .active_part_wrap .part .scedule .line {
    margin-bottom: 20px;
    overflow: hidden;
}
}

.user_body .news {
	width: 490px;
	margin-right: 40px;
	float: left;
	margin-bottom: 70px;
}

.user_body .news .news_area {
    overflow: hidden;
	margin-top: 70px;
}

.user_body .news .news_area .news_part {
    width: 445px;
    float: left;
    margin-right: 32px;
}

.user_body .news .news_area .news_part:last-child {
    margin-right: 0;
}

.user_body .news .news_area .news_part .news_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 28px;
}

.user_body .news .news_area .news_part .news_img img {
	width: 100%;
}

.user_body .news .news_area .news_part .news_tit {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
}

.user_body .news .news_area .news_part .news_text {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.user_body .news .news_area .news_part .news_info {
    font-size: 14px;
    color: #7d7d7d;
	position: relative;
}
.user_body .news .news_area .news_part .news_info .date {
	padding-right: 10px;
	margin-right: 10px;
}

.user_body .news .news_area .news_part .news_info .date:after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 1px;
    height: 14px;
    background: #d0d0d0;
    position: absolute;
    left: 70px;
    top: 4px;
}
.user_body .news .active {
    border: 1px solid #ddd;
    padding: 50px;
	background: #fff;
	width: 100%;
	min-height: 300px;
}
.user_body .news .active:last-child {
	margin-top: 40px;
}
.user_body .news .active .active_part_wrap {
	width: 100%;
	overflow: hidden;
}

.user_body .news .active .active_part_wrap .part {
    width: 100%;
}

.user_body .news .active .active_part_wrap .part h3 {
    font-weight: 600;
    color: #111;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.user_body .news .active .active_part_wrap .part h3 .more {
    float: right;
    font-weight: 100;
    font-size: 36px;
	color: #777;
	cursor: pointer;
}

.user_body .news .active .active_part_wrap .part .notice {}

.user_body .news .active .active_part_wrap .part .notice li {
    line-height: 36px;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    max-width: 382px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 32px;
}

.user_body .news .active .active_part_wrap .part .notice li .cate {
    color: #7c001a;
    margin-right: 8px;
    font-weight: 400;
}

.user_body .news .active .active_part_wrap .part .notice li a {
    font-weight: 300;
    color: #222;
}

.user_body .news .active .active_part_wrap .part .academic {}

.user_body .news .active .active_part_wrap .part .academic .aca_tit {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    font-weight: 500;
}

.user_body .news .active .active_part_wrap .part .academic .aca_info {
    width: 100%;
    margin-top: 12px;
    max-height: 102px;
    overflow:hidden;
    line-height: 1.5em;
}
.user_body .news .active .active_part_wrap .part .academic .aca_info a p {
	height:30px;
	overflow:hidden;
}
.user_body .news .active .active_part_wrap .part .academic .aca_info tr th {
    width: 70px;
    letter-spacing: 20px;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 0;
}

.user_body .news .active .active_part_wrap .part .academic .aca_info tr td {
    letter-spacing: -0.4px;
    font-size: 16px;
    line-height: 24px;
}

.user_body .news .active .active_part_wrap .part .scedule {}

.user_body .news .active .active_part_wrap .part .scedule .line {
    margin-bottom: 40px;
    overflow: hidden;
}

.user_body .news .active .active_part_wrap .part .scedule .line .day {
    width: 42px;
    margin-right: 30px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.user_body .news .active .active_part_wrap .part .scedule .line .content {
    width: calc(100% - 72px);
    font-size: 16px;
    line-height: 25px;
	font-weight: 400;
    float: left;
    vertical-align: middle;
}

.user_body .news .active .active_part_wrap .part .scedule .line .day .month {
    display: block;
    font-size: 15px;
    color: #7c001a;
    font-weight: 500;
    margin-bottom: 6px;
}

.user_body .news .active .active_part_wrap .part .scedule .line .day .date {
    font-size: 30px;
    color: #7c001a;
    font-weight: 600;
}

.user_body .calendar {
    border: 1px solid #ddd;
    padding: 45px 50px 0px 50px;
	background: #fff;
	width: 870px;
	float: left;
	margin-bottom: 70px;
}

.user_body .calendar h3 {
    font-weight: 600;
    color: #111;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.user_body .calendar h3 .more {
    float: right;
    font-weight: 100;
    font-size: 36px;
	color: #777;
	cursor: pointer;
}
.user_body .calendar {}
.user_body .calendar > div table { width:100%;}
.user_body .calendar > div table th { height: 43px; line-height: 43px; text-align: center; font-size: 16px; color: #fff; background:#8b0029; }
.user_body .calendar > div table td { height: 121px; line-height: 50px; text-align: center; font-size: 16px; color: #555; }
.user_body .calendar > div table td.sun { color: #8b0029; }
.user_body .calendar > div table td.sat { color: #003399; } 
.user_body .calendar > div table td .on { background: #e6e6e6; width: 40px; height: 40px; border-radius: 20px;  line-height: 40px; display: inline-block; } 
.user_body .calendar > div table td p { line-height: 18px; text-align: center; font-size: 14px; color: #333; }

@media screen and (max-width:1400px) {
	.user_body .news {
	width: 35%;
	margin-right: 2%;
	float: left;
	margin-bottom: 70px;
}
	.user_body .news .news_area .news_part { width: 32%; margin-right: 2%; }
	.user_body .news .news_area .news_part .news_tit { height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: pre; }
	.user_body .news .active { padding: 40px 30px; margin-top: 0px;}
	.user_body .news .active .active_part_wrap .part { width: 100%; margin-right: 0; }
	.user_body .news .active .active_part_wrap .part .notice {}
	.user_body .news .active .active_part_wrap .part .notice li { line-height: 30px; height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
	.user_body .news .active .active_part_wrap .part .academic .aca_tit { font-size: 18px; }
	.user_body .news .active .active_part_wrap .part .scedule .line .content { font-size: 15px; }	
	.user_body .calendar {
    border: 1px solid #ddd;
    padding: 40px 30px 0px 30px;
	background: #fff;
	width: 63%;
	float: left;
	margin-bottom: 70px;
}
.user_body .calendar > div table { width:100%;}
.user_body .calendar > div table td { height: 106px; line-height: 50px; text-align: center; font-size: 16px; color: #555; }
}
@media screen and (max-width:1240px) {
	.user_body .news { padding: 0px 0 0px; }
	.user_body .news .news_area .news_part .news_tit { font-size: 18px; }
	.user_body .news .news_area .news_part .news_text { font-size: 15px; height: 50px; overflow: hidden; text-overflow: ellipsis; }

	.user_body .news .active { padding: 40px 30px; }
	.user_body .news .active .active_part_wrap .part h3 { font-size: 22px; padding-bottom: 20px; margin-bottom: 20px; }
	.user_body .news .active .active_part_wrap .part .notice li { font-size: 14px; }
	.user_body .news .active .active_part_wrap .part .academic .aca_tit { font-size: 16px; line-height: 24px; }
	.user_body .news .active .active_part_wrap .part .academic .aca_info tr th { font-size: 15px; }
	.user_body .news .active .active_part_wrap .part .academic .aca_info tr td { font-size: 15px; }
	.user_body .news .active .active_part_wrap .part { width: 100%; margin-right: 0%; }
	.user_body .news .active .active_part_wrap .part .scedule .line .day .date { font-size: 26px; }
	.user_body .news .active .active_part_wrap .part .scedule .line .content { font-size: 14px; }	
	.user_body .news .active .active_part_wrap .part h3 { font-size: 22px; padding-bottom: 20px; margin-bottom: 20px; }

	.user_body .calendar h3 {
		font-weight: 600;
		color: #111;
		font-size: 22px;
		line-height: 22px;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #eee;
	}

	.user_body .calendar h3 .more {
		float: right;
		font-weight: 100;
		font-size: 36px;
		color: #777;
		cursor: pointer;
	}
	.user_body .calendar > div table td { height: 96px; line-height: 50px; text-align: center; font-size: 16px; color: #555; }
}
@media screen and (max-width:980px) {
	.user_body .news {
	width: 100%;
	margin-right: 0;
	float: left;
	margin-bottom: 30px;
}
	.user_body .calendar {
    border: 1px solid #ddd;
    padding: 40px 30px 0px 30px;
	background: #fff;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
	.user_body .news .tit_center { margin-bottom: 40px; }
	.user_body .news .news_area .news_part { width: 100%; margin-right: 0%; margin-bottom: 5%; }
	.user_body .news .news_area .news_part .news_img { text-align: center; }
	.user_body .news .news_area .news_part .news_tit { font-size: 16px; margin-bottom: 8px; }
	.user_body .news .news_area .news_part .news_text { font-size: 14px; height: 25px; overflow: hidden; text-overflow: ellipsis; white-space: pre; }
	.user_body .news .active { padding: 40px 30px; margin-top: 0px; margin-bottom: 0px;}
	.user_body .news .active .active_part_wrap .part { width: 100%; margin-bottom: 8%; }
	.user_body .news .active .active_part_wrap .part:last-child  { width: 100%; margin-bottom: 8%;  }
	.user_body .news .active .active_part_wrap .part .scedule .line:nth-child(2n) { margin-bottom: 0; }	
	.user_body .news .active:last-child {
		margin-top: 30px;
	}	
	.user_body .calendar > div table th { height: 43px; line-height: 43px; text-align: center; font-size: 16px; color: #fff; background:#8b0029; }
	.user_body .calendar > div table td { height: 121px; line-height: 50px; text-align: center; font-size: 16px; color: #555; }
	.user_body .calendar > div table td p { line-height: 16px; text-align: center; font-size: 12px; color: #333; max-width: 50px; }
}
@media screen and (max-width:480px) {
	.user_body .news { padding: 0px 0 0px; }
	.user_body .news .news_area .news_part .news_img { height: 220px; margin-bottom: 10px; }
	.user_body .news .news_area .news_part .news_tit { font-size: 15px; margin-bottom: 0; }
	.user_body .news .news_area .news_part .news_text { font-size: 14px; margin-bottom: 0px;}
	.user_body .news .news_area .news_part .news_info { font-size: 13px; }
	.user_body .news .news_area .news_part { margin-bottom: 30px; }
	.user_body .news .news_area .news_part:last-child { margin-bottom:0; }
	.user_body .news .active {padding: 40px 30px; }
	.user_body .news .active .active_part_wrap .part h3 { font-size: 20px; padding-bottom: 16px; }
	.user_body .news .active .active_part_wrap .part { margin-bottom: 40px; }
	.user_body .news .active .active_part_wrap .part:last-child { width: 100%; margin-right: 0px;margin-bottom: 0px;}
	.user_body .news .active .active_part_wrap .part .notice li { font-size: 14px; line-height: 26px; height: 26px;}
	.user_body .news .active .active_part_wrap .part .academic .aca_tit { font-size: 15px; }
	.user_body .news .active .active_part_wrap .part .academic .aca_info tr th { font-size: 14px; }
	.user_body .news .active .active_part_wrap .part .academic .aca_info tr td { font-size: 14px; }
	.user_body .news .active .active_part_wrap .part .scedule .line .content { font-size: 14px; }
	.user_body .news .news_area .news_part .news_info .date:after {
		content: '';
		display: inline-block;
		margin: 0 8px;
		width: 1px;
		height: 14px;
		background: #d0d0d0;
		position: absolute;
		left: 65px;
		top: 4px;
}	
	.user_body .news .active .active_part_wrap .part .scedule .line {
    margin-bottom: 20px;
    overflow: hidden;
}
}
	.user_container .sub_copy { 
		font-size: 24px; 
		color: #000; 
		text-align: center;
		line-height: 32px;
		width: 800px;
		margin: 0 auto;
		font-weight: 400;
	}
  }
@media screen and (max-width:1200px) {
	.user_container .sub_copy { 
		font-size: 20px; 
		color: #000; 
		text-align: center;
		line-height: 28px;
		width: 600px;
		margin: 0 auto;		
  }
}
@media screen and (max-width:875px) {
	.user_container .sub_copy { 
		font-size: 18px; 
		color: #000; 
		text-align: center;
		line-height: 1.5em;
		width: 100%;
		margin: 0 auto;
		letter-spacing: -1.0px;
	}	
}	

/*비전*/
.contents .vision_box { overflow: hidden; margin-bottom: 70px; }
.contents .vision_box .vision_txt_box { width: 46%; float: left;  padding-top: 40px; margin-right: 4%; }
.contents .vision_box .vision_txt_box .main_copy { font-size: 48px; color: #8b0029; font-weight: 300; line-height: 48px; margin-bottom: 40px; }
.contents .vision_box .vision_txt_box .main_copy span { font-weight: 600; }
.contents .vision_box .vision_txt_box .sub_copy { font-size: 26px; color: #333; font-weight: 300; line-height: 36px; }
.contents .vision_box .vision_txt_box .sub_copy span { font-weight: 600; }
.contents .vision_box .vision_img_box {float: left;}
.contents .vision_box .box { width: 32%; background: #fff; border: 1px #ddd solid; border-top: 5px #8b0029 solid; margin-right: 2%; text-align: center; padding: 40px 40px; float: left; }
.contents .vision_box .box:last-child { margin-right: 0%}
.contents .vision_box .box .tit { font-size: 28px; color: #000; font-weight: 600; line-height: 36px; margin-bottom: 20px; }
.contents .vision_box .box .txt { font-size: 24px; color: #333; font-weight: 400; line-height: 32px;}
.contents .strate_box  { overflow: hidden; background: url(../images/sub/vision_up.png) center top no-repeat; padding-top: 28px; margin-top: -30px; margin-bottom: 70px;}
.contents .strate_box .tit_box { width: 100%; background: #8b0029; font-size: 24px; color: #fff; padding: 10px 0 15px; text-align: center; }
.contents .strate_box .box { width: 23.5%; height: 290px; margin-right: 2%; margin-top: 20px; background: #fff; border: 1px #ddd solid; text-align: center; padding: 50px; float: left; }
.contents .strate_box .box:last-child { margin-right: 0%}
.contents .strate_box .box .tit {font-size: 26px; color: #8b0029; font-weight: 600; line-height: 32px; margin-bottom: 10px;}
.contents .strate_box .box .txt {font-size: 20px; color: #555; font-weight: 300; line-height: 30px; margin-bottom: 46px;}
.contents .vision_box2 { width: 100%; background: #fff; border: 1px #ddd solid; font-size: 20px; color: #333; font-weight: 400; padding: 30px 50px 25px;  line-height: 30px;}

@media screen and (max-width:640px) {
.contents .vision_box { overflow: hidden; margin-bottom: 40px; }
.contents .vision_box .vision_txt_box { width: 100%; float: none;  padding-top: 10px; margin-right: 0; margin-bottom: 20px; }
.contents .vision_box .vision_txt_box .main_copy { font-size: 32px; color: #8b0029; font-weight: 300; line-height: 36px; margin-bottom: 20px; }
.contents .vision_box .vision_txt_box .main_copy span { font-weight: 600; }
.contents .vision_box .vision_txt_box .sub_copy { font-size: 20px; color: #333; font-weight: 300; line-height: 26px; }
.contents .vision_box .vision_txt_box .sub_copy span { font-weight: 500; }
.contents .vision_box .vision_img_box {float: none;}
.contents .vision_box .box { width: 100%; background: #fff; border: 1px #ddd solid; border-top: 5px #8b0029 solid; margin-right: 2%; margin-bottom: 10px; text-align: center; padding: 20px 20px; float: none; }
.contents .vision_box .box:last-child { margin-right: 0%}
.contents .vision_box .box .tit { font-size: 22px; color: #000; font-weight: 600; line-height: 26px; margin-bottom: 10px; }
.contents .vision_box .box .txt { font-size: 16px; color: #333; font-weight: 400; line-height: 26px;}
.contents .strate_box  { overflow: hidden; background: url(../images/sub/vision_up.png) center top no-repeat; padding-top: 28px; margin-top: -30px; margin-bottom: 40px;}
.contents .strate_box .tit_box { width: 100%; background: #8b0029; font-size: 24px; color: #fff; padding: 10px 0 15px; text-align: center; }
.contents .strate_box .box { width: 49%; height: 190px; margin-right: 0%; margin-top: 10px; background: #fff; border: 1px #ddd solid; text-align: center; padding: 20px 0; float: left; }
.contents .strate_box .box .tit {font-size: 22px; color: #8b0029; font-weight: 600; line-height: 26px; margin-bottom: 10px;}
.contents .strate_box .box .txt {font-size: 16px; color: #555; font-weight: 300; line-height: 26px; margin-bottom: 16px;}
.contents .strate_box .mgr {margin-right: 2%; }
.contents .vision_box2 { width: 100%; background: #fff; border: 1px #ddd solid; font-size: 16px; color: #333; font-weight: 400; padding: 20px 20px 25px;  line-height: 22px;}
}

/*학장인사말*/
.greet_box {width: 480px;margin-right: 40px;height: 420px;background: url(../images/sub/greet.png) no-repeat center;position: relative;background-size: cover;float: left;}
.greet_box .sign_box {/* width: 470px; *//* height: 100px; *//* background-color: rgba(255, 255, 255, 0.7); */position: absolute;bottom: 20px;right: 20px;/* padding: 0px 30px 0; */font-size: 18px;font-weight: 400;/* margin-bottom: 50px; */color: #fff;text-shadow: 1px 1px 1px #333;}
.greet_box .sign_box img { margin: 20px 0 0 20px;}
.con_box .greet_copy {font-size: 20px; color: #333; font-weight: 500; line-height: 26px; letter-spacing: -1.0px; margin: 40px 0 20px;}
.greet_container { overflow: hidden; }
.greet_txt { float: left; width: calc(100% - 520px); }
.greet_txt .con_box .greet_copy { margin-top: 0; }
.greet_txt .con_box:first-child { margin-top: 10px; }
@media screen and (max-width:1200px) {
	.greet_box {width: 320px;}
	.greet_txt { float: left;width: calc(100% - 360px); }
	.greet_txt .con_box:first-child { margin-top: 0px; }
}
@media screen and (max-width:840px) {
.greet_box {width: 100%;height: 300px;background-image: url(../images/sub/greet.png);background-repeat:no-repeat;background-position: center;background-size: auto;background-color: rgba(255, 255, 255, 0.7);position: relative;margin-bottom: 30px;}
.greet_box .sign_box {width: 100%;height: 40px;background-color: rgba(255, 255, 255, 0.7);position: absolute;bottom: 0px;left: 0px;right: 0px;padding: 10px 20px;font-size: 16px;font-weight: 400;text-align: center;text-shadow: none;color: #333;}
.greet_box .sign_box img { margin: 10px 0 0 0px; width:100px; }
.con_box .greet_copy {font-size: 18px; color: #333; font-weight: 500; line-height: 22px; letter-spacing: -1.0px; margin: 20px 0 10px;}
.greet_txt { width:100%; }
}

/*경영대학 역사*/
.history_img_wrap { width: 100%; overflow: hidden; margin-bottom: 50px; }
.history_img_wrap li { width: 25%; float: left; }
.history_wrap { overflow: hidden; margin-bottom: 50px; }
.history_wrap .contents_l { width: 48%; float: left; margin-right: 4%; }
.history_wrap .contents_r { width: 48%; float: left;}
.history_wrap p { margin-bottom: 30px; }

section.history_year_wrap {
    padding: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    overflow: hidden;
    margin-bottom:20px
}
section.history_year_wrap:last-child {
    margin-bottom:0;
}
.history_year_wrap .history_tit {
    float: left;
    width: 220px;
    padding: 40px;
}

.history_year_wrap .history_text {
    float: left;
    width: calc(100% - 220px);
    padding: 36px 40px;
    font-size: 16px;
    color: #323232;
    line-height: 26px;
}

.history_year_wrap .history_tit h2 {
    font-size: 28px;
    color: #111;
    font-weight: 600;
}

.history_year_wrap .history_text.history01 p {
    display: flex;
}

.history_year_wrap .history_text.history01 p label {
	width: 120px;
	font-weight: 600;
}

/* 반응형 */
@media screen and (max-width:640px) {
	.history_img_wrap { width: 100%; overflow-x: scroll; overflow-y:hidden; margin-bottom: 30px; }
	.history_img_wrap ul { width:2400px; }
	.history_img_wrap li { width: auto; float: left; }
	.history_img_wrap li img { width: 180px; }	
	.history_wrap { overflow: hidden; margin-bottom: 30px; }
	.history_wrap .contents_l { width: 100%; float: none; }
	.history_wrap .contents_r { width: 100%; float: none;}
	.history_wrap p { margin-bottom: 20px; }	
	.history_wrap p:last-child { margin-bottom: 0px; }	
	section.history_year_wrap {margin-bottom: 15px;padding: 20px;}
	.history_year_wrap .history_tit {width: 100%;float: none;padding: 0;}
	.history_year_wrap .history_tit h2 { font-size:17px; }
	.history_year_wrap .history_text {width: 100%;padding: 0;margin-top: 20px;font-size: 13px;line-height: 21px;}
	.history_year_wrap .history_text.history01 p label {width: 30%;margin-right: 20px;font-weight: 600;}
	.history_year_wrap .history_text.history01 p span { width: calc(100% - 30px); }
	.scroll_img { overflow-x: scroll; }
}

/*undergraduate*/
	.contents .major_box {
		width: 100%;
		height: auto;
		background: #fff;
		margin: 50px 0;
		overflow: hidden;
		/*border: 1px #ddd solid;*/
		padding: 30px;
	}
	.contents .major_box:last-child {margin: 50px 0 0;}
	.contents .major_box .img_box_m {
		width: 300px;
		margin-right: 30px;
		float: left;
	}
	.contents .major_box .txt_box_m {
		width: 808px;
		float: left;
	}
	.contents .major_box .txt_box_m .tit {
		font-size: 30px; 
		color: #8b0029; 
		text-align: left;
		/*line-height: 36px;*/
		font-weight: 600;
		letter-spacing: -1px;
 	}
	.contents .major_box .txt_box_m .tit .small {
		font-size: 20px; 
		color: #999; 
		/*line-height: 36px;*/
		font-weight: 400;
		letter-spacing: normal;
 	}
	.contents .major_box .txt_box_m .txt {
		font-size: 16px; 
		color: #555; 
		text-align: left;
		line-height: 26px;
		margin: 20px 0;
 	}
@media screen and (max-width:1200px) {
	.contents .major_box .txt_box_m {
		width: calc(100% - 330px);
		float: left;
	}	
}
@media screen and (max-width:640px) {
	.contents .major_box {
		width: 100%;
		margin: 30px 0;
		/*border: 1px #ddd solid;*/
		padding: 20px;
	}
	.contents .major_box:last-child {margin: 30px 0 0;}
	.contents .major_box .img_box_m {
		width: 100%;
		margin-right: 0px;
		float: none;
	}
	.contents .major_box .img_box_m img {
		width: 100%;
	}
	.contents .major_box .txt_box_m {
		width: 100%;
		float: none;
	}
	.contents .major_box .txt_box_m .tit {
		font-size: 18px; 
		line-height: 27px;margin-top: 20px;
 	}
	.contents .major_box .txt_box_m .tit .small {
		font-size: 12px; 
 	}
	.contents .major_box .txt_box_m .txt {
		font-size: 14px; 
		line-height: 22px;
		margin: 10px 0;
 	}
}

/*accreditation*/
	.contents .accreditation_wrap { overflow: hidden; }
	.contents .accreditation_box {
		width: 32%;
		height: 550px;
		background: #fff;
		margin-left: 2%;
		overflow: hidden;
		/*border: 1px #ddd solid;*/
		padding: 30px;
		float: left;
		cursor:pointer;
		
	}
	.contents .accreditation_box:first-child {margin-left: 0;}
	.contents .accreditation_box .img_box_m {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.contents .accreditation_box .img_box_m img {
		height: 110px;
	}
	.contents .accreditation_box .txt_box_m {
		width: 100%;
		font-size: 15px; 
		color: #555; 
		text-align: left;
		line-height: 24px;
 	}
	.contents .accreditation_con_box {
		margin: 30px 0 50px;
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
		color: #555;
}


@media screen and (max-width:640px) {
	.contents .accreditation_box {
		width: 100%;
		height: auto;
		float: none;
		padding: 20px;
		margin-left:0;
		margin-bottom: 20px;
	}
	.contents .accreditation_box:last-child {margin: 20px 0 0;}
	.contents .accreditation_box .img_box_m {
		width: 100%;
		margin-bottom: 10px;
	}
	.contents .accreditation_box .img_box_m img {
		height: 90px;
	}
	.contents .accreditation_box .txt_box_m {
		width: 100%;
		font-size: 14px; 
		line-height: 22px;
 	}
	.contents .accreditation_con_box {
		margin: 20px 0 40px;
		font-size: 14px;
		line-height: 22px;
		font-weight: 400;
		color: #555;
}	
}

/*S3asia*/
.Shanghai { color: #005aaa; margin-right: 10px;}
.Seoul { color: #8b0029; margin-right: 10px;}
.Singapore { color: #f58220; margin-right: 10px;}
.s3_wrap { width: 100%; background: #fff; padding: 30px; overflow: hidden; }
.s3_wrap .s3_logo { width: 20%; float: left; padding-right: 20px; margin-top: -40px; }
.s3_wrap .s3_logo p {margin-top: 10px; line-height: 1.2em; font-weight: 400; } 
.s3_wrap .s3_logo .logo { font-size: 18px; margin-top: 50px;}
.s3_wrap .s3_img { width: 38%; float: left; }
.s3_wrap .s3_img img { border-radius: 10px; }
.s3_wrap .s3asia_company { width: 80%; margin-left: 20%; margin-top: 20px; margin-bottom: 10px; float: left;}
.s3_wrap .s3asia_company .bu_no li { float: left; width:20%; height:60px; line-height:60px !important; }
.s3_wrap .s3asia_company .bu_no li:before {
		content: '';
		width: 0px;
		height: 0px;
		position: absolute;
		top: 14px;
		left: 0;
		background: #9e9e9e;
	}
.s3_wrap .s3asia_company li img { display:inline-block; }
.s3_wrap .s3_txt { width: 42%; float: left; padding-left: 30px; }

@media screen and (max-width:640px) {
.s3_wrap { width: 100%; background: #fff; padding: 20px; overflow: hidden; position: relative; }
.s3_wrap .s3_logo { width: 100%; float: none; margin-top: -40px; }
.s3_wrap .s3_logo .logo { font-size: 18px; margin-top: 10px; position: absolute; top:202px; padding: 10px 15px; background: rgba(255, 255, 255, 0.75); width: 100%; }
.s3_wrap .s3_logo .logo img {float: left; height: 50px; }
.s3_wrap .s3_logo .logo p {margin-top: 10px; line-height: 1.2em; font-weight: 400; font-size: 15px; float: left; margin-left: 10px;	width: calc(100% - 100px); } 
.s3_wrap .s3_img { width: 100%; float: none; }
.s3_wrap .s3_img img { border-radius: 10px; min-width: 340px; max-height: 240px; }
.s3_wrap .s3asia_company { width: 100%; margin-left: 0; margin-top: 20px; margin-bottom: 10px; float: none; border-top:1px #ddd dashed; padding-top: 10px;}
.s3_wrap .s3asia_company .bu_no li { width: 20%; float: left; margin-right: 0px; }
.s3_wrap .s3asia_company .bu_no li img { width: 50%; height: 23px; }
.s3_wrap .s3_txt { width: 100%; float: none; padding-left: 0px; }	
.s3_wrap .s3asia_company p { margin-bottom: 10px; }

}

.contents .tab {
    margin-top: 48px;
	overflow: hidden;
}

.contents .tab .tablinks {
    width: 16.2%;
    text-align: center;
    background: #343434;
    height: 64px;
    line-height: 20px;
    color: #fff;
    border-radius: 2px;
	cursor: pointer;
    padding-top: 20px;
	float: left;
	margin-left: 0.56%;
}
.contents .tab .tablinks:first-child {margin-left: 0%;}

.contents .tab .pd_t_10 {
    padding-top: 10px;
}
.contents .tab .pd_t_12 {
    padding-top: 20px;
}
.contents .tab .tablinks.active {
	display: inline-block;
    background: #8b0029;
	color: #fff;
}

@media screen and (max-width:640px) {
.contents .tab {
    margin-top: 48px;
	overflow: hidden;
}

.contents .tab .tablinks {
    width: 32.6%;
    text-align: center;
    background: #343434;
    height: 44px;
    line-height: 18px;
    color: #fff;
    border-radius: 2px;
	cursor: pointer;
    padding-top: 10px;
	float: left;
	margin-left: 1%;
	margin-bottom: 5px;
}
.contents .tab .tablinks:nth-child(3n+1) {margin-left: 0%;}	
.contents .tab .pd_t_10 { padding-top: 6px; }
.contents .tab .pd_t_12 { padding-top: 12px;}
}

/*주요고객사*/
.major_customer {}
.major_customer_list { overflow: hidden; }
.major_customer_list li { width: 18.4%; height:160px; margin-left: 2%; margin-bottom: 30px; text-align: center; float: left; background: #fff; border: 1px #ddd solid;}
.major_customer_list li:nth-child(5n+1) { margin-left: 0%; }
.major_customer_list li img { width: 100%; height: 100%; }
@media screen and (max-width:1200px) {
.major_customer_list li { width: 23.5%; height:140px; margin-left: 2%; margin-bottom: 20px; }
.major_customer_list li:nth-child(5n+1) { margin-left: 2%; }
.major_customer_list li:nth-child(4n+1) { margin-left: 0%; }
}
@media screen and (max-width:640px) {
.major_customer_list li { width: 32%; height:120px; margin-left: 2%; margin-bottom: 15px; }
.major_customer_list li:nth-child(5n+1) { margin-left: 2%; }
.major_customer_list li:nth-child(4n+1) { margin-left: 2%; }
.major_customer_list li:nth-child(3n+1) { margin-left: 0%; }
}
@media screen and (max-width:480px) {
.major_customer_list li { width: 49%; height:100px; margin-left: 2%; margin-bottom: 10px; }
.major_customer_list li:nth-child(5n+1) { margin-left: 2%; }
.major_customer_list li:nth-child(4n+1) { margin-left: 2%; }
.major_customer_list li:nth-child(3n+1) { margin-left: 2%; }
.major_customer_list li:nth-child(2n+1) { margin-left: 0%; }
}

.border_box { width:100%; height: auto; padding: 20px 25px; background: #e6e6e6; }
@media screen and (max-width:640px) {
.border_box { padding: 10px 15px; }
}

.msphd_greeting_wrap { width: 100%; overflow: hidden;}
.msphd_greeting_txt { width: 860px; float: right; margin:10px 0 30px 40px; }
.msphd_greeting_txt .msphd_greeting_copy {font-size: 22px; color: #000; line-height: 32px; font-weight: 400; }
.msphd_greeting_img { width: 300px; float: left; position: relative; background: #e9e0d1; text-align: center;  }
.msphd_chair { position: absolute; top: 250px; left: 0px; line-height: 22px; width: 100%; height: 70px; padding: 15px 30px 0; color: #fff; text-shadow: 1px 1px 1px #333; }
.msphd_history_wrap {}
.msphd_history_wrap .history { width: 100%; margin: 20px 0; overflow: hidden; }
.msphd_history_wrap .history .year { width: 10%; font-size: 22px; color: #333; line-height: 32px; font-weight: 500; margin: 5px 0; float: left; }
.msphd_history_wrap .history dl { width: 90%; float: left; line-height: 24px; }
.msphd_history_wrap .history dt { width: 10%; float: left; margin: 10px 0; font-size: 18px; font-weight: 400; }
.msphd_history_wrap .history dt span { font-size: 16px; font-weight: 300; color: #666; margin-left: 10px; }
.msphd_history_wrap .history dd { width: 90%; float: left; margin: 11px 0; font-size: 16px; position: relative; padding-left: 15px;}
.msphd_history_wrap .history dd:before { 
  content: "";
  width: 5px;
  height: 5px;
  background: #8b0029;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 10px;
}
.dia_wrap { width: 100%; border: 1px #ddd solid; padding: 50px; overflow: hidden; }
.dia_wrap .dia_img { width:45%; float: left; }
.dia_wrap .dia_arrow_g { width:10%; height: 410px; background: url(../images/sub/msphd_dia_arrow01.png) center no-repeat; float: left; line-height: 410px; text-align: center; font-weight: 500; }
.dia_wrap .dia_arrow_b { width:10%; height: 410px; background: url(../images/sub/msphd_dia_arrow02.png) center no-repeat; float: left; }
.dia_wrap .dia_con { width:20%; float: left; padding-top: 95px; }
.dia_wrap .dia_con li { font-size: 16px; }
.dia_wrap .dia_tit { width:15%; height: 410px; font-size: 22px; color: #8b0029; line-height: 32px; font-weight: 500; float: left; text-align: center; padding-top: 160px; }
.msphd_box_wrap { border-radius: 0px; overflow: hidden; margin-top: 50px; }
.msphd_box_wrap .msphd_box_l { width: 49%; background: #fff; float: left; padding: 0px 30px 20px; margin-bottom: 30px; min-height: 230px; }
.msphd_box_wrap .msphd_box_r { width: 49%; background: #fff; float: right; margin-left: 2%; padding: 0px 30px 20px;  margin-bottom: 30px; min-height: 230px;}
.msphd_box_wrap .tit { font-size: 24px; color: #555; font-weight: 500; line-height: 36px; letter-spacing: -1.0px; margin: 0px 0px 20px 0; border-bottom: 1px #ddd dashed; padding-bottom: 16px; position: relative; }
.msphd_box_wrap .tit .c_01 { color: #8b0029; }
.img_organization { width: 100%; margin-top: 30px;}

@media screen and (max-width:1200px) {
.msphd_greeting_txt { width: 64%;  margin:10px 0 30px 3%; }
.msphd_greeting_img { width: 33%; }
}
@media screen and (max-width:1060px) {
.msphd_greeting_txt { width: 100%; float: none; margin-left: 0px; }
.msphd_greeting_txt .msphd_greeting_copy {font-size: 18px; line-height: 24px; }
.msphd_greeting_img { width: 100%; float: none;}
.msphd_history_wrap .history .year { width: 15%;}
.msphd_history_wrap .history dl { width: 85%;}
.msphd_history_wrap .history dt { width: 15%; }
.msphd_history_wrap .history dd { width: 85%; }
}
@media screen and (max-width:960px) {
.dia_wrap { padding: 20px; }
.dia_wrap .dia_img { width:100%; float: none;  text-align: center; }
.dia_wrap .dia_arrow_g { width:100%; height: 75px; background: url(../images/sub/msphd_dia_arrow01_v.png) center -15px no-repeat; line-height: 50px; float: none; margin-top: 20px;  }
.dia_wrap .dia_arrow_b { width:100%; height: 75px; background: url(../images/sub/msphd_dia_arrow02_v.png) center -15px no-repeat; float: none;  margin-top: 20px;}
.dia_wrap .dia_con { width:100%; float: none; padding-top: 0px;}
.dia_wrap .dia_con ul { width:320px; float: none; padding-top: 0px; margin: 0 auto; }
.dia_wrap .dia_con li { font-size: 16px;  padding-top: 0px;}
.dia_wrap .dia_con li { font-size: 16px;  padding-top: 0px;}
.dia_wrap .dia_tit { width:100%; height: auto; font-size: 20px; line-height: 30px; padding-top: 0px; float: none;}
}
@media screen and (max-width:640px) {
.msphd_history_wrap .history .year { width: 100%; font-size: 20px; margin: 0px 0;}
.msphd_history_wrap .history dl { width: 100%;}
.msphd_history_wrap .history dt { width: 20%; font-size: 17px; margin: 5px 0;}
.msphd_history_wrap .history dd { width: 80%; font-size: 15px; margin: 5.5px 0; }
.msphd_box_wrap { margin-top: 0px; }
.msphd_box_wrap .msphd_box_l { width: 100%; background: #fff; float: none; padding: 1px 20px 20px; margin-bottom: 20px; min-height: auto; }
.msphd_box_wrap .msphd_box_r { width: 100%; background: #fff; float: none; margin-left: 0; padding: 1px 20px 10px;  margin-bottom: 20px; min-height: auto;}
.msphd_box_wrap .tit { font-size: 20px; color: #555; font-weight: 500; line-height: 36px; letter-spacing: -1.0px; margin: 10px 0px 10px 0; border-bottom: 1px #ddd dashed; padding-bottom: 10px; position: relative; }
.msphd_box_wrap .con p { font-size: 16px;  }

}
.msphd_program {  width: 100%; min-width: 960px; overflow: hidden; }
.msphd_program .msphd_program_l { width: 50%; float: left; }
.msphd_program .bubble_wrap { width: 100%; overflow: hidden; }
.msphd_program .bubble_wrap .bubble { width: 24%; position: relative; height: 52px; text-align: center;}
.msphd_program .bubble_wrap .bubble_h { width: 12%; position: relative; height: 52px; text-align: center;}
.msphd_program .bubble_wrap .bubble_10 { width: 9.5%; position: relative; height: 52px; text-align: center;}
.msphd_program .bubble_wrap .bubble_con { width: auto; height: 40px; padding: 10px 0px; border: 2px #8b0029 solid; border-radius: 0px; }
.msphd_program .bubble_wrap .bubble_con_v { width: auto; height: 40px; padding: 10px 0px; border: 2px #8b0029 solid; border-radius: 0px; margin-top: 12px; }
.msphd_program .bubble_wrap .bubble_arrow { position: absolute; top:36px; left: 0; }
.msphd_program .bubble_wrap .bubble_arrow_r { position: absolute; top:36px; right: 0; }
.msphd_program .bubble_wrap .bubble_arrow_v { position: absolute; top:-3px; left: 0; }
.msphd_program .bubble_wrap .bubble_arrow_v_r { position: absolute; top:-3px; right: 0; }
.msphd_program .bubble_wrap .bubble_arrow_v_c { position: absolute; top:-3px; left: 42%; }
.msphd_program ul.msphd_list li { width:12.5%; height: 60px; line-height: 60px; padding: 0; background: #d7c9b1; float: left; color: #333; font-weight: 500; text-align: center; position: relative; border-right: 1px #fff solid; margin: 0px;}
.msphd_program ul.msphd_list li:last-child { border-right: none;}
.msphd_program ul.msphd_list li:before {content: '';width: 0px;height: 0px;position: absolute;top: 14px;left: 0;background: #9e9e9e;} 
.msphd_program ul.msphd_list_2 li { width:25%; height: 60px; line-height: 60px; padding: 0; background: #d7c9b1; float: left; color: #333; font-weight: 500; text-align: center; position: relative; border-right: 1px #fff solid; margin: 0px;}
.msphd_program ul.msphd_list_2 li:last-child { border-right: none;}
.msphd_program ul.msphd_list_2 li:before {content: '';width: 0px;height: 0px;position: absolute;top: 14px;left: 0;background: #9e9e9e;} 
.msphd_program ul.msphd_list_10 li { width:10%; height: 60px; line-height: 60px; padding: 0; background: #d7c9b1; float: left; color: #333; font-weight: 500; text-align: center; position: relative; border-right: 1px #fff solid; margin: 0px;}
.msphd_program ul.msphd_list_10 li:last-child { border-right: none;}
.msphd_program ul.msphd_list_10 li:before {content: '';width: 0px;height: 0px;position: absolute;top: 14px;left: 0;background: #9e9e9e;} 
.msphd_program ul.msphd_list_3 li { width:33.33%; height: 60px; line-height: 60px; padding: 0; background: #d7c9b1; float: left; color: #333; font-weight: 500; text-align: center; position: relative; border-right: 1px #fff solid; margin: 0px;}
.msphd_program ul.msphd_list_3 li:last-child { border-right: none;}
.msphd_program ul.msphd_list_3 li:before {content: '';width: 0px;height: 0px;position: absolute;top: 14px;left: 0;background: #9e9e9e;} 
.msphd_program .msphd_con { width: 100%; height: 65px; background: rgba(215, 201, 177, 0.5); padding: 22px 0; margin-top: 0px; text-align: center; line-height:1.3em; }
.msphd_program .msphd_con_1 { width: 25%; height: 65px; background: rgba(215, 201, 177, 0.5); padding: 22px 0; margin-top: -3px; text-align: center; line-height:1.3em; }
.msphd_program .msphd_con_3 { width: 75%; height: 65px; background: rgba(215, 201, 177, 0.5); padding: 22px 0; margin-top: -3px; text-align: center; border-right: 1px #fff solid; line-height:1.3em; }
.msphd_program .msphd_con_9 { width: 90%; height: 65px; background: rgba(215, 201, 177, 0.5); padding: 22px 0; margin-top: -3px; text-align: center; border-right: 1px #fff solid; line-height:1.3em; }
.msphd_program .msphd_con_10 { width: 10%; height: 65px; background: rgba(215, 201, 177, 0.5); padding: 22px 0; margin-top: -3px; text-align: center; line-height:1.3em; }
.msphd_program .msphd_con_4 { width: 40%; height: 105px; background: rgba(215, 201, 177, 0.5); padding: 22px 0; margin-top: -3px; text-align: center; border-right: 1px #fff solid; line-height:1.3em; }
.msphd_program .msphd_con_5 { width: 50%; height: 65px; background: rgba(215, 201, 177, 0.5); padding: 22px 0; text-align: center; border-right: 1px #fff solid; line-height:1.3em; float: left;}
.msphd_program .msphd_con_5:last-child { border-right: none; }
.msphd_program .msphd_con_33 { width: 30%; height: 105px; background: rgba(215, 201, 177, 0.5); padding: 22px 0; margin-top: -3px; text-align: center; border-right: 1px #fff solid; line-height:1.3em; }
.msphd_program .msphd_con_33:last-child { border-right: none;}

.graph_wrap {width: 100%; overflow: hidden; border: 1px #ddd solid; }
.graph_wrap .graph_l { width: 33.3%; font-size: 14px; color: #fff; text-align: center; padding: 50px; float: left;}
.graph_wrap .graph { overflow: hidden; border-bottom: 1px #ddd solid; padding-left: 25%; }
.graph_wrap .graph_box { background: #f4f4f4; width: 30px; height: 120px; line-height: 18px; float: left; margin-right: 10px; position: relative;}
.graph_wrap .graph_01 { background: #c9aa76; position: absolute; width: 100%; bottom: 0; }
.graph_wrap .graph_02 { background: #888888; position: absolute; width: 100%; bottom: 0; }
.graph_wrap .graph_03 { background: #b05869; position: absolute; width: 100%; bottom: 0; }
.graph_wrap .tit { width: 100%; font-size: 16px; color: #333; font-weight: 400; line-height: 18px; padding: 10px 0 0; }
.graph_con { overflow: hidden; background: #f0f0f0; text-align: center;  border: 1px #ddd solid; border-top:none; margin-bottom: 50px; padding-top: 10px; padding-left: 25%;}
.graph_con p { width: 20%; float:left; }
.graph_con .co01 { color: #c9aa76; margin-right: 10px;  }
.graph_con .co02 { color: #888888; margin-right: 10px;  }
.graph_con .co03 { color: #b05869; margin-right: 10px;  }
@media screen and (max-width:875px) {
.graph_wrap .graph_l { padding: 20px; }
.graph_wrap .graph { padding-left: 20%; }
.graph_wrap .tit { width: 100%; font-size: 15px;}	
.graph_con { padding-left: 0%;}
.graph_con p { width: 33.3%; float:left; }
}
@media screen and (max-width:640px) {
.graph_wrap .graph_l { font-size: 13px; padding: 15px 0px; }
.graph_wrap .graph { padding-left: 10%; }
.graph_wrap .graph_box { width: 20px;}
}

.con_wrap { overflow: hidden; min-width: 960px; margin-top:10px;  }
.con_wrap .con_l { width: 48%; float: left; background: #e6e6e6; padding: 40px; margin-right: 4%; }
.con_wrap .con_r { width: 48%; float: left; background: #e6e6e6; padding: 40px; }
.con_wrap .tit { font-size: 18px; font-weight: 400; margin-bottom: 10px; }

.img_campustour { width: 100%; background: #fff; border: 1px #ddd solid; padding: 50px 0; text-align: center; }
.kube_wrap { width: 100%; overflow: hidden; }
.kube_wrap_h { width: 100%; float: left; border: 1px #ddd solid;}
.kube_img { width: 100%; background: #fff; border-right: none; padding: 40px 0 0px; text-align: center; }
/*.kube_img_r { width: 100%; background: #fff; border: 1px #ddd solid; border-bottom: none; border-left: none; padding: 40px 0 0px; text-align: center; }*/
.kube_txt { width: 100%; height: auto; background:  rgba(0, 0, 0, 0.75); color: #fff; padding: 18px 0; text-align: center; line-height: 1.5em;}
/*.kube_txt_r { width: 100%; height: auto; background:  rgba(0, 0, 0, 0.75); color: #fff; padding: 18px 0; text-align: left; line-height: 1.5em;}*/

@media screen and (max-width:640px) {
.kube_img { padding: 20px 0 0px; }
.kube_txt_l { padding: 10px 0; line-height: 1.3em; text-align: center; }
.kube_txt_r { padding: 10px 0; line-height: 1.3em; text-align: center; }
.kube_wrap_h { width: 100%; float: none; }
.kube_img_l { border-right: 1px #ddd solid; padding: 20px 0 0px;  }
.kube_img_r { border-left: 1px #ddd solid; padding: 20px 0 0px;  }
}

/*정진초,탁사정*/
.jungtak_box_wrap { border-radius: 0px; overflow: hidden; margin-top: 50px; }
.jungtak_box_wrap .jungtak_box_l { width: 49%; background: #fff; float: left; padding: 0px 30px 0px; margin-bottom: 30px; min-height: 1000px; }
.jungtak_box_wrap .jungtak_box_r { width: 49%; background: #fff; float: right; margin-left: 2%; padding: 0px 30px 0px;  margin-bottom: 30px; min-height: 1000px;}
.jungtak_box_wrap .tit { width: 100%; color: #555; line-height: 36px; letter-spacing: -1.0px; margin: 0px 0px 20px 0; border-bottom: 1px #ddd dashed; padding-bottom: 16px; display: inline-block; overflow: hidden; }
.jungtak_box_wrap .tit .c_01 { font-size: 24px; color: #8b0029; font-weight: 500; }
.jungtak_box_wrap .con p { font-size: 15px;  }
.jungtak_box_wrap .contact { border-top: 1px #ddd dashed; padding-top: 15px; margin-top: 35px; }
.jungtak_box_wrap .contact span { margin-right: 20px; }
@media screen and (max-width:1060px) {
.jungtak_box_wrap { margin-top: 20px; }
.jungtak_box_wrap .jungtak_box_l { width: 100%; background: #fff; float: none; padding: 1px 20px 20px; margin-bottom: 20px; min-height: auto; }
.jungtak_box_wrap .jungtak_box_r { width: 100%; background: #fff; float: none; margin-left: 0; padding: 1px 20px 10px;  margin-bottom: 20px; min-height: auto;}
.jungtak_box_wrap .tit { font-size: 20px; color: #555; font-weight: 500; line-height: 36px; letter-spacing: -1.0px; margin: 10px 0px 10px 0; border-bottom: 1px #ddd dashed; padding-bottom: 10px; position: relative; }
.jungtak_box_wrap .contact { border-top: 1px #ddd dashed; padding-top: 15px; margin-top: 20px; }
}

/*동아리*/
.club_box_wrap { width: 100%; overflow: hidden; }
.club_box_wrap .club_box { width: 23.5%; background: #fff; border: 1px #ddd solid; padding: 30px; margin-bottom: 30px; margin-right: 2%; min-height: 680px; font-size: 15px; float: left; }
.club_box_wrap .club_box:nth-child(4n) { margin-right: 0%; }
.club_box_wrap .club_header { overflow: hidden; border-bottom: 1px #ddd dashed; padding-bottom: 15px; margin-bottom: 20px; }
.club_box_wrap .img { border: 1px #ddd solid; float: right; }
.club_box_wrap .tit { font-size: 24px; color: #333; font-weight: 500; float: left;}
.club_box_wrap .facebook { font-size: 20px; color: #3b579d; margin-top: 40px; }
.club_box_wrap .homepage { font-size: 20px; color: #3e7b5c; margin-top: 40px; }
.club_box_wrap p { margin-top: 20px; text-align: justify; }
@media screen and (max-width:1200px) {
.club_box_wrap .club_box { width: 49%; padding: 30px; margin-bottom: 30px; margin-right: 2%; min-height: 476px;  }
.club_box_wrap .club_box:nth-child(2n) { margin-right: 0%; }
}
@media screen and (max-width:825px) {
.club_box_wrap .club_box { width: 100%; padding: 20px; margin-bottom: 20px; margin-right: 0; min-height: auto;  }
.club_box_wrap .img img { width: 60px; height: 60px; }
.club_box_wrap .tit { font-size: 20px;}
.club_box_wrap .facebook { font-size: 24px; color: #3b579d; margin-top: 20px; }
.club_box_wrap .homepage { font-size: 24px; color: #3e7b5c; margin-top: 20px; }
}

.directions { display:none; width:720px; max-height:600px; margin:0 auto; background:#fff; font-size:14px; line-height:1.7em; overflow-y:auto; box-sizing: border-box; padding: 20px; overflow-y: scroll;}
.directions .pop_close { width: 30px; height: 30px; color: #fff; line-height: 28px;text-align: center;font-size: 14px; cursor: pointer;float: right;margin: 7px;}
.directions .btn {
    height: 45px;
    line-height: 45px;border-radius: 3px;
}
.info_popup { width:720px; height:680px; background:#fff; font-size:14px; line-height:1.7em; /*overflow-y:scroll;*/ box-sizing: border-box; padding: 20px;position: fixed;top: 80px;left: 50%; margin-left: -360px;z-index: 99;border: 5px #ddd solid; box-shadow:0px 0px 30px rgba(0,0,0,0.5);}
.info_tit { 
	width: 100%;
    height: 56px;
    line-height: 50px;
    background: #f0f0f0;
    border-top: 5px solid #8b0029;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto 0px;
}
.info_popup .pop_close {  background-color: rgba(0,0,0,0.8); height: 30px; color: #fff; line-height: 28px;text-align: center;font-size: 14px; cursor: pointer;}
.directions .check_group {
    line-height: 1.6em;
    display: inline-block !important;
    margin-right: 20px;
}
.directions .apply_common textarea {min-height: 100px;}

@media screen and (max-width:1200px) {
.directions { width: 95%; max-width:720px; max-height:500px; }
.directions .btn {
    height: 40px;
    line-height: 40px;
	}
}
@media screen and (max-width:480px) {
	.directions .radio_group { margin-right: 10px;}	
}