{"id":40,"date":"2026-08-25T11:31:48","date_gmt":"2026-08-25T02:31:48","guid":{"rendered":"http:\/\/st4989.co.kr\/?page_id=40"},"modified":"2026-08-26T11:32:40","modified_gmt":"2026-08-26T02:32:40","slug":"home","status":"publish","type":"page","link":"https:\/\/st4989.co.kr\/","title":{"rendered":"Home"},"content":{"rendered":"\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/aos@2.3.4\/dist\/aos.css\">\n\n<style>\n\/* =========================================================\n   DONGSEO ST MAIN\n   HEADER \/ FOOTER \uc81c\uc678\n========================================================= *\/\n\n.ds-main,\n.ds-main *{\n    box-sizing:border-box;\n}\n\nhtml{\n    scroll-behavior:smooth;\n}\n\n.ds-main{\n    --ds-navy:#242f62;\n    --ds-dark:#171f45;\n    --ds-cyan:#12a8d3;\n    --ds-black:#15191f;\n    --ds-gray:#6f767f;\n    --ds-line:#dedfe2;\n    --ds-soft:#f5f6f7;\n    --ds-white:#ffffff;\n\n    position:relative;\n    width:100vw;\n    margin-left:calc(50% - 50vw);\n    overflow:hidden;\n\n    background:#fff;\n    color:var(--ds-black);\n\n    font-family:\n        Pretendard,\n        -apple-system,\n        BlinkMacSystemFont,\n        \"Segoe UI\",\n        sans-serif;\n\n    word-break:keep-all;\n    letter-spacing:-0.025em;\n}\n\n.ds-main img{\n    display:block;\n    max-width:100%;\n}\n\n.ds-main a{\n    color:inherit;\n    text-decoration:none;\n}\n\n.ds-inner{\n    width:min(1320px, calc(100% - 80px));\n    margin:0 auto;\n}\n\n\n\/* =========================================================\n   \ubaa8\ub4e0 P \ud0dc\uadf8\n========================================================= *\/\n\n.ds-main p{\n    font-size:18px !important;\n    font-weight:400;\n    line-height:1.8 !important;\n    letter-spacing:-0.025em;\n}\n\n\n\/* =========================================================\n   COMMON\n========================================================= *\/\n\n.ds-section-label{\n    display:flex;\n    align-items:center;\n    gap:11px;\n\n    margin-bottom:24px;\n\n    color:var(--ds-navy);\n\n    font-size:12px;\n    font-weight:800;\n    letter-spacing:0.06em;\n}\n\n.ds-section-label::before{\n    content:\"\";\n\n    width:26px;\n    height:1px;\n\n    background:currentColor;\n}\n\n.ds-section-title{\n    margin:0;\n\n    color:#111;\n\n    font-size:54px;\n    font-weight:800;\n    line-height:1.08;\n\n    letter-spacing:-0.055em;\n}\n\n.ds-section-desc{\n    margin:0;\n\n    color:#646b73;\n\n    font-size:19px !important;\n    line-height:1.8 !important;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.ds-hero{\n    position:relative;\n\n    padding:0;\n\n    background:#fff;\n}\n\n.ds-hero-inner{\n    display:grid;\n\n    grid-template-columns:0.9fr 1.1fr;\n\n    align-items:center;\n\n    gap:80px;\n\n    min-height:0;\n}\n\n\n\/* =========================================================\n   HERO LEFT\n========================================================= *\/\n\n.ds-hero-copy{\n    position:relative;\n\n    z-index:3;\n\n    padding-bottom:40px;\n}\n\n.ds-hero-eyebrow{\n    margin-bottom:27px;\n\n    color:#333a42;\n\n    font-size:12px;\n    font-weight:800;\n    letter-spacing:0.02em;\n}\n\n.ds-hero-title{\n    margin:0;\n\n    color:#101114;\n\n    font-size:58px;\n    font-weight:850;\n    line-height:1.08;\n\n    letter-spacing:-0.065em;\n}\n\n.ds-hero-title em{\n    display:block;\n\n    color:var(--ds-navy);\n\n    font-style:normal;\n}\n\n.ds-hero-description{\n    max-width:590px;\n\n    margin:28px 0 0;\n\n    color:#5d646c;\n\n    font-size:19px !important;\n    line-height:1.8 !important;\n}\n\n.ds-hero-more{\n    position:relative;\n\n    display:inline-flex;\n    align-items:center;\n\n    gap:38px;\n\n    margin-top:48px;\n\n    padding:0 0 11px;\n\n    border-bottom:1px solid #8c9094;\n\n    color:#24272b;\n\n    font-size:14px;\n    font-weight:700;\n\n    transition:\n        color .25s ease,\n        border-color .25s ease;\n}\n\n.ds-hero-more::after{\n    content:\"\";\n\n    position:absolute;\n\n    left:0;\n    bottom:-1px;\n\n    width:0;\n    height:1px;\n\n    background:var(--ds-navy);\n\n    transition:width .35s ease;\n}\n\n.ds-hero-more:hover{\n    color:var(--ds-navy);\n}\n\n.ds-hero-more:hover::after{\n    width:100%;\n}\n\n.ds-hero-more i{\n    font-style:normal;\n\n    font-size:18px;\n\n    transition:transform .3s ease;\n}\n\n.ds-hero-more:hover i{\n    transform:translate(4px,-4px);\n}\n\n\n\/* =========================================================\n   HERO VISUAL\n========================================================= *\/\n\n.ds-hero-visual{\n    --mx:0px;\n    --my:0px;\n    --mx2:0px;\n    --my2:0px;\n\n    position:relative;\n\n    height:570px;\n\n    perspective:1200px;\n}\n\n.ds-hero-main-image{\n    position:absolute;\n\n    top:0;\n    right:0;\n\n    width:82%;\n    height:455px;\n\n    overflow:hidden;\n\n    background:#f5f5f5;\n\n    transform:\n        translate3d(\n            var(--mx),\n            var(--my),\n            0\n        );\n\n    transition:\n        transform .18s ease-out,\n        box-shadow .35s ease;\n}\n\n.ds-hero-main-image:hover{\n    box-shadow:\n        0 25px 55px\n        rgba(20,30,60,.08);\n}\n\n.ds-hero-main-image img{\n    width:100%;\n    height:100%;\n\n    object-fit:cover;\n    object-position:center;\n}\n\n\n\/* =========================================================\n   5AXIS TEXT\n========================================================= *\/\n\n.ds-hero-tech{\n    position:absolute;\n\n    z-index:5;\n\n    top:19px;\n    right:18px;\n\n    padding:12px 14px 11px;\n\n    text-align:right;\n\n    color:#fff;\n}\n\n.ds-hero-tech::before{\n    content:\"\";\n\n    position:absolute;\n\n    z-index:-1;\n\n    inset:-12px -12px -12px -35px;\n\n    background:\n        radial-gradient(\n            ellipse at right center,\n            rgba(0,0,0,.50) 0%,\n            rgba(0,0,0,.30) 42%,\n            rgba(0,0,0,0) 77%\n        );\n\n    filter:blur(5px);\n\n    pointer-events:none;\n}\n\n.ds-hero-tech strong{\n    display:block;\n\n    color:#fff;\n\n    font-size:26px;\n    font-weight:850;\n    line-height:1;\n\n    letter-spacing:-.035em;\n\n    text-shadow:\n        0 2px 3px rgba(0,0,0,.85),\n        0 4px 12px rgba(0,0,0,.65),\n        0 0 20px rgba(0,0,0,.45);\n}\n\n.ds-hero-tech span{\n    display:block;\n\n    margin-top:6px;\n\n    color:#fff;\n\n    font-size:10px;\n    font-weight:800;\n    letter-spacing:.1em;\n\n    text-shadow:\n        0 1px 3px rgba(0,0,0,.90),\n        0 3px 9px rgba(0,0,0,.72);\n}\n\n\n\/* =========================================================\n   HERO CUT IMAGE\n========================================================= *\/\n\n.ds-hero-sub-image{\n    position:absolute;\n\n    left:0;\n    bottom:50px;\n\n    z-index:4;\n\n    width:245px;\n    height:180px;\n\n    overflow:hidden;\n\n    background:#fff;\n\n    transform:\n        translate3d(\n            var(--mx2),\n            var(--my2),\n            0\n        );\n\n    transition:\n        transform .18s ease-out,\n        box-shadow .35s ease;\n}\n\n.ds-hero-sub-image:hover{\n    box-shadow:\n        0 18px 45px\n        rgba(22,31,69,.10);\n}\n\n.ds-hero-sub-image img{\n    width:100%;\n    height:100%;\n\n    object-fit:cover;\n}\n\n.ds-hero-image-info{\n    position:absolute;\n\n    left:285px;\n    right:0;\n    bottom:51px;\n\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n\n    padding-top:14px;\n\n    border-top:1px solid #d9dade;\n\n    color:#666d73;\n\n    font-size:12px;\n    font-weight:600;\n    letter-spacing:.02em;\n}\n\n.ds-hero-image-info b{\n    color:#252a30;\n\n    font-size:13px;\n    font-weight:700;\n}\n\n\n\/* =========================================================\n   HERO STATS\n========================================================= *\/\n\n.ds-hero-stats{\n    margin-top:0;\n\n    border-top:1px solid #e0e1e3;\n}\n\n.ds-stats-grid{\n    display:grid;\n\n    grid-template-columns:\n        1.5fr\n        .82fr\n        .82fr\n        .82fr;\n}\n\n.ds-stat-item{\n    min-height:170px;\n\n    padding:30px 28px;\n\n    border-right:1px solid #e1e2e4;\n}\n\n.ds-stat-item:first-child{\n    padding-left:0;\n}\n\n.ds-stat-item:last-child{\n    border-right:0;\n}\n\n.ds-stat-label{\n    display:block;\n\n    margin-bottom:10px;\n\n    color:#7e848b;\n\n    font-size:11px;\n    font-weight:800;\n    letter-spacing:.07em;\n}\n\n.ds-stat-value{\n    display:block;\n\n    color:#111;\n\n    font-size:25px;\n    font-weight:850;\n    line-height:1.15;\n\n    letter-spacing:-.04em;\n}\n\n.ds-stat-desc{\n    margin:11px 0 0;\n\n    color:#70777e;\n}\n\n\n\/* =========================================================\n   HERO FIRST VIEW\n========================================================= *\/\n\n@media(min-width:901px){\n\n    .ds-main .ds-hero{\n        display:grid !important;\n\n        grid-template-rows:\n            minmax(0,1fr)\n            auto !important;\n\n        width:100% !important;\n\n        min-height:calc(100vh - 80px) !important;\n        min-height:calc(100svh - 80px) !important;\n\n        margin:0 !important;\n        padding:0 !important;\n    }\n\n\n    .ds-main .ds-hero > .ds-inner:first-child{\n        display:flex !important;\n\n        align-items:center !important;\n\n        width:min(1320px, calc(100% - 80px)) !important;\n        height:100% !important;\n\n        margin:0 auto !important;\n\n        padding:\n            44px\n            0\n            16px !important;\n    }\n\n\n    .ds-main .ds-hero > .ds-inner:first-child .ds-hero-inner{\n        width:100% !important;\n\n        min-height:0 !important;\n        height:auto !important;\n\n        margin:0 !important;\n        padding:0 !important;\n    }\n\n\n    .ds-main .ds-hero-visual{\n        height:570px !important;\n    }\n\n\n    .ds-main .ds-hero-main-image{\n        height:455px !important;\n    }\n\n\n    .ds-main .ds-hero-sub-image{\n        width:245px !important;\n        height:180px !important;\n\n        bottom:50px !important;\n    }\n\n\n    .ds-main .ds-hero-image-info{\n        left:285px !important;\n        bottom:51px !important;\n    }\n\n\n    .ds-main .ds-hero-stats{\n        align-self:end !important;\n\n        width:100% !important;\n\n        min-height:0 !important;\n        height:auto !important;\n\n        margin:0 !important;\n        padding:0 !important;\n    }\n\n\n    .ds-main .ds-hero-stats > .ds-inner{\n        width:min(1320px, calc(100% - 80px)) !important;\n\n        margin:0 auto !important;\n        padding:0 !important;\n    }\n\n\n    .ds-main .ds-stats-grid{\n        min-height:0 !important;\n        height:auto !important;\n\n        margin:0 !important;\n        padding:0 !important;\n    }\n\n\n    .ds-main .ds-stat-item{\n        min-height:170px !important;\n        height:auto !important;\n\n        padding:\n            30px\n            28px !important;\n    }\n\n\n    .ds-main .ds-stat-item:first-child{\n        padding-left:0 !important;\n    }\n\n\n    .ds-main .ds-hero + .ds-products{\n        margin-top:0 !important;\n    }\n\n}\n\n\n\/* \ub0ae\uc740 \ub178\ud2b8\ubd81 \ud654\uba74 *\/\n@media(min-width:901px) and (max-height:820px){\n\n    .ds-main .ds-hero > .ds-inner:first-child{\n        padding:\n            24px\n            0\n            10px !important;\n    }\n\n\n    .ds-main .ds-hero-visual{\n        height:500px !important;\n    }\n\n\n    .ds-main .ds-hero-main-image{\n        height:400px !important;\n    }\n\n\n    .ds-main .ds-hero-sub-image{\n        width:215px !important;\n        height:150px !important;\n\n        bottom:35px !important;\n    }\n\n\n    .ds-main .ds-hero-image-info{\n        left:250px !important;\n        bottom:36px !important;\n    }\n\n\n    .ds-main .ds-stat-item{\n        min-height:150px !important;\n\n        padding:\n            25px\n            28px !important;\n    }\n\n}\n\n\n\/* =========================================================\n   PRODUCTS\n========================================================= *\/\n\n.ds-products{\n    padding:115px 0 90px;\n\n    background:var(--ds-soft);\n}\n\n.ds-products-heading{\n    display:grid;\n\n    grid-template-columns:1fr .85fr;\n\n    align-items:end;\n\n    gap:100px;\n\n    padding-bottom:56px;\n\n    border-bottom:1px solid #8f9296;\n}\n\n.ds-products .ds-section-desc{\n    max-width:570px;\n\n    padding-bottom:8px;\n}\n\n\n\/* =========================================================\n   PRODUCT LIST\n========================================================= *\/\n\n.ds-product-list{\n    width:100%;\n}\n\n.ds-product-row{\n    position:relative;\n\n    display:grid;\n\n    grid-template-columns:\n        58px\n        minmax(280px,1fr)\n        400px\n        36px;\n\n    align-items:center;\n\n    gap:24px;\n\n    min-height:220px;\n\n    border-bottom:1px solid #d8dade;\n\n    transition:none;\n}\n\n.ds-product-num{\n    color:#898f95;\n\n    font-size:12px;\n    font-weight:800;\n\n    transition:color .28s ease;\n}\n\n.ds-product-row:hover .ds-product-num{\n    color:var(--ds-navy);\n}\n\n\n\/* =========================================================\n   PRODUCT COPY\n========================================================= *\/\n\n.ds-product-copy{\n    transform:none;\n\n    transition:none;\n}\n\n.ds-product-copy h3{\n    margin:0;\n\n    color:#15171a;\n\n    font-size:27px;\n    font-weight:800;\n\n    letter-spacing:-.04em;\n\n    transition:\n        color .28s ease;\n}\n\n.ds-product-row:hover .ds-product-copy h3{\n    color:var(--ds-navy);\n}\n\n.ds-product-copy p{\n    max-width:600px;\n\n    margin:14px 0 0;\n\n    color:#646c74;\n\n    font-size:18px !important;\n    line-height:1.75 !important;\n}\n\n\n\/* =========================================================\n   PRODUCT IMAGE\n========================================================= *\/\n\n.ds-product-image{\n    position:relative;\n\n    height:130px;\n\n    overflow:hidden;\n\n    background:#fff;\n\n    transition:\n        transform .45s cubic-bezier(.22,.61,.36,1),\n        box-shadow .45s cubic-bezier(.22,.61,.36,1);\n}\n\n.ds-product-image::after{\n    content:\"\";\n\n    position:absolute;\n\n    inset:0;\n\n    border:1px solid rgba(36,47,98,0);\n\n    pointer-events:none;\n\n    transition:border-color .35s ease;\n}\n\n.ds-product-image img{\n    width:100%;\n    height:100%;\n\n    object-fit:cover;\n\n    \/* \uc774\ubbf8\uc9c0 \ud06c\uae30\/\ube44\uc728\uc740 \uadf8\ub300\ub85c, \ubcf4\uc5ec\uc9c0\ub294 \uc704\uce58\ub9cc \uc544\ub798\ub85c \uc870\uc815 *\/\n    object-position:center 38%;\n\n    \/* \ud655\ub300\/\ucd95\uc18c \ubcc0\ud615\uc744 \ud558\uc9c0 \uc54a\uc544 \uc774\ubbf8\uc9c0 \uc120\uba85\ub3c4 \uc720\uc9c0 *\/\n    transform:none !important;\n    transition:none !important;\n\n    image-rendering:auto;\n}\n\n\/* \uc81c\ud488\ubcc4 \uc774\ubbf8\uc9c0 \uc704\uce58\ub9cc \ubbf8\uc138 \uc870\uc815 - \ud06c\uae30\uc640 \ud654\uc9c8\uc5d0\ub294 \uc601\ud5a5 \uc5c6\uc74c *\/\n.ds-product-row:nth-child(1) .ds-product-image img{\n    object-position:center 70%;\n}\n\n.ds-product-row:nth-child(2) .ds-product-image img{\n    object-position:center 68%;\n}\n\n.ds-product-row:nth-child(3) .ds-product-image img{\n    object-position:center 65%;\n}\n\n.ds-product-row:hover .ds-product-image{\n    transform:translateY(-3px);\n\n    box-shadow:\n        0 12px 28px\n        rgba(24,34,63,.07);\n}\n\n.ds-product-row:hover .ds-product-image img{\n    transform:none !important;\n}\n\n.ds-product-row:hover .ds-product-image::after{\n    border-color:rgba(36,47,98,.09);\n}\n\n.ds-product-arrow{\n    color:#626970;\n\n    text-align:right;\n\n    font-size:19px;\n\n    transform:translate3d(0,0,0);\n\n    transition:\n        transform .3s ease,\n        color .3s ease;\n}\n\n.ds-product-row:hover .ds-product-arrow{\n    color:var(--ds-navy);\n\n    transform:translate3d(3px,-3px,0);\n}\n\n\n\/* =========================================================\n   BUSINESS \/ PROCESS\n========================================================= *\/\n\n.ds-process{\n    padding:125px 0 130px;\n\n    background:#fff;\n}\n\n.ds-process-heading{\n    display:grid;\n\n    grid-template-columns:1fr .82fr;\n\n    align-items:end;\n\n    gap:100px;\n\n    margin-bottom:65px;\n}\n\n.ds-process .ds-section-desc{\n    max-width:580px;\n\n    padding-bottom:8px;\n}\n\n.ds-process-grid{\n    display:grid;\n\n    grid-template-columns:repeat(4,1fr);\n\n    border-top:1px solid #7f8388;\n    border-bottom:1px solid #d5d7da;\n}\n\n.ds-process-item{\n    position:relative;\n\n    min-height:330px;\n\n    padding:36px 28px;\n\n    overflow:hidden;\n\n    background:#fff;\n\n    border-right:1px solid #d9dbde;\n\n    transition:\n        background .35s ease,\n        transform .35s ease,\n        box-shadow .35s ease;\n}\n\n.ds-process-item:first-child{\n    border-left:1px solid #d9dbde;\n}\n\n.ds-process-item::before{\n    content:\"\";\n\n    position:absolute;\n\n    left:0;\n    right:0;\n    top:0;\n\n    height:0;\n\n    background:var(--ds-navy);\n\n    transition:height .3s ease;\n}\n\n.ds-process-item:hover{\n    z-index:2;\n\n    background:#fafbfc;\n\n    transform:translateY(-5px);\n\n    box-shadow:\n        0 15px 35px\n        rgba(25,35,60,.045);\n}\n\n.ds-process-item:hover::before{\n    height:3px;\n}\n\n.ds-process-step{\n    display:block;\n\n    margin-bottom:70px;\n\n    color:var(--ds-navy);\n\n    font-size:11px;\n    font-weight:850;\n    letter-spacing:.03em;\n}\n\n.ds-process-item h3{\n    margin:0;\n\n    color:#17191d;\n\n    font-size:23px;\n    font-weight:800;\n\n    letter-spacing:-.04em;\n}\n\n.ds-process-item p{\n    margin:18px 0 0;\n\n    color:#646c74;\n\n    font-size:15px !important;\n    line-height:1.75 !important;\n}\n\n\n\/* =========================================================\n   CONTACT\n========================================================= *\/\n\n.ds-contact{\n    background:#f3f4f5;\n}\n\n.ds-contact-layout{\n    display:grid;\n\n    grid-template-columns:1fr 1fr;\n\n    min-height:620px;\n}\n\n.ds-contact-left{\n    display:flex;\n\n    justify-content:flex-end;\n\n    padding:\n        95px\n        70px\n        78px\n        40px;\n\n    background:var(--ds-dark);\n\n    color:#fff;\n}\n\n.ds-contact-left-inner{\n    width:min(580px,100%);\n}\n\n.ds-contact .ds-section-label{\n    color:#70d4ec;\n}\n\n.ds-contact-title{\n    margin:0;\n\n    color:#fff;\n\n    font-size:46px;\n    font-weight:800;\n    line-height:1.13;\n\n    letter-spacing:-.055em;\n}\n\n.ds-contact-title span{\n    color:#66d3ed;\n}\n\n.ds-contact-description{\n    max-width:560px;\n\n    margin:28px 0 0;\n\n    color:#d0d5df;\n\n    font-size:18px !important;\n    line-height:1.8 !important;\n}\n\n.ds-contact-info{\n    display:grid;\n\n    grid-template-columns:\n        1fr\n        1fr;\n\n    column-gap:55px;\n    row-gap:32px;\n\n    margin-top:50px;\n\n    padding-top:30px;\n\n    border-top:\n        1px solid\n        rgba(255,255,255,.18);\n}\n\n.ds-contact-info-item small{\n    display:block;\n\n    margin-bottom:9px;\n\n    color:#6fd6ee;\n\n    font-size:11px;\n    font-weight:800;\n    letter-spacing:.06em;\n}\n\n.ds-contact-info-item strong{\n    display:block;\n\n    color:#fff;\n\n    font-size:15px;\n    font-weight:600;\n    line-height:1.65;\n}\n\n\n\/* =========================================================\n   KADENCE MAP\n========================================================= *\/\n\n.ds-contact-right{\n    display:flex;\n\n    align-items:center;\n    justify-content:center;\n\n    padding:65px;\n\n    background:#f3f4f5;\n}\n\n.ds-map-card{\n    width:min(580px,100%);\n\n    overflow:hidden;\n\n    background:#fff;\n\n    box-shadow:\n        0 18px 50px\n        rgba(18,27,48,.06);\n\n    transition:\n        transform .35s ease,\n        box-shadow .35s ease;\n}\n\n.ds-map-card:hover{\n    transform:translateY(-4px);\n\n    box-shadow:\n        0 24px 58px\n        rgba(18,27,48,.09);\n}\n\n\n\/* =========================================================\n   KADENCE MAP\n========================================================= *\/\n\n.ds-map-card > .wp-block-kadence-googlemaps,\n.ds-map-card .wp-block-kadence-googlemaps{\n    display:block !important;\n\n    width:100% !important;\n    max-width:none !important;\n\n    height:330px !important;\n    min-height:330px !important;\n    max-height:330px !important;\n\n    margin:0 !important;\n    padding:0 !important;\n\n    overflow:hidden !important;\n}\n\n.ds-map-card .kb-google-maps-container,\n.ds-map-card .kb-google-maps-wrapper,\n.ds-map-card .kt-google-map-container,\n.ds-map-card .kt-gmap-container,\n.ds-map-card .kadence-google-map-container{\n    display:block !important;\n\n    width:100% !important;\n    max-width:none !important;\n\n    height:330px !important;\n    min-height:330px !important;\n    max-height:330px !important;\n\n    margin:0 !important;\n    padding:0 !important;\n\n    overflow:hidden !important;\n}\n\n.ds-map-card iframe{\n    display:block !important;\n\n    width:100% !important;\n    max-width:100% !important;\n\n    height:330px !important;\n    min-height:330px !important;\n    max-height:330px !important;\n\n    margin:0 !important;\n    padding:0 !important;\n\n    border:0 !important;\n}\n\n\n\/* =========================================================\n   MAP INFO\n========================================================= *\/\n\n.ds-map-info{\n    position:relative;\n\n    margin:0 !important;\n\n    padding:\n        27px\n        90px\n        27px\n        25px;\n\n    border-top:1px solid #e1e2e4;\n\n    background:#fff;\n}\n\n.ds-map-info strong{\n    display:block;\n\n    color:#181b1e;\n\n    font-size:17px;\n    font-weight:800;\n    line-height:1.5;\n}\n\n.ds-map-info p{\n    margin:8px 0 0;\n\n    color:#6d747b;\n\n    font-size:18px !important;\n    line-height:1.6 !important;\n}\n\n\n\/* =========================================================\n   MAP ARROW\n========================================================= *\/\n\n.ds-map-direction{\n    position:absolute;\n\n    right:22px;\n    top:50%;\n\n    display:grid;\n\n    width:46px;\n    height:46px;\n\n    padding:0;\n    margin:0;\n\n    place-items:center;\n\n    border-radius:50%;\n\n    background:#2775df;\n\n    color:#fff;\n\n    transform:translateY(-50%);\n\n    transition:\n        transform .3s ease,\n        background .3s ease,\n        box-shadow .3s ease;\n}\n\n.ds-map-direction svg{\n    display:block;\n\n    width:18px;\n    height:18px;\n\n    margin:0;\n    padding:0;\n\n    overflow:visible;\n\n    stroke:#fff;\n    stroke-width:1.8;\n    stroke-linecap:round;\n    stroke-linejoin:round;\n\n    fill:none;\n\n    transform:none;\n}\n\n.ds-map-direction:hover{\n    background:var(--ds-navy);\n\n    transform:\n        translateY(-50%)\n        scale(1.06);\n\n    box-shadow:\n        0 7px 18px\n        rgba(36,47,98,.22);\n}\n\n\n\/* =========================================================\n   HERO VISUAL - FINAL CLEAN INDUSTRIAL VERSION\n   \uc0ac\uc9c4 \uc790\uccb4\ub97c \uc8fc\uc778\uacf5\uc73c\ub85c \ub450\uace0 \uc7a5\uc2dd\/\uceec\ub7ec \ud6a8\uacfc \ucd5c\uc18c\ud654\n========================================================= *\/\n\n\/* \uae30\uc874 \uc774\ubbf8\uc9c0 \uc704 5AXIS \ud14d\uc2a4\ud2b8\ub294 \uc644\uc804\ud788 \uc228\uae40 *\/\n.ds-main .ds-hero-tech{\n    display:none !important;\n}\n\n.ds-main .ds-hero-visual{\n    position:relative;\n    height:570px !important;\n    isolation:isolate;\n}\n\n\/* \uc561\uc790 \ub300\uc2e0 \uc544\uc8fc \uc57d\ud55c \uacf5\uac04\uac10\ub9cc \ub9cc\ub4dc\ub294 \uadf8\ub9bc\uc790 \ub808\uc774\uc5b4 *\/\n.ds-main .ds-hero-visual::before{\n    content:\"\";\n    position:absolute;\n    z-index:0;\n    top:78px;\n    right:-4px;\n    width:80%;\n    height:395px;\n    background:radial-gradient(\n        ellipse at center,\n        rgba(27,32,38,.12) 0%,\n        rgba(27,32,38,.055) 38%,\n        rgba(27,32,38,0) 72%\n    );\n    filter:blur(26px);\n    pointer-events:none;\n}\n\n\/* \uba54\uc778 \uc774\ubbf8\uc9c0\ub294 \ud06c\uac8c, \uc0c9\uc0c1 \uc7a5\uc2dd \uc5c6\uc774 *\/\n.ds-main .ds-hero-main-image{\n    top:10px !important;\n    right:-18px !important;\n    z-index:2;\n    width:88% !important;\n    height:455px !important;\n    overflow:hidden;\n    background:#f4f5f5;\n    box-shadow:\n        0 28px 68px rgba(20,26,32,.105),\n        0 4px 14px rgba(20,26,32,.035);\n    transform:translate3d(var(--mx),var(--my),0);\n    transition:\n        transform .24s cubic-bezier(.22,.61,.36,1),\n        box-shadow .35s ease,\n        filter .35s ease;\n}\n\n.ds-main .ds-hero-main-image::after{\n    content:\"\";\n    position:absolute;\n    inset:0;\n    z-index:2;\n    pointer-events:none;\n    background:linear-gradient(\n        180deg,\n        rgba(255,255,255,0) 72%,\n        rgba(18,23,28,.035) 100%\n    );\n}\n\n.ds-main .ds-hero-main-image img{\n    position:relative;\n    z-index:1;\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    object-position:center;\n    transform:none !important;\n    filter:none !important;\n}\n\n.ds-main .ds-hero-main-image:hover{\n    box-shadow:\n        0 32px 78px rgba(20,26,32,.13),\n        0 6px 18px rgba(20,26,32,.045);\n}\n\n\/* \uc0c1\uc138\ucef7\uc740 \ud504\ub808\uc784 \uc5c6\uc774 \uc791\uc740 \ubcf4\uc870 \uc774\ubbf8\uc9c0\ub85c\ub9cc \uacb9\uce68 *\/\n.ds-main .ds-hero-sub-image{\n    left:0 !important;\n    bottom:28px !important;\n    z-index:5;\n    width:218px !important;\n    height:158px !important;\n    overflow:hidden;\n    background:#eceeef;\n    box-shadow:\n        0 20px 44px rgba(21,27,33,.13),\n        0 3px 10px rgba(21,27,33,.045);\n    transform:translate3d(var(--mx2),var(--my2),0);\n    transition:\n        transform .24s cubic-bezier(.22,.61,.36,1),\n        box-shadow .35s ease;\n}\n\n.ds-main .ds-hero-sub-image::after{\n    content:\"\";\n    position:absolute;\n    inset:0;\n    pointer-events:none;\n    box-shadow:inset 0 0 0 1px rgba(255,255,255,.42);\n}\n\n.ds-main .ds-hero-sub-image img{\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    object-position:center;\n    transform:none !important;\n    filter:none !important;\n}\n\n.ds-main .ds-hero-sub-image:hover{\n    box-shadow:\n        0 24px 52px rgba(21,27,33,.16),\n        0 4px 12px rgba(21,27,33,.05);\n}\n\n\/* \uc544\ub798 \uc815\ubcf4\ub294 \uce74\ub4dc\uac00 \uc544\ub2c8\ub77c \ud55c \uc904\uc9dc\ub9ac \uc5d0\ub514\ud1a0\ub9ac\uc5bc \ucea1\uc158 *\/\n.ds-main .ds-hero-image-info{\n    left:252px !important;\n    right:-18px !important;\n    bottom:28px !important;\n    z-index:4;\n    min-height:58px;\n    display:flex;\n    align-items:flex-start;\n    justify-content:space-between;\n    gap:30px;\n    padding:15px 0 0 !important;\n    border-top:1px solid #cfd3d7 !important;\n    color:#8a9096;\n    background:transparent !important;\n    font-size:10px !important;\n    font-weight:750;\n    line-height:1.4;\n    letter-spacing:.08em;\n}\n\n.ds-main .ds-hero-image-info span{\n    position:relative;\n    padding-left:18px;\n    color:#858c93;\n}\n\n.ds-main .ds-hero-image-info span::before{\n    content:\"\";\n    position:absolute;\n    left:0;\n    top:6px;\n    width:8px;\n    height:1px;\n    background:#7b838b;\n}\n\n.ds-main .ds-hero-image-info b{\n    color:#30353a !important;\n    font-size:12px !important;\n    font-weight:700 !important;\n    letter-spacing:-.01em;\n}\n\n\/* \ub0ae\uc740 \ub178\ud2b8\ubd81 \ud654\uba74 *\/\n@media(min-width:901px) and (max-height:820px){\n\n    .ds-main .ds-hero-visual{\n        height:500px !important;\n    }\n\n    .ds-main .ds-hero-visual::before{\n        top:60px;\n        height:330px;\n    }\n\n    .ds-main .ds-hero-main-image{\n        top:8px !important;\n        right:-12px !important;\n        width:87% !important;\n        height:398px !important;\n    }\n\n    .ds-main .ds-hero-sub-image{\n        width:190px !important;\n        height:136px !important;\n        bottom:18px !important;\n    }\n\n    .ds-main .ds-hero-image-info{\n        left:220px !important;\n        right:-12px !important;\n        bottom:18px !important;\n        min-height:52px;\n        padding-top:12px !important;\n    }\n}\n\n\n\/* =========================================================\n   RESPONSIVE \u2014 PC(1025px \uc774\uc0c1) \uc6d0\ubcf8 \uc720\uc9c0\n   769~1024 : TABLET\n   601~768  : SMALL TABLET \/ WIDE MOBILE\n   481~600  : LARGE MOBILE\n   391~480  : MOBILE\n   341~390  : SMALL MOBILE\n   <=340    : EXTRA SMALL\n========================================================= *\/\n\n\n\/* =========================================================\n   TABLET \u00b7 769 ~ 1024\n========================================================= *\/\n@media(min-width:769px) and (max-width:1024px){\n\n    .ds-inner{\n        width:calc(100% - 48px);\n    }\n\n    .ds-main p{\n        font-size:17px !important;\n        line-height:1.78 !important;\n    }\n\n    .ds-section-label{\n        margin-bottom:19px;\n    }\n\n    .ds-section-title{\n        font-size:46px;\n    }\n\n    .ds-section-desc{\n        font-size:17px !important;\n    }\n\n    \/* HERO *\/\n    .ds-hero{\n        padding-top:72px;\n    }\n\n    .ds-hero-inner{\n        grid-template-columns:1fr;\n        gap:48px;\n    }\n\n    .ds-hero-copy{\n        padding-bottom:0;\n    }\n\n    .ds-hero-eyebrow{\n        margin-bottom:22px;\n    }\n\n    .ds-hero-title{\n        max-width:760px;\n        font-size:50px;\n    }\n\n    .ds-hero-description{\n        max-width:720px;\n        margin-top:24px;\n        font-size:17px !important;\n    }\n\n    .ds-hero-more{\n        margin-top:36px;\n    }\n\n    .ds-main .ds-hero-visual{\n        height:525px !important;\n    }\n\n    .ds-main .ds-hero-visual::before{\n        top:66px;\n        right:0;\n        width:78%;\n        height:350px;\n        filter:blur(24px);\n    }\n\n    .ds-main .ds-hero-main-image{\n        top:8px !important;\n        right:0 !important;\n        width:86% !important;\n        height:410px !important;\n    }\n\n    .ds-main .ds-hero-sub-image{\n        width:194px !important;\n        height:140px !important;\n        bottom:22px !important;\n    }\n\n    .ds-main .ds-hero-image-info{\n        left:224px !important;\n        right:0 !important;\n        bottom:22px !important;\n        min-height:52px;\n        padding-top:12px !important;\n    }\n\n    \/* STATS *\/\n    .ds-stats-grid{\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .ds-stat-item,\n    .ds-stat-item:first-child{\n        min-height:145px;\n        padding:25px 24px;\n        border-bottom:1px solid #e1e2e4;\n    }\n\n    .ds-stat-item:nth-child(2){\n        border-right:0;\n    }\n\n    .ds-stat-item:nth-child(3),\n    .ds-stat-item:nth-child(4){\n        border-bottom:0;\n    }\n\n    .ds-stat-item:nth-child(4){\n        border-right:0;\n    }\n\n    .ds-stat-value{\n        font-size:23px;\n    }\n\n    \/* PRODUCTS *\/\n    .ds-products{\n        padding:95px 0 75px;\n    }\n\n    .ds-products-heading,\n    .ds-process-heading{\n        grid-template-columns:1fr;\n        gap:24px;\n    }\n\n    .ds-products-heading{\n        padding-bottom:44px;\n    }\n\n    .ds-products .ds-section-desc,\n    .ds-process .ds-section-desc{\n        max-width:720px;\n        padding-bottom:0;\n    }\n\n    .ds-product-row{\n        grid-template-columns:\n            42px\n            minmax(0,1fr)\n            260px\n            24px;\n\n        gap:20px;\n        min-height:190px;\n    }\n\n    .ds-product-copy h3{\n        font-size:25px;\n    }\n\n    .ds-product-copy p{\n        margin-top:11px;\n        font-size:17px !important;\n    }\n\n    .ds-product-image{\n        height:120px;\n    }\n\n    \/* BUSINESS *\/\n    .ds-process{\n        padding:100px 0 105px;\n    }\n\n    .ds-process-heading{\n        margin-bottom:48px;\n    }\n\n    .ds-process-grid{\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .ds-process-item{\n        min-height:280px;\n        padding:31px 26px;\n    }\n\n    .ds-process-item:nth-child(3){\n        border-left:1px solid #d9dbde;\n        border-top:1px solid #d9dbde;\n    }\n\n    .ds-process-item:nth-child(4){\n        border-top:1px solid #d9dbde;\n    }\n\n    .ds-process-step{\n        margin-bottom:52px;\n    }\n\n    \/* CONTACT *\/\n    .ds-contact-layout{\n        grid-template-columns:1fr;\n        min-height:0;\n    }\n\n    .ds-contact-left{\n        justify-content:flex-start;\n        padding:78px 42px 70px;\n    }\n\n    .ds-contact-left-inner{\n        width:100%;\n        max-width:760px;\n    }\n\n    .ds-contact-right{\n        padding:52px 24px;\n    }\n\n    .ds-map-card{\n        width:min(760px,100%);\n    }\n}\n\n\n\n\/* 901~1024 \uad6c\uac04\uc740 \uae30\uc874 PC \uccab \ud654\uba74 \uac15\uc81c\uac12\uc744 \ud0dc\ube14\ub9bf \uac12\uc73c\ub85c \ub2e4\uc2dc \ud574\uc81c *\/\n@media(min-width:901px) and (max-width:1024px){\n\n    .ds-main .ds-hero{\n        display:block !important;\n        min-height:0 !important;\n    }\n\n    .ds-main .ds-hero > .ds-inner:first-child{\n        display:block !important;\n        width:calc(100% - 48px) !important;\n        height:auto !important;\n        margin:0 auto !important;\n        padding:72px 0 0 !important;\n    }\n\n    .ds-main .ds-hero-stats > .ds-inner{\n        width:calc(100% - 48px) !important;\n    }\n\n    .ds-main .ds-stat-item,\n    .ds-main .ds-stat-item:first-child{\n        min-height:145px !important;\n        height:auto !important;\n        padding:25px 24px !important;\n    }\n}\n\n\n\n\/* =========================================================\n   SMALL TABLET \/ WIDE MOBILE \u00b7 601 ~ 768\n========================================================= *\/\n@media(min-width:601px) and (max-width:768px){\n\n    .ds-inner{\n        width:calc(100% - 36px);\n    }\n\n    .ds-main p{\n        font-size:16px !important;\n        line-height:1.75 !important;\n    }\n\n    .ds-section-label{\n        margin-bottom:17px;\n        font-size:11px;\n    }\n\n    .ds-section-title{\n        font-size:41px;\n    }\n\n    .ds-section-desc{\n        font-size:16px !important;\n    }\n\n    \/* HERO *\/\n    .ds-hero{\n        padding-top:62px;\n    }\n\n    .ds-hero-inner{\n        grid-template-columns:1fr;\n        gap:42px;\n    }\n\n    .ds-hero-copy{\n        padding-bottom:0;\n    }\n\n    .ds-hero-eyebrow{\n        margin-bottom:18px;\n        font-size:11px;\n    }\n\n    .ds-hero-title{\n        max-width:650px;\n        font-size:45px;\n    }\n\n    .ds-hero-description{\n        max-width:640px;\n        margin-top:22px;\n        font-size:16px !important;\n    }\n\n    .ds-hero-more{\n        margin-top:31px;\n    }\n\n    .ds-main .ds-hero-visual{\n        height:470px !important;\n    }\n\n    .ds-main .ds-hero-visual::before{\n        top:58px;\n        right:0;\n        width:80%;\n        height:305px;\n        filter:blur(22px);\n    }\n\n    .ds-main .ds-hero-main-image{\n        top:6px !important;\n        right:0 !important;\n        width:88% !important;\n        height:365px !important;\n        box-shadow:0 22px 52px rgba(20,26,32,.10);\n    }\n\n    .ds-main .ds-hero-sub-image{\n        width:174px !important;\n        height:126px !important;\n        bottom:20px !important;\n    }\n\n    .ds-main .ds-hero-image-info{\n        left:200px !important;\n        right:0 !important;\n        bottom:20px !important;\n        min-height:49px;\n        gap:18px;\n        padding-top:11px !important;\n        font-size:9px !important;\n    }\n\n    .ds-main .ds-hero-image-info b{\n        font-size:11px !important;\n    }\n\n    \/* STATS *\/\n    .ds-stats-grid{\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .ds-stat-item,\n    .ds-stat-item:first-child{\n        min-height:135px;\n        padding:23px 20px;\n        border-bottom:1px solid #e1e2e4;\n    }\n\n    .ds-stat-item:nth-child(2){\n        border-right:0;\n    }\n\n    .ds-stat-item:nth-child(3),\n    .ds-stat-item:nth-child(4){\n        border-bottom:0;\n    }\n\n    .ds-stat-item:nth-child(4){\n        border-right:0;\n    }\n\n    .ds-stat-value{\n        font-size:21px;\n    }\n\n    .ds-stat-desc{\n        font-size:15px !important;\n    }\n\n    \/* PRODUCTS *\/\n    .ds-products{\n        padding:82px 0 62px;\n    }\n\n    .ds-products-heading,\n    .ds-process-heading{\n        grid-template-columns:1fr;\n        gap:20px;\n    }\n\n    .ds-products-heading{\n        padding-bottom:38px;\n    }\n\n    .ds-product-row{\n        grid-template-columns:\n            36px\n            minmax(0,1fr)\n            210px\n            22px;\n\n        gap:15px;\n        min-height:172px;\n    }\n\n    .ds-product-copy h3{\n        font-size:22px;\n    }\n\n    .ds-product-copy p{\n        margin-top:9px;\n        font-size:15px !important;\n        line-height:1.65 !important;\n    }\n\n    .ds-product-image{\n        height:108px;\n    }\n\n    \/* BUSINESS *\/\n    .ds-process{\n        padding:84px 0 88px;\n    }\n\n    .ds-process-heading{\n        margin-bottom:40px;\n    }\n\n    .ds-process-grid{\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .ds-process-item{\n        min-height:250px;\n        padding:28px 22px;\n    }\n\n    .ds-process-item:nth-child(3){\n        border-left:1px solid #d9dbde;\n        border-top:1px solid #d9dbde;\n    }\n\n    .ds-process-item:nth-child(4){\n        border-top:1px solid #d9dbde;\n    }\n\n    .ds-process-step{\n        margin-bottom:42px;\n    }\n\n    .ds-process-item h3{\n        font-size:21px;\n    }\n\n    .ds-process-item p{\n        font-size:15px !important;\n    }\n\n    \/* CONTACT *\/\n    .ds-contact-layout{\n        grid-template-columns:1fr;\n        min-height:0;\n    }\n\n    .ds-contact-left{\n        justify-content:flex-start;\n        padding:66px 30px 60px;\n    }\n\n    .ds-contact-left-inner{\n        width:100%;\n    }\n\n    .ds-contact-title{\n        font-size:40px;\n    }\n\n    .ds-contact-description{\n        font-size:16px !important;\n    }\n\n    .ds-contact-info{\n        margin-top:40px;\n    }\n\n    .ds-contact-right{\n        padding:42px 18px;\n    }\n\n    .ds-map-card{\n        width:100%;\n    }\n\n    .ds-map-card > .wp-block-kadence-googlemaps,\n    .ds-map-card .wp-block-kadence-googlemaps,\n    .ds-map-card .kb-google-maps-container,\n    .ds-map-card .kb-google-maps-wrapper,\n    .ds-map-card .kt-google-map-container,\n    .ds-map-card .kt-gmap-container,\n    .ds-map-card .kadence-google-map-container,\n    .ds-map-card iframe{\n        height:300px !important;\n        min-height:300px !important;\n        max-height:300px !important;\n    }\n}\n\n\n\/* =========================================================\n   LARGE MOBILE \u00b7 481 ~ 600\n========================================================= *\/\n@media(min-width:481px) and (max-width:600px){\n\n    .ds-inner{\n        width:calc(100% - 32px);\n    }\n\n    .ds-main p{\n        font-size:16px !important;\n        line-height:1.72 !important;\n    }\n\n    .ds-section-label{\n        margin-bottom:16px;\n        font-size:10px;\n    }\n\n    .ds-section-title{\n        font-size:38px;\n    }\n\n    .ds-section-desc{\n        font-size:16px !important;\n    }\n\n    \/* HERO *\/\n    .ds-hero{\n        padding-top:54px;\n    }\n\n    .ds-hero-inner{\n        grid-template-columns:1fr;\n        gap:38px;\n    }\n\n    .ds-hero-copy{\n        padding-bottom:0;\n    }\n\n    .ds-hero-eyebrow{\n        margin-bottom:17px;\n        font-size:10px;\n    }\n\n    .ds-hero-title{\n        font-size:40px;\n    }\n\n    .ds-hero-description{\n        margin-top:20px;\n        font-size:16px !important;\n    }\n\n    .ds-hero-more{\n        margin-top:29px;\n    }\n\n    .ds-main .ds-hero-visual{\n        height:400px !important;\n    }\n\n    .ds-main .ds-hero-visual::before{\n        top:50px;\n        right:0;\n        width:82%;\n        height:250px;\n        filter:blur(19px);\n    }\n\n    .ds-main .ds-hero-main-image{\n        top:0 !important;\n        right:0 !important;\n        width:90% !important;\n        height:305px !important;\n        box-shadow:0 17px 40px rgba(20,26,32,.10);\n    }\n\n    .ds-main .ds-hero-sub-image{\n        width:142px !important;\n        height:102px !important;\n        bottom:17px !important;\n        box-shadow:0 13px 28px rgba(21,27,33,.12);\n    }\n\n    .ds-main .ds-hero-image-info{\n        left:160px !important;\n        right:0 !important;\n        bottom:17px !important;\n        min-height:46px;\n        gap:10px;\n        padding-top:9px !important;\n        font-size:8px !important;\n    }\n\n    .ds-main .ds-hero-image-info span{\n        padding-left:11px;\n    }\n\n    .ds-main .ds-hero-image-info span::before{\n        width:5px;\n        top:5px;\n    }\n\n    .ds-main .ds-hero-image-info b{\n        font-size:9px !important;\n        text-align:right;\n    }\n\n    \/* STATS *\/\n    .ds-stats-grid{\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .ds-stat-item,\n    .ds-stat-item:first-child{\n        min-height:128px;\n        padding:21px 17px;\n        border-bottom:1px solid #e1e2e4;\n    }\n\n    .ds-stat-item:nth-child(2){\n        border-right:0;\n    }\n\n    .ds-stat-item:nth-child(3),\n    .ds-stat-item:nth-child(4){\n        border-bottom:0;\n    }\n\n    .ds-stat-item:nth-child(4){\n        border-right:0;\n    }\n\n    .ds-stat-label{\n        font-size:9px;\n    }\n\n    .ds-stat-value{\n        font-size:19px;\n    }\n\n    .ds-stat-desc{\n        font-size:14px !important;\n    }\n\n    \/* PRODUCTS *\/\n    .ds-products{\n        padding:74px 0 54px;\n    }\n\n    .ds-products-heading,\n    .ds-process-heading{\n        grid-template-columns:1fr;\n        gap:18px;\n    }\n\n    .ds-products-heading{\n        padding-bottom:33px;\n    }\n\n    .ds-product-row{\n        grid-template-columns:28px 1fr 22px;\n        gap:11px;\n        min-height:0;\n        padding:27px 0 30px;\n    }\n\n    .ds-product-copy h3{\n        font-size:21px;\n    }\n\n    .ds-product-copy p{\n        margin-top:9px;\n        font-size:15px !important;\n        line-height:1.65 !important;\n    }\n\n    .ds-product-image{\n        grid-column:2 \/ 4;\n        width:100%;\n        height:155px;\n        margin-top:14px;\n    }\n\n    \/* BUSINESS *\/\n    .ds-process{\n        padding:75px 0;\n    }\n\n    .ds-process-heading{\n        margin-bottom:36px;\n    }\n\n    .ds-process-grid{\n        grid-template-columns:1fr;\n    }\n\n    .ds-process-item,\n    .ds-process-item:nth-child(3){\n        min-height:225px;\n        padding:27px 22px;\n        border-left:1px solid #d9dbde;\n        border-top:1px solid #d9dbde;\n    }\n\n    .ds-process-item:first-child{\n        border-top:0;\n    }\n\n    .ds-process-step{\n        margin-bottom:37px;\n    }\n\n    .ds-process-item p{\n        font-size:15px !important;\n    }\n\n    \/* CONTACT *\/\n    .ds-contact-layout{\n        grid-template-columns:1fr;\n        min-height:0;\n    }\n\n    .ds-contact-left{\n        justify-content:flex-start;\n        padding:60px 25px 54px;\n    }\n\n    .ds-contact-title{\n        font-size:36px;\n    }\n\n    .ds-contact-description{\n        margin-top:22px;\n        font-size:16px !important;\n    }\n\n    .ds-contact-info{\n        grid-template-columns:1fr 1fr;\n        column-gap:30px;\n        row-gap:25px;\n        margin-top:38px;\n    }\n\n    .ds-contact-right{\n        padding:34px 15px;\n    }\n\n    .ds-map-card{\n        width:100%;\n    }\n\n    .ds-map-card > .wp-block-kadence-googlemaps,\n    .ds-map-card .wp-block-kadence-googlemaps,\n    .ds-map-card .kb-google-maps-container,\n    .ds-map-card .kb-google-maps-wrapper,\n    .ds-map-card .kt-google-map-container,\n    .ds-map-card .kt-gmap-container,\n    .ds-map-card .kadence-google-map-container,\n    .ds-map-card iframe{\n        height:275px !important;\n        min-height:275px !important;\n        max-height:275px !important;\n    }\n\n    .ds-map-info{\n        padding:21px 70px 21px 18px;\n    }\n\n    .ds-map-info p{\n        font-size:15px !important;\n    }\n}\n\n\n\/* =========================================================\n   MOBILE \u00b7 391 ~ 480\n========================================================= *\/\n@media(min-width:391px) and (max-width:480px){\n\n    .ds-inner{\n        width:calc(100% - 28px);\n    }\n\n    .ds-main p{\n        font-size:16px !important;\n        line-height:1.72 !important;\n    }\n\n    .ds-section-label{\n        margin-bottom:15px;\n        font-size:10px;\n    }\n\n    .ds-section-title{\n        font-size:35px;\n    }\n\n    .ds-section-desc{\n        font-size:16px !important;\n    }\n\n    \/* HERO *\/\n    .ds-hero{\n        padding-top:48px;\n    }\n\n    .ds-hero-inner{\n        grid-template-columns:1fr;\n        gap:35px;\n    }\n\n    .ds-hero-copy{\n        padding-bottom:0;\n    }\n\n    .ds-hero-eyebrow{\n        margin-bottom:15px;\n        font-size:10px;\n    }\n\n    .ds-hero-title{\n        font-size:37px;\n        line-height:1.1;\n    }\n\n    .ds-hero-description{\n        margin-top:18px;\n        font-size:16px !important;\n    }\n\n    .ds-hero-more{\n        gap:28px;\n        margin-top:27px;\n        font-size:13px;\n    }\n\n    .ds-main .ds-hero-visual{\n        height:362px !important;\n    }\n\n    .ds-main .ds-hero-visual::before{\n        top:46px;\n        right:0;\n        width:84%;\n        height:220px;\n        filter:blur(18px);\n    }\n\n    .ds-main .ds-hero-main-image{\n        top:0 !important;\n        right:0 !important;\n        width:92% !important;\n        height:276px !important;\n        box-shadow:0 15px 34px rgba(20,26,32,.10);\n    }\n\n    .ds-main .ds-hero-sub-image{\n        width:126px !important;\n        height:91px !important;\n        bottom:15px !important;\n        box-shadow:0 11px 25px rgba(21,27,33,.12);\n    }\n\n    .ds-main .ds-hero-image-info{\n        left:143px !important;\n        right:0 !important;\n        bottom:15px !important;\n        min-height:42px;\n        justify-content:flex-end;\n        padding-top:8px !important;\n    }\n\n    .ds-main .ds-hero-image-info span{\n        display:none;\n    }\n\n    .ds-main .ds-hero-image-info b{\n        font-size:10px !important;\n        line-height:1.35;\n        text-align:right;\n    }\n\n    \/* STATS *\/\n    .ds-stats-grid{\n        grid-template-columns:1fr;\n    }\n\n    .ds-stat-item,\n    .ds-stat-item:first-child{\n        min-height:auto;\n        padding:21px 13px;\n        border-right:0;\n        border-bottom:1px solid #e1e2e4;\n    }\n\n    .ds-stat-item:last-child{\n        border-bottom:0;\n    }\n\n    .ds-stat-label{\n        font-size:9px;\n    }\n\n    .ds-stat-value{\n        font-size:19px;\n    }\n\n    .ds-stat-desc{\n        margin-top:7px;\n        font-size:15px !important;\n    }\n\n    \/* PRODUCTS *\/\n    .ds-products{\n        padding:67px 0 48px;\n    }\n\n    .ds-products-heading,\n    .ds-process-heading{\n        grid-template-columns:1fr;\n        gap:17px;\n    }\n\n    .ds-products-heading{\n        padding-bottom:30px;\n    }\n\n    .ds-product-row{\n        grid-template-columns:26px 1fr 20px;\n        gap:10px;\n        min-height:0;\n        padding:25px 0 28px;\n    }\n\n    .ds-product-num{\n        font-size:10px;\n    }\n\n    .ds-product-copy h3{\n        font-size:20px;\n    }\n\n    .ds-product-copy p{\n        margin-top:8px;\n        font-size:15px !important;\n        line-height:1.62 !important;\n    }\n\n    .ds-product-image{\n        grid-column:2 \/ 4;\n        width:100%;\n        height:145px;\n        margin-top:13px;\n    }\n\n    \/* BUSINESS *\/\n    .ds-process{\n        padding:68px 0;\n    }\n\n    .ds-process-heading{\n        margin-bottom:33px;\n    }\n\n    .ds-process-grid{\n        grid-template-columns:1fr;\n    }\n\n    .ds-process-item,\n    .ds-process-item:nth-child(3){\n        min-height:210px;\n        padding:25px 20px;\n        border-left:1px solid #d9dbde;\n        border-top:1px solid #d9dbde;\n    }\n\n    .ds-process-item:first-child{\n        border-top:0;\n    }\n\n    .ds-process-step{\n        margin-bottom:33px;\n    }\n\n    .ds-process-item h3{\n        font-size:21px;\n    }\n\n    .ds-process-item p{\n        font-size:15px !important;\n    }\n\n    \/* CONTACT *\/\n    .ds-contact-layout{\n        grid-template-columns:1fr;\n        min-height:0;\n    }\n\n    .ds-contact-left{\n        justify-content:flex-start;\n        padding:55px 22px 50px;\n    }\n\n    .ds-contact-title{\n        font-size:34px;\n    }\n\n    .ds-contact-description{\n        margin-top:20px;\n        font-size:16px !important;\n    }\n\n    .ds-contact-info{\n        grid-template-columns:1fr;\n        row-gap:23px;\n        margin-top:34px;\n        padding-top:25px;\n    }\n\n    .ds-contact-info-item strong{\n        font-size:14px;\n    }\n\n    .ds-contact-right{\n        padding:28px 14px;\n    }\n\n    .ds-map-card > .wp-block-kadence-googlemaps,\n    .ds-map-card .wp-block-kadence-googlemaps,\n    .ds-map-card .kb-google-maps-container,\n    .ds-map-card .kb-google-maps-wrapper,\n    .ds-map-card .kt-google-map-container,\n    .ds-map-card .kt-gmap-container,\n    .ds-map-card .kadence-google-map-container,\n    .ds-map-card iframe{\n        height:255px !important;\n        min-height:255px !important;\n        max-height:255px !important;\n    }\n\n    .ds-map-info{\n        padding:19px 62px 19px 17px;\n    }\n\n    .ds-map-info strong{\n        font-size:15px;\n    }\n\n    .ds-map-info p{\n        margin-top:6px;\n        font-size:14px !important;\n    }\n\n    .ds-map-direction{\n        right:13px;\n        width:40px;\n        height:40px;\n    }\n\n    .ds-map-direction svg{\n        width:16px;\n        height:16px;\n    }\n}\n\n\n\/* =========================================================\n   SMALL MOBILE \u00b7 341 ~ 390\n========================================================= *\/\n@media(min-width:341px) and (max-width:390px){\n\n    .ds-inner{\n        width:calc(100% - 24px);\n    }\n\n    .ds-main p{\n        font-size:15px !important;\n        line-height:1.7 !important;\n    }\n\n    .ds-section-label{\n        margin-bottom:14px;\n        font-size:9px;\n    }\n\n    .ds-section-title{\n        font-size:32px;\n    }\n\n    .ds-section-desc{\n        font-size:15px !important;\n    }\n\n    .ds-hero{\n        padding-top:43px;\n    }\n\n    .ds-hero-inner{\n        grid-template-columns:1fr;\n        gap:31px;\n    }\n\n    .ds-hero-copy{\n        padding-bottom:0;\n    }\n\n    .ds-hero-eyebrow{\n        margin-bottom:14px;\n        font-size:9px;\n    }\n\n    .ds-hero-title{\n        font-size:34px;\n        line-height:1.1;\n    }\n\n    .ds-hero-description{\n        margin-top:17px;\n        font-size:15px !important;\n    }\n\n    .ds-hero-more{\n        gap:24px;\n        margin-top:24px;\n        font-size:12px;\n    }\n\n    .ds-main .ds-hero-visual{\n        height:330px !important;\n    }\n\n    .ds-main .ds-hero-visual::before{\n        top:40px;\n        right:0;\n        width:84%;\n        height:200px;\n        filter:blur(17px);\n    }\n\n    .ds-main .ds-hero-main-image{\n        top:0 !important;\n        right:0 !important;\n        width:93% !important;\n        height:250px !important;\n        box-shadow:0 13px 30px rgba(20,26,32,.10);\n    }\n\n    .ds-main .ds-hero-sub-image{\n        width:112px !important;\n        height:82px !important;\n        bottom:13px !important;\n        box-shadow:0 10px 22px rgba(21,27,33,.12);\n    }\n\n    .ds-main .ds-hero-image-info{\n        left:127px !important;\n        right:0 !important;\n        bottom:13px !important;\n        min-height:39px;\n        justify-content:flex-end;\n        padding-top:7px !important;\n    }\n\n    .ds-main .ds-hero-image-info span{\n        display:none;\n    }\n\n    .ds-main .ds-hero-image-info b{\n        font-size:9px !important;\n        line-height:1.35;\n        text-align:right;\n    }\n\n    .ds-stats-grid{\n        grid-template-columns:1fr;\n    }\n\n    .ds-stat-item,\n    .ds-stat-item:first-child{\n        min-height:auto;\n        padding:19px 11px;\n        border-right:0;\n        border-bottom:1px solid #e1e2e4;\n    }\n\n    .ds-stat-item:last-child{\n        border-bottom:0;\n    }\n\n    .ds-stat-value{\n        font-size:18px;\n    }\n\n    .ds-stat-desc{\n        margin-top:6px;\n        font-size:14px !important;\n    }\n\n    .ds-products{\n        padding:61px 0 44px;\n    }\n\n    .ds-products-heading,\n    .ds-process-heading{\n        grid-template-columns:1fr;\n        gap:15px;\n    }\n\n    .ds-products-heading{\n        padding-bottom:27px;\n    }\n\n    .ds-product-row{\n        grid-template-columns:23px 1fr 18px;\n        gap:9px;\n        min-height:0;\n        padding:23px 0 26px;\n    }\n\n    .ds-product-num{\n        font-size:9px;\n    }\n\n    .ds-product-copy h3{\n        font-size:19px;\n    }\n\n    .ds-product-copy p{\n        margin-top:7px;\n        font-size:14px !important;\n        line-height:1.6 !important;\n    }\n\n    .ds-product-image{\n        grid-column:2 \/ 4;\n        width:100%;\n        height:132px;\n        margin-top:11px;\n    }\n\n    .ds-process{\n        padding:62px 0;\n    }\n\n    .ds-process-heading{\n        margin-bottom:29px;\n    }\n\n    .ds-process-grid{\n        grid-template-columns:1fr;\n    }\n\n    .ds-process-item,\n    .ds-process-item:nth-child(3){\n        min-height:195px;\n        padding:23px 18px;\n        border-left:1px solid #d9dbde;\n        border-top:1px solid #d9dbde;\n    }\n\n    .ds-process-item:first-child{\n        border-top:0;\n    }\n\n    .ds-process-step{\n        margin-bottom:28px;\n    }\n\n    .ds-process-item h3{\n        font-size:20px;\n    }\n\n    .ds-process-item p{\n        font-size:14px !important;\n    }\n\n    .ds-contact-layout{\n        grid-template-columns:1fr;\n        min-height:0;\n    }\n\n    .ds-contact-left{\n        justify-content:flex-start;\n        padding:50px 19px 46px;\n    }\n\n    .ds-contact-title{\n        font-size:31px;\n    }\n\n    .ds-contact-description{\n        margin-top:18px;\n        font-size:15px !important;\n    }\n\n    .ds-contact-info{\n        grid-template-columns:1fr;\n        row-gap:21px;\n        margin-top:31px;\n        padding-top:23px;\n    }\n\n    .ds-contact-right{\n        padding:24px 11px;\n    }\n\n    .ds-map-card > .wp-block-kadence-googlemaps,\n    .ds-map-card .wp-block-kadence-googlemaps,\n    .ds-map-card .kb-google-maps-container,\n    .ds-map-card .kb-google-maps-wrapper,\n    .ds-map-card .kt-google-map-container,\n    .ds-map-card .kt-gmap-container,\n    .ds-map-card .kadence-google-map-container,\n    .ds-map-card iframe{\n        height:235px !important;\n        min-height:235px !important;\n        max-height:235px !important;\n    }\n\n    .ds-map-info{\n        padding:18px 57px 18px 15px;\n    }\n\n    .ds-map-info strong{\n        font-size:14px;\n    }\n\n    .ds-map-info p{\n        margin-top:5px;\n        font-size:13px !important;\n    }\n\n    .ds-map-direction{\n        right:11px;\n        width:38px;\n        height:38px;\n    }\n}\n\n\n\/* =========================================================\n   EXTRA SMALL MOBILE \u00b7 <= 340\n========================================================= *\/\n@media(max-width:340px){\n\n    .ds-inner{\n        width:calc(100% - 20px);\n    }\n\n    .ds-main p{\n        font-size:14px !important;\n        line-height:1.68 !important;\n    }\n\n    .ds-section-label{\n        margin-bottom:13px;\n        font-size:9px;\n    }\n\n    .ds-section-title{\n        font-size:29px;\n    }\n\n    .ds-section-desc{\n        font-size:14px !important;\n    }\n\n    .ds-hero{\n        padding-top:38px;\n    }\n\n    .ds-hero-inner{\n        grid-template-columns:1fr;\n        gap:28px;\n    }\n\n    .ds-hero-copy{\n        padding-bottom:0;\n    }\n\n    .ds-hero-eyebrow{\n        margin-bottom:12px;\n        font-size:8px;\n    }\n\n    .ds-hero-title{\n        font-size:31px;\n        line-height:1.11;\n    }\n\n    .ds-hero-description{\n        margin-top:15px;\n        font-size:14px !important;\n    }\n\n    .ds-hero-more{\n        gap:20px;\n        margin-top:22px;\n        padding-bottom:9px;\n        font-size:12px;\n    }\n\n    .ds-main .ds-hero-visual{\n        height:300px !important;\n    }\n\n    .ds-main .ds-hero-visual::before{\n        top:36px;\n        right:0;\n        width:85%;\n        height:178px;\n        filter:blur(15px);\n    }\n\n    .ds-main .ds-hero-main-image{\n        top:0 !important;\n        right:0 !important;\n        width:94% !important;\n        height:226px !important;\n        box-shadow:0 12px 27px rgba(20,26,32,.10);\n    }\n\n    .ds-main .ds-hero-sub-image{\n        width:100px !important;\n        height:73px !important;\n        bottom:11px !important;\n    }\n\n    .ds-main .ds-hero-image-info{\n        display:none !important;\n    }\n\n    .ds-stats-grid{\n        grid-template-columns:1fr;\n    }\n\n    .ds-stat-item,\n    .ds-stat-item:first-child{\n        min-height:auto;\n        padding:17px 9px;\n        border-right:0;\n        border-bottom:1px solid #e1e2e4;\n    }\n\n    .ds-stat-item:last-child{\n        border-bottom:0;\n    }\n\n    .ds-stat-label{\n        font-size:8px;\n    }\n\n    .ds-stat-value{\n        font-size:17px;\n    }\n\n    .ds-stat-desc{\n        margin-top:5px;\n        font-size:13px !important;\n    }\n\n    .ds-products{\n        padding:56px 0 40px;\n    }\n\n    .ds-products-heading,\n    .ds-process-heading{\n        grid-template-columns:1fr;\n        gap:14px;\n    }\n\n    .ds-products-heading{\n        padding-bottom:24px;\n    }\n\n    .ds-product-row{\n        grid-template-columns:21px 1fr 17px;\n        gap:8px;\n        min-height:0;\n        padding:21px 0 24px;\n    }\n\n    .ds-product-num{\n        font-size:8px;\n    }\n\n    .ds-product-copy h3{\n        font-size:18px;\n    }\n\n    .ds-product-copy p{\n        margin-top:6px;\n        font-size:13px !important;\n        line-height:1.58 !important;\n    }\n\n    .ds-product-image{\n        grid-column:2 \/ 4;\n        width:100%;\n        height:120px;\n        margin-top:10px;\n    }\n\n    .ds-process{\n        padding:56px 0;\n    }\n\n    .ds-process-heading{\n        margin-bottom:26px;\n    }\n\n    .ds-process-grid{\n        grid-template-columns:1fr;\n    }\n\n    .ds-process-item,\n    .ds-process-item:nth-child(3){\n        min-height:180px;\n        padding:21px 16px;\n        border-left:1px solid #d9dbde;\n        border-top:1px solid #d9dbde;\n    }\n\n    .ds-process-item:first-child{\n        border-top:0;\n    }\n\n    .ds-process-step{\n        margin-bottom:24px;\n    }\n\n    .ds-process-item h3{\n        font-size:19px;\n    }\n\n    .ds-process-item p{\n        font-size:13px !important;\n    }\n\n    .ds-contact-layout{\n        grid-template-columns:1fr;\n        min-height:0;\n    }\n\n    .ds-contact-left{\n        justify-content:flex-start;\n        padding:45px 16px 41px;\n    }\n\n    .ds-contact-title{\n        font-size:28px;\n    }\n\n    .ds-contact-description{\n        margin-top:16px;\n        font-size:14px !important;\n    }\n\n    .ds-contact-info{\n        grid-template-columns:1fr;\n        row-gap:19px;\n        margin-top:28px;\n        padding-top:21px;\n    }\n\n    .ds-contact-info-item small{\n        font-size:9px;\n    }\n\n    .ds-contact-info-item strong{\n        font-size:13px;\n    }\n\n    .ds-contact-right{\n        padding:20px 9px;\n    }\n\n    .ds-map-card > .wp-block-kadence-googlemaps,\n    .ds-map-card .wp-block-kadence-googlemaps,\n    .ds-map-card .kb-google-maps-container,\n    .ds-map-card .kb-google-maps-wrapper,\n    .ds-map-card .kt-google-map-container,\n    .ds-map-card .kt-gmap-container,\n    .ds-map-card .kadence-google-map-container,\n    .ds-map-card iframe{\n        height:215px !important;\n        min-height:215px !important;\n        max-height:215px !important;\n    }\n\n    .ds-map-info{\n        padding:16px 51px 16px 13px;\n    }\n\n    .ds-map-info strong{\n        font-size:13px;\n    }\n\n    .ds-map-info p{\n        margin-top:4px;\n        font-size:12px !important;\n    }\n\n    .ds-map-direction{\n        right:9px;\n        width:35px;\n        height:35px;\n    }\n\n    .ds-map-direction svg{\n        width:14px;\n        height:14px;\n    }\n}\n\n\n\/* =========================================================\n   TOUCH DEVICE\n   hover\uac00 \uc5c6\ub294 \ubaa8\ubc14\uc77c\/\ud0dc\ube14\ub9bf\uc5d0\uc11c \ubd88\ud544\uc694\ud55c hover \uc774\ub3d9 \uc81c\uac70\n========================================================= *\/\n@media(hover:none) and (pointer:coarse){\n\n    .ds-product-row:hover .ds-product-image,\n    .ds-process-item:hover,\n    .ds-map-card:hover{\n        transform:none;\n    }\n\n    .ds-product-row:hover .ds-product-image{\n        box-shadow:none;\n    }\n\n    .ds-product-row:hover .ds-product-copy h3{\n        color:#15171a;\n    }\n\n    .ds-product-row:hover .ds-product-arrow{\n        color:#626970;\n        transform:none;\n    }\n}\n\n\n\/* =========================================================\n   MOBILE \/ TABLET LANDSCAPE\n========================================================= *\/\n@media(max-width:900px) and (max-height:500px) and (orientation:landscape){\n\n    .ds-hero{\n        padding-top:38px;\n    }\n\n    .ds-hero-inner{\n        gap:28px;\n    }\n\n    .ds-main .ds-hero-visual{\n        height:330px !important;\n    }\n\n    .ds-main .ds-hero-main-image{\n        width:84% !important;\n        height:250px !important;\n    }\n\n    .ds-main .ds-hero-sub-image{\n        width:116px !important;\n        height:84px !important;\n        bottom:12px !important;\n    }\n\n    .ds-main .ds-hero-image-info{\n        left:132px !important;\n        bottom:12px !important;\n        min-height:38px;\n        padding-top:7px !important;\n    }\n\n    .ds-products,\n    .ds-process{\n        padding-top:64px;\n        padding-bottom:64px;\n    }\n\n    .ds-contact-left{\n        padding-top:50px;\n        padding-bottom:46px;\n    }\n}\n\n<\/style>\n\n\n<div class=\"ds-main\">\n\n\n    <!-- =====================================================\n         HERO\n    ====================================================== -->\n\n    <section class=\"ds-hero\">\n\n        <div class=\"ds-inner\">\n\n            <div class=\"ds-hero-inner\">\n\n\n                <div\n                    class=\"ds-hero-copy\"\n                    data-aos=\"fade-up\"\n                    data-aos-duration=\"850\"\n                >\n\n                    <div class=\"ds-hero-eyebrow\">\n                        5AXIS-3D WATERJET SPECIALIST\n                    <\/div>\n\n\n                    <h1 class=\"ds-hero-title\">\n\n                        \ud3c9\uba74 \uc808\ub2e8\uc744 \ub118\uc5b4,\n\n                        <em>\n                            3\ucc28\uc6d0 \ud615\uc0c1 \uac00\uacf5\uae4c\uc9c0\n                        <\/em>\n\n                    <\/h1>\n\n\n                    <p class=\"ds-hero-description\">\n\n                        \uc2a4\ud14c\uc778\ub808\uc2a4 Sheet, Pipe, Bar \ub4f1\n                        \ub2e4\uc591\ud55c \uc18c\uc7ac\uc640 \ubd80\uc18d\uc744 \uacf5\uae09\ud558\uba70,\n                        5\ucd95 3D \uc6cc\ud130\uc82f\uc744 \uc774\uc6a9\ud55c \uc815\ubc00 \uc808\ub2e8 \uac00\uacf5\uae4c\uc9c0\n                        \ud568\uaed8 \uc81c\uacf5\ud569\ub2c8\ub2e4.\n\n                    <\/p>\n\n\n                    <a\n                        href=\"#ds-business\"\n                        class=\"ds-hero-more\"\n                    >\n\n                        \uc8fc\uc694 \uc0ac\uc5c5 \uc54c\uc544\ubcf4\uae30\n\n                        <i>\u2197<\/i>\n\n                    <\/a>\n\n                <\/div>\n\n\n\n                <div\n                    class=\"ds-hero-visual\"\n                    id=\"dsHeroVisual\"\n                    data-aos=\"fade-left\"\n                    data-aos-delay=\"120\"\n                    data-aos-duration=\"900\"\n                >\n\n\n                    <div class=\"ds-hero-main-image\">\n\n                        <img decoding=\"async\"\n                            src=\"\/wp-content\/uploads\/2026\/08\/\uc6cc\ud130\uc82f.png\"\n                            alt=\"\ub3d9\uc11c\uc5d0\uc2a4\ud2f0 5\ucd95 3D \uc6cc\ud130\uc82f\"\n                        >\n\n\n                        <div class=\"ds-hero-tech\">\n\n                            <strong>\n                                5AXIS \u00b7 3D\n                            <\/strong>\n\n                            <span>\n                                FLOW WATERJET\n                            <\/span>\n\n                        <\/div>\n\n                    <\/div>\n\n\n                    <div class=\"ds-hero-sub-image\">\n\n                        <img decoding=\"async\"\n                            src=\"\/wp-content\/uploads\/2026\/08\/\uc6cc\ud130\uc82f-\uc808\ub2e8.png\"\n                            alt=\"\uc6cc\ud130\uc82f \uc808\ub2e8 \uac00\uacf5\"\n                        >\n\n                    <\/div>\n\n\n                    <div class=\"ds-hero-image-info\">\n\n                        <span>\n                            WATERJET CUTTING\n                        <\/span>\n\n                        <b>\n                            5\ucd95 3D \uc6cc\ud130\uc82f \uc815\ubc00\uac00\uacf5\n                        <\/b>\n\n                    <\/div>\n\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n\n\n        <!-- STATS -->\n\n        <div class=\"ds-hero-stats\">\n\n            <div class=\"ds-inner\">\n\n                <div class=\"ds-stats-grid\">\n\n\n                    <div\n                        class=\"ds-stat-item\"\n                        data-aos=\"fade-up\"\n                    >\n\n                        <span class=\"ds-stat-label\">\n                            01 \u00b7 DONGSEO ST\n                        <\/span>\n\n                        <strong class=\"ds-stat-value\">\n                            STAINLESS + WATERJET\n                        <\/strong>\n\n                        <p class=\"ds-stat-desc\">\n                            \uc2a4\ud14c\uc778\ub808\uc2a4 \uc18c\uc7ac \uacf5\uae09 \ubc0f \uc6cc\ud130\uc82f \uac00\uacf5\n                        <\/p>\n\n                    <\/div>\n\n\n                    <div\n                        class=\"ds-stat-item\"\n                        data-aos=\"fade-up\"\n                        data-aos-delay=\"80\"\n                    >\n\n                        <span class=\"ds-stat-label\">\n                            PRESSURE\n                        <\/span>\n\n                        <strong class=\"ds-stat-value\">\n                            6,000 BAR\n                        <\/strong>\n\n                        <p class=\"ds-stat-desc\">\n                            \ucd08\uace0\uc555 \uc6cc\ud130\uc82f \uc2dc\uc2a4\ud15c\n                        <\/p>\n\n                    <\/div>\n\n\n                    <div\n                        class=\"ds-stat-item\"\n                        data-aos=\"fade-up\"\n                        data-aos-delay=\"160\"\n                    >\n\n                        <span class=\"ds-stat-label\">\n                            PROCESS\n                        <\/span>\n\n                        <strong class=\"ds-stat-value\">\n                            5 AXIS\n                        <\/strong>\n\n                        <p class=\"ds-stat-desc\">\n                            3\ucc28\uc6d0 \ud615\uc0c1 \uac00\uacf5\n                        <\/p>\n\n                    <\/div>\n\n\n                    <div\n                        class=\"ds-stat-item\"\n                        data-aos=\"fade-up\"\n                        data-aos-delay=\"240\"\n                    >\n\n                        <span class=\"ds-stat-label\">\n                            PRODUCTS\n                        <\/span>\n\n                        <strong class=\"ds-stat-value\">\n                            SHEET \u00b7 PIPE \u00b7 BAR\n                        <\/strong>\n\n                        <p class=\"ds-stat-desc\">\n                            \ub2e4\uc591\ud55c \uc2a4\ud14c\uc778\ub808\uc2a4 \ud488\ubaa9 \ucde8\uae09\n                        <\/p>\n\n                    <\/div>\n\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =====================================================\n         PRODUCTS\n    ====================================================== -->\n\n    <section\n        class=\"ds-products\"\n        id=\"ds-products\"\n    >\n\n        <div class=\"ds-inner\">\n\n\n            <div class=\"ds-products-heading\">\n\n\n                <div\n                    data-aos=\"fade-up\"\n                    data-aos-duration=\"800\"\n                >\n\n                    <span class=\"ds-section-label\">\n                        PRODUCTS\n                    <\/span>\n\n\n                    <h2 class=\"ds-section-title\">\n\n                        \ub2e4\uc591\ud55c \uaddc\uaca9\uc758<br>\n                        \uc2a4\ud14c\uc778\ub808\uc2a4 \uc18c\uc7ac\n\n                    <\/h2>\n\n                <\/div>\n\n\n                <p\n                    class=\"ds-section-desc\"\n                    data-aos=\"fade-up\"\n                    data-aos-delay=\"120\"\n                >\n\n                    Sheet, Pipe, Bar\ub97c \ube44\ub86f\ud574\n                    \ud604\uc7a5\uc5d0\uc11c \ud544\uc694\ud55c \ub2e4\uc591\ud55c \uc2a4\ud14c\uc778\ub808\uc2a4 \uc18c\uc7ac\uc640\n                    \uac01\uc885 \ubd80\uc18d\uc744 \ucde8\uae09\ud569\ub2c8\ub2e4.\n\n                <\/p>\n\n\n            <\/div>\n\n\n\n            <div class=\"ds-product-list\">\n\n\n                <a\n                    href=\"\/?page_id=17\"\n                    class=\"ds-product-row\"\n                    data-aos=\"fade-up\"\n                >\n\n                    <span class=\"ds-product-num\">\n                        01\n                    <\/span>\n\n\n                    <div class=\"ds-product-copy\">\n\n                        <h3>\n                            \uc2a4\ud14c\uc778\ub808\uc2a4 \uc2a4\ud14c\ud310\n                        <\/h3>\n\n                        <p>\n                            CR \u00b7 HR \ud310\uc7ac \/ \ub2e4\uc591\ud55c \uac15\uc885 \ubc0f \uaddc\uaca9 \ub300\uc751\n                        <\/p>\n\n                    <\/div>\n\n\n                    <div class=\"ds-product-image\">\n\n                        <img decoding=\"async\"\n                            src=\"\/wp-content\/uploads\/2026\/08\/\uc2a4\ud14c\ud310.png\"\n                            alt=\"\uc2a4\ud14c\uc778\ub808\uc2a4 \uc2a4\ud14c\ud310\"\n                        >\n\n                    <\/div>\n\n\n                    <span class=\"ds-product-arrow\">\n                        \u2197\n                    <\/span>\n\n                <\/a>\n\n\n\n                <a\n                    href=\"\/?page_id=19\"\n                    class=\"ds-product-row\"\n                    data-aos=\"fade-up\"\n                    data-aos-delay=\"70\"\n                >\n\n                    <span class=\"ds-product-num\">\n                        02\n                    <\/span>\n\n\n                    <div class=\"ds-product-copy\">\n\n                        <h3>\n                            \ubc30\uad00\uc6a9 \uc2a4\ud14c\uc778\ub808\uc2a4 \ud30c\uc774\ud504\n                        <\/h3>\n\n                        <p>\n                            \ubc30\uad00 \ubc0f \uc0b0\uc5c5 \ud604\uc7a5\uc5d0 \uc0ac\uc6a9\ub418\ub294 \ub2e4\uc591\ud55c \uaddc\uaca9\uc758 \uc2a4\ud14c\uc778\ub808\uc2a4 \ud30c\uc774\ud504\n                        <\/p>\n\n                    <\/div>\n\n\n                    <div class=\"ds-product-image\">\n\n                        <img decoding=\"async\"\n                            src=\"\/wp-content\/uploads\/2026\/08\/\ud30c\uc774\ud504.png\"\n                            alt=\"\ubc30\uad00\uc6a9 \uc2a4\ud14c\uc778\ub808\uc2a4 \ud30c\uc774\ud504\"\n                        >\n\n                    <\/div>\n\n\n                    <span class=\"ds-product-arrow\">\n                        \u2197\n                    <\/span>\n\n                <\/a>\n\n\n\n                <a\n                    href=\"\/?page_id=21\"\n                    class=\"ds-product-row\"\n                    data-aos=\"fade-up\"\n                    data-aos-delay=\"140\"\n                >\n\n                    <span class=\"ds-product-num\">\n                        03\n                    <\/span>\n\n\n                    <div class=\"ds-product-copy\">\n\n                        <h3>\n                            \uc2a4\ud14c\uc778\ub808\uc2a4 \ud615\uac15\n                        <\/h3>\n\n                        <p>\n                            \uc575\uae00 \u00b7 \ud3c9\ucca0 \u00b7 \ucc2c\ub12c\uc758 \ub2e4\uc591\ud55c \uaddc\uaca9\uc744 \ucde8\uae09\ud569\ub2c8\ub2e4.\n                        <\/p>\n\n                    <\/div>\n\n\n                    <div class=\"ds-product-image\">\n\n                        <img decoding=\"async\"\n                            src=\"\/wp-content\/uploads\/2026\/08\/\ud615\uac15.png\"\n                            alt=\"\uc2a4\ud14c\uc778\ub808\uc2a4 \ud615\uac15\"\n                        >\n\n                    <\/div>\n\n\n                    <span class=\"ds-product-arrow\">\n                        \u2197\n                    <\/span>\n\n                <\/a>\n\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =====================================================\n         BUSINESS\n    ====================================================== -->\n\n    <section\n        class=\"ds-process\"\n        id=\"ds-business\"\n    >\n\n        <div class=\"ds-inner\">\n\n\n            <div class=\"ds-process-heading\">\n\n\n                <div\n                    data-aos=\"fade-up\"\n                >\n\n                    <span class=\"ds-section-label\">\n                        BUSINESS\n                    <\/span>\n\n\n                    <h2 class=\"ds-section-title\">\n\n                        \uc18c\uc7ac \uacf5\uae09\ubd80\ud130<br>\n                        \uc815\ubc00\uac00\uacf5\uae4c\uc9c0\n\n                    <\/h2>\n\n                <\/div>\n\n\n                <p\n                    class=\"ds-section-desc\"\n                    data-aos=\"fade-up\"\n                    data-aos-delay=\"120\"\n                >\n\n                    \uc2a4\ud14c\uc778\ub808\uc2a4 \uc81c\ud488\uc758 \uaddc\uaca9\uacfc \uc218\ub7c9\uc744 \ud655\uc778\ud558\uace0,\n                    \ud544\uc694\ud55c \uacbd\uc6b0 5\ucd95 3D \uc6cc\ud130\uc82f \uac00\uacf5\uc744 \ud1b5\ud574\n                    \uc6d0\ud558\ub294 \ud615\uc0c1\uc73c\ub85c \uc808\ub2e8\ud558\uc5ec \uacf5\uae09\ud569\ub2c8\ub2e4.\n\n                <\/p>\n\n\n            <\/div>\n\n\n\n            <div class=\"ds-process-grid\">\n\n\n                <div\n                    class=\"ds-process-item\"\n                    data-aos=\"fade-up\"\n                >\n\n                    <span class=\"ds-process-step\">\n                        STEP 01\n                    <\/span>\n\n\n                    <h3>\n                        \uc81c\ud488 \ubb38\uc758\n                    <\/h3>\n\n\n                    <p>\n                        Sheet, Pipe, Bar \ubc0f\n                        \uac01\uc885 \uc2a4\ud14c\uc778\ub808\uc2a4 \ubd80\uc18d\uc5d0 \ub300\ud574 \ubb38\uc758\ud569\ub2c8\ub2e4.\n                    <\/p>\n\n                <\/div>\n\n\n\n                <div\n                    class=\"ds-process-item\"\n                    data-aos=\"fade-up\"\n                    data-aos-delay=\"90\"\n                >\n\n                    <span class=\"ds-process-step\">\n                        STEP 02\n                    <\/span>\n\n\n                    <h3>\n                        \uaddc\uaca9 \u00b7 \uc218\ub7c9 \ud655\uc778\n                    <\/h3>\n\n\n                    <p>\n                        \ud544\uc694\ud55c \uac15\uc885\uacfc \uaddc\uaca9,\n                        \ub450\uaed8 \ubc0f \uc218\ub7c9\uc744 \ud655\uc778\ud569\ub2c8\ub2e4.\n                    <\/p>\n\n                <\/div>\n\n\n\n                <div\n                    class=\"ds-process-item\"\n                    data-aos=\"fade-up\"\n                    data-aos-delay=\"180\"\n                >\n\n                    <span class=\"ds-process-step\">\n                        STEP 03\n                    <\/span>\n\n\n                    <h3>\n                        \uc6cc\ud130\uc82f \uac00\uacf5\n                    <\/h3>\n\n\n                    <p>\n                        \uac00\uacf5\uc774 \ud544\uc694\ud55c \uacbd\uc6b0\n                        5\ucd95 3D \uc6cc\ud130\uc82f\uc744 \uc774\uc6a9\ud574 \uc815\ubc00 \uc808\ub2e8\ud569\ub2c8\ub2e4.\n                    <\/p>\n\n                <\/div>\n\n\n\n                <div\n                    class=\"ds-process-item\"\n                    data-aos=\"fade-up\"\n                    data-aos-delay=\"270\"\n                >\n\n                    <span class=\"ds-process-step\">\n                        STEP 04\n                    <\/span>\n\n\n                    <h3>\n                        \ucd9c\uace0 \u00b7 \ub0a9\ud488\n                    <\/h3>\n\n\n                    <p>\n                        \uc81c\ud488 \ubc0f \uac00\uacf5 \uc0c1\ud0dc\ub97c \ud655\uc778\ud55c \ub4a4\n                        \uc694\uccad \uc77c\uc815\uc5d0 \ub9de\ucdb0 \ucd9c\uace0\ud569\ub2c8\ub2e4.\n                    <\/p>\n\n                <\/div>\n\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =====================================================\n         CONTACT\n    ====================================================== -->\n\n    <section\n        class=\"ds-contact\"\n        id=\"ds-contact\"\n    >\n\n        <div class=\"ds-contact-layout\">\n\n\n            <div class=\"ds-contact-left\">\n\n                <div\n                    class=\"ds-contact-left-inner\"\n                    data-aos=\"fade-right\"\n                    data-aos-duration=\"850\"\n                >\n\n\n                    <span class=\"ds-section-label\">\n                        CONTACT\n                    <\/span>\n\n\n                    <h2 class=\"ds-contact-title\">\n\n                        \ud544\uc694\ud55c \uc2a4\ud14c\uc778\ub808\uc2a4 \uc18c\uc7ac\uc640<br>\n\n                        <span>\n                            \uac00\uacf5\uc744 \ubb38\uc758\ud558\uc138\uc694.\n                        <\/span>\n\n                    <\/h2>\n\n\n                    <p class=\"ds-contact-description\">\n\n                        Sheet, Pipe, Bar \ubc0f \uac01\uc885 \uc2a4\ud150\ubd80\uc18d\ubd80\ud130\n                        5\ucd95 3D \uc6cc\ud130\uc82f \uc815\ubc00\uac00\uacf5\uae4c\uc9c0\n                        \ub3d9\uc11c\uc5d0\uc2a4\ud2f0\uc5d0 \ubb38\uc758\ud574 \uc8fc\uc138\uc694.\n\n                    <\/p>\n\n\n\n                    <div class=\"ds-contact-info\">\n\n\n                        <div class=\"ds-contact-info-item\">\n\n                            <small>\n                                TEL\n                            <\/small>\n\n                            <strong>\n                                031-255-6666\n                            <\/strong>\n\n                        <\/div>\n\n\n                        <div class=\"ds-contact-info-item\">\n\n                            <small>\n                                FAX\n                            <\/small>\n\n                            <strong>\n                                031-258-4444\n                            <\/strong>\n\n                        <\/div>\n\n\n                        <div class=\"ds-contact-info-item\">\n\n                            <small>\n                                BUSINESS\n                            <\/small>\n\n                            <strong>\n                                \uc2a4\ud14c\uc778\ub808\uc2a4 \uc18c\uc7ac \ud310\ub9e4<br>\n                                5\ucd95 3D \uc6cc\ud130\uc82f \uac00\uacf5\n                            <\/strong>\n\n                        <\/div>\n\n\n                        <div class=\"ds-contact-info-item\">\n\n                            <small>\n                                ADDRESS\n                            <\/small>\n\n                            <strong>\n                                \uacbd\uae30\ub3c4 \ud654\uc131\uc2dc \ubd09\ub2f4\uc74d<br>\n                                \uc0bc\ucc9c\ubcd1\ub9c8\ub85c 931-7\n                            <\/strong>\n\n                        <\/div>\n\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n\n            <div class=\"ds-contact-right\">\n\n                <div\n                    class=\"ds-map-card\"\n                    data-aos=\"fade-left\"\n                    data-aos-duration=\"850\"\n                >\n\n\n\n<style>.kb-google-maps-container40_09ffe7-f3{height:450px;}<\/style><div class=\"kb-google-maps-container kb-google-maps-container40_09ffe7-f3 wp-block-kadence-googlemaps\" data-mapid=\"40_09ffe7f3\"><iframe width=\"100%\" height=\"100%\"\n\t\t\t\t\t\t\tstyle=\"border:0\" loading=\"lazy\"\n\t\t\t\t\t\t\tsrc=\"https:\/\/www.google.com\/maps\/embed\/v1\/place?key=AIzaSyBAM2o7PiQqwk15LC1XRH2e_KJ-jUa7KYk&#038;zoom=16&#038;maptype=roadmap&#038;q=%EA%B2%BD%EA%B8%B0%EB%8F%84+%ED%99%94%EC%84%B1%EC%8B%9C+%EB%B4%89%EB%8B%B4%EC%9D%8D+%EC%82%BC%EC%B2%9C%EB%B3%91%EB%A7%88%EB%A1%9C+931-7\"\n\t\t\t\t\t\t\ttitle=\"Google map of \uacbd\uae30\ub3c4 \ud654\uc131\uc2dc \ubd09\ub2f4\uc74d \uc0bc\ucc9c\ubcd1\ub9c8\ub85c 931-7\"><\/iframe><\/div><script>function kb_google_map40_09ffe7f3() { let center = { lat: 37.8201, lng: -122.4781}; let map = new google.maps.Map(document.getElementById(\"kb-google-map40_09ffe7f3\"), {\n\t\t\t\t\t    zoom: 16,\n\t\t\t\t\t    center: center,});let marker = new google.maps.Marker({   position: { lat: 37.8201, lng: -122.4781},    map: map,  });}<\/script>\n\n\n\n                    <div class=\"ds-map-info\">\n\n                        <strong>\n                            \uacbd\uae30\ub3c4 \ud654\uc131\uc2dc \ubd09\ub2f4\uc74d \uc0bc\ucc9c\ubcd1\ub9c8\ub85c 931-7\n                        <\/strong>\n\n                        <p>\n                            (\uc8fc)\ub3d9\uc11c\uc5d0\uc2a4\ud2f0\n                        <\/p>\n\n\n                        <a\n                            href=\"https:\/\/www.google.com\/maps\/search\/?api=1&#038;query=\uacbd\uae30\ub3c4+\ud654\uc131\uc2dc+\ubd09\ub2f4\uc74d+\uc0bc\ucc9c\ubcd1\ub9c8\ub85c+931-7\"\n                            target=\"_blank\"\n                            rel=\"noopener noreferrer\"\n                            class=\"ds-map-direction\"\n                            aria-label=\"\uc9c0\ub3c4 \ud06c\uac8c \ubcf4\uae30\"\n                        >\n\n                            <svg\n                                viewBox=\"0 0 24 24\"\n                                aria-hidden=\"true\"\n                            >\n                                <path d=\"M7 17L17 7\"><\/path>\n                                <path d=\"M9 7H17V15\"><\/path>\n                            <\/svg>\n\n                        <\/a>\n\n                    <\/div>\n\n\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/section>\n\n\n<\/div>\n\n\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/aos@2.3.4\/dist\/aos.js\"><\/script>\n\n<script>\n(function(){\n\n\n    function initDsAOS(){\n\n        if(typeof AOS === \"undefined\"){\n            return;\n        }\n\n        AOS.init({\n            once:true,\n            duration:760,\n            easing:\"ease-out-cubic\",\n            offset:60,\n            anchorPlacement:\"top-bottom\"\n        });\n\n    }\n\n\n    if(document.readyState === \"complete\"){\n\n        initDsAOS();\n\n    }else{\n\n        window.addEventListener(\n            \"load\",\n            initDsAOS\n        );\n\n    }\n\n\n\n    const hero =\n        document.getElementById(\n            \"dsHeroVisual\"\n        );\n\n\n    if(hero){\n\n        hero.addEventListener(\n            \"mousemove\",\n            function(e){\n\n                if(window.innerWidth <= 900){\n                    return;\n                }\n\n\n                const rect =\n                    hero.getBoundingClientRect();\n\n\n                const x =\n                    (\n                        e.clientX -\n                        rect.left\n                    ) \/ rect.width;\n\n\n                const y =\n                    (\n                        e.clientY -\n                        rect.top\n                    ) \/ rect.height;\n\n\n                const moveX =\n                    (x - .5) * 4;\n\n\n                const moveY =\n                    (y - .5) * 3;\n\n\n                hero.style.setProperty(\n                    \"--mx\",\n                    moveX + \"px\"\n                );\n\n\n                hero.style.setProperty(\n                    \"--my\",\n                    moveY + \"px\"\n                );\n\n\n                hero.style.setProperty(\n                    \"--mx2\",\n                    (moveX * -0.42) + \"px\"\n                );\n\n\n                hero.style.setProperty(\n                    \"--my2\",\n                    (moveY * -0.42) + \"px\"\n                );\n\n            }\n        );\n\n\n        hero.addEventListener(\n            \"mouseleave\",\n            function(){\n\n                hero.style.setProperty(\n                    \"--mx\",\n                    \"0px\"\n                );\n\n                hero.style.setProperty(\n                    \"--my\",\n                    \"0px\"\n                );\n\n                hero.style.setProperty(\n                    \"--mx2\",\n                    \"0px\"\n                );\n\n                hero.style.setProperty(\n                    \"--my2\",\n                    \"0px\"\n                );\n\n            }\n        );\n\n    }\n\n\n\n    document\n        .querySelectorAll(\n            '.ds-main a[href^=\"#\"]'\n        )\n        .forEach(function(anchor){\n\n            anchor.addEventListener(\n                \"click\",\n                function(e){\n\n                    const href =\n                        this.getAttribute(\n                            \"href\"\n                        );\n\n\n                    if(\n                        !href ||\n                        href === \"#\"\n                    ){\n\n                        e.preventDefault();\n\n                        return;\n\n                    }\n\n\n                    const target =\n                        document.querySelector(\n                            href\n                        );\n\n\n                    if(!target){\n                        return;\n                    }\n\n\n                    e.preventDefault();\n\n\n                    target.scrollIntoView({\n                        behavior:\"smooth\",\n                        block:\"start\"\n                    });\n\n                }\n            );\n\n        });\n\n\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>5AXIS-3D WATERJET SPECIALIST \ud3c9\uba74 \uc808\ub2e8\uc744 \ub118\uc5b4, 3\ucc28\uc6d0 \ud615\uc0c1 \uac00\uacf5\uae4c\uc9c0 \uc2a4\ud14c\uc778\ub808\uc2a4 Sheet, Pipe, Bar \ub4f1 \ub2e4\uc591\ud55c \uc18c\uc7ac\uc640 \ubd80\uc18d\uc744 \uacf5\uae09\ud558\uba70, 5\ucd95 3D \uc6cc\ud130\uc82f\uc744 \uc774\uc6a9\ud55c \uc815\ubc00 \uc808\ub2e8 \uac00\uacf5\uae4c\uc9c0 \ud568\uaed8 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc8fc\uc694 \uc0ac\uc5c5 \uc54c\uc544\ubcf4\uae30 \u2197 5AXIS \u00b7 3D FLOW WATERJET WATERJET CUTTING 5\ucd95 3D &hellip; <a href=\"https:\/\/st4989.co.kr\/\">Continued<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-fullwidth.php","meta":{"kt_blocks_editor_width":"","footnotes":""},"class_list":["post-40","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/st4989.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/40","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/st4989.co.kr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/st4989.co.kr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/st4989.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/st4989.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=40"}],"version-history":[{"count":25,"href":"https:\/\/st4989.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/40\/revisions"}],"predecessor-version":[{"id":137,"href":"https:\/\/st4989.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/40\/revisions\/137"}],"wp:attachment":[{"href":"https:\/\/st4989.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=40"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}