/*폰트 설정*/
* { font-family: 'NanumGothic', sans-serif; }

/* 스크롤바 감추기 */
::-webkit-scrollbar { display: none; }
html { -ms-overflow-style: none; scrollbar-width: none; }

body {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #141414;
	font-family: 'NanumGothic', sans-serif;
	overflow-x: hidden;
	font-size: 1.0em;
	margin: 0;
	/*-ms-overflow-style: -ms-autohiding-scrollbar;*/
	-ms-overflow-style: none; /* IE & Edge */
	scrollbar-width: none; /* FireFox */
}

header {
	width: 100%;
	background: #FFFFFF;
	color: #141414;
	font-family: 'NanumGothic', sans-serif;
	overflow-x: hidden;
	font-size: 1.0em;
}

main { 
	width: 100%;
	background: #FFFFFF;
	color: #141414;
	text-align: center;
	font-family: 'NanumGothic', sans-serif;
	overflow-x: hidden;
	font-size: 1.0em;
	overflow: visible;
}

footer {
	width: 100%;
	background: #FFFFFF;
	color: #141414;
	text-align: center;
	font-family: 'NanumGothic', sans-serif;
	font-size: 1.0em;	overflow-x: hidden;
}

ul{
	padding: 0;
	margin: 0;
}

li{
	list-style:none;
}

a:focus { 
	outline: none !important; 
}

iframe { display:block; } 

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* 정렬값 순서 : top, right, bottom, left */

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* HEADER */

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* MAIN */

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* FOOTER */

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* 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;
	-ms-overflow-style: none; /* IE and Edge - 스크롤바 없애기*/
  scrollbar-width: none;	/* Firefox - 스크롤바 없애기*/
}

/* custom scrollbars - webkit only */
.popup-scroll::-webkit-scrollbar {
	display: none; /* 스크롤바 없애기  */
	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) {

}


/*==========================================================================================*/
