.process .modal_overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background-color: rgba(3, 7, 8, 0.60);
}

.process .modal_overlay.active {
  display: flex;
}

.process .wrap_modal_popup {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: min(882px, 100%);
  min-height: min(calc(100vh - 80px), 1000px);
  max-height: min(calc(100vh - 80px), 1000px);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.process .wrap_modal_popup .head {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 24px 0 40px;
  border-bottom: 1px solid #e5e7eb;
  background-color: #fff;
}

.process .wrap_modal_popup .head h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: #111827;
}

.process .wrap_modal_popup .modal_close {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.process .wrap_modal_popup .contents_container {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  padding: 40px 40px 72px;
}

.process .wrap_modal_popup .contents_container::-webkit-scrollbar {
  width: 8px;
}

.process .wrap_modal_popup .contents_container::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background-color: #d1d5db;
}

.process .wrap_modal_popup .contents_container::-webkit-scrollbar-track {
  background-color: transparent;
}

.process .wrap_modal_popup .modal_content {
  color: #374151;
}

.process .wrap_modal_popup .modal_intro {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e7eb;
}

.process .wrap_modal_popup .modal_category {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 160%;
  color: #9ca3af;
}

.process .wrap_modal_popup .modal_category span + span::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px;
  background-color: #d1d5db;
}

.process .wrap_modal_popup .modal_content_title {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #111827;
}

.process .wrap_modal_popup .modal_intro_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: #374151;
  text-align: left;
}

.process .wrap_modal_popup .modal_section {
  padding: 40px 0;
  border-bottom: 1px solid #e5e7eb;
}

.process .wrap_modal_popup .modal_section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.process .wrap_modal_popup .modal_section h5 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #111827;
}

.process .wrap_modal_popup .modal_section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: #374151;
  text-align: left;
}

.process .wrap_modal_popup .modal_section ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.process .wrap_modal_popup .modal_section li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: #374151;
}

.process .wrap_modal_popup .modal_section li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #374151;
}

.process .wrap_modal_popup .modal_section li strong {
  display: block;
  margin-bottom: 2px;
  font-weight: 700;
  color: #111827;
}

.process .wrap_modal_popup .modal_section li ul {
  gap: 4px;
  margin-top: 2px;
}

.process .wrap_modal_popup .modal_section li li {
  padding-left: 12px;
  font-size: 16px;
  color: #4b5563;
}

.process .wrap_modal_popup .modal_section li li::before {
  top: 13px;
  width: 3px;
  height: 3px;
  background-color: #6b7280;
}

.process .wrap_modal_popup .modal_section li li small {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  color: #7C7C8C;
}
.process .wrap_modal_popup .modal_section li li small::before {
  content: '';
  position:absolute;
  left:0;
  top:7px;
  width:2.5px;
  height:2.5px;
  border-radius:2.5px;
  background-color: #7c7c8c;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .process .modal_overlay {
    padding: 24px 16px;
  }

  .process .wrap_modal_popup {
    width: 100%;
    min-height: calc(100vh - 48px);
    max-height: calc(100vh - 48px);
    border-radius: 16px;
  }

  .process .wrap_modal_popup .head {
    height: 68px;
    padding: 0 24px;
  }

  .process .wrap_modal_popup .head h4 {
    font-size: 16px;
  }

  .process .wrap_modal_popup .contents_container {
    padding: 32px 24px 56px;
  }

  .process .wrap_modal_popup .modal_content_title {
    font-size: 24px;
  }

  .process .wrap_modal_popup .modal_intro_desc,
  .process .wrap_modal_popup .modal_section p,
  .process .wrap_modal_popup .modal_section li {
    font-size: 15px;
  }
}

.process {
  padding: 120px 20px 240px;
}
.process .desc:nth-of-type(1) {
  margin-top: 12px;
}
.process .desc:nth-of-type(2) {
  margin-bottom: 48px;
}
.process .img_list {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1192 / 500;
}
.process .img_item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.process .img_item.active {
  opacity: 1;
  visibility: visible;
}                                                                             
.process .img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.process .tab_list {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  border-bottom: 1px solid #e5e7eb;
}

.is-dark .process .tab_list {
  border-bottom-color: #4B5563;
}

.process .tab_item {
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 48px) / 4);
  height: 56px;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  color: #9ca3af;
  cursor: pointer;
}
.process .tab_item:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #030712;
  opacity: 0;
}

.is-dark .process .tab_item:before {
  background-color:#fff;
}

.process .tab_item.active {
  color:#030712;
}

.is-dark .process .tab_item.active {
  color: #fff;
}
.process .tab_item.active:before {
  opacity: 1;
}
.process .content_item {
  display: none;
  padding-top: 32px;
}
.process .content_item.active {
  display: block;
  animation: process-fade 0.3s ease;
}
@keyframes process-fade {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.process .content_item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: #4B5563;
  text-align: center;
}
.is-dark .process .content_item p {
  color:#f3f4f6;
}
.process .content_item .btns_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-top: 24px;
}
.process .content_item .btns_wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background-color: #374151;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}
.process .content_item .btns_wrap button svg {
  display: flex;
}

.process .process_swiper {
  display: none;
}

@media (hover: hover) {
  .process .tab_item:hover:before {
    opacity: 1;
  }
  .process .tab_item:hover {
    color: #030712;
  }
  .is-dark .process .tab_item:hover {
    color: #fff;
  }
  .process .content_item .btns_wrap button:hover {
    background-color: #4B5563;
  }
}

@media (max-width: 1024px) {
  .process {
    padding: 80px 20px;
    overflow:hidden;
  }
  .process .desc:nth-of-type(2) {
    margin-bottom: 36px;
  }
  .process .img_list,
  .process .tab_list,
  .process .content_list {
    display: none !important;
  }

  .process .process_swiper {
    display: block;
  }

  .process .process_swiper .swiper {
    overflow: visible;
  }
  .process .process_swiper .swiper-wrapper {
    display: flex;
  }

  .process .process_swiper .swiper-slide {
    flex-shrink: 0;
    width: 320px;
    height: auto;
  }

  .process .process_swiper .slide_card {
    display: flex;
    flex-direction: column;
    background: #1F2937;
    border: 1px solid #374151;
    border-radius: 8px;
    overflow: hidden;
  }

  .process .process_swiper .slide_img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .process .process_swiper .slide_body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px;
  }

  .process .process_swiper .slide_title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    color: #fff;
  }

  .process .process_swiper .slide_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    color: #9ca3af;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    flex: 1;
  }
  .process .process_swiper .slide_desc p + p {
    margin-top: 4px;
  }

  .process .process_swiper .slide_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 24px;
  }

  .process .process_swiper .slide_btns button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 28px;
    padding: 0 4px 0 8px;
    border-radius: 8px;
    background: #374151;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing; 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .process .process_swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 16px;
  }

  .process .process_swiper .swiper-pagination-bullet {
    flex-shrink: 0;
    width: 6px;                                                                                                                                                                                                                                              
    height: 6px;
    border-radius: 3px;
    background: #1F2937;
  }

  .process .process_swiper .swiper-pagination-bullet-active {
    background: #fff;
  }
}

@media (max-width:350px) {
  .process {
    padding: 80px 12px;
  }
}