@import url(https://old.TianTcl.net/v1/res/fonts/th_kodchasal.css);
@import url(https://old.TianTcl.net/v1/res/fonts/thsarabunnew.css);
@import url(https://old.TianTcl.net/v1/res/fonts/th_krub.css);
html body {
	margin: 0px;
	background-color: #EDF5FF;
	overflow-x: hidden; overflow-y: auto;
}
html body header {
	position: fixed; width: 100%; z-index: 2;
	background-color: #F3F6FA; box-shadow: 0 0 2.3px #555;
}
html body header div#title {
	position: relative; padding: 2.875px 17.25px; width: calc(100% - 46px);
	user-select: all; -webkit-user-select: all;
}
html body header div#title span {
	font-size: 23px; font-family: 'THKodchasal', sans-serif;
}
html body article {
	position: absolute;
	font-family: 'THSarabunNew', sans-serif;
}
html body article div {
	position: relative; margin: 11.5px; padding: 2.875px 23px; float: left;
	background-color: #FFF; border-radius: 23px; box-shadow: 0 0 0.9775px #AAA;
}
html body article div span:last-child {
	padding-left: 15px;
	user-select: all; -webkit-user-select: all;
}
html body section {
	position: relative; padding: 11.5px;
}
html body section div#app {
	position: absolute; left: 50%;
	transform: translateX(-50%);
}
html body section div#app a:link, html body section div#app a:visited {
	text-decoration: none;
	color: #074C63;
}
html body section div#app a div {
	position: relative; padding: 5.75px 11.5px;
	background-color: #CEF7F5; border-radius: 3px;
}
html body section div#app a div span {
	font-size: 11.5px; font-family: 'THKrub', sans-serif;
}
html body section div#embed {
	position: absolute; margin-top: 23px; left: 50%; width: 92%;
	transform: translateX(-50%);
}
html body section div#embed iframe {
	position: relative; width: 100%; height: 100%;
	border: none; border-radius: 11.5px; box-shadow: 0 0 1.38px #999;
}
html body footer {
	position: absolute; margin-top: 11.5px; padding: 5.75px 11.5px; width: 100%;
	background-color: #E0EDFF;
	text-align: center;
}
html body footer div#info {
	width: 100%;
}
html body footer div#info span {
	font-size: 11.5px; font-family: 'THSarabunNew', sans-serif;
}
html body footer div#info span a:link, html body footer div#info span a:visited {
	text-decoration: none;
	color: #02367D;
}