@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-dynamic-subset.css");
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,500;1,500&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}

a {
  transition: all 0.2s;
}

html, body {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  color: #2E2E2E;
  word-break: keep-all;
  font-family: "Pretendard Variable", sans-serif !important;
  scroll-behavior: smooth;
  background: #F6F6F6;
}

.din {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.mobile {
  display: none !important;
}

.none {
  display: none !important;
}

.mbbr {
  display: none;
}

.pcbr {
  display: block;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  outline: none;
  border: none;
}

.fw200 {
  font-weight: 200;
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}

.wrap {
  margin: auto;
  max-width: 1224px;
  padding: 0 24px;
}

#headerGnb {
  width: 100%;
  height: 96px;
  position: fixed;
  z-index: 100;
  transition: all 0.5s;
}
#headerGnb.fixed {
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
#headerGnb .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 96px;
  padding: 0 24px;
  margin: auto;
  max-width: 1224px;
}
#headerGnb .wrap .logo {
  width: auto;
  height: 48px;
}
#headerGnb .wrap nav.gnb {
  display: flex;
}
#headerGnb .wrap nav.gnb a {
  line-height: 2em;
  padding: 0 1em;
  color: #fff;
  font-weight: 700;
  transition: all 0.2s;
  cursor: pointer;
}
#headerGnb .wrap nav.gnb a.active {
  color: #009FE3;
}
#headerGnb .wrap nav.gnb:hover a {
  opacity: 0.5;
}
#headerGnb .wrap nav.gnb:hover a:hover {
  opacity: 1;
}
#headerGnb .wrap button.gnbToggle {
  display: none;
}

#indexMain .bg_mov video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#indexMain .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 96px;
  width: 100%;
  height: 100vh;
  text-align: center;
  color: #fff;
  padding: 24px;
}
#indexMain .content .main_logo {
  display: block;
  max-width: 256px;
  margin: 0 auto 40px;
}
#indexMain .content p.main_text {
  max-width: 700px;
  margin: auto;
  line-height: 140%;
}
#indexMain .content p.main_text.kor {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0 auto 1em;
}
#indexMain .content p.main_text.eng {
  font-size: 0.875em;
  font-weight: 200;
  margin: 0 auto;
}

#Footer {
  background: #0B0B0B;
  color: #B4B4B4;
}
#Footer .footer_info {
  padding: 48px 24px 72px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1224px;
  margin: auto;
}
#Footer .footer_info .logo {
  height: 40px;
}
#Footer .footer_info .text {
  text-align: right;
}
#Footer .footer_info .text p.info {
  font-size: 0.875em;
  line-height: 140%;
  margin: 0 0 1em;
}
#Footer .footer_info .text p.info .devide {
  font-weight: 100;
  opacity: 0.3;
  padding: 0 0.5em;
}
#Footer .footer_info .text .copyright {
  opacity: 0.5;
}

.subheader {
  height: 300px;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
}
.subheader h1 {
  font-size: 2em;
}

.subpage h3 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

#about {
  padding: 120px 0;
  padding-bottom: 400px;
  text-align: center;
}
#about .logo_symbol {
  display: block;
  width: 160px;
  margin: 0 auto 3em;
}
#about p.main_text {
  font-size: 1.5em;
  margin-bottom: 3em;
  font-weight: 700;
}
#about .fields {
  display: flex;
  justify-content: space-between;
}
#about .fields .item {
  width: calc((100% - 48px) / 3);
}
#about .fields .item h4 {
  font-size: 1.5em;
  color: #B4B4B4;
  margin-bottom: 0.2em;
}
#about .fields .item h3 {
  font-size: 2em;
  margin-bottom: 1em;
}
#about .fields .item h5 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

#service {
  text-align: center;
}
#service .metaverse {
  padding: 120px 24px;
}
#service .metaverse .info {
  position: relative;
  margin-top: 48px;
  height: 800px;
}
#service .metaverse .info .graphic {
  display: block;
  width: 320px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#service .metaverse .info .item {
  position: absolute;
}
#service .metaverse .info .item p.din {
  font-size: 3em;
}
#service .metaverse .info .item h4 {
  font-size: 2em;
  margin-bottom: 0.2em;
}
#service .metaverse .info .item h5 {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0.8em;
}
#service .metaverse .info .item:nth-child(2n-1) {
  left: 50%;
  margin-left: 200px;
  text-align: left;
}
#service .metaverse .info .item:nth-child(2n) {
  right: 50%;
  margin-right: 200px;
  text-align: right;
}
#service .metaverse .info .item:nth-child(1) {
  top: 40px;
}
#service .metaverse .info .item:nth-child(1) .din {
  color: #A0BAC4;
}
#service .metaverse .info .item:nth-child(2) {
  top: 230px;
}
#service .metaverse .info .item:nth-child(2) .din {
  color: #0DE5D8;
}
#service .metaverse .info .item:nth-child(3) {
  top: 290px;
}
#service .metaverse .info .item:nth-child(3) .din {
  color: #009FE3;
}
#service .metaverse .info .item:nth-child(4) {
  top: 480px;
}
#service .metaverse .info .item:nth-child(4) .din {
  color: #430AE4;
}
#service .metaverse .info .item:nth-child(5) {
  top: 540px;
}
#service .metaverse .info .item:nth-child(5) .din {
  color: #292929;
}
#service .logistics {
  padding: 120px 24px;
  background: #E5E5E5;
}
#service .logistics .info {
  max-width: 1224px;
  margin: 80px auto;
}
#service .logistics .info h4 {
  font-size: 1.5em;
  margin-bottom: 1.5em;
}
#service .logistics .info .graphic {
  display: block;
  max-width: 100%;
  margin-bottom: 80px;
}
#service .logistics .info .graphic.mb {
  display: none;
}
#service .logistics .info .features {
  display: flex;
  gap: 24px;
}
#service .logistics .info .features .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: #ECECEC;
  border-radius: 32px;
  width: calc((100% - 72px) / 4);
  padding: 32px;
}
#service .logistics .info .features .item h5 {
  font-size: 20px;
}

#partners {
  padding: 120px 0;
}
#partners .partners_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
#partners .partners_list .item {
  width: calc((100% - 80px) / 3);
}
#partners .partners_list img {
  display: block;
  margin: auto;
  max-width: 100%;
}

#inquiry {
  padding: 120px 0;
  text-align: center;
}
#inquiry .form_container {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 40px;
}
#inquiry .form_container .form {
  width: 496px;
}
#inquiry .form_container .contact_info {
  width: 288px;
  text-align: left;
}
#inquiry .form_container .contact_info .item {
  margin-bottom: 2em;
}
#inquiry .form_container .contact_info .item h4 {
  font-size: 1.125em;
  margin-bottom: 0.2em;
}

input[type=text], input[type=password], input[type=email], input[type=tel], textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 1px #E5E5E5 solid;
  font-size: 1em;
  padding: 1em 1.5em;
  resize: vertical;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, textarea::placeholder {
  color: #aaa;
}

button[type=submit] {
  display: block;
  width: 100%;
  background: #2E2E2E;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  padding: 1em 1.5em;
}

/*screen resolutions lower than 1024*/
@media all and (max-width: 1024px) {
  html, body {
    font-size: 15px;
  }
  #service .metaverse {
    padding: 120px 24px;
  }
  #service .metaverse .info {
    height: 500px;
  }
  #service .metaverse .info .graphic {
    width: 140px;
    top: 60px;
  }
  #service .metaverse .info .item p.din {
    font-size: 2em;
  }
  #service .metaverse .info .item h4 {
    font-size: 1.5em;
  }
  #service .metaverse .info .item h5 {
    font-size: 1em;
  }
  #service .metaverse .info .item:nth-child(2n-1) {
    margin-left: 80px;
  }
  #service .metaverse .info .item:nth-child(2n) {
    margin-right: 80px;
  }
  #service .metaverse .info .item:nth-child(1) {
    top: 0px;
  }
  #service .metaverse .info .item:nth-child(2) {
    top: 90px;
  }
  #service .metaverse .info .item:nth-child(3) {
    top: 180px;
  }
  #service .metaverse .info .item:nth-child(4) {
    top: 270px;
  }
  #service .metaverse .info .item:nth-child(5) {
    top: 360px;
  }
  #service .logistics {
    padding: 80px 24px;
  }
  #service .logistics .info {
    margin: 40px auto;
  }
  #service .logistics .info .graphic {
    margin-bottom: 40px;
  }
  #service .logistics .info .features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  #service .logistics .info .features .item {
    gap: 10px;
    border-radius: 24px;
    width: calc((100% - 16px) / 2);
    padding: 24px;
  }
  #service .logistics .info .features .item h5 {
    font-size: 18px;
  }
  #partners {
    padding: 80px 0;
  }
  #partners .partners_list .item {
    width: calc((100% - 40px) / 2);
  }
  #inquiry {
    padding: 80px 0;
  }
}
/*screen resolutions lower than 430*/
@media all and (max-width: 430px) {
  html, body {
    font-size: 14px;
  }
  #headerGnb {
    height: 64px;
  }
  #headerGnb .wrap {
    height: 48px;
    padding-top: 12px;
  }
  #headerGnb .wrap .logo {
    height: 32px;
  }
  #headerGnb .wrap nav.gnb {
    width: 100vw;
    padding: 1em 0 2em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-height: 0;
    padding: 0;
    overflow: hidden;
  }
  #headerGnb .wrap nav.gnb a {
    font-size: 1.25em;
    line-height: 3em;
    padding: 0 12px;
  }
  #headerGnb .wrap button.gnbToggle {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
  }
  #headerGnb .wrap button.gnbToggle span {
    position: absolute;
    display: block;
    background: #fff;
    width: 24px;
    height: 1px;
    left: 50%;
    top: 50%;
    transition: all 0.2s;
    opacity: 0.75;
  }
  #headerGnb .wrap button.gnbToggle span.b1 {
    transform: translate(-50%, 0);
  }
  #headerGnb .wrap button.gnbToggle span.b2 {
    transform: translate(-50%, 8px);
  }
  #headerGnb .wrap button.gnbToggle span.b3 {
    transform: translate(-50%, -8px);
  }
  #headerGnb.active {
    background: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    height: auto;
  }
  #headerGnb.active .wrap {
    height: auto;
  }
  #headerGnb.active nav.gnb {
    padding: 1em 0 2em;
    max-height: 400px;
  }
  #headerGnb.active button.gnbToggle span {
    opacity: 1;
  }
  #headerGnb.active button.gnbToggle span.b1 {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  #headerGnb.active button.gnbToggle span.b2 {
    transform: translate(-50%, 0) rotate(45deg);
  }
  #headerGnb.active button.gnbToggle span.b3 {
    transform: translate(-50%, 0) rotate(-45deg);
  }
  #Footer .footer_info {
    padding: 48px 24px;
    display: block;
  }
  #Footer .footer_info .logo {
    height: 32px;
    margin-bottom: 1em;
  }
  #Footer .footer_info .text {
    text-align: left;
  }
  #Footer .footer_info .text p.info .devide {
    display: block;
    height: 0;
    overflow: hidden;
  }
  #indexMain .bg_mov video {
    height: 100dvh;
  }
  #indexMain .content {
    top: 72px;
    height: 100dvh;
  }
  #indexMain .content .main_logo {
    max-width: 40vw;
  }
  #indexMain .content p.main_text.kor {
    font-size: 1.1em;
  }
  #indexMain .content p.main_text.eng {
    font-size: 0.875em;
  }
  .subheader {
    height: 160px;
    padding-top: 64px;
  }
  .subpage h3 {
    font-size: 2em;
  }
  #about {
    padding: 80px 0;
    padding-bottom: 200px;
    background-size: auto 300px !important;
  }
  #about .logo_symbol {
    width: 80px;
  }
  #about p.main_text {
    font-size: 1.2em;
    margin-bottom: 3em;
    font-weight: 700;
  }
  #about .fields {
    flex-direction: column;
  }
  #about .fields .item {
    width: 100%;
    margin-bottom: 4em;
  }
  #about .fields .item h3 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
  #about .fields .item h5 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
  }
  #service .metaverse {
    padding: 60px 24px;
  }
  #service .metaverse .info {
    height: auto;
  }
  #service .metaverse .info .graphic {
    display: none;
  }
  #service .metaverse .info .item {
    position: relative;
    margin-bottom: 16px;
    background: #E5E5E5;
    padding: 24px 16px;
    border-radius: 16px;
  }
  #service .metaverse .info .item p.din {
    font-size: 1.5em;
  }
  #service .metaverse .info .item h4 {
    font-size: 1.25em;
  }
  #service .metaverse .info .item h5 {
    font-size: 0.875em;
  }
  #service .metaverse .info .item:nth-child(2n-1) {
    left: 0;
    margin-left: 0;
    text-align: center;
  }
  #service .metaverse .info .item:nth-child(2n) {
    right: 0;
    margin-right: 0;
    text-align: center;
  }
  #service .metaverse .info .item:nth-child(1) {
    top: 0;
  }
  #service .metaverse .info .item:nth-child(2) {
    top: 0;
  }
  #service .metaverse .info .item:nth-child(3) {
    top: 0;
  }
  #service .metaverse .info .item:nth-child(4) {
    top: 0;
  }
  #service .metaverse .info .item:nth-child(5) {
    top: 0;
  }
  #service .logistics {
    padding: 40px 24px;
  }
  #service .logistics .info .graphic {
    display: none;
  }
  #service .logistics .info .graphic.mb {
    display: block;
  }
  #service .logistics .info .features .item {
    border-radius: 16px;
    width: 100%;
  }
  #service .logistics .info .features .item h5 {
    font-size: 16px;
  }
  #partners {
    padding: 60px 0;
  }
  #inquiry {
    padding: 60px 0;
  }
  #inquiry .form_container {
    display: block;
  }
  #inquiry .form_container .form {
    width: 100%;
  }
  #inquiry .form_container .contact_info {
    width: 100%;
    margin-top: 2em;
  }
}/*# sourceMappingURL=style.css.map */