@charset "UTF-8";
/* --------------------------------------------------
** default
** -------------------------------------------------- */

#content {
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
#content .container { padding: 50px 0 45px; }
/*** gNav ***/
.gNav {
	min-width:1100px;
	width: 100%;
	padding:12px 10px 0px 10px;
	box-sizing:border-box;
	position: absolute;
	top: 0px;
	background-color: #fff;
	z-index: 10000;
}
.gNav .logo {
	margin:0px 10px 0 0;
}
.gNav .logo a {
	width: 273px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../../common/images/img-logo-01.png) no-repeat left center;
	background-size:100%;
}
/*** gNav fixed ***/
.gNav.fixed {
	position: fixed;
	top: 0;
	opacity:0.98;
	padding:7px 10px 7px 10px;
}
.gNav .logo a {
	margin-top:5px;
	display:block;
	height:31px!important;
 -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.register input[type=text], .register input[type=password] {padding:5px;width:300px;border:1px solid #ccc}


@media screen and (max-width: 768px) {
#content .container { padding: 35px 0 25px; }
/*** slicknav ***/
.headArea {
	height: 60px;
	position: absolute;
	z-index: 1000;
	background-color:#fff;
}
.gNav {
	min-width:initial!important;
	padding: 0;
	top: 0;
	position: absolute;
}
.gNav .colL {
	width: 100%;
	height: 45px;
	float: none;
	position: fixed;
	top: 0;
	background:#fff;
}
.gNav .logo {
	text-align:center;
	width: 100%;
	height: 45px;
	margin: 0;
}
.gNav .logo a {
	display:block!important;
	text-align:center;
	width: 180px;
	height: 45px;
	margin:5px auto 0 auto;
	background-size: 180px auto;
}
#kv {
	margin-top:45px!important;
}
/*** fixed ***/
.gNav.fixed { position: absolute; }
}


@media screen and (max-width: 768px) {
.register input[type=text], .register input[type=password] {
		padding:2%;
		box-sizing:border-box;
		width:100%;
		border:1px solid #ccc;
	}
}


@media screen and (min-width: 769px) {
body, .gNav {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
.gNav.fixed .logo a {
		margin-top:2px!important;
		background-size:70%;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
.gNav.fixed .logo {
		margin:0px 0px 0 0px;
	}
}
