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


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

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

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

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

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

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

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

/*     1813555 : 한줄 텍스트      */
.text__1813555__ p {background-color:#f3f3f3; padding:10px;
	display:block;margin:0;
	font-size:15px;font-weight:normal;color:#161616;letter-spacing:0;line-height:1.5em;
}
.text__1813555__ p a {color:#161616}

@media all and (min-width:1024px){
	.text__1813555__ p {font-size:18px; background-color:#f3f3f3; padding:30px;}
}

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

/*     1813565 : 표 2.0      */
.table__1813565__ {width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}
.table__1813565__ > .table_inner {overflow:hidden;width:100%;margin:0 auto;border-top:3px solid #da6fa8}
.table__1813565__ * {box-sizing:border-box}
.table__1813565__ table {
	width:100%;margin-top:-1px;border-spacing:1px;border-collapse:separate;
	background:#dddddd;table-layout:fixed;
}
.table__1813565__ td {
	height:60px;padding:5px 10px;
	background:#fff;font-size:16px;font-weight:normal;color:#333;text-align:left;
}
.table__1813565__ td.empty__1813565__ {padding:50px 20px}

@media all and (max-width:767px){
	.table__1813565__ > .table_inner {width:px}
	.table__1813565__ td {font-size:14px !important; word-break:keep-all;}
}

@media all and (min-width:768px) and (max-width:1023px){
	.table__1813565__ > .table_inner {width:px}
}

@media all and (min-width:1024px){
	.table__1813565__ > .table_inner {width:px}
}

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

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

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

/*     1813785 : 한줄 텍스트      */
.text__1813785__, .text__1813785__ * {margin:0; padding:0; box-sizing:border-box;}

.text__1813785__ .tit {font-size:20px; font-weight:500; margin-bottom:10px;}
.text__1813785__ .text {font-size:20px; word-break:keep-all;}

@media (max-width:767px){
	.text__1813785__ .tit {font-size:16px;}
	.text__1813785__ .text {font-size:15px;}
}

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

/*     1813635 : 이미지 리스트 (타일형)      */
.img_tile__1813635__ {overflow:hidden}
.img_tile__1813635__ * {box-sizing:border-box}
.img_tile__1813635__ .img_inner {display:grid; grid-template-columns:repeat(1, 1fr); gap:10px;}
.img_tile__1813635__ .item {position:relative; display:flex; flex-direction:column; border:1px solid #ccc;}
.img_tile__1813635__ .figure {display:block; overflow:hidden;}
.img_tile__1813635__ .figure img {display:block; width:100%; height:100%; object-fit:cover; transition:1.2s}
.img_tile__1813635__ .caption {flex-grow:1; display:block; background:#f9f9f9; padding: 15px; text-align:center; word-break:keep-all;}
.img_tile__1813635__ .caption > span {display:block;}
.img_tile__1813635__ .caption > span.subject {font-size: 17px; font-weight:; color:#000000; margin-bottom:10px;}
.img_tile__1813635__ .caption > span.content {font-size: 15px; color:#444444}
.img_tile__1813635__ .caption > span.content b {font-weight:; color:#da6fa8;}

.img_tile__1813635__ .item:hover .figure img {transform:scale(1.1);}

@media (min-width:768px){
	.img_tile__1813635__ .img_inner {grid-template-columns:repeat(3, 1fr);}
}

@media (min-width:1024px){
	.img_tile__1813635__ .img_inner {grid-template-columns:repeat(3, 1fr); gap:20px;}
	.img_tile__1813635__ .caption {padding:20px;}
	.img_tile__1813635__ .caption > span.subject {font-size: 20px;  margin-bottom:10px;}
	.img_tile__1813635__ .caption > span.content {font-size: 18px;}
}

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

/*     1813755 : 이미지 리스트 (타일형)      */
.img_tile__1813755__ {overflow:hidden}
.img_tile__1813755__ * {box-sizing:border-box}
.img_tile__1813755__ .img_inner {display:grid; grid-template-columns:repeat(1, 1fr); gap:10px;}
.img_tile__1813755__ .item {position:relative; display:flex; flex-direction:column; border:1px solid #ccc;}
.img_tile__1813755__ .figure {display:block; overflow:hidden;}
.img_tile__1813755__ .figure img {display:block; width:100%; height:100%; object-fit:cover; transition:1.2s}
.img_tile__1813755__ .caption {flex-grow:1; display:block; background:#f9f9f9; padding: 15px; text-align:center; word-break:keep-all;}
.img_tile__1813755__ .caption > span {display:block;}
.img_tile__1813755__ .caption > span.subject {font-size: 17px; font-weight:; color:#000000; margin-bottom:10px;}
.img_tile__1813755__ .caption > span.content {font-size: 15px; color:#444444}
.img_tile__1813755__ .caption > span.content b {font-weight:; color:#da6fa8;}

.img_tile__1813755__ .item:hover .figure img {transform:scale(1.1);}

@media (min-width:768px){
	.img_tile__1813755__ .img_inner {grid-template-columns:repeat(3, 1fr);}
}

@media (min-width:1024px){
	.img_tile__1813755__ .img_inner {grid-template-columns:repeat(3, 1fr); gap:20px;}
	.img_tile__1813755__ .caption {padding:20px;}
	.img_tile__1813755__ .caption > span.subject {font-size: 20px;  margin-bottom:10px;}
	.img_tile__1813755__ .caption > span.content {font-size: 18px;}
}

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

