body{
	overflow:hidden !important;
}

/*
select::-ms-expand {display:none;}
select { -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	background: url(../images/form_slct_open.png) no-repeat right white; 
}
*/

*, body{font-family: "NotoSans", "Malgun Gothic","¸¼Àº °íµñ", 'NanumGothic', sans-serif;font-size:15px;}
a{text-decoration :none; color:#000;}

.divmain{
	position:absolute;z-index:999;right:10px;top:72px;border:0px solid red;height:28px; left: 20px;
	overflow:hidden;
	white-space:nowrap;
	text-align:right;
}

#divframe{
	position:absolute;left:0;top:0;bottom:0;right:0;
}

#divtabbox{
	margin-top:0;margin-right:0px;
	display:inline-block;
}

.divtab{
	display:inline-block;padding:0 9px;border:1px solid #dcdee1;
	margin-right:4px;
	margin-left:-2px;font-size:0.95em;text-align:center;
}
.divtab[on='y']{
		border-bottom:0; height:27px;line-height:27px;background-color:white;font-weight:bold;
}
.divtab[on='n']{
		border-bottom:0;height:27px;line-height:27px;background-color:#f3f3f3;
}

.butminus{
	border:1px solid #dcdee1;border-radius:0;width:15px;height:15px;padding:0;font-size:10px;margin-top:5px;
	margin-left:3px;
}
.butplus{
	border:1px solid #dcdee1;border-radius:0;width:15px;height:15px;padding:0;font-size:10px;margin-top:5px;
}

.spntab{cursor:pointer;margin-right:4px;}

iframe{
	width:100%;height:100%;border:0;
}





/*ÆË¾÷ msgbox*/
/*------------------------------------------------------------*/
#divmsgpopup{position:absolute;display:block;border:4px solid #ccc;width:400px;padding:30px;background-color:#fff;border-radius: 10px;}
#divmsgtitle{font-weight:bold;font-size:1.1em;}
#divmsginner{margin-top:13px;margin-bottom:10px;min-height:80px;line-height:1.6em;padding-bottom:0.8em;border-bottom:1px solid silver;max-height:500px;overflow:auto;}
#divmsgpopup input[type='button']{height: 30px;padding: 0 14px 0; border: 1px solid #304a8a; background-color: #3f5a9d; color: #fff; line-height: 30px;background-image:none;}
#divmsgbutttonbox{text-align:right;}

.btndefault{.height: 30px;padding: 0 14px 0; border: 1px solid #304a8a; background-color: #3f5a9d; color: #fff; line-height: 30px;background-image:none;}


#divpop iframe{box-shadow:5px 10px 10px #333;}
/*------------------------------------------------------------*/


.divpopupcover{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.4;filter:alpha(opacity=40)}

#divpop{z-index:99999999 !important;}


@media (max-width: 800px) {
	.divmain{display:none;}
}
.divmain{display:none;}