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


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

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

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

/*     1824725 : 한줄 텍스트      */
.text__1824725__, .text__1824725__ * {margin:0; padding:0;}
.text__1824725__ {padding:0px; display:flex; justify-content:center;}

/* 모든 화면 공통 스타일 */
.text__1824725__ p {
    font-size:23px; 
    color:#222; 
    font-weight:300; 
    padding:0px 100px; 
    text-align:center;  /* 다시 center로 */
    background:#f8f8fa; 
    border:1px solid #e5e5e5;
    display:flex;
    flex-direction:column;  /* row를 column으로 변경 */
    align-items:center;  /* 중앙 정렬 */
    max-width:1400px;  /* 최대 너비 설정 */
}

.text__1824725__ span {color:#5c62d7; font-weight:500;}

/* 모바일 (1023px 이하) */
@media (max-width:1023px) {
    .text__1824725__ {padding:0;} 
    .text__1824725__ p {
        font-size:16px;  
        padding:28px;
        max-width:100%;
    }
    .text__1824725__ p::before {margin-right:0; margin-bottom:10px;}
}

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

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

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

/*     1824985 : 한줄 텍스트      */
.text__1824985__, .text__1824985__ * {margin:0; padding:0; box-sizing:border-box;}

.text__1824985__ {display:flex; flex-direction:column; align-items:center; padding:20px 30px;}

.text__1824985__ p {font-size:18px; word-break:keep-all; margin-bottom:30px;}

.text__1824985__ ul {list-style:none;}
.text__1824985__ ul li {position:relative; font-size:18px; padding-left:40px;}
.text__1824985__ ul li::before {content:""; position:absolute; top:2px; left:0; width:24px; aspect-ratio:1/1; background:url(/img_up/shop_pds/mirpia1004/build/option/icon-check-mark17400188221112176999430811.png) no-repeat center / cover; }
.text__1824985__ ul li + li {margin-top: 10px;}
.text__1824985__ ul li span {font-weight:500; color:#5c62d7;}

@media (max-width:1023px){
	.text__1824985__ p {font-size:15px;}
	.text__1824985__ ul li {font-size:15px; padding-left:25px;}
	.text__1824985__ ul li::before {width:20px;}
}

@media (max-width:767px){
	.text__1824985__ {padding:25px;}
}

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

/*     1824855 : 이미지 리스트 (타일형)      */
.img_tile__1824855__ , .img_tile__1824855__ * {margin:0; padding:0; box-sizing:border-box;}
.img_tile__1824855__ {width:100%; max-width:1200px; margin:0 auto; padding:0 30px;}  /* padding 추가 */
.img_tile__1824855__ .img_inner {
    display:flex; 
    justify-content:center;  /* 다시 center로 */
    align-items:flex-start; 
    width:100%; 
    column-gap:80px;  /* 간격 조정 */
}
.img_tile__1824855__ .item {
    display:flex;
    flex-direction:column;
    align-items:center;
}
.img_tile__1824855__ figure {
    position:relative; 
    display:flex; 
    justify-content:center; 
    align-items:center; 
    background:#f9faff; 
    width:160px;  /* 128px → 160px로 증가 */
    height:160px;  /* 128px → 160px로 증가 */
    border-radius:50%; 
    margin-bottom:16px;
    flex-shrink:0;
}
.img_tile__1824855__ figure img {display:block; transition:0.3s; max-width:100%; height:auto;}
.img_tile__1824855__ figure::before {content:""; position:absolute; top:50%; right:-40px; transform:translate(50%, -50%); width:12px; height:12px; background:url(/img_up/shop_pds/mirpia1004/build/option/free-icon-right-arrow-2712281742804920.png) no-repeat center / cover;}  /* right 위치 조정 */
.img_tile__1824855__ .item:last-child figure::before {content:none;}
.img_tile__1824855__ .caption {text-align:center;}
.img_tile__1824855__ .caption .subject {font-size:18px;}
.img_tile__1824855__ .item:hover figure img {transform:scale(0.9);}

@media (max-width:1200px){
	.img_tile__1824855__ {padding:0 15px;}
}
@media (max-width:1023px){
	.img_tile__1824855__ .img_inner {flex-wrap:wrap; gap:25px;}
	.img_tile__1824855__ .img_inner .item {width:22%}
	.img_tile__1824855__ figure {width:120px; height:120px;}  /* 타블렛 크기 */
}
@media (max-width:767px){
	.img_tile__1824855__ figure {margin-bottom:8px; width:100px; height:100px;}
	.img_tile__1824855__ .img_inner{gap:20px;}
	.img_tile__1824855__ .img_inner .item {width:29%;}
	.img_tile__1824855__ figure::before {right:-13px;}
	.img_tile__1824855__ .caption .subject {font-size:15px;}
}

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

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

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

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

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

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

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

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

/*     1824965 : 아이콘형 한줄 텍스트      */
@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__1824965__ .inline_block__1824965__ {display:inline-block;vertical-align:top; padding:30px; width:100%; box-sizing:border-box;background:#f5f5f5; text-align:center;}
.text_wrap__1824965__ .inline_block__1824965__ span{color:#000; font-weight:normal}
.text_wrap__1824965__ .inline_block__1824965__ .inner__1824965__ {display:inline-block;margin:0 auto;padding:0;font-size:15px;line-height:1.5em;}
.text_wrap__1824965__ .inline_block__1824965__ .inner__1824965__ .icon__1824965__ {display:table-cell;padding-right:10px;font-family:NanumGothic;font-weight:normal;color:#ff4500;vertical-align:top}
.text_wrap__1824965__ .inline_block__1824965__ .inner__1824965__ .icon__1824965__:before {content:'\e607';font-family:"icomoon_text_list"}
.text_wrap__1824965__ .inline_block__1824965__ .inner__1824965__ .text__1824965__ {display:table-cell;font-weight:bold;color:#ff4500;letter-spacing:0;vertical-align:middle}

.text_wrap__1824965__.s_size_75 .inline_block__1824965__ .inner__1824965__ .icon__1824965__ {padding-right:.5em;font-size:.75em}
.text_wrap__1824965__.s_size_100 .inline_block__1824965__ .inner__1824965__ .icon__1824965__ {padding-right:.5em;font-size:1em}
.text_wrap__1824965__.s_size_150 .inline_block__1824965__ .inner__1824965__ .icon__1824965__ {padding-right:.4em;font-size:1.5em;line-height:1em}
.text_wrap__1824965__.s_size_200 .inline_block__1824965__ .inner__1824965__ .icon__1824965__ {padding-right:.3em;font-size:2em;line-height:1em}
.text_wrap__1824965__.s_size_250 .inline_block__1824965__ .inner__1824965__ .icon__1824965__ {padding-right:.2em;font-size:2.5em;line-height:1em}

@media all and (min-width:1024px){
	.text_wrap__1824965__ .inline_block__1824965__ .inner__1824965__ {font-size:18px}
}

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

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

/*     1824975 : 아이콘형 한줄 텍스트      */
@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__1824975__ .inline_block__1824975__ {display:inline-block;vertical-align:top; padding:30px; width:100%; box-sizing:border-box;background:#f5f5f5; text-align:center;}
.text_wrap__1824975__ .inline_block__1824975__ span{color:#000; font-weight:normal}
.text_wrap__1824975__ .inline_block__1824975__ .inner__1824975__ {display:inline-block;margin:0 auto;padding:0;font-size:15px;line-height:1.5em;}
.text_wrap__1824975__ .inline_block__1824975__ .inner__1824975__ .icon__1824975__ {display:table-cell;padding-right:10px;font-family:NanumGothic;font-weight:normal;color:#ff4500;vertical-align:top}
.text_wrap__1824975__ .inline_block__1824975__ .inner__1824975__ .icon__1824975__:before {content:'\e607';font-family:"icomoon_text_list"}
.text_wrap__1824975__ .inline_block__1824975__ .inner__1824975__ .text__1824975__ {display:table-cell;font-weight:bold;color:#ff4500;letter-spacing:0;vertical-align:middle}

.text_wrap__1824975__.s_size_75 .inline_block__1824975__ .inner__1824975__ .icon__1824975__ {padding-right:.5em;font-size:.75em}
.text_wrap__1824975__.s_size_100 .inline_block__1824975__ .inner__1824975__ .icon__1824975__ {padding-right:.5em;font-size:1em}
.text_wrap__1824975__.s_size_150 .inline_block__1824975__ .inner__1824975__ .icon__1824975__ {padding-right:.4em;font-size:1.5em;line-height:1em}
.text_wrap__1824975__.s_size_200 .inline_block__1824975__ .inner__1824975__ .icon__1824975__ {padding-right:.3em;font-size:2em;line-height:1em}
.text_wrap__1824975__.s_size_250 .inline_block__1824975__ .inner__1824975__ .icon__1824975__ {padding-right:.2em;font-size:2.5em;line-height:1em}

@media all and (min-width:1024px){
	.text_wrap__1824975__ .inline_block__1824975__ .inner__1824975__ {font-size:18px}
}

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

/*     1824945 : 아이콘형 리스트      */
.text_list__1824945__ {width:100%; padding:20px 0px 0; background;}

.text_list__1824945__ h6 {color:#e84250; font-size:18px; margin-bottom:5px;}
.text_list__1824945__ ul li {color:#777; font-size:18px; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1824945__ ul li span {color:#FF595A;}

@media (max-width:1179px) {
	.text_list__1824945__ {padding:0px 0px 0px;}
.text_list__1824945__ h6 {color:#e84250; font-size:15px; margin-bottom:5px;}
.text_list__1824945__ ul li {color:#7f7f7f; font-size:15px; line-height:1.5; padding-left:10px; word-break:keep-all;}
.text_list__1824945__ ul li span {color:#007012;}
}

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

/*     1825035 : BLANK 컨텐츠      */
.empty_1825035_ *{padding:0; margin:0; box-sizing:border-box; list-style:none;}
.empty_1825035_ dl{display:flex; align-items:flex-start;}  /* 수정 */
.empty_1825035_ dt, .empty_1825035_ dd{padding:40px 45px;}  /* float 제거 + 오타 수정 */
.empty_1825035_ dt{width:25%; border-top:2px solid #4e4e4e; font-size:20px;}
.empty_1825035_ dd{
    width:75%; 
    border-top:1px solid #ddd;
}
.empty_1825035_ ul{font-size:0;}
.empty_1825035_ li{display:inline-block; font-size:18px; border:1px solid #5c62d7; color:#5c62d7; padding:.6em 1.9em; margin:0 10px 10px 0;}
.empty_1825035_ li:hover{background:#5c62d7; color:#fff;}
  
@media (max-width:1023px){
  .empty_1825035_ dt, .empty_1825035_ dd {padding: 30px 20px; font-size:20px;}  /* 오타 수정 */
}
@media (max-width:767px){
  .empty_1825035_ dl {flex-direction:column;}  /* 추가 */
  .empty_1825035_ dt {padding: 20px 10px; font-size:17px; width:100%;}
  .empty_1825035_ dd {padding: 20px 20px; width:100%;}
  .empty_1825035_ li {font-size: 15px;padding: .4em 0.7em;} 
}

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

