스칸디나비아 스타일

Scandinavian style

밝은 자작나무·화이트오크 톤, 흰 벽, 절제된 패브릭 색을 쓰는 북유럽식 실내 스타일. 기능과 채광을 최우선에 둡니다.

다른 이름: Scandi designNordic style
···
html
<div class="room">
<svg viewBox="0 0 400 250">
  <rect width="400" height="250" fill="#f7f4ee"/>
  <rect y="196" width="400" height="54" fill="#e8dcc4"/>
  <line x1="0" y1="210" x2="400" y2="210" class="plank"/>
  <line x1="0" y1="226" x2="400" y2="226" class="plank"/>
  <line x1="0" y1="242" x2="400" y2="242" class="plank"/>
  <rect x="26" y="40" width="70" height="120" fill="#fff" stroke="#d8d0bf" stroke-width="3"/>
  <line x1="61" y1="40" x2="61" y2="160" stroke="#d8d0bf" stroke-width="2"/>
  <path class="sheer" d="M30,44 q34,58 0,112 q34,-58 62,0 q-34,-58 0,-112" fill="#fff" opacity=".7"/>
  <rect x="150" y="150" width="130" height="50" rx="14" fill="#aecbd2"/>
  <rect x="150" y="132" width="130" height="26" rx="12" fill="#bcd6dc"/>
  <rect x="158" y="196" width="8" height="16" fill="#caa06a"/>
  <rect x="264" y="196" width="8" height="16" fill="#caa06a"/>
  <circle cx="330" cy="182" r="22" fill="none" stroke="#caa06a" stroke-width="3"/>
  <rect x="326" y="196" width="8" height="18" fill="#caa06a"/>
  <ellipse cx="330" cy="176" rx="20" ry="6" fill="#efe6d4"/>
  <rect id="flame" x="327" y="163" width="5" height="9" rx="2" fill="#f2a154"/>
  <path d="M370,200 q-2,-50 26,-70" stroke="#4a7a5a" stroke-width="4" fill="none"/>
  <ellipse cx="392" cy="126" rx="16" ry="10" fill="#6fa377"/>
  <ellipse cx="382" cy="140" rx="14" ry="9" fill="#7bb185"/>
</svg>
</div>
css
.room{width:min(92%,480px);aspect-ratio:400/250}
.room svg{width:100%;height:100%;display:block}
.plank{stroke:#d8c9a8;stroke-width:1}
.sheer{animation:sway 5s ease-in-out infinite;transform-origin:60px 100px}
#flame{animation:flick 1.1s ease-in-out infinite;transform-origin:329px 172px}
@keyframes sway{0%,100%{transform:translateX(0)}50%{transform:translateX(3px)}}
@keyframes flick{0%,100%{transform:scaleY(1) translateX(0)}50%{transform:scaleY(1.25) translateX(1px)}}

20세기 중반 덴마크·스웨덴·노르웨이·핀란드에서 자리 잡은 것으로 알려진 스칸디나비아 스타일은, 해가 짧은 북유럽의 겨울에 최대한 많은 자연광을 들이고 싶다는 실용적인 필요에서 출발했다고 전해집니다. 흰 벽과 밝은 바닥이 적은 채광을 반사시켜 공간을 넓고 밝게 만듭니다.

가구는 장식을 최소화하고 나무 결을 그대로 드러내는 자작나무·화이트오크 소재를 즐겨 씁니다. 색은 흰색과 밝은 회색을 바탕에 두고, 파스텔에 가까운 블루·그린 정도로만 포인트를 줍니다. 패브릭은 울·리넨처럼 자연 소재를 쓰고, 겨울철 안락함을 뜻하는 "휘게(hygge)" 개념에 따라 담요나 캔들 같은 온기 요소를 곁들이는 경우가 많습니다.

가구 수를 줄이고 여백을 넉넉히 남기는 것이 핵심이라, 수납이 부족해지기 쉽습니다. 벽면 수납이나 다용도 가구로 절제된 인상을 해치지 않으면서 수납을 확보하는 것이 실무에서 자주 마주치는 과제입니다.

언제 쓰나

채광이 부족한 방을 밝고 넓어 보이게 하고 싶을 때, 또는 절제되고 차분한 무드를 원할 때 씁니다. 수납이 부족해지기 쉬우니 벽면 수납을 먼저 계획하세요.