Untitled

👆 블록을 클릭하면 내용이 펼쳐집니다.

✅광고/제휴 문의하기

<style>
	.hello-world {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 60px;
		border: 2px solid;
		font-weight: bold;
		color: #FF3C79;
		background-color: white;
		border-color: currentColor;
		transition: 300ms;
	}
	.hello-world:hover {
		color: white;
		background-color: #FF3C79;
		color: white;
	}
</style>
<a class="hello-world" style="border-radius: 32px;" href="<https://gripcorp.co/?openAdPopup=true>"> 문의하기 </a>
<style>
.notion-collection_view-header {
	display: none !important;
}

.notion-collection_view-mobile-search {
	display: none !important;
}

.notion-collection_view-block>div>div {
	border: 0 !important;
}

.notion-record-icon {
	display: none !important;
}
</style>