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


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

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

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

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

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

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

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

/*     1818335 : 한줄 텍스트      */
.text__1818335__ {max-width:1440px; margin:0 auto;}

.text__1818335__ *{padding:0; margin:0; box-sizing:border-box; font-style:normal;}
.text__1818335__ .text__1818335__inner{padding:60px 80px; box-sizing:border-box; border:1px solid #ccc; position:relative; z-index:1;}
.text__1818335__ .text__1818335__inner:before{content:''; display:block; width:511px; height:100%; position:absolute; top:0; right:0px; background:url("/img_up/shop_pds/mirpia1004/build/option/cheong-ryeok1769743551.png") no-repeat center / cover; z-index:-1;}
.text__1818335__ p {font-size:18px; line-height:1.7em; padding-right:360px; word-break:keep-all; color:#888;}
.text__1818335__ p strong{display:inline-block; padding-bottom:7px; margin-bottom:10px; font-size:24px; color:#000; font-weight:600; letter-spacing:-2px; border-bottom:1px solid #ccc; line-height:30px;}

.text__1818335__ p i{font-style:normal; color:#65c5d6 ;}
.text__1818335__ p b{font-weight:normal; color:#222; font-size:22px;  border-bottom:1px solid #ccc; }
  
@media (max-width:1023px){
	.text__1818335__ {padding:0 15px;}
  .text__1818335__ .text__1818335__inner {padding: 60px 0 60px 30px;}
  .text__1818335__ p {padding-right:300px; font-size:16px; line-height:1.3em; padding-right:250px;}
  .text__1818335__ .text__1818335__inner:before{right:5px;}
  .text__1818335__ p strong {font-size:22px; margin-bottom:1px;}
  .text__1818335__ p b {font-size:22px; margin-bottom:1px;}
}
@media (max-width:767px){
  .text__1818335__ .text__1818335__inner{padding: 20px 20px; min-height:100%; padding-bottom: 200px;}
  .text__1818335__ p {padding-right:0; font-size:15px; line-height:1.2em;}
  .text__1818335__ .text__1818335__inner:before{width: 100%; height: 180px; bottom: 0; top: auto; right: 0; left: 0;}
  .text__1818335__ p strong {font-size:17px;  line-height:1em;}
  .text__1818335__ p b {font-size:15px; margin-bottom:1px;}
} 

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

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

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

/*     1817145 : 이미지 리스트 (타일형)      */
.img_tile__1817145__, .img_tile__1817145__ * {margin:0; padding:0; box-sizing:border-box}

.img_tile__1817145__ .img_inner {display:flex; border:1px solid #eee; padding:38px 50px; border-radius:10px; background:#fff4f5;}
.img_tile__1817145__ .img_inner .item {width:100%; margin-right:50px;  padding-right:30px; border-right:1px solid #e9eaed;}
.img_tile__1817145__ .img_inner .item:last-child {margin-right:0; padding-right:0; border-right:0;}

.img_tile__1817145__ .img_inner .item .item_box {display:flex; align-items:center;}
.img_tile__1817145__ .img_inner .item .figure {display:flex; justify-content:center; align-items:center; width:80px; height:80px; margin-right:30px; border:1px solid #ffe7ba; border-radius:50%; transition:0.3s; flex:none;}
.img_tile__1817145__ .img_inner .item .figure img {transition:0.3s;}
.img_tile__1817145__ .img_inner .item .subject {position:relative; display:inline-block; font-size:20px; font-weight:700; margin-bottom:12px;}
.img_tile__1817145__ .img_inner .item .subject::before {content:""; display:block; position:absolute; bottom:-5px; width:100%; height:4px; background:#e84250; transform:scaleX(0); transform-origin:left; transition:.3s;}
.img_tile__1817145__ .img_inner .item .content {font-size:18px; line-height:20px;}

.img_tile__1817145__ .img_inner .item:hover .figure {background:#fcd387;}
.img_tile__1817145__ .img_inner .item:hover .figure img {filter:brightness(10)}
.img_tile__1817145__ .img_inner .item:hover .subject::before {transform:scaleX(1);}

@media (max-width:1023px){
	.img_tile__1817145__ .img_inner {padding:25px 30px;}
	.img_tile__1817145__ .img_inner .item {margin-right:30px;}
	.img_tile__1817145__ .img_inner .item .figure {display:none; width:50px; height:50px; margin-right:15px;}
	.img_tile__1817145__ .img_inner .item .subject {margin-bottom:2px;}
	.img_tile__1817145__ .img_inner .item .figure img {width:60%;}
}

@media (max-width:767px){
	.img_tile__1817145__ .img_inner {flex-direction:column; padding: 20px;}
	.img_tile__1817145__ .img_inner .item {padding-right:0; margin-right:0; padding-bottom:15px; margin-bottom:15px; text-align:center; border-right:0; border-bottom:1px solid #e9eaed;}
	.img_tile__1817145__ .img_inner .item:last-child {border-bottom:0; padding-bottom:0; margin-bottom:0;}
	.img_tile__1817145__ .img_inner .item .item_box {flex-direction:column;}
	.img_tile__1817145__ .img_inner .item .figure {display:flex; margin-right:0; margin-bottom:8px;}
	.img_tile__1817145__ .img_inner .item .subject {font-size:17px;}
	.img_tile__1817145__ .img_inner .item .content {font-size:15px;}
}

/*     1817175 : 한줄 텍스트      */
.text__1817175__ {
    display:flex;
    justify-content:center;
    width:100%;
}
.text__1817175__ p {
    background-color:#fff; 
    padding:30px 20px;
    padding-left:80px;
    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__1817175__ p b {
    color: #FF595A;
    font-weight: 700;
}

/* 느낌표 동그라미 */
.text__1817175__ p::before {
    content:'!';
    display:flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    background:#FF595A;
    color:#fff;
    border-radius:50%;
    font-size:32px;
    font-weight:bold;
    position:absolute;
    left:15px;
    top:50%;
    transform:translateY(-50%);
}

.text__1817175__ p a {
    color:#161616
}

/* PC 버전 */
@media all and (min-width:1024px){
    .text__1817175__ p {
        font-size:18px; 
        padding:25px 60px;
        padding-left:110px;
        text-align:left;
    }
    
    .text__1817175__ p::before {
        width:70px;
        height:70px;
        font-size:42px;
        left:25px;
    }
}

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

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

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

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

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

