﻿@charset "utf-8";
/* Reset CSS */

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
html {
	font-size: 100%;
	overflow-x: hidden;/* 2013.5.28 */
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article, aside, footer, header, menu, nav, section {
	display: block;
}
ul, ol, dl {
	list-style: none;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
a {
	text-decoration: none;
}
input, select {
	vertical-align: middle;
}
body {
	font-family: Nanum Gothic, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	color: #333;
}
label {
	cursor: pointer;
}
.bold {
	font-weight: bold;
}
/* Layout */
#wrap {
	background-color:#fffec6;
	height:100%;
}
#head {
	width: 100%;
    height:70px;
	margin: 0 auto;
	position: relative;
	background-color:#fff;
}
#head h1 {
	float: left;
	padding: 7px 0 0 5px;
}
#head p.wifi {
	position: absolute;
	top:26px;
	right:5px;
	text-align:right;
}
#head_web {
	width: 1000px;
    height:70px;
	margin: 0 auto;
	position: relative;
}
#head_web h1 {
	float: left;
	padding: 7px 0 0 5px;
}
#head_web p.wifi {
	position: absolute;
	top:30px;
	right:5px;
	text-align:right;
}
/* MAIN */
#main_w {
	width: 100%;
	text-align: center;
	background-color:#fffec6;
}
.main {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-color: #fffec6;

}

.btn{width: 100%;margin:10px auto;text-align:center; background-color: #fffec6;}
.btn_left{float:left; width: 48%;text-align:right; padding-left:5px;}
.btn_right{float:right; width: 48%;text-align:left; padding-right:5px;}






