﻿@charset "utf-8";
/* CSS Document */


/* CSS Information ----------------------------------------

Site Name : E2FESTA 2026공학페스티벌
Part : 레이아웃
Last edit : 2026.07
Author : Gautech

관련폰트 :
font-family: 'Noto Sans KR', sans-serif; (100,300,400,500,600,700,900)
font-family: 'Noto Serif KR', serif; (200,300,400,500,700,900)
font-family: 'Roboto', sans-serif; (300,400,500,700,900)
font-family: 'SeoulNotice'; (500,700,800,900)

--------------------------------------------------------- */




/* 전체 wrap -------------------------------------- */

#wrap { position:relative; width:100%; min-width:1100px;}




/* 시멘틱 기본 값 */

header { position:absolute; top:0; left:0; width:100%; height:150px; z-index:200;}
section { width:100%;}
section>h2 { display:none;}
footer { width:100%; background-color:#F7F7F7;}





/* 1100 ~ 768까지 태블릿 설정 */

@media screen and (max-width:1100px){


/* 전체 wrap -------------------------------------- */

#wrap { position:relative; width:100%; min-width:auto;}




/* 시멘틱 기본 값 */
header { width:100%; height:80px;}
section { width:100%;}
footer { width:100%;}



}



/* 767 ~ 320까지 모바일 설정 */

@media screen and (max-width:767px){


/* 전체 wrap -------------------------------------- */

#wrap { position:relative; width:100%; min-width:320px;}




/* 시멘틱 기본 값 */
header { width:100%; height:60px;}
section { width:100%;}
footer { width:100%;}




}