바이오필릭 디자인

Biophilic design

식물, 자연광, 원목처럼 자연 요소를 실내로 적극적으로 끌어들여 사람과 자연의 연결을 회복하려는 설계 원칙.

다른 이름: Biophilia in interiors
···
html
<div class="room">
<svg viewBox="0 0 400 250">
  <rect width="400" height="250" fill="#f2efe6"/>
  <rect y="206" width="400" height="44" fill="#cdbfa0"/>
  <rect x="20" y="20" width="180" height="150" fill="#bcd9c4" stroke="#8a9a86" stroke-width="6"/>
  <line x1="110" y1="20" x2="110" y2="170" stroke="#8a9a86" stroke-width="4"/>
  <line x1="20" y1="95" x2="200" y2="95" stroke="#8a9a86" stroke-width="4"/>
  <circle cx="60" cy="130" r="30" fill="#7fae82"/>
  <circle cx="160" cy="60" r="26" fill="#8fbb8f"/>
  <rect x="330" y="20" width="52" height="150" fill="#3c4a34"/>
  <rect x="336" y="30" width="10" height="10" fill="#557a4c"/>
  <rect x="352" y="46" width="10" height="10" fill="#6b8f57"/>
  <rect x="368" y="34" width="10" height="10" fill="#557a4c"/>
  <rect x="340" y="66" width="10" height="10" fill="#6b8f57"/>
  <rect x="360" y="80" width="10" height="10" fill="#4d6e46"/>
  <rect x="336" y="100" width="10" height="10" fill="#6b8f57"/>
  <rect x="356" y="116" width="10" height="10" fill="#557a4c"/>
  <rect x="372" y="94" width="10" height="10" fill="#4d6e46"/>
  <rect x="344" y="140" width="10" height="10" fill="#6b8f57"/>
  <rect x="366" y="150" width="10" height="10" fill="#557a4c"/>
  <g id="plantL">
    <line x1="246" y1="206" x2="246" y2="170" stroke="#6b4a2e" stroke-width="4"/>
    <path d="M246,182 q-24,-8 -30,-30 q26,2 30,30" fill="#5f9a63"/>
    <path d="M246,176 q24,-10 32,-30 q-28,0 -32,30" fill="#6fac72"/>
    <path d="M246,166 q-4,-24 8,-40 q10,20 -8,40" fill="#79b57c"/>
  </g>
  <g id="plantR">
    <line x1="290" y1="0" x2="290" y2="26" stroke="#6b4a2e" stroke-width="2"/>
    <path d="M290,26 q-22,10 -18,34 q20,-4 18,-34" fill="#6fac72"/>
    <path d="M290,26 q22,10 18,34 q-20,-4 -18,-34" fill="#5f9a63"/>
  </g>
</svg>
</div>
css
.room{width:min(92%,480px);aspect-ratio:400/250}
.room svg{width:100%;height:100%;display:block}
#plantL{animation:sway 4s ease-in-out infinite;transform-origin:246px 206px}
#plantR{animation:sway 4.6s ease-in-out infinite reverse;transform-origin:290px 20px}
@keyframes sway{0%,100%{transform:rotate(-2deg)}50%{transform:rotate(2deg)}}

"바이오필리아(생명 사랑)"라는 개념은 생물학자 에드워드 윌슨이 사람에게 자연을 찾는 본능이 있다는 가설로 제시한 것으로 알려져 있으며, 이후 건축·인테리어 분야에서 이를 공간 설계 원칙으로 구체화했습니다. 핵심은 식물 화분을 놓는 수준을 넘어, 채광·환기·재료까지 자연을 닮게 만드는 것입니다.

실내 식물을 여러 높이에 배치하고, 가능하면 천장까지 닿는 큰 화분이나 작은 그린월(식물 벽)을 두어 밀도를 만듭니다. 창을 최대한 가리지 않아 하루 중 빛의 변화가 실내에 그대로 드러나게 하고, 원목·돌처럼 가공을 덜 거친 재료를 마감에 씁니다. 나뭇잎이나 물결 같은 자연의 불규칙한 패턴을 러그나 벽지에 반영하기도 합니다.

식물을 관리할 자신이 없다면 과습이나 채광 부족으로 오히려 시든 식물이 방치되는 역효과가 나기 쉬우므로, 관리가 쉬운 종부터 시작해 개수를 늘려가는 편이 안전합니다.

언제 쓰나

채광이 좋은 공간에서 자연과의 연결감을 강조하고 싶을 때 씁니다. 식물 관리에 자신이 없다면 관리가 쉬운 종부터 적은 수로 시작하세요.