@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('animate.css');

:root
{
	/* Default max width */
	--global-content-max-width: 1580px;
	--global-content-wrapper-max--width: 1200px;
	--global-partner-wrapper-max--width: 1170px;

    /* Font Family */
	--global-font-family: 'Kanit', sans-serif;
	--menu-font-family: 'Sarabun', sans-serif;

    /* Font Size */
    --global-font-size-base: 20px;
    --global-font-size-typo10: 10px;
    --global-font-size-typo11: 11px;
    --global-font-size-typo12: 12px;
    --global-font-size-typo13: 13px;
    --global-font-size-typo14: 14px;
    --global-font-size-typo15: 15px;
    --global-font-size-typo16: 16px;
    --global-font-size-typo17: 17px;
    --global-font-size-typo18: 18px;
	--global-font-size-typo20: 20px;
	--global-font-size-typo22: 22px;
	--global-font-size-typo24: 24px;
	--global-font-size-typo26: 26px;
	--global-font-size-typo28: 28px;
	--global-font-size-typo29: 29px;
	--global-font-size-typo30: 30px;
	--global-font-size-typo32: 32px;
	--global-font-size-typo34: 34px;
	--global-font-size-typo35: 35px;
	--global-font-size-typo38: 38px;
	--global-font-size-typo40: 40px;
	--global-font-size-typo42: 42px;
	--global-font-size-typo48: 48px;
	--global-font-size-typo58: 58px;
	--global-font-size-typo68: 68px;
	--global-font-size-typo68: 76px;

	/* Font weight */
	--global-font-weight-xlight: 200;
	--global-font-weight-light: 300;
	--global-font-weight-regular: 400;
	--global-font-weight-medium: 500;
	--global-font-weight-semibold: 600;
	--global-font-weight-bold: 700;

    /* Colors */
	--color-black: #111111;
	--color-white: #ffffff;
	--color-green: #0d8d21;
	--color-red: #d6363b;
	--color-yellow: #ffec59;
	--color-orange: #fb8b12;
	--color-fullservice-gray: #f0f0f0;
	--color-blue-button: #007bde;
	--color-blue: #214db3;
	--color-light-blue: #b3ddfe;
	--color-light-blue-2: #6cbdff;
	--color-navy-black: #35374B;
	--color-gray: #495057;
	--color-gray-2: #585858;
	--color-gray-button: #3d3d3d;
}

body,
html
{
	font-family: var(--global-font-family);
	font-size: var(--global-font-size-base);
	line-height: 1.25;
	color: var(--color-white);
	background-color: var(--color-black);
}

html {
  scroll-behavior: smooth;
}

.fullscreen-width {
	max-width: 100vw;
	overflow: hidden;
}

button:focus{
    outline: none;
}

.p-absolute {
	position: absolute;
}

/* /////////////////////////////////////////////////////////////////////////// */
.container {
	max-width: 100vw;
}

#section-register,
#section-guage,
#section-video {
	position: relative;
}

div#section-register .container,
div#section-guage .container,
div#section-video .container {
	max-width: 100vw;
	position: relative;
}

#section-register video {
	position: absolute;
    top: 0;
}

#section-register .reg-frm {
	position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
}

#section-register .reg-frm .reg-frm-bg-tb,
#section-register .reg-frm .reg-frm-title-tb,
#section-register .reg-frm .reg-frm-bg-mb,
#section-register .reg-frm .reg-frm-title-mb,
#section-register .reg-frm .reg-frm-btn-mb {
	display: none;
}

.ghost-float,
.ghost-float-mb {
	display: none;
	position: fixed;
	top: 80px;
	right: 4%;
	transition: transform 100ms linear;
}

.ghost-float .close-floating,
.ghost-float-mb .close-floating {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 5px 10px;
}

.ghost-float-mb {
	display: none;
}

#section-register .reg-frm-title,
#section-register .reg-frm-title-tb,
#section-register .reg-frm-title-mb {
	position: absolute;
    top: 1px;
}

.btn-google-play {
	top: 750px;
	left: 31.6%;
}

.btn-google-play img,
.btn-app-store img {
	width: 332px;
	height: auto;
}

.btn-app-store {
	top: 750px;
	left: 51%;
}

.btn-google-play .pc,
.btn-app-store .pc {
	display: block !important;
}

.btn-google-play .mb,
.btn-app-store .mb {
	display: none !important;
}

#section-register #reg-frm form {
	position: absolute;
	text-align: center;
	width: 74%;
    top: 30%;
    left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
}

#section-register #reg-frm input {
	width: 100%;
	padding: 12px 5px;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
	border-radius: 14px;
	outline: none;
	border-color: unset;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#section-register #reg-frm input:focus {
	outline: none;
	border-color: unset;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#section-register #reg-frm .reg-frm-btn {
	cursor: pointer;
	margin-top: 16px;
}

#section-register #reg-frm .invalid-form-input {
	border: 3px solid #C5172E;
}

#section-register #reg-frm .invalid-form-input::-webkit-input-placeholder {
	color: #FF204E;
}

#section-guage #preregis-guage {
	position: absolute;
	top: 47%;
    left: 50%;
    transform: translateX(-50%);
}

#section-guage #preregis-guage .guage-mask {
	position: absolute;
	top: 0;
	width: 100%;
}

#section-guage #preregis-guage .guage-main {
	display: block;
	position: absolute;
	top: 13%;
	left: 5%;
	max-width: 91%;
	width: 91%;
	height: 32%;
}

#section-guage #preregis-guage .guage-inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	background: #FFA200;
	background: linear-gradient(180deg,rgba(255, 162, 0, 1) 0%, rgba(255, 114, 0, 1) 100%);
	-webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
}

#section-guage #preregis-guage .guage-inner .guage-icon {
	float: right;
	display: block;
	position: static;
}

#section-guage #preregis-guage .guage-inner .guage-icon img {
	z-index: 999;
	position: fixed;
	margin-left: -3%;
	margin-top: -6%;
}

#section-guage .btn-item-detail img {
	display: block;
	position: absolute;
	bottom: 3%;
	left: 17%;
	cursor: pointer;
}

#section-video .vdo-mask-bg {
	top: 419px;
	left: 50%;
	transform: translateX(-50%);
}

#section-video .btn-play-vdo {
	top: 546px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

#section-footer {
	padding: 90px 0;
}

#section-footer .img-logo {
	width: fit-content;
	margin: auto;
}

#section-footer .img-logo img {
	padding: 0 5px;
}

#section-footer .txt {
	width: fit-content;
	margin: auto;
	font-size: 18px;
	font-weight: 300;
}

.modal-content {
	background-color: unset;
	border: 0 solid;
}

.modal-header {
	border-bottom: 0 solid;
}

.modal-header .close {
	color: white;
	opacity: 1;
	padding: unset;
}

.modal.show .modal-dialog .modal-xl {
	max-width: 70%;
}

.modal#modal-prereg-item .modal-dialog {
    max-width: 1420px;
}

.modal#modal-prereg-item .dsp-item-list {
	background-image: url("../images/preregist/img-prereg-popup-bg.jpg");
	background-repeat: repeat;
	border: 1px solid #765431;
}

.modal#modal-prereg-item .header-banner {
	background-image: url("../images/preregist/img-prereg-popup-head-bg.jpg");
	background-repeat: repeat;
	padding-top: 5px;
	padding-bottom: 12px;
}

.modal#modal-prereg-item .item-list {
	margin-left: 65px;
    margin-right: 65px;
    margin-bottom: 70px;
    margin-top: 30px;
    width: 100%;
}

.modal#modal-invalid-input .modal-dialog,
.modal#modal-register-action .modal-dialog {
	text-align: center;
	padding: 50px;
	background-color: white;
	color: var(--color-gray-button);
	font-size: 31px;
	border-radius: 14px;
	margin-top: 10%;
}

.modal#modal-invalid-input .modal-dialog .btn {
	margin-top: 20px;
}

.modal#modal-register-action .custom-loader {
	margin: auto;
	margin-top: 20px;
}

.modal#modal-register-action .modal-dialog .btn {
	margin-top: 20px;
}

#section-register .pc,
#section-guage .pc,
#section-video .pc {
	display: block;
}

#section-register .tb,
#section-guage .tb,
#section-video .tb,
#section-register .mb,
#section-guage .mb,
#section-video .mb {
	display: none;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* Customize Loader */
.custom-loader {
	width: 50px;
	height: 50px;
	display: grid;
	border-radius: 50%;
	-webkit-mask:radial-gradient(farthest-side,#0000 40%,#000 41%);
	background:
		linear-gradient(0deg ,#766DF480 50%,#766DF4FF 0) center/4px 100%,
		linear-gradient(90deg,#766DF440 50%,#766DF4BF 0) center/100% 4px;
	background-repeat: no-repeat;
	animation: s3 1s infinite steps(12);
}
.custom-loader::before,
.custom-loader::after {
	content:"";
	grid-area: 1/1;
	border-radius: 50%;
	background:inherit;
	opacity: 0.915;
	transform: rotate(30deg);
}
.custom-loader::after {
	opacity: 0.83;
	transform: rotate(60deg);
}

@keyframes s3 {
	100% {transform: rotate(1turn)}
}

/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 2000px) {
}

/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1600px) {
	#section-register #reg-frm form {
		top: 28%;
	}

	#section-register #reg-frm input {
		font-size: 14px;
		padding: 10px 5px;
		margin-bottom: 20px;
	}

	#section-register #reg-frm .reg-frm-btn {
		margin-top: 7px;
	}
}

/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1440px) {
	#section-register #reg-frm form {
		top: 28%;
	}

	#section-register #reg-frm input {
		font-size: 14px;
		padding: 10px 5px;
		margin-bottom: 20px;
	}

	#section-register #reg-frm .reg-frm-btn {
		margin-top: 7px;
	}
}

/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1280px) {
	#section-register #reg-frm form {
		top: 26%;
	}

	#section-register #reg-frm input {
		font-size: 14px;
		padding: 10px 5px;
		margin-bottom: 12px;
	}

	#section-register #reg-frm .reg-frm-btn {
		margin-top: 7px;
	}
}

/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1024px) {
}

/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 460px) {
}