인더스트리얼 로프트

Industrial loft

오래된 공장·창고 건물을 그대로 살려 노출 벽돌, 콘크리트, 검은 금속 배관을 인테리어 요소로 쓰는 스타일.

다른 이름: Industrial styleFactory loft
···
html
<div class="room">
<svg viewBox="0 0 400 250">
  <defs>
    <pattern id="brickPat" width="40" height="20" patternUnits="userSpaceOnUse">
      <rect width="40" height="20" fill="#3b2f28"/>
      <rect x="0" y="0" width="38" height="9" fill="#4a3b30"/>
      <rect x="20" y="10" width="38" height="9" fill="#4a3b30"/>
    </pattern>
    <radialGradient id="bg"><stop offset="0%" stop-color="#ffcf8a" stop-opacity=".5"/><stop offset="100%" stop-color="#ffcf8a" stop-opacity="0"/></radialGradient>
  </defs>
  <rect width="400" height="204" fill="url(#brickPat)"/>
  <rect y="204" width="400" height="46" fill="#151210"/>
  <line x1="30" y1="20" x2="30" y2="200" stroke="#0e0e0f" stroke-width="6"/>
  <line x1="130" y1="20" x2="130" y2="200" stroke="#0e0e0f" stroke-width="6"/>
  <line x1="24" y1="70" x2="136" y2="70" stroke="#0e0e0f" stroke-width="6"/>
  <line x1="24" y1="130" x2="136" y2="130" stroke="#0e0e0f" stroke-width="6"/>
  <rect x="40" y="46" width="26" height="22" fill="#5a4a3a"/>
  <rect x="80" y="42" width="18" height="26" fill="#6a5a48"/>
  <rect x="44" y="106" width="34" height="22" fill="#4a3a2c"/>
  <line x1="300" y1="0" x2="300" y2="58" stroke="#0e0e0f" stroke-width="2"/>
  <circle id="glow" cx="300" cy="66" r="46" fill="url(#bg)"/>
  <circle id="bulb" cx="300" cy="66" r="10" fill="#ffcf8a"/>
  <rect x="220" y="164" width="140" height="40" rx="6" fill="#5a3324"/>
  <rect x="220" y="146" width="140" height="24" rx="10" fill="#6a3e2c"/>
  <rect x="226" y="204" width="10" height="16" fill="#2c1a12"/>
  <rect x="344" y="204" width="10" height="16" fill="#2c1a12"/>
</svg>
</div>
css
.room{width:min(92%,480px);aspect-ratio:400/250}
.room svg{width:100%;height:100%;display:block}
#bulb,#glow{animation:flicker 3s ease-in-out infinite}
@keyframes flicker{0%,100%{opacity:1}48%{opacity:1}50%{opacity:.7}52%{opacity:1}76%{opacity:.85}}

1960~70년대 뉴욕 소호 지역에서 예술가들이 낡은 공장·창고 건물을 저렴하게 주거·작업 공간으로 개조하며 자리 잡은 것으로 알려진 스타일입니다. 새로 마감재를 덧대는 대신 건물이 이미 가진 벽돌, 콘크리트, 철골을 그대로 드러내는 것이 출발점입니다.

노출 벽돌 벽, 마감하지 않은 콘크리트 바닥, 검게 도장한 철제 선반이나 배관이 대표적인 구성 요소입니다. 조명은 필라멘트가 보이는 에디슨 전구를 펜던트로 늘어뜨려 따뜻한 색온도로 차가운 재료의 균형을 맞춥니다. 가죽 소파처럼 낡아갈수록 멋이 나는 소재와 잘 어울립니다.

차가운 재료(벽돌·콘크리트·금속)만 있으면 공간이 삭막해지므로, 가죽·나무 같은 따뜻한 질감을 최소 한두 가지 곁들이고 조명을 낮은 색온도로 맞추는 것이 실무에서 자주 쓰는 균형 잡기 방법입니다.

언제 쓰나

벽돌이나 콘크리트가 이미 드러나 있는 공간을 살리고 싶을 때 씁니다. 차가운 재료만 두면 삭막해지니 가죽·나무 같은 따뜻한 소재를 함께 두세요.