@charset 'UTF-8';
/*
  파일명: layout.css
  작성자: 김도희
  최초작성일: 2025-04-30
  수정자: 김도희
  수정일: 2025-04-30
  설명: 이 파일은 layout 관련 css입니다. 
*/

html, body {height: 100%;margin: 0;overflow: hidden;}
/* GNB header */
#wrap{display: flex; flex-direction: column; -ms-flex-direction: column; height: 100%;overflow: auto;}
#wrap.bg-white{background-color: #ffffff;}
#gnb{display: flex; align-items: center; flex-shrink: 0; height: 72px; padding: 0 32px; background-color: #fff;}
#gnb a, #gnb a img{display: inline-block; height: 28px;}
