.sub2 .content .list {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 60px;
}
.sub2 .content {
    place-self: anchor-center;
    margin-bottom: 160px;
}
.sub1 .img_style1 {
    border-radius: 41px;
}

.sub2 .content .list .item {
    display: flex;
    width: 336px;
    height: 336px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 500px;
    border: 1px solid #3E004B;
}
.sub2 .content .list .item h4{
    color: #3E004B;
    text-align: center;
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 56px */
    letter-spacing: -1.2px;
}
.sub2_1{
    display: flex;
    max-width: 1400px;
    padding: 0 40px;
    align-items: center;
    gap: 100px;
    align-self: stretch;
}
.sub2_1 .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
 text-align: left;
    flex: 1 0 0;
}
.sub2_1 .image{
    width: 415px;
}

/* sub3 */
.sub3{
    display: flex;
    width: 100%;
    padding: 120px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    background-image: url(../images/svf/svf_sub3_bg.png);
}
.sub3_list{
    display: flex;
width: 1400px;
max-width: 1400px;
padding: 0 40px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 60px;
}
.sub3_line {
    color: #D9D9D9;
text-align: center;
font-family: Pretendard;
font-size: 10px;
font-style: normal;
font-weight: 200;
line-height: 140%; /* 14px */
letter-spacing: -0.3px;
}
.sub3_icon_list {
    display: flex;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
align-self: stretch;
flex-wrap: wrap;
}
.sub3 .list5 ul {
display: flex;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
align-self: stretch;
flex-wrap: wrap;

}
.sub3 .list5 li {
display: flex;
min-width: 330px;
max-width: 330px;
    padding: 60px 0;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
flex: 1 0 0;
border: 1px solid #C3B0C7;
background: #FFF;
    
}

.sub3 .infographic {
    max-width: 80px;

}
.sub3 .title {
    margin-bottom: 0px;
}

.sub3_table{
    display: flex;
max-width: 800px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
}
.sub3_table li {
    display: flex;
padding: 20px 30px;
justify-content: flex-start;
align-items: center;
gap: 20px;
align-self: stretch;
border-radius: 10px;
border: 1px solid var(--foundation-black-light-active, #B0B0B0);
background: rgba(245, 245, 245, 0.50);
}
.sub3_check {
    color: var(--main, #3E004B);
text-align: center;
font-family: Pretendard;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 42px */
letter-spacing: -0.6px;
}
.sub3_list_text {
    color: var(--title-1, #111);
font-family: Pretendard;
font-size: 16px;
font-style: normal;
text-align: left;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.48px;
}
.sub3_list_text span {
    color: var(--main, #3E004B);
font-family: Pretendard;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 28px */
letter-spacing: -0.6px;
}

/* sub4 */
.sub4 {
    display: flex;
    padding: 160px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 160px;
    background: #F8F8F8;
}

.sub4_list {
    display: flex;
    width: 100%;
    max-width: 1400px;
    padding: 0 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
/* table */
.table2 {
  width: 100%;
  table-layout: fixed;
  border: 2px solid #cfcfcf;
  line-height: 1.4;
}
.table2 thead {
  background: #f0f0f0;
}
.table2 tr > *:nth-child(1) {
      width: 25%;
}
.table2 tbody tr > *:nth-child(1) {
background: #F8F9FA;
font-weight: 600;
}
.table2 tbody tr > *:nth-child(2) {
background: #fff
}
.table2 tbody tr > *:nth-child(3) {
background: #fff
}
.table2 tr {
  height: 100px;
}
.table2 tr > * {
  border: 1px solid #cfcfcf;
  padding: 10px;
}
/* .table2 tr > *:nth-child(1) {
  width: 300px;
  background: #f0f0f0;
  font-weight: 500;
}
.table2 tr > *:last-child {
  border-left: 2px solid #613f9c;
  border-right: 2px solid #613f9c;
  color: #3e004b;
  font-weight: 600;
}
.table2 tr:last-child > *:last-child {
  border-bottom: 2px solid #613f9c;
} */
.sub4 .table2 thead {
    background: #3E004B !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700 !important;
    color: #fff !important;
}
.sub4 .table2 .bold {
    color: #3E004B;
}


.sub5 .list5 .col {
    border-right: 1px dashed #A786AC;
    display: flex;
    height: 114px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.sub5 .list5 .col .item img {
    margin-bottom: 10px;
}

.sub5 .list5 .col:last-child {
    border-right: none;
}

.sub5 .list5 .item h5 {
    color: var(--main, #3E004B);
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.54px;
}
.sub5 {
    background-image: url(../images/laser/laser4/laser4_sub1_bg.png);
}
.sub5 .list5 {
    padding: 20px;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 1px solid #C3B0C7;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F5EEF7;
}
.sub5_img {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .sub5 .list5 .row > .col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        border-right: none;
        border-bottom: none;
        height: auto;
    }

    .sub5_img {
        margin-bottom: 0px;
        max-width: 300px;
    }

    .sub6 .list2 h5 {
            justify-content: center;
            flex-direction: row;
            gap: 2px;
    }
    .sub6 .list2 h5 span{
        margin-right: 5px;
    }
    .sub6 .list2 {
        width: 85%;
    }

    #sub6 section > div {
        padding: 0 40px !important;
    }

}
.sub6 {
    background-image: url(../images/bg/bg_wave.png);
    background-position: center 130px;
    background-repeat: no-repeat;
    display: flex;
    padding: 160px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.sub6 .list2,
.sub6 .list2 h5,
.sub6 .list2 p {
    text-align: center;
    place-self: anchor-center;
}
.sub6 .list2 {
    width: 100%;
}
.sub6 .list2 h5 {
    justify-content: center;
}
.sub6 .list2 .icon_wrap {
    display: flex;
    place-self: anchor-center;
    justify-content: center;
}
.sub6 .list2 .icon_wrap img {
    width: 100px;
    
    margin-bottom: 10px;
}

.sub7 {
    background: linear-gradient(0deg, #FFF 16.67%, rgba(242, 232, 240, 0.30) 43.01%, rgba(232, 218, 243, 0.60) 76.05%), #FFF;
}
.sub7 .title .top .infographic {
    margin-bottom: 15px;
}

.sub7 .qa_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(176, 176, 176, 0.00);
    justify-self: anchor-center;
}

.sub7 .qa_list li {
    display: flex;
    width: 850px;
    height: 170px;
    padding: 20px 30px 20px 121px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(176, 176, 176, 0.00);
    background: #F8F8F8;
    justify-content: flex-start;
}

.sub7 .qa_list_num {
    color: var(--main, #3E004B);
    text-align: center;
    font-family: Pretendard;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 35px */
    letter-spacing: -0.5px;
}
.sub7 .qa_list_text {
    color: #111;
    font-family: Pretendard;
    font-size: 20px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.6px;
}
.sub7 .qa_list_text span {
    color: var(--main, #3E004B);
    font-family: Pretendard;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 35px */
    letter-spacing: -0.75px;
}





@media (max-width: 1400px) {
    .container-xxl, .container-sm {

    width: 100%;
    padding: 0 60px;
    }
    .sub2 .content .list {
        gap: 25px;
    }
.sub2 .content .list .item {
width: 285px;
height: 285px;
padding: 20px;
}

.sub2 .content .list .item h4{
font-size: 30px;
font-weight: 600;
line-height: 140%; /* 49px */
letter-spacing: -1.05px;
}
.sub2_1 .image{
    width: 320px;
}
.sub3_list{
display: flex;
        width: 100%;

max-width: 1400px;
padding: 0 40px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 30px;
align-self: stretch;
}
.sub3_icon_list {
display: flex;

width: 802px;
height: 178px;
flex-direction: column;
justify-content: center;
align-items: center;
}
.sub3 .list5 ul {
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
align-self: stretch;

}
.sub3 .list5 li {
display: flex;
min-width: 200px;
height: 180px;
padding: 20px 10px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
}

.sub3 .infographic {
    max-width: 80px;

}
}
@media (max-width: 1200px) {
.sub2_1{
display: flex;
padding: 10px 0 10px 0;
flex-direction: column;
justify-content: center;
align-items: center;
        gap: 50px;
}
.sub2_1 .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    text-align: center;
}
.sub2_1 .check li {
    margin-bottom: 13px;
}
    .sub2_1 .image {
        width: 420px;
        padding-left: 40px;
    }

    .sub7 .qa_list li {
        width: 100%;
        padding: 20px 30px 20px 81px;
    }
    .sub7 .qa_list {
        width: 90%;
    }
    .sub7 .qa_list_text {
    font-size: 17px;
}
.sub7 .qa_list_text span {
    font-size: 22px;

}
}
@media (max-width: 1024px) {
    .sub2 .content .list {
        gap: 30px;
    }
.sub2 .content .list .item {
width: 26vw;
height: 26vw;
padding: 20px;
}
.sub7 .qa_list_text {
    font-size: 17px;
}
.sub7 .qa_list_text span {
    font-size: 22px;

}



.sub2 .content .list .item h4{
font-size: 35px;
font-weight: 600;
line-height: 140%; /* 49px */
letter-spacing: -1.05px;
}
.sub2 .content {
    place-self: anchor-center;
    margin-bottom: 140px;
}
}
@media (max-width: 768px) {
    .sub7 .qa_list_text {
    font-size: 15px;
}
.sub7 .qa_list_text span {
    font-size: 15px;

}
.sub7 .qa_list li {
        width: 100%;
        gap: 20px;
        padding: 20px 30px 20px 30px;
    }
}
@media (max-width: 600px) {
        .sub7 .qa_list {
        width: 100%;
    }

    .sub6 .list2 h5 {
        font-size: 16px;
    }
    .sub6 .list2 p {
        font-size: 14px;
    }
    .container-xxl, .container-sm {

    width: 100%;
    padding: 0 40px;
    }
    .sub2 .content .list {
        gap: 10px;
    }
        .sub7 .qa_list_text {
    font-size: 13px;
}
.sub7 .qa_list_num {
    font-size: 19px;
}
    .sub7 .qa_list li {
        padding: 20px 20px 20px 20px;
    }
.sub7 .qa_list_text span {
    font-size: 13px;

}
    .sub2_1 .image {
        width: 300px;
        padding-left: 40px;
    }
.sub2 .content .list .item {
    width: 95px;
    height: 95px;
padding: 20px;
}
.sub6 .list1 li {
    height: 69px;
    font-size: 15px;
    padding: 20px 15px;
}
.sub7 .qa_list_text {
    font-size: 14px;
}
.sub7 .qa_list_text span {
    font-size: 16px;

}

.sub2 .content .list .item h4{
font-size: 17px;
font-weight: 600;
line-height: 22px; /* 129.412% */
letter-spacing: -0.51px;
}
.sub2 .content {
    margin-bottom: 40px;
}
.sub3_list{
gap: 15px;
}

.sub3_list_text {
color: var(--title-1, #111);
font-family: Pretendard;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;
letter-spacing: -0.36px;
}
.sub3_list_text span {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 200%;
}

.sub3_table {
    width: 100%;
}
    .sub3 .list5 li {
        display: flex;
        min-width: 145px;
        height: 180px;
        padding: 31px 10px 15px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

.sub4 .table2 thead tr {
    font-size: 12px;
    height: 45px;
}
.sub4 .table2 tbody tr {
    font-size: 12px;
    height: 99px;
}
.sub4 {
    padding: 60px 0;
    gap: 60px;
}
    .sub3 .infographic {
        max-width: 67px;
    }
}