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


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

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

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

/*     1796175 : 타이틀 텍스트      */
/* ===== Title 1786123 (최종) ===== */

.title__1796175__{
  font-size:0;
  background:none;
}

/* ✅ 밑줄은 p에서 1개만 */
.title__1796175__ p{
  display:block;                 /* 전체 폭 */
  position:relative;
  margin:0;
  padding-left:50px;
  padding-bottom:12px;           /* 텍스트-밑줄 간격 */
  border-bottom:1px solid #000; /* ✅ 전체 밑줄(1개) */

  font-size:15px;
  font-weight:bold;
  color:#000000;
  letter-spacing:-.03em;
  line-height:1.1em;
}

/* 기본 장식(before) */
.title__1796175__ p:before{
  content:'';
  position:absolute;
  background:#dddddd;
  font-size:0;
}

/* ===== style variants ===== */
.title__1796175__.style_top p{ padding-top:10px; }
.title__1796175__.style_top p:before{
  top:0; left:0;
  width:15px; height:4px;
}

.title__1796175__.style_right p{ padding-right:14px; }
.title__1796175__.style_right p:before{
  top:16%; right:0;
  width:4px; height:15px;
}

.title__1796175__.style_bottom p{ padding-bottom:12px; }
.title__1796175__.style_bottom p:before{
  bottom:0; left:0;
  width:15px; height:4px;
}

.title__1796175__.style_left p{ padding-left:14px; }
.title__1796175__.style_left p:before{
  top:16%; left:0;
  width:4px; height:15px;
}

.title__1796175__.style_circle1 p{ padding-left:20px; }
.title__1796175__.style_circle1 p:before{
  top:50%;
  transform:translateY(-50%);
  left:20px;
  width:10px; height:10px;
  border-radius:50%;
}

.title__1796175__.style_circle2 p{ padding-left:60px; } /* 텍스트 위치 */
.title__1796175__.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__1796175__ p{ font-size:28px; }
  .title__1796175__.style_top p:before{ width:28px; }
  .title__1796175__.style_right p:before{ height:28px; }
  .title__1796175__.style_bottom p:before{ width:28px; }
  .title__1796175__.style_left p:before{ height:28px; }
}

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

/*     1796225 : 이미지      */
.img__1796225__ {
    max-width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* a태그가 있을 때 */
.img__1796225__ a {
    display: block;
    vertical-align: top;
    position: relative;
}

/* 오버레이 - a태그가 있을 때 */
.img__1796225__ 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__1796225__ a:hover::after {
    opacity: 1;
}

/* 오버레이 - a태그가 없을 때 (이미지만 있을 때) */
.img__1796225__::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__1796225__:hover::before {
    opacity: 1;
}

/* 이미지 스타일 */
.img__1796225__ img {
    width: px;
    vertical-align: top;
    transition: transform 0.3s ease;
    display: block;
}

/* 이미지 확대 - a태그가 있을 때 */
.img__1796225__ a:hover img {
    transform: scale(1.05);
}

/* 이미지 확대 - a태그가 없을 때 */
.img__1796225__:hover img {
    transform: scale(1.05);
}

/*     1796215 : BLANK 컨텐츠      */
.check__list, .check__list * {margin:0; padding:0; box-sizing:border-box;}
.check__list {margin:0 auto; padding:40px 20px; background:#f5f5f5;} /* max-width 제거 */
.check__list .list__wrapper {display:flex; gap:30px; max-width:1200px; margin:0 auto;} /* max-width를 여기로 이동 */
.check__list .list__column {flex:1;}
.check__list .list__item {display:flex; align-items:flex-start; gap:15px; margin-bottom:20px; padding:25px; background:#fff; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08); transition:all 0.3s ease; cursor:default;}
.check__list .list__item:hover {transform:translateY(-5px); box-shadow:0 8px 20px rgba(0,0,0,0.15);}
.check__list .list__item:before {content:'✓'; display:block; width:32px; height:32px; background:linear-gradient(135deg, #667eea 0%, #764ba2 100%); color:#fff; font-size:18px; font-weight:bold; text-align:center; line-height:32px; border-radius:50%; flex-shrink:0; transition:all 0.3s ease;}
.check__list .list__item:hover:before {transform:rotate(360deg) scale(1.1);}
.check__list .list__item p {font-size:22px; color:#333; line-height:1.5em; word-break:keep-all; transition:color 0.3s ease;}
.check__list .list__item:hover p {color:#667eea;}
@media (max-width:1023px){
	.check__list {padding:30px 15px;}
	.check__list .list__wrapper {gap:20px;}
	.check__list .list__item {gap:12px; margin-bottom:15px; padding:20px;}
	.check__list .list__item:before {width:28px; height:28px; font-size:16px; line-height:28px;}
	.check__list .list__item p {font-size:15px;}
}
@media (max-width:767px){
	.check__list .list__wrapper {flex-direction:column; gap:0;}
	.check__list .list__item {margin-bottom:15px; padding:18px;}
}

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

/*     1796285 : BLANK 컨텐츠      */
.blank__1796285__ {
    box-sizing:border-box;
    display:block;
    position:relative;
    width:100vw;  /* ✅ 추가 */
    margin-left:calc(-50vw + 50%);  /* ✅ 추가 */
    height:65px;
    background:#e8e4f3;  /* ✅ 배경색 추가 (필요시) */
}
.blank__1796285__.build_edit_mode {
    min-height:10px;
    border:1px dashed red;
    background:rgba(255,255,255,.1);
}
.blank__1796285__.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__1796285__ {height:30px}
}

/*     1796315 : 타이틀 텍스트      */
/* ===== Title 1786123 (최종) ===== */
.title__1796315__{
  font-size:0;
  background:#e8e4f3;  /* ✅ 배경색 추가! */
  width:100vw;
  margin-left:calc(-50vw + 50%);
  padding:30px 50px;  /* ✅ 상하 여백도 추가 */
}
/* ✅ 밑줄은 p에서 1개만 */
.title__1796315__ p{
  display:block;
  position:relative;
  margin:0 auto;
  max-width:1400px;
  padding-left:0;
  padding-bottom:12px;
  border-bottom:1px solid #000;
  font-size:20px;
  font-weight:bold;
  color:#000000;
  letter-spacing:-.03em;
  line-height:1.1em;
}
/* 기본 장식(before) */
.title__1796315__ p:before{
  content:'';
  position:absolute;
  background:#ffffff;
  font-size:0;
}
/* ===== style variants ===== */
.title__1796315__.style_top p{ padding-top:10px; }
.title__1796315__.style_top p:before{
  top:0; left:0;
  width:20px; height:4px;
}
.title__1796315__.style_right p{ padding-right:14px; }
.title__1796315__.style_right p:before{
  top:16%; right:0;
  width:4px; height:20px;
}
.title__1796315__.style_bottom p{ padding-bottom:12px; }
.title__1796315__.style_bottom p:before{
  bottom:0; left:0;
  width:20px; height:4px;
}
.title__1796315__.style_left p{ padding-left:14px; }
.title__1796315__.style_left p:before{
  top:16%; left:0;
  width:4px; height:20px;
}
.title__1796315__.style_circle1 p{ padding-left:20px; }
.title__1796315__.style_circle1 p:before{
  top:50%;
  transform:translateY(-50%);
  left:20px;
  width:10px; height:10px;
  border-radius:50%;
}
.title__1796315__.style_circle2 p{ padding-left:60px; }
.title__1796315__.style_circle2 p:before{
  top:50%;
  transform:translateY(-80%);
  left:30px;
  width:15px; height:15px;
  border-radius:50%;
  border:5px solid #ffffff;
  background:none;
  box-sizing:border-box;
}
/* ===== PC font size ===== */
@media all and (min-width:1024px){
  .title__1796315__ p{ font-size:28px; }
  .title__1796315__.style_top p:before{ width:28px; }
  .title__1796315__.style_right p:before{ height:28px; }
  .title__1796315__.style_bottom p:before{ width:28px; }
  .title__1796315__.style_left p:before{ height:28px; }
}

/*     1796325 : BLANK 컨텐츠      */
.blank__1796325__ {
    box-sizing:border-box;
    display:block;
    position:relative;
    width:100vw;  /* ✅ 추가 */
    margin-left:calc(-50vw + 50%);  /* ✅ 추가 */
    height:5px;
    background:#e8e4f3;  /* ✅ 배경색 추가 (필요시) */
}
.blank__1796325__.build_edit_mode {
    min-height:10px;
    border:1px dashed red;
    background:rgba(255,255,255,.1);
}
.blank__1796325__.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__1796325__ {height:0px}
}

/*     1796265 : 타이틀 텍스트      */
.clinic__box, .clinic__box * {margin:0; padding:0; box-sizing:border-box;}
.clinic__box {
    width:100vw;
    margin-left:calc(-50vw + 50%);
    padding:0 50px 60px 50px;  /* ✅ 수정: 상단 padding 0으로 */
    background:#e8e4f3;
}
.clinic__border {max-width:1300px; margin:0 auto; padding:50px; background:#fff; border-radius:30px; border:2px solid #d0c5e8;}
.clinic__content {max-width:1100px; margin:0 auto;}
.clinic__subtitle {font-size:14px; color:#b8a8d8; letter-spacing:2px; text-align:center; margin-bottom:15px; font-weight:500;}
.clinic__title {font-size:42px; font-weight:bold; text-align:center; color:#333; margin-bottom:50px;}
.clinic__title span {color:#a78bcc;}
.clinic__list {list-style:none;}
.clinic__list li {background:#f5f5f5; padding:22px 30px; margin-bottom:15px; border-radius:10px; font-size:18px; color:#333; line-height:1.6; transition:all 0.3s ease;}
.clinic__list li:last-child {margin-bottom:0;}
.clinic__list li:hover {background:#ebe7f3; transform:translateX(10px);}
@media (max-width:1023px){
    .clinic__box {padding:0 20px 40px 20px;}  /* ✅ 수정 */
    .clinic__border {padding:30px;}
    .clinic__title {font-size:32px; margin-bottom:30px;}
    .clinic__list li {padding:18px 20px; font-size:16px;}
}
@media (max-width:767px){
    .clinic__box {padding:0 15px 30px 15px;}  /* ✅ 수정 */
    .clinic__border {padding:25px; border-radius:20px;}
    .clinic__subtitle {font-size:12px;}
    .clinic__title {font-size:26px; margin-bottom:25px;}
    .clinic__list li {padding:15px 18px; font-size:14px; margin-bottom:12px;}
}

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

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

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

/*     1796345 : 번호형 리스트      */
/* 기본 리셋 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 섹션 스타일 */
.checkup-section {
    padding: 20px 20px;
    background-color: #ffffff;
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
}

/* 컨테이너 */
.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 그리드 레이아웃 */
.checkup-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0px !important;
    margin: 0 -5px !important;
}

/* 카드 스타일 */
.checkup-card {
    position: relative !important;
    background: transparent !important;
    overflow: visible !important;
    cursor: pointer !important;
    width: 25% !important;
    max-width: 400px !important;
    padding: 0 5px !important;
    margin: 0 0 20px 0 !important;
}

.card-border {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    z-index: 0;
}

.card-border svg {
    width: 100%;
    height: 100%;
}

.card-border path {
    stroke: #f8a5c2;
    stroke-width: 5;
    fill: #ffffff;
    transition: all 0.4s ease;
}

/* 아이콘 */
.icon-wrapper {
    width: 120px;
    height: 120px;
    transition: transform 0.3s ease;
}

/* 타이틀 */
.card-title {
    font-size: 20px;
    font-weight: 500;
    color: #666;
    margin-bottom: 15px;
    min-height: 30px;
}

/* 구분선 */
.divider {
    width: 200px;
    height: 1px;
    background: #ddd;
    margin: 0 auto 20px;
}

/* 서브타이틀 */
.card-subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    margin-bottom: 0;
    line-height: 1.6;
}

/* 페이드인 애니메이션 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.checkup-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.checkup-card:nth-child(1) {
    animation-delay: 0.1s;
}

.checkup-card:nth-child(2) {
    animation-delay: 0.2s;
}

.checkup-card:nth-child(3) {
    animation-delay: 0.3s;
}

.checkup-card:nth-child(4) {
    animation-delay: 0.4s;
}

/* 1100px 이하 반응형 - 2개씩 */
@media screen and (max-width: 1100px) {
    .checkup-card {
        width: 50% !important;
        max-width: 450px !important;
    }
}

/* 767px 이하 - 1개씩 */
@media screen and (max-width: 767px) {
    .checkup-card {
        width: 50% !important;
        max-width: 400px !important;
    }
}

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

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

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

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

/*     1800895 : 이미지      */
.img__1800895__ {max-width:100%}
.img__1800895__ * {box-sizing:border-box}
.img__1800895__ a {display:block;vertical-align:top}
.img__1800895__ img {width:px;vertical-align:top}

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

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

/*     1800905 : 이미지      */
.img__1800905__ {max-width:100%}
.img__1800905__ * {box-sizing:border-box}
.img__1800905__ a {display:block;vertical-align:top}
.img__1800905__ img {width:px;vertical-align:top}

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

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

