/*     1792223 : 타이틀 텍스트      */
/* 문장 전체가 위에서 아래로 쓱 떨어지는 효과 */
.title__1792223__ 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__1792223__ p{ font-size:40px; }
}

/* ❌ 이건 제거/주석 처리(글자별 span용)
.title__1792223__ p span{
  ...
}
*/


/*     1792233 : BLANK 컨텐츠      */
.blank__1792233__ {box-sizing:border-box;display:block;position:relative;width:100%;height:7px}
.blank__1792233__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1792233__.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__1792233__ {height:7px}
}

/*     1792243 : 장문 텍스트      */
.textarea__1792243__ 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__1792243__ p br {display:none;}
.textarea__1792243__ p txt{color:#5c62d7;}

@media all and (min-width:1024px){
	.textarea__1792243__ p {font-size:20px; word-break:normal; }
	.textarea__1792243__ p br {display:block;}
}

/*     1792253 : BLANK 컨텐츠      */
.blank__1792253__ {box-sizing:border-box;display:block;position:relative;width:100%;height:40px}
.blank__1792253__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1792253__.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__1792253__ {height:20px}
}

/*     1808185 : 한줄 텍스트      */
.text__1808185__, .text__1808185__ * {margin:0; padding:0;}
.text__1808185__ {padding:0px}

/* 모든 화면 공통 스타일 */
.text__1808185__ 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__1808185__ p::before {
    content:''; 
    display:block;
    width:30px; 
    height:30px; 
    background:url('/img_up/shop_pds/mirpia1004/build/option/icon17684624319.png') center/cover; 
    margin-right:10px;  /* 아이콘 오른쪽 간격 */
    margin-bottom:0;
    flex-shrink:0;
}

/* 모바일 (1023px 이하) */
@media (max-width:1023px) {
    .text__1808185__ {padding:0;} 
    .text__1808185__ p {
        font-size:16px; 
        padding:28px;
        flex-direction:column;  /* 모바일에서는 세로 배치 */
        align-items:center;  /* 모바일에서는 중앙 정렬 */
    }
    .text__1808185__ p::before {
        margin-right:0;
        margin-bottom:10px;
    }
}

/*     1808235 : BLANK 컨텐츠      */
.blank__1808235__ {box-sizing:border-box;display:block;position:relative;width:100%;height:65px}
.blank__1808235__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1808235__.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__1808235__ {height:30px}
}

/*     1808245 : 타이틀 텍스트      */
/* ===== Title 1786123 (최종) ===== */

.title__1808245__{
  font-size:0;
  background:none;
}

/* ✅ 밑줄은 p에서 1개만 */
.title__1808245__ 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__1808245__ p:before{
  content:'';
  position:absolute;
  background:#dddddd;
  font-size:0;
}

/* ===== style variants ===== */
.title__1808245__.style_top p{ padding-top:10px; }
.title__1808245__.style_top p:before{
  top:0; left:0;
  width:20px; height:4px;
}

.title__1808245__.style_right p{ padding-right:14px; }
.title__1808245__.style_right p:before{
  top:16%; right:0;
  width:4px; height:20px;
}

.title__1808245__.style_bottom p{ padding-bottom:12px; }
.title__1808245__.style_bottom p:before{
  bottom:0; left:0;
  width:20px; height:4px;
}

.title__1808245__.style_left p{ padding-left:14px; }
.title__1808245__.style_left p:before{
  top:16%; left:0;
  width:4px; height:20px;
}

.title__1808245__.style_circle1 p{ padding-left:20px; }
.title__1808245__.style_circle1 p:before{
  top:50%;
  transform:translateY(-50%);
  left:20px;
  width:10px; height:10px;
  border-radius:50%;
}

.title__1808245__.style_circle2 p{ padding-left:60px; } /* 텍스트 위치 */
.title__1808245__.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__1808245__ p{ font-size:28px; }
  .title__1808245__.style_top p:before{ width:28px; }
  .title__1808245__.style_right p:before{ height:28px; }
  .title__1808245__.style_bottom p:before{ width:28px; }
  .title__1808245__.style_left p:before{ height:28px; }
}

/*     1808275 : 타이틀 텍스트      */
@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: 95vw !important;  /* ✅ 브라우저 전체 너비 */
  margin-left: calc(-50vw + 50%) !important;  /* ✅ 중앙에서 좌우로 확장 */
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%) !important;
  padding: 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 10px !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;
  }
}

/*     1808365 : BLANK 컨텐츠      */
.blank__1808365__ {box-sizing:border-box;display:block;position:relative;width:100%;height:65px}
.blank__1808365__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1808365__.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__1808365__ {height:30px}
}

/*     1808375 : 타이틀 텍스트      */
/* ===== Title 1786123 (최종) ===== */

.title__1808375__{
  font-size:0;
  background:none;
}

/* ✅ 밑줄은 p에서 1개만 */
.title__1808375__ 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__1808375__ p:before{
  content:'';
  position:absolute;
  background:#dddddd;
  font-size:0;
}

/* ===== style variants ===== */
.title__1808375__.style_top p{ padding-top:10px; }
.title__1808375__.style_top p:before{
  top:0; left:0;
  width:20px; height:4px;
}

.title__1808375__.style_right p{ padding-right:14px; }
.title__1808375__.style_right p:before{
  top:16%; right:0;
  width:4px; height:20px;
}

.title__1808375__.style_bottom p{ padding-bottom:12px; }
.title__1808375__.style_bottom p:before{
  bottom:0; left:0;
  width:20px; height:4px;
}

.title__1808375__.style_left p{ padding-left:14px; }
.title__1808375__.style_left p:before{
  top:16%; left:0;
  width:4px; height:20px;
}

.title__1808375__.style_circle1 p{ padding-left:20px; }
.title__1808375__.style_circle1 p:before{
  top:50%;
  transform:translateY(-50%);
  left:20px;
  width:10px; height:10px;
  border-radius:50%;
}

.title__1808375__.style_circle2 p{ padding-left:60px; } /* 텍스트 위치 */
.title__1808375__.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__1808375__ p{ font-size:28px; }
  .title__1808375__.style_top p:before{ width:28px; }
  .title__1808375__.style_right p:before{ height:28px; }
  .title__1808375__.style_bottom p:before{ width:28px; }
  .title__1808375__.style_left p:before{ height:28px; }
}

/*     1808415 : 한줄 텍스트      */
.text__1808415__, .text__1808415__ * {margin:0; padding:0; box-sizing:border-box;}
.text__1808415__ {position:relative; z-index:1; padding-top:80px}
.text__1808415__::before {content:""; position:absolute; top:0; left:0; width:100%; height:50%; background:#fff4f5; z-index:-1;}
.text__1808415__ .text__1808415__inner {max-width:1440px; margin:0 auto;}
.text__1808415__ ul {list-style:none;}

.text__1808415__ h3 {text-align:center; font-size:35px; letter-spacing:-2px; color:#333; font-weight:100; line-height:1.2em; margin-bottom:20px;}
.text__1808415__ h3 b {letter-spacing:-2px;}
.text__1808415__ .sub_tit {text-align:center; font-size:20px; letter-spacing:-1px; font-weight:300; color:#878787; line-height:1.4em; margin-bottom:55px;}

.text__1808415__ ul {display:grid; grid-template-columns:repeat(3, 1fr); row-gap : 30px;}
.text__1808415__ ul li {position:relative; padding:0 5px; border-bottom: 3px solid #e84250;}
.text__1808415__ ul li::after {content:""; position:absolute; bottom:20px; right:0; width:1px; height:111px; background:#ddd;}
.text__1808415__ ul li:nth-child(4n)::after {content:none;} 
.text__1808415__ .figure {width:100%; height:200px; overflow:hidden;}
.text__1808415__ .figure img {display:block; width:100%; height:100%; object-fit:cover;}
.text__1808415__ .content {padding:30px 0; min-height:150px; position:relative;}
.text__1808415__ .content span {display:block; width:32px; height:32px; border-radius:50%; background:#e84250; font-size:14px; color:#fff; margin:0 auto 15px; text-align:center; line-height:30px; letter-spacing:-0.5px;}
.text__1808415__ .content p {letter-spacing:-2px; line-height:1.2em; text-align:center; word-break:keep-all;}
.text__1808415__ .content .sub {font-size:18px; font-weight:400; color:#333; margin-bottom:10px;}
.text__1808415__ .content .con {font-size:18px; font-weight:200; color:#666; padding:0 25px;}

@media (max-width:1023px){
	.text__1808415__ {padding-top:40px;}
	.text__1808415__ .text__1808415__inner {padding:0 15px;}
	.text__1808415__ h3 {font-size:33px; margin-bottom:5px;}
	.text__1808415__ .sub_tit {font-size:18px; margin-bottom:25px;}
	.text__1808415__ ul {grid-template-columns:repeat(1, 1fr); row-gap:5px;}
	.text__1808415__ ul li:nth-child(2n)::after {content:none;} 
	.text__1808415__ .content .sub {font-size:17px;}
	.text__1808415__ .content .con {font-size:18px;}
}

@media (max-width: 767px){
	.text__1808415__ h3 {font-size:17px;}
	.text__1808415__ .sub_tit {font-size:15px;}
	.text__1808415__ .figure {height:140px;}
	.text__1808415__ .content {padding:20px 0;}
	.text__1808415__ .content .sub {font-size:15px;}
	.text__1808415__ .content .con {font-size:15px; padding:0 8px;}
}

/*     1808195 : BLANK 컨텐츠      */
.blank__1808195__ {box-sizing:border-box;display:block;position:relative;width:100%;height:65px}
.blank__1808195__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1808195__.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__1808195__ {height:30px}
}

/*     1808205 : 타이틀 텍스트      */
/* ===== Title 1786123 (최종) ===== */

.title__1808205__{
  font-size:0;
  background:none;
}

/* ✅ 밑줄은 p에서 1개만 */
.title__1808205__ 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__1808205__ p:before{
  content:'';
  position:absolute;
  background:#dddddd;
  font-size:0;
}

/* ===== style variants ===== */
.title__1808205__.style_top p{ padding-top:10px; }
.title__1808205__.style_top p:before{
  top:0; left:0;
  width:20px; height:4px;
}

.title__1808205__.style_right p{ padding-right:14px; }
.title__1808205__.style_right p:before{
  top:16%; right:0;
  width:4px; height:20px;
}

.title__1808205__.style_bottom p{ padding-bottom:12px; }
.title__1808205__.style_bottom p:before{
  bottom:0; left:0;
  width:20px; height:4px;
}

.title__1808205__.style_left p{ padding-left:14px; }
.title__1808205__.style_left p:before{
  top:16%; left:0;
  width:4px; height:20px;
}

.title__1808205__.style_circle1 p{ padding-left:20px; }
.title__1808205__.style_circle1 p:before{
  top:50%;
  transform:translateY(-50%);
  left:20px;
  width:10px; height:10px;
  border-radius:50%;
}

.title__1808205__.style_circle2 p{ padding-left:60px; } /* 텍스트 위치 */
.title__1808205__.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__1808205__ p{ font-size:28px; }
  .title__1808205__.style_top p:before{ width:28px; }
  .title__1808205__.style_right p:before{ height:28px; }
  .title__1808205__.style_bottom p:before{ width:28px; }
  .title__1808205__.style_left p:before{ height:28px; }
}

/*     1808225 : 번호형 리스트      */
/* 리스트는 한 줄을 100% 차지하게 고정 */
.text_list__1808225__ ul{
  display:block;
  width:100%;
  margin:0;
  padding:0;
}

.text_list__1808225__{
  display:block;
  width:100%;
  clear:both;
  padding:0 0 0px;
}

.text_list__1808225__ ul li {
  display:flex;
  align-items:center;
  width:100%;
  margin:0;
  padding-top:15px;
  padding-left:30px;
  padding-right:30px;
  font-size:15px;
  line-height:1.5em;
  padding-bottom:15px;
  border-bottom:1px solid #e1e2f1;
  box-sizing:border-box;
  transition:0.3s;
  cursor:pointer;
}

/* 호버 효과 */
.text_list__1808225__ ul li:hover {
  background:#f8f9ff;
  padding-left:35px;
}

.text_list__1808225__ ul li:first-child {
  /* 모든 항목과 동일하게 유지 */
}

.text_list__1808225__ ul li:last-child {
  border-bottom:2px solid #333;
}

.text_list__1808225__ ul li > span {
  display:block;
  padding-right:15px;
  font-family:'NanumGothic',sans-serif;
  font-weight:normal;
  color:#5c62d7;
  flex-shrink:0;
  transition:0.3s;
}

.text_list__1808225__ ul li:hover > span .list_num {
  background:#5c62d7;
  transform:scale(1.1);
}

.text_list__1808225__ ul li p {
  display:block;
  color:#444444;
  font-weight:normal;
  letter-spacing:0;
  margin:0;
  flex:1;
  transition:0.3s;
}

.text_list__1808225__ ul li:hover p {
  color:#333;
  font-weight:500;
}

.text_list__1808225__ ul li i {display:inline-block;width:1em;height:1em;line-height:1em;padding:0 .2em;border:1px solid #5c62d7;border-radius:1em;box-sizing:borer-box;font-size:.8em;font-style:normal;text-align:center;}

.text_list__1808225__ .list_num {
  display:inline-block;
  border-radius:50%;
  vertical-align:middle;
  background-color:#5c62d7;
  color:#fff;
  text-align:center;
  transition:0.3s;
}

.text_list__1808225__.st_size_mal .list_num {width:22px;height:22px;line-height:22px;}
.text_list__1808225__.st_size_mid .list_num {width:28px;height:28px;line-height:28px;}
.text_list__1808225__.st_size_big .list_num {width:34px;height:34px;line-height:34px;}

@media all and (min-width:1024px){
  .text_list__1808225__{padding:0 0 20px;}
  .text_list__1808225__ ul li {
    font-size:18px;
    padding-top:20px;
    padding-left:50px;
    padding-right:50px;
    padding-bottom:px;
  }
  .text_list__1808225__ ul li:hover {
    padding-left:55px;
  }
  .text_list__1808225__ ul li > span {
    padding-right:20px;
  }
}

/*     1808485 : BLANK 컨텐츠      */
.blank__1808485__ {box-sizing:border-box;display:block;position:relative;width:100%;height:100px}
.blank__1808485__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1808485__.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__1808485__ {height:30px}
}

