/*.container {
  overflow-x: hidden;
}*/
html{
  scroll-behavior: smooth;
}
.serlink{border:1px solid #333; padding:5px 10px; margin-left:10px; font-size:12px}
.intro-motion-wrap h2 span{display:block}
.intro-lead span{display:block}
.visual-wrap .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 1025px;
  background: #fff;
  padding-top: 136px;
  position: relative;
}

.visual-bg-wrap {
  position: absolute;
  width: 100%;
  height: fit-content;
  bottom: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: flex-end;
}

.visual-bg-wrap img {
  height: 485px;
  object-fit: cover;
  position: relative;
  opacity: 0;
  top: 500px;
}

.visual-bg-wrap img:not(:nth-child(3)) {
  height: 517px;
}

.visual-bg-wrap img:nth-child(3) {
  animation: toUp 0.95s 1s ease forwards;
  z-index: 10;
}

/* sam1 */
/* .visual-bg-wrap img:nth-child(2),
.visual-bg-wrap img:nth-child(4) {
  top: 0;
  animation: opacity1 1.5s 1.9s ease forwards;
}

.visual-bg-wrap img:nth-child(1),
.visual-bg-wrap img:nth-child(5) {
  top: 0;
  animation: opacity1 1.5s 1.98s ease forwards;
} */

/* sam2 */
.visual-bg-wrap img:nth-child(2) {
  top: 0;
  left: 150px;
  animation: toLeft 0.7s 1.9s ease forwards;
}

.visual-bg-wrap img:nth-child(1) {
  top: 0;
  left: 150px;
  animation: toLeft 0.7s 2.1s ease forwards;
}
.visual-bg-wrap img:nth-child(4) {
  right: 150px;
  top: 0;
  animation: toRight 0.7s 1.9s ease forwards;
}

.visual-bg-wrap img:nth-child(5) {
  right: 150px;
  top: 0;
  animation: toRight 0.7s 2.1s ease forwards;
}

@keyframes toUp {
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes toLeft {
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes toRight {
  100% {
    right: 0;
    opacity: 1;
  }
}

/* .visual-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/main/visual-bg.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 0;
  opacity: 0;
  animation: opacity1 0.5s 1.2s ease-in-out forwards;
  z-index: 0;
} */

.v-subtit {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  margin-top: 64px;
  position: relative;
  top: 30px;
  opacity: 0;
  animation: motion-visible 0.5s 0.5s ease forwards;
  z-index: 5;
}

.v-tit {
  font-size: 74px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.84px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  opacity: 0;
  position: relative;
  top: 30px;
  animation: motion-visible 0.5s 0.5s ease forwards;
  z-index: 5;
  font-family: 'LeferiPoint-BlackA';

}

@keyframes motion-visible {
  100% {
    top: 0;
    opacity: 1;
  }
}

.v-connect-btn {
  height: 48px;
  padding: 12px 30px;
  border-radius: 24px;
  background-color: #1954db;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  z-index: 5;
  opacity: 0;

  animation: opacity1 0.5s 3s ease-in-out forwards;
  transition: 0.3s ease;
}

.v-connect-btn:hover {
  background-color: #fff;
  border: 1px solid #2323a5;
  color: #2323a5;
}

.v-ask-btn {
  position: fixed;
  z-index: 100;
  right: 48px;
  bottom: 42px;

  width: 157px;
  height: 64px;
  border-radius: 32px;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.19);

  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.24px;
  color: #2a1617;
  padding-right: 56px;
  background-color: #ffbf00;
  background-image: url(../img/main/ask-btn2.svg);
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.19);
  background-size: 150px;
  background-position: right -45px center;
  background-repeat: no-repeat;
  opacity: 1;
  /* animation: opacity1 0.5s 1.2s ease-in-out forwards; */
}

.intro-wrap .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.intro-motion-wrap {
  width: var(--main-width);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.55s ease;
  background:#253579;
  margin-top:100px;
}

.intro-motion-wrap h2{font-size:46px; color:#fff; padding:80px 0 0; font-weight: 600;}

.intro-imgs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
  transition: width 0.55s ease, opacity 0.55s ease;
  opacity: 0;
  padding:60px;
}

[data-trigger].visible [data-trigger].visible .intro-imgs {
  animation: opacity1 0.55s 0.4s ease forwards;
}

.i-filter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 514px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #fff 63%,
    #fff
  );
  transition: 0.55s ease;
  z-index: 11;
}

.intro-imgs img {
  height: 260px;
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 12px;
  transition: 0.55s ease;
  z-index: 1;
  object-fit: cover;
}

.intro-imgs img:nth-child(5n) {
  margin-right: 0;
}

.intro-imgs img:nth-child(2),
.intro-imgs img:nth-child(4) {
  height: 146px;
}

.intro-imgs img:nth-child(7),
.intro-imgs img:nth-child(9) {
  margin-top: -105px;
}

.banner1 {
  width: 100%;
  height: 382px;
  background-image: url(../img/main/banner1.png);
  background-size: cover;
  background-position: center;
  margin:100px 0;
}

.sec-subclass {
  width: var(--main-width);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-align: center;
  color: #9f9f9f;
  margin-bottom: 40px;
  margin-top: 230px;

  position: relative;
  right: 30px;
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: 0.3s;
}

.intro-wrap[data-trigger].visible .sec-subclass {
  right: 0;
  opacity: 1;
}

.sec-subtit {
  width: var(--main-width);
  font-size: 46px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: -0.69px;
  text-align: center;
  color: #171717;
  margin-bottom: 60px;

  position: relative;
  right: 30px;
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: 0.6s;
}
.circle01:before{
	content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #3a379e;
    margin-right: 9px;
    position: absolute;
    top: 0;
    left: 70px;
    border-radius: 50px;
}
.circle02:after{
	content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #00acb3;
    margin-right: 9px;
    position: absolute;
    bottom: 0;
    right: 50px;
    border-radius: 50px;
}


.secdiv-title{text-align:center; width:700px; margin:auto; position: relative;}
.sec-subtitnone {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: -0.69px;
  text-align: center;
  color: #171717;
  margin-bottom: 150px;

  position: relative;
}

.functiondetails{width:1000px; margin:auto; position: relative; margin-bottom:80px}
.functiondetails .tleft{display:inline-block; margin-right:150px; vertical-align: middle;}
.functiondetails .tleft img, .functiondetails .tright img{vertical-align: middle;}
.functiondetails .tright{display:inline-block; vertical-align: middle;}
.functiondetails  span{font-size:16px; display:inline-block; margin-bottom:40px}
.functiondetails .detailfont{font-size:38px; font-weight: bold; line-height:48px}
.functiondetails .detailfont b{color:#285bce}
.functiondetails .fdetail .detailsmall{color:#191919; display:inline-block; font-size:24px; padding-top:40px}
.intro-wrap[data-trigger].visible .sec-subtit {
  right: 0;
  opacity: 1;
}


.mynameinfo-inner{width:1300px; margin:auto; text-align:center}
.mynameinfo-inner > li{display:inline-block; width:290px; margin:0 10px }
.mynameinfo-inner > li > img{width:70px;}
.mynameinfo-inner > li > p{padding-top:10px; font-size:50px; font-weight: bold;}
.mynameinfo-inner > li > span{font-size:24px}


.divmargin{margin-bottom:200px; display:inline-block; width: 100%;}
/* 230213 수정 */
.intro-conts {
  width: var(--main-width);
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
/* //230213 수정 */

.main-btn {
  height: 40px;
  padding: 11px 20px;
  border-radius: 20px;
  border: solid 1px #242424;
  color: #242424;
  background: #fff;
  font-size: 15px;
  line-height: 0;
  font-weight: 600;

  width: fit-content;

  position: relative;
  right: 30px;
  opacity: 0;
  transition: 0.3s ease, right 0.5s ease 0.9s, opacity 0.5s ease 0.9s;
}

.main-btn:hover {
  border: solid 1px transparent;
  color: #fff;
  background: #2323a5;
}

/* 230213 수정 */
[data-trigger].visible .intro-conts .main-btn {
  right: 0;
  opacity: 1;
  margin-top: auto;
  margin-left: auto;
}
/* //230213 수정 */

.intro-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0;
  text-align:center;
}

[data-trigger].visible .intro-info {
  opacity: 1;
  transition: 0.7s ease;
  transition-delay: 1.6s;
}
.adc{margin:50px 0 100px}
.adc li{display:inline-block; margin:0 60px}
.intro-tit {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.3px;
  color: #1954db;
  margin-bottom: 25px;
}

.intro-lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.3px;
  color: #242424;
}

.intro-lead mark {
  background: none;
  border-bottom: 1px solid #242424;
}

.intro-f__tm {
  margin-top: 80px;
}

.intro-f__fwb {
  font-weight: bold;
}

.intro-sublead {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
  text-align: left;
  margin-top: 17px;
  color: #9f9f9f;
}

.im-input {
  margin-top: 200px;
  width: 602px;
  height: 70px;
  padding: 0 75px;
  border-radius: 35px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative;
  margin-bottom: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.im-input > div {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #525252;
}

.im-input > div > div {
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  box-sizing: content-box;
}

.im-input span {
  width: 100%;
  height: 27px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.38px;
  text-align: center;
  display: inline-block;
  color: #242424;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 2px solid #242424; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  line-height: 1;
}

.im-input span::before {
  content: "";
}

[data-trigger].visible [data-trigger] {
  opacity: 1;
}

[data-trigger].visible [data-trigger].visible .im-input span::before {
  animation: typing 0.8s 1s linear forwards, blink-caret 0.75s step-end infinite;
}
[data-trigger].visible [data-trigger].visible .im-input.eng span::before {
  animation: typing-eng 0.8s 1s linear forwards,
    blink-caret 0.75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  0% {
    content: "인";
  }
  16.6666% {
    content: "인테";
  }
  33.3332% {
    content: "인테리";
  }
  49.9998% {
    content: "인테리어";
  }
  66.6664% {
    content: "인테리어 ";
  }
  83.333% {
    content: "인테리어 용";
  }
  100% {
    content: "인테리어 용품";
  }
}
@keyframes typing-eng {
  0% {
    content: "I ";
  }
  7.142% {
    content: "In ";
  }
  14.284% {
    content: "Int ";
  }
  21.426% {
    content: "Inte ";
  }
  28.578% {
    content: "Inter ";
  }
  35.720% {
    content: "Interi";
  }
  42.862% {
    content: "Interio";
  }
  50.004% {
    content: "Interior";
  }
  57.146% {
    content: "Interior";
  }
  64.288% {
    content: "Interiorg";
  }
  71.43% {
    content: "Interior go";
  }
  78.572% {
    content: "Interior goo";
  }
  85.714% {
    content: "Interior good";
  }
  92.856% {
    content: "Interior goods";
  }
  99.998% {
    content: "Interior goods";
  }
  100% {
    content: "Interior goods";
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #242424;
  }
}

.im-input img {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translate(0, -50%);
  margin-bottom: 35px;
}

.img-tags {
  width: 593px;
  display: flex;
  flex-wrap: wrap;
  transition: 0.55s ease;
  z-index: 10;
  opacity: 0;
}

[data-trigger].visible [data-trigger].visible .img-tags {
  animation: opacity1 0.55s 2.4s ease forwards;
}

.img-tag {
  /* height: 32px; */
  padding: 8px 37px 8px 20px;
  border-radius: 16px;
  background-color: #242424;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  /* white-space: nowrap; */
  width: fit-content;
  max-width: 100%;
  align-items: start;
  text-align: center;
}

.img-tag:last-child {
  margin-left: 8px;
}

.img-tags-wrap {
  /* margin-right: 10px; */
  margin-bottom: 10px;
  z-index: 10;
  transition: 0.55s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-tags-wrap:nth-child(3),
.img-tags-wrap:nth-child(5) {
  margin-right: 0;
}

.img-tags-wrap:nth-child(4),
.img-tags-wrap:nth-child(5) {
  margin-bottom: 0 !important;
}
.img-tag button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding-top: 5px;
  width: 8.7px;
  height: 8.7px;
  position: absolute;
  right: 20px;
  top: 10px;
}

.info-wrap .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  overflow: hidden;
  position: relative;
}

.con-tr {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.45;
}

.con-bl {
  position: absolute;
  left: 0;
  opacity: 0.45;
  bottom: 0;
}

.info-title-wrap {
  width: var(--main-width);
  display: flex;
  flex-direction: column;
  margin-top: 150px;
}

.info-wrap .sec-subtit {
  width: fit-content;
  margin-bottom: 40px;
  z-index: 1;
}

.info-wrap .sec-subtit mark {
  border-bottom: 1px solid #242424;
}

.info-lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.3px;
  text-align: left;
  color: #242424;
  margin-bottom: 160px;
  z-index: 1;

  position: relative;
  right: 30px;
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: 0.6s;
}

.info-wrap[data-trigger].visible .info-title-wrap1 .sec-subtit {
  right: 0;
  opacity: 1;
}

.info-wrap[data-trigger].visible .info-title-wrap1 .info-lead {
  right: 0;
  opacity: 1;
}

.info-kind-wrap {
  width: 2200px;
  margin-left: calc(2200px - var(--main-width));
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.info-kind {
  display: flex;
  flex-direction: column;
  margin-right: 45px;
  /* overflow-x: hidden; */

  position: relative;
  left: 300px;
  opacity: 0;
}

[data-trigger].visible .info-kind:nth-child(1),
[data-trigger].visible .info-kind:nth-child(2),
[data-trigger].visible .info-kind:nth-child(3) {
  left: 0;
  opacity: 1;
  transition: left 0.6s ease, opacity 0.35s ease;
  transition-delay: 1s;
}

[data-trigger].visible .info-kind:nth-child(4),
[data-trigger].visible .info-kind:nth-child(5),
[data-trigger].visible .info-kind:nth-child(6) {
  left: 0;
  opacity: 1;
  transition: left 0.6s ease, opacity 0.35s ease;
  transition-delay: 1.6s;
}

.info-kind {
  width: fit-content;
  height: fit-content;
}

.info-kind > img {
  width: 469px;
  height: 165px;
  object-fit: cover;
  border-radius: 500px;
}

.info-kind:nth-child(4) {
  margin-left: 245px;
}

.info-kind:nth-child(n + 1):nth-child(-n + 3) {
  margin-bottom: 64px;
}
.info-kind .img-tag {
  width: fit-content;
}

.info-tags-wrap {
  display: flex;
  margin-top: 16px;
  justify-content: flex-end;
}

.info-title-wrap2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 164px;
}

.info-title-wrap2 .sec-subtit,
.info-title-wrap2 .info-lead {
  text-align: right;
  position: relative;
  left: 30px;
  opacity: 0;
  transition: 0.5s ease;
}

.info-title-wrap2[data-trigger].visible .sec-subtit {
  left: 0;
  opacity: 1;
}

.info-title-wrap2[data-trigger].visible .info-lead {
  left: 0;
  opacity: 1;
}

.mySwiper1 {
  width: 100%;
  height: fit-content;
  border-radius: 10px;
  /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); */
  background-color: #fff;
}

.service-input {
  width: 99%;
  height: 70px;
  padding: 0 70px 0 30px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative;
  z-index: 10;
  margin-bottom: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-input p {
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.38px;
  text-align: center;
  padding: 10px 0;
  color: #242424;
  border-bottom: 1px solid #525252;
}

.service-input img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.mySwiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 610px;

  /* 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: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  padding: 10px;
}

.intro_btn02 {
  display: none;
}

.mySwiper1 .swiper-slide img {
  display: block;
  object-fit: cover;
}

.mySwiper1 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.mySwiper1 .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.service-wrap .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 0;
}

.service-conts-wrap {
  width: var(--main-width);
  display: flex;
  justify-content: space-between;
  height: 700px;
}

.s-left {
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.s-tit {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -0.54px;
  text-align: left;
  color: #171717;
}

.s-lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.69;
  letter-spacing: -0.24px;
  text-align: left;
  margin-bottom: auto;
  color: #242424;
  word-break: keep-all;
}

.s-lead mark {
  font-weight: bold;
}

.s-right {
  width: 55%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s linear;
}

.swiper-pagination {
  position: unset !important;
  width: fit-content !important;
}

.swiper-pagination_custom button {
    width: fit-content !important;
    height: fit-content !important;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.75;
    letter-spacing: -0.3px;
    text-align: left;
    color: #9f9f9f;
    border-bottom: 1px solid transparent;
    background: none !important;
    border-radius: 0 !important;
    padding: 6px 0;
    margin-right: 30px !important;
    opacity: 1 !important;
    transition: 0.3s ease;
}

.swiper-pagination_custom button.is_active {
    color: #2323a5;
    border-bottom: 1px solid #2323a5;
}

@media (max-width: 700px) {
    .swiper-pagination-bullet {
        font-size: 18px;
    }
}

.for_eng {
  width: fit-content !important;
  height: fit-content !important;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: -0.3px;
  text-align: left;
  border-bottom: 1px solid transparent;
  background: none !important;
  border-radius: 0 !important;
  padding: 6px 0;
  margin-right: 30px !important;
  opacity: 1 !important;
  transition: 0.7s ease;

  color: #2323a5;
  border-bottom: 1px solid #2323a5;
}

.navigation-wrap > div {
  position: unset !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50%;
  background-color: #fff;
  color: transparent !important;
}

.navigation-wrap {
  width: 100%;
  height: 40px !important;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.swiper-button-next {
  background-image: url(../img/icon/nav-arrow-next.svg);
  margin-left: 20px;
}
.swiper-button-prev {
  background-image: url(../img/icon/nav-arrow-prev.svg);
}

.swiper-button-next,
.swiper-button-prev {
  background-size: 46px;
  background-position: center;
}

.case-wrap .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 80px 0;
  background: #f8f8f8;
}

.mySwiper2 {
  width: var(--main-width);
  height: fit-content;
  overflow: visible !important;
}

.mySwiper2 .swiper-slide {
  width: 100%;
  height: auto;
  padding: 40px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.07);
}

.mySwiper2 .swiper-slide > div {
  opacity: 0.1;
  transition: 0.7s ease;
}

.mySwiper2 .swiper-slide-active > div {
  opacity: 1;
}

.mySwiper2 .navigation-wrap {
  position: absolute;
  right: 40px;
  top: 40px;
}

.mySwiper2 .swiper-pagination {
  position: absolute !important;
  left: 40px !important;
  top: 40px;
}

.slide-top {
  display: flex;
  height: 46px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.slide-num {
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.3px;
  text-align: left;
  color: #9f9f9f;
}

.slide-top-lead {
  display: flex;
  justify-content: space-between;
}

.swiper-main-tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: -0.54px;
  text-align: left;
  color: #171717;
  margin-bottom: 20px;
  /* white-space: nowrap; */
}
.slide-top-lead-l {
  display: flex;
  flex-direction: column;
}
.slide-top-lead-r {
  display: flex;
  flex-direction: column;
}

.slide-info-kind {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.24px;
  text-align: right;
  color: #c9c9c9;
  white-space: nowrap;
  margin-bottom: 10px;
}

.slide-top-lead-l > span:last-child {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-align: left;
  color: #9f9f9f;
}

.slide-info-info {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-align: right;
  color: #9f9f9f;
  white-space: nowrap;
}

.f-smb {
  margin-bottom: 20px;
}

.partners-wrap .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-subtit {
  width: var(--main-width);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-align: left;
  color: #9f9f9f;
  margin-bottom: 30px;
  margin-top: 150px;

  position: relative;
  right: 30px;
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: 0.6s;
}

[data-trigger].visible .p-subtit {
  right: 0;
  opacity: 1;
}

.p-tit {
  width: var(--main-width);
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -0.75px;
  text-align: left;
  color: #242424;
  margin-bottom: 104px;

  position: relative;
  right: 30px;
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: 0.6s;
  line-height: 1.4;
}

[data-trigger].visible .p-tit {
  right: 0;
  opacity: 1;
}

.p-btn-wrap {
  width: var(--main-width);
  margin-bottom: 100px;
}

.partners-wrap .main-btn {
  position: relative;
  right: 30px;
  opacity: 0;
  transition: 0.3s ease, right 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
}

[data-trigger].visible .main-btn {
  right: 0;
  opacity: 1;
}

.parters-marquee-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 142px;
  transition: 1.1s cubic-bezier(0.65, 0, 0.35, 1);
  transition-delay: 1s;
  opacity: 1;
}

/* [data-trigger].visible .parters-marquee-wrap {
  width: 100%;
  opacity: 1;
} */

.partners-marquee {
  position: relative;
  height: 130px;
  width: 100%;
  background: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: -30px;
  margin-bottom: 60px;
}

.marquee {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  background: none;
  /* width: 1292px; */
  overflow: hidden;
  animation: slidemarquee 50s linear infinite;
}

.marquee2 {
  animation-delay: -25s;
}

.marquee.reverse {
  animation: slidemarqueereverse 56s linear infinite;
}

.marquee2.reverse {
  animation-delay: -28s;
}

.marquee-conts {
  display: flex;
  align-items: center;
}

.marquee img {
  margin-right: 60px;
  height: 126px;
}

.partners-marquee1 .marquee {
  width: 2050px;
}
.partners-marquee2 .marquee {
  width: 2000px;
}
.partners-marquee3 .marquee {
  width: 2000px;
}
.partners-marquee4 .marquee {
  width: 2140px;
}

@keyframes slidemarquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes slidemarqueereverse {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.banner2 {
  width: 100%;
  height: 800px;
  background-image: url(../img/main/banner2.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner2[data-trigger] {
  opacity: 1;
}

.banner2 span {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: -0.72px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  transition: 0.5s ease;
}

.banner2 button {
  /* width: 152px; */
  height: 48px;
  left: 0;
  padding: 12px 30px;
  border-radius: 24px;

  color: #fff;
  border: 2px solid transparent;
  font-weight: 500;
  background-color: #2323a5;
  transition: 0.35s ease;
  transition-delay: 0;
  opacity: 1;
}

.banner2 button:hover {
  color: #2323a5;
  background-color: #fff;
  border: 1px solid #fff;
  /* border: 2px solid #2323a5; */
}

/* 모션1 */
/* .intro-motion-wrap.motion__1  */

.intro-motion-wrap.motion__1 .img-tags-wrap {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.intro-motion-wrap.motion__1 .img-tags-wrap:nth-child(4) {
  margin-right: 0;
}

.intro-motion-wrap.motion__1 .img-tags {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.intro-motion-wrap.motion__1 .img-tags-wrap:nth-child(5) {
  position: absolute;
  top: 0;
  width: 325px;
  left: 50%;
  transform: translate(-50%, 290px);
  transition: 0.55s ease;
}

.intro-motion-wrap.motion__1 .intro-imgs img {
  height: 320px;
  width: calc((100% - 90px) / 4);
  margin-right: 10px;
    margin-top: 0;


}

.intro-motion-wrap.motion__1 .img-tag {
  margin-right: 0;
  margin-bottom: 0;
}

.intro-motion-wrap.motion__1 .intro-imgs img {
  width: calc((100% - 90px) / 4);
}
.intro-motion-wrap.motion__1 .intro-imgs img:nth-child(2),
.intro-motion-wrap.motion__1 .intro-imgs img:nth-child(4) {
  height: 320px;
  object-fit: cover;
}

.intro-motion-wrap.motion__1 .intro-imgs img:nth-child(4n) {
  margin-right: 0;
}

.intro-motion-wrap.motion__1 .intro-imgs img:nth-child(7) {
  margin-top: 10px;
}

.intro-motion-wrap.motion__1 .intro-imgs img:nth-child(9),
.intro-motion-wrap.motion__1 .intro-imgs img:nth-child(10) {
  display: none;
}



.intro-motion-wrap.motion__1
  .intro-imgs
  img:nth-child(n + 5):nth-child(-n + 10) {
  margin-top: 30px;
}

.intro-motion-wrap.motion__1 .intro-imgs img,
.intro-motion-wrap.motion__1 .intro-imgs img:nth-child(2),
.intro-motion-wrap.motion__1 .intro-imgs img:nth-child(4) {
  height: 320px;
}

.intro-motion-wrap.motion__1 .i-filter {
  height: 444px;
}

/* 모션2 */
/* .intro-motion-wrap.motion__2  */
.mySwiper1 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.service-slide-img-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.s-item__box {
  width: 169px;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  opacity: 0;
}

.s-item__box:nth-child(2) {
  margin-top: 25px;
}

.service-slide-img-wrap2 {
  margin-bottom: 0;
  margin-top: 30px;
}

.mySwiper1.motion__2 .service-slide-img-wrap1 .s-item__box:nth-child(1) {
  animation: apearBottomToTop 1s ease forwards;
}
.mySwiper1.motion__2 .service-slide-img-wrap1 .s-item__box:nth-child(2) {
  animation: apearBottomToTop 1s 0.25s ease forwards;
}
.mySwiper1.motion__2 .service-slide-img-wrap1 .s-item__box:nth-child(3) {
  animation: apearBottomToTop 1s 0.5s ease forwards;
}

.mySwiper1.motion__2 .service-slide-img-wrap2 .s-item__box:nth-child(1) {
  animation: apearTopToBottom 1s 1.25s ease forwards;
}
.mySwiper1.motion__2 .service-slide-img-wrap2 .s-item__box:nth-child(2) {
  animation: apearTopToBottom 1s 1s ease forwards;
}
.mySwiper1.motion__2 .service-slide-img-wrap2 .s-item__box:nth-child(3) {
  animation: apearTopToBottom 1s 0.75s ease forwards;
}

.service-slide-img-wrap2 .s-item__box:nth-child(2) {
  margin-top: 0;
}

.service-slide-img-wrap2 .s-item__box:nth-child(1),
.service-slide-img-wrap2 .s-item__box:nth-child(3) {
  margin-top: 25px;
}

.s-item__box:last-child {
  margin-right: 0;
}

.s-item__box img {
  width: 100%;
  height: 146px;
  object-fit: cover;
  margin-bottom: 16px;
}

.s-item-tit {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #171717;
  margin-bottom: 12px;
  margin-right: auto;
}

.s-item-price {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.2px;
  margin-left: auto;
  color: #204bbf;
}

.s-item-price::after {
  content: "원";
  font-size: 9px;
  font-weight: bold;
  letter-spacing: -0.14px;
  text-align: left;
  color: #171717;
  margin-left: 4px;
}

.s-item-price.eng::after {
  content: "KRW";
}

.mySwiper1.motion__2 .service-motion1 {
  display: block;
  animation: fadeout 0.5s 2.5s ease-in-out forwards, displayNone 0.01s 4s;
}

@keyframes displayNone {
  0% {
    display: block;
  }
  99% {
    display: block;
  }
  100% {
    display: none;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes apearBottomToTop {
  from {
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes apearTopToBottom {
  from {
    transform: translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* 서비스 모션2  */
.service-motion2 {
  display: none;
  width: 571px;
  max-height: 100%;
  overflow: hidden;
  animation: fadein 0.5s ease-in-out forwards;
  opacity: 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.motion2-head {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.24px;
  text-align: left;
  color: #171717;
}

.motion2-head::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/main/service/back-btn.svg);
  background-position: center;
  margin-right: 9px;
}

.motion2-body {
  max-height: 545px;
  overflow: hidden;
}

.motion2-body::-webkit-scrollbar {
  display: none;
}

.mb-f-img-wrap {
  padding: 20px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
}

.motion2-scroll_x {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: fit-content;
  padding: 40px 0 40px 23px;
  width: 1125px;
}

.motion2-scroll_x span {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.24px;
  color: #171717;
  margin-bottom: 22px;
}

.motion2-conts-wrap {
  height: 135px;
}

.motion2-conts-wrap img {
  height: 135px !important;
}

.mySwiper1.motion__2 .motion2-body-f-scroll {
  animation: scrollingY 0.7s 1s ease forwards;
}

.mySwiper1.motion__2 .motion2-conts-wrap .target {
  animation: scrollingX 1s 1.8s ease forwards;
}

.motion2-head::before {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

@keyframes scrollingY {
  100% {
    transform: translateY(-22%);
  }
}
@keyframes scrollingX {
  100% {
    transform: translate(-52%);
  }
}

.motion2-3-img2,
.motion2-3-img3,
.motion2-3-img4,
.motion2-3-img5,
.motion2-3-img6 {
  width: 334px;
  height: 592px;
  position: absolute;
  opacity: 0;
}

.motion2-3 .s-right {
  width: 60%;
}

.motion2-3-img1 {
  height: 592px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.motion2-3-img2 {
  height: 592px;
  position: absolute;
  right: 0;
}

.motion2-3-img2 {
  opacity: 0;
}

@keyframes opacity0 {
  100% {
    opacity: 0;
  }
}

.tag-wrap {
  position: absolute;
  top: 14px;
  right: 65px;
  opacity: 0;
  transition: 0.4s ease;
  transition-delay: 3s;
}

.span-wrap {
  position: absolute;
  top: 70px;
  right: 0;
  opacity: 0;
  text-align: left;
  transition: 0.4s ease;
  transition-delay: 3s;
}

.span-wrap span {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: left;
  color: #171717;
  white-space: nowrap;
}

.span-wrap span mark {
  font-weight: bold;
}

.before-tag {
  display: flex;
  justify-content: center;
  align-items: center;
}

.before-tag {
  width: 84px;
  height: 38px;
  border-radius: 19px;
  background-color: #363636;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.motion2-3 .tag-wrap,
.motion2-3 .span-wrap {
  opacity: 1;
}

.motion2-3-img3 {
  z-index: 9;
}
.motion2-3-img4 {
  z-index: 8;
}
.motion2-3-img5 {
  z-index: 7;
}
.motion2-3-img6 {
  z-index: 6;
}

.motion2-3-img3,
.motion2-3-img4,
.motion2-3-img5,
.motion2-3-img6 {
  opacity: 0;
  right: 50%;
  transform: translate(50%, 0);
}

.motion2-3 .motion2-3-img1 {
  left: 0;
  width: 292px;
  height: 516px;
  opacity: 0.4;
  transition: 0.5s ease;
  transition-delay: 1s;
  transform: translate(0, 0);
}

.motion2-3 .motion2-3-img2 {
  opacity: 1;
  right: 50%;
  transform: translate(50%, 0);
  transition: 0.5s ease;
  transition-delay: 1s;
  z-index: 10;
  animation: opacity0 0.5s 2s ease forwards;
}

.motion2-3 .motion2-3-img3 {
  opacity: 1;
  transition: 0.4s ease;
  transition-delay: 2s;
  animation: opacity0 0.5s 4s ease forwards;
}
.motion2-3 .motion2-3-img4 {
  opacity: 1;
  transition: 0.4s ease;
  transition-delay: 4s;
  animation: opacity0 0.5s 6s ease forwards;
}
.motion2-3 .motion2-3-img5 {
  opacity: 1;
  transition: 0.4s ease;
  transition-delay: 6s;
  animation: opacity0 0.5s 8s ease forwards;
}
.motion2-3 .motion2-3-img6 {
  opacity: 1;
  transition: 0.4s ease;
  transition-delay: 8s;
}

.span-wrap {
  display: flex;
  flex-direction: column;
}
.span-after {
  opacity: 0;
}

.after-change {
  border-radius: 19px;
  background-color: #204bbf;
  color: #fff;
  transition: 0.5s ease;
}

.keyword-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  right: 40px;
  bottom: 20px;
  opacity: 0;
}

.motion2-3 .keyword-wrap {
  opacity: 1;
  transition: 0.5s ease;
  transition-delay: 7s;
  width: 120px;
}

.keyword-wrap span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.21px;
  color: #171717;
  margin-bottom: 20px;
}

.keyword-wrap .keyword {
  padding: 11px 16px;
  height: 38px;
  border-radius: 19px;
  background-color: #204bbf;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.keyword-wrap .keyword:last-child {
  margin-bottom: 0;
}

/* 모션 3 */
.case-conts {
  /* height: 74%; */
  position: relative;
}

.case01-1 {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  height: 650px;
}

.case-box1 {
  display: flex;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.case-box2 {
  display: flex;
  position: absolute;
  top: 45%;
  right: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}

.circle1,
.circle2 {
  width: 228px;
  height: 228px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.33px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.circle1 {
  color: #646464;
  background: #242424;
  margin-right: 40px;
}
.circle2 {
  background-color: #ffc400;
  color: #fff;
}

.dash {
  width: 260px;
  height: 228px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
}

.dash::after {
  content: "1차 개인화 추천 테스트";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.3px;
  text-align: center;
  color: #242424;
  position: absolute;
  top: -100px;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, 0);
}

.case-box2 .dash::after {
  content: "2차 개인화 추천 테스트" !important;
}

.dash.eng::after {
  content: "First personalized recommendation test";
}
.case-box2 .dash.eng::after {
  content: "Second personalized recommendation test" !important;
}

.circle-info {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.circle-info span:first-child {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.3px;
  text-align: center;
  color: #242424;
  white-space: nowrap;
  margin-bottom: 30px;
}

.circle-info span:last-child {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.6px;
  text-align: center;
  color: #242424;
  white-space: nowrap;
}


.price-inner{width:100%; background:#ebedf5; margin:150px 0 80px}
.pricebox{width:1200px; margin:auto; padding:100px 0; text-align:center}
.price-step{}
.price-step li{display:inline-block; width:345px; margin:0 20px; border-radius: 0 0 20px 20px; vertical-align: top; box-shadow: 0px 10px 20px rgba(0,0,0,0.1);}
.price-step li h2{font-size:32px; color:#fff; font-weight: bold; padding:30px 0; border-radius: 20px 20px 0 0}
.price-step li h2 small{font-size:16px; display:block; font-weight: normal; padding:10px 0}
.price-step .boxcolor01{background:#174dcb}
.price-step .boxcolor02{background:#042f8e}
.price-step .boxcolor03{background:#00acb3}
.price-step li p{ line-height:38px; text-align:left; position: relative; font-size:22px;}
.price-step li p .on i{color:#0b4cca}
.price-step li p i{color:#bcbcbc; font-size:25px}
.price-step li p span:last-child{position: absolute; right:0px}

.main-sample{width:1200px; margin:auto; background:#00acb3; border-radius: 20px; text-align:center; padding:80px 20px; color:#fff}
.main-sample h3{color:#a8eff3; font-size:24px;}
.main-sample p{font-size:46px; font-weight: bold;}
.main-sample a{background:#fff; margin:50px 0 0; padding:15px 35px; color:#00acb3; border-radius: 5px; display: inline-block; font-size:18px; font-weight: bold;}




.price-step .pricetip{border-top:1px solid #d9d9d9; margin:20px 0 0; padding:30px 0 0; text-align:left}

.circle2 .circle-info span:last-child {
  color: #2323a5;
}
.price-step .pricename{padding:30px 20px; background:#fff; border-radius: 0 0 20px 20px; min-height:265px}

.case-box2 {
  opacity: 0;
  right: 0;
}


.case-box3 {
  width: 100%;
  opacity: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box3-h-line {
  display: flex;
  align-items: center;
}

.box3-h-line:not(:first-child):not(:last-child) {
  margin-bottom: 30px;
}

.box3-h-line:first-child {
  margin-bottom: 50px;
}

.box3-v-tit {
  width: 300px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.36px;
  text-align: right;
  color: #242424;
}

.box3-v-tit:last-child {
  text-align: left;
}

.h-line-cen {
  width: 86px;
  margin: 0 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.27px;
  text-align: center;
  color: #9f9f9f;
}

.h-line-cen.eng {
  width: 160px;
}

.versus-i {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #242424;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.36px;
  text-align: right;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box3-v-num {
  width: 300px;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: -0.63px;
  color: #242424;
}

.box3-v-num:first-child {
  text-align: right;
}

.blue-num {
  color: #2323a5;
}

.motion__3-1 .case-box1 {
  left: 5%;
  transform: translate(0, -50%) scale(0.795);
  transition: 0.4s ease;
  transition-delay: 1s;
  opacity: 0.4;
  animation: opacity0 0.5s 2.7s ease forwards;
}

.motion__3-1 .case-box2 {
  opacity: 1;
  left: unset;
  right: 5%;
  transition: 0.4s ease;
  transition-delay: 1s;
  animation: opacity0 0.5s 2.7s ease forwards;
}

.motion__3-1 .case-box3 {
  opacity: 1;
  transition: 0.4s ease;
  transition-delay: 2.8s;
  /* animation: opacity0 0.5s 2.7s ease forwards; */
}

.case3-value {
  max-height: 0;
  overflow: hidden;
}

.motion__3-1 .case3-value {
  max-height: 174px;
  transition: 0.4s ease;
  transition-delay: 3.5s;
}

.v-num-per::after {
  content: "%";
}

.box3-btn {
  opacity: 0;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -0.54px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  width: 100%;
  height: 125px;
  border-radius: 62.5px;
  background-color: #2323a5;
}

.motion__3-1 .box3-btn {
  opacity: 1;
  transition: opacity 0.4s ease;
  transition-delay: 5.5s;
}

.case-conts2 {
  width: 100%;
  /* height: 598px; */
  display: flex;
  align-items: flex-end;
  min-height: 480px;
  margin-top: 100px;
}

.graph-box {
  width: 55%;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}

.graph-top {
  display: flex;
  position: relative;
}
.graph-bot {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  padding-top: 20px;
}

.graph-bot span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  color: #212121;
}

.graph-bot span:first-child {
  line-height: 1.5;
  text-align: left;
  color: #9f9f9f;
  margin-right: auto;
  white-space: nowrap;
  transition: 1s ease;
  transition-delay: 1s;
}

.graph-bot span:not(:first-child) {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  transition: 1s ease;
  transition-delay: 1s;
}

.graph-bot span:last-child {
  margin-right: 0;
  transition: 1s ease;
  transition-delay: 1s;
}

.graph-conts {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.graph-box2 .graph-conts {
  transition: 1s ease;
  transition-delay: 1s;
}

.graph-conts div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  transition: 1.5s cubic-bezier(0.61, 0.12, 0.42, 0.88);
}

.graph-conts div span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.17px;
  text-align: center;
  color: #fff;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.graph-box2 .graph-conts div span {
  transition-delay: 2.3s !important;
}

.graph-conts1 {
  margin-left: auto;
  margin-right: 80px;
  transition: 1s ease;
  transition-delay: 1s;
}

.graph-box2 .graph-conts1 {
  transition-delay: 1s;
}

.graph-conts1 div:first-child {
  width: 100px;
  height: 88px;
  border-radius: 50px 50px 0 0;
  background-color: #6565b7;
}

.graph-conts1 div:last-child {
  width: 80px;
  height: 88px;
  border-radius: 40px 40px 0 0;
  background-color: #2323a5;
}

.graph-conts2 div:first-child {
  width: 80px;
  height: 88px;
  border-radius: 40px 40px 0 0;
  background-color: #f5dd8c;
}

.graph-conts2 div:last-child {
  width: 100px;
  height: 88px;
  border-radius: 50px 50px 0 0;
  background-color: #ffbf00;
}

.graph-box1,
.graph-box2 {
  width: 60%;
}

.is-weak {
  width: 40%;
  opacity: 0.2;
}

.graph-box1,
.graph-box2 {
  transition: 1s ease;
  transition-delay: 1s;
}

.graph-box2 .graph-bot {
  padding-left: 30px;
}

.graph-box2 .graph-conts1 div:first-child,
.graph-box2 .graph-conts2 div:last-child {
  width: 100px;
  height: 80px;
  transition: 1.5s cubic-bezier(0.61, 0.12, 0.42, 0.88);
}
.graph-box2 .graph-conts1 div:last-child,
.graph-box2 .graph-conts2 div:first-child {
  width: 80px;
  height: 80px;
  transition: 1.5s cubic-bezier(0.61, 0.12, 0.42, 0.88);
}

/* 모션 3-2 */
.graph-box1 .graph-conts1 div:first-child,
.graph-box1 .graph-conts1 div:last-child,
.graph-box1 .graph-conts2 div:first-child,
.graph-box1 .graph-conts2 div:last-child {
  transition: height 1.5s cubic-bezier(0.61, 0.12, 0.42, 0.88);
  transition-delay: 0.6s;
  /* animation: graphReturn 0.6s 7s ease forwards; */
}

.graph-box1 .graph-conts1 div span,
.graph-box1 .graph-conts2 div span {
  /* animation: opacity0 0.6s 6.5s ease forwards; */
}

.motion3-2 .graph-box1 .graph-conts1 div:first-child {
  height: 239px;
  position: relative;
  z-index: 2;
}
.motion3-2 .graph-box1 .graph-conts1 div:last-child {
  height: 157px;
  position: relative;
}
.motion3-2 .graph-box1 .graph-conts2 div:first-child {
  height: 303px;
  position: relative;
}
.motion3-2 .graph-box1 .graph-conts2 div:last-child {
  height: 408px;
  position: relative;
  z-index: 2;
}

.graph-box1.is-weak .graph-conts1 div,
.graph-box1.is-weak .graph-conts2 div {
  height: 41px !important;
  transition: 1s ease !important;
}

.graph-box2 .graph-conts1 div:first-child,
.graph-box2 .graph-conts1 div:last-child,
.graph-box2 .graph-conts2 div:first-child,
.graph-box2 .graph-conts2 div:last-child {
  height: 80px;
  transition: 1.5s cubic-bezier(0.61, 0.12, 0.42, 0.88);
}

.graph-box1 .graph-conts1 div:first-child::after {
  content: "4,925,140원";
  top: -40px;
  transform: translate(-50%, 0);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.27px;
  text-align: center;
  color: #bcbcbc;
}
.graph-box1 .graph-conts1 div:last-child::after {
  content: "2,877,347원";
  top: -30px;
  transform: translate(-50%, 0);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.21px;
  text-align: center;
  color: #242424;
}
.graph-box1 .graph-conts2 div:first-child::after {
  content: "27,932,531원";
  top: -30px;
  transform: translate(-50%, 0);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.21px;
  text-align: center;
  color: #bcbcbc;
}
.graph-box1 .graph-conts2 div:last-child::after {
  content: "33,365,296원";
  top: -40px;
  transform: translate(-50%, 0);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.27px;
  text-align: center;
  color: #242424;
}

.graph-box1 .graph-conts1 div:first-child::after,
.graph-box1 .graph-conts1 div:last-child::after,
.graph-box1 .graph-conts2 div:first-child::after,
.graph-box1 .graph-conts2 div:last-child::after {
  opacity: 0;
  white-space: nowrap;
  position: absolute;
  left: 50%;
}

.graph-box1 .graph-conts1 div:first-child::before,
.graph-box1 .graph-conts1 div:last-child::before,
.graph-box1 .graph-conts2 div:first-child::before,
.graph-box1 .graph-conts2 div:last-child::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 200px;
  height: 1px;
  border-top: 1px dashed #302f89;
  opacity: 0;
}

.graph-box1 .graph-conts1 div:last-child::before,
.graph-box1 .graph-conts2 div:first-child::before {
  width: 150px;
}

.graph-box1 .graph-conts1 div:first-child::before {
  left: 0;
}
.graph-box1 .graph-conts1 div:last-child::before {
  right: 0;
}
.graph-box1 .graph-conts2 div:first-child::before {
  left: 0;
}
.graph-box1 .graph-conts2 div:last-child::before {
  right: 0;
}

.motion3-2 .graph-box1 .graph-conts1 div:first-child::after,
.motion3-2 .graph-box1 .graph-conts1 div:last-child::after,
.motion3-2 .graph-box1 .graph-conts2 div:first-child::after,
.motion3-2 .graph-box1 .graph-conts2 div:last-child::after {
  transition: 0.3s ease;
  transition-delay: 2.4s;
  opacity: 1;
  /* animation: opacity0 0.1s 6s ease forwards; */
}

.motion3-2 .graph-box1 .graph-conts1 div:first-child::before,
.motion3-2 .graph-box1 .graph-conts1 div:last-child::before,
.motion3-2 .graph-box1 .graph-conts2 div:first-child::before,
.motion3-2 .graph-box1 .graph-conts2 div:last-child::before {
  transition: 0.3s ease;
  transition-delay: 3s;
  opacity: 1;
  /* animation: opacity0 0.1s 6s ease forwards; */
}

.graph-total-info {
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.39px;
  text-align: left;
  color: #242424;
  opacity: 0;
}

.graph-total-info mark {
  color: #2323a5;
  margin-top: 6px;
}

.motion3-2 .graph-total-info1 {
  opacity: 1;
  transition: 0.3s ease;
  transition-delay: 3s;
  /* animation: opacity0 0.1s 6s ease forwards; */
}

@keyframes graphReturn {
  100% {
    height: 41px;
  }
}

.graph-box2 .graph-conts1 div:first-child::after,
.graph-box2 .graph-conts1 div:last-child::after,
.graph-box2 .graph-conts2 div:first-child::after,
.graph-box2 .graph-conts2 div:last-child::after {
  opacity: 0;
  white-space: nowrap;
  position: absolute;
  left: 50%;
}

.graph-box2 .graph-conts1 div::after {
  left: 50%;
}

.graph-box2 .graph-conts1 div:first-child::after {
  content: "5,868,961원";
  opacity: 0;
  top: -40px;
  transform: translate(-50%, 0);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.27px;
  text-align: center;
  color: #bcbcbc;
}
.graph-box2 .graph-conts1 div:last-child::after {
  content: "3,359,510원";
  opacity: 0;
  top: -30px;
  transform: translate(-50%, 0);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.21px;
  text-align: center;
  color: #242424;
}
.graph-box2 .graph-conts2 div:first-child::after {
  content: "11,349,477원";
  opacity: 0;
  top: -30px;
  transform: translate(-50%, 0);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.21px;
  text-align: center;
  color: #bcbcbc;
}
.graph-box2 .graph-conts2 div:last-child::after {
  content: "14,366,341원";
  opacity: 0;
  top: -40px;
  transform: translate(-50%, 0);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.27px;
  text-align: center;
  color: #242424;
}

.motion3-2 .graph-box2 .graph-conts1 div:first-child {
  height: 262px;
  transition-delay: 2s;
  position: relative;
  z-index: 2;
}
.motion3-2 .graph-box2 .graph-conts1 div:last-child {
  height: 173px;
  transition-delay: 2s;
  position: relative;
}
.motion3-2 .graph-box2 .graph-conts2 div:first-child {
  height: 303px;
  transition-delay: 2s;
  position: relative;
}
.motion3-2 .graph-box2 .graph-conts2 div:last-child {
  height: 376px;
  transition-delay: 2s;
  position: relative;
  z-index: 2;
}

.is-weak .graph-conts1,
.is-weak .graph-bot span:not(:first-child) {
  margin-right: 30px;
  transition: 1s ease;
  transition-delay: 1s;
}

.is-weak .graph-bot span:last-child {
  margin-right: 0;
  transition: 1s ease;
  transition-delay: 1s;
}

.is-weak .graph-conts,
.is-weak .graph-bot span:not(:first-child) {
  width: 155px;
  transition: 1s ease;
  transition-delay: 1s;
}

.is-weak .graph-conts1 div:first-child,
.is-weak .graph-conts2 div:last-child {
  /* width: 77px; */
  height: 41px !important;
  transition: 1s ease;
  animation: width77px 1s 1s ease forwards;
}

.is-weak .graph-conts1 div:last-child,
.is-weak .graph-conts2 div:first-child {
  /* width: 62px; */
  height: 41px !important;
  transition: 1s ease;
  animation: width62px 1s 1s ease forwards;
}

@keyframes width62px {
  100% {
    width: 62px;
    border-radius: 31px 31px 0 0;
  }
}

@keyframes width77px {
  100% {
    width: 77px;
    border-radius: 38.5px 38.5px 0 0;
  }
}

.is-weak .graph-conts div span {
  opacity: 0;
}

.is-weak .graph-total-info1 {
  display: none;
}

.is-weak .graph-conts1 div:first-child::after,
.is-weak .graph-conts1 div:last-child::after,
.is-weak .graph-conts2 div:first-child::after,
.is-weak .graph-conts2 div:last-child::after {
  display: none;
}

.is-weak .graph-conts1 div:first-child::before,
.is-weak .graph-conts1 div:last-child::before,
.is-weak .graph-conts2 div:first-child::before,
.is-weak .graph-conts2 div:last-child::before {
  display: none;
}

.graph-box2 .graph-total-info {
  left: 30px;
}

.motion3-2 .graph-box2 .graph-total-info {
  opacity: 1;
  transition: 0.3s ease;
  transition-delay: 8.8s;
}

.motion3-2 .graph-box2 .graph-conts1 div:first-child::after,
.motion3-2 .graph-box2 .graph-conts1 div:last-child::after,
.motion3-2 .graph-box2 .graph-conts2 div:first-child::after,
.motion3-2 .graph-box2 .graph-conts2 div:last-child::after {
  animation: opacity1 0.3s 3.8s ease forwards;
}

.graph-box2 .graph-conts1 div:first-child::before,
.graph-box2 .graph-conts1 div:last-child::before,
.graph-box2 .graph-conts2 div:first-child::before,
.graph-box2 .graph-conts2 div:last-child::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 200px;
  height: 1px;
  border-top: 1px dashed #302f89;
  opacity: 0;
}

.graph-box2 .graph-conts1 div:first-child::before {
  left: 0;
}
.graph-box2 .graph-conts1 div:last-child::before {
  right: 0;
}
.graph-box2 .graph-conts2 div:first-child::before {
  left: 0;
}
.graph-box2 .graph-conts2 div:last-child::before {
  right: 0;
}

.motion3-2 .graph-box2 .graph-conts1 div::before,
.motion3-2 .graph-box2 .graph-conts2 div::before {
  animation: opacity1 0.3s 4s ease forwards;
}

@keyframes opacity1 {
  100% {
    opacity: 1;
  }
}

@media (max-width: 1300px) {
  .graph-conts1 {
    margin-right: 20px;
  }

  .graph-bot span:not(:first-child):not(:last-child) {
    margin-right: 20px;
  }

  .swiper-main-tit {
    font-size: 29px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1200px) {
  .service-conts-wrap {
    flex-direction: column;
    height: fit-content;
  }

  .s-left {
    width: 100%;
    position: unset;
    justify-content: center;
    align-items: center;
  }

  .s-right {
    width: 100%;
  }

  .service-wrap .navigation-wrap {
    margin-top: 80px;
  }

  .service-conts-wrap .s-lead {
    margin-bottom: 80px;
  }

  .service-conts-wrap .swiper-slide {
    justify-content: center;
    align-items: center;
  }

  .s-left {
    position: unset;
  }

  .service-conts-wrap {
    position: relative;
  }

  .service-conts-wrap .main-btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .s-lead {
    text-align: center;
  }

  .motion2-body {
    max-height: unset;
  }

  .motion2-conts-wrap {
    height: fit-content;
  }

  .navigation-wrap {
    height: 30px !important;
  }
  .navigation-wrap > div {
    width: 30px !important;
    height: 30px !important;
    background-size: contain !important;
  }

  .tag-wrap {
    left: calc(50% + 235px);
    right: unset;
    transform: translate(-50%, 0);
  }

  .span-wrap {
    left: calc(50% + 265px);
    right: unset;
    transform: translate(-50%, 0);
  }

  .keyword-wrap {
    left: calc(50% + 255px);
    right: unset;
    transform: translate(-50%, 0);
  }

  #wrap.eng .tag-wrap {
    left: calc(50% + 215px);
    right: unset !important;
    transform: translate(-50%, 0);
  }

  #wrap.eng .span-wrap {
    left: calc(50% + 265px);
    right: unset;
    transform: translate(-50%, 0);
  }

  #wrap.eng .keyword-wrap {
    left: calc(50% + 230px);
    right: unset;
    transform: translate(-50%, 0);
  }

  .service-conts-wrap {
    overflow: hidden;
  }

  .slide-top-lead {
    flex-direction: column;
  }

  .slide-top-lead-r {
    align-items: flex-start;
    margin-top: 40px;
  }

  .swiper-main-tit {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .slide-num {
    font-size: 18px;
  }

  .slide-top {
    height: fit-content;
  }

  .slide-info-kind {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .slide-info-info {
    font-size: 13px;
  }

  .circle1,
  .circle2 {
    width: 180px;
    height: 180px;
  }

  .dash {
    width: 230px;
    height: 180px;
  }

  /* .mySwiper2 {
    height: 1054px;
  } */

  .case-conts2 {
    flex-direction: column;
    /* height: 906px; */
  }

  .graph-box1,
  .graph-box2 {
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .is-weak {
    width: 100%;
  }

  .graph-box2 .graph-bot {
    padding-left: 0;
  }

  .graph-box2 .graph-total-info {
    left: 0;
  }

  .motion3-2 .graph-box1 .graph-conts1 div:first-child {
    height: 132px;
  }

  .motion3-2 .graph-box1 .graph-conts1 div:last-child {
    height: 100px;
  }

  .motion3-2 .graph-box1 .graph-conts2 div:first-child {
    height: 172px;
  }
  .motion3-2 .graph-box1 .graph-conts2 div:last-child {
    height: 240px;
  }

  .graph-total-info {
    font-size: 20px;
  }

  .graph-box1 .graph-conts2 div:last-child::after,
  .graph-box1 .graph-conts1 div:first-child::after {
    font-size: 14px;
  }

  .graph-box1 .graph-conts2 div:first-child::after,
  .graph-box1 .graph-conts1 div:last-child::after {
    font-size: 11px;
  }

  .graph-box1 .graph-conts2 div:last-child::after,
  .graph-box1 .graph-conts1 div:first-child::after {
    top: -30px;
  }

  .graph-box1 .graph-conts2 div:first-child::after,
  .graph-box1 .graph-conts1 div:last-child::after {
    top: -25px;
  }

  .motion3-2 .graph-box2 .graph-conts1 div:first-child {
    height: 132px;
  }

  .motion3-2 .graph-box2 .graph-conts1 div:last-child {
    height: 100px;
  }

  .motion3-2 .graph-box2 .graph-conts2 div:first-child {
    height: 172px;
  }
  .motion3-2 .graph-box2 .graph-conts2 div:last-child {
    height: 240px;
  }

  .graph-total-info {
    font-size: 20px;
  }

  .graph-box2 .graph-conts2 div:last-child::after,
  .graph-box2 .graph-conts1 div:first-child::after {
    font-size: 14px;
  }

  .graph-box2 .graph-conts2 div:first-child::after,
  .graph-box2 .graph-conts1 div:last-child::after {
    font-size: 11px;
  }

  .graph-box2 .graph-conts2 div:last-child::after,
  .graph-box2 .graph-conts1 div:first-child::after {
    top: -30px;
  }

  .graph-box2 .graph-conts2 div:first-child::after,
  .graph-box2 .graph-conts1 div:last-child::after {
    top: -25px;
  }

  .is-weak .graph-conts,
  .is-weak .graph-bot span:not(:first-child) {
    width: 200px;
  }

  .is-weak .graph-conts1 div:first-child,
  .is-weak .graph-conts2 div:last-child {
    width: 100px !important;
  }

  .is-weak .graph-conts1 div:last-child,
  .is-weak .graph-conts2 div:first-child {
    width: 80px !important;
  }

  .is-weak .graph-conts1,
  .is-weak .graph-bot span:not(:first-child):not(:last-child) {
    margin-right: 20px;
  }

  .graph-box1,
  .graph-box2 {
    margin-top: 30px;
  }

  .mySwiper2 .swiper-slide {
    height: fit-content;
  }
}

@media (max-width: 1024px) {
  .visual-wrap .inner {
    padding-top: 60px;
  }

  .intro-info {
    width: 100%;
  }

  /* 230213 수정 */
  .intro-conts {
    flex-direction: column-reverse;
  }

  .intro-wrap .main-btn {
    margin-top: 80px !important;
  }
  /* //230213 수정 */

  .intro-imgs {
    padding-bottom: 0;
  }

  .i-filter {
    height: 700px;
  }

  .img-tags-wrap {
    margin-right: 0;
    width: 33.3333%;
  }

  .img-tags {
    width: 100%;
  }

  .intro-imgs img {
    height: 260px;
    width: calc((100% - 24px) / 3);
    margin-right: 12px;
  }

  .intro-imgs img:nth-child(3n) {
    margin-right: 0;
  }

  .intro-imgs img:nth-child(5n) {
    margin-right: 12px;
  }

  .intro-imgs img:nth-child(1),
  .intro-imgs img:nth-child(3) {
    height: 146px;
  }

  .intro-imgs img:nth-child(2),
  .intro-imgs img:nth-child(4) {
    height: 260px;
  }

  .intro-imgs img:nth-child(7),
  .intro-imgs img:nth-child(9) {
    margin-top: unset;
  }

  .intro-imgs img:nth-child(4),
  .intro-imgs img:nth-child(6),
  .intro-imgs img:nth-child(7),
  .intro-imgs img:nth-child(9) {
    margin-top: -100px;
  }

  .intro-imgs img:nth-child(10) {
    display: none;
  }

  .img-tags .img-tags-wrap:nth-child(4),
  .img-tags .img-tags-wrap:nth-child(5) {
    display: none;
  }

  .intro-motion-wrap.motion__1 .intro-imgs img,
  .intro-motion-wrap.motion__1 .intro-imgs img:nth-child(2),
  .intro-motion-wrap.motion__1 .intro-imgs img:nth-child(4) {
    height: 260px;
  }

  .intro-motion-wrap.motion__1 .intro-imgs img:nth-child(2n) {
    margin-right: 0;
  }

  .intro-motion-wrap.motion__1 .intro-imgs img {
    width: calc((100% - 12px) / 2);
  }

  .intro-motion-wrap.motion__1
    .intro-imgs
    img:nth-child(n + 5):nth-child(-n + 10) {
    display: none;
  }

  .intro-motion-wrap.motion__1
    .intro-imgs
    img:nth-child(n + 3):nth-child(-n + 4) {
    margin-top: 80px;
  }

  .intro-motion-wrap.motion__1 .img-tags-wrap:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 340px;
    transform: translate(-50%, 0);
  }

  .h-line-cen {
    margin: 0 40px;
  }

  .box3-v-tit {
    font-size: 20px;
  }

  .box3-v-num {
    width: 200px;
    font-size: 32px;
  }

  .box3-btn {
    font-size: 24px;
  }

  .motion__3-1 .case-box1 {
    left: 0;
  }

  .motion__3-1 .case-box2 {
    right: 0;
  }

  .circle1,
  .circle2 {
    width: 140px;
    height: 140px;
    font-size: 16px;
  }

  .circle-info span:first-child {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .circle-info span:last-child {
    font-size: 30px;
  }

  .dash {
    width: 180px;
    height: 140px;
  }

  .intro-motion-wrap.motion__1 .img-tags-wrap {
    width: 50%;
  }

  .v-tit {
    font-size: 43px;
  }

  .visual-bg-wrap img {
    height: 300px;
  }

  .visual-wrap .inner {
    height: 915px;
  }

  .visual-bg-wrap img:not(:nth-child(3)) {
    height: 400px;
  }
}

.mo-br4 {
  display: none;
}

.mo-br7 {
  display: none;
}

@media (max-width: 800px) {
  .info-kind-wrap {
    width: 1200px;
    margin-left: calc(1200px - var(--main-width));
  }

  .intro-motion-wrap.motion__1 .img-tags-wrap {
    width: 50%;
  }

  .info-kind:nth-child(4) {
    margin-left: 125px;
  }

  .info-kind {
    margin-right: 20px;
  }

  .info-kind > img {
    width: 270px;
    height: 95px;
  }
}

.eng .case3-value .h-line-cen br {
  display: none;
}

.eng_br {
  display: none;
}

@media (max-width: 1280px) {
	.h-admin-btn, .h-join-btn{width:180px}
	.main-sample span{display:block}
	.serlink{display:none}
	.pricebox{width:100%; padding: 20px 0;}
	.aos-init{opacity: 1 !important;}
	.circle01:before{left: 5px; width: 10px; height: 10px;}
	.circle02:after{right:5px; width: 10px; height: 10px;}
	.secdiv-title{width:100%}
	.floating_layer{display:none}
  .intro-lead span{display:contents}
	.intro-tit span{display:block}
  .visual-wrap .inner {
    height: 700px;
    background-size: 180%;
  }
  .functiondetails .fdetail .detailsmall{
	font-size: 16px;
    padding-top: 10px;
  }
  .main-sample a{margin: 20px 0 0;}
  .functiondetails{width:100%; margin-bottom: 50px;}
  .price-inner {
		width: 100%;
		background: #ebedf5;
		margin: 50px 0 50px;
	}
  .main-sample {
		width: 100%;
		margin: auto;
		background: #00acb3;
		border-radius: 20px;
		text-align: center;
		padding: 20px;
		color: #fff;
	}
	.footerinner .fbox a{}
	.main-sample h3 {
		color: #a8eff3;
		font-size: 16px;
	}

	.footerinner .fbox {
		margin: auto;
		width: 100%;
		padding-top: 50px;
		padding: 20px;
		line-height: 18px;
		font-size: 13px;
	}
	.main-sample p{font-size:26px}
	.divmargin{margin-bottom:30px}
  .mynameinfo-inner {
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	gap:30px
   }
   .mynameinfo-inner > li > p{font-size:28px}
   .mynameinfo-inner > li > span {
		font-size: 18px;
	}
  .functiondetails .tleft{text-align:center}
  .fex01{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .fex02{
	display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  .fex03{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .fex04{
	display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  .fex05{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .fex06{
	display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  .fex07{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .functiondetails .tleft{margin-right:0}
  .functiondetails .tleft img{max-width:100%}
  .functiondetails .tright{text-align:center}
  .functiondetails .detailfont{font-size:24px; line-height: 34px; }
  .sec-subtitnone{font-size:26px; margin-bottom: 30px;}
  #wrap.eng .visual-wrap .inner {
    height: 600px;
  }
  .intro-motion-wrap{margin-top:0; width:100%}
  .eng_br {
    display: block;
  }
  .banner1{display:none}
  .divmargin{margin-top:50px; padding:10px}
  .v-subtit {
    font-size: 18px;
    margin-top:100px;
    margin-bottom: 30px;
  }

  .eng .case3-value .h-line-cen {
    height: 66px;
  }

  .eng .box3-btn {
    margin-top: 10px;
  }

  .case-conts2 {
    min-height: 480px;
    margin-top: 0;
  }

  .v-tit {
    font-size: 34px;
  }

  .service-motion2 {
    width: 99%;
  }

  .mb-f-img-wrap {
    padding: 12px;
  }

  .motion2-scroll_x {
    padding: 12px 0 12px 12px;
    width: 1125px;
  }

  .motion2-head {
    padding: 0 12px;
  }

  @keyframes scrollingX {
    100% {
      transform: translate(-57%);
    }
  }

  @keyframes scrollingY {
    100% {
      transform: translateY(-10%);
    }
  }

  .motion2-conts-wrap img {
    height: 80px !important;
  }

  .motion2-scroll_x span {
    font-size: 9px;
    margin-bottom: 15px;
  }

  .motion2-body {
    height: 360px;
  }

  .mySwiper1.motion__2 .service-motion1 {
    width: 99%;
  }

  .s-left {
    align-items: flex-start;
  }

  .s-lead {
    text-align: left;
  }

  .s-tit {
    font-size: 22px;
  }

  .v-ask-btn {
    right: 14px;
    bottom: 20px;
    width: 64px;
    height: 64px;

    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
  }

  .sec-subclass {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .sec-subtit {
    font-size: 26px;
    margin-bottom: 50px;
  }

  .intro-tit {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .intro-lead {
    font-size: 16px;
  }

  .intro-f__tm {
    margin-top: 50px;
  }
   .adc {
    margin: 0px 0 50px;
   }
  .adc li{margin: 0; display: block;}
  .intro-motion-wrap h2 {
    font-size: 20px;
    color: #fff;
    padding: 30px 20px;
    font-weight: 600;
    text-align: center;
   }
   .intro-motion-wrap h2 span{display:contents}
	.intro-imgs {
		width: 100%;
		display: flex;
		width: 100%;
		position: relative;
		margin-bottom: 50px;
		padding-bottom: 50px;
		transition: width 0.55s ease, opacity 0.55s ease;
		opacity: 0;
		padding: 20px;
		flex-direction: row;
		flex-wrap: wrap;
	}
  .im-input {
    margin-top: 150px;
    width: 100%;
    height: 60px;
    padding: 0 5%;
    border-radius: 30px;
    margin-bottom: 30px;
  }

  .intro-sublead {
    font-size: 13px;
  }

  .im-input span {
    font-size: 20px;
    padding: 0px 0;
  }

  .im-input img {
    width: 30px;
    height: 30px;
    right: 30px;
  }

  .banner1 {
    height: 160px;
  }

  .con-tr,
  .con-bl {
    width: 250px;
  }

  .info-title-wrap {
    margin-top: 100px;
  }

  .info-lead {
    font-size: 16px;
    margin-bottom: 100px;
  }

  .info-wrap .sec-subtit {
    margin-bottom: 30px;
  }

  .p-subtit {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 100px;
  }

  .p-tit {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .marquee img {
    margin-right: 27px;
    height: 58px;
  }

  .partners-marquee {
    height: 58px;
    margin-top: 0;
  }

  .partners-marquee {
    margin-bottom: 0;
  }

  .partners-marquee1 .marquee {
    width: 935px;
  }

  .partners-marquee2 .marquee {
    width: 910px;
  }

  .partners-marquee3 .marquee {
    width: 910px;
  }

  .partners-marquee4 .marquee {
    width: 960px;
  }

  .parters-marquee-wrap {
    margin-bottom: 65px;
  }

  .banner2 {
    height: 580px;
  }

  .banner2 span {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .img-tags-wrap:nth-child(3) {
    margin-right: 10px;
  }

  .img-tag {
    padding: 8px 25px 8px 15px;
    font-size: 13px;
  }

  .img-tag button {
    right: 13px;
    top: 10px;
  }

  .intro-motion-wrap.motion__1 .img-tags-wrap:nth-child(2) {
    width: 240px;
    max-width: 300px;
  }

  .img-tags-wrap {
    width: fit-content;
  }

  .img-tags-wrap:nth-child(1) {
    order: 1;
    margin-right: 10px;
  }
  .img-tags-wrap:nth-child(2) {
    order: 3;
  }
  .img-tags-wrap:nth-child(3) {
    order: 2;
  }

  .motion2-3 .motion2-3-img1 {
    width: 202px;
    height: 375px;
  }

  .for-motion img {
    width: 242px;
    height: 410px;
  }

  .motion2-3-img3,
  .motion2-3-img4,
  .motion2-3-img5,
  .motion2-3-img6 {
    right: unset;
    left: 17px;
    transform: translate(0, 0);
  }

  .motion2-3-img2 {
    left: 50%;
    transform: translate((-50%, 0));
  }

  .motion2-3 .motion2-3-img2 {
    right: unset;
    left: 17px;
    transform: translate(0, 0);
  }

  .tag-wrap {
    top: 105px;
    left: calc(50% + 100px);
  }

  .before-tag {
    width: 61px;
    height: 28px;
    padding: 8px 12px;
    border-radius: 14px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
  }

  .span-wrap {
    top: 145px;
    left: calc(50% + 120px);
    transform: translate(-50%, 0);
  }

  .span-wrap span {
    font-size: 16px;
  }

  .keyword-wrap .keyword {
    height: 28px;

    font-size: 10px;
    margin-bottom: 8px;
  }

  .keyword-wrap span {
    font-size: 12px;
  }

  .keyword-wrap {
    left: calc(50% + 125px);
    right: unset;
    transform: translate(-50%, 0);
    bottom: 100px;
  }

  .keyword-wrap .keyword span {
    margin-bottom: 16px;
  }

  .s-lead {
    font-size: 14px;
  }

  .service-wrap .inner {
    padding: 50px 0;
  }

  .case-box3 {
    flex-wrap: wrap;
  }

  .box3-h-line {
    flex-direction: column;
  }

  .box3-h-line:first-child {
    width: 100%;
  }

  .box3-v-tit {
    text-align: center !important;
  }

  .case3-value {
    display: flex;
  }

  .case3-value .box3-v-num {
    text-align: center;
    width: fit-content;
  }

  .mo-br3 {
    display: none;
  }

  .box3-h-line .h-line-cen {
    margin: 40px 0;
  }

  .case3-value .h-line-cen {
    width: 100%;
    white-space: nowrap;
    font-size: 14px;
  }

  .case3-value .box3-h-line:first-child {
    margin-right: 45px;
  }

  .motion__3-1 .case3-value {
    max-height: 200px;
  }

  .mo-br4 {
    display: block;
  }

  /* .mySwiper2 {
    height: 1114px;
  } */

  .box3-btn {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    height: 100px;
  }
  .eng .box3-btn {
    font-size: 13px;
    height: 70px;
    border-radius: 17px;
  }

  .versus-i {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .box3-v-num {
    width: 200px;
    font-size: 24px;
  }

  .swiper-main-tit {
    font-size: 22px;
  }

  .motion__3-1 .case-box1 {
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .dash::after {
    font-size: 10px;
    top: -50px;
  }

  .circle1,
  .circle2 {
    width: 120px;
    height: 120px;
    font-size: 11px;
  }

  .dash {
    width: 160px;
    height: 120px;
  }

  .circle-info {
    bottom: -110px;
  }

  .circle-info span:first-child {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .circle-info span:last-child {
    font-size: 20px;
  }

  .case-box2 {
    display: flex;
    position: absolute;
    top: unset;
    bottom: 150px;
    left: 50% !important;
    width: fit-content;
    right: unset;
    transform: translate(-50%, 0);
  }

  .swiper-main-tit {
    white-space: unset;
  }

  .slide-info-info {
    white-space: unset;
    text-align: left;
  }

  .mySwiper2 .swiper-slide {
    padding: 20px;
  }

  .mySwiper2 .navigation-wrap {
    right: 20px;
    top: 20px;
  }

  .graph-conts1 div:first-child,
  .graph-conts2 div:last-child {
    width: 60px !important;
  }

  .graph-conts2 div:first-child,
  .graph-conts1 div:last-child {
    width: 40px !important;
  }

  .graph-conts,
  .graph-bot span:not(:first-child) {
    width: 110px;
  }

  .graph-box1 .graph-conts1 div:first-child::before,
  .graph-box1 .graph-conts1 div:last-child::before,
  .graph-box1 .graph-conts2 div:first-child::before,
  .graph-box1 .graph-conts2 div:last-child::before,
  .graph-box2 .graph-conts1 div:first-child::before,
  .graph-box2 .graph-conts1 div:last-child::before,
  .graph-box2 .graph-conts2 div:first-child::before,
  .graph-box2 .graph-conts2 div:last-child::before {
    width: 110px;
  }

  .graph-box1 .graph-conts1 div:last-child::before,
  .graph-box1 .graph-conts2 div:first-child::before,
  .graph-box2 .graph-conts1 div:last-child::before,
  .graph-box2 .graph-conts2 div:first-child::before {
    width: 70px;
  }

  .graph-conts2,
  .graph-bot span:last-child {
    margin-right: 20px;
  }

  .graph-box1 .graph-conts2 div:last-child::after,
  .graph-box1 .graph-conts1 div:first-child::after,
  .graph-box2 .graph-conts2 div:last-child::after,
  .graph-box2 .graph-conts1 div:first-child::after {
    font-size: 11px;
  }

  .graph-box1 .graph-conts2 div:first-child::after,
  .graph-box1 .graph-conts1 div:last-child::after,
  .graph-box2 .graph-conts2 div:first-child::after,
  .graph-box2 .graph-conts1 div:last-child::after {
    font-size: 8px;
  }

  .graph-total-info {
    font-size: 14px;
  }

  .graph-bot span {
    font-size: 12px;
  }

  .is-weak .graph-conts,
  .is-weak .graph-bot span:not(:first-child) {
    width: 110px;
  }

  .graph-box1 .graph-conts1 div:first-child::before,
  .graph-box1 .graph-conts1 div:last-child::before,
  .graph-box1 .graph-conts2 div:first-child::before,
  .graph-box1 .graph-conts2 div:last-child::before {
    width: 110px;
  }

  .is-weak .graph-conts1 div:first-child,
  .is-weak .graph-conts2 div:last-child {
    width: 60px !important;
  }

  .is-weak .graph-conts1 div:last-child,
  .is-weak .graph-conts2 div:first-child {
    width: 40px !important;
  }

  .graph-conts div span {
    word-break: keep-all;
    font-size: 9px;
  }

  .graph-conts1 {
    margin-right: 10px;
  }

  .is-weak .graph-conts1,
  .is-weak .graph-bot span:not(:first-child):not(:last-child) {
    margin-right: 10px;
  }

  .graph-bot span {
    height: fit-content;
  }

  .visual-bg-wrap img {
    height: 247px;
  }

  .visual-bg-wrap img:not(:nth-child(3)) {
    height: 326px;
  }

  .mo-br7 {
    display: block;
  }

  .mo-br8 {
    display: none;
  }

  .intro-lead,
  .info-lead {
    word-break: keep-all;
  }
  .intro-sublead {
    line-height: 22px;
    word-break: keep-all;
  }

  .p-subtit {
    line-height: 22px;
  }

  .banner2 {
    background-image: url(../img/main/banner2-mo.png);
  }

  .eng .motion__3-1 .case3-value {
    max-height: 270px;
  }
 
  .eng .case3-value .h-line-cen {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .eng .case3-value .h-line-cen br {
    display: block;
  }
}

@media (max-width: 600px) {
  .intro-motion-wrap.motion__1 .intro-imgs img,
  .intro-motion-wrap.motion__1 .intro-imgs img:nth-child(2),
  .intro-motion-wrap.motion__1 .intro-imgs img:nth-child(4) {
    height: 104px;
  }

  .intro-imgs img:nth-child(1),
  .intro-imgs img:nth-child(3) {
    height: 71px;
  }

  .intro-imgs img:nth-child(2),
  .intro-imgs img:nth-child(4) {
    height: 120px;
  }

  .intro-imgs img {
    height: 120px;
  }

  .intro-imgs img:nth-child(4),
  .intro-imgs img:nth-child(6),
  .intro-imgs img:nth-child(7),
  .intro-imgs img:nth-child(9) {
    margin-top: -40px;
  }

  .intro-imgs {
    height: 290px;
  }

  .i-filter {
    height: 400px;
  }

  .intro-motion-wrap.motion__1 .img-tags-wrap:nth-child(2) {
    top: 190px;
  }

  .intro-motion-wrap.motion__1 .i-filter {
    height: 314px;
  }

  .intro-motion-wrap.motion__1
    .intro-imgs
    img:nth-child(n + 3):nth-child(-n + 4) {
    margin-top: 0;
  }

  .s-item__box img {
    height: 94px;
  }

  .s-item-tit,
  .s-item-price {
    font-size: 10px;
  }

  .s-item__box img {
    margin-bottom: 8px;
  }

  .s-item-tit {
    margin-bottom: 10px;
  }

  .s-item-price::after {
    font-size: 8px;
  }
}

.mo-br1 {
  display: none;
}

@media (max-width: 500px) {
  .fisrt-kind .info-kind:first-child {
    margin-right: 480px;
  }

  .slide-num.eng {
    font-size: 15px;
  }

  .fisrt-kind .info-kind:first-child,
  .fisrt-kind .info-kind:nth-child(5) {
    margin-left: 170px;
  }

  .fisrt-kind .info-kind:nth-child(3) {
    margin-right: 500px;
  }

  .fisrt-kind .info-kind:nth-child(4),
  .fisrt-kind .info-kind:nth-child(6) {
    display: none;
  }

  .mo-br1 {
    display: block;
  }

  .mo-br2 {
    display: none;
  }

  .service-input {
    height: 43px;
  }

  .mySwiper1 .swiper-slide .service-input img {
    width: 18px;
    height: 18px;
  }

  .service-input p {
    font-size: 14px;
    padding: 5px 0;
  }

  .service-input {
    padding: 0 40px 0 20px;
  }

  .mySwiper1 .swiper-slide {
    height: 410px;
  }

  .main-btn {
    height: 37px;
    font-size: 13px;
    z-index: 10;
  }

  .for-motion img {
    width: 202px;
    height: 375px;
  }

  .motion2-3 .motion2-3-img1 {
    width: 160px;
    height: 282px;
  }

  .motion2-head {
    height: 35px;
    font-size: 10px;
  }

  .service-slide-img-wrap {
    margin-bottom: 10px;
  }

  .service-slide-img-wrap2 {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .tag-wrap {
    top: 27px;
    left: calc(50% + 85px);
  }

  .span-wrap {
    top: 65px;
    left: calc(50% + 110px);
  }

  .keyword-wrap {
    left: calc(50% + 115px);
    right: unset;
    transform: translate(-50%, 0);
    bottom: 25px;
  }

  .graph-conts2,
  .graph-bot span:last-child {
    margin-right: 0;
  }

  .mo-br6 {
    display: none;
  }

  .p-tit {
    line-height: 35px;
    word-break: keep-all;
  }
}

@media (max-width: 400px) {
  .info-kind-wrap {
    width: 1100px;
    margin-left: calc(1100px - var(--main-width));
  }

  .fisrt-kind .info-kind:first-child,
  .fisrt-kind .info-kind:nth-child(5) {
    margin-left: 80px;
  }
}

/* 영문버전 */
#wrap.eng .sec-subtit br {
  display: none;
}

#wrap.eng .tag-wrap {
  right: 100px;
}

#wrap.eng .keyword-wrap {
  right: 65px;
}

#wrap.eng .motion2-3-img2 {
  right: 60%;
}

#wrap.eng .motion2-3-img3,
#wrap.eng .motion2-3-img4,
#wrap.eng .motion2-3-img5,
#wrap.eng .motion2-3-img6 {
  right: 60%;
}

#wrap.eng .swiper-main-tit {
  font-size: 28px;
}
#wrap.eng .slide-info-info {
  font-size: 15px;
}

@media (min-width: 701px) {
  #wrap.eng .v-ask-btn {
    text-align: left;
    padding-left: 20px;
  }
}


/* 모바일 대응(줄 간격 정돈) */
@media (max-width: 480px){
	.v-tit {
        font-size: 28px;
    }
	.main-sample p {
        font-size: 24px;
    }
	
}