section#footerbar{padding:35px 0}
#footerbar .umbox{display:flex;justify-content:space-between;align-items: center;}
#footerbar .pofinfo{width:59%;display:flex;flex-direction:column}
#footerbar .pofinfo h2{font-size:max(1.5*(1vw + 1vh) / 2,22px);font-weight:600;color:#515151;letter-spacing:.05em;margin-bottom:10px}
#footerbar .pofinfo .poflist{display:flex;flex-wrap:wrap}
#footerbar .pofinfo .poflist .poaem ,#footerbar .pofinfo .cacatem{width:50%;color:#212121}
#footerbar .pofmimg{display:flex}
#footerbar .pofmimg .poimg img{width:112px;border:#57bbbf 4px solid;margin:0 4px;border-radius:20px;padding:5px}
.coppy{font-size:max(1 * (1vw + 1vh) / 2,14px)}

#footerbar .subbtetxt{font-size: max(1.5*(1vw + 1vh) / 2, 22px);font-weight: 600;color: #52b4b8;margin-bottom: 20px;}
#footerbar .fullintem{width: 100%;border-top: #c8c8c8 1px solid;margin-top: 20px;padding-top: 20px;font-size: max(1*(1vw + 1vh) / 2, 18px);font-weight: 600;color: #52b4b8;}
@media screen and (max-width: 980px) {
	#footerbar .umbox {display: flex;flex-direction: column;}
	#footerbar .pofinfo {width: 100%;margin-bottom: 20px;}
}

@media screen and (max-width: 640px) {
	#footerbar .pofmimg .poimg img {width: 85px;border: #57bbbf 2px solid;border-radius: 16px;}
	#footerbar .pofinfo .poflist .poaem, #footerbar .pofinfo .cacatem {width: 100%;}
	#footerbar .pofmimg{margin-bottom: 10px;}
}