.wrapper { padding: 52px 0 0; height: calc(100dvh); overflow-y: scroll; }
.wrapper { scrollbar-width: none;     /* Firefox */ -ms-overflow-style: none;     /* IE and Edge */ }
.wrapper::-webkit-scrollbar { display: none;     /* Chrome, Safari, Opera */ }
.wrapper {
	padding-left: 20px;
	padding-right: 20px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    padding-bottom: 75px;
}

.wrapper > div{
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
}

.tlt_box { color: var(--gray-80, #282D2F); font-family: Pretendard; font-size: 22px; font-style: normal; font-weight: 700; line-height: 140%;     /* 30.8px */ letter-spacing: -0.44px; display: flex; flex-direction: column; grid-gap: 15px; padding-top: 20px; }
.tlt_box span { color: var(---point-color, #0083A4); }
.tlt_box p { color: var(--gray-80, #282D2F);     /* sub/re14 */ font-family: Pretendard; font-size: 14px; font-style: normal; font-weight: 400; line-height: 140%;     /* 19.6px */ letter-spacing: -0.28px; }

.list{
    display: flex;
    flex-direction: column;
    grid-gap: 8px;

}

.list > div{
   display: flex;
padding: 15px 22px;
justify-content: space-between;
align-items: center;
align-self: stretch;
width: 100%;
background-color: #fff;
border-radius: 10px;
box-shadow: 0px 0px 7.1px 0px rgba(143, 175, 183, 0.30);
}

.list .title > p:first-child{
    color: var(---point-color, #0083A4);

/* sub/seb16 */
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 22.4px */
letter-spacing: -0.32px;
}

.list .title > p:last-child{
    color: var(--gray-80, #282D2F);

/* sub/re14 */
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
letter-spacing: -0.28px;
}
