.flex-items-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mt-100 {
    margin-top: 100px;
}
.manufacture-1 {
    background-color: #f4f4f4;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    margin-top: 70px;
}
.manufacture-1 .left {
    width: 50%;
}
.manufacture-1 .left-center {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.manufacture-1 .center p {
  font-family: 'Pretendard';
  margin-top: 24px;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.6px;
}

.rounded-1xl img {
    width: 100%;
    border-radius: 50px;
}
.rounded-1xl video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50px;
}
.nei-m-1 .mtop {background: none;padding: 30px 0;}


.manufacture-1 .right {
  padding-left: 5%;
  width: 50%;
  padding-right: 5%;
}
.manufacture-1 .right h2 {
  margin-bottom: 35px;
  FONT-FAMILY: Pretendard;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 1.1;
}
.manufacture-1 .right.pd0 {
  padding-left: 0;
  width: 50%;
  padding-right: 3%;
}
.manufacture-1 .right em {
  position: absolute;
    right: 20px;
    bottom: -60px;
    font-size: 110px;
    color: #d9d9d9;
    font-weight: bold;
    font-family: Montserrat-bold;
}
.manufacture-1:nth-child(even) .right em {
  left: 20px;
}

.text-h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.8;
}
.manufacture-1 .right .text-h1 {
    margin-bottom: 35px;
    FONT-FAMILY: Pretendard;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 1;
    text-transform: capitalize;
}
.manufacture-1 .right p {
    font-family: 'Pretendard';
    margin-top: 24px;
    color: #666;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -0.6px;
}
.manufacture-1 .right p.font-20 {
  font-size: 20px;
  line-height: 1.5;
}


#topBtn {
    position: fixed;
    bottom: 64px;
    right: 60px;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #CaCaCa;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
    z-index: 98;
  }
  #topBtn.on {
    opacity: 1;
    visibility: visible;
  }
  #topBtn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url("manu/topBtn.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.2s linear;
  }


.theme {
  background-color: #fff;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  align-items: normal;
  margin-bottom: 80px;
}
.theme .right p {margin-top: 0;}
.theme .text-h1 {
  FONT-FAMILY: Pretendard;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1;
}
.service-nei .manufacture-1 .right p {
  font-size: 20px;
}
.manufacture-1 .swiper-pagination-bullet {
  background: #fff;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
}
.manufacture-1 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #181878;
}

  @media (min-width: 1024px) {
    #topBtn:hover {
      border-color: #107AF2;
    }
    #topBtn:hover:after {
      background-image: url("manu/topBtn_bl.svg");
      top: calc(50% - 3px);
    }
  }
  @media (max-width: 1023px) {
    #topBtn {
      width: 48px;
      height: 48px;
      bottom: 32px;
      right: 20px;
    }
    #topBtn:after {
      width: 14px;
      height: 14px;
      background-size: 100% auto;
    }
  }
  
  
  /*Customer-Centered Service*/
  .customer_focus {
    padding: 30px 0 0 0;
  }
  @media (max-width: 1023px) {
    .customer_focus {
      padding: 30px 0 0 0;
    }
  }
  @media (max-width: 1023px) {
    .customer_focus .customer_focus_inner {
      padding: 0 20px;
    }
  }
  .customer_focus .title_depth1 {
    display: none;
  }
  @media (max-width: 1023px) {
    .customer_focus .title_depth1 {
      display: block;
    }
  }
  .customer_focus .scroll_area {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-color: #f4f4f4;
    border-radius: 50px;
  }
  @media (max-width: 1023px) {
    .customer_focus .scroll_area {
      flex-direction: column;
    }
  }
  .customer_focus .scroll_area > * {
    width: 50%;
  }
  @media (max-width: 1023px) {
    .customer_focus .scroll_area > * {
      width: 100%;
    }
  }
  .customer_focus .slogan_area {
    position: relative;
    height: 65vh;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  @media (max-width: 1023px) {
    .customer_focus .slogan_area {
      display: none;
    }
  }
  .customer_focus .slogan_area h3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -1.5px;
  }
  .customer_focus .slogan_area .con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    margin-bottom: 80px;
    padding: 0 100px 0 50px;
    transition: opacity 0.35s;
    opacity: 0;
  }
  .customer_focus .slogan_area .con.active {
    z-index: 1;
    opacity: 1;
  }
  .customer_focus .slogan_area .con .center {
    padding-left: 0;
  }
  .customer_focus .slogan_area .con .center b {
    margin-bottom: 35px;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 1.2;
  }
  .customer_focus .slogan_area .con .center p {
    margin-top: 24px;
    color: #666;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.6px;
  }
  .customer_focus .img_area ul {
    width: 100%;
  }
  .customer_focus .img_area ul li {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 80px;
  }
  .customer_focus .img_area ul li:last-child {
    margin-bottom: 0;
  }
  @media (max-width: 1023px) {
    .customer_focus .img_area ul li {
      margin-bottom: 60px;
    }
    .customer_focus .img_area ul li[data-motion] {
      transform: translateY(10%);
      transition: transform 0.75s, opacity 0.75s;
      opacity: 0;
    }
    .customer_focus .img_area ul li[data-motion].is_animated {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .customer_focus .img_area .img {
    width: 100%;
    height: 60vh;
    border-radius: 50px;
  }
  @media (max-width: 1023px) {
    .customer_focus .img_area .img {
      width: 100vw;
      height: 100vw;
    }
  }
  .customer_focus .img_area .img.img_01 {
    background: url(images/lint02.jpg) center center/cover no-repeat;
  }
  .customer_focus .img_area .img.img_02 {
    background: url(images/lint03.jpg) center center/cover no-repeat;
  }
  .customer_focus .img_area .img.img_03 {
    background: url(manu/customer_focus_03.jpg) center center/cover no-repeat;
  }
  .customer_focus .img_area .mo_slogan {
    display: none;
  }
  @media (max-width: 1023px) {
    .customer_focus .img_area .mo_slogan {
      display: block;
      margin-top: 24px;
    }
    .customer_focus .img_area .mo_slogan h3 {
      font-size: 34px;
      font-weight: 600;
      letter-spacing: -1.02px;
    }
    .customer_focus .img_area .mo_slogan b {
      font-size: 26px;
      font-weight: 600;
      letter-spacing: -0.78px;
    }
    .customer_focus .img_area .mo_slogan p {
      margin-top: 16px;
      font-size: 17px;
      line-height: 1.4;
      letter-spacing: -0.51px;
      color: #666;
      word-break: keep-all;
      word-wrap: break-word;
    }
  }


  
/* visual_wrap */
.sub_visual {
    padding-top: 50px;
    margin: 0 auto;
  }
  .sub_visual[data-motion] #breadCrumbWrap {
    transform: translateY(100%);
    transition: transform 0.75s;
  }
  .sub_visual[data-motion] h2 {
    transform: translateY(30%);
    transition: transform 0.75s;
  }
  .sub_visual[data-motion] p {
    transform: translateY(100%);
    transition: transform 0.75s;
  }
  .sub_visual[data-motion] .input_area {
    transform: translateY(100%);
    transition: transform 0.75s;
  }
  .sub_visual[data-motion] .vision_area {
    transform: translateY(10%);
    transition: transform 0.75s;
  }
  .sub_visual[data-motion].is_animated #breadCrumbWrap {
    transform: translateY(0);
  }
  .sub_visual[data-motion].is_animated h2 {
    transform: translateY(0);
  }
  .sub_visual[data-motion].is_animated p {
    transform: translateY(0);
  }
  .sub_visual[data-motion].is_animated .input_area {
    transform: translateY(0);
  }
  .sub_visual[data-motion].is_animated .vision_area {
    transform: translateY(0);
  }
  @media (max-width: 767px) {
    .sub_visual[data-motion] p {
      transform: translateY(50%);
    }
    .sub_visual[data-motion].is_animated p {
      transform: translateY(0);
    }
  }
  @media (max-width: 1023px) {
    .sub_visual {
      padding-top: 145px;
    }
  }
  
  .sub_visual .page_title {
    margin-bottom: 80px;
  }
  .sub_visual .page_title.mixed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
  }
  .sub_visual .page_title.mixed .input_area {
    width: 400px;
  }
  .sub_visual .page_title.mixed .input_area input {
    padding: 14px 60px 14px 16px;
  }
  .sub_visual .page_title.mixed .input_area label {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .sub_visual .page_title.mixed .input_area label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url("../image/icon_search.svg") center no-repeat;
    background-size: cover;
  }
  .sub_visual .page_title h2 {
    line-height: 1;
    color: #000000;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -1.5px;
    text-transform: capitalize;
  }
  .sub_visual .page_title p {
    margin-top: 24px;
    word-break: keep-all;
    word-wrap: break-word;
    color: #666;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.6px;
  }
  @media (max-width: 1023px) {
    .sub_visual .page_title {
      margin-bottom: 40px;
    }
    .sub_visual .page_title.mixed > div {
      width: 100%;
    }
    .sub_visual .page_title.mixed .right {
      width: 100%;
      margin-top: 48px;
    }
    .sub_visual .page_title h2 {
      font-size: 40px;
      letter-spacing: -0.015em;
      line-height: 1;
    }
    .sub_visual .page_title p {
      margin-top: 16px;
      font-size: 17px;
      letter-spacing: -0.03em;
      line-height: 1;
      line-height: 1.4;
    }
  }
  .sub_visual .vision_area {
    position: relative;
    width: 100%;
    height:750px;
    padding: 1px 0;
    margin: 0 auto 100px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .sub_visual .vision_area:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 10;
  }
  .sub_visual .vision_area:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 10;
  }
  .sub_visual .vision_area .curtain_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
  }
  .sub_visual .vision_area .curtain_wrap > div {
    position: absolute;
    top: 0;
    width: calc(50% - 600px);
    height: 100%;
    background-color: #fff;
  }
  .sub_visual .vision_area .curtain_wrap .left {
    left: 0;
  }
  .sub_visual .vision_area .curtain_wrap .right {
    right: 0;
  }

  .sub_visual .vision_area .bg {
    background-image: url("images/visual_gs-careplus.jpg");
    border-radius: 50px;
  }
  
  .sub_visual .vision_area .bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transform-origin: bottom;
    min-width: 1920px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    z-index: 10;
  }
  @media (max-width: 1023px) {
    .sub_visual .vision_area {
      width: 100%;
      height: 0;
      padding-top: 66.666%;
      margin: 0 auto 80px;
    }
    .sub_visual .vision_area .curtain_wrap {
      display: none;
    }
    .sub_visual .vision_area .bg {
      width: 100%;
      height: 100%;
      background-size: auto 100%;
    }
  }



.Signature {
  padding-top: 0px;
  padding-bottom: 100px;
}
.Signature h2 {
    margin-bottom: 35px;
    FONT-FAMILY: Pretendard;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -1.5px;
    text-transform: capitalize;
   
}    
.Signature ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1%;
}
.Signature ul li {
  width: 22.5%;
  margin-right: 2%;
  background: #e3e3e3;
  border-radius: 50px;
  padding: 30px 40px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  border: 1px solid #d8d8d8;
}
.Signature  .swiper-slide {
  background: #e3e3e3;
  border-radius: 50px;
  padding: 30px 40px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  border: 1px solid #d8d8d8;
}


.Signature .fourul li {
  width: 22.5%;
}

.Signature ul li a {
  display: block;
  position: relative;
}
.Signature ul li:last-child {
  margin-right: 0 !important;
}
.Signature .c-tile-top {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0px;
  line-height: 1.5;
  opacity: 0;
}
.Signature .swiper-slide:hover .c-tile-top {
  opacity: 1;
  z-index: 2;
}
.Signature .swiper-slide:hover .c-button {
  clip-path: inset(0 0 0 0 round var(--button-circle) var(--button-circle) var(--button-circle) var(--button-circle));
}
.Signature .swiper-slide:hover .c-button_label {
  opacity: 1;
  transform: translate(0);
}
.Signature .swiper-slide:hover .c-button_icon {
  transform: translate(-3px);
}


.Signature .pic{
  overflow: hidden;
}
.Signature .pic img {
  margin: 0 auto;
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
  object-fit: cover;
}
.Signature ul li:hover img {
  transform: scale(1.05);
}
.Signature .swiper-slide:hover img {
  transform: scale(1.05);
}
.Signature .swiper-slide a {
  display: block;
  position: relative;
}
.hotsell-pic img {
  width: 100%;
}


.recently-viewed {
  padding-bottom: 50px;
  margin-top: 50px;
}
.recently-viewed .w90 {
  max-width: 1280px;
}
.recently-viewed h2 {
  font-weight: 600;
  letter-spacing: -1.5px;
  FONT-FAMILY: Pretendard;
  font-size: 32px;
  margin-bottom: 5px;
}
.recently-viewed .swiper-button-prev, 
.recently-viewed .swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}


:root {
	--button-height: 2.5rem;
	--button-width: auto;
	--button-padding: 0 0.9375rem 0 0.9375rem;
	--button-radius: 4.375rem;
	--button-color: #FFFFFF;
	--button-background: #000000;
	--button-stroke-color: var(--button-background);
	--button-stroke-width: 1px;
	--button-color-hover: #000000;
	--button-background-hover: #D6D6D6;
	--button-stroke-color-hover: transparent;
	--button-color-active: #000000;
	--button-background-active: #FFFFFF;
	--button-stroke-color-active: var(--button-background-active)
}
.c-button {
    --button-circle: 2.5rem;
    clip-path: inset(0 0 0 calc(100% - 2.5rem) round var(--button-circle) var(--button-circle) var(--button-circle) var(--button-circle));
    transition: clip-path .3s cubic-bezier(0.38, 0.005, 0.215, 1), color .3s cubic-bezier(0.38, 0.005, 0.215, 1), background-color .3s cubic-bezier(0.38, 0.005, 0.215, 1);
    display: inline-flex;
    align-items: center;
    color: #fff;
    height: 2.5rem;
    width: auto;
    padding: var(--button-padding);
    border-radius: var(--button-radius);
    text-transform: lowercase;
    position: absolute;
    line-height: 1;
    font-size: 16px;
    right: 20px;
    bottom: 0px;
    z-index: 2;
}
.c-button_label  {
    display: inline-flex;
    height: 100%;
    align-items: center;
    padding-right: 26px;
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
    transition: opacity .3s cubic-bezier(.38,.005,.215,1), transform .6s cubic-bezier(.38,.005,.215,1);
    line-height: 1;
    padding-bottom: .125rem;
    text-transform: capitalize;
}
.c-button_icon {
    position: absolute;
    right: 0;
    top: 0;
    width: var(--button-circle);
    height: var(--button-circle);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    vertical-align: middle;
    transition: transform .3s cubic-bezier(.38,.005,.215,1), left .3s cubic-bezier(.38,.005,.215,1);
}
.c-button_icon svg {
    display: block;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    stroke: currentColor;
}
.c-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #191878;
    border-radius: 50px;
    z-index: -1;
}

.Signature ul li:hover .c-button {
    clip-path: inset(0 0 0 0 round var(--button-circle) var(--button-circle) var(--button-circle) var(--button-circle));
}
.Signature ul li:hover .c-button_label {
    opacity: 1;
    transform: translate(0);
}
.Signature ul li:hover .c-button_icon{
    transform: translate(-3px);
}
.manufacture-1 .right .c-button {
  position: relative;
  right: 0;
  bottom: 0px;
  z-index: 2;
  left: 0px;
  margin-top: 50px;
}
.manufacture-1 .right .c-button a {
  color: #fff;
}

.manufacture-1 .right .c-button .c-button_icon {
  transform: translate(-3px);
}
.manufacture-1 .right .c-button .c-button_label{
  opacity: 1;
  transform: translate(0);
}
.manufacture-1 .right .c-button {
  clip-path: inset(0 0 0 0 round var(--button-circle) var(--button-circle) var(--button-circle) var(--button-circle));
}
.manufacture-1 .right .c-button:hover:after {
  background-color: #1d1c5f;
}

.specs {
  background: #f4f4f4;
  margin-bottom: 50px;
  padding-bottom: 40px;
}
.specs .specs-1 {
  padding-bottom: 40px;
/*   gap: 30px 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr) */
}


.specs ul li,
.specs .swiper-slide {
  overflow: hidden;
}

.specs .swiper-slide::before {
  
}
.specs .swiper-slide:hover::before {
  border-radius: 0;
  content: "";
  background: #000;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.5;
  z-index: 2;
}


.specs p {
  padding-left: 25px;
  position: relative;
}
.specs img {
  display: block;
  width: 100%;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.specs .swiper {
  width: 100%;
  height: 100%;
}
.pt60 {padding-top: 60px;}

.specs .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.specs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specs .swiper-button-next,
.Signature .swiper-button-next {right: 0;}

.specs .swiper-button-prev,
.Signature .swiper-button-prev { left: 0;}

.specs .swiper-button-prev:after, 
.specs .swiper-button-next:after,
.Signature .swiper-button-prev:after, 
.Signature .swiper-button-next:after, {
  font-size: 38px;
}
.specs .swiper-button-prev.swiper-button-disabled, 
.specs .swiper-button-next.swiper-button-disabled {opacity: 0.2;}


/* .specs .specs-1 .swiper-slide:hover img {
  transform: scale(1.2);
} */
.specs .page_title {margin-bottom: 25px;}
.specs .page_title p {margin-top: 35px;}
.specs .page_title .span {
  color: #666;
  font-size: 20px;
  line-height: 1.4;
  display: block;
  padding-top: 5px;
}


.specs .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.specs .preference-tt {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  opacity: 0;
  color: #fff;
  z-index: 2;
}
.specs .swiper-slide:hover .preference-tt {
  opacity: 1;
  z-index: 2;
}


.specs-2 {
  padding-bottom: 40px;
}
.specs-2 p {
  color: #666;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.6px;
  margin-bottom: 25px;
}
.specs-2 ul li:hover img {
  transform: scale(1.05);
}
.specs p::after {
  content: "";
  background: #191878;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.specs .flex-wrap {display: flex;}
.specs .flex-wrap .span {
  width: 300px;
  font-weight: bold;
  font-size: 18px;
  color: #666;
  padding-top: 70px;
  display: inline-block;
}


.caigou .mtop {
  padding: 0;
  margin-top: 40px;
}

.Signature.similar {
  padding-bottom: 40px;
}
.Signature.similar .fourul li {
  width: 19%;
  margin-right: 1%;
  border-radius: 20px;
  padding: 15px 20px 30px;
  
}
.Signature.similar .fourul  .frist-li {
  background: #1c1979;
  color: #fff;
}

.Signature.similar h2 {
  font-size: 32px;
  margin-bottom: 5px;
  color: #333;
}
.Signature.similar .c-button {
  right: 0;
  bottom: -10px;
  display: none;
}
.Signature.similar ul li .c-tile-top {
  position: relative;
  font-size: 16px;
  opacity: 1;
}
.Signature.similar ul li .c-tile-top p {
  font-size: 14px;
    font-weight: normal;
    color: #3b3b3b;
}



.about-nei {
  background: none;
  padding: 30px 0 50px;
}
.about-nei .intro-txt {
  font-size: 26px;
  text-align: center;
  padding: 50px 0px;
}
.about-nei .intro-txt img {
  display: block;
  margin: 0 auto;
  width: 500px;
}
.about-nei .intro-txt span {
  color: #181878;
  font-weight: bold;
}
.about-nei ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.about-nei ul li {
  width: 25%;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.about-nei ul li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 76px;
  background-color: rgba(112, 112, 112, .2);
}
.about-nei ul li span {
  color: #181878;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1.5px;
  display: inline-block;
}
.about-nei ul li sub {
  font-size: 20px;
  padding-left: 5px;
  position: relative;
  vertical-align: super;
  display: inline-block;
  font-family: 'Montserrat-bold';
  color: #181878;
}
.about-nei ul li .txt {
  font-size: 20px;
  color: #666;
}

.about-2 {
  background: #f4f4f4;
  padding: 70px 0px;
}
.about-2 .manufacture-1 {margin-top: 0;}
.about-3 {
  padding: 100px 0px 100px;
}
.about-3 .manufacture-1 {
  margin-top: 0;
  background-color: #fff;
}



.sustainability {
  padding-top: 100px;
}
.sustainability .jieshao {
  font-size: 26px;
  padding-bottom: 60px;
}
.sustainability .jieshao span {
  font-size: 40px;
  font-weight: bold;
}
.main-sec05{
  background-color:#fff;
}
.main-sec05 .title-area{
  padding-left:20px;
  padding-right:20px;
  margin-bottom: 3.333rem;
  text-align: center;
}
.main-sus-bg {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
  height: 100vh;
}
.main-sus-bg .pin-spacer {
  width: 100% !important;
}
.fixed-bg-wrap {
  position: absolute;
  left:0;
  top: 0;
  max-width: 100% !important;
  width: 100% !important;
  height: 100%;
  z-index: 1;
}
.fixed-bg-wrap .fixed-bg {
  position: relative;
  margin: 0 auto;
  width: 40%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-position:center;
  background-size:cover;
}
.fixed-bg video{
object-fit: cover;
width: 100%;
height: 100%;
}
.main-sus-text{
  height:100vh;
  position:relative;
  z-index:2;
}
.main-sus-text .inner{
  width: 90%;
  max-width: 1640px;
  margin: 0 auto;
  position:relative;
  z-index:2;
}
.main-sus-text .inner ul {
  margin-top: 30px;
  display: flex;
}
.main-sus-text .inner ul li {
  margin-right: 40px;
}
.main-sus-text .inner ul li img {height: 70px;}
.main-sus-text p,
.main-sus-text p > span{
  display:block;
  color:#fff;
}
.main-sus-text .mgt3 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}
.main-sus-text p > span{
  font-weight: bold;
  line-height: 1.3;
  font-size: 40px;
  font-family: 'Pretendard';
}

.sustainability ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.sustainability ul li {
  overflow: hidden;
  width: 23%;
  height: 570px;
  position: relative;
}
.sustainability ul li:nth-child(1) {
  border-radius: 0 0 0 120px;
}
.sustainability li .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  background-size: cover;
  background-position: center;
}

.sustainability li .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .3;
}
.sustainability .li-1 .bg{
  background-image: url(images/sustainability01.jpg);
}
.sustainability .li-1:hover .bg {
  background-image: url(images/sustainability01-1.jpg);
}
.sustainability .li-2 .bg{
  background-image: url(images/sustainability02.jpg);
}
.sustainability .li-2:hover .bg {
  background-image: url(images/sustainability02-1.jpg);
}
.sustainability .li-3 .bg{
  background-image: url(images/sustainability03.jpg);
}
.sustainability .li-3:hover .bg {
  background-image: url(images/sustainability03-1.jpg);
}

.sustainability .li-4 {
  border-radius: 0 120px 0 0;
}
.sustainability .li-4 .bg{
  background-image: url(images/sustainability04.jpg);
}
.sustainability .li-4:hover .bg {
  background-image: url(images/sustainability04-1.jpg);
}


.sustainability li .txtwrap {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 45px 10%;
  transition: all 0.6s;
}
.sustainability li:hover .txtwrap {
  bottom: 20px;
}
.sustainability li .txtwrap h4 {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
}
.sustainability li .txtwrap .txt {
  opacity: 0;
  transition: all 0.6s;
  height: 0;
  color: #fff;
}
.sustainability li:hover .txt {
  opacity: 1;
  height: auto;
}
.sustainability li .txtwrap img {
  position: absolute;
  right: 5px;
  bottom: 35%;
  width: 40px;
}
.sustainability li:hover .txtwrap img {display: none;}

.similar .w90 {
	max-width: 1280px;
}
.recently-viewed img {width: 100%;display: block; margin: 0 auto;padding: 10px;}

.recently-viewed .swiper-slide a {
  display: block;
  position: relative;
}
.recently-viewed .swiper-slide a .sltu {position: relative;}
.recently-viewed .swiper-slide a .sltu::after {
  background-color: rgb(69 69 69 / 5%);
  border-radius: 8px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition:all 0.4s ease;
  transition:all 0.4s ease;
}
.recently-viewed .swiper-slide a:hover::after{
  background-color: rgb(238 238 238 / 78%);
}

.recently-viewed .swiper-button-next, 
.recently-viewed .swiper-rtl .swiper-button-prev {
  right: 0;
}
.recently-viewed .swiper-button-next:after, 
.recently-viewed .swiper-button-prev:after {
  font-size: 30px;
}

.recently-viewed .swiper-button-next, 
.recently-viewed .swiper-button-prev {
  color: #1c1979;
}
.recently-viewed .swiper-slide .day {
  position: relative;
  top: 0;
  width: 100%;
  font-size: 14px;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  padding-top: 5px;
}
.recently-viewed .swiper-slide a:hover .day {
  opacity: 1;
}
.recently-viewed .swiper-button-next, 
.recently-viewed .swiper-button-prev {
  top: 40%;
}

.down-mulu {
  margin-top: 40px;
  margin-bottom: 30px;
}
.down-mulu ul {
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  margin-top: 30px;
}
.down-mulu ul li {
  line-height: 38px;
  position: relative;
  margin-right: 10px;
  padding: 0 34px;
  font-weight: bold;
  background-color: #f5f5f5;
  border-radius: 28px;
  color: #111;
  margin-bottom: 30px;
}
.down-mulu ul li.on,
.down-mulu ul li:hover {
  background-color: #1c197a;
  color: #fff;
}
.down-mulu ul li.on a,
.down-mulu ul li:hover a {color: #fff;}
.down-mulu ul li a {display: block;}
.down-mulu .text-h1 {
  FONT-FAMILY: Pretendard;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1.5px;
}

.down-box-ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5%;
}
.down-box-ul li {
  width: 18.5%;
  margin-right: 1.5%;
  background-color: #f7f7f7;
  margin-bottom: 30px;
  position: relative;
}
.down-box-ul .down-title {
  padding: 10px 10px 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(0 0 0 / 50%);
  word-break: break-all;
  overflow-wrap: break-word;
}
.down-box-ul .down-title h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  height: auto;
}
.pt-50 {
  padding-top: 70px;
}


.down-box-ul li .down-btn {
  position: absolute;
  bottom: 30px;
  padding: 14px 20px;
  background-color: #fff;
  width: auto;
  right: 20px;
  left: 20px;
  border-radius: 10px;
}
.down-box-ul li .news-pic {
  height: 100%;
}
.down-box-ul li .news-pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.down-box-ul li .down-btn .mtxt {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  color: #474645;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  font-size: 15px;
}
.down-box-ul li .down-btn .micon {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 40px;
  background-color: #474645;
  /* border-top-right-radius: 40px;
  border-bottom-right-radius: 40px; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 15px;
  border-radius: 10px;
}
.down-box-ul li:hover .down-btn .micon {
  background-color: #181878;
}

.down-box-ul li .down-btn .micon i {
  display: block;
  margin: 0 auto;
  background: url(images/download.png) no-repeat center;
  background-size: 22px;
  width: 22px;
  height: 38px;
}
.down-Topic {
  z-index: 999;
  background: #fff;
  padding-top: 20px;
  margin-bottom: 24px;
  position: relative;
}
.down-Topic h2 {
    color: #111;
    color: #181878;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}




@media (max-width: 768px){
  .main-sus-text .tit01{
      font-size:36px;
  } 
  .main-sus-text .tit01 > span{
      display:inline;
      margin-right:10px;
  }
  .arrow-btn-circle{
      width:40px;
      height:40px;
      margin-top: 2.625rem;
  }

  .main-sus-text{
      padding-top:40vh
  }
}

@media (max-width: 1500px) {
  .manufacture-1 .right p.font-20 {
    font-size: 18px;
  }
  .about-nei .intro-txt {
    font-size: 23px;
  }
  .specs .flex-wrap .span {
    padding-top: 50px;
  }
}

@media (max-width: 1370px) {
  .specs .flex-wrap .span {
    padding-top: 50px;
  }

}