{"id":249,"date":"2026-06-21T20:06:33","date_gmt":"2026-06-21T11:06:33","guid":{"rendered":"https:\/\/pyobiotech.com\/?page_id=249"},"modified":"2026-06-22T09:47:34","modified_gmt":"2026-06-22T00:47:34","slug":"our-promise-as-a-cro","status":"publish","type":"page","link":"https:\/\/pyobiotech.com\/en\/our-promise-as-a-cro\/","title":{"rendered":"Our Promise"},"content":{"rendered":"<style>\n    \/* ==============================================\n       1. \uae30\ubcf8 \uc124\uc815 \ubc0f \ud14c\ub9c8 \uc81c\ubaa9\/\uc0c1\ub2e8 \uc5ec\ubc31 \uc228\uae30\uae30\n       ============================================== *\/\n    header.entry-header { display: none !important; }\n    .cro-promise-container { max-width: 1200px; margin: -20px auto 0; padding: 0 15px 60px 15px; font-family: 'Pretendard', -apple-system, sans-serif; box-sizing: border-box; }\n    .cro-promise-container * { box-sizing: border-box; }\n\n    :root {\n        --point-color: #0088FE; \/* \ud45c\ubc14\uc774\uc624\ud14d \uba54\uc778 \ube14\ub8e8 *\/\n    }\n\n    \/* ==============================================\n       2. \uc138\ub828\ub41c \ubbf8\ub2c8\uba40 \ud0c0\uc774\ud2c0 \ub514\uc790\uc778\n       ============================================== *\/\n    .main-title-box { text-align: center; margin-bottom: 70px; padding-top: 0; }\n    .main-title-box h1 { font-size: 38px; font-weight: 800; color: #222; margin: 0; letter-spacing: -1px; }\n    .main-title-box p { font-size: 16px; color: #888; margin: 10px 0 0 0; font-weight: 400; text-transform: uppercase; letter-spacing: 2px; }\n    .title-divider { width: 40px; height: 4px; background-color: var(--point-color); margin: 25px auto 0; border-radius: 2px; }\n\n    \/* ==============================================\n       3. \ub3c4\uc785\ubd80 (\ucca0\ud559 \uc120\uc5b8) \ubc15\uc2a4\n       ============================================== *\/\n    .promise-intro-box {\n        background: #f8fbff; \n        padding: 50px 60px;\n        border-radius: 16px;\n        border: 1px solid #e1effc;\n        margin-bottom: 50px;\n        text-align: center;\n    }\n    .promise-intro-ko {\n        font-size: 19px;\n        font-weight: 600;\n        color: #111;\n        line-height: 1.6;\n        margin: 0 0 25px 0;\n        word-break: keep-all;\n    }\n    .promise-intro-en {\n        font-size: 16px;\n        font-weight: 400;\n        color: #666;\n        line-height: 1.6;\n        margin: 0;\n    }\n\n    \/* ==============================================\n       4. 4\uac00\uc9c0 \uc57d\uc18d \uadf8\ub9ac\ub4dc \ubc0f \uce74\ub4dc \ub514\uc790\uc778\n       ============================================== *\/\n    .promise-grid { \n        display: flex; \n        flex-wrap: wrap; \n        gap: 40px; \n    }\n    \n    .promise-card {\n        flex: 1 1 calc(50% - 40px); \n        min-width: 320px;\n        background: #ffffff;\n        padding: 45px 40px;\n        border-radius: 16px;\n        border: 1px solid #eaeaea;\n        border-top: 5px solid var(--point-color);\n        box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n        display: flex;\n        flex-direction: column;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    .promise-card:hover { \n        transform: translateY(-5px); \n        box-shadow: 0 15px 35px rgba(0,0,0,0.08); \n    }\n\n    \/* \uc0c1\ub2e8 \uc544\uc774\ucf58 (\ubc29\ud328\/\uccb4\ud06c - \uc2e0\ub8b0 \uc0c1\uc9d5) *\/\n    .p-icon-wrap {\n        width: 46px;\n        height: 46px;\n        background-color: var(--point-color);\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 25px;\n        box-shadow: 0 4px 12px rgba(0, 136, 254, 0.25);\n    }\n    .p-icon-wrap svg {\n        width: 22px;\n        height: 22px;\n        fill: #ffffff;\n    }\n\n    \/* \uce74\ub4dc \ub0b4 \ud14d\uc2a4\ud2b8 \uc2a4\ud0c0\uc77c *\/\n    .p-ko { \n        margin: 0; \n        line-height: 1.6; \n        color: #222; \n        font-size: 17px; \n        font-weight: 600; \n        word-break: keep-all; \n    }\n    \n    .p-divider {\n        width: 100%;\n        height: 1px;\n        background-color: #eee;\n        margin: 20px 0;\n    }\n\n    .p-en { \n        margin: 0; \n        line-height: 1.6; \n        color: #666; \n        font-size: 15px; \n        font-weight: 400; \n    }\n\n    \/* ==============================================\n       5. \ud83d\udcf1 \ubaa8\ubc14\uc77c \ud658\uacbd \ub300\uc751\n       ============================================== *\/\n    @media (max-width: 768px) {\n        .cro-promise-container { margin-top: 0; padding: 0 15px; }\n        .main-title-box h1 { font-size: 30px; }\n        .promise-intro-box { padding: 40px 25px; margin-bottom: 40px; }\n        .promise-intro-ko { font-size: 17px; }\n        .promise-intro-en { font-size: 15px; }\n        .promise-grid { gap: 25px; }\n        .promise-card { flex: 1 1 100% !important; padding: 35px 25px; }\n        .p-ko { font-size: 16px; }\n        .p-en { font-size: 14px; }\n    }\n<\/style>\n\n<div class=\"cro-promise-container\">\n    \n    <div class=\"main-title-box\">\n        <h1>Our Promise<\/h1>\n        <p>Our Promise as a CRO<\/p>\n        <div class=\"title-divider\"><\/div>\n    <\/div>\n\n    <div class=\"promise-intro-box\">\n        <p class=\"promise-intro-ko\">\n            The data we hold as a CRO is not ours.<br>\n            It's a new drug that someone has been waiting for a long time, and it's the tomorrow for the patient waiting for that drug.<br>\n            So we consider trust to be our real product.\n        <\/p>\n        <p class=\"promise-intro-en\">\n            The data we hold as a CRO is never ours. It is a medicine someone has labored over, and the tomorrow of the patients waiting for it. That is why we consider trust to be our true product.\n        <\/p>\n    <\/div>\n\n    <div class=\"promise-grid\">\n        \n        <div class=\"promise-card\">\n            <div class=\"p-icon-wrap\">\n                <svg viewbox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg>\n            <\/div>\n            <p class=\"p-ko\">There are no compromises on data integrity.<br>Even if the results are unfavorable to the client, we report them as they are.<\/p>\n            <div class=\"p-divider\"><\/div>\n            <p class=\"p-en\">We never compromise on data integrity\u2014even when the result is unfavorable, we report exactly what we saw.<\/p>\n        <\/div>\n\n        <div class=\"promise-card\">\n            <div class=\"p-icon-wrap\">\n                <svg viewbox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg>\n            <\/div>\n            <p class=\"p-ko\">We protect the entrusted science to the end.<br>We protect our clients' confidentiality and intellectual property as if it were our own.<\/p>\n            <div class=\"p-divider\"><\/div>\n            <p class=\"p-en\">We protect the science entrusted to us to the very end, guarding our clients\u2019 confidentiality and IP as our own.<\/p>\n        <\/div>\n\n        <div class=\"promise-card\">\n            <div class=\"p-icon-wrap\">\n                <svg viewbox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg>\n            <\/div>\n            <p class=\"p-ko\">\uacfc\ud559\uc801 \uc5c4\ubc00\ud568\uc774 \uc6b0\ub9ac\uc758 \uae30\uc900\uc785\ub2c8\ub2e4.<br>\ub2e8\uc21c\ud55c \uc218\uce58\ub97c \ub118\uc5b4, \uc7ac\ud604 \uac00\ub2a5\ud55c \uc9c4\uc2e4\uc744 \ucc3e\ub294 \uac83\uc5d0 \uc5f0\uad6c\uc758 \ubaa9\uc801\uc744 \ub461\ub2c8\ub2e4.<\/p>\n            <div class=\"p-divider\"><\/div>\n            <p class=\"p-en\">Scientific rigor is our benchmark. Beyond simple numbers, our purpose is to find the reproducible truth in every study.<\/p>\n        <\/div>\n\n        <div class=\"promise-card\">\n            <div class=\"p-icon-wrap\">\n                <svg viewbox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg>\n            <\/div>\n            <p class=\"p-ko\">\uc0dd\uba85 \uc724\ub9ac\ub97c \ucd5c\uc6b0\uc120\uc73c\ub85c \uc0dd\uac01\ud569\ub2c8\ub2e4.<br>\uc6b0\ub9ac\uac00 \ub2e4\ub8e8\ub294 \ubaa8\ub4e0 \ub370\uc774\ud130 \ub4a4\uc5d0 &#8216;\uc0ac\ub78c&#8217;\uc774 \uc788\uc74c\uc744 \uc78a\uc9c0 \uc54a\uace0 \ubaa8\ub4e0 \uc5f0\uad6c\ub97c \uc218\ud589\ud569\ub2c8\ub2e4.<\/p>\n            <div class=\"p-divider\"><\/div>\n            <p class=\"p-en\">Bioethics is our priority. We conduct all research with the constant reminder that there is a &#8216;human&#8217; behind every data point we handle.<\/p>\n        <\/div>\n\n    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\uc6b0\ub9ac\uc758 \uc57d\uc18d Our Promise as a CRO \uc6b0\ub9ac\uac00 CRO\ub85c\uc11c \uc190\uc5d0 \uc950\ub294 \ub370\uc774\ud130\ub294 \uc6b0\ub9ac\uc758 \uac83\uc774 \uc544\ub2d9\ub2c8\ub2e4. \uadf8\uac83\uc740 \ub204\uad70\uac00\uac00 \uc624\ub798 \ub9e4\ub2ec\ub824 \uc628 \uc2e0\uc57d\uc774\uace0, \uadf8 \uc57d\uc744 \uae30\ub2e4\ub9ac\ub294 \ud658\uc790\uc758 \ub0b4\uc77c\uc785\ub2c8\ub2e4. \uadf8\ub798\uc11c \uc6b0\ub9ac\ub294 \uc2e0\ub8b0\ub97c \uc6b0\ub9ac\uc758 \uc9c4\uc9dc \uc81c\ud488\uc774\ub77c\uace0 \uc0dd\uac01\ud569\ub2c8\ub2e4. The data we hold as a CRO is never ours. It is a medicine someone has labored over, and the tomorrow of &#8230; <a title=\"Our Promise\" class=\"read-more\" href=\"https:\/\/pyobiotech.com\/en\/our-promise-as-a-cro\/\" aria-label=\"Read more about \uc6b0\ub9ac\uc758 \uc57d\uc18d\">Read more<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-249","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/pyobiotech.com\/en\/wp-json\/wp\/v2\/pages\/249","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pyobiotech.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pyobiotech.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pyobiotech.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pyobiotech.com\/en\/wp-json\/wp\/v2\/comments?post=249"}],"version-history":[{"count":3,"href":"https:\/\/pyobiotech.com\/en\/wp-json\/wp\/v2\/pages\/249\/revisions"}],"predecessor-version":[{"id":256,"href":"https:\/\/pyobiotech.com\/en\/wp-json\/wp\/v2\/pages\/249\/revisions\/256"}],"wp:attachment":[{"href":"https:\/\/pyobiotech.com\/en\/wp-json\/wp\/v2\/media?parent=249"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}