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


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

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

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

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

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

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

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

/*     1815105 : 한줄 텍스트      */
.text__1815105__, .text__1815105__ * {margin: 0; padding: 0; box-sizing: border-box;}

.text__1815105__ .img_box {position: relative;}
.text__1815105__ .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__1815105__ .text_box {position: relative; width: 80%; background: #FFF; padding: 50px; margin: 0 auto; margin-top: -100px; z-index: 1;}
.text__1815105__ .text_box h2 {font-size:24px; text-align:center; word-break:keep-all; margin-bottom:30px; color:#5c62d7;}
.text__1815105__ .text_box h2 span {display:inline-block; position:relative;}
.text__1815105__ .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__1815105__  .text_box.aos-animate h2 span::before { transform:scaleX(1);}
.text__1815105__ .text_box p {font-size:18px; 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__1815105__ .text_box {padding:30px;}
	.text__1815105__ .text_box h2 {font-size:28px;}
	.text__1815105__ .text_box p {font-size:14px;}
	.text__1815105__ .text_box h2 span::before {border-bottom-width:2px; top:calc(100% - 2px);}
}

@media (max-width:767px){
	.text__1815105__ .img_box .box_line {height:70%;}
	.text__1815105__ .text_box {width:90%; padding:15px; margin-top:-70px;}
	.text__1815105__ .text_box h2 {font-size:20px;}
	.text__1815105__ .text_box p {font-size:15px;}
}

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

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

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

/*     1814985 : 이미지 리스트 (타일형)      */
.img_tile__1814985__ {width:100%; max-width:1400px; margin:0 auto;}

.img_tile__1814985__ .item {display:flex; align-items:center; background:#f2f2f2; padding:20px 40px 20px 20px; border-radius:12px; margin-bottom:20px; word-break:keep-all; transition:0.4s;}
.img_tile__1814985__ .item:last-child {margin-bottom:0;}
.img_tile__1814985__ .item:hover {background:#e9d9f3;}

.img_tile__1814985__ .item figure {margin-right:30px; width:200px; aspect-ratio:1/1; flex-shrink:0; overflow:hidden;}
.img_tile__1814985__ .item img {display:block; width:100%; object-fit:cover; transition:0.4s; transition-delay:0.1s;}
.img_tile__1814985__ .item:hover img {transform:scale(1.1);}

.img_tile__1814985__ .item .subject {font-size:20px; font-weight:600; color:#000; margin-bottom:15px;}
.img_tile__1814985__ .item .content {font-size:18px;}

@media (max-width:1023px){
	.img_tile__1814985__ .item .subject {font-size:18px;}
}

@media (max-width:767px){
	.img_tile__1814985__ .item figure {width:160px}
	.img_tile__1814985__ .item .subject {font-size:16px}
	.img_tile__1814985__ .item .content {font-size:14px;}
}

@media (max-width:500px){
	.img_tile__1814985__ .item {flex-direction:column; padding:20px;}
	.img_tile__1814985__ .item figure {position:relative; width:100%; height:150px; aspect-ratio:unset; margin-right:0; margin-bottom:10px;}
	.img_tile__1814985__ .item figure img {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
	.img_tile__1814985__ .item:hover img {transform:translate(-50%, -50%) scale(1.1);}
	.img_tile__1814985__ .item .subject {font-size:16px; margin-bottom:10px}
	.img_tile__1814985__ .item .content {font-size:15px;}
}

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

