@media screen and (max-width:1200px) {
    section:nth-child(2) { padding-top:2.5rem; }
    section:nth-child(2) .flex_horizontal {gap:0; height: auto;}
    section:nth-child(2) .flex_vertical .grid_box { margin:1.875rem 1.25rem; }
    section:nth-child(2) .flex_vertical .grid_box h5 { margin-bottom:.625rem; font-size:.875rem; line-height:1.42; }
    section:nth-child(2) .flex_vertical .grid_box p { font-size:.8125rem; line-height:1.7; }
    section:nth-child(2) .flex_vertical .img_box { overflow:hidden; position:relative; aspect-ratio:3/2; }
    section:nth-child(2) .flex_vertical .img_box img { position:absolute; top:50%; left:0; width:100%; translate:0% -50%; }

    section:nth-child(3) .flex_horizontal.stagger { overflow:hidden; overflow-x:scroll; flex-direction:row; gap:.625rem; padding-inline:1.875rem; margin:1.875rem -1.875rem 0; }
    section:nth-child(3) .flex_horizontal.stagger .white_box { flex:none; width:64.1vw; height:auto; padding:1.25rem; }
    section:nth-child(3) .flex_horizontal .flex_vertical .flex_horizontal { align-items:flex-start; justify-content:center; width:100%; height:3rem; margin-bottom:1.25rem; }
    section:nth-child(3) .flex_horizontal .flex_vertical .flex_horizontal img { position:static; width:auto; height:100%; }
    section:nth-child(3) .flex_horizontal .flex_vertical:nth-child(3) .flex_horizontal img { height:75%; }
    section:nth-child(3) .flex_horizontal h5 { margin:0; margin-bottom:.625rem; font-size:1.125rem; line-height:1.44; }
    section:nth-child(3) .flex_horizontal.stagger .white_box p { font-size:.8125rem; line-height:1.7; }

    section:nth-child(4) .sub_desc2 { padding:1.375rem .625rem; margin-top:1.875rem; }
    .sub_desc2 h5 { margin-bottom:1.25rem; font-size:1.125rem; line-height:1.11; letter-spacing:-.03em; }
    .sub_desc2 p { font-size:.8125rem; line-height:1.84; letter-spacing:-.04em; }
    section:nth-child(4) .sub_desc2 img { max-width:100%; margin-top:1.75rem; }

    .en section:nth-child(3) .flex_horizontal h5 { white-space:nowrap; }
    .en .sub_desc2 h5 { line-height:1.33; }
}