*{font-family:'Play','Noto Sans KR';box-sizing:border-box}

body{font-size:10pt;margin:0px;}

#main{
	position: absolute;
	top:0px;bottom:0px;left:0px;right:0px;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
input:focus,textarea:focus,select:focus,option:focus,button:focus{
	outline:none!important;
}

fieldset{color:#ffffff;display:inline-block;padding:3px;border-radius:5px;border:1px solid #cccccc;}
legend{color:#cccccc;font-size:9pt}
select{height:30px;margin-bottom:5px;font-size:12pt;}

input[type=text]{
	width:90px;
	height:30px;
	margin-bottom:5px;
	font-size:16pt;
	text-align:right;
	padding-right:5px;
	border:1px solid #cccccc;
}

#bottomDiv{
	position:relative;left:0px;right:0px;height:90px;background-color:#ffffff;overflow-x:auto;overflow-y: hidden;
}
.adsbygoogle{
	display: inline-block;
	background-color:#ffffff;
}

.btn{
	height:30px;padding-left:5px;padding-right:5px;font-size:12pt;border-radius:5px;outline:none;margin-bottom:3px;border:1px solid #cccccc;
	-webkit-appearance:none;
}

.btn.chked{
	background-color:yellowgreen;
}


::-webkit-input-placeholder{
	color:#cccccc;
	padding:0px;
	vertical-align:top;
	font-size:11pt;
}

.result_tr{
	color:#ffffff;
	border-bottom:1px solid #a9a9a9;
	padding-top:5px;
	padding-bottom:10px;
	background-color:#000000;
}

.result_tr li{
	display: inline-block;
	height:35px;
	padding:5px;
	margin-bottom:2px;
	font-size: 12pt;
	border-radius:5px;
	vertical-align:bottom;
	line-height:1.5;
}

.result_tr.young li{
	color:#81BEF7;
}
.result_tr.old li{
	color: yellow;
}

.result_tr .bli{
	font-size: 16pt;
	height:auto;
	height:50px;
	vertical-align:bottom;
	line-height:1.8;
	border:1px solid #a9a9a9;
	color:#ffffff;
}



#formDiv{
	display:none;
	background-color: #ffffff;
}

i{color:#ffffff;}

#spread_btn {
	color:#000000;
}


#myBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	font-size: 24px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 5px;
	border-radius: 4px;
	font-family:'Play','Noto sans KR';
	font-weight: bold;
}