@charset "UTF-8";
/* =========================================
   공통 타이틀
========================================= */
.sec-tit-box {
  text-align: center;
  margin-bottom: 70px;
}
.sec-tit-box h2 {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #111;
  line-height: 1.2;
}
.sec-tit-box p {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  line-height: 1.6;
}
.sec-tit-box .sub {
  display: block;
  color: #232C51;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.sec-tit-box.left {
  text-align: left;
}

/* =========================================
   #container (메인 페이지 랩퍼 - 박스형 레이아웃)
========================================= */
#namho-main {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  /* 공통 이너 패딩 (모바일 대응) */
}
#namho-main .inner {
  padding: 0 40px;
}
#namho-main {
  /* -------------------------------------
     1. VISUAL HERO SECTION
  ------------------------------------- */
}
#namho-main .sec-visual {
  position: relative;
  width: 100%;
  height: 1013px;
  background-color: #000;
}
#namho-main .sec-visual .visual-swiper {
  width: 100%;
  height: 100%;
}
#namho-main .sec-visual .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#namho-main .sec-visual .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}
#namho-main .sec-visual .swiper-slide .inner {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 50px;
}
#namho-main .sec-visual .swiper-slide .txt-box {
  color: #fff;
  width: 100%;
}
#namho-main .sec-visual .swiper-slide .txt-box .top-txt {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  opacity: 0.9;
}
#namho-main .sec-visual .swiper-slide .txt-box .since {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Arial", sans-serif;
  letter-spacing: 1px;
}
#namho-main .sec-visual .swiper-slide .txt-box .main-tit {
  margin-bottom: 30px;
}
#namho-main .sec-visual .swiper-slide .txt-box .main-tit .red-txt {
  display: block;
  color: #E60012;
  font-size: 90px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  text-shadow: 0 0 25px rgba(230, 0, 18, 0.5);
}
#namho-main .sec-visual .swiper-slide .txt-box .main-tit .white-txt {
  display: block;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 10px;
}
#namho-main .sec-visual .swiper-slide .txt-box .desc {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.8;
  margin-bottom: 50px;
}
#namho-main .sec-visual .swiper-slide .txt-box .btn-view {
  display: inline-block;
  padding: 15px 45px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.3s;
}
#namho-main .sec-visual .swiper-slide .txt-box .btn-view:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
#namho-main .sec-visual .swiper-button-prev, #namho-main .sec-visual .swiper-button-next {
  color: #fff;
  transition: 0.3s;
}
#namho-main .sec-visual .swiper-button-prev::after, #namho-main .sec-visual .swiper-button-next::after {
  font-size: 30px;
  font-weight: 200;
}
#namho-main .sec-visual .swiper-button-prev {
  left: 40px;
}
#namho-main .sec-visual .swiper-button-next {
  right: 40px;
}
#namho-main .sec-visual .scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#namho-main .sec-visual .scroll-down .mouse-icon {
  width: 24px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  position: relative;
  margin-bottom: 110px;
}
#namho-main .sec-visual .scroll-down .mouse-icon::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 6px;
  background: #fff;
  border-radius: 2px;
  animation: scrollWheel 2s infinite ease-in-out;
}
#namho-main .sec-visual .scroll-down .mouse-icon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 90px;
  background: rgba(255, 255, 255, 0.2);
}
#namho-main .sec-visual .scroll-down .txt {
  color: #fff;
  font-size: 10px;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  opacity: 0.6;
}
#namho-main .sec-visual .visual-controls {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 20px;
}
#namho-main .sec-visual .visual-controls .swiper-pagination {
  position: static;
  display: flex;
  gap: 5px;
  width: auto;
}
#namho-main .sec-visual .visual-controls .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
  margin: 0;
}
#namho-main .sec-visual .visual-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
#namho-main .sec-visual .visual-controls .control-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
#namho-main .sec-visual .visual-controls .control-btns .current-num {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
}
#namho-main .sec-visual .visual-controls .control-btns .btn-pause {
  color: #fff;
  font-size: 11px;
  opacity: 0.8;
}
#namho-main {
  /* -------------------------------------
     2. BUSINESS AREA
  ------------------------------------- */
}
#namho-main .sec-business {
  padding: 130px 0;
  background: #fff;
}
#namho-main .sec-business .biz-swiper {
  padding: 10px 40px 40px;
}
#namho-main .sec-business .biz-swiper .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
#namho-main .sec-business .biz-swiper .swiper-slide a .img-box {
  aspect-ratio: 1/1.7;
  overflow: hidden;
  position: relative;
}
#namho-main .sec-business .biz-swiper .swiper-slide a .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s ease;
}
#namho-main .sec-business .biz-swiper .swiper-slide a .img-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}
#namho-main .sec-business .biz-swiper .swiper-slide a .txt-box {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
}
#namho-main .sec-business .biz-swiper .swiper-slide a .txt-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}
#namho-main .sec-business .biz-swiper .swiper-slide a .txt-box p {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.7;
  font-family: "Arial", sans-serif;
}
#namho-main .sec-business .biz-swiper .swiper-slide a:hover .img-box img {
  transform: scale(1.05);
}
#namho-main .sec-business .biz-swiper .swiper-button-prev, #namho-main .sec-business .biz-swiper .swiper-button-next {
  color: #999;
  width: 40px;
  height: 40px;
  margin-top: -40px;
}
#namho-main .sec-business .biz-swiper .swiper-button-prev::after, #namho-main .sec-business .biz-swiper .swiper-button-next::after {
  font-size: 24px;
  font-weight: 300;
}
#namho-main .sec-business .biz-swiper .swiper-button-prev {
  left: 0;
}
#namho-main .sec-business .biz-swiper .swiper-button-next {
  right: 0;
}
#namho-main {
  /* -------------------------------------
     3. MIDDLE BANNER
  ------------------------------------- */
}
#namho-main .sec-banner {
  background: url("/img/banner_bg.jpg") no-repeat center/cover;
  padding: 90px 0;
  position: relative;
  color: #fff;
}
#namho-main .sec-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#namho-main .sec-banner .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#namho-main .sec-banner .txt-box h2 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
#namho-main .sec-banner .txt-box p {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.8;
  letter-spacing: 1px;
}
#namho-main .sec-banner .btn-more {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 16px 40px;
  font-size: 14px;
  transition: 0.3s;
}
#namho-main .sec-banner .btn-more:hover {
  background: #fff;
  color: #000;
}
#namho-main .sec-banner .btn-more:hover img {
  filter: invert(1);
}
#namho-main {
  /* -------------------------------------
     4. PRODUCTS
  ------------------------------------- */
}
#namho-main .sec-products {
  padding: 130px 0;
}
#namho-main .sec-products .flex-layout {
  display: flex;
  align-items: stretch;
  gap: 60px;
}
#namho-main .sec-products .left-menu {
  width: 360px;
  background: #232C51;
  color: #fff;
  padding: 70px 40px;
  flex-shrink: 0;
}
#namho-main .sec-products .left-menu h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 15px;
}
#namho-main .sec-products .left-menu p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  line-height: 1.5;
}
#namho-main .sec-products .left-menu .prd-cate {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#namho-main .sec-products .left-menu .prd-cate li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#namho-main .sec-products .left-menu .prd-cate li a {
  display: block;
  padding: 22px 0;
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
#namho-main .sec-products .left-menu .prd-cate li.active a, #namho-main .sec-products .left-menu .prd-cate li:hover a {
  color: #fff;
  font-weight: 500;
  padding-left: 10px;
}
#namho-main .sec-products .right-list {
  flex-grow: 1;
  min-width: 0;
  padding-top: 20px;
}
#namho-main .sec-products .right-list .list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
#namho-main .sec-products .right-list .list-header h3 {
  font-size: 26px;
  font-weight: 800;
  color: #111;
}
#namho-main .sec-products .right-list .list-header .more-link img {
  width: 8px;
  opacity: 0.6;
}
#namho-main .sec-products .right-list .prd-swiper {
  padding-bottom: 20px;
}
#namho-main .sec-products .right-list .prd-swiper .swiper-slide.item {
  text-align: center;
  background: #F8F9FA;
  padding: 50px 20px 40px;
  transition: 0.3s;
  border: 1px solid transparent;
}
#namho-main .sec-products .right-list .prd-swiper .swiper-slide.item .img-box {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#namho-main .sec-products .right-list .prd-swiper .swiper-slide.item .img-box img {
  max-height: 100%;
  width: auto;
  mix-blend-mode: darken;
}
#namho-main .sec-products .right-list .prd-swiper .swiper-slide.item .prd-name {
  font-weight: 500;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
  word-break: keep-all;
}
#namho-main .sec-products .right-list .prd-swiper .swiper-slide.item:hover {
  background: #fff;
  border-color: #E5E5E5;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}
#namho-main {
  /* -------------------------------------
     5. PR / VIDEO
  ------------------------------------- */
}
#namho-main .sec-pr {
  background: #F5F6F8;
  padding: 130px 0;
}
#namho-main .sec-pr .flex-layout {
  display: flex;
  align-items: center;
  gap: 100px;
}
#namho-main .sec-pr .txt-box {
  flex: 1;
}
#namho-main .sec-pr .txt-box .sub {
  color: #232C51;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
#namho-main .sec-pr .txt-box h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #111;
  letter-spacing: -1px;
}
#namho-main .sec-pr .txt-box .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  font-weight: 300;
}
#namho-main .sec-pr .txt-box .btn-view {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 18px 45px;
  background: #fff;
  border: 1px solid #ddd;
  color: #111;
  margin-top: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}
#namho-main .sec-pr .txt-box .btn-view:hover {
  background: #111;
  color: #fff;
}
#namho-main .sec-pr .txt-box .btn-view:hover img {
  filter: invert(1);
}
#namho-main .sec-pr .video-box {
  flex: 1;
}
#namho-main .sec-pr .video-box .thumb {
  position: relative;
  overflow: hidden;
  box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.1);
}
#namho-main .sec-pr .video-box .thumb img {
  width: 100%;
  display: block;
}
#namho-main .sec-pr .video-box .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  transition: 0.3s;
}
#namho-main .sec-pr .video-box .btn-play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
#namho-main {
  /* -------------------------------------
     6. SOLUTION CASE
  ------------------------------------- */
}
#namho-main .sec-solution {
  padding: 130px 0;
}
#namho-main .sec-solution .grid-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
#namho-main .sec-solution .grid-layout .item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}
#namho-main .sec-solution .grid-layout .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s ease;
}
#namho-main .sec-solution .grid-layout .item:hover img {
  transform: scale(1.08);
}
#namho-main {
  /* -------------------------------------
     7. CONTACT US
  ------------------------------------- */
}
#namho-main .sec-contact {
  background: #050505;
  padding: 130px 0;
}
#namho-main .sec-contact .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#namho-main .sec-contact .sec-tit-box {
  width: 30%;
  margin-bottom: 0;
}
#namho-main .sec-contact .sec-tit-box h2 {
  font-size: 46px;
  color: #fff;
  margin-bottom: 20px;
}
#namho-main .sec-contact .sec-tit-box p {
  color: #888888;
  font-size: 15px;
}
#namho-main .sec-contact .contact-form {
  width: 65%;
}
#namho-main .sec-contact .contact-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 40px;
  margin-bottom: 60px;
}
#namho-main .sec-contact .contact-form .form-grid .input-group.full {
  grid-column: 1/-1;
}
#namho-main .sec-contact .contact-form .form-grid .input-group label {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
#namho-main .sec-contact .contact-form .form-grid .input-group label span {
  color: #E60012;
  margin-left: 5px;
}
#namho-main .sec-contact .contact-form .form-grid .input-group input, #namho-main .sec-contact .contact-form .form-grid .input-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #333;
  padding: 10px 0 15px;
  color: #fff;
  font-size: 15px;
  transition: border-color 0.3s;
}
#namho-main .sec-contact .contact-form .form-grid .input-group input::-moz-placeholder, #namho-main .sec-contact .contact-form .form-grid .input-group textarea::-moz-placeholder {
  color: #555;
}
#namho-main .sec-contact .contact-form .form-grid .input-group input::placeholder, #namho-main .sec-contact .contact-form .form-grid .input-group textarea::placeholder {
  color: #555;
}
#namho-main .sec-contact .contact-form .form-grid .input-group input:focus, #namho-main .sec-contact .contact-form .form-grid .input-group textarea:focus {
  border-bottom-color: #E60012;
  outline: none;
}
#namho-main .sec-contact .contact-form .form-grid .input-group textarea {
  height: 120px;
  resize: none;
}
#namho-main .sec-contact .contact-form .form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #222;
  padding-top: 30px;
}
#namho-main .sec-contact .contact-form .form-bottom .agree-box {
  font-size: 14px;
  color: #888;
}
#namho-main .sec-contact .contact-form .form-bottom .agree-box input {
  margin-right: 10px;
  accent-color: #E60012;
}
#namho-main .sec-contact .contact-form .form-bottom .btn-submit {
  background: transparent;
  border: 1px solid #555;
  color: #fff;
  padding: 16px 70px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
}
#namho-main .sec-contact .contact-form .form-bottom .btn-submit:hover {
  background: #E60012;
  border-color: #E60012;
}
#namho-main {
  /* =========================================
     모바일 / 태블릿 반응형 (Max 1024px)
  ========================================= */
}
@media (max-width: 1024px) {
  #namho-main .sec-tit-box h2 {
    font-size: 32px;
  }
  #namho-main .sec-visual {
    height: 100vh;
    min-height: 600px;
  }
  #namho-main .sec-visual .swiper-slide .txt-box .main-tit .red-txt {
    font-size: 50px;
  }
  #namho-main .sec-visual .swiper-slide .txt-box .main-tit .white-txt {
    font-size: 24px;
  }
  #namho-main .sec-visual .swiper-button-prev, #namho-main .sec-visual .swiper-button-next {
    display: none;
  }
  #namho-main .sec-business {
    padding: 80px 0;
  }
  #namho-main .sec-business .biz-swiper .swiper-button-prev, #namho-main .sec-business .biz-swiper .swiper-button-next {
    display: none;
  }
  #namho-main .sec-banner {
    padding: 60px 0;
  }
  #namho-main .sec-banner .inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  #namho-main .sec-products {
    padding: 80px 0;
  }
  #namho-main .sec-products .flex-layout {
    flex-direction: column;
    gap: 30px;
  }
  #namho-main .sec-products .left-menu {
    width: 100%;
    padding: 40px 20px;
  }
  #namho-main .sec-products .right-list {
    padding-top: 0;
  }
  #namho-main .sec-pr {
    padding: 80px 0;
  }
  #namho-main .sec-pr .flex-layout {
    flex-direction: column;
    gap: 50px;
  }
  #namho-main .sec-pr .txt-box {
    text-align: center;
  }
  #namho-main .sec-solution {
    padding: 80px 0;
  }
  #namho-main .sec-solution .grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
  #namho-main .sec-contact {
    padding: 80px 0;
  }
  #namho-main .sec-contact .inner {
    flex-direction: column;
    gap: 50px;
  }
  #namho-main .sec-contact .sec-tit-box {
    text-align: center;
    width: 100%;
  }
  #namho-main .sec-contact .contact-form {
    width: 100%;
  }
  #namho-main .sec-contact .contact-form .form-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #namho-main .sec-contact .contact-form .form-bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  #namho-main .sec-contact .contact-form .form-bottom .btn-submit {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #namho-main .sec-solution .grid-layout {
    grid-template-columns: 1fr;
  }
}

.index-main {
  width: 100%;
  height: auto;
}

.index-hero {
  position: relative;
  width: 100%;
  height: 100dvh;
}
.index-hero .swiper-area {
  width: 100%;
  height: 100%;
}
.index-hero .swiper-area .hero-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-hero .swiper-area .hero-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.index-hero .swiper-area .hero-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-hero .swiper-area .hero-swiper .swiper-wrapper .swiper-slide > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-hero .fixed-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 110px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 30;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area {
    padding-top: 60px;
  }
}
.index-hero .fixed-area .hero-navigation {
  position: absolute;
  left: 50%;
  top: calc(50% + 110px);
  width: 90%;
  height: auto;
  max-width: 1920px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: transparent;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .hero-navigation {
    width: 95%;
    top: calc(50% + 60px);
  }
}
@media (max-width: 768px) {
  .index-hero .fixed-area .hero-navigation {
    width: 100%;
  }
}
.index-hero .fixed-area .hero-navigation > div {
  width: 64px;
  height: 64px;
  padding: 4px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .hero-navigation > div {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 768px) {
  .index-hero .fixed-area .hero-navigation > div {
    width: 48px;
    height: 48px;
  }
}
.index-hero .fixed-area .hero-navigation > div > svg {
  width: 100%;
  height: 100%;
  fill: white;
}
.index-hero .fixed-area .container {
  position: relative;
  width: calc(90% - 128px);
  height: 100%;
  max-width: 1792px;
  margin: 0 auto;
  padding-bottom: 70px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .container {
    width: calc(95% - 104px);
    padding-bottom: 40px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .index-hero .fixed-area .container {
    width: calc(100% - 96px);
  }
}
.index-hero .fixed-area .container .left {
  flex: 1 1 40%;
  padding-left: 5%;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .container .left {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 0 4%;
    padding-top: 10%;
  }
}
@media (max-width: 768px) {
  .index-hero .fixed-area .container .left {
    padding: 0;
    padding-top: 10%;
  }
}
.index-hero .fixed-area .container .left .hero-contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.index-hero .fixed-area .container .left .hero-contents .leader {
  margin-bottom: 28px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  word-break: keep-all;
  color: white;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .container .left .hero-contents .leader {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .index-hero .fixed-area .container .left .hero-contents .leader {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.index-hero .fixed-area .container .left .hero-contents .since {
  margin-bottom: 2px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .container .left .hero-contents .since {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .index-hero .fixed-area .container .left .hero-contents .since {
    font-size: 20px;
  }
}
.index-hero .fixed-area .container .left .hero-contents .title {
  margin-bottom: 4px;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2;
  color: #E60012;
  text-shadow: 0 0 10px #e60012;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .container .left .hero-contents .title {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .index-hero .fixed-area .container .left .hero-contents .title {
    font-size: 52px;
  }
}
.index-hero .fixed-area .container .left .hero-contents .system {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .container .left .hero-contents .system {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .index-hero .fixed-area .container .left .hero-contents .system {
    font-size: 20px;
  }
}
.index-hero .fixed-area .container .left .hero-contents .sub-desc {
  margin-bottom: 120px;
  font-size: 18px;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .container .left .hero-contents .sub-desc {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .index-hero .fixed-area .container .left .hero-contents .sub-desc {
    margin-bottom: 48px;
    font-size: 16px;
  }
}
.index-hero .fixed-area .container .left .hero-contents .vm {
  width: 180px;
  height: 56px;
  border: 1px solid white;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .container .left .hero-contents .vm {
    width: 148px;
    height: 48px;
    font-size: 16px;
  }
}
.index-hero .fixed-area .container .left .hero-contents .vm:hover {
  background: white;
  color: #E60012;
}
.index-hero .fixed-area .container .right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.index-hero .fixed-area .container .right .hero-controls {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .container .right .hero-controls {
    gap: 20px;
  }
}
.index-hero .fixed-area .container .right .hero-controls .swiper-pagination {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  width: auto;
  height: auto;
}
.index-hero .fixed-area .container .right .hero-controls .swiper-pagination .swiper-pagination-bullet {
  width: 56px;
  height: 3px;
  background: white;
  border-radius: 0;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .container .right .hero-controls .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.index-hero .fixed-area .container .right .hero-controls .current-page {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  border: 1px solid #ddd;
  border-radius: 100000rem;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .container .right .hero-controls .current-page {
    width: 32px;
    height: 32px;
  }
}
.index-hero .fixed-area .container .right .hero-controls .status {
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .container .right .hero-controls .status {
    width: 32px;
    height: 32px;
  }
}
.index-hero .fixed-area .container .right .hero-controls .status > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  fill: white;
}
.index-hero .fixed-area .container .right .hero-controls .status > svg:nth-child(2) {
  display: inline-block;
}
.index-hero .fixed-area .container .right .hero-controls .status > svg:nth-child(1) {
  display: none;
}
.index-hero .fixed-area .container .right .hero-controls .status.playing:nth-child(2) {
  display: none;
}
.index-hero .fixed-area .container .right .hero-controls .status.playing:nth-child(1) {
  display: inline-block;
}
.index-hero .fixed-area .container .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 70px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  z-index: 0;
}
@media (max-width: 1280px) {
  .index-hero .fixed-area .container .scroll-down {
    gap: 24px;
    bottom: 100px;
  }
}
.index-hero .fixed-area .container .scroll-down .lr-vertical {
  writing-mode: vertical-lr;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
.index-hero .fixed-area .container .scroll-down > figure {
  width: 28px;
  height: auto;
  padding-bottom: 16px;
  display: flex;
}
.index-hero .fixed-area .container .scroll-down > figure > img {
  width: 100%;
  height: auto;
  animation-name: mouseScroll;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
@keyframes mouseScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(16px);
  }
}

.sec-title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1280px) {
  .sec-title-wrap {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap {
    gap: 16px;
  }
}
.sec-title-wrap h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  .sec-title-wrap h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap h1 {
    font-size: 28px;
  }
}
.sec-title-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  word-break: keep-all;
  text-align: center;
  color: #707070;
}
@media (max-width: 768px) {
  .sec-title-wrap p {
    font-size: 14px;
  }
}
.sec-title-wrap.left {
  align-items: flex-start;
}
.sec-title-wrap.left h1, .sec-title-wrap.left p {
  text-align: left;
}

.business {
  width: 100%;
  height: auto;
  margin: 120px 0 200px;
}
@media (max-width: 1280px) {
  .business {
    margin: 70px 0;
  }
}
.business .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1280px) {
  .business .container {
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .business .container {
    gap: 48px;
  }
}
.business .container .sec-body {
  width: 100%;
  height: auto;
}
.business .container .sec-body .business-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8%;
}
@media (max-width: 1280px) {
  .business .container .sec-body .business-grid {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .business .container .sec-body .business-grid {
    grid-template-columns: 1fr;
  }
}
.business .container .sec-body .business-grid .cell {
  width: 100%;
  height: 680px;
}
@media (max-width: 1280px) {
  .business .container .sec-body .business-grid .cell {
    height: 520px;
  }
}
@media (max-width: 768px) {
  .business .container .sec-body .business-grid .cell {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.4;
  }
}
.business .container .sec-body .business-grid .cell > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.business .container .sec-body .business-grid .cell > a .name-box {
  width: 100%;
  height: auto;
  padding: 36px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1280px) {
  .business .container .sec-body .business-grid .cell > a .name-box {
    padding: 24px 16px;
    gap: 8px;
  }
}
.business .container .sec-body .business-grid .cell > a .name-box b {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .business .container .sec-body .business-grid .cell > a .name-box b {
    font-size: 20px;
  }
}
.business .container .sec-body .business-grid .cell > a .name-box span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  word-break: keep-all;
  color: black;
  text-align: center;
}
@media (max-width: 1280px) {
  .business .container .sec-body .business-grid .cell > a .name-box span {
    font-size: 16px;
  }
}

.full-banner {
  width: 100%;
  height: 265px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .full-banner {
    height: auto;
  }
}
.full-banner .cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .full-banner .cover {
    height: auto;
  }
}
.full-banner .cover .container {
  width: 95%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .full-banner .cover .container {
    height: auto;
    flex-direction: column;
    padding: 5% 0;
    gap: 24px;
  }
}
.full-banner .cover .container .banner-contents {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
@media (max-width: 1280px) {
  .full-banner .cover .container .banner-contents {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .full-banner .cover .container .banner-contents {
    flex: unset;
    width: 100%;
    height: auto;
    gap: 12px;
    align-items: center;
  }
}
.full-banner .cover .container .banner-contents h4 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: white;
}
@media (max-width: 1280px) {
  .full-banner .cover .container .banner-contents h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .full-banner .cover .container .banner-contents h4 {
    font-size: 24px;
    text-align: center;
  }
}
.full-banner .cover .container .banner-contents p {
  font-size: 16px;
  line-height: 1.3;
  word-break: keep-all;
  color: white;
}
@media (max-width: 768px) {
  .full-banner .cover .container .banner-contents p {
    font-size: 14px;
    text-align: center;
  }
}
.full-banner .cover .container > a {
  flex: 0 0 auto;
  width: 200px;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 12px;
  border: 1px solid white;
}
@media (max-width: 1280px) {
  .full-banner .cover .container > a {
    width: 160px;
    height: 56px;
  }
}
.full-banner .cover .container > a > span {
  font-size: 18px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .full-banner .cover .container > a > span {
    font-size: 16px;
  }
}
.full-banner .cover .container > a > img {
  flex: 0 0 auto;
  width: 28px;
  height: auto;
}
@media (max-width: 1280px) {
  .full-banner .cover .container > a > img {
    width: 24px;
  }
}

.index-product {
  width: 100%;
  height: auto;
  padding: 160px 0;
}
@media (max-width: 1280px) {
  .index-product {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .index-product {
    padding: 70px 0;
  }
}
.index-product .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1280px) {
  .index-product .container {
    gap: 40px;
  }
}
.index-product .container .sec-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 84px;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body {
    flex-direction: column;
    gap: 40px;
  }
}
.index-product .container .sec-body .left {
  flex: 1 1 40%;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .left {
    padding-top: 0;
  }
}
.index-product .container .sec-body .left .product-tabs {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  max-height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-product .container .sec-body .left .product-tabs .cover {
  width: 100%;
  height: 100%;
  padding: 90px 60px;
  background-color: rgba(40, 40, 142, 0.6);
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .left .product-tabs .cover {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .index-product .container .sec-body .left .product-tabs .cover {
    padding: 24px;
  }
}
.index-product .container .sec-body .left .product-tabs .cover .depth-1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: visible;
  overflow-y: auto;
  gap: 24px;
}
.index-product .container .sec-body .left .product-tabs .cover .depth-1 > li {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.index-product .container .sec-body .left .product-tabs .cover .depth-1 > li > a {
  width: 100%;
  height: auto;
  padding: 16px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  text-align: center;
  word-break: keep-all;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .left .product-tabs .cover .depth-1 > li > a {
    padding: 12px 0;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .index-product .container .sec-body .left .product-tabs .cover .depth-1 > li > a {
    font-size: 18px;
  }
}
.index-product .container .sec-body .left .product-tabs .cover .depth-1 > li .depth-2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .left .product-tabs .cover .depth-1 > li .depth-2 {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.index-product .container .sec-body .left .product-tabs .cover .depth-1 > li .depth-2 li {
  width: 100%;
  height: auto;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .left .product-tabs .cover .depth-1 > li .depth-2 li {
    width: auto;
    flex: 0 0 auto;
  }
}
.index-product .container .sec-body .left .product-tabs .cover .depth-1 > li .depth-2 li > a {
  width: 100%;
  height: auto;
  padding: 4px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: white;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .left .product-tabs .cover .depth-1 > li .depth-2 li > a {
    padding: 6px;
    font-size: 14px;
  }
}
.index-product .container .sec-body .right {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .right {
    flex: unset;
    width: 100%;
    height: auto;
    gap: 20px;
  }
}
.index-product .container .sec-body .right .cate-name-row {
  width: 100%;
  height: auto;
  padding-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .right .cate-name-row {
    padding-bottom: 8px;
  }
}
.index-product .container .sec-body .right .cate-name-row h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  color: black;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .right .cate-name-row h4 {
    font-size: 24px;
  }
}
.index-product .container .sec-body .right .cate-name-row .view-more {
  width: 36px;
  height: 36px;
  padding: 4px;
  font-size: 28px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 28;
}
.index-product .container .sec-body .right .product-grid-wrap {
  width: 100%;
  height: auto;
}
.index-product .container .sec-body .right .product-grid-wrap .product-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 32px 26px;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .right .product-grid-wrap .product-grid {
    gap: 24px 16px;
  }
}
@media (max-width: 768px) {
  .index-product .container .sec-body .right .product-grid-wrap .product-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
  }
}
.index-product .container .sec-body .right .product-grid-wrap .product-grid .cell {
  width: 100%;
  height: auto;
}
.index-product .container .sec-body .right .product-grid-wrap .product-grid .cell > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .right .product-grid-wrap .product-grid .cell > a {
    gap: 12px;
  }
}
.index-product .container .sec-body .right .product-grid-wrap .product-grid .cell > a .prod-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 8px;
}
.index-product .container .sec-body .right .product-grid-wrap .product-grid .cell > a .prod-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .right .product-grid-wrap .product-grid .cell > a .prod-image > img {
    width: 90%;
    height: 90%;
  }
}
.index-product .container .sec-body .right .product-grid-wrap .product-grid .cell > a .prod-name {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .right .product-grid-wrap .product-grid .cell > a .prod-name {
    font-size: 16px;
  }
}
.index-product .container .sec-body .right .product-grid-wrap .product-grid .empty {
  grid-column: span 3;
  grid-row: span 2;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #aaa;
  background-color: #fafafa;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: #707070;
}

.best-value {
  position: relative;
  width: 100%;
  height: auto;
}
.best-value .gray-bar {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 88px);
  background: #ddd;
  z-index: 1;
}
@media (max-width: 1280px) {
  .best-value .gray-bar {
    height: 100%;
  }
}
.best-value .outer {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  padding: 150px 0;
  z-index: 2;
}
@media (max-width: 1280px) {
  .best-value .outer {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .best-value .outer {
    padding: 70px 0;
  }
}
.best-value .outer .metal-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .best-value .outer .metal-img {
    width: 100%;
    height: 40%;
    top: unset;
    bottom: 0;
  }
}
.best-value .outer .metal-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% center;
     object-position: 80% center;
}
.best-value .outer .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 100px;
}
@media (max-width: 1280px) {
  .best-value .outer .container {
    flex-direction: column;
  }
}
.best-value .outer .container .value-contents {
  flex: 1 1 36%;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .best-value .outer .container .value-contents {
    flex: unset;
    width: 100%;
    height: auto;
    padding-top: 0;
  }
}
.best-value .outer .container .value-contents span {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: #28288E;
}
@media (max-width: 1280px) {
  .best-value .outer .container .value-contents span {
    margin-bottom: 12px;
  }
}
.best-value .outer .container .value-contents h1 {
  margin-bottom: 52px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .best-value .outer .container .value-contents h1 {
    margin-bottom: 24px;
    font-size: 40px;
  }
  .best-value .outer .container .value-contents h1 > br {
    display: none;
  }
}
@media (max-width: 768px) {
  .best-value .outer .container .value-contents h1 {
    font-size: 32px;
  }
}
.best-value .outer .container .value-contents p {
  margin-bottom: 110px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .best-value .outer .container .value-contents p {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .best-value .outer .container .value-contents p {
    margin-bottom: 40px;
  }
}
.best-value .outer .container .value-contents .view-video {
  width: 210px;
  height: 64px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: #3D3D3D;
}
@media (max-width: 1280px) {
  .best-value .outer .container .value-contents .view-video {
    width: 180px;
    height: 52px;
    font-size: 14px;
  }
}
.best-value .outer .container .value-youtube {
  position: relative;
  flex: 1 1 64%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1280px) {
  .best-value .outer .container .value-youtube {
    flex: unset;
    width: 100%;
  }
}
.best-value .outer .container .value-youtube > iframe {
  width: 100%;
  height: 100%;
}

.elevate {
  width: 100%;
  height: auto;
  padding: 130px 0;
}
@media (max-width: 1280px) {
  .elevate {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .elevate {
    padding: 70px 0;
  }
}
.elevate .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1280px) {
  .elevate .container {
    gap: 40px;
  }
}
.elevate .container .ele-title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.elevate .container .ele-title-wrap span {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: #28288E;
}
.elevate .container .ele-title-wrap h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .elevate .container .ele-title-wrap h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .elevate .container .ele-title-wrap h1 {
    font-size: 32px;
  }
}
.elevate .container .sec-body {
  width: 100%;
  height: auto;
}
.elevate .container .sec-body .elevate-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .elevate .container .sec-body .elevate-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 540px) {
  .elevate .container .sec-body .elevate-grid {
    grid-template-columns: 1fr;
  }
}
.elevate .container .sec-body .elevate-grid .cell {
  width: 100%;
  height: auto;
}
.elevate .container .sec-body .elevate-grid .cell > a {
  width: 100%;
  height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .elevate .container .sec-body .elevate-grid .cell > a {
    height: 560px;
  }
}
@media (max-width: 540px) {
  .elevate .container .sec-body .elevate-grid .cell > a {
    height: auto;
    aspect-ratio: 1/1.6;
  }
}
.elevate .container .sec-body .elevate-grid .cell > a .text-wrap {
  width: 100%;
  height: auto;
  padding: 18px 8%;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1280px) {
  .elevate .container .sec-body .elevate-grid .cell > a .text-wrap {
    padding: 16px 4%;
  }
}
.elevate .container .sec-body .elevate-grid .cell > a .text-wrap > h6 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .elevate .container .sec-body .elevate-grid .cell > a .text-wrap > h6 {
    margin-bottom: 6px;
    font-size: 20px;
  }
}
.elevate .container .sec-body .elevate-grid .cell > a .text-wrap .plant-product-info {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.elevate .container .sec-body .elevate-grid .cell > a .text-wrap .plant-product-info .prod-name {
  font-size: 20px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  .elevate .container .sec-body .elevate-grid .cell > a .text-wrap .plant-product-info .prod-name {
    font-size: 16px;
  }
}
.elevate .container .sec-body .elevate-grid .cell > a .text-wrap .plant-product-info .prod-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact {
  width: 100%;
  height: auto;
  padding: 70px 0;
  background: black;
}
@media (max-width: 1280px) {
  .contact {
    padding: 48px 0;
  }
}
.contact .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 1280px) {
  .contact .container {
    gap: 48px;
  }
}
.contact .container .contact-title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .contact .container .contact-title-wrap {
    gap: 12px;
  }
}
.contact .container .contact-title-wrap > h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .contact .container .contact-title-wrap > h1 {
    font-size: 36px;
  }
}
.contact .container .contact-title-wrap p {
  font-size: 24px;
  line-height: 1.3;
  word-break: keep-all;
  color: white;
}
@media (max-width: 1280px) {
  .contact .container .contact-title-wrap p {
    font-size: 20px;
  }
}
.contact .container .index-inquiry {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  gap: 200px;
}
@media (max-width: 1280px) {
  .contact .container .index-inquiry {
    flex-direction: column;
    gap: 48px;
  }
}
.contact .container .index-inquiry .left {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1280px) {
  .contact .container .index-inquiry .left {
    width: 100%;
    gap: 24px;
  }
}
.contact .container .index-inquiry .left .input-row {
  width: 100%;
  height: auto;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.contact .container .index-inquiry .left .input-row label {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .contact .container .index-inquiry .left .input-row label {
    font-size: 20px;
  }
}
.contact .container .index-inquiry .left .input-row label .required {
  padding-left: 12px;
}
.contact .container .index-inquiry .left .input-row input {
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: white;
}
.contact .container .index-inquiry .left .input-row input::-moz-placeholder {
  color: #707070;
}
.contact .container .index-inquiry .left .input-row input::placeholder {
  color: #707070;
}
.contact .container .index-inquiry .right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 1280px) {
  .contact .container .index-inquiry .right {
    flex: unset;
    width: 100%;
  }
}
.contact .container .index-inquiry .right .ta-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .contact .container .index-inquiry .right .ta-row {
    gap: 10px;
  }
}
.contact .container .index-inquiry .right .ta-row > label {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
.contact .container .index-inquiry .right .ta-row textarea {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  resize: none;
  font-size: 14px;
  line-height: 1.4;
  color: white;
}
.contact .container .index-inquiry .right .ta-row textarea::-moz-placeholder {
  color: #707070;
}
.contact .container .index-inquiry .right .ta-row textarea::placeholder {
  color: #707070;
}
.contact .container .index-inquiry .right .submit-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.contact .container .index-inquiry .right .submit-row > lable {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.contact .container .index-inquiry .right .submit-row > lable > input {
  width: 10px;
  height: 10px;
}
.contact .container .index-inquiry .right .submit-row > lable span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: #707070;
}
.contact .container .index-inquiry .right .submit-row #form_submit {
  flex: 0 1 230px;
  height: 75px;
  padding: 0 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  text-align: center;
  background: transparent;
  border: 1px solid #707070;
}
@media (max-width: 1280px) {
  .contact .container .index-inquiry .right .submit-row #form_submit {
    flex-basis: 180px;
    height: 60px;
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */