@charset "UTF-8";

/****************
Main
****************/
body{
	padding:0 10px;

}
#main{
	float:left;
	width:100%;
	font-family: 'Quantico', sans-serif;
}


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	width:79%;
	position: relative;
	padding: 0;
	margin:0 1% 10px 0;
	*zoom: 1;
	float:left;
	overflow:hidden;
	box-shadow:3px 3px 3px rgba(0, 0, 0, .8);
	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, .8);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, .8);
}
.bx-wrapper img{
	width:100%;
	display:block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
/*	left: -5px;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
/*	font-size: .85em;
	font-family: Arial;
	font-weight: bold;*/
	color: #666;
/*	padding-top: 20px;*/
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	position:relative\9;
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-pie-border-radius: 5px;
	behavior: url(../js/PIE.htc);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	display:none;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	padding: 10px;
}
/* #filter & .shutter
----------------*/
#filterList{
	width:101%;
	float:left;
	margin:0 -.5% -10px;
}

#filterList li {
	position: relative;
	margin:0 .5% .8% .5%;
	width: 19%;
	height:200px;
	float: left;
	line-height:1.2em;
	text-align:center;
	box-shadow: 2px 2px 5px 2px #000; 
}
#filterList li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 98%;
	height:195px;
	color:#fff;
	border:2px solid #2b2b2b;
}

#filterList .blind,
#filterList .blind p{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	color:#fff;

}
#filterList .blind{
	background:url(../../img/shutter_lower.png) center -10%  no-repeat;
	background-size:100% auto;

	width:100%;
	height:100%;
	z-index:10;
}
#filterList .blind img{
	margin:30% auto;
}
#filterList .blind p{
	width:80%;
	padding:40% 0;
	margin:0 0 0 10%;
	text-align:center;
	line-height:1.2em;

	text-shadow:-2px -2px 0 #000, 2px 2px 0 #333;
	-moz-text-shadow:-2px -2px 0 #000, 2px 2px 0 #333;
	-webkit-text-shadow:-2px -2px 0 #000, 2px 2px 0 #333;
}

#filterList li:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:98%;
	height:39px;v 
	overflow:hidden;
}
#filterList li.exception{
	background: -moz-linear-gradient(left,  #1e0122 0%, #000 50%, #1e0122 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e0122), color-stop(50%,#000), color-stop(100%,#1e0122));
	background: -webkit-linear-gradient(left,  #1e0122 0%, #000 50%, #1e0122 100%);
	background: -o-linear-gradient(left,  #1e0122 0%, #000 50%, #1e0122 100%);
	background: -ms-linear-gradient(left,  #1e0122 0%, #000 50%, #1e0122 100%);
	background: linear-gradient(left, #1e0122 0%, #000 50%, #1e0122 100%);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff000000,EndColorStr=#ff1e0122);
}
#filterList li.entertain{
	background: -moz-linear-gradient(left,  #220101 0%, #000 50%, #220101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d0202), color-stop(50%,#000), color-stop(100%,#3d0202));
	background: -webkit-linear-gradient(left,  #3d0202 0%, #000 50%, #3d0202 100%);
	background: -o-linear-gradient(left,  #3d0202 0%, #000 50%, #3d0202 100%);
	background: -ms-linear-gradient(left,  #3d0202 0%, #000 50%, #3d0202 100%);
	background: linear-gradient(left, #3d0202 0%, #000 50%, #3d0202 100%);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff000000,EndColorStr=#ff3d0202);
}
#filterList li.navi{
	background: -moz-linear-gradient(left, #031e08 0%, #000 50%, #031e08 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#031e08), color-stop(50%,#000), color-stop(100%,#031e08));
	background: -webkit-linear-gradient(left, #004600 0%, #000 50%, #004600 100%);
	background: -o-linear-gradient(left, #004600 0%, #000 50%, #004600 100%);
	background: -ms-linear-gradient(left, #004600 0%, #000 50%, #004600 100%);
	background: linear-gradient(left, #004600 0%, #000 50%, #004600 100%);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff000000,EndColorStr=#ff004600);
}
#filterList li.others{
	background: -moz-linear-gradient(left,  #011122 0%, #000 50%, #011122 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003f64), color-stop(50%,#000), color-stop(100%,#003f64));
	background: -webkit-linear-gradient(left,  #003f64 0%, #000 50%, #003f64 100%);
	background: -o-linear-gradient(left,  #003f64 0%, #000 50%, #003f64 100%);
	background: -ms-linear-gradient(left,  #003f64 0%, #000 50%, #003f64 100%);
	background: linear-gradient(left,  #003f64 0%, #000 50%, #003f64 100%);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff000000,EndColorStr=#ff003f64);
}


#filterList li.exception:after{
	background:url(../../img/bg_str_upper_purple.png) center top no-repeat;
	background-size:100% auto;
}
#filterList li.entertain:after{
	background:url(../../img/bg_str_upper_red.png) center top no-repeat;
	background-size:100% auto;
}
#filterList li.navi:after{
	background:url(../../img/bg_str_upper_green.png) center top no-repeat;
	background-size:100% auto;
}
#filterList li.others:after{
	background:url(../../img/bg_str_upper_blue.png) center top no-repeat;
	background-size:100% auto;
}
#filterList li:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:97px;
}
#filterList .exception:before{
	background:url(../../img/bg_str_floor_purple.png) center bottom no-repeat;
	background-size:100% auto;
}
#filterList .entertain:before{
	background:url(../../img/bg_str_floor_red.png) center bottom no-repeat;
	background-size:100% auto;
}
#filterList .navi:before{
	background:url(../../img/bg_str_floor_green.png) center bottom no-repeat;
	background-size:100% auto;
}
#filterList .others:before{
	background:url(../../img/bg_str_floor_blue.png) center bottom no-repeat;
	background-size:100% auto;
}
.inside{
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
	transition:1s ease-in-out;
	-webkit-transition:1s ease-in-out;
}

.inside:hover {
	transform: scale(-1) rotate(1260deg);
	-webkit-transform: scale(-1) rotate(1260deg);

}


.inStup{background:url(../../img/icn_setup.png) 50% 50% no-repeat;}
.inSns{background:url(../../img/icn_sns.png) 50% 50% no-repeat;}
.inAv{background:url(../../img/icn_av_source.png) 50% 50% no-repeat;}
.inRc{background:url(../../img/icn_route_collector.png) 50% 50% no-repeat;}
.inMap{background:url(../../img/icn_map.png) 50% 50% no-repeat;}
.inOem{background:url(../../img/icn_oem_solution.png) 50% 50% no-repeat;}
.inApp{background:url(../../img/icn_apps.png) 50% 50% no-repeat;}
.inBt{background:url(../../img/icn_bluetooth.png) 50% 50% no-repeat;}
.inRti{background:url(../../img/icn_realtime_info.png) 50% 50% no-repeat;}
.inUi{background:url(../../img/icn_user_interface.png) 50% 50% no-repeat;}
.inSe{background:url(../../img/icn_sound_processor.png) 50% 50% no-repeat;}
.inCs{background:url(../../img/icn_cloud_service.png) 50% 50% no-repeat;}
.inKwl{background:url(../../img/icn_kenwood_wireless_link.png) 50% 50% no-repeat;}
.inPoi{background:url(../../img/icn_smart_poi.png) 50% 50% no-repeat;}
.inMf{background:url(../../img/icn_more_features.png) 50% 50% no-repeat;}
.inBb{background:url(../../img/icn_best_buy.png) 50% 50% no-repeat;}

.inside p{
	margin:50px auto 0;
	display:none;
}
/****************
Side
****************/
aside{
	float:left;
	width:20%;
	margin:0 0 5px 0;
	background:none;
}
aside a{
	color:#fff;
}
iframe{
	width:95%;
	padding:2%;
	padding:0\9;
	margin:2%\9;
	background:#000;
	border:none;
}

#sMenu #li5{
	display:none;
}
#bnr_routecollector{
	display:block;
	margin:10px 0 0;
}
#bnr_routecollector img{
	width:100%;
}

