@charset "UTF-8";

/* ==========================================================================
   Service Popup Variables & Theming
   ========================================================================== */
:root {
  /* 폰트 사이즈 변수 (popup-about 기준 통일) */
  --popup-font-h2: 45px;
  --popup-font-h5: 32px;
  --popup-font-h6: 20px;
  --popup-font-p: 15px;

  /* 기본 텍스트 및 배경 색상 */
  --popup-text-dark: #232323;
  --popup-text-gray: #666666;
  --popup-bg-gray: #f9f9f9;

  /* 테마 컬러 기본값 (JavaScript나 HTML 클래스로 오버라이드 됨) */
  --popup-theme-primary: #3055a0;
  --popup-theme-medium: rgba(48, 85, 160, 0.5);
  --popup-theme-light: rgba(48, 85, 160, 0.1);
}

/* 개별 서비스 테마 컬러는 data-color 속성 + JavaScript로 동적 적용됩니다.
   HTML 예시: <div id="service-blog" class="white-popup-block mfp-hide" data-color="#229330"> */

/* ==========================================================================
   테마 유틸리티 클래스
   ========================================================================== */
.text-theme-primary {
  color: var(--popup-theme-primary) !important;
}

.bg-theme-primary {
  background-color: var(--popup-theme-primary) !important;
}

.bg-theme-light {
  background-color: var(--popup-theme-light) !important;
}

.border-theme {
  border: 1px solid var(--popup-theme-primary) !important;
}

/* ==========================================================================
   Common Layout Utilities
   ========================================================================== */
.content-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 85px;
}

@media (max-width: 767px) {
  .content-table {
    gap: 60px;
  }
}



/* ==========================================================================
   타이틀 디자인 시스템 (Section Title)
   ========================================================================== */
.mfp-content .section-title {
  margin-bottom: 50px;
  text-align: center;
}

.mfp-content .section-title .label {
  display: block;
  font-size: var(--popup-font-p);
  color: var(--popup-theme-primary);
  font-weight: 700;
  margin-bottom: 60px;
}

.mfp-content .section-title h5 {
  font-weight: 900;
  color: var(--popup-text-dark);
  margin: 0;
}

.mfp-content .section-title p {
  font-size: 18px;
  color: var(--popup-text-gray);
  margin-top: 40px;
  line-height: 1.4;
}

/* Type A (Default): 이탤릭 영문 */
.mfp-content .section-title:not(.type-bar):not(.type-badge):not(.type-left) .label {
  letter-spacing: 0.05em;
  font-size: 24px;
}

/* Type B: 가로선 장식 */
.mfp-content .section-title.type-bar::before {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #232323;
  margin: 0 auto 35px;
}

/* Type C: 뱃지 라벨 */
.mfp-content .section-title.type-badge .label {
  display: inline-block;
  background-color: var(--popup-theme-primary);
  color: #fff;
  padding: 5px 25px;
  border-radius: 50px 50px 50px 0;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

/* Type D: 좌측 정렬 */
.mfp-content .section-title.type-left {
  text-align: left;
}

.mfp-content .section-title.type-left h5 {
  font-size: 32px;
}

.mfp-content .section-title.type-left p {
  margin-top: 10px;
}


@media (max-width: 767px) {
  .mfp-content .section-title:not(.type-bar):not(.type-badge):not(.type-left) .label {
    font-size: 23px;
  }

  .mfp-content .section-title h5 {
    font-size: 23px;
  }

  .mfp-content .section-title.type-badge .label {
    margin-bottom: 35px;
  }

  .mfp-content .section-title.type-bar::before {
    margin-bottom: 20px;
  }

  .mfp-content .section-title p {
    font-size: 16px;
  }
}



/* ==========================================================================
   공통 레이아웃 & 컴포넌트
   ========================================================================== */
.service-popup-section {
  padding: 100px 0;
  background: var(--section-bg, transparent);
}

/* .service-popup-section .row {
  row-gap: 60px;
}

@media (max-width: 767px) {
  .service-popup-section .row {
    row-gap: 30px;
  }
} */


/* ------------------------------------------
   섹션 배경 수정자 클래스
   data-color로 주입된 --popup-theme-* 변수를
   자동으로 참조하므로 팝업마다 색상이 달라집니다.

   사용법:
   <div class="service-popup-section section-bg-gray">
   <div class="service-popup-section section-bg-light">
   <div class="service-popup-section section-bg-gradient">
------------------------------------------ */
.section-bg-white {
  --section-bg: #ffffff;
}

.section-bg-gray {
  --section-bg: #f9f9f9;
}

.section-bg-light-gray {
  --section-bg: #f4f4f4;
}

.section-bg-dark {
  --section-bg: #232323;
}

.bg-dark {
  background-color: #3a3a3a;
}

.bg-light-gray {
  background-color: #f6f6f6;
}


/* 팝업 테마 컬러 기반 (팝업마다 자동으로 다른 색) */
.section-bg-light {
  --section-bg: var(--popup-theme-light);
}

/* 흰색 → 테마 연한 색으로 그라데이션 */
.section-bg-gradient {
  --section-bg: linear-gradient(160deg, #ffffff 30%, var(--popup-theme-light) 100%);
}

.section-medium-bg-gradient {
  --section-bg: linear-gradient(160deg, var(--popup-theme-light) 0, var(--popup-theme-medium) 100%);
}

/* 테마 진한 색 → 더 진한 색으로 그라데이션 */
.section-bg-gradient-dark {
  --section-bg: linear-gradient(160deg, var(--popup-theme-primary) 0%, color-mix(in srgb, var(--popup-theme-primary) 70%, #000) 100%);
}

.text-theme-primary {
  color: var(--popup-theme-primary);
}





.service-popup-section .row.half-margin {
  margin-left: -5px;
  margin-right: -5px;
}

/* ==========================================================================
   Gap 유틸리티 (Flexbox & Grid용)
   사용법: <div class="process-wrap gap-20"> 또는 <div class="row row-gap-10">
   ========================================================================== */

/* gap (row + column 동시) */
.gap-0 {
  gap: 0;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

/* row-gap (세로 간격만) */
.row-gap-0 {
  row-gap: 0;
}

.row-gap-5 {
  row-gap: 5px;
}

.row-gap-10 {
  row-gap: 10px;
}

.row-gap-15 {
  row-gap: 15px;
}

.row-gap-20 {
  row-gap: 20px;
}

.row-gap-30 {
  row-gap: 30px;
}

.row-gap-40 {
  row-gap: 40px;
}

.row-gap-50 {
  row-gap: 50px;
}

/* column-gap (가로 간격만) */
.col-gap-0 {
  column-gap: 0;
}

.col-gap-5 {
  column-gap: 5px;
}

.col-gap-10 {
  column-gap: 10px;
}

.col-gap-15 {
  column-gap: 15px;
}

.col-gap-20 {
  column-gap: 20px;
}

.col-gap-30 {
  column-gap: 30px;
}

.col-gap-40 {
  column-gap: 40px;
}

.col-gap-50 {
  column-gap: 50px;
}

/* ------------------------------------------
   반응형 Gap 유틸리티 (Bootstrap 4 브레이크포인트 기준)
   sm: ≥576px  /  md: ≥768px  /  lg: ≥992px
   사용법: <div class="process-wrap gap-30 gap-md-20 gap-sm-10">
------------------------------------------ */

/* sm (≥576px) */
@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0;
  }

  .gap-sm-5 {
    gap: 5px;
  }

  .gap-sm-10 {
    gap: 10px;
  }

  .gap-sm-15 {
    gap: 15px;
  }

  .gap-sm-20 {
    gap: 20px;
  }

  .gap-sm-30 {
    gap: 30px;
  }

  .gap-sm-40 {
    gap: 40px;
  }

  .gap-sm-50 {
    gap: 50px;
  }

  .row-gap-sm-0 {
    row-gap: 0;
  }

  .row-gap-sm-5 {
    row-gap: 5px;
  }

  .row-gap-sm-10 {
    row-gap: 10px;
  }

  .row-gap-sm-15 {
    row-gap: 15px;
  }

  .row-gap-sm-20 {
    row-gap: 20px;
  }

  .row-gap-sm-30 {
    row-gap: 30px;
  }

  .row-gap-sm-40 {
    row-gap: 40px;
  }

  .row-gap-sm-50 {
    row-gap: 50px;
  }

  .col-gap-sm-0 {
    column-gap: 0;
  }

  .col-gap-sm-5 {
    column-gap: 5px;
  }

  .col-gap-sm-10 {
    column-gap: 10px;
  }

  .col-gap-sm-15 {
    column-gap: 15px;
  }

  .col-gap-sm-20 {
    column-gap: 20px;
  }

  .col-gap-sm-30 {
    column-gap: 30px;
  }

  .col-gap-sm-40 {
    column-gap: 40px;
  }

  .col-gap-sm-50 {
    column-gap: 50px;
  }
}

/* md (≥768px) */
@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0;
  }

  .gap-md-5 {
    gap: 5px;
  }

  .gap-md-10 {
    gap: 10px;
  }

  .gap-md-15 {
    gap: 15px;
  }

  .gap-md-20 {
    gap: 20px;
  }

  .gap-md-30 {
    gap: 30px;
  }

  .gap-md-40 {
    gap: 40px;
  }

  .gap-md-50 {
    gap: 50px;
  }

  .row-gap-md-0 {
    row-gap: 0;
  }

  .row-gap-md-5 {
    row-gap: 5px;
  }

  .row-gap-md-10 {
    row-gap: 10px;
  }

  .row-gap-md-15 {
    row-gap: 15px;
  }

  .row-gap-md-20 {
    row-gap: 20px;
  }

  .row-gap-md-30 {
    row-gap: 30px;
  }

  .row-gap-md-40 {
    row-gap: 40px;
  }

  .row-gap-md-50 {
    row-gap: 50px;
  }

  .col-gap-md-0 {
    column-gap: 0;
  }

  .col-gap-md-5 {
    column-gap: 5px;
  }

  .col-gap-md-10 {
    column-gap: 10px;
  }

  .col-gap-md-15 {
    column-gap: 15px;
  }

  .col-gap-md-20 {
    column-gap: 20px;
  }

  .col-gap-md-30 {
    column-gap: 30px;
  }

  .col-gap-md-40 {
    column-gap: 40px;
  }

  .col-gap-md-50 {
    column-gap: 50px;
  }
}

/* lg (≥992px) */
@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0;
  }

  .gap-lg-5 {
    gap: 5px;
  }

  .gap-lg-10 {
    gap: 10px;
  }

  .gap-lg-15 {
    gap: 15px;
  }

  .gap-lg-20 {
    gap: 20px;
  }

  .gap-lg-30 {
    gap: 30px;
  }

  .gap-lg-40 {
    gap: 40px;
  }

  .gap-lg-50 {
    gap: 50px;
  }

  .row-gap-lg-0 {
    row-gap: 0;
  }

  .row-gap-lg-5 {
    row-gap: 5px;
  }

  .row-gap-lg-10 {
    row-gap: 10px;
  }

  .row-gap-lg-15 {
    row-gap: 15px;
  }

  .row-gap-lg-20 {
    row-gap: 20px;
  }

  .row-gap-lg-30 {
    row-gap: 30px;
  }

  .row-gap-lg-40 {
    row-gap: 40px;
  }

  .row-gap-lg-50 {
    row-gap: 50px;
  }

  .col-gap-lg-0 {
    column-gap: 0;
  }

  .col-gap-lg-5 {
    column-gap: 5px;
  }

  .col-gap-lg-10 {
    column-gap: 10px;
  }

  .col-gap-lg-15 {
    column-gap: 15px;
  }

  .col-gap-lg-20 {
    column-gap: 20px;
  }

  .col-gap-lg-30 {
    column-gap: 30px;
  }

  .col-gap-lg-40 {
    column-gap: 40px;
  }

  .col-gap-lg-50 {
    column-gap: 50px;
  }
}


/* ==========================================================================
   Service Popup Marketing Top (Header Section)
   ========================================================================== */
.service-popup-marketing-top {
  position: relative;
  padding: 150px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.service-popup-marketing-top .container-md {
  position: relative;
  z-index: 2;
}

/* Responsive Grid Layout */
.marketing-top-grid {
  display: flex;
  flex-direction: column;
  gap: 130px 0;
  position: relative;
}

.marketing-top-logo img {
  max-width: 160px;
  height: auto;
}

.marketing-top-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px 0;
}

.marketing-top-info h2 {
  font-size: clamp(28px, 4vw, 45px);
  font-weight: 800;
  line-height: 1.35;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.marketing-top-info p {
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}

.marketing-top-info .info-box img {
  max-width: 55px;
  height: auto;
}

/* Premium Glassmorphism LOGIC Card */

.marketing-top-logic h6 {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}

.marketing-top-logic p {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
}

.service-popup-marketing-top .popup-top-img {
  position: absolute;
  right: 0;
  max-width: 50%;
}


/* Responsive Styles */
@media (max-width: 991px) {
  .service-popup-marketing-top {
    padding: 100px 0;
  }

  .marketing-top-grid {
    gap: 60px 0;
  }

  .marketing-top-info {
    gap: 30px 0;
  }

  .marketing-top-logo {
    grid-column: 1;
    margin-bottom: 10px;
  }

  .marketing-top-logo img {
    max-width: 100px;
  }

  .marketing-top-info h2 br {
    display: block;
  }

  .marketing-top-info .info-box img {
    max-width: 40px;
  }

  .marketing-top-info p {
    margin-bottom: 20px;
  }

  .marketing-top-logic p {
    font-size: 15px;
  }

  .service-popup-marketing-top .popup-top-img {
    position: relative;
    right: inherit;
    max-width: 100%;
    text-align: center;
  }

  .service-popup-marketing-top .popup-top-img img {
    width: 60%;
  }

}


#service-blog .service-popup-marketing-top .popup-top-img {
	max-width: 60%;
}

@media (max-width: 991px) {
	#service-blog .service-popup-marketing-top .popup-top-img {
		max-width: 100%;
	}

	#service-blog .service-popup-marketing-top .popup-top-img img {
		width: 80%;
	}
}






.number-card {
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.number-card .step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.number-card p {
  color: var(--popup-text-dark);
  font-size: var(--popup-font-p);
  line-height: 1.6;
  margin-bottom: 30px;
}

.number-card img {
  margin-top: auto;
  align-self: flex-end;
  max-width: 60px;
  height: auto;
}

@media (max-width: 767px) {
  .service-popup-section {
    padding: 60px 0;
  }

  .section-title:not(.type-bar):not(.type-badge):not(.type-left) .label {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .section-title h5 {
    font-size: 24px;
  }

  .number-card {
    padding: 20px 10px;
  }

  .number-card p {
    margin-bottom: 10px;
  }

}

/* 전략 카드 (Strategy Card) */
.strategy-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  height: 100%;
  overflow: hidden;
}

.strategy-card .card-header {
  padding: 15px 20px;
  border-radius: 0;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}

.strategy-card .card-body {
  padding: 40px 30px;
}

.strategy-card .info-row {
  display: flex;
  margin-bottom: 30px;
}

.strategy-card .info-row:last-child {
  margin-bottom: 0;
}

.strategy-card .info-label {
  font-size: 18px;
  font-weight: 700;
  width: 60px;
  flex-shrink: 0;
}

.strategy-card .info-label.scan {
  color: #b0b0b0;
}

.strategy-card .info-label.plan {
  color: var(--popup-theme-primary);
}

.strategy-card .info-content {
  font-size: 16px;
  color: var(--popup-text-dark);
  line-height: 1.6;
}

.strategy-card .info-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.strategy-card .info-content ul li {
  margin-bottom: 5px;
}


@media (max-width: 767px) {
  .strategy-card .card-body {
    padding: 20px 15px;
  }

  .strategy-card .card-header {
    font-size: 16px;
  }

  .strategy-card .info-content {
    font-size: 14px;
  }
}



/* ==========================================================================
   프로세스 스텝 (Process Step)
   ========================================================================== */
.process-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 5%;
}

.process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 20px;
  width: 25%;
}

/* 원형 아이콘 박스 */
.process-item .process-circle {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}

.process-item .process-circle img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* 좌상단 번호 뱃지 */
.process-item .step-badge {
  position: absolute;
  top: 15px;
  left: 10%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 연결선 (→) */
.process-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 40px);
  width: 50%;
  height: 5px;
  background-color: #f2f2f2;
  transform: translateY(-50%);
}


/* 마지막 아이템은 연결선 없음 */
.process-item:last-child::after,
.process-item.no-arrow::after {
  display: none;
}

.process-item p {
  font-size: 16px;
  font-weight: 600;
  color: var(--popup-text-dark);
  line-height: 1.4;
  margin: 0;
}


@media (max-width: 767px) {
  .process-item .step-badge {
    top: 5px;
  }

  .process-item p {
    font-size: 14px;
  }

}

/* ==========================================================================
   하단 강조 배너 (Popup Banner)
   ========================================================================== */
.popup-banner {
  padding: 25px 40px;
  text-align: center;
  margin-top: 60px;
}

.popup-banner p {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}




.process-item:nth-of-type(3)::after {
  transform: translateY(0%) rotate(-35deg);
  top: 100%;
  width: 140%;
  left: -300px;
}



@media (max-width: 1199px) {
  .process-item:nth-of-type(3)::after {
    left: -240px;
  }
}

@media (max-width: 991px) {
  .process-wrap {
    gap: 20px 0;
  }

  .process-item {
    width: 33%;
  }
}


@media (max-width: 767px) {
  .process-wrap {
    gap: 15px 0;
  }

  .process-item {
    padding: 0 10px;
    width: 50%;
  }

  .process-item::after {
    content: none;
  }

  .popup-banner {
    padding: 10px;
    margin-top: 30px;
  }

  .popup-banner p {
    font-size: 15px;
  }
}

/* ==========================================================================
   차별성 카드 (Differentiation Card)
   ========================================================================== */
.differentiation-card {
  background-color: #f8f9fa;
  padding: 50px 10px;
  text-align: center;
  height: 100%;
  border-radius: 10px;
}

.differentiation-card .step-num {
  font-size: 24px;
  color: #333;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 25px;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  line-height: 1;
}

.differentiation-card .icon-box {
  margin-bottom: 20px;
}

.differentiation-card .icon-box img {
  height: 60px;
  width: auto;
}

.differentiation-card .dot {
  width: 10px;
  height: 10px;
  background-color: var(--popup-theme-primary);
  border-radius: 50%;
  margin: 0 auto 20px;
  opacity: 0.5;
}

.differentiation-card h6 {
  font-size: 20px;
  font-weight: 700;
  color: var(--popup-text-dark);
  margin-bottom: 15px;
}

.differentiation-card p {
  font-size: 15px;
  color: var(--popup-text-gray);
  line-height: 1.6;
  margin: 0;
  word-break: keep-all;
}

@media (max-width: 767px) {
  .differentiation-card {
    padding: 30px 10px;
  }

  .differentiation-card .step-num {
    font-size: 16px;
  }

  .differentiation-card .icon-box img {
    height: 40px;
  }

  .differentiation-card h6 {
    font-size: 16px;
  }

  .differentiation-card p {
    font-size: 13px;
  }
}


/* 커넥터 점선 */
.differentiation-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 0;
}

.differentiation-connector .line {
  width: 1px;
  height: 60px;
  border-left: 2px dotted var(--popup-theme-primary);
}

.differentiation-connector .circle {
  width: 14px;
  height: 14px;
  border: 2px solid var(--popup-theme-primary);
  border-radius: 50%;
  margin-top: -1px;
}


@media (max-width: 767px) {
  .differentiation-connector {
    margin-top: 20px;
  }

  .differentiation-connector .line {
    height: 40px;
  }
}

/* ==========================================================================
   Best For 카드 (Bestfor Card)
   ========================================================================== */
.bestfor-section {
  background-color: #f0f7f1;
  padding: 100px 0;
}

.bestfor-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 40px 25px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bestfor-card .card-num {
  font-size: 22px;
  font-weight: 300;
  color: #232323;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}

.bestfor-card .card-dash {
  width: 20px;
  height: 2px;
  background-color: var(--popup-theme-primary);
  margin: 0 auto 20px;
}

.bestfor-card .card-text {
  font-size: 17px;
  font-weight: 700;
  color: var(--popup-text-dark);
  line-height: 1.5;
  margin-bottom: 30px;
  word-break: keep-all;
}

.bestfor-card .card-icon {
  width: 150px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--popup-theme-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
}

.bestfor-card .card-icon img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .bestfor-card {
    padding: 20px 10px;
  }

  .bestfor-card .card-text {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .bestfor-card .card-icon {
    width: 100px;
  }

  .bestfor-card .card-icon > img {
    max-width: 40px;
  }
}

/* ==========================================================================
   reference-list
   ========================================================================== */
.reference-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.reference-list li {
  width: calc(50% - 10px);
}

.reference-list li img {
  width: 100%;
  height: auto;
}


@media (max-width: 767px) {
  .reference-list {
    gap: 10px;
  }

  .reference-list li {
    width: calc(50% - 5px);
  }
}

/* ==========================================================================
   패키지 섹션 (Package Section) - 바비톡/강남언니 등
   ========================================================================== */
.package-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 40px;
}

.package-title-wrap .num-icon {
  width: 32px;
  height: 32px;
  background-color: #232323;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 5px;
}

.package-title-wrap .text-box h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #232323;
}

.package-title-wrap .text-box p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* 메인 그리드 박스 */
.package-col {
  text-align: center;
}

.package-col .package-inner {
  position: relative;
  padding: 30px 15px;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.package-badge {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.package-badge.badge-dark {
  background-color: #232323;
}

.package-badge.badge-theme {
  background-color: var(--popup-theme-primary);
}

.package-item-list {
  display: grid;
  grid-auto-rows: 1fr;
  /* 아이템 개수에 관계없이 각 행을 균등 분할 */
  gap: 15px;
  flex: 1;
  width: 100%;
}

.package-item {
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
}

.package-item.bg-gray {
  background-color: #f6f6f6;
}

.package-item.bg-theme-light {
  background-color: var(--popup-theme-light);
}




@media (min-width: 992px) {
  .package-grid-wrap .package-col .package-inner::after {
    content: "";
    position: absolute;
    left: calc(50% + 7.5px);
    top: 100%;
    width: calc(100% + 15px);
    height: 60px;
    transform: translateX(-50%);
    clip-path: polygon(0% 0%,
        97.5% 0%,
        100% 100%,
        75% 100%);
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.18) 0%,
        rgba(0, 0, 0, 0.08) 40%,
        rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
  }

  .package-grid-wrap .package-col:last-of-type .package-inner::after {
    left: calc(50% - 7.5px);
    clip-path: polygon(100% 0%,
        2.5% 0%,
        0% 100%,
        25% 100%);
  }

}

@media (max-width: 991px) {
  .package-item:empty {
		display: none;
  }
}

@media (max-width: 767px) {
  .package-item {
    font-size: 15px;
    padding: 10px 8px;
  }

  .package-badge {
    font-size: 15px;
    padding: 7px 30px;
    margin-bottom: 20px;
  }


  .package-item-list {
    gap: 8px;
  }

  .package-title-wrap .text-box h5 {
    font-size: 20px;
  }

  .package-title-wrap .text-box p {
    font-size: 14px;
  }
}

/* ==========================================================================
   통합 그리드 패키지 컴포넌트 (캡처 이미지 구현)
   ========================================================================== */
.package-unified-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
  position: relative;
  padding: 0 0 30px 0;
  margin-top: 40px;
}

.package-grid-bg-l,
.package-grid-bg-r {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  z-index: 0;
  width: calc(50% - 15px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.package-grid-bg-l {
  left: 0;
}

.package-grid-bg-r {
  right: 0;
}

.package-unified-grid .package-badge,
.package-unified-grid .package-item {
  z-index: 1;
}

.package-unified-grid .package-badge {
  margin: 30px auto;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.package-unified-grid .package-item {
  margin: 0 20px;
  padding: 25px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  height: 100%;
}

@media (max-width: 991px) {
  .package-unified-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .package-grid-bg-l,
  .package-grid-bg-r {
    display: none;
  }

  .package-unified-grid .package-item {
    margin: 0;
  }
}

/* ==========================================================================
   비교표 (Comparison Table)
   ========================================================================== */
/* 비교표 섹션 배경 - 그라디언트 적용 */
.section-bg-gradient {
  background: linear-gradient(135deg, var(--popup-theme-medium) 0%, var(--popup-theme-light) 100%);
  padding: 80px 0;
}

.comparison-title-wrap .comparison-sub-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--popup-theme-primary);
  /* 테마 메인 색상 활용 */
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.comparison-title-wrap .comparison-main-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--popup-text-dark);
  margin: 0;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 8px;
  /* 하얀색 틈(Gap) 효과 */
}

.comp-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px 15px;
  font-size: 16px;
  font-weight: 500;
  word-break: keep-all;
}

.comp-empty {
  background-color: transparent;
}

.comp-header {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding: 20px 15px;
}

.comp-header-1 {
  background-color: var(--popup-theme-primary);
  opacity: 0.85;
  /* 같은 테마 색상이지만 살짝 밝게 */
}

.comp-header-2 {
  background-color: var(--popup-theme-primary);
}

.comp-label {
  background-color: var(--popup-text-gray);
  /* 기본 그레이 텍스트 색상을 배경으로 활용 */
  color: #ffffff;
  font-weight: 600;
}

.comp-data {
  background-color: #ffffff;
  /* 또는 var(--popup-bg-gray) */
  color: var(--popup-text-dark);
}

/* Mobile responsive */
@media (max-width: 767px) {
  .comparison-grid {
    grid-template-columns: 100px 1fr 1fr;
    gap: 4px;
  }

  .comp-cell {
    padding: 15px 5px;
    font-size: 13px;
  }

  .comp-header {
    font-size: 15px;
    padding: 15px 5px;
  }

  .comparison-title-wrap .comparison-main-title {
    font-size: 24px;
  }

  .comparison-title-wrap .comparison-sub-title {
    font-size: 15px;
  }
}



/* ==========================================================================
   Image Step Grid (이미지+번호+텍스트 그리드)
   ========================================================================== */
.grid-item .image-box {
  margin-bottom: 25px;
}

.grid-item .item-content .index {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--popup-theme-primary);
  text-decoration: underline;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.grid-item .item-content h6 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  word-break: keep-all;
}

.grid-item .item-content p {
  font-size: 14px;
  color: #888;
  margin-top: 8px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .grid-item .item-content h6 {
    font-size: 16px;
  }
}

/* ==========================================================================
   Process Flow Box (Chapter 2)
   ========================================================================== */
.process-flow-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 60px 20px;
  margin: 40px 0;
}

.process-flow-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  background-position: center 42%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.process-flow-item {
  text-align: center;
  position: relative;
  z-index: 2;
  flex: 1;
}

.process-flow-item .icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
}

.process-flow-item .icon-circle img {
  width: 55%;
  height: auto;
  position: relative;
  z-index: 3;
}

.process-flow-item h6 {
  font-size: 18px;
  font-weight: 700;
  color: #232323;
  margin: 0;
}

.process-flow-arrow {
  position: absolute;
  top: 90px;
  z-index: 3;
  transform: translateY(-50%);
  background: #fff;
  color: #ccc;
  font-size: 24px;
  padding: 0 10px;
}

.process-flow-arrow.arrow-1 {
  left: 33.33%;
  margin-left: -15px;
}

.process-flow-arrow.arrow-2 {
  left: 66.66%;
  margin-left: -15px;
}


@media (max-width: 767px) {
  .process-flow-box {}

  .process-flow-list {
    gap: 40px 15px;
    background-image: none !important;
  }

  .process-flow-list::before,
  .process-flow-arrow {
    display: none;
    /* 모바일에서는 점선과 가로 화살표 숨김 */
  }

  .process-flow-item .icon-circle img {
    width: 100%;
  }

  .process-flow-item h6 {
    font-size: 16px;
  }
}

/* ==========================================================================
   Package Table (Chapter 3 패키지 비교표)
   ========================================================================== */
.package-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 40px;
}

.package-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #e5e5e5;
}

.package-table th,
.package-table td {
  border: 1px solid #e5e5e5;
  padding: 30px;
  vertical-align: middle;
  word-break: keep-all;
}

.package-table thead th {
  background-color: #555555;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  width: 42.5%;
}

.package-table thead th.empty-header {
  background-color: transparent;
  border-top: none;
  border-left: none;
  width: 15%;
}

.package-table tbody th {
  background-color: #f7f7f7;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 15%;
}

.package-table tbody td {
  background-color: #fff;
  color: #232323;
  font-size: 15px;
  line-height: 1.6;
}

.package-table tbody td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.package-table tbody td ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.package-table tbody td ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #555;
}

.package-table tbody td ul li:last-child {
  margin-bottom: 0;
}

.package-table .highlight-text {
  color: var(--popup-theme-primary);
  font-weight: 600;
  display: block;
  margin-top: 5px;
}

@media (max-width: 767px) {

  .package-table th,
  .package-table td {
    padding: 20px 15px;
    font-size: 14px;
  }

  .package-table thead th {
    font-size: 16px;
  }
}

/* ==========================================================================
   Recommend Cards (Chapter 4 추천 병원)
   ========================================================================== */
.recommend-section {
  position: relative;
}

.recommend-card-wrap {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.recommend-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.recommend-card-top {
  background: #fff;
  border-radius: 20px;
  padding: 60px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  flex: 1;
}

.recommend-card-top .num {
  font-size: 32px;
  font-weight: 700;
  color: #a0a0a0;
  margin-bottom: 10px;
  line-height: 1;
}

.recommend-card.highlight .recommend-card-top .num {
  color: var(--popup-theme-primary);
}

.recommend-card-top h6 {
  font-size: 18px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 40px;
  word-break: keep-all;
  line-height: 1.4;
}

.recommend-card-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recommend-card-top ul li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  word-break: keep-all;
}

.recommend-card-top ul li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 5px;
  color: #888;
}

.recommend-card-arrow {
  text-align: center;
  color: #c9c9c9;
  font-size: 24px;
  line-height: 1;
  margin: 10px 0;
}

.recommend-card.highlight .recommend-card-top {
  position: relative;
}

.recommend-card.highlight .floating-bubble-badge {
  position: absolute;
  bottom: calc(100% - 70px);
  right: -32px;
  max-width: 40%;
}

.recommend-card.highlight .recommend-card-arrow {
  color: #8bb8ff;
  /* 연한 블루톤 화살표 */
}

.recommend-card-bottom {
  background: #666;
  color: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recommend-card.highlight .recommend-card-bottom {
  background: var(--popup-theme-primary);
}

.recommend-card-bottom .target-label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  opacity: 0.9;
}

.recommend-card-bottom p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  word-break: keep-all;
}

.recommend-card-bottom p span {
  color: #fffe89;
  font-weight: 700;
}

.recommend-footer-text {
  text-align: center;
  margin-top: 60px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
  word-break: keep-all;
}

@media (max-width: 767px) {
  .recommend-card-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .recommend-card-top {
    padding: 30px 20px;
  }

  .recommend-card.highlight .floating-bubble-badge {
    bottom: calc(100% - 80px);
    right: 0;
    max-width: 25%;
  }

}



.visual-reference {
  background-size: cover;
  background-position: center;
}

.visual-reference .section-title .label {
  color: #fff;
}

.visual-reference .section-title h5 {
  color: #fffe89;
}


.reference-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.reference-content > div {
  position: relative;
  padding: 10px;
}

.reference-content > div > .reference-badge {
	display: none !important;
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: 2;
}

.reference-content > .img-shadow > img {
  box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, .5);
}



@media (max-width: 991px) {
  .reference-content > div > .reference-badge > img {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .reference-content > div {
    padding: 5px;
  }

  .reference-content > div > .reference-badge > img {
    max-width: 50%;
  }
}

/* ==========================================================================
   China Service (중화권 마케팅 팝업)
   ========================================================================== */
.sp-step-header {
  margin-bottom: 40px;
}

.sp-step-header .step-label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--popup-theme-primary);
  margin-bottom: 60px;
}

.sp-step-header h4 {
  font-size: 32px;
  font-weight: 800;
  color: #232323;
  margin-bottom: 15px;
}

.sp-step-header p {
  font-size: 18px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.sp-step-header p .bar {
  color: var(--popup-theme-primary);
  font-weight: bold;
  margin-right: 5px;
}

.sp-step-header p .highlight {
  color: var(--popup-theme-primary);
  font-weight: 600;
}

.sp-image-grid {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

.sp-image-card {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.sp-image-card img {
  width: 100%;
  height: auto;
  display: block;
}

.sp-checklist {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sp-check-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.sp-check-icon {
  position: relative;
  flex: 0 0 20px;
  height: 20px;
  background-color: color-mix(in srgb, var(--popup-theme-primary) 2%, transparent);
  border: 1px solid color-mix(in srgb, var(--popup-theme-primary) 80%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.sp-check-icon .check-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -4px;
  left: 3px;
  background-color: var(--popup-theme-primary);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}


.sp-check-content h6 {
  font-size: 20px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 8px;
  line-height: 1.4;
}

.sp-check-content p {
  font-size: 16px;
  color: #555;
  margin: 0;
  line-height: 1.6;
  word-break: keep-all;
}

@media (max-width: 767px) {
  .sp-step-header .step-label {
    margin-bottom: 30px;
  }

  .sp-step-header h4 {
    font-size: 23px;
  }

  .sp-step-header p {
    font-size: 16px;
  }

  .sp-image-grid {
    gap: 5px;
  }

  .sp-check-content h6 {
    font-size: 18px;
  }

  .sp-check-content p {
    font-size: 15px;
  }
}

/* ==========================================================================
   China Service - Key Contents (컨설팅 주요 내용)
   ========================================================================== */
.sp-key-section {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.sp-key-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.sp-key-title::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background-color: #fff;
}

.sp-key-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.sp-key-card {
  flex: 1;
  background: #fff;
  border-radius: 15px;
  padding: 40px 20px;
  text-align: center;
  color: #333;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.sp-key-num {
  font-size: 24px;
  font-weight: 700;
  color: var(--popup-theme-primary);
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.sp-key-num::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(230, 36, 41, 0.3);
}

.sp-key-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.sp-key-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--popup-theme-primary);
  border: 4px solid #fae8e8;
  margin: 0 auto 20px;
}

.sp-key-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #444;
  margin: 0;
  word-break: keep-all;
}

.sp-key-connector {
  position: relative;
  height: 60px;
}

.sp-key-connector::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  border-left: 2px dotted rgba(255, 255, 255, 0.6);
}

.sp-key-connector::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: var(--popup-theme-primary);
  z-index: 2;
}

.sp-key-bottom-box {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .sp-key-title {
    font-size: 23px;
  }
  .sp-key-grid {
    flex-wrap: wrap;
    gap: 5px;
  }

  .sp-key-card {
    flex: 1 1 auto;
    padding: 15px 5px;
    width: calc(50% - 8.5px);
  }

  #service-japan .sp-key-num {
    font-size: 20px;
  }

  .sp-key-icon {
    max-width: 60px;
    max-height: 60px;
  }

  .sp-key-bottom-box {
    padding: 10px;
    font-size: 15px;
  }

}

/* ==========================================================================
   China Service - Channels (운영 채널)
   ========================================================================== */
.sp-channel-list {
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 900px;
  margin: 0 auto;
}

.sp-channel-item {
  display: flex;
  align-items: flex-start;
}

.sp-channel-img {
  flex: 0 0 360px;
}

.sp-channel-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sp-channel-connector {
  flex: 0 0 60px;
  height: 2px;
  border-top: 2px dotted rgba(255, 255, 255, 0.4);
  margin-top: 45px;
  /* Align with center of the number circle */
  margin-left: 20px;
  margin-right: 15px;
}

.sp-channel-text {
  flex: 1;
  padding-top: 30px;
}

.sp-channel-num {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

.sp-channel-text h5 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.sp-channel-text .sub-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #feffb4;
  /* 옐로우 골드 색상 */
  margin-bottom: 20px;
}

.sp-channel-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-channel-text ul li {
  position: relative;
  padding-left: 12px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 6px;
  word-break: keep-all;
}

.sp-channel-text ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .sp-channel-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .sp-channel-img {
    flex: none;
    width: 100%;
  }

  .sp-channel-text {
    padding-top: 0;
  }

  .sp-channel-text h5 {
    font-size: 18px;
  }

  .sp-channel-num {
    margin-bottom: 15px;
  }
}

/* ==========================================================================
   China Service - MOT (원내 MOT 지원)
   ========================================================================== */
.sp-mot-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

.sp-mot-list {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.mot-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.mot-num {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--popup-theme-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(230, 36, 41, 0.3);
}

.mot-text h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--popup-theme-primary);
  margin-bottom: 8px;
  margin-top: 2px;
}

.mot-text p {
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 1.5;
  word-break: keep-all;
}

.sp-mot-diagram {
  flex: 1;
  text-align: center;
}

.sp-mot-diagram img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {

  .mot-text h5 {
    font-size: 18px;
  }

  .sp-mot-wrap {
    flex-direction: column;
    gap: 40px;
  }

  .sp-mot-list {
    flex: none;
    width: 100%;
  }

  .sp-mot-diagram {
    width: 100%;
  }
}

/* ==========================================================================
   China Service - Recommend (추천 병원)
   ========================================================================== */
.sp-recommend-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 40px 0;
}

.sp-recommend-text {
  flex: 0 0 45%;
  color: #fff;
}

.sp-recommend-text .line-deco {
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin-bottom: 25px;
}

.sp-recommend-text h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #fff;
}

.sp-recommend-text p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  word-break: keep-all;
}

.sp-recommend-img {
  flex: 1;
  text-align: center;
}

.sp-recommend-img img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sp-recommend-wrap {
    flex-direction: column;
    text-align: center;
    padding: 20px 0 40px;
  }

  .sp-recommend-text {
    flex: none;
    width: 100%;
  }

  .sp-recommend-text .line-deco {
    margin: 0 auto 20px;
  }

  .sp-recommend-text h3 {
    font-size: 23px;
  }

  .sp-recommend-text p {
    font-size: 15px;
  }

  .sp-recommend-img {
    margin-top: 30px;
  }
}

/* ==========================================================================
   China Service - Target (추천 대상 3단)
   ========================================================================== */
.sp-target-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.sp-target-item {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp-target-icon {
  margin-bottom: 20px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-target-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sp-target-num {
  width: 32px;
  height: 32px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.sp-target-item p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
  word-break: keep-all;
}

@media (max-width: 767px) {
  .sp-target-grid {
    flex-direction: column;
    gap: 50px;
  }
}

/* ==========================================================================
   Service Popup - Package Table (패키지 상품 비교표)
   ========================================================================== */
.sp-package-header {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 40px;
}

.sp-package-header .package-subtitle {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #2b849b;
  margin-bottom: 15px;
}

.sp-package-header h3 {
  font-size: 32px;
  font-weight: 800;
  color: #232323;
  margin: 0;
}

.sp-package-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 50px;
  /* 모바일에서 스크롤바 부드럽게 */
  -webkit-overflow-scrolling: touch;
}

.sp-package-table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}

.sp-package-table th,
.sp-package-table td {
  padding: 22px 15px;
  text-align: center;
  font-size: 15px;
  word-break: keep-all;
  border: 2px solid #fff;
}

/* 상단 헤더 (가로) */
.sp-package-table thead th {
  background-color: #edf6f8;
  color: #2b849b;
  font-weight: 700;
  font-size: 16px;
}

/* 좌상단 빈칸 */
.sp-package-table thead th:first-child {
  background-color: transparent;
}

/* 좌측 헤더 (세로) */
.sp-package-table tbody th {
  background-color: #2b849b;
  color: #fff;
  font-weight: 600;
  width: 140px;
}

/* 데이터 셀 */
.sp-package-table tbody td {
  background-color: #fbfbfb;
  color: #444;
}

@media (max-width: 767px) {
  .sp-package-header {
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .sp-package-header h3 {
    font-size: 26px;
  }
}

/* ==========================================================================
   Service Popup - Package Combine (결합 구조 예시)
   ========================================================================== */
.sp-key-title.theme-primary-line::before {
  background-color: var(--popup-theme-primary);
}

.sp-package-combine-section {
  position: relative;
  overflow: hidden;
}

.sp-package-combine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sp-package-combine-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp-package-combine-grid-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.3);
}

.sp-combine-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
}

.sp-combine-num {
  width: 32px;
  height: 32px;
  background-color: var(--popup-theme-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}

.sp-combine-card h5 {
  font-size: 20px;
  font-weight: 800;
  color: #232323;
  margin-bottom: 10px;
}

.sp-combine-card p {
  font-size: 14.5px;
  color: #666;
  margin: 0;
  word-break: keep-all;
  line-height: 1.5;
}

.sp-combine-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-combine-img img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 80%;
  height: auto;
  max-height: 120%;
}

@media (max-width: 991px) {
  .sp-package-combine-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .sp-package-combine-grid {
    grid-template-columns: 1fr;
  }

  .sp-combine-card {
    padding: 25px;
  }
}



#service-experience .service-popup-experience-top {
  position: relative;
  padding: 150px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#service-experience .service-popup-experience-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#0085ee, #ffffff00 35%);
}

#service-experience .service-popup-experience-top > .container-md {
  position: relative;
  z-index: 2;
}



#service-experience .experience-top-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 130px 0;
  position: relative;
  min-height: calc(100vh - 300px);
}

.experience-top-grid .marketing-top-logo {
  position: absolute;
  top: 0;
}

#service-experience .experience-top-info .label {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(14px, 1.4vw, 18px);
  color: #1774ff;
  text-transform: uppercase;
  letter-spacing: 6px;
}

#service-experience .experience-top-info h2 {
  font-size: clamp(28px, 4vw, 45px);
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
  color: #1774ff;
}

#service-experience .experience-top-info p {
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 50px;
  letter-spacing: -0.02em;
}

#service-experience .experience-top-info .info-box-bottom {
  display: inline-block;
  padding: 5px 20px;
  background-color: var(--popup-theme-primary);
  border-radius: 30px;
  color: #fff;
}

#service-experience .popup-top-img {
  flex: 1 1 auto;
  position: relative;
}

#service-experience .popup-top-img > img {
  position: absolute;
  top: calc(50% + 50px);
  right: 0;
  transform: translateY(-50%);
  max-width: 100%;
}


#service-experience .chapter-1 {
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: relative;
}

#service-experience .chapter-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-color: var(--popup-theme-primary);
}


#service-experience .ch1-wrap {
  position: relative;
  display: flex;
  margin: 0 auto;
  gap: 30px;
  z-index: 1;
}

/* ① 좌측: 텍스트 영역 */
#service-experience .ch1-left {
  padding: 100px 0;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 100px;
  min-height: 1250px;
  max-width: 450px;
}

#service-experience .ch1-badge {
  display: inline-block;
  padding: 5px 22px;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#service-experience .ch1-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #fff;
  line-height: 1.3;
}

#service-experience .ch1-check-img {
  position: absolute;
  left: calc(45% - 140px);
  top: 50%;
  transform: translateY(-50%);
}

#service-experience .ch1-lead {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 50px;
  font-weight: 500;
}

#service-experience .ch1-arrow-box > img {
  max-width: 60%;
}

#service-experience .ch1-rule {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 40px;
  width: 80%;
}

#service-experience .ch1-check {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#service-experience .ch1-check-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}

#service-experience .ch1-check-text p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
  word-break: keep-all;
}

#service-experience .ch1-check-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  #service-experience .ch1-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  #service-experience .ch1-rule {
    margin: 30px auto;
  }

  #service-experience .ch1-check {
    justify-content: center;
    text-align: left;
  }

  #service-experience .ch1-left {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .experience-top-grid .marketing-top-logo {
    position: relative;
    margin-bottom: 50px;
  }
  
  #service-experience .ch1-center {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }

  #service-experience .chapter-1::before {
    width: 55%;
  }

  #service-experience .ch1-phone-img {
    width: 300px;
    margin: 0 auto;
  }

  #service-experience .ch1-check-img {
    left: calc(45% - -30px);
  }

  #service-experience .ch1-cards-wrap {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -50px;
    /* 약간 겹치게 */
  }

  #service-experience .ch1-left {
    min-height: 900px;
  }

}

@media (max-width: 767px) {
  #service-experience .chapter-1 {
    padding: 60px 0;
  }

  #service-experience .chapter-1::before {
    width: 100%;
  }

  #service-experience .ch1-title {
    font-size: 26px;
  }

  #service-experience .ch1-lead {
    margin-bottom: 20px;
    font-size: 15px;
  }

  #service-experience .ch1-arrow-box > img {
    max-width: 30%;
  }

  #service-experience .ch1-left {
    padding: 0;
    min-height: auto;
    max-width: initial;
    gap: 40px;
  }

  #service-experience .ch1-arrow-box > img {
    max-width: 40%;
  }

  #service-experience .ch1-check-img {
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
    text-align: center;
  }

  #service-experience .ch1-check-img > img {
    width: 60%;
  }

  #service-experience .ch1-check-icon {
    width: 25px;
    height: 25px;
  }

  #service-experience .ch1-check-icon i {
    font-size: 13px;
  }
}


#service-experience .grid-layout {
  row-gap: 50px;
}

#service-experience .section-title p {
  color: var(--popup-theme-primary);
}

@media (max-width: 991px) {
  #service-experience .service-popup-experience-top {
    padding: 60px 0;
  }

  #service-experience .experience-top-grid {
    flex-direction: column;
    align-items: start;
    min-height: 100vh;
    justify-content: center;
  }


  #service-experience .popup-top-img {
    flex: inherit;
    max-width: 100%;
    text-align: center;
  }

  #service-experience .popup-top-img > img {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    max-width: 60%;
  }

}


@media (max-width: 767px) {
  #service-experience .experience-top-grid {
    min-height: 80vh;
    gap: 50px 0;
  }

  #service-experience .experience-top-info p {
    margin-bottom: 30px;
  }

  #service-experience .popup-top-img > img {
    max-width: 80%;
  }

  #service-experience .grid-layout {
    row-gap: 30px;
  }

  #service-experience .grid-layout > div {
    padding: 0 5px;
  }
}










/* ==========================================================================
   English Service (영미권 마케팅 팝업)
   ========================================================================== */
#service-english .section-title .label {
  background: linear-gradient(118deg, #eaabba, #a9b9ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.sp-en-map-wrap {
  margin-bottom: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  padding: 15px;
}

.sp-en-map-wrap img {
  max-width: 100%;
}

.sp-en-intro-section .sp-en-arrow {
  margin-bottom: 30px;
  font-size: 30px;
  color: #232323;
  text-align: center;
  opacity: 0.2;
}

.sp-dark-info-box {
  background-color: #3b3b3b;
  color: #fff;
  padding: 40px 20px;
  border-radius: 12px;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  word-break: keep-all;
}

.sp-dark-info-box .highlight {
  color: var(--popup-theme-primary);
  font-weight: 700;
}

@media (max-width: 767px) {
  .sp-dark-info-box {
    font-size: 15px;
    padding: 15px;
  }

  .sp-en-map-wrap {
    margin-bottom: 10px;
  }

  .sp-en-intro-section .sp-en-arrow {
    margin-bottom: 10px;
  }
}

.sp-en-why-wrap {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.sp-en-why-card {
  flex: 1;
  border-radius: 15px;
}

.sp-en-why-card .step-circle {
  background-color: #3b5ca9;
}

.sp-en-why-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
}


@media (max-width: 991px) {
  .sp-en-why-wrap {
    flex-wrap: wrap;
  }

  .sp-en-why-card {
    flex: 0 0 calc(50% - 10px);
  }

  .sp-en-why-arrow {
    display: none;
    width: 100%;
  }

  .sp-en-why-arrow img {
    rotate: 90deg;
    max-width: 40px;
  }

}

@media (max-width: 767px) {
  .sp-en-why-card {
    flex: 0 0 100%;
  }
}

.sp-en-why-now-section {
  background: linear-gradient(135deg, #fad1e8 0%, #e2e1fa 50%, #dce4fc 100%);
  padding-top: 80px;
  text-align: center;
  overflow: hidden;
}

.sp-en-why-now-visual {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: -10px;
}

.sp-en-why-now-visual .phone-img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.sp-en-why-now-tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  width: 90%;
  min-width: 700px;
}

.sp-en-why-now-tooltip p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  word-break: keep-all;
}

.highlight-marker {
  background-color: #dce7f7;
}

@media (max-width: 991px) {
  .sp-en-why-now-tooltip {
    min-width: 600px;
  }
}

@media (max-width: 767px) {
  .sp-en-why-now-section {
    padding-top: 50px;
  }

  .sp-en-why-now-visual {
    margin-top: 20px;
  }

  .sp-en-why-now-tooltip {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    min-width: auto;
    width: 100%;
    margin-top: -50px;
    padding: 25px 20px;
    z-index: 2;
  }

  .sp-en-why-now-tooltip p {
    font-size: 15px;
  }
}

/* Package Overview */
.sp-en-package-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 60px;
}

.sp-en-package-nav .nav-btn {
  display: inline-block;
  width: 210px;
  padding: 12px 0;
  text-align: center;
  border-radius: 50px;
  background-color: #d8d8d8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.sp-en-package-nav .nav-btn.active {
  background-color: #4a4a4a;
}

.sp-en-package-content {
  margin-bottom: 60px;
}

.sp-en-package-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.sp-en-package-header .step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #3b3b3b;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.sp-en-package-header h4 {
  font-size: 24px;
  font-weight: 800;
  color: #232323;
  margin: 0;
}

.sp-en-package-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #ff6b7e;
  margin-bottom: 15px;
}

.sp-en-package-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  word-break: keep-all;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sp-en-package-nav {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
  }

  .sp-en-package-nav .nav-btn {
    width: auto;
    padding: 7px 36px;
    font-size: 15px;
  }

  .sp-en-package-header {
    margin-bottom: 20px;
  }

  .sp-en-package-header h4 {
    font-size: 20px;

  }

  .sp-en-package-content {
    margin-bottom: 40px;
  }

  .sp-en-package-subtitle {
    font-size: 16px;
  }
}

/* English Package Table */
.sp-en-gradient-bg {
  background: linear-gradient(to bottom right, #e4e6ff, #f7bdd0);
}

.sp-en-package-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}

.sp-en-package-table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}

.sp-en-package-table th,
.sp-en-package-table td {
  padding: 22px 15px;
  text-align: center;
  font-size: 15px;
  word-break: keep-all;
  border: 1px solid #676466;
}

.sp-en-package-table thead th {
  background-color: #333333;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #555555;
  border-bottom: none;
}

.sp-en-package-table thead th:first-child {
  background-color: transparent;
  border: none;
}

.sp-en-package-table tbody th {
  background-color: #efd3df;
  color: #333333;
  font-weight: 700;
  width: 150px;
}

.sp-en-package-table tbody td {
  background-color: rgba(255, 255, 255, 0.3);
  color: #444444;
}

.sp-en-package-bottom-box {
  background-color: #ffffff;
  border: 1px solid #333333;
  padding: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}

.sp-en-package-bottom-box .highlight {
  color: #3555bc;
}


#service-china .sp-recommend-text h3 > span {
  color: #feffb4;
}


#service-english .sp-recommend-text .line-deco {
  background-color: #2d2d2d;
}

#service-english .sp-recommend-text h3 {
  color: #2d2d2d;
}

#service-english .sp-recommend-text h3 > span {
  color: #3555bc;
}

#service-english .sp-recommend-text p {
  color: #2d2d2d;
}

#service-english .sp-target-num {
  background-color: #3555bc
}



@media (max-width: 767px) {

  .sp-en-package-table th,
  .sp-en-package-table td {
    padding: 15px 10px;
  }

  .sp-en-package-bottom-box {
    font-size: 15px;
    padding: 10px;
  }
}





#service-japan .sp-key-title {
  color: #2d2d2d;
}

#service-japan .sp-key-title::before {
  background-color: var(--popup-theme-primary);
}

#service-japan .sp-key-connector::before {
  background-color: var(--popup-theme-primary);
}

#service-japan .sp-key-num {
  font-weight: 400;
}

#service-japan .sp-key-num::after {
  background-color: var(--popup-theme-primary);
}

#service-japan .sp-key-dot {
  background-color: var(--step-bg-light);
  border: 0;
}






/* ==========================================================================
   Video Service (영상제작 서비스)
   ========================================================================== */

#service-youtube {
  background-size: 100%;
  background-position: top center;
  background-color: #0c0c0c;
  background-repeat: no-repeat;
  color: #fff;
}

.font-pyeong {
  font-family: 'PyeongChangPeace';
}

#service-youtube .container-fluid {
  max-width: 1600px;
}

#service-youtube .row-10 {
  margin-right: -10px;
  margin-left: -10px;
}

#service-youtube .row-10 > div {
  padding-right: 10px;
  padding-left: 10px;
}

#service-youtube .popup-top h2 {
  font-family: 'PyeongChangPeace';
  font-weight: 400;
}

#service-youtube .popup-top h2 > span {
  font-weight: 700;
}

#service-youtube .between-line {
  display: block;
  margin: 100px auto;
}

#service-youtube .popup-section {
  margin-top: 0;
}

#service-youtube .popup-section .popup-section-title:not(.tit-color) > h5 {
  padding-top: 0;
  font-family: 'PyeongChangPeace';
  font-weight: 700;
  background: #6AA3D0;
  background: linear-gradient(to right, #6AA3D0 0%, #67e5f0 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


#service-youtube .popup-section .popup-section-title.tit-color > h5 {
  font-family: 'PyeongChangPeace';
  font-weight: 400;
  color: #fff;
}

#service-youtube .popup-section .popup-section-title.tit-color > h5 > span {
  font-weight: 700;
}

#service-youtube .popup-section .popup-section-title.tit-color > h5 > span.tit-point {
  background: #39E4F9;
  background: linear-gradient(to bottom right, #39E4F9 15%, #63ABE0 50%, #71F3DA 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#service-youtube .popup-section .popup-section-title > h5::before {
  content: none;
}


#service-youtube .youtub-raonhaje {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#service-youtube .youtub-raonhaje > div {
  width: 32%;
}

#service-youtube .youtub-raonhaje > div p {
  margin-bottom: 0;
}

#service-youtube .youtub-raonhaje > div:first-of-type h6 {
  background: #39E4F9;
  background: linear-gradient(to bottom right, #39E4F9 15%, #63ABE0 50%, #71F3DA 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#service-youtube .youtub-raonhaje > div:last-of-type h6 {
  background: #c4d06f;
  background: linear-gradient(to bottom right, #c4d06f 15%, #63ABE0 50%, #45979e 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#service-youtube .youtub-raonhaje h6 {
  margin-top: -50px;
  font-family: 'PyeongChangPeace';
}

#service-youtube .youtub-raonhaje h6 > span {
  font-weight: 700;
}

#service-youtube .popup-section-title > p {
  color: #fff;
}

#service-youtube .popup-section-title > div {
  margin-top: 20px;
  font-family: 'PyeongChangPeace';
  color: #fff;
  text-align: center;
}

#service-youtube .popup-section img {
  width: 100%;
}


#service-youtube .youtub-reason {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 30px;
}


#service-youtube .youtub-reason > li {
  width: 28%;
}

#service-youtube .youtub-reason > li img {
  display: block;
  margin: 0 auto 30px;
  max-width: 140px;
}

#service-youtube .youtub-reason > li p {
  margin-bottom: 0;
  font-family: 'PyeongChangPeace';
  text-align: center;
}

#service-youtube .youtub-reason > li p > span {
  font-weight: 700;
}

#service-youtube .youtub-process {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#service-youtube .youtub-process > li {
  width: 25%;
  text-align: center;
}

#service-youtube .youtub-process > li img {
  margin: 0 auto 30px;
  max-width: 140px;
}

#service-youtube .youtub-process > li p {
  margin-bottom: 0;
  font-family: 'PyeongChangPeace';
  text-align: center;
}

#service-youtube .youtub-process > li p > span {
  font-weight: 700;
}

#service-youtube .youtub-announcement {

  padding: 100px 0;
}

#service-youtube .youtub-announcement ul {
  margin-bottom: 0;
  border-top: 1px solid #fff;
}

#service-youtube .youtub-announcement ul > li {
  border-bottom: 1px solid #fff;
  padding: 60px 0;
}

#service-youtube .youtub-announcement ul > li > div {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 80%;
}

#service-youtube .youtub-announcement ul > li img {
  max-width: 100px;
  margin-right: 60px;
}

#service-youtube .youtub-announcement ul > li p {
  margin-bottom: 0;
}

#service-youtube .youtub-partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}

#service-youtube .youtub-partners-list > li {
  width: 16%;
}

#service-youtube .popup-section .popup-section-title h2 {
  font-family: 'PyeongChangPeace';
  font-weight: 700;
  font-style: italic;
  text-align: center;
}

#service-youtube .youtub-case:not(:first-of-type) {
  padding: 100px 0;
}

#service-youtube .youtub-case.bg-color {
  background-color: #151515;
}

#service-youtube .youtub-case .popup-section-title > p > span {
  font-weight: 400;
  color: #f4c521;
}



@media (max-width:991px) {
  #service-youtube .youtub-raonhaje {
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 50px 4%;
  }



  #service-youtube .youtub-raonhaje > div:first-of-type {
    order: 2;
  }

  #service-youtube .youtub-raonhaje > div:nth-of-type(2) {
    width: 80%;
    order: 1;
  }

  #service-youtube .youtub-raonhaje > div:last-of-type {
    order: 3;
  }

  #service-youtube .youtub-raonhaje h6 {
    margin-top: 0;
  }

  #service-youtube .youtub-raonhaje > div:first-of-type,
  #service-youtube .youtub-raonhaje > div:last-of-type {
    width: 48%;
  }


  #service-youtube .youtub-process {
    gap: 50px 0;
  }

  #service-youtube .youtub-process > li {
    width: 50%;
  }

  /* ── 태블릿 추가 반응형 ── */
  /* 섹션 타이틀 폰트 */
  #service-youtube .popup-top h2 {
    font-size: 26px;
  }

  #service-youtube .popup-section .popup-section-title h5 {
    font-size: 20px;
    line-height: 1.4;
  }

  #service-youtube .popup-section .popup-section-title h2 {
    font-size: 28px;
  }

  #service-youtube .popup-section-title > p {
    font-size: 16px;
  }

  /* 간격 축소 */
  #service-youtube .between-line {
    margin: 60px auto;
  }

  #service-youtube .youtub-case:not(:first-of-type) {
    padding: 80px 0;
  }

  #service-youtube .sp-yt-service-card {
    padding: 80px 0;
  }

  /* 레이아웃 너비 */
  #service-youtube .youtub-reason > li {
    width: 44%;
  }

  #service-youtube .youtub-partners-list > li {
    width: 22%;
  }

  /* 서비스 카드 폰트 */
  #service-youtube .sp-yt-service-header h3 {
    font-size: 24px;
  }

  #service-youtube .sp-yt-service-list li {
    font-size: 16px;
  }

  #service-youtube .price-value {
    font-size: 30px;
  }

  /* 케이스 그리드 간격 */
  #service-youtube .sp-yt-case-grid {
    gap: 24px 30px;
  }

}


@media (max-width:767px) {
  #service-youtube .between-line {
    margin: 30px auto;
    max-height: 50px;
  }

  #service-youtube .row-10 {
    margin-right: -5px;
    margin-left: -5px;
  }

  #service-youtube .row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
  }

  #service-youtube .youtub-announcement {
    padding: 60px 0;
  }

  #service-youtube .youtub-announcement ul > li {
    padding: 30px 0;
  }

  #service-youtube .youtub-announcement ul > li > div {
    width: 100%;
  }

  #service-youtube .youtub-announcement ul > li img {
    max-width: 60px;
    margin-right: 40px;
  }

  #service-youtube .youtub-announcement ul > li p {
    font-size: 13px;
  }


  #service-youtube .youtub-raonhaje > div p {
    font-size: 12px;
  }

  #service-youtube .youtub-reason {
    gap: 30px 2%;
  }

  #service-youtube .youtub-reason > li {
    width: 32%;
  }

  #service-youtube .youtub-reason > li img {
    margin: 0 auto 15px;
    max-width: 80%;
  }

  #service-youtube .youtub-reason > li p {
    font-size: 13px;
  }


  #service-youtube .youtub-partners-list > li {
    width: 32%;
  }

  #service-youtube .youtub-case:not(:first-of-type) {
    padding: 60px 0;
  }

  /* ── 모바일 추가 반응형 ── */
  /* 팝업 상단 */
  #service-youtube .popup-top h2 {
    font-size: 20px;
  }

  #service-youtube .popup-top p {
    font-size: 14px;
  }

  /* 섹션 타이틀 폰트 */
  #service-youtube .popup-section .popup-section-title h5 {
    font-size: 17px;
    line-height: 1.5;
  }

  #service-youtube .popup-section-title > p {
    font-size: 14px;
  }

  /* h6 margin-top 초기화 (PC에서 -50px, 모바일에서 레이아웃 깨짐 방지) */
  #service-youtube .youtub-raonhaje h6 {
    margin-top: 0;
  }

  /* 프로세스 아이콘·폰트 축소 */
  #service-youtube .youtub-process > li img {
    max-width: 80px;
    margin-bottom: 15px;
  }

  #service-youtube .youtub-process > li p {
    font-size: 13px;
  }

}


/* ════════════════════════════════════════
   YouTube - 패키지 카드 섹션
   기존 CSS 패턴 준수:
   - 폰트: PyeongChangPeace
   - 섹션 간격: youtub-case 패딩(100px 0) 활용
   - 폰트 계층: h2(32px) > h4(20px) > body(18px) > note(13px)
════════════════════════════════════════ */
/* ── 패키지 그리드 컨테이너 (4열 Grid) ── */
#service-youtube .package-yt-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* PC: 4열 */
  gap: 20px;
}

#service-youtube .package-yt-card {
  background: linear-gradient(to bottom, #262626 0%, #1a1a1a 100%);
  border: 1px solid #4a4a4a;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  display: grid;
  grid-template-rows: auto 1fr;
  /* header | body */
}

#service-youtube .package-yt-header {
  color: #5ce1e6;
  font-size: 15px;
  /* 기존 h5 = 20px 보다 작은 보조 레이블 */
  font-weight: 700;
  padding: 13px;
  border-bottom: 1px solid #4a4a4a;
  font-family: 'PyeongChangPeace';
  /* 기존 섹션 폰트 통일 */
  letter-spacing: 1px;
}

#service-youtube .package-yt-body {
  padding: 30px 20px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  /* h4 | desc(1fr) | price */
  align-items: start;
}

#service-youtube .package-yt-body h4 {
  color: #ffffff;
  font-size: 20px;
  /* 기존 text-extra-large = 20px 기준 */
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px 0;
}

#service-youtube .package-yt-desc {
  color: #999999;
  font-size: 13px;
  /* 보조 설명 */
  line-height: 1.6;
  margin-bottom: 0;
  /* Grid 1fr이 간격을 처리 */
  word-break: keep-all;
  align-self: start;
}

#service-youtube .package-yt-price {
  font-size: clamp(24px, 2.5vw, 30px);
  /* 최소 24px 보장 (모바일 가독성) */
  font-weight: 700;
  font-family: 'PyeongChangPeace';
  background: linear-gradient(90deg, #37e2d5 0%, #a2f281 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #37e2d5;
  line-height: 1;
  align-self: end;
  padding-top: 20px;
}

/* ════════════════════════════════════════
   YouTube - 서비스 카드 공통 컴포넌트
   (롱폼 인터뷰, 숏폼 서비스 등 동일 레이아웃에서 재사용)
   기존 CSS 패턴 준수:
   - 부모 .youtub-case 가 padding: 100px 0 제공
   - 폰트: PyeongChangPeace
   - h3 = 28px (h2 = 32px 보다 낮은 서브타이틀)
   - 본문 = 18px (text-large 기준)
   - 보조 = 13px
════════════════════════════════════════ */
#service-youtube .sp-yt-service-card {
  padding: 100px 0;
  text-align: left;
  font-family: 'PyeongChangPeace';
}

/* ── 타이틀 영역 ── */
#service-youtube .sp-yt-service-header {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 25px;
}

#service-youtube .sp-yt-service-header h3 {
  color: #37e2d5;
  font-size: 28px;
  /* h2(32px)보다 낮은 서브타이틀 계층 */
  font-weight: 700;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.3px;
  font-family: 'PyeongChangPeace';
}

#service-youtube .sp-yt-service-header .vat-label {
  color: #8ab99a;
  font-size: 13px;
  /* 보조 텍스트 */
  font-weight: 400;
}

/* ── 서비스 내용 목록 ── */
#service-youtube .sp-yt-service-content {
  margin-bottom: 35px;
}

#service-youtube .sp-yt-service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

#service-youtube .sp-yt-service-list li {
  color: #e8e8e8;
  font-size: 18px;
  /* text-large = 18px 기준 */
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  padding-left: 18px;
}

#service-youtube .sp-yt-service-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 12px;
  width: 5px;
  height: 5px;
  background-color: #e8e8e8;
  border-radius: 1px;
}

#service-youtube .sp-yt-service-note {
  color: #666666;
  font-size: 15px;
  /* 보조 텍스트 */
  font-weight: 400;
  margin: 0;
  line-height: 1.6;
}

/* ── 가격 영역 ── */
#service-youtube .sp-yt-service-prices {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#service-youtube .price-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#service-youtube .price-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

#service-youtube .price-info img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

#service-youtube .price-info .duration {
  color: #cccccc;
  font-size: 18px;
  /* text-large 기준 */
  font-weight: 400;
  font-family: 'PyeongChangPeace';
}

#service-youtube .price-amount-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 28px;
}

#service-youtube .price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 3px 12px;
  font-size: 13px;
  /* 보조 레이블 */
  font-weight: 400;
  font-family: 'PyeongChangPeace';
  white-space: nowrap;
}

#service-youtube .price-value {
  font-size: 36px;
  /* 기존 섹션 h2(32px)와 같은 강조 레벨 */
  font-weight: 700;
  font-family: 'PyeongChangPeace';
  background: linear-gradient(90deg, #37e2d5 0%, #a2f281 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #37e2d5;
  line-height: 1;
  letter-spacing: -0.5px;
}

/* ── 진행사례 그리드 ── */
#service-youtube .sp-yt-case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 기본: 2칸 */
  gap: 30px 40px;
  margin-top: 50px;
}

/* 3칸 레이아웃 */
#service-youtube .sp-yt-case-grid[data-cols="3"] {
  grid-template-columns: repeat(3, 1fr);
}

#service-youtube .sp-yt-case-item {
  display: block;
  text-decoration: none;
  color: inherit;
}

#service-youtube .sp-yt-case-item:hover .sp-yt-case-thumb img {
  transform: scale(1.03);
  opacity: 0.85;
}

#service-youtube .sp-yt-case-thumb {
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
  margin-bottom: 14px;
}

#service-youtube .sp-yt-case-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#service-youtube .sp-yt-case-info {
  padding-left: 0;
}

#service-youtube .sp-yt-case-name {
  color: #e8e8e8;
  font-size: 16px;
  font-weight: 500;
  font-family: 'PyeongChangPeace';
  margin: 0 0 4px 0;
  line-height: 1.4;
  position: relative;
  padding-left: 12px;
}

#service-youtube .sp-yt-case-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 3px;
  background-color: #37e2d5;
  border-radius: 2px;
}

#service-youtube .sp-yt-case-url {
  word-break: break-all;
  line-height: 1.4;
}


@media (max-width: 991px) {
  #service-youtube .package-yt-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2열 그리드 */
  }
}

/* @media (max-width: 575px) {
	#service-youtube .package-yt-grid {
		grid-template-columns: 1fr;
	}
} */
/* ── 모바일 반응형 ── */
@media (max-width: 767px) {

  #service-youtube .popup-section .popup-section-title h2 {
    font-size: 25px;
  }

  #service-youtube .package-yt-grid {
    gap: 15px;
  }

  #service-youtube .package-yt-body {
    padding: 15px 10px;
  }

  #service-youtube .package-yt-body h4 {
    font-size: 16px;
  }

  #service-youtube .sp-yt-service-card {
    padding: 60px 0;
  }

  #service-youtube .package-yt-price {
    font-size: 20px;
  }

  #service-youtube .sp-yt-service-header h3 {
    font-size: 22px;
  }

  #service-youtube .sp-yt-service-list li {
    font-size: 15px;
  }

  #service-youtube .sp-yt-service-list li::before {
    top: 10px;
  }

  #service-youtube .price-info .duration {
    font-size: 15px;
  }

  #service-youtube .price-amount-wrap {
    padding-left: 0;
  }

  #service-youtube .price-value {
    font-size: 25px;
  }

  #service-youtube .sp-yt-case-grid {
    gap: 15px 8px;
    margin-top: 35px;
  }

  /* #service-youtube .sp-yt-case-grid[data-cols="3"] {
    grid-template-columns: repeat(2, 1fr);
  } */

  /* 모바일: 3칸 → 2칸 */
  #service-youtube .sp-yt-service-note {
    font-size: 13px;
  }

  #service-youtube .sp-yt-case-name {
    padding-left: 8px;
    font-size: 13px;
    word-break: break-word;
  }

  #service-youtube .sp-yt-case-url {
    font-size: 11px;
  }
}


/* ==========================================================================
   Japan Service - Hero Top Banner
   ========================================================================== */
#service-japan .japan-hero-top {
  position: relative;
  padding: 200px 0 120px;
  min-height: 100vh;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}

#service-japan .japan-hero-top::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(30, 130, 220, 0.55) 0%, rgba(80, 170, 255, 0.35) 60%, transparent 100%);
  z-index: 0;
}

#service-japan .japan-hero-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#service-japan .japan-hero-pill {
  display: inline-block;
  padding: 10px 26px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 50px;
  color: #fff;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 36px;
  word-break: keep-all;
}

#service-japan .japan-hero-title {
  font-size: clamp(36px, 7vw, 60px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 40px;
}

#service-japan .japan-hero-desc {
  font-size: clamp(16px, 1.6vw, 20px);
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.8;
  word-break: keep-all;
  margin: 0;
}

#service-japan .japan-hero-desc strong {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767px) {
  #service-japan .japan-hero-top {
    padding: 70px 0 80px;
    min-height: 80vh;
  }

  #service-japan .japan-hero-pill {
    font-size: 13px;
    padding: 8px 18px;
    margin-bottom: 24px;
  }

  #service-japan .japan-hero-title {
    font-size: 28px;
  }

  #service-japan .japan-hero-desc {
    font-size: 14px;
    line-height: 1.7;
  }

  #service-japan .japan-hero-desc br {
    display: none;
  }
}


/* ==========================================================================
   China Service - Hero Top Banner
   ========================================================================== */
#service-china .china-hero-top {
  position: relative;
  padding: 100px 0 120px;
  min-height: 100vh;
  background: linear-gradient(rgb(201, 48, 49), #ca3131 63.87%, #d86257);
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#service-china .china-hero-map {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#service-china .china-hero-map img {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  object-fit: contain;
  opacity: 0.22;
}

#service-china .china-hero-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#service-china .china-hero-pill {
  display: inline-block;
  padding: 10px 26px;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  border-radius: 50px;
  color: #fff;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
  word-break: keep-all;
}

#service-china .china-hero-pill > span {
  color: #feffb4;
}

#service-china .china-hero-title {
  font-size: clamp(36px, 7vw, 72px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 60px;
}

#service-china .china-hero-title .line-white {
  color: #fff;
}

#service-china .china-hero-title .line-gold {
  color: #feffb4;
}

#service-china .china-hero-top-img {
  margin: 20px 0;
  text-align: center;
}

#service-china .china-hero-top-img > img {
  max-width: 70%;
}

#service-china .china-hero-desc {
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.85;
  word-break: keep-all;
  margin: 0;
}

#service-china .china-hero-desc strong {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767px) {
  #service-china .china-hero-top {
    padding: 80px 0 90px;
    min-height: 80vh;
  }

  #service-china .china-hero-pill {
    font-size: 13px;
    padding: 8px 18px;
    margin-bottom: 28px;
  }

  #service-china .china-hero-title {
    font-size: 28px;
    margin-bottom: 36px;
  }

  #service-china .china-hero-top-img {
    margin: 20px 0;
  }

  #service-china .china-hero-top-img > img {
    max-width: 90%;
  }


  #service-china .china-hero-desc {
    font-size: 16px;
    line-height: 1.75;
  }

  #service-china .china-hero-desc br {
    display: none;
  }
}


/* ==========================================================================
   English Service - Hero Top Banner
   ========================================================================== */
#service-english .english-hero-top {
  position: relative;
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#service-english .english-hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 100px 0 60px;
}

#service-english .english-hero-pill {
  display: inline-block;
  padding: 10px 26px;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  color: #fff;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  word-break: keep-all;
}

#service-english .english-hero-title {
  margin: 40px 0 0;
  mix-blend-mode: overlay;

}

#service-english .english-hero-title img {
  max-width: 60%;
}


/* #service-english .english-hero-title span {
  display: inline-block;
  background: linear-gradient(360deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.35));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
} */

#service-english .english-hero-desc {
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.85;
  word-break: keep-all;a
  margin: 0;
  padding-top: 40px;
}

@media (max-width: 767px) {
  #service-english .english-hero-top {
    min-height: 80vh;
  }

  #service-english .english-hero-inner {
    padding: 60px 0 50px;
    min-height: 80vh;
  }

  #service-english .english-hero-pill {
    font-size: 13px;
    padding: 8px 18px;
  }

  #service-english .english-hero-title img {
    max-width: 80%;
  }

  #service-english .english-hero-desc {
    font-size: 16px;
    line-height: 1.75;
    padding-top: 28px;
  }

  #service-english .english-hero-desc br {
    display: none;
  }
}
