body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('/_res/bucheon/fit/img/img/bg2.png');
	background-repeat: repeat;
	background-size: auto;
	flex-direction: column; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%; 
}
td {
	margin: 0;
	padding: 0; 
}
.right td::before {
	content: '';
	position: absolute; 
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	background-image: url(/_res/bucheon/fit/img/img/r-bg.png);
	background-repeat: repeat;
	z-index: 0;
}

#tdcontents{
	background-color: #ffffff;
}

img {
	max-width: 100%;
}


@font-face {
	font-family: 'Paperlogy-8SemiBold';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
} 



/* iOS 전용 스타일 */
body.ios #q,
body.ios li {

}

body.android #q,
body.android li {
	font-size: 1.7em;
}

.nav {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
button {
	padding: 10px 20px;
	font-size: 16px;
}

.contents {
	margin: 30px;
	font-family1: 'Paperlogy-8ExtraBold', sans-serif;
	font-size: 26pt;
	text-align: left;
}

.nav {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
} 

/* 하단 이미지 고정용 */
.footer-img {
	width: 100%;
	margin-top: 40px;
	margin-bottom: -10px;
}



.databox{
	border: 2px solid #f3d258; 
	text-align:center; 
	padding: 20px;
	margin:10px;
	margin-bottom: 20px;
}

.subject{ 
	color: #f4a000;
	font-weight: 800;
	font-size: 1.4em;
}

.subtitle{ 
	font-weight: 700;
	font-size: 1.2em;
}

.detail{ 
	color:#8f8f8f;
}

.contents2{
	font-weight: 700; 

}

/* 질문내용 */
.qContents{

}



@media (max-width: 800px) {

	.small-box {
		width: 100%; 
	}

	.contents{
		margin-top:80px;
		margin-bottom:80px;
	}
} 

