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


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

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

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

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

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

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

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

/*     1819095 : 한줄 텍스트      */
.text__1819095__, .text__1819095__ * {position:relative; padding:0; margin:0; box-sizing:border-box;}

.text__1819095__ {display:flex; border:3px solid #fff; border-radius:15px; box-shadow:2px 10px 30px rgba(0,0,0,0.25); color:#000; transition:.3s; overflow:hidden;}

.text__1819095__ .text__wrap{padding:80px 80px 80px 110px; width:60%;}
.text__1819095__ h3{font-size:24px; margin-bottom:20px; word-break:keep-all; transition:.3s;}
.text__1819095__ p{font-size:18px; word-break:keep-all;}
.text__1819095__ .img__box{width:40%; display:flex; justify-content:center; align-items:center;}
.text__1819095__ .img__box::before{content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%); z-index:1;}
.text__1819095__ .img__box img{display:block; height:100%; object-fit:cover;}

.text__1819095__:hover .title{color:#5c62d7;}

@media (max-width:1023px){
	.text__1819095__ {flex-direction: column;}
	.text__1819095__ .text__wrap {width:100%; padding:40px;}
	.text__1819095__ .img__box {width:100%; height:px;}
}

@media all and (max-width:767px){
	.text__1819095__ .text__wrap{padding:10px}
	.text__1819095__ h3{font-size:17px; margin-bottom:10px;}
	.text__1819095__ p{font-size:15px;}
}

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

/*     1818995 : 한줄 텍스트      */
.text__1818995__, .text__1818995__ * {margin:0; padding:0; box-sizing:border-box;}

.text__1818995__ {display:flex; flex-direction:column; align-items:center; border:1px solid #ccc; padding:20px 20px;}

.text__1818995__ p {font-size:17px; word-break:keep-all; margin-bottom:30px;}

.text__1818995__ ul {list-style:none;}
.text__1818995__ ul li {position:relative; font-size:18px; padding-left:40px;}
.text__1818995__ 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-mark174001882211121769664353.png) no-repeat center / cover; }
.text__1818995__ ul li + li {margin-top: 10px;}
.text__1818995__ ul li span {font-weight:500; color:#b5b8f3;}

@media (max-width:1023px){
	.text__1818995__ p {font-size:16px;}
	.text__1818995__ ul li {font-size:16px; padding-left:25px;}
	.text__1818995__ ul li::before {width:20px;}
}

@media (max-width:767px){
	.text__1818995__ {padding:25px;}
}

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

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

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

/*     1818835 : 이미지      */
.img__1818835__ {max-width:100%}
.img__1818835__ * {box-sizing:border-box}
.img__1818835__ a {display:block;vertical-align:top}
.img__1818835__ img {width:{$farm_set[width]}px;vertical-align:top}

/*     1818845 : 이미지      */
.img__1818845__ {max-width:100%}
.img__1818845__ * {box-sizing:border-box}
.img__1818845__ a {display:block;vertical-align:top}
.img__1818845__ img {width:{$farm_set[width]}px;vertical-align:top}

/*     1818855 : 이미지      */
.img__1818855__ {max-width:100%}
.img__1818855__ * {box-sizing:border-box}
.img__1818855__ a {display:block;vertical-align:top}
.img__1818855__ img {width:{$farm_set[width]}px;vertical-align:top}

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

/*     1819565 : 타이틀 텍스트      */
.title__1819565__ {font-size:0}
.title__1819565__ h2 {
	display:inline-block;position:relative;margin:0;padding:0;
	font-size:18px;font-weight:normal;color:#5c62d7;letter-spacing:-.03em;line-height:1.4em;
}

@media (max-width:1023px){
	.title__1819565__ h2 {font-size:18px;}
}

@media (max-width:767px){
	.title__1819565__ h2 {font-size:15px;}
}

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

/*     1819555 : 한줄 텍스트      */
.text__1819555__, .text__1819555__ * {position:relative; padding:0; margin:0; box-sizing:border-box;}

.text__1819555__ {max-width:1440px; margin:0 auto;}

.text__1819555__ .effect__box{list-style:none; display:flex; flex-wrap:wrap; width:100%; justify-content:center; padding-bottom:20px; border-bottom:8px solid #eee;}
.text__1819555__ .effect__box li{width: 50%; padding: 0 20px 20px 20px; text-align:center;}
.text__1819555__ .effect__box li::after{content:""; position:absolute; bottom:0; right:0; width:1px; height:90px; background:#ddd;}
.text__1819555__ .effect__box li:last-child::after{content:none;}
.text__1819555__ .effect__box .figure {height:200px; overflow:hidden; margin-bottom:35px;display: flex;align-items: center; justify-content: center;}
.text__1819555__ .effect__box .figure img {display:block; width:100%; height:100%; object-fit:cover; transition:3s;}
.text__1819555__ .effect__box .figure:hover img {transform:scale(1.1);}
.text__1819555__ .effect__box .subject {font-size:20px; letter-spacing:-2px; font-weight:500; color:#5c62d7; line-height:1.4em; margin-bottom:15px;}
.text__1819555__ .effect__box .content {font-size:18px; letter-spacing:-1px; color:#666; word-break:keep-all; line-height:1.4em;}

.text__1819555__ .effect__box li:nth-of-type(odd) p strong{color:#73bac1;}
.text__1819555__ .effect__box li:nth-of-type(even) p strong{color:#b3c173;}

@media (max-width:1023px){
	.text__1819555__ {padding:0 15px;}
	.text__1819555__ .effect__box li {font-size:16px;}
	.text__1819555__ .effect__box li::after {height:95px;}
	.text__1819555__ .effect__box .figure {height:150px; margin-bottom:20px;}
	.text__1819555__ .effect__box .subject {font-size:22px; margin-bottom:5px;}
	.text__1819555__ .effect__box .content {font-size:17px;}
}

@media (max-width:767px){
	.text__1819555__ .effect__box{padding-bottom:5px}
	.text__1819555__ .effect__box li {padding: 0 10px 10px 10px;}
	.text__1819555__ .effect__box .figure {height:70px;}
	.text__1819555__ .effect__box .subject {font-size:17px;}
	.text__1819555__ .effect__box .content {font-size:15px;}
}

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

