{"id":1986,"date":"2024-09-12T00:55:33","date_gmt":"2024-09-12T00:55:33","guid":{"rendered":"http:\/\/chamos.superbee.kr\/home\/"},"modified":"2025-07-25T02:08:23","modified_gmt":"2025-07-25T02:08:23","slug":"home","status":"publish","type":"page","link":"http:\/\/chamos.superbee.kr\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1986\" class=\"elementor elementor-1986 elementor-2\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-33e5bf0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"33e5bf0\" data-element_type=\"section\" id=\"sec01\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-eddee8e\" data-id=\"eddee8e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d48f9a6 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"d48f9a6\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-f3c34ca\" data-id=\"f3c34ca\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-77bbad0 font elementor-widget elementor-widget-html\" data-id=\"77bbad0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@9\/swiper-bundle.min.css\" \/>\r\n<!-- Slider main container -->\r\n<div class=\"swiper-container swiper mySwiper\">\r\n  <!-- Additional required wrapper -->\r\n  <div class=\"swiper-wrapper\">\r\n    <!-- Slides -->\r\n    <div class=\"swiper-slide\">\r\n            <div class=\"txt_wrap\">\r\n                <div class=\"title\">nu:Cellcure<\/div>\r\n                <div class=\"description\">The New Cellcure line is a premium line that focuses on wrinkles and  <br class=\"br01\">elasticity of the skin to provide smooth and firm skin care.<\/div>\r\n            <\/div>\r\n            <div class=\"img_wrap\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/09\/visual01.jpg\"><\/div>\r\n        <\/div>\r\n    <div class=\"swiper-slide\">\r\n            <div class=\"txt_wrap\">\r\n                <div class=\"title\">Snail repair <br class=\"br01\">Anti-wrinkle cream 50g<\/div>\r\n                <div class=\"description\">Wrinkle improvement functional cream that helps with fine wrinkle care and skin health<\/div>\r\n            <\/div>\r\n            <div class=\"img_wrap\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/09\/visual02.jpg\"><\/div>\r\n        <\/div>\r\n    <div class=\"swiper-slide slide03\">\r\n            <div class=\"txt_wrap\">\r\n                <div class=\"title\">Glutathione + Vitamin C Derivative <br class=\"br01\">+ Panthenol + 9 kinds of peptides<\/div>\r\n                <div class=\"description\">A brightening ampoule packed with skin-boosting ingredients to make your skin look brighter and more radiant.<\/div>\r\n            <\/div>\r\n            <div class=\"img_wrap\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/09\/visual03.jpg\"><\/div>\r\n        <\/div>\r\n  <\/div>\r\n  <div class=\"arrow_wrap\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/09\/main_arrow.svg\"><\/div>\r\n  <!-- Progressbar -->\r\n  <div class=\"progress-bar-wrap\">\r\n        <div class=\"swiper-progress-bar\">\r\n        <span class=\"slide_progress-bar\"><\/span>\r\n      <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- Swiper JS -->\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@9\/swiper-bundle.min.js\"><\/script>\r\n\r\n<!-- Initialize Swiper -->\r\n<script>\r\n  document.addEventListener(\"DOMContentLoaded\", function () {\r\n    var swiper = new Swiper(\".swiper-container\", {\r\n      effect: 'fade',\r\n      autoplay: {\r\n        delay: 5000,\r\n        disableOnInteraction: false,\r\n      },\r\n      speed: 500,\r\n      loop: true,\r\n      on: {\r\n        init: function () {\r\n          \/\/ Start the progress bar animation immediately after the Swiper is initialized\r\n          var progressBar = document.querySelector(\".swiper-progress-bar\");\r\n          progressBar.classList.add(\"active\");\r\n\r\n          \/\/ After initialization, delay and start animation\r\n          setTimeout(function() {\r\n            progressBar.classList.add(\"animate\");\r\n          }, 100); \/\/ Solve the first animation problem by adding a little delay\r\n\r\n          \/\/ Call autoplay to run on first load\r\n          swiper.autoplay.start();\r\n        },\r\n        slideChangeTransitionStart: function () {\r\n          \/\/ Stop the animation before the slide transitions\r\n          var progressBar = document.querySelector(\".swiper-progress-bar\");\r\n          progressBar.classList.remove(\"animate\");\r\n          progressBar.classList.remove(\"active\");\r\n        },\r\n        slideChangeTransitionEnd: function () {\r\n          \/\/ Restart the progress bar animation when the slide transition is complete\r\n          var progressBar = document.querySelector(\".swiper-progress-bar\");\r\n          setTimeout(function () {\r\n            progressBar.classList.add(\"animate\");\r\n            progressBar.classList.add(\"active\");\r\n          }, 10); \/\/ Add a little delay when adding animation again\r\n        },\r\n      },\r\n    });\r\n  });\r\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0bfb95b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"0bfb95b\" data-element_type=\"section\" id=\"sec02\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5fdc17a\" data-id=\"5fdc17a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e1efcb4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e1efcb4\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-769d0d8\" data-id=\"769d0d8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42f28c0 font elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"42f28c0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">About us<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-045465a font elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"045465a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tWithout having to force <br class=\"br02\" \/>yourself to decorate, <br class=\"br02\" \/>we find your natural beauty <br class=\"br02\" \/>and give you a more beautiful <br class=\"br02\" \/>today than yesterday.\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d51bfaf font02 more_btn_O elementor-invisible elementor-widget elementor-widget-raven-button\" data-id=\"d51bfaf\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;turn_to_popup_action_button&quot;:&quot;no&quot;}\" data-widget_type=\"raven-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"raven-widget-wrapper\">\n\t\t\t<a class=\"raven-button raven-button-widget-normal-effect-none elementor-button raven-button-text-align-center raven-button-link elementor-animation-none\" href=\"http:\/\/chamos.superbee.kr\/company\/about\/\">\t\t\t\t<div class=\"raven-button-overlay\" ><\/div>\n\t\t\t\t<span class=\"raven-button-content\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"button-text-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"raven-button-texts-wrapper\">\n\t\t\t\t\t\t\t<div class=\"button-text\">\n\t\t\t\t\t\t\t\t<span class=\"raven-button-text\">\n\t\t\t\t\t\t\t\t\tsee more\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t<\/a>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-86aa901 sec02_img_wrap elementor-invisible\" data-id=\"86aa901\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a60bec6 elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"a60bec6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"292\" height=\"369\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2024\/09\/sec02_img02.jpg\" class=\"attachment-full size-full wp-image-1791\" alt=\"\" srcset=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2024\/09\/sec02_img02.jpg 292w, http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2024\/09\/sec02_img02-237x300.jpg 237w\" sizes=\"(max-width: 292px) 100vw, 292px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ddd547d elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"ddd547d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"444\" height=\"638\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2024\/09\/sec02_img01.jpg\" class=\"attachment-full size-full wp-image-1790\" alt=\"\" srcset=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2024\/09\/sec02_img01.jpg 444w, http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2024\/09\/sec02_img01-209x300.jpg 209w\" sizes=\"(max-width: 444px) 100vw, 444px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-738e3e7 elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"738e3e7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"306\" height=\"401\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2024\/09\/sec02_img03.jpg\" class=\"attachment-full size-full wp-image-1792\" alt=\"\" srcset=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2024\/09\/sec02_img03.jpg 306w, http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2024\/09\/sec02_img03-229x300.jpg 229w\" sizes=\"(max-width: 306px) 100vw, 306px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b3f5b07 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b3f5b07\" data-element_type=\"section\" id=\"sec03\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b2eedd4\" data-id=\"b2eedd4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7158c4d elementor-section-full_width elementor-reverse-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"7158c4d\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0980075\" data-id=\"0980075\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e543b61 elementor-widget elementor-widget-spacer\" data-id=\"e543b61\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-654762f sec03_R\" data-id=\"654762f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-de13330 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"de13330\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6fccaf1\" data-id=\"6fccaf1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fe1ce8c font elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"fe1ce8c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Skin Care<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9671f34 font elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list\" data-id=\"9671f34\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\"><path d=\"M12.5938 14.2031C11.7188 14.2031 11 13.4844 11 12.5938C11 11.7188 11.7188 11 12.5938 11C13.4844 11 14.2031 11.7188 14.2031 12.5938C14.2031 13.4844 13.4844 14.2031 12.5938 14.2031Z\" fill=\"#2E2E2E\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Skin, lotion, cream, ampoule<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\"><path d=\"M12.5938 14.2031C11.7188 14.2031 11 13.4844 11 12.5938C11 11.7188 11.7188 11 12.5938 11C13.4844 11 14.2031 11.7188 14.2031 12.5938C14.2031 13.4844 13.4844 14.2031 12.5938 14.2031Z\" fill=\"#2E2E2E\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Cleansing oil, cleansing foam, and other cleansing products<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\"><path d=\"M12.5938 14.2031C11.7188 14.2031 11 13.4844 11 12.5938C11 11.7188 11.7188 11 12.5938 11C13.4844 11 14.2031 11.7188 14.2031 12.5938C14.2031 13.4844 13.4844 14.2031 12.5938 14.2031Z\" fill=\"#2E2E2E\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Body and hair products<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-953cfff font02 more_btn_O elementor-invisible elementor-widget elementor-widget-raven-button\" data-id=\"953cfff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;turn_to_popup_action_button&quot;:&quot;no&quot;}\" data-widget_type=\"raven-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"raven-widget-wrapper\">\n\t\t\t<a class=\"raven-button raven-button-widget-normal-effect-none elementor-button raven-button-text-align-center raven-button-link elementor-animation-none\" href=\"http:\/\/chamos.superbee.kr\/works\/business\/\">\t\t\t\t<div class=\"raven-button-overlay\" ><\/div>\n\t\t\t\t<span class=\"raven-button-content\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"button-text-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"raven-button-texts-wrapper\">\n\t\t\t\t\t\t\t<div class=\"button-text\">\n\t\t\t\t\t\t\t\t<span class=\"raven-button-text\">\n\t\t\t\t\t\t\t\t\tsee more\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t<\/a>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3f9be0f elementor-section-height-min-height font elementor-section-boxed elementor-section-height-default elementor-invisible\" data-id=\"3f9be0f\" data-element_type=\"section\" id=\"Care_cate\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-949c3be cate_box\" data-id=\"949c3be\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7eb8d2e cate_box_txt elementor-widget elementor-widget-text-editor\" data-id=\"7eb8d2e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tFunctional Cosmetics\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9601371 elementor-section-full_width elementor-section-height-min-height cate_box_img elementor-section-height-default\" data-id=\"9601371\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-aff31ee\" data-id=\"aff31ee\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-be03d78 cate_box\" data-id=\"be03d78\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7e9b7ea cate_box_txt elementor-widget elementor-widget-text-editor\" data-id=\"7e9b7ea\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMake Up\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d7e6a28 elementor-section-full_width elementor-section-height-min-height cate_box_img elementor-section-height-default\" data-id=\"d7e6a28\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7f20f31\" data-id=\"7f20f31\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6c14e47 cate_box\" data-id=\"6c14e47\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ea0e0c6 cate_box_txt elementor-widget elementor-widget-text-editor\" data-id=\"ea0e0c6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tHair Care\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-006614d elementor-section-full_width elementor-section-height-min-height cate_box_img elementor-section-height-default\" data-id=\"006614d\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-777ef2c\" data-id=\"777ef2c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-33852ff elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"33852ff\" data-element_type=\"section\" id=\"sec04\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f6fdca3\" data-id=\"f6fdca3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-31c79ef elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"31c79ef\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-139dbb4\" data-id=\"139dbb4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6f992c6 font elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6f992c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">MD'S PICK<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8704087 font pro elementor-invisible elementor-widget elementor-widget-jet-portfolio\" data-id=\"8704087\" data-element_type=\"widget\" data-settings=\"{&quot;columns&quot;:&quot;4&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;columns_mobile&quot;:&quot;2&quot;}\" data-widget_type=\"jet-portfolio.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-jet-portfolio jet-elements\">\n<div class=\"jet-portfolio layout-type-grid preset-type-2 layout-desktop-column-4  layout-mobile-column-2\" data-settings=\"{&quot;layoutType&quot;:&quot;grid&quot;,&quot;perPage&quot;:6}\"><div class=\"jet-portfolio__list\"><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">Nu:CellCure Dew Drop Cleanser<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-1.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (1)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">Nu:CellCure Soft Peel 50ml<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-2.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (2)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">Nu:CellCure Volume Tension Toner<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-3.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (3)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">Nu:CellCure Volume Tension Ampoule<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-4.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (4)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">Nu:CellCure Volume Tension Cream<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-5.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (5)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">Nu:CellCure Magical Sting Spicule Cream 15g<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-6.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (6)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">CHAMOS ACACI GLUTATHIONE BOOSTING AMPOULE 50ml<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-9.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (9)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">CHAMOS ACACI BLEND ESSENTIAL FACE OIL<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-10.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (10)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">CHAMOS ACACI HYALURONIC ACID MOISTURE AMPOULE<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-11.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (11)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">CHAMOS ACACI CICA CENTELLA CALMING AMPOULE<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-12.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (12)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">CHAMOS ACACI ROSA CENTIFOLIA FLOWER AMPOULE<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-13.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (13)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">THE BRIGHT HINIJINI DRESSING SOFT MILKY CREAM<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-14.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (14)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">CHAMOS ACACI REPAIR CICA CENTELLA CREAM<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-15.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (15)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">CHAMOS ACACI GOAT MILK HORSE OIL REPAIR CREAM<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-16.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (16)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">CHAMOS ACACI CICA CERAMIDE TONER PAD<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-17.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (17)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">CHAMOS ACACI SNAIL REPAIR ANTI-WRINKLE CREAM 12ml<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-18.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (18)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">CHAMOS ACACI SNAIL REPAIR ANTI-WRINKLE TONER<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><article class=\"jet-portfolio__item visible-status\" data-slug=\"{&quot;0&quot;:&quot;all&quot;}\">\n\t<div class=\"jet-portfolio__inner\">\n\t\t<a class=\"jet-portfolio__link \" target=\"\" rel=\"\" href=\"javascript:void(0)\">\n\t\t\t<div class=\"jet-portfolio__image\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"jet-portfolio__image-instance\" src=\"http:\/\/chamos.superbee.kr\/wp-content\/uploads\/2025\/07\/Frame-14700-20.png\" width=\"560\" height=\"680\"  alt=\"Frame 14700 (20)\" loading=\"lazy\">\t\t\t\t<div class=\"jet-portfolio__image-loader\"><span><\/span><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"jet-portfolio__cover\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/a>\n\t\t<div class=\"jet-portfolio__content\">\n\t\t\t<div class=\"jet-portfolio__content-inner\"><h4 class=\"jet-portfolio__title\">CHAMOS ACACI SNAIL REPAIR ANTI-WRINKLE CREAM 50g<\/h4><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article><\/div><\/div>\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0f77cfc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"0f77cfc\" data-element_type=\"section\" id=\"sec05\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a7b33dc\" data-id=\"a7b33dc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-368668f elementor-section-height-min-height elementor-section-boxed elementor-section-height-default\" data-id=\"368668f\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-60c042f\" data-id=\"60c042f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-16aea22 font elementor-widget elementor-widget-heading\" data-id=\"16aea22\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Inquiry<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9437069 font elementor-widget elementor-widget-text-editor\" data-id=\"9437069\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tPlease leave your inquiry and <br class=\"br02\" \/>a representative will contact you shortly.\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f603e6 font02 more_btn_W elementor-align-center elementor-widget elementor-widget-raven-button\" data-id=\"2f603e6\" data-element_type=\"widget\" data-settings=\"{&quot;turn_to_popup_action_button&quot;:&quot;no&quot;}\" data-widget_type=\"raven-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"raven-widget-wrapper\">\n\t\t\t<a class=\"raven-button raven-button-widget-normal-effect-none elementor-button raven-button-text-align-center raven-button-link elementor-animation-none\" href=\"http:\/\/chamos.superbee.kr\/community\/contact-2\/\">\t\t\t\t<div class=\"raven-button-overlay\" ><\/div>\n\t\t\t\t<span class=\"raven-button-content\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"button-text-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"raven-button-texts-wrapper\">\n\t\t\t\t\t\t\t<div class=\"button-text\">\n\t\t\t\t\t\t\t\t<span class=\"raven-button-text\">\n\t\t\t\t\t\t\t\t\tsee more\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t<\/a>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>nu:Cellcure The New Cellcure line is a premium line that focuses on wrinkles and elasticity of the skin to provide smooth and firm skin care. Snail repair Anti-wrinkle cream 50g Wrinkle improvement functional cream that helps with fine wrinkle care and skin health Glutathione + Vitamin C Derivative + Panthenol + 9 kinds of peptides [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1986","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"http:\/\/chamos.superbee.kr\/en\/wp-json\/wp\/v2\/pages\/1986"}],"collection":[{"href":"http:\/\/chamos.superbee.kr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/chamos.superbee.kr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/chamos.superbee.kr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/chamos.superbee.kr\/en\/wp-json\/wp\/v2\/comments?post=1986"}],"version-history":[{"count":9,"href":"http:\/\/chamos.superbee.kr\/en\/wp-json\/wp\/v2\/pages\/1986\/revisions"}],"predecessor-version":[{"id":2071,"href":"http:\/\/chamos.superbee.kr\/en\/wp-json\/wp\/v2\/pages\/1986\/revisions\/2071"}],"wp:attachment":[{"href":"http:\/\/chamos.superbee.kr\/en\/wp-json\/wp\/v2\/media?parent=1986"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}