@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff)format("woff");font-weight:100;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff)format("woff");font-weight:200;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff)format("woff");font-weight:300;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff)format("woff");font-weight:400;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff)format("woff");font-weight:500;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff)format("woff");font-weight:600;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff)format("woff");font-weight:700;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff)format("woff");font-weight:800;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff)format("woff");font-weight:900;font-display:swap}*{box-sizing:border-box;margin:0;margin-top:0;margin-bottom:0;padding:0;font-family:Pretendard,sans-serif}button{padding:0}.mouse-particles-canvas{z-index:9999;pointer-events:none;position:fixed;top:0;bottom:0;left:0;right:0}.particle-toggle-btn{z-index:10000;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.667);border:1px solid rgba(255,255,255,.333);border-radius:999px;padding:10px 16px;font-size:14px;transition:transform .15s,background .15s,box-shadow .15s;position:fixed;bottom:24px;right:24px}.particle-toggle-btn:hover{background:rgba(255,255,255,.133);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.4)}.StudentDetail{z-index:100;background-color:#000;width:100vw;height:100vh;display:flex;position:fixed}.StudentDetail .profileImagePlaceholder{aspect-ratio:32/45;width:-moz-fit-content;width:fit-content;height:100%;position:relative;overflow:hidden}.StudentDetail .rightSec{color:#fff;flex-direction:column;flex:1;gap:max(45px,min(5.83vh,63px));padding:69px;display:flex;position:relative;overflow:hidden}.StudentDetail .rightSec .projectPoster{position:relative}.StudentDetail .rightSec .firstLine{flex-direction:column;gap:max(24px,min(3.15vh,34px));padding-right:7.81vw;display:flex}.StudentDetail .rightSec .studentName{letter-spacing:-.0855vw;font-size:2.81vw;font-weight:700}.StudentDetail .rightSec .studentName>span{letter-spacing:-.03125vw;color:#9a9a9a;margin-left:.5vw;font-size:.94vw;font-weight:400}.StudentDetail .rightSec .commentBox{pointer-events:none;z-index:10;background-color:rgba(38,38,38,.5);width:-moz-fit-content;width:fit-content;padding:.8vw 1.6vw;font-size:1.04vw;position:relative}.StudentDetail .rightSec .lengthLine{align-items:center;width:1px;height:100%;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.StudentDetail .rightSec .lengthLine.left{left:0}.StudentDetail .rightSec .lengthLine.right{right:0}.StudentDetail .rightSec .lengthLine .line{background-color:#e1e1e1;width:100%;height:calc(100% - 10px)}.StudentDetail .rightSec .TransverseLine{justify-content:center;width:100%;height:1px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.StudentDetail .rightSec .TransverseLine.top{top:0}.StudentDetail .rightSec .TransverseLine.bottom{bottom:0}.StudentDetail .rightSec .TransverseLine .line{background-color:#e1e1e1;width:calc(100% - 10px);height:100%}.StudentDetail .rightSec .exitBtn{align-self:flex-end;margin-top:-20px}.StudentDetail .rightSec .overviewList{flex-direction:column;gap:1.8vw;display:flex}.StudentDetail .rightSec .overviewList .overviewBox{letter-spacing:-.03em;gap:max(50px,min(3.65vw,70px));font-weight:400;display:flex}.StudentDetail .rightSec .overviewList .overviewBox .contentsName{color:#9a9a9a;letter-spacing:-.03em;min-width:70px;font-size:.94vw;font-weight:600}.StudentDetail .rightSec .overviewList .overviewBox .email{font-size:.94vw}.StudentDetail .rightSec .overviewList .overviewBox .portfolio{cursor:pointer;align-items:center;gap:10px;display:flex}.StudentDetail .rightSec .overviewList .overviewBox .portfolio>a{color:#fff;outline:none;align-items:center;gap:10px;font-size:.94vw;text-decoration:none;display:flex}.StudentDetail .rightSec .overviewList .overviewBox .portfolio>a .goWebPage{margin-top:2px}.StudentDetail .rightSec .overviewList .overviewBox .portfolio>a .goWebPage svg{width:.4vw;height:100%}.StudentDetail .rightSec .overviewList .overviewBox .projectPoster{aspect-ratio:410/266;cursor:pointer;z-index:2;width:21.35vw;transition:all .3s ease-in-out;position:relative;overflow:hidden}.StudentDetail .rightSec .overviewList .overviewBox .projectPoster img{transition:transform .3s ease-in-out}.StudentDetail .rightSec .overviewList .overviewBox .projectPoster:hover img{transform:scale(1.1)}.StudentDetail .rightSec .overviewList .overviewBox .projectPoster .gradientCover{opacity:1;z-index:3;background:linear-gradient(rgba(51,51,51,0) 0%,rgba(0,0,0,.63) 100%);width:100%;height:70%;transition:all .3s ease-in-out;position:absolute;bottom:0}.StudentDetail .rightSec .overviewList .overviewBox .projectPoster .gradientCover .projectName{opacity:1;border:1px solid #fff;border-radius:100px;padding:.1vw .4vw;font-size:.8vw;font-weight:200;transition:all .3s ease-in-out;position:absolute;bottom:18px;right:16px}.StudentDetail .rightSec .roleSvg{width:50vw;height:auto;position:absolute;bottom:-10px;left:40%;transform:rotate(-15deg)}.StudentDetail .rightSec .roleSvg svg{width:100%;height:100%}
.studentsList{grid-template-columns:repeat(5,1fr);gap:6vh 1.6vw;min-height:50vh;display:grid}.Students{flex-direction:column;gap:3vw;width:100%;padding:30vh 3.1vw 40vh;display:flex}.Students .notFind{color:#fff;letter-spacing:-.04em}.Students .sortingSection{justify-content:space-between;width:100%;display:flex;position:relative}.Students .sortingSection .searchBox{border-bottom:1px solid #fff;justify-content:space-between;width:17.7vw;height:-moz-fit-content;height:fit-content;padding-bottom:.8vw;display:flex}.Students .sortingSection .searchBox>svg{pointer-events:none;position:absolute;right:.8vw}.Students .sortingSection .searchInput{color:#fff;letter-spacing:-.04em;background-color:transparent;border:none;outline:none;width:100%;margin-left:-1px;font-size:.8vw;position:relative}.Students .sortingSection .searchInput::placeholder{color:#fff;opacity:.8;font-weight:400;transition:opacity .15s ease-in-out}.Students .sortingSection .searchInput::-webkit-input-placeholder{color:#fff;opacity:.8}.Students .sortingSection .searchInput::placeholder{color:#fff;opacity:.8}.Students .sortingSection .searchInput:placeholder-shown{color:#fff;opacity:.8}.Students .sortingSection .searchInput:-ms-placeholder-shown{color:#fff;opacity:.8}.Students .sortingSection .searchInput:focus{border:none;outline:none}.Students .sortingSection .searchInput:focus-visible{border:none;outline:none}.Students .sortingSection .searchInput:focus::placeholder{color:#fff;opacity:0;transition:opacity .15s ease-in-out}.Students .sortingSection .searchInput:focus-visible::placeholder{color:#fff;opacity:0;transition:opacity .15s ease-in-out}.Students .sortingSection .sortingBar{letter-spacing:-.04em;gap:2vw;font-size:1.15vw;font-style:normal;font-weight:500;line-height:132%;display:flex}.Students .sortingSection .sortingBar>div{color:#8e8e8e;cursor:pointer;transition:opacity .2s ease-in-out}.Students .sortingSection .sortingBar>div:hover,.Students .sortingSection .sortingBar>div.active{color:#fff}@keyframes cardAddRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.Students .DecorationPivot{position:absolute}.Students .StudentCard{color:#fff;cursor:pointer;opacity:0;animation:.5s ease-out forwards cardAddRight;animation-delay:var(--animation-delay);z-index:10;flex-direction:column;gap:2.31vh;display:flex;position:relative}.Students .StudentCard .DecorationPivot{z-index:1;pointer-events:none;width:100%;height:100%}.Students .StudentCard .DecorationPivot>div{width:100%;height:100%}.Students .StudentCard .DecorationPivot svg{z-index:1;width:20vw}.Students .StudentCard .DecorationPivot svg.rect{width:30vw}.Students .StudentCard.empty{opacity:0;cursor:default;z-index:1;position:relative}.Students .StudentCard.empty>p{opacity:0}.Students .StudentCard .ImgPlaceHolder{z-index:10;position:relative;overflow:hidden}.Students .StudentCard .ImgPlaceHolder.Profile{aspect-ratio:337/481;width:100%}.Students .StudentCard .ImgPlaceHolder.Profile img{transition:transform .3s ease-in-out;transform:scale(1)}.Students .StudentCard .textBox{flex-direction:column;gap:1vh;display:flex}.Students .StudentCard .textBox .name{letter-spacing:-.05em;font-size:1.35vw;font-weight:600;line-height:132%}.Students .StudentCard .textBox .info{letter-spacing:-.04em;font-size:.9vw;font-weight:300}.Students .StudentCard:hover .ImgPlaceHolder.Profile img{transform:scale(1.1)}.LineSvg{transform-origin:50%;animation:25s linear infinite spin}.RectSvg{transform-origin:50%;animation:25s linear infinite reverseSpin}.CircleSvg{transform-origin:50%;animation:4s ease-in-out infinite bob}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes reverseSpin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes bob{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}
