/* membership */
.membership .member-title,
.service .service-title {
  font-weight: 700;
  font-size: 35px;
  color: #010101;
  line-height: 44px;
  margin-top: 152px;
  letter-spacing: -0.03em;
  display: block;
}
.membership .toggle-cont p {
  color: #555555 !important;
}
.membership .toggle-cont p,
.service .title-cont p {
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  color: #878787;
  margin-top: 25px;
  letter-spacing: -0.03em;
}
.membership .toggle-cont {
  display: flex;
  justify-content: space-between;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 50px;
  margin-bottom: 80px;
  align-items: flex-end;
}
.membership .toggle-inner {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.membership .toggle-inner span {
  font-size: 15px;
  line-height: 22px;
  color: #979797;
  font-weight: 400;
}
.membership .toggle-inner .toggle-orange {
  color: #fb4700;
  font-weight: 700;
}
.membership .toggle-btn {
  width: 43px;
  height: 25px;
  border-radius: 30px;
  background-color: #fb4700;
  position: relative;
  transition: 0.2s ease-in-out;
  display: block;
}
.membership .toggle-circle {
  width: 21px;
  height: 21px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
  border-radius: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  transition: 0.25s ease-in-out;
}
.toggle.toggle-btn {
  background-color: #48b534;
}
.toggle.toggle-circle {
  left: 100%;
  transform: translate(calc(-100% - 2px), -50%);
}
.toggle.toggle-green {
  color: #48b534 !important;
  font-weight: 700 !important;
}
.toggle.toggle-orange {
  color: #979797 !important;
  font-weight: 400 !important;
}
.membership .member-category {
  margin-bottom: 88px;
}
.membership .category-box ul {
  display: flex;
  gap: 30px;
}
.membership .category-box ul li {
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
  height: 397px;
  width: 100%;
  padding: 40px 50px;
  border: 1px solid #e9e9e9e9;
  background-color: #ffffff;
  letter-spacing: -0.03em;
  transition: 0.3s ease;
  position: relative;
}
.membership .category-box ul li:hover {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
}
.membership .category-box ul li:first-child {
  background-color: #333333;
  border: 0;
}
.membership .category-box ul li span,
.membership .category-box-bottom span {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #111111;
}
.membership .category-box ul li p,
.membership .category-box-bottom p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  line-height: 20px;
}
.membership .member-skill {
  margin: 25px 0 50px 0;
  border: 1px solid #e9e9e9e9;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 280px;
  height: 61px;
  z-index: 100;
  transition: 0.3s ease;
}
.membership .member-skill > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
}
.membership .member-skill .skill-cont {
  opacity: 0;
  visibility: hidden;
  width: 240px;
  height: 100%;
  margin: 0 auto;
  border-top: 1px solid #f7f7f7;
  transition: 0.3s ease;
  padding: 0;
}
.membership .member-skill .skill-cont .skill-add {
  width: 240px;
  border-radius: 6px;
  height: 44px;
  background-color: #eeeeee;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  letter-spacing: -0.03em;
  margin-top: 23px;
}
.membership .member-skill .skill-inner {
  display: flex;
  flex-direction: column;
}
.membership .member-skill .skill-cont span {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 20px;
  color: #333333;
}
.membership .member-skill .skill-cont span:first-child {
  margin-top: 5px;
}
.member-skill:hover {
  height: 334px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.member-skill:hover .skill-cont {
  opacity: 1;
  visibility: visible;
}
.membership .skill-logo {
  width: 27px;
  height: 27px;
}
.membership .skill-btn {
  width: 17px;
  height: 17px;
}
.membership .skill-btn img {
  width: 100%;
  height: 100%;
}
.membership .member-skill strong {
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  left: 57px;
}
.membership .member-skill strong .weight-300 {
  font-size: 16px;
  font-weight: 300;
}
.membership .member-price {
  letter-spacing: -0.03em;
  position: absolute;
  bottom: 115px;
}
.membership .member-price strong {
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  /* font-family: 'Gotham'; */
}
.membership .member-price .price-day {
  margin-left: 10px;
  font-weight: 400;
  line-height: 17px;
  color: #a5a5a5a5;
  font-size: 12px;
}
.membership .member-start {
  width: 280px;
  height: 55px;
  background-color: #333333;
  border-radius: 6px;
  position: absolute;
  bottom: 40px;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.membership .member-start b {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.membership .start-opacity {
  opacity: 0.6;
}
.membership .category-black span,
.membership .category-black strong {
  color: #ffffff;
}
.membership .category-black .member-start {
  background-color: #fb4700;
}
.membership .category-black .member-skill {
  color: #ffffff;
  background-color: #333333;
}
.membership .category-black .member-price .price-day {
  color: #aaaaaa;
}
.membership .category-box ul .category-black span {
  color: #ffffff;
}
.membership .member-btn {
  float: right;
  background-color: #feeee7;
  border-radius: 4px;
  width: 47px;
  height: 26px;
  margin-top: 5px;
  font-size: 12px !important;
  font-weight: 700;
  color: #f3520d !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.membership .mamber-btn-plus {
  float: unset;
  margin-top: 10px;
  width: 126px;
  gap: 10px;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.membership .mamber-btn-plus img {
  width: 7px;
}
.membership .memberPlus {
  position: relative;
  width: 100%;
}
.membership .memberPlus-cont {
  width: auto;
  height: auto;
  position: absolute;
  background-color: #feeee7;
  top: 28px;
  left: 0;
  padding: 3px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.membership .memberPlus-cont.active {
  opacity: 1;
  visibility: visible;
}
.membership .icon-member-plus {
  transition: 0.3s ease;
}
.membership .icon-member-plus.active {
  transform: rotate(180deg);
}
.membership .memberPlus-cont button {
  height: 24px;
  padding: 5px 24px 5px 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #f3520d;
  transition: 0.3s ease;
}
.membership .memberPlus-cont button:hover {
  color: #ffffff;
  background-color: #fb4700;
  border-radius: 4px;
}
.membership .category-box-bottom {
  width: 100%;
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  position: relative;
  transition: 0.3s ease;
}
.membership .category-box-bottom:hover {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
}
.membership .category-box-bottom .member-start {
  background-color: #eeeeee;
  color: #222222;
  width: 281px;
}
.membership .category-box-bottom .category-right ul {
  display: flex;
  gap: 15px;
}
.membership .category-box-bottom .category-right ul li {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  width: 228px;
  height: 202px;
  padding: 25px;
  transition: 0.3s ease;
  /* z-index: 10000; */
  display: block;
  position: relative;
}
.skill-hover {
  position: absolute;
  left: 20px;
}
.member-hover {
  border: 0 !important;
  box-shadow: unset !important;
}
.member-hover:hover .enter-inner {
  height: 409px;
  width: 100%;
  box-shadow: 0px 4px 25px rgb(0 0 0 / 8%);
}
.member-hover:hover .member-hoverCont {
  opacity: 1;
  visibility: visible;
  top: 138px;
  left: 20px;
}
.member-hover:hover .skill-hover {
  right: 20px;
  top: 40px;
  left: unset;
  position: absolute;
}
.enter-inner {
  background-color: #ffffff;
  border-radius: 12px;
  transition: 0.3s ease;
  width: 228px;
  height: 202px;
  position: absolute !important;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  border: 1px solid #eeeeee;
  padding: 25px;
  z-index: 100;
}
.member-hoverCont {
  width: auto;
  height: auto;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  transition: 0.3s ease;
}
.hover-txt {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  letter-spacing: -0.03em;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}
.hover-txt:first-of-type::before {
  content: '';
  height: 0;
  width: 100%;
  border-top: 1px solid #eeeeee;
  position: absolute;
  top: -26px;
}
.hover-txt:last-of-type {
  margin-bottom: 25px;
}
.member-hoverCont button {
  width: 187px;
  height: 46px;
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 10px 0;
}
/* .category-right ul li .skill-btn img:last-of-type {
  display: none;
} */
.membership .category-box-bottom .category-right ul li > div {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #222222;
  letter-spacing: -0.03em;
  margin-top: 10px;
}
.membership .category-box-bottom .category-right .skill-btn {
  margin-top: 37px;
  width: 25px;
  height: 25px;
}
.membership .member-titleSub {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.03em;
  line-height: 46px;
}
.membership .accordion-cont {
  margin: 30px 0 50px 0;
}
.membership .accordion-cont ul {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.membership .accordion-cont ul li {
  height: auto;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  width: 100%;
}
.membership .accordion-cont ul li .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  height: auto;
  padding: 30px 46px 30px 30px;
  position: relative;
}
.membership .accordion-cont ul li .question strong {
  font-size: 18px;
  line-height: 18px;
  color: #f3520d;
  letter-spacing: -0.03em;
}
.membership .accordion-cont ul li .answer {
  height: 100%;
  display: none;
  width: 100%;
  padding: 0px 50px 40px 69px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  color: #333333;
  letter-spacing: -0.03em;
}
.membership .accordion-cont ul li .answer::before {
  content: '';
  border-top: 1px solid #e9e9e9;
  width: 100%;
  display: block;
  padding-bottom: 27px;
}
.accordion-cont .question .question-txt {
  transition: 0.3s ease-in-out;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #222222;
  letter-spacing: -0.03em;
  max-width: 1030px;
  width: 100%;
}
.accordion-cont .question.active .question-txt {
  font-weight: 700;
  text-decoration: underline;
}
.accordion-cont .question .question-arrow {
  transition: 0.3s ease;
}
.accordion-cont .question.active .question-arrow {
  transform: rotate(180deg);
}
.accordion-cont .question.active .answer {
  display: block;
}
.membership .add-btn {
  background-color: #f4f4f4;
  border: 0;
}
.membership .move-banner {
  max-width: 1200px;
  height: 163px;
  padding: 50px 0 50px 38px;
  margin: 80px auto 140px auto;
}
@media all and (max-width: 768px) {
  .membership .member-title {
    margin-top: 46px;
    font-size: 28px;
  }
  .membership .toggle-cont p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
  }
  .membership .toggle-cont p::after {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #f1f1f1;
    position: absolute;
    left: 0;
    bottom: -30px;
  }
  .membership .toggle-cont {
    flex-direction: column;
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .membership .member-titleSub {
    font-size: 28px;
    line-height: 41px;
  }
  .membership .toggle-inner {
    margin-top: 20px;
  }
  .membership .member-category {
    margin-bottom: 60px;
  }
  .membership .category-box ul {
    flex-direction: column;
    gap: 15px;
  }
  .membership .category-box ul li {
    padding: 40px;
    height: 390px;
  }
  .membership .category-box ul li p {
    margin-top: 7px;
  }
  .membership .member-skill {
    margin: 20px 0 50px 0;
    width: 100%;
    border: 1px solid #777777;
  }
  .membership .skill-btn img {
    width: 17px;
  }
  .membership .member-skill strong {
    font-size: 15px;
    line-height: 15px;
  }
  .membership .member-skill strong .weight-300 {
    font-size: 15px;
  }
  .membership .member-price {
    bottom: 121px;
  }
  .membership .member-start {
    width: 100%;
    position: relative;
    margin-top: 100px;
  }
  .membership .member-skill .skill-cont .skill-add {
    margin-left: 25px;
    width: 100%;
  }
  .member-skill:hover {
    height: 61px;
    box-shadow: unset;
  }
  .member-skill:hover .skill-cont {
    opacity: 0;
    visibility: hidden;
  }
  .skill-cont.active {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .member-skill.active {
    height: 334px !important;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%) !important;
  }
  .membership .category-box-bottom {
    margin-top: 15px;
    flex-direction: column;
    padding: 40px;
    height: 579px;
    gap: 86px;
    justify-content: unset;
  }
  .membership .category-box-bottom p {
    margin-top: 7px;
    color: #666666;
  }
  .membership .category-box-bottom .category-right ul {
    gap: 10px;
  }
  .membership .category-box-bottom .category-right ul li {
    width: 100%;
    height: 82px;
    border-radius: 6px;
    padding: 17px 20px;
    border: 1px solid #e9e9e9;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
  }
  .membership .category-box-bottom .category-right ul li > div {
    line-height: 1.6;
    margin-top: 0;
    /* max-width: 131px; */
    width: 100%;
    max-width: 100%;
  }
  .membership .category-box-bottom .category-right .skill-btn {
    margin-top: 0;
    width: 17px;
    height: 17px;
  }
  .membership .mo-memberPrice {
    top: 122px;
    bottom: unset;
  }
  .membership .mo-memberStart {
    width: calc(100% - 78px) !important;
    position: absolute;
  }
  .member-hover:hover .skill-hover {
    top: 32.5px;
    right: 20px;
  }
  .member-hoverCont {
    max-width: 100% !important;
    top: 0;
    /* left: 0; */
    z-index: 100000;
    width: 100% !important;
  }
  .membership .accordion-cont {
    margin: 35px 0 30px 0;
  }
  .membership .accordion-cont ul {
    gap: 15px;
  }
  .membership .accordion-cont ul li .question {
    padding: 18px 25px;
    gap: 15px;
  }
  .membership .accordion-cont ul li .question strong {
    font-size: 16px;
    line-height: 1.47;
  }
  .accordion-cont .question .question-txt {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .membership .accordion-cont ul li .answer {
    padding: 0 25px 18px 25px;
    font-size: 14px;
    line-height: 1.6;
  }
  .membership .accordion-cont ul li .answer::before {
    padding-bottom: 15px;
  }
  .add-btn {
    width: 124px;
    height: 44px;
  }
  .membership .move-banner {
    margin: 40px auto;
    max-width: calc(100% - 40px);
    height: 121px;
    padding: 20px 40px !important;
  }
  .member-hoverCont button {
    width: 100%;
  }
  .enter-inner {
    border-radius: 6px;
    width: 100%;
    height: 82px;
    padding: 17px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
  }
  .enter-inner > div {
    width: 100%;
  }
  .skill-hover {
    left: unset;
    right: 20px;
  }
  .member-hover:hover .enter-inner {
    height: 82px;
  }
  .enter-inner.active {
    height: 370px !important;
    z-index: 100;
  }
  .hover-logo {
    position: absolute;
    left: 20px;
    top: 17px;
  }
  .enter-inner > div {
    width: auto;
  }
  .enter-txt {
    position: absolute;
    width: auto;
    top: 17px;
    left: 67px;
  }
  .member-hover:hover .member-hoverCont {
    top: 108px;
    opacity: 0;
    left: unset;
    visibility: hidden;
  }
  .member-hoverCont.active {
    opacity: 1 !important;
    visibility: visible !important;
    width: calc(100% - 40px) !important;
  }
}
/* // membership // */

/* seervice */

.service .title-cont {
  margin-top: 162px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f1f1f1;
}
.service .service-tab {
  width: 100%;
  margin-bottom: 50px;
  z-index: 999;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s linear;
}
.service-tab.sticky {
  position: fixed;
  top: 135px;
  left: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
}
.on_sticky .service-tab.sticky {
  top: 0px;
}
.service .service-tab ul {
  display: flex;
  gap: 18px;
}
.service .service-tab ul li {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #666666;
  letter-spacing: -0.03em;
  height: 36px;
  transition: 0.3s ease;
  border-radius: 30px;
}
.service-tab ul li.active {
  background-color: #fb4700;
  transition: 0.3s ease;
}
.service-tab ul li.active button {
  color: #fff;
}
.service-tab ul li.active .icon path,
.service-tab ul li.active .icon circle,
.service-tab ul li.active .icon line,
.service-tab ul li.active .icon rect,
.service-tab ul li.active .icon ellipse {
  stroke: #fee9e0;
}
.service .service-tab li button {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.service .grid-cont {
  margin-bottom: 80px;
  letter-spacing: -0.03em;
}
.service .grid-cont .grid-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  color: #010101;
  display: block;
}
.service .grid-cont ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  column-gap: 30px;
  margin-top: 40px;
}
.service .grid-cont ul li {
  width: 100%;
  height: 273px;
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease forwards;
}
.service .front-p {
  font-weight: 700;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  opacity: 1;
  overflow-y: hidden;
  height: 18px;
}
.service .grid-front strong {
  font-size: 28px;
  line-height: 41px;
  color: #222222;
  margin-top: 10px;
  display: block;
}
.service .grid-icon-front {
  position: absolute;
  bottom: 40px;
  left: 40px;
  opacity: 1;
  transition: 0.3s ease forwards;
}
.service .grid-icon-front:last-of-type {
  opacity: 0;
  transition: 0.3s ease forwards;
}
.service .grid-icon {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 70px;
  height: 70px;
  overflow-y: hidden;
  opacity: 1;
}
.service .grid-cont ul li:hover {
  background-color: #373737;
}
.service .bg-gray .grid-cont ul li:hover {
  background-color: #373737;
}
.service .grid-cont ul li:hover .front-p {
  animation: opactiy 0.3s ease forwards, height 0.3s ease 0s;
}
.service .grid-cont ul li:hover .grid-icon {
  animation: icon-height 0.3s ease forwards;
}
.service .grid-cont ul li:hover .grid-front strong {
  animation: fontSize 0.3s ease forwards;
}
.service .grid-cont ul li:hover .grid-icon-front {
  opacity: 0;
}
.service .grid-cont ul li:hover .grid-icon-front:last-of-type {
  opacity: 1;
}
.service .grid-cont ul li:hover .front-desc {
  animation: opactiy-desc 0.3s ease forwards, height 0.3s ease 0s;
}
.service .front-desc {
  font-size: 15px;
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 25px;
  opacity: 0;
  color: #ffffff;
  overflow-y: hidden;
}
/* @keyframes backgroundColor {
  0% {
    background-color: #f9f9f9;
  }
  100% {
    background-color: #373737;
  }
} */
@keyframes opactiy {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes fontSize {
  0% {
    font-size: 28px;
    color: #222222;
    line-height: 41px;
    transform: translateY(0);
  }
  100% {
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
    transform: translateY(-25px);
  }
}
@keyframes opactiy-desc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(-15px);
  }
}
@keyframes icon-height {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-30px);
  }
}
.service .grid-cont ul li:hover .service .grid-front strong {
  font-size: 18px;
  color: #ffffff;
}
.service .grid-cont ul li:hover .grid-front strong {
  margin-top: 0 !important;
}
.service .grid-back > div > div {
  display: flex;
  justify-content: space-between;
}
.service .grid-cont ul li:hover .grid-add {
  animation: add 0.3s ease forwards;
}
@keyframes add {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
    transform: translateY(-14px);
  }
}
.service .grid-add {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  opacity: 0.8;
  letter-spacing: -0.03em;
  display: block;
  float: right;
  opacity: 0;
  transition: 0.3s ease;
  color: #ffffff;
  right: 40px;
  overflow-y: hidden;
  position: absolute;
}
.service .grid-add:after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ffffff;
  display: block;
}
.service .bg-gray {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  display: inline-block;
  padding-top: 80px;
}
.service .bg-gray .grid-cont ul li {
  background-color: #ffffff;
}
.service .top-80 {
  padding-top: 80px;
}
.service .bg-black {
  width: 100%;
  height: auto;
  background-color: #262626;
  display: inline-block;
  padding-top: 80px;
}
.service .bg-black .grid-cont ul li {
  background-color: #333333;
}
.service .bg-black .grid-cont .grid-title {
  color: #ffffff;
}
.service .bg-black .grid-front strong {
  color: #fbfbfb;
}
.service-content6 {
  margin-bottom: 140px;
}
@media all and (max-width: 768px) {
  .service .title-cont {
    margin-top: 46px;
    padding-bottom: 30px;
  }
  .service .service-title {
    margin-top: 46px;
    font-size: 28px;
    color: #000000;
    line-height: 41px;
  }
  .service .title-cont p {
    margin-top: 10px;
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
  }
  .service .service-tab {
    margin-bottom: 40px;
    height: 76px;
  }
  .service .service-tab .inner {
    width: 100%;
    max-width: 100%;
  }
  .service .service-tab ul {
    overflow-x: scroll;
    gap: 10px;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    width: calc(100% - 15px);
  }
  .service .service-tab ul::-webkit-scrollbar {
    display: none;
  }
  .service .service-tab ul li {
    height: 36px;
  }
  .service .service-tab ul li:first-child {
    margin-left: 20px;
  }
  .service .service-tab ul li:last-child {
    margin-right: 0;
  }
  .service .service-tab li button {
    gap: 4px;
    white-space: nowrap;
  }
  .service-tab.sticky {
    top: 63px;
  }
  .service .grid-cont .grid-title {
    font-size: 22px;
    line-height: 33px;
  }
  .service .grid-cont:last-child {
    margin-bottom: 40px;
  }
  .service .grid-cont ul {
    grid-template-columns: repeat(1, auto);
    row-gap: 15px;
    column-gap: 0;
  }
  .service .grid-cont ul li {
    height: 318px;
  }
  .service .front-p {
    line-height: 1.6;
  }
  .service .grid-front strong {
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
  }
  .service .front-desc {
    font-size: 16px;
    line-height: 1.6;
  }
  .service .grid-add {
    font-size: 16px;
    line-height: 1.6;
  }
  .service .bg-gray {
    padding-top: 30px;
  }
  .service .top-80 {
    padding-top: 30px;
  }
  .service .bg-black {
    padding-top: 30px;
  }
  .service-content6 {
    margin-bottom: 100px;
  }
}
/* // service // */
