.u-section-1 .u-sheet-1 {
  min-height: 1807px;
}

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 1809px;
  margin: -2px 68px 0 91px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-custom-html-1 {
    margin-right: 0;
    margin-left: 0;
  }
}.sheet-container {
  width: 100%;
  overflow-x: scroll;                 /* บังคับให้มี scroll */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;  /* เลื่อนลื่นบนมือถือ */
}
/* แสดง scrollbar (Chrome / Android) */
.sheet-container::-webkit-scrollbar {
  height: 8px;
}
.sheet-container::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}
.sheet-container iframe {
  min-width: 1100px;   /* กว้างกว่ามือถือแน่นอน */
  height: 1000px;
  border: 0;
  display: block;
}