@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
.inner {
  margin: 0 auto;
  width: 1560px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.inner .filter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner .filter-wrap .total {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.inner .filter-wrap .search {
  padding: 0 20px;
  height: 50px;
  width: 300px;
  border: 1px solid #d4d4d4;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  background: url("/static/img/sub/ico_search.svg") no-repeat right 20px center;
  outline: none;
}
.inner .filter-wrap .search::-moz-placeholder {
  color: #999;
}
.inner .filter-wrap .search::placeholder {
  color: #999;
}

.section-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.section-title-wrap.row {
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
.section-title-wrap .title-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-title-wrap .title-wrap .en {
  font-weight: 700;
  font-size: 30px;
  font-weight: 700;
  font-size: 30px;
  color: #DE2B26;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  /* 35px */
}
.section-title-wrap .title-wrap .title {
  font-size: 70px;
  line-height: 120%;
  text-transform: uppercase;
  color: #1B2A3B;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 78px */
}
.section-title-wrap .desc {
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #111111;
}
.section-title-wrap .more-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-title-wrap .more-btn img {
  width: 59px;
  height: auto;
}
.section-title-wrap .more-btn .desc {
  font-size: 18px;
  font-weight: 400;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  border-bottom: 1px solid transparent;
  transition: background 0.3s, height 0.3s, border-color 0.3s;
}
.header:hover {
  background: #ffffff;
  border-bottom: 1px solid #32BBD5;
}
.header:hover::after {
  opacity: 1;
  visibility: visible;
}
.header:hover .inner .logo a {
  background: url(/static/img/common/logo_c.png) no-repeat center center;
  width: 100%;
  height: 100%;
}
.header:hover .inner .nav .gnb > li > a {
  color: #000;
}
.header:hover .inner .nav .gnb > li > .lnb {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  color: #000;
}
.header:hover .language .ico {
  width: 24px;
  height: 24px;
  background: url("/static/img/common/globe_w.svg") no-repeat center contain;
  filter: invert(1);
  -webkit-filter: invert(1);
}
.header:hover .language .btn .language-btn {
  color: #000 !important;
}
.header::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 33rem;
  background: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.header .inner {
  width: 100%;
  max-width: 1560px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.header .inner .logo {
  height: 80px;
  width: 218px;
  flex-shrink: 0;
}
.header .inner .logo > a {
  background: url("/static/img/common/logo_w.png") no-repeat center;
  display: block;
  width: 100%;
  height: 100%;
  transform: translateX(-2rem);
  -webkit-transform: translateX(-2rem);
  -moz-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
}
.header .inner .nav .sidebar-close {
  display: none;
}
.header .inner .nav .sidebar-language {
  display: none;
}
.header .inner .nav .gnb {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  height: 120px;
}
.header .inner .nav .gnb > li {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.header .inner .nav .gnb > li > .dep-01 {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: flex;
  height: 120px;
  align-items: center;
}
.header .inner .nav .gnb > li > .dep-01:hover {
  color: #0078D9;
}
.header .inner .nav .gnb > li > .lnb {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  white-space: nowrap;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.header .inner .nav .gnb > li > .lnb li {
  padding: 1rem 0;
}
.header .inner .nav .gnb > li > .lnb .dep-02 {
  color: rgb(0, 0, 0);
  line-height: 160%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: color 0.3s;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 26.6px */
}
.header .inner .nav .gnb > li > .lnb .dep-02:hover {
  color: #0078D9;
  font-weight: bold;
}
.header .inner .language {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header .inner .language .ico {
  width: 24px;
  height: 24px;
  background: url("/static/img/common/globe_w.svg") no-repeat center/contain;
}
.header .inner .language .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .inner .language .btn .language-btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
}
.header .allmenu {
  display: none;
}
.header.white {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.header.white:hover {
  background: #ffffff;
  border-bottom: 1px solid #32BBD5;
}
.header.white:hover .inner .nav .gnb > li > .dep-01 {
  color: #000000;
}
.header.white:hover .inner .language .btn .language-btn {
  color: #000000;
}
.header.white::after {
  background: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.header.white .inner .logo > a {
  background-image: url("/static/img/common/logo_c.png");
}
.header.white .inner .nav .gnb > li > .dep-01 {
  color: #111;
}
.header.white .inner .language .ico {
  filter: invert(1) brightness(0);
}
.header.white .inner .language .btn .language-btn {
  color: #111;
}
.header.white .inner .nav .gnb > li > .lnb .dep-02 {
  color: #000;
}
.header.white .inner .nav .gnb > li > .lnb .dep-02:hover {
  color: #0078D9;
}

.footer .inner {
  padding-top: 100px;
  padding-bottom: 120px;
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer .content-wrap {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-bottom: 1px solid #ccc;
}
.footer .content-wrap .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .content-wrap .footer-top .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.footer .content-wrap .footer-top .footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.footer .content-wrap .footer-top .footer-menu > li > a {
  font-size: 24px;
  font-weight: 600;
  color: #555;
  line-height: 1;
  display: flex;
  align-items: center;
}
.footer .content-wrap .footer-bottom {
  display: flex;
  gap: 13rem;
}
.footer .content-wrap .footer-bottom > div {
  display: flex;
  flex-direction: column;
  align-items: left;
}
.footer .content-wrap .footer-bottom > div div {
  margin-bottom: 1rem;
}
.footer .content-wrap .footer-bottom > div p {
  display: inline-block;
  font-size: 20px;
  line-height: 180%;
  color: #555;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  margin-right: 2rem;
}
.footer .content-wrap .footer-bottom > div b {
  display: inline-block;
  min-width: 5rem;
  margin-right: 1rem;
  font-weight: 700;
}
.footer .copy {
  font-size: 20px;
  color: #555;
  line-height: 120%;
}
.footer {
  position: relative;
}
.footer .btn-top {
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 72px;
  height: 73px;
  background: #DE2B26;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, left 0.3s, right 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1607843137);
}
.footer .btn-top img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .btn-top.show {
  opacity: 1;
  visibility: visible;
}
.footer .btn-top.at-footer {
  position: absolute;
  top: 0;
  bottom: auto;
  right: 60px;
  left: auto;
  transform: translateY(-50%);
}

@media all and (max-width: 47.9375rem) {
  .footer .content-wrap .footer-bottom {
    display: block;
  }
  .footer .content-wrap .footer-bottom > div p {
    font-size: 16px;
  }
}
.content-wrap.main section {
  overflow: hidden;
}
.content-wrap.main .business {
  overflow: hidden;
}
.content-wrap.main .section-hero .heroSwiper {
  width: 100%;
  height: 100vh;
}
.content-wrap.main .section-hero .heroSwiper .swiper-slide .container {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
}
.content-wrap.main .section-hero .heroSwiper .swiper-slide .container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .section-hero .heroSwiper .swiper-slide .container .video-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.content-wrap.main .section-hero .heroSwiper .swiper-slide .container .video-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130vw;
  height: 56.25vw;
  min-height: 100vh;
  pointer-events: none;
  min-width: 213vh;
  transform: translate(-50%, -50%) scale(1.35);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) scale(1.35);
  -moz-transform: translate(-50%, -50%) scale(1.35);
  -ms-transform: translate(-50%, -50%) scale(1.35);
  -o-transform: translate(-50%, -50%) scale(1.35);
}
.content-wrap.main .section-hero .heroSwiper .hero-text-wrap {
  width: 100%;
  max-width: 1560px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
.content-wrap.main .section-hero .heroSwiper .hero-text-wrap .hero-title {
  color: #fff;
  font-weight: 700;
  font-size: 90px;
  line-height: 120%;
}
.content-wrap.main .section-hero .heroSwiper .hero-text-wrap .hero-sub {
  color: #FFF;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 auto;
  /* 42px */
}
.content-wrap.main .section-hero .heroSwiper {
  /* scrolldown */
}
.content-wrap.main .section-hero .heroSwiper .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 10rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 99;
}
.content-wrap.main .section-hero .heroSwiper .scroll-down .txt {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.content-wrap.main .section-hero .heroSwiper .scroll-down .object {
  position: relative;
  margin: 1rem auto 0;
  width: 1.5rem;
  height: 2.25rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 0.2rem solid #fff;
}
.content-wrap.main .section-hero .heroSwiper .scroll-down .circle {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: #fff;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  left: 51.135%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 0.4rem;
  animation: scroll 0.8s infinite alternate ease;
  -webkit-animation: scroll 0.8s infinite alternate ease;
}
@keyframes scroll {
  0% {
    top: 0.4rem;
  }
  100% {
    top: 1.1rem;
  }
}
.content-wrap.main .section-hero .heroSwiper .hero-progress {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  height: 3px;
  background: #999;
  z-index: 10;
}
.content-wrap.main .section-hero .heroSwiper .hero-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: #DE2B26;
}
.content-wrap.main .challenge {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.content-wrap.main .challenge .inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.content-wrap.main .challenge .inner .title {
  color: #1B2A3B;
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 78px */
  text-transform: uppercase;
}
.content-wrap.main .challenge .inner .sub-title {
  color: #DE2B26;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  /* 35px */
}
.content-wrap.main .challenge .inner .chanllenge-img {
  width: 240px;
  height: 140px;
  background: url("/static/img/main/challenge.png") no-repeat center/cover;
}
.content-wrap.main .challenge .challenge-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 140px;
  background: url("/static/img/main/challenge.png") no-repeat center/cover;
  z-index: 1;
}
.content-wrap.main .challenge .title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: end;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  opacity: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 130%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 1560px;
  padding: 0 4rem;
}
.content-wrap.main .challenge .title-box .sub-title {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 35px */
}
.content-wrap.main .challenge .text-box {
  position: absolute;
  left: 20%;
  bottom: 10%;
  z-index: 3;
  display: flex;
  opacity: 0;
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 1560px;
  padding: 0 4rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  justify-content: flex-start;
}
.content-wrap.main .challenge .text-box div {
  display: flex;
  width: 200px;
  height: 200px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3%;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  margin-right: 2rem;
}
@media all and (max-width: 85.375rem) {
  .content-wrap.main .content-wrap.main .challenge .title-box {
    top: 40%;
  }
}
@media all and (max-width: 47.9375rem) {
  .content-wrap.main .section-hero .hero-text-wrap .hero-title {
    color: #fff;
    font-weight: 700;
    font-size: 70px;
    line-height: 120%;
  }
  .content-wrap.main .challenge {
    height: 100vh;
  }
  .content-wrap.main .challenge .inner .title {
    width: 80%;
    text-align: center;
  }
  .content-wrap.main .challenge .title-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1560px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: end;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    opacity: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 130%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 1560px;
    padding: 0 4rem;
  }
  .content-wrap.main .challenge .title-box .sub-title {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    /* 35px */
  }
  .content-wrap.main .challenge .text-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .content-wrap.main .challenge .text-box div {
    width: 120px;
    height: 120px;
  }
  .content-wrap.main .challenge .text-box div:nth-child(2) {
    border: 1px solid rgba(255, 255, 255, 0.6117647059);
    color: rgba(255, 255, 255, 0.6117647059);
  }
  .content-wrap.main .challenge .text-box div:nth-child(3) {
    border: 1px solid rgba(255, 255, 255, 0.2823529412);
    color: rgba(255, 255, 255, 0.2823529412);
  }
}
.content-wrap.main .challenge.active .text-box div {
  animation: textSlide 0.4s ease forwards;
  animation-delay: 0.5s;
  -webkit-animation: textSlide 0.4s ease forwards;
}
@keyframes textSlide {
  0% {
    margin-right: 2rem;
    opacity: 0;
  }
  100% {
    margin-right: -3rem;
    opacity: 1;
  }
}
.content-wrap.main .esg {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.content-wrap.main .esg .inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  gap: 40px;
  top: 0%;
  left: 0%;
  max-width: 1560px;
  padding: 0 2rem;
  z-index: 100;
}
.content-wrap.main .esg .inner .title {
  color: #ffffff;
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 78px */
  text-transform: uppercase;
}
.content-wrap.main .esg .inner .sub-title {
  color: #ffffff;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  /* 35px */
}
.content-wrap.main .esg .esg-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background: url("/static/img/main/sec-4.png") no-repeat center/cover;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.content-wrap.main .esg .bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(10, 113, 196, 0.92) 0%, rgba(10, 113, 196, 0.92) 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 2;
}
.content-wrap.main .esg .title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1560px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: end;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  opacity: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 130%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 1560px;
  padding: 0 4rem;
}
.content-wrap.main .esg .title-box .sub-title {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 35px */
}
.content-wrap.main .esg .text-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 500;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  opacity: 0;
}
.content-wrap.main .esg .text-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  line-height: 1.5;
  opacity: 0.3;
  transform: translateY(3rem);
  -webkit-transform: translateY(3rem);
  -moz-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  z-index: 1000;
}
.content-wrap.main .esg .text-box a:hover {
  opacity: 1;
}
.content-wrap.main .esg .text-box a.active {
  opacity: 1;
}
.content-wrap.main .esg .scrolling-wrapper {
  overflow: hidden;
  margin-top: 0rem;
  position: absolute;
  bottom: 0;
  z-index: 999;
}
.content-wrap.main .esg .scrolling-wrapper .track {
  display: flex;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.content-wrap.main .esg .scrolling-wrapper .track .img {
  display: block;
  width: 310rem;
  margin-right: 10rem;
}
.content-wrap.main .esg .scrolling-wrapper .track .img img {
  display: block;
}
@media all and (max-width: 47.9375rem) {
  .content-wrap.main .esg .text-box a {
    font-size: 28px;
  }
}
.content-wrap.main .business .inner {
  padding-top: 22rem;
  padding-bottom: 180px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}
.content-wrap.main .business .inner .business-list {
  display: flex;
  gap: 50px;
}
.content-wrap.main .business .inner .business-list .business-item {
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex-shrink: 0;
}
.content-wrap.main .business .inner .business-list .business-item .business-img {
  width: 102rem;
  height: 51rem;
  background: no-repeat center/cover;
  flex-shrink: 0;
  background-size: cover;
}
.content-wrap.main .business .inner .business-list .business-item .business-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.content-wrap.main .business .inner .business-list .business-item .business-text .business-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
  color: #000;
}
.content-wrap.main .business .inner .business-list .business-item .business-text .business-desc {
  font-size: 20px;
  line-height: 150%;
  color: #000;
}
.content-wrap.main .business .inner .business-arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
  pointer-events: none;
}
.content-wrap.main .business .inner .business-arrow .arrow {
  pointer-events: auto;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  border: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content-wrap.main .business .inner .business-arrow .arrow img {
  display: block;
}
.content-wrap.main .business .inner .business-arrow .arrow:hover {
  background: rgba(0, 0, 0, 0.55);
}
.content-wrap.main .business .inner .business-arrow .arrow:active {
  transform: scale(0.96);
}
@media all and (max-width: 47.9375rem) {
  .content-wrap.main .business .inner .business-arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-wrap.main .business .inner .business .business-arrow {
    padding: 0 1.6rem;
  }
  .content-wrap.main .business .inner .business .business-arrow .arrow {
    width: 4.4rem;
    height: 4.4rem;
  }
  .content-wrap.main .business .inner .business .business-arrow .arrow img {
    width: 2rem;
    height: 2rem;
  }
}
.content-wrap.main .business .business-scrollbar {
  position: absolute;
  bottom: 10rem;
  left: 57%;
  transform: translateX(-50%);
  width: 90%;
  height: 2px;
  background: #CDD4DA;
  border-radius: 2px;
  overflow: hidden;
}
.content-wrap.main .business .business-scrollbar .bar {
  width: 0%;
  height: 100%;
  background: #1B2A3B;
}
@media all and (max-width: 47.9375rem) {
  .content-wrap.main .business .business-scrollbar {
    display: none;
  }
}
.content-wrap.main .plant .inner {
  padding-top: 22rem;
  padding-bottom: 180px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}
.content-wrap.main .plant .inner .plant-list {
  display: flex;
  gap: 50px;
}
.content-wrap.main .plant .inner .plant-list .plant-item {
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex-shrink: 0;
}
.content-wrap.main .plant .inner .plant-list .plant-item .plant-img {
  width: 102rem;
  height: 51rem;
  background: no-repeat center/cover;
  flex-shrink: 0;
  background-size: cover;
}
.content-wrap.main .plant .inner .plant-list .plant-item .plant-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.content-wrap.main .plant .inner .plant-list .plant-item .plant-text .plant-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
  color: #000;
}
.content-wrap.main .plant .inner .plant-list .plant-item .plant-text .plant-desc {
  font-size: 20px;
  line-height: 150%;
  color: #000;
}
.content-wrap.main .plant .inner .plant-arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
  pointer-events: none;
}
.content-wrap.main .plant .inner .plant-arrow .arrow1 {
  pointer-events: auto;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  border: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content-wrap.main .plant .inner .plant-arrow .arrow1 img {
  display: block;
}
.content-wrap.main .plant .inner .plant-arrow .arrow1:hover {
  background: rgba(0, 0, 0, 0.55);
}
.content-wrap.main .plant .inner .plant-arrow .arrow1:active {
  transform: scale(0.96);
}
@media all and (max-width: 47.9375rem) {
  .content-wrap.main .plant .inner .plant-arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-wrap.main .plant .inner .plant .plant-arrow {
    padding: 0 1.6rem;
  }
  .content-wrap.main .plant .inner .plant .plant-arrow .arrow1 {
    width: 4.4rem;
    height: 4.4rem;
  }
  .content-wrap.main .plant .inner .plant .plant-arrow .arrow1 img {
    width: 2rem;
    height: 2rem;
  }
}
.content-wrap.main .plant .plant-scrollbar {
  position: absolute;
  bottom: 10rem;
  left: 57%;
  transform: translateX(-50%);
  width: 90%;
  height: 2px;
  background: #CDD4DA;
  border-radius: 2px;
  overflow: hidden;
}
.content-wrap.main .plant .plant-scrollbar .bar {
  width: 0%;
  height: 100%;
  background: #1B2A3B;
}
@media all and (max-width: 47.9375rem) {
  .content-wrap.main .plant .plant-scrollbar {
    display: none;
  }
}
@media all and (min-width: 120.0625rem) {
  .content-wrap.main .plant .plant-scrollbar,
  .content-wrap.main .business .business-scrollbar {
    position: absolute;
    bottom: 4rem;
    left: 65%;
    transform: translateX(-50%);
    width: 90%;
    height: 2px;
    background: #CDD4DA;
    border-radius: 2px;
    overflow: hidden;
  }
}
@media all and (max-width: 85.375rem) {
  .content-wrap.main .plant .plant-scrollbar,
  .content-wrap.main .business .business-scrollbar {
    position: absolute;
    bottom: 4rem;
    left: 60%;
    transform: translateX(-50%);
    width: 90%;
    height: 4px;
    background: #CDD4DA;
    border-radius: 2px;
    overflow: hidden;
  }
}
.content-wrap.main .notice {
  background: #EFF7FF;
}
.content-wrap.main .notice .inner {
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  gap: 200px;
}
.content-wrap.main .notice .inner .notice-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000;
  flex-grow: 1;
}
.content-wrap.main .notice .inner .notice-list .notice-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
.content-wrap.main .notice .inner .notice-list .notice-item .notice-content {
  display: flex;
  align-items: center;
  gap: 60px;
}
.content-wrap.main .notice .inner .notice-list .notice-item .notice-content .notice-date {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.content-wrap.main .notice .inner .notice-list .notice-item .notice-content .notice-title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.content-wrap.main .notice .inner .notice-list .notice-item .notice-arrow {
  width: 32px;
  height: 32px;
  background: url("/static/img/common/arrow_right_circle.svg") no-repeat center/contain;
}
.content-wrap.main .product .inner {
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.content-wrap.main .product .inner .product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.product-list .product-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 50px;
  background: #F4F6F8;
  border: 1px solid #DFE3E8;
  height: 100%;
  padding: 8rem 6rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-list .product-item:hover {
  background: #0078D9;
}
.product-list .product-item:hover h4 {
  color: #fff;
}
.product-list .product-item:hover h4 span img {
  filter: invert(1);
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(1);
}
.product-list .product-item:hover .product-info-wrap .product-info .product-title-wrap .product-name {
  color: #fff;
}
.product-list .product-item .product-img {
  width: 100%;
  aspect-ratio: 370/220;
  background: no-repeat center/contain;
  background-color: #F4F6F8;
  background-size: cover;
}
.product-list .product-item h4 {
  color: #000;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 90.909% */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-list .product-item .product-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.product-list .product-item .product-info-wrap .product-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-list .product-item .product-info-wrap .product-info .product-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-list .product-item .product-info-wrap .product-info .product-title-wrap .product-code {
  color: #105892;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
}
.product-list .product-item .product-info-wrap .product-info .product-title-wrap .product-name {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  /* 140% */
}
.product-list .product-item .product-info-wrap .product-info .product-desc {
  font-size: 18px;
  line-height: 120%;
  color: #777;
}
.product-list .product-item .product-info-wrap .more-view {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-list .product-item .product-info-wrap .more-view p {
  font-size: 14px;
  color: #111;
  line-height: 30px;
}
.product-list .product-item .product-info-wrap .more-view img {
  width: 22px;
  height: 22px;
}

#Sub {
  padding-top: 120px;
  width: 100%;
  overflow: hidden;
}
#Sub .sub-visual-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  background: #fff;
  overflow: hidden;
}
#Sub .sub-visual-wrap .sub-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  z-index: 5;
}
#Sub .sub-visual-wrap .sub-header .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#Sub .sub-visual-wrap .sub-header .inner .sub-title {
  font-weight: 600;
  font-size: clamp(16px, 1.5vw + 8px, 32px);
  color: #DE2B26;
}
#Sub .sub-visual-wrap .sub-header .inner .sub-desc {
  font-weight: 600;
  font-size: clamp(22px, 3vw + 8px, 60px);
  line-height: 130%;
  text-transform: uppercase;
  color: #111;
}
#Sub .sub-visual-wrap .sub-hero-area {
  position: absolute;
  top: 45vh;
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
  z-index: 9;
}
#Sub .sub-visual-wrap .sub-hero-area .sub-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: no-repeat center/cover;
  overflow: visible;
  padding-top: 100px;
  clip-path: inset(0px 40px 0px 40px);
}
#Sub .sub-visual-wrap .sub-hero-area .sub-hero .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  opacity: 0;
}
#Sub .sub-visual-wrap .sub-hero-area .sub-hero .inner .sub-title {
  font-weight: 600;
  font-size: clamp(16px, 1.5vw + 8px, 32px);
  color: #fff;
}
#Sub .sub-visual-wrap .sub-hero-area .sub-hero .inner .sub-desc {
  font-weight: 600;
  font-size: clamp(22px, 3vw + 8px, 60px);
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
}

#greetings .inner {
  display: flex;
  flex-direction: column;
  gap: 150px;
  padding-top: 100px;
  /* Reduced from 200px */
  padding-bottom: 180px;
}
#greetings .inner .greetings-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
}
#greetings .inner .greetings-content .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 50px;
}
#greetings .inner .greetings-content .content-wrap .title {
  color: #111;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
}
#greetings .inner .greetings-content .content-wrap .content {
  color: #111;
  font-size: 20px;
  line-height: 180%;
}
#greetings .inner .greetings-content .content-wrap h2 {
  color: #111;
  font-weight: 600;
  font-size: 25px;
  line-height: 150%;
  text-align: right;
}
#greetings .inner .greetings-content .company-info {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid #ccc;
}
#greetings .inner .greetings-content .company-info .info {
  display: flex;
  align-items: center;
  gap: 20px;
}
#greetings .inner .greetings-content .company-info .info .title {
  width: 75px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 250%;
}
#greetings .inner .greetings-content .company-info .info .content {
  color: #000;
  font-size: 18px;
  line-height: 250%;
}

#solutions .inner {
  padding-top: 200px;
  padding-bottom: 200px;
}
#solutions .inner .solutions-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: auto;
  justify-content: space-between;
  row-gap: 80px;
}
#solutions .inner .solutions-list .solution-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 480px;
  align-items: center;
}
#solutions .inner .solutions-list .solution-item .solution-img {
  width: 271px;
  height: 271px;
  background: no-repeat center/cover;
}
#solutions .inner .solutions-list .solution-item .solution-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#solutions .inner .solutions-list .solution-item .solution-info .solution-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  text-align: center;
}
#solutions .inner .solutions-list .solution-item .solution-info .solution-title b {
  font-size: 25px;
  line-height: 180%;
  font-weight: 600;
}
#solutions .inner .solutions-list .solution-item .solution-info .solution-title b.min {
  line-height: 120%;
}
#solutions .inner .solutions-list .solution-item .solution-info .solution-desc {
  color: #111;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
}

#history {
  overflow: hidden;
  position: relative;
}
#history::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  top: 145px;
  left: 50%;
  transform: translateX(-50%);
}
#history .history:last-child .inner {
  padding-bottom: 200px;
}
#history .history .inner {
  padding-top: 200px;
  display: flex;
  flex-direction: row;
  gap: 200px;
}
#history .history .inner .year-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 10px;
  flex: 1 1 50%;
}
#history .history .inner .year-wrap .title-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
#history .history .inner .year-wrap .title-wrap .h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #111;
}
#history .history .inner .year-wrap .title-wrap p {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #DE2B26;
}
#history .history .inner .year-wrap .year-img {
  max-width: 633px;
  max-height: 420px;
  width: 100%;
  aspect-ratio: 663/420;
  background: no-repeat center/cover;
}
#history .history .inner .history-info-wrap {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#history .history .inner .history-info-wrap .history-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#history .history .inner .history-info-wrap .history-item .history-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 140%;
  color: #111;
}
#history .history .inner .history-info-wrap .history-item .history-content-wrap {
  display: flex;
  flex-direction: column;
}
#history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content {
  display: flex;
  gap: 10px;
}
#history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content .date {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #111;
  width: 50px;
  flex-shrink: 0;
}
#history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content .history-desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #111;
}

#directions .inner {
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#directions .inner .map-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#directions .inner .map-content .directions-map {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
#directions .inner .map-content .directions-map-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#directions .inner .map-content .directions-map-info .address-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
#directions .inner .map-content .directions-map-info .address-wrap p {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #111;
}
#directions .inner .map-content .directions-map-info .address-wrap .copy-btn {
  font-size: 18px;
  line-height: 140%;
  color: #111;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 50px;
}
#directions .inner .map-content .directions-map-info .btn-wrap {
  display: flex;
  gap: 16px;
}
#directions .inner .map-content .directions-map-info .btn-wrap .btn {
  font-size: 20px;
  line-height: 140%;
  color: #111;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 100px;
}
#directions .inner .directions-info {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#directions .inner .directions-info .subway-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#directions .inner .directions-info .subway-info .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: #111;
}
#directions .inner .directions-info .subway-info .desc {
  font-size: 20px;
  line-height: 140%;
  color: #555;
}
#directions .inner .directions-info .bus-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#directions .inner .directions-info .bus-info .title-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
#directions .inner .directions-info .bus-info .title-wrap .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: #111;
}
#directions .inner .directions-info .bus-info .title-wrap .desc-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
#directions .inner .directions-info .bus-info .title-wrap .desc-wrap .sub-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #111;
}
#directions .inner .directions-info .bus-info .title-wrap .desc-wrap .item-list {
  display: flex;
  gap: 8px;
  align-items: center;
}
#directions .inner .directions-info .bus-info .title-wrap .desc-wrap .item-list > li {
  padding: 6px 12px;
  border: 1px solid #008BF2;
  border-radius: 100px;
  color: #008BF2;
  font-size: 16px;
  line-height: 140%;
}
#directions .inner .directions-info .bus-info .bus-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#directions .inner .directions-info .bus-info .bus-list .bus {
  display: flex;
  gap: 40px;
  align-items: center;
}
#directions .inner .directions-info .bus-info .bus-list .bus .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #111;
  width: 90px;
}
#directions .inner .directions-info .bus-info .bus-list .bus .content {
  font-size: 18px;
  line-height: 140%;
  color: #555;
}

.tab {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
.tab li {
  position: relative;
}
.tab li a {
  color: #0E3758;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.tab li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  background-color: #0078D9;
  display: none;
}

li.on a {
  color: #0078D9;
}
li.on:after {
  display: block;
}

.product-header .inner {
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1560px;
  padding: 10rem 2rem 12rem;
}
.product-header .inner .nav-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
}
.product-header .inner .nav-wrap .nav {
  display: flex;
  gap: 12px;
  align-items: center;
}
.product-header .inner .nav-wrap .nav img {
  width: 20px;
  height: 20px;
}
.product-header .inner .nav-wrap .nav p {
  font-size: 17px;
  line-height: 140%;
  color: #000;
}
.product-header .inner .nav-wrap .nav span {
  font-size: 14px;
  color: #ccc;
}
.product-header .inner .nav-wrap .nav a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-header .inner .nav-wrap .nav a:hover p {
  color: #000;
}
.product-header .inner .title {
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  color: #111;
}
.product-header .inner .tab {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
.product-header .inner .tab li {
  position: relative;
}
.product-header .inner .tab li a {
  color: #0E3758;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.product-header .inner .tab li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  background-color: #0078D9;
  display: none;
}
.product-header .inner li.on a {
  color: #0078D9;
}
.product-header .inner li.on:after {
  display: block;
}

#products .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 180px;
}
#products .inner .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 53px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

#product_detail .inner {
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
}
#product_detail .inner .detail-top {
  display: flex;
  gap: 80px;
  align-items: center;
  width: 100%;
}
#product_detail .inner .detail-top .img-wrap {
  width: 670px;
  flex-shrink: 0;
  border: 1px solid #DFE3E8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 454px;
  background: linear-gradient(0deg, #F4F6F8, #F4F6F8), linear-gradient(0deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02));
}
#product_detail .inner .detail-top .img-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#product_detail .inner .detail-top .info-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#product_detail .inner .detail-top .info-wrap .info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#product_detail .inner .detail-top .info-wrap .info .name-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#product_detail .inner .detail-top .info-wrap .info .name-wrap .code {
  font-size: 27px;
  font-weight: 600;
  color: #105892;
  text-transform: uppercase;
}
#product_detail .inner .detail-top .info-wrap .info .name-wrap .name {
  font-size: 45px;
  font-weight: 700;
  color: #000;
}
#product_detail .inner .detail-top .info-wrap .info .desc {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
#product_detail .inner .detail-top .info-wrap .info .feature-wrap {
  background: #F2FDFF;
  border: 1px solid #B3D6DD;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 30px;
}
#product_detail .inner .detail-top .info-wrap .info .feature-wrap .feature-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}
#product_detail .inner .detail-top .info-wrap .info .feature-wrap .feature-list {
  display: flex;
  flex-direction: column;
}
#product_detail .inner .detail-top .info-wrap .info .feature-wrap .feature-list li {
  font-size: 18px;
  line-height: 33px;
  color: #000;
  position: relative;
  padding-left: 10px;
}
#product_detail .inner .detail-top .info-wrap .info .feature-wrap .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50px;
}
#product_detail .inner .detail-top .info-wrap .pdf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 50px;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
}
#product_detail .inner .detail-top .info-wrap .pdf-btn > p {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
}
#product_detail .inner .detail-top .info-wrap .pdf-btn img {
  width: 16px;
  height: 16px;
}
#product_detail .inner .detail-top .info-wrap .pdf-btn:hover {
  background: #EEFAFB;
  border: 1px solid #000000;
}
#product_detail .inner .detail-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
#product_detail .inner .detail-content .product-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#product_detail .inner .detail-content .product-content .content-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  flex-shrink: 0;
  line-height: 30px;
}
#product_detail .inner .detail-content .product-content .content-title span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
#product_detail .inner .detail-content .product-content .item-list {
  display: flex;
  flex-direction: column;
}
#product_detail .inner .detail-content .product-content .item-list.no-bullet li {
  padding-left: 0;
  flex-direction: column;
}
#product_detail .inner .detail-content .product-content .item-list.no-bullet li::before {
  display: none;
}
#product_detail .inner .detail-content .product-content .item-list.no-bullet li .item-title {
  width: 100%;
}
#product_detail .inner .detail-content .product-content .item-list.no-bullet li .item-title b {
  color: #008BF2;
  font-weight: 600;
}
#product_detail .inner .detail-content .product-content .item-list.no-bullet li .item-desc {
  padding-left: 20px;
}
#product_detail .inner .detail-content .product-content .item-list li {
  display: flex;
  position: relative;
  padding-left: 10px;
}
#product_detail .inner .detail-content .product-content .item-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50px;
}
#product_detail .inner .detail-content .product-content .item-list li .item-title {
  width: 145px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  flex-shrink: 0;
  line-height: 33px;
}
#product_detail .inner .detail-content .product-content .item-list li .item-desc {
  font-size: 18px;
  color: #666;
  font-weight: 300;
  line-height: 33px;
}
#product_detail .inner .detail-content .product-noti {
  padding: 0 10px;
  background: #F0F0F0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  color: #000;
  line-height: 30px;
  font-weight: 600;
  line-height: 50px;
}
#product_detail .inner .detail-content .product-noti b {
  font-weight: 600;
  color: #DE2B26;
}
#product_detail .inner .detail-content .table-wrap {
  width: 100%;
  border: 1px solid #000;
  max-width: 1000px;
}
#product_detail .inner .detail-content .table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
#product_detail .inner .detail-content .table-wrap table thead th {
  padding: 20px 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 140%;
  border-bottom: 1px solid #000;
  width: 50%;
}
#product_detail .inner .detail-content .table-wrap table thead th:first-child {
  background: #FAFAFA;
  color: black;
  border-right: 1px solid #000;
}
#product_detail .inner .detail-content .table-wrap table thead th:last-child {
  background: #E8F5FF;
  color: #008BF2;
}
#product_detail .inner .detail-content .table-wrap table tbody td {
  padding: 20px 15px;
  vertical-align: top;
}
#product_detail .inner .detail-content .table-wrap table tbody td .data-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#product_detail .inner .detail-content .table-wrap table tbody td .data-list li {
  position: relative;
  padding-left: 10px;
  font-size: 17px;
  line-height: 1.4;
}
#product_detail .inner .detail-content .table-wrap table tbody td .data-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
#product_detail .inner .detail-content .table-wrap table tbody td:first-child {
  border-right: 1px solid #000;
}
#product_detail .inner .detail-content .table-wrap table tbody td:first-child .data-list li {
  color: #666;
}
#product_detail .inner .detail-content .table-wrap table tbody td:first-child .data-list li::before {
  background: #666;
}
#product_detail .inner .detail-content .table-wrap table tbody td:last-child .data-list li {
  color: #008BF2;
}
#product_detail .inner .detail-content .table-wrap table tbody td:last-child .data-list li::before {
  background: #008BF2;
}
#product_detail .inner .list-btn {
  width: 200px;
  height: 60px;
  border: 2px solid rgba(0, 0, 0, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
  cursor: pointer;
}

#businessField > .content-wrap {
  height: 950px;
  background: no-repeat center/cover;
  display: flex;
  align-items: center;
}
#businessField > .content-wrap .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#businessField > .content-wrap .inner .title {
  color: white;
  font-weight: 600;
  font-size: 32px;
}
#businessField > .content-wrap .inner .desc {
  color: white;
  font-weight: 600;
  font-size: 60px;
  line-height: 140%;
  text-transform: uppercase;
}
#businessField .bf-scroll-area {
  position: relative;
  width: 100%;
  height: calc(100vh - 120px);
  overflow: hidden;
}
#businessField .bf-scroll-area .bf-pagination {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 30px;
}
#businessField .bf-scroll-area .bf-pagination .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D9D9D9;
  cursor: pointer;
  transition: all 0.3s;
}
#businessField .bf-scroll-area .bf-pagination .dot.active {
  background: #DE2B26;
}
#businessField .bf-scroll-area .bf-sections {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  will-change: transform;
  overflow: visible;
}
#businessField .bf-scroll-area .bf-sections .bf-section {
  width: 100%;
  height: calc(100vh - 120px);
  background: no-repeat center/cover;
  display: flex;
  align-items: center;
  position: relative;
}
#businessField .bf-scroll-area .bf-sections .bf-section .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#businessField .bf-scroll-area .bf-sections .bf-section .inner .desc {
  color: white;
  font-weight: 600;
  font-size: 60px;
  line-height: 140%;
  text-transform: uppercase;
}
#businessField .bf-scroll-area .bf-sections .bf-section .inner .content {
  color: white;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
}

#businessArea .inner {
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#businessArea .inner .business-list {
  width: 360px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
#businessArea .inner .business-list .business-item {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  height: 60px;
  font-weight: 200;
  font-size: 20px;
  line-height: 140%;
  color: #111;
  cursor: pointer;
}
#businessArea .inner .business-list .business-item.active {
  border-bottom: 2px solid #008BF2;
  font-size: 24px;
  color: #008BF2;
  font-weight: 600;
}
#businessArea .inner .business-area-img {
  width: 1000px;
  height: 600px;
}

#notice .inner,
#resources .inner {
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#notice .inner .board-list-wrap,
#resources .inner .board-list-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#notice .inner .board-list-wrap .board-table,
#resources .inner .board-list-wrap .board-table {
  width: 100%;
  border-top: 2px solid #000;
}
#notice .inner .board-list-wrap .board-table tbody tr,
#resources .inner .board-list-wrap .board-table tbody tr {
  background: #ffffff;
}
#notice .inner .board-list-wrap .board-table tbody tr:hover,
#resources .inner .board-list-wrap .board-table tbody tr:hover {
  background-color: #F4F7FA;
}
#notice .inner .board-list-wrap .board-table tbody tr.notice td.number,
#resources .inner .board-list-wrap .board-table tbody tr.notice td.number {
  font-weight: 300;
}
#notice .inner .board-list-wrap .board-table tbody tr.notice td.content div p,
#resources .inner .board-list-wrap .board-table tbody tr.notice td.content div p {
  font-weight: 300;
}
#notice .inner .board-list-wrap .board-table tbody tr td,
#resources .inner .board-list-wrap .board-table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #000;
}
#notice .inner .board-list-wrap .board-table tbody tr td.number,
#resources .inner .board-list-wrap .board-table tbody tr td.number {
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
}
#notice .inner .board-list-wrap .board-table tbody tr td.content div,
#resources .inner .board-list-wrap .board-table tbody tr td.content div {
  display: flex;
  align-items: center;
  gap: 10px;
}
#notice .inner .board-list-wrap .board-table tbody tr td.content div p,
#resources .inner .board-list-wrap .board-table tbody tr td.content div p {
  font-size: 20px;
  line-height: 45px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#notice .inner .board-list-wrap .board-table tbody tr td.content div img,
#resources .inner .board-list-wrap .board-table tbody tr td.content div img {
  width: 20px;
  height: 20px;
}
#notice .inner .board-list-wrap .board-table tbody tr td.date,
#resources .inner .board-list-wrap .board-table tbody tr td.date {
  color: #888;
  font-weight: 300;
  font-size: 18px;
  line-height: 45px;
}
#notice .inner .board-list-wrap .board-table tbody tr td.date span,
#resources .inner .board-list-wrap .board-table tbody tr td.date span {
  min-width: 10rem;
  display: inline-block;
}
#notice .inner .board-list-wrap .pagination,
#resources .inner .board-list-wrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
#notice .inner .board-list-wrap .pagination a,
#resources .inner .board-list-wrap .pagination a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #666;
}
#notice .inner .board-list-wrap .pagination a.active,
#resources .inner .board-list-wrap .pagination a.active {
  background: #000;
  color: #fff;
  font-weight: 700;
}
#notice .inner .board-list-wrap .pagination a img,
#resources .inner .board-list-wrap .pagination a img {
  width: 32px;
}
#notice .inner .board-list-wrap .pagination .number-wrap,
#resources .inner .board-list-wrap .pagination .number-wrap {
  display: flex;
  gap: 10px;
}

@media all and (max-width: 47.9375rem) {
  #notice .inner,
  #resources .inner {
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #notice .inner .board-list-wrap,
  #resources .inner .board-list-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #notice .inner .board-list-wrap .board-table,
  #resources .inner .board-list-wrap .board-table {
    width: 100%;
    border-top: 2px solid #000;
  }
  #notice .inner .board-list-wrap .board-table tbody tr,
  #resources .inner .board-list-wrap .board-table tbody tr {
    background: #ffffff;
  }
  #notice .inner .board-list-wrap .board-table tbody tr:hover,
  #resources .inner .board-list-wrap .board-table tbody tr:hover {
    background-color: #F4F7FA;
  }
  #notice .inner .board-list-wrap .board-table tbody tr.notice td.number,
  #resources .inner .board-list-wrap .board-table tbody tr.notice td.number {
    font-weight: 300;
  }
  #notice .inner .board-list-wrap .board-table tbody tr.notice td.content div p,
  #resources .inner .board-list-wrap .board-table tbody tr.notice td.content div p {
    font-weight: 300;
  }
  #notice .inner .board-list-wrap .board-table tbody tr td,
  #resources .inner .board-list-wrap .board-table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #000;
  }
  #notice .inner .board-list-wrap .board-table tbody tr td.number,
  #resources .inner .board-list-wrap .board-table tbody tr td.number {
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
  }
  #notice .inner .board-list-wrap .board-table tbody tr td.content div,
  #resources .inner .board-list-wrap .board-table tbody tr td.content div {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #notice .inner .board-list-wrap .board-table tbody tr td.content div p,
  #resources .inner .board-list-wrap .board-table tbody tr td.content div p {
    font-size: 20px;
    line-height: 45px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #notice .inner .board-list-wrap .board-table tbody tr td.content div img,
  #resources .inner .board-list-wrap .board-table tbody tr td.content div img {
    width: 20px;
    height: 20px;
  }
  #notice .inner .board-list-wrap .board-table tbody tr td.date,
  #resources .inner .board-list-wrap .board-table tbody tr td.date {
    color: #888;
    font-weight: 300;
    font-size: 18px;
    line-height: 45px;
  }
  #notice .inner .board-list-wrap .board-table tbody tr td.date span,
  #resources .inner .board-list-wrap .board-table tbody tr td.date span {
    min-width: 0;
    display: inline-block;
  }
}
#resourcesDetail .inner {
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#resourcesDetail .inner .board-detail {
  display: flex;
  flex-direction: column;
  gap: 50px;
  border-bottom: 1px solid #000;
  padding-bottom: 100px;
}
#resourcesDetail .inner .board-detail .detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  border: 1px solid #000;
}
#resourcesDetail .inner .board-detail .detail-header .detail-title {
  font-size: 33px;
  font-weight: 700;
  color: #000;
  line-height: 140%;
}
#resourcesDetail .inner .board-detail .detail-header .date {
  font-size: 18px;
  line-height: 140%;
  color: #888;
  font-weight: 300;
}
#resourcesDetail .inner .board-detail .detail-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
#resourcesDetail .inner .board-detail .detail-content p {
  font-size: 20px;
  color: #000;
  line-height: 150%;
}
#resourcesDetail .inner .board-detail .detail-content .file-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#resourcesDetail .inner .board-detail .detail-content .file-list .file-item {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 25px;
  border: 1px solid #dedede;
  width: -moz-fit-content;
  width: fit-content;
}
#resourcesDetail .inner .board-detail .detail-content .file-list .file-item img {
  width: 21px;
  height: 21px;
}
#resourcesDetail .inner .board-detail .detail-content .file-list .file-item span {
  font-size: 20px;
  color: #222;
  font-weight: 600;
}
#resourcesDetail .inner .detail-btn-wrap {
  display: flex;
  justify-content: center;
}
#resourcesDetail .inner .detail-btn-wrap .list-btn {
  width: 170px;
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 140%;
}

#inquiry {
  background: url("/static/img/sub/inquiry-bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
}
#inquiry .info-wrap {
  flex: 1 1 50%;
  display: flex;
  justify-content: end;
  padding-left: 50px;
  padding-top: 90px;
  flex-shrink: 0;
  width: 50%;
}
#inquiry .info-wrap > div {
  display: flex;
  width: 100%;
  gap: 40px;
  max-width: 770px;
}
#inquiry .info-wrap .icon {
  width: 102px;
  height: 102px;
}
#inquiry .info-wrap .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#inquiry .info-wrap .info .info-top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#inquiry .info-wrap .info .info-top .item {
  display: flex;
  gap: 10px;
}
#inquiry .info-wrap .info .info-top .item .title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  /* 116.667% */
}
#inquiry .info-wrap .info .info-top .item ul li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  /* 194.444% */
}
#inquiry .info-wrap .info .description {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 140%;
  padding-left: 4px;
}
#inquiry .info-wrap .info .description span {
  display: inline-block;
  width: 16px;
}
#inquiry .inquiry-form {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  gap: 40px;
  width: 50%;
  flex-shrink: 0;
  align-items: center;
  background: #F4F7FA;
  padding: 80px 40px 120px;
}
#inquiry .inquiry-form .form-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
  max-width: 640px;
}
#inquiry .inquiry-form .form-wrap .form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#inquiry .inquiry-form .form-wrap .form-row.full {
  grid-column: 1/-1;
}
#inquiry .inquiry-form .form-wrap .form-row label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 140%;
}
#inquiry .inquiry-form .form-wrap .form-row label span {
  font-weight: 500;
  color: #C20000;
}
#inquiry .inquiry-form .form-wrap .form-row input,
#inquiry .inquiry-form .form-wrap .form-row textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  outline: none;
  background: white;
}
#inquiry .inquiry-form .form-wrap .form-row input:focus,
#inquiry .inquiry-form .form-wrap .form-row textarea:focus {
  border-color: #000;
}
#inquiry .inquiry-form .form-wrap .form-row input::-moz-placeholder, #inquiry .inquiry-form .form-wrap .form-row textarea::-moz-placeholder {
  font-weight: 300;
  color: #c7c7c7;
}
#inquiry .inquiry-form .form-wrap .form-row input::placeholder,
#inquiry .inquiry-form .form-wrap .form-row textarea::placeholder {
  font-weight: 300;
  color: #c7c7c7;
}
#inquiry .inquiry-form .form-wrap .form-row textarea {
  height: 200px;
  resize: none;
}
#inquiry .inquiry-form .submit-btn-wrap {
  display: flex;
  justify-content: center;
}
#inquiry .inquiry-form .submit-btn-wrap .submit-btn {
  width: 220px;
  height: 64px;
  background: #0078D9;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
#inquiry .inquiry-form .bottom_agree {
  max-width: 640px;
  width: 100%;
  text-align: left;
}
#inquiry .inquiry-form .bottom_agree a span {
  color: #C51010;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
#inquiry .inquiry-form .bottom_agree a span img {
  padding: 0 1rem;
}
#inquiry .inquiry-form .bottom_agree h5 {
  display: block;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 250% */
  vertical-align: middle;
  display: flex;
  align-items: center;
}
#inquiry .inquiry-form .bottom_agree h5 img {
  padding-right: 1rem;
  transform: translateY(0.5rem);
  -webkit-transform: translateY(0.5rem);
  -moz-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  -o-transform: translateY(0.5rem);
}
#inquiry .visit-date {
  width: 100%;
}
#inquiry .visit-date .label {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
#inquiry .visit-date .label .required {
  color: #e60012;
  margin-left: 0.4rem;
}
#inquiry .visit-date .date-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
#inquiry .visit-date .select-group {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#inquiry .visit-date select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 5rem;
  padding: 0 4rem 0 1.5rem;
  background: #ffffff;
  font-size: 1.4rem;
  color: #C7C7C7;
  border: 1px solid #CCC;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  background-size: 1.2rem;
}
#inquiry .visit-date .unit {
  font-size: 1.4rem;
  color: #333;
}
#inquiry .visit-date .select-time {
  flex: 1;
}
#inquiry .visit-date .select-time select {
  width: 100%;
  min-width: 24rem;
  color: #C7C7C7;
}

@media (max-width: 768px) {
  #inquiry .inquiry-form .bottom_agree h5 {
    font-size: 15px;
  }
}
.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.modal-wrap.active {
  display: flex;
}
.modal-wrap .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-wrap .modal {
  position: relative;
  width: calc(100% - 40px);
  max-width: 660px;
  background: #fff;
  border-radius: 16px;
  padding: 110px 50px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrap .modal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.modal-wrap .modal .close img {
  width: 100%;
  height: 100%;
}
.modal-wrap .modal .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.modal-wrap .modal .modal-content .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.modal-wrap .modal .modal-content .icon {
  width: 80px;
  height: 80px;
}
.modal-wrap .modal .modal-content .text {
  font-size: 25px;
  line-height: 140%;
  color: #000;
  text-align: center;
}
.modal-wrap .modal .modal-content .submit {
  width: 100%;
  max-width: 150px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
  cursor: pointer;
}

.ref .section {
  padding-bottom: 12rem;
}
.ref .list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 5rem;
  margin-top: 2rem;
}
.ref .list li {
  width: calc(33.3333333333% - 3.3333333333rem);
}
.ref .list li .img {
  position: relative;
  width: 100%;
  height: auto;
}
.ref .list li .img .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.ref .list li .img .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ref .list li .img img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  aspect-ratio: 16/9;
}
.ref .list li:hover .img {
  outline: 0.1rem solid #FF416A;
}
.ref .list dl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 3rem 0 2rem;
}
.ref .list dt {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  line-height: 1.12;
  color: #000;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  /* 140% */
}
.ref .list dd {
  font-weight: 500;
  line-height: 1.4;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;
  color: #666;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
}
.ref .date {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.66667;
  /* 166.667% */
}
.ref .viewmore {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  margin-top: 2.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.5;
  justify-content: space-between;
}
.ref .viewmore .icon,
.ref .viewmore img {
  display: block;
}
.ref .top-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}
.ref .top-list h5 {
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.252;
}
.ref .top-list form {
  display: flex;
}
.ref .top-list form .select-box {
  width: 10rem;
}
.ref .top-list form .select-box .selected {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  background: url(/static/img/icon/bottom.svg) no-repeat center right 10px;
}
.ref .top-list form .select-box .selected span {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}
.ref .top-list form .select-box .option-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}
.ref .top-list form .select-box .option-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  cursor: pointer;
}
.ref .top-list form .select-box .option-list li:hover {
  background: #f5f5f5;
}
.ref .top-list form .select-box.open .option-list {
  display: block;
}
.ref .top-list form .select-box.open .option-list span {
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.216;
}

.pagination {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
.pagination ul {
  display: flex;
  gap: 0.4rem;
}
.pagination ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.4;
  color: #666;
}
.pagination ul .active a {
  color: #fff;
  font-weight: 700;
  background: #000;
}

@media all and (max-width: 64rem) {
  .ref .list {
    gap: 4rem 3rem;
  }
  .ref .list li {
    width: calc(33.3333333333% - 2rem);
  }
  .ref .list dl {
    margin: 3rem 0 2rem;
    gap: 2rem;
  }
  .ref .viewmore {
    margin-top: 2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .ref .section {
    padding-bottom: 10rem;
  }
  .ref .list {
    gap: 4rem 2rem;
  }
  .ref .list li {
    width: calc(50% - 1rem);
  }
}
@media all and (max-width: 47.9375rem) {
  .ref .section {
    padding-bottom: 8rem;
  }
  .ref .list {
    gap: 3rem;
  }
  .ref .list li {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  #Sub #businessField .bf-scroll-area .bf-pagination {
    left: 15px;
  }
}
@media (max-width: 850px) {
  .header:hover:not(.menu-open) {
    background: transparent !important;
  }
  .header:hover:not(.menu-open)::after {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .header:hover:not(.menu-open) .inner .nav .gnb > li > .lnb {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .header.white:hover:not(.menu-open) {
    background: #fff !important;
    border-bottom: 1px solid #eee !important;
  }
  .header.white:hover:not(.menu-open) .inner .logo > a {
    background-image: url("/static/img/common/logo_c.png") !important;
  }
  .header.white:hover:not(.menu-open) .inner .nav .gnb > li > .dep-01 {
    color: #111 !important;
  }
  .header.white:hover:not(.menu-open) .inner .language .ico {
    filter: invert(1) brightness(0) !important;
  }
  .header.white:hover:not(.menu-open) .inner .language .btn .language-btn {
    color: #111 !important;
  }
  .footer .btn-top {
    width: 48px;
    height: 48px;
    bottom: 20px;
    right: 20px;
  }
  .footer .btn-top img {
    width: 24px;
    height: 24px;
  }
  .footer .btn-top.at-footer {
    right: 20px;
  }
}
@media (max-width: 1400px) {
  .header .inner .nav .gnb {
    gap: 60px;
  }
  .header .inner .nav .gnb > li .dep-01 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .section-title-wrap {
    gap: 40px;
  }
  .section-title-wrap .title-wrap {
    gap: 15px;
  }
  .section-title-wrap .title-wrap .en {
    font-size: 24px;
  }
  .section-title-wrap .title-wrap .title {
    font-size: 60px;
  }
  .section-title-wrap .desc {
    font-size: 20px;
  }
  .content-wrap.main .section-hero .heroSwiper {
    height: 100vh;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap {
    padding: 0 20px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap .hero-title {
    font-size: 50px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap .arrow-up {
    width: 80px;
    height: 80px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-progress {
    bottom: 0;
    padding: 0 20px;
  }
  .content-wrap.main .challenge {
    height: 700px;
  }
  .content-wrap.main .challenge .inner .title {
    font-size: 50px;
  }
  .content-wrap.main .challenge .inner .chanllenge-img {
    width: 180px;
    height: 105px;
  }
  .content-wrap.main .challenge .title-box {
    top: 40%;
  }
  .content-wrap.main .challenge .challenge-bg {
    width: 180px;
    height: 105px;
  }
  .content-wrap.main .challenge .challenge-desc {
    font-size: 40px;
    bottom: 80px;
    padding: 0;
    line-height: 1.5em;
  }
  .content-wrap.main .business .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 60px;
  }
  .content-wrap.main .business .inner .business-list {
    gap: 30px;
  }
  .content-wrap.main .business .inner .business-list .business-item {
    gap: 30px;
    width: calc(50% - 3rem);
  }
  .content-wrap.main .business .inner .business-list .business-item .business-img {
    width: 100%;
    height: 293px;
  }
  .content-wrap.main .business .inner .business-list .business-item .business-text .business-title {
    font-size: 28px;
  }
  .content-wrap.main .business .inner .business-list .business-item .business-text .business-desc {
    font-size: 18px;
  }
  .content-wrap.main .business .business-scrollbar {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: #CDD4DA;
    border-radius: 2px;
    overflow: hidden;
  }
  .content-wrap.main .business .business-scrollbar .bar {
    width: 0%;
    height: 100%;
    background: #1B2A3B;
  }
  .content-wrap.main .plant .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 60px;
  }
  .content-wrap.main .plant .inner .plant-list {
    gap: 30px;
  }
  .content-wrap.main .plant .inner .plant-list .plant-item {
    gap: 30px;
    width: calc(50% - 3rem);
  }
  .content-wrap.main .plant .inner .plant-list .plant-item .plant-img {
    width: 100%;
    height: 293px;
  }
  .content-wrap.main .plant .inner .plant-list .plant-item .plant-text .plant-title {
    font-size: 28px;
  }
  .content-wrap.main .plant .inner .plant-list .plant-item .plant-text .plant-desc {
    font-size: 18px;
  }
  .content-wrap.main .plant .business-scrollbar,
  .content-wrap.main .plant .plant-scrollbar {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: #CDD4DA;
    border-radius: 2px;
    overflow: hidden;
  }
  .content-wrap.main .plant .business-scrollbar .bar,
  .content-wrap.main .plant .plant-scrollbar .bar {
    width: 0%;
    height: 100%;
    background: #1B2A3B;
  }
  .content-wrap.main .notice .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    flex-direction: column;
    gap: 60px;
  }
  .content-wrap.main .notice .inner .notice-list .notice-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-wrap.main .notice .inner .notice-list .notice-item .notice-content {
    gap: 40px;
  }
  .content-wrap.main .notice .inner .notice-list .notice-item .notice-content .notice-date {
    font-size: 16px;
  }
  .content-wrap.main .notice .inner .notice-list .notice-item .notice-content .notice-title {
    font-size: 20px;
  }
  .content-wrap.main .notice .inner .notice-list .notice-item .notice-arrow {
    width: 28px;
    height: 28px;
  }
  .content-wrap.main .product .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 60px;
  }
  .content-wrap.main .product .inner .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .product-list .product-item .product-info-wrap {
    padding: 0 30px;
    gap: 30px;
  }
  .product-list .product-item .product-info-wrap .product-info .product-title-wrap .product-name {
    font-size: 22px;
  }
  .product-list .product-item .product-info-wrap .product-info .product-desc {
    font-size: 16px;
  }
  .header {
    height: 80px;
  }
  .header:hover {
    background: transparent;
    border-bottom: none;
  }
  .header::after {
    display: none !important;
  }
  .header.white {
    background: #fff !important;
    border-bottom: 1px solid #eee !important;
  }
  .header.white:hover {
    background: #fff !important;
    border-bottom: 1px solid #eee !important;
  }
  .header.white .inner .logo > a {
    background-image: url("/static/img/common/logo_c.png") !important;
  }
  .header.white .allmenu button span {
    background: #111;
  }
  .header .inner .logo {
    height: 60px;
    width: 160px;
  }
  .header .inner .nav {
    display: none;
  }
  .header .inner .language {
    display: none;
  }
  .header .allmenu {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .header .allmenu button {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header .allmenu button span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  .header .nav#Gnb {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    padding: 0;
    padding-top: 70px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .header .nav#Gnb .sidebar-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
  }
  .header .nav#Gnb .sidebar-close span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #111;
    top: 50%;
    left: 0;
  }
  .header .nav#Gnb .sidebar-close span:first-child {
    transform: rotate(45deg);
  }
  .header .nav#Gnb .sidebar-close span:last-child {
    transform: rotate(-45deg);
  }
  .header .nav#Gnb .gnb {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 0;
    width: 100%;
    padding: 0;
  }
  .header .nav#Gnb .gnb > li {
    width: 100% !important;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
  }
  .header .nav#Gnb .gnb > li .dep-01 {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    color: #111 !important;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 600;
  }
  .header .nav#Gnb .gnb > li .dep-01::after {
    content: "+";
    font-size: 20px;
    font-weight: 400;
    color: #999;
  }
  .header .nav#Gnb .gnb > li.active .dep-01::after {
    content: "−";
  }
  .header .nav#Gnb .gnb > li .lnb {
    position: static;
    transform: none;
    display: none;
    width: 100%;
    background: #f5f5f5;
    padding: 15px 25px;
    opacity: 1;
    visibility: visible;
    flex-direction: column;
    gap: 0;
    height: auto;
  }
  .header .nav#Gnb .gnb > li .lnb .dep-02 {
    color: #555 !important;
    font-size: 15px;
    line-height: 2.2;
    font-weight: 400;
  }
  .header .nav#Gnb .gnb > li .lnb .dep-02:hover {
    color: #32BBD5 !important;
  }
  .header .nav#Gnb .gnb > li.active .lnb {
    display: flex;
  }
  .header .nav#Gnb .sidebar-language {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 25px;
    border-top: 1px solid #eee;
    margin-top: auto;
  }
  .header .nav#Gnb .sidebar-language .ico {
    width: 24px;
    height: 24px;
    background: url("/static/img/common/globe_w.svg") no-repeat center/contain;
    filter: invert(1) brightness(0);
  }
  .header .nav#Gnb .sidebar-language .language-btn {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    cursor: pointer;
    padding: 0;
  }
  .header .nav#Gnb .sidebar-language .language-btn span {
    line-height: 1;
  }
  .header .nav#Gnb.active {
    right: 0;
  }
  .header::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  .header.menu-open::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header.menu-open .allmenu button span {
    background: #111 !important;
  }
  .header.menu-open .allmenu button span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .header.menu-open .allmenu button span:nth-child(2) {
    opacity: 0;
  }
  .header.menu-open .allmenu button span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .footer .inner {
    padding: 60px 40px;
    gap: 30px;
  }
  .footer .content-wrap {
    gap: 30px;
  }
  .footer .content-wrap .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .footer .content-wrap .footer-top .footer-menu {
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer .content-wrap .footer-top .footer-menu > li > a {
    font-size: 18px;
  }
  .footer .content-wrap .footer-bottom > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
  }
  .footer .content-wrap .footer-bottom > div > p {
    font-size: 16px;
  }
  .footer .copy {
    font-size: 16px;
  }
  .modal-wrap .modal {
    width: calc(100% - 40px);
    padding: 60px 30px 50px;
    border-radius: 12px;
  }
  .modal-wrap .modal .close {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .modal-wrap .modal .modal-content {
    gap: 30px;
  }
  .modal-wrap .modal .modal-content .content {
    gap: 20px;
  }
  .modal-wrap .modal .modal-content .icon {
    width: 56px;
    height: 56px;
  }
  .modal-wrap .modal .modal-content .text {
    font-size: 18px;
  }
  .modal-wrap .modal .modal-content .submit {
    max-width: 130px;
    height: 46px;
    font-size: 16px;
  }
  #Sub {
    padding-top: 80px;
  }
  #Sub .sub-visual-wrap {
    width: 100%;
    height: 100vh;
    margin-left: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  #Sub .sub-visual-wrap .sub-header {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #Sub .sub-visual-wrap .sub-header .inner {
    gap: 20px;
    padding: 0 20px;
    position: relative;
  }
  #Sub .sub-visual-wrap .sub-hero-area {
    top: 25vh;
  }
  #Sub .sub-visual-wrap .sub-hero-area .sub-hero {
    height: 100vh;
    padding-top: 60px;
    /* Sync with header's padding-top */
    overflow: hidden;
    clip-path: inset(0px 20px 0px 20px);
  }
  #Sub .sub-visual-wrap .sub-hero-area .sub-hero .inner {
    position: relative;
    gap: 20px;
    padding: 0 20px;
    opacity: 0;
  }
  #Sub #greetings .inner {
    gap: 80px;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  #Sub #greetings .inner .greetings-content .content-wrap {
    gap: 30px;
  }
  #Sub #greetings .inner .greetings-content .content-wrap .title {
    font-size: 32px;
  }
  #Sub #greetings .inner .greetings-content .content-wrap .content {
    font-size: 18px;
  }
  #Sub #solutions .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #Sub #solutions .inner .solutions-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
  #Sub #solutions .inner .solutions-list .solution-item .solution-desc {
    font-size: 18px;
  }
  #Sub #history::after {
    display: none;
  }
  #Sub #history .history:last-child .inner {
    padding-bottom: 100px;
  }
  #Sub #history .history .inner {
    padding-top: 100px;
    gap: 50px;
  }
  #Sub #history .history .inner .year-wrap {
    width: 40%;
    flex-shrink: 0;
  }
  #Sub #history .history .inner .year-wrap .title-wrap .h1 {
    font-size: 40px;
  }
  #Sub #history .history .inner .year-wrap .year-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
  }
  #Sub #history .history .inner .history-info-wrap .history-item {
    gap: 20px;
  }
  #Sub #history .history .inner .history-info-wrap .history-item .history-title {
    font-size: 30px;
  }
  #Sub #history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content .date,
  #Sub #history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content .history-desc {
    font-size: 18px;
  }
  #Sub #directions .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 60px;
  }
  #Sub #directions .inner .map-content .directions-map {
    height: 450px;
  }
  #Sub #directions .inner .map-content .directions-map-info {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  #Sub #directions .inner .map-content .directions-map-info .address-wrap p {
    font-size: 20px;
  }
  #Sub #directions .inner .directions-info {
    gap: 60px;
  }
  #Sub #directions .inner .directions-info .subway-info .title .title,
  #Sub #directions .inner .directions-info .subway-info .title-wrap .title,
  #Sub #directions .inner .directions-info .bus-info .title .title,
  #Sub #directions .inner .directions-info .bus-info .title-wrap .title {
    font-size: 28px;
  }
  #Sub #directions .inner .directions-info .subway-info .title .desc-wrap,
  #Sub #directions .inner .directions-info .subway-info .title-wrap .desc-wrap,
  #Sub #directions .inner .directions-info .bus-info .title .desc-wrap,
  #Sub #directions .inner .directions-info .bus-info .title-wrap .desc-wrap {
    flex-direction: column;
    align-items: start;
  }
  #Sub #directions .inner .directions-info .subway-info .title .desc-wrap .item-list,
  #Sub #directions .inner .directions-info .subway-info .title-wrap .desc-wrap .item-list,
  #Sub #directions .inner .directions-info .bus-info .title .desc-wrap .item-list,
  #Sub #directions .inner .directions-info .bus-info .title-wrap .desc-wrap .item-list {
    flex-wrap: wrap;
  }
  #Sub #products .inner .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
  #Sub #product_detail .inner .detail-top {
    gap: 40px;
  }
  #Sub #product_detail .inner .detail-top .img-wrap {
    width: 50%;
    height: auto;
    aspect-ratio: 1.5;
  }
  #Sub #product_detail .inner .detail-top .info-wrap {
    width: 50%;
  }
  #Sub #businessArea .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 40px;
  }
  #Sub #businessArea .inner .business-list {
    width: 300px;
  }
  #Sub #businessArea .inner .business-list .business-item {
    font-size: 18px;
    height: 50px;
  }
  #Sub #businessArea .inner .business-list .business-item.active {
    font-size: 20px;
  }
  #Sub #businessArea .inner .business-area-img {
    width: calc(100% - 340px);
    height: auto;
    aspect-ratio: 5/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #Sub #notice .inner,
  #Sub #resources .inner {
    padding-bottom: 100px;
  }
  #Sub #resourcesDetail .inner {
    padding-bottom: 100px;
  }
  #Sub #resourcesDetail .inner .board-detail {
    padding-bottom: 60px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-header {
    padding: 30px 40px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-header .detail-title {
    font-size: 26px;
  }
  #Sub #inquiry .info-wrap {
    padding-left: 80px;
    padding-right: 40px;
  }
  #Sub #inquiry .info-wrap > div {
    flex-direction: column;
    justify-content: start;
  }
  #Sub #inquiry .info-wrap .icon {
    width: 80px;
    height: 80px;
  }
  #Sub #inquiry .info-wrap .info .info-top .item .title,
  #Sub #inquiry .info-wrap .info .info-top .item .content {
    font-size: 20px;
  }
  #Sub #inquiry .info-wrap .info .description {
    font-size: 16px;
  }
  #Sub #inquiry .inquiry-form {
    padding: 60px 40px 80px;
  }
  #Sub #inquiry .inquiry-form .form-wrap .form-row label {
    font-size: 16px;
  }
  #Sub #inquiry .inquiry-form .form-wrap .form-row input,
  #Sub #inquiry .inquiry-form .form-wrap .form-row textarea {
    font-size: 14px;
    padding: 15px 12px;
  }
}
@media (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-wrap.main .business .inner .business-list .business-item,
  .content-wrap.main .plant .inner .plant-list .plant-item {
    gap: 30px;
    width: 100%;
  }
  .section-title-wrap {
    gap: 30px;
  }
  .section-title-wrap .title-wrap {
    gap: 10px;
  }
  .section-title-wrap .title-wrap .en {
    font-size: 20px;
  }
  .section-title-wrap .title-wrap .title {
    font-size: 40px;
  }
  .section-title-wrap .desc {
    font-size: 16px;
  }
  .section-title-wrap .more-btn {
    gap: 8px;
  }
  .section-title-wrap .more-btn img {
    width: 28px !important;
    height: auto;
  }
  .section-title-wrap .more-btn .desc {
    font-size: 14px;
  }
  .footer .inner {
    padding: 40px 20px;
    gap: 30px;
  }
  .content-wrap.main .section-hero .heroSwiper {
    height: 100vh;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    justify-content: center;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap .hero-title {
    font-size: 32px;
    margin-bottom: 1rem;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap .hero-sub {
    font-size: 20px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap .arrow-up {
    width: 60px;
    height: 60px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-progress {
    bottom: 0;
  }
  .content-wrap.main .challenge {
    height: 100vh;
  }
  .content-wrap.main .challenge .inner {
    gap: 30px;
  }
  .content-wrap.main .challenge .inner .title {
    font-size: 36px;
  }
  .content-wrap.main .challenge .inner .chanllenge-img {
    width: 100%;
    height: 100%;
  }
  .content-wrap.main .challenge .challenge-bg {
    width: 140px;
    height: 82px;
  }
  .content-wrap.main .challenge .challenge-desc {
    font-size: 28px;
    bottom: 60px;
    line-height: 140%;
  }
  .content-wrap.main .business {
    overflow: visible;
  }
  .content-wrap.main .business .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }
  .content-wrap.main .business .inner .business-list {
    flex-direction: column;
    gap: 40px;
    overflow: visible;
  }
  .content-wrap.main .business .inner .business-list .business-item {
    flex-shrink: 1;
    gap: 20px;
  }
  .content-wrap.main .business .inner .business-list .business-item .business-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7;
  }
  .content-wrap.main .business .inner .business-list .business-item .business-text {
    gap: 15px;
  }
  .content-wrap.main .business .inner .business-list .business-item .business-text .business-title {
    font-size: 24px;
  }
  .content-wrap.main .business .inner .business-list .business-item .business-text .business-desc {
    font-size: 16px;
  }
  .content-wrap.main .plant {
    overflow: visible;
  }
  .content-wrap.main .plant .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }
  .content-wrap.main .plant .inner .plant-list {
    flex-direction: column;
    gap: 40px;
    overflow: visible;
  }
  .content-wrap.main .plant .inner .plant-list .plant-item {
    flex-shrink: 1;
    gap: 20px;
  }
  .content-wrap.main .plant .inner .plant-list .plant-item .plant-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7;
  }
  .content-wrap.main .plant .inner .plant-list .plant-item .plant-text {
    gap: 15px;
  }
  .content-wrap.main .plant .inner .plant-list .plant-item .plant-text .plant-title {
    font-size: 24px;
  }
  .content-wrap.main .plant .inner .plant-list .plant-item .plant-text .plant-desc {
    font-size: 16px;
  }
  .content-wrap.main .notice .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }
  .content-wrap.main .notice .inner .notice-list .notice-item {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 20px;
  }
  .content-wrap.main .notice .inner .notice-list .notice-item .notice-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .content-wrap.main .notice .inner .notice-list .notice-item .notice-content .notice-date {
    font-size: 14px;
  }
  .content-wrap.main .notice .inner .notice-list .notice-item .notice-content .notice-title {
    font-size: 16px;
  }
  .content-wrap.main .notice .inner .notice-list .notice-item .notice-arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .content-wrap.main .product .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }
  .content-wrap.main .product .inner .product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap .hero-sub {
    font-size: 20px;
  }
  .product-list .product-item .product-info-wrap {
    padding: 0 20px;
    gap: 20px;
  }
  .product-list .product-item .product-info-wrap .product-info {
    gap: 15px;
  }
  .product-list .product-item .product-info-wrap .product-info .product-title-wrap {
    gap: 10px;
  }
  .product-list .product-item .product-info-wrap .product-info .product-title-wrap .product-code {
    font-size: 16px;
  }
  .product-list .product-item .product-info-wrap .product-info .product-title-wrap .product-name {
    font-size: 20px;
  }
  .product-list .product-item .product-info-wrap .product-info .product-desc {
    font-size: 15px;
  }
  .product-list .product-item .product-info-wrap .more-view p {
    font-size: 12px;
  }
  .product-list .product-item .product-info-wrap .more-view img {
    width: 18px;
    height: 18px;
  }
  #Sub {
    padding-top: 60px;
  }
  #Sub .sub-header {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #Sub .sub-hero {
    height: 350px;
  }
  #Sub .sub-hero .inner.center .sub-desc {
    font-size: clamp(30px, 4vw + 4px, 40px);
  }
  #Sub #greetings .inner {
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #Sub #greetings .inner .section-title-wrap .title {
    font-size: 28px;
  }
  #Sub #greetings .inner .greetings-content {
    gap: 40px;
  }
  #Sub #greetings .inner .greetings-content .content-wrap {
    gap: 20px;
  }
  #Sub #greetings .inner .greetings-content .content-wrap .title {
    font-size: 24px;
  }
  #Sub #greetings .inner .greetings-content .content-wrap .content {
    font-size: 16px;
  }
  #Sub #greetings .inner .greetings-content .content-wrap h2 {
    font-size: 20px;
  }
  #Sub #greetings .inner .greetings-content .company-info {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #Sub #greetings .inner .greetings-content .company-info .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding-bottom: 15px;
  }
  #Sub #greetings .inner .greetings-content .company-info .info .title {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
  }
  #Sub #greetings .inner .greetings-content .company-info .info .content {
    font-size: 16px;
    line-height: 1.4;
  }
  #Sub #solutions .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #Sub #solutions .inner .solutions-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  #Sub #solutions .inner .solutions-list .solution-item {
    max-width: 100%;
  }
  #Sub #solutions .inner .solutions-list .solution-item .solution-info .solution-title b {
    font-size: 22px;
  }
  #Sub #solutions .inner .solutions-list .solution-item .solution-info .solution-desc {
    font-size: 16px;
  }
  #Sub #history::after {
    display: none;
  }
  #Sub #history .history:last-child .inner {
    padding-bottom: 60px;
  }
  #Sub #history .history .inner {
    padding-top: 60px;
    flex-direction: column;
    gap: 40px;
  }
  #Sub #history .history .inner .year-wrap {
    width: 100%;
    align-items: flex-start;
  }
  #Sub #history .history .inner .year-wrap .title-wrap {
    align-items: flex-start;
  }
  #Sub #history .history .inner .year-wrap .title-wrap .h1 {
    font-size: 32px;
  }
  #Sub #history .history .inner .year-wrap .title-wrap p {
    font-size: 18px;
  }
  #Sub #history .history .inner .year-wrap .year-img {
    width: 100%;
  }
  #Sub #history .history .inner .history-info-wrap {
    gap: 40px;
  }
  #Sub #history .history .inner .history-info-wrap .history-item {
    gap: 15px;
  }
  #Sub #history .history .inner .history-info-wrap .history-item .history-title {
    font-size: 24px;
  }
  #Sub #history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content .date,
  #Sub #history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content .history-desc {
    font-size: 16px;
  }
  #Sub #directions .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 40px;
  }
  #Sub #directions .inner .map-content .directions-map {
    height: 350px;
  }
  #Sub #directions .inner .map-content .directions-map-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #Sub #directions .inner .map-content .directions-map-info .address-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #Sub #directions .inner .map-content .directions-map-info .address-wrap p {
    font-size: 18px;
  }
  #Sub #directions .inner .map-content .directions-map-info .address-wrap .copy-btn {
    width: 60px;
    height: 40px;
    font-size: 14px;
  }
  #Sub #directions .inner .map-content .directions-map-info .btn-wrap {
    width: 100%;
    flex-wrap: wrap;
  }
  #Sub #directions .inner .map-content .directions-map-info .btn-wrap .btn {
    padding: 10px 20px;
    font-size: 16px;
    flex: 1;
    min-width: 120px;
  }
  #Sub #directions .inner .directions-info {
    gap: 40px;
  }
  #Sub #directions .inner .directions-info .subway-info,
  #Sub #directions .inner .directions-info .bus-info {
    gap: 20px;
  }
  #Sub #directions .inner .directions-info .subway-info .title,
  #Sub #directions .inner .directions-info .subway-info .title-wrap .title,
  #Sub #directions .inner .directions-info .bus-info .title,
  #Sub #directions .inner .directions-info .bus-info .title-wrap .title {
    font-size: 24px;
  }
  #Sub #directions .inner .directions-info .subway-info .title-wrap,
  #Sub #directions .inner .directions-info .bus-info .title-wrap {
    padding-bottom: 20px;
  }
  #Sub #directions .inner .directions-info .subway-info .title-wrap .desc-wrap,
  #Sub #directions .inner .directions-info .bus-info .title-wrap .desc-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  #Sub #directions .inner .directions-info .bus-info .bus-list .bus {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  #Sub #directions .inner .directions-info .bus-info .bus-list .bus .title {
    width: 100%;
    font-size: 18px;
  }
  #Sub #directions .inner .directions-info .bus-info .bus-list .bus .content {
    font-size: 16px;
  }
  #Sub .product-header .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #Sub .product-header .inner .title {
    font-size: 50px;
  }
  #Sub #product_detail .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 60px;
  }
  #Sub #product_detail .inner .detail-top {
    flex-direction: column;
    gap: 40px;
  }
  #Sub #product_detail .inner .detail-top .img-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
  }
  #Sub #product_detail .inner .detail-top .info-wrap {
    width: 100%;
  }
  #Sub #product_detail .inner .detail-top .info-wrap .name {
    font-size: 34px;
  }
  #Sub #product_detail .inner .detail-top .info-wrap .desc-wrap {
    gap: 20px;
  }
  #Sub #product_detail .inner .detail-top .info-wrap .desc-wrap .desc {
    font-size: 18px;
  }
  #Sub #product_detail .inner .detail-top .info-wrap .info .feature-wrap {
    padding: 15px 20px;
  }
  #Sub #product_detail .inner .detail-top .info-wrap .info .feature-wrap .feature-list li {
    font-size: 16px;
  }
  #Sub #product_detail .inner .list-btn {
    width: 160px;
    height: 50px;
    font-size: 18px;
  }
  #Sub #product_detail .inner .detail-content .product-content .item-list li {
    padding-left: 0;
  }
  #Sub #product_detail .inner .detail-content .product-content .item-list li::before {
    display: none;
  }
  #Sub #product_detail .inner .detail-content .product-noti {
    font-size: 16px;
    text-align: left;
    padding: 10px;
    height: auto;
    line-height: 1.5;
    width: 100%;
  }
  #Sub #product_detail .inner .detail-content .table-wrap {
    border: 0;
    max-width: 100%;
  }
  #Sub #product_detail .inner .detail-content .table-wrap table {
    display: block;
    width: 100%;
  }
  #Sub #product_detail .inner .detail-content .table-wrap table thead {
    display: none;
  }
  #Sub #product_detail .inner .detail-content .table-wrap table tbody {
    display: block;
    width: 100%;
  }
  #Sub #product_detail .inner .detail-content .table-wrap table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #Sub #product_detail .inner .detail-content .table-wrap table tbody tr td {
    display: block;
    width: 100%;
    border-right: 0 !important;
    padding: 20px;
  }
  #Sub #product_detail .inner .detail-content .table-wrap table tbody tr td .data-list li {
    font-size: 15px;
  }
  #Sub #product_detail .inner .detail-content .table-wrap table tbody tr td:first-child {
    border-bottom: 10px solid #fff;
    background: #FAFAFA;
  }
  #Sub #product_detail .inner .detail-content .table-wrap table tbody tr td:first-child::before {
    content: "Off-site Type (흡입방식)";
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  #Sub #product_detail .inner .detail-content .table-wrap table tbody tr td:last-child {
    background: #E8F5FF;
  }
  #Sub #product_detail .inner .detail-content .table-wrap table tbody tr td:last-child::before {
    content: "On-site Type (침지방식)";
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #008BF2;
    padding-bottom: 10px;
    border-bottom: 1px solid #BAE3FF;
  }
  #Sub #product_detail .inner .detail-content .product-content .item-list.no-bullet li .item-desc {
    padding-left: 0;
    font-size: 15px;
  }
  #Sub #products .inner .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #Sub #businessField > .content-wrap {
    height: 600px;
  }
  #Sub #businessField > .content-wrap .inner .title {
    font-size: 24px;
  }
  #Sub #businessField > .content-wrap .inner .desc {
    font-size: 40px;
  }
  #Sub #businessField .bf-scroll-area {
    height: calc(100vh - 80px);
  }
  #Sub #businessField .bf-scroll-area .bf-pagination {
    left: 4px;
    gap: 12px;
  }
  #Sub #businessField .bf-scroll-area .bf-pagination .dot {
    width: 10px;
    height: 10px;
  }
  #Sub #businessField .bf-scroll-area .bf-sections .bf-section .inner {
    gap: 15px;
  }
  #Sub #businessField .bf-scroll-area .bf-sections .bf-section .inner .desc {
    font-size: 40px;
  }
  #Sub #businessField .bf-scroll-area .bf-sections .bf-section .inner .content {
    font-size: 20px;
  }
  #Sub #businessArea .inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 40px;
  }
  #Sub #businessArea .inner .business-list {
    width: 100%;
    gap: 0 20px;
  }
  #Sub #businessArea .inner .business-list .business-item {
    font-size: 16px;
    height: 44px;
  }
  #Sub #businessArea .inner .business-list .business-item.active {
    font-size: 18px;
  }
  #Sub #businessArea .inner .business-area-img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #Sub #notice .inner,
  #Sub #resources .inner {
    padding-bottom: 60px;
  }
  #Sub #notice .inner .filter-wrap,
  #Sub #resources .inner .filter-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  #Sub #notice .inner .filter-wrap .search,
  #Sub #resources .inner .filter-wrap .search {
    width: 100%;
  }
  #Sub #notice .inner .board-list-wrap .board-table colgroup col:first-child,
  #Sub #resources .inner .board-list-wrap .board-table colgroup col:first-child {
    width: 0 !important;
    display: none;
  }
  #Sub #notice .inner .board-list-wrap .board-table colgroup col:last-child,
  #Sub #resources .inner .board-list-wrap .board-table colgroup col:last-child {
    width: 130px !important;
  }
  #Sub #notice .inner .board-list-wrap .board-table tbody tr td,
  #Sub #resources .inner .board-list-wrap .board-table tbody tr td {
    padding: 12px 8px;
  }
  #Sub #notice .inner .board-list-wrap .board-table tbody tr td.number,
  #Sub #resources .inner .board-list-wrap .board-table tbody tr td.number {
    display: none;
  }
  #Sub #notice .inner .board-list-wrap .board-table tbody tr td.content div p,
  #Sub #resources .inner .board-list-wrap .board-table tbody tr td.content div p {
    font-size: 16px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #Sub #notice .inner .board-list-wrap .board-table tbody tr td.date,
  #Sub #resources .inner .board-list-wrap .board-table tbody tr td.date {
    font-size: 14px;
    white-space: nowrap;
  }
  #Sub #notice .inner .board-list-wrap .pagination,
  #Sub #resources .inner .board-list-wrap .pagination {
    margin-top: 30px;
  }
  #Sub #notice .inner .board-list-wrap .pagination a,
  #Sub #resources .inner .board-list-wrap .pagination a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #Sub #notice .inner .board-list-wrap .pagination a img,
  #Sub #resources .inner .board-list-wrap .pagination a img {
    width: 24px;
  }
  #Sub #resourcesDetail .inner {
    padding-bottom: 60px;
  }
  #Sub #resourcesDetail .inner .board-detail {
    padding-bottom: 50px;
    gap: 30px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 25px 30px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-header .detail-title {
    font-size: 22px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-header .date {
    font-size: 14px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-content {
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-content .file-list .file-item {
    width: 100%;
    height: 50px;
    padding: 0 20px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-content .file-list .file-item span {
    font-size: 16px;
  }
  #Sub #resourcesDetail .inner .detail-btn-wrap .list-btn {
    width: 160px;
    height: 54px;
    font-size: 18px;
  }
  #Sub #inquiry {
    flex-direction: column;
    background: unset;
  }
  #Sub #inquiry .info-wrap {
    background: url("/static/img/sub/inquiry-bg.png") no-repeat center center/cover;
    width: 100%;
    padding: 60px 20px 40px;
  }
  #Sub #inquiry .info-wrap .info .info-top .item {
    display: flex;
    /* Placeholder or just remove if not needed, but here I'll just remove the empty curlys */
  }
  #Sub #inquiry .inquiry-form {
    width: 100%;
    padding: 60px 20px 80px;
  }
  #Sub #inquiry .inquiry-form .submit-btn-wrap .submit-btn {
    font-size: 18px;
    width: 200px;
    height: 58px;
  }
}
@media (max-width: 480px) {
  .inner {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-title-wrap {
    gap: 20px;
  }
  .section-title-wrap .title-wrap .en {
    font-size: 16px;
  }
  .section-title-wrap .title-wrap .title {
    font-size: 28px;
  }
  .section-title-wrap .desc {
    font-size: 14px;
  }
  .section-title-wrap.row {
    flex-direction: column;
    align-items: flex-start;
  }
  .content-wrap.main .section-hero .heroSwiper {
    height: 100vh !important;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap {
    bottom: 80px;
    gap: 20px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap .hero-title {
    font-size: 24px;
    margin: 0 auto;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap .arrow-up {
    width: 50px;
    height: 50px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-progress {
    bottom: 0;
  }
  .content-wrap.main .challenge {
    height: 100vh;
  }
  .content-wrap.main .challenge .inner {
    gap: 20px;
  }
  .content-wrap.main .challenge .inner .title {
    font-size: 28px;
  }
  .content-wrap.main .challenge .inner .chanllenge-img {
    width: 100px;
    height: 58px;
  }
  .content-wrap.main .challenge .challenge-bg {
    width: 100px;
    height: 58px;
  }
  .content-wrap.main .challenge .challenge-desc {
    font-size: 20px;
    bottom: 40px;
  }
  .content-wrap.main .notice .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 30px;
  }
  .content-wrap.main .notice .inner .notice-list .notice-item .notice-content .notice-date {
    font-size: 13px;
  }
  .content-wrap.main .notice .inner .notice-list .notice-item .notice-content .notice-title {
    font-size: 15px;
  }
  .content-wrap.main .product .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 30px;
  }
  .product-list .product-item {
    padding-bottom: 30px;
  }
  .product-list .product-item .product-info-wrap .product-info .product-title-wrap .product-code {
    font-size: 14px;
  }
  .product-list .product-item .product-info-wrap .product-info .product-title-wrap .product-name {
    font-size: 18px;
  }
  .product-list .product-item .product-info-wrap .product-info .product-desc {
    font-size: 14px;
  }
  #Sub .sub-hero {
    height: 250px;
  }
  #Sub .sub-hero .inner.center .sub-desc {
    font-size: 30px;
  }
  #Sub #greetings .inner .section-title-wrap .title {
    font-size: 20px;
  }
  #Sub #greetings .inner .greetings-content .content-wrap .title {
    font-size: 20px;
  }
  #Sub #solutions .inner .solutions-list .solution-item .solution-img {
    width: 200px;
    height: 200px;
  }
  #Sub #history .history .inner .year-wrap .title-wrap .h1 {
    font-size: 26px;
  }
  #Sub #history .history .inner .history-info-wrap .history-item .history-title {
    font-size: 20px;
  }
  #Sub #directions .inner .map-content .directions-map {
    height: 250px;
  }
  #Sub #directions .inner .map-content .directions-map-info .address-wrap p {
    font-size: 16px;
  }
  #Sub #directions .inner .directions-info .subway-info .title,
  #Sub #directions .inner .directions-info .subway-info .title-wrap .title,
  #Sub #directions .inner .directions-info .bus-info .title,
  #Sub #directions .inner .directions-info .bus-info .title-wrap .title {
    font-size: 20px;
  }
  #Sub #directions .inner .directions-info .subway-info .desc,
  #Sub #directions .inner .directions-info .subway-info .bus-list .bus .content,
  #Sub #directions .inner .directions-info .bus-info .desc,
  #Sub #directions .inner .directions-info .bus-info .bus-list .bus .content {
    font-size: 14px;
  }
  #Sub .product-header .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #Sub .product-header .inner .title {
    font-size: 34px;
  }
  #Sub #product_detail .inner {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 40px;
  }
  #Sub #product_detail .inner .detail-top {
    flex-direction: column;
    gap: 30px;
  }
  #Sub #product_detail .inner .detail-top .img-wrap {
    width: 100%;
    height: 300px;
  }
  #Sub #product_detail .inner .detail-top .info-wrap {
    width: 100%;
  }
  #Sub #product_detail .inner .detail-top .info-wrap .name {
    font-size: 28px;
  }
  #Sub #product_detail .inner .detail-top .info-wrap .desc-wrap .desc {
    font-size: 16px;
  }
  #Sub #product_detail .inner .detail-top .info-wrap .desc-wrap .feature-list li {
    font-size: 16px;
  }
  #Sub #product_detail .inner .detail-top .info-wrap .info .feature-wrap {
    padding: 12px 15px;
  }
  #Sub #product_detail .inner .detail-top .info-wrap .info .feature-wrap .feature-list li {
    font-size: 14px;
    line-height: 26px;
  }
  #Sub #product_detail .inner .detail-bottom {
    padding-top: 40px;
  }
  #Sub #product_detail .inner .list-btn {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
  #Sub #product_detail .inner .detail-content {
    gap: 30px;
    padding-bottom: 40px;
  }
  #Sub #product_detail .inner .detail-content .product-content {
    flex-direction: column;
    gap: 10px;
  }
  #Sub #product_detail .inner .detail-content .product-content .content-title {
    width: 100%;
    font-size: 18px;
  }
  #Sub #product_detail .inner .detail-content .product-content .item-list li {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }
  #Sub #product_detail .inner .detail-content .product-content .item-list li::before {
    display: none;
  }
  #Sub #product_detail .inner .detail-content .product-content .item-list li .item-title {
    width: 100%;
    font-size: 16px;
    background: none;
    padding: 0 0 5px 0;
    color: #111;
  }
  #Sub #product_detail .inner .detail-content .product-content .item-list li .item-desc {
    padding: 0;
    font-size: 15px;
  }
  #Sub #product_detail .inner .detail-content .product-noti {
    font-size: 14px;
    padding: 15px;
  }
  #Sub #product_detail .inner .detail-content .product-noti b {
    color: #DE2B26;
  }
  #Sub #products .inner .product-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  #Sub #notice .inner,
  #Sub #resources .inner {
    padding-top: 60px;
    padding-bottom: 40px;
    gap: 20px;
  }
  #Sub #notice .inner .filter-wrap .total,
  #Sub #resources .inner .filter-wrap .total {
    font-size: 14px;
  }
  #Sub #notice .inner .filter-wrap .search,
  #Sub #resources .inner .filter-wrap .search {
    height: 42px;
    font-size: 14px;
  }
  #Sub #notice .inner .board-list-wrap .board-table colgroup col:first-child,
  #Sub #resources .inner .board-list-wrap .board-table colgroup col:first-child {
    width: 0 !important;
    display: none;
  }
  #Sub #notice .inner .board-list-wrap .board-table colgroup col:last-child,
  #Sub #resources .inner .board-list-wrap .board-table colgroup col:last-child {
    width: 100px !important;
  }
  #Sub #notice .inner .board-list-wrap .board-table thead th,
  #Sub #resources .inner .board-list-wrap .board-table thead th {
    font-size: 14px;
    padding: 10px 5px;
  }
  #Sub #notice .inner .board-list-wrap .board-table tbody tr td,
  #Sub #resources .inner .board-list-wrap .board-table tbody tr td {
    font-size: 14px;
    padding: 10px 5px;
  }
  #Sub #notice .inner .board-list-wrap .board-table tbody tr td.number,
  #Sub #resources .inner .board-list-wrap .board-table tbody tr td.number {
    display: none;
  }
  #Sub #notice .inner .board-list-wrap .board-table tbody tr td.content div,
  #Sub #resources .inner .board-list-wrap .board-table tbody tr td.content div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 줄 수 */
    overflow: hidden;
  }
  #Sub #notice .inner .board-list-wrap .board-table tbody tr td.content div p,
  #Sub #resources .inner .board-list-wrap .board-table tbody tr td.content div p {
    font-size: 14px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 줄 수 */
    overflow: hidden;
  }
  #Sub #notice .inner .board-list-wrap .board-table tbody tr td.content div img,
  #Sub #resources .inner .board-list-wrap .board-table tbody tr td.content div img {
    width: 16px;
    height: 16px;
  }
  #Sub #notice .inner .board-list-wrap .board-table tbody tr td.date,
  #Sub #resources .inner .board-list-wrap .board-table tbody tr td.date {
    font-size: 12px;
    white-space: nowrap;
  }
  #Sub #notice .inner .board-list-wrap .pagination,
  #Sub #resources .inner .board-list-wrap .pagination {
    margin-top: 20px;
    gap: 4px;
  }
  #Sub #notice .inner .board-list-wrap .pagination a,
  #Sub #resources .inner .board-list-wrap .pagination a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  #Sub #notice .inner .board-list-wrap .pagination a img,
  #Sub #resources .inner .board-list-wrap .pagination a img {
    width: 20px;
  }
  #Sub #notice .inner .board-list-wrap .pagination .number-wrap,
  #Sub #resources .inner .board-list-wrap .pagination .number-wrap {
    gap: 4px;
  }
  #Sub #resourcesDetail .inner {
    padding-bottom: 40px;
  }
  #Sub #resourcesDetail .inner .board-detail {
    padding-bottom: 30px;
    gap: 0;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-header {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-header .detail-title {
    font-size: 18px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-header .date {
    font-size: 13px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-content {
    gap: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-content p {
    font-size: 16px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-content .file-list .file-item {
    width: 100%;
    height: 46px;
    padding: 0 15px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-content .file-list .file-item img {
    width: 18px;
    height: 18px;
  }
  #Sub #resourcesDetail .inner .board-detail .detail-content .file-list .file-item span {
    font-size: 14px;
  }
  #Sub #resourcesDetail .inner .detail-btn-wrap .list-btn {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }
  #Sub #inquiry .info-wrap {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #Sub #inquiry .inquiry-form {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #Sub #inquiry .inquiry-form .form-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #Sub #inquiry .inquiry-form .form-wrap .submit-btn {
    height: 50px;
    font-size: 18px;
  }
  #Sub #businessField > .content-wrap {
    height: 400px;
  }
  #Sub #businessField > .content-wrap .inner .title {
    font-size: 18px;
  }
  #Sub #businessField > .content-wrap .inner .desc {
    font-size: 28px;
    line-height: 130%;
  }
  #Sub #businessField .bf-scroll-area {
    height: calc(100vh - 60px);
  }
  #Sub #businessField .bf-scroll-area .bf-pagination {
    left: 4px;
    gap: 10px;
  }
  #Sub #businessField .bf-scroll-area .bf-pagination .dot {
    width: 8px;
    height: 8px;
  }
  #Sub #businessField .bf-scroll-area .bf-sections .bf-section .inner {
    gap: 10px;
  }
  #Sub #businessField .bf-scroll-area .bf-sections .bf-section .inner .desc {
    font-size: 28px;
    line-height: 130%;
  }
  #Sub #businessField .bf-scroll-area .bf-sections .bf-section .inner .content {
    font-size: 16px;
    line-height: 150%;
  }
  #Sub #businessArea .inner {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 30px;
  }
  #Sub #businessArea .inner .business-list {
    gap: 0 16px;
  }
  #Sub #businessArea .inner .business-list .business-item {
    font-size: 14px;
    height: 38px;
  }
  #Sub #businessArea .inner .business-list .business-item.active {
    font-size: 16px;
  }
}/*# sourceMappingURL=layout.css.map */