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