:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-family:Noto Sans KR;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#111;color:#fff;text-align:center}body{margin:0}.block{display:block!important}.inline{display:inline!important}.inline-block{display:inline-block!important}.inline-flex{display:inline-flex!important}.transparent{opacity:0}.flex{display:flex!important}.flex-col{display:flex;flex-direction:column}.flex-1{flex:1}.none{display:none!important}.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.sticky{position:sticky!important}.absolute.top,.fixed.top,.sticky.top{top:0}.absolute.bottom,.fixed.bottom,.sticky.bottom{bottom:0}.absolute.left,.fixed.left,.sticky.left{left:0}.absolute.right,.fixed.right,.sticky.right{right:0}.tblr-0{top:0;bottom:0;left:0;right:0}.top-1{top:1em}.bottom-1{bottom:1em}.left-1{left:1em}.right-1{right:1em}.vertical-middle{vertical-align:middle}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.justify-center{justify-content:center}.align-center{align-items:center}.space-between{display:flex;justify-content:space-between}.space-around{display:flex;justify-content:space-around}.space-evenly{display:flex;justify-content:space-evenly}.flex-wrap{flex-wrap:wrap}.overflow-hidden{overflow:hidden}.overflow-unset,.overflow-none{overflow:unset!important}.absolute-full{position:absolute}.fixed-full{position:fixed}.absolute-full,.fixed-full{top:0;bottom:0;left:0;right:0}.flex-center{display:flex;justify-content:center;align-items:center}.absolute-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gap-1,.gap-1em{gap:1em}.ma-0{margin:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.ma-1em{margin:1em!important}.mx-1em{margin-left:1em!important;margin-right:1em!important}.my-1em{margin-top:1em!important;margin-bottom:1em!important}.mt,.mt-1em{margin-top:1em!important}.mb-1em{margin-bottom:1em!important}.ml-1em{margin-left:1em!important}.mr-1em{margin-right:1em!important}.pa-1em{padding:1em!important}.px-1em{padding-left:1em!important;padding-right:1em!important}.py-1em{padding-top:1em!important;padding-bottom:1em!important}.pt-1em{padding-top:1em!important}.pb-1em{padding-bottom:1em!important}.pl-1em{padding-left:1em!important}.pr-1em{padding-right:1em!important}.w-100{width:100%}.h-100{height:100%}.br-1em{border-radius:1em}.margin-auto{margin:auto}.pointer{cursor:pointer!important}.pointer.hover{opacity:.7}.pointer.hover:hover{opacity:1!important}.dim{opacity:.2!important}.nowrap{white-space:nowrap}.transition{position:relative}.transition>div{transition:all .5s ease-out}.transition>.top{transform:translateY(0)}.transition>.top.hide{transform:translateY(-100vmax)}.transition>.bottom{transform:translateY(0)}.transition>.bottom.hide{transform:translateY(100vmax)}.transition>.left{transform:translate(0)}.transition>.left.hide{transform:translate(-100vmax)}.transition>.right{transform:translate(0)}.transition>.right.hide{transform:translate(100vmax)}.subheader{font-size:smaller;opacity:.8;-webkit-user-select:none;user-select:none}.grayscale{filter:grayscale(1)}.text-truncate{overflow:hidden;text-overflow:ellipsis}.text-button{color:#aaa;cursor:pointer}.text-button:hover{color:#000}.text-button.white{color:#aaa;cursor:pointer}.text-button.white:hover{color:#fff}a.no-deco{text-decoration:none!important;color:inherit!important}.select-none{-webkit-user-select:none;user-select:none}.select-all{-webkit-user-select:all;user-select:all}.scroll{overflow:scroll;width:100%;height:100%}.scroll-x{overflow-x:scroll;width:100%}.scroll-y{overflow-y:scroll;height:100%}.no-scrollbar::-webkit-scrollbar{display:none}.text-dfcat{color:#f35056}.close{opacity:0}.close-wrapper:hover .close{opacity:1}#app{font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s}header[data-v-fee0b8c2]{padding:2em;border-bottom:solid 1px #555}.wrapper[data-v-fee0b8c2]{margin:0 auto;max-width:1280px}header nav[data-v-fee0b8c2]{font-family:Noto Sans KR;font-weight:700}nav>a[data-v-fee0b8c2]{padding:0 1em;cursor:default}nav>a[data-v-fee0b8c2]:not(:last-child):after{content:"/";display:inline-block;position:absolute;top:0;left:100%;cursor:default}.sub[data-v-fee0b8c2]{padding-top:3em;left:50%;transform:translate(-50%);opacity:0}.sub .background[data-v-fee0b8c2]{top:50px;background:green;height:50px;z-index:-1}.nav .item:hover .sub[data-v-fee0b8c2]{opacity:1}.main[data-v-fee0b8c2]{flex:1;padding:50px 1em 1em}footer[data-v-fee0b8c2]{padding:2em;background:#292e34;color:#aaa}footer .info[data-v-fee0b8c2]{line-height:18px}footer .light[data-v-fee0b8c2]{font-weight:200}footer strong[data-v-fee0b8c2]{font-weight:1000}.logo img[data-v-fee0b8c2]{height:40px}footer .logo img[data-v-fee0b8c2]{filter:brightness(10) grayscale(1)}@media screen and (max-width: 960px){footer>div[data-v-fee0b8c2]{flex-direction:column}}.Home[data-v-84be3116]{margin:0 auto;padding:100px 0;max-width:1280px}h1 .strong[data-v-84be3116]{font-weight:800}h3 .red[data-v-84be3116]{color:#bf2c37}.item[data-v-84be3116]{color:#fff;background-size:cover;background-position:center}.text[data-v-84be3116]{opacity:0}.item:hover .text[data-v-84be3116]{opacity:1}.upper[data-v-84be3116],.lower[data-v-84be3116]{height:0%;background:#0005;transition:height .3s}.item:hover .upper[data-v-84be3116],.item:hover .lower[data-v-84be3116]{height:50%}.bar[data-v-84be3116]{width:50px;height:3px;background-color:#fff}@media screen and (max-width: 639px){.Home[data-v-84be3116]{max-width:640px}.grid .item[data-v-84be3116]{display:inline-block;width:100%;height:100vw}}@media screen and (min-width: 640px){.Home[data-v-84be3116]{max-width:640px}.grid[data-v-84be3116]{display:grid;grid-template-rows:repeat(6,300px);grid-gap:1em;grid-template-rows:repeat(8,300px);grid-template-areas:"a b" "e d" "e f" "h h" "h h" "i j" "c g" "k k"}}@media screen and (min-width: 1024px){.Home[data-v-84be3116]{max-width:960px}.grid[data-v-84be3116]{grid-template-rows:repeat(6,300px);grid-template-areas:"a b c" "e d f" "e h h" "g h h" "j j i" "k k k"}}@media screen and (min-width: 1280px){.Home[data-v-84be3116]{max-width:1280px}.grid[data-v-84be3116]{grid-template-rows:repeat(5,300px);grid-template-areas:"a b h h" "c e h h" "d e i j" "f g k k"}}.teams[data-v-7200f53d]{flex-direction:column}.memeber[data-v-7200f53d]{height:400px}.position[data-v-7200f53d]{height:30px;font-family:Inter,KoPubDotum,Apple SD Gothic Neo,Malgun Gothic,Nanum Gothic,Noto Sans,"sans-serif"}.photo[data-v-7200f53d]{width:224px;height:318px}.panel[data-v-7200f53d]{color:#fff;background:black;transition:opacity .3s;opacity:0}.member:hover .panel[data-v-7200f53d]{opacity:1}@media screen and (min-width: 1280px){.teams[data-v-7200f53d]{display:flex;flex-direction:row;justify-content:center}}@media screen and (max-width: 500px){.members[data-v-7200f53d]{flex-direction:column}}
