.newsbox {
    width: 100%;

    padding: 50px;
}

.newtop {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}

.newsnav {
    display: flex;
    align-items: center;
}

.newsnav div {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #000;
}

.newtitle {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #000000;
    margin-top: 20px;
}

.aboutcontent {
    width: 1200px;
    margin: 0 auto;
}

.abouttopbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.abouttop {
    width: 576px;
    height: 360px;
}

.abouttop img {
    width: 100%;
    height: 100%;
}

.abouttext {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #000000;

}

.abouttopbox .abouttext {
    width: 576px;
}

.abouttitle {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #000000;
    margin: 30px 0;
    margin-top: 50px;
}

.aboutlist {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    display: grid;
    grid-template-columns: repeat(2, 580px);
    gap: 40px;
}

.aboutli {
    width: 580px;
    display: flex;
    align-items: flex-start;
    background: #F5F5F5;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 12px;
}

.aboutli img {
    width: 100%;
    height: 300px;
    margin-right: 20px;
}

.ablititle {
    font-family: Roboto;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin: 15px 0;
    text-align: left;
}

.ablicont {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #000000;
    text-align: left;
}



@media (max-width: 1200px) {
    .newsbox {
        padding: 20px;
    }

    .newtop {
        width: 100%;
        box-sizing: border-box;
    }

    .newsnav div {
        font-family: Roboto;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-offset: 0%;
        text-decoration-thickness: 0%;
    }

    .newtitle {
        font-family: Roboto;
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0%;
    }

    .aboutlist {
        width: 100%;
        box-sizing: border-box;
        display: block;
        padding: 20px;
    }

    .aboutli {
        width: 100%;
        margin-bottom: 50px;
    }

    .aboutli img {
        width: 100%;
        height: 428px;
        object-fit: cover;
    }

    .aboutcontent {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        padding-top: 0;
    }

    .abouttopbox {
        display: block;
    }

    .abouttop {
        width: 100%;
        height: 151px;

    }

    .abouttop img {
        object-fit: cover;
    }

    .abouttopbox .abouttext {
        display: none;
    }

    .abouttitle {
        font-family: Roboto;
        font-weight: 700;
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 0%;
        margin-top: 30px;
    }

    .abouttext {
        font-family: Roboto;
        font-weight: 400;
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 0%;
    }

    .aboutli {
        display: block;
    }

}