{"id":550,"date":"2026-01-30T19:40:04","date_gmt":"2026-01-30T19:40:04","guid":{"rendered":"https:\/\/clouddemo.nc.co.th\/luciuscl\/?page_id=550"},"modified":"2026-04-21T19:33:30","modified_gmt":"2026-04-21T19:33:30","slug":"co2-laser","status":"publish","type":"page","link":"https:\/\/clouddemo.nc.co.th\/luciuscl\/co2-laser\/","title":{"rendered":"\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21 CO\u2082 Laser"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"550\" class=\"elementor elementor-550\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dcad51f e-flex e-con-boxed e-con e-parent\" data-id=\"dcad51f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-af07e7e e-con-full e-flex e-con e-parent\" data-id=\"af07e7e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-adf9871 elementor-widget elementor-widget-html\" data-id=\"adf9871\" 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>CO2 Laser - Professional Treatment | Lucius Clinic<\/title>\n\n  <style>\n    \/* --- CSS Variables & Reset --- *\/\n    :root {\n      --primary-gold: #C19C56;\n      --primary-gold-dark: #A07E3E;\n      --dark-brown: #3E3225;\n      --light-cream: #F9F7F2;\n      --white: #FFFFFF;\n      --text-gray: #555555;\n      --shadow: 0 10px 30px rgba(62, 50, 37, 0.08);\n      --border-radius: 12px;\n    }\n\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: 'Prompt', sans-serif;\n      color: var(--text-gray);\n      background-color: var(--white);\n      line-height: 1.6;\n      overflow-x: hidden;\n      font-size: 16px;\n      margin-top: 20px;\n    }\n\n    h1,\n    h2,\n    h3,\n    h4 {\n      color: var(--dark-brown);\n      font-weight: 600;\n      line-height: 1.3;\n      margin-bottom: 1rem;\n    }\n\n    img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--border-radius);\n    }\n\n    a {\n      text-decoration: none;\n    }\n\n    \/* --- Utilities --- *\/\n    .container {\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    .section-padding {\n      padding: 60px 0;\n    }\n\n    .text-center {\n      text-align: center;\n    }\n\n    .text-gold {\n      color: var(--primary-gold);\n    }\n\n    .bg-cream {\n      background-color: var(--light-cream);\n    }\n\n    .btn-gold {\n      display: inline-block;\n      background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-gold-dark) 100%);\n      color: white;\n      padding: 12px 30px;\n      border-radius: 50px;\n      font-size: 1.1rem;\n      font-weight: 500;\n      box-shadow: 0 4px 15px rgba(193, 156, 86, 0.4);\n      transition: all 0.3s ease;\n      border: none;\n      cursor: pointer;\n    }\n\n    .btn-gold:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 6px 20px rgba(193, 156, 86, 0.6);\n    }\n\n    \/* --- Highlight Content Style --- *\/\n    .intro-text {\n      padding: 50px;\n      background: linear-gradient(135deg, #fff 0%, #fff9eb 100%);\n      border: 3px solid #eaddc5;\n      border-radius: 20px;\n      box-shadow: 0 15px 40px rgba(193, 156, 86, 0.15);\n      margin: 0 auto 50px auto;\n      position: relative;\n      max-width: 1000px;\n    }\n\n    .intro-text h2 {\n      font-size: 2.5rem;\n      color: var(--primary-gold);\n      margin-bottom: 25px;\n      line-height: 1.2;\n    }\n\n    strong {\n      color: var(--primary-gold);\n    }\n\n    @media (max-width: 768px) {\n      .intro-text {\n        padding: 30px 20px;\n      }\n\n      .intro-text h2 {\n        font-size: 2rem;\n      }\n\n      .section-padding {\n        padding: 40px 0;\n      }\n    }\n\n    \/* --- Components --- *\/\n    .check-list li {\n      position: relative;\n      padding-left: 35px;\n      margin-bottom: 15px;\n      font-size: 1.05rem;\n      list-style: none;\n    }\n\n    .check-list li::before {\n      content: '\\f00c';\n      font-family: \"Font Awesome 6 Free\";\n      font-weight: 900;\n      position: absolute;\n      left: 0;\n      top: 3px;\n      color: var(--primary-gold);\n      background: rgba(193, 156, 86, 0.15);\n      width: 30px;\n      height: 30px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 0.9rem;\n    }\n\n    .feature-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-top: 50px;\n    }\n\n    @media (max-width: 768px) {\n      .feature-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .feature-grid .image-col {\n        order: -1;\n      }\n    }\n\n    \/* --- Footer --- *\/\n    .footer-cta-box {\n      background-color: var(--dark-brown);\n      color: white;\n      padding: 60px 20px;\n      text-align: center;\n    }\n\n    \/* Fade In Animation *\/\n    .fade-in {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.6s ease-out, transform 0.6s ease-out;\n    }\n\n    .fade-in.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* --- Language Visibility --- *\/\n    .lang-en { display: none !important; }\n    .lang-th { display: contents; }\n    html[lang=\"en\"] .lang-en { display: contents !important; }\n    html[lang=\"en\"] .lang-th { display: none !important; }\n    html[lang=\"en\"] div.lang-en, html[lang=\"en\"] p.lang-en, html[lang=\"en\"] section.lang-en, html[lang=\"en\"] li.lang-en, html[lang=\"en\"] h2.lang-en, html[lang=\"en\"] h3.lang-en { display: block !important; }\n  <\/style>\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.0.0\/css\/all.min.css\">\n<\/head>\n\n<body>\n\n  <section class=\"section-padding fade-in\" style=\"padding-top: 40px;\">\n    <div class=\"container\">\n\n      <div class=\"intro-text text-center\">\n        <h2>\n          <span class=\"lang-th\">\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21 CO\u2082 Laser<\/span>\n          <span class=\"lang-en\">CO\u2082 Laser Program<\/span>\n        <\/h2>\n        <p style=\"font-size: 1.1rem; color: var(--dark-brown); font-weight: 500;\">\n          <span class=\"lang-th\">\u0e01\u0e33\u0e08\u0e31\u0e14\u0e15\u0e34\u0e48\u0e07\u0e40\u0e19\u0e37\u0e49\u0e2d \u0e44\u0e1d \u0e41\u0e25\u0e30\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e1c\u0e34\u0e27\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e08\u0e38\u0e14\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33<\/span>\n          <span class=\"lang-en\">Precisely remove skin tags, moles, and specific skin problems.<\/span>\n        <\/p>\n      <\/div>\n\n      <div class=\"feature-grid\">\n        <div class=\"image-col\">\n          <img decoding=\"async\"\n            src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_18.jpg\"\n            alt=\"CO2 Laser Treatment\">\n        <\/div>\n        <div>\n          <h3>\n            <span class=\"lang-th\">CO\u2082 Laser \u0e04\u0e37\u0e2d<\/span>\n            <span class=\"lang-en\">What is CO\u2082 Laser?<\/span>\n          <\/h3>\n          <p class=\"lang-th\">\u0e04\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e25\u0e33\u0e41\u0e2a\u0e07\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e08\u0e32\u0e01\u0e01\u0e4a\u0e32\u0e0b\u0e04\u0e32\u0e23\u0e4c\u0e1a\u0e2d\u0e19\u0e44\u0e14\u0e2d\u0e2d\u0e01\u0e44\u0e0b\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e33\u0e08\u0e31\u0e14\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e31\u0e07\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23<\/p>\n          <p class=\"lang-en\">CO\u2082 laser is a technology that uses a highly precise laser beam from carbon dioxide gas to remove unwanted skin problems.<\/p>\n\n          <h4 style=\"margin-top: 30px; color: var(--primary-gold);\">\n            <span class=\"lang-th\">\u0e2b\u0e25\u0e31\u0e01\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19<\/span>\n            <span class=\"lang-en\">Working principle<\/span>\n          <\/h4>\n          <ul class=\"check-list\">\n            <li>\n              <span class=\"lang-th\">\u0e43\u0e0a\u0e49<strong>\u0e01\u0e4a\u0e32\u0e0b\u0e04\u0e32\u0e23\u0e4c\u0e1a\u0e2d\u0e19\u0e44\u0e14\u0e2d\u0e2d\u0e01\u0e44\u0e0b\u0e14\u0e4c<\/strong>\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e31\u0e27\u0e01\u0e25\u0e32\u0e07\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e41\u0e2a\u0e07\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e04\u0e27\u0e32\u0e21\u0e22\u0e32\u0e27\u0e04\u0e25\u0e37\u0e48\u0e19 10,600 nm.<\/span>\n              <span class=\"lang-en\">Carbon dioxide gas is used as a medium to generate a laser beam with a wavelength of 10,600 nm.<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\">\u0e25\u0e33\u0e41\u0e2a\u0e07\u0e08\u0e30\u0e16\u0e39\u0e01\u0e14\u0e39\u0e14\u0e0b\u0e31\u0e1a\u0e42\u0e14\u0e22\u0e42\u0e21\u0e40\u0e25\u0e01\u0e38\u0e25\u0e19\u0e49\u0e33\u0e43\u0e19\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e31\u0e07 \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e23\u0e49\u0e2d\u0e19\u0e2a\u0e39\u0e07\u0e41\u0e25\u0e30\u0e17\u0e33\u0e25\u0e32\u0e22\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e40\u0e22\u0e37\u0e48\u0e2d\u0e2a\u0e48\u0e27\u0e19\u0e40\u0e01\u0e34\u0e19\u0e2d\u0e2d\u0e01\u0e44\u0e1b<\/span>\n              <span class=\"lang-en\">The beam is absorbed by water molecules in the skin, generating high heat and destroying excess tissue<\/span>\n            <\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <section class=\"section-padding bg-cream fade-in\">\n    <div class=\"container\">\n\n      <div class=\"feature-grid\">\n        <div style=\"order: 2;\">\n          <h2>\n            <span class=\"lang-th\">\u0e0a\u0e48\u0e27\u0e22\u0e23\u0e31\u0e01\u0e29\u0e32\u0e2d\u0e30\u0e44\u0e23\u0e44\u0e14\u0e49\u0e1a\u0e49\u0e32\u0e07 ?<\/span>\n            <span class=\"lang-en\">What conditions can CO\u2082 laser treatment help with?<\/span>\n          <\/h2>\n          <ul class=\"check-list\" style=\"margin-bottom: 30px;\">\n            <li><span class=\"lang-th\">\u0e44\u0e1d<\/span><span class=\"lang-en\">Moles<\/span><\/li>\n            <li><span class=\"lang-th\">\u0e02\u0e35\u0e49\u0e41\u0e21\u0e25\u0e07\u0e27\u0e31\u0e19<\/span><span class=\"lang-en\">Freckles<\/span><\/li>\n            <li><span class=\"lang-th\">\u0e15\u0e34\u0e48\u0e07\u0e40\u0e19\u0e37\u0e49\u0e2d<\/span><span class=\"lang-en\">Skin tags<\/span><\/li>\n            <li><span class=\"lang-th\">\u0e01\u0e23\u0e30\u0e40\u0e19\u0e37\u0e49\u0e2d<\/span><span class=\"lang-en\">Skin growths<\/span><\/li>\n            <li><span class=\"lang-th\">\u0e2a\u0e34\u0e27\u0e2b\u0e34\u0e19<\/span><span class=\"lang-en\">Milia<\/span><\/li>\n            <li><span class=\"lang-th\">\u0e15\u0e48\u0e2d\u0e21\u0e44\u0e02\u0e21\u0e31\u0e19\u0e19\u0e39\u0e19<\/span><span class=\"lang-en\">Sebaceous glands<\/span><\/li>\n          <\/ul>\n\n          <h3 style=\"margin-top: 40px; color: var(--primary-gold);\">\n            <span class=\"lang-th\">\u0e08\u0e38\u0e14\u0e40\u0e14\u0e48\u0e19\u0e02\u0e2d\u0e07\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21 CO\u2082 Laser<\/span>\n            <span class=\"lang-en\">Key features of the CO\u2082 Laser program.<\/span>\n          <\/h3>\n          <ul class=\"check-list\">\n            <li>\n              <span class=\"lang-th\"><strong>\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07<\/strong> \u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e17\u0e33\u0e25\u0e32\u0e22\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e40\u0e22\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e1c\u0e34\u0e14\u0e1b\u0e01\u0e15\u0e34<\/span>\n              <span class=\"lang-en\"><strong>High precision:<\/strong> The laser destroys only abnormal tissue.<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\"><strong>\u0e40\u0e25\u0e37\u0e2d\u0e14\u0e2d\u0e2d\u0e01\u0e19\u0e49\u0e2d\u0e22<\/strong> \u0e2b\u0e23\u0e37\u0e2d\u0e41\u0e17\u0e1a\u0e44\u0e21\u0e48\u0e21\u0e35\u0e40\u0e25\u0e37\u0e2d\u0e14\u0e2d\u0e2d\u0e01<\/span>\n              <span class=\"lang-en\">Minimal or no bleeding.<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\">\u0e25\u0e14\u0e01\u0e32\u0e23\u0e01\u0e23\u0e30\u0e17\u0e1a\u0e15\u0e48\u0e2d\u0e1c\u0e34\u0e27\u0e1a\u0e23\u0e34\u0e40\u0e27\u0e13\u0e23\u0e2d\u0e1a\u0e02\u0e49\u0e32\u0e07<\/span>\n              <span class=\"lang-en\">Less impact on surrounding skin.<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\">\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e17\u0e33\u0e2b\u0e31\u0e15\u0e16\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e49\u0e19<\/span>\n              <span class=\"lang-en\">Short procedure time.<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\">\u0e41\u0e1c\u0e25\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e40\u0e25\u0e47\u0e01 \u0e41\u0e25\u0e30\u0e14\u0e39\u0e41\u0e25\u0e2b\u0e25\u0e31\u0e07\u0e17\u0e33\u0e44\u0e14\u0e49\u0e07\u0e48\u0e32\u0e22<\/span>\n              <span class=\"lang-en\">Small incision and easy post-procedure care.<\/span>\n            <\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"image-col\" style=\"order: 1;\">\n          <img decoding=\"async\"\n            src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_3.jpg\"\n            alt=\"CO2 Laser Benefits\">\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <footer class=\"footer-cta-box\">\n    <div class=\"container\">\n      <h3 style=\"color: var(--primary-gold);\">CO2 LASER PROGRAM<\/h3>\n      <p style=\"margin-bottom: 25px;\">\n        <span class=\"lang-th\">\u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u0e2b\u0e23\u0e37\u0e2d\u0e1b\u0e23\u0e36\u0e01\u0e29\u0e32\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48<\/span>\n        <span class=\"lang-en\">For more information or consultation<\/span>\n      <\/p>\n      <a href=\"https:\/\/line.me\/ti\/p\/~YOUR_LINE_ID\" class=\"btn-gold\" style=\"min-width: 250px;\">\n        <i class=\"fab fa-line\"><\/i> \n        <span class=\"lang-th\">\u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25 \/ \u0e1b\u0e23\u0e36\u0e01\u0e29\u0e32\u0e40\u0e40\u0e1e\u0e17\u0e22\u0e4c<\/span>\n        <span class=\"lang-en\">Free Consultation<\/span>\n      <\/a>\n    <\/div>\n  <\/footer>\n\n  <script>\n    \/\/ Initialize Language\n    const savedLang = localStorage.getItem('lucius_pref_lang') || 'th';\n    document.documentElement.setAttribute('lang', savedLang);\n\n    \/\/ Fade In on Scroll\n    const observerOptions = {\n      threshold: 0.1\n    };\n\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('visible');\n        }\n      });\n    }, observerOptions);\n\n    document.querySelectorAll('.fade-in').forEach(section => {\n      observer.observe(section);\n    });\n  <\/script>\n<\/body>\n\n<\/html>\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>CO2 Laser &#8211; Professional Treatment | Lucius Clinic \u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21 CO\u2082 Laser CO\u2082 Laser Program \u0e01\u0e33\u0e08\u0e31\u0e14\u0e15\u0e34\u0e48\u0e07\u0e40\u0e19\u0e37\u0e49\u0e2d \u0e44\u0e1d \u0e41\u0e25\u0e30\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e1c\u0e34\u0e27\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e08\u0e38\u0e14\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33 Precisely remove skin tags, moles, and specific skin problems. CO\u2082 Laser \u0e04\u0e37\u0e2d What is CO\u2082 Laser? \u0e04\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e25\u0e33\u0e41\u0e2a\u0e07\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e08\u0e32\u0e01\u0e01\u0e4a\u0e32\u0e0b\u0e04\u0e32\u0e23\u0e4c\u0e1a\u0e2d\u0e19\u0e44\u0e14\u0e2d\u0e2d\u0e01\u0e44\u0e0b\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e33\u0e08\u0e31\u0e14\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e31\u0e07\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23 CO\u2082 laser is a technology that uses a highly precise laser beam from carbon dioxide gas to remove unwanted skin [&hellip;]<\/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-550","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/550","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=550"}],"version-history":[{"count":13,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/550\/revisions"}],"predecessor-version":[{"id":856,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/550\/revisions\/856"}],"wp:attachment":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/media?parent=550"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}