.heading-wrap{background-image: url(../img/content/img-information-update.jpg) no-repeat center;}
.heading-wrap .box-txt{padding: 70px;}
.heading-wrap .box-txt .txt-heading .tit:before{display: none;}
.heading-wrap .box-txt .txt-heading .tit01{display: block;margin: 0 0 4px;font-size: 36px;line-height: 43px;}
.heading-wrap .box-txt .txt-heading .tit01 br{display: none;}
.heading-wrap .box-txt .txt-heading .tit02{margin: 0 0 36px;font-size: 32px;line-height: 38px;}
.heading-wrap .box-txt .txt-heading .tit02 br{display: none;}
.heading-wrap .box-txt .txt-heading .txt{font-weight: 500;font-size: 16px;line-height: 32px;}

.iu-list01{display: flex;flex-direction: column;gap: 6px;}
.iu-list01 li{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;gap: 20px;padding: 40px 31px;background: #F9FAFB;border-radius: 5px;}
.iu-list01 li .tit01{display: flex;align-items: center;gap: 10px;width: 174px;font-weight: 700;font-size: 16px;line-height: 19px;letter-spacing: -0.02em;color: #222222;}
.iu-list01 li .tit01 img{max-height: 26px;}
.iu-list01 li .txt01{flex: 1;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: -0.02em;color: #333333;}

.iu-tit01{margin-bottom: 30px;padding: 42px 40px;background: #F7FBFF;border-radius: 5px;display: flex;justify-content: space-between;align-items: center;gap: 10px;}
.iu-tit01 p{font-weight: 700;font-size: 20px;line-height: 24px;letter-spacing: -0.02em;color: #333333;}
.iu-tit01 .btn-link-white{border: 1px solid #00A8D6;border-radius: 99px;font-weight: 700;font-size: 16px;line-height: 100%;letter-spacing: -0.2px;position: relative;color: #00A8D6;padding: 16px 30px;display: inline-flex;align-items: center;gap: 8px;transition: all .3s;white-space: nowrap;}
.iu-tit01 .btn-link-white:after {content: "";display: inline-block;background: url(/_res/unist/fund/img/content/ico-view01.png)no-repeat center center;width: 14px;height: 12px;}
.iu-tit01 .btn-link-white:hover {background: #00A8D6;color: #fff;}
.iu-tit01 .btn-link-white:hover:after {filter: brightness(0) invert(1);}

.iu-list02{display: flex;flex-wrap: wrap;gap: 10px;margin-bottom: 20px;}
.iu-list02 li{display: flex;align-items: center;gap: 20px;width: calc((100% - 20px)/3);padding: 40px 30px;border: 1px solid #E5E5E5;border-radius: 5px;}
.iu-list02 li .img{display: flex;justify-content: center;align-items: center;width: 80px;height: 80px;background: #F0F9FD;border-radius: 50%;}
.iu-list02 li .img img{max-height: 32px;}
.iu-list02 li .txt{flex: 1;}
.iu-list02 li .txt01{margin-bottom: 10px;font-weight: 700;font-size: 20px;line-height: 24px;letter-spacing: -0.02em;color: #0B3D72;}
.iu-list02 li .txt02{font-weight: 600;font-size: 16px;line-height: 19px;letter-spacing: -0.02em;color: #333333;}

.iu-mark01 .mark-p{font-weight: 500;font-size: 13px;line-height: 26px;letter-spacing: -0.02em;color: #666666;}
.iu-mark01 .mark-p a:before{content: ''; display: inline-block;width: 1px;height: 12px;margin: 0 8px;background-color: #666;transform: translatey(2px);}
.iu-mark01 .mark-p span{text-decoration: underline; text-underline-offset: 2px;color: #0B3D72;}


@media(max-width:1024px){
	.iu-tit01{flex-direction: column;align-items: flex-start;}
	.heading-wrap .box-txt .txt-heading .tit02 {font-size:28px;}
}
@media(max-width:768px){
	.heading-wrap .box-txt{padding: 50px 25px;flex-direction: column;text-align:center;}
	.heading-wrap .box-txt .txt-heading .tit01{font-size: 28px;line-height: 34px;}
	.heading-wrap .box-txt .txt-heading .tit01 br{display: block;}
	.heading-wrap .box-txt .txt-heading .tit02 br{display: block;}
	
	
	.iu-list01 li{padding: 25px 20px;}
	.iu-list01 li .tit01{width: 134px;}
	
	.iu-tit01{margin-bottom: 30px;padding: 25px 20px;}
	.iu-tit01 .btn-link-white{width: 100%;justify-content: center;}
		
	.iu-list02 li{width: 100%;padding: 25px 20px;}
	
}
@media (max-width: 374px) {
	.heading-wrap .box-txt .txt-heading .tit02 {font-size:25px;}
}
.heading-wrap {
  background: url('/_res/unist/fund/img/content/img-information-update.jpg')
              no-repeat center center;
  background-size: cover;
}