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


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

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

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

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

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

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

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

/*     1820895 : 한줄 텍스트      */
.text__1820895__, .text__1820895__ * {margin: 0; padding: 0; box-sizing: border-box;}

.text__1820895__ .img_box {position: relative;}
.text__1820895__ .img_box .box_line {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; height: 80%;
    background: 
        linear-gradient(to left, #fff 100%, transparent 0) 100% 100%, /* 아래 (오른쪽 → 왼쪽) */
        linear-gradient(to top, #fff 100%, transparent 0) 0 100%, /* 왼쪽 (아래 → 위) */
        linear-gradient(to right, #fff 100%, transparent 0) 0 0, /* 위 (왼쪽 → 오른쪽) */
        linear-gradient(to bottom, #fff 100%, transparent 0) 100% 0; /* 오른쪽 (위 → 아래) */
    background-size: 0 4px, 4px 0, 0 4px, 4px 0; /* 초기 크기 */
    background-repeat: no-repeat;
    animation: progressBorder 4s linear forwards;
}

.text__1820895__ .text_box {position: relative; width: 80%; background: #FFF; padding: 25px; margin: 0 auto; margin-top: -100px; z-index: 1;}
.text__1820895__ .text_box h2 {font-size:24px; text-align:center; word-break:keep-all; margin-bottom:10px;}
.text__1820895__ .text_box h2 span {display:inline-block; position:relative;}
.text__1820895__ .text_box h2 span::before {content:""; position:absolute; top:100%; left:0; width:100%; height:0; border-bottom:4px solid #fbb000; transform:scaleX(0); transform-origin:left; transition-duration:1s; transition-delay:1s;}
.text__1820895__  .text_box.aos-animate h2 span::before { transform:scaleX(1);}
.text__1820895__ .text_box p {font-size:20px; text-align:center; word-break:keep-all; line-height:1.2;}

@keyframes progressBorder {
    0% {background-size: 0 4px, 4px 0, 0 4px, 4px 0; /* 모든 선 초기화 */}
    25% {background-size: 100% 4px, 4px 0, 0 4px, 4px 0; /* 아래쪽 선 */}
    50% {background-size: 100% 4px, 4px 100%, 0 4px, 4px 0; /* 왼쪽 선 */}
    75% {background-size: 100% 4px, 4px 100%, 100% 4px, 4px 0; /* 위쪽 선 */}
    100% {background-size: 100% 4px, 4px 100%, 100% 4px, 4px 100%; /* 모든 선 */}
}

@media (max-width:1023px){
	.text__1820895__ .text_box {padding:30px;}
	.text__1820895__ .text_box h2 {font-size:28px;}
	.text__1820895__ .text_box p {font-size:14px;}
	.text__1820895__ .text_box h2 span::before {border-bottom-width:2px; top:calc(100% - 2px);}
}

@media (max-width:767px){
	.text__1820895__ .img_box .box_line {height:70%;}
	.text__1820895__ .text_box {width:90%; padding:15px; margin-top:-70px;}
	.text__1820895__ .text_box h2 {font-size:17px;}
	.text__1820895__ .text_box p {font-size:15px;}
}

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

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

/*     1820865 : 번호형 리스트      */
/* 리스트는 한 줄을 100% 차지하게 고정 */
.text_list__1820865__ ul{
  display: grid;                      /* 추가 */
  grid-template-columns: 1fr 1fr;     /* 추가 - 2열 */  
  width:100%;
  margin:0;
  padding:0;
}

.text_list__1820865__{
  display:block;
  width:100%;
  clear:both;
  padding:0 0 10px;
}

.text_list__1820865__ ul li {
  display:flex;
  align-items:center;
  width:100%;
  margin:0;
  padding-top:15px;
  padding-left:30px;
  padding-right:30px;
  font-size:15px;
  line-height:1.5em;
  padding-bottom:15px;
  border-bottom:1px solid #e1e2f1;
  box-sizing:border-box;
  transition:0.3s;
  cursor:pointer;
}

/* 호버 효과 */
.text_list__1820865__ ul li:hover {
  background:#f8f9ff;
  padding-left:35px;
}

.text_list__1820865__ ul li:first-child {
  /* 모든 항목과 동일하게 유지 */
}

.text_list__1820865__ ul li:last-child {
  border-bottom:2px solid #333;
  grid-column: 1 / -1;  
}

.text_list__1820865__ ul li > span {
  display:block;
  padding-right:15px;
  font-family:'NanumGothic',sans-serif;
  font-weight:normal;
  color:#5c62d7;
  flex-shrink:0;
  transition:0.3s;
}

.text_list__1820865__ ul li:hover > span .list_num {
  background:#5c62d7;
  transform:scale(1.1);
}

.text_list__1820865__ ul li p {
  display:block;
  color:#444444;
  font-weight:normal;
  letter-spacing:0;
  margin:0;
  flex:1;
  transition:0.3s;
}

.text_list__1820865__ ul li:hover p {
  color:#333;
  font-weight:500;
}

.text_list__1820865__ ul li i {display:inline-block;width:1em;height:1em;line-height:1em;padding:0 .2em;border:1px solid #5c62d7;border-radius:1em;box-sizing:borer-box;font-size:.8em;font-style:normal;text-align:center;}

.text_list__1820865__ .list_num {
  display:inline-block;
  border-radius:50%;
  vertical-align:middle;
  background-color:#5c62d7;
  color:#fff;
  text-align:center;
  transition:0.3s;
}

.text_list__1820865__.st_size_mal .list_num {width:22px;height:22px;line-height:22px;}
.text_list__1820865__.st_size_mid .list_num {width:28px;height:28px;line-height:28px;}
.text_list__1820865__.st_size_big .list_num {width:34px;height:34px;line-height:34px;}

@media all and (min-width:1024px){
  .text_list__1820865__{padding:0 0 0px;}
  .text_list__1820865__ ul li {
    font-size:18px;
    padding-top:20px;
    padding-left:50px;
    padding-right:50px;
    padding-bottom:20px;
  }
  .text_list__1820865__ ul li:hover {
    padding-left:55px;
  }
  .text_list__1820865__ ul li > span {
    padding-right:20px;
  }
}

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

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

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

