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


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

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

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

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

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

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

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

/*     1821575 : 이미지      */
.img__1821575__ {
    max-width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* a태그가 있을 때 */
.img__1821575__ a {
    display: block;
    vertical-align: top;
    position: relative;
}

/* 오버레이 - a태그가 있을 때 */
.img__1821575__ a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 182, 193, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.img__1821575__ a:hover::after {
    opacity: 1;
}

/* 오버레이 - a태그가 없을 때 (이미지만 있을 때) */
.img__1821575__::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 182, 193, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.img__1821575__:hover::before {
    opacity: 1;
}

/* 이미지 스타일 */
.img__1821575__ img {
    width: {$farm_set[width]}px;
    vertical-align: top;
    transition: transform 0.3s ease;
    display: block;
}

/* 이미지 확대 - a태그가 있을 때 */
.img__1821575__ a:hover img {
    transform: scale(1.05);
}

/* 이미지 확대 - a태그가 없을 때 */
.img__1821575__:hover img {
    transform: scale(1.05);
}

/*     1821245 : 번호형 리스트      */
/* ===== 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;
  }
}



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

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

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

/*     1821325 : 타이틀 텍스트      */
.title__1821325__ h2 {font-size:20px;font-weight:normal;color:#000000;letter-spacing:-.03em;line-height:1.4em;}
.title__1821325__ h2 b {font-weight:900;}

@media (max-width:1023px){
	.title__1821325__ h2 {font-size:20px;}
}

@media (max-width:767px){
	.title__1821325__ h2 {font-size:17px;}
}

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

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

/*     1821265 : 한줄 텍스트      */
.text__1821265__, .text__1821265__ * {margin:0; padding:0; box-sizing:border-box;}

.text__1821265__ {display:flex; flex-direction:column; align-items:center; padding:20px 30px;}

.text__1821265__ p {font-size:18px; word-break:keep-all; margin-bottom:30px;}

.text__1821265__ ul {list-style:none;}
.text__1821265__ ul li {position:relative; font-size:18px; padding-left:40px;}
.text__1821265__ ul li::before {content:""; position:absolute; top:2px; left:0; width:24px; aspect-ratio:1/1; background:url(/img_up/shop_pds/mirpia1004/build/option/icon-check-mark1740018822111217699943081.png) no-repeat center / cover; }
.text__1821265__ ul li + li {margin-top: 10px;}
.text__1821265__ ul li span {font-weight:500; color:#5c62d7;}

@media (max-width:1023px){
	.text__1821265__ p {font-size:15px;}
	.text__1821265__ ul li {font-size:15px; padding-left:25px;}
	.text__1821265__ ul li::before {width:20px;}
}

@media (max-width:767px){
	.text__1821265__ {padding:25px;}
}

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

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

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

/*     1821345 : 아이콘형 리스트      */
.text_list__1821345__ {width:100%; padding:20px 40px 0; background;}

.text_list__1821345__ h6 {color:#e84250; font-size:18px; margin-bottom:5px;}
.text_list__1821345__ ul li {color:#7f7f7f; font-size:18px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821345__ ul li span {color:#007012;}

@media (max-width:1179px) {
	.text_list__1821345__ {padding:0px 0px 0px;}
.text_list__1821345__ h6 {color:#e84250; font-size:15px; margin-bottom:5px;}
.text_list__1821345__ ul li {color:#7f7f7f; font-size:15px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821345__ ul li span {color:#007012;}
}

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

/*     1821375 : 아이콘형 리스트      */
.text_list__1821375__ {width:100%; padding:20px 40px 0; background;}

.text_list__1821375__ h6 {color:#e84250; font-size:18px; margin-bottom:5px;}
.text_list__1821375__ ul li {color:#7f7f7f; font-size:18px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821375__ ul li span {color:#007012;}

@media (max-width:1179px) {
	.text_list__1821375__ {padding:0px 0px 0px;}
.text_list__1821375__ h6 {color:#e84250; font-size:15px; margin-bottom:5px;}
.text_list__1821375__ ul li {color:#7f7f7f; font-size:15px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821375__ ul li span {color:#007012;}
}

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

/*     1821385 : 아이콘형 리스트      */
.text_list__1821385__ {width:100%; padding:20px 40px 0; background;}

.text_list__1821385__ h6 {color:#e84250; font-size:18px; margin-bottom:5px;}
.text_list__1821385__ ul li {color:#7f7f7f; font-size:18px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821385__ ul li span {color:#007012;}

@media (max-width:1179px) {
	.text_list__1821385__ {padding:0px 0px 0px;}
.text_list__1821385__ h6 {color:#e84250; font-size:15px; margin-bottom:5px;}
.text_list__1821385__ ul li {color:#7f7f7f; font-size:15px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821385__ ul li span {color:#007012;}
}

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

/*     1821395 : 아이콘형 리스트      */
.text_list__1821395__ {width:100%; padding:20px 40px 0; background;}

.text_list__1821395__ h6 {color:#e84250; font-size:18px; margin-bottom:5px;}
.text_list__1821395__ ul li {color:#7f7f7f; font-size:18px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821395__ ul li span {color:#494949;}
.text_list__1821395__ ul li txt {color:#4354e8;}

@media (max-width:1179px) {
	.text_list__1821395__ {padding:0px 0px 0px;}
.text_list__1821395__ h6 {color:#e84250; font-size:15px; margin-bottom:5px;}
.text_list__1821395__ ul li {color:#7f7f7f; font-size:15px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821395__ ul li span {color:#494949;}
}

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

/*     1821435 : 아이콘형 리스트      */
.text_list__1821435__ {width:100%; padding:20px 40px 0; background;}

.text_list__1821435__ h6 {color:#e84250; font-size:18px; margin-bottom:5px;}
.text_list__1821435__ ul li {color:#7f7f7f; font-size:18px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821435__ ul li span {color:#007012;}

@media (max-width:1179px) {
	.text_list__1821435__ {padding:0px 0px 0px;}
.text_list__1821435__ h6 {color:#e84250; font-size:15px; margin-bottom:5px;}
.text_list__1821435__ ul li {color:#7f7f7f; font-size:15px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821435__ ul li span {color:#007012;}
}

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

/*     1821475 : 아이콘형 리스트      */
.text_list__1821475__ {width:100%; padding:20px 40px 0; background;}

.text_list__1821475__ h6 {color:#e84250; font-size:18px; margin-bottom:5px;}
.text_list__1821475__ ul li {color:#7f7f7f; font-size:18px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821475__ ul li span {color:#007012;}

@media (max-width:1179px) {
	.text_list__1821475__ {padding:0px 0px 0px;}
.text_list__1821475__ h6 {color:#e84250; font-size:15px; margin-bottom:5px;}
.text_list__1821475__ ul li {color:#7f7f7f; font-size:15px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821475__ ul li span {color:#007012;}
}

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

/*     1821465 : 아이콘형 리스트      */
.text_list__1821465__ {width:100%; padding:20px 40px 0; background;}

.text_list__1821465__ h6 {color:#e84250; font-size:18px; margin-bottom:5px;}
.text_list__1821465__ ul li {color:#7f7f7f; font-size:18px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821465__ ul li span {color:#007012;}

@media (max-width:1179px) {
	.text_list__1821465__ {padding:0px 0px 0px;}
.text_list__1821465__ h6 {color:#e84250; font-size:15px; margin-bottom:5px;}
.text_list__1821465__ ul li {color:#7f7f7f; font-size:15px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821465__ ul li span {color:#007012;}

}

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

/*     1821455 : 아이콘형 리스트      */
.text_list__1821455__ {width:100%; padding:20px 40px 0; background;}

.text_list__1821455__ h6 {color:#e84250; font-size:18px; margin-bottom:5px;}
.text_list__1821455__ ul li {color:#7f7f7f; font-size:18px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821455__ ul li span {color:#007012;}

@media (max-width:1179px) {
	.text_list__1821455__ {padding:0px 0px 0px;}
.text_list__1821455__ h6 {color:#e84250; font-size:15px; margin-bottom:5px;}
.text_list__1821455__ ul li {color:#7f7f7f; font-size:15px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821455__ ul li span {color:#007012;}
}

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

/*     1821445 : 아이콘형 리스트      */
.text_list__1821445__ {width:100%; padding:20px 40px 0; background;}

.text_list__1821445__ h6 {color:#e84250; font-size:18px; margin-bottom:5px;}
.text_list__1821445__ ul li {color:#7f7f7f; font-size:18px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821445__ ul li span {color:#007012;}

@media (max-width:1179px) {
	.text_list__1821445__ {padding:0px 0px 0px;}
.text_list__1821445__ h6 {color:#e84250; font-size:15px; margin-bottom:5px;}
.text_list__1821445__ ul li {color:#7f7f7f; font-size:15px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821445__ ul li span {color:#007012;}
}

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

/*     1821545 : 아이콘형 리스트      */
.text_list__1821545__ {width:100%; padding:20px 40px 0; background;}

.text_list__1821545__ h6 {color:#e84250; font-size:18px; margin-bottom:5px;}
.text_list__1821545__ ul li {color:#7f7f7f; font-size:18px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821545__ ul li span {color:#007012;}

@media (max-width:1179px) {
	.text_list__1821545__ {padding:0px 0px 0px;}
	.text_list__1821545__ h6 {color:#e84250; font-size:15px; margin-bottom:5px;}
.text_list__1821545__ ul li {color:#7f7f7f; font-size:15px; font-weight:bold; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1821545__ ul li span {color:#007012;}
}

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

