@media screen and (max-width:750px) {
	div.warp{
		width: 95%;
	}
	
	div.superbanner{
		height: 400px;
	}
	.superbanner .swiper-container{
		height: 100% !important;
	}
	.swiper-wrapper{
		height: 100% !important;
	}
	.swiper-slide{
		height: 100% !important;
	}
	
	div.g-nw .swiper-container{
		width: 100%;
	}
	.g-nw .swiper-container div.bar a{
		width: 70%;
	}
	
	div.u-more{
		margin-top: 20px;
	}
	
	.g-nw div.container{
		margin: 0px;
	}
	
	.g-nw div.new__list{
		width: 100%;
	}
	
	.g-rs div.item{
		width: 100%;
	}
	
	.g-rs div.container{
		padding: 0px;
	}
	
	.g-st div.container{
		height: auto;
		padding: 0;
	}
	
	.g-st div.item{
		float: none;
		width: 100%;
		margin: 0px;
		margin-bottom: 15px;
	}
	
	.g-st div.item:last-child{
		margin: 0px;
	}
	
	.g-st .item a.title{
		width: 100%;
		display: inline-block;
	}
	.g-es .swiper-container{
		width: 290px !important;
	}
}