@charset "utf-8";

/*------------------------------------------------------------
	pain
------------------------------------------------------------*/
.painSction {
  margin-bottom: 97px;
}

.painSction .comBoxList {
  margin-top: 80px;
}

.pain-box-space {
  margin-top: -40px;
  margin-bottom: 80px;
}

.pain-box-inner {
  border-top: .5px dashed #b9b9b9;
  padding: 32px 0 0;
}

.pain-photo-long {
  margin: 80px auto;
}

@media screen and (min-width: 768px) {
  .pain-photo-long {
    width: 100% !important;
    max-width: 400px !important;
  }
}

@media all and (min-width: 0px) and (max-width: 896px) {
  .pain-photo-long {
    margin: 40px auto;
    width: 90%;
  }
}