	/* .layer_pop_main { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 110; transition: top .3s ease-in-out; } */
	/* .layer_pop_main:before { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); content: ''; z-index: 101;} */
	.layer_pop_main .pop_content {
		border: 1px solid #d7d4d4;
	}

	.pop_content {
		top: 100px;
		bottom: auto;
		left: 50%;
		width: calc(100% - 30px);
		background: #fff;
		border-radius: 20px;
		transform: translate(-50%, 0);
		display: flex;
		flex-direction: column;
		position: absolute;
		z-index: 101;
		height: auto;
		max-height: 80vh;
		box-sizing: border-box;
	}

	.pop_content .top {
		/* background: #478f08; */
		background: #000;
		font-weight: 500;
		font-size: 16px;
		line-height: 47px;
		color: #fff;
		text-align: center;
		border-top-right-radius: 20px;
		border-top-left-radius: 20px;
		border: 1px solid #d7d4d4;
	}

	.pop_content .info.content {
		height: 210px;
		overflow: scroll;
	}

	.pop_content .info p {
		font-size: 17px;
		line-height: 25px;
		color: #000;
	}

	.pop_content .bottom .info {
		padding: 20px 21px;
	}

	.pop_content .bottom .info.is_show .formChk {
		position: relative;
	}

	.pop_content .formChk a {
		position: absolute;
		right: 0;
	}