@charset "UTF-8";

.page-title-wrap{display:flex;justify-content:space-between;align-items:center;margin:0 0 8rem;}
.page-title-wrap .page-title{font-weight:var(--font-weight-extrabold);font-size:4.8rem;line-height:131%;color:var(--black01);}
.share-box ul{display:flex;gap:6.1rem;position:relative;}
.share-box ul:after{content:'';position:absolute;top:50%;left:calc(50% - 1px);width:1px;height:2.2rem;background:var(--color89);transform:translateY(-50%);}
.share-box ul li a{display:block;width:3.6rem;height:3.6rem;}
.share-box ul li.print a{background:url(/_res/sejong/recruit/etc/ico-print-recruit.svg) no-repeat center/100%;}
.share-box ul li.share a{background:url(/_res/sejong/recruit/etc/ico-share-recruit.svg) no-repeat center/100%;}

@media screen and (max-width: 768px) {
	.page-title-wrap{margin:0 0 3.5rem;}
	.page-title-wrap .page-title{font-size:3rem;}
	.share-box{display:none;}
}