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


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

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

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

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

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

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

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

/*     1809805 : 이미지      */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding: 0 80px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    animation: fadeInUp 1s ease-out both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 1024px 이상 - 기본 크기 */
.hero-subtitle {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    line-height: 1.8;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.hero-subtitle .highlight {
    color: #b5b9ff;
    font-weight: 500;
}

.hero-brand {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 40px;
    opacity: 0.9;
    animation: fadeInUp 1s ease-out 0.6s both;
}

/* 1023px 이하 - 모바일 크기 */
@media screen and (max-width: 1023px) {
    .hero-content {
        padding: 0 30px;
    }
    
    .hero-subtitle {
        font-size: 15px;
    }
    
    .hero-brand {
        font-size: 13px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .hero-content {
        padding: 0 20px;
    }
}

/* 애니메이션 정의 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

/*     1809875 : 한줄 텍스트      */
.compare__box, .compare__box * {margin:0; padding:0; box-sizing:border-box;}
.compare__box {display:flex; gap:0; max-width:1400px; margin:0 auto; padding:0 20px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}  /* gap 제거, 상하단 테두리 추가 */
.compare__box .item {flex:1; border-right:1px solid #ddd; padding:0 30px;}  /* padding으로 간격 조정 */
.compare__box .item:last-child {border-right:0;}
.compare__box .item .title {text-align:center; font-size:28px; font-weight:500; color:#333; padding:30px 0; letter-spacing:-1px;}
.compare__box .item .desc_box {background:#5c62d7; padding:30px 25px; text-align:center; font-size:20px; color:#fff; line-height:1.6em; word-break:keep-all; margin-bottom:30px;}
.compare__box .item:last-child .desc_box {background:#555bc8;}
.compare__box .item .check_list {display:grid; grid-template-columns:repeat(2, 1fr); gap:20px 15px; padding-bottom:30px;}  /* 하단 여백 추가 */
.compare__box .item .check_item {display:flex; align-items:flex-start; gap:10px;}
.compare__box .item .check_item:before {content:'✓'; display:block; width:30px; height:30px; background:#5c62d7; color:#fff; font-size:20px; font-weight:bold; text-align:center; line-height:30px; border-radius:3px; flex-shrink:0;}
.compare__box .item:last-child .check_item:before {background: #555bc8;}
.compare__box .item .check_item p {font-size:18px; color:#333; line-height:1.5em; word-break:keep-all; padding-top:3px;}

@media (max-width:1023px){
	.compare__box {padding:0 15px;}
	.compare__box .item {padding:0 20px;}
	.compare__box .item .title {font-size:18px; padding:20px 0;}
	.compare__box .item .desc_box {padding:25px 20px; font-size:18px; margin-bottom:25px;}
	.compare__box .item .check_list {padding-bottom:25px;}
	.compare__box .item .check_item p {font-size:15px;}
}

@media (max-width:767px){
	.compare__box {flex-direction:column; border-bottom:0;}
	.compare__box .item {border-right:0; border-bottom:1px solid #ddd; padding:0 0 30px;}
	.compare__box .item:last-child {border-bottom:0;}
	.compare__box .item .title {font-size:18px; padding:30px 0 20px;}
	.compare__box .item .desc_box {font-size:15px; padding:20px 15px;}
	.compare__box .item .check_list {grid-template-columns:1fr; gap:15px; padding-bottom:0;}
	.compare__box .item .check_item p {font-size:15px;}
}

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

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

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

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

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

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

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

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

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

