CINXE.COM
พจนานุกรม Dictionary แปลภาษา คำศัพท์ อังกฤษ-ไทย ไทย-อังกฤษ
<!DOCTYPE html><html lang="th" class="isDesktop"><head><meta name="theme-color" content="#ED1C24"/><meta name="robots" content="max-image-preview:large"/><meta property="fb:app_id" content="1675028022749749"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon-precomposed" href="https://s.isanook.com/sh/0/di/icon-sanook-144x144-08.png"/><link rel="shortcut icon" href="https://s.isanook.com/sh/0/di/sanook32x32.ico"/><script data-react-helmet="true" type="text/javascript"> window.GTMFirstLoad = true; var objGTMInitialValue = {'contentChannel': 'dictionary', 'contentPageFormat': 'indexpage'}; var smiData = document.cookie.match('(^|; )' + 'smimid' + '=([^;]*)'); objGTMInitialValue.userLogin = smiData === null ? 0 : 1; if (smiData && smiData !== null) { objGTMInitialValue.userSMI = smiData[2]; objGTMInitialValue.userID = smiData[2]; } var adsCookieRegex = document.cookie.match('(^|; )' + 'ads_optout' + '=([^;]*)'); if (adsCookieRegex && adsCookieRegex !== null) { objGTMInitialValue.userNonPersonalizedAds = +adsCookieRegex[2]; } dataLayer = [objGTMInitialValue]; (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PNXLXRS'); </script><script type="text/javascript"> window.THwhitelist = ['women', 'men', 'travel', 'movie', 'health', 'home', 'moshimoshi', 'sport', 'hitech', 'money', 'news', 'game', 'horoscope', 'campus', 'auto', 'music', 'podcasts', 'video', 'feedback', 'dictionary', 'lifestyle', 'it', 'entertain']; function getPage(whitelist) { var loc = document.createElement('a'); loc.href = window.location.href + ''; var page = 'sanook'; var _paths = loc.pathname.split('/'); var _id = new RegExp('^/(?:.*)/([0-9]+)/').exec(loc.pathname); var matchedId = _id !== null && _id[1] > 0; const strHoroscope = 'horoscope'; const horoscopePrefix = page + '.' + strHoroscope; var strVideo = 'video'; var isVideo = _paths[1] === strVideo; if (isVideo) { var videoPrefix = page + '.' + strVideo + '.'; var strChannel = 'channel'; var strClip = 'clip'; var strPlaylist = 'playlist'; var strEmbed = 'embed'; var strAuthAccept = 'auth-accept'; var strPrivate = 'private'; if (_paths[2] === strChannel) { return videoPrefix + strChannel; } if (_paths[2] === strAuthAccept) { return videoPrefix + strClip + '.' + strPrivate; } if (matchedId) { if (_paths[2] === strClip) { if (window.THVideoPrivate) { return videoPrefix + strClip + '.' + strPrivate; } return videoPrefix + strClip; } else if (_paths[2] === strPlaylist) { return videoPrefix + strPlaylist; } else if (_paths[2] === strEmbed) { return videoPrefix + strEmbed + '.' + _paths[3]; } } } var strDictionary = 'dictionary'; var isDictionary = _paths[1] === strDictionary; if (isDictionary) { if (_paths[2] === 'dict') { if (_paths[3] !== '') { var dictPrefix = strDictionary + '.' + 'dict' + '.'; if (_paths[4] === 'search') { return dictPrefix + _paths[3] + '.' + 'search'; } else { return dictPrefix + _paths[3]; } } else { return strDictionary + '.dict'; } } else { return strDictionary + '.index'; } } if (_paths[1] === 'podcasts') { if (_paths[2] === 'program') { if (_paths[4]) { return 'sanook.podcasts.track'; } return 'sanook.podcasts.program'; } } if (_paths[1] === 'music') { if (_paths[2] === 'event') { if (_paths[3]) { return 'sanook.music.event.entry'; } return 'sanook.music.event'; } if (_paths[2] === 'liveradio') { if (_paths[3]) { return 'sanook.music.liveradio.entry'; } return 'sanook.music.liveradio'; } if (_paths[2] === 'chart' || _paths[2] === 'artist' || _paths[2] === 'playlist' || _paths[2] === 'album') { return 'sanook.music.' + _paths[2] + '.entry'; } } const strFindLuckyNumbers = 'findluckynumbers'; const isFindLuckyNumbers = _paths[1] === strHoroscope && _paths[2] === strFindLuckyNumbers; const regId = /^\d+$/; if (isFindLuckyNumbers) { let findLuckyNumbersPrefix = horoscopePrefix + '.' + _paths[2]; if (_paths[3] !== '') { findLuckyNumbersPrefix = findLuckyNumbersPrefix + '.' + _paths[3]; if (_paths[4].match(regId)) { return findLuckyNumbersPrefix + '.' + 'result'; } else if (_paths[4] !== '') { return findLuckyNumbersPrefix + '.' + _paths[4]; } else { return findLuckyNumbersPrefix; } } else { return horoscopePrefix + '.' + strFindLuckyNumbers; } } if (matchedId) { if (_paths[3] === 'gallery') { if (_paths[4] !== '') { page = page + '.' + _paths[1] + '.gallery.' + _paths[2]; } else { page = page + '.' + _paths[1] + '.gallery'; } } else { page = page + '.' + _paths[1] + '.entry'; } } else { if (_paths.length > 4) { if (_paths[2] === 'search') { page = page + '.' + _paths[1] + '.search'; } else if (_paths[2] === 'tag') { page = page + '.' + _paths[1] + '.tag'; } else { page = page + '.' + _paths[1] + '.' + _paths[2] + '.' + _paths[3]; } } else if (_paths.length > 3) { page = page + '.' + _paths[1] + '.' + _paths[2]; } else if (_paths.length > 2) { if ((whitelist || window.THwhitelist).indexOf(_paths[1]) !== -1) { page = page + '.' + _paths[1] + '.index'; } else { page = page + '.' + _paths[1] + '.tab'; } } else { page = page + '.www.index'; } } return page; } window.THFirstLoad = true; window.page = getPage(); ;(function () { var hth = document.createElement('script'); hth.type = 'text/javascript' hth.async = true hth.src = '//lvs2.truehits.in.th/dataa/d0004449.js' var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(hth, s) })() </script><script type="text/javascript"> (function (s, a, n, o, O, k) {s['SanookAnalyticsObject'] = a; s[a] = s[a] || function () { (s[a].q = s[a].q || []).push(arguments) }, s[a].l = 1 * new Date(); k = O.createElement(n), m = O.getElementsByTagName(n)[0]; k.async = 1; k.src = o; m.parentNode.insertBefore(k, m)})(window, 'snSAL', 'script', 'https://sal.isanook.com/js/a102.js', document) snSAL('create', 'SA-8147095-6', 'auto') </script><script src="https://cdn.taboola.com/webpush/publishers/1011713/taboola-push-sdk.js" async=""></script><script async="" type="text/javascript" src="https://s.isanook.com/sh/0/js/pubmatic_desktop.1.0.0.js"></script><script async="" type="text/javascript" src="//static.criteo.net/js/ld/publishertag.js"></script><script async="" type="text/javascript" src="https://p3.isanook.com/sh/0/js/beacon.v1.js"></script><script type="text/javascript"> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1489944661112333'); fbq('track', 'PageView'); </script><noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1489944661112333&ev=PageView&noscript=1"/></noscript><script type="text/javascript"> ;window.NREUM||(NREUM={});NREUM.init={distributed_tracing:{enabled:true},privacy:{cookies_enabled:false},ajax:{deny_list:["bam-cell.nr-data.net"]}}; ;NREUM.loader_config={accountID:"497483",trustKey:"497483",agentID:"50994296",licenseKey:"8f062114d3",applicationID:"50891400"}; ;NREUM.info={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",licenseKey:"8f062114d3",applicationID:"50891400",sa:1}; ;/*! For license information please see nr-loader-rum-1.246.1.min.js.LICENSE.txt */ (()=>{"use strict";var e,t,n={234:(e,t,n)=>{n.d(t,{P_:()=>h,Mt:()=>m,C5:()=>s,DL:()=>w,OP:()=>j,lF:()=>S,Yu:()=>_,Dg:()=>v,CX:()=>c,GE:()=>A,sU:()=>T});var r=n(8632),i=n(9567);const a={beacon:r.ce.beacon,errorBeacon:r.ce.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0},o={};function s(e){if(!e)throw new Error("All info objects require an agent identifier!");if(!o[e])throw new Error("Info for ".concat(e," was never set"));return o[e]}function c(e,t){if(!e)throw new Error("All info objects require an agent identifier!");o[e]=(0,i.D)(t,a),(0,r.Qy)(e,o[e],"info")}const d=e=>{if(!e||"string"!=typeof e)return!1;try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0};var u=n(7056),l=n(50);const f=()=>{const e={mask_selector:"*",block_selector:"[data-nr-block]",mask_input_options:{color:!1,date:!1,"datetime-local":!1,email:!1,month:!1,number:!1,range:!1,search:!1,tel:!1,text:!1,time:!1,url:!1,week:!1,textarea:!1,select:!1,password:!0}};return{feature_flags:[],proxy:{assets:void 0,beacon:void 0},privacy:{cookies_enabled:!0},ajax:{deny_list:void 0,block_internal:!0,enabled:!0,harvestTimeSeconds:10,autoStart:!0},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},session:{domain:void 0,expiresMs:u.oD,inactiveMs:u.Hb},ssl:void 0,obfuscate:void 0,jserrors:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},metrics:{enabled:!0,autoStart:!0},page_action:{enabled:!0,harvestTimeSeconds:30,autoStart:!0},page_view_event:{enabled:!0,autoStart:!0},page_view_timing:{enabled:!0,harvestTimeSeconds:30,long_task:!1,autoStart:!0},session_trace:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},harvest:{tooManyRequestsDelay:60},session_replay:{autoStart:!0,enabled:!1,harvestTimeSeconds:60,sampling_rate:50,error_sampling_rate:50,collect_fonts:!1,inline_images:!1,inline_stylesheet:!0,mask_all_inputs:!0,get mask_text_selector(){return e.mask_selector},set mask_text_selector(t){d(t)?e.mask_selector=t+",[data-nr-mask]":null===t?e.mask_selector=t:(0,l.Z)("An invalid session_replay.mask_selector was provided and will not be used",t)},get block_class(){return"nr-block"},get ignore_class(){return"nr-ignore"},get mask_text_class(){return"nr-mask"},get block_selector(){return e.block_selector},set block_selector(t){d(t)?e.block_selector+=",".concat(t):""!==t&&(0,l.Z)("An invalid session_replay.block_selector was provided and will not be used",t)},get mask_input_options(){return e.mask_input_options},set mask_input_options(t){t&&"object"==typeof t?e.mask_input_options={...t,password:!0}:(0,l.Z)("An invalid session_replay.mask_input_option was provided and will not be used",t)}},spa:{enabled:!0,harvestTimeSeconds:10,autoStart:!0}}},g={},p="All configuration objects require an agent identifier!";function h(e){if(!e)throw new Error(p);if(!g[e])throw new Error("Configuration for ".concat(e," was never set"));return g[e]}function v(e,t){if(!e)throw new Error(p);g[e]=(0,i.D)(t,f()),(0,r.Qy)(e,g[e],"config")}function m(e,t){if(!e)throw new Error(p);var n=h(e);if(n){for(var r=t.split("."),i=0;i<r.length-1;i++)if("object"!=typeof(n=n[r[i]]))return;n=n[r[r.length-1]]}return n}const b={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},y={};function w(e){if(!e)throw new Error("All loader-config objects require an agent identifier!");if(!y[e])throw new Error("LoaderConfig for ".concat(e," was never set"));return y[e]}function A(e,t){if(!e)throw new Error("All loader-config objects require an agent identifier!");y[e]=(0,i.D)(t,b),(0,r.Qy)(e,y[e],"loader_config")}const _=(0,r.mF)().o;var x=n(385),D=n(6818);const k={buildEnv:D.Re,customTransaction:void 0,disabled:!1,distMethod:D.gF,isolatedBacklog:!1,loaderType:void 0,maxBytes:3e4,offset:Math.floor(x._A?.performance?.timeOrigin||x._A?.performance?.timing?.navigationStart||Date.now()),onerror:void 0,origin:""+x._A.location,ptid:void 0,releaseIds:{},session:void 0,xhrWrappable:"function"==typeof x._A.XMLHttpRequest?.prototype?.addEventListener,version:D.q4,denyList:void 0},E={};function j(e){if(!e)throw new Error("All runtime objects require an agent identifier!");if(!E[e])throw new Error("Runtime for ".concat(e," was never set"));return E[e]}function T(e,t){if(!e)throw new Error("All runtime objects require an agent identifier!");E[e]=(0,i.D)(t,k),(0,r.Qy)(e,E[e],"runtime")}function S(e){return function(e){try{const t=s(e);return!!t.licenseKey&&!!t.errorBeacon&&!!t.applicationID}catch(e){return!1}}(e)}},9567:(e,t,n)=>{n.d(t,{D:()=>i});var r=n(50);function i(e,t){try{if(!e||"object"!=typeof e)return(0,r.Z)("Setting a Configurable requires an object as input");if(!t||"object"!=typeof t)return(0,r.Z)("Setting a Configurable requires a model to set its initial properties");const n=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),a=0===Object.keys(n).length?e:n;for(let o in a)if(void 0!==e[o])try{Array.isArray(e[o])&&Array.isArray(t[o])?n[o]=Array.from(new Set([...e[o],...t[o]])):"object"==typeof e[o]&&"object"==typeof t[o]?n[o]=i(e[o],t[o]):n[o]=e[o]}catch(e){(0,r.Z)("An error occurred while setting a property of a Configurable",e)}return n}catch(e){(0,r.Z)("An error occured while setting a Configurable",e)}}},6818:(e,t,n)=>{n.d(t,{Re:()=>i,gF:()=>a,q4:()=>r});const r="1.246.1",i="PROD",a="CDN"},385:(e,t,n)=>{n.d(t,{Nk:()=>u,Tt:()=>s,_A:()=>a,cv:()=>l,iS:()=>o,il:()=>r,ux:()=>c,v6:()=>i,w1:()=>d});const r="undefined"!=typeof window&&!!window.document,i="undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),a=r?window:"undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),o=Boolean("hidden"===a?.document?.visibilityState),s=(a?.location,/iPad|iPhone|iPod/.test(a.navigator?.userAgent)),c=s&&"undefined"==typeof SharedWorker,d=((()=>{const e=a.navigator?.userAgent?.match(/Firefox[/s](d+.d+)/);Array.isArray(e)&&e.length>=2&&e[1]})(),Boolean(r&&window.document.documentMode)),u=!!a.navigator?.sendBeacon,l=Math.floor(a?.performance?.timeOrigin||a?.performance?.timing?.navigationStart||Date.now())},1117:(e,t,n)=>{n.d(t,{w:()=>a});var r=n(50);const i={agentIdentifier:"",ee:void 0};class a{constructor(e){try{if("object"!=typeof e)return(0,r.Z)("shared context requires an object as input");this.sharedContext={},Object.assign(this.sharedContext,i),Object.entries(e).forEach((e=>{let[t,n]=e;Object.keys(i).includes(t)&&(this.sharedContext[t]=n)}))}catch(e){(0,r.Z)("An error occured while setting SharedContext",e)}}}},8e3:(e,t,n)=>{n.d(t,{L:()=>u,R:()=>c});var r=n(8325),i=n(1284),a=n(4322),o=n(3325);const s={};function c(e,t){const n={staged:!1,priority:o.p[t]||0};d(e),s[e].get(t)||s[e].set(t,n)}function d(e){e&&(s[e]||(s[e]=new Map))}function u(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"feature";if(d(e),!e||!s[e].get(t))return o(t);s[e].get(t).staged=!0;const n=[...s[e]];function o(t){const n=e?r.ee.get(e):r.ee,o=a.X.handlers;if(n.backlog&&o){var s=n.backlog[t],c=o[t];if(c){for(var d=0;s&&d<s.length;++d)l(s[d],c);(0,i.D)(c,(function(e,t){(0,i.D)(t,(function(t,n){n[0].on(e,n[1])}))}))}delete o[t],n.backlog[t]=null,n.emit("drain-"+t,[])}}n.every((e=>{let[t,n]=e;return n.staged}))&&(n.sort(((e,t)=>e[1].priority-t[1].priority)),n.forEach((t=>{let[n]=t;s[e].delete(n),o(n)})))}function l(e,t){var n=e[1];(0,i.D)(t[n],(function(t,n){var r=e[0];if(n[0]===r){var i=n[1],a=e[3],o=e[2];i.apply(a,o)}}))}},8325:(e,t,n)=>{n.d(t,{A:()=>c,ee:()=>d});var r=n(8632),i=n(2210),a=n(234);class o{constructor(e){this.contextId=e}}var s=n(3117);const c="nr@context:".concat(s.a),d=function e(t,n){var r={},s={},u={},f=!1;try{f=16===n.length&&(0,a.OP)(n).isolatedBacklog}catch(e){}var g={on:h,addEventListener:h,removeEventListener:function(e,t){var n=r[e];if(!n)return;for(var i=0;i<n.length;i++)n[i]===t&&n.splice(i,1)},emit:function(e,n,r,i,a){!1!==a&&(a=!0);if(d.aborted&&!i)return;t&&a&&t.emit(e,n,r);for(var o=p(r),c=v(e),u=c.length,l=0;l<u;l++)c[l].apply(o,n);var f=b()[s[e]];f&&f.push([g,e,n,o]);return o},get:m,listeners:v,context:p,buffer:function(e,t){const n=b();if(t=t||"feature",g.aborted)return;Object.entries(e||{}).forEach((e=>{let[r,i]=e;s[i]=t,t in n||(n[t]=[])}))},abort:l,aborted:!1,isBuffering:function(e){return!!b()[s[e]]},debugId:n,backlog:f?{}:t&&"object"==typeof t.backlog?t.backlog:{}};return g;function p(e){return e&&e instanceof o?e:e?(0,i.X)(e,c,(()=>new o(c))):new o(c)}function h(e,t){r[e]=v(e).concat(t)}function v(e){return r[e]||[]}function m(t){return u[t]=u[t]||e(g,t)}function b(){return g.backlog}}(void 0,"globalEE"),u=(0,r.fP)();function l(){d.aborted=!0,d.backlog={}}u.ee||(u.ee=d)},5546:(e,t,n)=>{n.d(t,{E:()=>r,p:()=>i});var r=n(8325).ee.get("handle");function i(e,t,n,i,a){a?(a.buffer([e],i),a.emit(e,t,n)):(r.buffer([e],i),r.emit(e,t,n))}},4322:(e,t,n)=>{n.d(t,{X:()=>a});var r=n(5546);a.on=o;var i=a.handlers={};function a(e,t,n,a){o(a||r.E,i,e,t,n)}function o(e,t,n,i,a){a||(a="feature"),e||(e=r.E);var o=t[a]=t[a]||{};(o[n]=o[n]||[]).push([e,i])}},3239:(e,t,n)=>{n.d(t,{bP:()=>s,iz:()=>c,m$:()=>o});var r=n(385);let i=!1,a=!1;try{const e={get passive(){return i=!0,!1},get signal(){return a=!0,!1}};r._A.addEventListener("test",null,e),r._A.removeEventListener("test",null,e)}catch(e){}function o(e,t){return i||a?{capture:!!e,passive:i,signal:t}:!!e}function s(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3?arguments[3]:void 0;window.addEventListener(e,t,o(n,r))}function c(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3?arguments[3]:void 0;document.addEventListener(e,t,o(n,r))}},3117:(e,t,n)=>{n.d(t,{a:()=>r});const r=(0,n(4402).Rl)()},4402:(e,t,n)=>{n.d(t,{Rl:()=>o,ky:()=>s});var r=n(385);const i="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";function a(e,t){return e?15&e[t]:16*Math.random()|0}function o(){const e=r._A?.crypto||r._A?.msCrypto;let t,n=0;return e&&e.getRandomValues&&(t=e.getRandomValues(new Uint8Array(31))),i.split("").map((e=>"x"===e?a(t,++n).toString(16):"y"===e?(3&a()|8).toString(16):e)).join("")}function s(e){const t=r._A?.crypto||r._A?.msCrypto;let n,i=0;t&&t.getRandomValues&&(n=t.getRandomValues(new Uint8Array(31)));const o=[];for(var s=0;s<e;s++)o.push(a(n,++i).toString(16));return o.join("")}},7056:(e,t,n)=>{n.d(t,{Bq:()=>r,Hb:()=>a,oD:()=>i});const r="NRBA",i=144e5,a=18e5},7894:(e,t,n)=>{function r(){return Math.round(performance.now())}n.d(t,{z:()=>r})},50:(e,t,n)=>{function r(e,t){"function"==typeof console.warn&&(console.warn("New Relic: ".concat(e)),t&&console.warn(t))}n.d(t,{Z:()=>r})},2587:(e,t,n)=>{n.d(t,{N:()=>c,T:()=>d});var r=n(8325),i=n(5546),a=n(3325);const o={stn:[a.D.sessionTrace],err:[a.D.jserrors,a.D.metrics],ins:[a.D.pageAction],spa:[a.D.spa],sr:[a.D.sessionReplay,a.D.sessionTrace]},s=new Set;function c(e,t){const n=r.ee.get(t);e&&"object"==typeof e&&(s.has(t)||Object.entries(e).forEach((e=>{let[t,r]=e;o[t]?o[t].forEach((e=>{r?(0,i.p)("feat-"+t,[],void 0,e,n):(0,i.p)("block-"+t,[],void 0,e,n),(0,i.p)("rumresp-"+t,[Boolean(r)],void 0,e,n)})):r&&(0,i.p)("feat-"+t,[],void 0,void 0,n),d[t]=Boolean(r)})),Object.keys(o).forEach((e=>{void 0===d[e]&&(o[e]?.forEach((t=>(0,i.p)("rumresp-"+e,[!1],void 0,t,n))),d[e]=!1)})),s.add(t))}const d={}},2210:(e,t,n)=>{n.d(t,{X:()=>i});var r=Object.prototype.hasOwnProperty;function i(e,t,n){if(r.call(e,t))return e[t];var i=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:i,writable:!0,enumerable:!1}),i}catch(e){}return e[t]=i,i}},1284:(e,t,n)=>{n.d(t,{D:()=>r});const r=(e,t)=>Object.entries(e||{}).map((e=>{let[n,r]=e;return t(n,r)}))},4351:(e,t,n)=>{n.d(t,{P:()=>a});var r=n(8325);const i=()=>{const e=new WeakSet;return(t,n)=>{if("object"==typeof n&&null!==n){if(e.has(n))return;e.add(n)}return n}};function a(e){try{return JSON.stringify(e,i())}catch(e){try{r.ee.emit("internal-error",[e])}catch(e){}}}},3960:(e,t,n)=>{n.d(t,{K:()=>o,b:()=>a});var r=n(3239);function i(){return"undefined"==typeof document||"complete"===document.readyState}function a(e,t){if(i())return e();(0,r.bP)("load",e,t)}function o(e){if(i())return e();(0,r.iz)("DOMContentLoaded",e)}},8632:(e,t,n)=>{n.d(t,{EZ:()=>d,Qy:()=>c,ce:()=>a,fP:()=>o,gG:()=>u,mF:()=>s});var r=n(7894),i=n(385);const a={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net"};function o(){return i._A.NREUM||(i._A.NREUM={}),void 0===i._A.newrelic&&(i._A.newrelic=i._A.NREUM),i._A.NREUM}function s(){let e=o();return e.o||(e.o={ST:i._A.setTimeout,SI:i._A.setImmediate,CT:i._A.clearTimeout,XHR:i._A.XMLHttpRequest,REQ:i._A.Request,EV:i._A.Event,PR:i._A.Promise,MO:i._A.MutationObserver,FETCH:i._A.fetch}),e}function c(e,t,n){let i=o();const a=i.initializedAgents||{},s=a[e]||{};return Object.keys(s).length||(s.initializedAt={ms:(0,r.z)(),date:new Date}),i.initializedAgents={...a,[e]:{...s,[n]:t}},i}function d(e,t){o()[e]=t}function u(){return function(){let e=o();const t=e.info||{};e.info={beacon:a.beacon,errorBeacon:a.errorBeacon,...t}}(),function(){let e=o();const t=e.init||{};e.init={...t}}(),s(),function(){let e=o();const t=e.loader_config||{};e.loader_config={...t}}(),o()}},7956:(e,t,n)=>{n.d(t,{N:()=>i});var r=n(3239);function i(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0;(0,r.iz)("visibilitychange",(function(){if(t)return void("hidden"===document.visibilityState&&e());e(document.visibilityState)}),n,i)}},3081:(e,t,n)=>{n.d(t,{gF:()=>a,mY:()=>i,t9:()=>r,vz:()=>s,xS:()=>o});const r=n(3325).D.metrics,i="sm",a="cm",o="storeSupportabilityMetrics",s="storeEventMetrics"},7633:(e,t,n)=>{n.d(t,{t:()=>r});const r=n(3325).D.pageViewEvent},9251:(e,t,n)=>{n.d(t,{t:()=>r});const r=n(3325).D.pageViewTiming},5938:(e,t,n)=>{n.d(t,{W:()=>i});var r=n(8325);class i{constructor(e,t,n){this.agentIdentifier=e,this.aggregator=t,this.ee=r.ee.get(e),this.featureName=n,this.blocked=!1}}},7530:(e,t,n)=>{n.d(t,{j:()=>b});var r=n(3325),i=n(234),a=n(5546),o=n(8325),s=n(7894),c=n(8e3),d=n(3960),u=n(385),l=n(50),f=n(3081),g=n(8632);function p(){const e=(0,g.gG)();["setErrorHandler","finished","addToTrace","addRelease","addPageAction","setCurrentRouteName","setPageViewName","setCustomAttribute","interaction","noticeError","setUserId","setApplicationVersion","start"].forEach((t=>{e[t]=function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];let a=[];return Object.values(e.initializedAgents).forEach((e=>{e.exposed&&e.api[t]&&a.push(e.api[t](...r))})),a.length>1?a:a[0]}(t,...r)}}))}var h=n(2587);const v=e=>{const t=e.startsWith("http");e+="/",n.p=t?e:"https://"+e};let m=!1;function b(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},b=arguments.length>2?arguments[2]:void 0,y=arguments.length>3?arguments[3]:void 0,{init:w,info:A,loader_config:_,runtime:x={loaderType:b},exposed:D=!0}=t;const k=(0,g.gG)();A||(w=k.init,A=k.info,_=k.loader_config),(0,i.Dg)(e,w||{}),(0,i.GE)(e,_||{}),A.jsAttributes??={},u.v6&&(A.jsAttributes.isWorker=!0),(0,i.CX)(e,A);const E=(0,i.P_)(e),j=[A.beacon,A.errorBeacon];m||(m=!0,E.proxy.assets&&(v(E.proxy.assets),j.push(E.proxy.assets)),E.proxy.beacon&&j.push(E.proxy.beacon)),x.denyList=[...E.ajax.deny_list||[],...E.ajax.block_internal?j:[]],(0,i.sU)(e,x),p();const T=function(e,t){t||(0,c.R)(e,"api");const g={};var p=o.ee.get(e),h=p.get("tracer"),v="api-",m=v+"ixn-";function b(t,n,r,a){const o=(0,i.C5)(e);return null===n?delete o.jsAttributes[t]:(0,i.CX)(e,{...o,jsAttributes:{...o.jsAttributes,[t]:n}}),A(v,r,!0,a||null===n?"session":void 0)(t,n)}function y(){}["setErrorHandler","finished","addToTrace","addRelease"].forEach((e=>{g[e]=A(v,e,!0,"api")})),g.addPageAction=A(v,"addPageAction",!0,r.D.pageAction),g.setCurrentRouteName=A(v,"routeName",!0,r.D.spa),g.setPageViewName=function(t,n){if("string"==typeof t)return"/"!==t.charAt(0)&&(t="/"+t),(0,i.OP)(e).customTransaction=(n||"http://custom.transaction")+t,A(v,"setPageViewName",!0)()},g.setCustomAttribute=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if("string"==typeof e){if(["string","number","boolean"].includes(typeof t)||null===t)return b(e,t,"setCustomAttribute",n);(0,l.Z)("Failed to execute setCustomAttribute.\nNon-null value must be a string, number or boolean type, but a type of <".concat(typeof t,"> was provided."))}else(0,l.Z)("Failed to execute setCustomAttribute.\nName must be a string type, but a type of <".concat(typeof e,"> was provided."))},g.setUserId=function(e){if("string"==typeof e||null===e)return b("enduser.id",e,"setUserId",!0);(0,l.Z)("Failed to execute setUserId.\nNon-null value must be a string type, but a type of <".concat(typeof e,"> was provided."))},g.setApplicationVersion=function(e){if("string"==typeof e||null===e)return b("application.version",e,"setApplicationVersion",!1);(0,l.Z)("Failed to execute setApplicationVersion. Expected <String | null>, but got <".concat(typeof e,">."))},g.start=e=>{try{const t=e?"defined":"undefined";(0,a.p)(f.xS,["API/start/".concat(t,"/called")],void 0,r.D.metrics,p);const n=Object.values(r.D);if(void 0===e)e=n;else{if((e=Array.isArray(e)&&e.length?e:[e]).some((e=>!n.includes(e))))return(0,l.Z)("Invalid feature name supplied. Acceptable feature names are: ".concat(n));e.includes(r.D.pageViewEvent)||e.push(r.D.pageViewEvent)}e.forEach((e=>{p.emit("".concat(e,"-opt-in"))}))}catch(e){(0,l.Z)("An unexpected issue occurred",e)}},g.interaction=function(){return(new y).get()};var w=y.prototype={createTracer:function(e,t){var n={},i=this,o="function"==typeof t;return(0,a.p)(m+"tracer",[(0,s.z)(),e,n],i,r.D.spa,p),function(){if(h.emit((o?"":"no-")+"fn-start",[(0,s.z)(),i,o],n),o)try{return t.apply(this,arguments)}catch(e){throw h.emit("fn-err",[arguments,this,e],n),e}finally{h.emit("fn-end",[(0,s.z)()],n)}}}};function A(e,t,n,i){return function(){return(0,a.p)(f.xS,["API/"+t+"/called"],void 0,r.D.metrics,p),i&&(0,a.p)(e+t,[(0,s.z)(),...arguments],n?null:this,i,p),n?void 0:this}}function _(){n.e(75).then(n.bind(n,7438)).then((t=>{let{setAPI:n}=t;n(e),(0,c.L)(e,"api")})).catch((()=>(0,l.Z)("Downloading runtime APIs failed...")))}return["actionText","setName","setAttribute","save","ignore","onEnd","getContext","end","get"].forEach((e=>{w[e]=A(m,e,void 0,r.D.spa)})),g.noticeError=function(e,t){"string"==typeof e&&(e=new Error(e)),(0,a.p)(f.xS,["API/noticeError/called"],void 0,r.D.metrics,p),(0,a.p)("err",[e,(0,s.z)(),!1,t],void 0,r.D.jserrors,p)},u.il?(0,d.b)((()=>_()),!0):_(),g}(e,y);return(0,g.Qy)(e,T,"api"),(0,g.Qy)(e,D,"exposed"),(0,g.EZ)("activatedFeatures",h.T),T}},3325:(e,t,n)=>{n.d(t,{D:()=>r,p:()=>i});const r={ajax:"ajax",jserrors:"jserrors",metrics:"metrics",pageAction:"page_action",pageViewEvent:"page_view_event",pageViewTiming:"page_view_timing",sessionReplay:"session_replay",sessionTrace:"session_trace",spa:"spa"},i={[r.pageViewEvent]:1,[r.pageViewTiming]:2,[r.metrics]:3,[r.jserrors]:4,[r.ajax]:5,[r.sessionTrace]:6,[r.pageAction]:7,[r.spa]:8,[r.sessionReplay]:9}}},r={};function i(e){var t=r[e];if(void 0!==t)return t.exports;var a=r[e]={exports:{}};return n[e](a,a.exports,i),a.exports}i.m=n,i.d=(e,t)=>{for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce(((t,n)=>(i.f[n](e,t),t)),[])),i.u=e=>"nr-rum-1.246.1.min.js",i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="NRBA-1.246.1.PROD:",i.l=(n,r,a,o)=>{if(e[n])e[n].push(r);else{var s,c;if(void 0!==a)for(var d=document.getElementsByTagName("script"),u=0;u<d.length;u++){var l=d[u];if(l.getAttribute("src")==n||l.getAttribute("data-webpack")==t+a){s=l;break}}s||(c=!0,(s=document.createElement("script")).charset="utf-8",s.timeout=120,i.nc&&s.setAttribute("nonce",i.nc),s.setAttribute("data-webpack",t+a),s.src=n),e[n]=[r];var f=(t,r)=>{s.onerror=s.onload=null,clearTimeout(g);var i=e[n];if(delete e[n],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(r))),t)return t(r)},g=setTimeout(f.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=f.bind(null,s.onerror),s.onload=f.bind(null,s.onload),c&&document.head.appendChild(s)}},i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.p="https://js-agent.newrelic.com/",(()=>{var e={50:0,832:0};i.f.j=(t,n)=>{var r=i.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var a=new Promise(((n,i)=>r=e[t]=[n,i]));n.push(r[2]=a);var o=i.p+i.u(t),s=new Error;i.l(o,(n=>{if(i.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var a=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src;s.message="Loading chunk "+t+" failed.\n("+a+": "+o+")",s.name="ChunkLoadError",s.type=a,s.request=o,r[1](s)}}),"chunk-"+t,t)}};var t=(t,n)=>{var r,a,[o,s,c]=n,d=0;if(o.some((t=>0!==e[t]))){for(r in s)i.o(s,r)&&(i.m[r]=s[r]);if(c)c(i)}for(t&&t(n);d<o.length;d++)a=o[d],i.o(e,a)&&e[a]&&e[a][0](),e[a]=0},n=self["webpackChunk:NRBA-1.246.1.PROD"]=self["webpackChunk:NRBA-1.246.1.PROD"]||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))})(),(()=>{var e=i(50);class t{addPageAction(t,n){(0,e.Z)("Call to agent api addPageAction failed. The page action feature is not currently initialized.")}setPageViewName(t,n){(0,e.Z)("Call to agent api setPageViewName failed. The page view feature is not currently initialized.")}setCustomAttribute(t,n,r){(0,e.Z)("Call to agent api setCustomAttribute failed. The js errors feature is not currently initialized.")}noticeError(t,n){(0,e.Z)("Call to agent api noticeError failed. The js errors feature is not currently initialized.")}setUserId(t){(0,e.Z)("Call to agent api setUserId failed. The js errors feature is not currently initialized.")}setApplicationVersion(t){(0,e.Z)("Call to agent api setApplicationVersion failed. The agent is not currently initialized.")}setErrorHandler(t){(0,e.Z)("Call to agent api setErrorHandler failed. The js errors feature is not currently initialized.")}finished(t){(0,e.Z)("Call to agent api finished failed. The page action feature is not currently initialized.")}addRelease(t,n){(0,e.Z)("Call to agent api addRelease failed. The js errors feature is not currently initialized.")}start(t){(0,e.Z)("Call to agent api addRelease failed. The agent is not currently initialized.")}}var n=i(3325),r=i(234);const a=Object.values(n.D);function o(e){const t={};return a.forEach((n=>{t[n]=function(e,t){return!1!==(0,r.Mt)(t,"".concat(e,".enabled"))}(n,e)})),t}var s=i(7530);var c=i(8e3),d=i(5938),u=i(3960),l=i(385);class f extends d.W{constructor(e,t,n){let i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];super(e,t,n),this.auto=i,this.abortHandler=void 0,this.featAggregate=void 0,this.onAggregateImported=void 0,!1===(0,r.Mt)(this.agentIdentifier,"".concat(this.featureName,".autoStart"))&&(this.auto=!1),this.auto&&(0,c.R)(e,n)}importAggregator(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(this.featAggregate)return;if(!this.auto)return void this.ee.on("".concat(this.featureName,"-opt-in"),(()=>{(0,c.R)(this.agentIdentifier,this.featureName),this.auto=!0,this.importAggregator()}));const n=l.il&&!0===(0,r.Mt)(this.agentIdentifier,"privacy.cookies_enabled");let a;this.onAggregateImported=new Promise((e=>{a=e}));const o=async()=>{let r;try{if(n){const{setupAgentSession:e}=await i.e(75).then(i.bind(i,3228));r=e(this.agentIdentifier)}}catch(t){(0,e.Z)("A problem occurred when starting up session manager. This page will not start or extend any session.",t)}try{if(!this.shouldImportAgg(this.featureName,r))return(0,c.L)(this.agentIdentifier,this.featureName),void a(!1);const{lazyFeatureLoader:e}=await i.e(75).then(i.bind(i,8582)),{Aggregate:n}=await e(this.featureName,"aggregate");this.featAggregate=new n(this.agentIdentifier,this.aggregator,t),a(!0)}catch(t){(0,e.Z)("Downloading and initializing ".concat(this.featureName," failed..."),t),this.abortHandler?.(),(0,c.L)(this.agentIdentifier,this.featureName),a(!1)}};l.il?(0,u.b)((()=>o()),!0):o()}shouldImportAgg(e,t){return e!==n.D.sessionReplay||!!r.Yu.MO&&(!1!==(0,r.Mt)(this.agentIdentifier,"session_trace.enabled")&&(!!t?.isNew||!!t?.state.sessionReplayMode))}}var g=i(7633);class p extends f{static featureName=g.t;constructor(e,t){let n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];super(e,t,g.t,n),this.importAggregator()}}var h=i(1117),v=i(1284);class m extends h.w{constructor(e){super(e),this.aggregatedData={}}store(e,t,n,r,i){var a=this.getBucket(e,t,n,i);return a.metrics=function(e,t){t||(t={count:0});return t.count+=1,(0,v.D)(e,(function(e,n){t[e]=b(n,t[e])})),t}(r,a.metrics),a}merge(e,t,n,r,i){var a=this.getBucket(e,t,r,i);if(a.metrics){var o=a.metrics;o.count+=n.count,(0,v.D)(n,(function(e,t){if("count"!==e){var r=o[e],i=n[e];i&&!i.c?o[e]=b(i.t,r):o[e]=function(e,t){if(!t)return e;t.c||(t=y(t.t));return t.min=Math.min(e.min,t.min),t.max=Math.max(e.max,t.max),t.t+=e.t,t.sos+=e.sos,t.c+=e.c,t}(i,o[e])}}))}else a.metrics=n}storeMetric(e,t,n,r){var i=this.getBucket(e,t,n);return i.stats=b(r,i.stats),i}getBucket(e,t,n,r){this.aggregatedData[e]||(this.aggregatedData[e]={});var i=this.aggregatedData[e][t];return i||(i=this.aggregatedData[e][t]={params:n||{}},r&&(i.custom=r)),i}get(e,t){return t?this.aggregatedData[e]&&this.aggregatedData[e][t]:this.aggregatedData[e]}take(e){for(var t={},n="",r=!1,i=0;i<e.length;i++)t[n=e[i]]=w(this.aggregatedData[n]),t[n].length&&(r=!0),delete this.aggregatedData[n];return r?t:null}}function b(e,t){return null==e?function(e){e?e.c++:e={c:1};return e}(t):t?(t.c||(t=y(t.t)),t.c+=1,t.t+=e,t.sos+=e*e,e>t.max&&(t.max=e),e<t.min&&(t.min=e),t):{t:e}}function y(e){return{t:e,min:e,max:e,sos:e*e,c:1}}function w(e){return"object"!=typeof e?[]:(0,v.D)(e,A)}function A(e,t){return t}var _=i(8632),x=i(4402),D=i(4351);var k=i(5546),E=i(7956),j=i(3239),T=i(7894),S=i(9251);class N extends f{static featureName=S.t;constructor(e,t){let n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];super(e,t,S.t,n),l.il&&((0,E.N)((()=>(0,k.p)("docHidden",[(0,T.z)()],void 0,S.t,this.ee)),!0),(0,j.bP)("pagehide",(()=>(0,k.p)("winPagehide",[(0,T.z)()],void 0,S.t,this.ee))),this.importAggregator())}}var C=i(3081);class P extends f{static featureName=C.t9;constructor(e,t){let n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];super(e,t,C.t9,n),this.importAggregator()}}new class extends t{constructor(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(0,x.ky)(16);super(),l._A?(this.agentIdentifier=n,this.sharedAggregator=new m({agentIdentifier:this.agentIdentifier}),this.features={},this.desiredFeatures=new Set(t.features||[]),this.desiredFeatures.add(p),Object.assign(this,(0,s.j)(this.agentIdentifier,t,t.loaderType||"agent")),this.run()):(0,e.Z)("Failed to initial the agent. Could not determine the runtime environment.")}get config(){return{info:(0,r.C5)(this.agentIdentifier),init:(0,r.P_)(this.agentIdentifier),loader_config:(0,r.DL)(this.agentIdentifier),runtime:(0,r.OP)(this.agentIdentifier)}}run(){const t="features";try{const r=o(this.agentIdentifier),i=[...this.desiredFeatures];i.sort(((e,t)=>n.p[e.featureName]-n.p[t.featureName])),i.forEach((t=>{if(r[t.featureName]||t.featureName===n.D.pageViewEvent){const i=function(e){switch(e){case n.D.ajax:return[n.D.jserrors];case n.D.sessionTrace:return[n.D.ajax,n.D.pageViewEvent];case n.D.sessionReplay:return[n.D.sessionTrace];case n.D.pageViewTiming:return[n.D.pageViewEvent];default:return[]}}(t.featureName);i.every((e=>r[e]))||(0,e.Z)("".concat(t.featureName," is enabled but one or more dependent features has been disabled (").concat((0,D.P)(i),"). This may cause unintended consequences or missing data...")),this.features[t.featureName]=new t(this.agentIdentifier,this.sharedAggregator)}})),(0,_.Qy)(this.agentIdentifier,this.features,t)}catch(n){(0,e.Z)("Failed to initialize all enabled instrument classes (agent aborted) -",n);for(const e in this.features)this.features[e].abortHandler?.();const r=(0,_.fP)();return delete r.initializedAgents[this.agentIdentifier]?.api,delete r.initializedAgents[this.agentIdentifier]?.[t],delete this.sharedAggregator,r.ee?.abort(),delete r.ee?.get(this.agentIdentifier),!1}}addToTrace(t){(0,e.Z)("Call to agent api addToTrace failed. The session trace feature is not currently initialized.")}setCurrentRouteName(t){(0,e.Z)("Call to agent api setCurrentRouteName failed. The spa feature is not currently initialized.")}interaction(){(0,e.Z)("Call to agent api interaction failed. The spa feature is not currently initialized.")}}({features:[p,N,P],loaderType:"lite"})})()})(); </script><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@Sanook"/><meta property="og:type" content="website"/><title>พจนานุกรม Dictionary แปลภาษา คำศัพท์ อังกฤษ-ไทย ไทย-อังกฤษ</title><meta name="robots" content="index,follow"/><meta name="googlebot" content="index,follow"/><meta name="description" content="พจนานุกรมออนไลน์ ค้นหาคำศัพท์ แปลภาษาได้ง่ายๆ ตัวอย่างประโยคคำศัพท์ ดิกชันนารีหลายเล่ม เช่น พจนานุกรมราชบัณฑิตยสถาน พจนานุกรมอ.สอ เสถบุตร พจนานุกรมอ.เปลื้อง ณ นคร พจนานุกรม lexitron"/><meta property="og:title" content="พจนานุกรม Dictionary แปลภาษา คำศัพท์ อังกฤษ-ไทย ไทย-อังกฤษ"/><meta property="og:description" content="พจนานุกรมออนไลน์ ค้นหาคำศัพท์ แปลภาษาได้ง่ายๆ ตัวอย่างประโยคคำศัพท์ ดิกชันนารีหลายเล่ม เช่น พจนานุกรมราชบัณฑิตยสถาน พจนานุกรมอ.สอ เสถบุตร พจนานุกรมอ.เปลื้อง ณ นคร พจนานุกรม lexitron"/><meta property="og:url" content="https://www.sanook.com/dictionary/"/><meta property="og:image" content="https://s.isanook.com/sh/0/di/og-channel/s-dictionary.png?ip/scale/w700h366/q80/webp"/><meta property="og:image:type" content="image/webp"/><meta property="og:image:width" content="700"/><meta property="og:image:height" content="366"/><meta property="og:site_name" content="https://www.sanook.com/dictionary/"/><link rel="canonical" href="https://www.sanook.com/dictionary/"/><meta name="keywords" content="พจนานุกรม, Dictionary"/><script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Sanook","item":"https://www.sanook.com/"},{"@type":"ListItem","position":2,"name":"dictionary","item":"https://www.sanook.com/dictionary/"}]}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"WebSite","url":"https://www.sanook.com/dictionary/","potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.sanook.com/dictionary/dict/all/search/{search_term_string}"},"query-input":"required name=search_term_string"}}</script><meta name="next-head-count" content="21"/><link rel="preload" href="//s.isanook.com/sr/0/_next/static/css/85b879ed195ddc8ea983.css" as="style"/><link rel="stylesheet" href="//s.isanook.com/sr/0/_next/static/css/85b879ed195ddc8ea983.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="//s.isanook.com/sr/0/_next/static/chunks/polyfills-b69b38e0e606287ba003.js"></script><script src="//s.isanook.com/sr/0/_next/static/chunks/webpack-dce29be298ca91dd7854.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/framework-bccd505f411f10b308c7.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/main-6fc29b940dae36eaf931.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/pages/_app-1d867a397b82de8f97d0.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/7918-3bbc8a6036bbcdb09d83.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/2962-603a28e62dde6ed2aedb.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/1354-e6e263fd45386d27bc3d.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/3253-53ff7ff6e0b6ee493cc0.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/6261-0b9100df4de35e339621.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/2144-fc95701658e9dbc62ba5.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/3051-bf42533dcd722fe36384.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/2769-a4326ca9e06ba464c417.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/9717-d8da60f1751642066366.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/5503-03d2806504b0aeab325f.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/8118-36b5ba5e4e0a38ed630c.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/4802-5e2dd68586ac1e9a17af.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/7512-c335d24da2f641c7acde.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/8145-795e0ceee8c352ff6f82.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/6415-5fa71f0508e2f5a3adb1.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/chunks/pages/channels/dictionary-903d784dbe999602bfec.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/yIZINmETDcAB9PPnuYxcP/_buildManifest.js" defer=""></script><script src="//s.isanook.com/sr/0/_next/static/yIZINmETDcAB9PPnuYxcP/_ssgManifest.js" defer=""></script><style id="__jsx-3288412262">@font-face{font-family:'sukhumvit';src:url('//s.isanook.com/sr/0/fonts/sukhumvit/SukhumvitReg.woff2') format('woff2'), url('//s.isanook.com/sr/0/fonts/sukhumvit/SukhumvitReg.woff') format('woff');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'sukhumvit';src:url('//s.isanook.com/sr/0/fonts/sukhumvit/SukhumvitBold.woff2') format('woff2'), url('//s.isanook.com/sr/0/fonts/sukhumvit/SukhumvitBold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:'sukhumvit-fallback';size-adjust:88%;src:local('Arial');}@font-face{font-family:'prompt';src:url('//s.isanook.com/sr/0/fonts/prompt/prompt-regular-webfont.woff2') format('woff2'), url('//s.isanook.com/sr/0/fonts/prompt/prompt-regular-webfont.woff') format('woff');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'prompt';src:url('//s.isanook.com/sr/0/fonts/prompt/prompt-semibold-webfont.woff2') format('woff2'), url('//s.isanook.com/sr/0/fonts/prompt/prompt-semibold-webfont.woff') format('woff');font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:'prompt';src:url('//s.isanook.com/sr/0/fonts/prompt/prompt-bold-webfont.woff2') format('woff2'), url('//s.isanook.com/sr/0/fonts/prompt/prompt-bold-webfont.woff') format('woff');font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:'Prompt-fallback';size-adjust:104.5%;ascent-override:90%;src:local('Arial');}@font-face{font-family:'base-icon';src:url('//s.isanook.com/sr/0/fonts/icon/base-icon-v1.0.52.woff2') format('woff2'), url('//s.isanook.com/sr/0/fonts/icon/base-icon-v1.0.52.woff') format('woff');font-weight:700;font-style:normal;font-display:block;}@font-face{font-family:'Ellipsis';src:local('Arial');unicode-range:U+2026;}@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}.isDesktop .HomeToday .PostStandard,.isDesktop .CategoryToday .PostStandard{-webkit-animation:fadeIn 0.4s;animation:fadeIn 0.4s;}.isDesktop .billboardFrame{-webkit-animation:fadeIn 0.6s;animation:fadeIn 0.6s;}</style><style id="__jsx-3623168590">[data-google-query-id][id^='rgpt-'][style*='height']{height:auto !important;}</style><style id="__jsx-158250656">.BillboardPremium.jsx-158250656{-webkit-transition:all 0.5s;transition:all 0.5s;visibility:hidden;min-height:90px;}.BillboardPremium.jsx-158250656 .container.jsx-158250656{padding:0;position:unset;}.BillboardPremium.jsx-158250656 .floating.jsx-158250656{-webkit-transition:all 0.5s;transition:all 0.5s;position:absolute;left:0;top:-90px;right:0;z-index:10001;background-color:#f7f8f9;}.BillboardPremium.jsx-158250656 .adWrapOverflow.jsx-158250656{-webkit-transition:all 0.5s;transition:all 0.5s;overflow:hidden;height:0px;}.BillboardPremium.jsx-158250656 .adWrap.jsx-158250656{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.BillboardPremium.isSticky.jsx-158250656 .floating.jsx-158250656{position:fixed;}.BillboardPremium.isNot1by1Dimension.jsx-158250656{visibility:visible;padding-bottom:undefinedpx;}.BillboardPremium.isNot1by1Dimension.jsx-158250656 .floating.jsx-158250656{top:0;}.BillboardPremium.isNot1by1Dimension.jsx-158250656 .adWrapOverflow.jsx-158250656{height:undefinedpx;}.BillboardPremium.enableBillboardSkin.jsx-158250656,.BillboardPremium.enableSectionSm.jsx-158250656{visibility:visible;padding-bottom:90px;}.BillboardPremium.enableBillboardSkin.jsx-158250656 .floating.jsx-158250656,.BillboardPremium.enableSectionSm.jsx-158250656 .floating.jsx-158250656{top:0;}.BillboardPremium.enableBillboardSkin.jsx-158250656 .adWrapOverflow.jsx-158250656,.BillboardPremium.enableBillboardSkin.jsx-158250656 .adWrap.jsx-158250656,.BillboardPremium.enableSectionSm.jsx-158250656 .adWrapOverflow.jsx-158250656,.BillboardPremium.enableSectionSm.jsx-158250656 .adWrap.jsx-158250656{display:none;}.BillboardPremium.enableBillboardSkin.jsx-158250656 .floating.jsx-158250656{background:none;}.BillboardPremium.isEmpty.jsx-158250656{display:none;}.BillboardPremium.jsx-158250656 .container.jsx-158250656{background:transparent;}</style><style id="__jsx-144424629">.Logo.jsx-144424629{margin:0 5px 0 0;background-image:url('//s.isanook.com/sr/0/images/logo-sanook-n.svg');background-repeat:no-repeat;background-position:center;background-size:cover;width:200px;height:33px;display:inline-block;}.Logo.jsx-144424629 a.jsx-144424629{display:block;text-indent:-9999px;height:100%;}</style><style id="__jsx-2373554717">.Search.jsx-2373554717 label.jsx-2373554717{position:relative;margin-bottom:0;z-index:1;}.Search.jsx-2373554717 input.jsx-2373554717{font-family: sukhumvit, sukhumvit-fallback; font-weight: 400; font-size: 0.8125rem; line-height:32px;width:233px;height:31px;border:1px solid #c3c3c3;border-radius:20px;padding-top:1px;padding-left:30px;outline:none;}.Search.jsx-2373554717 input.jsx-2373554717::-webkit-input-placeholder{line-height:31px;}.Search.jsx-2373554717 button.jsx-2373554717{display:block;position:absolute;left:5px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:none;background-color:transparent;color:#c3c3c3;cursor:pointer;outline:none;padding-left:5px;}.Search.jsx-2373554717 button.jsx-2373554717 i.jsx-2373554717{vertical-align:-2px;}</style><style id="__jsx-1800632037">a.jsx-1800632037{font-family: sukhumvit, sukhumvit-fallback; font-weight: 400; font-size: 0.75rem; color:#3d3d3d;display:block;line-height:26px;position:relative;padding-left:32px;}a.jsx-1800632037 span.jsx-1800632037{width:26px;height:26px;display:inline-block;border-radius:50%;position:absolute;left:0;top:0;}a.jsx-1800632037 img.jsx-1800632037{width:22px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.comic.jsx-1800632037 a.jsx-1800632037 img.jsx-1800632037{width:100%;}@media (hover:hover){a.jsx-1800632037:hover b.jsx-1800632037{-webkit-text-decoration:underline;text-decoration:underline;}}a.jsx-1800632037 b.jsx-1800632037{font-family: sukhumvit, sukhumvit-fallback; font-weight: 400;;}li.jsx-1800632037{margin-right:14px;height:26px;display:inline-block;}li.lotto.jsx-1800632037 span.jsx-1800632037{background-color:#f70000;}li.horo.jsx-1800632037 span.jsx-1800632037{background-color:#9F35D5;}li.joox.jsx-1800632037 span.jsx-1800632037{background-color:#00cb5e;}li.wetv.jsx-1800632037 span.jsx-1800632037{background-color:#f9f9f9;}li.pubg.jsx-1800632037 span.jsx-1800632037{background-color:#ffce00;}</style><style id="__jsx-3479970660">.SynergyList.jsx-3479970660{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0 0 40px;}</style><style id="__jsx-1231157436">.MainHeaderDesktop.jsx-1231157436{padding-top:30px;padding-bottom:30px;position:relative;z-index:25;}.MainHeaderDesktop.jsx-1231157436 .logo{-webkit-flex:0 0 21%;-ms-flex:0 0 21%;flex:0 0 21%;max-width:21%;}.MainHeaderDesktop.jsx-1231157436 .search{-webkit-flex:0 0 79%;-ms-flex:0 0 79%;flex:0 0 79%;max-width:79%;}.SearchWrap.jsx-1231157436{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;min-height:32px;}.MemberWrap.jsx-1231157436{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}.SubMenuWrap.jsx-1231157436{position:absolute;left:0;right:0;top:93px;z-index:22;height:0;overflow:hidden;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}.SubMenuWrap.open.jsx-1231157436{height:542px;}</style><style id="__jsx-1560033539">.li.jsx-1560033539 a.jsx-1560033539{padding:10px 8.7px;color:#000;display:block;text-align:center;}@media (hover:hover){.li.jsx-1560033539 a.jsx-1560033539:hover{color:#f70000;}}.li.active.jsx-1560033539 a.jsx-1560033539{background-color:#f70000;color:#fff;}.li.active.jsx-1560033539 a.jsx-1560033539:hover{color:#fff;}</style><style id="__jsx-3063308867">.li.jsx-3063308867 a.jsx-3063308867{padding:10px 8.7px;color:#000;display:block;text-align:center;}@media (hover:hover){.li.jsx-3063308867 a.jsx-3063308867:hover{color:#FB4F00;}}.li.active.jsx-3063308867 a.jsx-3063308867{background-color:#FB4F00;color:#fff;}.li.active.jsx-3063308867 a.jsx-3063308867:hover{color:#fff;}</style><style id="__jsx-2027901635">.li.jsx-2027901635 a.jsx-2027901635{padding:10px 8.7px;color:#000;display:block;text-align:center;}@media (hover:hover){.li.jsx-2027901635 a.jsx-2027901635:hover{color:#5640fd;}}.li.active.jsx-2027901635 a.jsx-2027901635{background-color:#5640fd;color:#fff;}.li.active.jsx-2027901635 a.jsx-2027901635:hover{color:#fff;}</style><style id="__jsx-2271696899">.li.jsx-2271696899 a.jsx-2271696899{padding:10px 8.7px;color:#000;display:block;text-align:center;}@media (hover:hover){.li.jsx-2271696899 a.jsx-2271696899:hover{color:#1db748;}}.li.active.jsx-2271696899 a.jsx-2271696899{background-color:#1db748;color:#fff;}.li.active.jsx-2271696899 a.jsx-2271696899:hover{color:#fff;}</style><style id="__jsx-2939420547">.li.jsx-2939420547 a.jsx-2939420547{padding:10px 8.7px;color:#000;display:block;text-align:center;}@media (hover:hover){.li.jsx-2939420547 a.jsx-2939420547:hover{color:#0741a7;}}.li.active.jsx-2939420547 a.jsx-2939420547{background-color:#0741a7;color:#fff;}.li.active.jsx-2939420547 a.jsx-2939420547:hover{color:#fff;}</style><style id="__jsx-4086506115">.li.jsx-4086506115 a.jsx-4086506115{padding:10px 8.7px;color:#000;display:block;text-align:center;}@media (hover:hover){.li.jsx-4086506115 a.jsx-4086506115:hover{color:#00acf4;}}.li.active.jsx-4086506115 a.jsx-4086506115{background-color:#00acf4;color:#fff;}.li.active.jsx-4086506115 a.jsx-4086506115:hover{color:#fff;}</style><style id="__jsx-757620355">.li.jsx-757620355 a.jsx-757620355{padding:10px 8.7px;color:#000;display:block;text-align:center;}@media (hover:hover){.li.jsx-757620355 a.jsx-757620355:hover{color:#9f35d5;}}.li.active.jsx-757620355 a.jsx-757620355{background-color:#9f35d5;color:#fff;}.li.active.jsx-757620355 a.jsx-757620355:hover{color:#fff;}</style><style id="__jsx-64817411">.li.jsx-64817411 a.jsx-64817411{padding:10px 8.7px;color:#000;display:block;text-align:center;}@media (hover:hover){.li.jsx-64817411 a.jsx-64817411:hover{color:#ff9700;}}.li.active.jsx-64817411 a.jsx-64817411{background-color:#ff9700;color:#fff;}.li.active.jsx-64817411 a.jsx-64817411:hover{color:#fff;}</style><style id="__jsx-725620227">.li.jsx-725620227 a.jsx-725620227{padding:10px 8.7px;color:#000;display:block;text-align:center;}@media (hover:hover){.li.jsx-725620227 a.jsx-725620227:hover{color:#ffae00;}}.li.active.jsx-725620227 a.jsx-725620227{background-color:#ffae00;color:#fff;}.li.active.jsx-725620227 a.jsx-725620227:hover{color:#fff;}</style><style id="__jsx-1288181763">.li.jsx-1288181763 a.jsx-1288181763{padding:10px 8.7px;color:#000;display:block;text-align:center;}@media (hover:hover){.li.jsx-1288181763 a.jsx-1288181763:hover{color:#2772af;}}.li.active.jsx-1288181763 a.jsx-1288181763{background-color:#2772af;color:#fff;}.li.active.jsx-1288181763 a.jsx-1288181763:hover{color:#fff;}</style><style id="__jsx-3817326856">.NavIconDesktop.jsx-3817326856{width:20px;height:15px;position:relative;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;cursor:pointer;display:block;margin:0 auto;}.NavIconDesktop.jsx-3817326856 span.jsx-3817326856{display:block;position:absolute;height:2px;width:100%;background:#000;opacity:1;left:0;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.2s ease-in-out;transition:0.2s ease-in-out;}.isDesktop .NavIconDesktop.jsx-3817326856 span.jsx-3817326856{border-radius:9px;}.isDesktop .NavIconDesktop.open.jsx-3817326856 span.jsx-3817326856{background-color:#f70000;}.NavIconDesktop.jsx-3817326856 span.jsx-3817326856:nth-child(1){top:0px;}.NavIconDesktop.jsx-3817326856 span.jsx-3817326856:nth-child(2),.NavIconDesktop.jsx-3817326856 span.jsx-3817326856:nth-child(3){top:6px;}.NavIconDesktop.jsx-3817326856 span.jsx-3817326856:nth-child(4){top:12px;}.NavIconDesktop.open.jsx-3817326856 span.jsx-3817326856:nth-child(1){top:6px;width:0%;left:50%;}.NavIconDesktop.open.jsx-3817326856 span.jsx-3817326856:nth-child(2){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.NavIconDesktop.open.jsx-3817326856 span.jsx-3817326856:nth-child(3){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}.NavIconDesktop.open.jsx-3817326856 span.jsx-3817326856:nth-child(4){top:18px;width:0%;left:50%;}</style><style id="__jsx-18710874">.SubMenuList.jsx-18710874{-webkit-flex:1;-ms-flex:1;flex:1;padding:0 30px;border-left:1px solid #979797;}.SubMenuList.jsx-18710874:first-child{border-left:none;}.SubMenuList.jsx-18710874 strong.jsx-18710874{font-family: prompt, prompt-fallback; font-weight: 700; font-size: 1.25rem; margin-bottom:20px;}.SubMenuList.jsx-18710874 ul.jsx-18710874 li.jsx-18710874{padding:5px 0;}.SubMenuList.jsx-18710874 ul.jsx-18710874 a.jsx-18710874{font-family: prompt, prompt-fallback; font-weight: 400; font-size: 1rem; color:#000;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;position:relative;padding-right:15px;}.SubMenuList.jsx-18710874 ul.jsx-18710874 a.jsx-18710874:hover{color:#f70000;}.SubMenuList.jsx-18710874 ul.jsx-18710874 a.jsx-18710874:hover i.jsx-18710874{-webkit-transform:translate(5px,-50%);-ms-transform:translate(5px,-50%);transform:translate(5px,-50%);opacity:1;}.SubMenuList.jsx-18710874 ul.jsx-18710874 a.jsx-18710874 i.jsx-18710874{font-size: 0.75rem; color:#f70000;margin-left:10px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;opacity:0;}</style><style id="__jsx-1730690246">.Contact.jsx-1730690246{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;}.Contact.jsx-1730690246 a.jsx-1730690246{font-family: prompt, prompt-fallback; font-weight: 400; font-size: 0.75rem; border:1px solid #c3c3c3;border-radius:3px;background-color:#fff;color:#000;padding:10px 15px;margin-right:10px;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}.Contact.jsx-1730690246 a.jsx-1730690246:hover{color:#fff;border-color:#6d6d6d;background-color:#6d6d6d;}</style><style id="__jsx-372240253">.Social.jsx-372240253 li.jsx-372240253{padding:0 7px;}.Social.jsx-372240253 li.jsx-372240253 a.jsx-372240253{width:24px;height:24px;display:block;border-radius:50%;position:relative;background-color:#6d6d6d;color:#fff;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;cursor:pointer;}.Social.jsx-372240253 li.jsx-372240253 a.jsx-372240253:hover{background-color:#000;}.Social.jsx-372240253 li.jsx-372240253 a.jsx-372240253 i.jsx-372240253{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.isDesktop Social.jsx-372240253 .jsx-372240253{background-color:#000;}.isMobile .SocialSubMenu .Social.jsx-372240253{display:grid;grid-template-columns:repeat(6,1fr);}.isMobile .Social.jsx-372240253{margin:0 -10px;}.isMobile .Social.jsx-372240253 li.jsx-372240253{padding:0 8px;margin-bottom:10px;}.isMobile .Social.jsx-372240253 li.jsx-372240253 a.jsx-372240253{width:35px;height:35px;}.isMobile .Social.jsx-372240253 li.jsx-372240253 i.jsx-372240253{font-size:1.3em;}</style><style id="__jsx-2300518316">.SocialSubMenu.jsx-2300518316{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.SocialSubMenu.jsx-2300518316 b.jsx-2300518316{font-family: prompt, prompt-fallback; font-weight: 400; font-size: 0.75rem; margin-right:10px;}.SocialSubMenu.jsx-2300518316 .Social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.isMobile .SocialSubMenu.jsx-2300518316{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.isMobile .SocialSubMenu.jsx-2300518316 b.jsx-2300518316{font-size: 1rem; font-family: prompt, prompt-fallback; font-weight: 600; flex:0 0 100%;margin-right:0;margin-bottom:10px;text-align:center;}.isDesktop .SocialSubMenu.jsx-2300518316{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}</style><style id="__jsx-412142479">.SubMenuFooter.jsx-412142479{padding:20px 0 20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}</style><style id="__jsx-2167023475">.LegalAndCopyright.jsx-2167023475{font-family: prompt, prompt-fallback; font-weight: 600;;font-size: 0.6875rem;;height:48px;width:100%;background-color:#f8f9fa;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.LegalAndCopyright.jsx-2167023475 a.jsx-2167023475{-webkit-text-decoration:underline;text-decoration:underline;color:#6d6d6d;margin-right:20px;-webkit-transition:0.3s all ease-out;transition:0.3s all ease-out;}.LegalAndCopyright.jsx-2167023475 a.jsx-2167023475:hover{color:#000;}</style><style id="__jsx-2607885124">.SubMenuDesktop.jsx-2607885124{background-color:#fff;box-shadow:0 10px 10px #c3c3c3;}.SubMenuListRow.jsx-2607885124{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:30px 0;}</style><style id="__jsx-871790463">.MainMenuDesktop.jsx-871790463{position:relative;z-index:22;}.MainMenuDesktop.jsx-871790463 .container.jsx-871790463{z-index:24;}.MainMenuDesktop.jsx-871790463 ul.jsx-871790463{font-family: prompt, prompt-fallback; font-weight: 400; font-size: 0.9375rem; display:flex;border-bottom:5px solid #f70000;border-color:#0856B0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.MainMenuDesktop.jsx-871790463 ul.jsx-871790463 li.jsx-871790463{padding:10px;}.MainMenuDesktop.jsx-871790463 ul.jsx-871790463 li.jsx-871790463 span.jsx-871790463{display:block;text-align:center;}.MainMenuDesktop.jsx-871790463 ul.jsx-871790463 li.isToggleDropdown.jsx-871790463{margin-left:auto;}.MainMenuDesktop.jsx-871790463 .SubMenuWrap.jsx-871790463{position:absolute;left:0;right:0;top:47px;z-index:22;height:0;overflow:hidden;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}.MainMenuDesktop.jsx-871790463 .SubMenuWrap.open.jsx-871790463{height:542px;overflow:visible;}.MainMenuDesktop.jsx-871790463 .OverlayBG.jsx-871790463{background-color:rgba(255,255,255,0.7);position:fixed;top:0;bottom:0;left:0;right:0;z-index:15;}</style><style id="__jsx-1164848138">html.channelMenuDesktopOpened .fullLayout{height:956px;overflow:hidden;position:relative;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);}.fullLayout{min-height:100vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.MainFooterDesktop{margin-top:auto;}</style><style id="__jsx-3465214741">.filter.jsx-3465214741{margin-bottom:20px;position:relative;z-index:10;}.filter.first.jsx-3465214741{z-index:20;}.filter.jsx-3465214741 .Select-control{height:45px;}.filter.jsx-3465214741 .Select-menu-outer,.filter.jsx-3465214741 .Select-menu{max-height:inherit;}.filter.jsx-3465214741 .has-value.Select--single > .Select-control .Select-value .Select-value-label,.filter.jsx-3465214741 .Select-option.is-selected,.filter.jsx-3465214741 .Select-option.is-focused,.filter.jsx-3465214741 .Select-option.Select-option{font-family: sukhumvit, sukhumvit-fallback; font-weight: 400;;font-size: 1.15625rem;;color:#f70000;}.filter.jsx-3465214741 .Select-placeholder,.filter.jsx-3465214741 .Select--single > .Select-control .Select-value{line-height:45px;}.isEntertain .filter.news.jsx-3465214741 .has-value.Select--single > .Select-control .Select-value .Select-value-label,.isEntertain .filter.news.jsx-3465214741 .Select-option.is-selected,.isEntertain .filter.news.jsx-3465214741 .Select-option.is-focused,.isEntertain .filter.news.jsx-3465214741 .Select-option.Select-option{color:#5640fd;}</style><style id="__jsx-4274491496">.submenu.jsx-4274491496{font-family: sukhumvit, sukhumvit-fallback; font-weight: 400;;font-size: 1.15625rem;;padding-top:10px;padding-bottom:10px;max-width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;}.isDesktop .submenu.jsx-4274491496{padding-left:30px;padding-right:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}input.jsx-4274491496,button.jsx-4274491496{border:0;outline:0;}input.jsx-4274491496:focus,button.jsx-4274491496:focus{border:0;outline:0;}.fade-enter.jsx-4274491496{max-height:0;}.fade-exit.jsx-4274491496{max-height:120px;}.fade-enter-active.jsx-4274491496{max-height:120px;}.fade-exit-active.jsx-4274491496{max-height:0;}.fade-enter-active.jsx-4274491496,.fade-exit-active.jsx-4274491496{-webkit-transition:max-height 0.3s;transition:max-height 0.3s;}.isDesktop .inputWrap.jsx-4274491496~div.jsx-4274491496{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 580px;-ms-flex:0 0 580px;flex:0 0 580px;max-width:580px;}.inputWrap.jsx-4274491496{border:2px solid #ffffff;border-radius:5px;height:45px;background:#2e85d2;width:100%;padding:0 10px;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;}.isMobile .inputWrap.jsx-4274491496{margin-bottom:20px;}.inputWrap.jsx-4274491496 label.jsx-4274491496{margin-bottom:0;height:100%;line-height:43px;}.inputWrap.jsx-4274491496 input.jsx-4274491496{font-family: sukhumvit, sukhumvit-fallback; font-weight: 400;;font-size: 1.15625rem;;margin-top:2px;background:transparent !important;-webkit-flex:0 0 calc(100% - 95px);-ms-flex:0 0 calc(100% - 95px);flex:0 0 calc(100% - 95px);max-width:calc(100% - 95px);color:#fff;caret-color:#fff;}.inputWrap.jsx-4274491496 input.jsx-4274491496::-webkit-input-placeholder{color:rgba(255,255,255,0.5);}.inputWrap.jsx-4274491496 input.jsx-4274491496::-moz-placeholder{color:rgba(255,255,255,0.5);}.inputWrap.jsx-4274491496 input.jsx-4274491496:-ms-input-placeholder{color:rgba(255,255,255,0.5);}.inputWrap.jsx-4274491496 input.jsx-4274491496::placeholder{color:rgba(255,255,255,0.5);}.inputWrap.jsx-4274491496>button.jsx-4274491496{font-size: 0.75rem; order:2;background:transparent;color:#fff;width:30px;height:100%;padding:0;}.inputWrap.jsx-4274491496>button.jsx-4274491496~input.jsx-4274491496{-webkit-flex:0 0 calc(100% - 130px);-ms-flex:0 0 calc(100% - 130px);flex:0 0 calc(100% - 130px);max-width:calc(100% - 130px);}.inputWrap.jsx-4274491496>button.jsx-4274491496 i.jsx-4274491496{vertical-align:-1px;}.isDesktop .dropdown.jsx-4274491496,.isDesktop .search.jsx-4274491496{-webkit-flex:0 0 275px;-ms-flex:0 0 275px;flex:0 0 275px;max-width:275px;}.isDesktop .dropdown.jsx-4274491496{margin:0 15px;}.search.jsx-4274491496{position:relative;}.search.jsx-4274491496 .alertBox{position:absolute;}.search.jsx-4274491496 input.jsx-4274491496{font-family: sukhumvit, sukhumvit-fallback; font-weight: 700;;font-size: 1.5625rem;;background:#022459;border-radius:5px;color:#fff;width:100%;height:54px;cursor:pointer;}.isDesktop .search.jsx-4274491496 input.jsx-4274491496{height:45px;line-height:45px;}.isDesktop .search.jsx-4274491496 input.jsx-4274491496:hover{background:hsl(216.60000000000002, 95.6%, 14.3%);}.autoWrap.jsx-4274491496{position:absolute;background-color:#fff;border-radius:5px;top:calc(100% + 7px);left:-1px;right:-1px;box-shadow:0 2px 4px 0 rgba(0,0,0,0.22);z-index:21;overflow:hidden;}.autoWrap.jsx-4274491496 button.jsx-4274491496{font-size: 0.75rem; color:#535353;position:absolute;top:10px;right:20px;padding:0;background:transparent;}</style><style id="__jsx-3099186136">.nav.jsx-3099186136{display:block;background:#6FBEF1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:10px 15px;z-index:1;margin-bottom:15px;margin-top:15px;}.isMobile .nav.jsx-3099186136{margin-left:-15px;margin-right:-15px;margin-top:0;margin-bottom:0;width:calc(100% + 30px);}.titleWrap.jsx-3099186136{max-width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;}.isMobile .titleWrap.jsx-3099186136{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;}.titleWrap.jsx-3099186136 a{color:#fff;}.isDesktop .titleWrap.jsx-3099186136 a{color:#fff;}.title.jsx-3099186136{font-family: prompt, prompt-fallback; font-weight: 600; font-size: 1.4375rem; color:#fff;display:inline-block;}.title.jsx-3099186136 i{display:inline-block;vertical-align:-3px;margin-right:5px;}.isDesktop .title.jsx-3099186136{font-family: sukhumvit, sukhumvit-fallback; font-weight: 700;;font-size: 1.875rem;;}.sublink.jsx-3099186136{font-family: prompt, prompt-fallback; font-weight: 400;;font-size: 0.96875rem;;margin-left:40px;display:inline-block;}.isDesktop .sublink.jsx-3099186136{font-family: sukhumvit, sukhumvit-fallback; font-weight: 400;;font-size: 1.15625rem;;margin-left:40px;}.active.jsx-3099186136 a.jsx-3099186136{color:#022459;}</style><style id="__jsx-469389883">.title.jsx-469389883{font-family: prompt, prompt-fallback; font-weight: 600;;font-size: 1.5625rem;;color:#000;line-height:34px;margin-bottom:20px;}.title.jsx-469389883 h1{font-family: prompt, prompt-fallback; font-weight: 600;;font-size: 1em;;}.title.jsx-469389883 span{display:block;line-height:1;margin:5px 0 10px;}.isMobile .title.jsx-469389883 span{margin-top:-40px;}.title.jsx-469389883 small{display:block;font-weight:400;line-height:1.4;font-size: 0.55em;;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;}.title.jsx-469389883 b{margin-left:10px;font-size: 1.5em;;}.title.jsx-469389883 a{color:#0856B0;}.title.jsx-469389883 a i{font-size: 0.6em;;}.isDesktop .title.jsx-469389883 a:hover{color:hsl(212.10000000000002, 91.3%, 14.4%);}.smallTitle.jsx-469389883{font-size: 1.125rem;;margin-bottom:10px;}.isDesktop .smallTitle.jsx-469389883{font-size: 1.25rem;;margin-bottom:7px;}</style><style id="__jsx-4245972825">.listItem.jsx-4245972825{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.listItem.jsx-4245972825 li.jsx-4245972825{display:inline-block;margin-right:10px;margin-bottom:15px;}@media (orientation:portrait) and (max-width:768px){.isMobile .listItem.jsx-4245972825 li.jsx-4245972825{margin-right:4%;}}@media (min-width:391px) and (max-width:768px) and (orientation:portrait){.isMobile .listItem.jsx-4245972825 li.jsx-4245972825{margin-right:5%;}}@media (max-width:360px) and (orientation:portrait){.isMobile .listItem.jsx-4245972825 li.jsx-4245972825{margin-right:3%;}}.listItem.jsx-4245972825 a.jsx-4245972825,.listItem.jsx-4245972825 span.jsx-4245972825{font-family: sukhumvit, sukhumvit-fallback; font-weight: 700;;font-size: 1.5625rem;;color:#fff;background:#0856B0;display:block;text-align:center;padding:3px 0;border-radius:4px;width:40px;}.alphaTh .listItem.jsx-4245972825 a.jsx-4245972825,.alphaTh .listItem.jsx-4245972825 span.jsx-4245972825{background:#2e85d2;}.isDesktop .listItem.jsx-4245972825 a.jsx-4245972825:hover,.isDesktop .listItem.jsx-4245972825 span.jsx-4245972825:hover{color:#fff;background:hsl(212.10000000000002, 91.3%, 28.9%);}.isDesktop .alphaTh .listItem.jsx-4245972825 a.jsx-4245972825:hover,.isDesktop .alphaTh .listItem.jsx-4245972825 span.jsx-4245972825:hover{color:#fff;background:#0856B0;}.listItem.jsx-4245972825 span.jsx-4245972825{background:#abcfed;cursor:default;}.alphaTh .listItem.jsx-4245972825 span.jsx-4245972825{background:#abcfed;}.isDesktop .alphaTh .listItem.jsx-4245972825 span.jsx-4245972825:hover{background:#abcfed;}.isDesktop .listItem.jsx-4245972825 span.jsx-4245972825:hover{background:#abcfed;}</style><style id="__jsx-4074173273">.alphaEng.jsx-4074173273,.alphaTh.jsx-4074173273{clear:both;padding:0 20px;}.isMobile .alphaEng.jsx-4074173273,.isMobile .alphaTh.jsx-4074173273{padding:0 0 0 20px;}.alphaEng.jsx-4074173273{margin-bottom:10px;}.btnSymbol.btnSymbol.jsx-4074173273{font-family: sukhumvit, sukhumvit-fallback; font-weight: 700;;font-size: 1.0625rem;;display:inline-block;border-radius:5px;color:#fff;padding:5px 15px;background:#0856B0;margin-left:20px;margin-top:10px;}.isDesktop .btnSymbol.btnSymbol.jsx-4074173273:hover{color:#fff;background:hsl(212.10000000000002, 91.3%, 28.9%);}</style><style id="__jsx-36813801">.WidgetWrap.jsx-36813801{padding-bottom:20px;margin-bottom:20px;}.isDesktop .WidgetWrap.jsx-36813801{padding-bottom:30px;margin-bottom:30px;}.WidgetWrap.jsx-36813801 .EntryListTitle{color:#3d3d3d;}</style><style id="__jsx-1388190840">li.jsx-1388190840{padding-left:15px;position:relative;}li.jsx-1388190840:before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:#0856B0;position:absolute;top:8px;left:2px;}li.jsx-1388190840:only-child{padding-left:0;}li.jsx-1388190840:only-child.jsx-1388190840:before{display:none;}li.jsx-1388190840 a.jsx-1388190840{font-size: 1rem;;color:#0856B0;}.isDesktop li.jsx-1388190840 a.jsx-1388190840:hover{color:hsl(212.10000000000002, 91.3%, 14.4%);}</style><style id="__jsx-2126216749">.bookItem.jsx-2126216749{font-size: 1rem;;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}.cover.jsx-2126216749{display:inline-block;max-width:64px;-webkit-flex:0 0 64px;-ms-flex:0 0 64px;flex:0 0 64px;}.detail.jsx-2126216749{max-width:calc(100% - 74px);-webkit-flex:0 0 calc(100% - 74px);-ms-flex:0 0 calc(100% - 74px);flex:0 0 calc(100% - 74px);}.title{font-size: 1.125rem;;}.subtitle{font-size: 1rem;;}</style><style id="__jsx-2341252606">button.jsx-2341252606{font-family: sukhumvit, sukhumvit-fallback; font-weight: 700;;font-size: 1rem;;border-radius:5px;color:#fff;border:0;outline:0;text-align:center;width:100%;height:46px;background:#0856B0;}button.jsx-2341252606:focus{border:0;outline:0;}</style><style id="__jsx-2875934152">.adsWrap.jsx-2875934152{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 20px;}.isDesktop .adsWrap.jsx-2875934152{margin-bottom:30px;padding:20px 0;background:#f8f9fa;border-radius:5px;min-height:250px;}</style><style id="__jsx-2036064587">.preload.jsx-2036064587{min-height:100px;position:relative;background:transparent;}.preload.jsx-2036064587 .wrap.jsx-2036064587{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.preload.full.jsx-2036064587{position:static;min-height:inherit;}.preload.dark.jsx-2036064587{background:#000;}.preload.page.jsx-2036064587{position:fixed;left:0;right:0;top:0;bottom:0;}.wrap.jsx-2036064587{text-align:center;width:200px;margin:0 auto;}.wrap.small.jsx-2036064587{width:130px;}.text.jsx-2036064587{font-family: sukhumvit, sukhumvit-fallback; font-weight: 700;;font-size: 1.1em;;color:#555;display:block;margin-bottom:10px;}.animate.jsx-2036064587{width:100%;}.dots.jsx-2036064587{border-radius:50%;display:inline-block;margin-left:5%;position:relative;width:7%;-webkit-animation-duration:0.8s;animation-duration:0.8s;-webkit-animation-name:loading_dots-jsx-2036064587;animation-name:loading_dots-jsx-2036064587;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}.dots.jsx-2036064587:nth-child(1){-webkit-animation-delay:0.2s;animation-delay:0.2s;margin-left:0;}.dots.jsx-2036064587:nth-child(2){-webkit-animation-delay:0.4s;animation-delay:0.4s;}.dots.jsx-2036064587:nth-child(3){-webkit-animation-delay:0.6s;animation-delay:0.6s;}.dots.jsx-2036064587:before{content:'';padding-top:100%;display:block;}@-webkit-keyframes loading_dots-jsx-2036064587{0%{background:transparent;}5%{background:#999;}100%{background:transparent;}}@keyframes loading_dots-jsx-2036064587{0%{background:transparent;}5%{background:#999;}100%{background:transparent;}}</style><style id="__jsx-3036221133">.adsWrap.jsx-3036221133{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 20px;}.isDesktop .adsWrap.jsx-3036221133{margin-bottom:30px;padding:20px 0;background:#f8f9fa;border-radius:5px;min-height:640px;}</style><style id="__jsx-3285742177">button.jsx-3285742177{position:absolute;top:8px;right:5px;z-index:5;border:none;background:none;cursor:pointer;outline:none;color:#fff;text-shadow:1px 1px 2px #444;}.adFrame.jsx-3285742177{position:absolute;right:0;bottom:0;width:100%;}.adFrame.jsx-3285742177:before{content:'';display:block;padding-bottom:56.25%;}.adFrame.jsx-3285742177 iframe{position:absolute;z-index:4;left:0;top:0;width:100% !important;height:100% !important;}</style><style id="__jsx-207269540">div.jsx-207269540{-webkit-transition:all 300ms;transition:all 300ms;opacity:0;pointer-events:none;-webkit-transform:translateY(200px);-ms-transform:translateY(200px);transform:translateY(200px);}</style><style id="__jsx-2604559772">.desktopInviewSticky.jsx-2604559772{z-index:10001;position:fixed;bottom:0px;right:0;width:400px;}</style><style id="__jsx-483615611">.LogoFooter.jsx-483615611{margin:0;background-image:url('//s.isanook.com/sr/0/images/logo-sanook-n.svg');background-repeat:no-repeat;background-position:center;background-size:cover;width:146px;height:24px;display:inline-block;}.LogoFooter.jsx-483615611 a.jsx-483615611{display:block;text-indent:-9999px;height:100%;}</style><style id="__jsx-2607851149">.Copyright.jsx-2607851149{font-family: prompt, prompt-fallback; font-weight: 600;;font-size: 0.9375rem;;color:#000;margin:15px 0 10px;}.isMobile .Copyright.jsx-2607851149{font-size: 0.75rem;;}@media (max-width:375px){.isMobile .Copyright.jsx-2607851149{font-size: 0.6875rem;;}}</style><style id="__jsx-2496606578">.LegalList.jsx-2496606578{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.LegalList.jsx-2496606578 li.jsx-2496606578:first-child a.jsx-2496606578{padding-left:0;}.LegalList.jsx-2496606578 li.jsx-2496606578:first-child a.jsx-2496606578:after{background-color:transparent;}.LegalList.jsx-2496606578 a.jsx-2496606578{font-family: prompt, prompt-fallback; font-weight: 400;;font-size: 0.75rem;;color:#6d6d6d;position:relative;padding:0 9px;}.LegalList.jsx-2496606578 a.jsx-2496606578:after{content:'';width:1px;height:13px;background-color:#cfcfcf;display:block;position:absolute;top:2px;left:0;}.LegalList.jsx-2496606578 a.jsx-2496606578:hover{color:#000;}.isMobile .LegalList.jsx-2496606578{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.isMobile .LegalList.jsx-2496606578 li.jsx-2496606578 a.jsx-2496606578{padding:0 11px;margin:3px 0 11px;display:inline-block;}.isMobile .LegalList.jsx-2496606578 li.jsx-2496606578:nth-of-type(4) a.jsx-2496606578{padding-left:0;margin-bottom:3px;}.isMobile .LegalList.jsx-2496606578 li.jsx-2496606578:nth-of-type(4) a.jsx-2496606578:after{background-color:transparent;}.isMobile .LegalList.jsx-2496606578 li.jsx-2496606578:last-of-type a.jsx-2496606578{padding-right:0;margin-bottom:3px;}</style><style id="__jsx-3238760840">.ContactsList.jsx-3238760840{margin-bottom:10px;}.ContactsList.jsx-3238760840 li.jsx-3238760840{display:block;margin-bottom:5px;}.ContactsList.jsx-3238760840 li.jsx-3238760840 a.jsx-3238760840{font-family: prompt, prompt-fallback; font-weight: 400;;font-size: 0.8125rem;;color:#6d6d6d;}.ContactsList.jsx-3238760840 li.jsx-3238760840 a.jsx-3238760840:hover{color:#000;}.isMobile .ContactsList.jsx-3238760840{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;}.isMobile .ContactsList.jsx-3238760840 li.jsx-3238760840{margin-bottom:0;}.isMobile .ContactsList.jsx-3238760840 li.jsx-3238760840 a.jsx-3238760840{font-size: 0.875rem;;display:inline-block;padding:10px 20px;border-radius:5px;background-color:#3d3d3d;border:solid 1px #3d3d3d;color:#fff;}@media (max-width:375px){.isMobile .ContactsList.jsx-3238760840 li.jsx-3238760840 a.jsx-3238760840{padding:10px;}}.isMobile .ContactsList.jsx-3238760840 li.jsx-3238760840:first-child a.jsx-3238760840{background-color:transparent;border:solid 1px #d8d7d7;color:#000;}</style><style id="__jsx-1348381308">.MainFooterDesktop.jsx-1348381308{border-top:solid 1px #c4c4c4;padding-top:40px;padding-bottom:40px;}.isDesktop .MainFooterDesktop.jsx-1348381308{min-width:1150px;}.SocialFooter.jsx-1348381308{height:100%;padding-bottom:5px;margin-right:-8px;}.SocialFooter.jsx-1348381308 .Social{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}.Contacts.jsx-1348381308{text-align:right;}</style><style id="__jsx-2661067832">.GoToTop.jsx-2661067832{position:fixed;bottom:155px;right:10px;z-index:24;display:none;}.GoToTop.jsx-2661067832 button.jsx-2661067832{background-color:#f70000;color:#fff;width:34px;height:34px;border-radius:50%;box-shadow:1px 1px 4px #999;border:none;outline:0;text-align:center;position:relative;-webkit-animation:fadeIn-jsx-2661067832 0.3s;animation:fadeIn-jsx-2661067832 0.3s;}.GoToTop.jsx-2661067832 button.jsx-2661067832 .sn-icon.jsx-2661067832{font-size: 1.2em; display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}@media (min-width:1330px){.GoToTop.jsx-2661067832{right:calc(50% - 660px);}}@-webkit-keyframes fadeIn-jsx-2661067832{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeIn-jsx-2661067832{0%{opacity:0;}100%{opacity:1;}}.isDesktop button.jsx-2661067832:hover{cursor:pointer;background-color:#ed7676;}.isMobile .GoToTop.jsx-2661067832{bottom:155px;right:10px;display:none;z-index:24;}.isMobile .GoToTop.mobileExpandableAdhesionShown.jsx-2661067832{bottom:225px;}.isMobile .Pdpa+.GoToTop.jsx-2661067832{bottom:155px;}</style><style id="__jsx-3459629567">.dictionary-page.jsx-3459629567{position:relative;padding-bottom:20px;}.isMobile .dictionary-page.jsx-3459629567{overflow:hidden;}.dictionary-page.jsx-3459629567 a.jsx-3459629567,.dictionary-page.jsx-3459629567 a{color:#0856B0;}.isDesktop .dictionary-page.jsx-3459629567 a.jsx-3459629567:hover,.isDesktop .dictionary-page.jsx-3459629567 a:hover{color:hsl(212.10000000000002, 91.3%, 14.4%);}</style><style id="__jsx-1951450189">.UniversalB.jsx-1951450189{display:none;}</style><style id="__jsx-3676716830">.EntryList.jsx-3676716830{width:100%;margin-bottom:20px;}.EntryListImage.jsx-3676716830{position:relative;display:block;overflow:hidden;border-radius:5px;}.EntryListImage.jsx-3676716830:before{content:'';display:block;padding-bottom:calc( (103 / 172) * 100% );}.EntryListImage.jsx-3676716830:hover img{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02);-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}.EntryListImage.jsx-3676716830 img{width:100%;height:100%;z-index:1;-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;position:absolute;object-fit:cover;inset:0;}.EntryListImage.jsx-3676716830 .IconFloat.jsx-3676716830{font-size: 2.25rem; color:#fff;display:block;position:absolute;bottom:0px;right:15px;z-index:1;}.EntryListImage.jsx-3676716830 .duration.jsx-3676716830{font-family: sukhumvit, sukhumvit-fallback; font-weight: 400; font-size: 0.75rem; color:#fff;display:block;position:absolute;top:10px;left:10px;z-index:1;background-color:rgba(0,0,0,0.4);padding:2px 7px 3px;border-radius:10px;}.EntryListTitle.jsx-3676716830{color:#3d3d3d;margin-bottom:5px;display:block;}.EntryListTitle.jsx-3676716830 h3.jsx-3676716830{font-family: sukhumvit, sukhumvit-fallback; font-weight: 400; font-size: 1rem; line-height:1.3;height:70px;overflow:hidden;word-break:break-word;padding-top:10px;}.EntryListTitle.jsx-3676716830:hover{-webkit-text-decoration:underline;text-decoration:underline;color:#000;}.EntryListTitle.BoldEntry.jsx-3676716830 h3.jsx-3676716830{font-family: sukhumvit, sukhumvit-fallback; font-weight: 700; font-size: 1.625rem; line-height:1.3;height:75px;}.EntryListTitle.LatestHighlight.jsx-3676716830 h3.jsx-3676716830{font-size: 1.5rem; line-height:1.3;height:104px;}.EntryListDetail.jsx-3676716830{font-family: sukhumvit, sukhumvit-fallback; font-weight: 400; font-size: 0.75rem;;}.EntryListDetail.jsx-3676716830 span.jsx-3676716830{margin-right:10px;display:inline-block;color:#999;}.EntryListDetail.jsx-3676716830 span.jsx-3676716830 i.jsx-3676716830{vertical-align:-1px;}.EntryListDetail.jsx-3676716830 a{color:#ff9700;}.info.jsx-3676716830{position:absolute;bottom:0;left:0;z-index:2;}.info__item.jsx-3676716830{font-size: 0.78125rem; display:inline-block;color:#fff;background:#000;padding-right:10px;padding-left:10px;height:23px;font-weight:700;line-height:23px;border-top-left-radius:5px;border-top-right-radius:5px;}.info__count.jsx-3676716830{border-radius:0;}.isDesktop .info__count.jsx-3676716830{position:relative;top:-1px;left:1px;}.isDesktop [class*='CategoryPage'] .CategoryToday .EntryListTitle.jsx-3676716830 h3.jsx-3676716830,.isDesktop [class*='CategoryPage'] .colHot .EntryListTitle.jsx-3676716830 h3.jsx-3676716830{height:92px;-webkit-line-clamp:4;}.isDesktop [class*='CategoryPage'] .EntryListTitle.jsx-3676716830 h3.jsx-3676716830{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}</style></head><body><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PNXLXRS" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><div style="display:none"><a name="th_link" href="#" class="truehit"><img name="th_img" width="14" height="17" src="https://p3.isanook.com/sh/0/di/ac/vl/spacer.gif" alt=""/></a></div><div id="__next"><div class="fullLayout"><div class="jsx-158250656 BillboardPremium"><div class="jsx-158250656 floating"><div class="jsx-158250656 container"><div class="jsx-158250656 adWrapOverflow"><div class="jsx-158250656 adWrap"></div></div></div></div></div><header class="jsx-1231157436 MainHeaderDesktop"><div class="jsx-1231157436 container"><div class="row"><div class="logo col-2"><div class="jsx-144424629 Logo"><a class="jsx-144424629" href="https://www.sanook.com/"><span class="jsx-144424629">ข่าว ดูดวง ตรวจหวย ไลฟ์สไตล์ กีฬา รถยนต์ เศรษฐกิจ</span></a></div></div><div class="search col-8"><div class="jsx-1231157436 SearchWrap"><ul class="jsx-3479970660 SynergyList"><li class="jsx-1800632037 lotto"><a class="jsx-1800632037" href="https://news.sanook.com/lotto" target="_blank"><span class="jsx-1800632037"><img src="//s.isanook.com/sr/0/images/firstpage/desktop/icons/ic-lotto.png" alt="" class="jsx-1800632037"/></span><b class="jsx-1800632037">ตรวจหวย</b></a></li><li class="jsx-1800632037 wetv-external"><a class="jsx-1800632037" href="https://wetv.vip/th?utm_source=Sanook&utm_medium=Homepage%20Icon&utm_campaign=Sanook" target="_blank"><span class="jsx-1800632037"><img src="//s.isanook.com/sr/0/images/firstpage/desktop/icons/wetv.svg" alt="" class="jsx-1800632037"/></span><b class="jsx-1800632037">WeTV</b></a></li><li class="jsx-1800632037 pubg"><a class="jsx-1800632037" href="https://www.facebook.com/PUBGMOBILE.TH.OFFICIAL" target="_blank"><span class="jsx-1800632037"><img src="//s.isanook.com/sr/0/images/firstpage/desktop/icons/pubg.png" alt="" class="jsx-1800632037"/></span><b class="jsx-1800632037">เล่นเกมส์</b></a></li></ul></div></div></div></div></header><div class="jsx-871790463 jsx-1164848138 MainMenuDesktop"><nav class="jsx-871790463 jsx-1164848138 container"><ul class="jsx-871790463 jsx-1164848138"><li class="jsx-1560033539 li li--firstpage"><a class="jsx-1560033539" href="https://www.sanook.com/">หน้าแรก</a></li><li class="jsx-1560033539 li li--hot"><a class="jsx-1560033539" href="https://www.sanook.com/hot/">เรื่องฮอต</a></li><li class="jsx-3063308867 li li--news"><a class="jsx-3063308867" href="https://www.sanook.com/news/">ข่าว</a></li><li class="jsx-2027901635 li li--entertain"><a class="jsx-2027901635" href="https://www.sanook.com/entertain/">ข่าวบันเทิง</a></li><li class="jsx-2271696899 li li--sport"><a class="jsx-2271696899" href="https://www.sanook.com/sport/">กีฬา</a></li><li class="jsx-2939420547 li li--auto"><a class="jsx-2939420547" href="https://www.sanook.com/auto/">รถยนต์</a></li><li class="jsx-4086506115 li li--it"><a class="jsx-4086506115" href="https://www.sanook.com/it/">ไอที</a></li><li class="jsx-757620355 li li--horoscope"><a class="jsx-757620355" href="https://www.sanook.com/horoscope/">ดูดวง</a></li><li class="jsx-64817411 li li--campus"><a class="jsx-64817411" href="https://www.sanook.com/campus/">วัยรุ่น</a></li><li class="jsx-725620227 li li--lifestyle"><a class="jsx-725620227" href="https://www.sanook.com/lifestyle/">ไลฟ์สไตล์</a></li><li class="jsx-1288181763 li li--money"><a class="jsx-1288181763" href="https://www.sanook.com/money/">เศรษฐกิจ</a></li><li class="jsx-1560033539 li li--video"><a class="jsx-1560033539" href="https://www.sanook.com/video/">คลิป</a></li><li class="jsx-1560033539 li li--wetv"><a class="jsx-1560033539" href="https://www.sanook.com/wetv/">Exclusive WeTV</a></li><li class="jsx-871790463 jsx-1164848138 isToggleDropdown"><span class="jsx-3817326856 NavIconDesktop"><span class="jsx-3817326856"></span><span class="jsx-3817326856"></span><span class="jsx-3817326856"></span><span class="jsx-3817326856"></span></span></li></ul></nav><div class="jsx-871790463 jsx-1164848138 SubMenuWrap"><div class="jsx-2607885124 SubMenuDesktop"><div class="jsx-2607885124 container"><div class="row"><div class="col-12"><div class="jsx-2607885124 SubMenuListRow"><div class="jsx-18710874 SubMenuList"><strong class="jsx-18710874">ข่าว</strong><ul class="jsx-18710874"><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/hot/">เรื่องฮอต<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/news/">ข่าว<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/entertain/">ข่าวบันเทิง<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/sport/">ข่าวกีฬา<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/money/">ข่าวเศรษฐกิจ<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li></ul></div><div class="jsx-18710874 SubMenuList"><strong class="jsx-18710874">ดูดวง - ตรวจหวย</strong><ul class="jsx-18710874"><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/horoscope/">ดูดวง<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a href="https://news.sanook.com/lotto/" target="_blank" rel="noreferrer" class="jsx-18710874">หวยไทย<i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a href="https://news.sanook.com/lotto/lotto-stats/" target="_blank" rel="noreferrer" class="jsx-18710874">สถิติหวยไทย<i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/news/laolotto/">หวยลาว<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li></ul></div><div class="jsx-18710874 SubMenuList"><strong class="jsx-18710874">ไลฟ์สไตล์</strong><ul class="jsx-18710874"><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/women/">ผู้หญิง<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/men/">ผู้ชาย<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/campus/">วัยรุ่น<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/hitech/">ไอที<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/auto/">รถยนต์<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/health/">สุขภาพ<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/travel/">เที่ยว-กิน<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/choice/">Sanook Choice<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li></ul></div><div class="jsx-18710874 SubMenuList"><strong class="jsx-18710874">บันเทิงครบรส</strong><ul class="jsx-18710874"><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/movie/">หนัง-ละคร<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/music/">เพลง<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/game/">เกมส์<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/video/">คลิป<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/podcasts/">พอดแคสต์<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a href="https://tv.sanook.com/" target="_blank" rel="noreferrer" class="jsx-18710874">ดูทีวี<i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a href="https://wetv.vip/th?utm_source=Sanook&utm_medium=Hamburger+menu&utm_campaign=Sanook" target="_blank" rel="noreferrer" class="jsx-18710874">WeTV<i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/wetv/">Exclusive WeTV<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li></ul></div><div class="jsx-18710874 SubMenuList"><strong class="jsx-18710874">ความรู้รอบตัว</strong><ul class="jsx-18710874"><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/dictionary/">พจนานุกรม<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a class="jsx-18710874" href="https://www.sanook.com/howto">ฮาวทู<!-- --> <i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li><li class="jsx-18710874"><a href="https://guru.sanook.com/" target="_blank" rel="noreferrer" class="jsx-18710874">กูรู-รอบรู้<i class="jsx-18710874 sn-icon sn-icon--right"></i></a></li></ul></div></div></div></div><div class="row"><div class="col-12"><div class="jsx-2607885124"><div class="jsx-412142479 SubMenuFooter"><div class="jsx-1730690246 Contact"><a class="jsx-1730690246" href="https://www.sanook.com/feedback/suggest" target="_blank">แนะนำติชม แจ้งปัญหาการใช้งาน</a><a class="jsx-1730690246" href="https://www.tencent.co.th/th/jobs/" target="_blank">ร่วมงานกับเรา</a></div><div class="jsx-2300518316 SocialSubMenu"><b class="jsx-2300518316">ติดตาม สนุก</b><ul class="jsx-372240253 Social"><li class="jsx-372240253"><a target="_blank" href="https://www.facebook.com/sanookeveryday" title="Facebook" rel="noreferrer" class="jsx-372240253"><i class="jsx-372240253 sn-icon sn-icon--facebook-f"></i></a></li><li class="jsx-372240253"><a target="_blank" href="https://x.com/sanook" title="x" rel="noreferrer" class="jsx-372240253"><i class="jsx-372240253 sn-icon sn-icon--x"></i></a></li><li class="jsx-372240253"><a target="_blank" href="https://instagram.com/sanook.com" title="Instagram" rel="noreferrer" class="jsx-372240253"><i class="jsx-372240253 sn-icon sn-icon--instagram"></i></a></li><li class="jsx-372240253"><a target="_blank" href="https://www.youtube.com/user/SanookTV" title="YouTube" rel="noreferrer" class="jsx-372240253"><i class="jsx-372240253 sn-icon sn-icon--youtube"></i></a></li><li class="jsx-372240253"><a target="_blank" href="https://www.linkedin.com/company/1013623?trk=tyah&trkInfo=clickedVertical%3Acompany%2CclickedEntityId%3A1013623%2Cidx%3A2-1-2%2CtarId%3A1465882069006%2Ctas%3ASanook" title="LinkedIn" rel="noreferrer" class="jsx-372240253"><i class="jsx-372240253 sn-icon sn-icon--linkin"></i></a></li><li class="jsx-372240253"><a target="_blank" href="https://www.tiktok.com/@sanook.com" title="Tiktok" rel="noreferrer" class="jsx-372240253"><i class="jsx-372240253 sn-icon sn-icon--tiktok"></i></a></li></ul></div></div></div></div></div></div><div class="jsx-2167023475 LegalAndCopyright"><a target="_blank" href="/feedback/report/" class="jsx-2167023475">ร้องเรียนเนื้อหาไม่เหมาะสม</a><strong class="jsx-2167023475">สงวนลิขสิทธิ์ © <!-- -->2568<!-- --> บริษัท อิมเมจ ฟิวเจอร์ (ประเทศไทย) จำกัด</strong></div></div></div></div><div class="jsx-3099186136 container"><div class="jsx-3099186136 nav"><div class="jsx-3099186136 titleWrap"><h1 class="jsx-3099186136 title active"><a class="jsx-3099186136" href="https://www.sanook.com/dictionary/">พจนานุกรม</a></h1><h2 class="jsx-3099186136 sublink"><a class="jsx-3099186136" href="https://www.sanook.com/dictionary/dict/">พจนานุกรมทั้งหมด</a></h2></div><form class="jsx-4274491496 submenu"><div class="jsx-4274491496 inputWrap"><label for="keyword" class="jsx-4274491496">ค้นหาคำศัพท์:</label><input type="text" autoComplete="off" id="keyword" value="" placeholder="" class="jsx-4274491496"/></div><div class="jsx-4274491496"><div class="jsx-4274491496 dropdown"><div class="jsx-3465214741 filter"><style data-emotion="css 2b097c-container">.css-2b097c-container{position:relative;box-sizing:border-box;}</style><div class=" css-2b097c-container"><style data-emotion="css 7pg0cj-a11yText">.css-7pg0cj-a11yText{z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;}</style><span aria-live="polite" aria-atomic="false" aria-relevant="additions text" class="css-7pg0cj-a11yText"></span><style data-emotion="css 1napylr-control">.css-1napylr-control{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#2e85d2;border-color:#2e85d2;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;min-height:38px;outline:0;position:relative;-webkit-transition:all 100ms;transition:all 100ms;box-sizing:border-box;height:45px;width:100%;color:#fff;}.css-1napylr-control:hover{border-color:#2e85d2;}.css-1napylr-control [class*="indicatorSeparator"]{display:none;}</style><div class=" css-1napylr-control"><style data-emotion="css 1hwfws3">.css-1hwfws3{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2px 8px;-webkit-overflow-scrolling:touch;position:relative;overflow:hidden;box-sizing:border-box;}</style><div class=" css-1hwfws3"><style data-emotion="css 1wa3eu0-placeholder">.css-1wa3eu0-placeholder{color:hsl(0, 0%, 50%);margin-left:2px;margin-right:2px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);box-sizing:border-box;}</style><div class=" css-1wa3eu0-placeholder">Select...</div><style data-emotion="css 62g3xt-dummyInput">.css-62g3xt-dummyInput{background:0;border:0;font-size:inherit;outline:0;padding:0;width:1px;color:transparent;left:-100px;opacity:0;position:relative;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);}</style><input id="react-select-howtoChannelOptions-input" readonly="" tabindex="0" value="" aria-autocomplete="list" class="css-62g3xt-dummyInput"/></div><style data-emotion="css 1wy0on6">.css-1wy0on6{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;}</style><div class=" css-1wy0on6"><style data-emotion="css frhdbe-indicatorSeparator">.css-frhdbe-indicatorSeparator{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;background-color:#fff;margin-bottom:8px;margin-top:8px;width:1px;box-sizing:border-box;}</style><span class=" css-frhdbe-indicatorSeparator"></span><style data-emotion="css dggdy8-indicatorContainer">.css-dggdy8-indicatorContainer{color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:8px;-webkit-transition:color 150ms;transition:color 150ms;box-sizing:border-box;}.css-dggdy8-indicatorContainer:hover{color:hsl(0, 0%, 60%);}.css-dggdy8-indicatorContainer:hover{color:#0856B0;}</style><div class=" css-dggdy8-indicatorContainer" aria-hidden="true"><style data-emotion="css 8mmkcg">.css-8mmkcg{display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;}</style><svg height="20" width="20" viewBox="0 0 20 20" aria-hidden="true" focusable="false" class="css-8mmkcg"><path d="M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"></path></svg></div></div></div></div></div></div><div class="jsx-4274491496 search"><input type="submit" value="ค้นหา" class="jsx-4274491496"/></div></div></form></div></div><div class="jsx-3459629567 dictionary-page clearfix"><div class="container"><div class="row"><div class="col-12 col-lg-8"><div style="border-bottom:1px solid #ebebeb;padding-top:20px" class="jsx-36813801 WidgetWrap clearfix"><div class="jsx-4074173273 AlphabetList"><h2 class="jsx-469389883 title">คำศัพท์เรียงตามตัวอักษร</h2><div class="jsx-4074173273 alphaTh"><ol class="jsx-4245972825 listItem"><li class="jsx-4245972825"><a title="ก" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%81/">ก</a></li><li class="jsx-4245972825"><a title="ข" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%82/">ข</a></li><li class="jsx-4245972825"><a title="ฃ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%83/">ฃ</a></li><li class="jsx-4245972825"><a title="ค" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%84/">ค</a></li><li class="jsx-4245972825"><a title="ฅ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%85/">ฅ</a></li><li class="jsx-4245972825"><a title="ฆ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%86/">ฆ</a></li><li class="jsx-4245972825"><a title="ง" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%87/">ง</a></li><li class="jsx-4245972825"><a title="จ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%88/">จ</a></li><li class="jsx-4245972825"><a title="ฉ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%89/">ฉ</a></li><li class="jsx-4245972825"><a title="ช" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%8A/">ช</a></li><li class="jsx-4245972825"><a title="ซ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%8B/">ซ</a></li><li class="jsx-4245972825"><a title="ฌ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%8C/">ฌ</a></li><li class="jsx-4245972825"><a title="ญ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%8D/">ญ</a></li><li class="jsx-4245972825"><a title="ฎ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%8E/">ฎ</a></li><li class="jsx-4245972825"><a title="ฏ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%8F/">ฏ</a></li><li class="jsx-4245972825"><a title="ฐ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%90/">ฐ</a></li><li class="jsx-4245972825"><a title="ฑ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%91/">ฑ</a></li><li class="jsx-4245972825"><a title="ฒ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%92/">ฒ</a></li><li class="jsx-4245972825"><a title="ณ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%93/">ณ</a></li><li class="jsx-4245972825"><a title="ด" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%94/">ด</a></li><li class="jsx-4245972825"><a title="ต" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%95/">ต</a></li><li class="jsx-4245972825"><a title="ถ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%96/">ถ</a></li><li class="jsx-4245972825"><a title="ท" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%97/">ท</a></li><li class="jsx-4245972825"><a title="ธ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%98/">ธ</a></li><li class="jsx-4245972825"><a title="น" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%99/">น</a></li><li class="jsx-4245972825"><a title="บ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%9A/">บ</a></li><li class="jsx-4245972825"><a title="ป" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%9B/">ป</a></li><li class="jsx-4245972825"><a title="ผ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%9C/">ผ</a></li><li class="jsx-4245972825"><a title="ฝ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%9D/">ฝ</a></li><li class="jsx-4245972825"><a title="พ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%9E/">พ</a></li><li class="jsx-4245972825"><a title="ฟ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%9F/">ฟ</a></li><li class="jsx-4245972825"><a title="ภ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%A0/">ภ</a></li><li class="jsx-4245972825"><a title="ม" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%A1/">ม</a></li><li class="jsx-4245972825"><a title="ย" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%A2/">ย</a></li><li class="jsx-4245972825"><a title="ร" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%A3/">ร</a></li><li class="jsx-4245972825"><a title="ฤ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%A4/">ฤ</a></li><li class="jsx-4245972825"><a title="ล" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%A5/">ล</a></li><li class="jsx-4245972825"><a title="ฦ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%A6/">ฦ</a></li><li class="jsx-4245972825"><a title="ว" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%A7/">ว</a></li><li class="jsx-4245972825"><a title="ศ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%A8/">ศ</a></li><li class="jsx-4245972825"><a title="ษ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%A9/">ษ</a></li><li class="jsx-4245972825"><a title="ส" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%AA/">ส</a></li><li class="jsx-4245972825"><a title="ห" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%AB/">ห</a></li><li class="jsx-4245972825"><a title="ฬ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%AC/">ฬ</a></li><li class="jsx-4245972825"><a title="อ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%AD/">อ</a></li><li class="jsx-4245972825"><a title="ฮ" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/%E0%B8%AE/">ฮ</a></li></ol></div><div class="jsx-4074173273 alphaEng"><ol class="jsx-4245972825 listItem"><li class="jsx-4245972825"><a title="A" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/a/">A</a></li><li class="jsx-4245972825"><a title="B" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/b/">B</a></li><li class="jsx-4245972825"><a title="C" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/c/">C</a></li><li class="jsx-4245972825"><a title="D" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/d/">D</a></li><li class="jsx-4245972825"><a title="E" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/e/">E</a></li><li class="jsx-4245972825"><a title="F" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/f/">F</a></li><li class="jsx-4245972825"><a title="G" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/g/">G</a></li><li class="jsx-4245972825"><a title="H" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/h/">H</a></li><li class="jsx-4245972825"><a title="I" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/i/">I</a></li><li class="jsx-4245972825"><a title="J" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/j/">J</a></li><li class="jsx-4245972825"><a title="K" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/k/">K</a></li><li class="jsx-4245972825"><a title="L" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/l/">L</a></li><li class="jsx-4245972825"><a title="M" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/m/">M</a></li><li class="jsx-4245972825"><a title="N" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/n/">N</a></li><li class="jsx-4245972825"><a title="O" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/o/">O</a></li><li class="jsx-4245972825"><a title="P" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/p/">P</a></li><li class="jsx-4245972825"><a title="Q" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/q/">Q</a></li><li class="jsx-4245972825"><a title="R" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/r/">R</a></li><li class="jsx-4245972825"><a title="S" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/s/">S</a></li><li class="jsx-4245972825"><a title="T" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/t/">T</a></li><li class="jsx-4245972825"><a title="U" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/u/">U</a></li><li class="jsx-4245972825"><a title="V" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/v/">V</a></li><li class="jsx-4245972825"><a title="W" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/w/">W</a></li><li class="jsx-4245972825"><a title="X" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/x/">X</a></li><li class="jsx-4245972825"><a title="Y" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/y/">Y</a></li><li class="jsx-4245972825"><a title="Z" class="jsx-4245972825" href="https://www.sanook.com/dictionary/dict/all/char/z/">Z</a></li></ol></div><a class="jsx-4074173273 btnSymbol" href="https://www.sanook.com/dictionary/dict/all/char/!/">อักขระพิเศษ</a></div></div><div style="border-bottom:0" class="jsx-36813801 WidgetWrap clearfix"><div class="jsx-2341252606 DictList"><h2 class="jsx-469389883 title"><a class="jsx-2341252606" href="https://www.sanook.com/dictionary/dict/">พจนานุกรมทั้งหมด <i class="jsx-2341252606 sn-icon sn-icon--right"></i></a></h2><div class="row"><div style="margin-bottom:20px" class="col-12 col-lg-6"><div class="jsx-2126216749 bookItem"><span class="jsx-2126216749 cover"><img src="//s.isanook.com/sr/0/images/dictionary/cover/dict-Th-E.svg" alt="พจนานุกรมแปล ไทย-อังกฤษ" width="64" height="86" class="jsx-2126216749"/></span><div class="jsx-2126216749 detail"><h3 class="jsx-1388190840 title">พจนานุกรมแปล ไทย-อังกฤษ</h3><ul class="jsx-1388190840"><li class="jsx-1388190840"><span><a class="jsx-1388190840" href="https://www.sanook.com/dictionary/dict/dict-th-en-lexitron/">พจนานุกรม ไทย-อังกฤษ LEXiTRON</a></span></li><li class="jsx-1388190840"><span><a class="jsx-1388190840" href="https://www.sanook.com/dictionary/dict/dict-th-en-sedthabut/">พจนานุกรม ไทย-อังกฤษ อ.สอ เสถบุตร</a></span></li></ul></div></div></div><div style="margin-bottom:20px" class="col-12 col-lg-6"><div class="jsx-2126216749 bookItem"><span class="jsx-2126216749 cover"><img src="//s.isanook.com/sr/0/images/dictionary/cover/dict-Th-Th.svg" alt="พจนานุกรมแปล ไทย-ไทย" width="64" height="86" class="jsx-2126216749"/></span><div class="jsx-2126216749 detail"><h3 class="jsx-1388190840 title">พจนานุกรมแปล ไทย-ไทย</h3><ul class="jsx-1388190840"><li class="jsx-1388190840"><span><a class="jsx-1388190840" href="https://www.sanook.com/dictionary/dict/dict-th-th-royal-institute/">พจนานุกรม ไทย-ไทย ราชบัณฑิตยสถาน</a></span></li><li class="jsx-1388190840"><span><a class="jsx-1388190840" href="https://www.sanook.com/dictionary/dict/dict-th-th-pleang/">พจนานุกรม ไทย-ไทย อ.เปลื้อง ณ นคร</a></span></li></ul></div></div></div><div style="margin-bottom:20px" class="col-12 col-lg-6"><div class="jsx-2126216749 bookItem"><span class="jsx-2126216749 cover"><img src="//s.isanook.com/sr/0/images/dictionary/cover/dict-E-Th.svg" alt="พจนานุกรมแปล อังกฤษ-ไทย" width="64" height="86" class="jsx-2126216749"/></span><div class="jsx-2126216749 detail"><h3 class="jsx-1388190840 title">พจนานุกรมแปล อังกฤษ-ไทย</h3><ul class="jsx-1388190840"><li class="jsx-1388190840"><span><a class="jsx-1388190840" href="https://www.sanook.com/dictionary/dict/dict-en-th-lexitron/">พจนานุกรม อังกฤษ-ไทย LEXiTRON</a></span></li><li class="jsx-1388190840"><span><a class="jsx-1388190840" href="https://www.sanook.com/dictionary/dict/dict-en-th-sedthabut/">พจนานุกรม อังกฤษ-ไทย อ.สอ เสถบุตร</a></span></li></ul></div></div></div><div style="margin-bottom:20px" class="col-12 col-lg-6"><div class="jsx-2126216749 bookItem"><span class="jsx-2126216749 cover"><img src="//s.isanook.com/sr/0/images/dictionary/cover/dict-korea.svg" alt="แปลภาษา เกาหลี-ไทย" width="64" height="86" class="jsx-2126216749"/></span><div class="jsx-2126216749 detail"><h3 class="jsx-1388190840 title">แปลภาษา เกาหลี-ไทย</h3><ul class="jsx-1388190840"><li class="jsx-1388190840"><span><a class="jsx-1388190840" href="https://www.sanook.com/dictionary/dict/dict-kr-th-nkl/">พจนานุกรมแปล เกาหลี-ไทย National Institute of Korean Language</a></span></li></ul></div></div></div><div style="margin-bottom:20px" class="col-12 col-lg-6"><div class="jsx-2126216749 bookItem"><span class="jsx-2126216749 cover"><img src="//s.isanook.com/sr/0/images/dictionary/cover/dict-royal.svg" alt="คำราชาศัพท์" width="64" height="86" class="jsx-2126216749"/></span><div class="jsx-2126216749 detail"><h3 class="title"><a href="https://www.sanook.com/dictionary/dict/dict-royal/">คำราชาศัพท์</a></h3><span class="subtitle">รวมความหมายคำราชาศัพท์ในหมวดต่างๆ</span></div></div></div><div style="margin-bottom:20px" class="col-12 col-lg-6"><div class="jsx-2126216749 bookItem"><span class="jsx-2126216749 cover"><img src="//s.isanook.com/sr/0/images/dictionary/cover/dict-periodic.svg" alt="ตารางธาตุ" width="64" height="86" class="jsx-2126216749"/></span><div class="jsx-2126216749 detail"><h3 class="title"><a href="https://www.sanook.com/dictionary/dict/dict-periodic/">ตารางธาตุ</a></h3><span class="subtitle">รวมรายชื่อและข้อมูลของธาตุเคมี</span></div></div></div><div style="margin-bottom:20px" class="col-12 col-lg-6"><div class="jsx-2126216749 bookItem"><span class="jsx-2126216749 cover"><img src="//s.isanook.com/sr/0/images/dictionary/cover/dict-slang.svg" alt="ศัพท์แสลง" width="64" height="86" class="jsx-2126216749"/></span><div class="jsx-2126216749 detail"><h3 class="title"><a href="https://www.sanook.com/dictionary/dict/dict-slang/">ศัพท์แสลง</a></h3><span class="subtitle">รวมความหมายของศัพท์แสลงที่ใช้ในปัจจุบัน</span></div></div></div><div style="margin-bottom:20px" class="col-12 col-lg-6"><div class="jsx-2126216749 bookItem"><span class="jsx-2126216749 cover"><img src="//s.isanook.com/sr/0/images/dictionary/cover/dict-com.svg" alt="คำศัพท์คอมพิวเตอร์" width="64" height="86" class="jsx-2126216749"/></span><div class="jsx-2126216749 detail"><h3 class="title"><a href="https://www.sanook.com/dictionary/dict/dict-computer/">คำศัพท์คอมพิวเตอร์</a></h3><span class="subtitle">พจนานุกรมแปลความหมาย คำศัพท์ทางคอมพิวเตอร์</span></div></div></div><div style="margin-bottom:20px" class="col-12 col-lg-6"><div class="jsx-2126216749 bookItem"><span class="jsx-2126216749 cover"><img src="//s.isanook.com/sr/0/images/dictionary/cover/dict-country.svg" alt="ข้อมูลประเทศ" width="64" height="86" class="jsx-2126216749"/></span><div class="jsx-2126216749 detail"><h3 class="title"><a href="https://www.sanook.com/dictionary/dict/dict-country/">ข้อมูลประเทศ</a></h3><span class="subtitle">รวมรายชื่อ รูปธงชาติ และข้อมูลประเทศทั่วโลก</span></div></div></div><div style="margin-bottom:20px" class="col-12 col-lg-6"><div class="jsx-2126216749 bookItem"><span class="jsx-2126216749 cover"><img src="//s.isanook.com/sr/0/images/dictionary/cover/dict-province.svg" alt="ข้อมูลจังหวัดของประเทศไทย" width="64" height="86" class="jsx-2126216749"/></span><div class="jsx-2126216749 detail"><h3 class="title"><a href="https://www.sanook.com/dictionary/dict/dict-province/">ข้อมูลจังหวัดของประเทศไทย</a></h3><span class="subtitle">รวมรายชื่อจังหวัด คำขวัญจังหวัด สัญลักษณ์ประจําจังหวัด ในประเทศไทย</span></div></div></div><div style="margin-bottom:20px" class="col-12 col-lg-6"><div class="jsx-2126216749 bookItem"><span class="jsx-2126216749 cover"><img src="//s.isanook.com/sr/0/images/dictionary/cover/dict-fish.svg" alt="ภาพปลาและสัตว์น้ำไทย" width="64" height="86" class="jsx-2126216749"/></span><div class="jsx-2126216749 detail"><h3 class="title"><a href="https://www.sanook.com/dictionary/dict/dict-fish/">ภาพปลาและสัตว์น้ำไทย</a></h3><span class="subtitle">รวบรวมข้อมูลปลาและสัตว์น้ำของไทย โดย กรมประมง</span></div></div></div><div style="margin-bottom:20px" class="col-12 col-lg-6"><div class="jsx-2126216749 bookItem"><span class="jsx-2126216749 cover"><img src="//s.isanook.com/sr/0/images/dictionary/cover/dict-user.svg" alt="คำศัพท์ที่ถูกเพิ่มโดยสมาชิก" width="64" height="86" class="jsx-2126216749"/></span><div class="jsx-2126216749 detail"><h3 class="title"><a href="https://www.sanook.com/dictionary/dict/dict-user/">คำศัพท์ที่ถูกเพิ่มโดยสมาชิก</a></h3><span class="subtitle">พจนานุกรมรวมคำศัพท์พร้อมความหมาย จากบุคคลทั่วไป</span></div></div></div></div></div></div></div><div class="col-12 col-lg-4"><div class="mainSidebarDict"><div class="jsx-2875934152 adsWrap clearfix"><div class="jsx-2875934152"></div></div><div class="jsx-2036064587 preload"><div class="jsx-2036064587 wrap default"><span class="jsx-2036064587 text">กำลังโหลดข้อมูล</span><div class="jsx-2036064587 animate"><span class="jsx-2036064587 dots"></span><span class="jsx-2036064587 dots"></span><span class="jsx-2036064587 dots"></span><span class="jsx-2036064587 dots"></span></div></div></div><div class="jsx-3036221133 adsWrap clearfix"><div class="jsx-3036221133"></div></div></div></div><div class="col col-lg-12"><div style="border-top:1px solid #ebebeb;padding-top:20px;margin-top:40px" class="jsx-36813801 WidgetWrap clearfix"><h2 class="jsx-469389883 title"><a href="https://www.sanook.com/campus/tag/education/">ภาษาและเรื่องน่ารู้ <i class="sn-icon sn-icon--right"></i></a></h2><div class="row"><div class="col-6 col-lg-2"><article class="jsx-3676716830 EntryList"><a title="นางสงกรานต์ 2568 พร้อมคำทำนาย และประวัตินางสงกรานต์ทั้ง 7 นาง" class="jsx-3676716830 EntryListImage" href="https://www.sanook.com/campus/912340/"><picture><source srcSet="//s.isanook.com/ca/0/ud/182/912340/songkran_2.jpg?ip/crop/w172h103/q80/webp, //s.isanook.com/ca/0/ud/182/912340/songkran_2.jpg?ip/crop/w258h155/q80/webp 1.5x" type="image/webp"/><img src="//s.isanook.com/ca/0/ud/182/912340/songkran_2.jpg?ip/crop/w172h103/q80/jpg" fetchpriority="auto" alt="นางสงกรานต์ 2568 พร้อมคำทำนาย และประวัตินางสงกรานต์ทั้ง 7 นาง" width="172" height="103" srcSet="//s.isanook.com/ca/0/ud/182/912340/songkran_2.jpg?ip/crop/w258h155/q80/jpg 1.5x"/></picture></a><a title="นางสงกรานต์ 2568 พร้อมคำทำนาย และประวัตินางสงกรานต์ทั้ง 7 นาง" class="jsx-3676716830 EntryListTitle" href="https://www.sanook.com/campus/912340/"><h3 class="jsx-3676716830">นางสงกรานต์ 2568 พร้อมคำทำนาย และประวัตินางสงกรานต์ทั้ง 7 นาง</h3></a></article></div><div class="col-6 col-lg-2"><article class="jsx-3676716830 EntryList"><a title="Gen B, Gen X, Gen Y และ Gen Z อยู่ในกลุ่มอายุเท่าไร แต่ละเจนมีความแตกต่างอย่างไร" class="jsx-3676716830 EntryListImage" href="https://www.sanook.com/campus/1401267/"><picture><source srcSet="//s.isanook.com/ca/0/ud/280/1401267/istock-1210675689.jpg?ip/crop/w172h103/q80/webp, //s.isanook.com/ca/0/ud/280/1401267/istock-1210675689.jpg?ip/crop/w258h155/q80/webp 1.5x" type="image/webp"/><img src="//s.isanook.com/ca/0/ud/280/1401267/istock-1210675689.jpg?ip/crop/w172h103/q80/jpg" fetchpriority="auto" alt="Gen B, Gen X, Gen Y และ Gen Z อยู่ในกลุ่มอายุเท่าไร แต่ละเจนมีความแตกต่างอย่างไร" width="172" height="103" srcSet="//s.isanook.com/ca/0/ud/280/1401267/istock-1210675689.jpg?ip/crop/w258h155/q80/jpg 1.5x"/></picture></a><a title="Gen B, Gen X, Gen Y และ Gen Z อยู่ในกลุ่มอายุเท่าไร แต่ละเจนมีความแตกต่างอย่างไร" class="jsx-3676716830 EntryListTitle" href="https://www.sanook.com/campus/1401267/"><h3 class="jsx-3676716830">Gen B, Gen X, Gen Y และ Gen Z อยู่ในกลุ่มอายุเท่าไร แต่ละเจนมีความแตกต่างอย่างไร</h3></a></article></div><div class="col-6 col-lg-2"><article class="jsx-3676716830 EntryList"><a title="สจล. ขับเคลื่อน K-EES: ยกระดับการเรียนรู้แบบบูรณาการ ปั้นวิศวกรสู่อุตสาหกรรมอนาคต" class="jsx-3676716830 EntryListImage" href="https://www.sanook.com/campus/1429715/"><picture><source srcSet="//s.isanook.com/ca/0/ud/285/1429715/new-thumbnail1200x720-2025-.jpg?ip/crop/w172h103/q80/webp, //s.isanook.com/ca/0/ud/285/1429715/new-thumbnail1200x720-2025-.jpg?ip/crop/w258h155/q80/webp 1.5x" type="image/webp"/><img src="//s.isanook.com/ca/0/ud/285/1429715/new-thumbnail1200x720-2025-.jpg?ip/crop/w172h103/q80/jpg" fetchpriority="auto" alt="สจล. ขับเคลื่อน K-EES: ยกระดับการเรียนรู้แบบบูรณาการ ปั้นวิศวกรสู่อุตสาหกรรมอนาคต" width="172" height="103" srcSet="//s.isanook.com/ca/0/ud/285/1429715/new-thumbnail1200x720-2025-.jpg?ip/crop/w258h155/q80/jpg 1.5x"/></picture></a><a title="สจล. ขับเคลื่อน K-EES: ยกระดับการเรียนรู้แบบบูรณาการ ปั้นวิศวกรสู่อุตสาหกรรมอนาคต" class="jsx-3676716830 EntryListTitle" href="https://www.sanook.com/campus/1429715/"><h3 class="jsx-3676716830">สจล. ขับเคลื่อน K-EES: ยกระดับการเรียนรู้แบบบูรณาการ ปั้นวิศวกรสู่อุตสาหกรรมอนาคต</h3></a></article></div><div class="col-6 col-lg-2"><article class="jsx-3676716830 EntryList"><a title="เปิด 10 อันดับ โรงเรียนที่เข้ายากที่สุดในไทย ข้อมูลปี 2025 จาก สพฐ." class="jsx-3676716830 EntryListImage" href="https://www.sanook.com/campus/1428559/"><picture><source srcSet="//s.isanook.com/ca/0/ud/285/1428559/new-thumbnail1200x720_1.jpg?ip/crop/w172h103/q80/webp, //s.isanook.com/ca/0/ud/285/1428559/new-thumbnail1200x720_1.jpg?ip/crop/w258h155/q80/webp 1.5x" type="image/webp"/><img src="//s.isanook.com/ca/0/ud/285/1428559/new-thumbnail1200x720_1.jpg?ip/crop/w172h103/q80/jpg" fetchpriority="auto" alt="เปิด 10 อันดับ โรงเรียนที่เข้ายากที่สุดในไทย ข้อมูลปี 2025 จาก สพฐ." width="172" height="103" srcSet="//s.isanook.com/ca/0/ud/285/1428559/new-thumbnail1200x720_1.jpg?ip/crop/w258h155/q80/jpg 1.5x"/></picture></a><a title="เปิด 10 อันดับ โรงเรียนที่เข้ายากที่สุดในไทย ข้อมูลปี 2025 จาก สพฐ." class="jsx-3676716830 EntryListTitle" href="https://www.sanook.com/campus/1428559/"><h3 class="jsx-3676716830">เปิด 10 อันดับ โรงเรียนที่เข้ายากที่สุดในไทย ข้อมูลปี 2025 จาก สพฐ.</h3></a></article></div><div class="col-6 col-lg-2"><article class="jsx-3676716830 EntryList"><a title="เปิด 10 อันดับ มหาวิทยาลัยในฝัน ที่เด็กไทยอยากเข้าศึกษามากที่สุด" class="jsx-3676716830 EntryListImage" href="https://www.sanook.com/campus/1428831/"><picture><source srcSet="//s.isanook.com/ca/0/ud/285/1428831/new-thumbnail1200x720.jpg?ip/crop/w172h103/q80/webp, //s.isanook.com/ca/0/ud/285/1428831/new-thumbnail1200x720.jpg?ip/crop/w258h155/q80/webp 1.5x" type="image/webp"/><img src="//s.isanook.com/ca/0/ud/285/1428831/new-thumbnail1200x720.jpg?ip/crop/w172h103/q80/jpg" fetchpriority="auto" alt="เปิด 10 อันดับ มหาวิทยาลัยในฝัน ที่เด็กไทยอยากเข้าศึกษามากที่สุด" width="172" height="103" srcSet="//s.isanook.com/ca/0/ud/285/1428831/new-thumbnail1200x720.jpg?ip/crop/w258h155/q80/jpg 1.5x"/></picture></a><a title="เปิด 10 อันดับ มหาวิทยาลัยในฝัน ที่เด็กไทยอยากเข้าศึกษามากที่สุด" class="jsx-3676716830 EntryListTitle" href="https://www.sanook.com/campus/1428831/"><h3 class="jsx-3676716830">เปิด 10 อันดับ มหาวิทยาลัยในฝัน ที่เด็กไทยอยากเข้าศึกษามากที่สุด</h3></a></article></div><div class="col-6 col-lg-2"><article class="jsx-3676716830 EntryList"><a title="เปิด 10 อันดับ มหาวิทยาลัยเอกชน ที่มีนักศึกษามากที่สุดในไทย ที่ไหนจะขึ้นที่ 1" class="jsx-3676716830 EntryListImage" href="https://www.sanook.com/campus/1428855/"><picture><source srcSet="//s.isanook.com/ca/0/ud/285/1428855/new-thumbnail1200x720.jpg?ip/crop/w172h103/q80/webp, //s.isanook.com/ca/0/ud/285/1428855/new-thumbnail1200x720.jpg?ip/crop/w258h155/q80/webp 1.5x" type="image/webp"/><img src="//s.isanook.com/ca/0/ud/285/1428855/new-thumbnail1200x720.jpg?ip/crop/w172h103/q80/jpg" fetchpriority="auto" alt="เปิด 10 อันดับ มหาวิทยาลัยเอกชน ที่มีนักศึกษามากที่สุดในไทย ที่ไหนจะขึ้นที่ 1" width="172" height="103" srcSet="//s.isanook.com/ca/0/ud/285/1428855/new-thumbnail1200x720.jpg?ip/crop/w258h155/q80/jpg 1.5x"/></picture></a><a title="เปิด 10 อันดับ มหาวิทยาลัยเอกชน ที่มีนักศึกษามากที่สุดในไทย ที่ไหนจะขึ้นที่ 1" class="jsx-3676716830 EntryListTitle" href="https://www.sanook.com/campus/1428855/"><h3 class="jsx-3676716830">เปิด 10 อันดับ มหาวิทยาลัยเอกชน ที่มีนักศึกษามากที่สุดในไทย ที่ไหนจะขึ้นที่ 1</h3></a></article></div></div></div></div></div></div></div><div class="jsx-2604559772 desktopInviewSticky"><div class="jsx-207269540"><div class="jsx-3285742177 adFrame"><button role="button" aria-label="close" class="jsx-3285742177"><i class="jsx-3285742177 sn-icon sn-icon--close"></i></button></div></div></div><footer class="jsx-1348381308 MainFooterDesktop"><div class="jsx-1348381308 container"><div class="row"><div class="col-6"><div class="jsx-483615611 LogoFooter"><a class="jsx-483615611" href="https://www.sanook.com/"><span class="jsx-483615611">ข่าว ดูดวง เพลง Joox หวย ผลบอล ดูทีวีออนไลน์ เกม</span></a></div><p class="jsx-2607851149 Copyright">สงวนลิขสิทธิ์ © <!-- -->2568<!-- --> บริษัท อิมเมจ ฟิวเจอร์ (ประเทศไทย) จำกัด</p><ul class="jsx-2496606578 LegalList"><li class="jsx-2496606578"><a class="jsx-2496606578" href="https://www.tencent.co.th/" target="_blank">เกี่ยวกับเรา</a></li><li class="jsx-2496606578"><a class="jsx-2496606578" href="/policy/" target="_blank">นโยบายความเป็นส่วนตัว</a></li><li class="jsx-2496606578"><a class="jsx-2496606578" href="/cookiepolicy/" target="_blank">นโยบายคุกกี้</a></li><li class="jsx-2496606578"><a class="jsx-2496606578" href="/termservice/" target="_blank">ข้อกําหนดในการให้บริการ</a></li><li class="jsx-2496606578"><a class="jsx-2496606578" href="/feedback/report/" target="_blank">ร้องเรียนเนื้อหาไม่เหมาะสม</a></li></ul></div><div class="col-6"><div class="jsx-1348381308 Contacts"><ul class="jsx-3238760840 ContactsList"><li class="jsx-3238760840"><a class="jsx-3238760840" href="https://www.sanook.com/feedback/suggest" target="_blank">แนะนำติชม แจ้งปัญหาการใช้งาน</a></li><li class="jsx-3238760840"><a class="jsx-3238760840" href="https://www.tencent.co.th/th/jobs/" target="_blank">ร่วมงานกับเรา</a></li></ul><div class="jsx-1348381308 SocialFooter"><ul class="jsx-372240253 Social"><li class="jsx-372240253"><a target="_blank" href="https://www.facebook.com/sanookeveryday" title="Facebook" rel="noreferrer" class="jsx-372240253"><i class="jsx-372240253 sn-icon sn-icon--facebook-f"></i></a></li><li class="jsx-372240253"><a target="_blank" href="https://x.com/sanook" title="x" rel="noreferrer" class="jsx-372240253"><i class="jsx-372240253 sn-icon sn-icon--x"></i></a></li><li class="jsx-372240253"><a target="_blank" href="https://instagram.com/sanook.com" title="Instagram" rel="noreferrer" class="jsx-372240253"><i class="jsx-372240253 sn-icon sn-icon--instagram"></i></a></li><li class="jsx-372240253"><a target="_blank" href="https://www.youtube.com/user/SanookTV" title="YouTube" rel="noreferrer" class="jsx-372240253"><i class="jsx-372240253 sn-icon sn-icon--youtube"></i></a></li><li class="jsx-372240253"><a target="_blank" href="https://www.linkedin.com/company/1013623?trk=tyah&trkInfo=clickedVertical%3Acompany%2CclickedEntityId%3A1013623%2Cidx%3A2-1-2%2CtarId%3A1465882069006%2Ctas%3ASanook" title="LinkedIn" rel="noreferrer" class="jsx-372240253"><i class="jsx-372240253 sn-icon sn-icon--linkin"></i></a></li><li class="jsx-372240253"><a target="_blank" href="https://www.tiktok.com/@sanook.com" title="Tiktok" rel="noreferrer" class="jsx-372240253"><i class="jsx-372240253 sn-icon sn-icon--tiktok"></i></a></li></ul></div></div></div></div></div></footer><div title="ขึ้นไปบนสุด" class="jsx-2661067832 GoToTop"><button type="button" role="button" aria-label="go to top" class="jsx-2661067832"><i class="jsx-2661067832 sn-icon sn-icon--up"></i></button></div></div><div class="jsx-1951450189 UniversalB"></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"isMobile":false,"isTablet":false,"isBotCrawler":false,"location":{"asPath":"/dictionary/","pathname":"/channels/dictionary","query":{}}},"serverState":{"initialState":{"ui":{"textSize":{"size":2,"sizeClass":"size16"},"tabPrefetched":{"fetched":false},"orientation":"","coverPage":{"idRef":""},"inreadRelated":{"willShow":false,"showed":false},"footer":{"display":true},"consentBanner":{"shown":false},"cookieSetting":{},"taboola":{"display":false},"swipeNext":{"start":0,"current":0}},"pageInfo":{"channel":"","group":"","primaryCategory":"","categories":[],"subcategories":[],"tags":[],"partner":"","loading":true,"redirect":"","customStatusCode":false,"ready":false},"joox":{"showPlayer":{"status":false,"delay":5000},"showSearch":{"isOpen":false}},"location":{"isEntertain":false},"history":[],"ads":{"sponsorship":{"showSponsorship":false},"musicRecA":false,"mobileDarkModeAd":{"shown":false,"darkMode":false,"shouldShow":false},"smartBanner":{"overLimit":false,"limit":0},"mobileAdhesionSticky":{"shown":false,"shouldRender":null},"stickyRecA":{"shown":false},"desktopInview":{"shown":false},"universalb":{"show":true},"mobileExpandableAdhesion":{"shown":false}},"tts":{"isPlaying":false,"isFirstTime":true,"isCount":false,"time":0,"isShowSurvey":false,"currentId":null},"entryMobile":{"firstContent":{},"gototop":{}},"excludeEntries":{"firstPage":null,"video":null},"video":{"played":false,"currentItem":false,"updatedVastTimestamp":null},"findluckynumbers":{"playedDetail":false}},"apollo":{"data":{"Entry_campus_912340":{"id":"912340","title":"นางสงกรานต์ 2568 พร้อมคำทำนาย และประวัตินางสงกรานต์ทั้ง 7 นาง","thumbnail":"//s.isanook.com/ca/0/ud/182/912340/songkran_2.jpg","channel":{"type":"id","generated":true,"id":"$Entry_campus_912340.channel","typename":"EntryChannelInfo"},"channelOriginal":{"type":"id","generated":true,"id":"$Entry_campus_912340.channelOriginal","typename":"EntryChannelInfo"},"primaryCategory":{"type":"id","generated":true,"id":"$Entry_campus_912340.primaryCategory","typename":"EntryCategory"},"categories":[{"type":"id","generated":true,"id":"Entry_campus_912340.categories.0","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_912340.categories.1","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_912340.categories.2","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_912340.categories.3","typename":"EntryCategory"}],"redirectInternal":null,"__typename":"Entry"},"$Entry_campus_912340.channel":{"slug":"campus","__typename":"EntryChannelInfo"},"$Entry_campus_912340.channelOriginal":{"slug":"campus","__typename":"EntryChannelInfo"},"$Entry_campus_912340.primaryCategory":{"slug":"education","__typename":"EntryCategory"},"Entry_campus_912340.categories.0":{"id":"5664","name":"highlight campus home","slug":"highlight-campus-home","__typename":"EntryCategory"},"Entry_campus_912340.categories.1":{"id":"5521","name":"Education","slug":"education","__typename":"EntryCategory"},"Entry_campus_912340.categories.2":{"id":"5514","name":"ความรู้รอบตัว","slug":"knowledge","__typename":"EntryCategory"},"Entry_campus_912340.categories.3":{"id":"5692","name":"highlight campus u-life(Lifestyle)","slug":"highlight-campus-u-life","__typename":"EntryCategory"},"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}}).edges.0":{"node":{"type":"id","generated":false,"id":"Entry_campus_912340","typename":"Entry"},"__typename":"EntryEdge"},"Entry_campus_1401267":{"id":"1401267","title":"Gen B, Gen X, Gen Y และ Gen Z อยู่ในกลุ่มอายุเท่าไร แต่ละเจนมีความแตกต่างอย่างไร","thumbnail":"//s.isanook.com/ca/0/ud/280/1401267/istock-1210675689.jpg","channel":{"type":"id","generated":true,"id":"$Entry_campus_1401267.channel","typename":"EntryChannelInfo"},"channelOriginal":{"type":"id","generated":true,"id":"$Entry_campus_1401267.channelOriginal","typename":"EntryChannelInfo"},"primaryCategory":{"type":"id","generated":true,"id":"$Entry_campus_1401267.primaryCategory","typename":"EntryCategory"},"categories":[{"type":"id","generated":true,"id":"Entry_campus_1401267.categories.0","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1401267.categories.1","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1401267.categories.2","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1401267.categories.3","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1401267.categories.4","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1401267.categories.5","typename":"EntryCategory"}],"redirectInternal":null,"__typename":"Entry"},"$Entry_campus_1401267.channel":{"slug":"campus","__typename":"EntryChannelInfo"},"$Entry_campus_1401267.channelOriginal":{"slug":"campus","__typename":"EntryChannelInfo"},"$Entry_campus_1401267.primaryCategory":{"slug":"education","__typename":"EntryCategory"},"Entry_campus_1401267.categories.0":{"id":"5664","name":"highlight campus home","slug":"highlight-campus-home","__typename":"EntryCategory"},"Entry_campus_1401267.categories.1":{"id":"6349","name":"เลือกเพื่อแสดงโปรไฟล์คนเขียน","slug":"author-profile-display","__typename":"EntryCategory"},"Entry_campus_1401267.categories.2":{"id":"5521","name":"Education","slug":"education","__typename":"EntryCategory"},"Entry_campus_1401267.categories.3":{"id":"5514","name":"ความรู้รอบตัว","slug":"knowledge","__typename":"EntryCategory"},"Entry_campus_1401267.categories.4":{"id":"5692","name":"highlight campus u-life(Lifestyle)","slug":"highlight-campus-u-life","__typename":"EntryCategory"},"Entry_campus_1401267.categories.5":{"id":"5753","name":"S! Campus","slug":"s-campus","__typename":"EntryCategory"},"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}}).edges.1":{"node":{"type":"id","generated":false,"id":"Entry_campus_1401267","typename":"Entry"},"__typename":"EntryEdge"},"Entry_campus_1429715":{"id":"1429715","title":"สจล. ขับเคลื่อน K-EES: ยกระดับการเรียนรู้แบบบูรณาการ ปั้นวิศวกรสู่อุตสาหกรรมอนาคต","thumbnail":"//s.isanook.com/ca/0/ud/285/1429715/new-thumbnail1200x720-2025-.jpg","channel":{"type":"id","generated":true,"id":"$Entry_campus_1429715.channel","typename":"EntryChannelInfo"},"channelOriginal":{"type":"id","generated":true,"id":"$Entry_campus_1429715.channelOriginal","typename":"EntryChannelInfo"},"primaryCategory":{"type":"id","generated":true,"id":"$Entry_campus_1429715.primaryCategory","typename":"EntryCategory"},"categories":[{"type":"id","generated":true,"id":"Entry_campus_1429715.categories.0","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1429715.categories.1","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1429715.categories.2","typename":"EntryCategory"}],"redirectInternal":null,"__typename":"Entry"},"$Entry_campus_1429715.channel":{"slug":"campus","__typename":"EntryChannelInfo"},"$Entry_campus_1429715.channelOriginal":{"slug":"campus","__typename":"EntryChannelInfo"},"$Entry_campus_1429715.primaryCategory":{"slug":"education","__typename":"EntryCategory"},"Entry_campus_1429715.categories.0":{"id":"5521","name":"Education","slug":"education","__typename":"EntryCategory"},"Entry_campus_1429715.categories.1":{"id":"5524","name":"หลักสูตรพิเศษ","slug":"specialcourse","__typename":"EntryCategory"},"Entry_campus_1429715.categories.2":{"id":"5753","name":"S! Campus","slug":"s-campus","__typename":"EntryCategory"},"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}}).edges.2":{"node":{"type":"id","generated":false,"id":"Entry_campus_1429715","typename":"Entry"},"__typename":"EntryEdge"},"Entry_campus_1428559":{"id":"1428559","title":"เปิด 10 อันดับ โรงเรียนที่เข้ายากที่สุดในไทย ข้อมูลปี 2025 จาก สพฐ.","thumbnail":"//s.isanook.com/ca/0/ud/285/1428559/new-thumbnail1200x720_1.jpg","channel":{"type":"id","generated":true,"id":"$Entry_campus_1428559.channel","typename":"EntryChannelInfo"},"channelOriginal":{"type":"id","generated":true,"id":"$Entry_campus_1428559.channelOriginal","typename":"EntryChannelInfo"},"primaryCategory":{"type":"id","generated":true,"id":"$Entry_campus_1428559.primaryCategory","typename":"EntryCategory"},"categories":[{"type":"id","generated":true,"id":"Entry_campus_1428559.categories.0","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428559.categories.1","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428559.categories.2","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428559.categories.3","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428559.categories.4","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428559.categories.5","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428559.categories.6","typename":"EntryCategory"}],"redirectInternal":null,"__typename":"Entry"},"$Entry_campus_1428559.channel":{"slug":"campus","__typename":"EntryChannelInfo"},"$Entry_campus_1428559.channelOriginal":{"slug":"campus","__typename":"EntryChannelInfo"},"$Entry_campus_1428559.primaryCategory":{"slug":"education","__typename":"EntryCategory"},"Entry_campus_1428559.categories.0":{"id":"5664","name":"highlight campus home","slug":"highlight-campus-home","__typename":"EntryCategory"},"Entry_campus_1428559.categories.1":{"id":"6349","name":"เลือกเพื่อแสดงโปรไฟล์คนเขียน","slug":"author-profile-display","__typename":"EntryCategory"},"Entry_campus_1428559.categories.2":{"id":"5522","name":"เรียนต่อในประเทศ","slug":"thailand","__typename":"EntryCategory"},"Entry_campus_1428559.categories.3":{"id":"5687","name":"มัธยมปลาย","slug":"highschool","__typename":"EntryCategory"},"Entry_campus_1428559.categories.4":{"id":"5693","name":"highlight campus education","slug":"highlight-campus-education","__typename":"EntryCategory"},"Entry_campus_1428559.categories.5":{"id":"5521","name":"Education","slug":"education","__typename":"EntryCategory"},"Entry_campus_1428559.categories.6":{"id":"5753","name":"S! Campus","slug":"s-campus","__typename":"EntryCategory"},"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}}).edges.3":{"node":{"type":"id","generated":false,"id":"Entry_campus_1428559","typename":"Entry"},"__typename":"EntryEdge"},"Entry_campus_1428831":{"id":"1428831","title":"เปิด 10 อันดับ มหาวิทยาลัยในฝัน ที่เด็กไทยอยากเข้าศึกษามากที่สุด","thumbnail":"//s.isanook.com/ca/0/ud/285/1428831/new-thumbnail1200x720.jpg","channel":{"type":"id","generated":true,"id":"$Entry_campus_1428831.channel","typename":"EntryChannelInfo"},"channelOriginal":{"type":"id","generated":true,"id":"$Entry_campus_1428831.channelOriginal","typename":"EntryChannelInfo"},"primaryCategory":{"type":"id","generated":true,"id":"$Entry_campus_1428831.primaryCategory","typename":"EntryCategory"},"categories":[{"type":"id","generated":true,"id":"Entry_campus_1428831.categories.0","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428831.categories.1","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428831.categories.2","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428831.categories.3","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428831.categories.4","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428831.categories.5","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428831.categories.6","typename":"EntryCategory"}],"redirectInternal":null,"__typename":"Entry"},"$Entry_campus_1428831.channel":{"slug":"campus","__typename":"EntryChannelInfo"},"$Entry_campus_1428831.channelOriginal":{"slug":"campus","__typename":"EntryChannelInfo"},"$Entry_campus_1428831.primaryCategory":{"slug":"education","__typename":"EntryCategory"},"Entry_campus_1428831.categories.0":{"id":"5664","name":"highlight campus home","slug":"highlight-campus-home","__typename":"EntryCategory"},"Entry_campus_1428831.categories.1":{"id":"5684","name":"มหาวิทยาลัย","slug":"university","__typename":"EntryCategory"},"Entry_campus_1428831.categories.2":{"id":"6349","name":"เลือกเพื่อแสดงโปรไฟล์คนเขียน","slug":"author-profile-display","__typename":"EntryCategory"},"Entry_campus_1428831.categories.3":{"id":"5522","name":"เรียนต่อในประเทศ","slug":"thailand","__typename":"EntryCategory"},"Entry_campus_1428831.categories.4":{"id":"5693","name":"highlight campus education","slug":"highlight-campus-education","__typename":"EntryCategory"},"Entry_campus_1428831.categories.5":{"id":"5521","name":"Education","slug":"education","__typename":"EntryCategory"},"Entry_campus_1428831.categories.6":{"id":"5753","name":"S! Campus","slug":"s-campus","__typename":"EntryCategory"},"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}}).edges.4":{"node":{"type":"id","generated":false,"id":"Entry_campus_1428831","typename":"Entry"},"__typename":"EntryEdge"},"Entry_campus_1428855":{"id":"1428855","title":"เปิด 10 อันดับ มหาวิทยาลัยเอกชน ที่มีนักศึกษามากที่สุดในไทย ที่ไหนจะขึ้นที่ 1","thumbnail":"//s.isanook.com/ca/0/ud/285/1428855/new-thumbnail1200x720.jpg","channel":{"type":"id","generated":true,"id":"$Entry_campus_1428855.channel","typename":"EntryChannelInfo"},"channelOriginal":{"type":"id","generated":true,"id":"$Entry_campus_1428855.channelOriginal","typename":"EntryChannelInfo"},"primaryCategory":{"type":"id","generated":true,"id":"$Entry_campus_1428855.primaryCategory","typename":"EntryCategory"},"categories":[{"type":"id","generated":true,"id":"Entry_campus_1428855.categories.0","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428855.categories.1","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428855.categories.2","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428855.categories.3","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428855.categories.4","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428855.categories.5","typename":"EntryCategory"},{"type":"id","generated":true,"id":"Entry_campus_1428855.categories.6","typename":"EntryCategory"}],"redirectInternal":null,"__typename":"Entry"},"$Entry_campus_1428855.channel":{"slug":"campus","__typename":"EntryChannelInfo"},"$Entry_campus_1428855.channelOriginal":{"slug":"campus","__typename":"EntryChannelInfo"},"$Entry_campus_1428855.primaryCategory":{"slug":"education","__typename":"EntryCategory"},"Entry_campus_1428855.categories.0":{"id":"5684","name":"มหาวิทยาลัย","slug":"university","__typename":"EntryCategory"},"Entry_campus_1428855.categories.1":{"id":"5664","name":"highlight campus home","slug":"highlight-campus-home","__typename":"EntryCategory"},"Entry_campus_1428855.categories.2":{"id":"6349","name":"เลือกเพื่อแสดงโปรไฟล์คนเขียน","slug":"author-profile-display","__typename":"EntryCategory"},"Entry_campus_1428855.categories.3":{"id":"5693","name":"highlight campus education","slug":"highlight-campus-education","__typename":"EntryCategory"},"Entry_campus_1428855.categories.4":{"id":"5522","name":"เรียนต่อในประเทศ","slug":"thailand","__typename":"EntryCategory"},"Entry_campus_1428855.categories.5":{"id":"5521","name":"Education","slug":"education","__typename":"EntryCategory"},"Entry_campus_1428855.categories.6":{"id":"5753","name":"S! Campus","slug":"s-campus","__typename":"EntryCategory"},"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}}).edges.5":{"node":{"type":"id","generated":false,"id":"Entry_campus_1428855","typename":"Entry"},"__typename":"EntryEdge"},"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}})":{"edges":[{"type":"id","generated":true,"id":"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}}).edges.0","typename":"EntryEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}}).edges.1","typename":"EntryEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}}).edges.2","typename":"EntryEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}}).edges.3","typename":"EntryEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}}).edges.4","typename":"EntryEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}}).edges.5","typename":"EntryEdge"}],"__typename":"EntryConnection"},"ROOT_QUERY":{"entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}})":{"type":"id","generated":true,"id":"$ROOT_QUERY.entries({\"categorySlugs\":{\"channel\":\"campus\",\"slugs\":\"education\"},\"channels\":\"campus\",\"first\":6,\"orderBy\":{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"}})","typename":"EntryConnection"}}}}}},"page":"/channels/dictionary","query":{},"buildId":"yIZINmETDcAB9PPnuYxcP","assetPrefix":"//s.isanook.com/sr/0","isFallback":false,"customServer":true,"appGip":true,"scriptLoader":[]}</script><script async="" type="text/javascript" src="https://p3.isanook.com/sh/0/js/oppa.js"></script><span><!-- THIS_PAGE_IS_COMPLETELY_LOADED --></span></body></html>