@charset "utf-8";
.splide__sr {
  display: none;
}

#visual {
  text-align: center;
  padding-top: 10rem;
  background: url(/img/main/visual-bg.png) no-repeat right -0.6rem top 6.4rem / 67.4rem;
}

#visual .slogan {
  padding-bottom: 6.7rem;
}

#visual .slogan .tit {
  position: relative;
  display: inline-block;
  margin-left: 8rem;
  padding-right: 8.5rem;
  color: #111;
  /* font-family: var(--poppins); */
  font-size: 9.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.098rem;
}

#visual .slogan .tit::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 8.5rem;
  height: 8.6rem;
  background: url(/img/main/visual-tit.svg) no-repeat 0 0 / 8.5rem;
  transform: translateY(0);
	animation: arrow 1.5s ease-out infinite;
}

@keyframes arrow {
  30% {
    transform:translateY(1.5rem);
  }
  75%{
    transform:translateY(-1.5rem);
  }
  100%{
    transform:translateY(0);
  }
}

#visual .slogan .txt01 {
  margin-bottom: 0.6rem;
  color: #222;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 160%; /* 4rem */
}

#visual .slogan .txt02 {
  font-size: 2rem;
  line-height: 160%; /* 3.2rem */
}

#visual .slogan .txt02 span {
  font-weight: 700;
  background: linear-gradient(90deg, #27A075 0%, #007DD7 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#visual .list {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}

#visual .list li {
  line-height: 0;
  border-radius: 1rem 1rem 0rem 0rem;
  overflow: hidden;
}

#visual .list>li>img,
#visual .list>li>ul>li>img {
  transition: 1s ease-out;
}

#visual .list>li:hover>img,
#visual .list>li>ul>li:hover>img {
  transform: scale(1.1);
}

#visual .list>li ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#visual .list>li li:first-child {
  border-radius: 1rem;
}

#visual .list.ver2 {
  margin-top: 3rem;
}

.tit-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 5rem;
}

.tit-box h3 {
  font-size: 6rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.06rem;
}

.tit-box .more {
  position: relative;
  display: block;
  width: 5.7rem;
  height: 5.8rem;
  background: url(/img/main/more.svg) no-repeat 0 0 / 11.4rem;
  transition: .3s;
}

.tit-box .more:hover {
  transform: rotate(180deg);
}

#product {
  padding-top: 13rem;
  padding-bottom: 15rem;
  background: url(/img/main/product-bg.png) no-repeat right center / cover;
}

#product .tit-box h3 {
  color: #111;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0!important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

#product .list {
  position: relative;
  display: flex;
  gap: 9rem;
  height: 50rem;
   overflow: hidden;
}

#product .splide__track {
  width: 100%;
  height: 100%;
}

#product .splide__list {
  display: flex;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

#product .splide__list>li {
  flex: 0 0 auto;
  border: none !important;
  outline: none !important;
  background: none !important;
}

#product .img {
  width: 100%;
  max-width: 77rem;
  line-height: 0;
  border-radius: 1rem;
  overflow: hidden;
}

#product .img img {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product .con {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 70rem;
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
}

#product .splide__pagination {
  position: relative;
  display: flex;
  gap: 1rem;
  z-index: 2;
}

#product .splide__pagination button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.3rem 1.2rem 2.3rem;
  height: 4rem;
  color: #939393;
  font-size: 1.8rem;
  line-height: normal;
  border: none;
  border-radius: 5rem;
  background: #EAECEF;
  cursor: pointer;
}

#product .splide__pagination li:nth-child(1) button::before {
  content: '카본 Chop';
}

#product .splide__pagination li:nth-child(2) button::before {
  content: '글라스 Chop';
}

#product .splide__pagination li:nth-child(3) button::before {
  content: '탄화섬유';
}

#product .splide__pagination button.is-active {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #27A075 -5.21%, #007DD7 100%);
}

#product .splide__slider {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

#product .splide__slider a {
  text-decoration: none !important;
}

#product .con dl dt a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
  color: #111;
  font-family: var(--poppins);
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.062rem;
}

#product .con dl dt span {
  display: inline-block;
  padding: 0.3rem;
  color: #27A073;
  font-family: var(--noto);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: normal;
  border-bottom: 1px solid #27A073;
}

#product .con dl dd {
  min-height: 14.2rem;
  font-size: 1.7rem;
  line-height: 160%; /* 2.72rem */
  white-space: normal;
  word-break: keep-all;
}

#product .control {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

#product .control p {
  color: #404040;
  font-weight: 700;
  line-height: normal;
  line-height: 1.5rem;
}

#product .control .splide__progress {
  position: relative;
  width: 12rem;
  height: 0.3rem;
  background: #D9D9D9;
}

#product .control .splide__progress__bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.3rem;
  background: #27A073;
}

#product .control .stop {
  position: relative;
  width: 0.8rem;
  height: 1.1rem;
  background: none;
  border: none;
  cursor: pointer;
}

#product .control .stop::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2rem;
  height: 1.1rem;
  box-shadow: 0.6rem 0 #404040;
  background: #404040;
}

#quick {
  padding-top: 13rem;
  padding-bottom: 15rem;
  background: url(/img/main/quick-bg.png) no-repeat 0 0 / cover;
  --bg: url(/img/main/quick.svg) no-repeat 0 0 / 23.9rem;
}

#quick .tit-box h3 {
  color: #fff;
}

#quick .tit-box .more {
  background-position: -5.7rem 0;
}

#quick i {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  background: linear-gradient(90deg, #FCFFFD 0%, #00FFEA 100%);
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

#quick .con-box,
#quick .link {
  display: flex;
  gap: 2.6rem;
}

#quick ul li,
#quick dl {
  max-width: 37rem;
  min-height: 32rem;
  border-radius: 2rem;
  overflow: hidden;
}

#quick .link {
  width: calc(50% - 5.2rem / 3);
}

#quick .link li {
  width: calc(50% - 1.3rem);
  text-align: center;
  height: 100%;
}

#quick .link a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10.8rem 3rem 3rem 3rem;
  height: 100%;
  color: #FFF;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: normal;
  transition: .3s;
}

#quick .link a::before {
  content: '';
  position: absolute;
  top: 7.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10.8rem;
  height: 9.8rem;
  background: var(--bg);
  transition: .3s;
}

#quick .link a:hover::before {
  top: 6.7rem;
}

#quick .link>li:nth-child(1) a {
  background: linear-gradient(127deg, rgba(35, 157, 125, 0.80) 0%, rgba(1, 126, 210, 0.80) 100%);
}

#quick .link>li:nth-child(2) a {
  background: linear-gradient(127deg, rgba(1, 126, 210, 0.80) 0%, rgba(86, 59, 183, 0.80) 100%);
}

#quick .link>li:nth-child(2) a::before {
  background-position: -10.8rem 0;
}

#quick .notice {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem;
  width: calc(25% - 5.2rem / 3);
  background: rgba(6, 16, 61, 0.90);
}

#quick .notice dt a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #FFF;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: normal;
}

#quick .notice dt .more::after {
  content: '';
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  background: var(--bg);
  background-position: -21.6rem 0;
  transition: .3s;
}

#quick .notice dt .more:hover::after {
  transform: rotate(180deg);
}

#quick .notice dd {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

#quick .notice dd a {
  display: -webkit-box;
  height: 8.4rem;
  color: #FFF;
  font-size: 1.8rem;
  line-height: normal;
  word-break: keep-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#quick .notice dd .date {
  color: #D3D3D3;
  line-height: normal;
}

#quick .call {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
  padding: 3rem;
  width: calc(25% - 5.2rem / 3);
  background: rgba(255, 255, 255, 0.90);  
}

#quick .call i {
  background: linear-gradient(90deg, #27A075 -5.21%, #007DD7 100%);
}

#quick .call dt {
  color: #222;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: normal;
}

#quick .call dd p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.4rem;
  line-height: normal;
}

#quick .call dd p:nth-child(1),
#quick .call dd p:nth-child(1) a {
  padding: 0.2rem 2rem 0.5rem 2rem;
  min-height: 4.1rem;
  color: #FFF;
  font-weight: 900;
  border-radius: 5rem;
  background: linear-gradient(90deg, #27A075 0%, #007DD7 100%);
}

#quick .call dd p:nth-child(2) {
  color: #333;
  font-weight: 700;
}

/*** pc ***/
@media all and (min-width:1025px) {
}

@media all and (max-width:1559px) {
  #product .img {
    flex: 0 0 50%;
  }
  
  #product .con {
    flex: 1 1 auto;
    max-width: calc(50% - 9rem);
  }
}

/*** min-pc ***/
@media all and (max-width:1024px) {
  #visual .list {
    white-space: nowrap;
    overflow: hidden;
  }

  #visual .list>li {
    flex: 0 0 auto;
    width: calc(33.3% - 8rem / 5);
  }

  #visual .list.ver2>li {
    flex: 0 0 auto;
    width: calc(40% - 4rem / 3);
  }

  #visual .list.ver2>li:nth-last-child(1) {
    width: calc(20% - 4rem / 3);
  }

  #product {
    background-position: right bottom;
    background-size: auto 100%;
  }

  #product .list {
    flex-direction: column-reverse;
    gap: 5rem;
    height: auto;
  }

  #product .img {
    flex-basis: 100%;
    max-width: 100%;
  }
  
  #product .con {
    padding: 0;
    max-width: 100%;
  }

  #quick {
    background-color: #091030;
    background-position: right 50% bottom;
    background-size: 200%;
  }

  #quick .con-box {
    flex-wrap: wrap;
  }

  #quick .link {
    width: 100%;
  }

  #quick ul li,
  #quick .notice,
  #quick .call {
    width: calc(50% - 1.3rem);
    max-width: 100%;
  }
  
  #quick .call dd {
    display: flex;
    flex-direction: column;
  }
}

/*** mobile ***/
@media screen and (max-width:840px) {
  #visual {
    background-position: right -0.6rem top 20rem ;
    background-size: 40rem;
  }
  #visual .slogan {
    padding-left: 20px;
    padding-right: 20px;
  }

  #visual .slogan .tit {
    font-size: 7rem;
  }

  #visual .slogan .tit::before {
    width: 6.5rem;
    height: 6.6rem;
    background-size: 100%;
  }

  #visual .list>li {
    width: calc(50% - 1rem);
  }
  
  #visual .list>li:nth-child(1),
  #visual .list>li:nth-child(3),
  #visual .list>li:nth-child(4) {
    display: none;
  }

  #visual .list.ver2>li:nth-child(1),
  #visual .list.ver2>li:nth-child(3) {
    display: block;
  }

  #product,
  #quick {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #product .splide__slider {
    gap: 2rem;
  }
  
  #product .con dl dt {
    font-size: 5rem;
  }

  #quick .notice,
  #quick .call {
    width: 100%;
  }

  #quick .notice dd a {
    height: 8rem;
  }
}