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


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

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

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

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

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

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

/*     1821805 : 텍스트 오버레이 이미지      */
.text_over_img__1821805__ {display:inline-block; overflow:hidden; position:relative; width:{$farm_set[width]}px; max-width:100%; vertical-align:top; height:150px;}
.text_over_img__1821805__ * {box-sizing:border-box;}
.text_over_img__1821805__::after{content: ""; position: absolute; top: 50%; left: 50%; width: 90%; height: 90%; border: 2px solid #fff; transition: all 0.8s; transform: translate(-50%, -50%); opacity:0;}
.text_over_img__1821805__:hover::after{width: 80%; height: 80%; opacity:1;}
.text_over_img__1821805__ .figure img {width:100%; height:100%; object-fit:cover; vertical-align:top;}
.text_over_img__1821805__ .caption_wrap {position:absolute; top:0; right:0; bottom:0; left:0; z-index:10; width:100%;}
.text_over_img__1821805__ .caption_inner {display:table; width:100%; height:100%;}
.text_over_img__1821805__ .caption {display:table-cell;}
.text_over_img__1821805__ .caption span {
	display:block; margin:0; padding:12px 15px; line-height:1.5em; letter-spacing:-0.03em;
	text-shadow: 1px 1px 1px rgba(255,255,255,.2);
}
.text_over_img__1821805__ .caption .subject {font-size:15px; font-weight:bold; color:#ffffff;}
.text_over_img__1821805__ .caption .content {font-size:15px; color:#ffffff;}

.text_top__1821805__ .caption {vertical-align:top; text-align:left;}
.text_mid__1821805__ .caption {vertical-align:middle; text-align:center;}
.text_bot__1821805__ .caption {vertical-align:bottom; text-align:right;}

.text_big__1821805__ .caption .content {color:#fff; padding:0 25px; font-weight:bold}

@media all and (min-width:768px){
	.text_over_img__1821805__ {height:220px;}
	.text_over_img__1821805__ .caption span {padding:18px 20px;}
	.text_over_img__1821805__ .caption .subject {font-size:15px;}
	.text_over_img__1821805__ .caption .content {font-size:15px;}
	.text_over_img__1821805__::after{width: 95%; height: 80%;}
	.text_over_img__1821805__:hover::after{width: 90%; height: 75%;}
}
@media all and (min-width:1024px){
	.text_over_img__1821805__ {height:320px;}
	.text_over_img__1821805__ .caption span {padding:20px 25px;}
	.text_over_img__1821805__ .caption .subject {font-size:22px;}
	.text_over_img__1821805__ .caption .content {font-size:18px;}
	.text_sml__1821805__ .caption .subject {font-size:15px;}
	.text_sml__1821805__ .caption .content {font-size:15px;}
	.text_med__1821805__ .caption .subject {font-size:20px;}
	.text_med__1821805__ .caption .content {font-size:15px;}
	.text_big__1821805__ .caption .subject {font-size:24px;}
	.text_big__1821805__ .caption .content {font-size:18px;}
}

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

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

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

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

/*     1821755 : 번호형 리스트      */
/* ===== Icon + Vertical Line List ===== */

.text_list__1786143__.icon_list { width:100%; }
.text_list__1786143__.icon_list ul{
  margin:0;
  padding:0;
  list-style:none;
  width:100%;
}

/* 한 줄(아이콘 + 텍스트) */
.text_list__1786143__.icon_list li{
  position:relative;
  display:flex;
  align-items:center;
  gap:24px;
  margin:0;
  padding:12px 0; margin-left:20px;
}

/* 아이콘 박스 */
.text_list__1786143__.icon_list .list_icon{
  position:relative;
  flex:0 0 80px;
  width:80px;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* 아이콘 이미지 */
.text_list__1786143__.icon_list .list_icon img{
  width:50px;
  height:50px;
  object-fit:contain;
  transform:scale(1.2);       /* 1.2~1.8 조절 */
  transform-origin:center;
  display:block;
}

/* ✅ 아이콘과 텍스트 사이 세로줄 */
.text_list__1786143__.icon_list li::before{
  content:"";
  position:absolute;
  left:calc(64px + 12px); /* 아이콘박스(64) + gap의 절반(24/2=12) */
  top:20px;
  bottom:20px;
left:180px;
right:100px;
  width:1px;
  background:#e5e5ec;
}


/* 텍스트 영역 */
.text_list__1786143__.icon_list .item{ display:flex; flex:1; min-width:0;   padding-left:100px;   /* 12~20px 사이에서 취향 조절 */   flex-direction:column; gap:6px;              /* 제목-설명 간격 */}

/* 타이틀 */
.text_list__1786143__.icon_list .item_title{
  display:block;
  font-size:18px;
  font-weight:600;
  color:#111;
 margin-top:0;
  margin-bottom:0;
  line-height:1.25;
}

/* 설명 */
.text_list__1786143__.icon_list .item_desc{
  margin:0;
  font-size:20px;
  line-height:1.5;
  color:#444;
  word-break:keep-all;
 margin-top:0;
  margin-bottom:0;
}

/* PC에서 조금 키우기 */
@media (min-width:1024px){
  .text_list__1786143__.icon_list .item_title{ font-size:20px; }
  .text_list__1786143__.icon_list .item_desc{ font-size:20px; }
}

/* ===== Mobile Optimize (기본: 767px 이하) ===== */
@media (max-width:767px){

  /* 전체 줄 간격(위/아래) + 아이콘/텍스트 간 간격 줄이기 */
  .text_list__1786143__.icon_list li{
    padding:12px 0;
    gap:14px;
    margin-left:0; /* 모바일은 좌측 여백 줄이기(원하면 10px) */
  }

  /* 아이콘 박스 크기 축소 */
  .text_list__1786143__.icon_list .list_icon{
    flex:0 0 44px;
    width:44px;
    height:44px;
  }

  /* 아이콘 이미지 크기 축소 */
  .text_list__1786143__.icon_list .list_icon img{
    width:44px;
    height:44px;
  }

  /* 세로줄: 상하 길이 짧게 + 위치 재조정
     ※ 지금 PC에서 left:150px로 고정해두셨으니, 모바일에서는 더 왼쪽으로 당겨야 자연스럽습니다 */
  .text_list__1786143__.icon_list li::before{
    top:10px;
    bottom:10px;
    left:70px;     /* 아이콘+간격에 맞춘 값(필요하면 60~80px로 조절) */
    right:auto;    /* right:100px 같은 값이 있으면 모바일에서 해제 */
  }

  /* 텍스트 영역: 좌측 패딩 크게 주신 부분(150px) 모바일에서 축소 */
  .text_list__1786143__.icon_list .item{
    padding-left:16px;
  }

  /* 글자 크기 축소 */
  .text_list__1786143__.icon_list .item_title{
    font-size:15px;
    margin-bottom:3px;
  }

  .text_list__1786143__.icon_list .item_desc{
    font-size:14px;
    line-height:1.55;
  }

   .text_list__1786143__.icon_list .item > p{
    line-height:1.25;    /* 1.6 → 1.45 */
   font-size:15px;
  }
}




@media (min-width:1024px){
  .text_list__1786143__.icon_list .item > p{
    font-size:18px;   /* 원하는 값 */
    line-height:1.6;
  }
}



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

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

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

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

/*     1821765 : 번호형 리스트      */
/* ===== Icon + Vertical Line List ===== */

.text_list__1786143__.icon_list { width:100%; }
.text_list__1786143__.icon_list ul{
  margin:0;
  padding:0;
  list-style:none;
  width:100%;
}

/* 한 줄(아이콘 + 텍스트) */
.text_list__1786143__.icon_list li{
  position:relative;
  display:flex;
  align-items:center;
  gap:24px;
  margin:0;
  padding:12px 0; margin-left:20px;
}

/* 아이콘 박스 */
.text_list__1786143__.icon_list .list_icon{
  position:relative;
  flex:0 0 80px;
  width:80px;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* 아이콘 이미지 */
.text_list__1786143__.icon_list .list_icon img{
  width:50px;
  height:50px;
  object-fit:contain;
  transform:scale(1.2);       /* 1.2~1.8 조절 */
  transform-origin:center;
  display:block;
}

/* ✅ 아이콘과 텍스트 사이 세로줄 */
.text_list__1786143__.icon_list li::before{
  content:"";
  position:absolute;
  left:calc(64px + 12px); /* 아이콘박스(64) + gap의 절반(24/2=12) */
  top:20px;
  bottom:20px;
left:180px;
right:100px;
  width:1px;
  background:#e5e5ec;
}


/* 텍스트 영역 */
.text_list__1786143__.icon_list .item{ display:flex; flex:1; min-width:0;   padding-left:100px;   /* 12~20px 사이에서 취향 조절 */   flex-direction:column; gap:6px;              /* 제목-설명 간격 */}

/* 타이틀 */
.text_list__1786143__.icon_list .item_title{
  display:block;
  font-size:18px;
  font-weight:600;
  color:#111;
 margin-top:0;
  margin-bottom:0;
  line-height:1.25;
}

/* 설명 */
.text_list__1786143__.icon_list .item_desc{
  margin:0;
  font-size:20px;
  line-height:1.5;
  color:#444;
  word-break:keep-all;
 margin-top:0;
  margin-bottom:0;
}

/* PC에서 조금 키우기 */
@media (min-width:1024px){
  .text_list__1786143__.icon_list .item_title{ font-size:20px; }
  .text_list__1786143__.icon_list .item_desc{ font-size:20px; }
}

/* ===== Mobile Optimize (기본: 767px 이하) ===== */
@media (max-width:767px){

  /* 전체 줄 간격(위/아래) + 아이콘/텍스트 간 간격 줄이기 */
  .text_list__1786143__.icon_list li{
    padding:12px 0;
    gap:14px;
    margin-left:0; /* 모바일은 좌측 여백 줄이기(원하면 10px) */
  }

  /* 아이콘 박스 크기 축소 */
  .text_list__1786143__.icon_list .list_icon{
    flex:0 0 44px;
    width:44px;
    height:44px;
  }

  /* 아이콘 이미지 크기 축소 */
  .text_list__1786143__.icon_list .list_icon img{
    width:44px;
    height:44px;
  }

  /* 세로줄: 상하 길이 짧게 + 위치 재조정
     ※ 지금 PC에서 left:150px로 고정해두셨으니, 모바일에서는 더 왼쪽으로 당겨야 자연스럽습니다 */
  .text_list__1786143__.icon_list li::before{
    top:10px;
    bottom:10px;
    left:70px;     /* 아이콘+간격에 맞춘 값(필요하면 60~80px로 조절) */
    right:auto;    /* right:100px 같은 값이 있으면 모바일에서 해제 */
  }

  /* 텍스트 영역: 좌측 패딩 크게 주신 부분(150px) 모바일에서 축소 */
  .text_list__1786143__.icon_list .item{
    padding-left:16px;
  }

  /* 글자 크기 축소 */
  .text_list__1786143__.icon_list .item_title{
    font-size:15px;
    margin-bottom:3px;
  }

  .text_list__1786143__.icon_list .item_desc{
    font-size:14px;
    line-height:1.55;
  }

   .text_list__1786143__.icon_list .item > p{
    line-height:1.25;    /* 1.6 → 1.45 */
   font-size:15px;
  }
}




@media (min-width:1024px){
  .text_list__1786143__.icon_list .item > p{
    font-size:18px;   /* 원하는 값 */
    line-height:1.6;
  }
}



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

