@charset "utf-8";

/* axivo responsive override */
/* 반드시 main.css, about.css 뒤에서 로드 */

html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* 1920 이하 */
@media (min-width: 1601px) and (max-width: 1920px) {
    body.page-main .main-home {
      height: calc(100vh - 67px);
      min-height: calc(100vh - 67px);
  }

  .site-footer {
    height: auto;
  }

  .header-inner {
    padding-left: 98.56px;
    padding-right: 98.56px;
    grid-template-columns: auto 1fr 24px;
    column-gap: 24px;
  }

  .header-inner > .nav-wrap {
    margin-right: 0;
  }

  .nav-wrap {
    left: 960.14px;
    top: 28.32px;
    width: 783.67px;
    height: 12.55px;
  }

  .nav {
    display: block;
    position: relative;
    width: 783.67px;
    height: 12.55px;
  }

  .nav-link {
    font-size: 15px;
    justify-content: flex-start;
    text-align: left;
  }

  .nav-item {
    position: absolute;
    top: 0;
    height: 12.55px;
    width: auto;
    align-items: flex-start;
  }

  .nav-item:nth-child(1) {
    left: 0;
  }

  .nav-item:nth-child(2) {
    left: 109.97px;
  }

  .nav-item:nth-child(3) {
    left: 254.54px;
  }

  .nav-item:nth-child(4) {
    left: 386.04px;
  }

  .nav-item:nth-child(5) {
    left: 515.91px;
  }

  .nav-item:nth-child(6) {
    left: 703.23px;
  }

  .site-header::after {
    height: 191.39px;
  }

  .mega-menu-brand {
    top: 68.02px;
    left: 2.87px;
    width: 430.62px;
    height: 191.39px;
  }

  .mega-menu-brand-image {
    width: 430.62px;
    height: 191.39px;
    opacity: 0.3;
  }

  .mega-col {
    top: 98.65px;
    padding-top: 0;
  }

  .mega-col a {
    font-size: 15px;
  }

  .mega-col a + a {
    margin-top: 18px;
  }

    .mega-col-about {
      left: 960.38px;
      width: 26.11px;
    }

    .mega-col-portfolio {
      left: 1070.68px;
      width: 55.09px;
    }

    .mega-col-services {
      left: 1215.22px;
      width: 68.33px;
    }

    .mega-col-consult {
      left: 1346.72px;
      width: 54.28px;
    }

    .mega-col-news {
      left: 1476.85px;
      width: 59.51px;
    }

    .mega-col-contact {
      left: 1663.96px;
      width: 86.12px;
    }

  .main-copy {
    left: 44px;
    top: 185px;
    width: 560px;
  }

  .main-copy h1 {
    font-size: 45px;
    line-height: 1.45;
  }

  .main-copy p {
    font-size: 25px;
    line-height: 1.7;
  }

  .outline-btn {
    width: 112px;
    height: 32px;
    font-size: 10px;
  }

  .main-progress {
    bottom: 20px;
    gap: 14px;
  }

  .main-progress .bar {
    width: 178px;
    height: 4px;
  }

  .main-side-control {
    right: 33px;
    bottom: 70px;
  }

.main-visual.scene-detail .main-side-control {
  top: auto;
  right: 33px;
  bottom: 70px;
  transform: none;
  gap: 26px;
}

  .main-detail-nav-title {
    width: 86px;
  }

  .main-detail-dot,
  .main-detail-dot img {
    width: 9px;
    height: 9px;
  }

  .scroll-indicator {
    width: 136px;
    height: 136px;
  }

  .main-top-arrow {
    width: 44px;
    height: 44px;
    right: 32px;
    bottom: 32px;
  }

  .about-subnav-inner {
    height: 36px;
    padding-left: 56px;
    padding-right: 56px;
  }
}

/* 1600 이하 */
@media (max-width: 1600px) {
  .header-inner {
    padding-left: 82.13px;
    padding-right: 82.13px;
    grid-template-columns: auto 1fr 20px;
    column-gap: 20px;
  }

  .header-inner > .nav-wrap {
    margin-right: 0;
  }

  .nav-wrap {
    left: 800.12px;
    top: 23.60px;
    width: 653.06px;
    height: 10.46px;
  }

  .nav {
    display: block;
    position: relative;
    width: 653.06px;
    height: 10.46px;
  }

  .nav-link {
    font-size: 12.5px;
    justify-content: flex-start;
    text-align: left;
  }

  .nav-item {
    position: absolute;
    top: 0;
    height: 10.46px;
    width: auto;
    align-items: flex-start;
  }

  .nav-item:nth-child(1) {
    left: 0;
  }

  .nav-item:nth-child(2) {
    left: 91.64px;
  }

  .nav-item:nth-child(3) {
    left: 212.12px;
  }

  .nav-item:nth-child(4) {
    left: 321.70px;
  }

  .nav-item:nth-child(5) {
    left: 429.93px;
  }

  .nav-item:nth-child(6) {
    left: 586.03px;
  }

  .main-copy {
    left: 40px;
    top: 160px;
    width: 520px;
  }
  .mega-col {
    top: 82.21px;
    padding-top: 0;
  }

  .mega-col-about {
    left: 800.32px;
    width: 21.76px;
  }

  .mega-col-portfolio {
    left: 892.23px;
    width: 45.91px;
  }

  .mega-col-services {
    left: 1012.68px;
    width: 56.94px;
  }

  .mega-col-consult {
    left: 1122.27px;
    width: 45.23px;
  }

  .mega-col-news {
    left: 1230.71px;
    width: 49.59px;
  }

  .mega-col-contact {
    left: 1386.63px;
    width: 71.77px;
  }

  .mega-col a {
    font-size: 12.5px;
  }

  .mega-col a + a {
    margin-top: 15px;
  }
  .main-copy h1 {
    font-size: 40px;
    line-height: 1.4;
  }

  .main-copy p {
    font-size: 21px;
    line-height: 1.6;
  }

  .main-progress .bar {
    width: 150px;
  }

  .main-side-control {
    right: 24px;
  }

  .main-visual.scene-detail .main-side-control {
    top: 50%;
    right: 88px;
    bottom: auto;
    transform: translateY(-50%);
    gap: 24px;
  }

  .main-detail-nav-title {
    width: 82px;
  }

  .main-detail-dot,
  .main-detail-dot img {
    width: 8px;
    height: 8px;
  }

  .main-top-arrow {
    right: 24px;
    bottom: 24px;
  }

  .about-subnav-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* 1440 이하 */
@media (max-width: 1440px) {
  body.page-main .main-home {
    height: calc(100vh - 67px);
    min-height: calc(100vh - 67px);
  }

  .site-footer {
    height: auto;
  }

  .header-inner {
    padding-left: 73.92px;
    padding-right: 73.92px;
    grid-template-columns: auto 1fr 18px;
    column-gap: 18px;
  }

  .header-inner > .nav-wrap {
    margin-right: 0;
  }

  .nav-wrap {
    left: 720.11px;
    top: 21.24px;
    width: 587.75px;
    height: 9.41px;
  }

  .nav {
    display: block;
    position: relative;
    width: 587.75px;
    height: 9.41px;
  }

  .brand-mark {
    font-size: 18px;
  }

  .nav-link {
    font-size: 11.25px;
    justify-content: flex-start;
    text-align: left;
  }

  .nav-item {
    position: absolute;
    top: 0;
    height: 9.41px;
    width: auto;
    align-items: flex-start;
  }

  .nav-item:nth-child(1) {
    left: 0;
  }

  .nav-item:nth-child(2) {
    left: 82.48px;
  }

  .nav-item:nth-child(3) {
    left: 190.91px;
  }

  .nav-item:nth-child(4) {
    left: 289.53px;
  }

  .nav-item:nth-child(5) {
    left: 386.93px;
  }

  .nav-item:nth-child(6) {
    left: 527.42px;
  }

    .site-header::after {
      height: 143.54px;
    }

    .mega-menu-brand {
      top: 51.02px;
      left: 2.15px;
      width: 322.97px;
      height: 143.54px;
    }

    .mega-menu-brand-image {
      width: 322.97px;
      height: 143.54px;
      opacity: 0.3;
    }

    .mega-col {
      top: 73.99px;
      padding-top: 0;
    }

    .mega-col-about {
      left: 720.29px;
      width: 19.58px;
    }

    .mega-col-portfolio {
      left: 803.01px;
      width: 41.32px;
    }

    .mega-col-services {
      left: 911.42px;
      width: 51.25px;
    }

    .mega-col-consult {
      left: 1010.04px;
      width: 40.71px;
    }

    .mega-col-news {
      left: 1107.64px;
      width: 44.63px;
    }

    .mega-col-contact {
      left: 1247.97px;
      width: 64.59px;
    }

    .mega-col a {
      font-size: 11.25px;
    }

    .mega-col a + a {
      margin-top: 13.5px;
    }


  .main-copy {
    left: 32px;
    top: 148px;
    width: 480px;
  }

  .main-copy h1 {
    font-size: 36px;
    line-height: 1.38;
  }

  .main-copy p {
    font-size: 18px;
    line-height: 1.58;
  }

  .outline-btn {
    width: 124px;
    height: 34px;
    font-size: 10px;
  }

  .main-progress {
    bottom: 18px;
    gap: 12px;
  }

  .main-progress .bar {
    width: 132px;
  }

  .about-subnav-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* 1280 이하 */
@media (max-width: 1280px) {
  .header-inner {
    padding-left: 65.71px;
    padding-right: 65.71px;
    grid-template-columns: auto 1fr 16px;
    column-gap: 16px;
  }

  .header-inner > .nav-wrap {
    margin-right: 0;
  }

  .nav-wrap {
    left: 640.09px;
    top: 18.88px;
    width: 522.45px;
    height: 8.37px;
  }

  .nav {
    display: block;
    position: relative;
    width: 522.45px;
    height: 8.37px;
  }

  .brand-logo {
    width: 28px;
    height: 28px;
  }

  .brand-mark {
    font-size: 17px;
  }

  .nav-link {
    font-size: 10px;
    justify-content: flex-start;
    text-align: left;
  }

  .nav-item {
    position: absolute;
    top: 0;
    height: 8.37px;
    width: auto;
    align-items: flex-start;
  }

  .nav-item:nth-child(1) {
    left: 0;
  }

  .nav-item:nth-child(2) {
    left: 73.31px;
  }

  .nav-item:nth-child(3) {
    left: 169.69px;
  }

  .nav-item:nth-child(4) {
    left: 257.36px;
  }

  .nav-item:nth-child(5) {
    left: 343.94px;
  }

  .nav-item:nth-child(6) {
    left: 468.82px;
  }

  .site-header::after {
    height: 127.59px;
  }

  .mega-menu-brand {
    top: 45.35px;
    left: 1.91px;
    width: 287.08px;
    height: 127.59px;
  }

  .mega-menu-brand-image {
    width: 287.08px;
    height: 127.59px;
    opacity: 0.3;
  }

  .mega-col {
    top: 65.77px;
    padding-top: 0;
  }

  .mega-col-about {
    left: 640.25px;
    width: 17.41px;
  }

  .mega-col-portfolio {
    left: 713.79px;
    width: 36.73px;
  }

  .mega-col-services {
    left: 810.15px;
    width: 45.55px;
  }

  .mega-col-consult {
    left: 897.81px;
    width: 36.19px;
  }

  .mega-col-news {
    left: 984.57px;
    width: 39.67px;
  }

  .mega-col-contact {
    left: 1109.31px;
    width: 57.41px;
  }

  .mega-col a {
    font-size: 10px;
  }

  .mega-col a + a {
    margin-top: 12px;
  }

  .main-copy {
    left: 24px;
    top: 136px;
    width: 430px;
  }

  .main-copy h1 {
    font-size: 32px;
    line-height: 1.35;
  }

  .main-copy p {
    font-size: 16px;
    line-height: 1.55;
  }

  .main-progress .bar {
    width: 116px;
  }

    .scroll-indicator {
      width: 104px;
      height: 104px;
    }

    .main-visual.scene-detail .main-side-control {
      top: 50%;
      right: 56px;
      bottom: auto;
      transform: translateY(-50%);
      gap: 22px;
    }

    .main-detail-nav-title {
      width: 78px;
    }

    .main-detail-dot,
    .main-detail-dot img {
      width: 8px;
      height: 8px;
    }

  .main-top-arrow {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }

  .about-subnav-inner {
    height: 34px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-subnav-link,
  .about-subnav-home {
    font-size: 13px;
  }

  .about-subnav-current,
  .about-subnav-option {
    font-size: 12px;
  }
}

/* 1024 이하 */
@media (max-width: 1024px) {
    body.page-main .main-home {
      height: calc(100vh - 72px);
      min-height: calc(100vh - 72px);
      margin-top: 72px;
    }

  .site-footer {
    height: auto;
  }

  .site-footer {
    height: 110px;
  }

  .header-inner {
    height: 72px;
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: auto 1fr 24px;
    column-gap: 12px;
  }

  .header-inner > .nav-wrap,
  .nav-wrap,
  .nav,
  .site-header::after,
  .mega-col,
  .mega-menu-brand {
    display: none;
  }

  .brand-logo {
    width: 28px;
    height: 28px;
  }

  .brand-mark {
    font-size: 16px;
  }

  .menu-btn {
    width: 24px;
    height: 18px;
  }

  .menu-btn span {
    width: 24px;
  }

  .menu-btn span:nth-child(1) {
    top: 0;
  }

  .menu-btn span:nth-child(2) {
    top: 8px;
  }

  .menu-btn span:nth-child(3) {
    top: 16px;
  }

  .main-copy {
    left: 20px;
    top: 124px;
    width: calc(100% - 40px);
  }

  .main-copy h1 {
    font-size: 30px;
    line-height: 1.32;
    margin-bottom: 16px;
  }

  .main-copy p {
    font-size: 15px;
    line-height: 1.5;
  }

  .main-side-control {
    right: 16px;
    bottom: 16px;
    gap: 18px;
  }

  .outline-btn {
    width: 118px;
    height: 34px;
    font-size: 10px;
  }

  .main-progress {
    bottom: 16px;
    gap: 8px;
  }

  .main-progress .bar {
    width: 78px;
    height: 3px;
  }

  .scroll-indicator {
    width: 88px;
    height: 88px;
  }

  .main-static-image img {
    object-position: center center;
  }

  .main-top-arrow {
    width: 38px;
    height: 38px;
    right: 16px;
    bottom: 16px;
  }

  .about-page.page-about {
    min-height: calc(100vh - 72px - 110px);
  }

  .about-subnav-inner {
    height: 34px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-subnav-divider {
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-subnav-divider-last {
    margin-left: 10px;
    margin-right: 0;
  }
}

/* 768 이하 */
@media (max-width: 768px) {
   body.page-main .main-home {
     height: calc(100vh - 72px);
     min-height: calc(100vh - 72px);
   }

  .site-footer {
    height: auto;
  }

  .header-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 26px;
    height: 26px;
  }

  .brand-mark {
    font-size: 15px;
  }

  .main-copy {
    left: 16px;
    top: 108px;
    width: calc(100% - 32px);
  }

  .main-copy h1 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 14px;
  }

  .main-copy p {
    font-size: 14px;
    line-height: 1.48;
  }

  .main-side-control {
    right: 12px;
    bottom: 12px;
    gap: 14px;
  }

  .main-action {
    gap: 8px;
  }

  .outline-btn {
    width: 112px;
    height: 32px;
    font-size: 10px;
  }

  .main-progress {
    left: 16px;
    right: 16px;
    bottom: 14px;
    transform: none;
    justify-content: flex-start;
    gap: 6px;
  }

  .main-progress .bar {
    width: 52px;
    height: 3px;
  }

  .scroll-indicator {
    width: 74px;
    height: 74px;
  }

  .main-top-arrow {
    width: 34px;
    height: 34px;
    right: 12px;
    bottom: 12px;
  }

  .about-page.page-about {
    min-height: calc(100vh - 72px - 96px);
  }

  .about-subnav-inner {
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-subnav-home,
  .about-subnav-link {
    font-size: 12px;
  }

  .about-subnav-current {
    height: 28px;
    padding-left: 10px;
    padding-right: 26px;
    font-size: 12px;
    line-height: 28px;
  }

  .about-subnav-arrow {
    right: 8px;
    font-size: 9px;
  }

  .about-subnav-dropdown {
    top: 28px;
  }

  .about-subnav-option {
    padding: 8px 10px;
    font-size: 12px;
  }
}

/* 600 이하 */
@media (max-width: 600px) {
  .main-copy {
    top: 96px;
  }

  .main-copy h1 {
    font-size: 23px;
  }

  .main-copy p {
    font-size: 13px;
  }

  .outline-btn {
    width: 104px;
    height: 30px;
    font-size: 9px;
  }

  .main-progress .bar {
    width: 42px;
  }

  .scroll-indicator {
    width: 66px;
    height: 66px;
  }

  .about-subnav-inner {
    justify-content: space-between;
    gap: 6px;
  }

  .about-subnav-link {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* 480 이하 */
@media (max-width: 480px) {
     body.page-main .main-home {
       height: calc(100dvh - 72px);
       min-height: calc(100dvh - 72px);
     }

  .site-footer {
    height: auto;
  }

  .header-inner {
    padding-left: 14px;
    padding-right: 14px;
  }

  .brand-mark {
    font-size: 14px;
    letter-spacing: 0.04em;
  }

  .main-copy {
    left: 14px;
    top: 88px;
    width: calc(100% - 28px);
  }

  .main-copy h1 {
    font-size: 21px;
    line-height: 1.28;
    margin-bottom: 12px;
  }

  .main-copy p {
    font-size: 12px;
    line-height: 1.45;
  }

  .main-side-control {
    right: 10px;
    bottom: 10px;
    gap: 12px;
  }

  .outline-btn {
    width: 98px;
    height: 28px;
    font-size: 9px;
  }

  .main-progress {
    left: 14px;
    right: 14px;
    bottom: 12px;
    gap: 5px;
  }

  .main-progress .bar {
    width: 34px;
    height: 2px;
  }

  .scroll-indicator {
    width: 60px;
    height: 60px;
  }

  .main-top-arrow {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }

  .about-page.page-about {
    min-height: calc(100dvh - 72px - 88px);
  }

  .about-subnav-inner {
    height: 30px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .about-subnav-home,
  .about-subnav-link,
  .about-subnav-current,
  .about-subnav-option {
    font-size: 11px;
  }

  .about-subnav-divider {
    height: 14px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .about-subnav-divider-last {
    margin-left: 8px;
    margin-right: 0;
  }
}