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


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

Site Name : 경남여성회
Part : 
Last edit : 2023
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)
font-family: 'Nanum Gothic', sans-serif; (400,700,800)
font-family: 'NanumSquareRound', sans-serif; (300,400,700,800)
font-family: 'Sang Sang Title'; (300, 500)
font-family: 'GmarketSans', sans-serif; (300,500,700)

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




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

#wrap { position:relative; width:100%; min-width:1600px; margin:0; overflow:hidden;}




/* 시멘틱 기본 값 */

section { width:100%; padding-top:160px;}
section>h2 { display:none;}
header { position:fixed; top:0; left:0; width:100%; z-index:200; /* 1차 메뉴 배경색 */ background-color:rgba(255,255,255,1);}
footer { width:100%; overflow:hidden;}





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

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


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

#wrap { position: relative; width: 100%; min-width: auto; margin: 0; overflow: visible;}




/* 시멘틱 기본 값 */

section { padding-top:100px;}
header { height:80px; width: 100%;}
footer {}



}



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

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


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

#wrap { min-width:320px;}




/* 시멘틱 기본 값 */

section { background-image:none; padding-top:59px;}
header { height:60px;}
footer {}




}