.pg-notice img{max-width:100%;display:block}.pg-notice .subhero{height:340px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,rgba(9,22,48,.36),rgba(13,42,84,.35) 45%,rgba(20,58,104,.34)),url(/images/subhero_promo.jpg);background-size:cover,cover;background-position:50%,50%}.pg-notice .subhero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(1,24,43,.55),rgba(1,24,43,.32) 60%,rgba(1,24,43,.55)),radial-gradient(120% 90% at 80% 10%,rgba(143,165,209,.22),transparent 55%);z-index:1}.pg-notice .subhero:after{content:"";position:absolute;inset:0;z-index:1;opacity:.7;background-image:linear-gradient(rgba(143,165,209,.16) 1px,transparent 0),linear-gradient(90deg,rgba(143,165,209,.16) 1px,transparent 0);background-size:46px 46px;-webkit-mask-image:radial-gradient(ellipse 70% 80% at 50% 40%,#000 30%,transparent 75%);mask-image:radial-gradient(ellipse 70% 80% at 50% 40%,#000 30%,transparent 75%)}.pg-notice .subhero-c{position:relative;z-index:2;text-align:center;color:#fff}.pg-notice .subhero .bcrumb{font-size:13px;font-weight:600;letter-spacing:.04em;color:#B9C8E6;margin-bottom:14px;display:flex;align-items:center;justify-content:center;gap:9px}.pg-notice .subhero .bcrumb svg{width:12px;height:12px;opacity:.7}.pg-notice .subhero h1{font-weight:800;font-size:46px;letter-spacing:-.01em;line-height:1.1}.pg-notice .subhero .lead{margin-top:14px;font-size:17px;font-weight:400;color:#D5DEF0;letter-spacing:.01em}.pg-notice .subtabs{background:#fff;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:76px;z-index:50}.pg-notice .subtabs .wrap{display:flex;gap:0;justify-content:center}.pg-notice .subtab{padding:21px 34px;font-size:16px;font-weight:600;color:#7a8494;position:relative;transition:color .2s}.pg-notice .subtab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--ci);transform:scaleX(0);transition:transform .25s;transform-origin:center}.pg-notice .subtab:hover{color:var(--primary)}.pg-notice .subtab.on{color:var(--ci);font-weight:700}.pg-notice .subtab.on:after{transform:scaleX(1)}.pg-notice .section{padding:96px 0}.pg-notice .section.alt{background:var(--soft)}.pg-notice .sec-kick{font-weight:700;font-size:14px;color:var(--accent);letter-spacing:.24em;text-transform:uppercase;margin-bottom:14px}.pg-notice .sec-title{font-weight:800;font-size:40px;line-height:1.3;letter-spacing:-.01em;color:var(--ink)}.pg-notice .sec-title .ol{color:transparent;-webkit-text-stroke:.8px var(--accent)}.pg-notice .board-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;flex-wrap:wrap}.pg-notice .board-count{font-size:15px;font-weight:500;color:var(--grey)}.pg-notice .board-count b{color:var(--primary);font-weight:800}.pg-notice .board-search{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:100px;padding:4px 4px 4px 20px;min-width:280px}.pg-notice .board-search input{flex:1 1;border:none;outline:none;background:none;font-size:14px;font-family:inherit;color:var(--ink);padding:8px 0}.pg-notice .board-search input::placeholder{color:#9aa3b2}.pg-notice .board-search button{flex-shrink:0;width:38px;height:38px;border:none;border-radius:50%;background:var(--primary);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.pg-notice .board-search button:hover{background:var(--ci)}.pg-notice .board-search button svg{width:18px;height:18px}.pg-notice .board-list{border-top:2px solid var(--primary)}.pg-notice .bl-head{display:grid;grid-template-columns:90px 1fr 130px;grid-gap:16px;gap:16px;padding:16px 20px;border-bottom:1px solid var(--line);font-size:13.5px;font-weight:700;color:var(--primary);background:var(--soft)}.pg-notice .bl-head .bl-date,.pg-notice .bl-head .bl-no,.pg-notice .bl-head .bl-view{text-align:center}.pg-notice .bl-row{display:grid;grid-template-columns:90px 1fr 130px;grid-gap:16px;gap:16px;padding:20px;border-bottom:1px solid var(--line);align-items:center;transition:background .2s}.pg-notice .bl-row:hover{background:var(--soft)}.pg-notice .bl-no{text-align:center;font-size:14px;font-weight:500;color:var(--grey)}.pg-notice .bl-badge{display:inline-block;font-size:12px;font-weight:700;color:#fff;background:var(--ci);padding:4px 11px;border-radius:100px;letter-spacing:.02em}.pg-notice .bl-title{font-size:15.5px;font-weight:500;color:var(--ink);display:flex;align-items:center;gap:10px;transition:color .2s}.pg-notice .bl-row:hover .bl-title{color:var(--ci)}.pg-notice .bl-row.notice .bl-title{font-weight:700}.pg-notice .bl-new{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:11px;font-weight:800;color:#fff;background:var(--accent);border-radius:50%;flex-shrink:0}.pg-notice .bl-date,.pg-notice .bl-view{text-align:center;font-size:13.5px;font-weight:400;color:var(--grey)}.pg-notice .board-pager{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:40px}.pg-notice .pg-arrow,.pg-notice .pg-num{min-width:40px;height:40px;border:1px solid var(--line);background:#fff;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;color:var(--grey);font-family:inherit;display:flex;align-items:center;justify-content:center;transition:all .2s}.pg-notice .pg-arrow:hover:not(:disabled),.pg-notice .pg-num:hover:not(.on){border-color:var(--accent);color:var(--accent)}.pg-notice .pg-num.on{background:var(--primary);border-color:var(--primary);color:#fff}.pg-notice .pg-arrow svg{width:16px;height:16px}.pg-notice .pg-arrow:disabled{opacity:.4;cursor:not-allowed}@media (max-width:780px){.pg-notice .bl-head{grid-template-columns:60px 1fr 92px;gap:10px}.pg-notice .bl-head .bl-view{display:none}.pg-notice .bl-row{grid-template-columns:60px 1fr 92px;gap:10px;padding:16px 14px}.pg-notice .bl-row .bl-view{display:none}.pg-notice .bl-title{font-size:14.5px}.pg-notice .board-search{min-width:0;width:100%}.pg-notice .board-head{flex-direction:column-reverse;align-items:stretch}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.pg-notice .rv{opacity:0;animation:rvUp linear both;animation-timeline:view();animation-range:entry 4% entry 46%}.pg-notice .rv-scale{opacity:0;animation:rvScale linear both;animation-timeline:view();animation-range:entry 4% entry 48%}.pg-notice .s0{animation-range:entry 2% entry 40%}.pg-notice .s1{animation-range:entry 7% entry 45%}.pg-notice .s2{animation-range:entry 12% entry 50%}.pg-notice .s3{animation-range:entry 17% entry 55%}.pg-notice .s4{animation-range:entry 22% entry 60%}.pg-notice .s5{animation-range:entry 27% entry 65%}.pg-notice .stl-row .stl-photo{opacity:0;animation:rvLeft linear both;animation-timeline:view();animation-range:entry 6% cover 30%}.pg-notice .stl-row .stl-text{opacity:0;animation:rvRight linear both;animation-timeline:view();animation-range:entry 12% cover 38%}.pg-notice .stl-row.reverse .stl-photo{animation-name:rvRight}.pg-notice .stl-row.reverse .stl-text{animation-name:rvLeft}}}@supports not (animation-timeline:view()){.pg-notice .rv,.pg-notice .rv-scale,.pg-notice .stl-row .stl-photo,.pg-notice .stl-row .stl-text{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.7,.3,1) var(--d,0s),transform .7s cubic-bezier(.2,.7,.3,1) var(--d,0s)}.pg-notice .stl-row .stl-photo{transform:translateX(-40px)}.pg-notice .stl-row .stl-text,.pg-notice .stl-row.reverse .stl-photo{transform:translateX(40px)}.pg-notice .stl-row.reverse .stl-text{transform:translateX(-40px)}.pg-notice .rv-scale.in,.pg-notice .rv.in,.pg-notice .stl-row .stl-photo.in,.pg-notice .stl-row .stl-text.in{opacity:1;transform:none}}.pg-notice .cap-card,.pg-notice .stat-cell{transform-style:preserve-3d;will-change:transform}.pg-notice .cap-card{position:relative;overflow:hidden;transition:transform .35s cubic-bezier(.2,.7,.3,1),box-shadow .35s,border-color .35s}.pg-notice .cap-card:after{content:"";position:absolute;inset:0;border-radius:inherit;opacity:0;pointer-events:none;background:radial-gradient(220px circle at var(--mx,50%) var(--my,50%),rgba(74,107,174,.14),transparent 60%);transition:opacity .35s}.pg-notice .cap-card.tilt-on:after{opacity:1}.pg-notice .cap-card .cap-ico,.pg-notice .cap-card h4,.pg-notice .cap-card p{position:relative;z-index:1}.pg-notice .stat-cell{position:relative;overflow:hidden;transition:transform .35s cubic-bezier(.2,.7,.3,1),border-color .35s,background .35s}.pg-notice .stat-cell:after{content:"";position:absolute;inset:0;border-radius:inherit;opacity:0;pointer-events:none;background:radial-gradient(200px circle at var(--mx,50%) var(--my,50%),rgba(143,165,209,.22),transparent 60%);transition:opacity .35s}.pg-notice .stat-cell.tilt-on{border-color:rgba(255,255,255,.28)}.pg-notice .stat-cell.tilt-on:after{opacity:1}.pg-notice .stat-cell>*{position:relative;z-index:1}.pg-notice .stat-num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (prefers-reduced-motion:reduce){.pg-notice .cap-card,.pg-notice .stat-cell{transform:none!important}.pg-notice .cap-card:after,.pg-notice .stat-cell:after{display:none}}@media (max-width:980px){.pg-notice .ov-grid{grid-template-columns:1fr;gap:34px}.pg-notice .hist-grid{grid-template-columns:1fr;gap:30px}.pg-notice .era-list{flex-direction:row;overflow-x:auto;scrollbar-width:none}.pg-notice .era{flex:0 0 70%}.pg-notice .core-grid{grid-template-columns:1fr;gap:18px}.pg-notice .ceo-inner{grid-template-columns:1fr;gap:36px;padding:64px 0}.pg-notice .ceo-visual{max-width:360px}.pg-notice .bizstrip{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.pg-notice .subhero{height:260px}.pg-notice .subhero h1{font-size:32px}.pg-notice .ov-right h2,.pg-notice .sec-title{font-size:26px}.pg-notice .section{padding:64px 0}.pg-notice .bizstrip{grid-template-columns:repeat(2,1fr)}.pg-notice .donut-wrap{width:240px;height:240px}}@media (prefers-reduced-motion:reduce){.pg-notice .reveal,.pg-notice .reveal-card,.pg-notice .rv,.pg-notice .rv-scale,.pg-notice .stl-row .stl-photo,.pg-notice .stl-row .stl-text{opacity:1!important;transform:none!important}.pg-notice .mask-strokes .mk{stroke-dashoffset:0!important}}@media (max-width:640px){.pg-notice .hero{min-height:480px;padding:96px 0 72px}.pg-notice .hero-c{padding:0 18px}.pg-notice .hero-title{font-size:clamp(32px,9vw,44px)}.pg-notice .hero-sub{font-size:15px;margin-top:10px}.pg-notice .hero-ico-stack{transform:scale(.82);transform-origin:center bottom}.pg-notice .hero-detail{margin-top:20px;font-size:14px}.pg-notice .intro{padding:44px 0 28px}.pg-notice .intro h2{font-size:19px;line-height:1.45}.pg-notice .cards{padding:6px 0 60px}.pg-notice .cards .wrap{padding-left:18px;padding-right:18px}.pg-notice .cards-grid{grid-template-columns:1fr;gap:14px}.pg-notice .card.c-sub{grid-column:span 1}.pg-notice .card{padding:28px 24px;min-height:0}.pg-notice .card.c-cert,.pg-notice .card.c-cs,.pg-notice .card.c-esg,.pg-notice .card.c-news{min-height:0}.pg-notice .c-sub-inner{padding:28px 24px}.pg-notice .c-cs-top{padding:28px 24px 0}.pg-notice .card h3{font-size:21px}.pg-notice .card p{font-size:16px;line-height:24px}.pg-notice .card.c-sub{min-height:300px}.pg-notice .card-figure{gap:14px 20px;padding-top:22px;flex-wrap:wrap}.pg-notice .card-figure .stat{flex:0 0 auto}.pg-notice .card-figure .stat .num{font-size:26px}.pg-notice .card-figure .stat .lbl{white-space:nowrap;font-size:11px}.pg-notice .cert-shot{width:150px}.pg-notice .stats{padding:64px 0}.pg-notice .stats-head{margin-bottom:44px}.pg-notice .stats-title{font-size:25px;line-height:1.35}.pg-notice .stats-kick{font-size:12px;letter-spacing:.2em}.pg-notice .stat-grid{grid-template-columns:1fr;row-gap:38px}.pg-notice .stat+.stat:before{display:none}.pg-notice .stat .num .v{font-size:48px}.pg-notice .stat .num .suf{font-size:26px}.pg-notice .work{padding:56px 0 60px}.pg-notice .work-head{margin-bottom:26px}.pg-notice .work h2{font-size:22px}.pg-notice .wnav-btn{width:38px;height:38px}.pg-notice .work-viewport{margin-right:-18px}.pg-notice .wcard{flex:0 0 78vw;max-width:300px}.pg-notice .access{padding:18px 0 72px}.pg-notice .acard .inner{padding:24px 22px;gap:16px}.pg-notice .acard .atxt h3{font-size:19px}.pg-notice .acard .aico{width:48px;height:48px}}