<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main.main {
  padding-top: 0;
}

.sc-highlight .banner {
  width: 100%;
  max-width: 1280px;

  margin: auto;
}

.sc-highlight .banner img {
  width: 100%;
}

.sc-detail {
  background: url(../img/bg-left.png), url(../img/bg-right.png);
  background-position: center left, center right;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.sc-detail .btn {
  display: block;

  height: 50px;
  width: 100%;
  max-width: 295px;

  margin: auto;
  padding: 0;

  font-family: notosans_thai, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;

  border-radius: 25px;
}</pre></body></html>