@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html,body { 
    height:100%;
    -webkit-font-smoothing: antialiased;
    font-family: "Prompt", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
	background:#1A1A1A;
    color: #FFF;
    padding: 0;
    margin: 0;
}
body.no-scroll {
    overflow: hidden;
}
#wrapper {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100vh;
	display: flex;
    flex-direction: column;
	padding: 64px 0 49px 0;
}
html {
    box-sizing: border-box;
	font-size: 20px;
}
*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
* {
    max-height: 100000px;
}

a:-webkit-any-link {
	text-decoration: none;
}
a:hover {
  cursor: pointer;
 }
 [disable] {
	cursor: default;
	pointer-events: none;
	filter: grayscale(1);
	opacity: 0.4;
	
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
 }
textarea {
  height: auto;
  min-height: 50px;
 }

 p {
	 margin:0;
 }

