.max-1024 {
    max-width: 1024px;
    margin: 0 auto;
    height: 100%;
}
/* 섹션1 */
#section1 {
    min-height: 800px;
    margin: 80px auto;
}
#section1 h1 {
    position: relative;
    font-weight: bold;
    line-height: 11rem;
    color: rgb(0,48,91);
}
#section1 h1::after {
    position: absolute;
    content: '';
    bottom: 30px;
    left: 0;
    width: 456px;
    height: 2px;
    background-color: rgb(0,48,91);
}
#section1 .smart-factory-intro p {
    color: rgb(0,48,91);
    font-weight: bold;
}
#section1 img {
    margin: 0 auto;
    transform: translateX(126px);
}
/* 섹션2 */
#section2 {
    background-color: rgb(221 221 221 / 80%);
    max-width: 100vw;
    width: 100vw;
    padding: 40px 0;
}
#section2 h4 {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: rgb(0,48,91);
    margin-bottom: 60px;
}
#section2 h4::after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 50%;
    width: 80px;
    height: 4px;
    background-color: rgb(0,48,91);
    transform: translateX(-50%);
}
#section2 .section2-wrap {
    display: flex;
}
#section2 .section2-wrap img {
    margin: 24px;
}
#section2 .section2-wrap .jangjeom {
    position: relative;
}
#section2 .section2-wrap .jangjeom .flex {
    display: flex;
    justify-content: start;
    align-items: center;
}
#section2 .section2-wrap .jangjeom .flex i {
    padding: 0 16px 0 30px;
    color: #000;
    font-size: 2rem;
}
#section2 .section2-wrap .jangjeom .flex p {
    font-size: 1.25rem;
    font-weight: bold;
    color: rgb(0,48,91);
}
/* 섹션3 */
#section3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#section3 h1 {
    font-weight: bold;
    color: rgb(0,48,91);
}
#section3>p {
    color: rgb(0,48,91);
    font-weight: 400;
}
#section3 .why-solution {
    display: flex;
    justify-content: center;
    margin: 40px auto;
    text-align: center;
}
#section3 .why-solution .solution-content {
    padding: 24px;
    font-weight: bold;
}
#section3 .why-solution .solution-content h6 {
    font-size: 1.25rem;
    line-height: 2.25rem;
    margin: 16px 0 24px;
    color: rgb(0,48,91);
}
#section3 .why-solution .solution-content p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: rgb(0,48,91);
}
/* 섹션4 */
#section4 {
    background-color: rgb(221 221 221 / 80%);
    text-align: center;
}
#section4 h4 {
    margin: 24px;
    color: rgb(0,48,91);
    font-weight: bold;
}
#section4 img {
    padding: 24px;
}