@charset "utf-8";
/* ============================== Header ============================== */

header {
	width: 100%; height: 64px; position:fixed; top:0; z-index: 15;
	background-color: #fff; *background-color: #fff; background-color: #fff\9;
}

#nav-btn {
	display: none;
	float: left; /*margin-top:15px;*/
	/*width:22px; height:18px; background:url( '../../images/common/nav_btn.gif' ) no-repeat;*/
	width: 44px; height: 48px; background: url( '../../images/common/nav_btn.gif' ) 0 50% no-repeat;
}
#login-btn {
	display:none; cursor:pointer;
	float:right; margin-top:15px;
	width:18px; height:18px;
}
#search-btn {
	display:none; cursor:pointer;
	float:right; margin-top:15px;
	width:18px; height:18px;
}
#search-btn > img.search-btn-off { display:none; }
/*#search-btn > div.search-btn-off {
	display:none; width: 40px; height: 30px; text-align: center; line-height: 30px;
	position:relative; top: -7px; right: 24px;
	
	border: 1px solid rgba( 0, 113, 140, 0.8 ); color: #016c88; border-radius:5px;
	border-radius:5px; border: 0;
	-webkit-box-shadow: 0 2px 3px rgba(199,199,199,0.61);
	-moz-box-shadow: 0 2px 3px rgba(199,199,199,0.61);
	-ms-box-shadow: 0 2px 3px rgba(199,199,199,0.61);
	-o-box-shadow: 0 2px 3px rgba(199,199,199,0.61);
	box-shadow: 0 2px 3px rgba(199,199,199,0.61);
}
*/
/* ========== Header - PC ========== */

.header-p {
	width:1024px; margin:0 auto; padding:10px 0; position:relative; height: 79px;
	background-color:#fff; *background-color:#fff; background-color:#fff\9;
}

.header-p > h1 {
	float:left; width:210px; height:78px; background:url( '../../images/common/logo.gif' ) no-repeat; font-size:0;
}
.header-p > h2 { display:none; }

.header-p > nav {
	float:left; margin:40px 0 0 35px;
}
.header-p > nav > ul > li {
	float:left;
}
.header-p > nav > ul > li.overview { margin-right: 35px; }
.header-p > nav > ul > li.best { margin-right: 35px; }
.header-p > nav > ul > li.area { margin-right: 35px; }
.header-p > nav > ul > li.community { margin-right: 35px; }
.header-p > nav > ul > li.news {  }

.header-p > nav > ul > li > a { font-size:16px; }
.header-p > nav > ul > li > a:hover { color:#00728d; font-weight:700; }

/* 튜닝와이드란 */
.header-p > nav > ul > li.overview > a { font-weight:700; }

/* Search */
.header-p > #search {
	position:absolute; top:42px; right:0;
}
.header-p > #search button {
	position:absolute; right:0; top:0; width:34px; height:32px; border:0;
	background:url('../../images/common/search_btn.gif') no-repeat; font-size:0;
}
.header-p > #search .search_text {
	width:260px; height:24px; border:1px solid #00728d; border-radius:5px;
	padding:4px 0 2px 8px; padding:6px 0 0 8px\9; *padding:6px 0 0 8px;
	margin-right:40px;
	
	-webkit-box-shadow:inset 0 2px 3px rgba(199,199,199,0.61);
	-moz-box-shadow:inset 0 2px 3px rgba(199,199,199,0.61);
	-ms-box-shadow:inset 0 2px 3px rgba(199,199,199,0.61);
	-o-box-shadow:inset 0 2px 3px rgba(199,199,199,0.61);
	box-shadow:inset 0 2px 3px rgba(199,199,199,0.61);
}

#sgnb { float:right; cursor:default; margin-top:5px; }
#sgnb > span { font-size:11px; cursor:pointer; }

/* ========== Header - Mobile ========== */

.header-m {
	width: 768px; height: 48px; margin: 0 auto; position: relative; border-bottom: 1px solid #a6c5ce;
}
.header-m > h1 {
	display: none;
}
.header-m > h2 {
	margin: 0 auto; width: 210px; height: 48px; color: #666; line-height: 48px;
	font-size: 20px; text-align: center; font-weight: 500; letter-spacing: -.13em;

	-webkit-animation:	mobileTitle 6s infinite alternate;
    -moz-animation:		mobileTitle 6s infinite alternate;
    -ms-animation:		mobileTitle 6s infinite alternate;
    -o-animation:		mobileTitle 6s infinite alternate;
    animation:			mobileTitle 6s infinite alternate;
}

@keyframes "mobileTitle" {
    from {
		color: #666;
	} 50% {
		color: #3ba1d0;
	} to {
		color: #00728d;
	}
}

@-moz-keyframes mobileTitle {
    from {
		color: #666;
	} 50% {
		color: #3ba1d0;
	} to {
		color: #00728d;
	}
}

@-webkit-keyframes "mobileTitle" {
    from {
		color: #666;
	} 50% {
		color: #3ba1d0;
	} to {
		color: #00728d;
	}
}

@-ms-keyframes "mobileTitle" {
    from {
		color: #666;
	} 50% {
		color: #3ba1d0;
	} to {
		color: #00728d;
	}
}

@-o-keyframes "mobileTitle" {
    from {
		color: #666;
	} 50% {
		color: #3ba1d0;
	} to {
		color: #00728d;
	}
}
/*
.header-m > nav {
	width:100%; position:absolute; top:59px; display:none; z-index:10;
	background-color:rgba(68, 68, 68, 0.5); *background-color:#444; background-color:#444\9;
	background-color:rgba(68, 68, 68, 0.8);
}
.header-m > nav > ul > li {
	text-align:center; margin:15px 0;
}
.header-m > nav > ul > li > a { font-size:16px; color:white; }
*/


/* Search */
.header-m > #search {
	display:none; position:absolute; top:8px; right:21px;
}
.header-m > #search button {
	position:absolute; right: 7px; top:0; width:42px; height:32px; text-align: center; line-height: 32px;
	/*background:url('../../images/common/search_btn.gif') no-repeat;*/
	
	background-color: rgba( 0, 113, 140, 0.8 );
	color: #fff; border-radius:5px; border: 0;
	-webkit-box-shadow: 0 2px 3px rgba(199,199,199,0.61);
	-moz-box-shadow: 0 2px 3px rgba(199,199,199,0.61);
	-ms-box-shadow: 0 2px 3px rgba(199,199,199,0.61);
	-o-box-shadow: 0 2px 3px rgba(199,199,199,0.61);
	box-shadow: 0 2px 3px rgba(199,199,199,0.61);
}
.header-m > #search .search_text {
	width:90%; height:24px; border:1px solid #00728d; border-radius:5px;
	padding:4px 0 2px 8px; padding:6px 0 0 8px\9; *padding:6px 0 0 8px;
	margin-right: 7px;
	
	-webkit-box-shadow:inset 0 2px 3px rgba(199,199,199,0.61);
	-moz-box-shadow:inset 0 2px 3px rgba(199,199,199,0.61);
	-ms-box-shadow:inset 0 2px 3px rgba(199,199,199,0.61);
	-o-box-shadow:inset 0 2px 3px rgba(199,199,199,0.61);
	box-shadow:inset 0 2px 3px rgba(199,199,199,0.61);
}







