.heading-wrap02 {background: url(/_res/unist/fund/img/content/bg-heading02.png)no-repeat center center;background-size: cover;border-radius: 5px;overflow: hidden;padding: 70px 50px;}
.heading-wrap02 .top {display: flex;justify-content: space-between;align-items: center;margin: 0 0 40px;}
.heading-wrap02 .top .tit {font-weight: 700;font-size: 28px;line-height: 100%;letter-spacing: -0.2px;text-align: center;vertical-align: middle;color: #fff;position: relative;display: flex;;gap: 12px;}
.heading-wrap02 .top .tit:before { content: "";display: inline-block;background: url(/_res/unist/fund/img/content/ico-txt.png)no-repeat center center;width: 36px;height: 26px;}
.heading-wrap02 .top .num {font-weight: 700;font-size: 80px;line-height: 100%;letter-spacing: -0.2px;text-align: center;vertical-align: middle;color: #fff;}

.heading-wrap02 .bot > ul > li .item-view {width: 200px;height: 200px;border-radius: 999px;box-shadow: 0px 0px 9.5px 0px #FFFFFF14 inset;box-shadow: 0px 5px 24px 0px #00000026;backdrop-filter: blur(12px);background: #FFFFFF1A;position: relative;display: flex;align-items: center;justify-content: center;flex-direction: column;gap: 12px;}
.heading-wrap02 .bot > ul > li .item-view:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.54));-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}

.heading-wrap02 .bot > ul{display: grid;grid-template-columns: repeat(6, 1fr);}
.heading-wrap02 .bot > ul > li:not(:first-child) {margin-left: -20px;}
.heading-wrap02 .bot > ul > li .item-view .name{font-weight: 700;font-size: 16px;line-height: 100%;letter-spacing: -0.2px;text-align: center;color: #FFFFFF;}
.heading-wrap02 .bot > ul > li .item-view .number {font-weight: 700;font-size: 50px;line-height: 100%;letter-spacing: -0.2px;text-align: center;color: #fff;}


@media (max-width: 1500px) {
	.heading-wrap02 .bot > ul > li .item-view {width: calc(200/1500*100vw);height: calc(200/1500*100vw);}
}

@media (max-width: 1200px) {
	.heading-wrap02 .bot > ul > li .item-view {width: calc(192/1200*100vw);height: calc(192/1200*100vw);}
}

@media (max-width: 1024px) {
	.heading-wrap02 .bot > ul {grid-template-columns: repeat(3, 1fr);gap: 20px;}
	.heading-wrap02 .bot > ul > li:not(:first-child) {margin-left: 0;}
	.heading-wrap02 .bot > ul > li .item-view {width: 200px;height: 200px;margin: 0 auto;}
	.heading-wrap02 {padding: 30px;}
} 


@media (max-width: 768px) {
	.heading-wrap02 .top .num {font-size: 40px;}
	.heading-wrap02 .top .tit {font-size: 20px;}
	.heading-wrap02 .bot > ul {grid-template-columns: repeat(2, 1fr);}
}

@media (max-width: 500px) {
	.heading-wrap02 .bot > ul {grid-template-columns: repeat(1, 1fr);}
}