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


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

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

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

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

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

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

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

/*     1819705 : 이미지      */
* {
    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);
    }
}

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

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

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

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

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

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

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

/*     1819695 : 이미지 리스트 (타일형)      */
.img_tile__1819695__ {display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}

.img_tile__1819695__ .item {display:flex; flex-direction:column;}

.img_tile__1819695__ figure {overflow:hidden;}
.img_tile__1819695__ img{display:block; width:100%; object-fit:cover; transition:0.4s;}
.img_tile__1819695__ .item:hover img {transform:scale(1.1);}

.img_tile__1819695__ .caption {flex-grow:1; background:#c9a88f ; padding:15px; word-break:keep-all;}
.img_tile__1819695__ .subject {font-size:18px; color:#FFF; text-align:center;}

@media (max-width:1023px){
	.img_tile__1819695__ {grid-template-columns:repeat(2,1fr);}
	.img_tile__1819695__ .subject {font-size:16px;}
}

@media (max-width:767px){
	.img_tile__1819695__ {grid-template-columns:repeat(2,1fr); gap:5px;}
	.img_tile__1819695__ .caption {padding:7px}
	.img_tile__1819695__ .subject {font-size:14px;}
}

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

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

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

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

