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


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

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

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

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

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

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

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

/*     1820645 : 한줄 텍스트      */
@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; display: flex;  /* 추가 */ flex-wrap: wrap;  /* 추가 */ gap: 0;  /* 추가 */
}

.question-item {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding-left: 28px;
    transition: all 0.3s ease;    
    width: 50%;  /* 추가 - 한 줄에 2개씩 */
    box-sizing: border-box;
}

.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:nth-last-child(-n+2) {
    border-bottom: none;
}

.question-text {
    font-size: 18px;
    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: 17px;
}
}

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

/*     1820655 : 한줄 텍스트      */
.text__1820655__ 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__1820655__ p a {color:#161616}

@media all and (min-width:1024px){
	.text__1820655__ p {font-size:18px; background-color:#f3f3f3; padding:30px;}
}

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

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

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

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


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

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

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

/*     1820685 : 이미지      */
.img__1820685__ {
    max-width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* a태그가 있을 때 */
.img__1820685__ a {
    display: block;
    vertical-align: top;
    position: relative;
}

/* 오버레이 - a태그가 있을 때 */
.img__1820685__ 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__1820685__ a:hover::after {
    opacity: 1;
}

/* 오버레이 - a태그가 없을 때 (이미지만 있을 때) */
.img__1820685__::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__1820685__:hover::before {
    opacity: 1;
}

/* 이미지 스타일 */
.img__1820685__ img {
    width: {$farm_set[width]}px;
    vertical-align: top;
    transition: transform 0.3s ease;
    display: block;
}

/* 이미지 확대 - a태그가 있을 때 */
.img__1820685__ a:hover img {
    transform: scale(1.05);
}

/* 이미지 확대 - a태그가 없을 때 */
.img__1820685__:hover img {
    transform: scale(1.05);
}

/*     1820695 : 한줄 텍스트      */
.text__1820695__ {
    display:flex;
    justify-content:center;
    width:100%;
}
.text__1820695__ p {
    background-color:#fff; 
    padding:10px 20px;
    padding-left:20px;
    margin:0;
    font-size:15px;
    font-weight:normal;
    color:#161616;
    position:relative;
    max-width:1200px;
    letter-spacing:0;
    line-height:1.6em;
    text-align:left;
}

/* b 태그만 빨간색 */
.text__1820695__ p b {
    color: #FF595A;
    font-weight: 700;
}

}

.text__1820695__ p a {
    color:#161616
}

/* PC 버전 */
@media all and (min-width:1024px){
    .text__1820695__ p {
        font-size:18px; 
        padding:40px 60px;
        padding-left:110px;
        text-align:left;
    }
    
    .text__1820695__ p::before {
        width:70px;
        height:70px;
        font-size:42px;
        left:25px;
    }
}

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

