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


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

Site Name : 한솔이랑
Part :
Last edit : 2024.04
Author : Gautech

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

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




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

#wrap { position:relative; width:100%; height:100vh; padding:0; margin:0 auto; text-align:center;}




/* 시멘틱 기본 값 */

header { position:fixed; top:0; left:0; width:100%; min-width:360px; height:60px; z-index:200; /* 1차 메뉴 배경색 */ background-color:#233050; -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%;}


