@font-face {
  font-family: 'SOLSans-VF';
  src: 
    url('/sourcebox/SOLSans-VF.ttf') format('truetype'),
    url('/sourcebox/SOLSans-VF.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-display: swap;
}
alphabets
*,
*:after,
*:before{
  margin: 0;
  padding: 0;
  font-family: 'SOLSans-VF', 'Noto Sans KR', sans-serif;
  -webkit-overflow-scrolling: touch!important;
    font-variation-settings: "wdth" 100, "wght" 900, "ital" 0;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0
}

a, a:visited, a:hover, a:active {
  text-decoration: none !important;
  color: inherit !important;
}

*:focus {
  outline: none;
}

*::selection {
  background-color: transparent;
  color: #9fa0a0;
}

html{
  font-family: 'SOLSans-VF', 'Noto Sans KR', sans-serif;
  font-weight: 400;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body::-webkit-scrollbar {
    display: none;
    width: 0px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background: transparent; 
}

body::-webkit-scrollbar-thumb { 
     background: transparent; 
     border-radius: 5px; 
} 

body {
  -ms-overflow-style: none; /* IE and Edge */ 
  scrollbar-width: none; /* Firefox */
  background-color: #fff;
  overflow-x: hidden;
  color: #000;
}

a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition: color .3s;
}

.mver {
  display: none;
}

a.opacity {
    transition: color .3s;
    color: #9fa0a0;
}

main.main {
    display: block;
    position: relative;
    width: calc(100% - 4vw);
    height: calc(100vh - 4vw);
    padding: 2vw;
}

.container {
    display: inline-block;
    position: relative;
    width: 100%;
    /* height: 100vh; */
    height: calc(100vh - 4vw);
}

.left-top {
    display: inline-block;
    position: absolute;
    width: calc((100% / 2) - 4vw);
    height: auto;
    top: 0;
    left: 0;
    padding-right: 4vw;
}

.logo {
    display: inline-block;
    position: relative;
    width: 3.5vw;
    height: auto;
    margin-bottom: 1vw;
}

.desc {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1vw;
    line-height: 1.5vw;
    white-space: pre-line;
    font-variation-settings: "wdth" 100, "wght" 250, "ital" 0;
}

i {
    font-style: normal !important;
    font-feature-settings: "ss01" 1;
    font-variation-settings: "wdth" 100, "wght" 250, "ital" 0;
}

.bottom {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.panel {
    display: flex;
    position: relative;
    float: left;
    height: auto;
    align-content: space-around;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    /* margin-bottom: 2vw; */
}

#project-management {
    margin-right: 1vw;
    width: calc(50% - 1vw);
}

#production-management {
    margin-left: 1vw;
    width: calc(50% - 1vw);
}

h2 {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    font-size: 2.4vw;
    line-height: 2.4vw;
    font-variation-settings: "wdth" 100, "wght" 500, "ital" 0;
    margin-bottom: 1vw;
}

.unit {
  display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    font-size: 2.4vw;
    line-height: 2.4vw;
    font-variation-settings: "wdth" 100, "wght" 500, "ital" 0;
    margin-bottom: 1vw;
}

.unit.one {
    margin-right: 0.7vw;
}



.name-desc, .mail {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    font-variation-settings: "wdth" 100, "wght" 250, "ital" 0;
    font-size: 0.6vw;
}

.name {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    font-size: 1vw;
    line-height: 1vw;
    font-variation-settings: "wdth" 100, "wght" 500, "ital" 0;
    opacity: .5;
    margin-bottom: 0.5vw;
}

.desc-set {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    justify-content: space-between;
}

/*.person.lee, .person.min {
    margin-bottom: 2.6vw;
}*/

.desc-set {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-bottom: 4vw;
}

.kim .desc-set, .park .desc-set {
    margin: 0;
}



