﻿@charset "utf-8";

@font-face{
font-family:"Century Gothic";
src:url('../fonts/GOTHIC.eot');
src:url('../fonts/GOTHIC.eot?#iefix') format('embedded-opentype'),
url('../fonts/GOTHIC.woff') format('woff'),
url('../fonts/GOTHIC.TTF') format('truetype');
url('../fonts/GOTHIC.svg#GOTHIC') format('svg')
src:local(※), url('../fonts/GOTHIC.woff') format('woff');
}

@font-face{
font-family:"Century Gothicb";
src:url('../fonts/GOTHICB.eot');
src:url('../fonts/GOTHICB.eot?#iefix') format('embedded-opentype'),
url('../fonts/GOTHICB.woff') format('woff'),
url('../fonts/GOTHICB.TTF') format('truetype');
url('../fonts/GOTHICB.svg#GOTHICB') format('svg')
src:local(※), url('../fonts/GOTHICB.woff') format('woff');
}

@font-face{
font-family:"Nanum Gothic";
src:url('../fonts/NanumGothic.eot');
src:url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
url('../fonts/NanumGothic.woff') format('woff'),
url('../fonts/NanumGothic.TTF') format('truetype');
src:local(※), url('../fonts/NanumGothic.woff') format('woff');
}

@font-face{
font-family:"Nanum Gothic Bold";
src:url('../fonts/NanumGothicBold.eot');
src:url('../fonts/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
url('../fonts/NanumGothicBold.woff') format('woff'),
url('../fonts/NanumGothicBold.TTF') format('truetype');
src:local(※), url('../fonts/NanumGothicBold.woff') format('woff');
}

@font-face{
font-family:"Nanum Pen";
src:url('../fonts/NanumPen.eot');
src:url('../fonts/NanumPen.eot?#iefix') format('embedded-opentype'),
url('../fonts/NanumPen.woff') format('woff'),
url('../fonts/NanumPen.TTF') format('truetype');
src:local(※), url('../fonts/NanumPen.woff') format('woff');
}

@font-face{
font-family:"YoureInvitedHeavy";
src:url('../fonts/YoureInvitedHeavy.eot');
src:url('../fonts/YoureInvitedHeavy.eot?#iefix') format('embedded-opentype'),
url('../fonts/YoureInvitedHeavy.woff') format('woff'),
url('../fonts/YoureInvitedHeavy.TTF') format('truetype');
src:local(※), url('../fonts/YoureInvitedHeavy.woff') format('woff');
}

@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

body {
	font-family: Century Gothic, Century Gothicb, Nanum Gothic, Nanum Gothic Bold, Nanum Myeongjo, Nanum Pen, YoureInvitedHeavy;
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
	border: 0;
}
	#wrapper {
		padding: 0;
		margin: 0;
	}
	#wrapper1 {
		z-index: 999;
		width: 100%;
		height: 80px;
		padding: 0;
		margin: 0 auto;	
		background-color: #fff;
		border-bottom: 1px solid #dbdbdb;
		border-top: 4px solid #01abf8;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;       
	}
	#wrapper1.sticky {
		position: fixed;
		z-index: 999;
		width: 100%;
		height: 50px;		
		padding: 0;
		margin: 0 auto;	
		background-color: #fff;
		border-bottom: 1px solid #dbdbdb;
		border-top: 4px solid #fff;
		filter:alpha(opacity=100); 
		opacity:1.0; 
		-moz-opacity:1.0;
		-ms-opacity:1.0;
		-webkit-opacity:1.0;
	}
	#wrapper2 {
		position: absolute;
		width: 100%;
		margin: 9px auto 0;
		padding: 0;	
	}
	header {
		width: 1080px;
		height: 80px;
		margin: 0 auto;
		padding: 0;		
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
	}
	#wrapper1.sticky header{
		height: 50px;
	}
	header h1 {
		float: left;
		width: 17%;
		height: 45px;
		color: #000;
		font-size: 2em;
		font-weight: lighter;
		padding: 0;
		margin: 32px 0 0;
		text-align: left;	
		background: url(../images/dukki_tree.png) no-repeat right top;		
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
	}
	#wrapper1.sticky header h1{
		display: none;
	}
	header h1 a {
		text-decoration:none;
		color: #000;
	}
	header h1 a:hover {
		color: #01abf8;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
	}
	header nav {
		float: left;
		width: 66%;
		padding: 0;
		margin: 24px 0 0 0;		
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;		
	}
	#wrapper1.sticky header nav{
		padding: 0 0 0 16px;
		margin: 0;
		background:url(../images/dukki_tree_8.png) no-repeat left bottom;
	}
	header p {
		float: right;
		width: 16%;
		font-size: 0.9em;
		font-weight: 500;
		padding: 0;
		margin: 48px 0 0 0;	
	}
	header .login a{
		float: left;
		color: #f1553c;
		margin-left: 14px;
		text-decoration: none;
		white-space: pre;
		background: url(../images/email.png) no-repeat left center;					
	}
	header .login a:hover {
		color: #fda496;
		background: url(../images/email_1.png) no-repeat left center;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;	
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
	}
	header .login a:first-child {
		color: #ff9900;	
		text-decoration: none;
		background: url(../images/login_5.png) no-repeat left center;
	}
	header .login a:hover:first-child {
		color: #ffc774;
		text-decoration: none;
		background: url(../images/login_6.png) no-repeat left center;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
	}
	#wrapper1.sticky header p{
		margin: 24px 0 4px 0;
	}
	nav ul {
		list-style-type: none;
		padding: 0;
		margin: 0;	
		
	}
	nav ul li {
		display: inline-block;
		margin: 20px 0 0 20px;
		position: relative;		
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
	}
	#wrapper1.sticky nav ul li{
		margin: 20px 0 0 20px;
	}
	nav ul li a {
		font-size: 0.9em;
		color: #777;
		text-decoration: none;
	}
	nav ul li a:hover {
		color: #000;
		text-decoration: none;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
	}
	nav ul li a:active {
		background-color: #fff;
	}
	nav ul li div {
		width: 100%;
		height: 2px;
		padding: 0;
		margin: 1px 0 0 0;
		background-color: #fff;
	}
	nav ul li a:hover div {
		width: 100%;
		height: 2px;
		padding: 0;
		margin: 1px 0 0 0;
		background-color: #01abf8;
		transition: all 0.8s ease;
		-webkit-transition: all 0.8s ease;
		-moz-transition: all 0.8s ease;
		-o-transition: all 0.8s ease;
		-ms-transition: all 0.8s ease;
	}
	nav ul li:hover div {
		width: 100%;
		height: 2px;
		padding: 0;
		margin: 1px 0 0 0;
		background-color: #01abf8;
		transition: all 0.8s ease;
		-webkit-transition: all 0.8s ease;
		-moz-transition: all 0.8s ease;
		-o-transition: all 0.8s ease;
		-ms-transition: all 0.8s ease;
	}
	.home {
		display: none;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
	}
	#wrapper1.sticky .home{
		display: inline-block;
	}
	.home a{
		color: #01abf8;
	}
	.home a:hover{
		color: #01abf8;
	}
	.hidden {
		display: none;
	}
	.exhi a {
		color: #ff9e00;
	}
	.exhi a:hover {
		color: #FF6B00;
	}
	.exhi a:hover div {
		background-color: #f00;
	}
	footer {
		width: 1080px;
		padding: 0;
		margin: 0 auto;	
	}
	footer p {
		float: left;
		width: 55%;
		color: #777;
		font-size: 0.9em;
		text-align: left;
		padding: 0;
		margin: 0 0 30px;	
	}
	footer span {
		color: #333;
	}
	footer .olderhome {
		float: right;
		width: 21%;
		text-align: right;
		padding: 0;
		margin: 0;	
		white-space: pre;
	}
	footer .olderhome a {
		color: #01abf8;
		font-size: 1em;
		text-decoration: none;
		background: url(../images/home_1.png) no-repeat left center;
	}
	footer .olderhome a:hover {
		color: #58D3F7;
		font-size: 1em;
		text-decoration: none;
		background: url(../images/home_2.png) no-repeat left center;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
	}
	.top {
		position: fixed;
		left: 95%;
		bottom: 14px;
		display: none;
		text-decoration: none;
	}
	.top div {
		width: 45px;
		height: 45px;
		padding: 0;
		margin: 0;
		border: 0;		
		background-image: url(../images/up_icon_01.png);
	}
	.top div:hover {
		background-image: url(../images/up_icon_02.png);
	}
	.board {
		list-style-type: none;
		position: absolute;
		margin: 14px 0 0;
		padding: 0 0 0 1px;
		width: 496px;
		height: 0;
		background: #fff;		
		overflow: hidden;
		box-shadow: 0 1px 3px rgba(0,0,0,.0);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.0);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.0);
		-ms-box-shadow: 0 1px 3px rgba(0,0,0,.0);
		transition: height .6s;
		-webkit-transition: height .6s;
		-moz-transition: height .6s;
		-ms-transition: height .6s;
		z-index: 990;
	}
	#wrapper1.sticky .board{
		margin: 8px 0 0;
	}
	.board li {
		display: inline-block;
		float: left;
		position: relative;
		margin: 6px 0 0;
		padding: 3px 0 6px;		
		border-left: 1px solid #F2F2F2;
	}
	#wrapper1.sticky .board li{
		margin: 6px 0 0;
		padding: 3px 0 6px;	
	}
	.board li:first-child {
		border-left: none;
	}
	.board li a {
		color: #01A9DB;
		margin: 0;
		padding: 10px 15px 14px;
		font-size: 14px;
	}
	.board li:hover a{
		color: #fff;
		background: #58D3F7;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;		
	}
	nav ul li:hover .board {
		height: 43px;
		border-left: 1px solid #bdbdbd;
		border-right: 1px solid #bdbdbd;
		border-bottom: 1px solid #bdbdbd;
		box-shadow: 0 1px 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
		-ms-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	}