@CHARSET "UTF-8";

/* ±±Èí¹ÙÍøÊ×Ò³ÒÆ¶¯¶ËÊÊÅä */
@media screen and (max-device-width: 18cm) {
	
	#dep_desc .depBkImg {
		display:none;
	}
	
	#dep_desc .zyContentBlock {
		width:100%;
		border-bottom:1px solid gray;
		border-top-left-radius: 0px;
		position:static;
	}
	
	#portfolio .xysh_k {
		margin:0px;
	}
	
	#portfolio .xysh_i {
		max-width:100%;
	}
	
	#lunbo img{
		height:auto;
	}
	
	div#about .container {
		width:98%;
		padding:0px;
	}
	body .row {
		margin-left:0px;
		margin-right:0px;
	}
	
	.logo_img {
		margin-top:0px;
	}
	
	#home {
		display: flex;
    	align-items: center;
    	justify-content: space-around;
	}
	
	.inner-header-agile {
		padding:0px;
	}
	
	#collapse_menu {
		position:static;
	}
	
	#collapse_menu img {
		width:25px;
	}
	
}

