.about_main_box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: calc(1px + 4rem);
}

.about_main {
    max-width: 1780px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_main_left {
    width: 44.1573%;
}

.about_main_left .p1 {
    font-family: DM Sans, DM Sans;
    font-weight: 700;
    font-size: calc(8px + 2rem);
    color: #FB7E4E;
    line-height: calc(10px + 3rem);
    letter-spacing: calc(0px + 0.1rem);
}

.about_main_left .p2 {
    font-family: DM Sans, DM Sans;
    font-weight: 300;
    font-size: calc(4px + 0.5rem);
    color: #666666;
    line-height: calc(6px + 1.5rem);
    margin-top: calc(9px + 1rem);
}

.about_main_pic {
    width: 53.9326%;
    height: calc(185px + 20rem);
}

.about_main_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adv_box {
    width: 100%;
    padding-top: calc(24px + 5rem);
    padding-bottom: calc(14px + 4rem);
}

.adv {
    max-width: 1500px;
    width: 90%;
    margin: auto;
}

.adv .p0 {
    font-family: DM_Sans_regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 1.5rem);
    text-align: center;
    margin-top: calc(5px + 0.25rem);
}

.advantage_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: calc(9px + 3rem);
}

.advantage_list_item {
    width: 33.333333%;
    height: calc(100px + 10rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(8px + 0.5rem);
    border: 1px #D8D8D8 solid;
    cursor: pointer;
}

.advantage_list_item:hover .p1 {
    background-color: #FB7E4E;
    color: #ffffff;
}

.advantage_list_item .p1 {
    width: calc(60px + 10rem);
    height: calc(6px + 2rem);
    background: #F7F1EF;
    font-family: DM_Sans_regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1rem);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.advantage_list_item .p2 {
    font-family: DM_Sans_regular;
    font-weight: 400;
    font-size: calc(6px + 0.5em);
    color: #666666;
    line-height: calc(10px + 1rem);
    text-align: center;
    width: calc(60px + 10rem);
}

.advantage_list_item:nth-of-type(1) {
    border-left: none;
    border-top: none;
    border-right: none;
}

.advantage_list_item:nth-of-type(2) {
    border-top: none;
    border-right: none;
}

.advantage_list_item:nth-of-type(3) {
    border-top: none;
    border-right: none;
}

.advantage_list_item:nth-of-type(4) {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.advantage_list_item:nth-of-type(5) {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.advantage_list_item:nth-of-type(6) {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.fac_box {
    width: 100%;
    padding-bottom: calc(18px + 3rem);
}

.fac_box .p0 {
    width: calc(403px + 50rem);
    margin: auto;
    font-family: DM_Sans_regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 1.5rem);
    text-align: center;
    margin-top: calc(5px + 0.25rem);
}

.fac_list_box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: calc(3px + 2rem);
}

.fac_list {
    max-width: 1780px;
    width: 95%;
}

.fac_list_swiper {
    width: 100%;
}

.fac_item {
    width: 100%;
    height: calc(31px + 15rem);
}

.fac_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fac_bottom {
    max-width: 1640px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(16px + 3rem);
}

.line_box {
    width: calc(200px + 50rem);
    height: calc(1px + 0.2rem);
    background: #EFEFEF;
    border-radius: calc(83px + 5rem);

}

.line {
    width: calc(69px + 5rem);
    height: calc(1px + 0.2rem);
    background: #FB7E4E;
    border-radius: calc(83px + 5rem);
}

.fac_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(2px + 0.5rem);
}

.fac_btn .prev {
    width: calc(8px + 2rem);
    height: calc(8px + 2rem);
    background: rgba(251, 126, 78, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    cursor: pointer;
}

.fac_btn .next {
    width: calc(8px + 2rem);
    height: calc(8px + 2rem);
    background: #FB7E4E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fac_btn img {
    width: calc(4px + 1rem);
}

.about_4_box {
    width: 100%;
    background-color: #F8F7F6;
    padding: calc(15px + 2rem) 0;
}

.about_4 {
    max-width: 1500px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_4_left {
    width: 44.2%;
}

.about_4_left .p1 {
    font-family: DM_Sans_bold;
    font-weight: 600;
    font-size: calc(10px + 1rem);
    color: #FB7E4E;
    line-height: calc(10px + 1.5rem);
    letter-spacing: 1px;
}

.about_4_left .p2 {
    font-family: DM_Sans_regular;
    font-weight: 400;
    font-size: calc(4px + 0.5rem);
    color: #666666;
    line-height: calc(6px + 1.5rem);
    margin-top: calc(9px + 0.5rem);
}

.about_4_right {
    width: 52.4667%;
}

.about_4_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fac_list_swiper_m {
    display: none;
}

.fac_list_swiper {
    display: block;
}

@media screen and (max-width: 1100px) {
    .about_main {
        width: 90%;
        margin: auto;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }

    .about_main_left {
        width: 100%;
    }

    .about_main_left .p1 {
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }

    .about_main_left .p1 br {
        display: none;
    }

    .about_main_left .p2 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .about_main_pic {
        width: 100%;
        height: auto;
    }

    .adv .p0 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .advantage_list {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
    }

    .advantage_list_item {
        width: 100%;
        border: none;
        border-bottom: 1px #D8D8D8 solid !important;
    }

    .advantage_list_item .p2 {
        width: 100%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .advantage_list_item .p1 {
        width: max-content;
        height: calc(28px + 2rem);
        font-size: calc(14px + 1rem);
        padding: 0 calc(10px + 1rem);
    }

    .fac_box .p0 {
        width: 90%;
        margin: auto;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .fac_list_swiper_m {
        display: block;
    }

    .fac_list_swiper {
        display: none;
    }

    .fac_item {
        height: auto;
    }


    .fac_btn .prev {
        width: calc(20px + 2rem);
        height: calc(20px + 2rem);
    }

    .fac_btn .next {
        width: calc(20px + 2rem);
        height: calc(20px + 2rem);
    }
    .fac_btn img {
        width: calc(20px + 1rem);
    }
    .about_4{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .about_4_left{
        width: 100%;
    }
    .about_4_left .p1{
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .about_4_left .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .about_4_right{
        width: 100%;
    }
}