.em-yellow {
	background: rgba(234, 195, 36, 0.15);
}

#partner {
	position: relative;
}
.sub-top {
  height:130px;
}
.txt-wrap {

}
.txt-wrap ul{
  margin-left:250px;
}
.txt-wrap ul li {
  float:left;
  width:calc(25% - 10px);
  margin:5px;
  padding:0;
  border:1px dashed #ccc;
  border-radius:10px;
}
.txt-wrap ul li img {
  width:100%;
  border-radius:10px;
}
#partner .img-03 {
	width: 106px;
	position: absolute;
	bottom: -180px;
}
#partner .img-04 {
	width: 60px;
	position: absolute;
	right: calc(18% + 120px);;
    bottom: -148px;
}
#partner .img-05 {
	width: 172px;
	position: absolute;
	right: 12%;
    bottom: -150px;
}
#partner .img-06 {
	width: 84px;
	position: absolute;
	right: 0;
    bottom: -110px;
}

@media all and (max-width:1501px){
	#partner .img-04 {width: 56px; right: calc(14% + 120px);}
	#partner .img-05 {width: 156px; right: 10%;}
	#partner .img-06 {width: 74px; bottom: -50px; right: -7%;}
  .txt-wrap ul{
    margin-left:250px;
  }
  .txt-wrap ul li {
    float:left;
    width:calc(33% - 10px);
    margin:5px;
    padding:0;
    border:1px dashed #ccc;
    border-radius:10px;
  }
  .txt-wrap ul li img {
    width:100%;
    border-radius:10px;
  }
}
@media all and (max-width:1023px){
  .txt-wrap ul{
    margin-left:150px;
  }
  .txt-wrap ul li {
    float:left;
    width:calc(50% - 10px);
    margin:5px;
    padding:0;
    border:1px dashed #ccc;
    border-radius:10px;
  }
  .txt-wrap ul li img {
    width:100%;
    border-radius:10px;
  }
}
@media all and (max-width:641px){
	#partner .img-03 {width: 92px;}
	#partner .img-04 {width: 40px; right: calc(14% + 100px);}
	#partner .img-05 {width: 120px; right: 10%;}
	#partner .img-06 {width: 58px; bottom: -80px; right: -10%;} 
  .txt-wrap ul{
    margin:0;
  }
  .txt-wrap ul li {
    float:left;
    width:calc(50% - 10px);
    margin:5px;
    padding:0;
    border:1px dashed #ccc;
    border-radius:10px;
  }
  .txt-wrap ul li img {
    width:100%;
    border-radius:10px;
  }
}