﻿@media screen and (max-width: 1000px) {
	button{
		-webkit-appearance: none;
		border: none;
		background-color: transparent;
	}
	img{
		max-width: 100%;
	}

	.res-container{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 5%;
		padding-right: 5%;
	}

	.mk-about{
		background-size: auto 100%;
	}

	.mk-about .res-container,.mk-about{
		padding: 0;
	}

	.mk-about-us{
		padding: 20px 5%;
	}

	.mk-about-us h1{
		font-size: 16px;
	}

	.mk-about-us p{
		font-size: 14px;
		line-height: 2;
		margin-top: 15px;
	}

	.mk-adv{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* fooooooooooooter */
	#knet{
		display: none;
	}

	.footer{
		padding-top: 30px;
		padding-bottom: 30px;
		background-color: #fff;
		border-top: thin solid #ccc;
	}

	.footer p,.footer a{
		font-size: 13px;
		line-height: 22px;
		color: #666;
	}

	.footer-link,.footer-code,.footer-copy{
		width: 100%;
		float: left;
		text-align: center;
	}

	.footer-link li,.footer-code img,.footer-code-text{
		float: none;
	}

	.footer-link li{
		display: inline-block;
		margin-right: 0;
		padding-left: 18px;
		padding-right: 18px;
	}

	.footer-code{
		margin-top: 20px;
	}

	.footer-code img{
		width: 80px;
	}

	.footer-code-text p{
		display: inline-block;
		text-align: center;
		font-size: 12px;
		padding: 5px;
		margin-top: 0;
	}

	.footer-code-text p a{
		font-size: 12px;
		line-height: 20px;
	}

	.footer-code-text p span.iconfont{
		font-size: 14px;
		margin-right: 4px;
		line-height: 20px;
	}

	.footer-code-text p:first-child{
		display: block;
	}

	.footer-code-text p:first-child span.iconfont{
		display: none;
	}

	.footer-copy{
		margin-top: 10px;
	}
}
