.history-wrap .item {overflow: hidden;padding: 40px 0;background: #FFFFFF;}
.history-wrap .item:first-child {padding-top: 0;}
.history-wrap .item:last-child {padding-bottom: 0;}
.history-wrap::after { content: ''; display: table; clear: both; }
.history-wrap .kaci-history {margin-bottom: 0;}
.history-wrap .kaci-history dt {margin-bottom: 0;}
.history-wrap .kaci-history .kaci-ins-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-top: 20px;gap: 20px;}
.history-wrap .kaci-history .kaci-ins-wrap::before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 220px; height: 2px; background: #009AB3; }
.history-wrap .kaci-history .kaci-ins-wrap > .kaci-year { width: 220px; }
.history-wrap .kaci-history .kaci-ins-wrap > .kaci-year strong { display: block; font-family: "Noto Sans KR"; font-weight: 700; font-size: 36px; line-height: 1; color: #009AB3; }
.history-wrap .kaci-history .kaci-ins-wrap > .kaci-ct { padding: 4px 0; flex: 1;}
.history-wrap .kaci-history .kaci-ins-wrap .kaci-ins-lst > li { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 24px;gap: 15px;}
.history-wrap .kaci-history .kaci-ins-wrap .kaci-ins-lst > li:last-child { margin-bottom: 0; }
.history-wrap .kaci-history .kaci-ins-wrap .kaci-ins-lst > li .kaci-month { display: block; width: 60px; font-family: "Noto Sans KR"; font-weight: 500; font-size: 22px; line-height: 28px; color: #003D91; }
.history-wrap .kaci-history .kaci-ins-wrap .kaci-ins-lst > li .kaci-month + .kaci-desc {flex: 1;}
.history-wrap .kaci-history .kaci-ins-wrap .kaci-ins-lst > li .kaci-desc { display: block; font-family: "Noto Sans KR"; font-weight: 400; font-size: 18px; line-height: 28px; color: #5A5A5A; }


@media(max-width: 768px) {
	.history-wrap .item {padding: 20px 0;}
	.history-wrap .kaci-history .kaci-ins-wrap::before {width: 120px;}
	.history-wrap .kaci-history .kaci-ins-wrap > .kaci-year {width: 120px;}
	
	.history-wrap .kaci-history .kaci-ins-wrap .kaci-ins-lst > li .kaci-month {font-size: 20px;line-height: 24px;}
	.history-wrap .kaci-history .kaci-ins-wrap .kaci-ins-lst > li .kaci-desc {font-size: 16px;line-height: 24px;}
}

@media(max-width: 500px) {
	.history-wrap .kaci-history .kaci-ins-wrap {flex-direction: column;}
}