.view_info .price_ttip {
	display: none;
	position: absolute;
	left: 50%;
	top: 40px;
	width: 448px;
	padding: 40px 20px;
	background: #fff;
	z-index: 10;
	box-shadow: 0 8px 16px rgb(38 50 56 / 20%);
	transform: translateX(-5%);
	border-radius: 20px;
}

.view_info .price_ttip span.close {
	display: none;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.view_info .price_ttip:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -5px;
	border-left: solid 10px #fff;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	transform: rotate(-90deg);
}

.view_info .price_ttip .tit {
	margin: -10px 0 0;
	padding: 15px 10px;
	border-bottom: solid 1px #d9d9d9;
	font-size: 20px;
	font-weight: 700;
	color: #1f1f1f;
	text-align: center;
	line-height: 30px;
}

.view_info .price_ttip .price_det {
	font-size: 16px;
	font-weight: 400;
	color: #1f1f1f;
	line-height: 20px;
}

.view_info .price_ttip .price_det > dt,
.view_info .price_ttip .price_det > dd {
	margin-bottom: 10px;
	text-align: right;
	padding: 0 20px;
}

.view_info .price_ttip .price_det > dd {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: flex-start;
	align-items: center;
	gap: 10px;
}

.view_info .price_ttip .price_det > dd.top {
	margin-bottom: 16px;
	padding-bottom: 6px;
	border-bottom: solid 1px #d9d9d9;
	padding: 10px 20px;
}

.view_info .price_ttip .price_det > dt > span {
	float: left;
	font-weight: 500;
	color: #000;
	font-size: 16px;
}

.view_info .price_ttip .price_det > dd > span {
	float: left;
	font-weight: 400;
	color: #4c4c4c;
	font-size: 16px;
	text-align: left;
}

.view_info .price_ttip .price_det > dt > b.price {
	font-size: 16px;
}

.view_info .price_ttip .price_det > dd > span.price {
	float: unset;
	font-size: 16px;
}

.view_info .price_ttip .btm_total {
	margin-top: 20px;
	padding: 20px 20px;
	font-weight: 500;
	color: #333;
	text-align: right;
	background-color: #f9f9f9;
	font-size: 20px;
}

.view_info .price_ttip .btm_total > p {
	float: left;
	font-weight: 700;
	font-size: 20px;
}

.view_info .price_ttip .btm_total > b {
	font-size: 20px;
	font-weight: 700;
}

.benefit_guide.price_ttip .btn_wrap {
	width: auto;
	justify-content: center;
	margin: 0;
}

.benefit_guide.price_ttip p.subtit {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	color: #1f1f1f;
	display: flex;
	justify-content: center;
	align-items: center;
}

.benefit_guide.price_ttip p.subtit span.grade {
	font-size: 22px;
	font-weight: bold;
	color: #695fbf;
	margin: 0 4px;
}

.benefit_guide.price_ttip p {
	width: 100%;
	display: block;
	position: relative;
	line-height: 1;
}

.benefit_guide.price_ttip p.tit {
	font-size: 27px;
	font-weight: bold;
	padding: 10px 0 30px;
	border: none;
}

.benefit_guide.price_ttip p.subtit {
	padding: 0 0 30px;
}

.view_info .benefit_guide.price_ttip table th,
.view_info .benefit_guide.price_ttip table td {
	line-height: 44px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.02rem;
	color: #1f1f1f;
	text-align: center;
}

.view_info .benefit_guide.price_ttip table thead {
	border-top: 2px solid #695fbf;
}

.view_info .benefit_guide.price_ttip table tbody tr:nth-child(2n + 1) {
	background-color: #f9f9f9;
}

.view_info .benefit_guide.price_ttip table td:nth-child(2) {
	color: #695fbf;
}

.view_info .benefit_guide.price_ttip p.info {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #8f8f9b;
	margin: 16px 0 30px 0;
}

/* @media */
@media (max-width: 767px) {
	.view_info .price_ttip {
		transform: none;
		left: 0;
		width: 100%;
		padding: 30px 15px;
	}

	.view_info .price_ttip .price_det > dd > span {
		max-width: calc(50% - 10px);
		text-align: left;
	}

	.view_info .price_ttip span.close {
		display: block;
	}

	.view_info .price_ttip .price_det > dt > span,
	.view_info .price_ttip .price_det > dd > span.price,
	.view_info .price_ttip .price_det > dt > b.price,
	.view_info .price_ttip .price_det > dt > span .view_info .price_ttip .price_det > dd > span.price,
	.view_info .price_ttip .price_det > dd > span,
	.view_info .price_ttip .price_det {
		font-size: 14px;
	}

	.view_info .price_ttip .btm_total > b,
	.view_info .price_ttip .btm_total > p,
	.view_info .price_ttip .btm_total {
		font-size: 16px;
	}

	.view_info .price_ttip .btm_total {
		margin-top: 40px;
	}
	.price_ttip .btn_wrap .btn {
		font-size: 14px;
		height: 45px;
		font-weight: normal;
	}

	.price_ttip p.subtit span.grade {
		font-size: 16px;
	}

	.view_info .benefit_guide.price_ttip table th,
	.view_info .benefit_guide.price_ttip table td {
		font-size: 14px;
	}

	.view_info .benefit_guide.price_ttip p.info {
		font-size: 13px;
	}

	.view_info .price_ttip table th,
	.view_info .price_ttip table td {
		font-size: 13px;
		line-height: 35px;
	}

	.view_info .price_ttip p.info {
		font-size: 11px;
		margin: 10px 0 20px 0;
	}

	.benefit_guide.price_ttip p.subtit span.grade {
		font-size: 20px;
	}

	.benefit_guide.price_ttip p.tit {
		font-size: 20px;
		line-height: 1;
		padding-bottom: 20px;
	}

	.benefit_guide.price_ttip p.subtit {
		font-size: 14px;
		padding: 0 0 20px;
	}
}

@media (max-width: 480px) {
	.view_info .price_ttip {
		top: 32px;
	}
    .view_info .price_ttip:before {
        left: 17%;
    }
}
