/*폰트 설정*/
/*
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
*{font-family: 'Nanum Gothic', sans-serif;}
*/
body{ font-family: 'SCDream', sans-serif; overflow-x:hidden; font-size:1.4em;}
footer{background-color:#333333; color:#999999; font-family:"돋움", "굴림"; font-size:14px; height:260px; }

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* POP-UP */
/* text-based popup styling */

.white-popup {
	position: relative;
	background: #FFF;
	padding: 15px;
	width: 98%;
	max-width: 1024px;
	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: 0.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;
}

hr.p_dotted_line {
	margin-top: 0.0em;
	margin-bottom: 1.0em;
	margin-left: auto;
	margin-right: auto;
	border: none;
	/*border: 1px dashed blue;*/
	border-bottom: 1px dotted #ccc;
}

.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;
}