
	.pay_type_list ul{
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 10px;
		margin: 0 8px;
	}
	@media screen and (max-width: 1000px) {
		.pay_type_list ul{
			justify-content: center;
		}
	}
