.navBar{position:fixed;top:0;left:0;height:var(--topbar-height)!important;width:100%!important;padding:var(--topbar-padding)!important;margin:0!important;z-index:var(--topbar-z-index)!important;display:flex;justify-content:flex-start!important;align-items:center!important;background-color:none!important;-webkit-backdrop-filter:blur(.5rem)!important;backdrop-filter:blur(.5rem)!important;transition:var(--transition-duration);color:var(--color)!important}.navBar:hover{background-color:var(--topbar-background-hovered)}.navBarLogoContainer{height:var(--topbar-logo-height);width:var(--sidebar-width);margin:0;padding:0;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;font-family:leferi-point-black;font-size:medium;text-decoration:none}.navBarLogoContainer:hover{text-decoration:none}.navBarLogoContainer:hover>*{background-color:var(--topbar-logo-background-hovered)}.navBarLogoContainer>img{min-height:100%;height:100%;max-height:100%;border-radius:50%;transition:var(--transition-duration);background-color:var(--topbar-logo-background)}.navBarLogoContainer>img:hover{text-decoration:none}.navBarTitle{padding:0 1.25rem;font-family:leferi-point-black;color:var(--color)!important}.navBarDropdown{margin-left:auto;padding:0 calc((var(--topbar-height) - var(--topbar-logo-height)))}.phLoading .spinner *{box-sizing:border-box}.phLoading .spinner{display:inline-block;animation-name:anim-spinner;animation-duration:.7s;animation-iteration-count:infinite;animation-timing-function:linear}.phLoading .spinner .circle{width:2em;height:1em;overflow:hidden}.phLoading .spinner .circle-inner{transform:rotate(45deg);border-radius:50%;border:.25em solid var(--color);border-right:.25em solid transparent;border-bottom:.25em solid transparent;width:100%;height:200%;animation-name:anim-circle-1;animation-duration:.7s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:cubic-bezier(.25,.1,.5,1)}.phLoading .spinner .circle-2{transform:rotate(180deg)}.phLoading .spinner .circle-2 .circle-inner{animation-name:anim-circle-2}@keyframes anim-circle-1{0%{transform:rotate(60deg)}to{transform:rotate(205deg)}}@keyframes anim-circle-2{0%{transform:rotate(30deg)}to{transform:rotate(-115deg)}}@keyframes anim-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scrollIndicator{font-size:14pt;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:1rem;padding-top:1rem;color:var(--color-90)}.scrollIndicator span{width:18px;height:18px;margin-bottom:-6px;margin-left:3.7279220614px;border-left:2.5px solid var(--color-75);border-bottom:2.5px solid var(--color-75);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:sdb07 2s infinite;animation:sdb07 2s infinite;opacity:0;box-sizing:border-box}.scrollIndicator span:last-child{margin-bottom:1rem}.scrollIndicator span:nth-of-type(1){-webkit-animation-delay:0s;animation-delay:0s}.scrollIndicator span:nth-of-type(2){top:12px;-webkit-animation-delay:.15s;animation-delay:.15s}.scrollIndicator span:nth-of-type(3){top:24px;-webkit-animation-delay:.3s;animation-delay:.3s}@-webkit-keyframes sdb07{0%{opacity:0}33%{opacity:1}66%{opacity:1}to{opacity:0}}@keyframes sdb07{0%{opacity:0}33%{opacity:1}66%{opacity:1}to{opacity:0}}.phPageSection{height:100%;width:100%;min-width:100%;min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}@keyframes updown{0%{transform:translateY(0)}50%{transform:translateY(16px)}to{transform:translateY(0)}}.homeIndexSection{justify-content:space-between;font-family:neodgm;overflow:hidden}.targetLogoContainer{display:flex;flex-direction:column;justify-content:center;align-items:center}.targetImgLogo{width:25em;height:auto;margin:1rem 0;animation:updown 4s infinite;animation-delay:2s;-webkit-filter:var(--mu-text-img-shadow);filter:var(--mu-text-img-shadow);border-radius:25%}.targetTextLogoContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:1rem 0}.targetTextLogo{display:flex;flex-direction:row;justify-content:center;align-items:center;font-family:neodgm;font-size:2em}.targetTextLogo>p{margin:.5rem 0;font-size:.5em}.targetTextLogoKor{min-width:max-content}.targetTextLogoEng{-webkit-user-drag:none;user-drag:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:4px;width:7.5em;height:auto;filter:var(--mu-text-logo)}@media only screen and (max-height: 770px){.targetTextLogoContainer{display:none}}@media only screen and (max-height: 750px){.homeIndexSection{font-size:1.75vh}.targetTextLogoEng{margin-bottom:.2vh}}@media only screen and (max-width: 512px){.targetImgLogo{margin:0;width:66.666%}}@media only screen and (max-height: 512px){.homeIndexSection{justify-content:center;padding-bottom:56px}}.PHSpinnerButtonChildrenContainer{height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;position:relative}.PHSpinnerButtonChildrenContainer{overflow:hidden}.PHSpinnerButtonSpinnerContainer{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;aspect-ratio:1/1;overflow:hidden;box-sizing:border-box;display:flex;max-height:100%;margin:auto;justify-content:center;align-items:center;padding:.125rem}.PHSpinnerButtonSpinnerContainer>.spinner-border{width:100%;height:100%}.mainPage{position:fixed;top:0;left:0;height:100%;overflow-x:hidden;width:calc(100% + var(--scrollbar-width));padding-right:var(--scrollbar-width);overflow-y:scroll;z-index:var(--main-page-z-index)}.screenWidthTooNarrow{display:none}@media only screen and (max-width: 250px){.mainPage{display:none}.screenWidthTooNarrow{display:flex}}
