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


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

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

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

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

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

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

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

/*     1820945 : 표 2.0      */
.table__1820945__ {width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}
.table__1820945__ > .table_inner {overflow:hidden;width:100%;margin:0 auto;border-top:1px solid #999999}
.table__1820945__ * {box-sizing:border-box}
.table__1820945__ table {
	width:100%;margin-top:-1px;border-spacing:1px;border-collapse:separate;
	background:#999999;table-layout:auto;
}
.table__1820945__ td {
	height:50px;padding:5px 10px;
	background:#fff;font-size:15px !important;font-weight:normal;color:#333;text-align:left;
}
.table__1820945__ td.empty__1820945__ {padding:50px 20px}
@media all and (max-width:767px){
	.table__1820945__ > .table_inner {width:100%px}
	.table__1820945__ td {font-size:15px !important}
}
@media all and (min-width:768px) and (max-width:1023px){
	.table__1820945__ > .table_inner {width:100%px}
	.table__1820945__ td {font-size:15px !important}
}
@media all and (min-width:1024px){
	.table__1820945__ > .table_inner {width:100%px}
	.table__1820945__ td {font-size:18px !important}
}

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

/*     1820965 : 표 2.0      */
.table__1820965__ {width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}
.table__1820965__ > .table_inner {overflow:hidden;width:100%;margin:0 auto;border-top:1px solid #999999}
.table__1820965__ * {box-sizing:border-box}
.table__1820965__ table {
	width:100%;margin-top:-1px;border-spacing:1px;border-collapse:separate;
	background:#999999;table-layout:auto;
}
.table__1820965__ td {
	height:50px;padding:5px 10px;
	background:#fff;font-size:16px;font-weight:normal;color:#333;text-align:left;
}
.table__1820965__ td.empty__1820965__ {padding:50px 20px}

.table__1820965__ td.empty__1820965__ {padding:50px 20px}
@media all and (max-width:767px){
	.table__1820965__ > .table_inner {width:100%px}
	.table__1820965__ td {font-size:15px !important}
}
@media all and (min-width:768px) and (max-width:1023px){
	.table__1820965__ > .table_inner {width:100%px}
	.table__1820965__ td {font-size:15px !important}
}
@media all and (min-width:1024px){
	.table__1820965__ > .table_inner {width:100%px}
	.table__1820965__ td {font-size:18px !important}
}

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

/*     1821815 : 아이콘형 한줄 텍스트      */
@font-face {
	font-family:'icomoon_text_list';
	src:url('/img_up/shop_pds/aramskin/design/contents/icomoon_text_list/icomoon.eot');
	src:url('/img_up/shop_pds/aramskin/design/contents/icomoon_text_list/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/img_up/shop_pds/aramskin/design/contents/icomoon_text_list/icomoon.woff') format('woff'),
		url('/img_up/shop_pds/aramskin/design/contents/icomoon_text_list/icomoon.ttf') format('truetype'),
		url('/img_up/shop_pds/aramskin/design/contents/icomoon_text_list/icomoon.svg#icomoon_text_list') format('svg');
	font-weight:normal;
	font-style:normal;
}

.text_wrap__1821815__ .inline_block__1821815__ {display:inline-block;vertical-align:top; padding:30px; width:100%; box-sizing:border-box;background:#f5f5f5; text-align:center;}
.text_wrap__1821815__ .inline_block__1821815__ span{color:#000; font-weight:normal}
.text_wrap__1821815__ .inline_block__1821815__ .inner__1821815__ {display:inline-block;margin:0 auto;padding:0;font-size:15px;line-height:1.5em;}
.text_wrap__1821815__ .inline_block__1821815__ .inner__1821815__ .icon__1821815__ {display:table-cell;padding-right:10px;font-family:NanumGothic;font-weight:normal;color:#ff4500;vertical-align:top}
.text_wrap__1821815__ .inline_block__1821815__ .inner__1821815__ .icon__1821815__:before {content:'\e607';font-family:"icomoon_text_list"}
.text_wrap__1821815__ .inline_block__1821815__ .inner__1821815__ .text__1821815__ {display:table-cell;font-weight:bold;color:#ff4500;letter-spacing:0;vertical-align:middle}

.text_wrap__1821815__.s_size_75 .inline_block__1821815__ .inner__1821815__ .icon__1821815__ {padding-right:.5em;font-size:.75em}
.text_wrap__1821815__.s_size_100 .inline_block__1821815__ .inner__1821815__ .icon__1821815__ {padding-right:.5em;font-size:1em}
.text_wrap__1821815__.s_size_150 .inline_block__1821815__ .inner__1821815__ .icon__1821815__ {padding-right:.4em;font-size:1.5em;line-height:1em}
.text_wrap__1821815__.s_size_200 .inline_block__1821815__ .inner__1821815__ .icon__1821815__ {padding-right:.3em;font-size:2em;line-height:1em}
.text_wrap__1821815__.s_size_250 .inline_block__1821815__ .inner__1821815__ .icon__1821815__ {padding-right:.2em;font-size:2.5em;line-height:1em}

@media all and (min-width:1024px){
	.text_wrap__1821815__ .inline_block__1821815__ .inner__1821815__ {font-size:18px}
}

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

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

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

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

