.visual .swiper-slide {
	width: 95%;
}

.review_box {
	margin-top: 50px;
}
.review_box h3 {
	font-size: 2.4rem;
	letter-spacing: -0.48px;
	font-weight: 800;
	padding: 12px 4px;
	box-sizing: border-box;
}
.review_box .total {
	border-radius: 16px;
	border: 1px solid #E9E9E9;
	padding: 32px 24px;
	gap: 24px;
	box-sizing: border-box;
}
.review_box .total .member {
	gap: 4px;
}
.review_box .total .member > div {
	flex: 1;
}
.review_box .total .member > div .rating {
    width: 125px;
    height: 24px;
    margin: 5px auto;
    position: relative;
}
.review_box .total .member > div .rating span {
    width: 20%;
    background-color: #F0E000;
    height: 24px;
    display: block;
    position: relative;
    z-index: 1;
}
.review_box .total .member > div .rating::after {
    width: 125px;
    height: 24px;
    background: url("../images/star_bar.svg") no-repeat;
    background-size: auto 24px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.review_box .total .member > div strong {
	font-size: 2.8rem;
	letter-spacing: -0.56px;
}
.review_box .total .member > div strong span {
	color: #AEAEAE;
}
.review_box .total .member > div p {
	color: #767676;
	font-size: 1.4rem;
	letter-spacing: -0.28px;
}
.review_box .total .percent > p {
	color: #767676;
	font-size: 1.4rem;
	letter-spacing: -0.28px;
	margin-bottom: 8px;
}
.review_box .total .percent .list {
	gap: 8px;
}
.review_box .total .percent .list .item {
	gap: 13px;
}
.review_box .total .percent .list .item strong {
	min-width: 25px;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: -0.32px;
}
.review_box .total .percent .list .item .bar {
	position: relative;
	flex: 1;
	width: 100%;
	height: 14px;
	border-radius: 50px;
	background: #EBEBEB;
}
.review_box .total .percent .list .item .bar span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-radius: 50px;
	background: var(--key-color);
	z-index: 1;
}
.review_box .total .graph {
	gap: 10px;
}
.review_box .total .graph > div {
	flex: 1;
	text-align: center;
}
.review_box .total .graph > div h4 {
	font-size: 1.6rem;
	letter-spacing: -0.32px;
	margin-bottom: 15px;
}
.review_box .total .graph .age .g_box {
	gap: 15px;
	justify-content: center;
}
.review_box .total .graph .age .g_box .chart {
	width: 28px;
	height: 122px;
	border-radius: 10px;
	overflow: hidden;
}
.review_box .total .graph .age .g_box .chart span {
	display: block;
	width: 100%;
}
.review_box .total .graph .age .g_box .label {
	width: 120px;
	gap: 8px;
}
.review_box .total .graph .age .g_box .label > div {
	position: relative;
	width: calc(50% - 4px);
	padding-left: 15px;
	text-align: left;
	box-sizing: border-box;
}
.review_box .total .graph .age .g_box .label > div:nth-child(1) {
	order: 0;
}
.review_box .total .graph .age .g_box .label > div:nth-child(2) {
	order: 2;
}
.review_box .total .graph .age .g_box .label > div:nth-child(3) {
	order: 5;
}
.review_box .total .graph .age .g_box .label > div:nth-child(4) {
	order: 7;
}
.review_box .total .graph .age .g_box .label > div:nth-child(5) {
	order: 1;
}
.review_box .total .graph .age .g_box .label > div:nth-child(6) {
	order: 4;
}
.review_box .total .graph .age .g_box .label > div:nth-child(7) {
	order: 6;
}
.review_box .total .graph .age .g_box .label > div .circle {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.review_box .total .graph .age .g_box .label > div strong {
	font-size: 1.2rem;
}
.review_box .total .graph .age .g_box .label > div p {
	font-size: 1.1rem;
	color: #767676;
}
.review_box .total .graph .c3-chart-arc text {
	font-size: 1.1rem!important;
}
.review_box .total .ai_review {
	gap: 8px;
}
.review_box .total .ai_review > h4 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.32px;
}
.review_box .total .ai_review .item {
	gap: 13px;
	font-size: 1.6rem;
	letter-spacing: -0.32px;
}
.review_box .total .ai_review .item strong {
	min-width: 41px;
}
.review_box .total .ai_review .item p {
	flex: 1;
	width: 100%;
	color: #696969;
}
.review_box .review_list {
	margin-top: 20px;
}
.review_box .review_list > p {
	padding: 12px 0;
	color: #767676;
	font-size: 1.6rem;
}


@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
	.review_box .total .graph {
		gap: 30px;
	}
	.review_box .total .graph > div {
		flex: none;
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
}