.sub-title-wrap{padding: 0 0 50px;border-bottom: 3px solid #334D61;display: flex;gap: 30px;align-items: center;justify-content: space-between;}
.sub-title-wrap h3{font-weight: 700;font-size: 50px;line-height: 160%;letter-spacing: -0.02em;color: #111111;}
.btn-box {display: flex;gap: 10px;align-items: center;}
.btn-box button {position: relative;font-size: 1px;border: 0;padding: 0;cursor: pointer;width: 60px;height: 60px;border-radius: 5px;background: #EDEDED;transition: all .3s;border-radius: 100%;backdrop-filter: blur(10px);border: 1px solid #DFDFDF}
.btn-box button:hover {background: #01314D;}
.btn-box button:hover img {filter: brightness(0) invert(1);}

@media (max-width: 768px) {
	.sub-title-wrap {padding: 0 0 30px;}
	.sub-title-wrap h3 {font-size: 36px;}
	.btn-box button.btn-print {display: none;}
	.btn-box button {width: 45px;height: 45px;}
	.btn-box button img {max-width: 50%;}
}