@charset "UTF-8";
/* CSS Document */



/*-----------
product EWR
-----------*/

#oil_smoke{
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 30px;
  border-bottom: 2px solid #0169a4;
}

#oil_smoke h4{
  margin-bottom: 0;
}

#oil_smoke .detail_01{
  display:flex;
}
#oil_smoke .detail_01 p{
  width: 504px;
  text-align: left;
  margin: 45px 36px 0 0;
  padding-bottom: 10px;
  font-size: 18px;
}

#oil_smoke .detail_01 img{
  width: 460px;
  padding-bottom: 10px;
}


#clean.clean_ewr .detail_01{
  margin-bottom: 0;
}

#clean.clean_ewr .detail_01 ul{
  margin-bottom: 0;
}

#clean .detail_01 ul li:first-child{
  width: 440px;
  margin-right: 65px
}

@media screen and ( max-width:768px) {


#oil_smoke{
  width: 100%;
  margin: 0;
  padding: 0 0 12%;
}

#oil_smoke .detail_01{
  display: block;
}
#oil_smoke .detail_01 .txt{
  width: 100%;
  text-align: left;
  margin: 25px 0 0 0;
}

#oil_smoke .detail_01 p{
  font-size: 16px;
}

#oil_smoke .detail_01 img{
  width: 100%;
  padding: 10px 0;
}

#clean .detail_01 ul li:first-child{
  width: 100%;
  margin: 0 0 5%;
}

}

