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


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

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

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

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

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

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

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

/*     1822665 : 이미지 슬라이드 (갤러리형)      */
@font-face {
	font-family: 'icomoon_slider';
	src: url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.eot');
	src: url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.woff') format('woff'),
		url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.ttf') format('truetype'),
		url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.svg#icomoon_slider') format('svg');
	font-weight: normal;
	font-style: normal;
}

.pm-slide_gallery__1822665__ {max-width:1400px; margin:0 auto;}

.pm-slide_img__1822665__ a {display:block; border:none; text-decoration:none;}
.pm-slide_img__1822665__ a img {border:none;}
.pm-slide_img__1822665__.slide_zindex .owl-item {z-index:1;}
.pm-slide_img__1822665__ .item {position:relative;}
.pm-slide_img__1822665__ .item img {vertical-align:top;}
.pm-slide_img__1822665__ .item .caption {
	position:absolute; left:0; right:0; top:80%; bottom:0; background:rgba(0,0,0,0.5);
}
.pm-slide_img__1822665__ .item .caption span {
	display:block; position:absolute; top:50%; left:0; right:0; height:20px; line-height:20px; margin-top:-10px; padding:0 10px;
	box-sizing:border-box; color:#fff; text-align:center;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}

.pm-slide_img__1822665__ .owl-controls {-webkit-tap-highlight-color:transparent;}
.pm-slide_img__1822665__ .owl-controls .owl-nav [class*='owl-'] {
	position:absolute; top:50%; z-index:2; width:30px; height:30px; line-height:30px; margin-top:-15px; font-size:0; cursor:pointer; opacity:0.7;
}
.pm-slide_img__1822665__ .owl-controls .owl-nav [class*='owl-']:before {font-family:'icomoon_slider'; font-size:30px; font-weight:bold; color:#fff;}
.pm-slide_img__1822665__ .owl-controls .owl-nav [class*='owl-']:hover {opacity:1;}
.pm-slide_img__1822665__ .owl-controls .owl-nav .owl-prev {left:2px;}
.pm-slide_img__1822665__ .owl-controls .owl-nav .owl-next {right:2px;}
.pm-slide_img__1822665__ .owl-controls .owl-nav .owl-prev:before {content:'\e600';}
.pm-slide_img__1822665__ .owl-controls .owl-nav .owl-next:before {content:'\e601';}
.pm-slide_img__1822665__ .owl-controls .owl-nav .disabled {opacity:0.5; cursor:default;}

.pm-slide_thum__1822665__ {margin:0 0 0 -5px; padding-top:5px; background:#fff;}
.pm-slide_thum__1822665__ a {border:none; text-decoration:none;}
.pm-slide_thum__1822665__ a img {border:none;}
#owl_thum__1822665__:after {content:''; display:block; clear:both;}
.pm-slide_thum__1822665__ .item {padding-left:5px; box-sizing:border-box;}
.pm-slide_thum__1822665__ .item img {width:100%; vertical-align:top;}
.pm-slide_thum__1822665__ .item a {display:block; opacity:0.5;}
.pm-slide_thum__1822665__ .active a {opacity:1;}

.pm-slide_thum__1822665__ .item {float:left; width:33.33%;}

.pm-slide_gallery__1822665__.empty__1822665__ {padding:30px 10px; text-align:center;}

@media (min-width:768px){
	.pm-slide_thum__1822665__ .item {width:16.66%;}
   .pm-slide_img__1822665__ .item .caption span{ font-size:15px !important;}
}
@media (min-width:1024px){
	.pm-slide_thum__1822665__ .item {width:16.66%;}
	.pm-slide_img__1822665__ .item .caption span {font-size:18px !important}
}
.pm-slide_img__1822665__.build_edit_mode .item {display:none;}
.pm-slide_img__1822665__.build_edit_mode .item img {width:100%;}
.pm-slide_img__1822665__.build_edit_mode .item:first-child {display:block;}

