.list_slide {width: 100%; height: auto; padding: 35px 0 34px; background: var(--wt); box-sizing: border-box; border-radius: 12px;}
.list_slide .list_th {display: flex; align-items: center; justify-content: center; margin-bottom: 25px; text-align: center;}
.list_slide .list_th .th {width: 100%; font-size: 22px; font-weight: bold; line-height: 1.3; letter-spacing: -0.44px; color: var(--black_3);}

.list_slide ul {}
.list_slide ul li {width: 100%; height: auto; margin-bottom: 14px;}
.list_slide ul li:last-of-type {margin-bottom: 0;}
.list_slide ul li .child-box {display: flex; align-items: center; justify-content: center; text-align: center; width: 100%; height: auto;}
.list_slide ul li .child-box p {width: 100%;}
.list_slide ul li .child-box .name {font-size: 18px; font-weight: 400; line-height: 1.3; letter-spacing: -0.36px; color: var(--black_3);}
.list_slide ul li .child-box .date {font-size: 18px; font-weight: 400; line-height: 1.3; letter-spacing: -0.36px; color: var(--black_3);}
.list_slide ul li .child-box .cs_box {}
.list_slide ul li .child-box .cs_box button {display: flex; align-items: center; justify-content: center; width: 136px; height: 39px; margin: 0 auto; border: 1px solid var(--pr); border-radius: 20px; font-size: 18px; font-weight: bold; line-height: 1.3; letter-spacing: -0.36px; color: var(--pr);}
.list_slide ul li .child-box .cs_box .sb {border-color: var(--pr); color: var(--pr); background: transparent;}
.list_slide ul li .child-box .cs_box .pg {border-color: var(--wt_f2); color: var(--pr); background: var(--wt_f2);}
.list_slide ul li .child-box .cs_box .ok {border-color: var(--pr); color: var(--wt); background: var(--pr);}

