#content-main div.img-box2 {
	margin-top: 80px;
	text-align: center;
}
#content-main p {
	font-size: 16px;
}
#content-main p.po {
	position: relative;
}
#content-main img.logo {
	position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #ddd;
    /* border-radius: 5px; */
}
#content-main img.logo1 {
    right: 150px;
}


@media (max-width: 610px) {
	#content-main div.img-box2 img {
		width: 100%;
	}
	#content-main div.table-container {
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
	}

}
@media (max-width: 520px) {
	#content-main div.img-box2 img {
		width: 100%;
	}
	#content-main img.logo {
		top: -38px;
	}
	#content-main img.logo1 {
		top: -74px;
		right: 0;
	}
	table {
		font-size: 14px;
	}
}
@media (max-width: 420px) {

}

/* 스크롤설정 */
::-webkit-scrollbar {
	-webkit-appearance: none;
}
::-webkit-scrollbar:vertical { 
	width: 12px;
}
::-webkit-scrollbar:horizontal { 
	height: 8px;
}
::-webkit-scrollbar-thumb { 
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #fff;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}