/* =========================================================
   01. 페이지 공통
========================================================= */
#boxMovingDetail{--blue:#0059d9;--blue-dark:#075edb;--navy:#172238;--text:#56647a;--line:#e5ebf4;--soft:#f5f8fd;color:var(--navy);word-break:keep-all;overflow-x:hidden;}
#boxServiceIntro,#boxRecommend,#boxMovingType,#boxPrepare {padding-top:106px;}
#boxRecommend .sectionTitle,#boxMovingType .sectionTitle,#boxPrepare .sectionTitle,#boxServiceIntro .introTitle {margin-bottom:1.5rem;color:#1b2639;font-size:2rem;font-weight:500;line-height:1.35;text-align:left;}
@media(max-width:768px){
	#boxServiceIntro,#boxRecommend,#boxMovingType,#boxPrepare {padding-top:2.5rem;}
	#boxRecommend .sectionTitle,#boxMovingType .sectionTitle,#boxPrepare .sectionTitle,#boxServiceIntro .introTitle {margin-bottom:.75rem;padding-left:1rem;font-size:1.25rem;}
}

/* =========================================================
   02. 상단 대표 영역
   업로드 이미지 자체를 그대로 사용하므로 오버레이 없음
========================================================= */
#boxHero{position:relative;display:flex;align-items:center;border-radius:1.7rem;background-position:center;background-size:cover;overflow:hidden;}
@media(max-width:1100px){
	#boxHero{border-radius:0;}
}

/* =========================================================
   03. 상단 신뢰 안내
========================================================= */
#boxTrust .trustList{display:grid;grid-template-columns:repeat(4,1fr);margin-top:1.35rem;padding:1.4rem 1rem;border:1px solid var(--line);border-radius:1.15rem;background:#fff;}
#boxTrust .trustItem{display:flex;min-height:5.5rem;padding:0 1.5rem;align-items:center;gap:1rem;border-right:1px solid #edf1f6;}
#boxTrust .trustItem:last-child{border-right:0;}
#boxTrust .trustImage{width:4.5rem;height:4.5rem;flex:0 0 4.5rem;}
#boxTrust .trustImage img{display:block;width:100%;height:100%;object-fit:contain;}
#boxTrust .trustText{display:flex;min-width:0;flex-direction:column;}
#boxTrust .trustText strong{color:#202c3f;font-size:1.25rem;font-weight:600;line-height:1.45;}
#boxTrust .trustText small{margin-top:.3rem;color:#7b8799;font-size:1rem;line-height:1.55;}

@media(max-width:768px){
    #boxTrust {border-bottom:1px solid var(--line);}
    #boxTrust .trustList{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0;padding:0;border-radius:0;border:0;box-shadow:none;}
    #boxTrust .trustItem{display:flex;min-width:0;min-height:12rem;padding:1.25rem .75rem;flex-direction:column;align-items:center;justify-content:center;gap:0;border-right:1px solid #edf1f6;border-bottom:1px solid #edf1f6;text-align:center;box-sizing:border-box;}
    #boxTrust .trustItem:nth-child(2n){border-right:0;}
    #boxTrust .trustItem:nth-last-child(-n+2){border-bottom:0;}
    #boxTrust .trustImage{width:4.5rem;height:4.5rem;flex:0 0 4.5rem;}
    #boxTrust .trustImage img{display:block;width:100%;height:100%;object-fit:contain;}
    #boxTrust .trustText{display:flex;width:100%;margin-top:.8rem;align-items:center;flex-direction:column;text-align:center;}
    #boxTrust .trustText strong{color:#202c3f;font-size:1.15rem;font-weight:600;line-height:1.4;}
    #boxTrust .trustText small{margin-top:.35rem;color:#7b8799;font-size:1rem;line-height:1.55;letter-spacing:-.025rem;}
}

/* =========================================================
   04. 단일 이사 타입 서비스 정보
========================================================= */
#boxServiceIntro{display:block;min-height:0;}
#boxServiceIntro .introMain{display:grid;padding:3.5rem;grid-template-columns:minmax(0,45fr) minmax(0,55fr);align-items:start;gap:2.5rem;border-radius:1.5rem;border:1px solid #ddd;background:#fff;box-sizing:border-box;}
#boxServiceIntro .introMeta{margin-top:auto;}
#boxServiceIntro .introTitle{color:#10213a;font-size:2.15rem;font-weight:500;line-height:1.35;text-align:left;margin-bottom:.75rem;}
#boxServiceIntro .introSummary{color:#536176;font-size:1.15rem;line-height:1.7;}
#boxServiceIntro .introServiceList{display:flex;margin-top:1.5rem;flex-wrap:wrap;gap:1rem;}
#boxServiceIntro .introServiceItem{display:flex;min-width:4.25rem;flex-direction:column;align-items:center;gap:.5rem;text-align:center;}
#boxServiceIntro .introServiceIcon{display:flex;width:3.4rem;height:3.4rem;align-items:center;justify-content:center;border-radius:50%;background:#f2f6fc;color:var(--blue);font-size:2rem;font-weight:500;}
#boxServiceIntro .introServiceItem strong{color:#222;font-size:.9rem;font-weight:500;letter-spacing:-.5px;}
#boxServiceIntro .introVisual{min-width:0;}
#boxServiceIntro .introSlider{position:relative;}
#boxServiceIntro .introImage{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:1rem;background:#f3f6fa;}
#boxServiceIntro .introImage img{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .25s ease;}
#boxServiceIntro .introImageCaption{position:absolute;right:0;bottom:0;left:0;padding:3.5rem 1.5rem 1.4rem;background:linear-gradient(to bottom,transparent,rgba(10,25,48,.82));color:#fff;}
#boxServiceIntro .introImageCaption strong{display:block;font-size:1.25rem;font-weight:650;line-height:1.2;}
#boxServiceIntro .introImageCaption p{margin-top:.3rem;color:rgba(255,255,255,.88);font-size:1rem;line-height:1.55;white-space:normal;}
#boxServiceIntro .introSliderButton{position:absolute;top:50%;display:flex;width:2.8rem;height:2.8rem;align-items:center;justify-content:center;z-index:2;transform:translateY(-50%);border:0;border-radius:50%;background:rgba(15,31,54,.65);color:#fff;cursor:pointer;transition:background .2s ease;}
#boxServiceIntro .introSliderButton:hover{background:rgba(15,31,54,.9);}
#boxServiceIntro .introSliderButton span{font-size:1.8rem;}
#boxServiceIntro .introSliderPrev{left:1rem;}
#boxServiceIntro .introSliderNext{right:1rem;}
#boxServiceIntro .introFeatureList{display:grid;margin-top:.75rem;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;}
#boxServiceIntro .introFeatureItem{display:block;width:100%;padding:0;overflow:hidden;border:2px solid transparent;border-radius:.75rem;background:#f5f7fb;text-align:left;cursor:pointer;box-sizing:border-box;transition:border-color .2s ease,transform .2s ease;}
#boxServiceIntro .introFeatureItem:hover{transform:translateY(-2px);}
#boxServiceIntro .introFeatureItem.active{border-color:var(--blue);}
#boxServiceIntro .introFeatureImage{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#edf1f6;}
#boxServiceIntro .introFeatureImage img{display:block;width:100%;height:100%;object-fit:cover;}
#boxServiceIntro .introFeatureText{min-height:6rem;padding:.85rem .8rem 1rem;box-sizing:border-box;}
#boxServiceIntro .introFeatureText strong{display:block;color:#202c3f;font-size:1.1rem;font-weight:500;line-height:1.4;}
#boxServiceIntro .introFeatureText p{margin-top:.35rem;color:#748095;font-size:.9rem;line-height:1.55;}
@media(max-width:768px){
	#boxServiceIntro .introFeatureList{display:grid;margin-top:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 !important;}
	#boxServiceIntro .introFeatureItem{display:block;width:100%;padding:0;overflow:hidden;border:solid #ddd !important;border-width:0 1px 1px 0 !important;border-radius:0;}
	#boxServiceIntro .introFeatureItem:hover{transform:none!important;}
	#boxServiceIntro .introFeatureItem.active{background-color:#fff !important;}
	#boxServiceIntro .introFeatureImage{display:none;}
	#boxServiceIntro .introFeatureText{min-height:0;padding:.85rem .8rem 1rem;box-sizing:border-box;text-align:center;}
	#boxServiceIntro .introFeatureText strong{display:block;color:#202c3f;font-size:.9rem;font-weight:500;line-height:1.4;white-space:nowrap;}
	#boxServiceIntro .introFeatureText p{display:none;}
}
/* =========================================================
   상세 설명
========================================================= */
#boxServiceIntro .introDetail{margin-top:1.5rem;padding:1.4rem 0 0;border-top:1px solid #e6ebf2;}
#boxServiceIntro .introDetailList{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.7rem 2rem;}
#boxServiceIntro .introDetailList p{display:flex;align-items:center;color:#59677b;font-size:1rem;}
#boxServiceIntro .introDetailList p:before{content:"✓";display:inline-flex;width:1.4rem;height:1.4rem;margin-right:.75rem;flex:0 0 1.4rem;align-items:center;justify-content:center;border:1.5px solid var(--blue);border-radius:50%;color:var(--blue);font-size:.75rem;font-weight:700;box-sizing:border-box;}
/* =========================================================
   작업 인원 / 차량 톤수
========================================================= */
#boxServiceIntro .introMeta{display:grid;margin-top:1.35rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;}
#boxServiceIntro .introMetaItem{display:flex;padding:1rem 1.1rem;align-items:center;gap:.8rem;border-radius:.8rem;background:#f4f7fc;}
#boxServiceIntro .introMetaItem > span{display:flex;width:3.4rem;height:3.4rem;flex:0 0 3.4rem;align-items:center;justify-content:center;border-radius:1rem;background:#fff;color:var(--blue);font-size:2rem;}
#boxServiceIntro .introMetaItem small{display:block;color:#8793a5;font-size:.9rem;}
#boxServiceIntro .introMetaItem strong{display:block;color:#10213a;font-size:1.15rem;font-weight:600;}
#boxServiceIntro .introEstimate{display:flex;margin-top:1rem;padding:1rem 1.3rem;min-height:7rem;align-items:center;gap:1rem;border:1px solid #d8e7ff;border-radius:1rem;background:#f5f8fe;box-sizing:border-box;}
#boxServiceIntro .introEstimateImage{display:flex;width:7rem;height:5.5rem;flex:0 0 7rem;align-items:center;justify-content:center;}
#boxServiceIntro .introEstimateImage img{display:block;max-width:100%;max-height:100%;object-fit:contain;}
#boxServiceIntro .introEstimateIcon{color:var(--blue);font-size:3rem;}
#boxServiceIntro .introEstimateIcon span{font-size:3rem;}
#boxServiceIntro .introEstimateText{min-width:0;flex:1;}
#boxServiceIntro .introEstimateText strong{display:block;color:#172943;font-size:1.25rem;font-weight:600;line-height:1.45;white-space:nowrap;}
#boxServiceIntro .introEstimateText p{color:#7a8799;font-size:.9rem;line-height:1.55;}
#boxServiceIntro .introEstimateButton{display:flex;min-width:9rem;height:3.6rem;padding:0 1rem;flex:0 0 auto;align-items:center;justify-content:center;border-radius:.25rem;background:var(--blue);color:#fff;font-size:1.1rem;font-weight:500;text-decoration:none;box-sizing:border-box;transition:background .2s ease,transform .2s ease;}
#boxServiceIntro .introEstimateButton:hover{background:#0755c7;color:#fff;transform:translateY(-2px);}
@media(max-width:1100px){
	#boxServiceIntro{gap:3rem;}
}
@media(max-width:768px){
	#boxServiceIntro{padding-top:2.5rem;padding-bottom:0;}
	#boxServiceIntro .introMain{display:flex;padding:0;flex-direction:column;gap:1.5rem;border-radius:0;border:0;}
	#boxServiceIntro .introText{padding:0;text-align:center;width:100%;}
	#boxServiceIntro .introBadge{margin:0 auto;}
	#boxServiceIntro .introTitle{margin-top:.8rem;font-size:1.7rem;text-align:center;}
	#boxServiceIntro .introSummary{margin-top:.5rem;font-size:.88rem;line-height:1.6;}
	#boxServiceIntro .introServiceList{justify-content:center;margin-top:1.2rem;gap:.75rem;}
	#boxServiceIntro .introServiceItem{min-width:3.5rem;}
	#boxServiceIntro .introImage{aspect-ratio:4/3; border-radius:0;}
	
	#boxServiceIntro .introDetail{margin-top:1.3rem;padding:0 1rem;padding-top:1.2rem;text-align:left;}
	#boxServiceIntro .introDetailList{grid-template-columns:1fr;gap:.65rem;}
	#boxServiceIntro .introDetailList p{font-size:1rem;line-height:1.6;}
	
	#boxServiceIntro .introMeta{margin-top:1.2rem;padding:0 1rem;gap:.55rem;}
	#boxServiceIntro .introMetaItem{padding:.8rem;gap:.55rem;text-align:left;}
	#boxServiceIntro .introMetaItem > span{width:2.2rem;height:2.2rem;flex-basis:2.2rem;font-size:1.15rem;}
	#boxServiceIntro .introMetaItem strong{font-size:1.05rem;}
	
	#boxServiceIntro .introImageCaption{padding:3rem 1rem 1rem;}
	#boxServiceIntro .introImageCaption strong{font-size:1.05rem;}
	#boxServiceIntro .introImageCaption p{font-size:.8rem;}
	#boxServiceIntro .introSliderButton{width:2.3rem;height:2.3rem;}
	#boxServiceIntro .introSliderButton span{font-size:1.5rem;}
	#boxServiceIntro .introSliderPrev{left:.65rem;}
	#boxServiceIntro .introSliderNext{right:.65rem;}
	
	#boxServiceIntro .introEstimate{display:none;}
	#boxServiceIntro .introEstimateImage{width:4.5rem;height:4rem;flex-basis:4.5rem;}
	#boxServiceIntro .introEstimateText{width:calc(100% - 5.3rem);}
	#boxServiceIntro .introEstimateText strong{font-size:.9rem;white-space:normal;}
	#boxServiceIntro .introEstimateText p{font-size:.78rem;}
	#boxServiceIntro .introEstimateButton{width:100%;height:3.2rem;}
}

/* =========================================================
   05. 이런 분께 추천해요
========================================================= */
#boxRecommend{overflow:hidden;}
#boxRecommend .recommendList{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;}
#boxRecommend .recommendItem{display:flex;min-width:0;min-height:28rem;padding:3rem 2rem 1rem;flex-direction:column;overflow:hidden;border:1px solid #edf0f5;border-radius:1.5rem;background:#f4f6fa;box-sizing:border-box;}
#boxRecommend .recommendContent{position:relative;z-index:2;text-align:center;}
#boxRecommend .recommendContent h3{color:#1d2737;font-size:1.75rem;font-weight:500;line-height:1.45;letter-spacing:-.04em;}
#boxRecommend .recommendContent p{margin-top:1rem;color:#68758a;font-size:1.2rem;line-height:1.6;}
#boxRecommend .recommendImage{display:flex;height:15rem;margin-top:auto;align-items:flex-end;justify-content:center;}
#boxRecommend .recommendImage img{display:block;width:auto;max-width:100%;height:100%;object-fit:contain;object-position:center bottom;}

#boxRecommendPaging{display:none;justify-content:center;gap:.5rem;margin-top:1rem;}
#boxRecommendPaging button{width:.625rem;height:.625rem;padding:0;border:0;border-radius:50%;background:rgba(207,211,218,.55);cursor:pointer;transition:width .2s,background .2s;}
#boxRecommendPaging button.on{width:2rem;border-radius:1rem;background:var(--blue);}

@media(max-width:1439px){
    #boxRecommend .recommendList{display:flex;gap:1.2rem;padding-bottom:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;}
    #boxRecommend .recommendList::-webkit-scrollbar{display:none;}
    #boxRecommend .recommendItem{min-width:20rem;min-height:auto;}
	#boxRecommend .recommendImage{height:auto;margin-top:1rem;}
}

@media(max-width:768px){
	#boxRecommend .sectionHead{margin-bottom:2rem;}
	#boxRecommend .recommendList{display:flex;gap:.875rem;padding-bottom:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;}
	#boxRecommend .recommendList::-webkit-scrollbar{display:none;}
	#boxRecommend .recommendItem{min-width:14rem;min-height:auto;padding:1.5rem .5rem 0;flex:0 0 14rem;box-sizing:border-box;scroll-snap-align:start;}
	#boxRecommend .recommendContent h3{font-size: 1.2rem;}
	#boxRecommend .recommendContent p{margin-top:.55rem;font-size: 1rem;line-height: 1.55;letter-spacing: -.025rem;}
}

/* =========================================================
   06. 이사 서비스 타입
========================================================= */
#boxMovingType{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);padding-right:max(calc(50vw - 50%),1rem);padding-left:max(calc(50vw - 50%),1rem);overflow:visible;}
#boxMovingType .typeSlider{position:relative;padding:0;overflow:visible;}
#boxMovingType .typeList{display:flex;gap:1.25rem;padding-bottom:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;}
#boxMovingType .typeList::-webkit-scrollbar{display:none;}
#boxMovingType .typeItem{position:relative;display:flex;min-width:22rem;min-height:25rem;flex:1 0 calc((100% - 2.5rem)/3);overflow:hidden;border:1px solid #ddd;border-radius:1.5rem;background:#fff;box-sizing:border-box;scroll-snap-align:start;transition:border-color .22s,box-shadow .22s,transform .22s;}
#boxMovingType .typeItem:hover{border-color:#8ab9ff;}
#boxMovingType .typeItemPopular{border:2px solid var(--blue);}
#boxMovingType .typePopularLabel{position:absolute;top:1rem;right:1rem;z-index:3;padding:.35rem .75rem;border-radius:1rem;background:var(--blue);color:#fff;font-size:.75rem;font-weight:600;line-height:1.2;}
#boxMovingType .typeContent{display:flex;width:100%;padding:2.5rem 2.5rem 1.5rem;flex-direction:column;box-sizing:border-box;}
#boxMovingType .typeContent h3{padding-right:3rem;color:#1d2737;font-size:1.75rem;font-weight:500;line-height:1.4;letter-spacing:-.04em;}
#boxMovingType .typeItemPopular .typeContent h3{color:var(--blue);}
#boxMovingType .typeSummary{min-height:3.2rem;margin-top:.65rem;color:#68758a;font-size:1.15rem;line-height:1.7;}
#boxMovingType .typeBody{display:grid;margin-top:1rem;grid-template-columns:minmax(0,1fr) 55%;align-items:start;gap:.5rem;}
#boxMovingType .typeServiceList{display:flex;flex-direction:column;gap:.75rem;}
#boxMovingType .typeServiceList span{display:flex;align-items:center;color:#344158;font-size:1.1rem;line-height:1.45;}
#boxMovingType .typeServiceList span:before{content:"✓";display:inline-flex;width:1.15rem;height:1.15rem;margin-right:.75rem;flex:0 0 1.15rem;align-items:center;justify-content:center;border:2px solid #3190ff;border-radius:50%;color:#1681ff;font-size:.9rem;font-weight:600;box-sizing:border-box;}
#boxMovingType .typeImage{display:flex;height:11rem;align-items:center;justify-content:center;}
#boxMovingType .typeImage img{display:block;width:100%;height:100%;object-fit:contain;}
#boxMovingType .typeMeta{display:grid;margin-top:auto;padding-top:1.35rem;grid-template-columns:repeat(2,minmax(0,1fr));position:relative;z-index:1;}
#boxMovingType .typeMeta:before{content:"";position:absolute;z-index:-1;top:0;right:-2.5rem;bottom:-1.5rem;left:-2.5rem;background:#f4f6fa;}
#boxMovingType .typeMetaItem{position:relative;text-align:center;}
#boxMovingType .typeMetaItem + .typeMetaItem{border-left:1px solid #dfe5ed;}
#boxMovingType .typeMetaItem span{display:block;color:#8995a7;font-size:1rem;line-height:1.4;}
#boxMovingType .typeMetaItem strong{display:block;margin-top:.25rem;color:var(--blue);font-size:1.15rem;font-weight:500;line-height:1.4;}

/* 이사 서비스 타입 반응형 */
@media(max-width:1100px){
	#boxMovingType .typeList{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:768px){
	#boxMovingType{padding-top:4.4rem;padding-right:1rem;padding-bottom:4.4rem;padding-left:1rem;}
	#boxMovingType .typeContent{padding:1.5rem 1rem 1rem 1rem ;}
	#boxMovingType .typeContent h3{font-size:1.2rem;}
	#boxMovingType .typeSummary{min-height:0;margin-top:.5rem;font-size:1rem;line-height:1.6;}
	#boxMovingType .typeBody{margin-top:.75rem;grid-template-columns:minmax(0,1fr) 44%;}
	#boxMovingType .typeServiceList{gap:.35rem;margin-bottom:1rem;}
	#boxMovingType .typeServiceList span{font-size:1rem;}
	#boxMovingType .typeServiceList span:before{width:1rem;height:1rem;margin-right:.4rem;flex-basis:1rem;font-size:.55rem;}
	#boxMovingType .typeImage{height:6.5rem;}
	#boxMovingType .typeMeta{padding-top:1rem;}
	#boxMovingType .typeMetaItem span{font-size:.9rem;}
	#boxMovingType .typeMetaItem strong{font-size:.1.1rem;}
	#boxMovingType .typeMeta{display:grid;margin-top:auto;;grid-template-columns:repeat(2,minmax(0,1fr));position:relative;z-index:1;}
	#boxMovingType .typeList{gap:.875rem;padding-bottom:.75rem;}
	#boxMovingType .typeItem{min-width:17rem;min-height:auto;flex-basis:17rem;border-radius:.7rem;}
	#boxMovingType.typeSingle .typeItem{min-width:0;}
	#boxMovingType.typeSingle .typeContent{padding:1.5rem;}
	#boxMovingType.typeSingle .typeContent h3{text-align:left;}
	#boxMovingType.typeSingle .typeSummary{text-align:left;}
	#boxMovingType.typeSingle .typeBody{min-height:10rem;margin-top:1rem;padding:1rem;background:#f7f9fc;grid-template-columns:minmax(0,1fr) 42%;gap:.5rem;}
	#boxMovingType.typeSingle .typeServiceList{padding-left:0;}
	#boxMovingType.typeSingle .typeImage{height:8.5rem;}
	#boxMovingType .typeSlider{padding:0;}
	#boxMovingType.typeSingle .typeDescription{margin-top:1rem;padding:1rem;}
	#boxMovingType.typeSingle .typeDescription strong{font-size:.84rem;}
	#boxMovingType.typeSingle .typeDescription p{font-size:.8rem;line-height:1.7;}
}

/* =========================================================
   06-1. 타입 슬라이드 이동 버튼
========================================================= */
#boxMovingType .typeSlideButton{position:absolute;top:50%;z-index:5;display:flex;width:2.65rem;height:2.65rem;padding:0;align-items:center;justify-content:center;border:1px solid #d8e0ec;border-radius:50%;background:#fff;color:#687386;font-size:1rem;cursor:pointer;transform:translateY(-50%);box-shadow:0 .3rem 1rem rgba(31,50,81,.1);transition:border-color .2s,color .2s,box-shadow .2s;}
#boxMovingType .typeSlideButton:hover{border-color:var(--blue);color:var(--blue);box-shadow:0 .4rem 1.2rem rgba(22,115,249,.15);}
#boxMovingType .typeSlideButton:disabled{visibility:hidden;}
#boxMovingType .typeSlidePrev{left:-3.8rem;}
#boxMovingType .typeSlideNext{right:-3.8rem;}

/* 타입 슬라이드 이동 버튼 반응형 */
@media(max-width:768px){
	#boxMovingType .typeSlideButton{display:none !important;}
}

/* =========================================================
   06-2. 타입 슬라이드 페이지
========================================================= */
#boxMovingTypePaging{display:none;justify-content:center;gap:.5rem;margin-top:1rem;}
#boxMovingTypePaging button{width:.625rem;height:.625rem;padding:0;border:0;border-radius:50%;background:rgba(207,211,218,.55);cursor:pointer;transition:width .2s,background .2s;}
#boxMovingTypePaging button.on{width:2rem;border-radius:1rem;background:var(--blue);}

/* =========================================================
   09. 이사 전 준비사항
========================================================= */
#boxPrepare .prepareList{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;}
#boxPrepare .prepareItem{display:block;min-height:13.5rem;padding:1.45rem;border:1px solid var(--line);border-radius:1.05rem;background:#fff;}
#boxPrepare .prepareIcon{width:4.7rem;height:4.7rem;margin-bottom:1rem;padding:.3rem;border-radius:1rem;background:#f1f7ff;}
#boxPrepare .prepareIcon img{width:100%;height:100%;object-fit:contain;}
#boxPrepare .prepareContent h3{font-size:1.2rem;font-weight:500;line-height:1.4;letter-spacing:-.035em;}
#boxPrepare .prepareContent p{margin-top:.55rem;color:#79869a;font-size:1rem;line-height:1.6;}
@media(max-width:1100px){
	#boxPrepare .prepareList{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:768px){
	#boxPrepare .prepareList{grid-template-columns:1fr;}
	#boxPrepare .prepareItem{min-height:0;}
}
