
.header__mobile-icon::after, .header__mobile-icon::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #111;
}

.news__next, .news__prev {
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  width: 6rem;
  height: 4rem;
  background-color: #000;
  cursor: pointer;
}

.moveTitle__second, .moveTitle__first {
  display: inline-block;
  color: #eee;
  font-size: 24.641vw;
  font-weight: 700;
  line-height: 27.641vw;
  text-transform: uppercase;
}


/* _main.scss */
::-webkit-scrollbar {
  width: 10px;
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: #111;
  border: 1px solid #eee;
}

.inner_wrapper {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  max-width: 1800px;
}
/* 
.bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
  pointer-events: none;
} */
.bg__line {
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  border-left: 1px solid rgba(204, 204, 204, 0.5);
}
.bg__block {
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, #111, rgba(230, 29, 43, 0));
}
.bg__line:nth-child(1) {
  left: 0;
}
.bg__line:nth-child(2) {
  left: 10%;
}
.bg__line:nth-child(3) {
  left: 20%;
}
.bg__line:nth-child(4) {
  left: 30%;
}
.bg__line:nth-child(5) {
  left: 40%;
}
.bg__line:nth-child(6) {
  left: 50%;
}
.bg__line:nth-child(7) {
  left: 60%;
}
.bg__line:nth-child(8) {
  left: 70%;
}
.bg__line:nth-child(9) {
  left: 80%;
}
.bg__line:nth-child(10) {
  left: 90%;
}
.bg__line:nth-child(11) {
  left: 100%;
}
.bg__block1 {
  top: calc(10% * 1);
}
.bg__block2 {
  top: calc(10% * 2);
}
.bg__block3 {
  top: calc(10% * 3);
}
.bg__block4 {
  top: calc(10% * 4);
}
.bg__block5 {
  top: calc(10% * 5);
}
.bg__block6 {
  top: calc(10% * 6);
}
.bg__block7 {
  top: calc(10% * 7);
}
.bg__block8 {
  top: calc(10% * 8);
}
.bg__block9 {
  top: calc(10% * 9);
}

/****** secition1  since ******/
@-webkit-keyframes move-scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes move-scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes move-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes move-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.since__txt {
  overflow: hidden;
}
.since__txt h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #111;
  -webkit-animation: move-down 0.5s 0.5s ease-out backwards;
          animation: move-down 0.5s 0.5s ease-out backwards;
}


/****** secition2 purpose ******/
.purpose {
  background-color: #fff;
  color: #111;
  height: 100vh;
}
.purpose__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.purpose__wrap {
  font-size: 7.33vw;
  line-height: 9.33vw;
}
.purpose__txt {
  display: block;
  font-weight: 700;
}
.purpose__img {
  position: relative;
  margin-top: 4rem;
  width: 80%;
}
.purpose__rotate {
  position: absolute;
  bottom: -7vw;
  left: -7vw;
  width: 14.993vw;
  height: 14.993vw;
  min-width: 10rem;
  min-height: 10rem;
}
.purpose__rotate .txt1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(12deg);
}
.purpose__rotate .txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(24deg);
}
.purpose__rotate .txt3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(36deg);
}
.purpose__rotate .txt4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(48deg);
}
.purpose__rotate .txt5 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(60deg);
}
.purpose__rotate .txt6 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(72deg);
}
.purpose__rotate .txt7 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(84deg);
}
.purpose__rotate .txt8 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(96deg);
}
.purpose__rotate .txt9 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(108deg);
}
.purpose__rotate .txt10 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(120deg);
}
.purpose__rotate .txt11 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(132deg);
}
.purpose__rotate .txt12 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(144deg);
}
.purpose__rotate .txt13 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(156deg);
}
.purpose__rotate .txt14 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(168deg);
}
.purpose__rotate .txt15 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(180deg);
}
.purpose__rotate .txt16 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(192deg);
}
.purpose__rotate .txt17 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(204deg);
}
.purpose__rotate .txt18 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(216deg);
}
.purpose__rotate .txt19 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(228deg);
}
.purpose__rotate .txt20 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(240deg);
}
.purpose__rotate .txt21 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(252deg);
}
.purpose__rotate .txt22 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(264deg);
}
.purpose__rotate .txt23 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(276deg);
}
.purpose__rotate .txt24 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(288deg);
}
.purpose__rotate .txt25 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(300deg);
}
.purpose__rotate .txt26 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(312deg);
}
.purpose__rotate .txt27 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(324deg);
}
.purpose__rotate .txt28 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(336deg);
}
.purpose__rotate .txt29 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14.993vw;
  min-height: 10rem;
  font-size: 1.6rem;
  transform: translate(-50%, -50%) rotate(348deg);
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
    transform-origin: center center;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
    transform-origin: center center;
  }
}
/****** secition3 vision ******/
.vision {
  background-color: #ddd;
  overflow: hidden;
}
.vision__container {
  position: relative;
  margin: 6rem 0;
  color: #585858;
}
.vision__title {
  margin: 1.563vw 0;
  font-size: 10.417vw;
  font-weight: 700;
  white-space: nowrap;
}
.vision__title-stroke {
  text-shadow: 5px 0 #111, 0 1px #111, 1px 0 #111, 0 -1px #111;
  color: #fff;
}

/****** secition4 product ******/
.product {
  position: relative;
  background-color: #fff;
  height: 800vh;
  overflow:hidden;
}
.product__container {
  position: relative;
  display: flex;
  height: 100%;
}
.product__container li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.product__container li img {width: 100%; max-width: 60%;}
.product__list-img {
  position: absolute;
  width: 100%;
  text-align: center;
}
.product__list-text {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #111;
}
.product__list-text li {
  transform: translateY(100%);
  opacity: 0;
}
.product__title {
  font-size: 12vw;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 5px 0 #eee , 0 2px #eee, 1px 0 #eee, 0 -1px #eee;
}
.product__title .block {
  display: block;
  font-size: 17vw;
 
}

.gallery {
  height: 100vh;
  background-color: #fff;
}
.gallery__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.gallery__grid {
  display: grid;
  gap: 1%;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 13%);
  width: 70%;
  height: 100%;
}
.gallery__block {
  width: 100%;
  height: 100%;
}
.gallery__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__block-center {
  z-index: 999;
}
.gallery__item:nth-child(1) {
  grid-column: 3/span 2;
  grid-row: 1/span 2;
}
.gallery__item:nth-child(2) {
  grid-column: 6/span 1;
  grid-row: 2/span 1;
}
.gallery__item:nth-child(3) {
  grid-column: 2/span 1;
  grid-row: 3/span 1;
}
.gallery__item:nth-child(4) {
  grid-column: 4/span 2;
  grid-row: 6/span 2;
}
.gallery__item:nth-child(5) {
  grid-column: 6/span 2;
  grid-row: 3/span 2;
}
.gallery__item:nth-child(6) {
  grid-column: 1/span 2;
  grid-row: 5/span 2;
}
.gallery__item:nth-child(7) {
  grid-column: 3/span 3;
  grid-row: 3/span 3;
}

/****** secition5 sticky ******/
.sticky {
  position: relative;
  /* grid item 위치설정 */
}
.sticky__container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
}
.sticky__horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.sticky__txt-box {
  margin-left: 5.208vw;
  margin-right: 23.042vw;
  height: 85%;
}
.sticky__txt-box p {
  font-size: 1.6rem;
  color: #111;
}
.sticky__title {
  flex-shrink: 0;
  font-size: 6rem;
  font-weight: 700;
  text-transform: capitalize;
}
.sticky__title-stroke {
  text-shadow: 1px 0 #111, 0 1px #111, 1px 0 #111, 0 -1px #111;
  color: #fff;
}
.sticky__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(10, 490px);
  grid-template-rows: repeat(3, calc(33.333vh - 5rem));
}
.sticky__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sticky__item-txt h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4rem;
}
.sticky__item-txt p {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #777;
}
.sticky__item:nth-child(1) {
  grid-column: 1/span 3;
  grid-row: 1/span 2;
}
.sticky__item:nth-child(2) {
  grid-column: 2/span 2;
  grid-row: 3/span 1;
}
.sticky__item:nth-child(3) {
  grid-column: 4/span 1;
  grid-row: 2/span 1;
}
.sticky__item:nth-child(4) {
  grid-column: 4/span 1;
  grid-row: 3/span 1;
}
.sticky__item:nth-child(5) {
  grid-column: 5/span 1;
  grid-row: 1/span 2;
}

.sticky__item:nth-child(6) {
  grid-column: 5/span 1;
  grid-row: 3/span 1;
}
.sticky__item:nth-child(7) {
  grid-column: 6/span 1;
  grid-row: 2/span 2;
}
.sticky__item:nth-child(8) {
  grid-column: 7/span 1;
  grid-row: 2/span 2;
}
.sticky__item:nth-child(9) {
  grid-column: 8/span 1;
  grid-row: 3/span 1;
}
.sticky__item:nth-child(10) {
  grid-column: 7/span 1;
  grid-row: 3/span 1;
}
.sticky__item:nth-child(11) {
  grid-column: 9/span 2;
  grid-row: 2/span 1;
  background: url(/images/carepilates_logo_black.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/****** secition6 brand ******/
.brand {
  position: relative;
  height: 200vh;
  overflow: hidden;
}
.brand__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
.brand__txt {
  width: 100%;
  height: 40%;
}
.brand__title {
  padding-top: 10rem;
  font-size: 10.256vw;
  font-weight: 700;
  color: #111;
}
.brand__title .block {
  display: block;
}
.brand__scroll {
  position: relative;
  width: 100%;
  height: 60%;
}
.brand__move {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.brand__move li {
  width: 100%;
  background-color: #ccc;
  transform: translateY(100%);
}
.brand__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  color: #111;
}

.brand__info li{margin-bottom: 20px;}
.brand__info li:last-child {margin-bottom: 0;}
.brand__value {
  font-size: 25.641vw;
  font-weight: 700;
}
.brand__value-plus {
  text-shadow: 1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  color: #111;
}
.brand__desc {
  font-size: 2rem;
}


  /****** secition6 brand ******/
  .brand2 {
    position: relative;
    height: 200vh;
    overflow: hidden;
  }
  .brand2__container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100vh;
  }
  .brand2__txt {
    width: 100%;
    height: 40%;
  }
  .brand2__title {
    padding-top: 8rem;
    font-size: 10.256vw;
    font-weight: 700;
    color: #111;
  }
  .brand2__title .block {
    display: block;
  }
  .brand2__scroll {
    position: relative;
    width: 100%;
    height: 60%;
  }
  .brand2__move {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .brand2__move li {
    width: 100%;
    background-color: #ccc;
    transform: translateY(100%);
  }
  .brand2__info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    color: #111;
  }
  .brand2__value {
    font-size: 25.641vw;
    font-weight: 700;
  }
  .brand2__value-plus {
    text-shadow: 1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    color: #111;
  }
  .brand2__desc {
    font-size: 2rem;
  }

/****** secition7 news ******/
.news {
  padding: 10rem 0px;
  background-color: #eee;
}
.news__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: #000;
}
.news__main {
  font-size: 4rem;
  font-weight: 700;
}
.news__sub {
  font-size: 2rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.news__arrow {
  display: flex;
  margin: 2rem 0;
}

.news__prev.disabled {
  opacity: 0.5;
}
.news__next {
  transform: rotate(0);
}
.news__next.disabled {
  opacity: 0.5;
}
.news__slide {
 overflow: hidden;
}
.news__container {
  display: flex;

}
.news__container li {
  flex-shrink: 0;
  width: 100%;
  background-color: #111;
  border: 1px solid #333;
  box-sizing: border-box;
}
.news__container li a {
  display: block;
  transition: transform 0.5s;
}
.news__img {
  height: 300px;
  border-bottom: 1px solid #585858;
}
.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__txt {
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  background-color: #fff;
  color: #333;
  padding-bottom: 1.8rem;
}
.news__txt h2 {margin-bottom: 5px;}
.news__txt h3 {margin-bottom: 10px;     color: #888;
  font-size: 1.6rem;
  line-height: 2.3rem;}
.news__date {
  margin-top: auto;
  color: #111;
  font-size: 1.4rem;
}

.new_swiper {
  position: relative;
  padding-bottom: 40px; /* 아래 공간 확보 */
}

.news_pagination {
  position: absolute;
    bottom: 0;
    left: 0;
    top: auto !important;
    width: 100%;
    text-align: center;
    z-index: 10;
    background: #bbb;
}

.news_pagination span {background: #333 !important;}


.moveTitle {
  overflow: hidden;
  background-color: #111;
  height: 27.641vw;
  white-space: nowrap;
}
.moveTitle__first {
  -webkit-animation: scrolling-left1 30s infinite linear;
          animation: scrolling-left1 30s infinite linear;
}
.moveTitle__second {
  -webkit-animation: scrolling-left2 30s infinite linear;
          animation: scrolling-left2 30s infinite linear;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

/* 트랙 1 */
@-webkit-keyframes scrolling-left1 {
  0%   { transform: translateX(80%); }
  100% { transform: translateX(-120%); } /* 80 → -120 = -200 */
}
@keyframes scrolling-left1 {
  0%   { transform: translateX(80%); }
  100% { transform: translateX(-120%); }
}

/* 트랙 2 (시작점을 -20%로 보정) */
@-webkit-keyframes scrolling-left2 {
  0%   { transform: translateX(-20%); }
  100% { transform: translateX(-220%); } /* -20 → -220 = -200 */
}
@keyframes scrolling-left2 {
  0%   { transform: translateX(-20%); }
  100% { transform: translateX(-220%); }
}

@media screen and (min-width: 768px) {
  .top_btn, .dark_btn {    width: 60px;
    height: 60px;}
    .btn_wrap {bottom: 15px; right: 15px;}
  /****** ******/
  .since__can {
    width: auto;
  }
  /****** ******/
  .purpose__container {
    justify-content: space-between;
    flex-direction: row;
  }
  .purpose__wrap {
    width: 60%;
    font-size: 3.729vw;
    line-height: 5.729vw;
  }
  .purpose__img {
    width: 40%;
    max-width: 700px;
  }
  /****** ******/
  /* .product__img {
    width: 195px;
  } */
  .product__title {
    font-size: 7.813vw;

  }
  .product__title .block {
    font-size: 13.021vw;
  }
  .sticky__title {
    font-size: 9.375vw;
  }
  /****** ******/
  .brand__container {
    flex-direction: row;
  }
  .brand__txt {
    height: 100%;
  }
  .brand__title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    height: 100%;
    font-size: 6.813vw;
  }
  .brand__scroll {
    height: 100%;
  }
  .brand__value {
    font-size: 15.927vw;
  }
  .brand2__container {
    flex-direction: row;
  }
  .brand2__txt {
    height: 100%;
  }
  .brand2__title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    height: 100%;
    font-size: 7.813vw;
  }
  .brand2__scroll {
    height: 100%;
  }
  .brand2__value {
    font-size: 15.927vw;
  }
}
@media screen and (min-width: 1024px) {
  .product__list-img {
    position: static;
  }
  .product__list-text {
    position: static;
  }
  .product__title {
    font-size: 5.469vw;
  }
  .product__title .block {
    font-size: 11.719vw;
  }
  .brand__value {
    font-size: 14.625vw;
  }
  .brand2__value {
    font-size: 14.625vw;
  }
  .moveTitle {
    height: 12.417vw;
  }
  .moveTitle__first {
    font-size: 10.417vw;
    line-height: 12.417vw;
  }
  .moveTitle__second {
    font-size: 10.417vw;
    line-height: 12.417vw;
  }
}
@media (hover: hover) {
  .news__slide li:hover a {
    transform: translate(1.04vw, -1.04vw);
  }
  .news__prev:not(.disabled):hover {
    opacity: 0.9;
    background-position: 60% 50%;
  }
  .news__next:not(.disabled):hover {
    opacity: 0.9;
    background-position: 60% 50%;
  }
}


/****** skip navigation ******/
.skip_nav a {
  position: absolute;
  top: -60px;
  left: 0;
  display: block;
  width: 200px;
  height: 60px;
  background-color: #000;
  text-align: center;
  line-height: 60px;
  font-size: 1.6rem;
  color: #fff;
  z-index: 99999;
}

.skip_nav a:focus,
.skip_nav a:active {
  top: 0;
}

/****** main ******/

/****** section1 info ******/
.info_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  min-height: 500px;
  border-bottom: 1px solid #ccc;
}

/* info_txt */
.info_txt {
  margin: 23.2227vh 0 2rem;
  padding: 0 2.4rem;
}

.info_txt h2 {
  font-size: 5rem;
  font-family: "Bebas Neue", "Pretendard", -apple-system, BlinkMacSystemFont,
    system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
    "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", sans-serif;
  line-height: 5.6rem;
}

.info_txt h2 .tit {
  background: linear-gradient(
    90deg,
    #12c2e9 0,
    #c471ed 25%,
    #f64f59 50%,
    #c471ed 75%,
    #12c2e9 100%
  );
  background-size: 400%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: move-gradient 15s linear infinite;
}
@keyframes move-gradient {
  100% {
    background-position: 400% center;
  }
}

.info_txt h2 .block {
  display: block;
}

.info_txt p {
  font-size: 1.4rem;
  font-weight: 700;
}

/* info_grid */
.info_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(min-content, 19.5rem);
  overflow: hidden;
}

.info_item {
  position: relative;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.info_item:nth-child(odd) {
  border-left: none;
}

.info_item a {
  overflow: hidden;
  position: relative;
  padding: 2.4rem;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.info_item h3 {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.8rem;
  transition: transform 0.5s;
}

.info_item .info_tit {
  overflow: hidden;
  height: 3.8rem;
}

.info_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% / cover;
  z-index: -1;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.7s;
}

.info_bg.bg1 {
  background: linear-gradient(90deg, #12c2e9 0, #c471ed 25%, #f64f59 50%, #c471ed 75%, #12c2e9 100%);
    background-size: 400%;
    animation: move-gradient 6s linear infinite;
}

.info_bg.bg2 {
  background: linear-gradient(90deg, #12c2e9 0, #c471ed 25%, #f64f59 50%, #c471ed 75%, #12c2e9 100%);
  background-size: 400%;
  animation: move-gradient 8s linear infinite;
}

.info_bg.bg3 {
  background: linear-gradient(90deg, #12c2e9 0, #c471ed 25%, #f64f59 50%, #c471ed 75%, #12c2e9 100%);
  background-size: 400%;
  animation: move-gradient 10s linear infinite;
}

.info_bg.bg4 {
  background-image: url(/images/img4.png);
}

.info_tit::after {
  content: "";
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/small_arrow.svg) no-repeat;
  background-position: 0 0;
  transition: transform 0.3s;
}

@media (hover: hover) {
  .info_item:hover .info_bg {
    opacity: 0.2;
  }

  .info_item:hover .info_tit::after {
    transform: translateX(10px);
  }

  .info_item:hover .info_tit_front,
  .info_item:hover .info_tit_back {
    transform: translateY(-100%);
  }

  .work_txt .txt_etc a:hover,
  html[data-dark=true] .work_txt .txt_etc a:hover {
    color: #12c2e9;
  }

  .work_prev:hover,
  .work_next:hover {
    opacity: 1;
  }
}


/****** work ******/

.work {    padding:80px 0px }

.work_wrap {
  position: relative;
  margin: 0 2.4rem;
}

/****** slide main contents ******/
.work_slide_container {
  overflow: hidden;
  --swiper-pagination-bullet-width: 40px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-color: #12c2e9;
  --swiper-theme-color: #12c2e9;
  --swiper-pagination-bullet-inactive-color: #000;
}

.work_slide li {
  position: relative;
}

/* 화살표 버튼 */
.work_arrow {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.work_prev,
.work_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100px;
  background: no-repeat 50% / cover;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.3s;
}

.work_prev {
  left: 10px;
  background-image: url(/images/prev_arrow.svg);
}

.work_next {
  right: 10px;
  background-image: url(/images/next_arrow.svg);
}

.work_img {
  height: 75vh;
  min-height: 500px;
}

.work_img a {
  display: block;
  height: 100%;
}

.work_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work_txt {
  position: absolute;
  left: 2rem;
  bottom: 4rem;
  z-index: 2;
}



.work_txt h3 {
  font-size: 8rem;
  font-family: "Bebas Neue", "Pretendard", -apple-system, BlinkMacSystemFont,
    system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
    "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", sans-serif;
  line-height: 7rem;
  color: #fff;
}

.work_txt h3 .block {
  display: block;
}

.work_txt strong,
.work_txt > p {
  font-size: 1.3rem;
  margin-top: 10px;
  line-height: 2rem;
  padding-right: 15px;
}

.work_txt .txt_etc {
  display: flex;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-family: "Bebas Neue", "Pretendard", -apple-system, BlinkMacSystemFont,
    system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
    "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", sans-serif;
  text-transform: uppercase;
}

.work_txt .txt_etc > * {
  margin-right: 2rem;
  color: #fff;
}

.work_txt .txt_etc p {
  color: #969696;
}

/* slide_index */
.work_index {
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 14rem;
  line-height: 14rem;
  height: 14rem;
  overflow: hidden;
  color: #fff;
}

/* slide_pagination */
.work_slide_container .swiper-pagination {
  bottom: 1rem;
}

.work_slide_container .swiper-pagination-bullet {
  border-radius: 0;
}
