sunflower.kr
calc를 이용하여 vw로 변환하기
기준이 1920인 width: 500px; 를 vw로 변경 할 경우 :root { –vw-base: 1920; } .foo { width: calc(500 * 100vw / var(–vw-base)); }