.sub-title-wrap {display: flex;gap: 30px;align-items: center;justify-content: space-between;padding: 0 0 20px;border-bottom: 1px solid #0000001A}
.sub-title-wrap h3{font-weight: 700;font-size: 40px;line-height: 100%;letter-spacing: 0;color: #003B90;}
.btn-box {display: flex;gap: 4px;}
.btn-box button {position: relative;font-size: 1px;border: 0;padding: 0;cursor: pointer;width: 40px;height: 40px;border-radius: 5px;background: #EDEDED;transition: all .3s;border-radius: 100%;}
.btn-box button:hover {background: #003B90;}
.btn-box button:hover img {filter: brightness(0) invert(1);}

@media (max-width: 768px) {
	.sub-title-wrap h3 {font-size: 36px;}
	.btn-box button.btn-print {display: none;}
}