	* {
			margin: 0;
			padding: 0;
		}
		
		.titie_img {
			/* width: 90%; */
			/* border: 1px solid red; */
			margin: auto;
		}
		
		.titie_text {
			position: relative;
		}
		
		.titie_text img {
			width: 100%;
			height: 300px;
		}
		
		.titie_size {
			position: absolute;
			bottom: 0;
			top: 30%;
			left: 10%;
			right: 0;
			color: black;
			/* font-weight: bold; */
			font-size: 30px;
			color: #FFFFFF;
		}
		.shop{
			width: 90%;
			margin: auto;
			margin-top: 70px;
		}
		.show{
			display: flex;
			justify-content: space-between;
			align-items: flex-end;
			width: 75%;
			margin: auto;
			margin-top: 50px;
		}
		.shop_pos{
			position: relative;
			margin-top: 30px;
		}
		.shop_size{
			    position: absolute;
			    left: 0;
			    bottom: 0;
			    right: 0;
			    color: #FFFFFF;
			    font-size: 35px;
			    font-weight: bold;
		}
		.ionc{
			margin: auto;
			margin-top: 50px;
			background-color: #F3F5F4;
		}
		.ionc_sytn{
			display: flex;
			justify-content: space-between;
			align-items: center;
			height: 800px;
			margin: auto;
			width: 80%;
		}