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


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

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

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

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

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

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

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

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

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

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

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

/*     1813935 : 한줄 텍스트      */
.text__1813935__, .text__1813935__ * {margin:0; padding:0; box-sizing:border-box;}
.text__1813935__ {display:flex;}

.text__1813935__ .text_wrap {width:70%; padding-right:70px;}
.text__1813935__ .img_box {width:50%; overflow:hidden;}

.text__1813935__ .text_wrap .num {display:inline-block; font-size:28px; color:#c9a88f; font-weight:bold; margin-bottom:10px;}
.text__1813935__ .text_wrap h3 {font-size:28px; color:#222; margin-bottom:20px; word-break:keep-all;}
.text__1813935__ .text_wrap p {font-size:18px; color:#666; word-break:keep-all;}

.text__1813935__ .img_box img {display:block; width:100%; object-fit:cover; transition:0.3s;}
.text__1813935__ .img_box img:hover {transform:scale(1.1);}

@media (max-width:1023px){
	.text__1813935__ {display:block;}
	.text__1813935__ .text_wrap {width:100%; margin-bottom:25px; padding-right:0;}
	.text__1813935__ .text_wrap .num {font-size:24px; margin-bottom:5px;}
	.text__1813935__ .text_wrap h3 {font-size:24px; margin-bottom:10px;}
	.text__1813935__ .text_wrap p {font-size:16px;}
	.text__1813935__ .img_box {width:100%;}
	.text__1813935__ .img_box img {max-width:420px; width:100%; margin:0 auto;}
}

@media (max-width:767px){
	.text__1813935__ .text_wrap .num {font-size:17px;}
	.text__1813935__ .text_wrap h3 {font-size:17px;}
	.text__1813935__ .text_wrap p {font-size:15px;}
}


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

/*     1813955 : 한줄 텍스트      */
.text__1813955__, .text__1813955__ * {margin:0; padding:0; box-sizing:border-box;}
.text__1813955__ {display:flex; flex-direction:row-reverse;}

.text__1813955__ .text_wrap {width:70%; padding-left:70px;}
.text__1813955__ .img_box {width:50%; overflow:hidden;}

.text__1813955__ .text_wrap .num {display:inline-block; font-size:28px; color:#c9a88f; font-weight:bold; margin-bottom:10px;}
.text__1813955__ .text_wrap h3 {font-size:28px; color:#222; margin-bottom:20px; word-break:keep-all;}
.text__1813955__ .text_wrap p {font-size:18px; color:#666; word-break:keep-all;}

.text__1813955__ .img_box img {display:block; width:100%; object-fit:cover; transition:0.3s;}
.text__1813955__ .img_box img:hover {transform:scale(1.1);}

@media (max-width:1023px){
	.text__1813955__ {display:block;}
	.text__1813955__ .text_wrap {width:100%; margin-bottom:25px; padding-left:0;}
	.text__1813955__ .text_wrap .num {font-size:24px; margin-bottom:5px;}
	.text__1813955__ .text_wrap h3 {font-size:24px; margin-bottom:10px;}
	.text__1813955__ .text_wrap p {font-size:16px;}
	.text__1813955__ .img_box {width:100%;}
	.text__1813955__ .img_box img {max-width:420px; width:100%; margin:0 auto;}
}

@media (max-width:767px){
	.text__1813955__ .text_wrap .num {font-size:17px;}
	.text__1813955__ .text_wrap h3 {font-size:17px;}
	.text__1813955__ .text_wrap p {font-size:15px;}
}


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

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

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

/*     1814065 : 한줄 텍스트      */
.text__1814065__, .text__1814065__ * {margin:0; padding:0; box-sizing:border-box;}

.text__1814065__ {display:flex; background:#f7f7f7; padding:50px 0; border-radius:30px;}

.text__1814065__ .text_box {width:100%;}
.text__1814065__ .text_box:nth-child(2) {border-left:1px solid #ccc; border-right:1px solid #ccc;}
.text__1814065__ span {display:block; margin:0 auto 20px; width:80px; height:80px; line-height:80px; background:#5156a7; border-radius:50%; text-align:center; color:#FFF; font-size:21px;}
.text__1814065__ span:hover {color: #e8e4f3;}
.text__1814065__ p {font-size:18px; color:#222; text-align:center;}

@media (max-width:1023px){
	.text__1814065__ span {font-size:18px; width:60px; height:60px; line-height:60px; margin-bottom:20px;}
	.text__1814065__ p {font-size:17px;}
}

@media (max-width:767px){
	.text__1814065__ {padding:20px 0; border-radius:10px;}
	.text__1814065__ .text_box {padding:0 10px;}
	.text__1814065__ span {font-size:16px; width:40px; height:40px; line-height:40px; margin-bottom:10px;}
	.text__1814065__ p {font-size:15px; word-break:keep-all;}
	.text__1814065__ p br {display:none;}
}


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

/*     1814085 : 한줄 텍스트      */
.text__1814085__ {background:#c9a88f; padding:10px 20px; box-sizing:border-box; text-align:center;}

.text__1814085__ p {
	display:block;margin:0;padding:0;
	font-size:15px;font-weight:bold;color:#ffffff;letter-spacing:0;line-height:1.5em; transition:0.3s;
}
.text__1814085__ p a {color:#ffffff}

.text__1814085__:hover p {color:#230f00;}

@media all and (min-width:1024px){
	.text__1814085__ p {font-size:18px}
}

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

