<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slogan {
  background: #FAFAFA;
}

.icw h1,
.icw h2 {
  font-family: notosans_thai, sans-serif;
  font-weight: bold;
}

.icw h1 {
  font-size: 24px;
  line-height: 35px;
}

.icw h2 {
  font-size: 20px;
  line-height: 30px;
}

.icw p {
  font-family: notosans_thai, sans-serif;
  font-size: 16px;
}

.icw .c-theme {
  color: #214289;
}

.sc-header h2 a,
.sc-header h2 a:hover {
  text-decoration: underline;
}

.sc-header .sc-content &gt; p {
  margin-top: 15px;
}

.sc-info .sc-content {
  overflow-x: hidden;
  overflow-y: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1); 
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.sc-info .sc-content h2 {
  margin-bottom: 10px;
}

.sc-info .sc-content &gt; div {
  padding: 15px;
}

.sc-info .sc-content &gt; div:first-child {
  background: #214289;
}

.sc-info .sc-content &gt; div:first-child img {
  width: 100%;
  min-width: 130px;
  max-width: 130px;
}

.sc-info .sc-content &gt; div:last-child {
  background: rgba(41, 53, 110, 0.05);
}

.sc-info .sc-content &gt; div:last-child &gt; div {
  display: flex;
  flex-direction: row;

  justify-content: flex-start;
  align-items: flex-start;
}

.sc-info .sc-content &gt; div:last-child &gt; div:last-child {
  margin-top: 15px;
}

.sc-info .sc-content &gt; div:last-child p {
  padding-left: 15px;
}

.sc-info .sc-content &gt; div:last-child .image {
  padding-right: 15px;
  border-right: solid 1px rgba(33, 66, 137, 0.6);
}

.sc-info .sc-content &gt; div:last-child .image img {
  width: 100%;
  min-width: 62.5px;
  max-width: 62.5px;
}

.sc-package-detail h2 {
  margin-bottom: 45px;
}

.sc-package-detail .image-responsive {
  width: 100%;
  overflow-x: scroll;

  position: relative;
}

.sc-package-detail .image-responsive .image-overlay {
  position: absolute;

  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  padding-top: 70px;
  background-color: rgba(0, 0, 0, 0.65);
}

.sc-package-detail .image-responsive .image-overlay p {
  font-family: DBThaiTextX;
  font-size: 35px;
  color: white;
}

.sc-package-detail .image-responsive .image-overlay img {
  width: 216px;
}

.sc-package-detail .image-responsive &gt; img {
  min-width: 1030px;
}

.sc-apply .sc-inner {
  padding-top: 0;
}

.sc-apply .accordion {
  border-top: solid 1px #F2F2F2;
}

.sc-apply .accordion-title {
  font-family: notosans_thai, sans-serif;
}

.sc-apply .accordion-content ul li {
  list-style: disc;
  margin-left: 16px;
}

.sc-apply .accordion-content {
  padding-bottom: 20px;
}

.sc-apply .accordion-content p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #777777;

  margin-top: 15px;
}

.sc-apply .action {
  margin-top: 45px;
}

.sc-apply .action .btn {
  font-family: notosans_thai, sans-serif;
  font-size: 16px;
  font-weight: bold;

  height: 50px;
  line-height: 38px;

  padding-left: 60px;
  padding-right: 60px;

  border-radius: 25px;
  background: #224289;

  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); 
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.sc-apply .action .btn.more:after {
  margin-left: 15px;
}

@media screen and (max-width: 1024px) {
  main.main {
    padding: 0;
  }
}
</pre></body></html>