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


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

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

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

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

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

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

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

/*     1814505 : 한줄 텍스트      */
.text__1814505__ {width:100%; padding:100px 50px; box-sizing:border-box; text-align:center; background:url(/img_up/shop_pds/mirpia1004/build/option/ja-ga-jin-dan1769676417.png) no-repeat center / cover; word-break:keep-all;}

.text__1814505__ .subTitle {color:#fff; margin-bottom:30px; font-size:20px; font-weight:200; line-height:1.3;}
.text__1814505__ h2 {color:#fff; font-size:24px; margin-bottom:50px;}

.text__1814505__ figure {display:block; max-width:800px; margin:0 auto 50px; overflow:hidden;}
.text__1814505__ figure img {display:block; width:100%; transition:0.4s;}
.text__1814505__ figure:hover img {transform:scale(1.1)}

.text__1814505__ .text_wrap {display:flex; align-items:stretch; justify-content:center; max-width:800px; margin:0 auto}
.text__1814505__ .text_box {width:100%; font-size:18px; color:#FFF; padding:10px 0; border-right: 1px solid rgba(255,255,255,0.4);}
.text__1814505__ .text_box:last-child {border-right:0;}

@media (max-width:1023px){
	.text__1814505__ .subTitle {font-size:20px;}
	.text__1814505__ h2 {font-size:24px;}
	.text__1814505__ .text_box {font-size:18px;}
}

@media (max-width:767px){
	.text__1814505__ {padding:50px 20px;}
	.text__1814505__ .subTitle {font-size:16px; margin-bottom:20px;}
	.text__1814505__ h2 {font-size:16px; margin-bottom:30px;}
	.text__1814505__ figure {margin-bottom:20px;}
	.text__1814505__ .text_wrap {flex-wrap:wrap;}
	.text__1814505__ .text_box {width:100%; font-size:15px; border-right:0; border-bottom:1px solid rgba(255,255,255,0.5); padding:10px;}
	.text__1814505__ .text_box:last-child {border-bottom:0; padding-bottom:0;}

}

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

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

/*     1813295 : 한줄 텍스트      */
.text__1813295__, .text__1813295__ * {margin:0; padding:0; box-sizing:border-box;}
.text__1813295__ {position:relative; z-index:1; padding-top:80px}
.text__1813295__::before {content:""; position:absolute; top:0; left:0; width:100%; height:50%; background:#e8e4f3; z-index:-1;}
.text__1813295__ .text__1813295__inner {max-width:1440px; background:#e8e4f3; margin:0 auto;}
.text__1813295__ ul {list-style:none;}

.text__1813295__ h3 {text-align:center; font-size:24px; letter-spacing:-2px; color:#333; font-weight:100; line-height:1.2em; margin-bottom:20px;}
.text__1813295__ h3 b {letter-spacing:-2px;}
.text__1813295__ .sub_tit {text-align:center; font-size:22px; letter-spacing:-1px; font-weight:300; color:#878787; line-height:1.4em; margin-bottom:55px;}

.text__1813295__ ul {display:grid; grid-template-columns:repeat(3, 1fr); row-gap : 30px;}
.text__1813295__ ul li {position:relative; padding:0 5px; border-bottom: 3px solid #e84250;}
.text__1813295__ ul li::after {content:""; position:absolute; bottom:20px; right:0; width:1px; height:111px; background:#ddd;}
.text__1813295__ ul li:nth-child(4n)::after {content:none;} 
.text__1813295__ .figure {width:100%; height:200px; overflow:hidden;}
.text__1813295__ .figure img {display:block; width:100%; height:100%; object-fit:cover;}
.text__1813295__ .content {padding:30px 0; min-height:150px; position:relative;}
.text__1813295__ .content span {display:block; width:32px; height:32px; border-radius:50%; background:#e84250; font-size:14px; color:#fff; margin:0 auto 15px; text-align:center; line-height:30px; letter-spacing:-0.5px;}
.text__1813295__ .content p {letter-spacing:-2px; line-height:1.2em; text-align:center; word-break:keep-all;}
.text__1813295__ .content .sub {font-size:20px; font-weight:400; color:#333; margin-bottom:10px;}
.text__1813295__ .content .con {font-size:16px; font-weight:200; color:#666; padding:0 25px;}

@media (max-width:1023px){
	.text__1813295__ {padding-top:40px;}
	.text__1813295__ .text__1813295__inner {padding:0 15px;}
	.text__1813295__ h3 {font-size:33px; margin-bottom:5px;}
	.text__1813295__ .sub_tit {font-size:17px; margin-bottom:25px;}
	.text__1813295__ ul {grid-template-columns:repeat(1, 1fr); row-gap:5px;}
	.text__1813295__ ul li:nth-child(2n)::after {content:none;} 
	.text__1813295__ .content .sub {font-size:17px;}
	.text__1813295__ .content .con {font-size:14px;}
}

@media (max-width: 767px){
	.text__1813295__ h3 {font-size:17px;}
	.text__1813295__ .sub_tit {font-size:15px;}
	.text__1813295__ .figure {height:140px;}
	.text__1813295__ .content {padding:20px 0;}
	.text__1813295__ .content .sub {font-size:15px;}
	.text__1813295__ .content .con {font-size:15px; padding:0 8px;}
}

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

/*     1813325 : 이미지 리스트 (타일형)      */
.img_tile__1813325__, .img_tile__1813325__ * {margin:0; padding:0; box-sizing:border-box}
.img_tile__1813325__ {max-width:1400px; margin:0 auto;}

.img_tile__1813325__ .img_inner {display:grid; grid-template-columns:repeat(5, 1fr); gap:20px;}
.img_tile__1813325__ .item {position:relative; background:#FFF; border-radius:8px;padding:30px; border:1px solid #eee; box-shadow:2px 3px 9px 3px rgba(0,0,0,0.05);}
.img_tile__1813325__ .figure {position:relative; display:block; padding-bottom:40px;}
.img_tile__1813325__ .figure::before {content:""; display:block; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:10px; height:2px; background:#5c62d7; transition:0.7s;}
.img_tile__1813325__ .figure img {display:block; margin:0 auto; width: 60px;}
.img_tile__1813325__ .caption {display:block;}
.img_tile__1813325__ .caption > span {display:block}
.img_tile__1813325__ .caption > span.subject {font-weight:bold;color:#d00000}
.img_tile__1813325__ .caption > span.content {font-size:18px; text-align:center; margin-top:40px;color:#444444; word-break:keep-all;}

.img_tile__1813325__ .item:hover .figure::before {width:100%;}

@media (max-width:1023px){
	.img_tile__1813325__ .img_inner {grid-template-columns:repeat(3, 1fr); gap: 10px;}
	.img_tile__1813325__ .caption > span.content {font-size:16px;}
}

@media (max-width:767px){
	.img_tile__1813325__ .img_inner {grid-template-columns:repeat(2, 1fr); gap: 5px;}
	.img_tile__1813325__ .item {padding:10px;}
	.img_tile__1813325__ .figure {padding-bottom:20px;}
	.img_tile__1813325__ .figure img {width:40px;}
	.img_tile__1813325__ .caption > span.content {font-size:15px; margin-top:20px;}
}

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

