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


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

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

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

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

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

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

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

/*     1811805 : 한줄 텍스트      */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 1400px;
    max-width: 100%;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    display: flex;
    position: relative;
    font-family: 'Noto Sans KR', sans-serif;
}

.image-section {
    flex: 1;
    background: #f5f0eb;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(139, 115, 95, 0.05) 0%, rgba(210, 180, 140, 0.02) 100%);
    pointer-events: none;
}

.content-section {
    flex: 1;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to bottom, #ffffff 0%, #fefefe 100%);
}

.badge {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #c9a88f 0%, #b89a7f 100%);
    border-radius: 50%;
    display: inline-flex; /* flex → inline-flex */
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0; /* 28px → 0 */
    margin-right: 20px; /* 추가 */
    vertical-align: middle; /* 추가 */
    box-shadow: 0 4px 16px rgba(185, 154, 127, 0.3);
    animation: pulse 2s ease-in-out infinite;
}

.content-section h1 {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 40px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    display: inline-block; /* 추가 */
    vertical-align: middle; /* 추가 */
}

.question-list {
    list-style: none; text-align:left; font-size:18px;
}

.question-item {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding-left: 28px;
    transition: all 0.3s ease;
}

.question-item:hover {
    background: linear-gradient(to right, rgba(201, 168, 143, 0.03), transparent);
    padding-left: 32px;
}

.question-item::before {
    content: '·';
    position: absolute;
    left: 8px;
    color: #c9a88f;
    font-size: 28px;
    line-height: 1;
    top: 18px;
}

.question-item:last-child {
    border-bottom: none;
}

.question-text {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    font-weight: 400;
}

.highlight {
    color: #2c2c2c;
    font-weight: 500;
}

/* 애니메이션 */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 16px rgba(185, 154, 127, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 24px rgba(185, 154, 127, 0.4);
    }
}

.title-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.badge {
    margin-bottom: 0; font-size: 15px;
    flex-shrink: 0;
}

.content-section h1 {
    margin-bottom: 0;
}

/* 반응형 */
@media (max-width: 1440px) {
    .container {
        width: 100%;
        max-width: 1400px;
    }
}

@media (max-width: 1024px) {
.question-list {
    list-style: none; text-align:left;
}
.badge {
    width: 30px;
    height: 30px;
}
.question-text {
    font-size: 15px;
}
    .container {
        flex-direction: column;
    }
    
    .image-section {
        min-height: 350px;
    }
    
    .content-section {
        padding: 30px 20px;
    }
.title-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.content-section h1 {
    font-size: 18px;
}
}

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

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

/*     1810495 : 번호형 리스트      */
/* 리스트는 한 줄을 100% 차지하게 고정 */
.text_list__1810495__ ul{
  display:block;
  width:100%;
  margin:0;
  padding:0;
}

.text_list__1810495__{
  display:block;
  width:100%;
  clear:both;
  padding:0 0 0px;
}

.text_list__1810495__ 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__1810495__ ul li:hover {
  background:#f8f9ff;
  padding-left:35px;
}

.text_list__1810495__ ul li:first-child {
  /* 모든 항목과 동일하게 유지 */
}

.text_list__1810495__ ul li:last-child {
  border-bottom:2px solid #333;
}

.text_list__1810495__ 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__1810495__ ul li:hover > span .list_num {
  background:#5c62d7;
  transform:scale(1.1);
}

.text_list__1810495__ ul li p {
  display:block;
  color:#444444;
  font-weight:normal;
  letter-spacing:0;
  margin:0;
  flex:1;
  transition:0.3s;
}

.text_list__1810495__ ul li:hover p {
  color:#333;
  font-weight:500;
}

.text_list__1810495__ 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__1810495__ .list_num {
  display:inline-block;
  border-radius:50%;
  vertical-align:middle;
  background-color:#5c62d7;
  color:#fff;
  text-align:center;
  transition:0.3s;
}

.text_list__1810495__.st_size_mal .list_num {width:22px;height:22px;line-height:22px;}
.text_list__1810495__.st_size_mid .list_num {width:28px;height:28px;line-height:28px;}
.text_list__1810495__.st_size_big .list_num {width:34px;height:34px;line-height:34px;}

@media all and (min-width:1024px){
  .text_list__1810495__{padding:0 0 0px;}
  .text_list__1810495__ ul li {
    font-size:18px;
    padding-top:20px;
    padding-left:50px;
    padding-right:50px;
    padding-bottom:20px;
  }
  .text_list__1810495__ ul li:hover {
    padding-left:55px;
  }
  .text_list__1810495__ ul li > span {
    padding-right:20px;
  }
}

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

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

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

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

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

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

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

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

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

/*     1811855 : 한줄 텍스트      */
<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; 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; padding:18px 0; border-bottom:1px solid #f0f0f0; transition:0.2s;}
.self__check .check__item:last-child {border-bottom:0;}
.self__check .check__item:hover {background:#f9f9f9; padding-left:10px;}
.self__check .check__item label {font-size:20px; color:#444; line-height:1.6em; cursor:pointer; word-break:keep-all;}

@media (max-width:1023px){
	.self__check .title {font-size:30px; margin-bottom:35px;}
	.self__check .check__wrapper {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;padding:10px 10px;}
	.self__check .check__item {padding:15px 0;}
	.self__check .check__item label {font-size:15px;}
}
</style>

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

