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


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

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

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

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

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

/*     1795333 : 한줄 텍스트      */
.text__1795333__, .text__1795333__ * {position:relative; padding:0; margin:0; box-sizing:border-box;}
.text__1795333__ {max-width:1440px; margin:0 auto;}
.text__1795333__ .effect__box{list-style:none; display:flex; flex-wrap:wrap; width:100%; justify-content:center; padding-bottom:20px; border-bottom:8px solid #eee;}
.text__1795333__ .effect__box li{
    width: 50%; 
    padding: 0 20px 20px 20px; 
    text-align:center;
    cursor:pointer;
}

.text__1795333__ .effect__box li::after{content:""; position:absolute; bottom:0; right:0; width:1px; height:200px; background:#ddd;}
.text__1795333__ .effect__box li:last-child::after{content:none;}

.text__1795333__ .effect__box .figure {
    height:200px; 
    overflow:visible;
    margin-bottom:35px;
}

.text__1795333__ .effect__box .figure img {
    display:block; 
    width:100%; 
    height:100%; 
    object-fit:cover;
    transition:0.4s ease;
    box-shadow:0 0 0 rgba(0,0,0,0);
}

/* li 전체에 호버하면 그 안의 이미지에 그림자 */
.text__1795333__ .effect__box li:hover .figure img {
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.text__1795333__ .effect__box .subject {font-size:24px; letter-spacing:-2px; font-weight:500; color:#e84250; line-height:1.4em; margin-bottom:15px;}
.text__1795333__ .effect__box .content {font-size:18px; letter-spacing:-1px; color:#666; word-break:keep-all; line-height:1.4em;}
.text__1795333__ .effect__box .content b {font-weight:500; color:#333;}
.text__1795333__ .effect__box li:nth-of-type(odd) p strong{color:#73bac1;}
.text__1795333__ .effect__box li:nth-of-type(even) p strong{color:#b3c173;}

@media (max-width:1023px){
	.text__1795333__ {padding:0 15px;}
	.text__1795333__ .effect__box li {font-size:15px;}
	.text__1795333__ .effect__box li::after {height:95px;}
	.text__1795333__ .effect__box .figure {height:150px; margin-bottom:20px;}
	.text__1795333__ .effect__box .subject {font-size:18px; margin-bottom:5px;}
	.text__1795333__ .effect__box .content {font-size:15px;}
 .text__1795513__ .img_box p {
        font-size:15px;  /* 원하는 크기로 조정 */
    }
    .text__1795513__ .img_box b {
        font-size:18px;  /* 원하는 크기로 조정 */
    }
}


@media (max-width:767px){
	.text__1795333__ .effect__box{padding-bottom:5px}
	.text__1795333__ .effect__box li {padding: 0 10px 10px 10px;}
	.text__1795333__ .effect__box .figure {height:70px;}
	.text__1795333__ .effect__box .subject {font-size:18px;}
	.text__1795333__ .effect__box .content {font-size:15px;}
.text__1795333__ .effect__box li::after{content:""; position:absolute; bottom:5px; right:0; width:1px; height:170px; background:#ddd;}
}

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

/*     1795523 : 한줄 텍스트      */
.text__1795523__, .text__1795523__ * {position:relative; padding:0; margin:0; box-sizing:border-box;}
.text__1795523__ {max-width:1440px; margin:0 auto;}
.text__1795523__ .effect__box{list-style:none; display:flex; flex-wrap:wrap; width:100%; justify-content:center; padding-bottom:20px; border-bottom:8px solid #eee;}
.text__1795523__ .effect__box li{
    width: 50%; 
    padding: 0 20px 20px 20px; 
    text-align:center;
    cursor:pointer;
}

.text__1795523__ .effect__box li::after{content:""; position:absolute; bottom:0; right:0; width:1px; height:200px; background:#ddd;}
.text__1795523__ .effect__box li:last-child::after{content:none;}

.text__1795523__ .effect__box .figure {
    height:200px; 
    overflow:visible;
    margin-bottom:35px;
}

.text__1795523__ .effect__box .figure img {
    display:block; 
    width:100%; 
    height:100%; 
    object-fit:cover;
    transition:0.4s ease;
    box-shadow:0 0 0 rgba(0,0,0,0);
}

/* li 전체에 호버하면 그 안의 이미지에 그림자 */
.text__1795523__ .effect__box li:hover .figure img {
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.text__1795523__ .effect__box .subject {font-size:24px; letter-spacing:-2px; font-weight:500; color:#e84250; line-height:1.4em; margin-bottom:15px;}
.text__1795523__ .effect__box .content {font-size:18px; letter-spacing:-1px; color:#666; word-break:keep-all; line-height:1.4em;}
.text__1795523__ .effect__box .content b {font-weight:500; color:#333;}
.text__1795523__ .effect__box li:nth-of-type(odd) p strong{color:#73bac1;}
.text__1795523__ .effect__box li:nth-of-type(even) p strong{color:#b3c173;}

@media (max-width:1023px){
	.text__1795523__ {padding:0 15px;}
	.text__1795523__ .effect__box li {font-size:15px;}
	.text__1795523__ .effect__box li::after {height:95px;}
	.text__1795523__ .effect__box .figure {height:150px; margin-bottom:20px;}
	.text__1795523__ .effect__box .subject {font-size:18px; margin-bottom:5px;}
	.text__1795523__ .effect__box .content {font-size:15px;}
 .text__1795513__ .img_box p {
        font-size:15px;  /* 원하는 크기로 조정 */
    }
    .text__1795513__ .img_box b {
        font-size:18px;  /* 원하는 크기로 조정 */
    }
}


@media (max-width:767px){
	.text__1795523__ .effect__box{padding-bottom:5px}
	.text__1795523__ .effect__box li {padding: 0 10px 10px 10px;}
	.text__1795523__ .effect__box .figure {height:70px;}
	.text__1795523__ .effect__box .subject {font-size:18px;}
	.text__1795523__ .effect__box .content {font-size:15px;}
.text__1795523__ .effect__box li::after{content:""; position:absolute; bottom:5px; right:0; width:1px; height:170px; background:#ddd;}
}

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

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

/*     1795513 : 한줄 텍스트      */
.text__1795513__, .text__1795513__ * {margin:0; padding:0; box-sizing:border-box;}
.text__1795513__ {display:flex; max-width:1440px; margin:0 auto;}
.text__1795513__ ul {list-style:none;}

.text__1795513__ .list_wrap {padding:50px 60px; background:#f7f7f7; width:66.6%;}
.text__1795513__ ul {background:#FFF; padding:20px;}

/* 리스트 아이템 */
.text__1795513__ ul li {
    position:relative; 
    padding:25px 20px 25px 85px; 
    border-bottom:1px solid #ddd;
    word-break:keep-all;
    transition:all 0.3s ease;
    cursor:pointer;
}

.text__1795513__ ul li:last-child {border-bottom:none;}

.text__1795513__ ul li:hover {
    background:linear-gradient(to right, #fff8f5 0%, #ffffff 100%);
    padding-left:90px;
    box-shadow:0 4px 15px rgba(155, 123, 103, 0.12);
}

/* 체크 아이콘 */
.text__1795513__ ul li span {
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute; 
    top:50%; 
    left:20px; 
    transform:translateY(-50%); 
    width:45px; 
    height:45px; 
    font-size:24px; 
    color:#FFF; 
    background:#9b7b67;
    border-radius:50%;
    transition:all 0.4s ease;
}

.text__1795513__ ul li:nth-child(2n) span {background:#9b7b678a;}

.text__1795513__ ul li:hover span {
    transform:translateY(-50%) scale(1.15);
    box-shadow:0 4px 12px rgba(155, 123, 103, 0.4);
}

/* 텍스트 컨텐츠 */
.text__1795513__ .text_content strong {
    display:block;
    font-size:22px;
    font-weight:400;
    color:#333;
    margin-bottom:8px;
    letter-spacing:-0.5px;
    transition:0.3s ease;
}

.text__1795513__ ul li:hover .text_content strong {
    color:#9b7b67;
    font-weight:500;
    letter-spacing:0px;
}

.text__1795513__ .text_content p {
    font-size:20px;
    color:#555;
    line-height:1.5em;
    letter-spacing:-0.3px;
    transition:0.3s ease;
}

.text__1795513__ ul li:hover .text_content p {
    color:#333;
}

/* 이미지 박스 */
.text__1795513__ .img_box {
    position:relative; 
    width:33.3%; 
    overflow:hidden;
}

.text__1795513__ .img_box::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(/img_up/shop_pds/mirpia1004/build/option/jin-dan1768976383.png) no-repeat center / cover;
    transition:transform 0.5s ease;
    z-index:0;
}

.text__1795513__ .img_box:hover::after {
    transform:scale(1.1);
}

.text__1795513__ .img_box::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.3);
    transition:0.5s ease;
    z-index:1;
}

.text__1795513__ .img_box:hover::before {
    background:rgba(0, 0, 0, 0.1);
}

.text__1795513__ .img_box .text_box {
    position:absolute; 
    top:50%; 
    transform:translateY(-50%); 
    left:30px; 
    color:#FFF;
    z-index:2;
    transition:0.4s ease;
}

.text__1795513__ .img_box:hover .text_box {
    transform:translateY(-50%) translateX(10px) scale(1.08);
}

.text__1795513__ .img_box p {font-size:22px; font-weight:400; margin-bottom:5px;}
.text__1795513__ .img_box b {font-size:32px; font-weight:700;}

/* 태블릿 */
@media(max-width:1023px){
    .text__1795513__ .text_content strong {font-size:18px;}
    .text__1795513__ .text_content p {font-size:15px;}
}

/* 모바일 */
@media(max-width:767px){
    .text__1795513__ {flex-direction:column;}
    .text__1795513__ .list_wrap {width:100%; padding:30px 20px;}
    .text__1795513__ ul {padding:15px;}
    .text__1795513__ ul li {padding:20px 10px 20px 70px;}
    .text__1795513__ ul li:hover {padding-left:70px;}
    .text__1795513__ ul li span {width:40px; height:40px; font-size:15px; left:15px;}
    .text__1795513__ .text_content strong {font-size:16px; margin-bottom:5px;}
    .text__1795513__ .text_content p {font-size:15px;}
    .text__1795513__ .img_box {width:100%; height:200px;}
.text__1795513__ .img_box .text_box {
        left:50%;
        transform:translateX(-50%) translateY(-50%);
        text-align:center;
    }
    .text__1795513__ .img_box p {font-size:15px;}
    .text__1795513__ .img_box b {font-size:18px;}
}

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

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

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

/*     1795653 : 한줄 텍스트      */
.text__1795653__, .text__1795653__ * {margin:0; padding:0; box-sizing:border-box;}
.text__1795653__ {display:flex; align-items:stretch; justify-content:center; gap:50px; max-width:1400px; margin:0 auto; padding:0 20px;}
.text__1795653__ > div {position:relative; flex:1; transition:0.3s;}
.text__1795653__ .img_box {width:100%; overflow:hidden; border-radius:10px; margin-bottom:20px;}
.text__1795653__ .img_box img {width:100%; height:auto; display:block;}
.text__1795653__ .content_box {display:flex; align-items:baseline; margin-bottom:15px;}
.text__1795653__ .content_box > span {font-size:40px; font-weight:700; color:#ff7700; margin-right:15px; line-height:1;}
.text__1795653__ .content_box > p {font-size:24px; font-weight:500; color:#333; line-height:1.2;}
.text__1795653__ .description {font-size:18px; color:#666; line-height:1.6em; word-break:keep-all;}

@media (max-width:1023px){
	.text__1795653__ {gap:30px; padding:0 15px;}
	.text__1795653__ .content_box > span {font-size:35px;}
	.text__1795653__ .content_box > p {font-size:18px;}
	.text__1795653__ .description {font-size:15px;}
}

@media (max-width:767px){
	.text__1795653__ {flex-direction:column; gap:30px;}
	.text__1795653__ .img_box {margin-bottom:15px;}
	.text__1795653__ .content_box > span {font-size:30px; margin-right:10px;}
	.text__1795653__ .content_box > p {font-size:18px;}
	.text__1795653__ .description {font-size:15px;}
}

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

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

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

/*     1795743 : 한줄 텍스트      */
.text__1795743__ 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__1795743__ p a {color:#161616}

@media all and (min-width:1024px){
	.text__1795743__ p {font-size:18px; background-color:#f3f3f3; padding:30px;}
}

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

/*     1795793 : 한줄 텍스트      */
.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:#3bb4c1; 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:#1976a3;}
.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:#3bb4c1; 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:#1976a3;}
.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;}
}

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

/*     1795803 : 한줄 텍스트      */
.compare__table, .compare__table * {margin:0; padding:0; box-sizing:border-box;}
.compare__table {max-width:1400px; margin:0 auto; padding:0 20px;}
.compare__table .title_wrap {text-align:center; margin-bottom:40px;}
.compare__table .title_wrap h2 {font-size:40px; font-weight:700; color:#333; letter-spacing:-2px;}
.compare__table .title_wrap h2 .vs {display:inline-block; width:60px; height:60px; background:#ff5a5f; color:#fff; border-radius:50%; font-size:28px; margin:0 20px; line-height:60px; vertical-align:middle;}
.compare__table table {width:100%; border-collapse:collapse; background:#f9f9f9;}
.compare__table table tr {border-bottom:1px solid #ddd;}
.compare__table table tr:first-child {border-top:1px solid #ddd;}  /* 첫 행 상단 테두리 추가 */
.compare__table table tr:last-child {border:2px solid #ff5a5f;}
.compare__table table th, .compare__table table td {padding:25px 20px; text-align:center; font-size:18px; color:#333;}
.compare__table table th {background:#fff; font-weight:700; font-size:24px;}
.compare__table table td {font-weight:400;}
.compare__table table tr td:nth-child(2) {background:#fff; font-weight:700; color:#666;}

@media (max-width:1023px){
	.compare__table .title_wrap h2 {font-size:32px;}
	.compare__table .title_wrap h2 .vs {width:50px; height:50px; font-size:24px; line-height:50px; margin:0 15px;}
	.compare__table table th, .compare__table table td {padding:20px 15px; font-size:16px;}
	.compare__table table th {font-size:20px;}
}

@media (max-width:767px){
	.compare__table {padding:0 15px;}
	.compare__table .title_wrap {margin-bottom:30px;}
	.compare__table .title_wrap h2 {font-size:24px;}
	.compare__table .title_wrap h2 .vs {width:40px; height:40px; font-size:18px; line-height:40px; margin:0 10px;}
	.compare__table table th, .compare__table table td {padding:15px 10px; font-size:14px;}
	.compare__table table th {font-size:16px;}
}

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

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

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

/*     1795853 : 한줄 텍스트      */
<style>
.self__check, .self__check * {margin:0; padding:0; box-sizing:border-box;}
.self__check {max-width:1400px; margin:0 auto; padding:0px;}
.self__check .title {text-align:center; font-size:36px; font-weight:700; color:#333; margin-bottom:50px; letter-spacing:-2px;}
.self__check .check__wrapper {display:flex; gap:40px; padding:40px; background:#fff; border:1px solid #e0e0e0; box-shadow:0 2px 10px rgba(0,0,0,0.05);}
.self__check .check__column {flex:1;}
.self__check .check__item {display:flex; align-items:flex-start; gap:12px; padding:15px 0; border-bottom:1px solid #f0f0f0; transition:0.2s;}
.self__check .check__item:hover {background:#f9f9f9; padding-left:10px;}
.self__check .check__item input[type="checkbox"] {margin-top:3px; width:20px; height:20px; cursor:pointer; accent-color:#5c62d7; flex-shrink:0;}
.self__check .check__item label {font-size:20px; color:#444; line-height:1.4em; cursor:pointer; word-break:keep-all; text-align:left;}

@media (max-width:1023px){
	.self__check .title {font-size:30px; margin-bottom:35px;}
	.self__check .check__wrapper {gap:30px; padding:30px;}
	.self__check .check__item label {font-size:15px;}
}

@media (max-width:767px){
    .self__check {padding:0 15px;}
    .self__check .title {font-size:26px; margin-bottom:25px;}
    .self__check .check__wrapper {
        flex-direction:column; 
        gap:0;  /* 20px → 0으로 변경 */
        padding:25px 20px;
    }
    .self__check .check__item {padding:15px 0;}
    .self__check .check__item label {font-size:15px;}
}
</style>

/*     1795863 : 한줄 텍스트      */
.text__1795863__ 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__1795863__ p a {color:#161616}

@media all and (min-width:1024px){
	.text__1795863__ p {font-size:18px; background-color:#f3f3f3; padding:30px;}
}
@media (max-width:767px){
    .text__1795863__ p {font-size:15px; background-color:#f3f3f3; padding:10px;}

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

