#menuicon,
.ta-only,
.mo-only {
  display: none;
}

.pc-only {
  display: block;
}

@media (min-width: 768px) {
  header #gnb > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header #gnb > ul > li:hover .sub-menu a:hover {
    font-weight: 600;
    color: #ffb600;
  }
}

@media (max-width: 1420px) {
  header #header-wrap {
    max-width: 90%;
    height: 70px;
  }
  header #logo a {
    width: 56px;
    height: 35px;
  }
  header #gnb {
    margin-left: 80px;
  }
  header #gnb > ul {
    column-gap: 50px;
  }
  header #gnb > ul > li {
    height: 70px;
  }
  header #gnb > ul > li > a {
    font-size: 16px;
    line-height: 26px;
  }
  header #gnb > ul > li .sub-menu {
    width: 100px;
    padding: 15px 0;
    left: calc(50% - 50px);
  }
  header #gnb > ul > li .sub-menu li {
    margin-bottom: 8px;
  }
  header #gnb > ul > li .sub-menu a {
    font-size: 16px;
    line-height: 26px;
    line-height: 24px;
  }
  header .util {
    margin-right: 0;
  }
  header .util > li:nth-child(1) {
    margin-right: 20px;
    padding-right: 20px;
  }
  header .util > li:last-child {
    margin-left: 40px;
  }
  header .util > li > a,
  header .util > li p {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
  }
  header .util > li svg {
    display: block;
    height: 26px;
  }
  header .util > li.sign-up ul {
    width: 80px;
    position: absolute;
    top: 30px;
    left: calc(50% - 40px);
    padding: 8px 0;
  }
  header .util > li.sign-up ul li a {
    line-height: 26px;
  }
  footer {
    padding: 20px 0 15px;
  }
  footer #footer-wrap {
    max-width: 90%;
  }
  footer #footer-wrap .footer-logo {
    margin-right: 30px;
  }
  footer #footer-wrap > div:nth-child(2) {
    display: flex;
    margin-right: auto;
    flex-direction: column;
  }
  footer #footer-wrap > div:nth-child(2) p {
    font-size: 14px;
    line-height: 20px;
  }
  footer #footer-wrap > div:nth-child(2) p.copy {
    margin-top: 15px;
  }
  footer #footer-wrap > div:nth-child(2) ul {
    order: -1;
    margin: 0;
    display: flex;
    column-gap: 10px;
  }
  footer #footer-wrap .partners {
    row-gap: 20px;
    column-gap: 20px;
  }
  footer #footer-wrap .partners a img {
    height: 20px;
  }
  #intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  #intro img {
    width: 240px;
    opacity: 0;
  }
  @keyframes more_btn {
    90% {
      width: 100%;
      right: 0;
    }
    100% {
      width: 36px;
      right: 0;
    }
  }
  #container .scroll {
    left: 5%;
    height: 120px;
  }
  #container .scroll:before {
    top: -15px;
  }
  @keyframes scroll_down {
    0% {
      bottom: 120px;
      height: 0px;
    }
    50% {
      bottom: 0px;
      height: 120px;
    }
    100% {
      bottom: 0px;
      height: 0px;
    }
  }
  #container.main .section.mvis #mvis-slider .title {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
  #container.main .section.mvis #mvis-slider .title p {
    font-size: 42px;
    line-height: 54px;
  }
  #container.main .section.mvis #mvis-slider .title span {
    font-size: 16px;
    line-height: 26px;
  }
  #container.main .section.mvis #mvis-slider .controller {
    top: calc(50% - 130px);
    left: 5%;
    transform: translateY(-50%);
  }
  #container.main .section.about {
    height: 1400px;
  }
  #container.main .section.about .inner {
    max-width: 90%;
  }
  #container.main .section.about .inner .title {
    font-size: 32px;
    line-height: 42px;
    padding-top: 180px;
  }
  #container.main .section.about .inner ul {
    display: grid;
    grid-template-columns: repeat(2, 22.5vw);
    column-gap: 20px;
    row-gap: 200px;
    padding-top: 280px;
  }
  #container.main .section.about .inner ul li {
    width: 100%;
    height: 380px;
  }
  #container.main .section.about .inner ul li:nth-child(2) {
    transform: translateY(280px);
  }
  #container.main .section.about .inner ul li a {
    border-radius: 30px;
    padding: 40px 20px;
  }
  #container.main .section.about .inner ul li a h3 {
    font-size: 18px;
    line-height: 26px;
  }
  #container.main .section.about .inner ul li a p {
    font-size: 22px;
    line-height: 32px;
    margin: auto 0 10px;
  }
  #container.main .section.about .inner ul li a span {
    font-size: 16px;
    line-height: 26px;
  }
  #container.main .section.about .inner ul li a span br {
    display: none;
  }
  #container.main .section.solution .inner {
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #container.main .section.solution .inner .shape-wrap {
    position: relative;
    width: 42.25vw;
    height: 42.25vw;
  }
  #container.main .section.solution .inner .shape-wrap .shape img {
    width: 100%;
  }
  #container.main .section.solution .inner .shape-wrap > p {
    font-size: 20px;
    line-height: 26px;
  }
  #container.main .section.solution .inner .shape-wrap ul li {
    font-size: 18px;
  }
  #container.main .section.solution .inner .shape-wrap ul li img {
    height: 3.5vw;
  }
  #container.main .section.solution .inner .shape-wrap ul li p {
    margin-top: 10px;
  }
  #container.main .section.solution .inner .shape-wrap ul li:nth-child(1) {
    top: 10.56vw;
    left: 6.3vw;
  }
  #container.main .section.solution .inner .shape-wrap ul li:nth-child(2) {
    top: 10.56vw;
    right: 6.3vw;
  }
  #container.main .section.solution .inner .shape-wrap ul li:nth-child(3) {
    bottom: 4.2vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #container.main .section.solution .inner > div:nth-child(2) {
    padding-left: 50px;
  }
  #container.main .section.solution .inner .txt-box p {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  #container.main .section.solution .inner .txt-box span {
    font-size: 16px;
    line-height: 26px;
  }
  #container.main .section.solution .inner .txt-box + ul {
    margin-top: 40px;
    column-gap: 40px;
  }
  #container.main .section.solution .inner .txt-box + ul li {
    padding: 5px 0 5px 15px;
  }
  #container.main .section.solution .inner .txt-box + ul li a {
    font-size: 16px;
    line-height: 26px;
  }
  #container.main .section.solution .inner .txt-box + ul li a img {
    margin-left: 10px;
    height: 20px;
  }
  #container.main .section.solution .inner .txt-box + ul li:before {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    right: calc(100% - 36px);
  }
  #container.main .section.differentiation {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  #container.main .section.differentiation div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #container.main .section.differentiation div p {
    font-size: 28px;
    line-height: 38px;
  }
  #container.main .section.differentiation div span {
    font-size: 18px;
    line-height: 26px;
    margin: 5px 0 40px;
  }
  #container.main .section.differentiation div a {
    line-height: 36px;
    font-size: 18px;
    padding-left: 10px;
  }
  #container.main .section.differentiation div a img {
    height: 14px;
  }
  #container.main .section.differentiation div a:before {
    width: 36px;
    height: 36px;
    right: calc(100% - 36px);
  }
  #container.main .section.network .wrap .shape-wrap {
    width: 140px;
    top: 20vw;
    left: 25vw;
  }
  #container.main .section.network .wrap .shape-wrap .logo {
    width: 140px;
    height: 140px;
    border: 3px solid #8C704E;
  }
  #container.main .section.network .wrap .shape-wrap .logo img {
    width: 80px;
  }
  #container.main .section.network .wrap .shape-wrap .shape {
    width: 12px;
    height: 12px;
    margin: 20px 0 0;
    left: calc(50% - 6px);
  }
  #container.main .section.network .wrap .shape-wrap .shape span {
    width: 50px;
    height: 50px;
  }
  @keyframes cricle {
    80% {
      opacity: 1;
    }
    90% {
      width: 600px;
      height: 600px;
      border-width: 4px;
      opacity: 0;
    }
    100% {
      width: 50px;
      height: 50px;
      opacity: 0;
    }
  }
  #container.main .section.network .wrap .title {
    font-size: 32px;
    line-height: 42px;
    top: unset;
    left: unset;
    right: 5%;
    bottom: 12vw;
  }
  #container.main .section.application {
    height: 800px;
  }
  #container.main .section.application p {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  #container.sub .sub-header {
    padding-top: 140px;
    height: 70px;
  }
  #container.sub .sub-header .inner {
    max-width: 90%;
  }
  #container.sub .sub-header .inner .title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  #container.sub .sub-header .inner .title h2 {
    font-size: 58px;
  }
  #container.sub .sub-header .inner .title p {
    font-size: 16px;
    margin: 10px 0 20px 5px;
  }
  #container.sub .sub-header .inner #tab-menu > ul {
    column-gap: 40px;
  }
  #container.sub .sub-header .inner #tab-menu > ul > li > a {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  #container.sub .sub-header#sub-tab {
    margin-bottom: 60px;
  }
  #container.sub .sub-header#sub-tab .sub-tab {
    margin-top: 15px;
    column-gap: 15px;
  }
  #container.sub .sub-header#sub-tab .sub-tab a {
    height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub .contents #svis .bg {
    width: 80%;
    padding-top: 300px;
  }
  #container.sub .contents #svis .inner .txt-box {
    top: 80px;
  }
  #container.sub .contents #svis .inner .txt-box p {
    font-size: 50px;
    line-height: 64px;
  }
  #container.sub .contents .inner {
    max-width: 90%;
  }
  #container.sub.about .greeting .txt-box p {
    font-size: 50px;
    line-height: 64px;
  }
  #container.sub.about .greeting .section02 {
    height: 500px;
  }
  #container.sub.about .greeting .section02 .inner {
    padding: 0 60px;
    height: 100%;
  }
  #container.sub.about .greeting .section02 .inner .txt-box {
    column-gap: 80px;
  }
  #container.sub.about .greeting .section02 .inner .txt-box p {
    font-size: 32px;
    line-height: 42px;
  }
  #container.sub.about .greeting .section02 .inner .txt-box span {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.about .greeting .section03 {
    height: 800px;
  }
  #container.sub.about .history .title {
    max-width: 90%;
    padding-bottom: 80px;
    font-size: 50px;
    line-height: 64px;
    margin-top: 80px;
  }
  #container.sub.about .history .section .inner {
    display: grid;
    grid-template-columns: 280px auto;
    column-gap: 40px;
  }
  #container.sub.about .history .section .inner .section-nav h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  #container.sub.about .history .section .inner .section-nav ul {
    row-gap: 20px;
  }
  #container.sub.about .history .section .inner .section-nav ul li a span {
    font-size: 28px;
    line-height: 38px;
  }
  #container.sub.about .history .section .inner .section-nav ul li.active a span {
    font-size: 32px;
    line-height: 42px;
  }
  #container.sub.about .history .section .inner .history-list > div {
    padding: 50px 0;
  }
  #container.sub.about .history .section .inner .history-list > div:last-child {
    padding-bottom: 120px;
  }
  #container.sub.about .history .section .inner .history-list > div .vis {
    margin-bottom: 60px;
  }
  #container.sub.about .history .section .inner .history-list > div .year {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  #container.sub.about .history .section .inner .history-list > div .history-wrap {
    row-gap: 40px;
    column-gap: 10px;
  }
  #container.sub.about .history .section .inner .history-list > div .history-wrap .history-detail p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  #container.sub.about .history .section .inner .history-list > div .history-wrap .history-detail ul {
    display: grid;
    row-gap: 5px;
  }
  #container.sub.about .history .section .inner .history-list > div .history-wrap .history-detail ul li {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.about .status .section {
    padding: 180px 0 120px;
  }
  #container.sub.about .status .section .inner .txt-box {
    top: -30px;
    right: 0;
  }
  #container.sub.about .status .section .inner .txt-box p {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  #container.sub.about .status .section .inner .txt-box span {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.about .status .section .inner .chart {
    display: grid;
    grid-template-columns: repeat(7, 100px);
    column-gap: 40px;
  }
  #container.sub.about .status .section .inner .chart li {
    font-size: 16px;
    line-height: 22px;
  }
  #container.sub.about .status .section .inner .chart li .bar {
    border-radius: 50px 50px 0 0;
    padding-top: 10px;
  }
  #container.sub.about .status .section .inner .chart li .bar i {
    width: 80px;
    height: 80px;
    margin: 0 10px;
  }
  #container.sub.about .status .section .inner .chart li .bar i img {
    transform: scale(0.9);
  }
  #container.sub.about .status .section .inner .chart li p {
    margin-top: 10px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(1) .bar, #container.sub.about .status .section .inner .chart li:nth-child(2) .bar, #container.sub.about .status .section .inner .chart li:nth-child(3) .bar {
    height: 550px;
    background-color: #ffb600;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(4) .bar {
    height: 410px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(5) .bar {
    height: 340px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(6) .bar {
    height: 240px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(7) .bar {
    height: 150px;
  }
  #container.sub.about .differentiation .section {
    padding-top: 200px;
  }
  #container.sub.about .differentiation .section .inner {
    max-width: 80%;
  }
  #container.sub.about .differentiation .section .inner .txt-box h4 {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.about .differentiation .section .inner .txt-box p {
    font-size: 32px;
    line-height: 42px;
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul {
    row-gap: 10px;
    margin-top: 40px;
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul li {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul li:before {
    width: 36px;
    height: 36px;
    left: -10px;
    top: calc(50% - 18px);
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul li.active {
    font-size: 20px;
    line-height: 24px;
    padding-left: 10px;
    margin: 5px 0;
  }
  #container.sub.about .differentiation .section01 .vis-wrap .vis {
    width: 290px;
    height: 547px;
  }
  #container.sub.about .differentiation .section02 ul {
    grid-template-columns: repeat(3, 200px);
    row-gap: 40px;
    column-gap: 120px;
    margin-top: 60px;
  }
  #container.sub.about .differentiation .section02 ul li p {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0 5px;
  }
  #container.sub.about .differentiation .section02 ul li span {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap {
    margin-top: 60px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap ul {
    width: 400px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap ul li {
    padding: 20px 0;
    font-size: 22px;
    line-height: 36px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap ul li.active:before {
    width: 500px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap ul li.active:after {
    width: 80px;
    left: 420px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap .vis {
    width: 400px;
    height: 550px;
    top: -140px;
  }
  #container.sub.about .differentiation .section04 .txt-box {
    margin-bottom: 20px;
  }
  #container.sub.about .differentiation .section04 ul {
    column-gap: 40px;
    row-gap: 60px;
    padding-bottom: 120px;
  }
  #container.sub.about .differentiation .section04 ul li {
    display: flex;
    align-items: center;
  }
  #container.sub.about .differentiation .section04 ul li i {
    width: 160px;
    height: 160px;
    margin-right: 20px;
    flex: none;
  }
  #container.sub.about .differentiation .section04 ul li p:nth-child(1) {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.about .differentiation .section04 ul li p:nth-child(2) {
    font-size: 22px;
    line-height: 30px;
    margin: 8px 0;
  }
  #container.sub.about .differentiation .section04 ul li span {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.about .differentiation .section04 ul li span br {
    display: none;
  }
  #container.sub.business .section {
    padding: 200px 0 120px;
  }
  #container.sub.business .section .inner {
    max-width: 80%;
  }
  #container.sub.business .section .txt-box h4 {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.business .section .txt-box p {
    font-size: 32px;
    line-height: 42px;
    margin: 5px 0 10px;
  }
  #container.sub.business .section .txt-box span {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.business .section01 .circle-wrap {
    margin-top: 40px;
  }
  #container.sub.business .section01 .circle-wrap li {
    width: 160px;
    height: 160px;
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.business .section02 .vis-wrap {
    margin-top: 80px;
  }
  #container.sub.business .section02 .vis-wrap ul {
    width: 400px;
  }
  #container.sub.business .section02 .vis-wrap ul li {
    height: 80px;
    font-size: 24px;
    line-height: 38px;
  }
  #container.sub.business .section02 .vis-wrap ul li.active:before {
    width: 500px;
  }
  #container.sub.business .section02 .vis-wrap ul li.active:after {
    left: 400px;
  }
  #container.sub.business .section02 .vis-wrap .vis {
    width: 400px;
    height: 550px;
    top: -140px;
  }
  #container.sub.business .section03,
  #container.sub.business .section04 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  #container.sub.customer .process #svis {
    margin-bottom: 120px;
  }
  #container.sub.customer .process .sub-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  #container.sub.customer .process .process-wrap {
    row-gap: 60px;
    margin-bottom: 120px;
    justify-content: center;
    margin-left: -20px;
  }
  #container.sub.customer .process .process-wrap > div {
    width: 33.3%;
    margin-right: -40px;
  }
  #container.sub.customer .process .process-wrap > div i {
    width: 140px;
    height: 140px;
    margin: 0 auto 40px;
  }
  #container.sub.customer .process .process-wrap > div i img {
    transform: scale(0.9);
  }
  #container.sub.customer .process .process-wrap > div p {
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.customer .process .process-wrap > div p:before {
    height: 40px;
    top: -40px;
  }
  #container.sub.customer .process .process-wrap > div ul {
    margin-top: 20px;
    padding: 0 30px;
  }
  #container.sub.customer .process .process-wrap > div ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  #container.sub.customer .inquiry {
    margin-bottom: 120px;
  }
  #container.sub.customer .inquiry .sub-title {
    padding-bottom: 20px;
    margin: 60px 0 20px;
  }
  #container.sub.customer .inquiry .sub-title .inner {
    max-width: 90%;
  }
  #container.sub.customer .inquiry .sub-title .inner p {
    font-size: 28px;
    line-height: 34px;
  }
  #container.sub.customer .inquiry .sub-title .inner span {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.customer .inquiry form {
    width: 100%;
  }
  #container.sub.customer .inquiry form > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
  #container.sub.customer .inquiry form > div div {
    grid-template-columns: 80px auto;
  }
  #container.sub.customer .inquiry form > div div label {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.customer .inquiry form > div div input {
    line-height: 80px;
    font-size: 16px;
  }
  #container.sub.customer .inquiry form > p {
    margin: 80px 0 40px;
    font-size: 16px;
    padding-right: 30px;
  }
  #container.sub.customer .inquiry form > p label:after {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
  }
  #container.sub.customer .inquiry form input[type="submit"] {
    width: 80px;
    height: 50px;
    font-size: 16px;
  }
  #container.sub.customer .location {
    margin-bottom: 120px;
  }
  #container.sub.customer .location .inner {
    grid-template-columns: 360px auto;
    margin-top: 80px;
  }
  #container.sub.customer .location .inner .sub-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #container.sub.customer .location .inner ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  #container.sub.customer .location .inner ul li img {
    margin-right: 10px;
  }
  #container.sub.customer .location .inner ul li p {
    margin-bottom: 5px;
  }
  #container.sub.customer .location .inner .root_daum_roughmap {
    height: 380px;
  }
  #container.sub.customer .resources {
    margin-bottom: 120px;
  }
  #container.sub.customer .resources .board-list {
    margin-top: 80px;
  }
  #container.sub.customer .resources .board-list table {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.customer .resources .board-list table tr {
    height: 80px;
  }
  #container.sub.customer .resources .board-list table tr td:nth-child(1) {
    width: 80px;
  }
  #container.sub.customer .resources .board-list table tr td:nth-child(3) {
    width: 100px;
  }
  #container.sub.customer .resources .search-wrap {
    margin-top: 30px;
  }
  #container.sub.customer .resources .search-wrap form .select-box {
    margin-right: 15px;
  }
  #container.sub.customer .resources .search-wrap form .select-box select {
    width: 100px;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.customer .resources .search-wrap form .search-box input[type="text"] {
    width: 280px;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.customer .resources .search-wrap form .search-box input[type="submit"] {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    background-size: 100%;
  }
  #container.sub.customer .resources .pagination {
    margin-top: 100px;
  }
  #container.sub.customer .resources .pagination li a {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.customer .resources .pagination li.arrow-btn a {
    width: 28px;
    height: 28px;
  }
  #container.sub.customer .resources .pagination li.arrow-btn.prev {
    margin-right: 20px;
  }
  #container.sub.customer .resources .pagination li.arrow-btn.next {
    margin-left: 20px;
  }
  #container.sub.customer .resources .board-view {
    margin-top: 80px;
  }
  #container.sub.customer .resources .board-view .con-title {
    height: 80px;
    padding: 0 20px;
  }
  #container.sub.customer .resources .board-view .con-title .title {
    font-size: 24px;
  }
  #container.sub.customer .resources .board-view .con-title .date {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.customer .resources .board-view .con-txt {
    padding: 30px 20px;
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.customer .resources .list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.application {
    margin-bottom: 120px;
  }
  #container.sub.application #svis .inner .txt-box p {
    font-size: 58px;
    line-height: 68px;
  }
  #container.sub.application .contents .section01 {
    margin-top: 120px;
  }
  #container.sub.application .contents .section01 .inner {
    justify-content: center;
  }
  #container.sub.application .contents .section01 .inner .txt-box {
    margin-right: 0;
  }
  #container.sub.application .contents .section01 .inner .txt-box p {
    font-size: 28px;
    line-height: 34px;
  }
  #container.sub.application .contents .section01 .inner .txt-box span {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.application .contents .section01 .inner ul {
    display: flex;
    column-gap: 40px;
    margin-left: 50px;
  }
  #container.sub.application .contents .section01 .inner ul li {
    text-align: center;
    width: 280px;
  }
  #container.sub.application .contents .section01 .inner ul li p {
    font-size: 18px;
    line-height: 24px;
  }
  #container.sub.application .contents .section01 .inner ul li > img {
    margin: 20px auto 40px;
  }
  #container.sub.application .contents .section01 .inner ul li img {
    max-width: max-content;
    width: 100%;
  }
  #container.sub.member {
    margin-bottom: 120px;
  }
  #container.sub.member .sub-header {
    margin-bottom: 80px;
  }
  #container.sub.member .login form {
    max-width: 500px;
  }
  #container.sub.member .login form div {
    grid-template-columns: 80px 420px;
  }
  #container.sub.member .login form div label {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.member .login form div input {
    line-height: 80px;
    font-size: 16px;
  }
  #container.sub.member .login .util {
    padding-left: 80px;
    margin: 20px 0 40px;
  }
  #container.sub.member .login .util a {
    font-size: 14px;
  }
  #container.sub.member .login .util ul li:nth-child(1) {
    margin-right: 15px;
    padding-right: 15px;
  }
  #container.sub.member .login input[type="submit"] {
    width: 120px;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.member .login.find form > p {
    margin: 20px 0 40px;
    font-size: 14px;
  }
  #container.sub.member .join .inner div {
    padding: 40px 0;
  }
  #container.sub.member .join .inner div img {
    height: 50px;
  }
  #container.sub.member .join .inner div p {
    font-size: 24px;
    line-height: 30px;
    margin: 40px 0 5px;
  }
  #container.sub.member .join .inner div span {
    font-size: 16px;
    line-height: 20px;
  }
  #container.sub.member .join .inner div a {
    font-size: 16px;
    width: 90px;
    margin: 30px auto 0;
  }
  #container.sub.member .sign-up .sub-title {
    padding-bottom: 20px;
    margin: 60px 0 20px;
    font-size: 28px;
    line-height: 34px;
  }
  #container.sub.member .sign-up .sub-title p {
    max-width: 90%;
  }
  #container.sub.member .sign-up form {
    width: 100%;
  }
  #container.sub.member .sign-up form > div:not(.agree) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
  #container.sub.member .sign-up form > div:not(.agree) > div {
    grid-template-columns: 80px auto;
  }
  #container.sub.member .sign-up form > div:not(.agree) > div label {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.member .sign-up form > div:not(.agree) > div input {
    line-height: 80px;
    font-size: 16px;
  }
  #container.sub.member .sign-up form > div:not(.agree) > div input[type="button"] {
    width: 110px;
    height: 50px;
    top: calc(50% - 25px);
    right: 10px;
  }
  #container.sub.member .sign-up form > div:not(.agree) .file-upload {
    height: 80px;
  }
  #container.sub.member .sign-up form > div:not(.agree) .file-upload .btn {
    width: 80px;
    height: 50px;
    top: calc(50% - 25px);
    right: 10px;
    font-size: 16px;
  }
  #container.sub.member .sign-up form .policy {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 26px;
    margin: 40px 0 20px;
  }
  #container.sub.member .sign-up form .agree {
    margin-bottom: 80px;
  }
  #container.sub.member .sign-up form .agree p {
    font-size: 16px;
    line-height: 26px;
    padding-right: 30px;
    margin-top: 15px;
  }
  #container.sub.member .sign-up form .agree p label:after {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
  }
  #container.sub.member .sign-up form input[type="submit"] {
    width: 80px;
    height: 50px;
    font-size: 16px;
  }
  #container.sub.member .complete .txt-box {
    margin-top: 220px;
  }
  #container.sub.member .complete .txt-box img {
    width: 120px;
  }
  #container.sub.member .complete .txt-box p {
    font-size: 28px;
    line-height: 34px;
    margin: 40px 0 10px;
  }
  #container.sub.member .complete .txt-box span {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.member .complete .txt-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
    margin: 40px auto 0;
  }
  #container.sub.member .complete .txt-box {
    margin-top: 220px;
  }
  #container.sub.member .complete .txt-box img {
    width: 120px;
  }
  #container.sub.member .complete .txt-box p {
    font-size: 28px;
    line-height: 34px;
    margin: 40px 0 10px;
  }
  #container.sub.member .complete .txt-box span {
    font-size: 16px;
    line-height: 26px;
  }
  #container.sub.member .complete .txt-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
    margin: 40px auto 0;
  }
}

@media (max-width: 1024px) {
  header #logo a {
    width: 48px;
    height: 30px;
  }
  header #gnb {
    margin-left: 60px;
  }
  header #gnb > ul {
    column-gap: 40px;
  }
  header #gnb > ul > li > a {
    font-size: 14px;
    line-height: 22px;
  }
  header #gnb > ul > li .sub-menu {
    width: 90px;
    padding: 10px 0;
    left: calc(50% - 45px);
    top: 60px;
  }
  header #gnb > ul > li .sub-menu li {
    margin-bottom: 6px;
  }
  header #gnb > ul > li .sub-menu a {
    font-size: 14px;
    line-height: 22px;
    line-height: 18px;
  }
  header .util {
    margin-right: 0;
  }
  header .util > li:nth-child(1) {
    margin-right: 15px;
    padding-right: 15px;
  }
  header .util > li:nth-child(1):after {
    height: 8px;
    top: calc(50% - 4px);
  }
  header .util > li:last-child {
    margin-left: 30px;
  }
  header .util > li > a,
  header .util > li p {
    font-size: 14px;
    line-height: 22px;
    height: 22px;
  }
  header .util > li svg {
    height: 22px;
  }
  footer #footer-wrap {
    flex-wrap: wrap;
  }
  footer #footer-wrap .footer-logo {
    width: calc(25% - 30px);
    text-align: right;
  }
  footer #footer-wrap > div:nth-child(2) {
    width: 75%;
  }
  footer #footer-wrap > div:nth-child(2) p.copy {
    margin-top: 10px;
  }
  footer #footer-wrap > div:nth-child(2) ul {
    column-gap: 10px;
  }
  footer #footer-wrap .partners {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    width: 100%;
    margin: 15px 0;
  }
  footer #footer-wrap .partners a img {
    height: 20px;
  }
  #intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  #intro img {
    width: 240px;
    opacity: 0;
  }
  @keyframes more_btn {
    90% {
      width: 100%;
      right: 0;
    }
    100% {
      width: 26px;
      right: 0;
    }
  }
  #container .scroll {
    left: 5%;
    height: 120px;
  }
  #container .scroll:before {
    top: -15px;
  }
  @keyframes scroll_down {
    0% {
      bottom: 120px;
      height: 0px;
    }
    50% {
      bottom: 0px;
      height: 120px;
    }
    100% {
      bottom: 0px;
      height: 0px;
    }
  }
  #container.main .section.mvis #mvis-slider .title p {
    font-size: 34px;
    line-height: 46px;
  }
  #container.main .section.mvis #mvis-slider .title span {
    font-size: 14px;
    line-height: 22px;
  }
  #container.main .section.mvis #mvis-slider .controller {
    top: calc(50% - 100px);
    width: 120px;
    height: 10px;
  }
  #container.main .section.mvis #mvis-slider .controller .splide__pagination {
    left: 20px;
  }
  #container.main .section.mvis #mvis-slider .controller .splide__pagination li .splide__pagination__page {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 0 8px 0 0;
  }
  #container.main .section.mvis #mvis-slider .controller .splide__pagination li .splide__pagination__page.is-active {
    width: 20px;
  }
  #container.main .section.mvis #mvis-slider .controller .autoplay-controls {
    right: 20px;
  }
  #container.main .section.mvis #mvis-slider .controller .autoplay-controls .toggle-button {
    width: 8px;
    height: 10px;
  }
  #container.main .section.about {
    height: 1200px;
  }
  #container.main .section.about .inner .title {
    font-size: 26px;
    line-height: 34px;
    padding-top: 160px;
  }
  #container.main .section.about .inner ul {
    column-gap: 10px;
    row-gap: 160px;
    padding-top: 240px;
  }
  #container.main .section.about .inner ul li {
    width: 100%;
    height: 280px;
  }
  #container.main .section.about .inner ul li:nth-child(2) {
    transform: translateY(220px);
  }
  #container.main .section.about .inner ul li a {
    border-radius: 20px;
    padding: 20px 15px;
  }
  #container.main .section.about .inner ul li a h3 {
    font-size: 16px;
    line-height: 24px;
    flex-direction: column-reverse;
  }
  #container.main .section.about .inner ul li a p {
    font-size: 18px;
    line-height: 30px;
    margin: auto 0 10px;
  }
  #container.main .section.about .inner ul li a span {
    font-size: 14px;
    line-height: 22px;
  }
  #container.main .section.solution .inner {
    flex-direction: column;
    justify-content: center;
  }
  #container.main .section.solution .inner .shape-wrap {
    width: 58.59vw;
    height: 58.59vw;
    margin-bottom: 60px;
  }
  #container.main .section.solution .inner .shape-wrap ul li {
    font-size: 18px;
  }
  #container.main .section.solution .inner .shape-wrap ul li img {
    height: 4.8vw;
  }
  #container.main .section.solution .inner .shape-wrap ul li p {
    margin-top: 10px;
  }
  #container.main .section.solution .inner .shape-wrap ul li:nth-child(1) {
    top: 13.67vw;
    left: 8.78vw;
  }
  #container.main .section.solution .inner .shape-wrap ul li:nth-child(2) {
    top: 13.67vw;
    right: 8.78vw;
  }
  #container.main .section.solution .inner .shape-wrap ul li:nth-child(3) {
    bottom: 5.85vw;
  }
  #container.main .section.solution .inner > div:nth-child(2) {
    padding-left: 0;
    text-align: center;
  }
  #container.main .section.solution .inner .txt-box p {
    font-size: 26px;
    line-height: 34px;
  }
  #container.main .section.solution .inner .txt-box span {
    font-size: 14px;
    line-height: 22px;
  }
  #container.main .section.solution .inner .txt-box + ul {
    margin-top: 30px;
    justify-content: center;
  }
  #container.main .section.solution .inner .txt-box + ul li {
    padding: 2px 0 2px 10px;
  }
  #container.main .section.solution .inner .txt-box + ul li a {
    font-size: 14px;
    line-height: 22px;
  }
  #container.main .section.solution .inner .txt-box + ul li:before {
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    right: calc(100% - 26px);
  }
  #container.main .section.differentiation div p {
    font-size: 24px;
    line-height: 36px;
  }
  #container.main .section.differentiation div span {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 40px;
  }
  #container.main .section.differentiation div a {
    line-height: 22px;
    font-size: 14px;
    padding-left: 5px;
  }
  #container.main .section.differentiation div a img {
    margin-left: 4px;
    height: 10px;
  }
  #container.main .section.differentiation div a:before {
    width: 26px;
    height: 26px;
    right: calc(100% - 26px);
  }
  #container.main .section.network .wrap {
    background-image: url(../main/images/section05_bg_ta.jpg);
  }
  #container.main .section.network .wrap .shape-wrap {
    width: 100px;
    top: 20vw;
    left: 25vw;
  }
  #container.main .section.network .wrap .shape-wrap .logo {
    width: 100px;
    height: 100px;
    border: 2px solid #8C704E;
  }
  #container.main .section.network .wrap .shape-wrap .logo img {
    width: 60px;
  }
  #container.main .section.network .wrap .shape-wrap .shape {
    width: 10px;
    height: 10px;
    left: calc(50% - 5px);
  }
  #container.main .section.network .wrap .shape-wrap .shape span {
    width: 40px;
    height: 40px;
  }
  @keyframes cricle {
    80% {
      opacity: 1;
    }
    90% {
      width: 450px;
      height: 450px;
      border-width: 3px;
      opacity: 0;
    }
    100% {
      width: 30px;
      height: 30px;
      opacity: 0;
    }
  }
  #container.main .section.network .wrap .title {
    font-size: 26px;
    line-height: 34px;
    bottom: 23.43vw;
  }
  #container.main .section.application {
    height: 700px;
  }
  #container.main .section.application p {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  #container.main .section.application img {
    width: 380px;
  }
  #container.sub .sub-header {
    padding-top: 140px;
  }
  #container.sub .sub-header .inner .title h2 {
    font-size: 42px;
  }
  #container.sub .sub-header .inner .title p {
    font-size: 14px;
    margin: 5px 0 10px 2px;
  }
  #container.sub .sub-header .inner #tab-menu > ul {
    column-gap: 30px;
  }
  #container.sub .sub-header .inner #tab-menu > ul > li > a {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  #container.sub .sub-header#sub-tab {
    margin-bottom: 60px;
  }
  #container.sub .sub-header#sub-tab .sub-tab a {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub .contents #svis .bg {
    width: 80%;
    padding-top: 240px;
  }
  #container.sub .contents #svis .inner .txt-box p {
    font-size: 42px;
    line-height: 54px;
  }
  #container.sub.about .greeting .txt-box p {
    font-size: 42px;
    line-height: 54px;
  }
  #container.sub.about .greeting .section02 {
    height: auto;
  }
  #container.sub.about .greeting .section02 .inner {
    padding: 100px 60px;
    height: 100%;
  }
  #container.sub.about .greeting .section02 .inner .txt-box {
    row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  #container.sub.about .greeting .section02 .inner .txt-box p {
    font-size: 26px;
    line-height: 34px;
  }
  #container.sub.about .greeting .section02 .inner .txt-box span {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.about .greeting .section03 {
    height: 600px;
  }
  #container.sub.about .history .title {
    padding-bottom: 60px;
    font-size: 42px;
    line-height: 54px;
    margin-top: 60px;
  }
  #container.sub.about .history .section .inner {
    display: grid;
    grid-template-columns: 240px auto;
    column-gap: 40px;
  }
  #container.sub.about .history .section .inner .section-nav h4 {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.about .history .section .inner .section-nav ul li a span {
    font-size: 24px;
    line-height: 36px;
  }
  #container.sub.about .history .section .inner .section-nav ul li.active a span {
    font-size: 26px;
    line-height: 34px;
  }
  #container.sub.about .history .section .inner .history-list > div {
    padding: 30px 0;
  }
  #container.sub.about .history .section .inner .history-list > div:last-child {
    padding-bottom: 100px;
  }
  #container.sub.about .history .section .inner .history-list > div .vis {
    margin-bottom: 40px;
  }
  #container.sub.about .history .section .inner .history-list > div .year {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #container.sub.about .history .section .inner .history-list > div .history-wrap {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  #container.sub.about .history .section .inner .history-list > div .history-wrap .history-detail p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  #container.sub.about .history .section .inner .history-list > div .history-wrap .history-detail ul {
    display: grid;
    row-gap: 5px;
  }
  #container.sub.about .history .section .inner .history-list > div .history-wrap .history-detail ul li {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.about .status .section {
    padding: 140px 0 100px;
  }
  #container.sub.about .status .section .inner .txt-box {
    top: -30px;
    right: 0;
  }
  #container.sub.about .status .section .inner .txt-box p {
    font-size: 26px;
    line-height: 34px;
  }
  #container.sub.about .status .section .inner .txt-box span {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.about .status .section .inner .chart {
    display: grid;
    grid-template-columns: repeat(7, 80px);
    column-gap: 20px;
  }
  #container.sub.about .status .section .inner .chart li {
    font-size: 14px;
    line-height: 20px;
    position: relative;
  }
  #container.sub.about .status .section .inner .chart li .bar {
    border-radius: 50px 50px 0 0;
    padding-top: 5px;
  }
  #container.sub.about .status .section .inner .chart li .bar i {
    width: 70px;
    height: 70px;
    margin: 0 5px;
  }
  #container.sub.about .status .section .inner .chart li .bar i img {
    transform: scale(0.8);
  }
  #container.sub.about .status .section .inner .chart li p {
    margin-top: 0;
    position: absolute;
    bottom: -70px;
    width: 100px;
    left: calc(50% - 50px);
  }
  #container.sub.about .status .section .inner .chart li:nth-child(1) .bar, #container.sub.about .status .section .inner .chart li:nth-child(2) .bar, #container.sub.about .status .section .inner .chart li:nth-child(3) .bar {
    height: 450px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(4) .bar {
    height: 345px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(5) .bar {
    height: 290px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(6) .bar {
    height: 220px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(7) .bar {
    height: 140px;
  }
  #container.sub.about .differentiation .section {
    padding-top: 160px;
  }
  #container.sub.about .differentiation .section .inner {
    max-width: 90%;
  }
  #container.sub.about .differentiation .section .inner .txt-box h4 {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.about .differentiation .section .inner .txt-box p {
    font-size: 26px;
    line-height: 34px;
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul {
    row-gap: 10px;
    margin-top: 30px;
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul li {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul li:before {
    width: 26px;
    height: 26px;
    left: -5px;
    top: calc(50% - 13px);
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul li.active {
    font-size: 18px;
    line-height: 22px;
    padding-left: 5px;
    margin: 5px 0;
  }
  #container.sub.about .differentiation .section01 .vis-wrap .vis {
    width: 260px;
    height: 492px;
    top: -60px;
  }
  #container.sub.about .differentiation .section02 ul {
    grid-template-columns: repeat(3, 180px);
    row-gap: 40px;
    column-gap: 70px;
    margin-top: 40px;
    justify-content: center;
  }
  #container.sub.about .differentiation .section02 ul li img {
    width: 100%;
  }
  #container.sub.about .differentiation .section02 ul li p {
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0 5px;
  }
  #container.sub.about .differentiation .section02 ul li span {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap {
    margin-top: 40px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap ul {
    width: 320px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap ul li {
    padding: 15px 0;
    font-size: 18px;
    line-height: 28px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap ul li.active:before {
    width: 320px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap ul li.active:after {
    width: 60px;
    left: 320px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap .vis {
    width: 360px;
    height: 500px;
    top: -140px;
  }
  #container.sub.about .differentiation .section04 ul {
    column-gap: 30px;
    row-gap: 40px;
    padding-bottom: 100px;
  }
  #container.sub.about .differentiation .section04 ul li i {
    width: 120px;
    height: 120px;
    margin-right: 10px;
  }
  #container.sub.about .differentiation .section04 ul li i img {
    transform: scale(0.8);
  }
  #container.sub.about .differentiation .section04 ul li p:nth-child(1) {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.about .differentiation .section04 ul li p:nth-child(2) {
    font-size: 18px;
    line-height: 28px;
    margin: 5px 0;
  }
  #container.sub.about .differentiation .section04 ul li span {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.business .section {
    padding: 160px 0 100px;
  }
  #container.sub.business .section .inner {
    max-width: 90%;
  }
  #container.sub.business .section .txt-box h4 {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.business .section .txt-box p {
    font-size: 26px;
    line-height: 34px;
    margin: 5px 0 10px;
  }
  #container.sub.business .section .txt-box span {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.business .section01 .circle-wrap {
    margin-top: 30px;
  }
  #container.sub.business .section01 .circle-wrap li {
    width: 130px;
    height: 130px;
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.business .section02 .vis-wrap {
    margin-top: 60px;
  }
  #container.sub.business .section02 .vis-wrap ul {
    width: 320px;
  }
  #container.sub.business .section02 .vis-wrap ul li {
    height: 60px;
    font-size: 20px;
    line-height: 32px;
  }
  #container.sub.business .section02 .vis-wrap ul li.active:before {
    width: 320px;
  }
  #container.sub.business .section02 .vis-wrap ul li.active:after {
    left: 320px;
    width: 60px;
  }
  #container.sub.business .section02 .vis-wrap .vis {
    width: 360px;
    height: 500px;
    top: -120px;
  }
  #container.sub.customer .process #svis {
    margin-bottom: 80px;
  }
  #container.sub.customer .process .sub-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #container.sub.customer .process .process-wrap {
    row-gap: 40px;
    margin-bottom: 100px;
    margin-left: -10px;
  }
  #container.sub.customer .process .process-wrap > div {
    width: 33.3%;
    margin-right: -20px;
  }
  #container.sub.customer .process .process-wrap > div i {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
  }
  #container.sub.customer .process .process-wrap > div i img {
    transform: scale(0.8);
  }
  #container.sub.customer .process .process-wrap > div p {
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.customer .process .process-wrap > div p:before {
    height: 30px;
    top: -30px;
  }
  #container.sub.customer .process .process-wrap > div ul {
    margin-top: 10px;
    padding: 0 20px;
  }
  #container.sub.customer .process .process-wrap > div ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  #container.sub.customer .inquiry {
    margin-bottom: 100px;
  }
  #container.sub.customer .inquiry .sub-title {
    padding-bottom: 15px;
    margin: 50px 0 15px;
  }
  #container.sub.customer .inquiry .sub-title .inner p {
    font-size: 22px;
    line-height: 30px;
  }
  #container.sub.customer .inquiry .sub-title .inner span {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.customer .inquiry form {
    width: 100%;
  }
  #container.sub.customer .inquiry form > div {
    column-gap: 20px;
  }
  #container.sub.customer .inquiry form > div div label {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.customer .inquiry form > div div input {
    line-height: 60px;
    font-size: 14px;
  }
  #container.sub.customer .inquiry form > p {
    margin: 60px 0 20px;
    font-size: 14px;
    padding-right: 20px;
  }
  #container.sub.customer .inquiry form > p label:after {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
  #container.sub.customer .inquiry form input[type="submit"] {
    height: 40px;
    font-size: 14px;
  }
  #container.sub.customer .location {
    margin-bottom: 100px;
  }
  #container.sub.customer .location .inner {
    grid-template-columns: 320px auto;
    margin-top: 80px;
  }
  #container.sub.customer .location .inner .sub-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #container.sub.customer .location .inner ul li {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.customer .location .inner ul li img {
    margin-right: 8px;
    height: 24px;
  }
  #container.sub.customer .location .inner ul li p {
    margin-bottom: 2px;
  }
  #container.sub.customer .location .inner .root_daum_roughmap {
    height: 330px;
  }
  #container.sub.customer .resources {
    margin-bottom: 100px;
  }
  #container.sub.customer .resources .board-list {
    margin-top: 60px;
  }
  #container.sub.customer .resources .board-list table {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.customer .resources .board-list table tr {
    height: 60px;
  }
  #container.sub.customer .resources .board-list table tr td:nth-child(1) {
    width: 60px;
  }
  #container.sub.customer .resources .board-list table tr td:nth-child(3) {
    width: 80px;
  }
  #container.sub.customer .resources .search-wrap {
    margin-top: 20px;
  }
  #container.sub.customer .resources .search-wrap form .select-box select {
    width: 80px;
    height: 40px;
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.customer .resources .search-wrap form .search-box input[type="text"] {
    width: 240px;
    height: 40px;
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.customer .resources .search-wrap form .search-box input[type="submit"] {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }
  #container.sub.customer .resources .pagination {
    margin-top: 60px;
  }
  #container.sub.customer .resources .pagination li a {
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.customer .resources .pagination li.arrow-btn a {
    width: 24px;
    height: 24px;
  }
  #container.sub.customer .resources .pagination li.arrow-btn a svg {
    width: 10px;
  }
  #container.sub.customer .resources .pagination li.arrow-btn.prev {
    margin-right: 15px;
  }
  #container.sub.customer .resources .pagination li.arrow-btn.next {
    margin-left: 15px;
  }
  #container.sub.customer .resources .board-view {
    margin-top: 60px;
  }
  #container.sub.customer .resources .board-view .con-title {
    height: auto;
    padding: 20px 15px;
  }
  #container.sub.customer .resources .board-view .con-title .title {
    font-size: 20px;
    line-height: normal;
  }
  #container.sub.customer .resources .board-view .con-title .date {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.customer .resources .board-view .con-txt {
    padding: 25px 15px;
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.customer .resources .list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.customer .resources .list-btn img {
    margin-right: 5px;
  }
  #container.sub.application {
    margin-bottom: 100px;
  }
  #container.sub.application #svis .inner .txt-box p {
    font-size: 40px;
    line-height: 56px;
  }
  #container.sub.application .contents .section01 {
    margin-top: 80px;
  }
  #container.sub.application .contents .section01 .inner {
    flex-direction: column;
  }
  #container.sub.application .contents .section01 .inner .txt-box {
    margin: 0 0 40px;
    text-align: center;
  }
  #container.sub.application .contents .section01 .inner .txt-box p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  #container.sub.application .contents .section01 .inner .txt-box span {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.application .contents .section01 .inner ul {
    column-gap: 40px;
    margin-left: 0;
    justify-content: center;
  }
  #container.sub.application .contents .section01 .inner ul li {
    text-align: center;
    width: 240px;
  }
  #container.sub.application .contents .section01 .inner ul li p {
    font-size: 16px;
    line-height: 22px;
  }
  #container.sub.application .contents .section01 .inner ul li > img {
    margin: 10px auto 30px;
  }
  #container.sub.member {
    margin-bottom: 100px;
  }
  #container.sub.member .sub-header {
    margin-bottom: 60px;
  }
  #container.sub.member .join .inner {
    display: grid;
    grid-template-columns: repeat(2, 280px);
    column-gap: 30px;
  }
  #container.sub.member .join .inner div img {
    height: 40px;
  }
  #container.sub.member .join .inner div p {
    font-size: 20px;
    line-height: 28px;
    margin: 30px 0 5px;
  }
  #container.sub.member .join .inner div span {
    font-size: 14px;
  }
  #container.sub.member .join .inner div a {
    font-size: 14px;
    width: 80px;
    margin: 20px auto 0;
  }
  #container.sub.member .sign-up .sub-title {
    padding-bottom: 15px;
    margin: 40px 0 15px;
    font-size: 22px;
    line-height: 30px;
  }
  #container.sub.member .sign-up form > div:not(.agree) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
  #container.sub.member .sign-up form > div:not(.agree) > div {
    grid-template-columns: 70px auto;
  }
  #container.sub.member .sign-up form > div:not(.agree) > div label {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.member .sign-up form > div:not(.agree) > div input {
    line-height: 60px;
    font-size: 14px;
  }
  #container.sub.member .sign-up form > div:not(.agree) > div input[type="button"] {
    width: 90px;
    height: 40px;
    top: calc(50% - 20px);
    right: 5px;
  }
  #container.sub.member .sign-up form > div:not(.agree) .file-upload {
    height: 80px;
  }
  #container.sub.member .sign-up form > div:not(.agree) .file-upload .upload-name {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.member .sign-up form > div:not(.agree) .file-upload .btn {
    width: 60px;
    height: 40px;
    top: calc(50% - 20px);
    right: 5px;
    font-size: 14px;
  }
  #container.sub.member .sign-up form .policy {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 22px;
    margin: 30px 0 10px;
  }
  #container.sub.member .sign-up form .agree {
    margin-bottom: 60px;
  }
  #container.sub.member .sign-up form .agree p {
    font-size: 14px;
    line-height: 22px;
    padding-right: 22px;
    margin-top: 10px;
  }
  #container.sub.member .sign-up form .agree p:last-child {
    margin-top: 5px;
  }
  #container.sub.member .sign-up form .agree p label:after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }
  #container.sub.member .sign-up form input[type="submit"] {
    width: 70px;
    height: 40px;
    font-size: 14px;
  }
  #container.sub.member .complete .txt-box {
    margin-top: 180px;
  }
  #container.sub.member .complete .txt-box img {
    width: 100px;
  }
  #container.sub.member .complete .txt-box p {
    font-size: 22px;
    line-height: 30px;
  }
  #container.sub.member .complete .txt-box span {
    font-size: 14px;
    line-height: 22px;
  }
  #container.sub.member .complete .txt-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 40px;
    font-size: 14px;
    line-height: 22px;
  }
  .pc-only {
    display: none;
  }
  .ta-only {
    display: block;
  }
}

@media (max-width: 767px) {
  header #header-wrap {
    height: 60px;
  }
  header #gnb > ul {
    position: fixed;
    z-index: 10;
    max-width: 100%;
    width: 100%;
    top: 60PX;
    right: -100%;
    padding-top: 20px;
    height: 100vh;
    transition: all .6s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #ddd;
  }
  header #gnb > ul > li {
    width: 100%;
    height: auto;
    padding-left: 5%;
    position: static;
  }
  header #gnb > ul > li > a {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
    height: auto;
    pointer-events: none;
    justify-content: flex-start;
  }
  header #gnb > ul > li .sub-menu {
    opacity: 0;
    visibility: hidden;
    padding: 2px 0 0;
    width: 50%;
    top: 20px;
    left: 50%;
    height: auto;
    text-align: left;
    transition: all .3s;
    background-color: transparent;
    box-shadow: unset;
  }
  header #gnb > ul > li .sub-menu a {
    font-size: 18px;
    padding: 10px 0;
    font-weight: 500;
    color: #333;
  }
  header #gnb > ul > li .sub-menu.active {
    opacity: 1;
    visibility: visible;
  }
  header #gnb > ul > li.active > a {
    color: #FFB600;
  }
  header .util {
    margin-right: 60px;
  }
  header .util > li:nth-child(1) {
    margin-right: 10px;
    padding-right: 10px;
  }
  header .util > li:nth-child(1):after {
    height: 8px;
    top: calc(50% - 4px);
  }
  header .util > li:last-child {
    margin-left: 20px;
  }
  header .util > li > a,
  header .util > li p {
    font-size: 14px;
    line-height: 20px;
  }
  header .util > li svg {
    height: 22px;
  }
  header #menuicon + label {
    display: block;
    width: 28px;
    height: 18px;
    cursor: pointer;
    z-index: 20;
    position: absolute;
    right: 5%;
    top: 21px;
  }
  header #menuicon + label span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: calc(50% - 14px);
    transition: all .5s;
  }
  header #menuicon + label span:nth-child(1) {
    top: 0;
  }
  header #menuicon + label span:nth-child(2) {
    top: calc(50% - 1px);
  }
  header #menuicon + label span:nth-child(3) {
    bottom: 0;
  }
  header #menuicon:checked + label span {
    top: calc(50% - 1px);
  }
  header #menuicon:checked + label span:nth-child(1) {
    transform: rotate(45deg);
  }
  header #menuicon:checked + label span:nth-child(2) {
    opacity: 0;
  }
  header #menuicon:checked + label span:nth-child(3) {
    transform: rotate(-45deg);
  }
  header #menuicon:checked ~ ul {
    right: 0;
  }
  header.active #gnb > ul > li > a {
    color: #333;
  }
  header.active #gnb > ul > li.active > a {
    color: #FFB600;
  }
  header.active #menuicon + label span {
    background: #727171;
  }
  header.fixed #menuicon + label span {
    background: #727171;
  }
  footer #footer-wrap {
    max-width: 96%;
    flex-direction: column;
  }
  footer #footer-wrap .footer-logo {
    margin: 0 auto 20px;
  }
  footer #footer-wrap > div:nth-child(2) {
    width: auto;
    margin: 0 auto;
  }
  footer #footer-wrap > div:nth-child(2) address p:nth-child(1) {
    display: flex;
  }
  footer #footer-wrap > div:nth-child(2) address p:nth-child(1) span {
    margin-right: 4px;
  }
  footer #footer-wrap > div:nth-child(2) p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
  footer #footer-wrap > div:nth-child(2) p.copy {
    margin-top: 10px;
    text-align: center;
  }
  footer #footer-wrap > div:nth-child(2) p span {
    flex: none;
    margin-right: 2px;
  }
  footer #footer-wrap > div:nth-child(2) ul {
    column-gap: 6px;
  }
  footer #footer-wrap .partners {
    width: 100%;
    margin: 15px 0;
    flex-wrap: wrap;
    column-gap: 0;
  }
  footer #footer-wrap .partners a {
    width: 50%;
  }
  footer #footer-wrap .partners a img {
    height: 16px;
    margin: 0 auto;
  }
  #intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  #intro img {
    width: 240px;
    opacity: 0;
  }
  #container .more-btn {
    width: 120px;
    padding: 0 10px 0 30px;
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 56px;
    position: relative;
    z-index: 2;
  }
  #container .more-btn:before {
    content: "";
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    border-radius: 100%;
    left: 0;
    z-index: -1;
    opacity: .2;
  }
  #container .more-btn:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    border: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    right: 0;
    top: calc(50% - 4px);
  }
  #container .scroll {
    left: 5%;
    height: 80px;
  }
  #container .scroll:before {
    top: -15px;
  }
  @keyframes scroll_down {
    0% {
      bottom: 80px;
      height: 0px;
    }
    50% {
      bottom: 0px;
      height: 80px;
    }
    100% {
      bottom: 0px;
      height: 0px;
    }
  }
  #container.main .section.mvis #mvis-slider .title p {
    font-size: 26px;
    line-height: 34px;
  }
  #container.main .section.mvis #mvis-slider .title span {
    font-size: 14px;
    line-height: 20px;
  }
  #container.main .section.about {
    height: 1000px;
  }
  #container.main .section.about .inner {
    display: block;
  }
  #container.main .section.about .inner .title {
    font-size: 20px;
    line-height: 30px;
    padding-top: 80px;
  }
  #container.main .section.about .inner ul {
    grid-template-columns: 1fr;
    column-gap: 10px;
    row-gap: 60px;
    padding-top: 40px;
  }
  #container.main .section.about .inner ul li {
    height: 200px;
  }
  #container.main .section.about .inner ul li:nth-child(2) {
    transform: unset;
  }
  #container.main .section.about .inner ul li a h3 {
    font-size: 14px;
    line-height: 22px;
  }
  #container.main .section.about .inner ul li a p {
    font-size: 16px;
    line-height: 24px;
    margin: auto 0 10px;
  }
  #container.main .section.about .inner ul li a span {
    font-size: 14px;
    line-height: 20px;
  }
  #container.main .section.solution .inner .shape-wrap {
    width: 300px;
    height: 300px;
    margin-bottom: 40px;
  }
  #container.main .section.solution .inner .shape-wrap > p {
    font-size: 16px;
    line-height: 20px;
  }
  #container.main .section.solution .inner .shape-wrap ul li {
    font-size: 16px;
  }
  #container.main .section.solution .inner .shape-wrap ul li img {
    height: 30px;
  }
  #container.main .section.solution .inner .shape-wrap ul li p {
    margin-top: 5px;
  }
  #container.main .section.solution .inner .shape-wrap ul li:nth-child(1) {
    top: 70px;
    left: 40px;
  }
  #container.main .section.solution .inner .shape-wrap ul li:nth-child(2) {
    top: 70px;
    right: 40px;
  }
  #container.main .section.solution .inner .shape-wrap ul li:nth-child(3) {
    bottom: 20px;
  }
  #container.main .section.solution .inner .txt-box p {
    font-size: 20px;
    line-height: 30px;
  }
  #container.main .section.solution .inner .txt-box span {
    font-size: 14px;
    line-height: 20px;
  }
  #container.main .section.solution .inner .txt-box + ul {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    row-gap: 20px;
    justify-content: center;
  }
  #container.main .section.solution .inner .txt-box + ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  #container.main .section.differentiation div {
    padding: 0 10px;
    text-align: center;
  }
  #container.main .section.differentiation div p {
    font-size: 18px;
    line-height: 30px;
  }
  #container.main .section.differentiation div span {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0 20px;
  }
  #container.main .section.network .wrap .shape-wrap {
    width: 80px;
    top: 25vw;
    left: 12vw;
  }
  #container.main .section.network .wrap .shape-wrap .logo {
    width: 80px;
    height: 80px;
  }
  #container.main .section.network .wrap .shape-wrap .logo img {
    width: 50px;
  }
  #container.main .section.network .wrap .title {
    font-size: 20px;
    line-height: 30px;
    bottom: 160px;
  }
  #container.main .section.application {
    height: 600px;
  }
  #container.main .section.application p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #container.main .section.application img {
    width: 280px;
  }
  #container.sub .sub-header {
    padding-top: 100px;
    height: auto;
  }
  #container.sub .sub-header .inner {
    flex-direction: column;
    align-items: flex-start;
  }
  #container.sub .sub-header .inner .title {
    margin-bottom: 10px;
  }
  #container.sub .sub-header .inner .title h2 {
    font-size: 34px;
  }
  #container.sub .sub-header .inner #tab-menu > ul {
    column-gap: 30px;
  }
  #container.sub .sub-header .inner #tab-menu > ul > li > a {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 8px;
  }
  #container.sub .sub-header#sub-tab {
    margin-bottom: 60px;
  }
  #container.sub .sub-header#sub-tab .sub-tab a {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub .contents #svis .bg {
    padding-top: 200px;
  }
  #container.sub .contents #svis .inner .txt-box {
    top: 60px;
  }
  #container.sub .contents #svis .inner .txt-box p {
    font-size: 30px;
    line-height: 42px;
  }
  #container.sub.about .greeting .txt-box p {
    font-size: 30px;
    line-height: 42px;
  }
  #container.sub.about .greeting .section02 {
    height: auto;
  }
  #container.sub.about .greeting .section02 .inner {
    padding: 80px 0;
  }
  #container.sub.about .greeting .section02 .inner .txt-box p {
    font-size: 20px;
    line-height: 30px;
  }
  #container.sub.about .greeting .section02 .inner .txt-box span {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.about .greeting .section03 {
    height: 600px;
  }
  #container.sub.about .history .title {
    padding-bottom: 40px;
    font-size: 30px;
    line-height: 42px;
    margin-top: 40px;
  }
  #container.sub.about .history .section .inner {
    grid-template-columns: 1fr;
  }
  #container.sub.about .history .section .inner .section-nav {
    background-color: #fff;
    padding-bottom: 70px;
  }
  #container.sub.about .history .section .inner .section-nav h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  #container.sub.about .history .section .inner .section-nav ul {
    position: relative;
    background-color: #fff;
  }
  #container.sub.about .history .section .inner .section-nav ul li {
    position: absolute;
    top: 0;
    opacity: 0;
  }
  #container.sub.about .history .section .inner .section-nav ul li a span {
    font-size: 18px;
    line-height: 30px;
  }
  #container.sub.about .history .section .inner .section-nav ul li.active {
    opacity: 1;
  }
  #container.sub.about .history .section .inner .section-nav ul li.active a span {
    font-size: 20px;
    line-height: 30px;
  }
  #container.sub.about .history .section .inner .history-list > div {
    padding: 20px 0;
  }
  #container.sub.about .history .section .inner .history-list > div:last-child {
    padding-bottom: 80px;
  }
  #container.sub.about .history .section .inner .history-list > div .vis {
    margin-bottom: 20px;
  }
  #container.sub.about .history .section .inner .history-list > div .year {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #container.sub.about .history .section .inner .history-list > div .history-wrap .history-detail p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  #container.sub.about .history .section .inner .history-list > div .history-wrap .history-detail ul li {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.about .status .section {
    padding: 40px 0 80px;
  }
  #container.sub.about .status .section .inner .txt-box {
    top: -30px;
    right: 0;
    position: static;
  }
  #container.sub.about .status .section .inner .txt-box p {
    font-size: 20px;
    line-height: 30px;
  }
  #container.sub.about .status .section .inner .txt-box span {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.about .status .section .inner .chart {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, auto);
    row-gap: 20px;
    margin-top: 20px;
  }
  #container.sub.about .status .section .inner .chart li {
    font-size: 14px;
    line-height: 20px;
    position: relative;
  }
  #container.sub.about .status .section .inner .chart li .bar {
    border-radius: 0 30px 30px 0;
    padding: 5px 5px 0 0;
    height: 60px !important;
  }
  #container.sub.about .status .section .inner .chart li .bar i {
    width: 50px;
    height: 50px;
    margin: 0 0 0 auto;
  }
  #container.sub.about .status .section .inner .chart li .bar i img {
    transform: scale(0.6);
  }
  #container.sub.about .status .section .inner .chart li p {
    margin-top: 5px;
    position: static;
    width: auto;
    text-align: left;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(1) .bar, #container.sub.about .status .section .inner .chart li:nth-child(2) .bar, #container.sub.about .status .section .inner .chart li:nth-child(3) .bar {
    width: 320px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(4) .bar {
    width: 245px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(5) .bar {
    width: 208px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(6) .bar {
    width: 154px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(7) .bar {
    width: 105px;
  }
  #container.sub.about .differentiation .section {
    padding-top: 100px;
  }
  #container.sub.about .differentiation .section .inner .txt-box h4 {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.about .differentiation .section .inner .txt-box p {
    font-size: 20px;
    line-height: 30px;
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul {
    row-gap: 10px;
    margin-top: 20px;
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul li {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul li:before {
    width: 26px;
    height: 26px;
    left: -5px;
    top: calc(50% - 13px);
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul li.active {
    font-size: 16px;
    padding-left: 5px;
    margin: 5px 0;
  }
  #container.sub.about .differentiation .section01 .vis-wrap .vis {
    position: relative;
    width: 220px;
    height: 416px;
    top: unset;
    right: unset;
    margin: 20px auto 0;
  }
  #container.sub.about .differentiation .section02 ul {
    grid-template-columns: repeat(2, 140px);
    row-gap: 30px;
    column-gap: 40px;
    margin-top: 30px;
  }
  #container.sub.about .differentiation .section02 ul li img {
    width: 100%;
  }
  #container.sub.about .differentiation .section02 ul li p {
    font-size: 18px;
    line-height: 24px;
  }
  #container.sub.about .differentiation .section02 ul li span {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap {
    margin-top: 20px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap ul {
    width: 100%;
  }
  #container.sub.about .differentiation .section03 .vis-wrap ul li {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap ul li.active:before {
    width: calc(100% - 60px);
  }
  #container.sub.about .differentiation .section03 .vis-wrap ul li.active:after {
    left: calc(100% - 60px);
  }
  #container.sub.about .differentiation .section03 .vis-wrap .vis {
    position: relative;
    width: 300px;
    height: 416px;
    top: unset;
    right: unset;
    margin: 20px auto 0;
  }
  #container.sub.about .differentiation .section04 ul {
    row-gap: 30px;
    padding-bottom: 80px;
    grid-template-columns: 1fr;
  }
  #container.sub.about .differentiation .section04 ul li i {
    width: 80px;
    height: 80px;
  }
  #container.sub.about .differentiation .section04 ul li i img {
    transform: scale(0.6);
  }
  #container.sub.about .differentiation .section04 ul li p:nth-child(1) {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.about .differentiation .section04 ul li p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    margin: 2px 0;
  }
  #container.sub.about .differentiation .section04 ul li span {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.business .section {
    padding: 100px 0 80px;
  }
  #container.sub.business .section .txt-box h4 {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.business .section .txt-box p {
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0 10px;
  }
  #container.sub.business .section .txt-box span {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.business .section01 .circle-wrap {
    margin: 20px auto 0;
    flex-wrap: wrap;
    max-width: 340px;
    justify-content: center;
    column-gap: 10px;
  }
  #container.sub.business .section01 .circle-wrap li {
    width: 30%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    aspect-ratio: 1 / 1;
  }
  #container.sub.business .section02 .vis-wrap {
    margin-top: 20px;
  }
  #container.sub.business .section02 .vis-wrap ul {
    width: 100%;
  }
  #container.sub.business .section02 .vis-wrap ul li {
    height: 50px;
    font-size: 18px;
    line-height: 28px;
  }
  #container.sub.business .section02 .vis-wrap ul li.active:before {
    width: calc(100% - 60px);
  }
  #container.sub.business .section02 .vis-wrap ul li.active:after {
    left: calc(100% - 60px);
  }
  #container.sub.business .section02 .vis-wrap .vis {
    width: 300px;
    height: 416px;
    top: unset;
    right: unset;
    position: relative;
    margin: 0 auto;
  }
  #container.sub.customer .process #svis {
    margin-bottom: 40px;
  }
  #container.sub.customer .process .sub-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  #container.sub.customer .process .process-wrap {
    row-gap: 30px;
    margin-bottom: 80px;
    margin-left: 0;
  }
  #container.sub.customer .process .process-wrap > div {
    width: 100%;
    margin-right: 0;
  }
  #container.sub.customer .process .process-wrap > div i {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }
  #container.sub.customer .process .process-wrap > div i img {
    transform: scale(0.6);
  }
  #container.sub.customer .process .process-wrap > div p {
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.customer .process .process-wrap > div p:before {
    height: 20px;
    top: -20px;
  }
  #container.sub.customer .process .process-wrap > div ul {
    padding: 0 10px;
  }
  #container.sub.customer .process .process-wrap > div ul li {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.customer .inquiry {
    margin-bottom: 80px;
  }
  #container.sub.customer .inquiry .sub-title {
    padding-bottom: 10px;
    margin: 30px 0 10px;
  }
  #container.sub.customer .inquiry .sub-title .inner {
    flex-direction: column;
    align-items: flex-start;
  }
  #container.sub.customer .inquiry .sub-title .inner p {
    font-size: 18px;
    line-height: 28px;
  }
  #container.sub.customer .inquiry .sub-title .inner span {
    font-size: 14px;
    line-height: 20px;
    margin-left: 0;
  }
  #container.sub.customer .inquiry form > div {
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: 10px;
  }
  #container.sub.customer .inquiry form > div div label {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.customer .inquiry form > div div input {
    line-height: 40px;
    font-size: 14px;
  }
  #container.sub.customer .inquiry form > p {
    margin: 20px 0 40px;
  }
  #container.sub.customer .location {
    margin-bottom: 80px;
  }
  #container.sub.customer .location .inner {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  #container.sub.customer .location .inner .sub-title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #container.sub.customer .location .inner ul li {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.customer .location .inner ul li img {
    margin-right: 5px;
    height: 20px;
  }
  #container.sub.customer .location .inner .root_daum_roughmap {
    order: -1;
    height: 240px;
  }
  #container.sub.customer .resources {
    margin-bottom: 80px;
  }
  #container.sub.customer .resources .board-list {
    margin-top: 40px;
  }
  #container.sub.customer .resources .board-list table {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.customer .resources .board-list table tr {
    height: 40px;
  }
  #container.sub.customer .resources .board-list table tr td:nth-child(1) {
    width: 40px;
  }
  #container.sub.customer .resources .board-list table tr td:nth-child(3) {
    width: 60px;
  }
  #container.sub.customer .resources .board-list table tr td a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
    display: block;
  }
  #container.sub.customer .resources .search-wrap form .select-box select {
    width: 60px;
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.customer .resources .search-wrap form .search-box input[type="text"] {
    width: 180px;
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.customer .resources .pagination {
    margin-top: 20px;
  }
  #container.sub.customer .resources .pagination li a {
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.customer .resources .pagination li.arrow-btn a {
    width: 24px;
    height: 24px;
  }
  #container.sub.customer .resources .pagination li.arrow-btn a svg {
    width: 10px;
  }
  #container.sub.customer .resources .pagination li.arrow-btn.prev {
    margin-right: 15px;
  }
  #container.sub.customer .resources .pagination li.arrow-btn.next {
    margin-left: 15px;
  }
  #container.sub.customer .resources .board-view {
    margin-top: 40px;
  }
  #container.sub.customer .resources .board-view .con-title {
    padding: 15px 10px;
  }
  #container.sub.customer .resources .board-view .con-title .title {
    font-size: 18px;
  }
  #container.sub.customer .resources .board-view .con-title .date {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.customer .resources .board-view .con-txt {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.application {
    margin-bottom: 80px;
  }
  #container.sub.application #svis .inner .txt-box p {
    font-size: 28px;
    line-height: 36px;
  }
  #container.sub.application .contents .section01 {
    margin-top: 40px;
  }
  #container.sub.application .contents .section01 .inner {
    flex-direction: column;
  }
  #container.sub.application .contents .section01 .inner .txt-box {
    margin: 0 0 20px;
  }
  #container.sub.application .contents .section01 .inner .txt-box p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  #container.sub.application .contents .section01 .inner .txt-box span {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.application .contents .section01 .inner ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 60px;
  }
  #container.sub.application .contents .section01 .inner ul li {
    text-align: center;
    width: 240px;
  }
  #container.sub.application .contents .section01 .inner ul li > img {
    margin: 5px auto 10px;
  }
  #container.sub.member {
    margin-bottom: 100px;
  }
  #container.sub.member .sub-header {
    margin-bottom: 60px;
  }
  #container.sub.member .sub-header .title {
    margin: 0 auto;
  }
  #container.sub.member .login form {
    max-width: 360px;
    width: 90%;
  }
  #container.sub.member .login form div {
    grid-template-columns: 60px 1fr;
  }
  #container.sub.member .login form div label {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.member .login form div input {
    line-height: 60px;
    font-size: 14px;
  }
  #container.sub.member .login .util {
    padding-left: 0;
    margin: 20px 0 40px;
  }
  #container.sub.member .login .util a {
    font-size: 14px;
  }
  #container.sub.member .login .util ul li:nth-child(1) {
    margin-right: 10px;
    padding-right: 10px;
  }
  #container.sub.member .login input[type="submit"] {
    width: 100px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.member .login.find form > p {
    margin: 10px 0 30px;
  }
  #container.sub.member .join .inner {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  #container.sub.member .join .inner div {
    padding: 30px 0 20px;
  }
  #container.sub.member .join .inner div img {
    height: 30px;
  }
  #container.sub.member .join .inner div p {
    font-size: 18px;
    margin: 20px 0 0;
  }
  #container.sub.member .join .inner div span {
    font-size: 14px;
  }
  #container.sub.member .join .inner div a {
    margin: 10px auto 0;
  }
  #container.sub.member .sign-up .sub-title {
    padding-bottom: 10px;
    margin: 30px 0 10px;
    font-size: 18px;
    line-height: 28px;
  }
  #container.sub.member .sign-up form > div:not(.agree) {
    grid-template-columns: 1fr;
  }
  #container.sub.member .sign-up form > div:not(.agree) > div label {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.member .sign-up form > div:not(.agree) > div input[type="button"] {
    width: 80px;
    height: 36px;
    top: calc(50% - 18px);
    right: 5px;
    font-size: 12px;
  }
  #container.sub.member .sign-up form > div:not(.agree) .file-upload {
    height: 60px;
  }
  #container.sub.member .sign-up form > div:not(.agree) .file-upload .upload-name {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.member .sign-up form > div:not(.agree) .file-upload .btn {
    width: 50px;
    height: 36px;
    top: calc(50% - 18px);
    right: 5px;
    font-size: 12px;
  }
  #container.sub.member .sign-up form .policy {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 5px;
  }
  #container.sub.member .sign-up form .agree {
    margin-bottom: 40px;
  }
  #container.sub.member .sign-up form .agree p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
  }
  #container.sub.member .sign-up form .agree p label:after {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
  #container.sub.member .complete .txt-box {
    margin-top: 160px;
  }
  #container.sub.member .complete .txt-box img {
    width: 80px;
  }
  #container.sub.member .complete .txt-box p {
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0 5px;
  }
  #container.sub.member .complete .txt-box span {
    font-size: 14px;
    line-height: 20px;
  }
  #container.sub.member .complete .txt-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
    margin: 30px auto 0;
  }
  .ta-only {
    display: none;
  }
  .mo-only {
    display: block;
  }
}

@media (max-width: 320px) {
  header .util {
    margin-right: 80px;
  }
  header .util > li:nth-child(1) {
    margin-right: 8px;
    padding-right: 8px;
  }
  header .util > li:last-child {
    margin-left: 15px;
  }
  footer #footer-wrap .footer-logo {
    margin: 0 auto 10px;
  }
  footer #footer-wrap > div:nth-child(2) {
    width: auto;
    margin: 0 auto;
  }
  footer #footer-wrap > div:nth-child(2) p {
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px;
  }
  footer #footer-wrap > div:nth-child(2) ul {
    column-gap: 4px;
  }
  #intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  #intro img {
    width: 240px;
    opacity: 0;
  }
  #container.main .section.mvis #mvis-slider .title p {
    font-size: 24px;
    line-height: 32px;
  }
  #container.main .section.mvis #mvis-slider .title span {
    font-size: 13px;
    line-height: 18px;
  }
  #container.main .section.about {
    height: 1000px;
  }
  #container.main .section.about .inner .title {
    font-size: 18px;
    line-height: 28px;
  }
  #container.main .section.about .inner ul li a p {
    font-size: 15px;
    line-height: 22px;
  }
  #container.main .section.about .inner ul li a span {
    font-size: 13px;
    line-height: 18px;
  }
  #container.main .section.solution {
    height: 660px;
  }
  #container.main .section.solution .inner .txt-box p {
    font-size: 18px;
    line-height: 28px;
  }
  #container.main .section.solution .inner .txt-box span {
    font-size: 13px;
    line-height: 18px;
  }
  #container.main .section.solution .inner .txt-box + ul li a {
    font-size: 13px;
    line-height: 18px;
  }
  #container.main .section.differentiation div p {
    font-size: 17px;
    line-height: 28px;
  }
  #container.main .section.differentiation div span {
    font-size: 14px;
    line-height: 22px;
  }
  #container.main .section.network .wrap .title {
    font-size: 18px;
    line-height: 28px;
    bottom: 140px;
  }
  #container.main .section.application p {
    font-size: 18px;
    line-height: 28px;
  }
  #container.sub .sub-header .inner .title h2 {
    font-size: 28px;
  }
  #container.sub .sub-header .inner #tab-menu > ul > li > a {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub .sub-header#sub-tab .sub-tab a {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub .contents #svis .bg {
    padding-top: 180px;
  }
  #container.sub .contents #svis .inner .txt-box p {
    font-size: 26px;
    line-height: 34px;
  }
  #container.sub.about .greeting .txt-box p {
    font-size: 26px;
    line-height: 34px;
  }
  #container.sub.about .greeting .section02 .inner {
    padding: 60px 0;
  }
  #container.sub.about .greeting .section02 .inner .txt-box p {
    font-size: 18px;
    line-height: 28px;
  }
  #container.sub.about .greeting .section02 .inner .txt-box span {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.about .greeting .section03 {
    height: 500px;
  }
  #container.sub.about .history .title {
    padding-bottom: 30px;
    font-size: 26px;
    line-height: 34px;
    margin-top: 30px;
  }
  #container.sub.about .history .section .inner .section-nav h4 {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.about .history .section .inner .section-nav ul li a span {
    font-size: 17px;
    line-height: 28px;
  }
  #container.sub.about .history .section .inner .section-nav ul li.active a span {
    font-size: 18px;
    line-height: 28px;
  }
  #container.sub.about .history .section .inner .history-list > div {
    padding: 20px 0;
  }
  #container.sub.about .history .section .inner .history-list > div:last-child {
    padding-bottom: 80px;
  }
  #container.sub.about .history .section .inner .history-list > div .vis {
    margin-bottom: 20px;
  }
  #container.sub.about .history .section .inner .history-list > div .year {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  #container.sub.about .history .section .inner .history-list > div .history-wrap .history-detail p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  #container.sub.about .history .section .inner .history-list > div .history-wrap .history-detail ul li {
    font-size: 12px;
    line-height: 16px;
  }
  #container.sub.about .status .section {
    padding: 30px 0 60px;
  }
  #container.sub.about .status .section .inner .txt-box {
    top: -20px;
  }
  #container.sub.about .status .section .inner .txt-box p {
    font-size: 18px;
    line-height: 28px;
  }
  #container.sub.about .status .section .inner .txt-box span {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.about .status .section .inner .chart {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(1) .bar, #container.sub.about .status .section .inner .chart li:nth-child(2) .bar, #container.sub.about .status .section .inner .chart li:nth-child(3) .bar {
    width: 280px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(4) .bar {
    width: 214px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(5) .bar {
    width: 182px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(6) .bar {
    width: 134px;
  }
  #container.sub.about .status .section .inner .chart li:nth-child(7) .bar {
    width: 92px;
  }
  #container.sub.about .differentiation .section {
    padding-top: 80px;
  }
  #container.sub.about .differentiation .section .inner .txt-box h4 {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.about .differentiation .section .inner .txt-box p {
    font-size: 18px;
    line-height: 28px;
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul li {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.about .differentiation .section01 .vis-wrap ul li.active {
    font-size: 14px;
    padding-left: 4px;
  }
  #container.sub.about .differentiation .section02 ul {
    grid-template-columns: repeat(2, 140px);
    column-gap: 20px;
    margin-top: 20px;
  }
  #container.sub.about .differentiation .section02 ul li p {
    font-size: 16px;
  }
  #container.sub.about .differentiation .section02 ul li span {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.about .differentiation .section03 .vis-wrap ul li {
    font-size: 15px;
  }
  #container.sub.about .differentiation .section04 ul li p:nth-child(1) {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.about .differentiation .section04 ul li p:nth-child(2) {
    font-size: 15px;
  }
  #container.sub.about .differentiation .section04 ul li span {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.business .section {
    padding: 80px 0 60px;
  }
  #container.sub.business .section .txt-box h4 {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.business .section .txt-box p {
    font-size: 17px;
    line-height: 28px;
  }
  #container.sub.business .section .txt-box span {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.business .section01 .circle-wrap li {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.business .section02 .vis-wrap ul li {
    font-size: 16px;
  }
  #container.sub.customer .process .sub-title {
    font-size: 16px;
    line-height: 24px;
  }
  #container.sub.customer .process .process-wrap > div p {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.customer .process .process-wrap > div ul li {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.customer .inquiry {
    margin-bottom: 60px;
  }
  #container.sub.customer .inquiry .sub-title {
    font-size: 16px;
    line-height: 24px;
  }
  #container.sub.customer .inquiry form > div div {
    grid-template-columns: 70px auto;
  }
  #container.sub.customer .inquiry form > div div label {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.customer .inquiry form > div div input {
    font-size: 13px;
  }
  #container.sub.customer .location .inner .sub-title {
    font-size: 16px;
    line-height: 24px;
  }
  #container.sub.customer .location .inner ul li {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.customer .location .inner .root_daum_roughmap {
    height: 200px;
  }
  #container.sub.customer .resources {
    margin-bottom: 60px;
  }
  #container.sub.customer .resources .board-list table {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.customer .resources .board-list table tr td a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
    display: block;
  }
  #container.sub.customer .resources .search-wrap form .select-box select {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.customer .resources .search-wrap form .search-box input[type="text"] {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.customer .resources .pagination li a {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.customer .resources .board-view .con-title .title {
    font-size: 16px;
  }
  #container.sub.customer .resources .board-view .con-title .date {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.customer .resources .board-view .con-txt {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.application {
    margin-bottom: 60px;
  }
  #container.sub.application #svis .inner p {
    font-size: 22px;
    line-height: 30px;
  }
  #container.sub.application .contents .inner .txt-box p {
    font-size: 16px;
    line-height: 24px;
  }
  #container.sub.application .contents .inner .txt-box span {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.application .contents .inner ul {
    row-gap: 40px;
  }
  #container.sub.member {
    margin-bottom: 80px;
  }
  #container.sub.member .sub-header {
    margin-bottom: 40px;
  }
  #container.sub.member .login form div {
    grid-template-columns: 60px 1fr;
  }
  #container.sub.member .login form div label {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.member .login form div input {
    line-height: 50px;
    font-size: 13px;
  }
  #container.sub.member .login .util {
    margin: 20px 0 40px;
  }
  #container.sub.member .login .util a,
  #container.sub.member .login .util p {
    font-size: 12px;
  }
  #container.sub.member .login .util ul li:nth-child(1) {
    margin-right: 8px;
    padding-right: 8px;
  }
  #container.sub.member .login input[type="submit"] {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.member .login.find form > p {
    font-size: 12px;
  }
  #container.sub.member .join .inner {
    row-gap: 10px;
  }
  #container.sub.member .join .inner div {
    padding: 20px 0 10px;
  }
  #container.sub.member .join .inner div p {
    font-size: 16px;
  }
  #container.sub.member .join .inner div span {
    font-size: 12px;
  }
  #container.sub.member .sign-up .sub-title {
    font-size: 16px;
    line-height: 24px;
  }
  #container.sub.member .sign-up form > div:not(.agree) > div label {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.member .sign-up form > div:not(.agree) > div input {
    font-size: 12px;
  }
  #container.sub.member .sign-up form > div:not(.agree) > div input[type="button"] {
    width: 70px;
    height: 36px;
    top: calc(50% - 18px);
    right: 5px;
    font-size: 11px;
  }
  #container.sub.member .sign-up form > div:not(.agree) .file-upload {
    height: 60px;
  }
  #container.sub.member .sign-up form > div:not(.agree) .file-upload .upload-name {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.member .sign-up form > div:not(.agree) .file-upload .btn {
    width: 50px;
    height: 36px;
    top: calc(50% - 18px);
    right: 5px;
    font-size: 12px;
  }
  #container.sub.member .sign-up form .policy {
    font-size: 13px;
    line-height: 18px;
  }
  #container.sub.member .sign-up form .agree p {
    font-size: 13px;
    line-height: 18px;
  }
}
