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


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

Site Name : 동백호수공원두산위브더제니스 애비뉴
Part : 
Last edit : 2022
Author : Gautech

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

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




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

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




/* 시멘틱 기본 값 */

header { position:fixed; top:0; left:0; width:100%; height:110px; z-index:200; /* 1차 메뉴 배경색 */ background-color:rgba(255,255,255,0); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;}
section { width:100%;}
section>h2 { display:none;}
footer { width:100%;}





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

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


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

#wrap { position:relative; width:100%; min-width:auto; padding-top:80px;}




/* 시멘틱 기본 값 */
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; padding-top:60px;}




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




}