body{
  background: url('/assets/images/common/bg400.png') 0 0 no-repeat;
  background-size:100% 340px;
}

main{
  background-color: #ffffff;
  padding-bottom: 112px;
}
.topProductWrap{
  padding: 58px 0 99px 0;
}

.topProductWrap .title{
  color:#000000E5;
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: center;
  font-family: 'NunitoSans-ExtraBold';
  margin:0px;
}
.mobileBreadcrumb{
  color:#00000099;
  height:36px;
  line-height: 36px;
  margin:16px 0 0 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  text-align: center;
}

.mobileBreadcrumb a,.mobileBreadcrumb span{
  font-family: 'NunitoSans-Medium';
  font-size: 1rem;
  text-decoration: none;
  color:#00000099;
}
.mobileBreadcrumb span{
  color:#000000;
}

.contentWrap h2{
  font-family: 'NunitoSans-ExtraBold';
  margin-top:40px;
  font-size: 1.75rem;
  line-height: 2.8rem;
  color: #000000E5;
  margin-bottom: 30px;
}
.contentWrap .afterContent{
  margin-top:40px;
  padding-top:32px;
}
.contentWrap h3{
  font-family: 'NunitoSans-SemiBold';
  margin-top:30px;
  font-size: 1.5rem;
  line-height: 2.1rem;
  color:#000000E5;
  margin-bottom:30px;
}
.contentWrap h4{
  font-family: 'NunitoSans-Medium';
  margin-top: 30px;
  font-size: 1.25rem;
  line-height: 2.1rem;
  color: #000000E5;
  margin-bottom: 30px;
  border-left: 4px solid #E05149;
  padding-left: 12px;
}
.contentWrap p{
  color:#00000099;
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 30px;
}
.contentWrap a{
  color:#F07237;
}
.contentWrap img{
  max-width: 100%;
  max-height: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body{
    background: url('/assets/images/common/bg768.png') 0 0 no-repeat;
    background-size:100% 320px;
  }
  .topProductWrap{
    padding: 46px 0 86px 0;
  }
  .topProductWrap h3{
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .mobileBreadcrumb{
    margin:10px 0 0 0;
  }
   .topProductWrap .title{
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1024px) {
  body{
    background: url('/assets/images/common/bg1024.png') 0 0 no-repeat;
    background-size:100% 320px;
  }
 .topProductWrap .title{
    font-size: 2.5rem;
    line-height: 3rem;
  }
 .contentWrap h2{
  font-family: 'NunitoSans-ExtraBold';
  margin-top: 40px;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #000000E5;
  margin-bottom: 30px;
}
  .contentWrap h3{
    font-size: 1.75rem;
  }
 .contentWrap h4{
  font-family: 'NunitoSans-Medium';
  margin-top:30px;
  font-size: 1.5rem;
  line-height: 2.1rem;
  color:#000000E5;
  margin-bottom:30px;
 }
}
@media (min-width: 1464px) {
  body{
    background: url('/assets/images/common/bg1920.png') 0 0 no-repeat;
    background-size:100% 320px;
  }
  .contentWrap{
    padding:0 188px;
  }
}