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


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

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

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

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

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

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

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

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

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

/*     1803085 : 이미지      */
.img__1803085__ {
    max-width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* a태그가 있을 때 */
.img__1803085__ a {
    display: block;
    vertical-align: top;
    position: relative;
}

/* 오버레이 - a태그가 있을 때 */
.img__1803085__ a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 182, 193, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.img__1803085__ a:hover::after {
    opacity: 1;
}

/* 오버레이 - a태그가 없을 때 (이미지만 있을 때) */
.img__1803085__::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 182, 193, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.img__1803085__:hover::before {
    opacity: 1;
}

/* 이미지 스타일 */
.img__1803085__ img {
    width: px;
    vertical-align: top;
    transition: transform 0.3s ease;
    display: block;
}

/* 이미지 확대 - a태그가 있을 때 */
.img__1803085__ a:hover img {
    transform: scale(1.05);
}

/* 이미지 확대 - a태그가 없을 때 */
.img__1803085__:hover img {
    transform: scale(1.05);
}

/*     1803185 : BLANK 컨텐츠      */
.blank__1803185__ {
    box-sizing:border-box;
    display:block;
    position:relative;
    width:100vw;  /* ✅ 추가 */
    margin-left:calc(-50vw + 50%);  /* ✅ 추가 */
    height:30px;
}
.blank__1803185__.build_edit_mode {
    min-height:10px;
    border:1px dashed red;
    background:rgba(255,255,255,.1);
}
.blank__1803185__.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__1803185__ {height:15px}
}

/*     1803275 : 한줄 텍스트      */
.text__1803275__ {
    display:flex;
    justify-content:center;
    width:100%;
}
.text__1803275__ p {
    background-color:#fff; 
    padding:30px 20px;
    padding-left:80px;
    margin:0;
    font-size:15px;
    font-weight:normal;
    color:#161616;
    position:relative;
    max-width:1200px;
    letter-spacing:0;
    line-height:1.6em;
    text-align:left;
}

/* b 태그만 빨간색 */
.text__1803275__ p b {
    color: #FF595A;
    font-weight: 700;
}

/* 느낌표 동그라미 */
.text__1803275__ p::before {
    content:'!';
    display:flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    background:#FF595A;
    color:#fff;
    border-radius:50%;
    font-size:32px;
    font-weight:bold;
    position:absolute;
    left:15px;
    top:50%;
    transform:translateY(-50%);
}

.text__1803275__ p a {
    color:#161616
}

/* PC 버전 */
@media all and (min-width:1024px){
    .text__1803275__ p {
        font-size:18px; 
        padding:10px 60px;
        padding-left:110px;
        text-align:left;
    }
    
    .text__1803275__ p::before {
        width:70px;
        height:70px;
        font-size:42px;
        left:25px;
    }
}

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

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

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

/*     1806815 : 한줄 텍스트      */
@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: 500px;
}

.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: 20px;
    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; /* 추가 */
}

.content-section h2 {
    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: 17px;
    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;
    font-size: 18px;
}

.badge {
    margin-bottom: 0; font-size: 13px;
    flex-shrink: 0;
}

.content-section h1 {
    margin-bottom: 0;
}

.content-section h2{
    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;
}
}
.content-section h2 {
    font-size: 18px;
}
}

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

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

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

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

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

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

/*     1803555 : 한줄 텍스트      */
.text__1803555__ {background:#f8f8fa; padding:80px 0;}
.text__1803555__ h2 {font-size:36px; color:#5c62d7; margin-bottom:20px; text-align:center;}
.text__1803555__ .subTitle {font-size:22px; font-weight:200; text-align:center; word-break:keep-all;}
.text__1803555__ .subTitle span{color:#333; font-weight:500;}
.text__1803555__ ul {max-width:800px; width:100%; margin:50px auto 0;}
.text__1803555__ ul li + li {margin-top:20px;}
.text__1803555__ .item .subject {display:flex; align-items:center; border-radius:16px 16px 0 0; background:#575cc5; padding:15px 30px; color:#FFF; font-size:18px; font-weight:600; transition:0.4s;}
.text__1803555__ .item .subject span {display:flex; justify-content:center; align-items:center; border:1px solid #fff; margin-right:10px; border-radius:50%; width:30px; height:30px;}
.text__1803555__ .item .content {background:#fff; padding:30px 60px 40px 60px; border-radius:0 0 16px 16px; font-size:18px; word-break:keep-all; transition:0.4s; border:1px solid transparent;}
.text__1803555__ .item:hover .content {border:1px solid #575cc5;}  /* 수정됨 */
.text__1803555__ .item:hover .subject {background:#4d52a3;}
@media (max-width:1023px){
	.text__1803555__ {padding:0 20px 80px}
	.text__1803555__ h2 {font-size:18px;}
	.text__1803555__ .subTitle {font-size:15px;}
}
@media (max-width:767px){
	.text__1803555__ {padding:0 20px 60px;}
	.text__1803555__ h2 {font-size:18px;}
	.text__1803555__ .subTitle {font-size:15px;}
	.text__1803555__ .item .subject {font-size:16px; padding:15px 15px; word-break:keep-all;}
	.text__1803555__ .item .subject span {width:25px; height:25px; flex-shrink:0;}
	.text__1803555__ .item .content {font-size:15px; padding:15px 30px 20px 30px;}
}

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

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

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

/*     1804005 : 한줄 텍스트      */
.text__1804005__ {display:flex; align-items:stretch;}

.text__1804005__ figure {position:relative; width:50%; overflow:hidden; background:url(/img_up/shop_pds/mirpia1004/build/option/eum-haek-seong-hyeong1769473659.png) no-repeat center / 100% 100%; transition:0.4s;}
.text__1804005__ figure .border-effect {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:80%; height:80%; overflow:hidden;}
.text__1804005__ figure .border-effect span {display:block; width:100%; height:100%;}
.text__1804005__ figure .border-effect::before,
.text__1804005__ figure .border-effect::after,
.text__1804005__ figure .border-effect span::before,
.text__1804005__ figure .border-effect span::after {content:""; position:absolute; background:#FFF; transition: 0.4s ease;}
.text__1804005__ figure .border-effect::before {width:100%; height:2px; bottom:0; left:0; transform:translateX(-100%); transition-delay:0.9s;}
.text__1804005__ figure .border-effect::after {width:2px; height:100%; bottom:0; right:0; transform:translateY(100%); transition-delay:0.6s;}
.text__1804005__ figure .border-effect span::before {width:100%; height:2px; top:0; left:0; transform:translateX(100%); transition-delay:0.3s;}
.text__1804005__ figure .border-effect span::after {width:2px; height:100%; top:0; left:0; transform:translateY(-100%); transition-delay:0s;}
.text__1804005__:hover figure {background-size:105% 105%;}
.text__1804005__:hover figure .border-effect::before,
.text__1804005__:hover figure .border-effect::after,
.text__1804005__:hover figure .border-effect span::before,
.text__1804005__:hover figure .border-effect span::after {transform:translate(0,0);}
.text__1804005__:hover figure .border-effect::before {transition-delay: 0s;}
.text__1804005__:hover figure .border-effect::after {transition-delay: 0.3s;}
.text__1804005__:hover figure .border-effect span::before {transition-delay: 0.6s;}
.text__1804005__:hover figure .border-effect span::after {transition-delay: 0.9s;}

.text__1804005__ .content_wrap {display:flex; flex-direction:column; justify-content:center; width:50%; box-sizing:border-box; padding:80px 40px; background:#6d70b5 ; word-break:keep-all;} /*배경컬러*/
.text__1804005__ .content_wrap h2 {font-size:22px; color:#FFF; border:1px solid rgba(255,255,255,0.8); padding:20px; transition:0.4s; font-weight:400;}
.text__1804005__:hover .content_wrap h2 {background:#FFF; color:#6d70b5;} /*타이틀 오버시*/

.text__1804005__ .content_wrap ul {margin-top:40px;}
.text__1804005__ .content_wrap ul li {position:relative; padding-left:30px; font-size:21px; color:#FFF; font-weight:300; word-break:keep-all;}
.text__1804005__ .content_wrap ul li + li {margin-top:5px;}
.text__1804005__ .content_wrap ul li i {position:absolute; top:2ㅔㅌ; left:0; font-size:26px; font-weight:bold;}
/*
.text__1804005__ .tel_box {display:flex; flex-direction:column; justify-content:center; align-items:center; padding:20px; box-sizing:border-box; background:#FFF; color:#000; margin-top:40px; transition:0.4s}
.text__1804005__ .tel_box:hover {border-radius:12px;}
.text__1804005__ .tel_box p {padding:0; color:#000; font-size:21px;}
.text__1804005__ .tel_box a { font-size:24px; margin-top:10px; font-weight:500; transition:0.4s;}
.text__1804005__ .tel_box a:hover {font-weight:900;}*/


@media (max-width:1023px){
	.text__1804005__ .content_wrap {padding:55px 40px;}
	.text__1804005__ .content_wrap h2 {font-size:18px;}
	.text__1804005__ .content_wrap ul li {font-size:15px;}
}

@media (max-width:767px){
	.text__1804005__ {flex-direction:column;}
	.text__1804005__ figure {width:100%; padding-bottom:60%; background-size:100%;}
	.text__1804005__:hover figure {background-size:105%;}
	.text__1804005__ figure .border-effect {width:90%;}
	.text__1804005__ .content_wrap {width:100%; padding:30px 20px;}
	.text__1804005__ .content_wrap h2 {font-size:18px; text-align:Center; padding:15px 20px;}
	.text__1804005__ .content_wrap ul {margin-top:15px;}
	.text__1804005__ .content_wrap ul li {font-size:16px;}
	.text__1804005__ .tel_box {margin-top:30px;}
}

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

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

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

/*     1806655 : 한줄 텍스트      */
.text__1806655__ {
    display:flex;
    justify-content:center;
    width:100%;
}
.text__1806655__ p {
    background-color:#fff; 
    padding:30px 20px;
    padding-left:80px;
    margin:0;
    font-size:15px;
    font-weight:normal;
    color:#161616;
    position:relative;
    max-width:1200px;
    letter-spacing:0;
    line-height:1.6em;
    text-align:left;
}

/* b 태그만 빨간색 */
.text__1806655__ p b {
    color: #FF595A;
    font-weight: 700;
}

/* 느낌표 동그라미 */
.text__1806655__ p::before {
    content:'!';
    display:flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    background:#FF595A;
    color:#fff;
    border-radius:50%;
    font-size:32px;
    font-weight:bold;
    position:absolute;
    left:15px;
    top:50%;
    transform:translateY(-50%);
}

.text__1806655__ p a {
    color:#161616
}

/* PC 버전 */
@media all and (min-width:1024px){
    .text__1806655__ p {
        font-size:18px; 
        padding:20px 60px;
        padding-left:110px;
        text-align:left;
    }
    
    .text__1806655__ p::before {
        width:70px;
        height:70px;
        font-size:42px;
        left:25px;
    }
}

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

/*     1803925 : 한줄 텍스트      */
.text__1803925__ {background:#eee; padding:20px; border:0px solid #eee;}

.text__1803925__ p {
	display:block;margin:0;padding:0;
	font-size:15px;font-weight:normal;color:#444444;letter-spacing:-0.7px;line-height:1.2;
}

@media all and (min-width:1024px){
	.text__1803925__ p {font-size:18px}
}

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

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

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

/*     1824394 : 한줄 텍스트      */
.text__1824394__, .text__1824394__ * {margin:0; padding:0; box-sizing:border-box;}

.text__1824394__ {display:flex; justify-content:space-between; gap:100px;}

.text__1824394__ .text_box .tag {display:flex; flex-wrap-reverse; gap:10px; justify-content:center;}
.text__1824394__ .text_box .tag span {font-size:18px; background:#5c62d7; border-radius:50px; color:#FFF; padding:13px 13px; }

@media (max-width:1023px){
	.text__1824394__ {gap:0px;}
	.text__1824394__ .text_box .tag span {font-size:20px;justify-content:center;}
	.text__1824394__ .img_wrap {width:100%;}
}

@media (max-width:767px){
	.text__1824394__ {flex-direction:column; text-align:center;}
	.text__1824394__ .text_box {width:100%;}
	.text__1824394__ .text_box .tag {justify-content:center; flex-direction:row; flex-wrap:wrap;}
	.text__1824394__ .text_box .tag span {font-size:15px; padding:10px 10px; width:calc(50% - 5px);}
	.text__1824394__ .img_wrap .img_box {width:50%; margin-bottom:20px;}
	.text__1824394__ .img_box img {margin:0 auto;}
}

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

/*     1806765 : 이미지      */
* {
    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: 0px;
    letter-spacing: -0.5px;
    line-height: 1.8;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.hero-subtitle .highlight {
    color: #f4d03f;
    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);
    }
}

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

/*     1804205 : 한줄 텍스트      */
.text__1804205__, .text__1804205__ * {position:relative; padding:0; margin:0; box-sizing:border-box;}
.text__1804205__ {max-width:1440px; margin:0 auto;}
.text__1804205__ .effect__box{list-style:none; display:flex; flex-wrap:wrap; width:100%; justify-content:center; padding-bottom:20px; border-bottom:8px solid #eee;}
.text__1804205__ .effect__box li{
    width: 50%; 
    padding: 0 20px 20px 20px; 
    text-align:center;
    cursor:pointer;
}

.text__1804205__ .effect__box li::after{content:""; position:absolute; bottom:0; right:0; width:1px; height:200px; background:#ddd;}
.text__1804205__ .effect__box li:last-child::after{content:none;}

.text__1804205__ .effect__box .figure {
    height:200px; 
    overflow:visible;
    margin-bottom:35px;
}

.text__1804205__ .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__1804205__ .effect__box li:hover .figure img {
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.text__1804205__ .effect__box .subject {font-size:25px; letter-spacing:-2px; font-weight:500; color:#5c62d7; line-height:1.4em; margin-bottom:20px;text-align:left;}
.text__1804205__ .effect__box .content {font-size:18px; letter-spacing:-1px; color:#666; word-break:keep-all;text-align:left; line-height:1.4em;}
.text__1804205__ .effect__box .content b {font-weight:500; color:#333;}
.text__1804205__ .effect__box li:nth-of-type(odd) p strong{color:#73bac1;}
.text__1804205__ .effect__box li:nth-of-type(even) p strong{color:#b3c173;}

@media (max-width:1023px){
	.text__1804205__ {padding:0 15px;}
	.text__1804205__ .effect__box li {font-size:15px;}
	.text__1804205__ .effect__box li::after {height:95px;}
	.text__1804205__ .effect__box .figure {height:150px; margin-bottom:20px;}
	.text__1804205__ .effect__box .subject {font-size:18px; margin-bottom:5px;}
	.text__1804205__ .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__1804205__ .effect__box{padding-bottom:5px}
	.text__1804205__ .effect__box li {padding: 0 10px 10px 10px;}
	.text__1804205__ .effect__box .figure {height:70px;}
	.text__1804205__ .effect__box .subject {font-size:18px;}
	.text__1804205__ .effect__box .content {font-size:15px;}
.text__1804205__ .effect__box li::after{content:""; position:absolute; bottom:5px; right:0; width:1px; height:170px; background:#ddd;}
}

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

