body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-family: 'Kanit', sans-serif; }

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent; }

a {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

li {
  display: inline-block;
  margin: 0;
  padding: 0; }

:focus {
  outline: none; }

#home {
  /**
   * Background
   */
  /**
   * Intro & video
   */
  /**
   * Promos
   */ }
  @media (max-width: 659px) {
    #home .page-inner {
      background: #000 url(../content/home/poster-mobile.jpg) no-repeat top center;
      background-size: 100% auto; } }
  .touchevents #home .video,
  #home .video,
  #home .slides {
    display: none; }
  @media (min-width: 660px) {
    .no-touchevents #home .video {
      opacity: 0;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .touchevents #home .slides {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .touchevents #home .slides li {
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        background-position: center center; } }
  @media (max-width: 659px) {
    #home .intro {
      padding-top: 98%; } }
  @media (min-width: 660px) {
    #home .intro {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden; } }
  #home .promos .scroll img {
    width: 100%; }
  @media (max-width: 659px) {
    #home .promos {
      padding-bottom: 30px; }
      #home .promos .scroll ul {
        text-align: center;
        font-size: 0;
        padding: 0 8px;
        width: auto !important; }
      #home .promos .scroll li {
        margin: 0 0 16px 0;
        padding: 0 8px;
        width: auto !important; }
        #home .promos .scroll li:last-child {
          margin-bottom: 0; }
      #home .promos .scroll img {
        border: solid 4px #f7ca2c;
        height: auto; } }
  @media (min-width: 660px) {
    #home .promos {
      box-sizing: content-box;
      background-color: #f7ca2c;
      position: absolute;
      bottom: 48px;
      left: 20px;
      font-size: 0;
      border: solid 4px #f7ca2c;
      width: 23%;
      max-width: 380px;
      min-width: 300px;
      z-index: 10; }
      #home .promos.white {
        border-color: #FFF; }
        #home .promos.white .indicator {
          background-color: #FFF; }
          #home .promos.white .indicator:after {
            background-position: left bottom; }
          #home .promos.white .indicator li {
            background-position: left bottom; }
      #home .promos .prop {
        padding-top: 54%; }
      #home .promos .scroll {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0; }
      #home .promos .indicator {
        position: absolute;
        bottom: -33px;
        left: -4px;
        padding-left: 4px;
        height: 29px;
        background-color: #f7ca2c; }
        #home .promos .indicator:after {
          content: "";
          position: absolute;
          display: block;
          width: 31px;
          height: 100%;
          background: url(../media/home/pip-end.png) no-repeat top left;
          right: -29px;
          top: 0; }
        #home .promos .indicator li {
          width: 25px;
          height: 100%;
          background: url(../media/home/pip-rail.jpg) no-repeat top left;
          position: relative; }
        #home .promos .indicator a {
          display: block;
          width: 100%;
          height: 100%; }
        #home .promos .indicator li.active a:before,
        .no-touchevents #home .promos .indicator a:hover:before,
        .touchevents #home .promos .indicator a:active:before {
          content: "";
          position: absolute;
          display: block;
          background: url(../media/home/pip-indicator.png);
          width: 30px;
          top: -1px;
          left: -2px;
          height: 35px;
          z-index: 1; } }
/*# sourceMappingURL=home.css.map */

.contents{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;	
}



.textBox{
	color: hsla(0,0%,100%,1.00);
	text-align: center;
	line-height: 1.7em;
}

.textBox p{
	
	
}

.mainImage img {
	
	width:100%;
}
