/*폰트 설정*/
/*
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
*{font-family: 'Nanum Gothic', sans-serif;}
*/
body {
	width: 100%;
	height: 100%;
	background: #141414;
	color: #ffffff;
	font-family: 'Nanum Barun Gothic', sans-serif;
	overflow-x: hidden;
	font-size: 1.0em;
}

header {
	width: 100%;
	background: #FFFFFF;
	color: #141414;
	text-align: center;
	font-family: 'Nanum Barun Gothic', sans-serif;
	overflow-x: hidden;
	font-size: 1.0em;
}

main { 
	width: 100%;
	background: #ffffff;
	color: #000;
	text-align: center;
	font-family: 'Nanum Barun Gothic', sans-serif;
	overflow-x: hidden;
	font-size: 1.0em;
}

footer {
	width: 100%;
	/*background: #000;*/
	color: #3d3d3d;
	text-align: center;
	font-family: 'Nanum Barun Gothic', sans-serif;
	overflow-x: hidden;
	font-size: 1.0em;
}


ul{
	padding: 0;
	margin: 0;
}

li{
	list-style:none;
}

a:focus { 
	outline: none !important; 
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* 라인그리기 CSS */
hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	height: 3px;
	background: #000;
}

hr.style_01 {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	height: 1px;
	background: #B7B7B7;
}

hr.style_02 {
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	height: 1px;
	background: #B7B7B7;
}

hr.style_03 {
	margin-top: 0.0em;
	margin-bottom: 1.0em;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-bottom: 1px dotted #ccc;
}

hr.style_04 {
	margin-top: 0.0em;
	margin-bottom: 1.0em;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-bottom: 1px dotted #808080;
	background: #000000;
}

hr.style_05 {
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-bottom: 1px dotted #808080;
	background: #000000;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* 정렬값 순서 : top, right, bottom, left */

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* HEADER */


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* MAIN */


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* FOOTER */

/*///// FOOTER버튼 FIXED화 /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* POP-UP */
/* text-based popup styling */

.invited-faculty-popup {
	position: relative;
	/*background: #FFF;*/
	padding: 30px 50px 20px 50px;
	width: 80%;
	min-width: 1200px; 
	/*height: 100%;*/
	/*max-width: 933px;*/
	margin: 0 auto;
	/*border-radius: 15px;*/
	/*border: 1px solid green;*/
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 15px;
	width: 95%;
	max-width: 933px;
	margin: 0 auto;
	border-radius: 15px;
}

.white-popup .pading_0 {
	padding: 0px 0px 0px 0px;
}

.white-popup .p_header {
	border-bottom: 1px solid #ccc;
	padding-bottom: .0em;
	margin-bottom: .4em;
	font-weight: bold;
	color: #707070;
}

.white-popup .p_text01 {
	color: #707070;
	font-size: 1.0em;
	font-weight: bold;
}

.white-popup .p_text02 {
	color: #808080;
	font-size: 0.8em;
}

.white-popup .p_text03 {
	color: #323232;
	font-size: 1.0em;
	font-weight: bold;
}

.white-popup .p_text04 {
	color: #505050;
	font-size: 0.9em;
	font-weight: bold;
}

.white-popup .p_text05 {
	color: #505050;
	font-size: 1.0em;
	font-weight: bold;
}

.white-popup .p_text06 {
	color: #323232;
	font-size: 1.5em;
	font-weight: bold;
}

.popup-scroll {
	/* Overflow Scroll */
	overflow-y: scroll;
	min-height: 10px;
	padding: 0 1em 0 0;
}

/* custom scrollbars - webkit only */
.popup-scroll::-webkit-scrollbar {
	background-color: #EEE;
	width: 10px;
}

.popup-scroll::-webkit-scrollbar-thumb {
	border: 1px #EEE solid;
	border-radius: 2px;
	background: #777;
	-webkit-box-shadow: 0 0 8px #555 inset;
	box-shadow: 0 0 8px #555 inset;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.popup-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*==========================================================================================*/
@media ( min-width : 1px) and (max-width:768px) {
}	

/*==========================================================================================*/
@media ( min-width : 769px) and (max-width:992px) {
}

/*==========================================================================================*/
@media ( min-width : 993px) and (max-width:1200px) {
}

/*==========================================================================================*/
@media ( min-width : 1201px) {

}


/*==========================================================================================*/