@charset "utf-8";

@font-face {
	font-family: icons;
	src: url('/m.layouts/SKUDEP/font/fico.ttf') format('truetype');
}
html {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight: rgba(0,0,0,0);
}

/*resetcss*/
ul,ol,li,h1,h2,h3,h4,h5,h6,
table, caption, tbody, tfoot, thead, tr, th, td,
fieldset{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
em{
	font-style:normal;
}
input{
	border-radius:0;
}
a{
	text-decoration:none;
}

/* Mobile XE (/m.layouts/default/) */
body{margin:0;padding:0;background:#fff;color:#000;word-wrap:break-word;font-size:14px;letter-spacing:-1px;font-family:'Trebuchet MS', 'malgun gothic' ;}


/*레이아웃*/

/*헤더*/
.hd{
	border-bottom:2px #69e72b solid;
	-moz-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.50);
	box-shadow:0px 3px 3px rgba(0, 0, 0, 0.50);
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(37, 37, 37, 0.9)), color-stop(1%, rgba(42, 42, 42, 0.9)), color-stop(20%, rgba(42, 42, 42, 0.9)), color-stop(85%, rgba(17, 17, 17, 0.9)), to(rgba(0, 0, 0, 0.9)));
	background: -moz-linear-gradient(top, rgba(37, 37, 37, 0.9) 0%, rgba(42, 42, 42, 0.9) 1%,rgba(42, 42, 42, 0.9) 20%, rgba(17, 17, 17, 0.9) 85%, rgba(0, 0, 0, 0.9) 100%);
	position:relative;
	z-index:1000;
	text-shadow: 1px 1px 0px #000;
}

	/*로고 : TODO 이미지를 사이즈에 맞게 수정 및 CSS 정리*/
	.logo{
		height:45px;
		color:#fff;
		font-size:13px;
		position:relative;
	}
	.logo a.sku-logo{
		position:absolute;
		top:5px;
		left:5px;
	}
	.logo a{
		color:#fff;
		text-decoration: none;
	}
	.logo .kr{
		position:absolute;
		top:7px;
		left:132px;
	}
	.logo .kr-sub{
		position:absolute;
		top:21px;
		left:132px;
		color:#aaa;
	}
	.logo .en{
		position:absolute;
		top:25px;
		left:132px;
		color:#aaa;
		font-size:9px;
		letter-spacing:-0.5px;
	}
	.logo img{
		width:120px;
	}

	.menu{
		color:#49C72B;
		font-size:29px;
		position:absolute;
		right:15px;
		top:13px;
		text-indent:-10000px;
	}
	.menu.hover{
		text-shadow:0 0 7px #89f74b, 1px 1px 1px #000;
		color:#69e74B;
	}
	.menu:before{
		font-family:icons;
		content:'g';
		position:absolute;
		top:-6px;
		right:5px;
		text-indent:0;
		font-size:29px;
	}






/*메인페이지*/
.main .hd{
	width:100%;
	height:45px;
	position:absolute;
	top:0;
}
.main{
	/*
	background:url('/share/img/background/pattern.png') #363636;
	*/
	background:#363636;
	color:#fff;
}
.main li{
	list-style:none;
}

.dep-name{
	height:340px;
	border-bottom:1px #555 solid;
	text-indent:-10000px;
}

ul.maincategory{
	margin-left:10px;
	padding:15px 0 15px;
}

ul#mainboxcontainer{
	margin:0 0 0 10px ;
}
ul.maincategory li{
	display:inline-block;
	margin-right:1px;
}
ul.maincategory li a{
	color:#fff;
	background:rgba(0, 0, 0, 0.50);
	font-size:8pt;
	line-height:100%;
	padding:4px 8px 7px 7px;
	display:block;
	border-radius:4px;
}
ul.maincategory li a:hover,
ul.maincategory li a.selected-button{
	background:#49C70B;
	background:rgba(73, 199, 11, 0.92);
	color:#fff;
	text-decoration:none;
}
.new_slogan{
	margin: 10px 0 0 10px;
}
/*메인 썸네일*/
.main_thumb{
	margin-left:10px;
	position:absolute;
	top:267px;
}
.main_thumb a{
	border:1px #ccc solid;
	display:block;
}
.main_thumb a:hover{
	border-color:#69d72b;
}
.main_thumb li{
	display:inline-block;
	margin-right:2px;
	padding:3px;
	background:rgba(255,255,255,0.9);
	-webkit-box-shadow:3px 3px 2px rgba(0,0,0,0.3);
	box-shadow:3px 3px 2px rgba(0,0,0,0.3);
}
.main_thumb li img{
	width:37px;
	height:25px;
}


.fbox{
	padding:4px;
	margin:0px 0px 5px 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(30, 30, 30, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.4)), color-stop(80%, rgba(30, 30, 30, 0.4)), to(rgba(0, 0, 0, 0.4)));
	border:1px rgba(0,0,0,0) solid;
	color:#fff;
	float:left;
	font-size:13px;
	border-radius:5px;
}
.fbox a{
	color:#fff;
}
.fsns{
	font-size:12px;
}

.mainboxsize1{
	width:59px;
}
.mainboxsize2{
	width:135px;
}
.mainboxsize3{
	width:285px;
}

	.time{
		width:47px;
		white-space: nowrap;
	}
	.icon-file{
		display:none;
	}
	.time .date,
	.noticebox .date{
		color:#999;
	}
	.noticebox{
		padding-bottom:3px;
	}
	.noticebox .widgetContainer{
		padding:0 3px 0;
	}
	.noticebox .thumb img{
		border:1px #000 solid;
	}
	.noticebox .en{
		margin-right:5px;
		letter-spacing: -1px;
		text-shadow:1px 1px 0 #000;
	}
	.noticebox .title{
		padding:0px 0 7px 3px;
	}
	.noticebox .title a{
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.noticebox .title img{
		position:relative;
		top:3px;
		left:2px;
	}
	.noticebox .time{
		padding:0px 5px 3px 2px;
	}
	.noticebox .hour{
		display:none;
	}
	.noticebox	.floatLeft{
		float:left;
	}
	.noticebox li{
		padding:0 0 7px 0;
	}
	.noticebox .replyNum a{
		color:#49b70b;
		position:relative;
		top:1px;
	}
	.noticebox .replyNum a:before{
		content:'..';
		letter-spacing:0px;
	}

	.boxtitle{
		font-size:14px;
		letter-spacing:-2px;
		padding:0px 0 8px;
		margin:0 4px 10px;
		border-bottom:1px #555 solid;
		position:relative;
		color:#fff;
	}
	.boxtitle span{
		color:#49b70b;
	}
	.boxtitle .more{
		color:#49b70b;
		position:absolute;
		right:2px;
		top:5px;
		font-size:11px;
	}

	.bannerbox{
		font-size:11px;
	}
	.bannerbox a{
		position:relative;
		display:block;
		overflow:hidden;
		border:1px solid rgba(255,255,255,0.0);
		text-decoration:none;
	}
	.bannerbox a:after{
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		border:1px solid rgba(255,255,255,0.2);
		outline:1px solid rgba(0,0,0,0.2);
		content:'';
	}
	.bannerbox a:hover{
		border-color:#69E72B;
	}
	.bannerbox .title{
		position:absolute;
		background:rgba(255,255,255,0.95);
		color:#000;
		bottom:0px;
		right:0px;
		padding:4px 7px 5px 5px;
		border:1px #ddd solid;
		border-right:0;
		border-bottom:0;
		font-size:11px;
	}
	.bannerbox .title span{
		color:#49b70b;
	}
	.bannerbox .desc{
		position:absolute;
		background:#000;
		background:rgba(0,0,0,0.8);
		color:#fff;
		bottom:23px;
		right:-300px;
		padding:3px 9px 7px 5px;
		font-size:11px;
	}
	/* 비디오추가 */
	.bannerbox img{
		width:100%;
	}
	.bannerbox .vid:before {
		content: '';
		position: absolute;
		z-index: 100;
		background: url("/../../share/img/button/skudep-video.png") no-repeat top left;
		background-size: contain;
		width: 100%;
		height: 100%;
		display: block;
		top: 0;
		left: 0;
	}

/*서브페이지 현재 위치표시*/
.nav-inner{
	background:#efefef url(/m.layouts/SKUDEP/img/pattern.png);
	color:#49C72B;
	font-size:11px;
	padding:6px 10px 4px;
	text-align:right;
	border-bottom:1px #dadada solid;
}
.nav-inner a{
	color:#333;
	text-shadow:0 1px 0 #fff;
	text-decoration:none;
}
	.menu-title{
		color:#000 !important;
		font-size:30px;
		font-weight:bold;
		letter-spacing:-4px;
		text-shadow:-1px -1px 0 #fff, 1px 1px 1px #fff   !important;
	}

/*맨위로*/
.gototop{
	float:right;
	position:relative;
	top:-10px;
	padding:0;
	list-style:none !important;
}


/*트위터 플러그인 용*/
#jtwitter{
	height:115px !important;
}
.jta-tweet-list{
	padding:0px 0 0 5px;
}
.jta-tweet-attributes{
	display: inline !important;
	padding-left:10px;
}
.jta-tweet-body-list-profile-image-present{

}
.jta-tweet-profile-image{
	float:left;
	margin:4px 12px 0 0;
}
.jta-tweet-profile-image img{
	width:55px !important;
	height:55px !important;

}
.jta-tweet-text{
	line-height: 140% !important;
}


/*네비게이션*/
#navigation{
	width:100%;
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.30);
	position:absolute;
	z-index:100;
	top:47px;
	display:none;
}
#vertical-menu{
	text-shadow: 1px 1px 0px #000;
}
#vertical-menu li a{
	padding:10px 0 10px 12px !important;
	text-decoration: none;
	font-size:15px !important;
}
#vertical-menu li ul li a{
	padding:8px 0 8px 20px !important;
	font-size:13px !important;
	position:relative;
}
#vertical-menu li ul li a:after{
	content:'';
	background:url('/share/img/icon/link_l.gif') no-repeat;
	position:absolute;
	top:12px;
	right:10px;
	width:6px;
	height:10px;
}
#search-box{
	padding:10px 0px;
	text-align:center;
	background:rgba(51, 51, 51, 0.92);
}
#search-box input{
	border:3px #49c70b solid;
	width:89%;
	margin:0 auto;
	color:#fff;
	height:22px;
	background:#222;
	background:rgba(34, 34, 34, 0.82);
}

/*검색결과*/
#s{
	width:220px !important;
}
ul.icons{
	margin:10px 0 20px 0 !important;
	padding:0 !important;
}
ul.icons li{
	padding:0px 15px 0px !important;
}
.webResult h5{
	margin:0 !important;
}
.webResult p{
	margin:0;
}
#submitButton{
	border-radius:0 !important;
	background:#51C916 !important;
	text-shadow:1px 1px 0 #118906;
}

.ctb{
	padding-bottom:15px;
}

.opage{
	padding:0 10px;
	line-height:160%;
}
.opage p{
}
.opage em{
	font-style: normal;
}
.opage img{
	margin:10px auto;
	display:block;
	resize: both;
}
.opage h2{
	font-size:30px;
	letter-spacing:-2px;
	position:relative;
}
.opage h3{
	font-size:23px;
	border-bottom:2px #49C72B solid;
	padding-bottom:5px;
	position:relative;
	letter-spacing: -3px;
	margin-bottom:15px;
	text-shadow:2px 2px rgba(20,20,20,0.15);
	box-shadow:0 1px 0 #fff;
}
.opage > h3{
	margin-top:15px;
}
.opage .panel{
	margin-bottom:40px;
}
.opage .panel h3, .opage .panel p.h3 {
	margin-top:0;
	clear:both;
}

.opage h3 .entitle,
.opage h3.entitle, .opage p.h3.entitle {
	letter-spacing:-3px;
}
.opage h4, .opage p.h4 {
	border-bottom:1px silver solid;
	padding-bottom:5px;
	position:relative;
	font-size:18px;
	letter-spacing: -3px;
	margin:20px 0 10px;
	text-shadow:1px 1px rgba(20,20,20,0.15);
	box-shadow:0 1px 0 #fff;
}
.opage h4 .entitle, .opage p.h4 .entitle,
.opage h4.entitle, .opage p.h4.entitle
{
	letter-spacing:-2px;
}
.opage h5, .opage p.h5 {
	font-size:15px;
	letter-spacing:-2px;
	border-bottom:1px silver dotted;
	margin:20px 0 0px;
	padding-bottom:4px;
	text-shadow:0 1px 0 #fff;
	box-shadow:0 1px 0 #fff;
	position: relative;
}
.opage h6, .opage p.h6 {
	font-size:14px;
	letter-spacing:-1px;
	padding-bottom:3px;
	text-shadow:0 1px 0 #fff;
}

.opage h3 span, .opage p.h3 span,
.opage h4 span, .opage p.h4 span,
.opage h5 span, .opage p.h5 span {
	font-size:12px;
	letter-spacing:-1px;
	color:#777;
	text-shadow:none;
	margin-left:2px;
}
.opage h3 strong, .opage p.h3 strong,
.opage h4 strong, .opage p.h4 strong,
.opage h5 strong, .opage p.h5 strong {
	margin:0;
	padding:0;
	white-space:pre-wrap;
}

.opage a{
    color:#49a70b;
    text-decoration:underline;
}
.opage a:hover,
.opage a:active,
.opage a:focus{
    color:#79d73b;
}
.opage ul,
.opage ol{
	margin:10px 0 10px 0;
	padding-left:20px;
}
.opage ul > li{
	list-style:disc url(/share/img/icon/list_disc.png);
	margin:5px 0 5px 15px;
	position:relative;
}
.opage ol > li{
	list-style:decimal;
	margin:5px 0 5px 15px;
}
.opage ul ol li{
	list-style:decimal;
}
.opage ol ul li{
	list-style:disc;
}
.opage ul ul li{
	list-style:circle url(/share/img/icon/list_circle.png);
}

/*공사중*/
.construction,
.curriculum-pop img{
	max-width:580px !important;
	width:100% !important;
	height:auto !important;
}


/*캡션 이미지 박스 스타일링*/
.caption-box{
	display: block;
	text-align: center;
	padding-top:5px;
	margin-bottom:20px;
	color:#000 !important;
	text-decoration: none !important;
}
.caption-box img{
	border:1px silver solid;
	max-width:580px !important;
	width:100% !important;
	height:auto !important;
}
.caption-box.grid img{
	background: url(/share/img/background/grid.png);
}
.caption-box div{
	margin-top:10px;
	font-size:8pt;
}
.caption-box span{
	font-weight: bold;
	color: #49B70B;
}
.caption-box:hover img{
	border-color:#49B70B;
	background: url(/share/img/background/grid_green.png);
	-moz-box-shadow:5px 5px 3px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow:5px 5px 3px rgba(0, 0, 0, 0.30);
	box-shadow:5px 5px 3px rgba(0, 0, 0, 0.30);
}

.page-caption{
	text-align:center;
	font-size:8pt;
	display:block;
	margin-top:10px;
}
.page-caption span{
	color:#49a70b;
	font-weight:bold;
}

/*더보기*/
.viewmore{
	border:1px #ccc solid;
	background:#fcfcfc;
	background: -webkit-gradient(linear, center top, center bottom, from(#fafafa), color-stop(50%, #fefefe), to(#fafafa));
}
.viewmore legend{
	margin:0 0 0 10px;
	border:1px #ccc solid;
	padding:1px 6px;
}
.viewmore ul{
	margin-top:0;
}


/*테이블 기본 스타일링*/
.skueng-table{
	width:100%;
	font-size:0.9em;
	font-family:'malgun gothic', dotum;
	margin-top:10px;
	margin-bottom:35px;
}
.skueng-table td{
	padding:10px;
	line-height:150%;
	border-bottom:1px #ccc solid;
	text-align:left;
	vertical-align:middle;
}
.skueng-table thead th,
.fc-border-separate .fc-first th.fc-widget-header{
	padding:5px 0px;
	text-align:center;
	border-bottom:3px #69E72B solid;
	background:#000;
	color:#fff;
	text-shadow: 0px -1px 0px #555;
	font-family:'malgun gothic', dotum;
	background:rgba(0,0,0,0.95);
	background: -webkit-gradient(linear, center top, center bottom, from(#252525), color-stop(1%, #444444), color-stop(20%, #555555), color-stop(85%, #111), to(#000));
	background: -moz-linear-gradient(top, #252525 0%, #444 1%, #555 20%, #111 85%, #000 100%);
	border-right:1px #fff solid;
	vertical-align:middle;
}

.skueng-table thead th.double{
	background: -webkit-gradient(linear, center top, center bottom, from(#252525), color-stop(1%, #444444), color-stop(20%, #555555), color-stop(85%, #111), to(#000));
	background: -moz-linear-gradient(top, #252525 0%, #444 1%, #555 20%, #111 85%, #000 100%);
}
.skueng-table thead th.tripple{
	background: -webkit-gradient(linear, center top, center bottom, from(#252525), color-stop(1%, #444444), color-stop(20%, #555555), color-stop(85%, #111), to(#000));
	background: -moz-linear-gradient(top, #252525 0%, #444 1%, #555 20%, #111 85%, #000 100%);
}
.skueng-table thead th.sub{
	background: -webkit-gradient(linear, center top, center bottom, from(#252525), color-stop(5%, #777), color-stop(20%, #999), color-stop(85%, #555), to(#444));
	background: -moz-linear-gradient(top, #252525 0%, #777 5%, #999 20%, #333 85%, #000 100%);
}
.skueng-table thead th.sub-double{
	background: -webkit-gradient(linear, center top, center bottom, from(#252525), color-stop(5%, #777), color-stop(20%, #999), color-stop(85%, #555), to(#444));
	background: -moz-linear-gradient(top, #252525 0%, #777 5%, #999 20%, #333 85%, #000 100%);
}

.skueng-table tbody th{
	background:rgba(210, 210, 210, 0.5);
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px #bbb solid;
	border-right:1px rgba(255,255,255,0) solid;
	text-shadow: 0px 1px 0px #fff;
	font-weight:normal;
}
.skueng-table tbody.left th{
	text-align:left;
}
.skueng-table .total td{
	border-bottom:1px #69E72B solid;
}

.skueng-table tbody td.hover{
	background-color:#fff;
}
.skueng-table tbody td.hover{
	background-color:#fff;
}
.skueng-table tbody th.hover{
	background-color: rgba(210, 210, 210, 0.3);
	border-right:1px #69E72B solid;
}

.skueng-table .odd td{
	/*
	background:#efefef;
	*/
}
.skueng-table ul,
.skueng-table ol{
	margin:0;
	padding:0;
}
.skueng-table ul ul,
.skueng-table ol ol{
	padding:5px 5px;
}
.skueng-table ul ul li{
	list-style:circle;
}
.skueng-table ul li{
	list-style:disc;
	margin-left:20px;
}
.skueng-table ol li{
	list-style:decimal;
	margin-left:20px;
}
.skueng-table .eng{
	display:block;
	color:#49a70B;
	letter-spacing:0;
}
.skueng-table strong.eng{
	display:inline;
}
.skueng-table tfoot td{
	padding:3px 10px 6px;
	border-top:1px #69E72B solid;
	border-right:1px #fff solid;
	background:rgba(150,150,150,0.95);
	background:url('/share/img/background/common_table_header_sub.jpg') 0 0px;
	background: -webkit-gradient(linear, center top, center bottom, from(#555), color-stop(5%, #777), color-stop(20%, #999), color-stop(85%, #333333), to(#000));
	background: -moz-linear-gradient(top, #555 0%, #777 5%, #999 20%, #333 85%, #000 100%);
	color:#fff;
}

.skueng-table .coltitle{
	background:#e6e6e6;
	text-align:center;
}

th.cno{
	width:60px;
}
th.ctime{
}
th.cdetail{
	width:60%;
}

/*졸업요건*/
th.gcategory{
	width:70px;
}
th.gyear{
	width:200px;
}
th.getc{
	width:50px;
}

/*교과목운영*/
th.cname{
	width:120px;
}
th.ccourses{
	width:200px;
}
th.ctime{
	width:100px;
}

.curriculum_table .svg_curriculum th{
	width:92px;
}

/*데이터 테이블*/
.dataTables_filter input{
	border:2px #49B70B solid;
	font-size:12px;
	letter-spacing:-1px;
	width:200px;
}

/*캡션 이미지 박스 스타일링*/
.caption-box-left, .caption-box-right{
	position:relative;
	z-index:2;
	zoom:1;
	text-decoration:none !important;
	display:inline-block;
	margin:0 auto;
	margin-bottom:3px;
}
.caption-box-left span, .caption-box-right span{
	position:absolute;
	bottom:20px;
	padding:2px 7px 3px;
	background:#000;
	background-color:rgba(0,0,0,0.80);
	color:#fff;
	font-size:11px;
	letter-spacing:-1px;
	box-shadow:3px 3px 2px rgba(0,0,0,0.3);
}
.caption-box-left span strong, .caption-box-right span strong{
	color:#69E72B;
	font-weight:normal !important;
}
.caption-box-left img, .caption-box-right img{
	border:1px #555 solid;
	position:relative;
}
.caption-box-left:hover img, .caption-box-right:hover img{
	border:1px #49B70B solid;
	-moz-box-shadow:5px 5px 3px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow:5px 5px 3px rgba(0, 0, 0, 0.40);
	box-shadow:5px 5px 3px rgba(0, 0, 0, 0.40);
}


/*piclist 썸네일 관련*/
.opage .piclist a{
	display:block;
	border:1px #000 solid;
}
.opage .piclist a:hover{
	border:1px #69d72b solid;
	-moz-box-shadow:4px 4px 3px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow:4px 4px 3px rgba(0, 0, 0, 0.30);
	box-shadow:4px 4px 3px rgba(0, 0, 0, 0.30);
}
.opage .piclist{
	margin:0 0 15px 0;
	padding:0;
	overflow-y:hidden;
}
.opage .piclist li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin:0 10px 10px 0;
}
.opage .piclist img{
	width:138px;
	margin:0;
}
.opage .piclist a.big img{
	width:288px;
}
.opage .piclist a.small img{
	width:63px;
}

/*버튼 스타일*/
.skueng-button{
	font-weight:normal;
	position:absolute;
	right:10px;
	font-size:15px;
}

/*professor*/
.opage ul.professor-list{
	padding-left:0;
}
.opage a.professor-gallery img{
	border:1px #333 solid;
}
.opage ul.professor-list a:hover img{
	border:1px #49B70B solid;
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.40);
}
.opage li.professor-item{
	list-style-image: none;
	list-style:none;
	position:relative;
	margin-bottom:20px;
	margin-left:0;
}
.opage li.professor-item h4{
}
.opage ul.professor-list li span{
}
.opage ul.professor-detail ul{
	margin:10px 0 20px 20px;
}
.opage ul.professor-detail li{
	list-style:circle;
}
.opage ul.professor-list h4, .opage ul.professor-list p.h4 {
	border-bottom:1px #49B70B solid;
	letter-spacing:-3px;
	margin-top:-1px;
	margin-bottom:15px;
}
.opage ul.professor-list h5, .opage ul.professor-list p.h5 {
	font-size:13px;
	letter-spacing:-1px;
	border-bottom:1px silver dotted;
	margin-top:0px;
	margin-bottom:0px;
}
.opage ul.professor-list p.h4, .opage ul.professor-list p.h5 {
	font-weight: bold;
}

/*자동 목록 추출용*/
.autoanchors{
	padding:5px 10px 2px ;
	background:#fcfcfc;
	background: -webkit-gradient(linear, center top, center bottom, from(#fafafa), color-stop(50%, #fefefe), to(#fafafa));
	border:1px #fff solid;
	margin:15px 0 20px;
	outline:1px #dadada solid;
}
.autoanchors span{
	display:none;
}
.autoanchors ul{
	margin:0;
	padding:3px 0 2px 10px;
}
.autoanchors ul li{
	margin:2px 0px 2px 10px;
	list-style-image: url("/share/img/icon/link_l.gif");
}
.autoanchors h6{
	border-bottom:1px silver solid;
	box-shadow:0px 1px 0 #fff;
	-webkit-box-shadow:0px 1px 0 #fff;
	-moz-text-shadow:-1px 0 0 #fff;
	-webkit-text-shadow:-1px 0 0 #fff;
}

/*히스토리 페이지 스타일링*/
.history dl dt{
	font-size:30px;
	letter-spacing: -4px;
	font-style:italic;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:6px;
	color:#49B70B;
	text-shadow: -1px 0px 1px #fff;
}
.history dl dd{
	padding:10px;
	margin:0;
}


/*footer*/
.ft{
	clear:both;
	border-top:2px #69e72b solid;
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(37, 37, 37, 0.9)), color-stop(1%, rgba(42, 42, 42, 0.9)), color-stop(20%, rgba(42, 42, 42, 0.9)), color-stop(85%, rgba(17, 17, 17, 0.9)), to(rgba(0, 0, 0, 0.9)));
	background: -moz-linear-gradient(top, rgba(37, 37, 37, 0.9) 0%, rgba(42, 42, 42, 0.9) 1%,rgba(42, 42, 42, 0.9) 20%, rgba(17, 17, 17, 0.9) 85%, rgba(0, 0, 0, 0.9) 100%);
	padding:10px 10px 12px;
	color:#fff;
	font-size:11px;
	text-align:center;
}

.ft ul{
	margin-bottom:5px;
}
.ft li{
	display:inline-block;
	font-size:14px;
}
.ft a{
	color:#fff;
	text-decoration:none;
}
.ft a:hover{
	color:#69d72b;
}
.ft-contact{
	margin-bottom:2px;
}
.lang{
	display:none !important;
}

.bar{
	margin:0 6px 0 8px;
	color:#69d72b;
}


/*테스트용*/
#depselect{
	font-size:12px;
}
#depselect p{
	display:none;
}
#depselect th:nth-child(2),
#depselect td:nth-child(2){
	display:none;
}
#depselectmobile{
	margin-top:10px;
	margin-bottom:5px;
	font-family:icons;
	color:#49C72B;
	font-size:32px;
	display:block;
}
#depselectmobile.hover{
	text-shadow:0 0 7px #89f74b, 1px 1px 1px #000;
	color:#69e74B;
}
#search-box > a{
	color:#fff;
	float:left;
	display:block;
	width:50%;
	background:rgba(51, 51, 51, 0.92);
	padding:8px 0;
	border-top:1px #777 solid;
	border-bottom:1px #111 solid;
	text-shadow:1px 1px 0 #000;
}
#search-box > a:hover{
	background:#49C72B;
}

/*강의시간표 처리*/
.issuebox,
.page-caption{
	display:none;
}

/*이수체계도 처리*/
.svg_curriculum img{
	max-width:620px !important;
	width:100% !important;
	height:auto !important;
	margin-bottom:30px;
}

/*폼*/
.ff{color:#000;}

.dep-int-renew li {
	visibility: hidden;
}
