@charset "utf-8";

/*Header Edit*/

.l-content .imageReplace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.l-content .mainMV {
  width: 950px;
  height: 350px;
  background: url('/th/pr/function/onetime_upload/images/mainvs.png');
  margin: 0 auto;
}

.l-content .block_copy{
  color: #000000;
  margin: 0 30px;
  background-color: #ffffff;
  position: absolute;
  bottom: 25px;
  left:0;
  right: 0;
}

.l-content .block_copy .code {
  line-height: 67px;
  font-size: 35px
}

.l-content .sub_text--code {
  line-height:25px
}

.l-content .img_btn {
  position: relative;
  top: 6px;
}

.l-content .code_banner {
  background: url('/th/pr/function/onetime_upload/images/coupon2.png') no-repeat;
  height: 121px;
  position: relative
}

.l-content .code_banner .block_copy {
  width: 350px;
  left: inherit;
  right: 0;
  bottom: 23px;
}

.l-content .content_video{
  margin-left: 115px;
}

/*stiky header*/
/* The sticky class is added to the header with JS when it reaches its scroll position */
.l-content .sticky {
  position: fixed;
  top: 0;
  width: 948px;
		background: #ffffff;
  z-index: 1;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.l-content .sticky + .l-content .content {
  padding-top: 502px;
}