/* banner */
.banner-sec {
  overflow-y: hidden;
  height: 100%;
  height: 100%;
  position: relative;
}
.main-bg {
  width: 100%;
  height: 926px;
  background: linear-gradient(180deg, #fff7f0 0%, rgba(255, 247, 240, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
}
.banner-content {
  width: 100%;
  height: 788px;
  display: flex;
  justify-content: space-between;
  /* gap: 240px;  */
}
.banner-left {
  margin-top: 216px;
}
.banner-left h3 {
  font-size: 54px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: -0.03em;
  color: #000000;
}
.banner-left h3 > div {
  display: flex;
}
.banner-left h3 span {
  opacity: 0.4;
  position: relative;
}
.left-icon {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}
.left-icon a {
  width: 78px;
  height: 62px;
  background-color: #fff3e9;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-num {
  width: 26px;
  height: 26px;
  background-color: #f3520d;
  border-radius: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -7px 0 0 3px;
}
.banner-left p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.04em;
  color: #7d7d7d;
  text-align: right;
  margin-top: 37px;
}
.experience {
  margin: 70px 0 0 113px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.experience h5 {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #cbcbcb;
  letter-spacing: -0.04em;
  text-align: left;
}
.main .orange-btn-full {
  width: 172px;
  height: 60px;
  padding: 19px 0;
  background-color: #fb4700;
  border: 1px solid #fb4700;
  color: #ffffff;
  border-radius: 40px;
  transition: 0.3s ease;
  display: inline-block;
  text-align: center;
  line-height: 25px;
}
.main .orange-btn-full span {
  font-size: 18px;
  font-weight: 700;
  line-height: 0.5;
}
.bannerRigth-cont {
  position: relative;
}
.banner-right {
  width: 452px;
  height: 792px;
  animation: banner 10s linear infinite;
  /* border: 1px solid red; */
  /* overflow-y: hidden; */
  position: relative;
}
.bannerRight-bg {
  width: 358px;
  height: 358px;
  border-radius: 50%;
  background-color: #ff5530;
  opacity: 0.4;
  filter: blur(251px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-right ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner-right ul li {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  /* border: 1px solid red; */
  filter: drop-shadow(5px 15px 41px rgba(0, 0, 0, 0.05));
  padding: 20px;
  position: relative;
}
.banner-brand {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #595959;
  line-height: 17px;
  letter-spacing: -0.03em;
}
.banner-right ul li p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #222222;
  margin-top: 14px;
}
.brand-message {
  margin-top: 6px;
  color: #495057;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  letter-spacing: -0.01em;
}
.app-setting {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 300;
  color: #959595;
  letter-spacing: -0.03em;
  line-height: 16px;
}
.message-time {
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: -0.01em;
  position: absolute;
  right: 22px;
  color: #959595;
}
.message-img {
  width: 27px;
  height: 27px;
  border-radius: 4px;
  position: absolute;
  right: 22px;
  top: 61px;
}
.message-img img {
  width: 27px;
  height: 27px;
}
.mainBanner-bg01 {
  width: 100%;
  height: 161px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
}
.mainBanner-bg02 {
  width: 100%;
  height: 174px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #fff7f0 0%, rgba(255, 247, 240, 0) 100%);
  z-index: 1;
}
@media all and (max-width: 768px) {
  .mainBanner-bg02 {
    display: none;
  }
  .banner-content {
    gap: 52px;
    height: auto;
    flex-direction: column;
  }
  .banner-left {
    margin-top: 50px;
  }
  .banner-left h3 {
    font-size: 30px;
    line-height: 1.4;
  }
  .icon-num {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .left-icon {
    margin-top: 0;
  }
  .left-icon a {
    display: none;
  }
  .banner-left p {
    font-size: 15.7px;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: -0.04em;
    text-align: left;
  }
  .experience {
    margin: 0;
  }
  .main .orange-btn-full {
    position: fixed;
    bottom: 20px;
    z-index: 10;
    width: calc(100% - 40px);
    height: 56px;
    border-radius: 10px;
    padding: 15px 10px;
    z-index: 100;
  }
  .main .orange-btn-full span {
    font-size: 16px;
    line-height: 1.6;
  }
  .experience h5 {
    display: none;
  }
  .bannerRigth-cont {
    height: 359px;
    overflow: hidden;
  }
  .bannerRight-bg {
    display: none;
  }
  .banner-right {
    width: 100%;
    height: 150vh;
    overflow-y: hidden;
    position: absolute;
  }
  .banner-right ul {
    gap: 7px;
  }
  .banner-right ul li {
    padding: 21px 18px 22px 18px;
    border-radius: 10px;
    filter: none;
  }
  .banner-right ul li p {
    margin-top: 5px;
    font-size: 13px;
  }
  .brand-message {
    margin-top: 3px;
    font-size: 11px;
  }
  .message-time {
    font-size: 10px;
    right: 18px;
  }
  .message-img {
    width: 17px;
    height: 17px;
    border-radius: 2px;
    top: 40px;
    right: 28px;
  }
  .banner-brand img {
    width: 20px !important;
  }
  .app-setting {
    font-size: 10px;
    line-height: 14px;
  }
}
/* // banner // */

/* company */
.company-cont {
  max-width: 971px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 105px;
}
.company-cont img {
  width: 100%;
  height: 100%;
}
/* // comany // */

/* review */
.review-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.review-swiper .swiper-wrapper {
  width: 100%;
  height: 450px;
}
.review-swiper .swiper-slide {
  height: 450px !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.review-swiper .swiper-pagination {
  display: flex;
  gap: 30px !important;
  height: 1px;
}
.review-swiper
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 !important;
}
.review-swiper
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
  margin-right: 20px;
}
.review-swiper .swiper-pagination-bullet {
  position: relative;
  width: 278px;
  height: auto;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin-right: 20px;
  background-color: transparent;
}
.review-swiper .swiper-pagination-bullet {
  position: relative;
  width: 278px;
  height: auto;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin-right: 20px;
  background-color: transparent;
}
.review-swiper .swiper-pagination-bullet em {
  color: #000;
}
.review-swiper .swiper-pagination-bullet i {
  position: absolute;
  bottom: -65px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  cursor: pointer;
}
.review-swiper .swiper-pagination-bullet b {
  cursor: pointer;
  position: absolute;
  bottom: -65px;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 1px;
  background-color: #000;
}
.review-swiper .swiper-pagination-bullet-active {
  background-color: transparent;
}
.review-swiper .swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.reviewLogo-cont {
  width: 100%;
  display: flex;
  gap: 30px;
  position: absolute;
  bottom: -110px;
  cursor: pointer;
}
.reviewLogo-cont li {
  width: 100%;
}
.reviewLogoImg {
  opacity: 0.4;
  transition: 0.3s ease;
}
.reviewLogoImg.active {
  opacity: 1;
}
.reviewLogo01 {
  width: 126px;
  height: 26px;
}
.reviewLogo02 {
  width: 103px;
  height: 17px;
}
.reviewLogo03 {
  width: 111px;
  height: 20px;
}
.reviewLogo04 {
  width: 98px;
  height: 20px;
}

.review-bg {
  position: absolute;
  z-index: -1;
  top: -3%;
  left: -9.5%;
}
.review-left {
  margin-top: 50px;
  text-align: left;
}
.review-left h4,
.marketing-cont h4,
.report-cont h4,
.needs-cont h4,
.service-cont h4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -0.03em;
  color: #f3520d;
}
.review-left p {
  font-size: 35px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -0.03em;
  color: #111111;
  margin-top: 17px;
}
.review-left p span {
  opacity: 0.4;
}
.review-video {
  width: 687px;
  height: 452px;
  background-image: url(../images/main/reviewImg.png);
  background-position: center center;
  background-size: cover;
  border-radius: 30px;
}
.review-desc {
  margin-top: 31px;
  border-left: 1px solid #000000;
  height: 51px;
  display: flex;
}
.user-desc {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  letter-spacing: -0.03em;
}
.user-desc span {
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  color: #141414;
}
.user-desc span strong {
  font-size: 20px;
  margin-right: 7px;
}
.user-desc p {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  margin-top: 0;
  line-height: 19px;
}
.main .orange-btn-strok {
  margin-top: 60px;
}
@media all and (max-width: 768px) {
  .company-cont {
    margin-bottom: 42px;
  }
  .review-cont {
    margin-top: 90px;
  }
  .review-swiper .swiper-slide {
    flex-direction: column-reverse;
  }
  .review-video {
    width: 100%;
    height: 220px;
    border-radius: 10px;
  }
  .review-left {
    margin-top: 30px;
  }
  .review-bg {
    width: 93px;
    height: 87px;
    top: 40%;
    left: -8%;
  }
  /* .review-swiper .swiper-wrapper {
    height: 350px !important;
  } */
  .review-left h4,
  .marketing-cont h4,
  .report-cont h4,
  .needs-cont h4,
  .service-cont h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .review-left p {
    font-size: 22px;
    line-height: 36px;
    margin-top: 10px;
  }
  .review-desc {
    margin-top: 20px;
    height: 40px;
  }
  .user-desc span {
    font-size: 12px;
    line-height: 20px;
  }
  .user-desc span strong {
    font-size: 14px;
  }
  .user-desc p {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
    color: #333333;
  }
  .main .orange-btn-strok {
    margin-top: 40px;
    width: 100%;
  }
  .review-swiper .swiper-pagination-bullet i {
    display: none;
  }
  .review-swiper .swiper-pagination-bullet b {
    display: none;
  }
  .reviewLogo-cont {
    display: none;
  }
}
/* // review // */

/* marketing */
.marketing-bg02 {
  width: 580px;
  height: 580px;
  border-radius: 100%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #fffee3 0%,
    rgba(255, 252, 184, 0) 100%
  );
  position: absolute;
  top: -120px;
  left: -80px;
  z-index: -1;
}
.marketing-cont {
  /* padding-top: 287px; */
  padding-top: 100px;
  text-align: center;
}
.marketing-cont p,
.report-cont p,
.needs-cont p,
.service-cont p {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #010101;
  margin: 20px 0 42px 0;
}
.marketing-cont p br,
.report-cont p br,
.needs-cont p br,
.service-cont p br {
  display: none;
}
.marketing-one {
  width: 100%;
  height: 502px;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 0 72px;
  margin-bottom: 33px;
  overflow-y: hidden;
  position: relative;
}
.marketing-box {
  display: flex;
  gap: 30px;
}
.marketing-two {
  width: 585px;
  height: 502px;
  background-color: #262626;
  border-radius: 20px;
  padding: 53px 40px 60px 52px;
  position: relative;
}
.marketing-three {
  width: 585px;
  height: 502px;
  background-color: #fff9e6;
  border-radius: 20px;
  position: relative;
  /* z-index: -3; */
  overflow: hidden;
}
.box-inner {
  display: flex;
  gap: 69px;
}
.boxLeft {
  padding: 132px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-cont {
  text-align: left;
  height: 100%;
}
.box-cont span {
  font-size: 15px;
  font-weight: 700;
  line-height: 58px;
  color: #a3a3a3;
  letter-spacing: -0.03em;
}
.box-cont h2 {
  font-size: 35px;
  line-height: 55px;
  color: #333333;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.03em;
}
.box-cont h2 span {
  opacity: 0.8;
  font-size: 35px;
}
.boxRight {
  width: 683px;
  height: 100%;
  margin-top: -25px;
  position: relative;
}
.boxRight ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.boxRight ul li {
  width: 100%;
  height: 172px;
  background-color: #ffffff;
  box-shadow: 0px 10px 31px rgba(0, 0, 0, 0.09);
  border-radius: 30px;
  padding: 36px 0 0 35px;
  display: flex;
  gap: 34px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  /* animation-iteration-count: 1; */
  /* animation-duration: 8s; */
  /* animation-fill-mode: forwards; */
}
.boxRight ul li:nth-child(2) {
  opacity: 1;
}
.main .checkImg {
  width: 50px;
  height: 50px;
}
.main .check-cont {
  margin-top: 14px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.main .check-cont .check-top {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.main .check-cont .check-btn {
  position: absolute;
  right: 35px;
  width: auto;
  height: 42px;
  border-radius: 6px;
  border: 1px solid #fb4700;
  background-color: #ffffff;
  padding: 13px 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fb4700;
}
.main .check-cont span {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #b3b3b3;
  font-family: 'Gotham Bold', sans-serif;
}
.main .check-cont .check-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #f3520d;
  margin: 0 0 0 10px;
}
.main .check-cont .check-desc {
  font-size: 15px;
  font-weight: 400;
  color: #ababab;
  line-height: 19px;
  margin-left: 50px;
}
.main .check-cont .check-bottom {
  display: flex;
  width: 100%;
  gap: 10px;
}
.main .check-cont .check-bottom > div {
  border: 1px solid #dddddd;
  border-radius: 17.5px;
  height: 35px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .check-cont .check-bottom > div .color-black {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #515151;
  display: block;
  position: relative;
}
.main .check-cont .check-bottom > div .color-black::after {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #d9d9d9;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
.main .check-cont .check-bottom > div .bottom-desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #b4b4b4;
  margin-left: 16px;
}
.marketing-one .popup-btn {
  margin-top: 24px;
}
.marketing-two h2 {
  color: #ffffff;
}
.marketing-two .popup-btn,
.marketing-three .popup-btn,
.marketing-four .popup-btn,
.marketing-five .popup-btn,
.marketing-seven .popup-btn {
  margin-top: 33px;
  z-index: 50;
}
.marketing-two .popup-btn path,
.marketing-six .popup-btn path {
  fill: #ffffff;
  z-index: 1;
}
.marketing-bg {
  width: 100%;
  height: 100%;
  background-image: url(../images/main/marketing-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
  padding: 53px 40px 60px 52px;
  /* z-index: -2; */
}
.marketing-popup {
  width: 261px;
  height: 352px;
  background: #ffffff;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  position: absolute;
  right: 56px;
  bottom: -88px;
  opacity: 0;
  /* animation: up 1s; */
  padding: 43px 36px 0 36px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.marketing-popup.active {
  animation: up 0.8s forwards ease-in-out;
}
.marketing-popup span {
  color: #0a0a0a;
  font-size: 18px;
  line-height: 0;
}
.marketing-popup p {
  color: #959595;
  font-size: 13px;
  line-height: 20px;
  margin: 19px 0 30px 0;
  font-weight: 300;
  text-align: center;
}
.marketing-popup img {
  width: 160px;
  height: 98px;
}
.test-cont {
  width: 353px;
  height: auto;
  position: absolute;
  right: 40px;
  top: 270px;
  /* transform: translateY(10px); */
}
.test-cont > div {
  /* border: 1px solid red; */
  position: relative;
  height: 171px;
  overflow: hidden;
}
.test-box,
.test-box02 {
  display: flex;
  gap: 19px;
}
.test-box {
  transform: translateY(50px);
}
.test-box.active {
  animation: testBox 0.2s forwards ease-in-out;
  transition-delay: 10s;
}
.test-box02 {
  position: relative;
  transform: translateY(130px);
}
.test-box02.active {
  animation: testBox2 0.2s forwards ease-in-out;
  /* transition-delay: 0.1s; */
}
.test-desc {
  text-align: right;
}
.test-desc h5 {
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  line-height: 16px;
}
.test-desc strong {
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.32);
  margin: 2px 0 0 0;
}
.test-desc strong span {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.32);
}
.test-desc .color-orange {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #f3520d;
  margin-top: 7px;
}
.test-bubble {
  width: auto;
  height: 64px;
  padding: 25px 30px 25px 25px;
  background: #f7f7f7;
  border-radius: 0px 30px 30px 30px;
  color: #171717;
  font-weight: 700;
  font-size: 11.5px;
  line-height: 15px;
}
.test-box02::before {
  content: '';
  width: 100%;
  height: 0;
  border-top: 2px dashed #626262;
  display: block;
  position: absolute;
  top: -23px;
}
.test-box02.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.test-box02 .test-bubble {
  background-color: #434343;
  color: #ffffff;
}
.color-white {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #ffffff;
  opacity: 0.8;
  margin-top: 7px;
}
.popupBtn {
  z-index: 100 !important;
}
@media all and (max-width: 768px) {
  .marketing-cont {
    padding-top: 50px;
  }
  .marketing-cont p,
  .report-cont p,
  .needs-cont p,
  .service-cont p {
    margin: 15px 0 25px 0;
    font-size: 26px;
    line-height: 40px;
    color: #000000;
  }
  .marketing-cont p br,
  .report-cont p br,
  .needs-cont p br,
  .service-cont p br {
    display: block;
  }
  .marketing-one {
    height: 500px;
    border-radius: 15px;
    padding: 50px 35px 0 35px;
    margin-bottom: 20px;
  }
  .boxLeft {
    padding: 0;
  }
  .boxRight {
    height: 360px !important;
    width: 100%;
    margin-top: -60px;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .boxRight ul {
    gap: 10px;
  }
  .boxRight ul li {
    height: auto;
    padding: 15px 15px 20px 15px;
    gap: 10px;
    border-radius: 15px;
    box-shadow: none;
  }
  .main .checkImg {
    width: 28px;
    height: 28px;
  }
  .main .check-cont {
    margin-top: 0;
    gap: 15px;
  }
  .main .check-cont span {
    font-size: 16px;
    line-height: 19px;
  }
  .main .check-cont .check-name {
    font-size: 16px;
    line-height: 20px;
  }
  .main .check-cont .check-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .main .check-cont .check-desc {
    margin-left: 0;
    font-size: 10px;
  }
  .main .check-cont .check-bottom {
    gap: 8px;
    flex-wrap: wrap;
  }
  .main .check-cont .check-bottom > div {
    padding: 7px 9px;
    height: 23px;
  }
  .main .check-cont .check-bottom > div .color-black {
    font-size: 8px;
    line-height: 10px;
    font-weight: 400;
  }
  .main .check-cont .check-bottom > div .bottom-desc {
    margin-left: 11px;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
  }
  .main .check-cont .check-btn {
    position: relative;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    height: 28px;
    padding: 8px 8px;
    width: 90px;
    margin-left: 38px;
    text-align: center;
  }
  .box-cont span {
    font-size: 14px;
    line-height: 18px;
  }
  .box-cont h2 {
    font-size: 22px;
    line-height: 36px;
    margin-top: 20px;
  }
  .box-cont h2 span {
    font-size: 22px;
  }
  .popupBtn {
    position: absolute !important;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    z-index: 100 !important;
  }
  .popupBtn svg {
    width: 30px;
    height: 30px;
    margin-top: 0 !important;
  }
  .marketing-one .popup-btn {
    margin-top: 0;
  }
  .marketing-box {
    flex-direction: column;
    gap: 20px;
  }
  .marketing-two {
    height: 500px;
    width: 100%;
    padding: 50px 35px;
  }
  .br-none br {
    display: none;
  }
  .test-cont {
    top: 220px;
    right: 35px;
    width: calc(100% - 70px);
  }
  .test-desc .color-orange {
    white-space: nowrap;
  }
  .test-bubble {
    padding: 13px 24px;
    line-height: 19px;
  }
  .color-white {
    white-space: nowrap;
  }
  .marketing-seven {
    width: 100% !important;
    height: 500px !important;
    border-radius: 15px !important;
    padding: 50px 0 0 35px !important;
  }
  .targeting-cont {
    bottom: 30px !important;
    padding-left: 0 !important;
  }
  .targeting-bgLeft {
    display: none;
  }
  .marketing-three {
    width: 100%;
    height: 500px;
    border-radius: 15px;
  }
  .marketing-bg {
    padding: 50px 45px 45px 35px;
  }
  .marketing-bg02 {
    width: 369px;
    height: 369px;
    background: radial-gradient(
      50% 50% at 50% 50%,
      #fff9e5 0%,
      rgba(255, 249, 229, 0) 100%
    );
    left: 50%;
    transform: translateX(-50%);
  }
  .needs-icoCont {
    max-width: 140px !important;
    bottom: 60px !important;
    right: 45px !important;
  }
  .icon-face {
    width: 126px;
    height: 126px;
  }
  .needs-icoCont .icon-hand {
    width: 62px;
    height: 62px;
  }
  .marketing-popup {
    right: unset;
    width: calc(100% - 70px);
  }
  .marketing-popup span {
    font-size: 18px;
  }
  .popup-p {
    font-size: 13px !important;
    margin: 12px 0 25px 0 !important;
    line-height: 1.6 !important;
    letter-spacing: -0.03em;
  }
  .popup-p br {
    display: none;
  }
}
/* // marketing // */

/* report */
.report-cont,
.needs-cont,
.service-cont {
  padding-top: 140px;
  text-align: center;
}
.marketing-four {
  width: 585px;
  height: 502px;
  background-color: #ffede4;
  border-radius: 20px;
  padding: 53px 40px 60px 52px;
  position: relative;
  overflow: hidden;
}
.line-cont {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.line-cont .line01 {
  stroke-dasharray: 997.459px;
  stroke-dashoffset: 997.459px;
  /* animation: dash 2.8s linear forwards; */
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.line-cont .line01.active {
  animation: dash 1s linear forwards;
}
.line-cont .line02 {
  stroke-dasharray: 997.459px;
  stroke-dashoffset: -997.459px;
  /* animation: dash 2.78s linear forwards; */
  z-index: 50;
  position: absolute;
  bottom: 5px;
  right: 0;
}
.line-cont .line02.active {
  animation: dash 1s linear forwards;
}
.bubbleLeft {
  width: 257px;
  height: 42px;
  background-color: #ffffff;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
  border-radius: 25px 30px 30px 0px;
  position: absolute;
  right: 20px;
  bottom: 169px;
  z-index: 101;
  font-size: 11px;
  font-weight: 700;
  color: #171717;
  display: flex;
  justify-content: center;
  align-items: center;
  /* animation: left 3s forwards; */
  /* animation-delay: 2.4s; */
  opacity: 0;
}
.bubbleLeft.active {
  animation: left 0.5s forwards;
  animation-delay: 1s;
}
.bubbleRight {
  width: 167px;
  height: 42px;
  background-color: #525252;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
  border-radius: 30px 25px 0px 30px;
  position: absolute;
  left: 226px;
  bottom: 88px;
  z-index: 101;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* animation: right 3s forwards; */
  /* animation-delay: 2.9s; */
  opacity: 0;
}
.bubbleRight.active {
  animation: right 0.8s forwards;
  animation-delay: 1.2s;
}
.marketing-five {
  width: 585px;
  height: 502px;
  background-color: #e9f2ee;
  border-radius: 20px;
  /* overflow-x: hidden; */
  overflow: hidden;
  position: relative;
  /* z-index: -3; */
}
.marketing-five .box-cont {
  padding: 53px 40px 60px 52px;
}
.report-slideBox {
  position: absolute;
  top: 250px;
  width: 100%;
  z-index: -2;
}
.report-slide {
  width: 100%;
  height: 129px;
  margin-bottom: 14px;
  z-index: -1;
}
.report-slide ul {
  display: flex;
  gap: 10px;
  overflow: visible;
  animation: moveAnim 15s reverse linear infinite;
}
.report-slide:last-child {
  margin-bottom: 0;
}
.report-slide:last-child ul {
  animation: moveAnim 15s linear infinite;
}
.report-slide img {
  height: 129px;
}
.marketing-six {
  width: 100%;
  height: 502px;
  /* background-color: #262626; */
  border-radius: 20px;
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.marketing-six .six-inner {
  position: absolute;
  top: 80px;
  right: 227px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.userFlow-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 61px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.bg-test {
  width: 100%;
  height: 502px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/main/bg-fill.png);
  z-index: 1;
  position: relative;
}
#inner-test {
  width: 100%;
  height: 250px;
  background-color: #f3520d;
  position: absolute;
  opacity: 0.5;
}
.userFlow-title span {
  font-size: 40px;
}
.userFlow-cont {
  /* overflow-x: hidden; */
  /* border: 1px solid red; */
  width: 100%;
  height: 100%;
  position: relative;
}
.userFlow-cont .flowLine01 {
  opacity: 0.3;
  position: relative;
  z-index: 100;
}
.userFlow-box {
  width: 278px;
  height: 104px;
  border-radius: 40px;
  background-color: #e3e3e3;
  position: absolute;
  z-index: 300;
  padding: 30px;
}
.flowBox01 {
  top: 86px;
  left: 73px;
  color: #303030;
}
.flowBox02 {
  top: unset;
  left: 507px;
  background-color: #454545;
  bottom: 80px;
  color: #ffffff;
}
.flowBox03 {
  background-color: #454545;
  top: unset;
  left: unset;
  right: 28px;
  bottom: 80px;
  color: #ffffff;
}
.flowBox04 {
  top: unset;
  left: 507px;
  background-color: #a4a4a4;
  bottom: -65px;
  color: #303030;
  opacity: 0.9;
}
/* .dashed {
  stroke-width: 5px;
  stroke: wheat;
  stroke-dasharray: 6, 4;
} */
.userFlow-box h3 {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.05em;
}
.flow-txt {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.flow-txt > div {
  font-size: 11px;
  font-weight: 700;
}
.flowBox01 .flow-txt > div {
  color: rgba(0, 0, 0, 0.3);
}
.flowBox02 .flow-txt > div,
.flowBox03 .flow-txt > div {
  color: rgba(255, 255, 255, 0.3);
  opacity: 0.6;
}
.flowLine {
  /* animation: flowline 6s linear forwards; */
  z-index: 100;
  position: absolute;
  top: 132px;
  left: -41px;
  max-width: 1283px;
  width: 1283px;
  height: 241px;
  z-index: -1;
}
.flowLine02 {
  position: absolute;
  top: 135px;
  left: 0;
  width: 100%;
  z-index: -1;
}
#path.active {
  stroke-dasharray: 1430;
  stroke-dashoffset: 1430;
  animation: flowline 4s linear forwards;
  animation-delay: 0.8s;
}
.line-break05 {
  position: absolute;
  left: 354px;
  top: 267px;
}
#line-break01 {
  width: auto;
  height: 58px;
  position: absolute;
  left: 98px;
  top: 196px;
  display: flex;
  gap: 10px;
}
#line-break02 {
  width: auto;
  height: 121px;
  position: absolute;
  left: 246px;
  top: 191px;
  display: flex;
  gap: 10px;
}
#line-break03 {
  width: auto;
  height: 56px;
  position: absolute;
  right: 322px;
  bottom: 37px;
  display: flex;
  gap: 10px;
}
#line-break04 {
  width: auto;
  height: 81px;
  position: absolute;
  right: 31px;
  bottom: 176px;
  display: flex;
  gap: 10px;
}
.break01-txt,
.break02-txt,
.break03-txt,
.break04-txt {
  opacity: 0.3;
  color: #ffffff;
  font-size: 15px;
}
.break01-txt {
  position: relative;
  bottom: -42px;
  left: 0;
  display: block;
}
.break02-txt {
  position: relative;
  bottom: -117px;
  right: 0;
  display: block;
}
.break03-txt {
  position: relative;
  bottom: -48px;
  right: 0;
  display: block;
}
.break04-txt {
  position: relative;
  top: -10px;
  right: 0;
  display: block;
}
#line-break01,
#line-break02,
#line-break03,
#line-break04 {
  opacity: 0;
}
#line-break01.active {
  animation: box01 0.3s ease alternate forwards;
  animation-delay: 0.9s;
}
#line-break02.active {
  animation: box02 0.3s ease alternate forwards;
  animation-delay: 1.2s;
}
#line-break03.active {
  animation: box03 0.3s ease alternate forwards;
  animation-delay: 2.8s;
}
#line-break04.active {
  animation: box04 0.3s ease alternate forwards;
  animation-delay: 3.9s;
}
.path {
  stroke-dasharray: 10;
  stroke-dashoffset: 50;
  animation: dash 1s linear alternate forwards;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 50;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes box01 {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform: translateZ(-60px);
  }
}
@keyframes box02 {
  0% {
    opacity: 0;
    transform: translateY(-130px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform: translateZ(-30px);
  }
}
@keyframes box03 {
  0% {
    opacity: 0;
    transform: translateY(-56px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform: translateZ(60px);
  }
}
@keyframes box04 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pc-user {
  display: block;
}
.mo-user {
  display: none;
}
@media all and (max-width: 768px) {
  .report-cont,
  .needs-cont,
  .service-cont {
    padding-top: 60px;
  }
  .marketing-four {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    padding: 50px 16px 91px 26px;
  }
  .line-cont {
    bottom: 73px;
  }
  .line-cont .line01 {
    width: 100%;
    bottom: -40px;
  }
  .line-cont .line02 {
    width: 100%;
    bottom: 30px;
  }
  .bubbleLeft {
    width: 161px;
    height: 64px;
    right: 16px;
    bottom: 98px;
    padding: 15px 22px;
    border-radius: 0px 40px 40px 27px;
  }
  .bubbleRight {
    position: absolute;
    left: 15px;
    bottom: 220px;
  }
  .marketing-five {
    width: 100%;
    height: 500px;
    border-radius: 15px;
  }
  .marketing-five .box-cont {
    padding: 50px 0px 0px 35px;
  }
  .report-slideBox {
    top: 208px;
  }
  .pc-user {
    display: none;
  }
  .mo-user {
    display: block;
  }
  .mo-user .bg-test {
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/main/bg-fill-mo.png);
    z-index: 1;
    position: relative;
  }
  .marketing-six .six-inner {
    top: 50px;
    left: 35px;
    width: calc(100% - 70px);
  }
  .userFlow-title {
    font-size: 21px;
    line-height: 36px;
  }
  .userFlow-title span {
    font-size: 22px;
  }
  .mo-user .userFlow-box {
    width: 170px;
    height: 63px;
    padding: 11px 20px;
    border-radius: 25px;
  }
  .mo-user .userFlow-box h3 {
    font-size: 14px;
    color: #555555;
    line-height: 18px;
  }
  .mo-user .flow-txt {
    margin-top: 5px;
  }
  .mo-user .flowBox01 {
    top: 147px;
    left: -12px;
  }
  .mo-user .flowBox02 {
    top: 250px;
    left: unset;
    right: -100px;
  }
  .mo-user .flowBox02 h3 {
    color: #ffffff;
  }
  .mo-user .flowBox03 h3 {
    color: #242424;
  }
  .mo-user .flowBox02 .flow-txt > div {
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.6;
  }
  .mo-user .flowBox03 .flow-txt > div {
    color: rgba(0, 0, 0, 0.3);
  }
  .mo-user .flowBox03 {
    top: 340px;
    left: unset;
    right: -100px;
    background-color: #f8f8f8;
    opacity: 0.6;
  }
  .mo-user-line {
    position: absolute;
    left: 66px;
    top: 227px;
  }
  #line-break06 {
    width: auto;
    height: 30px;
    position: absolute;
    top: 140px;
    left: 149px;
    display: flex;
    gap: 10px;
    opacity: 0;
  }
  #line-break07 {
    width: auto;
    height: 30px;
    position: absolute;
    top: 180px;
    left: 159px;
    display: flex;
    gap: 10px;
    white-space: nowrap;
    opacity: 0;
  }
  .break06-txt,
  .break07-txt {
    opacity: 0.3;
    color: #ffffff;
    font-size: 14px;
    top: -10px;
    display: block;
    position: relative;
    white-space: nowrap;
  }
  #line-break06.active {
    animation: box06 0.3s ease alternate forwards;
    animation-delay: 0.9s;
  }
  #line-break07.active {
    animation: box06 0.3s ease alternate forwards;
    animation-delay: 0.96s;
  }
  @keyframes box06 {
    0% {
      transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
@media all and (max-width: 414px) {
  .mo-user-line {
    left: 87px;
    top: 248px;
  }
}
@media all and (max-width: 393px) {
  .mo-user-line {
    left: 80px;
    top: 248px;
  }
}
@media all and (max-width: 390px) {
  .mo-user-line {
    left: 79px;
    top: 248px;
  }
}
@media all and (max-width: 375px) {
  .mo-user-line {
    left: 69px;
    top: 227px;
  }
}
@media all and (max-width: 360px) {
  .mo-user-line {
    left: 62px;
    top: 227px;
  }
}
/* // report // */

/* needs */
.marketing-seven {
  width: 585px;
  height: 502px;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 53px 0px 0px 52px;
  overflow: hidden;
  position: relative;
}
.targeting-cont {
  width: 100%;
  height: 282px !important;
  position: absolute;
  bottom: 0;
  left: 70px;
  overflow-x: hidden;
  padding-left: 20px;
}
.targeting-cont ul {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.targeting-cont ul li {
  width: 153px;
  height: 182px;
  display: flex;
  gap: 20px !important;
  flex-direction: column;
  align-items: center;
}
.targeting-cont ul li img {
  width: 153px;
  height: 100%;
}
.targeting-btn {
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  height: 100%;
  display: block;
  width: auto;
  padding: 14px 20px;
  color: #555555;
  font-size: 11px;
  font-weight: 700;
}
.targeting-bg {
  width: 217px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(270deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  z-index: 1;
}
.targeting-bgLeft {
  width: 217px;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    270deg,
    #f7f7f7 33.75%,
    rgba(247, 247, 247, 0) 100%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 3;
}
.btn-zIndex {
  position: relative;
  z-index: 4;
}
.needs-icoCont {
  position: absolute;
  text-align: right;
  right: 70px;
  bottom: 66px;
  width: 100%;
  max-width: 190px;
}
.needs-icoCont .icon-hand {
  bottom: 0px;
  left: -6px;
  position: absolute;
  transform-origin: bottom;
  animation-name: shake;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-delay: 0.3s;
  transition: 0.8s ease;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(45deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(45deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(45deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* // needs // */

/* service */
.service-cont .marketing-one {
  background-color: #fff3ec;
  margin-bottom: 140px;
  overflow: hidden;
  /* z-index: -1; */
}
.service-cont .marketing-one .boxLeft {
  width: 70%;
  z-index: 9;
}
.service-cont .marketing-one .boxRight {
  position: relative;
  height: auto;
  margin-top: 0;
}
.service-circle01 {
  width: 639px;
  height: 639px;
  /* background-color: #ffffff; */
  /* opacity: 0.4; */
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  right: -30px;
  transition: 0.3s ease;
}
.service-circle02 {
  width: 501px;
  height: 501px;
  /* background-color: #ffffff; */
  /* opacity: 0.5; */
  border-radius: 100%;
  position: absolute;
  right: 30px;
  transition: 0.3s ease;
}
.service-circle03 {
  width: 371px;
  height: 371px;
  /* background-color: #ffffff; */
  /* opacity: 0.7; */
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  right: 90px;
  transition: 0.4s ease;
}
.service-card {
  width: 258px;
  height: 423px;
  z-index: 50;
  position: absolute;
  top: 50%;
  left: 18%;
  transform: translateY(-50%);
  /* border: 1px solid red; */
}
.service-card > div {
  transform-style: preserve-3d;
  transition: 0.4s ease;
  /* -webkit-animation: giro 1s 1 forwards;
  animation: giro 1s 1 forwards;
  animation-delay: 0.3s; */
  position: relative;
  width: 100%;
  height: 100%;
}
.service-card > div.active {
  -webkit-animation: giro 1s forwards;
  animation: giro 1s forwards;
  animation-delay: 0.1s;
}
.service-card .card-front {
  background-image: url(../images/main/back.png);
  transform: rotateY(180deg);
}
.service-card .card-back {
  background-image: url(../images/main/front.png);
}
.card-front,
.card-back {
  width: 259px;
  height: 423px;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 768px) {
  .service-cont .marketing-one {
    margin-bottom: 80px;
    border-radius: 15px;
    height: 500px;
    padding: 0 30px 0 30px;
  }
  .box-inner {
    flex-direction: column;
  }
  .service-cont .marketing-one .boxLeft {
    padding: 50px 0 30px 0;
    width: 100%;
  }
  .service-cont .marketing-one .made-app {
    margin-top: 60px;
    width: 100%;
    height: auto !important;
    overflow-y: unset;
    overflow-x: unset;
  }
  .service-card {
    width: 160px;
    height: 260px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .card-front,
  .card-back {
    width: 160px;
    height: 260px;
  }
  .service-circle01 {
    width: 392px;
    height: 392px;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  .service-circle02 {
    width: 308px;
    height: 307px;
    right: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  .service-circle03 {
    width: 228px;
    height: 227px;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
}
/* // service // */

/* popup */
.review-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 1200px;
  height: calc(100% - 180px);
  border-radius: 20px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 100000000;
  opacity: 0;
  padding: 0px 0 80px 0;
  text-align: center;
  letter-spacing: -0.03em;
  visibility: hidden;
  text-align: left;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.review-popup::-webkit-scrollbar {
  display: none;
}
.review-popup .inner-790 {
  margin-top: 70px;
}
.review-close {
  position: sticky;
  top: 20px;
  left: 20px;
}
.review-popup strong {
  color: #000000;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: -0.03em;
}
.review-sub {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 19px;
}
.review-logo {
  width: 100px;
  height: 100px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.11);
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review-logo img {
  width: 67px;
}
.review-day {
  margin-top: 42px;
  color: #cccccc;
  letter-spacing: -0.03em;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  font-family: 'Gotham', sans-serif;
}
.review-img {
  margin-top: 30px;
  width: 100%;
  height: 675px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/sub/review-img.png);
}
.review-qna {
  margin-top: 60px;
}
.review-qna .col {
  margin-top: 50px;
}
.review-qna span {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: #222222;
  letter-spacing: -0.03em;
}
.review-qna p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #444444;
  letter-spacing: -0.03em;
  line-height: 28px;
}
.review-visual {
  width: 100%;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/sub/review-img02.png);
  border-radius: 20px;
  margin: 60px 0;
}
.review-popup .sns-title {
  font-size: 16px;
  color: #333333;
  line-height: 23px;
}
.review-popup .move-banner {
  max-width: 790px;
  height: 128px;
  margin: 80px 0 0 0;
  padding: 30px 0 30px 50px;
  border-radius: 21px;
}
.review-popup.show {
  opacity: 1;
  visibility: visible;
}

.common-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 790px;
  /* height: calc(100% - 180px); */
  height: auto;
  border-radius: 20px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 100000000;
  opacity: 0;
  text-align: center;
  letter-spacing: -0.03em;
  visibility: hidden;
  text-align: left;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.common-popup::-webkit-scrollbar {
  display: none;
}
.common-popup-inner {
  padding: 60px;
}
.common-popup .popup-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.common-popup strong {
  font-size: 28px;
  color: #333333;
  line-height: 42px;
  letter-spacing: -0.03em;
  float: left;
}
.common-popup strong span {
  color: #999999;
}
.common-popup .popup-visual {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0;
}
.common-popup .popupImg01 {
  background-image: url(../images/sub/popupImg01.png);
}
.common-popup p {
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  letter-spacing: -0.03em;
  line-height: 25px;
  margin-bottom: 12px;
}
.common-popup .popupImg02 {
  background-image: url(../images/sub/popupImg02.png);
}
.common-popup.show {
  opacity: 1;
  visibility: visible;
}
/* // popup // */

/* 도입 문의하기 popup */
.contact-popup {
  width: 460px;
  height: 780px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000001;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  transform: translate(-50%, -50%);
}
.contact-popup.active {
  opacity: 1;
  visibility: visible;
}
.dim.active {
  opacity: 1;
  visibility: visible;
}
.contact-header {
  width: 100%;
  padding: 21px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.contact-header::after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e9ecef;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact-header strong {
  font-size: 20px;
  line-height: 29px;
}
.contact-header button {
  width: 24px;
  height: 24px;
}
.contact-cont {
  padding: 40px;
  width: 100%;
  height: 610px;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.contact-cont::-webkit-scrollbar {
  display: none;
}
.contact-cont .col {
  margin-bottom: 30px;
  position: relative;
}
.contact-cont .col span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}
.contact-cont .col .input-box {
  margin-top: 7px;
  min-width: 380px;
  width: 100%;
  height: 52px;
  border-radius: 10px;
}
.contact-cont .col .input-box input {
  border: 1px solid #adb5bd;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  padding: 13px 20px;
  color: #343a40;
  border-radius: 9px;
  transition: 0.3s ease;
}
.contact-cont .col .input-box input::placeholder {
  color: #343a40;
}
.contact-cont .col .input-box input:focus {
  border: 1px solid #6c757d;
}
.col-p.active {
  color: #343a40;
}
.contact-cont .col .textarea-box {
  margin-top: 7px;
  min-width: 380px;
  width: 100%;
  height: 182px;
  margin-bottom: -30px;
}
.contact-cont textarea {
  border: 0;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #343a40;
  resize: none;
  border-radius: 10px;
  padding: 13px 20px;
  transition: 0.3s ease;
  border: 1px solid #adb5bd;
}
.contact-cont textarea:focus {
  border: 1px solid #6c757d;
}
.contact-cont textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #949ca5;
}
.contact-cont .col .input-box input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #949ca5;
}
.send-bg {
  width: calc(100% - 74px);
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: fixed;
  bottom: 94px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-popup .contact-send {
  width: calc(100% - 74px);
  height: 54px;
  border-radius: 6px;
  background-color: #fb4700;
  padding: 14px 20px;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}
.contact-select {
  width: 100%;
  height: 52px;
  border: 1px solid #adb5bd;
  border-radius: 10px;
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #949ca5;
}
.col.show .select-list {
  opacity: 1;
  visibility: visible;
}
.select-list {
  width: 100%;
  height: 224px;
  padding: 10px 0;
  background: #ffffff;
  border: 1px solid #e9ecef;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 10;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.select-btn {
  width: 100%;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #343a40;
  text-align: left;
}
.select-list.show {
  opacity: 1;
  visibility: visible;
}
.contact-select.active {
  border: 1px solid #6c757d;
}
.icon-arrow {
  transition: 0.3s ease;
  width: 16px;
  height: 16px;
}
.icon-arrow.show {
  transform: rotate(180deg);
}
.text-error {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #f40000;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .contact-popup {
    width: 100%;
    height: auto;
    margin-top: 80px;
    bottom: 0;
    transform: unset;
    left: 0;
    top: unset;
    border-radius: 20px 20px 0px 0px;
  }
  .contact-header::after {
    content: none;
  }
  .contact-cont {
    height: 530px;
    padding: 20px;
  }
  .contact-cont .col .input-box {
    min-width: 100%;
  }
  .contact-header {
    padding: 48px 20px 20px 20px;
  }
  .contact-header strong {
    font-size: 28px;
  }
  .contact-cont .col .textarea-box {
    min-width: 100%;
    margin-bottom: 100px;
  }
  .send-bg {
    width: 100%;
    height: 150px;
    bottom: 0;
  }
  .contact-popup .contact-send {
    width: calc(100% - 40px);
  }
  .common-popup {
    width: 100%;
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    bottom: 0;
    top: unset;
    left: unset;
    height: calc(100% - 78px);
    transform: unset;
  }
  .common-popup-inner {
    padding: 98px 20px 46px 20px;
  }
  .common-popup strong {
    width: 100%;
    max-width: 286px;
  }
  .icon-bell {
    width: 65px;
    height: 65px;
    position: absolute;
    right: 20px;
    top: 50px;
  }
  .common-popup .popup-visual {
    margin: 34px 0;
    border-radius: 10px;
    height: 161px;
  }
  .common-popup p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.03em;
    color: #343a40;
    margin-bottom: 20px;
  }
  /* .dim {
    display: none;
  } */
}
/* 도입 문의하기 popup */
