@charset "UTF-8";
/* ==========================================================================
   responsive size
   ========================================================================== */
/* ==========================================================================
   MAIN
   ========================================================================== */
html {
  font-size: 16px;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 1.5rem 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  top: auto;
  bottom: 3.75rem;
  right: 4.75rem;
  transform: unset;
}

.swiper-pagination-vertical .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  opacity: 0.2;
}
.swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
}
.swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background: url(../img/main/ico_slide_on.svg) no-repeat 0 0/2rem 2rem;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 79px;
  padding-left: 49px;
  text-align: left;
  line-height: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.swiper-pagination-custom .swiper-pagination-bullet,
.swiper-pagination-fraction .swiper-pagination-bullet {
  margin: 0 1.25rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #fff;
  opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/main/ico_slide_hr_on.svg) no-repeat 0 0/1.5rem 1.5rem;
}

#wrap {
  height: 100%;
}

#container {
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.section {
  overflow: hidden;
}
.section h1 {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  text-indent: -10000px;
}

.sec1 {
  background-color: #000;
}
.sec1 .swiper_visual .swiper-slide {
  color: #fff;
  background-size: cover;
  background-position: 50% 50%;
}
.sec1 .swiper_visual .swiper-slide .txt1 {
  position: relative;
  font-family: "Pretendard";
  font-size: 50px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 0;
}
.sec1 .swiper_visual .swiper-slide .txt1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.375rem;
  width: 100%;
  height: 0.1875rem;
  background-color: #fff;
}
.sec1 .swiper_visual .swiper-slide .txt2 {
  font-family: "Pretendard";
  padding-top: 1.375rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
}
.sec1 .swiper_visual .swiper-slide .text_area {
  position: fixed;
  left: 17.2727%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  transform: translate3d(0, -50%, 0);
}
.sec1 .swiper_visual .swiper-slide .main-slide-video {
  max-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate3d(0, 0, 0);
}
.sec1 .swiper_visual .swiper-slide .main-slide-img {
  max-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec1 .pagination {
  position: fixed;
  top: 50%;
  left: 17.2727%;
  margin-top: 9.0625rem;
  z-index: 1000;
  transform: translate3d(0, 0, 0);
  display: flex;
}
.sec1 .pagination .loader {
  position: relative;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.sec1 .pagination .loader .spinner.spinner_inner::before, .sec1 .pagination .loader .spinner.spinner_outer::before {
  border-color: rgba(255, 255, 255, 0);
}
.sec1 .pagination .loader.on .spinner::before {
  animation: prixClipFix 10s linear;
}
.sec1 .pagination .loader.on .spinner.spinner_inner::before {
  border-color: rgba(255, 255, 255, 0.6);
}
.sec1 .pagination .loader.on .spinner.spinner_outer::before {
  border-color: rgba(255, 255, 255, 0.3);
}
.sec1 .pagination .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.sec1 .pagination .spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.sec1 .pagination .spinner.spinner_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.sec1 .pagination .spinner.spinner_inner::before {
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.sec1 .pagination .spinner .spinner_center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
@keyframes rotate {
  100% {
    transform: rotate(30deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.sec1 .scroll-down {
  display: none;
  z-index: 2;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 21px;
}
.sec1 .scroll-down::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/main/scroll_down.png") no-repeat center/auto 100%;
  animation: scroll-down ease 1.5s infinite;
  opacity: 0;
  transform: translateY(-20px);
}
@keyframes scroll-down {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  40%, 60% {
    transform: translateY(0px);
    opacity: 0.7;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}

@media (max-width: 600px) {
  .sec1 {
    background-color: #000;
  }
  .sec1 .swiper_visual .swiper-slide .text_area {
    left: 0.9375rem;
    right: 0.9375rem;
  }
  .sec1 .swiper_visual .swiper-slide .txt1 {
    font-size: 3rem;
    line-height: 2.875rem;
    letter-spacing: -0.125rem;
  }
  .sec1 .swiper_visual .swiper-slide .txt1::after {
    display: none;
  }
  .sec1 .swiper_visual .swiper-slide .txt2 {
    padding-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sec1 .pagination {
    left: 0.9375rem;
    margin-top: 6.25rem;
  }
  .sec1 .pagination .loader {
    margin-right: 0.4375rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .sec1 .pagination .loader .spinner {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: -0.625rem;
    margin-top: -0.625rem;
  }
  .sec1 .pagination .loader .spinner.spinner_inner {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: -0.375rem;
    margin-top: -0.375rem;
  }
  .sec1 .pagination .loader .spinner .spinner_center {
    width: 0.25rem;
    height: 0.25rem;
    margin-left: -0.125rem;
    margin-top: -0.125rem;
  }
}
.sec2 {
  background-image: url(../img/main/bg_sec2.png);
  background-size: cover;
}
.sec2 .inner {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.125rem;
  padding: 0 5rem;
  width: 100%;
  transform: translateY(-50%);
  text-align: left;
}
.sec2 .inner .swiper {
  overflow: visible;
}
.sec2 .inner .swiper .swiper-wrapper .swiper-slide {
  transform: translate3d(0, 0, 0) !important;
}
.sec2 .inner .swiper-controller {
  position: absolute;
  right: 0;
  top: -2.1875rem;
  height: 1.1875rem;
  display: flex;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.sec2 .inner .swiper-controller .btn-prev-product, .sec2 .inner .swiper-controller .btn-next-product {
  position: relative;
  top: 0.3125rem;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 0;
  width: 5.125rem;
  height: 1.1875rem;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.sec2 .inner .swiper-controller .btn-prev-product::after, .sec2 .inner .swiper-controller .btn-next-product::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 1.125rem;
  background: url(../img/main/ico_prev.svg) no-repeat 0 0/0.625rem 1.125rem;
}
.sec2 .inner .swiper-controller .btn-prev-product.swiper-button-disabled::after, .sec2 .inner .swiper-controller .btn-next-product.swiper-button-disabled::after {
  opacity: 0.4;
}
.sec2 .inner .swiper-controller .btn-prev-product:hover, .sec2 .inner .swiper-controller .btn-next-product:hover {
  text-decoration: underline;
}
.sec2 .inner .swiper-controller .btn-prev-product {
  padding-right: 2.375rem;
}
.sec2 .inner .swiper-controller .btn-next-product {
  padding-left: 2.375rem;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.4);
}
.sec2 .inner .swiper-controller .btn-next-product::after {
  right: auto;
  left: 0.75rem;
  background-image: url(../img/main/ico_next.svg);
}
.sec2 .title_area {
  position: relative;
  margin: 70px auto 0;
  width: 100%;
  max-width: 87rem;
  text-align: left;
}
.sec2 .title_area .title {
  font-family: "Pretendard";
  font-size: 70px;
  font-weight: 600;
  color: #44C7E3;
  line-height: 80px;
  letter-spacing: 0;
}
.sec2 .title_area .desc {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}
.sec2 .product_area {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  width: 100%;
  max-width: 87rem;
  text-align: left;
}
.sec2 .product_area .title {
  font-family: "Pretendard";
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}
.sec2 .product_area .lst_product {
  margin-top: 20px;
}
.sec2 .product_area .lst_product li {
  margin-right: 40px;
  width: 300px;
}
.sec2 .product_area .lst_product li:last-child {
  margin-right: 0;
}
.sec2 .product_area .lst_product li a {
  display: block;
}
.sec2 .product_area .lst_product li a img {
  display: block;
  width: 100%;
}
.sec2 .product_area .lst_product li a .pname {
  font-family: "Pretendard";
  padding-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: 200;
  color: #fff;
  line-height: 1.3125rem;
}
.sec2 .product_area .btn_more {
  display: block;
  margin-top: 50px;
  width: 9.25rem;
  height: 3.625rem;
  border: 1px solid #fff;
  border-radius: 1.8125rem;
  text-align: center;
  line-height: 3.5rem;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 600px) {
  .sec2 .inner {
    margin-top: 0rem;
    padding: 0 2.25rem;
  }
  .sec2 .inner .swiper-controller {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    bottom: auto;
    height: auto;
    right: -2.25rem;
    left: -2.25rem;
    margin-top: -0.75rem;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 10;
  }
  .sec2 .inner .swiper-controller .btn-next-product, .sec2 .inner .swiper-controller .btn-prev-product {
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    text-indent: -10000px;
    top: auto;
    margin-left: 0.5rem;
    padding: 0;
    width: 3.5625rem;
    height: 3.5625rem;
    border: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
  }
  .sec2 .inner .swiper-controller .btn-next-product::after, .sec2 .inner .swiper-controller .btn-prev-product::after {
    display: none;
  }
  .sec2 .inner .swiper-controller .btn-next-product.swiper-button-disabled, .sec2 .inner .swiper-controller .btn-prev-product.swiper-button-disabled {
    opacity: 0.4;
  }
  .sec2 .inner .swiper-controller .btn-prev-product {
    margin-left: 0.4375rem;
    background-image: url(../img/main/arrow_prev_slide.svg);
  }
  .sec2 .inner .swiper-controller .btn-next-product {
    margin-right: 0.4375rem;
    background-image: url(../img/main/arrow_next_slide.svg);
  }
  .sec2 .title_area .title {
    max-width: 17.5rem;
    font-size: 2.625rem;
    line-height: 2.25rem;
    letter-spacing: -0.125rem;
  }
  .sec2 .title_area .desc {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    max-width: unset;
    word-break: keep-all;
  }
  .sec2 .product_area {
    margin-top: 1.875rem;
  }
  .sec2 .product_area .title {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .sec2 .product_area .lst_product {
    margin-top: 0.4375rem;
  }
  .sec2 .product_area .lst_product li {
    margin-right: 2.9375rem;
    width: 100%;
  }
  .sec2 .product_area .lst_product li a .pname {
    padding-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .sec2 .product_area .btn_more {
    margin-top: 1.875rem;
    width: 7.5625rem;
    height: 3rem;
    border-width: 0.0625rem;
    line-height: 2.875rem;
    font-size: 0.875rem;
    font-weight: 300;
  }
}
.sec3 {
  background: #fff url(../img/main/ci_product.svg) no-repeat 50% 50%/36.25rem 36.25rem;
}
.sec3 .slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sec3 .slogan.on .desc1 {
  top: -50px;
  opacity: 1;
}
.sec3 .slogan.on .desc2 {
  top: 50px;
  opacity: 1;
}
.sec3 .slogan .desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50rem;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 600;
  color: #333;
  letter-spacing: 0;
  transition: all 2s;
}
.sec3 .slogan .desc.on {
  display: block;
}
.sec3 .slogan .desc2 {
  top: 12.5rem;
  opacity: 0;
}
.sec3 .lst_thumb.on li:nth-child(1) {
  margin-top: calc(-13.625rem - 4.375rem - 6.25rem);
}
.sec3 .lst_thumb.on li:nth-child(2) {
  margin-top: calc(-14.1875rem - 2.6875rem - 6.25rem);
}
.sec3 .lst_thumb.on li:nth-child(3) {
  margin-top: calc(-8.4375rem - 6.8125rem - 6.25rem);
}
.sec3 .lst_thumb.on li:nth-child(4) {
  margin-top: calc(-7.9375rem - 6.8125rem - 6.25rem);
}
.sec3 .lst_thumb.on li:nth-child(5) {
  margin-top: calc(6.75rem - 20.4375rem - 6.25rem);
}
.sec3 .lst_thumb.on li:nth-child(6) {
  margin-top: calc(8.9375rem - 25.9375rem - 6.25rem);
}
.sec3 .lst_thumb.on li:nth-child(7) {
  margin-top: calc(17.1875rem - 31.4375rem - 6.25rem);
}
.sec3 .lst_thumb.on li:nth-child(8) {
  margin-top: calc(29.1875rem - 47.125rem - 6.25rem);
}
.sec3 .lst_thumb.on li:nth-child(9) {
  margin-top: calc(31.875rem - 47.875rem - 6.25rem);
}
.sec3 .lst_thumb.on li:nth-child(10) {
  margin-top: calc(40.3125rem - 53.5rem - 6.25rem);
}
.sec3 .lst_thumb.on li:nth-child(11) {
  margin-top: calc(54.6875rem - 63.625rem - 6.25rem);
}
.sec3 .lst_thumb.on li:nth-child(12) {
  margin-top: calc(48.0625rem - 68rem - 6.25rem);
}
.sec3 .lst_thumb li {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13.75rem;
  height: 13.75rem;
  transition: all 2s !important;
}
.sec3 .lst_thumb li a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 50%;
  z-index: 1;
}
.sec3 .lst_thumb li a:hover img {
  transform: scale(1.1);
  transform-origin: center center;
}
.sec3 .lst_thumb li a img {
  position: relative;
  margin-left: -1.125rem;
  margin-top: -1.125rem;
  transform-origin: center;
  transition: all 0.5s;
  display: block;
  width: 16rem;
  height: 16rem;
}
.sec3 .lst_thumb li::after {
  content: "";
  position: absolute;
  left: -1.125rem;
  top: -1.125rem;
  width: 16rem;
  height: 16rem;
  background-color: #F8F8F8;
  border-radius: 50%;
}
.sec3 .lst_thumb li:nth-child(1) {
  left: calc(50% + 45.5rem);
  top: calc(50% - 26.1875rem - 16.875rem);
}
.sec3 .lst_thumb li:nth-child(2) {
  left: calc(50% - 5.6875rem - 16.875rem);
  top: calc(50% - 24.5rem - 16.875rem);
}
.sec3 .lst_thumb li:nth-child(3) {
  left: calc(50% - 43rem - 16.875rem);
  top: calc(50% - 15rem - 16.875rem);
}
.sec3 .lst_thumb li:nth-child(4) {
  left: calc(50% + 13.1875rem);
  top: calc(50% - 15rem - 16.875rem);
}
.sec3 .lst_thumb li:nth-child(5) {
  left: calc(50% + 57.375rem);
  top: calc(50% - 1.375rem - 16.875rem);
}
.sec3 .lst_thumb li:nth-child(6) {
  left: calc(50% - 27.1875rem - 16.875rem);
  top: calc(50% - 12.75rem);
}
.sec3 .lst_thumb li:nth-child(7) {
  left: calc(50% + 29.6875rem);
  top: calc(50% - 7.25rem);
}
.sec3 .lst_thumb li:nth-child(8) {
  left: calc(50% + 6.625rem);
  top: calc(50% + 8.375rem);
  opacity: 0.7;
}
.sec3 .lst_thumb li:nth-child(9) {
  left: calc(50% - 51.4375rem - 16.875rem);
  top: calc(50% + 9.125rem);
}
.sec3 .lst_thumb li:nth-child(10) {
  left: calc(50% + 53.25rem);
  top: calc(50% + 14.75rem);
}
.sec3 .lst_thumb li:nth-child(11) {
  left: calc(50% - 13.5rem - 16.875rem);
  top: calc(50% + 24.875rem);
}
.sec3 .lst_thumb li:nth-child(12) {
  left: calc(50% + 26.4375rem);
  top: calc(50% + 29.25rem);
}

@media (max-width: 600px) {
  .sec3 {
    background-size: 15rem 15rem;
  }
  .sec3 .slogan .desc {
    width: 21.875rem;
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
  .sec3 .slogan .desc.desc2 {
    width: 16.25rem;
  }
  .sec3 .lst_thumb.on li:nth-child(2) {
    margin-top: -6rem;
  }
  .sec3 .lst_thumb.on li:nth-child(4) {
    margin-top: -11.1875rem;
  }
  .sec3 .lst_thumb.on li:nth-child(6) {
    margin-top: -4.125rem;
  }
  .sec3 .lst_thumb.on li:nth-child(8) {
    margin-top: -6.6875rem;
  }
  .sec3 .lst_thumb.on li:nth-child(11) {
    margin-top: -2.625rem;
  }
  .sec3 .lst_thumb.on li:nth-child(12) {
    margin-top: -4rem;
  }
  .sec3 .lst_thumb li {
    width: 7.5rem;
    height: 7.5rem;
  }
  .sec3 .lst_thumb li a {
    width: 7.5rem;
    height: 7.5rem;
  }
  .sec3 .lst_thumb li a img {
    margin-left: -0.625rem;
    margin-top: -0.625rem;
    display: block;
    width: 8.75rem;
    height: 8.75rem;
  }
  .sec3 .lst_thumb li::after {
    left: -0.5rem;
    top: -0.5rem;
    width: 8.5rem;
    height: 8.5rem;
  }
  .sec3 .lst_thumb li:nth-child(2) {
    left: calc(50% - 0.75rem - 8.75rem);
    top: calc(50% - 17.125rem - 8.75rem);
  }
  .sec3 .lst_thumb li:nth-child(4) {
    left: calc(50% + 5.0625rem);
    top: calc(50% - 9.5rem - 8.75rem);
  }
  .sec3 .lst_thumb li:nth-child(6) {
    left: calc(50% - 6.5rem - 8.75rem);
    top: calc(50% - 1.8125rem - 8.75rem);
  }
  .sec3 .lst_thumb li:nth-child(8) {
    left: calc(50% + 0.6875rem);
    top: calc(50% + 6rem);
  }
  .sec3 .lst_thumb li:nth-child(11) {
    left: calc(50% - 1.6875rem - 8.75rem);
    top: calc(50% + 20.8125rem);
  }
  .sec3 .lst_thumb li:nth-child(12) {
    left: calc(50% + 7.0625rem);
    top: calc(50% + 16.6875rem);
  }
}
.sec4 {
  position: relative;
  display: flex;
}
.sec4 .left_area {
  width: 50%;
  height: 100%;
}
.sec4 .right_area {
  width: 50%;
  height: 100%;
}
.sec4 .work {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
  background-image: url(../img/main/ci_product.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% + 18.125rem);
  background-position-y: calc(100% + 18.125rem);
  background-size: 36.25rem 36.25rem;
  text-align: left;
}
.sec4 .work .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 41.25rem;
  min-width: 27.5rem;
}
.sec4 .work .logo {
  height: 3.125rem;
}
.sec4 .work .name {
  margin-top: 0.5rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #111;
  line-height: 1.625rem;
}
.sec4 .work .desc {
  margin-top: 0.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #AFAFAF;
  line-height: 1.3125rem;
}
.sec4 .work .btn_detail {
  display: block;
  margin-top: 3.3125rem;
  width: 10.5rem;
  height: 2.875rem;
  border-radius: 1.4375rem;
  background-color: #A64826;
  border: 0.0625rem solid #A64826;
  box-shadow: 0.375rem 0.375rem 1rem rgba(0, 0, 0, 0.14);
  line-height: 2.75rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
.sec4 .work .btn_detail:hover {
  background-color: #7d361d;
  border-color: #7d361d;
}
.sec4 .work .btn_detail:focus {
  background-color: #A64826 !important;
  border: 0.0625rem solid #A64826 !important;
}
.sec4 .work .btn_detail:active {
  background-color: #7d361d !important;
}
.sec4 .work .btn_detail:disabled {
  background-color: #d97b59;
  border-color: #d97b59;
  cursor: not-allowed;
}
.sec4 .work .thumb {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15.5rem;
  height: 15.5rem;
}
.sec4 .work .thumb img {
  display: block;
  width: 100%;
}
.sec4 .work .thumb.mo {
  display: none;
}
.sec4 .work2 {
  left: auto;
  right: 0;
  background-color: #212121;
  background-position-x: calc(0% - 18.125rem);
  background-position-y: calc(100% + 18.125rem);
}
.sec4 .work2 .name {
  color: #fff;
}
.sec4 .work3 {
  top: 50%;
  background-color: #212121;
  background-position-x: calc(100% + 18.125rem);
  background-position-y: calc(0% - 18.125rem);
}
.sec4 .work3 .name {
  color: #fff;
}
.sec4 .work4 {
  left: auto;
  right: 0;
  top: 50%;
  background-position-x: calc(0% - 18.125rem);
  background-position-y: calc(0% - 18.125rem);
}

@media (max-width: 600px) {
  .sec4::after {
    display: none;
  }
  .sec4 .left_area, .sec4 .right_area {
    width: 90vw;
  }
  .sec4 .work {
    padding: 0 0.9375rem;
    background-image: none;
  }
  .sec4 .work .inner {
    min-width: unset;
    width: 100%;
    max-width: calc(100% - 6.25rem);
  }
  .sec4 .work .logo {
    height: 2rem;
    line-height: 0;
  }
  .sec4 .work .logo img {
    height: 1.5rem;
  }
  .sec4 .work .name {
    margin-top: 0.5625rem;
    padding: 0;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .sec4 .work .desc {
    margin-top: 0.375rem;
    padding: 0;
    width: 11.25rem;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .sec4 .work .btn_detail {
    margin: 5.75rem auto 0;
    width: 8.25rem;
    height: 2.25rem;
    line-height: 2.125rem;
    font-size: 0.75rem;
    color: #fff;
  }
  .sec4 .work .thumb {
    overflow: hidden;
    top: -0.5rem;
    transform: translateY(0);
    margin: 0;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    border: 0.5rem solid #F8F8F8;
  }
  .sec4 .work .thumb img {
    width: 5.125rem;
  }
  .sec4 .work .thumb.mo {
    display: block;
  }
  .sec4 .work .thumb.pc {
    display: none;
  }
  .sec4 .work.work1 .logo img {
    height: 0.625rem;
  }
  .sec4 .work.work2 .logo img {
    height: 2.25rem;
  }
  .sec4 .work.work3 .logo img {
    height: 2rem;
  }
  .sec4 .work.work3 .desc {
    width: 6.25rem;
  }
  .sec4 .work.work4 .logo img {
    height: 0.875rem;
  }
  .sec4 .work.work2 .thumb, .sec4 .work.work3 .thumb {
    border-color: #1D1D1D;
  }
}
.sec5 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/main/bg_sec5.png);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sec5.on {
  display: block;
}
.sec5 .slogan {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec5 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sec5 .desc1 {
  position: relative;
  margin: 0 auto;
  width: 33.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.3125rem;
  color: #fff;
  line-height: 1.375rem;
  text-transform: uppercase;
}
.sec5 .desc1::after {
  content: "";
  position: absolute;
  left: -0.375rem;
  right: -0.375rem;
  top: 1.75rem;
  height: 0.0625rem;
  background-color: #F8F8F8;
}
.sec5 .desc2 {
  margin-top: 7.625rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.8125rem;
}
.sec5 .logo {
  display: block;
  margin: 3.3125rem auto 0;
}
.sec5 .logo img {
  display: block;
  width: 66.25rem;
}

.sec6 .swiper-slide {
  height: auto !important;
}
.sec6 .swiper-slide > .inner {
  position: relative;
  margin: 0 auto;
  padding: 8.75rem 5rem 11.875rem;
  width: 100%;
  text-align: left;
}
.sec6 .title_area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
}
.sec6 .title {
  font-family: "Pretendard";
  font-size: 5.5rem;
  font-weight: 600;
  color: #111;
  line-height: 6.6875rem;
  letter-spacing: -0.1875rem;
}
.sec6 .desc {
  margin-top: 0rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #000;
  line-height: 1.625rem;
}
.sec6 .btn_more {
  position: absolute;
  left: 50%;
  margin-left: 34.25rem;
  right: auto;
  top: 14.4375rem;
  width: 9.25rem;
  height: 3.625rem;
  border-radius: 1.8125rem;
  border: 1px solid #111;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #111;
  line-height: 3.375rem;
}
.sec6 .lst_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 0 auto;
  margin-top: 5.375rem;
  width: 100%;
  max-width: 90rem;
}
.sec6 .lst_news li {
  flex: 1;
}
.sec6 .lst_news li:first-child {
  margin-left: 0;
}
.sec6 .lst_news li.news_main {
  flex: 0 0 100%;
  margin-bottom: 1.9375rem;
  width: 100%;
}
.sec6 .lst_news li.news_main a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.sec6 .lst_news li.news_main a img {
  display: block;
  width: 50%;
}
.sec6 .lst_news li.news_main a .desc_area {
  display: block;
  width: 50%;
  padding-left: 4.25rem;
}
.sec6 .lst_news li.news_main a .desc_area .title_news {
  margin-top: 0;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.9375rem;
  height: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.875rem;
}
.sec6 .lst_news li.news_main a .desc_area .desc {
  margin-top: 1.25rem;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #AFAFAF;
  line-height: 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 6rem;
  letter-spacing: -0.0625rem;
}
.sec6 .lst_news li.news_main a .desc_area .date {
  margin-top: 1.6875rem;
}
.sec6 .lst_news li.news_main.new .title_news {
  padding-top: 1.5625rem;
  max-height: 5.3125rem !important;
}
.sec6 .lst_news li.news_main.new .title_news::before {
  position: absolute;
  top: 0;
  margin-bottom: 0.25rem;
}
.sec6 .lst_news li:nth-child(2) {
  margin-left: 0;
}
.sec6 .lst_news li.new .title_news::before,
.sec6 .lst_news li a,
.sec6 .lst_news li img {
  display: block;
  width: 100%;
}
.sec6 .lst_news li .title_news {
  margin-top: 2.5rem;
  position: relative;
  padding-top: 1.6875rem;
  font-size: 1.4375rem;
  font-weight: 600;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 2.0625rem;
  max-height: 3.75rem;
}
.sec6 .lst_news li .title_news::before {
  display: none;
  content: "NEW";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #A64826;
  line-height: 1.3125rem;
}
.sec6 .lst_news li .desc {
  display: none;
  overflow: hidden;
}
.sec6 .lst_news li .date {
  margin-top: 1.625rem;
  padding-left: 1.5rem;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #C8C8C8;
  line-height: 1.25rem;
  background: url(../img/main/ico_time.svg) no-repeat 0 50%/1.125rem 1.125rem;
}
.sec6 .swiper-controller {
  position: absolute;
  right: 0;
  top: -2.1875rem;
  height: 1.1875rem;
  display: flex;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.sec6 .swiper-controller .swiper-button-next,
.sec6 .swiper-controller .swiper-button-prev {
  position: relative;
  top: 0.3125rem;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 0;
  width: 5.125rem;
  height: 1.1875rem;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.sec6 .swiper-controller .swiper-button-next::after,
.sec6 .swiper-controller .swiper-button-prev::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 1.125rem;
  background: url(../img/main/ico_prev.svg) no-repeat 0 0/0.625rem 1.125rem;
}
.sec6 .swiper-controller .swiper-button-next.swiper-button-disabled::after,
.sec6 .swiper-controller .swiper-button-prev.swiper-button-disabled::after {
  opacity: 0.4;
}
.sec6 .swiper-controller .swiper-button-next:hover,
.sec6 .swiper-controller .swiper-button-prev:hover {
  text-decoration: underline;
}
.sec6 .swiper-controller .swiper-button-prev {
  padding-right: 2.375rem;
}
.sec6 .swiper-controller .swiper-button-next {
  padding-left: 2.375rem;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.4);
}
.sec6 .swiper-controller .swiper-button-next::after {
  right: auto;
  left: 0.75rem;
  background-image: url(../img/main/ico_next.svg);
}

@media (max-width: 1441px) and (max-width: 1920px) {
  .sec6 .btn_more {
    left: auto;
    right: 5rem;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .sec6 .swiper-slide > .inner {
    padding: 2.5rem 2.25rem 5rem;
  }
  .sec6 .title {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
  .sec6 .desc {
    margin-top: 0.375rem;
    font-size: 0.9375rem;
    line-height: 1.1875rem;
  }
  .sec6 .swiper_news {
    overflow: visible;
  }
  .sec6 .swiper_news .swiper-slide {
    margin-right: 0rem;
  }
  .sec6 .swiper_news .swiper-slide:last-child {
    margin-right: 0;
  }
  .sec6 .lst_news {
    flex-wrap: nowrap;
    gap: 0rem;
    margin-top: 1.875rem;
  }
  .sec6 .lst_news li {
    flex: 0 0 100%;
    margin: 0;
  }
  .sec6 .lst_news li a img {
    width: 100%;
  }
  .sec6 .lst_news li a .title_news {
    margin-top: 1.875rem;
    padding-top: 1.25rem;
    font-size: 1.25rem;
    letter-spacing: -0.0625rem;
    line-height: 1.5rem;
  }
  .sec6 .lst_news li a .title_news::before {
    top: 0rem;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .sec6 .lst_news li a .desc {
    display: none !important;
    margin-top: 1.25rem;
    font-size: 1rem;
    color: #111;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.25rem;
    /* 추가 */
    height: 60px;
    /* line-height x line */
  }
  .sec6 .lst_news li a .date {
    margin-top: 1.1875rem;
    padding-left: 1.125rem;
    font-size: 0.875rem;
    line-height: 1rem;
    background-size: 0.875rem 0.875rem;
  }
  .sec6 .btn_more {
    display: block;
    position: relative;
    top: auto;
    right: auto !important;
    margin-top: 2.875rem;
    width: 7.5625rem;
    height: 3rem;
    border-width: 0.0625rem;
    line-height: 2.875rem;
    font-size: 0.875rem;
    font-weight: 300;
  }
  .sec6 .swiper-controller {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-top: -3.375rem;
    bottom: auto;
    height: auto;
    right: -2.25rem;
    left: -2.25rem;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 10;
  }
  .sec6 .swiper-controller .btn-next-news, .sec6 .swiper-controller .btn-prev-news {
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    text-indent: -10000px;
    top: auto;
    margin-left: 0.5rem;
    padding: 0;
    width: 3.5625rem;
    height: 3.5625rem;
    border: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
  }
  .sec6 .swiper-controller .btn-next-news::after, .sec6 .swiper-controller .btn-prev-news::after {
    display: none;
  }
  .sec6 .swiper-controller .btn-next-news.swiper-button-disabled, .sec6 .swiper-controller .btn-prev-news.swiper-button-disabled {
    opacity: 0.4;
  }
  .sec6 .swiper-controller .btn-prev-news {
    margin-left: 0.4375rem;
    background-image: url(../img/main/arrow_prev_slide.svg);
  }
  .sec6 .swiper-controller .btn-next-news {
    margin-right: 0.4375rem;
    background-image: url(../img/main/arrow_next_slide.svg);
  }
}
.sec7 {
  background-color: #fff;
}
.sec7 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 0;
  padding: 0 5rem;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sec7 .title_area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  text-align: left;
}
.sec7 .title_area .title {
  max-width: 50rem;
  text-align: left;
  font-size: 35px;
  font-weight: 700;
  color: #111;
  line-height: 45px;
  word-break: keep-all;
}
.sec7 .title_area .desc {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.5rem;
}
.sec7 .works_area {
  margin-top: 40px;
}
.sec7 .lst_works {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
}
.sec7 .lst_works li {
  margin-left: 36px;
  width: 33.3333%;
  flex-shrink: 1;
}
.sec7 .lst_works li .img {
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sec7 .lst_works li:first-child {
  margin-left: 0;
}
.sec7 .lst_works li:nth-child(2) .img {
  background-image: url(../img/main/img_works2.png);
}
.sec7 .lst_works li:nth-child(3) .img {
  background-image: url(../img/main/img_works3.png);
}
.sec7 .lst_works li a {
  display: block;
}
.sec7 .lst_works li a .img {
  overflow: hidden;
  width: 100%;
}
.sec7 .lst_works li a .img:hover img {
  transform: scale(1.1);
}
.sec7 .lst_works li a .img img {
  display: block;
  width: 100%;
  transition: transform ease 0.8s;
}
.sec7 .lst_works li a .title {
  margin-top: 2.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #111;
  line-height: 1.625rem;
  word-break: keep-all;
}
.sec7 .lst_works li a .desc {
  padding-top: 1.125rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #929292;
  line-height: 1.625rem;
  word-break: keep-all;
}

@media (max-width: 600px) {
  .sec7 .inner {
    margin-top: 0rem;
    padding: 0 0.9375rem;
  }
  .sec7 .inner .works_area {
    margin-top: 1.875rem;
  }
  .sec7 .inner .works_area .swiper {
    overflow: visible;
  }
  .sec7 .title_area .title {
    max-width: 18.75rem;
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  .sec7 .lst_works {
    max-width: unset;
  }
  .sec7 .lst_works li {
    margin-left: 0rem;
    width: 20.625rem;
    flex-shrink: 0;
    text-align: left;
  }
  .sec7 .lst_works li a .img {
    width: 17.625rem;
  }
  .sec7 .lst_works li a .title {
    margin-top: 1.875rem;
    max-width: 17.625rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .sec7 .lst_works li a .desc {
    padding-top: 0.875rem;
    max-width: 17.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .en .sec7 .title_area .title {
    line-height: 1.4375rem;
  }
}
.sec8 {
  height: 41.1875rem;
  background-color: #333;
}
.sec8 .inner {
  padding: 0rem 5rem;
}
.sec8 .inner .title_area {
  max-width: 90rem;
  margin: 0 auto;
  padding-top: 8.75rem;
}
.sec8 .inner .title_area .title {
  font-family: "Pretendard";
  font-size: 5.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 6.6875rem;
  letter-spacing: -0.1875rem;
}
.sec8 .inner .title_area .desc {
  margin-top: 0rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #D1D1D1;
  line-height: 1.625rem;
}
.sec8 .clients {
  padding-top: 4.125rem;
}
.sec8 .swiper-wrapper {
  transition-timing-function: linear;
}
.sec8 .lst_clients {
  display: flex;
  width: 100%;
}
.sec8 .lst_clients li {
  width: 18.75rem !important;
  opacity: 0.3;
  transition: all 0.5s;
}
.sec8 .lst_clients li:hover {
  opacity: 1;
}

@media (max-width: 600px) {
  .sec8 {
    padding-bottom: 3.125rem;
    height: auto;
  }
  .sec8 .inner {
    padding: 0rem 2.25rem;
  }
  .sec8 .inner .title_area {
    padding-top: 1.875rem;
  }
  .sec8 .inner .title_area .title {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
  .sec8 .inner .title_area .desc {
    margin-top: 0.375rem;
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    color: #fff;
  }
  .sec8 .clients {
    padding-top: 1.875rem;
  }
  .sec8 .clients .lst_clients li {
    width: 12.5rem !important;
  }
  .sec8 .clients .lst_clients li img {
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */