/* CSS Document */

#navigation_mobile_btn_list {
	-webkit-mask: url('../images/navigation_list.svg') no-repeat center;
	mask: url('../images/navigation_list.svg') no-repeat center;
	
	-webkit-mask-size:40% 40%;
	mask-size:40% 40%;
}

#navigation_mobile_btn_close {
	-webkit-mask: url('../images/navigation_close.svg') no-repeat center;
	mask: url('../images/navigation_close.svg') no-repeat center;
	
	-webkit-mask-size:40% 40%;
	mask-size:40% 40%;
}


#head #phone_ico {
	-webkit-mask: url('../images/phone_head.png') no-repeat center;
	mask: url('../images/phone_head.png') no-repeat center;
	
	-webkit-mask-size:40px 40px;
	mask-size:40px 40px;
}



.contact_column #bottom_phone {
	-webkit-mask: url('../images/phone.png') no-repeat center;
	mask: url('../images/phone.png') no-repeat center;
	
	-webkit-mask-size:30px 30px;
	mask-size:30px 30px;
}

.contact_column #bottom_website {
	-webkit-mask: url('../images/foot_website.png') no-repeat center;
	mask: url('../images/foot_website.png') no-repeat center;
	
	-webkit-mask-size:30px 30px;
	mask-size:30px 30px;
}

.contact_column #bottom_address {
	-webkit-mask: url('../images/location.png') no-repeat center;
	mask: url('../images/location.png') no-repeat center;
	
	-webkit-mask-size:30px 30px;
	mask-size:30px 30px;
}



.column_contact #column_contact_phone dt {
	-webkit-mask: url('../images/phone.png') no-repeat center;
	mask: url('../images/phone.png') no-repeat center;
	
	-webkit-mask-size:70px 70px;
	mask-size:70px 70px;
}

.column_contact #column_contact_website dt {
	-webkit-mask: url('../images/foot_website.png') no-repeat center;
	mask: url('../images/foot_website.png') no-repeat center;
	
	-webkit-mask-size:70px 70px;
	mask-size:70px 70px;
}

.column_contact #column_contact_address dt {
	-webkit-mask: url('../images/location_contact.png') no-repeat center;
	mask: url('../images/location_contact.png') no-repeat center;
	
	-webkit-mask-size:70px 70px;
	mask-size:70px 70px;
}

.column_contact #column_contact_human dt {
	-webkit-mask: url('../images/human.png') no-repeat center;
	mask: url('../images/human.png') no-repeat center;
	
	-webkit-mask-size:70px 70px;
	mask-size:70px 70px;
}




.list_news_ico dt {
	-webkit-mask: url('../images/arrow_right.png') no-repeat center;
	mask: url('../images/arrow_right.png') no-repeat center;
	
	-webkit-mask-size:30px 50px;
	mask-size:30px 50px;
}

.list_case_ico dt {
	-webkit-mask: url('../images/arrow.png') no-repeat center;
	mask: url('../images/arrow.png') no-repeat center;
	
	-webkit-mask-size:37px 18px;
	mask-size:37px 18px;
}





.more2 dt {
	-webkit-mask: url('../images/icon_1.png') no-repeat center;
	mask: url('../images/icon_1.png') no-repeat center;
	
	-webkit-mask-size:58px 21px;
	mask-size:58px 21px;
}





#index_about_1 dt {
	-webkit-mask: url('../images/kc_company.png') no-repeat center;
	mask: url('../images/kc_company.png') no-repeat center;
	
	-webkit-mask-size:110px 110px;
	mask-size:110px 110px;
}

#index_about_2 dt {
	-webkit-mask: url('../images/kc_ulture.png') no-repeat center;
	mask: url('../images/kc_ulture.png') no-repeat center;
	
	-webkit-mask-size:110px 110px;
	mask-size:110px 110px;
}

#index_about_3 dt {
	-webkit-mask: url('../images/kc_honor.png') no-repeat center;
	mask: url('../images/kc_honor.png') no-repeat center;
	
	-webkit-mask-size:110px 110px;
	mask-size:110px 110px;
}

#index_about_4 dt {
	-webkit-mask: url('../images/kc_product.png') no-repeat center;
	mask: url('../images/kc_product.png') no-repeat center;
	
	-webkit-mask-size:110px 110px;
	mask-size:110px 110px;
}

#index_about_5 dt {
	-webkit-mask: url('../images/kc_case.png') no-repeat center;
	mask: url('../images/kc_case.png') no-repeat center;
	
	-webkit-mask-size:110px 110px;
	mask-size:110px 110px;
}

#index_about_6 dt {
	-webkit-mask: url('../images/kc_development.png') no-repeat center;
	mask: url('../images/kc_development.png') no-repeat center;
	
	-webkit-mask-size:110px 112px;
	mask-size:110px 112px;
}




#play_video_close {
	-webkit-mask: url('../images/close.png') no-repeat center;
	mask: url('../images/close.png') no-repeat center;
	
	-webkit-mask-size:40px 40px;
	mask-size:40px 40px;
}
