.header{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100svw;height:4.5rem;background-color:transparent;border-bottom:1px solid #ffffff22;transition:background-color .3s,border-bottom .3s,transform .5s;z-index:var(--header-z-index)}.header.activate,.header:hover{background-color:#fff;border-bottom:1px solid #ddd}.header .headerContainer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:0 var(--screen-margin)}.header .headerContainer>.logoWrap{font-size:1.25rem;font-weight:700;color:#fff;transition:color .25s;cursor:pointer}.header .headerContainer>.logoWrap>svg{width:-moz-fit-content;width:fit-content;height:1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header.activate .headerContainer>.logoWrap,.header:hover .headerContainer>.logoWrap,.header.activate .headerContainer>.logoWrap>svg,.header:hover .headerContainer>.logoWrap>svg{filter:brightness(-100%)}.header .headerContainer>.menuWrap{display:block}.header .headerContainer>.menuWrap>ul{display:flex;flex-direction:row;align-items:center;gap:2rem}.header .headerContainer>.menuWrap>ul>li{font-size:.875rem;font-weight:700;color:#fff;transition:color .25s;overflow:hidden;cursor:pointer}.header .headerContainer>.menuWrap>ul>li>hr{border:none;border-bottom:1px solid #000000;animation:slideOut .5s forwards}.header .headerContainer>.menuWrap>ul>li:hover>hr{animation:slideIn .5s forwards}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.header.activate .headerContainer>.menuWrap>ul>li,.header:hover .headerContainer>.menuWrap>ul>li{color:#000}.header .headerContainer>.funcWrap{display:flex;flex-direction:row;align-items:center;gap:.75rem}.header .headerContainer>.funcWrap>button{display:flex;flex-direction:row;align-items:center;gap:.25rem;padding:.5rem 1.375rem;background-color:#fff;border-radius:4rem;font-size:.875rem;font-weight:700;color:#000;transition:color .25s,background-color .25s}.header.activate .headerContainer>.funcWrap>button,.header:hover .headerContainer>.funcWrap>button{background-color:#000;color:#fff}.header .headerContainer>.funcWrap>button:hover{background-color:var(--primary-color)}.header .headerContainer>.funcWrap>button>svg{width:1.25rem;height:1.25rem}.header .headerContainer>.funcWrap>.menu{display:none}.header .menuContainer{display:none}@media (max-width: 768px){.header .headerContainer>.menuWrap{display:none}.header .headerContainer>.funcWrap>.contact{display:none}.header .headerContainer>.funcWrap>.menu{display:flex;padding:.625rem 1.25rem}.header .menuContainer{display:flex;flex-direction:column;align-items:center;gap:1rem;position:fixed;top:0;left:0;width:100svw;height:100svh;background-color:#fff;opacity:0;animation:fadeIn .75s forwards}.header .menuContainer>ul{display:flex;flex-direction:column;align-items:center;gap:2rem}.header .menuContainer>ul>li{font-size:var(--title-medium);font-weight:600;color:var(--title-color);transition:color .25s;overflow:hidden;cursor:pointer;opacity:0;transform:translateY(2rem);animation:fadeIn2 .75s forwards}.header .menuContainer>ul>li:nth-child(1){animation-delay:.5s}.header .menuContainer>ul>li:nth-child(2){animation-delay:.6s}.header .menuContainer>ul>li:nth-child(3){animation-delay:.7s}.header .menuContainer>ul>li:nth-child(4){animation-delay:.8s}.header .menuContainer>ul>li>hr{border:none;border-bottom:1px solid #000000;animation:slideOut .5s forwards}.header .menuContainer>ul>li:hover>hr{animation:slideIn .5s forwards}.header.activate .menuContainer>ul>li,.header:hover .menuContainer>ul>li{color:#000}.header .menuContainer>.funcWrap{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:0 var(--screen-margin);width:100%;height:4.5rem}.header .menuContainer>.funcWrap>button{display:flex;flex-direction:row;align-items:center;gap:.25rem;padding:.5rem 1.25rem;background-color:#fff;border-radius:4rem;font-size:.875rem;font-weight:700;color:#000;transition:color .25s,background-color .25s;background-color:#000;color:#fff}.header .menuContainer>.funcWrap>button:hover{background-color:var(--primary-color)}.header .menuContainer>.funcWrap>button>svg{width:1.25rem;height:1.25rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn2{0%{transform:translateY(2rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}}.footer{display:flex;flex-direction:column;align-items:center;padding:4rem;width:100svw;height:-moz-fit-content;height:fit-content;background-color:var(--footer-bg-color)}.footer>.infoContainer{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:var(--max-content-width)}.infoContainer>.linkWrap{display:flex;flex-direction:row;align-items:center;gap:1.5rem}.infoContainer>.linkWrap>a{border-bottom:2px solid transparent;font-size:var(--body-medium);font-weight:500;color:#fff;transition:border .3s,color .3s}.infoContainer>.linkWrap>a:hover{border-bottom:2px solid var(--primary-color-var-4);color:var(--primary-color)}.infoContainer>.infoWrap{display:flex;flex-direction:row;justify-content:space-between;gap:2rem}.infoContainer>.infoWrap>.descWrap{flex:1;color:#ffffff80}.infoContainer>.infoWrap>.descWrap>ul{display:flex;flex-direction:row;gap:2rem}.infoContainer>.infoWrap>.descWrap>ul>li{font-size:var(--body-small);font-weight:var(--body-weight);color:#ffffff80;list-style-type:disc}.infoContainer>.infoWrap>.descWrap>ul>li>span{font-size:var(--body-small);font-weight:var(--body-weight)}.infoContainer>.infoWrap>.descWrap>.copyrightWrap{margin-top:1rem;font-size:var(--body-small);font-weight:var(--body-weight);color:#ffffff40}.infoContainer>.infoWrap>.logoWrap{display:flex;flex-direction:row;align-items:center;gap:.5rem;opacity:.75}.infoContainer>.infoWrap>.logoWrap>img{max-height:3rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width: 1024px){.infoContainer>.linkWrap{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.infoContainer>.infoWrap{display:flex;flex-direction:column;gap:2rem}.infoContainer>.infoWrap>.descWrap>ul{display:flex;flex-direction:column;gap:.25rem}.infoContainer>.infoWrap>.descWrap>ul>li{margin-left:1rem}.infoContainer>.infoWrap>.logoWrap{display:flex;flex-direction:row;align-items:center;gap:1rem;opacity:.75}}#rootLayout{display:flex;flex-direction:column;width:100svw;min-height:100svh;background-color:#fff}#sidebar{display:flex;flex-direction:column;gap:2rem;position:fixed;top:0;left:0;padding:2rem 1.5rem;width:16rem;height:100svh;background-color:var(--section-bg-color-1);z-index:var(--header-z-index);box-shadow:0 0 14rem #0000001a}#sidebar>.logoWrap{display:flex;align-items:center;justify-content:center;width:100%}#sidebar>.logoWrap>svg{width:80%;color:var(--heading-color)}#sidebar>.menuWrap{display:flex;flex-direction:column;flex:1;gap:.5rem;width:100%}#sidebar>.menuWrap>.menuTitle{padding:0 .5rem;font-size:var(--body-small);font-weight:var(--body-weight);color:var(--body-color)}#sidebar>.menuWrap>ul{display:flex;flex-direction:column;gap:.5rem}#sidebar>.menuWrap>ul>li{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-left:0;padding:.5rem .75rem;background-color:var(--section-bg-color-2);border-radius:var(--border-radius);font-size:var(--body-medium);font-weight:500;color:var(--title-color);transition:background-color .3s,color .3s}#sidebar>.menuWrap>ul>li:hover{background-color:var(--border-color)}#sidebar>.menuWrap>ul>li.activate{background-color:var(--primary-color);color:#fff}#sidebar>.menuWrap>ul>li>svg{width:1rem;height:1rem}#sidebar>.linkWrap{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;width:100%;border-top:1px solid var(--border-color)}#sidebar>.linkWrap>.goHomeWrap{display:flex;flex-direction:row;gap:.5rem;width:100%;cursor:pointer;color:var(--body-color);transition:color .3s}#sidebar>.linkWrap>.goHomeWrap:hover{color:var(--title-color)}#dashboardLayout{display:flex;flex-direction:column;width:100svw;min-height:100svh;background-color:var(--section-bg-color-2)}#dashboardLayout .contentArea{display:flex;flex-direction:column;padding-left:16rem;padding-bottom:4rem;width:100svw;scroll-behavior:smooth}#dashboardLayout .toTopBtn{display:flex;flex-direction:row;align-items:center;justify-content:center;position:fixed;right:1.5rem;bottom:1.5rem;width:4rem;height:4rem;background-color:var(--section-bg-color-1);box-shadow:0 .5rem 1rem #0001;border-radius:50%}#introductionSection{display:flex;flex-direction:column;align-items:center;position:relative;width:100svw;background-color:var(--section-bg-color-2);z-index:var(--section-z-index)}#introductionSection .article{display:flex;flex-direction:column;align-items:center;gap:var(--article-gap);margin:var(--article-margin) 0;padding:0 var(--screen-margin);width:100%;max-width:var(--max-content-width)}#introductionSection .article .articleTitle{display:flex;flex-direction:row;align-items:center;font-size:var(--heading-large);font-weight:var(--heading-weight);color:var(--heading-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}#introductionSection .article .articleTitle>span{margin-right:.75rem}#introductionSection .article .articleTitle>span:last-child{margin-right:0}#introductionSection .article .articleContent{display:flex;flex-direction:column;align-items:center;width:100%}#introductionSection .article .articleContent>.filedWrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem;width:100%;max-width:var(--max-content-width-small)}.filedWrap>.infoGraphicWrap{display:flex;flex-direction:row;align-items:center}.filedWrap>.infoGraphicWrap>.infoItemWrap{display:flex;flex-direction:column;align-items:center;justify-content:center;width:18rem;height:18rem;border-radius:50%;font-size:var(--title-small);font-weight:var(--title-weight);color:#fff}.filedWrap>.infoGraphicWrap>.infoItemWrap:nth-child(1){background-color:var(--primary-color-var-2);transform:translate(3rem);z-index:1}.filedWrap>.infoGraphicWrap>.infoItemWrap:nth-child(2){background-color:var(--primary-color-var-3);z-index:2}.filedWrap>.infoGraphicWrap>.infoItemWrap:nth-child(3){background-color:var(--primary-color);transform:translate(-3rem);z-index:3}.filedWrap>.infoWrap{display:flex;flex-direction:column;align-items:center;padding:1rem 2rem;background-color:#fff;border-radius:var(--border-radius)}.filedWrap>.infoWrap>.infoItemWrap{display:flex;flex-direction:row;gap:1rem;padding:1.5rem 0;border-bottom:1px solid var(--border-color)}.filedWrap>.infoWrap>.infoItemWrap:last-child{border-bottom:none}.filedWrap>.infoWrap>.infoItemWrap>.infoItemIndexWrap>.index{display:flex;flex-direction:column;align-items:center;justify-content:center;width:1.625rem;height:1.625rem;background-color:var(--primary-color);border-radius:50%;font-size:var(--body-medium);font-weight:700;line-height:var(--body-small);color:#fff}.filedWrap>.infoWrap>.infoItemWrap>.infoItemContentWrap{display:flex;flex-direction:column;gap:.5rem}.filedWrap>.infoWrap>.infoItemWrap>.infoItemContentWrap>.title{display:flex;flex-direction:row;align-items:center;height:1.625rem;font-size:var(--body-medium);font-weight:var(--title-weight)}.filedWrap>.infoWrap>.infoItemWrap>.infoItemContentWrap>.desc{font-size:var(--body-small);font-weight:var(--body-weight)}@media (max-width: 768px){#introductionSection .article .articleTitle{text-align:center}.filedWrap>.infoGraphicWrap>.infoItemWrap{display:flex;flex-direction:column;align-items:center;justify-content:center;width:10rem;height:10rem;border-radius:50%;font-size:var(--title-small);font-weight:var(--title-weight);color:#fff}.filedWrap>.infoGraphicWrap>.infoItemWrap:nth-child(1){background-color:var(--primary-color-var-2);transform:translate(1.5rem);z-index:1}.filedWrap>.infoGraphicWrap>.infoItemWrap:nth-child(2){background-color:var(--primary-color-var-3);z-index:2}.filedWrap>.infoGraphicWrap>.infoItemWrap:nth-child(3){background-color:var(--primary-color);transform:translate(-1.5rem);z-index:3}}#newsSection{display:flex;flex-direction:column;align-items:center;position:relative;width:100svw;background-color:var(--section-bg-color-1);z-index:var(--section-z-index)}#newsSection .article{display:flex;flex-direction:column;align-items:center;gap:var(--article-gap);margin:var(--article-margin) 0;padding:0 var(--screen-margin);width:100%;max-width:var(--max-content-width)}#newsSection .article .articleTitle{display:flex;flex-direction:row;align-items:center;font-size:var(--heading-large);font-weight:var(--heading-weight);color:var(--heading-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}#newsSection .article .articleContent{display:flex;flex-direction:column;align-items:center;gap:4rem;width:100%}#newsSection .article .articleContent>.newsWrap{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%}#newsSection .article .articleContent>.more{padding:.875rem 3rem;background-color:#fff;border:2px solid #000000;font-size:var(--body-medium);font-weight:var(--title-weight);color:var(--title-color);transition:background-color .3s,border .3s,color .3s}#newsSection .article .articleContent>.more:hover{background-color:var(--primary-color);border:2px solid var(--primary-color);color:#fff}#newsSection .newsItem{display:flex;flex-direction:column;cursor:pointer}#newsSection .newsItem>.thumbWrap{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;margin-bottom:1.5rem;width:100%;height:16rem;background-color:#ddd;border-radius:var(--border-radius);overflow:hidden}#newsSection .newsItem>.thumbWrap>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}#newsSection .newsItem:hover>.thumbWrap>img{transform:scale(1.05)}#newsSection .newsItem>.thumbWrap>.iconWrap{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;bottom:1rem;right:1rem;width:2.5rem;height:2.5rem;background-color:#fffa;border-radius:50%}#newsSection .newsItem>.thumbWrap>.iconWrap>svg{width:1.25rem;height:1.25rem;stroke-width:2.1}#newsSection .newsItem>.tagWrap{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-bottom:.375rem}#newsSection .newsItem>.tagWrap>.tag{font-size:var(--body-medium);font-weight:500;color:var(--body-color)}#newsSection .newsItem>.title{display:-webkit-box;margin-bottom:.625rem;width:100%;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--title-color);text-overflow:ellipsis;overflow:hidden}#newsSection .newsItem>.created{font-size:var(--desc-medium);font-weight:var(--desc-weight);color:var(--desc-color)}@media (max-width: 1024px){#newsSection .article .articleContent>.newsWrap{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}}@media (max-width: 768px){#newsSection .article .articleContent>.newsWrap{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}}#projectSection{display:flex;flex-direction:column;align-items:center;position:relative;width:100svw;background-color:var(--section-bg-color-2);z-index:var(--section-z-index)}#projectSection .article{display:flex;flex-direction:column;align-items:center;gap:var(--article-gap);margin:var(--article-margin) 0;padding:0 var(--screen-margin);width:100%;max-width:var(--max-content-width)}#projectSection .article .articleTitle{display:flex;flex-direction:row;align-items:center;font-size:var(--heading-large);font-weight:var(--heading-weight);color:var(--heading-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}#projectSection .article .articleContent{display:flex;flex-direction:column;align-items:center;gap:4rem;width:100%}#projectSection .article .articleContent>.projectWrap{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%}#projectSection .article .articleContent>.more{padding:.875rem 3rem;background-color:transparent;border:2px solid #000000;font-size:var(--body-medium);font-weight:var(--title-weight);color:var(--title-color);transition:background-color .3s,border .3s,color .3s}#projectSection .article .articleContent>.more:hover{background-color:var(--primary-color);border:2px solid var(--primary-color);color:#fff}#projectSection .projectItem{display:flex;flex-direction:column;background-color:#fff;border-radius:var(--border-radius);cursor:pointer;box-shadow:0 0 14rem #00000008}#projectSection .projectItem>.thumbWrap{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:100%;height:12rem;background-color:#ddd;border-radius:var(--border-radius);overflow:hidden}#projectSection .projectItem>.thumbWrap>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}#projectSection .projectItem:hover>.thumbWrap>img{transform:scale(1.05)}#projectSection .projectItem>.thumbWrap>.iconWrap{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;bottom:1rem;right:1rem;width:2.5rem;height:2.5rem;background-color:#fffa;border-radius:50%}#projectSection .projectItem>.thumbWrap>.iconWrap>svg{width:1.125rem;height:1.125rem;stroke-width:2.4}#projectSection .projectItem>.contextWrap{display:flex;flex-direction:column;padding:1.5rem 1.5rem 1.25rem;width:100%;max-width:100%}#projectSection .projectItem>.contextWrap>.infoWrap{display:flex;flex-direction:column;width:100%;max-width:100%}#projectSection .projectItem>.contextWrap>.infoWrap>.category{margin-bottom:.25rem;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:var(--body-small);font-weight:var(--title-weight);color:var(--body-color)}#projectSection .projectItem>.contextWrap>.infoWrap>.title{width:100%;display:-webkit-box;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;margin-bottom:.5rem;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--title-color)}#projectSection .projectItem>.contextWrap>.infoWrap>.desc{width:100%;display:-webkit-box;word-wrap:break-word;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;margin-bottom:.5rem;font-size:var(--desc-small);font-weight:var(--desc-weight);color:var(--desc-color)}@media (max-width: 1024px){#projectSection .article .articleContent>.projectWrap{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}}@media (max-width: 768px){#projectSection .article .articleContent>.projectWrap{display:grid;grid-template-columns:1fr;gap:1.25rem;width:100%}}#summarySection{display:flex;flex-direction:column;align-items:center;position:relative;width:100svw;background-color:#fff;z-index:var(--section-z-index)}#summarySection .article{display:flex;flex-direction:column;align-items:center;gap:var(--article-gap);margin:var(--article-margin) 0;padding:0 var(--screen-margin);width:100%;max-width:var(--max-content-width)}#summarySection .article .articleTitle{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:var(--heading-large);font-weight:var(--heading-weight);color:var(--heading-color)}#summarySection .article .articleContent{display:flex;flex-direction:column;align-items:center;gap:4rem;width:100%}#summarySection .article .articleContent>.labDescWrap{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:var(--max-content-width-small)}#summarySection .article .articleContent>.labDescWrap>.title{font-size:var(--title-medium);font-weight:var(--title-weight);color:var(--title-color)}#summarySection .article .articleContent>.labDescWrap>.context{font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color)}#summarySection .article .articleContent>.infoWrap{display:flex;flex-direction:row;width:100%}#summarySection .article .articleContent>.infoWrap>.infoItem{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1;border-right:1px solid var(--border-color)}#summarySection .article .articleContent>.infoWrap>.infoItem:last-child{border-right:none}#summarySection .article .articleContent>.infoWrap>.infoItem>.itemIcon{width:5rem;height:5rem}#summarySection .article .articleContent>.infoWrap>.infoItem>.itemIcon>svg{width:100%;height:100%;stroke-width:1.5}#summarySection .article .articleContent>.infoWrap>.infoItem>.itemTitle{display:flex;flex-direction:row;align-items:center;gap:.25rem;font-size:var(--title-large);font-weight:var(--title-weight);color:var(--title-color);cursor:pointer;transition:color .5s}#summarySection .article .articleContent>.infoWrap>.infoItem:hover>.itemTitle{color:var(--primary-color)}#summarySection .article .articleContent>.infoWrap>.infoItem>.itemTitle>svg{width:1.25rem;height:1.25rem;stroke-width:3}#summarySection .article .articleContent>.infoWrap>.infoItem>.itemDesc{font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width: 768px){#summarySection .article .articleTitle{line-height:var(--heading-large);flex-direction:column}#summarySection .article .articleContent>.infoWrap{display:flex;flex-direction:column;width:100%}#summarySection .article .articleContent>.infoWrap>.infoItem{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem 0;border-right:none;border-bottom:1px solid var(--border-color)}#summarySection .article .articleContent>.infoWrap>.infoItem:last-child{border-bottom:none}}#welcomeSection{display:flex;flex-direction:column;align-items:center;position:relative;width:100svw;height:100svh;background-color:#000;z-index:var(--section-z-index)}#welcomeSection .bgWrap{position:absolute;top:0;left:0;width:100svw;height:100svh}#welcomeSection .bgWrap>video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#welcomeSection .fgWrap{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100svw;height:100svh;background-color:#00000060}#welcomeSection .fgWrap>.displayWrap{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;color:#fff;overflow:hidden}#welcomeSection .fgWrap>.displayWrap>img{width:calc(100% - var(--screen-margin-2x));max-width:32rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}#welcomeSection .hintWrap{display:flex;flex-direction:column;align-items:center;gap:.25rem;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}#welcomeSection .hintWrap .iconWrap{position:relative;width:2rem;height:2rem}#welcomeSection .hintWrap .iconWrap>svg{position:absolute;top:50%;left:50%;width:1.25rem;height:1.25rem;stroke-width:3;color:#fff;transform:translate(-50%);animation:scrollDownHint 2s infinite}#welcomeSection .hintWrap .iconWrap>svg:nth-child(1){top:20%}#welcomeSection .hintWrap .iconWrap>svg:nth-child(2){bottom:20%;animation-delay:.25s}@keyframes scrollDownHint{0%{opacity:0}50%{opacity:1}to{opacity:0}}#welcomeSection .hintWrap>p{font-size:.875rem;font-weight:600;color:#fff}@media (max-width: 768px){#welcomeSection .fgWrap>.displayWrap>img{width:calc(100% - var(--screen-margin-2x));max-width:20rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}}#introductionPage{display:flex;flex-direction:column;align-items:center;padding-top:4.5rem;background-color:var(--section-bg-color-2)}#introductionPage>.article{display:flex;flex-direction:column;align-items:center;gap:2rem;margin:4rem 0;width:calc(100% - var(--screen-margin-2x));max-width:var(--max-content-width)}#introductionPage>.article.full{max-width:100%}#introductionPage>.article>.title{font-size:var(--heading-medium);font-weight:var(--heading-weight);color:var(--heading-color)}#introductionPage>.article1>.eng{line-height:var(--title-medium);font-size:var(--title-medium);font-weight:var(--title-weight);color:var(--primary-color);text-align:center}#introductionPage>.article1>.kor{margin-bottom:3rem;font-size:var(--heading-large);font-weight:var(--heading-weight);color:var(--heading-color);text-align:center}#introductionPage>.article1>.desc{width:100%;max-width:var(--max-content-width-small);font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color)}#introductionPage>.article2>.fieldWrap{display:flex;flex-direction:row;gap:2rem}#introductionPage>.article2>.fieldWrap>.field{display:flex;flex-direction:column;flex:1}#introductionPage>.article2>.fieldWrap>.field>.thumb{margin-bottom:1.5rem;width:100%;height:12rem;border-radius:var(--border-radius);-o-object-fit:cover;object-fit:cover}#introductionPage>.article2>.fieldWrap>.field>.title{margin-bottom:.75rem;font-size:var(--title-medium);font-weight:var(--title-weight);color:var(--title-color)}#introductionPage>.article2>.fieldWrap>.field>.desc{font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color)}#introductionPage>.article3>.professorWrap{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:4rem 10rem 4rem 0;position:relative;width:100%;height:20rem;background-color:#fff;border-radius:0 20rem 20rem 0}#introductionPage>.article3>.professorWrap>img{position:absolute;left:2rem;bottom:0;height:32rem}#introductionPage>.article3>.professorWrap>.contentWrap{display:flex;flex-direction:column;width:65%}#introductionPage>.article3>.professorWrap>.contentWrap>.comment{margin-bottom:2rem;text-align:center;font-size:var(--heading-medium);font-weight:var(--heading-weight);color:var(--primary-color);background-image:linear-gradient(to right bottom,var(--primary-color),var(--primary-color-var-4));background-clip:text;-webkit-background-clip:text;color:transparent}#introductionPage>.article3>.professorWrap>.contentWrap>.name{font-size:var(--title-medium);font-weight:var(--title-weight);color:var(--title-color)}#introductionPage>.article3>.professorWrap>.contentWrap>.rank{font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color)}#introductionPage>.article3>.infoWrap{display:flex;flex-direction:row;width:100%;max-width:var(--max-content-width-small);gap:2rem}#introductionPage>.article3>.infoWrap>.leftWrap{display:flex;flex-direction:column;flex:1}#introductionPage>.article3>.infoWrap>.rightWrap{display:flex;flex-direction:column;flex:1}#introductionPage>.article3>.infoWrap>.leftWrap .subTitle,#introductionPage>.article3>.infoWrap>.rightWrap .subTitle{margin-bottom:.25rem;font-size:var(--title-medium);font-weight:var(--title-weight);color:var(--title-color)}#introductionPage>.article3>.infoWrap>.leftWrap>ul,#introductionPage>.article3>.infoWrap>.rightWrap>ul{margin-bottom:1rem}#introductionPage>.article3>.infoWrap>.leftWrap>ul>li,#introductionPage>.article3>.infoWrap>.rightWrap>ul>li{margin-left:1.5rem;list-style-type:disc;font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color)}#introductionPage>.article4>.placeWrap{display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--max-content-width);border-radius:var(--border-radius);background-color:var(--section-bg-color-1);box-shadow:0 0 14rem #00000008}#introductionPage>.article4>.placeWrap>.placeInfo{padding:1rem;font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color);transition:color .3s}#introductionPage>.article4>.placeWrap:hover>.placeInfo{color:var(--primary-color)}@media (max-width: 1024px){#introductionPage>.article{margin:3rem 0;width:calc(100% - var(--screen-margin-2x))}#introductionPage>.article2>.fieldWrap{display:flex;flex-direction:column;gap:3rem}}@media (max-width: 768px){#introductionPage>.article{margin:3rem 0;width:calc(100% - var(--screen-margin-2x))}#introductionPage>.article2>.fieldWrap{display:flex;flex-direction:column;gap:3rem}}#memberPage{display:flex;flex-direction:column;align-items:center;width:100svw;background-color:var(--section-bg-color-2)}#memberPage>.pageHeader{display:flex;flex-direction:column;align-items:center;position:relative;width:100%;height:24rem;background-image:url(/assets/dsu-label-2-D3GneCvM.png);background-size:cover;background-position:center}#memberPage>.pageHeader:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#0000004d;z-index:0}#memberPage>.pageHeader>.article{display:flex;flex-direction:column;justify-content:center;padding-top:4.5rem;width:calc(100% - var(--screen-margin-2x));max-width:var(--max-content-width);height:100%;z-index:1}#memberPage>.pageHeader>.article>.title{font-size:var(--heading-large);font-weight:var(--heading-weight);color:#fff}#memberPage>.pageHeader>.article>.subTitle{font-size:var(--title-large);font-weight:400;color:#fff}#memberPage>.article{display:flex;flex-direction:column;justify-content:center;gap:3rem;margin:4rem 0;width:calc(100% - var(--screen-margin-2x));max-width:var(--max-content-width)}#memberPage>.article>.memberContainer{display:flex;flex-direction:column;width:100%}#memberPage>.article>.memberContainer>.title{display:flex;flex-direction:row;align-items:flex-start;margin-bottom:2rem;font-size:var(--title-large);font-weight:var(--title-weight);color:var(--title-color)}#memberPage>.article>.memberContainer>.title>span{margin-left:.25rem;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--primary-color)}#memberPage>.article>.memberContainer>.memberWrap{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%}#memberPage .memberItem{display:flex;flex-direction:column;padding:1.5rem;width:100%;max-width:100%;background-color:#fff;border-radius:var(--border-radius);box-shadow:0 0 14rem #00000008}#memberPage .memberItem>.profile{margin-bottom:1rem;width:4rem;height:4rem;border:1px solid var(--border-color);border-radius:50%;-o-object-fit:cover;object-fit:cover}#memberPage .memberItem>.name{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--title-color)}#memberPage .memberItem>.name>span{font-size:var(--body-small);font-weight:var(--body-weight);color:var(--primary-color)}#memberPage .memberItem>.email{font-size:var(--desc-medium);font-weight:var(--desc-weight);color:var(--desc-color)}#memberPage .memberItem>.subTitle{margin-top:.75rem;margin-bottom:.25rem;font-size:var(--body-small);font-weight:var(--title-weight);color:var(--title-color)}#memberPage .memberItem>.fieldWrap>.field{list-style-type:disc;margin-left:1rem;font-size:var(--body-small);font-weight:var(--body-weight);color:var(--body-color)}#memberPage .memberItem>.company{margin-top:.75rem;font-size:var(--body-small);font-weight:var(--title-weight);color:var(--title-color)}@media (max-width: 1024px){#memberPage>.article>.memberContainer>.memberWrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}}@media (max-width: 768px){#memberPage>.article>.memberContainer>.memberWrap{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}}#projectPage{display:flex;flex-direction:column;align-items:center;width:100svw;background-color:var(--section-bg-color-2)}#projectPage>.pageHeader{display:flex;flex-direction:column;align-items:center;position:relative;width:100%;height:24rem;background-image:url(/assets/dsu-label-1-xgyC758n.png);background-size:cover;background-position:center}#projectPage>.pageHeader:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#0000004d;z-index:0}#projectPage>.pageHeader>.article{display:flex;flex-direction:column;justify-content:center;padding-top:4.5rem;width:calc(100% - var(--screen-margin-2x));max-width:var(--max-content-width);height:100%;z-index:1}#projectPage>.pageHeader>.article>.title{font-size:var(--heading-large);font-weight:var(--heading-weight);color:#fff}#projectPage>.pageHeader>.article>.subTitle{font-size:var(--title-large);font-weight:400;color:#fff}#projectPage>.article{display:flex;flex-direction:column;justify-content:center;gap:3rem;margin:4rem 0;width:calc(100% - var(--screen-margin-2x));max-width:var(--max-content-width)}#projectPage>.article>.projectContainer{display:flex;flex-direction:column;width:100%}#projectPage>.article>.projectContainer>.title{display:flex;flex-direction:row;align-items:flex-start;margin-bottom:2rem;font-size:var(--title-large);font-weight:var(--title-weight);color:var(--title-color)}#projectPage>.article>.projectContainer>.title>span{margin-left:.25rem;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--primary-color)}#projectPage>.article>.projectContainer>.projectWrap{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%}#projectPage .projectItem{display:flex;flex-direction:column;width:100%;max-width:100%;background-color:#fff;border-radius:var(--border-radius);box-shadow:0 0 14rem #00000008}#projectPage .projectItem>.thumb{width:100%;height:12rem;border-radius:var(--border-radius);-o-object-fit:cover;object-fit:cover;overflow:hidden}#projectPage .projectItem>.thumb>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}#projectPage .projectItem:hover>.thumb>img{transform:scale(1.05)}#projectPage .projectItem>.contentWrap{display:flex;flex-direction:column;padding:1.5rem}#projectPage .projectItem>.contentWrap>.name{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--title-color)}#projectPage .projectItem>.contentWrap>.desc{font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color)}#projectPage .projectItem>.contentWrap>.period{margin-bottom:.5rem;font-size:var(--desc-small);font-weight:var(--desc-weight);color:var(--desc-color)}#projectPage .projectItem>.contentWrap>.subTitle{margin-top:.75rem;margin-bottom:.25rem;font-size:var(--body-small);font-weight:var(--title-weight);color:var(--title-color)}#projectPage .projectItem>.contentWrap>.memberWrap>.member{margin-left:1.25rem;list-style-type:disc;font-size:var(--body-small);font-weight:var(--body-weight);color:var(--body-color)}#projectPage .projectItem>.contentWrap>.memberWrap>.member>.name{margin-right:.25rem;font-size:var(--body-small);font-weight:var(--body-weight);color:var(--body-color)}#projectPage .projectItem>.contentWrap>.memberWrap>.member>.role{font-size:var(--desc-small);font-weight:var(--desc-weight);color:var(--desc-color)}#projectPage .projectItem>.contentWrap>.linkWrap{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-top:.5rem}#projectPage .projectItem>.contentWrap>.linkWrap>a>svg{color:var(--desc-color);fill:transparent;transition:color .3s,fill .3s}#projectPage .projectItem>.contentWrap>.linkWrap>a:hover>svg{color:var(--title-color);fill:var(--primary-color)}@media (max-width: 1024px){#projectPage>.article>.projectContainer>.projectWrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}}@media (max-width: 768px){#projectPage>.article>.projectContainer>.projectWrap{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}}#newsPage{display:flex;flex-direction:column;align-items:center;width:100svw;background-color:var(--section-bg-color-2)}#newsPage>.pageHeader{display:flex;flex-direction:column;align-items:center;position:relative;width:100%;height:24rem;background-image:url(/assets/dsu-label-3-lLZ-WFyF.png);background-size:cover;background-position:center}#newsPage>.pageHeader:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#0000004d;z-index:0}#newsPage>.pageHeader>.article{display:flex;flex-direction:column;justify-content:center;padding-top:4.5rem;width:calc(100% - var(--screen-margin-2x));max-width:var(--max-content-width);height:100%;z-index:1}#newsPage>.pageHeader>.article>.title{font-size:var(--heading-large);font-weight:var(--heading-weight);color:#fff}#newsPage>.pageHeader>.article>.subTitle{font-size:var(--title-large);font-weight:400;color:#fff}#newsPage>.article{display:flex;flex-direction:column;justify-content:center;gap:3rem;margin:4rem 0;width:calc(100% - var(--screen-margin-2x));max-width:var(--max-content-width-small)}#newsPage>.article>.newsContainer{display:flex;flex-direction:column;width:100%}#newsPage>.article>.newsContainer>.title{display:flex;flex-direction:row;align-items:flex-start;margin-bottom:2rem;font-size:var(--title-large);font-weight:var(--title-weight);color:var(--title-color)}#newsPage>.article>.newsContainer>.title>span{margin-left:.25rem;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--primary-color)}#newsPage>.article>.newsContainer>.newsWrap{display:flex;flex-direction:column}#newsPage .newsItem{display:flex;flex-direction:row;gap:2rem;padding:1.5rem 0;width:100%;max-width:100%;border-bottom:1px solid var(--border-color);box-shadow:0 0 14rem #00000008}#newsPage .newsItem:first-child{border-top:1px solid var(--title-color)}#newsPage .newsItem:last-child{border-bottom:1px solid var(--title-color)}#newsPage .newsItem>.infoWrap{display:flex;flex-direction:column;flex:1}#newsPage .newsItem>.infoWrap>.title{margin-bottom:.5rem;font-size:var(--title-medium);font-weight:var(--title-weight);color:var(--title-color);transition:color .3s}#newsPage .newsItem:hover>.infoWrap>.title{color:var(--primary-color)}#newsPage .newsItem>.infoWrap>.context{display:-webkit-box;width:100%;flex:1;word-wrap:break-word;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;margin-bottom:.5rem;font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color)}#newsPage .newsItem>.infoWrap>.created{font-size:var(--desc-medium);font-weight:var(--desc-weight);color:var(--desc-color)}#newsPage .newsItem>.thumb{min-width:9rem;width:9rem;aspect-ratio:1/1;border-radius:var(--border-radius);-o-object-fit:cover;object-fit:cover}#newsPostPage{display:flex;flex-direction:column;align-items:center;width:100svw;min-height:100svh;background-color:var(--section-bg-color-2)}#newsPostPage>.pageHeader{display:flex;flex-direction:column;align-items:center;position:relative;width:100%;height:24rem;background-size:cover;background-position:center}#newsPostPage>.pageHeader:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#0000004d;z-index:0}#newsPostPage>.pageHeader>.article{display:flex;flex-direction:column;justify-content:center;padding-top:4.5rem;width:calc(100% - var(--screen-margin-2x));max-width:var(--max-content-width);height:100%;z-index:1}#newsPostPage>.pageHeader>.article>.title{font-size:var(--heading-large);font-weight:var(--heading-weight);color:#fff}#newsPostPage>.pageHeader>.article>.subTitle{font-size:var(--body-medium);font-weight:300;color:#fff}#newsPostPage>.article{display:flex;flex-direction:column;justify-content:center;gap:3rem;margin:4rem 0;width:calc(100% - var(--screen-margin-2x));max-width:var(--max-content-width-small)}#newsPostPage>.article>.newsContainer{display:flex;flex-direction:column;width:100%}#newsPostPage>.article>.newsContainer>.title{display:flex;flex-direction:row;align-items:flex-start;margin-bottom:2rem;font-size:var(--title-large);font-weight:var(--title-weight);color:var(--title-color)}#newsPostPage>.article>.newsContainer>.title>span{margin-left:.25rem;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--primary-color)}#newsPostPage>.article>.newsContainer>.newsWrap{display:flex;flex-direction:column}#newsPostPage .newsItem{display:flex;flex-direction:row;gap:2rem;padding:1.5rem 0;width:100%;max-width:100%;border-bottom:1px solid var(--border-color);box-shadow:0 0 14rem #00000008}#newsPostPage .newsItem:first-child{border-top:1px solid var(--title-color)}#newsPostPage .newsItem:last-child{border-bottom:1px solid var(--title-color)}#newsPostPage .newsItem>.infoWrap{display:flex;flex-direction:column;flex:1}#newsPostPage .newsItem>.infoWrap>.title{margin-bottom:.5rem;font-size:var(--title-medium);font-weight:var(--title-weight);color:var(--title-color);transition:color .3s}#newsPostPage .newsItem:hover>.infoWrap>.title{color:var(--primary-color)}#newsPostPage .newsItem>.infoWrap>.context{display:-webkit-box;width:100%;flex:1;word-wrap:break-word;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;margin-bottom:.5rem;font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color)}#newsPostPage .newsItem>.infoWrap>.created{font-size:var(--desc-medium);font-weight:var(--desc-weight);color:var(--desc-color)}#newsPostPage .newsItem>.thumb{min-width:9rem;width:9rem;aspect-ratio:1/1;border-radius:var(--border-radius);-o-object-fit:cover;object-fit:cover}.postContainer{display:flex;flex-direction:column;gap:1rem}.postContainer>.p_title{font-size:var(--heading-medium);font-weight:var(--heading-weight);color:var(--heading-color)}.postContainer>.p_sub_title{font-size:var(--title-medium);font-weight:var(--title-weight);color:var(--title-color)}.postContainer>.p_context{font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color)}.postContainer>.p_description{font-size:var(--desc-medium);font-weight:var(--desc-weight);color:var(--desc-color)}.postContainer>.p_space_1{display:inline-block;width:100%;height:1rem}.postContainer>.p_space_2{display:inline-block;width:100%;height:2rem}.postContainer>.p_space_3{display:inline-block;width:100%;height:3rem}.postContainer>img,.postContainer>video{width:100%;-o-object-fit:cover;object-fit:cover}#authPage{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100svw;min-height:100svh;background-color:var(--section-bg-color-2)}#authPage .article{display:flex;flex-direction:column;align-items:center;gap:2rem;width:calc(100% - var(--screen-margin-2x));max-width:var(--max-content-width)}#authPage .article>.authContainer{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;width:100%;max-width:24rem;background-color:var(--section-bg-color-1);border-radius:var(--border-radius);box-shadow:0 0 14rem #00000008}#authPage .article>.authContainer>.authHeader{display:flex;flex-direction:row;align-items:center;gap:.625rem}#authPage .article>.authContainer>.authHeader>.iconWrap{padding:.5rem;background-color:var(--title-color);border-radius:.5rem}#authPage .article>.authContainer>.authHeader>.iconWrap>svg{width:1rem;height:1rem;stroke-width:2px;color:#fff}#authPage .article>.authContainer>.authHeader>p{font-size:var(--title-medium);font-weight:var(--title-weight);color:var(--title-color)}#authPage .article>.authContainer>.authBody{display:flex;flex-direction:column;gap:.75rem}#authPage .article>.authContainer>.authBody>.inputWrap{display:flex;flex-direction:row;align-self:center;gap:.5rem;width:100%}#authPage .article>.authContainer>.authBody>.inputWrap>input{flex:1;padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:.5rem;outline:none;transition:border .3s}#authPage .article>.authContainer>.authBody>.inputWrap>input:hover{border:1px solid var(--desc-color)}#authPage .article>.authContainer>.authBody>.inputWrap>input:focus{border:1px solid var(--title-color)}#authPage .article>.authContainer>.authBody>.inputWrap>button{padding:.5rem .75rem;background-color:var(--section-bg-color-2);border:1px solid var(--border-color);border-radius:.5rem}#authPage .article>.authContainer>.authBody>.inputWrap>button>svg{width:1rem;height:1rem;color:var(--color-color)}#authPage .article>.authContainer>.authBody>.authBtn{padding:.75rem 1rem;background-color:var(--title-color);border-radius:.5rem;font-size:var(--body-medium);font-weight:500;color:#fff;transition:background-color .3s}#authPage .article>.authContainer>.authBody>.authBtn:hover{background-color:var(--heading-color)}.dialogWrap{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100svw;height:100svh;background-color:#0006;z-index:var(--dialog-z-index);opacity:0;animation:dialogWrapFadeIn .5s forwards}.dialogWrap>.dialog{display:flex;flex-direction:column;gap:1rem;padding:2rem;width:calc(100% - var(--screen-margin-2x));max-width:var(--dialog-max-width);background-color:#fff;border-radius:var(--border-radius);opacity:0;transform:translateY(10%);animation:dialogFadeIn .5s forwards}.dialogWrap>.dialog>.dialogHeader{display:flex;flex-direction:column;gap:.25rem;width:100%}.dialogWrap>.dialog>.dialogHeader>h1{font-size:var(--title-medium);font-weight:var(--title-weight);color:var(--title-color)}.dialogWrap>.dialog>.dialogHeader>p{font-size:var(--desc-medium);font-weight:var(--desc-weight);color:var(--desc-color)}.dialogWrap>.dialog>.dialogBody{display:flex;flex-direction:column;gap:.5rem;width:100%}.dialogWrap>.dialog>.dialogBody>.dialogGroup{display:flex;flex-direction:column;gap:.25rem;width:100%}.dialogWrap>.dialog>.dialogBody>.dialogGroup>h3{font-size:var(--body-small);font-weight:var(--body-weight);color:var(--body-color)}select,.dialogWrap>.dialog>.dialogBody>.dialogGroup>input,.dialogWrap>.dialog>.dialogBody>.dialogGroup>select{padding:.5rem .75rem;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);outline:none;transition:border .3s}select:hover,.dialogWrap>.dialog>.dialogBody>.dialogGroup>input:hover,.dialogWrap>.dialog>.dialogBody>.dialogGroup>select:hover{border:1px solid var(--desc-color)}select:focus,.dialogWrap>.dialog>.dialogBody>.dialogGroup>input:focus,.dialogWrap>.dialog>.dialogBody>.dialogGroup>select:focus{border:1px solid var(--title-color)}.dialogWrap>.dialog>.dialogBody>.dialogGroup.target{padding:1.5rem;background-color:var(--section-bg-color-2);border-radius:var(--border-radius);font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color);text-align:center}.dialogWrap>.dialog>.dialogFooter{display:flex;flex-direction:row;gap:.5rem;width:100%}.dialogWrap>.dialog>.dialogFooter>button{flex:1;padding:.75rem;background-color:var(--section-bg-color-1);border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--body-medium);font-weight:500;color:var(--body-color);transition:background-color .3s,border .3s}.dialogWrap>.dialog>.dialogFooter>button:hover,.dialogWrap>.dialog>.dialogFooter>button:focus{background-color:var(--section-bg-color-2)}.dialogWrap>.dialog>.dialogFooter>button:last-child{background-color:var(--title-color);border:1px solid var(--title-color);border-radius:var(--border-radius);font-size:var(--body-medium);color:#fff}.dialogWrap>.dialog>.dialogFooter>button:last-child:hover,.dialogWrap>.dialog>.dialogFooter>button:last-child:focus{background-color:var(--primary-color);border:1px solid var(--primary-color)}@keyframes dialogWrapFadeIn{0%{opacity:0}to{opacity:1}}@keyframes dialogFadeIn{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}#manageMemberPage{display:flex;flex-direction:column;gap:3rem;padding:3rem 2rem;width:100%;min-width:var(--max-content-width-small)}#manageMemberPage .memberContainer{display:flex;flex-direction:column;width:100%}#manageMemberPage>.memberContainer>.headerWrap{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:.5rem}#manageMemberPage>.memberContainer>.headerWrap>.title{display:flex;flex-direction:row;align-items:flex-start;font-size:var(--title-large);font-weight:var(--title-weight);color:var(--title-color)}#manageMemberPage>.memberContainer>.headerWrap>.title>span{margin-left:.25rem;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--primary-color)}#manageMemberPage>.memberContainer>.headerWrap>.funcWrap{display:flex;flex-direction:row;align-items:center;gap:.5rem}#manageMemberPage>.memberContainer>.headerWrap>.funcWrap>button{display:flex;flex-direction:row;align-items:center;gap:.25rem;padding:.5rem .625rem;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--body-medium);font-weight:var(--title-weight);color:var(--title-color);transition:border .3s}#manageMemberPage>.memberContainer>.headerWrap>.funcWrap>button:hover{border:1px solid var(--title-color)}#manageMemberPage>.memberContainer>.headerWrap>.funcWrap>button>svg{width:1rem;height:1rem;stroke-width:3px}#manageMemberPage>.memberContainer>.memberWrap{display:flex;flex-direction:column;width:100%}#manageMemberPage>.memberContainer>.memberWrap>.memberWrapHeader{display:flex;flex-direction:row;align-items:center;gap:1rem;margin-bottom:.5rem;padding:0 1rem}#manageMemberPage>.memberContainer>.memberWrap>.memberWrapHeader>p{font-size:var(--desc-medium);font-weight:var(--body-weight);color:var(--body-color)}#manageMemberPage>.memberContainer>.memberWrap>.memberWrapHeader>.h_o_1{width:3rem}#manageMemberPage>.memberContainer>.memberWrap>.memberWrapHeader>.h_o_2,#manageMemberPage>.memberContainer>.memberWrap>.memberWrapHeader>.h_o_7{width:6rem}#manageMemberPage>.memberContainer>.memberWrap>.memberWrapHeader>.h_o_3{width:14rem}#manageMemberPage>.memberContainer>.memberWrap>.memberWrapHeader>.h_o_4{flex:1}#manageMemberPage>.memberContainer>.memberWrap>.memberWrapHeader>.h_o_5,#manageMemberPage>.memberContainer>.memberWrap>.memberWrapHeader>.h_o_6{width:2.375rem;text-align:center}#manageMemberPage .memberWrap>.memberItem:first-child{border-radius:var(--border-radius) var(--border-radius) 0 0}#manageMemberPage .memberWrap>.memberItem:last-child{border-bottom:none;border-radius:0 0 var(--border-radius) var(--border-radius)}#manageMemberPage .memberItem{display:flex;flex-direction:row;align-items:center;gap:1rem;padding:1rem;width:100%;max-width:100%;background-color:#fff;border-bottom:1px solid var(--border-color);box-shadow:0 0 14rem #00000008}#manageMemberPage .memberItem>.profile{width:3rem;height:3rem;border:1px solid var(--border-color);border-radius:50%;-o-object-fit:cover;object-fit:cover}#manageMemberPage .memberItem>.name{display:flex;flex-direction:row;align-items:center;gap:.5rem;width:6rem;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--title-color)}#manageMemberPage .memberItem>.graduated{width:6rem;font-size:var(--body-small);font-weight:var(--body-weight);color:var(--primary-color)}#manageMemberPage .memberItem>.email{width:14rem;font-size:var(--desc-medium);font-weight:var(--desc-weight);color:var(--desc-color)}#manageMemberPage .memberItem>.subTitle{font-size:var(--body-small);font-weight:var(--title-weight);color:var(--title-color)}#manageMemberPage .memberItem>.fieldWrap{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;flex:1}#manageMemberPage .memberItem>.fieldWrap>.field{list-style-type:disc;font-size:var(--body-small);font-weight:var(--body-weight);color:var(--body-color)}#manageMemberPage .memberItem>.company{flex:1;font-size:var(--body-small);font-weight:var(--title-weight);color:var(--title-color)}#manageMemberPage .memberItem>.funcWrap{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.5rem}#manageMemberPage .memberItem>.funcWrap>button{display:flex;flex-direction:row;align-items:center;gap:.25rem;padding:.75rem;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--body-small);font-weight:var(--title-weight);color:var(--title-color);transition:border .3s}#manageMemberPage .memberItem>.funcWrap>button:hover{border:1px solid var(--title-color)}#manageMemberPage .memberItem>.funcWrap>button>svg{width:1rem;height:1rem;stroke-width:2px}@media (max-width: 1024px){#manageMemberPage>.article>.memberContainer>.memberWrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}}@media (max-width: 768px){#manageMemberPage>.article>.memberContainer>.memberWrap{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}}#manageProjectPage{display:flex;flex-direction:column;gap:3rem;padding:3rem 2rem;width:100%;min-width:var(--max-content-width-small)}#manageProjectPage .projectContainer{display:flex;flex-direction:column;width:100%}#manageProjectPage>.projectContainer>.headerWrap{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:.5rem}#manageProjectPage>.projectContainer>.headerWrap>.title{display:flex;flex-direction:row;align-items:flex-start;font-size:var(--title-large);font-weight:var(--title-weight);color:var(--title-color)}#manageProjectPage>.projectContainer>.headerWrap>.title>span{margin-left:.25rem;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--primary-color)}#manageProjectPage>.projectContainer>.headerWrap>.funcWrap{display:flex;flex-direction:row;align-items:center;gap:.5rem}#manageProjectPage>.projectContainer>.headerWrap>.funcWrap>button{display:flex;flex-direction:row;align-items:center;gap:.25rem;padding:.5rem .625rem;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--body-medium);font-weight:var(--title-weight);color:var(--title-color);transition:border .3s}#manageProjectPage>.projectContainer>.headerWrap>.funcWrap>button:hover{border:1px solid var(--title-color)}#manageProjectPage>.projectContainer>.headerWrap>.funcWrap>button>svg{width:1rem;height:1rem;stroke-width:3px}#manageProjectPage>.projectContainer>.projectWrap{display:flex;flex-direction:column;width:100%}#manageProjectPage>.projectContainer>.projectWrap>.projectWrapHeader{display:flex;flex-direction:row;align-items:center;gap:1rem;margin-bottom:.5rem;padding:0 1rem;width:100%;min-width:var(--max-content-width-small)}#manageProjectPage>.projectContainer>.projectWrap>.projectWrapHeader>p{font-size:var(--desc-medium);font-weight:var(--body-weight);color:var(--body-color)}#manageProjectPage>.projectContainer>.projectWrap>.projectWrapHeader>.h_o_1{width:6rem}#manageProjectPage>.projectContainer>.projectWrap>.projectWrapHeader>.h_o_2{width:8rem}#manageProjectPage>.projectContainer>.projectWrap>.projectWrapHeader>.h_o_3{width:8rem}#manageProjectPage>.projectContainer>.projectWrap>.projectWrapHeader>.h_o_4{flex:1}#manageProjectPage>.projectContainer>.projectWrap>.projectWrapHeader>.h_o_5{width:20rem}#manageProjectPage>.projectContainer>.projectWrap>.projectWrapHeader>.h_o_6{width:5rem}#manageProjectPage>.projectContainer>.projectWrap>.projectWrapHeader>.h_o_7,#manageProjectPage>.projectContainer>.projectWrap>.projectWrapHeader>.h_o_8{width:2.375rem;text-align:center}#manageProjectPage .projectWrap>.projectItem:first-child{border-radius:var(--border-radius) var(--border-radius) 0 0}#manageProjectPage .projectWrap>.projectItem:last-child{border-bottom:none;border-radius:0 0 var(--border-radius) var(--border-radius)}#manageProjectPage .projectItem{display:flex;flex-direction:row;align-items:center;gap:1rem;padding:1rem;width:100%;max-width:100%;background-color:#fff;border-bottom:1px solid var(--border-color);box-shadow:0 0 14rem #00000008}#manageProjectPage .projectItem>.thumb{width:6rem;height:100%;border-radius:var(--border-radius);-o-object-fit:cover;object-fit:cover;overflow:hidden}#manageProjectPage .projectItem>.thumb>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}#manageProjectPage .projectItem:hover>.thumb>img{transform:scale(1.05)}#manageProjectPage .projectItem>.name{display:flex;flex-direction:row;align-items:center;gap:.5rem;width:8rem;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--title-color)}#manageProjectPage .projectItem>.desc{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color)}#manageProjectPage .projectItem>.period{width:8rem;font-size:var(--desc-small);font-weight:var(--desc-weight);color:var(--desc-color)}#manageProjectPage .projectItem>.subTitle{margin-top:.75rem;margin-bottom:.25rem;font-size:var(--body-small);font-weight:var(--title-weight);color:var(--title-color)}#manageProjectPage .projectItem>.memberWrap{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;width:20rem}#manageProjectPage .projectItem>.memberWrap>.member{margin-left:1.25rem;list-style-type:disc;font-size:var(--body-small);font-weight:var(--body-weight);color:var(--body-color)}#manageProjectPage .projectItem>.memberWrap>.member>.name{margin-right:.25rem;font-size:var(--body-small);font-weight:var(--body-weight);color:var(--body-color)}#manageProjectPage .projectItem>.memberWrap>.member>.role{font-size:var(--desc-small);font-weight:var(--desc-weight);color:var(--desc-color)}#manageProjectPage .projectItem>.linkWrap{display:flex;flex-direction:row;align-items:center;gap:.5rem;width:5rem}#manageProjectPage .projectItem>.linkWrap>a>svg{color:var(--desc-color);fill:transparent;transition:color .3s,fill .3s}#manageProjectPage .projectItem>.linkWrap>a:hover>svg{color:var(--title-color);fill:var(--primary-color)}#manageProjectPage .projectItem>.funcWrap{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.5rem}#manageProjectPage .projectItem>.funcWrap>button{display:flex;flex-direction:row;align-items:center;gap:.25rem;padding:.75rem;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--body-small);font-weight:var(--title-weight);color:var(--title-color);transition:border .3s}#manageProjectPage .projectItem>.funcWrap>button:hover{border:1px solid var(--title-color)}#manageProjectPage .projectItem>.funcWrap>button>svg{width:1rem;height:1rem;stroke-width:2px}@media (max-width: 1024px){#manageProjectPage>.article>.projectContainer>.projectWrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}}@media (max-width: 768px){#manageProjectPage>.article>.projectContainer>.projectWrap{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}}#manageNewsPage{display:flex;flex-direction:column;gap:3rem;padding:3rem 2rem;width:100%;min-width:var(--max-content-width-small)}#manageNewsPage .newsContainer{display:flex;flex-direction:column;width:100%}#manageNewsPage>.newsContainer>.headerWrap{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:.5rem}#manageNewsPage>.newsContainer>.headerWrap>.title{display:flex;flex-direction:row;align-items:flex-start;font-size:var(--title-large);font-weight:var(--title-weight);color:var(--title-color)}#manageNewsPage>.newsContainer>.headerWrap>.title>span{margin-left:.25rem;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--primary-color)}#manageNewsPage>.newsContainer>.headerWrap>.funcWrap{display:flex;flex-direction:row;align-items:center;gap:.5rem}#manageNewsPage>.newsContainer>.headerWrap>.funcWrap>button{display:flex;flex-direction:row;align-items:center;gap:.25rem;padding:.5rem .625rem;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--body-medium);font-weight:var(--title-weight);color:var(--title-color);transition:border .3s}#manageNewsPage>.newsContainer>.headerWrap>.funcWrap>button:hover{border:1px solid var(--title-color)}#manageNewsPage>.newsContainer>.headerWrap>.funcWrap>button>svg{width:1rem;height:1rem;stroke-width:3px}#manageNewsPage>.newsContainer>.newsWrap{display:flex;flex-direction:column;width:100%}#manageNewsPage>.newsContainer>.newsWrap>.newsWrapHeader{display:flex;flex-direction:row;align-items:center;gap:1rem;margin-bottom:.5rem;padding:0 1rem;width:100%;min-width:var(--max-content-width-small)}#manageNewsPage>.newsContainer>.newsWrap>.newsWrapHeader>p{font-size:var(--desc-medium);font-weight:var(--body-weight);color:var(--body-color)}#manageNewsPage>.newsContainer>.newsWrap>.newsWrapHeader>.h_o_1{width:6rem}#manageNewsPage>.newsContainer>.newsWrap>.newsWrapHeader>.h_o_2{width:10rem}#manageNewsPage>.newsContainer>.newsWrap>.newsWrapHeader>.h_o_3{flex:1}#manageNewsPage>.newsContainer>.newsWrap>.newsWrapHeader>.h_o_4{width:6rem}#manageNewsPage>.newsContainer>.newsWrap>.newsWrapHeader>.h_o_5,#manageNewsPage>.newsContainer>.newsWrap>.newsWrapHeader>.h_o_6{width:2.375rem;text-align:center}#manageNewsPage .newsWrap>.newsItem:first-child{border-radius:var(--border-radius) var(--border-radius) 0 0}#manageNewsPage .newsWrap>.newsItem:last-child{border-bottom:none;border-radius:0 0 var(--border-radius) var(--border-radius)}#manageNewsPage .newsItem{display:flex;flex-direction:row;align-items:center;gap:1rem;padding:1rem;width:100%;max-width:100%;background-color:#fff;border-bottom:1px solid var(--border-color);box-shadow:0 0 14rem #00000008}#manageNewsPage .newsItem>.thumb{width:6rem;height:100%;border-radius:var(--border-radius);-o-object-fit:cover;object-fit:cover;overflow:hidden}#manageNewsPage .newsItem>.thumb>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}#manageNewsPage .newsItem:hover>.thumb>img{transform:scale(1.05)}#manageNewsPage .newsItem>.name{display:flex;flex-direction:row;align-items:center;gap:.5rem;width:8rem;font-size:var(--title-small);font-weight:var(--title-weight);color:var(--title-color)}#manageNewsPage .newsItem>.desc{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--body-medium);font-weight:var(--body-weight);color:var(--body-color)}#manageNewsPage .newsItem>.period{width:8rem;font-size:var(--desc-small);font-weight:var(--desc-weight);color:var(--desc-color)}#manageNewsPage .newsItem>.subTitle{margin-top:.75rem;margin-bottom:.25rem;font-size:var(--body-small);font-weight:var(--title-weight);color:var(--title-color)}#manageNewsPage .newsItem>.memberWrap{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;width:20rem}#manageNewsPage .newsItem>.memberWrap>.member{margin-left:1.25rem;list-style-type:disc;font-size:var(--body-small);font-weight:var(--body-weight);color:var(--body-color)}#manageNewsPage .newsItem>.memberWrap>.member>.name{margin-right:.25rem;font-size:var(--body-small);font-weight:var(--body-weight);color:var(--body-color)}#manageNewsPage .newsItem>.memberWrap>.member>.role{font-size:var(--desc-small);font-weight:var(--desc-weight);color:var(--desc-color)}#manageNewsPage .newsItem>.linkWrap{display:flex;flex-direction:row;align-items:center;gap:.5rem;width:5rem}#manageNewsPage .newsItem>.linkWrap>a>svg{color:var(--desc-color);fill:transparent;transition:color .3s,fill .3s}#manageNewsPage .newsItem>.linkWrap>a:hover>svg{color:var(--title-color);fill:var(--primary-color)}#manageNewsPage .newsItem>.funcWrap{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.5rem}#manageNewsPage .newsItem>.funcWrap>button{display:flex;flex-direction:row;align-items:center;gap:.25rem;padding:.75rem;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--body-small);font-weight:var(--title-weight);color:var(--title-color);transition:border .3s}#manageNewsPage .newsItem>.funcWrap>button:hover{border:1px solid var(--title-color)}#manageNewsPage .newsItem>.funcWrap>button>svg{width:1rem;height:1rem;stroke-width:2px}@media (max-width: 1024px){#manageNewsPage>.article>.newsContainer>.newsWrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}}@media (max-width: 768px){#manageNewsPage>.article>.newsContainer>.newsWrap{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 221.2 83.2% 53.3%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 221.2 83.2% 53.3%;--radius: .25rem}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.left-0{left:0}.left-1{left:.25rem}.left-2{left:.5rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-4{right:1rem}.top-0{top:0}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-50{z-index:50}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.ml-auto{margin-left:auto}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.aspect-square{aspect-ratio:1 / 1}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-7{height:1.75rem}.h-9{height:2.25rem}.h-\[1px\]{height:1px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.max-h-96{max-height:24rem}.min-h-\[80px\]{min-height:80px}.w-10{width:2.5rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-9{width:2.25rem}.w-\[1px\]{width:1px}.w-full{width:100%}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-4{gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-input{border-color:hsl(var(--input))}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.bg-accent{background-color:hsl(var(--accent))}.bg-background{background-color:hsl(var(--background))}.bg-black\/80{background-color:#000c}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.fill-current{fill:currentColor}.p-0{padding:0}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-\[1px\]{padding:1px}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-4{padding-bottom:1rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.8rem\]{font-size:.8rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.underline-offset-4{text-underline-offset:4px}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.duration-200{animation-duration:.2s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent) / .5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=on\]\:text-accent-foreground[data-state=on]{color:hsl(var(--accent-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}@media (min-width: 640px){.sm\:mt-0{margin-top:0}.sm\:max-w-sm{max-width:24rem}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:text-left{text-align:left}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}@font-face{font-family:Wanted Sans Variable;font-style:normal;font-display:swap;font-weight:400 1000;src:url(/assets/WantedSansVariable-tDoYGfoG.woff2) format("woff2-variations")}@font-face{font-family:Pretendard;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/PretendardVariable-CJuje-Rk.woff2) format("woff2-variations")}*{font-family:Pretendard!important}:root{--primary-color: #c40352;--primary-color-var-1: #eba7c4;--primary-color-var-2: #df75a1;--primary-color-var-3: #d3437d;--primary-color-var-4: #9d0b45;--footer-bg-color: #111111;--max-content-width: 80rem;--max-content-width-small: 58rem;--header-z-index: 1000;--dialog-z-index: 1001;--dialog-max-width: 32rem;--section-bg-color-1: #ffffff;--section-bg-color-2: #f8f8f8;--section-z-index: 100;--popup-z-index: 200;--modal-z-index: 300;--heading-large: 3.125rem;--heading-medium: 2.5rem;--heading-small: 2rem;--heading-weight: 700;--heading-color: #000000;--title-large: 1.75rem;--title-medium: 1.5rem;--title-small: 1.25rem;--title-weight: 700;--title-color: #111111;--body-large: 1.25rem;--body-medium: 1rem;--body-small: .875rem;--body-weight: 400;--body-color: #666666;--desc-large: 1rem;--desc-medium: .875rem;--desc-small: .75rem;--desc-weight: 400;--desc-color: #999999;--screen-margin: 1.5rem;--screen-margin-2x: 3rem;--article-margin: 10rem;--article-gap: 4rem;--border-radius: .375rem;--border-color: #dddddd}@media (max-width: 768px){:root{--primary-color: #c40352;--primary-color-var-1: #eba7c4;--primary-color-var-2: #df75a1;--primary-color-var-3: #d3437d;--primary-color-var-4: #9d0b45;--footer-bg-color: #111111;--max-content-width: 80rem;--max-content-width-small: 58rem;--header-z-index: 1000;--section-bg-color-1: #ffffff;--section-bg-color-2: #f8f8f8;--section-z-index: 100;--popup-z-index: 200;--modal-z-index: 300;--heading-large: 2.75rem;--heading-medium: 2.375rem;--heading-small: 2rem;--heading-weight: 700;--heading-color: #000000;--title-large: 1.5rem;--title-medium: 1.25rem;--title-small: 1rem;--title-weight: 700;--title-color: #111111;--body-large: 1.25rem;--body-medium: 1rem;--body-small: .875rem;--body-weight: 400;--body-color: #666666;--desc-large: 1rem;--desc-medium: .875rem;--desc-small: .75rem;--desc-weight: 400;--desc-color: #999999;--screen-margin: 1rem;--screen-margin-2x: 2rem;--article-margin: 4rem;--article-gap: 3rem;--border-radius: .375rem;--border-color: #dddddd}}*::-moz-selection{color:#fff;background-color:var(--primary-color)}*::selection{color:#fff;background-color:var(--primary-color)}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}#manageMemberPage .shortCutWrap,#manageProjectPage .shortCutWrap,#manageNewsPage .shortCutWrap{display:flex;flex-direction:row;align-items:center;gap:.5rem}#manageMemberPage .shortCutWrap>p,#manageProjectPage .shortCutWrap>p,#manageNewsPage .shortCutWrap>p{margin-right:.5rem;font-size:var(--body-medium);font-weight:var(--border-weight);color:var(--body-color)}#manageMemberPage .shortCutWrap>.shortCutBtn,#manageProjectPage .shortCutWrap>.shortCutBtn,#manageNewsPage .shortCutWrap>.shortCutBtn{padding:.5rem .75rem;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--body-medium);font-weight:500;color:var(--body-color);transition:border .3s,color .3s}#manageMemberPage .shortCutWrap>.shortCutBtn:hover,#manageProjectPage .shortCutWrap>.shortCutBtn:hover,#manageNewsPage .shortCutWrap>.shortCutBtn:hover{border:1px solid var(--title-color);color:var(--heading-color)}
