/* ------------------- 아래부분은 수정된 것입니다 ----------------------*/
.picture_content {
  display:inline-block;
}

.image_box_story_modify {
  height: 495px;
  max-width: 500px;
  margin: 0px auto 0px auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
}

.image_box_story_modify li {
  width: 234px;
  height: 234px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.image_box_story_modify li:nth-of-type(1) {
  background: url('../images/kabob.jpg') no-repeat center center;
  margin-right: 10px;
}

.image_box_story_modify li:nth-of-type(2) {
  background: url('../images/limes.jpg') no-repeat center center;
}

.image_box_story_modify li:nth-of-type(3) {
  background: url('../images/radish.jpg') no-repeat center center;
  margin-right: 10px;
  margin-top: 20px;
}

.image_box_story_modify li:nth-of-type(4) {
  background: url('../images/corn.jpg') no-repeat center center;
  margin-top: 20px;
}

.image_box_story_modify li:nth-of-type(1),
.image_box_story_modify li:nth-of-type(2),
.image_box_story_modify li:nth-of-type(3),
.image_box_story_modify li:nth-of-type(4) {
  background-size: cover;
} 

@media (max-width: 450px) {
  .image_box_story_modify li:nth-of-type(1),
  .image_box_story_modify li:nth-of-type(2),
  .image_box_story_modify li:nth-of-type(3),
  .image_box_story_modify li:nth-of-type(4) { 
    margin-right: 0px;
	margin-top: 10px;
  }
  .image_box_story_modify {
		height: auto;
		width: 240px;
  }
}

.image_box_beer_modify{
  height: 495px;
  max-width: 500px;
  margin: 0 auto 0 auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
}

.image_box_beer_modify li {
  width: 500px;
  height: 495px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.image_box_beer_modify li:nth-of-type(1) {
  background: url('../images/beer_spec.jpg') no-repeat center center;
  background-size: cover;
  margin-right: 20px;
}

.image_box_story1_modify li {
  width: 238px;
  height: 500px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.image_box_story1_modify li:nth-of-type(1) {
  background: url('../images/bread1.jpg') no-repeat center center;
  background-size: cover;
  margin-right: 20px;
}

.image_box_story1_modify li:nth-of-type(2) {
  background: url('../images/bread2.jpg') no-repeat center center;
  background-size: cover;
}

@media (max-width: 450px) {
  .image_box_story1_modify li:nth-of-type(1),
  .image_box_story1_modify li:nth-of-type(2) { 
    margin-right: 0px;
		margin-top: 10px;
  }
  .image_box_story1_modify {
	  height: auto;
		width: 240px;
		padding:0px;
  }
}

.image_box_story2_modify {
  height: 295px;
  max-width: 500px;
  margin: 0 auto 45px auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
}

@media (max-width: 450px) {
  .image_box_story2_modify {
	  height: auto;
		max-width: 300px;
		padding:0px;
		border:5px solid #F00;
  }
}
