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


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

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

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

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

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

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

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

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

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

/*     1820385 : 한줄 텍스트      */
.text__1820385__ {display:flex; align-items:center;}

.text__1820385__ figure {position:relative; display:block; width:50%; padding-bottom:40%; margin-right:50px; overflow:hidden;}
.text__1820385__ figure img {position:absolute; top:0; left:0; display:block; width:100%; height:100%; object-fit:cover; transition:0.4s;}
.text__1820385__ figure:hover img {transform:scale(1.1);}

.text__1820385__ .content_box {width:50%; padding:40px; box-sizing:border-box; word-break:keep-all;}
.text__1820385__ .content_box h2 {border:1px solid #FF595A; padding:20px; font-size:24px; color:#FF595A; text-align:center;}
.text__1820385__ .content_box p {font-size:18px; padding:40px 40px 0 40px;}

.text__1820385__ .content_box .tel_box {display:flex; flex-direction:column; justify-content:center; align-items:center; padding:20px; background:#ffeaea; margin-top:20px; transition:0.4s;}
.text__1820385__ .content_box .tel_box.active {background:#c9f3b5;}
.text__1820385__ .content_box .tel_box p {font-size:18px; font-weight:bold; text-align:center; padding:0;}
.text__1820385__ .content_box .tel_box a {margin-top:10px; font-size:24px; font-weight:500;}
 
@media (max-width:1400px){
	.text__1820385__ figure {margin-right:0;}
}

@media (max-width:1023px){
	.text__1820385__ .content_box {padding:30px;}
	.text__1820385__ .content_box h2 {font-size:32px;}
	.text__1820385__ .content_box p {font-size:16px; padding:30px 30px 0 30px;}
	.text__1820385__ .content_box .tel_box p {font-size:18px; padding:0}
	.text__1820385__ .content_box .tel_box a {font-size:21px;}
}

@media (max-width:767px){
	.text__1820385__ {flex-direction:column;}
	.text__1820385__ figure {width:100%;}
	.text__1820385__ figure img {top:50%; transform:translateY(-50%);}
	.text__1820385__ figure:hover img {transform:translateY(-50%) scale(1.1);}
	.text__1820385__ .content_box {width:100%; padding:20px 20px 0 20px;;}
	.text__1820385__ .content_box h2 {font-size:17px; padding:15px 20px;}
	.text__1820385__ .content_box p {font-size:15px; padding:10px 0 0 0; text-align:center;}
	.text__1820385__ .content_box .tel_box {padding:15px;}
	.text__1820385__ .content_box .tel_box p {font-size:15px; padding:0}
	.text__1820385__ .content_box .tel_box a {font-size:15px;}
}

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

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

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

/*     1820305 : 한줄 텍스트      */
.text__1820305__, .text__1820305__ * {margin:0; padding:0; box-sizing:border-box;}
.text__1820305__ {display:flex;}

.text__1820305__ .text_wrap {width:70%; padding-right:70px;}
.text__1820305__ .img_box {width:50%; overflow:hidden;}

.text__1820305__ .text_wrap .num {display:inline-block; font-size:24px; color:#FF595A; font-weight:bold; margin-bottom:10px;}
.text__1820305__ .text_wrap h3 {font-size:24px; color:#222; margin-bottom:20px; word-break:keep-all;}
.text__1820305__ .text_wrap p {font-size:18px; color:#666; word-break:keep-all;}

.text__1820305__ .img_box img {display:block; width:100%; object-fit:cover; transition:0.3s;}
.text__1820305__ .img_box img:hover {transform:scale(1.1);}

@media (max-width:1023px){
	.text__1820305__ {display:block;}
	.text__1820305__ .text_wrap {width:100%; margin-bottom:25px; padding-right:0;}
	.text__1820305__ .text_wrap .num {font-size:24px; margin-bottom:5px;}
	.text__1820305__ .text_wrap h3 {font-size:24px; margin-bottom:10px;}
	.text__1820305__ .text_wrap p {font-size:16px;}
	.text__1820305__ .img_box {width:100%;}
	.text__1820305__ .img_box img {max-width:420px; width:100%; margin:0 auto;}
}

@media (max-width:767px){
	.text__1820305__ .text_wrap .num {font-size:17px;}
	.text__1820305__ .text_wrap h3 {font-size:17px;}
	.text__1820305__ .text_wrap p {font-size:15px;}
}


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

/*     1820325 : 한줄 텍스트      */
.text__1820325__, .text__1820325__ * {margin:0; padding:0; box-sizing:border-box;}
.text__1820325__ {display:flex; flex-direction:row-reverse;}

.text__1820325__ .text_wrap {width:70%; padding-left:70px;}
.text__1820325__ .img_box {width:50%; overflow:hidden;}

.text__1820325__ .text_wrap .num {display:inline-block; font-size:28px; color:#FF595A; font-weight:bold; margin-bottom:10px;}
.text__1820325__ .text_wrap h3 {font-size:28px; color:#222; margin-bottom:20px; word-break:keep-all;}
.text__1820325__ .text_wrap p {font-size:18px; color:#666; word-break:keep-all;}

.text__1820325__ .img_box img {display:block; width:100%; object-fit:cover; transition:0.3s;}
.text__1820325__ .img_box img:hover {transform:scale(1.1);}

@media (max-width:1023px){
	.text__1820325__ {display:block;}
	.text__1820325__ .text_wrap {width:100%; margin-bottom:25px; padding-left:0;}
	.text__1820325__ .text_wrap .num {font-size:24px; margin-bottom:5px;}
	.text__1820325__ .text_wrap h3 {font-size:24px; margin-bottom:10px;}
	.text__1820325__ .text_wrap p {font-size:16px;}
	.text__1820325__ .img_box {width:100%;}
	.text__1820325__ .img_box img {max-width:420px; width:100%; margin:0 auto;}
}

@media (max-width:767px){
	.text__1820325__ .text_wrap .num {font-size:20px;}
	.text__1820325__ .text_wrap h3 {font-size:20px;}
	.text__1820325__ .text_wrap p {font-size:14px;}
}


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

/*     1820345 : 한줄 텍스트      */
.text__1820345__, .text__1820345__ * {margin:0; padding:0; box-sizing:border-box;}
.text__1820345__ {display:flex;}

.text__1820345__ .text_wrap {width:70%; padding-right:70px;}
.text__1820345__ .img_box {width:50%; overflow:hidden;}

.text__1820345__ .text_wrap .num {display:inline-block; font-size:28px; color:#FF595A; font-weight:bold; margin-bottom:10px;}
.text__1820345__ .text_wrap h3 {font-size:28px; color:#222; margin-bottom:20px; word-break:keep-all;}
.text__1820345__ .text_wrap p {font-size:18px; color:#666; word-break:keep-all;}

.text__1820345__ .img_box img {display:block; width:100%; object-fit:cover; transition:0.3s;}
.text__1820345__ .img_box img:hover {transform:scale(1.1);}

@media (max-width:1023px){
	.text__1820345__ {display:block;}
	.text__1820345__ .text_wrap {width:100%; margin-bottom:25px; padding-right:0;}
	.text__1820345__ .text_wrap .num {font-size:24px; margin-bottom:5px;}
	.text__1820345__ .text_wrap h3 {font-size:24px; margin-bottom:10px;}
	.text__1820345__ .text_wrap p {font-size:16px;}
	.text__1820345__ .img_box {width:100%;}
	.text__1820345__ .img_box img {max-width:420px; width:100%; margin:0 auto;}
}

@media (max-width:767px){
	.text__1820345__ .text_wrap .num {font-size:20px;}
	.text__1820345__ .text_wrap h3 {font-size:20px;}
	.text__1820345__ .text_wrap p {font-size:14px;}
}


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

/*     1820525 : 한줄 텍스트      */
.text__1820525__ {
    display:flex;
    justify-content:center;
    width:100%;
}
.text__1820525__ p {
    background-color:#fff; 
    padding:0px 10px;
    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__1820525__ p b {
    color: #FF595A;
    font-weight: 700;
}

/* 느낌표 동그라미 */
.text__1820525__ 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__1820525__ p a {
    color:#161616
}

/* PC 버전 */
@media all and (min-width:1024px){
    .text__1820525__ p {
        font-size:18px; 
        padding:0px 60px;
        padding-left:110px;
        text-align:left;
    }
    
    .text__1820525__ p::before {
        width:70px;
        height:70px;
        font-size:42px;
        left:25px;
    }
}

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

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

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

/*     1820515 : 이미지      */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding: 0 80px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    animation: fadeInUp 1s ease-out both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 1024px 이상 - 기본 크기 */
.hero-subtitle {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    line-height: 1.8;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.hero-subtitle .highlight {
    color: #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: 15px;
        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);
    }
}

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

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

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

/*     1820365 : 한줄 텍스트      */
.text__1820365__, .text__1820365__ * {margin:0; padding:0; box-sizing:border-box;}
.text__1820365__ ul {list-style:none;}

.text__1820365__ .dep1 {display:grid; grid-template-columns:repeat(2, 1fr); gap:20px;}
.text__1820365__ .dep1 > li {font-size:24px; font-weight:bold; background:#FFF; padding:20px 50px;}
.text__1820365__ .dep1 > li .num {color:#FF595A; font-weight:normal; font-size:24px; letter-spacing:-1px; margin-right:8px;}
.text__1820365__ .dep2 {margin-top:10px;}
.text__1820365__ .dep2 li {position:relative; font-size:18px; font-weight:normal; padding-left:12px; color:#666;}
.text__1820365__ .dep2 li + li {margin-top:4px;}
.text__1820365__ .dep2 li::before {content:""; position:absolute; top:8px; left:0; width:4px; height:4px; background-color:#fbb000;}
.text__1820365__ .dep2 li span {font-weight:bold; color:#222; margin-right:4px;}


@media (max-width:1023px){
	.text__1820365__ .dep1 {display:block;}
	.text__1820365__ .dep1 > li + li {margin-top:10px;}
	.text__1820365__ .dep1 > li {font-size:24px;}
	.text__1820365__ .dep1 > li .num {font-size:20px;}
	.text__1820365__ .dep2 li {font-size:16px;}
}

@media (max-width:767px){
	.text__1820365__ .dep1 > li {font-size:17px; padding:20px 20px 0px 20px;}
	.text__1820365__ .dep1 > li .num {font-size:15px;}
	.text__1820365__ .dep2 li {font-size:15px;}
}


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

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

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

/*     1820445 : 한줄 텍스트      */
.text__1820445__, .text__1820445__ * {margin:0; padding:0; box-sizing:border-box;}

.text__1820445__ {display:flex; background:#f7f7f7; padding:50px 0; border-radius:30px;}

.text__1820445__ .text_box {width:100%;}
.text__1820445__ .text_box:nth-child(2) {border-left:1px solid #ccc; border-right:1px solid #ccc;}
.text__1820445__ span {display:block; margin:0 auto 20px; width:80px; height:80px; line-height:80px; background:#FF595A; border-radius:50%; text-align:center; color:#FFF; font-size:18px;}
.text__1820445__ span:hover {color: #fff900;}
.text__1820445__ p {font-size:18px; color:#222; text-align:center;}

@media (max-width:1023px){
	.text__1820445__ span {font-size:18px; width:60px; height:60px; line-height:60px; margin-bottom:20px;}
	.text__1820445__ p {font-size:18px;}
}

@media (max-width:767px){
	.text__1820445__ {padding:20px 0; border-radius:10px;}
	.text__1820445__ .text_box {padding:0 10px;}
	.text__1820445__ span {font-size:11px; width:40px; height:40px; line-height:40px; margin-bottom:10px;}
	.text__1820445__ p {font-size:15px; word-break:keep-all;}
	.text__1820445__ p br {display:none;}
}


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

/*     1820465 : 한줄 텍스트      */
.text__1820465__ {background:#FF595A; padding:10px 20px; box-sizing:border-box; text-align:center;}

.text__1820465__ p {
	display:block;margin:0;padding:0;
	font-size:12px;font-weight:bold;color:#ffffff;letter-spacing:0;line-height:1.5em; transition:0.3s;
}
.text__1820465__ p a {color:#ffffff}

.text__1820465__:hover p {color:#fff900;}

@media all and (min-width:1024px){
	.text__1820465__ p {font-size:15px}
}

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

