.sub-title-wrap { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 0 0 50px; }
.sub-title-wrap h3 { font-weight: 700; font-size: 42px; line-height: 100%; letter-spacing: -.02em; color: #111; }
.sub-title-wrap .btn-box { display: flex; gap: 6px; }
.sub-title-wrap .btn-box button { position: relative; width: 42px; height: 42px; padding: 0; background: none; border: 1px solid #ccc; border-radius: 50%; font-size: 0; cursor: pointer; transition: all 0.25s ease 0s; }
.sub-title-wrap .btn-box button:hover { background-color: #07B0C3; border-color: #07B0C3; }
.sub-title-wrap .btn-box button:hover img { filter: brightness(0) invert(1); }
@media (max-width: 1024px) {
	.sub-title-wrap { padding: 0 0 40px; }
	.sub-title-wrap h3 { font-size: 34px; }
	.btn-box button.btn-print { display: none; }
}