@import url(./font_web.css);

nav{
	font-family: "ClearSans_Light", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	margin: 0 auto;
	padding: 0 ;
	color: #000;
	box-sizing: border-box;
}
div{
	background-repeat: no-repeat;
}
.container{
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.div_text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* Menu Bar */
.normal_bar{
	position: relative;
	background: #fff;
	transition:background 0.3s;
	z-index: 99;
	-webkit-box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
	-moz-box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
	box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
}
.normal_bar:hover{
	background: #fff;
	z-index: 99;
	-webkit-box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
	-moz-box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
	box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
}
.meun_content {
	height: 80px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px;
	z-index: 99;
	box-sizing: border-box;
}
.normal_bar .kdan_icon{
	display: inline-block;
	background: url(../images/menu/kdanlogo_02.svg) no-repeat;
	width: 115px;
	height: 50px;
	margin-top: 10px;
}
.normal_bar .menu_right div:nth-child(1), .top_bar .menu_right div:nth-child(1){
	background: url(../images/menu/btn_more02.svg);
}
.normal_bar .menu_right a[title="facebook"] div{
	background: url(../images/menu/btn_facebook02.svg);
}
.normal_bar .menu_right a[title="twitter"] div{
	background: url(../images/menu/btn_twitter02.svg);
}
.normal_bar:hover .kdan_icon{
	background: url(../images/menu/kdanlogo_02.svg) no-repeat;
}
.menu_right{
	width: 18%;
	min-width: 200px;
	height: 40%;
	margin-top: 25px;
	float: right;
}
.menu_right div{
	float: left;
	height: 25px;
	width: 25px;
	margin-left: 20px;
	margin-top: 4px;
	cursor: pointer;
	transition:opacity 0.3s;
}
.normal_bar .menu_right .list_trigger, .top_bar .menu_right .list_trigger{
	background: url(../images/menu/btn_more01.svg) no-repeat;
	margin-right: 30px;
	margin-top: 0px;
	width: 23px;
	height: 27px;
}
.normal_bar:hover .menu_right div:nth-child(1){
	background: url(../images/menu/btn_more02.svg) no-repeat;
}
.normal_bar:hover .menu_right a[title="facebook"] div{
	background: url(../images/menu/btn_facebook02.svg) no-repeat;
}
.normal_bar:hover .menu_right a[title="twitter"] div{
	background: url(../images/menu/btn_twitter02.svg) no-repeat;
}
.normal_bar:hover .menu_right div:nth-child(1):hover{
	background: url(../images/menu/btn_more03.svg) no-repeat;
}
.normal_bar:hover .menu_right a[title="facebook"] div:hover{
	background: url(../images/menu/btn_facebook03.svg) no-repeat;
}
.normal_bar:hover .menu_right a[title="twitter"] div:hover{
	background: url(../images/menu/btn_twitter03.svg) no-repeat;
}
.menu_list_bg{
	position: absolute;
	display: none;
	background: #00a89b;
	overflow: hidden;
	height: 160px;
	top: 80px;
	width: 100%;
	z-index: 100;
}
.menu_list_bg > .container{
	overflow: hidden;
}
.menu_list_bg ul{
	text-align: center;
}
.menu_list_bg div{
	display: block;
	width: 60px;
	height: 60px;
	margin: 30px auto 5%;
}
.menu_list_bg hr{
	display: none;
}
.menu_list_bg ul li p{
	font-family: "ClearSans_Thin";
	font-size: 1.6em;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
nav > .menu_list_bg > ul li{
	display: inline-block;
	width: 15%;
	vertical-align: top;
}
.menu_list_bg ul a:nth-child(1) div{
	background: url(../images/menu/btn_aboutus01.svg) no-repeat;
}
.menu_list_bg ul a:nth-child(2) div{
	background: url(../images/menu/btn_blog01.svg) no-repeat;
}
.menu_list_bg ul a:nth-child(3) div{
	background: url(../images/menu/btn_allapps01.svg) no-repeat;
}
.menu_list_bg ul a:nth-child(4) div{
	background: url(../images/menu/btn_contact01.svg) no-repeat;
}
.menu_list_bg ul a:nth-child(5) div{
	background: url(../images/menu/btn_kdancloud01.svg) no-repeat;
}
.menu_list_bg ul a:nth-child(6) div{
	background: url(../images/menu/btn_store01.svg) no-repeat;
}

.menu_list_bg ul a:nth-child(1) li:hover div{
	background: url(../images/menu/btn_aboutus02.svg) no-repeat;
}
.menu_list_bg ul a:nth-child(2) li:hover div{
	background: url(../images/menu/btn_blog02.svg) no-repeat;
}
.menu_list_bg ul a:nth-child(3) li:hover div{
	background: url(../images/menu/btn_allapps02.svg) no-repeat;
}
.menu_list_bg ul a:nth-child(4) li:hover div{
	background: url(../images/menu/btn_contact02.svg) no-repeat;
}
.menu_list_bg ul a:nth-child(5) li:hover div{
	background: url(../images/menu/btn_kdancloud02.svg) no-repeat;
}
.menu_list_bg ul a:nth-child(6) li:hover div{
	background: url(../images/menu/btn_store02.svg) no-repeat;
}


.top_bar{
	display: none;
	width: 100%;
	position: fixed;
	top:0px;
	background: #fff;
	transition:background 0.3s;
	z-index: 99;
	-webkit-box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
	-moz-box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
	box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
}
.top_bar .menu_right img{
	display: none;
}
.top_bar .kdan_icon{
	display: inline-block;
	background: url(../images/menu/kdanlogo_02.svg) no-repeat;
	width: 115px;
	height: 50px;
	margin-top: 10px;
}
.top_bar .menu_list_bg{
	z-index: 99;
}
.top_bar .menu_right div:nth-child(1){
	background: url(../images/menu/btn_more02.svg) no-repeat;
}
.top_bar .menu_right div:nth-child(1):hover{
	background: url(../images/menu/btn_more03.svg) no-repeat;
}

/* Other page menu bar */
.bar_fixed{
	-webkit-box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
	-moz-box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
	box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
}



/* width 768px rwd */
@media screen and (max-width: 768px){
	.normal_bar{
		background: #fff;
		z-index: 99;
		-webkit-box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
		-moz-box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
		box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
	}
	.normal_bar:hover{
		-webkit-box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
		-moz-box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
		box-shadow: 0px 5px 17px -5px rgba(66,66,66,0.3);
	}
	.normal_bar .kdan_icon{
		background: url(../images/menu/kdanlogo_02.svg) no-repeat;
	}
	.normal_bar .menu_right div:nth-child(1){
		background: url(../images/menu/btn_more02.svg) no-repeat;
	}
	.menu_list_bg .list-inline{
		width: 80%;
	}
	.menu_list_bg{
		height: 300px;
	}
	nav > .menu_list_bg > ul li{
		float: left;
		width: 33%;
	}
}


/* width 480px rwd */
@media screen and (max-width: 480px){
	.normal_bar .menu_right, .top_bar .menu_right{
		width: 10%;
		min-width: 0px;
		margin-right: 3vw;
	}
	.normal_bar .menu_right div:nth-child(1), .top_bar .menu_right div:nth-child(1){
		background: url(../images/menu/btn_more02.svg);
		margin-right: 15px;
	}
	.normal_bar .menu_right a[title="facebook"] div, .normal_bar .menu_right a[title="twitter"] div{
		display: none;
	}
	nav > .menu_list_bg > ul li{
		width: 50%;
	}
	.menu_list_bg div{
		margin: 15% auto 5%;
		width: 60px;
		height: 60px;
	}
	.menu_list_bg{
		height: 100vh;
	}
	.menu_list_bg hr{
		display: block;
		position: relative;
		width: 100%;
		height: 1px;
		background-color: #fff;
		border:none;
		margin: 4% 0 0 0;
	}
	.normal_bar .kdan_icon, .top_bar .kdan_icon{
		background-repeat: no-repeat;
		margin-left: 34%;
	}
	#menu_480_social{
		width: 40%;
    	margin: 10px 30%;
		height: auto;
		overflow: hidden;
	}
	#menu_480_social div{
		float: left;
	    width: 28%;
    	margin: 10% 10%;
	}
	#menu_480_social a:nth-child(1) div{
		background: url(../images/menu/btn_facebook01.svg) no-repeat;
	}
	#menu_480_social a:nth-child(2) div{
		background: url(../images/menu/btn_twitter01.svg) no-repeat;
	}

}




