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


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

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

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

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

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

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

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

/*     1808905 : 한줄 텍스트      */
.text__1808905__, .text__1808905__ * {margin:0; padding:0; box-sizing:border-box;}
.text__1808905__ {position:relative; max-width:1440px; margin:0 auto;}
.text__1808905__ ul {list-style:none;}

.text__1808905__ h3 {text-align:center; font-size:24px; letter-spacing:-2px; color:#333; font-weight:100; line-height:1.2em; margin-bottom:20px;}
.text__1808905__ h3 b {letter-spacing:-2px;}
.text__1808905__ .sub_tit {text-align:center; font-size:20px; letter-spacing:-1px; font-weight:300; color:#878787; line-height:1.4em; margin-bottom:55px;}

.text__1808905__ ul {display:grid; grid-template-columns:repeat(3, 1fr); row-gap : 0px; border-bottom: 0px solid #ccc !important;}
.text__1808905__ ul li {position:relative; padding:40px 15px; border-top:1px solid #e84250; border-bottom: 1px solid #e84250; border-right:1px solid #ccc;}
.text__1808905__ ul li:nth-child(3n) {border-right:0;}
.text__1808905__ .figure {width:100%; height:200px; margin-bottom:30px;}
.text__1808905__ .figure .img_box {width:200px; height:200px; border-radius:50%; overflow:hidden; margin:0 auto;}
.text__1808905__ ul li:hover .figure .img_box {border:5px solid #e84250;}
.text__1808905__ .figure img {display:block; width:100%; height:100%; object-fit:cover;}
.text__1808905__ .content {position:relative;}
.text__1808905__ .content p {letter-spacing:-2px; line-height:1.2em; text-align:center; word-break:keep-all;}
.text__1808905__ .content .sub {font-size:20px; font-weight:400; color:#333; margin-bottom:7px; color:#e84250;}
.text__1808905__ .content .sub span {margin-right:5px;}
.text__1808905__ .content .con {font-size:18px; color:#222; padding:0 25px;}

@media (max-width:1023px){
	.text__1808905__ {padding: 0 15px;}
	.text__1808905__ h3 {font-size:33px; margin-bottom:5px;}
	.text__1808905__ .sub_tit {font-size:17px; margin-bottom:25px;}
	.text__1808905__ ul {grid-template-columns:repeat(2, 1fr); gap:0;}
	.text__1808905__ ul li {padding:15px; border-top:0;}
	.text__1808905__ ul li:nth-child(-n+2) {border-top:2px solid #e84250;}
	.text__1808905__ ul li:nth-child(2n) {border-right:0;}
	.text__1808905__ ul li:nth-child(3n) {border-right:1px solid #ccc;}
	.text__1808905__ ul li:last-child {border-right:0;}
	.text__1808905__ .figure {height:150px; margin-bottom:15px;}
	.text__1808905__ .figure .img_box {width:150px; height:150px;}
	.text__1808905__ .content .sub {font-size:17px;}
	.text__1808905__ .content .con {font-size:15px;}
}

@media (max-width: 767px){
	.text__1808905__ h3 {font-size:17px;}
	.text__1808905__ .sub_tit {font-size:15px;}
	.text__1808905__ .figure {height:100px;}
	.text__1808905__ .figure .img_box {width:100px; height:100px;}
	.text__1808905__ .content .sub {font-size:17px;}
	.text__1808905__ .content .con {font-size:15px; padding:0 8px;}
}

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

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

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

/*     1809055 : 한줄 텍스트      */
.text__1809055__ p {background-color:#f3f3f3; padding:10px;
	display:block;margin:0;
	font-size:15px;font-weight:normal;color:#161616;letter-spacing:0;line-height:1.5em;
}
.text__1809055__ p a {color:#161616}

@media all and (min-width:1024px){
	.text__1809055__ p {font-size:18px; background-color:#f3f3f3; padding:30px;}
}

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

/*     1809105 : 한줄 텍스트      */
<style>
.self__check, .self__check * {margin:0; padding:0; box-sizing:border-box;}
.self__check {max-width:1400px; margin:0 auto; padding:0px;}
.self__check .title {text-align:center; font-size:36px; font-weight:700; color:#333; margin-bottom:50px; letter-spacing:-2px;}
.self__check .check__wrapper {display:flex; gap:40px; padding:40px; background:#fff; border:1px solid #e0e0e0; box-shadow:0 2px 10px rgba(0,0,0,0.05);}
.self__check .check__column {flex:1;}
.self__check .check__item {display:flex; align-items:flex-start; gap:12px; padding:18px 0; border-bottom:1px solid #f0f0f0; transition:0.2s;}
.self__check .check__item:last-child {border-bottom:0;}
.self__check .check__item:hover {background:#f9f9f9; padding-left:10px;}
.self__check .check__item input[type="checkbox"] {margin-top:3px; width:20px; height:20px; cursor:pointer; accent-color:#5c62d7; flex-shrink:0;}
.self__check .check__item label {font-size:20px; color:#444; line-height:1.6em; cursor:pointer; word-break:keep-all;}

@media (max-width:1023px){
	.self__check .title {font-size:30px; margin-bottom:35px;}
	.self__check .check__wrapper {gap:30px; padding:30px;}
	.self__check .check__item label {font-size:15px;}
}

@media (max-width:767px){
	.self__check {padding:0 15px;}
	.self__check .title {font-size:26px; margin-bottom:25px;}
	.self__check .check__wrapper {flex-direction:column; gap:20px; padding:25px 20px;}
	.self__check .check__item {padding:15px 0;}
	.self__check .check__item label {font-size:15px;}
}
</style>

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

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

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

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

/*     1809435 : BLANK 컨텐츠      */
<style>
.process_tile {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 10px;
}

/* GRID */
.process_tile .img_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  overflow: visible;
}

/* CARD */
.process_tile .item {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  background: #fff;
  position: relative;
  transition: 0.25s ease;
}

/* hover 그림자 */
.process_tile .item:hover {
  box-shadow: 20px 24px rgba(0,0,0,0.08);
  border-color: #ddd;
}

  /* 어두운 오버레이 */
.text__1795163__ .figure::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0);  /* 기본은 투명 */
    transition:0.4s;
    z-index:1;
}

.text__1795163__ .figure img {
    display:block; 
    width:100%; 
    height:100%; 
    object-fit:cover;
    filter: grayscale(100%);  /* 기본은 흑백 */
    transition:0.4s;
}

.text__1795163__ li:hover .figure img {
    filter: grayscale(0%);  /* 호버시 컬러 */
}

/* IMAGE FRAME (정사각형) - 완전 고정 */
.process_tile .item figure {
  background: #f3f3f3;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 0;
  position: relative;
}

/* figure를 정사각형으로 강제 (padding 포함) */
.process_tile .item figure::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

/* 이미지 고정 프레임 */
.process_tile .item .img_frame {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  overflow: hidden;
  border-radius: 6px;
}

/* 실제 이미지 */
.process_tile .item .img_frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.35s ease;
  will-change: transform;
}

/* hover 시 이미지 줌인 */
.process_tile .item:hover .img_frame img {
  transform: scale(1.07);
}

/* CAPTION */
.process_tile .item .caption {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

/* 번호 스타일 */
.process_tile .item .number {
  text-align: center;
  font-weight: 700 !important;
  font-size: 48px !important;
  margin: 0 0 5px !important;
  line-height: 1;
}

.process_tile .item:nth-child(1) .number {
  color: #5c62d7 !important;
}

.process_tile .item:nth-child(2) .number {
  color: #5c62d7 !important;
}

.process_tile .item:nth-child(3) .number {
  color: #5c62d7 !important;
}

.process_tile .item:nth-child(4) .number {
  color: #5c62d7 !important;
}

/* 제목 */
.process_tile .item .subject {
  text-align: center;
  color: #333 !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  margin: 0 0 10px !important;
}

/* 설명문 */
.process_tile .item .caption p:not(.subject):not(.number) {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin: 0;
  text-align: center;
}

/* ARROW */
.process_tile .item::after {
  content: '';
  width: 30px;
  height: 46px;
  background: url("/img_up/shop_pds/mirpia1004/design/img/23.08.21arrow.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -23px;
  z-index: 9999;
  pointer-events: none;
}

/* PC 마지막 컬럼 화살표 제거 */
.process_tile .item:nth-child(4n)::after {
  display: none;
}

/* ≤1023 : 2개 고정 */
@media (max-width: 1023px) {
  .process_tile .img_inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .process_tile .item:nth-child(4n)::after {
    display: block;
  }
  .process_tile .item:nth-child(2n)::after {
    display: none;
  }
}
  
@media (max-width: 767px) {
  .process_tile .item figure::before {
    padding-bottom: 100%;
  }
  .process_tile .item .img_frame {
    top: 22px;
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
  .process_tile .item .number {
    font-size: 36px !important;
  }
  .process_tile .item .subject {
    font-size: 17px !important;
  }
  .process_tile .item .caption p:not(.subject):not(.number) {
    font-size: 15px !important;
  }
}
</style>

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

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

