@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
.scrolling-wrapper {
  overflow: hidden;
  margin-top: 0rem;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
}
.scrolling-wrapper .track {
  display: flex;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.scrolling-wrapper .track .img {
  display: block;
  width: 310rem;
  margin-right: 10rem;
}
.scrolling-wrapper .track .img img {
  display: block;
  -o-object-fit: 90%;
     object-fit: 90%;
}

.inner {
  margin: 0 auto;
  width: 1640px;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.inner .filter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner .filter-wrap .total {
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.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 {
  color: #1182DD;
  font-family: "Pretendard", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 30px */
}
.section-title-wrap .title-wrap .title {
  font-size: 70px;
  text-transform: uppercase;
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  /* 108px */
}
.section-title-wrap .title-wrap .title.sub-title {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  /* 78px */
  text-transform: uppercase;
}
.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: 32px;
  height: 32px;
}
.section-title-wrap .more-btn .desc {
  font-size: 18px;
  font-weight: 400;
}

@media all and (max-width: 47.9375rem) {
  .section-title-wrap .title-wrap .title.sub-title {
    font-size: 2rem;
  }
}
.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: border-color 0.3s, opacity 0.3s ease, height 0.3s;
  -webkit-transition: border-color 0.3s, opacity 0.3s ease, height 0.3s;
  -moz-transition: border-color 0.3s, opacity 0.3s ease, height 0.3s;
  -ms-transition: border-color 0.3s, opacity 0.3s ease, height 0.3s;
  -o-transition: border-color 0.3s, opacity 0.3s ease, height 0.3s;
  background: #0A3172;
}
.header:hover {
  background: #0A3172;
}
.header:hover::after {
  opacity: 1;
  visibility: visible;
}
.header:hover .inner .nav .gnb > li > .lnb {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  width: 25rem;
  height: 34rem;
}
.header:hover .inner .nav .gnb > li > .lnb:hover {
  background-color: rgba(199, 225, 255, 0.1019607843);
}
.header:hover .inner .nav .gnb > li > .lnb li {
  line-height: 2.2;
}
.header::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 34rem;
  background: #0A3172;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -ms-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
}
.header .inner {
  width: 100%;
  max-width: 1640px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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/contain;
  display: block;
  width: 100%;
  height: 100%;
}
.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;
  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: center;
}
.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;
  justify-content: center;
  width: 20.5rem;
  text-align: center;
}
.header .inner .nav .gnb > li > .lnb {
  position: relative;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  font-size: 18px;
  padding: 3rem 2rem;
}
.header .inner .nav .gnb > li > .lnb .dep-02 {
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: color 0.3s;
  text-align: center;
  font-style: normal;
  line-height: 2;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  line-height: 220%;
  font-size: 18px;
  white-space: nowrap;
  /* 37.4px */
  /* 34px */
}
.header .inner .nav .gnb > li > .lnb .dep-02:hover {
  color: #fff;
  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.hidden {
  opacity: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

@media all and (max-width: 64rem) {
  .sidebar-language {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 25px;
    border-top: 1px solid #eee;
    position: absolute;
    top: 0;
    margin-top: 0;
  }
}
.footer {
  background-color: #0A3172;
}
.footer .inner {
  padding-top: 10rem;
  padding-bottom: 12rem;
  display: flex;
  flex-direction: column;
}
.footer .content-wrap {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer .content-wrap .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .content-wrap .footer-top .footer-logo {
  width: 218px;
  height: 80px;
}
.footer .content-wrap .footer-top .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .content-wrap .footer-top .footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.footer .content-wrap .footer-top .footer-menu > li {
  position: relative;
}
.footer .content-wrap .footer-top .footer-menu > li:after {
  content: "";
  top: 0;
  right: -3rem;
  position: absolute;
  background-color: #fff;
  width: 0.1rem;
  height: 100%;
  opacity: 0.3;
}
.footer .content-wrap .footer-top .footer-menu > li:last-child:after {
  display: none;
}
.footer .content-wrap .footer-top .footer-menu > li > a {
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  text-align: right;
  font-size: 2rem;
  font-style: normal;
  font-family: "Pretendard", sans-serif;
}
.footer .content-wrap .footer-bottom {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  padding-bottom: 5rem;
}
.footer .content-wrap .footer-bottom > div {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer .content-wrap .footer-bottom > div > p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  line-height: 180%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-family: "Pretendard", sans-serif;
}
.footer .content-wrap .footer-bottom > div > p b {
  font-family: "Pretendard", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
}
.footer .copy {
  color: #FFF;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 120%;
  /* 24px */
}
.footer {
  position: relative;
}
.footer .btn-top {
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 72px;
  height: 73px;
  background: #ffffff;
  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%);
}

.business .inner {
  padding-top: 220px;
  padding-bottom: 180px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.business .inner .business-list, .business .inner .business-list1 {
  display: flex;
  gap: 50px;
}
.business .inner .business-list .business-item, .business .inner .business-list1 .business-item {
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex-shrink: 0;
}
.business .inner .business-list .business-item .business-img, .business .inner .business-list1 .business-item .business-img {
  width: 700px;
  height: 410px;
  background: no-repeat center/cover;
  flex-shrink: 0;
  position: relative;
}
.business .inner .business-list .business-item .business-img:after, .business .inner .business-list1 .business-item .business-img:after {
  position: absolute;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  background: url(/static/img/main/product-hover.png) no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.business .inner .business-list .business-item .business-img:hover, .business .inner .business-list1 .business-item .business-img:hover {
  background-color: rgba(0, 0, 0, 0.7411764706);
}
.business .inner .business-list .business-item .business-img:hover:after, .business .inner .business-list1 .business-item .business-img:hover:after {
  opacity: 1;
}
.business .inner .business-list .business-item .business-text, .business .inner .business-list1 .business-item .business-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.business .inner .business-list .business-item .business-text .business-title, .business .inner .business-list1 .business-item .business-text .business-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
  color: #08285D;
  font-family: "Pretendard", sans-serif;
}
.business .inner .business-list .business-item .business-text .business-desc, .business .inner .business-list1 .business-item .business-text .business-desc {
  font-size: 20px;
  line-height: 150%;
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.content-wrap.main section {
  overflow: hidden;
}
.content-wrap.main .all-wrapper {
  background: url(/static/img/main/section2-bg.png) no-repeat center;
  background-size: cover;
}
.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: 100%;
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-wrap.main .section-hero .heroSwiper .hero-text-wrap {
  width: 100%;
  max-width: 1560px;
  position: absolute;
  bottom: 163px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: end;
  z-index: 1;
}
.content-wrap.main .section-hero .heroSwiper .hero-text-wrap .hero-title {
  color: #fff;
  font-weight: 600;
  font-size: 90px;
  line-height: 120%;
}
.content-wrap.main .section-hero .heroSwiper .hero-text-wrap .arrow-up {
  width: 120px;
  height: 120px;
  background: url("/static/img/common/arrow_up_w.svg") no-repeat center/contain;
}
.content-wrap.main .section-hero .heroSwiper .hero-progress {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1560px;
  height: 3px;
  background: #999;
  z-index: 10;
}
.content-wrap.main .section-hero .heroSwiper .hero-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: #fff;
}
.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: 80rem;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.content-wrap.main .challenge .inner .title {
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
  color: #08285D;
}
.content-wrap.main .challenge .inner .chanllenge-img {
  width: 240px;
  height: 140px;
  background: url("/static/img/main/challenge.png") no-repeat center/cover;
}
@media all and (max-width: 47.9375rem) {
  .content-wrap.main .challenge .content-wrap.main .challenge .inner .chanllenge-img {
    background: none;
  }
}
.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 .challenge-desc {
  position: absolute;
  bottom: 150px;
  left: 50%;
  width: 100%;
  max-width: 1560px;
  display: flex;
  justify-content: end;
  transform: translateX(-50%);
  z-index: 3;
  color: #fff;
  opacity: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 130%;
}
.content-wrap.main .business .inner {
  padding-top: 220px;
  padding-bottom: 180px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.content-wrap.main .business .inner .business-list, .content-wrap.main .business .inner .business-list1 {
  display: flex;
  gap: 50px;
}
.content-wrap.main .business .inner .business-list .business-item, .content-wrap.main .business .inner .business-list1 .business-item {
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex-shrink: 0;
}
.content-wrap.main .business .inner .business-list .business-item .business-img, .content-wrap.main .business .inner .business-list1 .business-item .business-img {
  width: 700px;
  height: 410px;
  background: no-repeat center/cover;
  flex-shrink: 0;
  position: relative;
}
.content-wrap.main .business .inner .business-list .business-item .business-img:after, .content-wrap.main .business .inner .business-list1 .business-item .business-img:after {
  position: absolute;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  background: url(/static/img/main/product-hover.png) no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.content-wrap.main .business .inner .business-list .business-item .business-img:hover, .content-wrap.main .business .inner .business-list1 .business-item .business-img:hover {
  background-color: rgba(0, 0, 0, 0.7411764706);
}
.content-wrap.main .business .inner .business-list .business-item .business-img:hover:after, .content-wrap.main .business .inner .business-list1 .business-item .business-img:hover:after {
  opacity: 1;
}
.content-wrap.main .business .inner .business-list .business-item .business-text, .content-wrap.main .business .inner .business-list1 .business-item .business-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-wrap.main .business .inner .business-list .business-item .business-text .business-title, .content-wrap.main .business .inner .business-list1 .business-item .business-text .business-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
  color: #08285D;
  font-family: "Pretendard", sans-serif;
}
.content-wrap.main .business .inner .business-list .business-item .business-text .business-desc, .content-wrap.main .business .inner .business-list1 .business-item .business-text .business-desc {
  font-size: 20px;
  line-height: 150%;
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.content-wrap.main .notice {
  background: transparent;
}
.content-wrap.main .notice .inner {
  margin: 5rem auto 25rem;
  padding: 12rem;
  display: flex;
  gap: 200px;
  background-color: #fff;
}
.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 {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  /* 18px */
}
.content-wrap.main .notice .inner .notice-list .notice-item .notice-content .notice-title {
  font-size: 24px;
  font-weight: 500;
  color: #08285D;
  text-overflow: ellipsis;
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  /* 24px */
}
.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;
}
@media all and (max-width: 47.9375rem) {
  .content-wrap.main .notice .inner {
    padding: 8rem 2rem;
  }
}
.content-wrap.main .product {
  background: linear-gradient(0deg, #EAF0F5 0%, #EAF0F5 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), url(<path-to-image>) lightgray -22px -234.062px/102.292% 149.638% no-repeat;
}
.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%;
}
.product-list .product-item .product-img {
  width: 100%;
  aspect-ratio: 480/330;
  background: no-repeat center/contain;
  background-color: #F4F6F8;
  min-height: 27rem;
}
.product-list .product-item .product-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 50px;
}
.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 {
  line-height: 100%;
  text-transform: capitalize;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  color: #105892;
}
.product-list .product-item .product-info-wrap .product-info .product-title-wrap .product-name {
  font-family: "Pretendard", sans-serif;
  color: #111;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 28.6px */
  white-space: nowrap;
}
.product-list .product-item .product-info-wrap .product-info .product-desc {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}
.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-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.14286;
  color: #111;
}
.product-list .product-item .product-info-wrap .more-view img {
  width: 22px;
  height: 22px;
}

.product-list.main .product-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 50px;
  background: #fff;
  border: 1px solid #ffffff;
  height: 100%;
}
.product-list.main .product-item .product-img {
  width: 100%;
  aspect-ratio: 480/330;
  background: no-repeat center/contain;
  background-color: #ffffff;
  min-height: 27rem;
}
.product-list.main .product-item .product-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 50px;
}
.product-list.main .product-item .product-info-wrap .product-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-list.main .product-item .product-info-wrap .product-info .product-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-list.main .product-item .product-info-wrap .product-info .product-title-wrap .product-code {
  line-height: 100%;
  text-transform: capitalize;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  color: #105892;
}
.product-list.main .product-item .product-info-wrap .product-info .product-title-wrap .product-name {
  font-family: "Pretendard", sans-serif;
  color: #111;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 28.6px */
  white-space: nowrap;
}
.product-list.main .product-item .product-info-wrap .product-info .product-desc {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}
.product-list.main .product-item .product-info-wrap .more-view {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-list.main .product-item .product-info-wrap .more-view p {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.14286;
  color: #111;
}
.product-list.main .product-item .product-info-wrap .more-view img {
  width: 22px;
  height: 22px;
}

#Sub {
  padding-top: 120px;
  width: 100%;
}
#Sub .sub-visual-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  height: auto;
  overflow: hidden;
  background: transparent;
}
#Sub .sub-visual-wrap .sub-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 100px;
  z-index: 5;
  pointer-events: none;
}
#Sub .sub-visual-wrap .sub-header .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  will-change: transform;
}
#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: relative;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
  pointer-events: none;
  overflow: hidden;
  will-change: transform, margin-bottom;
}
#Sub .sub-visual-wrap .sub-hero-area .sub-hero {
  position: relative;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  overflow: hidden;
  padding-top: 100px;
  clip-path: inset(0px 40px 0px 40px);
  will-change: clip-path;
}
#Sub .sub-visual-wrap .sub-hero-area .sub-hero .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  opacity: 0;
  will-change: transform;
}
#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;
}
#Sub .sub-visual-wrap + section {
  margin-top: 0 !important;
}

/* tablet */
@media (max-width: 1200px) {
  #Sub {
    padding-top: 90px;
  }
  #Sub .sub-visual-wrap {
    height: 70vh;
  }
  #Sub .sub-visual-wrap .sub-header {
    padding-top: 70px;
  }
  #Sub .sub-visual-wrap .sub-header .inner {
    gap: 28px;
  }
  #Sub .sub-visual-wrap .sub-hero-area .sub-hero {
    padding-top: 70px;
    clip-path: inset(0px 24px 0px 24px);
  }
  #Sub .sub-visual-wrap .sub-hero-area .sub-hero .inner {
    gap: 28px;
  }
}
/* mobile */
@media (max-width: 768px) {
  .product-list.main .product-item .product-img {
    min-height: auto;
  }
  #Sub {
    padding-top: 70px;
  }
  #Sub .sub-visual-wrap {
    height: 50vh;
  }
  #Sub .sub-visual-wrap .sub-header {
    padding-top: 50px;
  }
  #Sub .sub-visual-wrap .sub-header .inner {
    gap: 18px;
  }
  #Sub .sub-visual-wrap .sub-hero-area .sub-hero {
    padding-top: 50px;
    clip-path: inset(0px 16px 0px 16px);
  }
  #Sub .sub-visual-wrap .sub-hero-area .sub-hero .inner {
    gap: 18px;
  }
}
/* small mobile */
@media (max-width: 480px) {
  #Sub {
    padding-top: 60px;
  }
  #Sub .sub-visual-wrap {
    height: 48vh;
  }
  #Sub .sub-visual-wrap .sub-header {
    padding-top: 40px;
  }
  #Sub .sub-visual-wrap .sub-header .inner {
    gap: 14px;
  }
  #Sub .sub-visual-wrap .sub-hero-area .sub-hero {
    padding-top: 40px;
    clip-path: inset(0px 12px 0px 12px);
  }
  #Sub .sub-visual-wrap .sub-hero-area .sub-hero .inner {
    gap: 14px;
  }
}
#greetings {
  width: 100%;
  background: url(/static/img/sub/greeting.png) no-repeat center center;
  background-size: cover;
}
#greetings .inner {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  padding-top: 20rem;
  padding-bottom: 18rem;
}
#greetings .greetings-content {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
}
#greetings .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding-bottom: 5rem;
}
#greetings .content-wrap .title {
  line-height: 1.4;
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  word-break: keep-all;
}
#greetings .content-wrap .content {
  color: #08285D;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  word-break: keep-all;
}
#greetings .content-wrap h2 {
  line-height: 1.5;
  text-align: right;
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}
#greetings .company-info {
  display: flex;
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 4rem;
  border-top: 1px solid #ccc;
}
#greetings .company-info .info {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#greetings .company-info .info .title {
  width: 7.5rem;
  min-width: 7.5rem;
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5;
}
#greetings .company-info .info .content {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5;
}

@media all and (max-width: 47.9375rem) {
  #greetings .inner {
    gap: 6rem;
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  #greetings .greetings-content {
    gap: 4rem;
    max-width: 100%;
    margin-left: 0;
  }
  #greetings .content-wrap {
    gap: 3rem;
    padding-bottom: 3rem;
  }
  #greetings .content-wrap .title {
    font-size: 2.8rem;
  }
  #greetings .content-wrap .content {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #greetings .content-wrap h2 {
    font-size: 1.8rem;
  }
  #greetings .company-info {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  #greetings .company-info .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 1.2rem 0;
  }
  #greetings .company-info .info .title {
    width: auto;
    min-width: auto;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #greetings .company-info .info .content {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
#solutions {
  background: url(/static/img/sub/solution_bg.png) no-repeat center center;
  background-size: cover;
}
#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;
  color: var(--Color, #08285D);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 66px */
}
#solutions .inner .solutions-list .solution-item .solution-info .solution-title .min {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}
#solutions .inner .solutions-list .solution-item .solution-info .solution-desc {
  line-height: 160%;
  text-align: center;
  color: #08285D;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
}

#history {
  width: 100%;
  position: relative;
  background: url(/static/img/sub/history-bg.png) no-repeat left center;
  background-size: 50% 100%;
  z-index: -1;
}
#history .con {
  width: 100%;
  max-width: 1640px;
  padding: 0 4rem;
  display: flex;
  margin: 0 auto;
}
#history .left {
  width: 50%;
  align-self: stretch;
  padding-top: 20rem;
  padding-bottom: 20rem;
}
#history .left .year-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex: 1 1 50%;
  text-align: center;
  position: sticky;
  top: 20rem;
}
#history .left .year-wrap .title-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
#history .left .year-wrap .title-wrap h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #08285D;
  text-align: right;
  font-family: "Pretendard", sans-serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  /* 60px */
}
#history .left .year-wrap .title-wrap p {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #DE2B26;
}
#history .left .year-wrap .year-img {
  max-width: 633px;
  max-height: 420px;
  width: 100%;
  aspect-ratio: 663/420;
  background: no-repeat center/cover;
}
#history .right {
  width: 50%;
  padding-left: 12rem;
}
#history .history:last-child .inner {
  padding-bottom: 20rem;
}
#history .history .inner {
  padding-top: 200px;
  display: flex;
  flex-direction: row;
  gap: 200px;
}
#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 {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  /* 56px */
}
#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 {
  color: #08285D;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  width: 6rem;
  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: 1.7;
  color: #08285D;
}
#history .mobile-history-img .title-wrap {
  text-align: center;
}
#history .mobile-history-img .title-wrap .year-title {
  color: #08285D;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  /* 60px */
  margin-bottom: 2rem;
}
#history .mobile-history-img .title-wrap .year-desc {
  color: #DE2B26;
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  /* 33.6px */
  margin-bottom: 4rem;
}
#history .mobile-history-img {
  display: none;
}

@media (max-width: 1400px) {
  #history .con {
    padding: 0 3rem;
  }
  #history .right {
    padding-left: 8rem;
  }
  #history .history .inner {
    padding-top: 16rem;
  }
}
@media (max-width: 1024px) {
  #history {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
  }
  #history .con {
    flex-direction: column;
    padding: 0 2rem;
  }
  #history .left {
    width: 100%;
    padding-top: 10rem;
  }
  #history .left .year-wrap {
    position: relative;
    top: auto;
    gap: 3rem;
  }
  #history .left .year-wrap .title-wrap h1 {
    font-size: 4.8rem;
    text-align: center;
  }
  #history .left .year-wrap .title-wrap p {
    font-size: 2rem;
  }
  #history .left .year-wrap .year-img {
    display: none;
  }
  #history .right {
    width: 100%;
    padding-left: 0;
    margin-top: 8rem;
  }
  #history .history .inner {
    padding-top: 10rem;
    gap: 8rem;
  }
  #history .history .inner .history-info-wrap {
    gap: 6rem;
  }
  #history .history .inner .history-info-wrap .history-item {
    gap: 3rem;
  }
  #history .history .inner .history-info-wrap .history-item .history-title {
    font-size: 3.4rem;
  }
  #history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content .date {
    font-size: 1.8rem;
    width: 5rem;
  }
  #history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content .history-desc {
    font-size: 1.8rem;
  }
  #history .history:last-child .inner {
    padding-bottom: 12rem;
  }
  #history .mobile-history-img {
    display: block;
    width: 100%;
    margin: 6rem 0 4rem;
  }
  #history .mobile-history-img img {
    display: block;
    width: 100%;
    max-width: 63.3rem;
    margin: 0 auto;
    aspect-ratio: 663/420;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  #history .con {
    padding: 0 1.6rem;
  }
  #history .left {
    padding-top: 0;
  }
  #history .left .year-wrap {
    gap: 2.4rem;
  }
  #history .left .year-wrap .title-wrap {
    gap: 1.2rem;
    display: none;
  }
  #history .left .year-wrap .title-wrap h1 {
    font-size: 3.8rem;
  }
  #history .left .year-wrap .title-wrap p {
    font-size: 1.7rem;
  }
  #history .left .year-wrap .year-img {
    max-width: 100%;
    aspect-ratio: 663/420;
  }
  #history .right {
    margin-top: 6rem;
  }
  #history .history .inner {
    padding-top: 7rem;
  }
  #history .history .inner .history-info-wrap {
    gap: 5rem;
  }
  #history .history .inner .history-info-wrap .history-item {
    gap: 2rem;
  }
  #history .history .inner .history-info-wrap .history-item .history-title {
    font-size: 2.8rem;
  }
  #history .history .inner .history-info-wrap .history-item .history-content-wrap {
    gap: 1.2rem;
  }
  #history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content {
    gap: 1rem;
    align-items: flex-start;
  }
  #history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content .date {
    width: 4.8rem;
    font-size: 1.6rem;
  }
  #history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content .history-desc {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content .history-desc br {
    display: none;
  }
  #history .history:last-child .inner {
    padding-bottom: 8rem;
  }
  #history .mobile-history-img .title-wrap .year-title {
    font-size: 3.6rem;
  }
  #history .mobile-history-img .title-wrap .year-desc {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  #history .left {
    padding-top: 5rem;
  }
  #history .left .year-wrap .title-wrap {
    display: none;
  }
  #history .left .year-wrap .title-wrap h1 {
    font-size: 3.2rem;
  }
  #history .left .year-wrap .title-wrap p {
    font-size: 1.5rem;
  }
  #history .right {
    margin-top: 4rem;
  }
  #history .history .inner {
    padding-top: 5rem;
  }
  #history .history .inner .history-info-wrap {
    gap: 4rem;
  }
  #history .history .inner .history-info-wrap .history-item .history-title {
    font-size: 2.4rem;
  }
  #history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content .date {
    width: 4.2rem;
    font-size: 1.5rem;
  }
  #history .history .inner .history-info-wrap .history-item .history-content-wrap .history-content .history-desc {
    font-size: 1.5rem;
  }
}
.partners-wrap {
  padding: 20rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 15rem;
}

.part1 .sub-visual-wrap {
  height: 100rem;
}

#partners {
  overflow: hidden;
}
#partners .inner {
  max-width: 164rem;
  padding: 20rem 2rem 20rem;
  width: 100%;
}
#partners .title {
  margin-bottom: 4rem;
}
#partners .partners-business {
  overflow: visible;
  height: 100%;
  display: flex;
  align-items: center;
}
#partners .partners-list {
  display: flex;
  gap: 5rem;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
#partners .partners-item {
  width: 85rem;
  min-width: 85rem;
  flex: 0 0 85rem;
  flex-shrink: 0;
  margin-bottom: 4rem;
}
#partners .partners-img {
  display: block;
  width: 85rem;
  height: 45rem;
  background: no-repeat center/cover;
}
#partners .partners-text {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
}
#partners .partners-title {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 140%;
}
#partners .partners-btn {
  padding: 0.7rem 1.4rem;
  border: 1px solid rgba(8, 40, 93, 0.3);
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
#partners .partners-btn span {
  padding-left: 0.5rem;
}
#partners .img-partners {
  width: 100%;
}
#partners .img-partners .partners-business {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.55rem;
  height: auto;
}
#partners .img-partners .partners-business > a {
  width: calc((100% - 12.75rem) / 6);
}
#partners .img-partners .partners-business > a img {
  width: 100%;
  height: auto;
  aspect-ratio: 232/85;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#partners .img-partners .partners-business .a-none {
  cursor: auto;
}
@media (max-width: 1400px) {
  #partners .inner {
    padding: 16rem 2rem 12rem;
  }
  #partners .partners-item,
  #partners .partners-img {
    width: 70rem;
  }
  #partners .partners-item {
    min-width: 70rem;
    flex-basis: 70rem;
  }
  #partners .partners-img {
    height: 38rem;
  }
  #partners .inner.img-partners {
    padding: 0 2rem 16rem;
  }
  #partners .inner.img-partners .partners-business {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    gap: 2.55rem;
    height: auto;
  }
  #partners .inner.img-partners .partners-business > a {
    width: calc((100% - 7.65rem) / 4);
  }
  #partners .inner.img-partners .partners-business > a img {
    width: 100%;
    height: auto;
    aspect-ratio: 232/85;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
}
@media (max-width: 1024px) {
  #partners .inner {
    padding: 12rem 2rem 10rem;
  }
  #partners .inner.img-partners {
    padding: 0 2rem 12rem;
  }
  #partners .inner.img-partners .partners-business > a {
    width: calc((100% - 5.1rem) / 3);
  }
  #partners .partners-list {
    gap: 3rem;
  }
  #partners .partners-item,
  #partners .partners-img {
    width: 56rem;
  }
  #partners .partners-item {
    min-width: 56rem;
    flex-basis: 56rem;
  }
  #partners .partners-img {
    height: 32rem;
  }
  #partners .partners-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  #partners {
    overflow: visible;
  }
  #partners .inner {
    padding: 9rem 2rem 8rem;
  }
  #partners .partners-business {
    overflow-x: scroll;
  }
  #partners .img-partners .partners-business {
    overflow: visible;
  }
  #partners .inner.img-partners {
    padding: 0 2rem 9rem;
  }
  #partners .inner.img-partners .partners-business > a {
    width: calc(50% - 1.5rem);
  }
  #partners .inner.img-partners .partners-business {
    height: auto;
  }
  #partners .title {
    margin-bottom: 3rem;
  }
  #partners .partners-list {
    gap: 2rem;
    transform: none !important;
  }
  #partners .partners-item,
  #partners .partners-img {
    width: 36rem;
  }
  #partners .partners-item {
    min-width: 36rem;
    flex-basis: 36rem;
    margin-bottom: 2rem;
  }
  #partners .partners-img {
    height: 22rem;
  }
  #partners .partners-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    margin-top: 2rem;
  }
  #partners .partners-title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  #partners .inner {
    padding: 7rem 1.6rem 6rem;
  }
  #partners .inner.img-partners {
    padding: 0 1.6rem 7rem;
  }
  #partners .partners-item,
  #partners .partners-img {
    width: 30rem;
  }
  #partners .partners-item {
    min-width: 30rem;
    flex-basis: 30rem;
  }
  #partners .partners-img {
    height: 18rem;
  }
  #partners .partners-title {
    font-size: 1.8rem;
  }
  #partners .partners-btn {
    font-size: 1.3rem;
    padding: 0.7rem 1.2rem;
  }
}

#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;
}

.product-header .inner {
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.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;
}

.sub-visual {
  width: 100%;
  height: 45rem;
  background: url(/static/img/sub/sub-visual1.png) no-repeat center/cover;
}
.sub-visual .visual-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 5rem;
}
.sub-visual .visual-title span {
  color: #FFF;
  font-family: "Pretendard", sans-serif;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  /* 37.8px */
  text-transform: uppercase;
  position: relative;
}
.sub-visual .visual-title span:after {
  content: "";
  width: 4rem;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sub-visual .visual-title h4 {
  color: #FFF;
  font-family: "Pretendard", sans-serif;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 45px */
  text-transform: uppercase;
}

#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-wrap {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  background: #F1F7FB;
}

#product_detail {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  background: #EBF7FF;
}
#product_detail .inner {
  max-width: 192rem;
  width: 100%;
  margin: 0 auto;
}
#product_detail .inner .detail-top {
  display: flex;
  width: 100%;
  max-width: 192rem;
  background: #EBF7FF;
  align-items: stretch;
  box-sizing: border-box;
}
#product_detail .inner .detail-top .img-wrap {
  width: 50%;
  height: 100%;
  flex: 1;
  flex-shrink: 0;
  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 {
  width: 100%;
  max-width: 960px;
  height: auto;
  aspect-ratio: 960/787;
  display: block;
}
#product_detail .inner .detail-top .info-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 15rem 8rem 15rem 18rem;
  box-sizing: border-box;
}
#product_detail .inner .detail-top .info-wrap .info {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#product_detail .inner .detail-top .info-wrap .info .name-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#product_detail .inner .detail-top .info-wrap .info .name-wrap .code {
  color: #1182DD;
  font-family: "Pretendard", sans-serif;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
#product_detail .inner .detail-top .info-wrap .info .name-wrap .name {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  word-break: keep-all;
}
#product_detail .inner .detail-top .info-wrap .info .desc {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
}
#product_detail .inner .detail-top .info-wrap .info .feature-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#product_detail .inner .detail-top .info-wrap .info .feature-wrap .feature-title {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
#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 {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
}
#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;
  min-width: 20rem;
  height: 60px;
  background-color: #fff;
  box-sizing: border-box;
}
#product_detail .inner .detail-top .info-wrap .pdf-btn a {
  display: flex;
  gap: 0.8rem;
}
#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 {
  border: 3px solid #1182DD;
  background: #FFF;
}
#product_detail .inner .detail-content {
  border: 1px solid #BEC5CB;
  background: #FFF;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  box-sizing: border-box;
}
#product_detail .inner .detail-content .product-content {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#product_detail .inner .detail-content .product-content .content-title {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15385;
  /* 115.385% */
}
#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 .item-title {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  /* 165% */
  padding-left: 1rem;
  position: relative;
}
#product_detail .inner .detail-content .product-content .item-list li .item-title:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  left: -1rem;
  background-color: #08285D;
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
  position: absolute;
}
#product_detail .inner .detail-content .product-content .item-list li .item-desc {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.65;
  /* 165% */
}
#product_detail .inner .detail-content .product-noti {
  background: #F1F9FF;
  line-height: 1;
  padding: 3rem;
  text-align: center;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
#product_detail .inner .detail-content .product-noti b {
  color: #DE2B26;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66667;
  /* 166.667% */
}
#product_detail .inner .detail-content .table-wrap {
  width: 100%;
  max-width: 1000px;
  border: 1px solid #000;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#product_detail .inner .detail-content .table-wrap table {
  width: 100%;
  min-width: 700px;
  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: #000;
  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.a {
  padding: 0;
}

.sub-content.a {
  background-color: transparent;
  position: relative;
}
.sub-content.a:before {
  content: url(/static/img/sub/letter-text.png);
  width: 100%;
  height: 100px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  text-align: center;
}
.sub-content.a .inner {
  max-width: 192rem;
  width: 100%;
  margin: 0 auto;
}
.sub-content.a .detail-content {
  background-color: #fff;
  max-width: 156rem;
  margin: 0 auto 15rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding: 8rem 20rem;
  z-index: 10;
  position: relative;
  box-sizing: border-box;
}
.sub-content.a .detail-content .product-content {
  display: flex;
  gap: 4rem;
}
.sub-content.a .detail-content .product-content .content-title {
  width: 25rem;
  flex-shrink: 0;
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15385;
}
.sub-content.a .detail-content .product-content .item-list {
  flex: 1;
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.65;
  border-top: 1px solid var(--Color, #08285D);
}
.sub-content.a .detail-content .product-content .item-list li {
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
}
.sub-content.a .detail-content .product-content .item-list li .item-title {
  min-width: 17rem;
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.65;
}
.sub-content.a .product-noti {
  background: #F1F9FF;
  line-height: 1;
  padding: 3rem;
  text-align: center;
}
.sub-content.a .product-noti b {
  color: #DE2B26;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66667;
}
.sub-content.a .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;
  margin: 0 auto;
}
.sub-content.a .list-btn:hover {
  border: 2px solid rgba(0, 0, 0, 0.5);
  background: #08285D;
  color: #fff;
}

@media (max-width: 1600px) {
  .product-detail-wrap {
    gap: 16rem;
  }
  #product_detail {
    gap: 20rem;
  }
  #product_detail .inner .detail-top .info-wrap {
    padding: 10rem 4rem 10rem 4rem;
    gap: 4rem;
  }
  #product_detail .inner .detail-top .info-wrap .info {
    gap: 2.4rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .name-wrap {
    gap: 1.6rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .name-wrap .code {
    font-size: 2.3rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .name-wrap .name {
    font-size: 3.8rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .desc {
    font-size: 1.8rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .feature-wrap .feature-title {
    font-size: 2.2rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .feature-wrap .feature-list li {
    font-size: 1.8rem;
  }
  .sub-content.a .detail-content {
    padding: 6rem 10rem;
  }
}
@media (max-width: 1200px) {
  .product-detail-wrap {
    gap: 10rem;
  }
  #product_detail {
    gap: 12rem;
  }
  #product_detail .inner .detail-top {
    flex-direction: column;
    gap: 0;
  }
  #product_detail .inner .detail-top .img-wrap,
  #product_detail .inner .detail-top .info-wrap {
    width: 100%;
  }
  #product_detail .inner .detail-top .img-wrap {
    flex: none;
  }
  #product_detail .inner .detail-top .img-wrap img {
    max-width: 100%;
  }
  #product_detail .inner .detail-top .info-wrap {
    padding: 5rem 0 0;
    gap: 3rem;
  }
  #product_detail .inner .detail-top .info-wrap .info {
    gap: 2rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .name-wrap .code {
    font-size: 2rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .name-wrap .name {
    font-size: 3.2rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .desc {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .feature-wrap .feature-title {
    font-size: 2rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .feature-wrap .feature-list li {
    font-size: 1.7rem;
  }
  #product_detail .inner .detail-top .info-wrap .pdf-btn {
    height: 54px;
    padding: 0 32px;
  }
  #product_detail .inner .detail-content {
    gap: 4rem;
    padding-bottom: 6rem;
  }
  #product_detail .inner .detail-content .product-content .content-title {
    font-size: 2rem;
    line-height: 1.5;
  }
  #product_detail .inner .detail-content .product-content .content-title span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #product_detail .inner .detail-content .product-content .item-list li .item-title {
    width: 12rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  #product_detail .inner .detail-content .product-content .item-list li .item-desc {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  #product_detail .inner .detail-content .product-noti {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 1.4rem 1.6rem;
  }
  .sub-content.a:before {
    top: -8rem;
    transform: translateX(-50%) scale(0.8);
    -webkit-transform: translateX(-50%) scale(0.8);
    -moz-transform: translateX(-50%) scale(0.8);
    -ms-transform: translateX(-50%) scale(0.8);
    -o-transform: translateX(-50%) scale(0.8);
  }
  .sub-content.a .detail-content {
    max-width: 100%;
    padding: 5rem 3rem;
    gap: 5rem;
    margin-bottom: 10rem;
  }
  .sub-content.a .detail-content .product-content {
    flex-direction: column;
    gap: 1.6rem;
  }
  .sub-content.a .detail-content .product-content .content-title {
    width: 100%;
    font-size: 2.2rem;
  }
  .sub-content.a .detail-content .product-content .item-list li .item-title {
    min-width: 14rem;
    font-size: 1.8rem;
  }
  .sub-content.a .detail-content .product-content .item-list li .item-desc {
    font-size: 1.8rem;
  }
  .sub-content.a .product-noti {
    padding: 2.4rem 2rem;
  }
  .sub-content.a .product-noti b {
    font-size: 1.7rem;
  }
  .sub-content.a .list-btn {
    width: 18rem;
    height: 5.4rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .product-detail-wrap {
    gap: 6rem;
  }
  #product_detail {
    gap: 0rem;
  }
  #product_detail .inner .detail-top {
    padding: 0 1.6rem;
  }
  #product_detail .inner .detail-top .info-wrap {
    padding: 3rem 0 0;
    gap: 2.4rem;
  }
  #product_detail .inner .detail-top .info-wrap .info {
    gap: 1.6rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .name-wrap {
    gap: 1rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .name-wrap .code {
    font-size: 1.6rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .name-wrap .name {
    font-size: 2.4rem;
    line-height: 1.35;
  }
  #product_detail .inner .detail-top .info-wrap .info .desc {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  #product_detail .inner .detail-top .info-wrap .info .feature-wrap .feature-title {
    font-size: 1.8rem;
  }
  #product_detail .inner .detail-top .info-wrap .info .feature-wrap .feature-list li {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  #product_detail .inner .detail-top .info-wrap .pdf-btn {
    width: 100%;
    min-width: auto;
    height: 5rem;
    padding: 0 1.6rem;
  }
  #product_detail .inner .detail-top .info-wrap .pdf-btn > p {
    font-size: 1.5rem;
  }
  #product_detail .inner .detail-top .info-wrap .pdf-btn img {
    width: 1.4rem;
    height: 1.4rem;
  }
  #product_detail .inner .detail-content {
    gap: 3rem;
    padding-bottom: 4rem;
  }
  #product_detail .inner .detail-content .product-content {
    gap: 0.8rem;
    flex-direction: column;
  }
  #product_detail .inner .detail-content .product-content .content-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #product_detail .inner .detail-content .product-content .content-title span {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #product_detail .inner .detail-content .product-content .item-list.no-bullet li .item-desc {
    padding-left: 0;
  }
  #product_detail .inner .detail-content .product-content .item-list li {
    flex-direction: column;
    gap: 0.2rem;
    padding-bottom: 0.8rem;
  }
  #product_detail .inner .detail-content .product-content .item-list li .item-title {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #product_detail .inner .detail-content .product-content .item-list li .item-desc {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #product_detail .inner .detail-content .product-noti {
    font-size: 1.5rem;
    padding: 1.2rem;
  }
  #product_detail .inner .detail-content .table-wrap table {
    min-width: 600px;
  }
  #product_detail .inner .detail-content .table-wrap table thead th {
    padding: 1.4rem 1rem;
    font-size: 1.4rem;
  }
  #product_detail .inner .detail-content .table-wrap table tbody td {
    padding: 1.4rem 1rem;
  }
  #product_detail .inner .detail-content .table-wrap table tbody td .data-list li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .sub-content.a:before {
    display: none;
  }
  .sub-content.a .detail-content {
    padding: 3rem 1.6rem;
    gap: 3rem;
    margin-bottom: 6rem;
  }
  .sub-content.a .detail-content .product-content .content-title {
    font-size: 1.8rem;
  }
  .sub-content.a .detail-content .product-content .item-list li {
    flex-direction: column;
    gap: 0.4rem;
    padding: 1.4rem 0;
  }
  .sub-content.a .detail-content .product-content .item-list li .item-title {
    min-width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .sub-content.a .detail-content .product-content .item-list li .item-desc {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .sub-content.a .product-noti {
    padding: 1.6rem 1.2rem;
  }
  .sub-content.a .product-noti b {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .sub-content.a .list-btn {
    width: 100%;
    max-width: 16rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
  .sub-visual .visual-title h4 {
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  #product_detail .inner .detail-top .info-wrap .info .name-wrap .name {
    font-size: 2.1rem;
  }
}
#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%;
}

@media all and (max-width: 85.375rem) {
  #Sub #businessArea .inner .business-list.list1 {
    width: 100%;
  }
}
#businessArea {
  background: #EEF5F9;
}
#businessArea .inner {
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
#businessArea .inner .business-list {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-width: 36rem;
  max-width: 42rem;
  position: relative;
  margin-left: auto;
}
#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;
  position: relative;
  cursor: pointer;
}
#businessArea .inner .business-list .business-item span img {
  opacity: 0;
}
#businessArea .inner .business-list .business-item.active {
  border-bottom: 2px solid #008BF2;
  font-size: 24px;
  color: #008BF2;
  font-weight: 600;
}
#businessArea .inner .business-list .business-item.active span img {
  opacity: 1;
}
#businessArea .inner .img-box-wrap {
  width: 1040px;
}

#businessArea {
  background: #EEF5F9;
}
#businessArea .inner {
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8rem;
}
#businessArea .inner .business-wrapper {
  display: flex;
  position: relative;
  width: 36rem;
  height: 50rem;
}
#businessArea .inner .business-list {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: absolute;
  margin-left: 0;
  width: 45rem;
}
#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;
  position: relative;
  cursor: pointer;
}
#businessArea .inner .business-list .business-item span img {
  opacity: 0;
}
#businessArea .inner .business-list .business-item.active {
  border-bottom: 2px solid #008BF2;
  font-size: 24px;
  color: #008BF2;
  font-weight: 600;
}
#businessArea .inner .business-list .business-item.active span img {
  opacity: 1;
}
#businessArea .inner .img-box-wrap {
  width: 1040px;
  max-width: 100%;
}
#businessArea .img-box {
  display: none;
}
#businessArea .img-box.active {
  display: block;
}
#businessArea .img-box img {
  width: 100%;
  margin-bottom: 8rem;
  display: block;
}
#businessArea .img-box span {
  display: block;
  color: #1182DD;
  font-family: "Pretendard", sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 2rem;
}
#businessArea .img-box h3 {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5rem;
}
#businessArea .img-box p {
  color: #08285D;
  font-family: "Pretendard", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.6;
}

@media (max-width: 1400px) {
  #businessArea .inner {
    padding: 16rem 4rem;
    gap: 5rem;
  }
  #businessArea .inner .business-wrapper {
    width: 32rem;
  }
  #businessArea .inner .business-list {
    width: 36rem;
  }
  #businessArea .inner .business-list .business-item {
    font-size: 1.8rem;
  }
  #businessArea .inner .business-list .business-item.active {
    font-size: 2.2rem;
  }
  #businessArea .inner .img-box-wrap {
    width: calc(100% - 36rem);
  }
}
@media (max-width: 1024px) {
  #businessArea .inner {
    flex-direction: column;
    padding: 12rem 3rem;
    gap: 5rem;
  }
  #businessArea .inner .business-wrapper {
    width: 100%;
    height: auto;
    display: block;
  }
  #businessArea .inner .business-list {
    position: relative;
    width: 100%;
    min-width: 100%;
    flex-direction: row;
    gap: 1.5rem;
    overflow-x: auto;
    padding-bottom: 1rem;
  }
  #businessArea .inner .business-list .business-item {
    flex: 0 0 auto;
    height: auto;
    padding: 1.2rem 0;
    font-size: 1.8rem;
    white-space: nowrap;
  }
  #businessArea .inner .business-list .business-item.active {
    font-size: 2rem;
  }
  #businessArea .inner .img-box-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #businessArea .inner {
    padding: 9rem 2rem;
    gap: 4rem;
  }
  #businessArea .inner .business-list {
    gap: 1.2rem;
  }
  #businessArea .inner .business-list .business-item {
    font-size: 1.6rem;
  }
  #businessArea .inner .business-list .business-item.active {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  #businessArea .inner {
    padding: 7rem 1.6rem;
  }
}
#businessArea .business-list .business-item {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  #businessArea .img-box img {
    margin-bottom: 5rem;
  }
  #businessArea .img-box span {
    font-size: 2.2rem;
  }
  #businessArea .img-box h3 {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  #businessArea .img-box p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  #businessArea .img-box img {
    margin-bottom: 3rem;
  }
  #businessArea .img-box span {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  #businessArea .img-box h3 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
  #businessArea .img-box p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  #businessArea .img-box span {
    font-size: 1.6rem;
  }
  #businessArea .img-box h3 {
    font-size: 2.5rem;
  }
  #businessArea .img-box p {
    font-size: 1.5rem;
  }
}

#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:hover,
#resources .inner .board-list-wrap .board-table tbody tr:hover {
  background: #F4F7FA;
  cursor: pointer;
}
#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: 600;
}
#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: 600;
}
#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;
}
#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 .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;
}

#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;
}
#inquiry .info-wrap .info .info-top .item {
  display: flex;
  gap: 10px;
}
#inquiry .info-wrap .info .info-top .item .title {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  line-height: 140%;
}
#inquiry .info-wrap .info .info-top .item .content {
  font-size: 25px;
  font-weight: 300;
  color: #000;
  line-height: 140%;
}
#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: #105892;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.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;
}

.product-detail-wrap {
  opacity: 0;
}

.sub-content.a {
  opacity: 0;
}

.visual-title {
  opacity: 0;
}

.filter-wrap {
  opacity: 0;
}

.product-content {
  opacity: 0;
}

.sub-contents .detail-top {
  opacity: 0;
}

@media (max-width: 1600px) {
  #Sub #businessField .bf-scroll-area .bf-pagination {
    left: 15px;
  }
}
@media (max-width: 1400px) {
  .header .inner .nav .gnb {
    gap: 60px;
  }
  .header .inner .nav .gnb > li .dep-01 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .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: 600px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap {
    bottom: 120px;
    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: 60px;
    padding: 0 20px;
  }
  .content-wrap.main .challenge {
    height: 500px;
  }
  .content-wrap.main .challenge .inner .title {
    font-size: 50px;
  }
  .content-wrap.main .challenge .inner .chanllenge-img {
    width: 180px;
    height: 105px;
  }
  .content-wrap.main .challenge .challenge-bg {
    width: 180px;
    height: 105px;
  }
  .content-wrap.main .challenge .challenge-desc {
    font-size: 40px;
    bottom: 80px;
    padding: 0 20px;
  }
  .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;
  }
  .content-wrap.main .business .inner .business-list .business-item .business-img {
    width: 500px;
    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 .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::after {
    display: none !important;
  }
  .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;
    position: absolute;
    top: 0;
    margin-top: 0;
  }
  .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 #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;
  }
  .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: 24px;
    height: 24px;
  }
  .section-title-wrap .more-btn .desc {
    font-size: 14px;
  }
  .footer .inner {
    padding: 40px 20px;
    gap: 30px;
  }
  .content-wrap.main .section-hero .heroSwiper {
    height: 500px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap {
    bottom: 100px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap .hero-title {
    font-size: 32px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap .arrow-up {
    width: 60px;
    height: 60px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-progress {
    bottom: 40px;
  }
  .content-wrap.main .challenge {
    height: 500px;
  }
  .content-wrap.main .challenge .inner {
    gap: 30px;
  }
  .content-wrap.main .challenge .inner .title {
    font-size: 36px;
  }
  .content-wrap.main .challenge .inner .chanllenge-img {
    width: 140px;
    height: 82px;
  }
  .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 .notice .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
    margin: 15rem auto 0;
    padding: 8rem 2rem;
  }
  .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;
  }
  .product-list .product-item .product-img {
    min-height: auto;
  }
  .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;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .product-list .product-item .product-img {
    min-height: auto !important;
  }
}
@media (max-width: 768px) {
  #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 #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%;
  }
  #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: 400px;
  }
  .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;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-text-wrap .arrow-up {
    width: 50px;
    height: 50px;
  }
  .content-wrap.main .section-hero .heroSwiper .hero-progress {
    bottom: 30px;
  }
  .content-wrap.main .challenge {
    height: 400px;
  }
  .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 .business .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 30px;
  }
  .content-wrap.main .business .inner .business-list {
    gap: 30px;
  }
  .content-wrap.main .business .inner .business-list .business-item .business-text {
    gap: 10px;
  }
  .content-wrap.main .business .inner .business-list .business-item .business-text .business-title {
    font-size: 20px;
  }
  .content-wrap.main .business .inner .business-list .business-item .business-text .business-desc {
    font-size: 14px;
  }
  .content-wrap.main .notice .inner {
    padding: 6rem 2rem;
    gap: 30px;
    background-color: rgba(255, 255, 255, 0.7137254902);
    margin: 15rem auto 0;
  }
  .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-img {
    min-height: auto;
  }
  .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 #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 p,
  #Sub #resources .inner .board-list-wrap .board-table tbody tr td.content div p {
    font-size: 14px;
    line-height: 140%;
  }
  #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 */