{"id":66,"date":"2024-04-12T07:08:55","date_gmt":"2024-04-11T22:08:55","guid":{"rendered":"http:\/\/glstory.co.kr\/?page_id=66"},"modified":"2026-07-30T00:41:55","modified_gmt":"2026-07-29T15:41:55","slug":"%ed%9a%8c%ec%82%ac%ec%86%8c%ea%b0%9c","status":"publish","type":"page","link":"http:\/\/glstory.co.kr\/","title":{"rendered":"\ub3c5\ub9bd\ub9ac\uc11c\uce58\ub780?"},"content":{"rendered":"<style>.gl-site h1,.gl-site h2,.gl-site h3 { text-wrap: balance; } .gl-site p { text-wrap: pretty; } :root { --forest: #006b35; --forest-dark: #004523; --forest-deep: #002f1b; --mint: #c9f8cf; --mint-soft: #effbf1; --lime: #a9ef8b; --cream: #fffbd1; --ink: #101512; --muted: #637069; --line: #dce8df; --white: #ffffff; --max: 1180px; } * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; color: var(--ink); background: #fff; font-family: Pretendard, \"Noto Sans KR\", \"Apple SD Gothic Neo\", \"Malgun Gothic\", sans-serif; word-break: keep-all; -webkit-font-smoothing: antialiased; } a { color: inherit; text-decoration: none; } img { display: block; max-width: 100%; } .wrap { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; } \/* WordPress blank-template integration *\/ body.page-template-blank .wp-site-blocks { padding: 0; } body.page-template-blank #wp--skip-link--target { width: 100%; max-width: none !important; margin: 0 !important; } body.page-template-blank .wp-block-post-content { padding-left: 0 !important; padding-right: 0 !important; } body.page-template-blank .site-header, body.page-template-blank .hero, body.page-template-blank .principles, body.page-template-blank .section, body.page-template-blank .cta, body.page-template-blank .site-footer { width: 100%; max-width: none !important; } .site-header { position: relative; z-index: 10; background: rgba(255,255,255,.96); border-bottom: 1px solid #e8eee9; } .header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; } .brand { display: flex; align-items: center; min-width: 250px; } .brand img { width: 250px; height: auto; } .nav { display: flex; align-items: center; gap: 34px; font-size: 15px; font-weight: 700; } .nav a { position: relative; padding: 34px 0; } .nav a::after { position: absolute; left: 0; right: 100%; bottom: 24px; height: 2px; background: var(--forest); content: \"\"; transition: right .2s ease; } .nav a:hover::after { right: 0; } .nav .contact { padding: 12px 18px; color: #fff; background: var(--forest); border-radius: 999px; } .nav .contact::after { display: none; } .hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 16%, rgba(169,239,139,.22), transparent 27%), linear-gradient(122deg, var(--forest-deep) 0%, #004f2a 54%, #00733a 100%); } .hero::before { position: absolute; inset: 0; opacity: .13; content: \"\"; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, transparent, #000 58%); } .hero-inner { position: relative; min-height: 650px; padding: 88px 0 76px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; } .eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; color: var(--lime); font-size: 13px; font-weight: 800; letter-spacing: .16em; } .eyebrow::before { width: 28px; height: 2px; background: currentColor; content: \"\"; } h1 { margin: 0 0 26px; font-size: clamp(46px, 5vw, 72px); line-height: 1.13; letter-spacing: -.055em; } @media (min-width: 601px) { .hero-copy h1 { white-space: nowrap; } } .hero-copy > p { max-width: 610px; margin: 0 0 38px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.75; } .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; } .btn { display: inline-flex; min-height: 52px; padding: 0 23px; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 8px; font-size: 15px; font-weight: 800; transition: transform .2s ease, background .2s ease; } .btn:hover { transform: translateY(-2px); } .btn-primary { color: #00331a !important; background: var(--lime); } .btn-primary span { color: inherit !important; } .btn-outline { color: #fff; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.04); } .btn span { font-size: 20px; line-height: 1; } .research-board { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 30px 80px rgba(0,20,10,.35); color: var(--ink); transform: rotate(1deg); } .board-top { padding: 19px 22px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: #07120c; } .board-top strong { font-size: 14px; letter-spacing: .08em; } .board-top small { color: var(--mint); font-weight: 700; } .board-highlight { padding: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #78d68d; background: var(--mint); } .board-highlight strong { color: var(--forest-dark); font-size: 23px; letter-spacing: -.03em; } .board-highlight span { color: var(--forest); font-size: 12px; font-weight: 800; } .board-grid { display: grid; grid-template-columns: repeat(2, 1fr); } .board-cell { min-height: 145px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; } .board-cell:nth-child(even) { border-right: 0; } .board-cell:nth-last-child(-n+2) { border-bottom: 0; } .board-cell:nth-child(3) { background: var(--cream); } .board-no { color: var(--forest); font-size: 12px; font-weight: 900; letter-spacing: .1em; } .board-cell strong { font-size: 18px; } .board-cell p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; } .board-arrow { color: var(--forest); font-size: 20px; align-self: flex-end; } .principles { background: var(--mint); border-bottom: 1px solid #9cdda7; } .principles-inner { min-height: 108px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; } .principle { padding: 9px 26px; border-right: 1px solid rgba(0,83,39,.2); } .principle:first-child { padding-left: 0; } .principle:last-child { border-right: 0; } .principle small { display: block; margin-bottom: 5px; color: var(--forest); font-size: 11px; font-weight: 900; letter-spacing: .12em; } .principle strong { font-size: 18px; } .section { padding: 110px 0; } .section-kicker { margin: 0 0 16px; color: var(--forest); font-size: 13px; font-weight: 900; letter-spacing: .15em; } .section-title { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.22; letter-spacing: -.045em; } .section-lead { margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; } .intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; } .intro-statement { padding: 34px; border-top: 4px solid var(--forest); background: var(--mint-soft); font-size: 21px; line-height: 1.7; font-weight: 750; } .services { background: #f5f8f5; } .services-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; } .services-head .section-lead { max-width: 460px; margin: 0; } @media (min-width: 901px) { .services-head > div { flex: 1 1 auto; min-width: 0; } .services-head .section-lead { flex: 0 0 400px; max-width: 400px; } .services-head .section-title { font-size: clamp(34px,3.55vw,46px); white-space: nowrap; } } .service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; } .service-card { min-height: 310px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; } .service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(0,51,26,.1); } .service-card.big { grid-column: span 7; color: #fff; background: var(--forest); border-color: var(--forest); } .service-card.side { grid-column: span 5; background: var(--cream); } .service-card.half { grid-column: span 6; min-height: 270px; } .service-card.mint { background: var(--mint); } .card-num { margin-bottom: auto; color: currentColor; opacity: .7; font-size: 12px; font-weight: 900; letter-spacing: .14em; } .service-card h3 { margin: 28px 0 11px; font-size: 27px; letter-spacing: -.03em; } .service-card p { margin: 0 0 25px; color: var(--muted); line-height: 1.7; } .service-card.big p { color: rgba(255,255,255,.76); } .card-link { display: flex; align-items: center; justify-content: space-between; font-weight: 850; } .service-card.big .card-link { color: #fff !important; } .service-card:not(.big) .card-link { color: var(--forest-dark) !important; } .card-link span { font-size: 23px; } .process-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); } .process-step { position: relative; padding: 33px 25px 0 0; } .process-step::before { position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--forest); content: \"\"; } .process-step small { color: var(--forest); font-weight: 900; } .process-step h3 { margin: 15px 0 10px; font-size: 19px; } .process-step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; } .cta { padding: 95px 0; color: #fff; background: #090d0b; } .cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; } .cta h2 { margin: 0 0 16px; font-size: clamp(34px, 4vw, 50px); letter-spacing: -.04em; } .cta p { margin: 0; color: rgba(255,255,255,.65); font-size: 17px; } .site-footer { padding: 42px 0; color: #c9d1cc; background: #030604; font-size: 13px; } .footer-inner { display: flex; justify-content: space-between; gap: 40px; } .footer-brand { color: #fff; font-size: 16px; font-weight: 850; } .footer-meta { text-align: right; line-height: 1.8; } @media (max-width: 900px) { .wrap { width: min(calc(100% - 34px), var(--max)); } .header-inner { min-height: 74px; } .brand { min-width: auto; } .brand img { width: 195px; } .nav { gap: 16px; font-size: 13px; } .nav a { padding: 25px 0; } .nav a:nth-child(2), .nav a:nth-child(3) { display: none; } .hero-inner { grid-template-columns: 1fr; gap: 50px; padding: 70px 0; } .research-board { max-width: 620px; transform: none; } .principles-inner { grid-template-columns: repeat(2,1fr); padding: 14px 0; } .principle { padding: 15px 20px; } .principle:nth-child(2) { border-right: 0; } .intro-grid { grid-template-columns: 1fr; gap: 40px; } .services-head { display: block; } .services-head .section-lead { margin-top: 22px; } .service-card.big, .service-card.side, .service-card.half { grid-column: span 12; min-height: 260px; } .process-grid { grid-template-columns: repeat(2,1fr); row-gap: 38px; } .cta-inner { grid-template-columns: 1fr; } } @media (max-width: 560px) { .wrap { width: min(calc(100% - 28px), var(--max)); } .brand img { width: 170px; } .nav a:not(.contact) { display: none; } .nav .contact { padding: 10px 14px; } .hero-inner { min-height: auto; padding: 58px 0; } h1 { font-size: 43px; } .hero-copy > p { font-size: 16px; } .board-highlight { align-items: start; flex-direction: column; } .board-cell { min-height: 132px; padding: 18px; } .principles-inner { grid-template-columns: 1fr 1fr; } .principle { padding: 13px 10px; } .principle strong { font-size: 15px; } .section { padding: 78px 0; } .service-card { padding: 27px; } .process-grid { grid-template-columns: 1fr; } .footer-inner { flex-direction: column; } .footer-meta { text-align: left; } } :root { --gl-forest: #006b35; --gl-forest-dark: #004523; --gl-forest-deep: #002f1b; --gl-mint: #c9f8cf; --gl-mint-soft: #effbf1; --gl-lime: #a9ef8b; --gl-cream: #fffbd1; --gl-ink: #101512; --gl-muted: #637069; --gl-line: #dce8df; --gl-white: #fff; --gl-max: 1180px; } body.page-template-blank .wp-site-blocks { padding: 0px; } body.page-template-blank #wp--skip-link--target { width: 100%; max-width: none !important; margin: 0px !important; } body.page-template-blank .wp-block-post-content { padding: 0px !important; } body.page-template-blank .gl-site { width: 100%; max-width: none !important; margin: 0px !important; } .gl-site, .gl-site * { box-sizing: border-box; } .gl-site { color: var(--gl-ink); background: rgb(255, 255, 255); font-family: Pretendard, \"Noto Sans KR\", \"Apple SD Gothic Neo\", \"Malgun Gothic\", sans-serif; word-break: keep-all; -webkit-font-smoothing: antialiased; } .gl-site a { color: inherit; text-decoration: none; } .gl-site img { display: block; max-width: 100%; } .gl-wrap { width: min(calc(100% - 48px), var(--gl-max)); margin: 0px auto; } .gl-header { position: relative; z-index: 50; width: 100%; background: rgba(255, 255, 255, 0.98); border-bottom: 1px solid rgb(231, 238, 233); } .gl-header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; } .gl-brand { display: flex; align-items: center; flex: 0 0 auto; } .gl-brand img { width: 250px; height: auto; } .gl-desktop-nav { display: flex; align-items: center; gap: 5px; } .gl-home-link, .gl-nav-label { display: flex; min-height: 48px; padding: 0px 15px; align-items: center; gap: 6px; border: 0px; background: transparent; font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 14px; font-weight: 800; cursor: pointer; color: var(--gl-ink) !important; } .gl-home-link:hover, .gl-nav-group:hover .gl-nav-label { color: var(--gl-forest) !important; } .gl-nav-group { position: relative; } .gl-nav-group > p { display: none !important; margin: 0 !important; } .gl-nav-caret { color: var(--gl-forest); font-size: 11px; } .gl-dropdown { position: absolute; top: calc(100% + 6px); left: 50%; min-width: 205px; padding: 10px; border: 1px solid var(--gl-line); border-radius: 12px; background: rgb(255, 255, 255); box-shadow: rgba(0, 45, 22, 0.15) 0px 20px 50px; opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: 0.18s; } .gl-nav-group:hover .gl-dropdown, .gl-nav-group:focus-within .gl-dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0px); } .gl-dropdown a { display: flex; padding: 12px 13px; align-items: center; justify-content: space-between; border-radius: 8px; font-size: 13px; font-weight: 750; color: var(--gl-ink) !important; } .gl-dropdown a:hover { background: var(--gl-mint-soft); color: var(--gl-forest) !important; } .gl-dropdown a span { color: var(--gl-forest); } .gl-contact-link { display: inline-flex; min-height: 46px; padding: 0px 18px; align-items: center; justify-content: center; border-radius: 999px; background: var(--gl-forest); font-size: 14px; font-weight: 850; color: rgb(255, 255, 255) !important; } .gl-contact-link:hover { background: var(--gl-forest-dark); } .gl-mobile-menu { display: none; position: relative; } .gl-mobile-menu summary { list-style: none; padding: 10px 15px; border-radius: 999px; background: var(--gl-forest); color: rgb(255, 255, 255); font-size: 13px; font-weight: 850; cursor: pointer; } .gl-mobile-menu summary::-webkit-details-marker { display: none; } .gl-mobile-panel { position: absolute; top: 52px; right: 0px; width: min(330px, -28px + 100vw); padding: 17px; border: 1px solid var(--gl-line); border-radius: 14px; background: rgb(255, 255, 255); box-shadow: rgba(0, 45, 22, 0.18) 0px 22px 55px; } .gl-mobile-section { padding: 12px 0px; border-bottom: 1px solid var(--gl-line); } .gl-mobile-section:last-child { border-bottom: 0px; } .gl-mobile-section strong { display: block; margin-bottom: 8px; color: var(--gl-forest); font-size: 11px; letter-spacing: 0.1em; } .gl-mobile-links { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; } .gl-mobile-links a { padding: 9px; border-radius: 7px; background: rgb(247, 250, 247); font-size: 12px; font-weight: 700; color: var(--gl-ink) !important; } .gl-subhero { position: relative; overflow: hidden; color: rgb(255, 255, 255); background: linear-gradient(125deg,var(--gl-forest-deep),#006837 68%,#0a8244); } .gl-subhero::before { position: absolute; inset: 0px; content: \"\"; opacity: 0.13; background-image: linear-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.4) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, rgb(0, 0, 0)); } .gl-subhero-inner { position: relative; min-height: 390px; padding: 74px 0px; display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 70px; } .gl-eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--gl-lime); font-size: 12px; font-weight: 900; letter-spacing: 0.16em; } .gl-eyebrow::before { width: 26px; height: 2px; background: currentcolor; content: \"\"; } .gl-subhero h1 { margin: 0px 0px 20px; font-size: clamp(42px, 5vw, 68px); line-height: 1.13; letter-spacing: -0.055em; color: rgb(255, 255, 255) !important; } .gl-subhero-copy > p { max-width: 650px; margin: 0px; font-size: 17px; line-height: 1.75; color: rgba(255, 255, 255, 0.73) !important; } .gl-hero-index { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 16px; background: rgba(255, 255, 255, 0.96); color: var(--gl-ink); box-shadow: rgba(0, 25, 12, 0.25) 0px 25px 65px; } .gl-index-head { padding: 16px 18px; display: flex; justify-content: space-between; color: rgb(255, 255, 255); background: rgb(8, 19, 13); font-size: 11px; font-weight: 850; letter-spacing: 0.1em; } .gl-index-grid { display: grid; grid-template-columns: 1fr 1fr; } .gl-index-item { min-height: 105px; padding: 18px; border-right: 1px solid var(--gl-line); border-bottom: 1px solid var(--gl-line); } .gl-index-item:nth-child(2n) { border-right: 0px; } .gl-index-item:nth-last-child(-n+2) { border-bottom: 0px; } .gl-index-item:nth-child(3) { background: var(--gl-cream); } .gl-index-item small { display: block; margin-bottom: 13px; color: var(--gl-forest); font-size: 10px; font-weight: 900; letter-spacing: 0.1em; } .gl-index-item strong { font-size: 15px; } .gl-section { padding: 100px 0px; } .gl-section-soft { background: rgb(245, 248, 245); } .gl-kicker { letter-spacing: 0.15em; margin: 0px 0px 15px !important; color: var(--gl-forest) !important; font-size: 12px !important; font-weight: 900 !important; } .gl-title { margin: 0px; font-size: clamp(34px, 4vw, 52px); line-height: 1.25; letter-spacing: -0.045em; color: var(--gl-ink) !important; } .gl-lead { line-height: 1.8; margin: 22px 0px 0px !important; color: var(--gl-muted) !important; font-size: 17px !important; } .gl-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; } .gl-highlight-box { padding: 32px; border-top: 4px solid var(--gl-forest); background: var(--gl-mint-soft); font-size: 20px; line-height: 1.65; font-weight: 800; } .gl-card-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; } .gl-card { min-height: 250px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--gl-line); border-radius: 15px; background: rgb(255, 255, 255); } .gl-card.gl-span-4 { grid-column: span 4; } .gl-card.gl-span-6 { grid-column: span 6; } .gl-card.gl-green { color: rgb(255, 255, 255); background: var(--gl-forest); border-color: var(--gl-forest); } .gl-card.gl-mint { background: var(--gl-mint); } .gl-card.gl-cream { background: var(--gl-cream); } .gl-card small { margin-bottom: auto; color: var(--gl-forest); font-size: 10px; font-weight: 900; letter-spacing: 0.12em; } .gl-card.gl-green small { color: var(--gl-lime); } .gl-card h3 { margin: 28px 0px 10px; font-size: 23px; letter-spacing: -0.03em; color: var(--gl-ink) !important; } .gl-card.gl-green h3 { color: rgb(255, 255, 255) !important; } .gl-card p { line-height: 1.7; margin: 0px !important; color: var(--gl-muted) !important; font-size: 14px !important; } .gl-card.gl-green p { color: rgba(255, 255, 255, 0.72) !important; } .gl-card-link { margin-top: 24px; display: flex; justify-content: space-between; font-size: 14px; font-weight: 850; color: var(--gl-forest-dark) !important; } .gl-green .gl-card-link { color: rgb(255, 255, 255) !important; } .gl-principle-strip { border-top: 1px solid rgb(154, 217, 167); border-bottom: 1px solid rgb(154, 217, 167); background: var(--gl-mint); } .gl-principles { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; } .gl-principle { padding: 10px 25px; border-right: 1px solid rgba(0, 82, 39, 0.18); } .gl-principle:first-child { padding-left: 0px; } .gl-principle:last-child { border-right: 0px; } .gl-principle small { display: block; margin-bottom: 5px; color: var(--gl-forest); font-size: 10px; font-weight: 900; letter-spacing: 0.1em; } .gl-principle strong { font-size: 16px; } .gl-letter { padding: 100px 0px; background: rgb(255, 255, 255); } .gl-letter-grid { display: grid; grid-template-columns: 0.68fr 1.32fr; gap: 90px; align-items: start; } .gl-letter-side { position: sticky; top: 35px; } .gl-letter-mark { width: 74px; height: 74px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 50%; background: var(--gl-forest); color: rgb(255, 255, 255); font-size: 22px; font-weight: 900; } .gl-letter-side blockquote { margin: 0px; color: var(--gl-ink); font-size: 25px; line-height: 1.55; font-weight: 750; } .gl-letter-body { padding-left: 50px; border-left: 1px solid var(--gl-line); } .gl-letter-body p { line-height: 1.95; margin: 0px 0px 24px !important; color: rgb(52, 64, 57) !important; font-size: 16px !important; } .gl-letter-body .gl-opening { font-weight: 850; color: var(--gl-ink) !important; font-size: 21px !important; } .gl-signature { margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--gl-line); text-align: right; } .gl-signature small { display: block; color: var(--gl-muted); } .gl-signature strong { display: block; margin-top: 8px; color: var(--gl-forest); font-size: 21px; } .gl-board-area { padding: 78px 0px 100px; background: rgb(245, 248, 245); } .gl-board-intro { margin-bottom: 30px; display: flex; justify-content: space-between; align-items: end; gap: 30px; } .gl-board-intro p { max-width: 550px; line-height: 1.75; margin: 0px !important; color: var(--gl-muted) !important; } .gl-board-shell { padding: 34px; border: 1px solid var(--gl-line); border-radius: 18px; background: rgb(255, 255, 255); box-shadow: rgba(0, 49, 24, 0.07) 0px 18px 50px; } .gl-board-shell #kboard-default-list { font-family: inherit !important; } .gl-board-shell .kboard-list-header { padding-bottom: 18px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--gl-line); margin-bottom: 22px !important; display: flex !important; } .gl-board-shell .kboard-total-count { color: var(--gl-forest) !important; font-size: 13px !important; font-weight: 850 !important; } .gl-board-shell .kboard-sort select, .gl-board-shell .kboard-search select, .gl-board-shell .kboard-search input { min-height: 42px !important; border: 1px solid var(--gl-line) !important; border-radius: 7px !important; background: rgb(255, 255, 255) !important; } .gl-board-shell .kboard-list table { border-collapse: separate !important; border-spacing: 0px !important; border-top: 2px solid var(--gl-forest) !important; } .gl-board-shell .kboard-list thead td { padding: 16px 12px !important; border-bottom: 1px solid rgb(188, 216, 195) !important; background: var(--gl-mint-soft) !important; color: var(--gl-forest-dark) !important; font-size: 12px !important; font-weight: 850 !important; } .gl-board-shell .kboard-list tbody td { padding: 18px 12px !important; border-bottom: 1px solid var(--gl-line) !important; color: var(--gl-muted) !important; font-size: 13px !important; } .gl-board-shell .kboard-list tbody tr:hover td { background: rgb(249, 252, 249) !important; } .gl-board-shell .kboard-list-title a { color: var(--gl-ink) !important; font-size: 14px !important; font-weight: 800 !important; } .gl-board-shell .kboard-pagination { margin-top: 32px !important; } .gl-board-shell .kboard-pagination a, .gl-board-shell .kboard-pagination li { border-color: var(--gl-line) !important; color: var(--gl-forest) !important; } .gl-board-shell .kboard-default-button-small, .gl-board-shell .kboard-default-button-medium { border: 0px !important; border-radius: 7px !important; background: var(--gl-forest) !important; color: rgb(255, 255, 255) !important; font-weight: 800 !important; } .gl-contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; } .gl-contact-card { padding: 34px; border-radius: 16px; background: var(--gl-forest); color: rgb(255, 255, 255); } .gl-contact-card small { color: var(--gl-lime); font-weight: 900; letter-spacing: 0.12em; } .gl-contact-card h2 { margin: 22px 0px 40px; font-size: 34px; line-height: 1.35; color: rgb(255, 255, 255) !important; } .gl-contact-line { padding: 18px 0px; border-top: 1px solid rgba(255, 255, 255, 0.18); } .gl-contact-line span { display: block; margin-bottom: 5px; color: rgba(255, 255, 255, 0.6); font-size: 11px; } .gl-contact-line a { font-size: 17px; font-weight: 800; color: rgb(255, 255, 255) !important; } .gl-inquiry-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .gl-inquiry-item { min-height: 150px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--gl-line); border-radius: 12px; background: rgb(255, 255, 255); } .gl-inquiry-item:nth-child(2) { background: var(--gl-cream); } .gl-inquiry-item:nth-child(3) { background: var(--gl-mint); } .gl-inquiry-item small { color: var(--gl-forest); font-size: 10px; font-weight: 900; } .gl-inquiry-item strong { font-size: 18px; } .gl-media-links { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 9px; } .gl-media-links a { padding: 11px 14px; border: 1px solid var(--gl-line); border-radius: 999px; font-size: 12px; font-weight: 800; color: var(--gl-forest-dark) !important; } .gl-cta { padding: 82px 0px; color: rgb(255, 255, 255); background: rgb(8, 16, 11); } .gl-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; } .gl-cta h2 { margin: 0px 0px 13px; font-size: clamp(32px, 4vw, 48px); letter-spacing: -0.04em; color: rgb(255, 255, 255) !important; } .gl-cta p { margin: 0px !important; color: rgba(255, 255, 255, 0.65) !important; } .gl-btn { display: inline-flex; min-height: 50px; padding: 0px 22px; align-items: center; justify-content: center; gap: 12px; border-radius: 8px; background: var(--gl-lime); font-size: 14px; font-weight: 850; color: var(--gl-forest-deep) !important; } .gl-footer { padding: 40px 0px; color: rgb(200, 209, 203); background: rgb(3, 6, 4); font-size: 12px; } .gl-footer-inner { display: flex; justify-content: space-between; gap: 40px; } .gl-footer-brand { color: rgb(255, 255, 255); font-size: 15px; font-weight: 900; } .gl-footer p { margin: 10px 0px 0px !important; color: rgb(155, 166, 159) !important; } .gl-footer-meta { text-align: right; line-height: 1.8; } @media (max-width: 960px) { .gl-wrap { width: min(calc(100% - 34px),var(--gl-max)); } .gl-brand img { width: 205px; } .gl-desktop-nav { display: none; } .gl-mobile-menu { display: block; } .gl-subhero-inner { grid-template-columns: 1fr; gap: 45px; } .gl-hero-index { max-width: 620px; } .gl-two-col, .gl-letter-grid, .gl-contact-grid { grid-template-columns: 1fr; gap: 42px; } .gl-letter-side { position: static; } .gl-letter-body { padding-left: 0px; border-left: 0px; } .gl-card.gl-span-4 { grid-column: span 6; } .gl-card.gl-span-6 { grid-column: span 12; } .gl-principles { grid-template-columns: 1fr 1fr; padding: 12px 0px; } .gl-principle { padding: 14px 18px; } .gl-principle:nth-child(2) { border-right: 0px; } } @media (max-width: 600px) { .gl-wrap { width: min(calc(100% - 28px),var(--gl-max)); } .gl-header-inner { min-height: 74px; } .gl-brand img { width: 168px; } .gl-subhero-inner { min-height: 0px; padding: 58px 0px; } .gl-subhero h1 { font-size: 41px; } .gl-index-item { min-height: 95px; padding: 15px; } .gl-section { padding: 72px 0px; } .gl-card-grid { grid-template-columns: 1fr; } .gl-card.gl-span-4, .gl-card.gl-span-6 { grid-column: auto; min-height: 220px; } .gl-principles { grid-template-columns: 1fr 1fr; } .gl-principle { padding: 11px 8px; } .gl-principle strong { font-size: 14px; } .gl-board-area { padding: 58px 0px 72px; } .gl-board-shell { padding: 18px 12px; border-radius: 12px; } .gl-board-intro { display: block; } .gl-board-intro p { margin-top: 15px !important; } .gl-board-shell .kboard-list thead { display: none !important; } .gl-board-shell .kboard-list tbody td { padding: 14px 8px !important; } .gl-inquiry-list { grid-template-columns: 1fr; } .gl-cta-inner { grid-template-columns: 1fr; } .gl-footer-inner { flex-direction: column; } .gl-footer-meta { text-align: left; } }\n.board-channel-links { display: flex; align-self: flex-end; gap: 5px; }\n.board-channel-links a { min-width: 37px; height: 29px; padding: 0 7px; display: inline-flex; align-items: center; justify-content: center; gap: 3px; border: 1px solid rgba(0,107,53,.22); border-radius: 999px; background: rgba(255,255,255,.82); color: var(--forest-dark) !important; font-size: 12px; font-weight: 900; transition: .18s ease; }\n.board-channel-links a span { font-size: 8px; letter-spacing: .02em; }\n.board-channel-links a:hover { border-color: var(--forest); background: #fff; transform: translateY(-1px); }\n.service-card.daily-service-card { min-height: 295px; background: linear-gradient(145deg,var(--mint),#effbf1); }\n.daily-channel-links { display: flex; flex-wrap: wrap; gap: 8px; }\n.daily-channel-links a { min-height: 40px; padding: 0 13px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(0,107,53,.2); border-radius: 999px; background: rgba(255,255,255,.82); color: var(--forest-dark) !important; font-size: 12px; font-weight: 850; transition: .18s ease; }\n.daily-channel-links a span { color: var(--forest); font-size: 14px; }\n.daily-channel-links a:hover { border-color: var(--forest); background: #fff; transform: translateY(-1px); }\n<\/style>\n<div class=\"gl-site\">\n<header class=\"gl-header\">\n<div class=\"gl-wrap gl-header-inner\">\n    <a class=\"gl-brand\" href=\"http:\/\/glstory.co.kr\/\"><img decoding=\"async\" src=\"http:\/\/glstory.co.kr\/wp-content\/uploads\/2024\/04\/%EC%A7%80%EC%97%98%EB%A6%AC%EC%84%9C%EC%B9%98-%EB%A1%9C%EA%B3%A0-1-1024x256.png\" alt=\"\ub3c5\ub9bd\ub9ac\uc11c\uce58 GL RESEARCH\"><\/a><\/p>\n<nav class=\"gl-desktop-nav\" aria-label=\"\uc8fc\uc694 \uba54\ub274\">\n      <a class=\"gl-home-link\" href=\"http:\/\/glstory.co.kr\/\">\ud648<\/a><\/p>\n<div class=\"gl-nav-group\"><a class=\"gl-nav-label\" href=\"http:\/\/glstory.co.kr\/?page_id=429\">\ud68c\uc0ac\uc18c\uac1c <span class=\"gl-nav-caret\">\u25bc<\/span><\/a><\/p>\n<div class=\"gl-dropdown\"><a href=\"http:\/\/glstory.co.kr\/?page_id=429\">\uc9c0\uc5d8\ub9ac\uc11c\uce58 \uc18c\uac1c <span>\u2192<\/span><\/a><a href=\"http:\/\/glstory.co.kr\/?page_id=393\">\ub300\ud45c\uc774\uc0ac \uc778\uc0ac <span>\u2192<\/span><\/a><a href=\"http:\/\/glstory.co.kr\/?page_id=462\">\ub9ac\uc11c\uce58\ud300 \uc18c\uac1c <span>\u2192<\/span><\/a><\/div>\n<\/div>\n<div class=\"gl-nav-group\"><a class=\"gl-nav-label\" href=\"http:\/\/glstory.co.kr\/?page_id=64\">\ub9ac\uc11c\uce58 <span class=\"gl-nav-caret\">\u25bc<\/span><\/a><\/p>\n<div class=\"gl-dropdown\"><a href=\"http:\/\/glstory.co.kr\/?page_id=64\">\uae30\uc5c5 \ubd84\uc11d \ub9ac\ud3ec\ud2b8 <span>\u2192<\/span><\/a><a href=\"http:\/\/glstory.co.kr\/?page_id=80\">\uc0b0\uc5c5 \ub9ac\ud3ec\ud2b8 <span>\u2192<\/span><\/a><a href=\"http:\/\/glstory.co.kr\/?page_id=113\">\ud0d0\ubc29\u00b7IR \ub178\ud2b8 <span>\u2192<\/span><\/a><\/div>\n<\/div>\n<div class=\"gl-nav-group\"><a class=\"gl-nav-label\" href=\"https:\/\/www.youtube.com\/channel\/UC3zjLc6BE8zzRzNEKZo2r_Q\" target=\"_blank\" rel=\"noopener\">\ubbf8\ub514\uc5b4 <span class=\"gl-nav-caret\">\u25bc<\/span><\/a><\/p>\n<div class=\"gl-dropdown\"><a href=\"https:\/\/www.youtube.com\/channel\/UC3zjLc6BE8zzRzNEKZo2r_Q\" target=\"_blank\" rel=\"noopener\">\uc720\ud29c\ube0c <span>\u2197<\/span><\/a><a href=\"https:\/\/www.instagram.com\/gorillaparktv\/\" target=\"_blank\" rel=\"noopener\">\uc778\uc2a4\ud0c0\uadf8\ub7a8 <span>\u2197<\/span><\/a><a href=\"https:\/\/t.me\/valjuman\" target=\"_blank\" rel=\"noopener\">\ud154\ub808\uadf8\ub7a8 <span>\u2197<\/span><\/a><\/div>\n<\/div>\n<p>      <a class=\"gl-contact-link\" href=\"http:\/\/glstory.co.kr\/?page_id=82\">\ubb38\uc758\ud558\uae30<\/a><br \/>\n    <\/nav>\n<details class=\"gl-mobile-menu\">\n<summary>\uba54\ub274<\/summary>\n<div class=\"gl-mobile-panel\">\n<div class=\"gl-mobile-section\"><strong>COMPANY<\/strong><\/p>\n<div class=\"gl-mobile-links\"><a href=\"http:\/\/glstory.co.kr\/\">\ud648<\/a><a href=\"http:\/\/glstory.co.kr\/?page_id=429\">\uc9c0\uc5d8\ub9ac\uc11c\uce58 \uc18c\uac1c<\/a><a href=\"http:\/\/glstory.co.kr\/?page_id=393\">\ub300\ud45c\uc774\uc0ac \uc778\uc0ac<\/a><a href=\"http:\/\/glstory.co.kr\/?page_id=462\">\ub9ac\uc11c\uce58\ud300 \uc18c\uac1c<\/a><a href=\"http:\/\/glstory.co.kr\/?page_id=82\">\ubb38\uc758<\/a><\/div>\n<\/div>\n<div class=\"gl-mobile-section\"><strong>RESEARCH<\/strong><\/p>\n<div class=\"gl-mobile-links\"><a href=\"http:\/\/glstory.co.kr\/?page_id=64\">\uae30\uc5c5 \ubd84\uc11d<\/a><a href=\"http:\/\/glstory.co.kr\/?page_id=80\">\uc0b0\uc5c5 \ub9ac\ud3ec\ud2b8<\/a><a href=\"http:\/\/glstory.co.kr\/?page_id=113\">\ud0d0\ubc29\u00b7IR<\/a><\/div>\n<\/div>\n<div class=\"gl-mobile-section\"><strong>MEDIA<\/strong><\/p>\n<div class=\"gl-mobile-links\"><a href=\"https:\/\/www.youtube.com\/channel\/UC3zjLc6BE8zzRzNEKZo2r_Q\" target=\"_blank\" rel=\"noopener\">\uc720\ud29c\ube0c \u2197<\/a><a href=\"https:\/\/www.instagram.com\/gorillaparktv\/\" target=\"_blank\" rel=\"noopener\">\uc778\uc2a4\ud0c0\uadf8\ub7a8 \u2197<\/a><a href=\"https:\/\/t.me\/valjuman\" target=\"_blank\" rel=\"noopener\">\ud154\ub808\uadf8\ub7a8 \u2197<\/a><\/div>\n<\/div>\n<\/div>\n<\/details><\/div>\n<\/header>\n<p><main> <\/p>\n<section class=\"hero\">\n<div class=\"wrap hero-inner\">\n<div class=\"hero-copy\">\n<div class=\"eyebrow\">INDEPENDENT RESEARCH \u00b7 GL RESEARCH<\/div>\n<h1>\uc2dc\uc7a5\uc758 \uc18c\uc74c\ubcf4\ub2e4<br \/>\uae30\uc5c5\uc758 \ubcf8\uc9c8\uc744 \ubd05\ub2c8\ub2e4.<\/h1>\n<p>\uae30\uc5c5\uacfc \ud22c\uc790\uc790 \uc0ac\uc774\uc758 \uc815\ubcf4 \uaca9\ucc28\ub97c \uc904\uc774\ub294 \ub3c5\ub9bd\uc801\uc778 \ubd84\uc11d \ud30c\ud2b8\ub108<br \/>\ud604\uc7a5\uc5d0\uc11c \ud655\uc778\ud55c \uc0ac\uc2e4\uacfc \uc0b0\uc5c5\uc758 \ud750\ub984\uc744 \uc5f0\uacb0\ud574 \uc0c8\ub85c\uc6b4 \ud310\ub2e8 \uadfc\uac70\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<div class=\"hero-actions\"> <a class=\"btn btn-primary\" href=\"http:\/\/glstory.co.kr\/?page_id=64\">\uae30\uc5c5 \ubd84\uc11d \ub9ac\ud3ec\ud2b8 <span>\u2192<\/span><\/a> <a class=\"btn btn-outline\" href=\"http:\/\/glstory.co.kr\/?page_id=113\">\ud0d0\ubc29\u00b7IR \ub178\ud2b8 <span>\u2192<\/span><\/a> <\/div>\n<\/p><\/div>\n<div class=\"research-board\" aria-label=\"\uc9c0\uc5d8\ub9ac\uc11c\uce58 \ub9ac\uc11c\uce58 \uc601\uc5ed\">\n<div class=\"board-top\"> <strong>GL RESEARCH BOARD<\/strong> <small>WEEKLY INSIGHT<\/small> <\/div>\n<div class=\"board-highlight\"> <strong>\uae30\uc5c5\uc758 \ubcc0\ud654\ub97c<br \/>\ud55c\ub208\uc5d0 \uc815\ub9ac\ud569\ub2c8\ub2e4.<\/strong> <span>FIELD \u00b7 DATA \u00b7 CONTEXT<\/span> <\/div>\n<div class=\"board-grid\">\n<div class=\"board-cell\"> <span class=\"board-no\">01 \u00b7 COMPANY<\/span> <\/p>\n<div><strong>\uae30\uc5c5 \ubd84\uc11d<\/strong><\/p>\n<p>\uc0ac\uc5c5 \uad6c\uc870\uc640 \uc131\uc7a5 \uac00\ub2a5\uc131<\/p>\n<\/div>\n<p> <a class=\"board-arrow\" href=\"http:\/\/glstory.co.kr\/?page_id=64\" aria-label=\"\uae30\uc5c5 \ubd84\uc11d \ubcf4\uae30\">\u2197<\/a> <\/div>\n<div class=\"board-cell\"> <span class=\"board-no\">02 \u00b7 FIELD<\/span> <\/p>\n<div><strong>\ud0d0\ubc29\u00b7IR \ub178\ud2b8<\/strong><\/p>\n<p>\ud604\uc7a5\uc5d0\uc11c \ud655\uc778\ud55c \ud575\uc2ec \ubcc0\ud654<\/p>\n<\/div>\n<p> <a class=\"board-arrow\" href=\"http:\/\/glstory.co.kr\/?page_id=113\" aria-label=\"\ud0d0\ubc29 IR \ub178\ud2b8 \ubcf4\uae30\">\u2197<\/a> <\/div>\n<div class=\"board-cell\"> <span class=\"board-no\">03 \u00b7 INDUSTRY<\/span> <\/p>\n<div><strong>\uc0b0\uc5c5 \ub9ac\ud3ec\ud2b8<\/strong><\/p>\n<p>\uc0b0\uc5c5 \uad6c\uc870\uc640 \ubc38\ub958\uccb4\uc778<\/p>\n<\/div>\n<p> <a class=\"board-arrow\" href=\"http:\/\/glstory.co.kr\/?page_id=80\" aria-label=\"\uc0b0\uc5c5 \ub9ac\ud3ec\ud2b8 \ubcf4\uae30\">\u2197<\/a> <\/div>\n<div class=\"board-cell\"> <span class=\"board-no\">04 \u00b7 DAILY<\/span> <\/p>\n<div><strong>\uc2dc\uc7a5 \uc778\uc0ac\uc774\ud2b8<\/strong><\/p>\n<p>\uace0\ub9b4\ub77cTV\uc640 \uc2e4\uc2dc\uac04 \uc2dc\uc7a5 \uc790\ub8cc<\/p>\n<\/div>\n<div class=\"board-channel-links\" aria-label=\"\uace0\ub9b4\ub77cTV \ucc44\ub110\"><a href=\"https:\/\/www.youtube.com\/channel\/UC3zjLc6BE8zzRzNEKZo2r_Q\" target=\"_blank\" rel=\"noopener\" aria-label=\"\uc720\ud29c\ube0c \ucc44\ub110\" title=\"\uc720\ud29c\ube0c\"><span>YT<\/span>\u2197<\/a><a href=\"https:\/\/www.instagram.com\/gorillaparktv\/\" target=\"_blank\" rel=\"noopener\" aria-label=\"\uc778\uc2a4\ud0c0\uadf8\ub7a8 \ucc44\ub110\" title=\"\uc778\uc2a4\ud0c0\uadf8\ub7a8\"><span>IG<\/span>\u2197<\/a><a href=\"https:\/\/t.me\/valjuman\" target=\"_blank\" rel=\"noopener\" aria-label=\"\ud154\ub808\uadf8\ub7a8 \ucc44\ub110\" title=\"\ud154\ub808\uadf8\ub7a8\"><span>TG<\/span>\u2197<\/a><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"principles\" aria-label=\"\ub9ac\uc11c\uce58 \uc6d0\uce59\">\n<div class=\"wrap principles-inner\">\n<div class=\"principle\"><small>01 \u00b7 INDEPENDENCE<\/small><strong>\uc774\ud574\uad00\uacc4\uc5d0\uc11c \ub3c5\ub9bd\ub41c \uc2dc\uac01<\/strong><\/div>\n<div class=\"principle\"><small>02 \u00b7 FIELDWORK<\/small><strong>\ud604\uc7a5 \uc911\uc2ec\uc758 \uac80\uc99d<\/strong><\/div>\n<div class=\"principle\"><small>03 \u00b7 TIMELINESS<\/small><strong>\uc2dc\uc758\uc131 \uc788\ub294 \uc815\ubcf4<\/strong><\/div>\n<div class=\"principle\"><small>04 \u00b7 CONTEXT<\/small><strong>\uc0b0\uc5c5\uae4c\uc9c0 \uc5f0\uacb0\ud558\ub294 \ubd84\uc11d<\/strong><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"section\" id=\"about\">\n<div class=\"wrap intro-grid\">\n<div>\n<p class=\"section-kicker\">WHY GL RESEARCH<\/p>\n<h2 class=\"section-title\">\ubcf4\uc774\uc9c0 \uc54a\ub358 \uae30\uc5c5\uc758 \uac00\uce58\uac00 \ub354 \uc798 \ubcf4\uc774\ub3c4\ub85d \ud569\ub2c8\ub2e4.<\/h2>\n<\/p><\/div>\n<div>\n<div class=\"intro-statement\">\uae30\uc5c5\uc758 \uc22b\uc790\uc640 \ud604\uc7a5\uc758 \ubcc0\ud654\ub97c \ud568\uaed8 \uc0b4\ud3b4\ubcf4\uace0,<br \/>\uc0b0\uc5c5\uc758 \ud750\ub984 \uc18d\uc5d0\uc11c \uae30\uc5c5\uc758 \uac00\ub2a5\uc131\uc744 \ud574\uc11d\ud569\ub2c8\ub2e4.<\/div>\n<p class=\"section-lead\">\ucda9\ubd84\ud788 \uc870\uba85\ub418\uc9c0 \uc54a\uc740 \uae30\uc5c5\ub3c4 \uc9c1\uc811 \ud655\uc778\ud574 \ud575\uc2ec \uc0ac\uc5c5\uacfc \uacbd\uc7c1\ub825, \uc131\uc7a5 \ub3d9\ub825\uc744 \uc815\ub9ac\ud569\ub2c8\ub2e4. \ubcf5\uc7a1\ud55c \uc815\ubcf4\ub294 \ud22c\uc790\uc790\uac00 \ube60\ub974\uac8c \uc774\ud574\ud560 \uc218 \uc788\ub294 \ub9ac\uc11c\uce58\ub85c \uc804\ub2ec\ud569\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"section services\" id=\"research\">\n<div class=\"wrap\">\n<div class=\"services-head\">\n<div>\n<p class=\"section-kicker\">WHAT WE DELIVER<\/p>\n<h2 class=\"section-title\">\uc815\ubcf4\ub97c \ubaa8\uc73c\ub294 \ub370\uc11c \uadf8\uce58\uc9c0 \uc54a\uace0,<br \/>\ud310\ub2e8 \uac00\ub2a5\ud55c \ub9e5\ub77d\uc73c\ub85c \ub9cc\ub4ed\ub2c8\ub2e4.<\/h2>\n<\/p><\/div>\n<p class=\"section-lead\">\uae30\uc5c5\uc758 \uc22b\uc790, \ud604\uc7a5\uc758 \ubcc0\ud654, \uc0b0\uc5c5\uc758 \ud750\ub984\uc744 \uc5f0\uacb0\ud574 \uac01\uae30 \ub2e4\ub978 \uae4a\uc774\uc640 \uc18d\ub3c4\uc758 \ub9ac\uc11c\uce58\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<div class=\"service-grid\">\n<article class=\"service-card big\"> <span class=\"card-num\">01 \u00b7 DEEP DIVE<\/span> <\/p>\n<h3>\uae30\uc5c5 \ubd84\uc11d \ub9ac\ud3ec\ud2b8<\/h3>\n<p>\uae30\uc5c5\uc758 \ud575\uc2ec \uc0ac\uc5c5, \uc2e4\uc801 \ubcc0\ud654\uc640 \uc131\uc7a5 \uac00\ub2a5\uc131\uc744 \uae4a\uc774 \uc788\uac8c \uc815\ub9ac\ud569\ub2c8\ub2e4.<\/p>\n<p> <a class=\"card-link\" href=\"http:\/\/glstory.co.kr\/?page_id=64\">\uae30\uc5c5 \ubd84\uc11d \ubcf4\uae30 <span>\u2197<\/span><\/a> <\/article>\n<article class=\"service-card side\"> <span class=\"card-num\">02 \u00b7 ON THE GROUND<\/span> <\/p>\n<h3>\ud0d0\ubc29\u00b7IR \ub178\ud2b8<\/h3>\n<p>\uae30\uc5c5 \uad00\uacc4\uc790\uc640\uc758 \ubbf8\ud305 \ubc0f \ud604\uc7a5 \ubc29\ubb38\uc5d0\uc11c \ud655\uc778\ud55c \ud575\uc2ec \ub0b4\uc6a9\uc744 \uc804\ub2ec\ud569\ub2c8\ub2e4.<\/p>\n<p> <a class=\"card-link\" href=\"http:\/\/glstory.co.kr\/?page_id=113\">\ud0d0\ubc29 \ub178\ud2b8 \ubcf4\uae30 <span>\u2197<\/span><\/a> <\/article>\n<article class=\"service-card half\"> <span class=\"card-num\">03 \u00b7 BIG PICTURE<\/span> <\/p>\n<h3>\uc0b0\uc5c5 \ub9ac\ud3ec\ud2b8<\/h3>\n<p>\uc0b0\uc5c5\uc758 \uad6c\uc870\uc801 \ubcc0\ud654\uc640 \ubc38\ub958\uccb4\uc778, \uc8fc\uc694 \uae30\uc5c5\uc758 \uae30\ud68c\ub97c \ud568\uaed8 \ubd84\uc11d\ud569\ub2c8\ub2e4.<\/p>\n<p> <a class=\"card-link\" href=\"http:\/\/glstory.co.kr\/?page_id=80\">\uc0b0\uc5c5 \ubd84\uc11d \ubcf4\uae30 <span>\u2197<\/span><\/a> <\/article>\n<div class=\"service-card half mint daily-service-card\"> <span class=\"card-num\">04 \u00b7 FAST SIGNAL<\/span> <\/p>\n<h3>\ub370\uc77c\ub9ac \uc2dc\uc7a5 \uc790\ub8cc<\/h3>\n<p>\uace0\ub9b4\ub77cTV \uc720\ud29c\ube0c\u00b7\uc778\uc2a4\ud0c0\uadf8\ub7a8\uacfc \ud154\ub808\uadf8\ub7a8\uc744 \ud1b5\ud574 \uc7a5\uc911\u00b7\uc2dc\uac04\uc678 \ud2b9\uc9d5\uc8fc\uc640 \uad6d\ub0b4\uc678 \uc2dc\uc7a5 \uc774\uc288\ub97c \ube60\ub974\uac8c \uc804\ud569\ub2c8\ub2e4.<\/p>\n<div class=\"daily-channel-links\"><a href=\"https:\/\/www.youtube.com\/channel\/UC3zjLc6BE8zzRzNEKZo2r_Q\" target=\"_blank\" rel=\"noopener\">\uc720\ud29c\ube0c <span>\u2197<\/span><\/a><a href=\"https:\/\/www.instagram.com\/gorillaparktv\/\" target=\"_blank\" rel=\"noopener\">\uc778\uc2a4\ud0c0\uadf8\ub7a8 <span>\u2197<\/span><\/a><a href=\"https:\/\/t.me\/valjuman\" target=\"_blank\" rel=\"noopener\">\ud154\ub808\uadf8\ub7a8 <span>\u2197<\/span><\/a><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"section\" id=\"process\">\n<div class=\"wrap\">\n<p class=\"section-kicker\">HOW WE RESEARCH<\/p>\n<h2 class=\"section-title\">\uae30\uc5c5\uc744 \ubc1c\uacac\ud558\uace0, \ud604\uc7a5\uc5d0\uc11c \uac80\uc99d\ud558\uace0,<br \/>\uc0b0\uc5c5\uc758 \ub9e5\ub77d\uc73c\ub85c \uc5f0\uacb0\ud569\ub2c8\ub2e4.<\/h2>\n<div class=\"process-grid\">\n<div class=\"process-step\"><small>STEP 01<\/small><\/p>\n<h3>Discover<\/h3>\n<p>\uc2dc\uc7a5\uc5d0 \ucda9\ubd84\ud788 \uc870\uba85\ub418\uc9c0 \uc54a\uc740 \uae30\uc5c5\uacfc \ubcc0\ud654\uc758 \uc2e0\ud638\ub97c \ucc3e\uc2b5\ub2c8\ub2e4.<\/p>\n<\/div>\n<div class=\"process-step\"><small>STEP 02<\/small><\/p>\n<h3>Verify<\/h3>\n<p>\ud0d0\ubc29\u00b7IR\u00b7NDR\u00b7\uc138\ubbf8\ub098\ub97c \ud1b5\ud574 \uacf5\uac1c \uc815\ubcf4 \ub108\uba38\uc758 \ud604\uc7a5\uc744 \ud655\uc778\ud569\ub2c8\ub2e4.<\/p>\n<\/div>\n<div class=\"process-step\"><small>STEP 03<\/small><\/p>\n<h3>Connect<\/h3>\n<p>\uae30\uc5c5\uc758 \uc22b\uc790\ub97c \uc0b0\uc5c5 \uad6c\uc870, \uc815\ucc45, \uc218\uc694\uc640 \uc5f0\uacb0\ud574 \ud574\uc11d\ud569\ub2c8\ub2e4.<\/p>\n<\/div>\n<div class=\"process-step\"><small>STEP 04<\/small><\/p>\n<h3>Deliver<\/h3>\n<p>\ud22c\uc790\uc790\uac00 \uc774\ud574\ud558\uae30 \uc26c\uc6b4 \uad6c\uc870\uc640 \uc5b8\uc5b4\ub85c \ud575\uc2ec\uc744 \uc804\ub2ec\ud569\ub2c8\ub2e4.<\/p>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"cta\">\n<div class=\"wrap cta-inner\">\n<div>\n<h2>\uc2dc\uc7a5\uc744 \ub354 \uae4a\uac8c \ubcf4\ub294 \uc0c8\ub85c\uc6b4 \uad00\uc810<\/h2>\n<p>\uc9c0\uc5d8\ub9ac\uc11c\uce58\uc758 \uae30\uc5c5\u00b7\uc0b0\uc5c5 \ub9ac\uc11c\uce58\ub97c \ud655\uc778\ud558\uac70\ub098 \ud611\uc5c5\uc744 \ubb38\uc758\ud558\uc138\uc694.<\/p>\n<\/p><\/div>\n<p> <a class=\"btn btn-primary\" href=\"http:\/\/glstory.co.kr\/?page_id=82\">\uc9c0\uc5d8\ub9ac\uc11c\uce58 \ubb38\uc758\ud558\uae30 <span>\u2192<\/span><\/a> <\/div>\n<\/section>\n<p> <\/main><\/p>\n<footer class=\"gl-footer\">\n<div class=\"gl-wrap gl-footer-inner\">\n<div>\n<div class=\"gl-footer-brand\">GL RESEARCH<\/div>\n<p>\uae30\uc5c5\uacfc \ud22c\uc790\uc790 \uc0ac\uc774\uc758 \uc815\ubcf4 \uaca9\ucc28\ub97c \uc904\uc774\ub294 \ub3c5\ub9bd\uc801\uc778 \ubd84\uc11d \ud30c\ud2b8\ub108<\/p>\n<\/div>\n<div class=\"gl-footer-meta\">\uc9c0\uc5d8\uc2a4\ud1a0\ub9ac \uc8fc\uc2dd\ud68c\uc0ac \u00b7 \ub300\ud45c \ubc15\ucc3d\uc724<br \/>\uc0ac\uc5c5\uc790\ub4f1\ub85d\ubc88\ud638 771-88-02262 \u00b7 research@glstory.co.kr<br \/>\u00a9 2024 GLSTORY CO., LTD. ALL RIGHTS RESERVED<\/div>\n<\/div>\n<\/footer>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ud648 \ud68c\uc0ac\uc18c\uac1c \u25bc \uc9c0\uc5d8\ub9ac\uc11c\uce58 \uc18c\uac1c \u2192\ub300\ud45c\uc774\uc0ac \uc778\uc0ac \u2192\ub9ac\uc11c\uce58\ud300 \uc18c\uac1c \u2192 \ub9ac\uc11c\uce58 \u25bc \uae30\uc5c5 \ubd84\uc11d \ub9ac\ud3ec\ud2b8 \u2192\uc0b0\uc5c5 \ub9ac\ud3ec\ud2b8 \u2192\ud0d0\ubc29\u00b7IR \ub178\ud2b8 \u2192 \ubbf8\ub514\uc5b4 \u25bc \uc720\ud29c\ube0c \u2197\uc778\uc2a4\ud0c0\uadf8\ub7a8 \u2197\ud154\ub808\uadf8\ub7a8 \u2197 \ubb38\uc758\ud558\uae30 \uba54\ub274 COMPANY \ud648\uc9c0\uc5d8\ub9ac\uc11c\uce58 \uc18c\uac1c\ub300\ud45c\uc774\uc0ac \uc778\uc0ac\ub9ac\uc11c\uce58\ud300 \uc18c\uac1c\ubb38\uc758 RESEARCH \uae30\uc5c5 \ubd84\uc11d\uc0b0\uc5c5 \ub9ac\ud3ec\ud2b8\ud0d0\ubc29\u00b7IR MEDIA \uc720\ud29c\ube0c \u2197\uc778\uc2a4\ud0c0\uadf8\ub7a8 \u2197\ud154\ub808\uadf8\ub7a8 \u2197 INDEPENDENT RESEARCH \u00b7 GL RESEARCH \uc2dc\uc7a5\uc758 \uc18c\uc74c\ubcf4\ub2e4\uae30\uc5c5\uc758 \ubcf8\uc9c8\uc744 \ubd05\ub2c8\ub2e4. \uae30\uc5c5\uacfc \ud22c\uc790\uc790 \uc0ac\uc774\uc758 \uc815\ubcf4 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank","meta":{"footnotes":""},"class_list":["post-66","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/glstory.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/66","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/glstory.co.kr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/glstory.co.kr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/glstory.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/glstory.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=66"}],"version-history":[{"count":24,"href":"http:\/\/glstory.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/66\/revisions"}],"predecessor-version":[{"id":517,"href":"http:\/\/glstory.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/66\/revisions\/517"}],"wp:attachment":[{"href":"http:\/\/glstory.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=66"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}