@font-face{font-family:'Nanum Gothic';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/nanumgothic/v17/PN_3Rfi-oW3hYwmKDpxS7F_z_g.ttf) format('truetype')}:root{--nav-link-color:#FFF;--nav-link-color-hover:rgb(224, 224, 224);--helix-color-1:#607B63;--helix-color-2:#5E9748;--helix-color-3:#436b33;--helix-color-4:#a0c492}*{font-family:"Nanum Gothic",sans-serif;padding:0;margin:0;box-sizing:border-box}body{height:100vh;width:100vw;background-color:#000}body .bg-image{height:100vh;overflow:hidden;object-fit:contain;display:flex;justify-content:center;position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;background:url(/assets/images/bg_6.jpg) center center no-repeat fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;opacity:.35}body .page-content{height:100%;display:flex;flex-direction:column;justify-content:space-evenly}body .page-content .helix{flex:.7;display:flex;justify-content:center}body .page-content .menu{flex:.3;display:flex;justify-content:space-evenly;align-items:center}body .page-content .menu .menu-list{padding:0;display:flex;align-items:flex-start}body .page-content .menu .menu-list .menu-item{height:100%;list-style:none;margin:1.5rem;font-size:3rem;font-weight:400;display:flex;flex-direction:column;align-items:center}body .page-content .menu .menu-list .menu-item .nav-link:link,body .page-content .menu .menu-list .menu-item .nav-link:visited{color:var(--nav-link-color);text-decoration:none}body .page-content .menu .menu-list .menu-item .nav-link:hover,body .page-content .menu .menu-list .menu-item:hover{transition:.2s;color:var(--nav-link-color-hover)!important}body .page-content .menu .menu-list .menu-item .menu-item-bullet{opacity:0;user-select:none}body .page-content .menu .menu-list .menu-item:hover .menu-item-bullet{opacity:1}body .page-content .menu .menu-list .menu-item .spacer{background-color:#fff;width:2px;height:4rem!important}