/* Scss Document */
#shop .mainImg {
  background-image: url(/shop/img/main_img_bg.png);
  background-position: center center;
  background-repeat: repeat;
}

.fixedBg {
  background-attachment: fixed;
  height: 480px;
  background-image: url(/shop/img/imgbox_ph01.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1010px) {
  .fixedBg {
    height: 220px;
  }
}
@media screen and (max-width: 640px) {
  .fixedBg {
    background-attachment: scroll;
    height: 180px;
    background-position: center center;
  }
}

.mainTxt {
  width: 740px;
  margin: auto;
}
@media screen and (max-width: 1010px) {
  .mainTxt {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .mainTxt {
    width: 90%;
  }
}
.mainTxt p {
  font-size: 14px;
  line-height: 2.1;
}

.WhitHouse {
  background-color: #fff;
  padding: 55px 0 50px;
}
@media screen and (max-width: 640px) {
  .WhitHouse {
    padding: 30px 0 40px;
  }
}
.WhitHouse ul {
  width: 980px;
  overflow: hidden;
}
@media screen and (max-width: 1010px) {
  .WhitHouse ul {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.WhitHouse ul li {
  float: left;
  width: 300px;
  margin-right: 40px;
}
.WhitHouse ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1010px) {
  .WhitHouse ul li {
    width: 31%;
    margin-right: 3%;
  }
}
.WhitHouse ul li h3 {
  margin: 15px 0 5px;
  font-size: 18px;
  font-weight: bold;
}
.WhitHouse ul li p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .WhitHouse ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .WhitHouse ul li:last-child {
    margin-bottom: 0;
  }
}

.YllwWrap ul {
  width: 980px;
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (max-width: 1010px) {
  .YllwWrap ul {
    width: 100%;
    margin: 30px auto 20px;
  }
}
.YllwWrap ul li {
  float: left;
  width: 300px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.YllwWrap ul li:nth-child(4n-1), .YllwWrap ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1010px) {
  .YllwWrap ul li {
    width: 31%;
    margin-right: 3%;
  }
}
.YllwWrap ul li h3 {
  margin: 15px 0 5px;
  font-size: 18px;
  font-weight: bold;
}
.YllwWrap ul li p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .YllwWrap ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .YllwWrap ul li:nth-child(2n-1) {
    margin-right: 4%;
  }
}

.credit_txt {
  text-align: center;
  margin: 30px 0;
}/*# sourceMappingURL=shop.css.map */