/*     1792103 : 타이틀 텍스트      */
/* 문장 전체가 위에서 아래로 쓱 떨어지는 효과 */
.title__1792103__ p{
  display:inline-block;
  position:relative;
  margin:0;
  padding:0;
  font-size:25px;
  font-weight:400;
  color:#000000;
  line-height:1.75;

  /* ✅ 추가 */
  transform: translateY(-40px);
  opacity:0;
  animation: dropDownWhole_1785923 0.7s ease-out both;
}

@keyframes dropDownWhole_1785923{
  to { transform: translateY(0); opacity:1; }
}

@media all and (min-width:1024px){
  .title__1792103__ p{ font-size:40px; }
}

/* ❌ 이건 제거/주석 처리(글자별 span용)
.title__1792103__ p span{
  ...
}
*/


/*     1792113 : BLANK 컨텐츠      */
.blank__1792113__ {box-sizing:border-box;display:block;position:relative;width:100%;height:7px}
.blank__1792113__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1792113__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1792113__ {height:7px}
}

/*     1801695 : 장문 텍스트      */
.textarea__1801695__ p {
	display:block;margin:0;padding:0;
	font-size:14px;font-weight:400;color:#878787;letter-spacing:-1px;line-height:1.75; opacity:0.6; word-break:keep-all;
}
.textarea__1801695__ p br {display:none;}
.textarea__1801695__ p txt{color:#5c62d7;}

@media all and (min-width:1024px){
	.textarea__1801695__ p {font-size:20px; word-break:normal; }
	.textarea__1801695__ p br {display:block;}
}

/*     1792133 : BLANK 컨텐츠      */
.blank__1792133__ {box-sizing:border-box;display:block;position:relative;width:100%;height:40px}
.blank__1792133__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1792133__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1792133__ {height:20px}
}

/*     1801665 : 한줄 텍스트      */
.text__1801665__, .text__1801665__ * {margin:0; padding:0;}
.text__1801665__ {padding:0px}

/* 모든 화면 공통 스타일 */
.text__1801665__ p {
    font-size:23px; 
    color:#222; 
    font-weight:300; 
    padding:50px; 
    text-align:center; 
    background:#f8f8fa; 
    border:1px solid #e5e5e5;
    display:flex;
    flex-direction:row;  /* 가로 배치 */
    align-items:flex-start;  /* 상단 정렬 - 첫 줄에 맞춤 */
    justify-content:center;
}

.text__1801665__ p::before {
    content:''; 
    display:block;
    width:30px; 
    height:30px; 
    background:url('/img_up/shop_pds/mirpia1004/build/option/icon17684624315.png') center/cover; 
    margin-right:10px;  /* 아이콘 오른쪽 간격 */
    margin-bottom:0;
    flex-shrink:0;
}

/* 모바일 (1023px 이하) */
@media (max-width:1023px) {
    .text__1801665__ {padding:0;} 
    .text__1801665__ p {
        font-size:16px; 
        padding:28px;
        flex-direction:column;  /* 모바일에서는 세로 배치 */
        align-items:center;  /* 모바일에서는 중앙 정렬 */
    }
    .text__1801665__ p::before {
        margin-right:0;
        margin-bottom:10px;
    }
}

/*     1801805 : BLANK 컨텐츠      */
.blank__1801805__ {box-sizing:border-box;display:block;position:relative;width:100%;height:65px}
.blank__1801805__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1801805__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1801805__ {height:30px}
}

/*     1801715 : 타이틀 텍스트      */
/* ===== Title 1786123 (최종) ===== */

.title__1801715__{
  font-size:0;
  background:none;
}

/* ✅ 밑줄은 p에서 1개만 */
.title__1801715__ p{
  display:block;                 /* 전체 폭 */
  position:relative;
  margin:0;
  padding-left:50px;
  padding-bottom:12px;           /* 텍스트-밑줄 간격 */
  border-bottom:1px solid #000; /* ✅ 전체 밑줄(1개) */

  font-size:20px;
  font-weight:bold;
  color:#000000;
  letter-spacing:-.03em;
  line-height:1.1em;
}

/* 기본 장식(before) */
.title__1801715__ p:before{
  content:'';
  position:absolute;
  background:#dddddd;
  font-size:0;
}

/* ===== style variants ===== */
.title__1801715__.style_top p{ padding-top:10px; }
.title__1801715__.style_top p:before{
  top:0; left:0;
  width:20px; height:4px;
}

.title__1801715__.style_right p{ padding-right:14px; }
.title__1801715__.style_right p:before{
  top:16%; right:0;
  width:4px; height:20px;
}

.title__1801715__.style_bottom p{ padding-bottom:12px; }
.title__1801715__.style_bottom p:before{
  bottom:0; left:0;
  width:20px; height:4px;
}

.title__1801715__.style_left p{ padding-left:14px; }
.title__1801715__.style_left p:before{
  top:16%; left:0;
  width:4px; height:20px;
}

.title__1801715__.style_circle1 p{ padding-left:20px; }
.title__1801715__.style_circle1 p:before{
  top:50%;
  transform:translateY(-50%);
  left:20px;
  width:10px; height:10px;
  border-radius:50%;
}

.title__1801715__.style_circle2 p{ padding-left:60px; } /* 텍스트 위치 */
.title__1801715__.style_circle2 p:before{
  top:50%;
  transform:translateY(-80%);
  left:30px;
  width:15px; height:15px;
  border-radius:50%;
  border:5px solid #dddddd;
  background:none;
  box-sizing:border-box;
}

/* ===== PC font size ===== */
@media all and (min-width:1024px){
  .title__1801715__ p{ font-size:28px; }
  .title__1801715__.style_top p:before{ width:28px; }
  .title__1801715__.style_right p:before{ height:28px; }
  .title__1801715__.style_bottom p:before{ width:28px; }
  .title__1801715__.style_left p:before{ height:28px; }
}

/*     1802365 : BLANK 컨텐츠      */
.blank__1802365__ {box-sizing:border-box;display:block;position:relative;width:100%;height:30px}
.blank__1802365__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1802365__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1802365__ {height:15px}
}

/*     1802645 : 한줄 텍스트      */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 1400px;
    max-width: 100%;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    display: flex;
    position: relative;
    font-family: 'Noto Sans KR', sans-serif;
}

.image-section {
    flex: 1;
    background: #f5f0eb;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(139, 115, 95, 0.05) 0%, rgba(210, 180, 140, 0.02) 100%);
    pointer-events: none;
}

.content-section {
    flex: 1;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to bottom, #ffffff 0%, #fefefe 100%);
}

.badge {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #c9a88f 0%, #b89a7f 100%);
    border-radius: 50%;
    display: inline-flex; /* flex → inline-flex */
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0; /* 28px → 0 */
    margin-right: 20px; /* 추가 */
    vertical-align: middle; /* 추가 */
    box-shadow: 0 4px 16px rgba(185, 154, 127, 0.3);
    animation: pulse 2s ease-in-out infinite;
}

.content-section h1 {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 40px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    display: inline-block; /* 추가 */
    vertical-align: middle; /* 추가 */
}

.question-list {
    list-style: none; text-align:left; font-size:18px;
}

.question-item {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding-left: 28px;
    transition: all 0.3s ease;
}

.question-item:hover {
    background: linear-gradient(to right, rgba(201, 168, 143, 0.03), transparent);
    padding-left: 32px;
}

.question-item::before {
    content: '·';
    position: absolute;
    left: 8px;
    color: #c9a88f;
    font-size: 28px;
    line-height: 1;
    top: 18px;
}

.question-item:last-child {
    border-bottom: none;
}

.question-text {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    font-weight: 400;
}

.highlight {
    color: #2c2c2c;
    font-weight: 500;
}

/* 애니메이션 */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 16px rgba(185, 154, 127, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 24px rgba(185, 154, 127, 0.4);
    }
}

.title-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.badge {
    margin-bottom: 0; font-size: 13px;
    flex-shrink: 0;
}

.content-section h1 {
    margin-bottom: 0;
}

/* 반응형 */
@media (max-width: 1440px) {
    .container {
        width: 100%;
        max-width: 1400px;
    }
}

@media (max-width: 1024px) {
.question-list {
    list-style: none; text-align:left;
}
.badge {
    width: 30px;
    height: 30px;
}
.question-text {
    font-size: 15px;
}
    .container {
        flex-direction: column;
    }
    
    .image-section {
        min-height: 350px;
    }
    
    .content-section {
        padding: 30px 20px;
    }
.title-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.content-section h1 {
    font-size: 18px;
}
}

/*     1802595 : BLANK 컨텐츠      */
.blank__1802595__ {box-sizing:border-box;display:block;position:relative;width:100%;height:30px}
.blank__1802595__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1802595__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1802595__ {height:15px}
}

/*     1802315 : BLANK 컨텐츠      */
.blank__1802315__ {box-sizing:border-box;display:block;position:relative;width:100%;height:65px}
.blank__1802315__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1802315__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1802315__ {height:30px}
}

/*     1802245 : 타이틀 텍스트      */
/* ===== Title 1786123 (최종) ===== */

.title__1802245__{
  font-size:0;
  background:none;
}

/* ✅ 밑줄은 p에서 1개만 */
.title__1802245__ p{
  display:block;                 /* 전체 폭 */
  position:relative;
  margin:0;
  padding-left:50px;
  padding-bottom:12px;           /* 텍스트-밑줄 간격 */
  border-bottom:1px solid #000; /* ✅ 전체 밑줄(1개) */

  font-size:20px;
  font-weight:bold;
  color:#000000;
  letter-spacing:-.03em;
  line-height:1.1em;
}

/* 기본 장식(before) */
.title__1802245__ p:before{
  content:'';
  position:absolute;
  background:#dddddd;
  font-size:0;
}

/* ===== style variants ===== */
.title__1802245__.style_top p{ padding-top:10px; }
.title__1802245__.style_top p:before{
  top:0; left:0;
  width:20px; height:4px;
}

.title__1802245__.style_right p{ padding-right:14px; }
.title__1802245__.style_right p:before{
  top:16%; right:0;
  width:4px; height:20px;
}

.title__1802245__.style_bottom p{ padding-bottom:12px; }
.title__1802245__.style_bottom p:before{
  bottom:0; left:0;
  width:20px; height:4px;
}

.title__1802245__.style_left p{ padding-left:14px; }
.title__1802245__.style_left p:before{
  top:16%; left:0;
  width:4px; height:20px;
}

.title__1802245__.style_circle1 p{ padding-left:20px; }
.title__1802245__.style_circle1 p:before{
  top:50%;
  transform:translateY(-50%);
  left:20px;
  width:10px; height:10px;
  border-radius:50%;
}

.title__1802245__.style_circle2 p{ padding-left:60px; } /* 텍스트 위치 */
.title__1802245__.style_circle2 p:before{
  top:50%;
  transform:translateY(-80%);
  left:30px;
  width:15px; height:15px;
  border-radius:50%;
  border:5px solid #dddddd;
  background:none;
  box-sizing:border-box;
}

/* ===== PC font size ===== */
@media all and (min-width:1024px){
  .title__1802245__ p{ font-size:28px; }
  .title__1802245__.style_top p:before{ width:28px; }
  .title__1802245__.style_right p:before{ height:28px; }
  .title__1802245__.style_bottom p:before{ width:28px; }
  .title__1802245__.style_left p:before{ height:28px; }
}

/*     1824504 : BLANK 컨텐츠      */
.blank__1824504__ {box-sizing:border-box;display:block;position:relative;width:100%;height:30px}
.blank__1824504__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1824504__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1824504__ {height:15px}
}

/*     1824494 : 한줄 텍스트      */
.text__1824494__, .text__1824494__ * {margin:0; padding:0; box-sizing:border-box;}
.text__1824494__ ul {list-style:none;}

.text__1824494__ .dep1 {display:grid; grid-template-columns:repeat(2, 1fr); gap:20px;}
.text__1824494__ .dep1 > li {font-size:24px; font-weight:bold; background:#FFF; padding:20px 50px;}
.text__1824494__ .dep1 > li .num {color:#FF595A; font-weight:normal; font-size:24px; letter-spacing:-1px; margin-right:8px;}
.text__1824494__ .dep2 {margin-top:10px;}
.text__1824494__ .dep2 li {position:relative; font-size:18px; font-weight:normal; padding-left:12px; color:#666;}
.text__1824494__ .dep2 li + li {margin-top:4px;}
.text__1824494__ .dep2 li::before {content:""; position:absolute; top:8px; left:0; width:4px; height:4px; background-color:#fbb000;}
.text__1824494__ .dep2 li span {font-weight:bold; color:#222; margin-right:4px;}


@media (max-width:1023px){
	.text__1824494__ .dep1 {display:block;}
	.text__1824494__ .dep1 > li + li {margin-top:10px;}
	.text__1824494__ .dep1 > li {font-size:24px;}
	.text__1824494__ .dep1 > li .num {font-size:20px;}
	.text__1824494__ .dep2 li {font-size:16px;}
}

@media (max-width:767px){
	.text__1824494__ .dep1 > li {font-size:17px; padding:20px 20px 0px 20px;}
	.text__1824494__ .dep1 > li .num {font-size:15px;}
	.text__1824494__ .dep2 li {font-size:15px;}
}


/*     1824474 : BLANK 컨텐츠      */
.blank__1824474__ {box-sizing:border-box;display:block;position:relative;width:100%;height:65px}
.blank__1824474__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1824474__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1824474__ {height:30px}
}

/*     1802705 : 타이틀 텍스트      */
/* ===== Title 1786123 (최종) ===== */

.title__1802705__{
  font-size:0;
  background:none;
}

/* ✅ 밑줄은 p에서 1개만 */
.title__1802705__ p{
  display:block;                 /* 전체 폭 */
  position:relative;
  margin:0;
  padding-left:50px;
  padding-bottom:12px;           /* 텍스트-밑줄 간격 */
  border-bottom:1px solid #000; /* ✅ 전체 밑줄(1개) */

  font-size:20px;
  font-weight:bold;
  color:#000000;
  letter-spacing:-.03em;
  line-height:1.1em;
}

/* 기본 장식(before) */
.title__1802705__ p:before{
  content:'';
  position:absolute;
  background:#dddddd;
  font-size:0;
}

/* ===== style variants ===== */
.title__1802705__.style_top p{ padding-top:10px; }
.title__1802705__.style_top p:before{
  top:0; left:0;
  width:20px; height:4px;
}

.title__1802705__.style_right p{ padding-right:14px; }
.title__1802705__.style_right p:before{
  top:16%; right:0;
  width:4px; height:20px;
}

.title__1802705__.style_bottom p{ padding-bottom:12px; }
.title__1802705__.style_bottom p:before{
  bottom:0; left:0;
  width:20px; height:4px;
}

.title__1802705__.style_left p{ padding-left:14px; }
.title__1802705__.style_left p:before{
  top:16%; left:0;
  width:4px; height:20px;
}

.title__1802705__.style_circle1 p{ padding-left:20px; }
.title__1802705__.style_circle1 p:before{
  top:50%;
  transform:translateY(-50%);
  left:20px;
  width:10px; height:10px;
  border-radius:50%;
}

.title__1802705__.style_circle2 p{ padding-left:60px; } /* 텍스트 위치 */
.title__1802705__.style_circle2 p:before{
  top:50%;
  transform:translateY(-80%);
  left:30px;
  width:15px; height:15px;
  border-radius:50%;
  border:5px solid #dddddd;
  background:none;
  box-sizing:border-box;
}

/* ===== PC font size ===== */
@media all and (min-width:1024px){
  .title__1802705__ p{ font-size:28px; }
  .title__1802705__.style_top p:before{ width:28px; }
  .title__1802705__.style_right p:before{ height:28px; }
  .title__1802705__.style_bottom p:before{ width:28px; }
  .title__1802705__.style_left p:before{ height:28px; }
}

/*     1802715 : BLANK 컨텐츠      */
.blank__1802715__ {box-sizing:border-box;display:block;position:relative;width:100%;height:30px}
.blank__1802715__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1802715__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1802715__ {height:15px}
}

/*     1802555 : 이미지      */
.img__1802555__ {max-width:100%}
.img__1802555__ * {box-sizing:border-box}
.img__1802555__ a {display:block;vertical-align:top}
.img__1802555__ img {width:{$farm_set[width]}px;vertical-align:top}

/*     1802565 : 이미지      */
.img__1802565__ {max-width:100%}
.img__1802565__ * {box-sizing:border-box}
.img__1802565__ a {display:block;vertical-align:top}
.img__1802565__ img {width:{$farm_set[width]}px;vertical-align:top}

/*     1802575 : 이미지      */
.img__1802575__ {max-width:100%}
.img__1802575__ * {box-sizing:border-box}
.img__1802575__ a {display:block;vertical-align:top}
.img__1802575__ img {width:{$farm_set[width]}px;vertical-align:top}

/*     1802845 : BLANK 컨텐츠      */
.blank__1802845__ {
    box-sizing:border-box;
    display:block;
    position:relative;
    width:100vw;  /* ✅ 추가 */
    margin-left:calc(-50vw + 50%);  /* ✅ 추가 */
    height:30px;
}
.blank__1802845__.build_edit_mode {
    min-height:10px;
    border:1px dashed red;
    background:rgba(255,255,255,.1);
}
.blank__1802845__.build_edit_mode:before {
    content:'Blank';
    display:block;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-10px;
    padding:5px 0;
    font-size:13px;
    color:red;
    text-align:center;
    line-height:1;
}
@media all and (max-width:1023px){
    .blank__1802845__ {height:15px}
}

/*     1802685 : 한줄 텍스트      */
.text__1802685__ p {background-color:#f3f3f3; padding:10px;
	display:block;margin:0;
	font-size:15px;font-weight:normal;color:#161616;letter-spacing:0;line-height:1.5em;
}
.text__1802685__ p a {color:#161616}

@media all and (min-width:1024px){
	.text__1802685__ p {font-size:18px; background-color:#f3f3f3; padding:30px;}
}

/*     1802545 : BLANK 컨텐츠      */
.blank__1802545__ {box-sizing:border-box;display:block;position:relative;width:100%;height:40px}
.blank__1802545__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1802545__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1802545__ {height:15px}
}

/*     1802525 : BLANK 컨텐츠      */
.age-group-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}
.age-group-item {
    background-color: #ffffff;
    border-radius: 80px;
    padding: 25px 35px;
    min-width: 23%;
    max-width: 250px;
    min-height: 150px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-clip: padding-box;
}

.age-group-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 80px;
    padding: 10px;
    background: linear-gradient(135deg, #c9a88f);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: all 0.3s ease;
}
.age-group-item:hover {
    background: linear-gradient(135deg, #b89a7f);
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(74, 144, 226, 0.3);
}

.age-group-item:hover::before {
    background: linear-gradient(135deg, #c9a88f);
}
.age-group-item:hover p {
    color: #ffffff;
}
.age-group-item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
/* 반응형 디자인 */
@media (max-width: 1024px) {
    .age-group-container {
        gap: 12px;
    }
    
    .age-group-item {
        min-width: 20%;
        max-width: 220px;
        padding: 20px 30px;
        min-height: 130px;
    }
    
    .age-group-item::before {
        border-radius: 80px;
    }
    
    .age-group-item p {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .age-group-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .age-group-item {
        width: 100%;
        max-width: 400px;
        min-height: 120px;
    }
}

/*     1802755 : BLANK 컨텐츠      */
.blank__1802755__ {box-sizing:border-box;display:block;position:relative;width:100%;height:65px}
.blank__1802755__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1802755__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1802755__ {height:30px}
}

/*     1802765 : 타이틀 텍스트      */
/* ===== Title 1786123 (최종) ===== */

.title__1802765__{
  font-size:0;
  background:none;
}

/* ✅ 밑줄은 p에서 1개만 */
.title__1802765__ p{
  display:block;                 /* 전체 폭 */
  position:relative;
  margin:0;
  padding-left:50px;
  padding-bottom:12px;           /* 텍스트-밑줄 간격 */
  border-bottom:1px solid #000; /* ✅ 전체 밑줄(1개) */

  font-size:20px;
  font-weight:bold;
  color:#000000;
  letter-spacing:-.03em;
  line-height:1.1em;
}

/* 기본 장식(before) */
.title__1802765__ p:before{
  content:'';
  position:absolute;
  background:#dddddd;
  font-size:0;
}

/* ===== style variants ===== */
.title__1802765__.style_top p{ padding-top:10px; }
.title__1802765__.style_top p:before{
  top:0; left:0;
  width:20px; height:4px;
}

.title__1802765__.style_right p{ padding-right:14px; }
.title__1802765__.style_right p:before{
  top:16%; right:0;
  width:4px; height:20px;
}

.title__1802765__.style_bottom p{ padding-bottom:12px; }
.title__1802765__.style_bottom p:before{
  bottom:0; left:0;
  width:20px; height:4px;
}

.title__1802765__.style_left p{ padding-left:14px; }
.title__1802765__.style_left p:before{
  top:16%; left:0;
  width:4px; height:20px;
}

.title__1802765__.style_circle1 p{ padding-left:20px; }
.title__1802765__.style_circle1 p:before{
  top:50%;
  transform:translateY(-50%);
  left:20px;
  width:10px; height:10px;
  border-radius:50%;
}

.title__1802765__.style_circle2 p{ padding-left:60px; } /* 텍스트 위치 */
.title__1802765__.style_circle2 p:before{
  top:50%;
  transform:translateY(-80%);
  left:30px;
  width:15px; height:15px;
  border-radius:50%;
  border:5px solid #dddddd;
  background:none;
  box-sizing:border-box;
}

/* ===== PC font size ===== */
@media all and (min-width:1024px){
  .title__1802765__ p{ font-size:28px; }
  .title__1802765__.style_top p:before{ width:28px; }
  .title__1802765__.style_right p:before{ height:28px; }
  .title__1802765__.style_bottom p:before{ width:28px; }
  .title__1802765__.style_left p:before{ height:28px; }
}

/*     1802785 : 표 2.0      */
.table__1802785__ {width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}
.table__1802785__ > .table_inner {overflow:hidden;width:100%;margin:0 auto;border-top:px solid #999999}
.table__1802785__ * {box-sizing:border-box}
.table__1802785__ table {
	width:100%;margin-top:-1px;border-spacing:1px;border-collapse:separate;
	background:#dddddd;table-layout:auto;
}
.table__1802785__ td {
	height:50px;padding:5px 10px;
	background:#fff;font-size:15px !important;font-weight:normal;color:#333;text-align:left;
}
.table__1802785__ td.empty__1802785__ {padding:50px 20px}
@media all and (max-width:767px){
	.table__1802785__ > .table_inner {width:100%px}
	.table__1802785__ td {font-size:15px !important}
}
@media all and (min-width:768px) and (max-width:1023px){
	.table__1802785__ > .table_inner {width:100%px}
	.table__1802785__ td {font-size:15px !important}
}
@media all and (min-width:1024px){
	.table__1802785__ > .table_inner {width:100%px}
	.table__1802785__ td {font-size:18px !important}
}

/*     1802655 : BLANK 컨텐츠      */
.blank__1802655__ {box-sizing:border-box;display:block;position:relative;width:100%;height:65px}
.blank__1802655__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1802655__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1802655__ {height:30px}
}

/*     1802665 : 타이틀 텍스트      */
/* ===== Title 1786123 (최종) ===== */

.title__1802665__{
  font-size:0;
  background:none;
}

/* ✅ 밑줄은 p에서 1개만 */
.title__1802665__ p{
  display:block;                 /* 전체 폭 */
  position:relative;
  margin:0;
  padding-left:50px;
  padding-bottom:12px;           /* 텍스트-밑줄 간격 */
  border-bottom:1px solid #000; /* ✅ 전체 밑줄(1개) */

  font-size:20px;
  font-weight:bold;
  color:#000000;
  letter-spacing:-.03em;
  line-height:1.1em;
}

/* 기본 장식(before) */
.title__1802665__ p:before{
  content:'';
  position:absolute;
  background:#dddddd;
  font-size:0;
}

/* ===== style variants ===== */
.title__1802665__.style_top p{ padding-top:10px; }
.title__1802665__.style_top p:before{
  top:0; left:0;
  width:20px; height:4px;
}

.title__1802665__.style_right p{ padding-right:14px; }
.title__1802665__.style_right p:before{
  top:16%; right:0;
  width:4px; height:20px;
}

.title__1802665__.style_bottom p{ padding-bottom:12px; }
.title__1802665__.style_bottom p:before{
  bottom:0; left:0;
  width:20px; height:4px;
}

.title__1802665__.style_left p{ padding-left:14px; }
.title__1802665__.style_left p:before{
  top:16%; left:0;
  width:4px; height:20px;
}

.title__1802665__.style_circle1 p{ padding-left:20px; }
.title__1802665__.style_circle1 p:before{
  top:50%;
  transform:translateY(-50%);
  left:20px;
  width:10px; height:10px;
  border-radius:50%;
}

.title__1802665__.style_circle2 p{ padding-left:60px; } /* 텍스트 위치 */
.title__1802665__.style_circle2 p:before{
  top:50%;
  transform:translateY(-80%);
  left:30px;
  width:15px; height:15px;
  border-radius:50%;
  border:5px solid #dddddd;
  background:none;
  box-sizing:border-box;
}

/* ===== PC font size ===== */
@media all and (min-width:1024px){
  .title__1802665__ p{ font-size:28px; }
  .title__1802665__.style_top p:before{ width:28px; }
  .title__1802665__.style_right p:before{ height:28px; }
  .title__1802665__.style_bottom p:before{ width:28px; }
  .title__1802665__.style_left p:before{ height:28px; }
}

/*     1802625 : 타이틀 텍스트      */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

/* 전역 리셋 제거하고 특정 클래스에만 적용 */
.ivf-clinic-section * {
  box-sizing: border-box;
}

.ivf-clinic-section {
  width: 100vw !important;  /* ✅ 브라우저 전체 너비 */
  margin-left: calc(-50vw + 50%) !important;  /* ✅ 중앙에서 좌우로 확장 */
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%) !important;
  padding: 50px 50px 50px !important;  /* ✅ 좌우 패딩 추가 */
  position: relative !important;
  overflow: hidden !important;
}

.ivf-clinic-section::before {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  right: -10% !important;
  width: 600px !important;
  height: 600px !important;
  background: radial-gradient(circle, rgba(56, 178, 172, 0.08) 0%, transparent 70%) !important;
  border-radius: 50% !important;
  animation: ivf-float 20s ease-in-out infinite !important;
}

.ivf-clinic-section::after {
  content: '' !important;
  position: absolute !important;
  bottom: -30% !important;
  left: -5% !important;
  width: 500px !important;
  height: 500px !important;
  background: radial-gradient(circle, rgba(44, 82, 130, 0.06) 0%, transparent 70%) !important;
  border-radius: 50% !important;
  animation: ivf-float 25s ease-in-out infinite reverse !important;
}

@keyframes ivf-float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(20px, -20px) rotate(5deg); }
  50% { transform: translate(40px, 20px) rotate(-5deg); }
  75% { transform: translate(-20px, 30px) rotate(3deg); }
}

.ivf-clinic-container {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 !important;  /* ✅ 내부 패딩 제거 (외부에서 처리) */
  position: relative !important;
  z-index: 1 !important;
}

.ivf-clinic-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;  /* ← 이 부분 */
  gap: 60px !important;
  opacity: 1 !important;
}

.ivf-clinic-card {
  background: #ffffff !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  margin: 0 !important;
}

.ivf-clinic-card:hover {
  transform: translateY(-12px) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12) !important;
}

.ivf-clinic-image-wrapper {
  position: relative !important;
  width: 100% !important;
  height: 400px !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e0 100%) !important;
}

.ivf-clinic-image-wrapper::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%) !important;
  opacity: 0 !important;
  transition: opacity 0.4s ease !important;
  pointer-events: none !important;
}

.ivf-clinic-card:hover .ivf-clinic-image-wrapper::after {
  opacity: 1 !important;
}

.ivf-clinic-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: block !important;
}

.ivf-clinic-card:hover .ivf-clinic-image {
  transform: scale(1.08) !important;
}

.ivf-clinic-content {
  padding: 40px !important;
  position: relative !important;
  background: #ffffff !important;
}

.ivf-clinic-badge {
  display: inline-block !important;
  padding: 8px 20px !important;
  background: linear-gradient(135deg, #4a90c8 0%, #5c62d7 100%) !important;
  color: #ffffff !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  border-radius: 20px !important;
  margin: 0 0 20px 0 !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 12px rgba(56, 178, 172, 0.3) !important;
}

.ivf-clinic-title {
  font-family: 'Noto Sans KR', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #2c5282 !important;
  line-height: 1.4 !important;
  margin: 0 0 24px 0 !important;
  letter-spacing: -0.5px !important;
}

.ivf-clinic-description {
  font-family: 'Noto Sans KR', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #4a5568 !important;
  line-height: 1.8 !important;
  margin: 0 0 12px 0 !important;
}

.ivf-clinic-description:last-child {
  margin-bottom: 0 !important;
}

.ivf-clinic-icon {
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  width: 50px !important;
  height: 50px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
  opacity: 0 !important;
  transform: scale(0) !important;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}


.ivf-clinic-icon svg {
  width: 24px !important;
  height: 24px !important;
  stroke: #4a90c8 !important;
  stroke-width: 2 !important;
  fill: none !important;
}

.ivf-clinic-divider {
  height: 3px !important;
  background: linear-gradient(90deg, #5c62d7 0%, transparent 100%) !important;
  margin: 24px 0 !important;
  border-radius: 2px !important;
  width: 100% !important;
}

/* 반응형 디자인 */
@media (max-width: 1200px) {
  .ivf-clinic-section {
    padding: 30px 30px 100px !important;  /* ✅ 패딩 조정 */
  }
  
  .ivf-clinic-grid {
    gap: 40px !important;
  }
}

@media (max-width: 768px) {
  .ivf-clinic-section {
    padding: 40px 20px !important;  /* ✅ 모바일 패딩 조정 */
  }
  
  .ivf-clinic-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  
  .ivf-clinic-image-wrapper {
    height: 300px !important;
  }
  
  .ivf-clinic-content {
    padding: 30px !important;
  }
  
  .ivf-clinic-title {
    font-size: 17px !important;
  }
  
  .ivf-clinic-description {
    font-size: 15px !important;
  }
}

