{"id":622,"date":"2026-01-30T21:12:20","date_gmt":"2026-01-30T21:12:20","guid":{"rendered":"https:\/\/clouddemo.nc.co.th\/luciuscl\/?page_id=622"},"modified":"2026-02-04T06:16:10","modified_gmt":"2026-02-04T06:16:10","slug":"contact","status":"publish","type":"page","link":"https:\/\/clouddemo.nc.co.th\/luciuscl\/contact\/","title":{"rendered":"contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"622\" class=\"elementor elementor-622\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-03b00ed e-con-full e-flex e-con e-parent\" data-id=\"03b00ed\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-638181e elementor-widget elementor-widget-html\" data-id=\"638181e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"th\">\n\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e40\u0e23\u0e32 | Lucius Clinic - Premium Aesthetic Services<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Prompt:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n  <style>\n    \/* --- Shared CSS Variables --- *\/\n    :root {\n      --font-main: 'Prompt', sans-serif;\n      --primary-gold: #c5a059;\n      --primary-gold-dark: #9e7f40;\n      --dark-brown: #3e3225;\n      --text-gray: #666666;\n      --light-cream: #fbfbf9;\n      --white: #ffffff;\n      --border-radius: 16px;\n      --shadow-soft: 0 15px 40px rgba(62, 50, 37, 0.08);\n      --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n    }\n\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: var(--font-main);\n      background-color: var(--white);\n      color: var(--text-gray);\n      line-height: 1.7;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .container {\n      max-width: 1140px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    .section-padding {\n      padding: 80px 0;\n    }\n\n    \/* --- Gallery --- *\/\n    .gallery-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n      margin-bottom: 60px;\n    }\n\n    .gallery-item {\n      position: relative;\n      height: 550px;\n      border-radius: var(--border-radius);\n      overflow: hidden;\n      box-shadow: var(--shadow-soft);\n    }\n\n    .gallery-item img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      transition: transform 0.6s ease;\n    }\n\n    .gallery-item:hover img {\n      transform: scale(1.05);\n    }\n\n    @media (max-width: 768px) {\n      .gallery-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .gallery-item {\n        height: 250px;\n      }\n    }\n\n    \/* --- Hero Header --- *\/\n    .page-header {\n      text-align: center;\n      margin-bottom: 50px;\n    }\n\n    .page-header h1 {\n      font-size: 2.5rem;\n      color: var(--dark-brown);\n      font-weight: 600;\n      margin-bottom: 16px;\n      position: relative;\n      display: inline-block;\n    }\n\n    .page-header h1::after {\n      content: '';\n      display: block;\n      width: 60px;\n      height: 3px;\n      background: var(--primary-gold);\n      margin: 10px auto 0;\n      border-radius: 2px;\n    }\n\n    \/* --- Center Layout Wrapper --- *\/\n    .contact-wrapper {\n      display: flex;\n      justify-content: center;\n      margin-bottom: 60px;\n    }\n\n    \/* --- Info Card Redesign --- *\/\n    .info-card {\n      background: var(--light-cream);\n      padding: 50px;\n      border-radius: var(--border-radius);\n      border: 1px solid rgba(197, 160, 89, 0.2);\n      box-shadow: var(--shadow-soft);\n      width: 100%;\n      max-width: 900px;\n      \/* Limit width for elegance *\/\n    }\n\n    .info-card h3 {\n      font-size: 1.6rem;\n      color: var(--dark-brown);\n      margin-bottom: 40px;\n      font-weight: 600;\n      text-align: center;\n    }\n\n    \/* Grid inside the card for better layout without form *\/\n    .info-grid-internal {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 50px;\n    }\n\n    @media (max-width: 768px) {\n      .info-grid-internal {\n        grid-template-columns: 1fr;\n        gap: 30px;\n      }\n\n      .info-card {\n        padding: 30px;\n      }\n    }\n\n    .contact-list {\n      list-style: none;\n    }\n\n    .contact-item {\n      display: flex;\n      align-items: flex-start;\n      margin-bottom: 30px;\n    }\n\n    .icon-box {\n      min-width: 50px;\n      height: 50px;\n      background: var(--white);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--primary-gold);\n      font-size: 1.2rem;\n      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n      margin-right: 20px;\n    }\n\n    .contact-text h4 {\n      font-size: 1.1rem;\n      color: var(--dark-brown);\n      margin-bottom: 5px;\n      font-weight: 600;\n    }\n\n    .contact-text p,\n    .contact-text a {\n      font-size: 1rem;\n      color: var(--text-gray);\n      text-decoration: none;\n      transition: var(--transition);\n    }\n\n    .contact-text a:hover {\n      color: var(--primary-gold);\n    }\n\n    \/* Divider Line *\/\n    .info-divider {\n      display: none;\n      \/* Hidden on desktop grid *\/\n    }\n\n    @media (max-width: 768px) {\n      .info-divider {\n        display: block;\n        height: 1px;\n        background: rgba(0, 0, 0, 0.05);\n        margin: 10px 0 30px;\n      }\n    }\n\n    \/* Social Section *\/\n    .social-section {\n      margin-top: 10px;\n    }\n\n    .social-icons {\n      display: flex;\n      gap: 15px;\n      margin-top: 15px;\n    }\n\n    .social-btn {\n      width: 45px;\n      height: 45px;\n      border-radius: 50%;\n      background: var(--white);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--dark-brown);\n      text-decoration: none;\n      font-size: 1.2rem;\n      transition: var(--transition);\n      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    .social-btn:hover {\n      background: var(--primary-gold);\n      color: var(--white);\n      transform: translateY(-3px);\n    }\n\n    \/* --- Map --- *\/\n    .map-container {\n      height: 450px;\n      border-radius: var(--border-radius);\n      overflow: hidden;\n      box-shadow: var(--shadow-soft);\n      border: 1px solid #eee;\n    }\n\n    .map-container iframe {\n      width: 100%;\n      height: 100%;\n      border: 0;\n      filter: grayscale(20%) contrast(1.1);\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <section class=\"section-padding\">\n    <div class=\"container\">\n\n      <div class=\"gallery-grid\">\n        <div class=\"gallery-item\">\n          <img decoding=\"async\" src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/03-02-69-13-2-copy.png\"\n            onerror=\"this.src='https:\/\/images.unsplash.com\/photo-1629909613654-28e377c37b09?q=80&w=2068&auto=format&fit=crop'\"\n            alt=\"Lucius Clinic Atmosphere\">\n        <\/div>\n        <div class=\"gallery-item\">\n          <img decoding=\"async\" src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/03-02-69-12-2-copy.png\"\n            onerror=\"this.src='https:\/\/images.unsplash.com\/photo-1519494026892-80bbd2d6fd0d?q=80&w=2053&auto=format&fit=crop'\"\n            alt=\"Lucius Clinic Treatment Room\">\n        <\/div>\n      <\/div>\n\n      <div class=\"page-header\">\n        <h1>Contact Us<\/h1>\n        <p>\u0e2a\u0e31\u0e21\u0e1c\u0e31\u0e2a\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e04\u0e27\u0e32\u0e21\u0e07\u0e32\u0e21\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e22\u0e21\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48 Lucius Clinic<\/p>\n      <\/div>\n\n      <div class=\"contact-wrapper\">\n        <div class=\"info-card\">\n          <h3>\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d<\/h3>\n\n          <div class=\"info-grid-internal\">\n\n            <div class=\"info-col\">\n              <div class=\"contact-item\">\n                <div class=\"icon-box\"><i class=\"fa-solid fa-location-dot\"><\/i><\/div>\n                <div class=\"contact-text\">\n                  <h4>Lucius Clinic (Silom Complex)<\/h4>\n                  <p>\u0e0a\u0e31\u0e49\u0e19 3 \u0e40\u0e25\u0e02\u0e17\u0e35\u0e48 191 \u0e16\u0e19\u0e19\u0e2a\u0e35\u0e25\u0e21 \u0e41\u0e02\u0e27\u0e07\u0e2a\u0e35\u0e25\u0e21<br>\u0e40\u0e02\u0e15\u0e1a\u0e32\u0e07\u0e23\u0e31\u0e01 \u0e01\u0e23\u0e38\u0e07\u0e40\u0e17\u0e1e\u0e2f 10500<\/p>\n                  <small style=\"color: var(--primary-gold-dark); font-weight: 500; display:block; margin-top:8px;\">\n                    <i class=\"fa-solid fa-train\"><\/i> BTS \u0e28\u0e32\u0e25\u0e32\u0e41\u0e14\u0e07 \/ MRT \u0e2a\u0e35\u0e25\u0e21\n                  <\/small>\n                <\/div>\n              <\/div>\n\n              <div class=\"contact-item\">\n                <div class=\"icon-box\"><i class=\"fa-solid fa-clock\"><\/i><\/div>\n                <div class=\"contact-text\">\n                  <h4>\u0e40\u0e27\u0e25\u0e32\u0e17\u0e33\u0e01\u0e32\u0e23<\/h4>\n                  <p>\u0e40\u0e1b\u0e34\u0e14\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e17\u0e38\u0e01\u0e27\u0e31\u0e19<\/p>\n                  <p style=\"color: var(--primary-gold-dark);\">11.00 - 20.00 \u0e19.<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n\n            <div class=\"info-divider\"><\/div>\n\n            <div class=\"info-col\">\n              <div class=\"contact-item\">\n                <div class=\"icon-box\"><i class=\"fa-solid fa-phone\"><\/i><\/div>\n                <div class=\"contact-text\">\n                  <h4>\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c<\/h4>\n                  <a href=\"tel:0826639945\" style=\"font-size: 1.1rem; font-weight: 500;\">082-663-9945<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"contact-item\">\n                <div class=\"icon-box\"><i class=\"fa-brands fa-line\"><\/i><\/div>\n                <div class=\"contact-text\">\n                  <h4>Line Official<\/h4>\n                  <a href=\"https:\/\/line.me\/ti\/p\/@luciusclinic\" target=\"_blank\"\n                    style=\"font-size: 1.1rem; font-weight: 500;\">@luciusclinic<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"social-section\" style=\"padding-left: 10px;\">\n                <h4 style=\"color: var(--dark-brown); font-weight: 500; font-size: 0.95rem; margin-bottom: 10px;\">\n                  \u0e15\u0e34\u0e14\u0e15\u0e32\u0e21\u0e02\u0e48\u0e32\u0e27\u0e2a\u0e32\u0e23\u0e41\u0e25\u0e30\u0e23\u0e35\u0e27\u0e34\u0e27<\/h4>\n                <div class=\"social-icons\">\n                  <a href=\"#\" class=\"social-btn\"><i class=\"fa-brands fa-facebook-f\"><\/i><\/a>\n                  <a href=\"#\" class=\"social-btn\"><i class=\"fa-brands fa-instagram\"><\/i><\/a>\n                  <a href=\"#\" class=\"social-btn\"><i class=\"fa-brands fa-tiktok\"><\/i><\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"map-container\">\n        <iframe\n          src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3876.195246736486!2d100.53327667595604!3d13.723933098363765!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30e29f2571253011%3A0xf657e3f81e646274!2sSilom%20Complex!5e0!3m2!1sen!2sth!4v1706690000000!5m2!1sen!2sth\"\n          allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-429ff5b e-flex e-con-boxed e-con e-parent\" data-id=\"429ff5b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70ea76b elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"70ea76b\" data-element_type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\" aria-label=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"622\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"70ea76b\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"contact\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"622\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\t\u0e0a\u0e37\u0e48\u0e2d - \u0e2a\u0e01\u0e38\u0e25*\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"\u0e0a\u0e37\u0e48\u0e2d - \u0e2a\u0e01\u0e38\u0e25\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\t\u0e2d\u0e35\u0e40\u0e21\u0e25*\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"\u0e2d\u0e35\u0e40\u0e21\u0e25\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-number elementor-field-group elementor-column elementor-field-group-field_f50ded6 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_f50ded6\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\t\u0e40\u0e1a\u0e2d\u0e23\u0e4c\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c*\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<input type=\"number\" name=\"form_fields[field_f50ded6]\" id=\"form-field-field_f50ded6\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"\u0e40\u0e1a\u0e2d\u0e23\u0e4c\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c\" required=\"required\" min=\"\" max=\"\" >\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\t\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e40\u0e23\u0e32 | Lucius Clinic &#8211; Premium Aesthetic Services Contact Us \u0e2a\u0e31\u0e21\u0e1c\u0e31\u0e2a\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e04\u0e27\u0e32\u0e21\u0e07\u0e32\u0e21\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e22\u0e21\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48 Lucius Clinic \u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d Lucius Clinic (Silom Complex) \u0e0a\u0e31\u0e49\u0e19 3 \u0e40\u0e25\u0e02\u0e17\u0e35\u0e48 191 \u0e16\u0e19\u0e19\u0e2a\u0e35\u0e25\u0e21 \u0e41\u0e02\u0e27\u0e07\u0e2a\u0e35\u0e25\u0e21\u0e40\u0e02\u0e15\u0e1a\u0e32\u0e07\u0e23\u0e31\u0e01 \u0e01\u0e23\u0e38\u0e07\u0e40\u0e17\u0e1e\u0e2f 10500 BTS \u0e28\u0e32\u0e25\u0e32\u0e41\u0e14\u0e07 \/ MRT \u0e2a\u0e35\u0e25\u0e21 \u0e40\u0e27\u0e25\u0e32\u0e17\u0e33\u0e01\u0e32\u0e23 \u0e40\u0e1b\u0e34\u0e14\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e17\u0e38\u0e01\u0e27\u0e31\u0e19 11.00 &#8211; 20.00 \u0e19. \u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c 082-663-9945 Line Official @luciusclinic \u0e15\u0e34\u0e14\u0e15\u0e32\u0e21\u0e02\u0e48\u0e32\u0e27\u0e2a\u0e32\u0e23\u0e41\u0e25\u0e30\u0e23\u0e35\u0e27\u0e34\u0e27<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-622","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/622","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/comments?post=622"}],"version-history":[{"count":43,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/622\/revisions"}],"predecessor-version":[{"id":777,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/622\/revisions\/777"}],"wp:attachment":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/media?parent=622"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}