.header-module__PDvSgG__header{height:var(--header-height);z-index:1000;pointer-events:auto;transition:background-color .3s;position:fixed;top:0;left:0;right:0}.header-module__PDvSgG__header.header-module__PDvSgG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1628f7}.header-module__PDvSgG__header.header-module__PDvSgG__mobileOpen.header-module__PDvSgG__scrolled{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--white)}.header-module__PDvSgG__header.header-module__PDvSgG__light{background:var(--white);border-bottom:1px solid var(--gray-200)}.header-module__PDvSgG__header.header-module__PDvSgG__light .header-module__PDvSgG__navLink{color:var(--text-primary)}.header-module__PDvSgG__header.header-module__PDvSgG__light .header-module__PDvSgG__navLink:hover,.header-module__PDvSgG__header.header-module__PDvSgG__light .header-module__PDvSgG__navLink.header-module__PDvSgG__active{color:var(--blue-accent)}.header-module__PDvSgG__header.header-module__PDvSgG__light .header-module__PDvSgG__engBtn{color:var(--gray-600)}.header-module__PDvSgG__header.header-module__PDvSgG__light .header-module__PDvSgG__hamburger span,.header-module__PDvSgG__header.header-module__PDvSgG__mobileOpen .header-module__PDvSgG__hamburger span{background:var(--text-primary)}.header-module__PDvSgG__header.header-module__PDvSgG__light.header-module__PDvSgG__scrolled{background:var(--white);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 2px 8px #0000000f}.header-module__PDvSgG__header.header-module__PDvSgG__megaMenuOpen{background:var(--white);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid var(--gray-200)}.header-module__PDvSgG__header.header-module__PDvSgG__megaMenuOpen .header-module__PDvSgG__navLink{color:var(--text-primary)}.header-module__PDvSgG__header.header-module__PDvSgG__megaMenuOpen .header-module__PDvSgG__navLink:hover,.header-module__PDvSgG__header.header-module__PDvSgG__megaMenuOpen .header-module__PDvSgG__navLink.header-module__PDvSgG__active{color:var(--blue-accent)}.header-module__PDvSgG__header.header-module__PDvSgG__megaMenuOpen .header-module__PDvSgG__engBtn{color:var(--gray-600)}.header-module__PDvSgG__headerInner{max-width:var(--max-width);z-index:1001;justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 20px;display:flex;position:relative}.header-module__PDvSgG__logo{z-index:1001;align-items:center;display:flex}.header-module__PDvSgG__logo img{object-fit:contain;object-position:left center;width:160px;height:36px}.header-module__PDvSgG__desktopNav{align-items:center;gap:80px;height:100%;display:flex}.header-module__PDvSgG__navItem{align-items:center;height:100%;display:flex;position:relative}.header-module__PDvSgG__navLink{color:var(--white);cursor:pointer;white-space:nowrap;align-items:center;height:100%;padding:0 4px;font-size:18px;font-weight:500;transition:color .2s;display:flex}.header-module__PDvSgG__navLink:hover,.header-module__PDvSgG__navLink.header-module__PDvSgG__active{color:var(--blue-accent)}.header-module__PDvSgG__headerRight{z-index:1002;align-items:center;gap:16px;display:flex;position:relative}.header-module__PDvSgG__engBtn{color:var(--white);cursor:pointer;align-items:center;gap:6px;font-size:14px;transition:opacity .2s;display:flex}.header-module__PDvSgG__engBtn:hover{opacity:.8}.header-module__PDvSgG__globeIcon{width:18px;height:18px}.header-module__PDvSgG__megaMenu{top:var(--header-height);border-top:1px solid var(--gray-200);opacity:0;visibility:hidden;background:#fff;transition:all .3s;position:absolute;left:0;right:0;transform:translateY(-8px);box-shadow:0 8px 32px #00000014}.header-module__PDvSgG__megaMenu.header-module__PDvSgG__open{opacity:1;visibility:visible;transform:translateY(0)}.header-module__PDvSgG__megaMenuInner{max-width:var(--max-width);justify-content:space-between;gap:0;margin:0 auto;padding:36px 20px 40px;display:flex}.header-module__PDvSgG__megaMenuColumn{border-left:1px solid var(--gray-200);flex:1;min-width:120px;padding:0 32px}.header-module__PDvSgG__megaMenuColumn:first-child{border-left:none;padding-left:0}.header-module__PDvSgG__megaMenuColumnTitle{color:var(--text-primary);margin-bottom:16px;padding-bottom:0;font-size:16px;font-weight:700}.header-module__PDvSgG__megaMenuLink{color:var(--text-primary);align-items:center;padding:6px 0;font-size:15px;transition:color .2s;display:flex;position:relative}.header-module__PDvSgG__megaMenuLink:after{content:"";background:var(--blue-accent);opacity:0;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-left:10px;transition:opacity .2s}.header-module__PDvSgG__megaMenuLink:hover{color:var(--blue-accent)}.header-module__PDvSgG__megaMenuLink:hover:after{opacity:1}.header-module__PDvSgG__hamburger{cursor:pointer;z-index:1001;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;display:none}.header-module__PDvSgG__hamburger span{background:var(--white);width:100%;height:2px;transition:all .3s;display:block}.header-module__PDvSgG__hamburger.header-module__PDvSgG__active span:first-child{transform:translateY(7px)rotate(45deg)}.header-module__PDvSgG__hamburger.header-module__PDvSgG__active span:nth-child(2){opacity:0}.header-module__PDvSgG__hamburger.header-module__PDvSgG__active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header-module__PDvSgG__mobileMenu{background:var(--white);z-index:999;width:100%;height:100dvh;padding-top:var(--header-height);display:none;position:fixed;top:0;left:0;overflow-y:auto}.header-module__PDvSgG__mobileMenu.header-module__PDvSgG__open{display:block}.header-module__PDvSgG__mobileNavItem{border-bottom:1px solid var(--gray-200)}.header-module__PDvSgG__mobileNavLink{color:var(--text-primary);cursor:pointer;justify-content:space-between;align-items:center;padding:18px 20px;font-size:18px;font-weight:600;display:flex}.header-module__PDvSgG__mobileNavLink .header-module__PDvSgG__chevron{font-size:12px;transition:transform .3s}.header-module__PDvSgG__mobileNavLink.header-module__PDvSgG__expanded .header-module__PDvSgG__chevron{transform:rotate(180deg)}.header-module__PDvSgG__mobileSubMenu{background:var(--gray-50);padding:8px 0;display:none}.header-module__PDvSgG__mobileSubMenu.header-module__PDvSgG__open{display:block}.header-module__PDvSgG__mobileSubLink{color:var(--gray-600);padding:12px 36px;font-size:15px;transition:color .2s;display:block}.header-module__PDvSgG__mobileSubLink:hover{color:var(--blue-accent)}.header-module__PDvSgG__mobileEngBtn{color:var(--gray-500);align-items:center;gap:6px;padding:18px 20px;font-size:14px;display:flex}@media (max-width:767px){.header-module__PDvSgG__desktopNav{display:none}.header-module__PDvSgG__megaMenu{display:none!important}.header-module__PDvSgG__hamburger{display:flex}.header-module__PDvSgG__engBtn{display:none}.header-module__PDvSgG__logo img{height:28px}}
.footer-module__WGKYxW__footer{background:#222a33;border-top:none;margin-top:auto;padding:32px 0}.footer-module__WGKYxW__footerInner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 20px;display:flex}.footer-module__WGKYxW__footerLeft{flex:1;align-items:center;gap:32px;min-width:0;display:flex}.footer-module__WGKYxW__footerLogo{filter:brightness(0)invert();flex-shrink:0;width:auto;height:35px}.footer-module__WGKYxW__footerInfo{color:#fff;word-break:break-word;font-size:13px;line-height:1.8}.footer-module__WGKYxW__footerInfo span{margin-right:20px}.footer-module__WGKYxW__copyright{color:#ffffffb3;margin-top:4px;font-size:12px}.footer-module__WGKYxW__footerRight{flex-shrink:0;align-items:center;gap:16px;margin-left:24px;display:flex}.footer-module__WGKYxW__relatedSites{position:relative}.footer-module__WGKYxW__relatedSitesBtn{color:#fff;cursor:pointer;background:#474c51;border:none;border-radius:4px;justify-content:space-between;align-items:center;gap:12px;min-width:170px;padding:12px 18px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.footer-module__WGKYxW__relatedSitesBtn:hover{background:#3d4246}.footer-module__WGKYxW__relatedSitesBtn .footer-module__WGKYxW__chevron{color:#fff;font-size:10px;transition:transform .3s}.footer-module__WGKYxW__relatedSitesBtn.footer-module__WGKYxW__open .footer-module__WGKYxW__chevron{transform:rotate(180deg)}.footer-module__WGKYxW__relatedSitesBtn.footer-module__WGKYxW__open{border-radius:0 0 4px 4px}.footer-module__WGKYxW__relatedSitesList{background:#505050;border-radius:4px 4px 0 0;margin-bottom:0;display:none;position:absolute;bottom:100%;left:0;right:0;overflow:hidden;box-shadow:0 -4px 16px #00000026}.footer-module__WGKYxW__relatedSitesList.footer-module__WGKYxW__open{display:block}.footer-module__WGKYxW__relatedSiteLink{color:#ffffffd9;border-bottom:1px solid #ffffff1a;padding:11px 18px;font-size:14px;transition:background .2s,color .2s;display:block}.footer-module__WGKYxW__relatedSiteLink:last-child{border-bottom:none}.footer-module__WGKYxW__relatedSiteLink:hover{color:#fff;background:#ffffff1a}.footer-module__WGKYxW__topBtn{cursor:pointer;background:#5d696d;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;overflow:hidden}.footer-module__WGKYxW__topBtn:hover{background:#4d595d}.footer-module__WGKYxW__topBtn svg{color:#fff;width:22px;height:22px}@media (max-width:767px){.footer-module__WGKYxW__footerInner{text-align:left;flex-direction:column;gap:20px}.footer-module__WGKYxW__footerLeft{flex-direction:column;gap:12px}.footer-module__WGKYxW__footerLogo{display:none}.footer-module__WGKYxW__footerInfo span{margin-right:0;display:block}.footer-module__WGKYxW__footerRight{justify-content:center;width:100%}.footer-module__WGKYxW__relatedSites{flex:1}.footer-module__WGKYxW__relatedSitesBtn{min-width:unset;width:100%;font-size:13px}.footer-module__WGKYxW__relatedSitesList{bottom:100%}}
.hero-module__SbVf1W__hero{width:100%;height:100vh;position:relative;overflow:hidden}.hero-module__SbVf1W__heroPlaceholder{background:var(--navy);width:100%;height:100%}.hero-module__SbVf1W__heroSlide{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-module__SbVf1W__heroSlideHidden{visibility:hidden;z-index:0}.hero-module__SbVf1W__heroSlideActive{visibility:visible;z-index:1}.hero-module__SbVf1W__heroBg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1)}@keyframes hero-module__SbVf1W__kenBurns{0%{transform:scale(1)}to{transform:scale(1.06)}}.hero-module__SbVf1W__heroSlideActive .hero-module__SbVf1W__heroBg,.hero-module__SbVf1W__slideInRight .hero-module__SbVf1W__heroBg,.hero-module__SbVf1W__slideInLeft .hero-module__SbVf1W__heroBg{animation:7s ease-out forwards hero-module__SbVf1W__kenBurns}.hero-module__SbVf1W__slideOutLeft{visibility:visible;z-index:2;transition:transform .8s ease-in-out;transform:translate(-100%)}.hero-module__SbVf1W__slideOutRight{visibility:visible;z-index:2;transition:transform .8s ease-in-out;transform:translate(100%)}.hero-module__SbVf1W__slideInRight{visibility:visible;z-index:3;animation:.8s ease-in-out forwards hero-module__SbVf1W__enterFromRight}@keyframes hero-module__SbVf1W__enterFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.hero-module__SbVf1W__slideInLeft{visibility:visible;z-index:3;animation:.8s ease-in-out forwards hero-module__SbVf1W__enterFromLeft}@keyframes hero-module__SbVf1W__enterFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes hero-module__SbVf1W__fadeInUp{0%{opacity:0;transform:translate(-50%)translateY(16px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.hero-module__SbVf1W__slideIndicator{z-index:10;align-items:center;gap:10px;animation:.8s .5s both hero-module__SbVf1W__fadeInUp;display:flex;position:absolute;bottom:48px;left:50%;transform:translate(-50%)}.hero-module__SbVf1W__slideArrow{width:26px;height:26px;color:var(--white);cursor:pointer;background:0 0;border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;font-size:11px;transition:background .2s;display:flex}.hero-module__SbVf1W__slideArrow:hover:not(.hero-module__SbVf1W__slideArrowDisabled){background:#ffffff26}.hero-module__SbVf1W__slideArrowDisabled{opacity:.25;cursor:default;pointer-events:none}.hero-module__SbVf1W__slideDot{cursor:pointer;background:#fff6;border-radius:50%;width:7px;height:7px;transition:background .2s}.hero-module__SbVf1W__slideDot.hero-module__SbVf1W__active{background:var(--white)}@media (max-width:767px){.hero-module__SbVf1W__hero{height:70vh}.hero-module__SbVf1W__heroBg{object-fit:cover;object-position:center center}}
.research-module__kM5nea__research{background:var(--navy-deeper);color:var(--white);padding:100px 0 120px;overflow-x:hidden}.research-module__kM5nea__researchInner{max-width:var(--max-width);margin:0 auto;padding:0 20px}.research-module__kM5nea__header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.research-module__kM5nea__headerLeft{flex:1}.research-module__kM5nea__sectionLabel{color:#ffffffbf;letter-spacing:1px;margin-bottom:8px;font-size:13px;font-weight:400}.research-module__kM5nea__sectionTitle{color:var(--white);margin-bottom:20px;font-size:30px;font-weight:700}.research-module__kM5nea__tabs{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.research-module__kM5nea__tab{color:#ffffffbf;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff59;border-radius:20px;padding:9px 20px;font-size:14px;font-weight:500;transition:all .2s}.research-module__kM5nea__tab:hover{border-color:var(--white);color:var(--white)}.research-module__kM5nea__tab.research-module__kM5nea__active{background:var(--blue-accent);border-color:var(--blue-accent);color:var(--white)}.research-module__kM5nea__tabMore{color:#ffffffbf;cursor:pointer;border:1px solid #ffffff59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:18px;transition:all .2s;display:flex}.research-module__kM5nea__tabMore:hover{border-color:var(--white);color:var(--white)}.research-module__kM5nea__navArrows{gap:8px;display:flex}.research-module__kM5nea__navArrow{color:#fff9;cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;transition:all .2s;display:flex}.research-module__kM5nea__navArrow:hover:not(.research-module__kM5nea__navArrowDisabled){border-color:var(--white);color:var(--white)}.research-module__kM5nea__navArrowDisabled{opacity:.2;cursor:default;pointer-events:none}.research-module__kM5nea__cardsWrapper{overflow:hidden}.research-module__kM5nea__cardsTrack{cursor:grab;-webkit-user-select:none;user-select:none;gap:48px;transition:transform .4s;display:flex}.research-module__kM5nea__cardsTrack:active{cursor:grabbing}.research-module__kM5nea__card{cursor:pointer;flex-shrink:0;min-width:calc(33.333% - 32px);max-width:calc(33.333% - 32px);transition:transform .35s}.research-module__kM5nea__card:hover{transform:translateY(-6px)}.research-module__kM5nea__card a{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.research-module__kM5nea__cardThumb{aspect-ratio:5/3;background:#ffffff14;border-radius:0;width:100%;margin-bottom:16px;transition:box-shadow .35s;position:relative;overflow:hidden}.research-module__kM5nea__card:hover .research-module__kM5nea__cardThumb{box-shadow:0 10px 28px #00000059}.research-module__kM5nea__cardThumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.research-module__kM5nea__cardThumbPlaceholder{background:#ffffff0f;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.research-module__kM5nea__card:hover .research-module__kM5nea__cardThumb img{transform:scale(1.05)}.research-module__kM5nea__cardCategory{color:var(--white);margin-bottom:8px;font-size:13px;font-weight:500}.research-module__kM5nea__cardTitle{color:var(--white);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.5;display:-webkit-box;overflow:hidden}.research-module__kM5nea__cardDesc{color:#ffffff8c;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-height:2.4em;margin-bottom:12px;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.research-module__kM5nea__cardDate{color:#ffffff59;margin-top:auto;font-size:14px}@media (max-width:767px){.research-module__kM5nea__research{padding:48px 0}.research-module__kM5nea__header{flex-direction:column;align-items:flex-start;gap:16px}.research-module__kM5nea__headerLeft{width:100%;overflow:hidden}.research-module__kM5nea__sectionTitle{font-size:24px}.research-module__kM5nea__navArrows{display:none}.research-module__kM5nea__tabs{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;flex-wrap:nowrap;gap:8px;padding-bottom:4px;overflow-x:auto}.research-module__kM5nea__tabs::-webkit-scrollbar{display:none}.research-module__kM5nea__tab{flex-shrink:0;padding:10px 20px;font-size:15px}.research-module__kM5nea__card{min-width:calc(80% - 8px);max-width:calc(80% - 8px)}.research-module__kM5nea__cardsTrack{gap:16px}.research-module__kM5nea__cardThumb{aspect-ratio:5/3;border-radius:0;margin-bottom:12px}.research-module__kM5nea__cardTitle{-webkit-line-clamp:2;font-size:14px}.research-module__kM5nea__cardDesc{-webkit-line-clamp:2;font-size:12px}.research-module__kM5nea__cardDate{font-size:12px}}
.grid-module__GNDeZq__gridSection{background:var(--white);padding:60px 0 80px}.grid-module__GNDeZq__grid{grid-template-rows:1fr 1fr;grid-template-columns:1.2fr .8fr;gap:20px;height:520px;display:grid}.grid-module__GNDeZq__teamCard{color:var(--text-primary);border-radius:14px;flex-direction:column;grid-row:1/3;justify-content:center;padding:48px;transition:transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.grid-module__GNDeZq__teamCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026}.grid-module__GNDeZq__teamCard:before{content:"";z-index:0;position:absolute;inset:0}.grid-module__GNDeZq__teamBg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.grid-module__GNDeZq__teamOverlay{background:linear-gradient(#ffffff8c 0%,#fff3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.grid-module__GNDeZq__teamContent{z-index:1;position:relative}.grid-module__GNDeZq__teamLabel{color:#666;margin-bottom:6px;font-size:15px;font-weight:400}.grid-module__GNDeZq__teamTitle{color:var(--text-primary);margin-bottom:16px;font-size:36px;font-weight:700}.grid-module__GNDeZq__teamDesc{color:#444;white-space:pre-line;word-break:break-word;max-width:420px;margin-bottom:32px;font-size:15px;font-weight:400;line-height:1.7}.grid-module__GNDeZq__teamTags{flex-wrap:wrap;gap:10px;max-width:440px;display:flex}.grid-module__GNDeZq__teamTag{color:#fff;cursor:pointer;background:#646e82b3;border:none;border-radius:24px;padding:11px 28px;font-size:15px;font-weight:500;transition:all .2s}.grid-module__GNDeZq__teamTag:hover{background:#5a6478c7}.grid-module__GNDeZq__conferenceCard{color:var(--white);cursor:pointer;border-radius:14px;flex-direction:column;justify-content:flex-start;padding:36px 40px;transition:transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.grid-module__GNDeZq__conferenceCard:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0003}.grid-module__GNDeZq__conferenceBg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.grid-module__GNDeZq__conferenceContent{z-index:1;position:relative}.grid-module__GNDeZq__conferenceLabel{color:#fffc;margin-bottom:8px;font-size:14px;font-weight:400;display:inline-block}.grid-module__GNDeZq__conferenceTitle{font-size:28px;font-weight:700}.grid-module__GNDeZq__galleryCard{color:var(--white);cursor:pointer;border-radius:14px;flex-direction:column;justify-content:flex-start;padding:36px 40px;transition:transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.grid-module__GNDeZq__galleryCard:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0003}.grid-module__GNDeZq__galleryBg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.grid-module__GNDeZq__galleryContent{z-index:1;position:relative}.grid-module__GNDeZq__galleryLabel{color:#fffc;margin-bottom:6px;font-size:14px;font-weight:400}.grid-module__GNDeZq__galleryTitle{font-size:28px;font-weight:700}@media (max-width:767px){.grid-module__GNDeZq__gridSection{padding:40px 0}.grid-module__GNDeZq__grid{grid-template-rows:auto auto;grid-template-columns:1fr;gap:16px;height:auto}.grid-module__GNDeZq__teamCard{grid-row:auto;min-height:360px;padding:28px}.grid-module__GNDeZq__teamTitle{font-size:22px}.grid-module__GNDeZq__conferenceCard,.grid-module__GNDeZq__galleryCard{grid-column:auto;min-height:140px}.grid-module__GNDeZq__grid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr}.grid-module__GNDeZq__teamCard{grid-column:1/-1}.grid-module__GNDeZq__conferenceCard,.grid-module__GNDeZq__galleryCard{padding:24px 20px}.grid-module__GNDeZq__conferenceTitle,.grid-module__GNDeZq__galleryTitle{font-size:20px}.grid-module__GNDeZq__conferenceLabel,.grid-module__GNDeZq__galleryLabel{font-size:12px}}
.notice-module__SuE7AW__notice{background:var(--white);padding:80px 0 100px}.notice-module__SuE7AW__noticeLayout{align-items:flex-start;gap:60px;display:flex}.notice-module__SuE7AW__headerLeft{flex-direction:column;flex-shrink:0;min-width:160px;display:flex}.notice-module__SuE7AW__headerLeft .section-title{margin-bottom:0}.notice-module__SuE7AW__moreBtn{border:1px solid var(--gray-300);color:var(--gray-600);cursor:pointer;border-radius:18px;width:fit-content;margin-top:8px;padding:6px 18px;font-size:13px;transition:all .2s;display:inline-block}.notice-module__SuE7AW__moreBtn:hover{border-color:var(--blue-accent);color:var(--blue-accent)}.notice-module__SuE7AW__noticeList{border-top:2px solid var(--navy);flex:1;min-width:0;margin-top:40px}.notice-module__SuE7AW__noticeItem{border-bottom:1px solid var(--border-color);cursor:pointer;align-items:center;padding:20px 0 20px 16px;transition:background .25s,padding-left .25s;display:flex}.notice-module__SuE7AW__noticeItem:hover{background:var(--gray-50);padding-left:12px}.notice-module__SuE7AW__noticeDate{color:var(--gray-400);flex-shrink:0;min-width:120px;padding-right:24px;font-size:14px}.notice-module__SuE7AW__noticeTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:16px;font-weight:500;overflow:hidden}@media (max-width:767px){.notice-module__SuE7AW__notice{padding:24px 0 48px}.notice-module__SuE7AW__noticeLayout{flex-direction:column;gap:24px}.notice-module__SuE7AW__noticeList{margin-top:0}.notice-module__SuE7AW__headerLeft{min-width:auto}.notice-module__SuE7AW__noticeItem{flex-direction:row;align-items:center;gap:16px;padding:16px 0}.notice-module__SuE7AW__noticeDate{flex-shrink:0;min-width:80px;font-size:13px}.notice-module__SuE7AW__noticeTitle{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;display:-webkit-box;overflow:hidden}}
.sub-common-module__ky05cW__subPage{padding-top:calc(var(--header-height) + 20px);min-height:100vh}.sub-common-module__ky05cW__breadcrumb{color:var(--gray-400);max-width:var(--content-max-width);align-items:center;gap:8px;margin-bottom:16px;margin-left:auto;margin-right:auto;padding:0 20px;font-size:13px;display:flex}.sub-common-module__ky05cW__breadcrumb a{color:var(--gray-400);transition:color .2s}.sub-common-module__ky05cW__breadcrumb a:hover{color:var(--blue-accent)}.sub-common-module__ky05cW__breadcrumb svg{vertical-align:middle;width:14px;height:14px;position:relative;top:-1px}.sub-common-module__ky05cW__breadcrumbSep{color:var(--gray-300);font-size:11px}.sub-common-module__ky05cW__breadcrumbCurrent{color:var(--gray-600)}.sub-common-module__ky05cW__pageTitle{color:var(--text-primary);max-width:var(--content-max-width);margin-bottom:32px;margin-left:auto;margin-right:auto;padding:0 20px;font-size:36px;font-weight:800}.sub-common-module__ky05cW__pageTitleDivider{background:var(--text-primary);height:1px;max-width:calc(var(--content-max-width) - 40px);border:none;margin:0 auto 40px;padding:0}.sub-common-module__ky05cW__pageContent{max-width:var(--content-max-width);margin:0 auto;padding:0 20px 80px}.sub-common-module__ky05cW__searchBar{justify-content:flex-end;gap:8px;margin-bottom:24px;display:flex}.sub-common-module__ky05cW__searchSelect{border:1px solid var(--border-color);color:var(--text-primary);background:var(--white);border-radius:4px;min-width:120px;padding:8px 12px;font-size:14px}.sub-common-module__ky05cW__searchInput{border:1px solid var(--border-color);border-radius:4px;min-width:240px;padding:8px 14px;font-size:14px}.sub-common-module__ky05cW__searchBtn{background:var(--navy);color:var(--white);cursor:pointer;border-radius:4px;padding:8px 20px;font-size:14px;font-weight:500;transition:background .2s}.sub-common-module__ky05cW__searchBtn:hover{background:var(--navy-dark)}.sub-common-module__ky05cW__pagination{justify-content:center;align-items:center;gap:12px;margin-top:40px;padding:20px 0;display:flex}.sub-common-module__ky05cW__pageBtn{border:1px solid var(--border-color);color:var(--text-secondary);background:var(--white);cursor:pointer;border-radius:4px;padding:6px 16px;font-size:13px;transition:all .2s}.sub-common-module__ky05cW__pageBtn:hover{border-color:var(--blue-accent);color:var(--blue-accent)}.sub-common-module__ky05cW__pageBtn:disabled{opacity:.4;cursor:not-allowed}.sub-common-module__ky05cW__pageSelect{border:1px solid var(--border-color);text-align:center;border-radius:4px;min-width:60px;padding:6px 8px;font-size:13px}.sub-common-module__ky05cW__pageInfo{color:var(--gray-500);font-size:13px}.sub-common-module__ky05cW__tabs{flex-wrap:wrap;gap:10px;margin-bottom:32px;display:flex}.sub-common-module__ky05cW__tab{color:#555;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #d1d5db;border-radius:24px;padding:10px 22px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s}.sub-common-module__ky05cW__tab:hover{border-color:var(--blue-accent);color:var(--blue-accent)}.sub-common-module__ky05cW__tabActive{background:var(--blue-accent);border-color:var(--blue-accent);color:#fff;font-weight:600}.sub-common-module__ky05cW__tabActive:hover{color:#fff}.sub-common-module__ky05cW__listBtnWrap{text-align:center;margin:40px 0 0}.sub-common-module__ky05cW__listBtn{color:var(--white);cursor:pointer;text-align:center;background:#0d386d;border:none;border-radius:4px;padding:12px 48px;font-size:14px;font-weight:500;transition:background .2s;display:inline-block}.sub-common-module__ky05cW__listBtn:hover{background:#0d386d}.sub-common-module__ky05cW__table{border-collapse:collapse;width:100%}.sub-common-module__ky05cW__table th{border-bottom:1px solid var(--text-primary);padding:0;font-size:0;line-height:0}.sub-common-module__ky05cW__table th:first-child{display:none}.sub-common-module__ky05cW__table th:last-child{text-align:center;width:120px}.sub-common-module__ky05cW__table td{color:var(--text-secondary);border-bottom:1px solid var(--gray-200);padding:20px 16px;font-size:16px}.sub-common-module__ky05cW__table td:first-child{display:none}.sub-common-module__ky05cW__table td:last-child{text-align:center;color:var(--gray-400);font-size:15px}.sub-common-module__ky05cW__table tr{cursor:pointer;transition:background .15s}.sub-common-module__ky05cW__table tbody tr:hover{background:var(--gray-50)}.sub-common-module__ky05cW__table .sub-common-module__ky05cW__titleCell{color:var(--text-primary);font-weight:500}.sub-common-module__ky05cW__detailHeader{border-bottom:1px solid #d9d9d9;margin-top:-24px;margin-bottom:32px;padding:10px 16px 26px}.sub-common-module__ky05cW__detailDate{color:var(--gray-400);margin-bottom:8px;font-size:13px}.sub-common-module__ky05cW__detailTagsText{color:var(--blue-accent);margin-bottom:8px;font-size:13px;font-weight:600}.sub-common-module__ky05cW__detailTagSep{color:#b0c4da}.sub-common-module__ky05cW__detailMeta{color:#666;margin-top:2px;font-size:14px;font-weight:500}.sub-common-module__ky05cW__detailMetaLabel{color:var(--text-primary);font-weight:700}.sub-common-module__ky05cW__detailTitle{color:var(--text-primary);margin-bottom:12px;font-size:24px;font-weight:700;line-height:1.4}.sub-common-module__ky05cW__detailBody{color:var(--text-secondary);white-space:pre-wrap;border-bottom:1px solid var(--gray-200);min-height:200px;padding:0 16px 40px;font-size:15px;line-height:1.8}.sub-common-module__ky05cW__attachmentWrap{border:1px solid var(--gray-200);background:#f8f9fb;border-radius:8px;align-items:center;gap:14px;margin:24px 0 0;padding:20px 24px;display:flex}.sub-common-module__ky05cW__attachmentIcon{color:#fff;letter-spacing:.5px;background:#e74c3c;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;font-weight:700;display:flex}.sub-common-module__ky05cW__attachmentInfo{flex:1;min-width:0}.sub-common-module__ky05cW__attachmentLabel{color:var(--text-muted);margin-bottom:2px;font-size:12px}.sub-common-module__ky05cW__attachmentName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.sub-common-module__ky05cW__attachmentDownload{background:var(--navy);color:#fff;border-radius:4px;flex-shrink:0;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s;display:inline-flex}.sub-common-module__ky05cW__attachmentDownload:hover{background:var(--blue-accent)}@media (max-width:768px){.sub-common-module__ky05cW__attachmentWrap{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.sub-common-module__ky05cW__attachmentDownload{justify-content:center;width:100%}}.sub-common-module__ky05cW__cardGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.sub-common-module__ky05cW__card{background:var(--white);cursor:pointer;border:none;border-radius:0;transition:transform .2s,box-shadow .2s;overflow:hidden}.sub-common-module__ky05cW__card:hover{box-shadow:none;transform:translateY(-4px)}.sub-common-module__ky05cW__cardThumb{aspect-ratio:3/2;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.sub-common-module__ky05cW__cardThumb:after{content:"";background:0 0;transition:background .2s;position:absolute;inset:0}.sub-common-module__ky05cW__card:hover .sub-common-module__ky05cW__cardThumb:after{background:#00000026}.sub-common-module__ky05cW__cardThumb img{object-fit:cover;width:100%;height:100%}.sub-common-module__ky05cW__cardBody{padding:12px 0 20px}.sub-common-module__ky05cW__cardTags{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.sub-common-module__ky05cW__cardTag{background:var(--blue-accent);color:var(--white);border-radius:3px;padding:2px 8px;font-size:11px;font-weight:500}.sub-common-module__ky05cW__cardTitle{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.sub-common-module__ky05cW__cardMeta{color:var(--gray-400);margin-bottom:4px;font-size:12px}.sub-common-module__ky05cW__cardDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:12px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.sub-common-module__ky05cW__posterGrid{grid-template-columns:repeat(4,1fr);gap:40px 24px;display:grid}.sub-common-module__ky05cW__posterCard{cursor:pointer;border-bottom:1px solid #d9d9d9;padding-bottom:32px;transition:transform .2s}.sub-common-module__ky05cW__posterCard:hover{transform:translateY(-4px)}.sub-common-module__ky05cW__posterImage{aspect-ratio:3/4;border:1px solid var(--gray-200);background:linear-gradient(135deg,#1a3a6b,#2563eb);border-radius:8px;justify-content:center;align-items:center;margin-bottom:16px;display:flex;position:relative;overflow:hidden}.sub-common-module__ky05cW__posterImage img{object-fit:cover;width:100%;height:100%}.sub-common-module__ky05cW__posterPlaceholder{text-align:center;color:var(--white);padding:20px}.sub-common-module__ky05cW__posterPlaceholder .sub-common-module__ky05cW__posterBadge{color:#ffffffb3;margin-bottom:12px;font-size:11px}.sub-common-module__ky05cW__posterPlaceholder .sub-common-module__ky05cW__posterTitle{margin-bottom:16px;font-size:18px;font-weight:800;line-height:1.3}.sub-common-module__ky05cW__posterPlaceholder .sub-common-module__ky05cW__posterInfo{color:#fff9;font-size:11px;line-height:1.5}.sub-common-module__ky05cW__posterName{color:var(--text-primary);margin-bottom:6px;font-size:15px;font-weight:600}.sub-common-module__ky05cW__posterMeta{color:var(--gray-500);font-size:13px;line-height:1.5}.sub-common-module__ky05cW__conferenceDetail{border-bottom:1px solid var(--gray-200);gap:48px;padding:40px 0;display:flex}.sub-common-module__ky05cW__conferenceDetailPoster{flex-shrink:0;width:300px}.sub-common-module__ky05cW__conferenceDetailPoster .sub-common-module__ky05cW__posterImage{aspect-ratio:3/4;width:100%}.sub-common-module__ky05cW__conferenceDetailInfo{flex:1}.sub-common-module__ky05cW__conferenceDetailTitle{color:var(--text-primary);border-bottom:1px solid #d9d9d9;margin-bottom:28px;padding-bottom:20px;font-size:24px;font-weight:700}.sub-common-module__ky05cW__infoRow{align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.sub-common-module__ky05cW__infoLabel{background:var(--blue-accent);color:var(--white);text-align:center;border-radius:20px;flex-shrink:0;min-width:80px;padding:4px 12px;font-size:13px;font-weight:600;display:inline-block}.sub-common-module__ky05cW__infoValue{color:var(--text-secondary);padding-top:4px;font-size:14px;line-height:1.6}.sub-common-module__ky05cW__infoValue ul{padding:0;list-style:none}.sub-common-module__ky05cW__infoValue ul li:before{content:"· ";color:var(--text-secondary)}.sub-common-module__ky05cW__loading{text-align:center;color:var(--gray-400);padding:60px 0;font-size:15px}@media (max-width:1023px){.sub-common-module__ky05cW__cardGrid,.sub-common-module__ky05cW__posterGrid{grid-template-columns:repeat(2,1fr)}.sub-common-module__ky05cW__conferenceDetail{flex-direction:column;gap:24px}.sub-common-module__ky05cW__conferenceDetailPoster{width:100%;max-width:300px}}@media (max-width:767px){.sub-common-module__ky05cW__breadcrumb{gap:5px;font-size:12px}.sub-common-module__ky05cW__breadcrumbSep{font-size:10px}.sub-common-module__ky05cW__pageTitle{font-size:28px}.sub-common-module__ky05cW__infoRow{flex-direction:column;gap:8px}.sub-common-module__ky05cW__infoLabel{align-self:flex-start}.sub-common-module__ky05cW__cardGrid{grid-template-columns:1fr}.sub-common-module__ky05cW__posterGrid{grid-template-columns:repeat(2,1fr);gap:16px}.sub-common-module__ky05cW__posterPlaceholder .sub-common-module__ky05cW__posterTitle{font-size:14px}.sub-common-module__ky05cW__posterPlaceholder .sub-common-module__ky05cW__posterInfo{font-size:10px}.sub-common-module__ky05cW__posterName{font-size:13px}.sub-common-module__ky05cW__posterMeta{font-size:12px}.sub-common-module__ky05cW__searchBar{background:var(--white);border:1px solid var(--border-color);border-radius:8px;flex-wrap:nowrap;gap:0;padding:0;overflow:hidden}.sub-common-module__ky05cW__searchSelect{border:none;border-right:1px solid var(--border-color);border-radius:0;min-width:auto;padding:12px;font-size:14px}.sub-common-module__ky05cW__searchInput{border:none;border-radius:0;outline:none;flex:1;min-width:0;padding:12px 14px;font-size:14px}.sub-common-module__ky05cW__searchBtn{border-radius:0;flex-shrink:0;padding:12px 20px;font-size:14px}.sub-common-module__ky05cW__tabs{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;flex-wrap:nowrap;overflow:auto hidden}.sub-common-module__ky05cW__tabs::-webkit-scrollbar{display:none}.sub-common-module__ky05cW__tab{white-space:nowrap;padding:8px 16px;font-size:14px}.sub-common-module__ky05cW__table{display:block}.sub-common-module__ky05cW__table thead{display:none}.sub-common-module__ky05cW__table tbody{flex-direction:column;display:flex}.sub-common-module__ky05cW__table tr{border-bottom:1px solid var(--gray-200);flex-wrap:wrap;align-items:center;padding:16px 0;display:flex}.sub-common-module__ky05cW__table td{border-bottom:none;padding:0;text-align:left!important}.sub-common-module__ky05cW__table td:first-child{color:var(--gray-400);order:2;font-size:12px;text-align:left!important}.sub-common-module__ky05cW__table td:first-child:before{content:"No."}.sub-common-module__ky05cW__table td:first-child:after{content:"  ·  ";white-space:pre}.sub-common-module__ky05cW__table .sub-common-module__ky05cW__titleCell{width:100%;color:var(--text-primary);order:1;margin-bottom:8px;font-size:15px;font-weight:600;line-height:1.5}.sub-common-module__ky05cW__table .sub-common-module__ky05cW__titleCell a{display:block}.sub-common-module__ky05cW__table td:last-child{color:var(--gray-400);order:3;font-size:12px;text-align:left!important}}
.admin-module__y1OPdG__adminLayout{min-height:100vh;padding-top:var(--header-height);display:flex}.admin-module__y1OPdG__sidebar{background:var(--navy);color:#fff;width:240px;top:var(--header-height);flex-shrink:0;padding:24px 0;position:fixed;bottom:0;left:0;overflow-y:auto}.admin-module__y1OPdG__sidebarTitle{border-bottom:1px solid #ffffff1a;margin-bottom:8px;padding:0 24px 20px;font-size:18px;font-weight:800}.admin-module__y1OPdG__sidebarMenu{margin:0;padding:0;list-style:none}.admin-module__y1OPdG__sidebarItem{color:#ffffffb3;cursor:pointer;padding:12px 24px;font-size:14px;text-decoration:none;transition:all .15s;display:block}.admin-module__y1OPdG__sidebarItem:hover{color:#fff;background:#ffffff1a}.admin-module__y1OPdG__sidebarItemActive{color:#fff;border-left:3px solid var(--blue-accent);background:#ffffff26;font-weight:600}.admin-module__y1OPdG__sidebarLogout{color:#ffffff80;cursor:pointer;text-align:left;background:0 0;border:none;border-top:1px solid #ffffff1a;width:100%;margin-top:16px;padding:12px 24px;font-size:14px;transition:color .15s;display:block}.admin-module__y1OPdG__sidebarLogout:hover{color:#ff6b6b}.admin-module__y1OPdG__adminContent{min-height:calc(100vh - var(--header-height));background:#f9fafb;flex:1;margin-left:240px;padding:32px}.admin-module__y1OPdG__adminTitle{color:#222;margin-bottom:24px;font-size:24px;font-weight:700}.admin-module__y1OPdG__dashGrid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px;display:grid}.admin-module__y1OPdG__dashCard{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014}.admin-module__y1OPdG__dashCardLabel{color:#999;margin-bottom:8px;font-size:13px}.admin-module__y1OPdG__dashCardValue{color:var(--blue-accent);font-size:32px;font-weight:700}.admin-module__y1OPdG__dashCardLink{color:var(--blue-accent);margin-top:12px;font-size:13px;text-decoration:none;display:inline-block}.admin-module__y1OPdG__dashCardLink:hover{text-decoration:underline}.admin-module__y1OPdG__topBar{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.admin-module__y1OPdG__topBarRight{gap:8px;display:flex}.admin-module__y1OPdG__btn{cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:8px 20px;font-size:14px;font-weight:500;transition:all .15s;display:inline-flex}.admin-module__y1OPdG__btnPrimary{background:var(--blue-accent);color:#fff}.admin-module__y1OPdG__btnPrimary:hover{background:#2563eb}.admin-module__y1OPdG__btnDanger:hover{background:#dc2626}.admin-module__y1OPdG__btnSecondary{color:#333;background:#fff;border:1px solid #d1d5db}.admin-module__y1OPdG__btnSmall{padding:4px 12px;font-size:12px}.admin-module__y1OPdG__adminTable{border-collapse:collapse;background:#fff;border-radius:8px;width:100%;overflow:hidden;box-shadow:0 1px 3px #00000014}.admin-module__y1OPdG__adminTable th{color:#666;text-align:left;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:12px 16px;font-size:13px;font-weight:600}.admin-module__y1OPdG__adminTable td{color:#333;border-bottom:1px solid #f3f4f6;padding:12px 16px;font-size:14px}.admin-module__y1OPdG__adminTable tr:hover td{background:#f9fafb}.admin-module__y1OPdG__adminTable .admin-module__y1OPdG__actions{gap:6px;display:flex}.admin-module__y1OPdG__formGroup{margin-bottom:20px}.admin-module__y1OPdG__formLabel{color:#333;margin-bottom:6px;font-size:14px;font-weight:600;display:block}.admin-module__y1OPdG__formInput{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:10px 14px;font-size:14px;transition:border-color .15s}.admin-module__y1OPdG__formInput:focus{border-color:var(--blue-accent);outline:none;box-shadow:0 0 0 3px #2e6fdb1a}.admin-module__y1OPdG__formTextarea{resize:vertical;width:100%;min-height:200px;font-size:14px;font-family:var(--font-family);border:1px solid #d1d5db;border-radius:6px;padding:10px 14px}.admin-module__y1OPdG__formTextarea:focus{border-color:var(--blue-accent);outline:none;box-shadow:0 0 0 3px #2e6fdb1a}.admin-module__y1OPdG__formSelect{background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:10px 14px;font-size:14px}.admin-module__y1OPdG__formRow{gap:16px;display:flex}.admin-module__y1OPdG__formRow>.admin-module__y1OPdG__formGroup{flex:1}.admin-module__y1OPdG__modal{z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.admin-module__y1OPdG__modalContent{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;padding:32px;overflow-y:auto}.admin-module__y1OPdG__modalTitle{margin-bottom:24px;font-size:20px;font-weight:700}.admin-module__y1OPdG__modalActions{justify-content:flex-end;gap:8px;margin-top:24px;display:flex}.admin-module__y1OPdG__loginContainer{background:#f9fafb;justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-module__y1OPdG__loginBox{background:#fff;border-radius:16px;width:400px;max-width:90%;padding:48px;box-shadow:0 4px 24px #00000014}.admin-module__y1OPdG__loginTitle{text-align:center;margin-bottom:8px;font-size:24px;font-weight:700}.admin-module__y1OPdG__loginSubtitle{color:#999;text-align:center;margin-bottom:32px;font-size:14px}.admin-module__y1OPdG__loginError{color:#dc2626;background:#fef2f2;border-radius:6px;margin-bottom:16px;padding:10px 14px;font-size:13px}.admin-module__y1OPdG__loginBtn{background:var(--navy);color:#fff;cursor:pointer;border-radius:8px;width:100%;margin-top:8px;padding:12px;font-size:15px;font-weight:600;transition:background .15s}.admin-module__y1OPdG__loginBtn:hover{background:var(--navy-dark)}.admin-module__y1OPdG__emptyState{text-align:center;color:#999;padding:60px 20px;font-size:14px}.admin-module__y1OPdG__btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px 16px;font-size:13px;font-weight:500;transition:background .15s,opacity .15s;display:inline-flex}.admin-module__y1OPdG__btnSecondary{color:#374151;background:#e5e7eb}.admin-module__y1OPdG__btnSecondary:hover{background:#d1d5db}.admin-module__y1OPdG__btnDanger{color:#dc2626;background:#fee2e2}.admin-module__y1OPdG__btnDanger:hover{color:#991b1b;background:#fca5a5}.admin-module__y1OPdG__btnSmall{min-width:32px;padding:4px 10px;font-size:12px}@media (max-width:1023px){.admin-module__y1OPdG__dashGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.admin-module__y1OPdG__sidebar{display:none}.admin-module__y1OPdG__adminContent{margin-left:0}.admin-module__y1OPdG__dashGrid{grid-template-columns:1fr}}
.animations-module__GgTDpa__scrollReveal{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transform:translateY(40px)}.animations-module__GgTDpa__visible{opacity:1;transform:translateY(0)}
.gallery-module__W43Ifa__galleryGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.gallery-module__W43Ifa__galleryCard{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden}.gallery-module__W43Ifa__galleryCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.gallery-module__W43Ifa__galleryThumb{aspect-ratio:16/10;background:var(--gray-100);width:100%;position:relative;overflow:hidden}.gallery-module__W43Ifa__galleryThumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-module__W43Ifa__galleryCard:hover .gallery-module__W43Ifa__galleryThumb img{transform:scale(1.05)}.gallery-module__W43Ifa__galleryPlaceholder{width:100%;height:100%;color:var(--gray-400);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.gallery-module__W43Ifa__galleryPlaceholder svg{width:48px;height:48px}.gallery-module__W43Ifa__galleryPlaceholder span{font-size:14px}.gallery-module__W43Ifa__imageCount{color:var(--white);background:#0009;border-radius:12px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:500;display:flex;position:absolute;bottom:8px;right:8px}.gallery-module__W43Ifa__galleryInfo{padding:16px}.gallery-module__W43Ifa__galleryTitle{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:15px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.gallery-module__W43Ifa__galleryDate{color:var(--gray-500);font-size:13px}.gallery-module__W43Ifa__galleryDetailGrid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:40px;display:grid}.gallery-module__W43Ifa__galleryDetailItem{background:var(--gray-100);border-radius:8px;overflow:hidden}.gallery-module__W43Ifa__galleryDetailItem img{width:100%;height:auto;display:block}.gallery-module__W43Ifa__galleryEmptyImages{color:var(--gray-400);flex-direction:column;justify-content:center;align-items:center;padding:80px 0;display:flex}.gallery-module__W43Ifa__galleryEmptyImages svg{width:64px;height:64px;margin-bottom:16px}.gallery-module__W43Ifa__galleryEmptyImages p{font-size:15px}@media (max-width:1023px){.gallery-module__W43Ifa__galleryGrid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:767px){.gallery-module__W43Ifa__galleryGrid{grid-template-columns:1fr;gap:16px}.gallery-module__W43Ifa__galleryDetailGrid{grid-template-columns:1fr}}
.greeting-module__T384ia__greetingSection{max-width:calc(var(--content-max-width) - 40px);margin:0 auto;padding:0 0 100px}.greeting-module__T384ia__greetingContent{border-radius:16px;align-items:flex-start;gap:80px;padding:100px 72px;display:flex;position:relative;overflow:hidden}.greeting-module__T384ia__greetingBg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.greeting-module__T384ia__greetingOverlay{z-index:1;background:#0d36868f;position:absolute;inset:0}.greeting-module__T384ia__greetingLeft{z-index:2;flex-shrink:0;width:340px;position:relative}.greeting-module__T384ia__opening{color:#ffffffe6;font-size:28px;font-weight:400;line-height:1.7}.greeting-module__T384ia__opening strong{color:var(--white);margin-top:6px;font-size:36px;font-weight:800;line-height:1.4;display:block}.greeting-module__T384ia__divider{background:#fff6;width:48px;height:2px;margin:40px 0 0}.greeting-module__T384ia__greetingRight{z-index:2;flex:1;position:relative}.greeting-module__T384ia__body{flex-direction:column;gap:32px;display:flex}.greeting-module__T384ia__body p{color:#ffffffd9;word-break:keep-all;font-size:17px;line-height:1.9}.greeting-module__T384ia__highlight{color:var(--white);font-style:normal;font-weight:700}.greeting-module__T384ia__signature{text-align:right;margin-top:56px}.greeting-module__T384ia__signatureRole{color:#fff9;letter-spacing:.5px;font-size:16px}@media (max-width:1023px){.greeting-module__T384ia__greetingSection{margin:0 20px}.greeting-module__T384ia__greetingContent{flex-direction:column;gap:40px;padding:60px 40px}.greeting-module__T384ia__greetingLeft{width:100%}}@media (max-width:767px){.greeting-module__T384ia__greetingSection{margin:0 20px;padding:0 0 60px}.greeting-module__T384ia__greetingContent{flex-direction:column;gap:32px;padding:40px 24px}.greeting-module__T384ia__greetingLeft{width:100%}.greeting-module__T384ia__opening{font-size:20px}.greeting-module__T384ia__opening strong{font-size:26px}.greeting-module__T384ia__divider{margin:24px 0 0}.greeting-module__T384ia__body p{font-size:14.5px;line-height:1.85}.greeting-module__T384ia__signature{margin-top:36px}.greeting-module__T384ia__signatureRole{font-size:13px}}
.history-module__hoyAKW__historyWrapper{max-width:var(--content-max-width);margin:0 auto;padding:0 20px 100px}.history-module__hoyAKW__historyLayout{align-items:stretch;gap:0;display:flex;position:relative}.history-module__hoyAKW__historyImages{flex-direction:column;flex-shrink:0;justify-content:space-between;width:45%;padding-right:55px;display:flex}.history-module__hoyAKW__historyImageWrap{border-radius:12px;overflow:hidden}.history-module__hoyAKW__historyImageWrap img{width:100%;height:auto;display:block}.history-module__hoyAKW__timelineArea{flex:1;position:relative}.history-module__hoyAKW__timelineArea:before{content:"";background:#ccc;width:1px;position:absolute;top:15px;bottom:0;left:0}.history-module__hoyAKW__timelineProgress{background:var(--blue-accent);z-index:1;pointer-events:none;width:1px;transition:height .15s ease-out;position:absolute;top:15px;left:0}.history-module__hoyAKW__timelineItem{margin-bottom:90px;padding-left:28px;position:relative}.history-module__hoyAKW__timelineItem:last-child{margin-bottom:0}.history-module__hoyAKW__timelineDot{z-index:1;width:14px;height:14px;position:absolute;top:8px;left:-6px}.history-module__hoyAKW__timelineDot:before{content:"";background:var(--white);border:2.5px solid var(--blue-accent);box-sizing:border-box;border-radius:50%;width:14px;height:14px;position:absolute;top:0;left:0}.history-module__hoyAKW__timelineDot:after{content:"";background:var(--blue-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:4px;left:4px}.history-module__hoyAKW__timelineDate{font-family:var(--font-family);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:12px;font-size:30px;font-weight:700;line-height:1.2;display:block}.history-module__hoyAKW__eventList{margin:0;padding:0;list-style:none}.history-module__hoyAKW__eventList li{color:var(--text-secondary);margin-bottom:5px;padding-left:16px;font-size:15px;line-height:1.7;position:relative}.history-module__hoyAKW__eventList li:last-child{margin-bottom:0}.history-module__hoyAKW__eventList li:before{content:"·";color:var(--gray-400);font-size:18px;font-weight:700;position:absolute;top:0;left:0}.history-module__hoyAKW__eventHighlight{color:var(--text-primary);font-weight:600}.history-module__hoyAKW__eventHighlight:before{color:var(--blue-accent)!important}@media (max-width:1023px){.history-module__hoyAKW__historyWrapper{margin:0 20px}.history-module__hoyAKW__historyImages{gap:32px;width:40%;padding-right:32px}.history-module__hoyAKW__timelineDate{font-size:24px}}@media (max-width:767px){.history-module__hoyAKW__historyWrapper{margin:0 20px;padding:0 0 60px}.history-module__hoyAKW__historyLayout{flex-direction:column;gap:32px}.history-module__hoyAKW__historyImages{flex-direction:row;gap:16px;width:100%;padding-right:0}.history-module__hoyAKW__historyImageWrap{flex:1}.history-module__hoyAKW__timelineItem{margin-bottom:32px;padding-left:24px}.history-module__hoyAKW__timelineDate{margin-bottom:8px;font-size:22px}.history-module__hoyAKW__eventList li{padding-left:14px;font-size:14px}}
.location-module__8KWfLa__locationInfo{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px;display:flex}.location-module__8KWfLa__locationDetails{flex:1}.location-module__8KWfLa__locationRow{align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.location-module__8KWfLa__locationLabel{color:#222;flex-shrink:0;width:72px;font-size:16px;font-weight:700}.location-module__8KWfLa__locationValue{color:#555;word-break:break-word;font-size:15px;line-height:1.5}.location-module__8KWfLa__locationBtns{flex-shrink:0;gap:12px;display:flex}.location-module__8KWfLa__mapBtn{color:#222;border:1px solid #222;border-radius:4px;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.location-module__8KWfLa__mapBtn:hover{color:#fff;background:#0d386d;border-color:#0d386d}.location-module__8KWfLa__mapBtnIcon{width:14px;height:14px}.location-module__8KWfLa__mapContainer{border:1px solid #e5e7eb;border-radius:8px;width:100%;height:480px;overflow:hidden}.location-module__8KWfLa__mapContainer iframe{border:0;width:100%;height:100%}@media (max-width:767px){.location-module__8KWfLa__locationInfo{flex-direction:column}.location-module__8KWfLa__locationRow{flex-direction:column;gap:4px}.location-module__8KWfLa__locationLabel{width:auto}.location-module__8KWfLa__locationBtns{width:100%}.location-module__8KWfLa__mapBtn{flex:1;justify-content:center;padding:10px 16px;font-size:13px}.location-module__8KWfLa__mapContainer{height:350px}}
.mission-module__T_H4ya__missionVisionWrapper{max-width:calc(var(--content-max-width) - 40px);margin:0 auto;padding:0 0 100px}.mission-module__T_H4ya__missionBlock{flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.mission-module__T_H4ya__missionCircle{background:#0d386e;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex}.mission-module__T_H4ya__missionCircleText{font-family:var(--font-family);color:var(--white);letter-spacing:.5px;font-size:22px;font-weight:700}.mission-module__T_H4ya__missionLine{background:var(--gray-300);width:2px;height:80px}.mission-module__T_H4ya__missionDot{z-index:1;background:#0d386e;border-radius:50%;width:12px;height:12px;margin-bottom:-6px}.mission-module__T_H4ya__missionTextBox{text-align:center;background:#1f6abf;border:1px solid #1f6abf;border-radius:12px;width:100%;padding:36px 48px}.mission-module__T_H4ya__missionText{color:var(--white);word-break:keep-all;font-size:17px;font-weight:500;line-height:1.9}.mission-module__T_H4ya__visionGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.mission-module__T_H4ya__visionCard{aspect-ratio:1/1.2;border-radius:12px;position:relative;overflow:hidden}.mission-module__T_H4ya__visionCardImage{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.mission-module__T_H4ya__visionCardOverlay{background:#00000059;position:absolute;inset:0}.mission-module__T_H4ya__visionCardContent{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:32px 24px;display:flex;position:relative}.mission-module__T_H4ya__visionLabel{color:#ffffffb3;letter-spacing:2px;text-transform:uppercase;margin-bottom:4px;font-size:13px;font-weight:600}.mission-module__T_H4ya__visionNumber{color:var(--white);margin-bottom:28px;font-size:36px;font-weight:700}.mission-module__T_H4ya__visionTitle{color:var(--white);word-break:keep-all;margin-bottom:12px;font-size:15px;font-weight:700;line-height:1.6}.mission-module__T_H4ya__visionDesc{color:#ffffffd9;word-break:keep-all;font-size:14px;line-height:1.75}@media (max-width:1023px){.mission-module__T_H4ya__missionVisionWrapper{margin:0 20px}.mission-module__T_H4ya__visionGrid{gap:16px}.mission-module__T_H4ya__visionCardContent{padding:24px 16px}.mission-module__T_H4ya__visionNumber{margin-bottom:20px;font-size:30px}.mission-module__T_H4ya__visionTitle{font-size:14px}.mission-module__T_H4ya__visionDesc{font-size:13px}}@media (max-width:767px){.mission-module__T_H4ya__missionVisionWrapper{margin:0 20px;padding:0 0 60px}.mission-module__T_H4ya__missionCircle{width:96px;height:96px}.mission-module__T_H4ya__missionCircleText{font-size:18px}.mission-module__T_H4ya__missionLine{height:36px}.mission-module__T_H4ya__missionTextBox{padding:24px 20px}.mission-module__T_H4ya__missionText{font-size:15px;line-height:1.85}.mission-module__T_H4ya__missionBlock{margin-bottom:40px}.mission-module__T_H4ya__visionGrid{grid-template-columns:1fr;gap:16px}.mission-module__T_H4ya__visionCard{aspect-ratio:16/10}.mission-module__T_H4ya__visionNumber{margin-bottom:16px;font-size:28px}}
.organization-module__NE9vya__orgContainer{flex-direction:column;align-items:center;max-width:800px;margin:0 auto;padding:40px 20px 80px;display:flex;position:relative}.organization-module__NE9vya__orgDirector{color:#fff;z-index:1;background:#0d386e;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;font-size:22px;font-weight:800;display:flex;position:relative}.organization-module__NE9vya__orgVLine{background:#d4d6d6;width:2px;height:40px}.organization-module__NE9vya__orgCommittee{color:#fff;z-index:1;background:#0056b6;border:none;border-radius:8px;padding:14px 48px;font-size:16px;font-weight:700;position:relative}.organization-module__NE9vya__orgHLine{background:#d4d6d6;width:2px;height:50px;margin-bottom:-20px}.organization-module__NE9vya__orgBranch{align-items:flex-start;display:flex;position:relative;overflow:hidden}.organization-module__NE9vya__orgBranchWrap{flex-direction:column;align-items:center;min-width:200px;display:flex}.organization-module__NE9vya__orgBranch:before{content:"";background:#d4d6d6;height:2px;position:absolute;top:20px;left:0;right:0}.organization-module__NE9vya__orgDot{z-index:2;background:#0056b6;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin:15px 60px 0;position:relative}.organization-module__NE9vya__orgGroupBox{color:#fff;z-index:1;text-align:center;box-sizing:border-box;border-radius:6px;width:100%;margin-bottom:16px;padding:12px 40px;font-size:15px;font-weight:700;position:relative}.organization-module__NE9vya__orgGroupResearch{background:#1f6abf}.organization-module__NE9vya__orgGroupAdmin{background:#04a4b2}.organization-module__NE9vya__orgSubList{flex-direction:column;gap:10px;display:flex}.organization-module__NE9vya__orgSubItem{color:#333;text-align:center;background:#f6f7fa;border:1px solid #ddd;border-radius:6px;min-width:200px;padding:14px 24px;font-size:14px;font-weight:500}@media (max-width:767px){.organization-module__NE9vya__orgBranch{flex-direction:column;align-items:center;gap:24px}.organization-module__NE9vya__orgBranch:before,.organization-module__NE9vya__orgDot{display:none}.organization-module__NE9vya__orgDirector{width:140px;height:140px;font-size:18px}}
.research-group-module__aVrUAq__groupPage{min-height:100vh;max-width:var(--content-max-width);width:100%;padding-top:var(--header-height);margin:0 auto;padding-bottom:80px;padding-left:20px;padding-right:20px}.research-group-module__aVrUAq__groupStickyHeader{top:var(--header-height);z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;margin-bottom:48px;padding-top:20px;padding-bottom:8px;position:sticky}.research-group-module__aVrUAq__groupTabs{flex-wrap:wrap;gap:10px;margin-top:20px;padding:8px 0;display:flex}.research-group-module__aVrUAq__groupTab{color:#555;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #d1d5db;border-radius:24px;padding:10px 22px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s}.research-group-module__aVrUAq__groupTab:hover{border-color:var(--blue-accent);color:var(--blue-accent)}.research-group-module__aVrUAq__groupTabActive{background:var(--blue-accent);border-color:var(--blue-accent);color:#fff;font-weight:600}.research-group-module__aVrUAq__groupTabActive:hover{color:#fff}.research-group-module__aVrUAq__groupSection{scroll-margin-top:calc(var(--header-height) + 80px);margin-bottom:90px}.research-group-module__aVrUAq__groupSection:last-child{margin-bottom:0}.research-group-module__aVrUAq__sectionTitle{color:#222;border-bottom:1px solid #e5e7eb;margin-bottom:24px;padding-bottom:16px;font-size:22px;font-weight:700}.research-group-module__aVrUAq__cardGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.research-group-module__aVrUAq__researcherCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:0;transition:box-shadow .2s;display:flex;overflow:hidden}.research-group-module__aVrUAq__researcherCard:hover{box-shadow:0 4px 16px #0000000f}.research-group-module__aVrUAq__cardPhoto{background:#f3f4f6;flex-shrink:0;justify-content:center;align-items:center;width:220px;min-height:280px;display:flex;position:relative;overflow:hidden}.research-group-module__aVrUAq__cardPhoto img{object-fit:cover;width:100%;height:100%}.research-group-module__aVrUAq__cardPhotoDefault{opacity:.4;object-fit:contain!important;width:60%!important;height:auto!important}.research-group-module__aVrUAq__cardInfo{flex-direction:column;flex:1;min-width:0;padding:24px 28px;display:flex}.research-group-module__aVrUAq__cardRoleRow{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:baseline;margin-bottom:20px;padding-bottom:16px;display:flex}.research-group-module__aVrUAq__cardRoleLabel{color:var(--blue-accent);font-size:13px;font-weight:600;display:inline-block}.research-group-module__aVrUAq__cardNameBlock{text-align:right}.research-group-module__aVrUAq__cardName{color:#222;text-align:right;margin:0;font-size:20px;font-weight:700}.research-group-module__aVrUAq__cardTitle{color:#888;text-align:right;margin-top:4px;font-size:14px;font-weight:500;display:block}.research-group-module__aVrUAq__cardFields{margin-bottom:16px}.research-group-module__aVrUAq__cardFieldsLabel{color:#333;margin-bottom:4px;font-size:13px;font-weight:700;display:block}.research-group-module__aVrUAq__cardFieldsValue{color:#555;font-size:13px;line-height:1.6}.research-group-module__aVrUAq__cardDesc{color:#666;max-height:120px;margin-top:12px;padding-right:4px;font-size:13px;line-height:1.7;overflow-y:auto}.research-group-module__aVrUAq__cardDesc::-webkit-scrollbar{width:4px}.research-group-module__aVrUAq__cardDesc::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.research-group-module__aVrUAq__cardDesc::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.research-group-module__aVrUAq__cardDesc::-webkit-scrollbar-thumb:hover{background:#aaa}.research-group-module__aVrUAq__emptyMessage{text-align:center;color:#999;padding:60px 0;font-size:16px}@media (max-width:1023px){.research-group-module__aVrUAq__cardGrid{grid-template-columns:1fr}}@media (max-width:767px){.research-group-module__aVrUAq__groupTabs{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;box-sizing:border-box;flex-wrap:nowrap;gap:8px;max-width:100%;padding-bottom:8px;overflow-x:auto}.research-group-module__aVrUAq__groupTabs::-webkit-scrollbar{display:none}.research-group-module__aVrUAq__groupTab{flex-shrink:0;padding:8px 16px;font-size:14px}.research-group-module__aVrUAq__researcherCard{text-align:center;box-sizing:border-box;flex-direction:column;max-width:100%}.research-group-module__aVrUAq__cardInfo{overflow-wrap:break-word;word-break:break-all;box-sizing:border-box;width:100%;padding:20px 16px;overflow:hidden}.research-group-module__aVrUAq__cardDesc{text-align:left;max-height:180px}.research-group-module__aVrUAq__cardRoleLabel{font-size:15px}.research-group-module__aVrUAq__cardName{font-size:22px}.research-group-module__aVrUAq__cardTitle{font-size:16px}.research-group-module__aVrUAq__cardFieldsLabel,.research-group-module__aVrUAq__cardFieldsValue,.research-group-module__aVrUAq__cardDesc{font-size:15px}.research-group-module__aVrUAq__cardPhoto{border-radius:8px;width:60%;max-width:200px;min-height:260px;margin:16px auto 0}.research-group-module__aVrUAq__cardRoleRow{flex-direction:column;align-items:center}.research-group-module__aVrUAq__cardNameBlock,.research-group-module__aVrUAq__cardName,.research-group-module__aVrUAq__cardTitle{text-align:center}.research-group-module__aVrUAq__sectionTitle{font-size:18px}}
