.blt-d1{position:relative;padding-left:10px;font-size:clamp(15px,2.2vw,20px);font-weight:700;}
.blt-d1:before{content:'';position:absolute;top:0;left:0;width:2px;height:100%;background:#3C3E3F;}
.global-blt-d1{margin-bottom:50px;}

.blt2-d1{text-align:center;font-size:clamp(30px,3.8vw,35px);font-weight:700;color:#3C3E3F;}
.global-blt2-d1{margin-bottom:99px;}

.table-b .table-top-desc{display:flex;justify-content:flex-end;font-size:14px;margin:0 0 16px 0}
.table-b .table-b-inside{overflow-x:auto;-webkit-overflow-scrolling:touch;}
.table-b table{width:100%;border-collapse:collapse;table-layout:fixed;border-top:3px solid #887F7A}
.table-b table th,
.table-b table td{padding:clamp(26px,4vw,32px) 12px;text-align:center;line-height:1.4;vertical-align:middle}
.table-b table thead th{font-size:clamp(15px,2vw,16px);font-weight:600;border-bottom:2px solid #887F7A}
.table-b table tbody td{font-size:clamp(15px,2vw,16px);border-bottom:1px solid #887F7A}
.table-b table th:not(:last-child),.table-b table td:not(:last-child){border-right:1px solid #887F7A}
.table-b table .label-sub{margin-top:6px;font-size:12px;}
.table-b .table-bot-desc{margin:27px 0 0 0;font-size:clamp(15px,2vw,16px);line-height:1.5;}
.table-b .table-bot-desc li{position:relative;padding-left:12px}
.table-b .table-bot-desc li:before{content:'';position:absolute;left:0;top:12px;width:2px;height:2px;border-radius:50%;background:#3C3E3F;}
.table-b .table-bot-desc strong{font-weight:600}

.brand-story{padding:35px 0 60px 0;color:#202020;word-break:keep-all;}
.brand-story .brand-story-logo{display:flex;align-items:center;justify-content:center;gap:40px;}
.brand-story .brand-story-logo img:nth-child(1){height:clamp(40px,6vw,66px);}
.brand-story .brand-story-logo img:nth-child(2){height:clamp(20px,3vw,33px);}

.brand-story .brand-story-intro{text-align:center;}
.brand-story .brand-story-intro h2{margin:63px 20px 0;font-size:clamp(20px,2.8vw,26px);font-weight:500;line-height:1.5;}
.brand-story .brand-story-desc{margin-top:25px;font-size:clamp(15px,1.8vw,17px);font-weight:400;line-height:1.75;}
.brand-story .brand-story-desc p+p{margin-top:25px;}

.brand-story .brand-story-points{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;width:calc(100% - 220px);max-width:1080px;margin:40px auto 0;padding:34px 45px 35px 45px;border-radius:8px;background:#f6f6f6;}
.brand-story .brand-story-point{min-width:0;text-align:left;}
.brand-story .brand-story-point-title{position:relative;display:block;padding-left:13px;margin-bottom:8px;font-size:14px;font-weight:700;line-height:1.5;}
.brand-story .brand-story-point-title:before{content:'';position:absolute;top:5px;left:0;width:8px;height:8px;background:#222;}
.brand-story .brand-story-point p{margin:0;font-size:14px;font-weight:400;line-height:1.75;}

.brand-story .images{padding:98px 0 0;}
.brand-story .images .rows{display:grid;grid-template-columns:repeat(3,1fr);gap:23px;}
.brand-story .images .row{position:relative;aspect-ratio:1.48 / 1;border-radius:9px;overflow:hidden;}
.brand-story .images .row img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}

@media (max-width:1024px){
.brand-story .brand-story-points{width:auto;gap:25px;padding:30px 28px;}
.brand-story .brand-story-point p br{display:none;}
}

@media (max-width:760px){
.brand-story{padding-top:20px;}
.brand-story .brand-story-logo{gap:20px;padding:0 20px;}
.brand-story .brand-story-logo img{max-width:46%;height:clamp(32px,8vw,44px);}
.brand-story .brand-story-intro h2{margin-top:45px;font-size:20px;}
.brand-story .brand-story-desc{padding:0 20px;line-height:1.7;}
.brand-story .brand-story-desc br{display:none;}
.brand-story .brand-story-desc p+p{margin-top:22px;}
.brand-story .brand-story-points{grid-template-columns:1fr;gap:26px;margin-top:35px;padding:28px 24px;}
.brand-story .brand-story-point-title{font-size:14px;}
.brand-story .brand-story-point p{font-size:13px;}
.brand-story .images{padding-top:60px;}
.brand-story .images .rows{grid-template-columns:1fr;gap:15px;}
}

@media (max-width:480px){
.brand-story .brand-story-logo{gap:14px;}
.brand-story .brand-story-intro h2{margin-top:38px;font-size:18px;}
.brand-story .brand-story-desc{font-size:14px;}
.brand-story .brand-story-points{padding:25px 20px;}
}

.academy{padding-top:40px;}
.academy .r1{text-align:center;}
.academy .r2{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;max-width:720px;margin:clamp(40px,7vw,75px) auto 0;}
.academy .r2 a{display:flex;align-items:center;justify-content:center;height:38px;padding:0 28px;border:1px solid #aaa;background:#fff;color:#202020;font-size:clamp(16px,2vw,20px);font-weight:500;text-align:center;}
.academy .r2 a.is-active{border-color:#f5f5f5;background:#f5f5f5;font-weight:700;}

.academy .r3{margin-top:40px;text-align:center;}
.academy .r3 h2{margin:0;font-size:clamp(20px,2.8vw,26px);font-weight:500;line-height:1.5;}

.academy .academy-desc{margin-top:24px;font-size:clamp(15px,1.7vw,17px);font-weight:400;line-height:1.75;}
.academy .academy-desc p{margin:0;}
.academy .academy-desc p+p{margin-top:25px;}

.academy .academy-curriculum{margin-top:34px;padding:18px 32px 24px;border-radius:9px;background:#f6f6f6;}
.academy .academy-curriculum h3{margin:0;font-size:clamp(17px,2.2vw,20px);font-weight:500;line-height:1.5;}
.academy .academy-curriculum-list{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:22px;}
.academy .academy-curriculum-item{display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;font-size:clamp(13px,1.5vw,14px);line-height:1.4;text-align:left;}
.academy .academy-curriculum-item strong{font-weight:600;}

.academy .roomGallery{position:relative;margin-top:80px;}
.academy .roomGallery .blt2-d1{margin-bottom:52px;}
.academy .roomTabs{display:flex;justify-content:center;gap:50px;margin-top:40px}
.academy .roomTab{border:0;background:transparent;padding:10px 6px;font-size:18px;font-weight:500;color:#3C3E3F;cursor:pointer;position:relative}
.academy .roomTab.is-active{font-weight:700}
.academy .roomTab.is-active:before{content:"";position:absolute;left:50%;top:-18px;transform:translateX(-50%);width:22px;height:3px;background:#655C57;border-radius:2px}
.academy .roomSlider{margin-top:40px}
.academy .roomSlide{height:620px;display:flex;align-items:center;justify-content:center}
.academy .roomSlide>img{width:100%;height:100%;object-fit:cover;display:block}
.academy .roomArrow{position:absolute;top:50%;transform:translateY(-50%);width:64px;height:64px;border:0;background:transparent;cursor:pointer;z-index:10}
.academy .roomArrow:before{content:"";position:absolute;left:50%;top:50%;width:18px;height:18px;border-right:4px solid #111;border-bottom:4px solid #111;transform:translate(-50%,-50%) rotate(-45deg)}
.academy .roomArrow-prev{left:34px}
.academy .roomArrow-prev:before{border-right-color:#d7d7d7;border-bottom-color:#d7d7d7;transform:translate(-50%,-50%) rotate(135deg)}
.academy .roomArrow-next{right:34px}

.academy .storeInfo{display:grid;grid-template-columns:1fr 400px;gap:28px;align-items:stretch;margin-top:90px;}
.academy .storeInfo_card{position:relative;display:grid;grid-template-columns:430px 1fr;border-radius:20px;background:#ecebea}
.academy .storeInfo_img>img{position:absolute;left:8px;bottom:0;width:448px;}
.academy .storeInfo_text{padding:46px 42px;display:flex;align-items:center}
.academy .storeInfo_text-inside{display:flex;flex-direction:column;gap:14px}
.academy .storeInfo_text dl:first-child{margin:0 0 15px 0;}
.academy .storeInfo_text dl:first-child dd{display:none}
.academy .storeInfo_text dt{font-size:18px;font-weight:700;}
.academy .storeInfo_text dd{margin-top:5px;font-size:18px;font-weight:600;line-height:1.6}

.academy .storeInfo_mapArea{border-radius:20px;overflow:hidden;}
.academy .storeInfo_mapArea .root_daum_roughmap{width:100%;}
.academy .storeInfo_mapArea .root_daum_roughmap .wrap_map{width:100%;height:322px;}

@media (max-width:1224px) {
.academy .storeInfo{grid-template-columns:1fr}
.academy .storeInfo_mapArea{min-height:260px}
}

@media (max-width:840px) {
.academy .r1{margin-top:80px;}
.academy .storeInfo{margin-top:40px;}
.academy .storeInfo_card{grid-template-columns:1fr}
.academy .storeInfo_text{padding:22px 20px}
.academy .storeInfo_row{grid-template-columns:76px 1fr;gap:12px}
.academy .storeInfo_img{height:0;padding-bottom:68%;}
.academy .storeInfo_img>img{top:-65px;bottom:auto;width:100%;}
}

@media (max-width:760px){
.academy{padding-top:20px;}
.academy .r2{grid-template-columns:1fr;gap:10px;margin-top:40px;}
.academy .r2 a{height:44px;}
.academy .r3{margin-top:35px;}
.academy .r3 h2{font-size:20px;}
.academy .academy-desc{line-height:1.7;}
.academy .academy-desc br{display:none;}
.academy .academy-desc p+p{margin-top:22px;}
.academy .academy-curriculum{margin-top:30px;padding:24px 20px 26px;}
.academy .academy-curriculum-list{grid-template-columns:1fr;gap:16px;margin-top:22px;}
.academy .academy-curriculum-item{justify-content:flex-start;font-size:14px;}
}

@media (max-width:480px){
.academy .r3 h2{font-size:18px;}
.academy .academy-desc{font-size:14px;}
.academy .academy-curriculum h3{font-size:17px;}

.academy .roomTabs{gap:38px;margin-top:22px}
.academy .roomTab{font-size:16px}
.academy .roomSlide{height:420px}
.academy .roomArrow{width:54px;height:54px;left:14px;right:auto}
.academy .roomArrow-next{left:auto;right:14px}
}

.startupGuide .startupGuide-process{margin-top:46px;}
.startupGuide .startupGuide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 28px;}
.startupGuide .startupGuide-cell{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:0;min-height:290px;padding:38px 25px 34px;border:1px solid #eee8e4;border-radius:17px;background:#fff;text-align:center;}
.startupGuide .startupGuide-ico{width:46px;height:46px;margin-bottom:20px;color:#645c57;}
.startupGuide .startupGuide-ico svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.startupGuide .startupGuide-stepTitle{display:flex;flex-direction:column;align-items:center;margin:0;}
.startupGuide .startupGuide-stepNo{display:inline-flex;align-items:center;justify-content:center;min-width:112px;height:39px;padding:0 20px;border-radius:999px;background:#645c57;box-shadow:0 5px 12px rgba(100,92,87,.2);color:#fff;font-size:16px;font-weight:800;line-height:1;letter-spacing:.02em;white-space:nowrap;}
.startupGuide .startupGuide-stepName{display:block;margin-top:20px;color:#090909;font-size:clamp(25px,2.4vw,30px);font-weight:800;line-height:1.2;letter-spacing:-.06em;}
.startupGuide .startupGuide-desc{margin:24px 0 0;color:#111;font-size:clamp(15px,1.5vw,17px);font-weight:400;line-height:1.75;letter-spacing:-.04em;}
.startupGuide .startupGuide-arrow{position:absolute;z-index:5;top:50%;right:-43px;width:56px;height:56px;border-radius:50%;background:#645c57;box-shadow:0 6px 14px rgba(100,92,87,.2);transform:translateY(-50%);}
.startupGuide .startupGuide-arrow:before{content:'';position:absolute;top:50%;left:50%;width:10px;height:10px;border-top:3px solid #fff;border-right:3px solid #fff;transform:translate(-65%,-50%) rotate(45deg);}
.startupGuide .startupGuide-cell-brand{flex-direction:row;gap:32px;padding:45px 35px;justify-content:center;}
.startupGuide .startupGuide-cell-brand img:nth-child(1){height:50px;}
.startupGuide .startupGuide-cell-brand img:nth-child(2){height:24px;}

@media (max-width:1024px){
.startupGuide .startupGuide-grid{grid-template-columns:repeat(2,1fr);gap:20px;}
.startupGuide .startupGuide-cell{min-height:350px;padding:32px 22px;}
.startupGuide .startupGuide-arrow{display:none;}
.startupGuide .startupGuide-cell-brand{grid-column:1 / -1;min-height:230px;}
}

@media (max-width:720px){
.startupGuide .startupGuide-grid{gap:14px;}
.startupGuide .startupGuide-cell{min-height:auto;padding:40px 20px;border-radius:14px;}
.startupGuide .startupGuide-ico{width:38px;height:38px;margin-bottom:17px;}
.startupGuide .startupGuide-stepNo{min-width:96px;height:34px;padding:0 15px;font-size:16px;}
.startupGuide .startupGuide-stepName{margin-top:16px;font-size:28px;}
.startupGuide .startupGuide-desc{margin-top:19px;font-size:15px;line-height:1.7;}
.startupGuide .startupGuide-cell-brand{grid-column:1 / -1;flex-direction:row;gap:20px;min-height:180px;padding:40px 20px;}
.startupGuide .startupGuide-cell-brand img{max-width:47%;max-height:52px;}
.startupGuide .startupGuide-cell-brand img:nth-child(2){max-height:28px;}
}

@media (max-width:420px){
.startupGuide .startupGuide-cell-brand{gap:14px;}
.startupGuide .startupGuide-cell-brand img{max-width:48%;}
}

.body-upcoming-locations .container{margin-top:77px;}
.body-upcoming-locations .global-blt-d1{display:none;}

.storeList-top{background:#EEEFF3;padding:48px 0 46px;}
.storeList-bottom{background:#fff;padding:54px 0 70px;}
.storeList-title{margin:39px 0 26px;font-size:clamp(26px,3.5vw,35px);font-weight:500;color:#3C3E3F;}

.storeList-topGrid{display:grid;grid-template-columns:160px 1fr;gap:28px;align-items:start;}
.storeList-filters{display:flex;flex-direction:column;gap:16px;padding-top:6px;}
.storeList-pill{display:inline-flex;align-items:center;justify-content:center;height:44px;color:#3C3E3F;font-size:20px;font-weight:600;cursor:pointer;}
.storeList-pill.is-active{background:#fff;}

.storeList-mapCard{padding:26px 34px;border-radius:10px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.06) inset;}
.storeList-mapCard>#map{min-height:430px;}

.storeList-districtGrid{display:block;}
.storeList-areaHead{display:flex;align-items:center;flex-wrap:wrap;gap:14px;}

.storeList-areaTitle{display:flex;align-items:center;gap:6px;margin:0;color:#3C3E3F;font-size:28px;font-weight:700;line-height:32px;white-space:nowrap;}
.storeList-areaTitle svg{flex:none;height:26px;fill:#555;}

.storeList-districtTabs{display:flex;align-items:center;flex-wrap:wrap;gap:4px;}
.storeList-districtTab{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 22px;border:1px solid #ededed;background:#fff;color:#202020;font-size:20px;font-weight:500;line-height:1;text-decoration:none;}
.storeList-districtTab:hover,.storeList-districtTab.is-active{background:#f6f6f6;font-weight:700;}

.storeList-districtBox{margin-top:21px;padding:20px 17px;border:1px solid #f0f0f0;background:#fff;}
.storeList-dongList{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none;}
.storeList-dongList li{display:inline-flex;align-items:center;justify-content:center;min-height:29px;padding:5px 12px;background:#f7f7f7;color:#202020;font-size:20px;font-weight:500;line-height:1.35;text-align:center;}

@media (max-width:1024px){
.storeList-topGrid{grid-template-columns:140px 1fr;gap:22px;}
.storeList-mapCard>#map{min-height:380px;}
}

@media (max-width:720px){
.storeList-top{padding:34px 0;}
.storeList-bottom{padding:38px 0 56px;}

.storeList-topGrid{grid-template-columns:1fr;gap:16px;}
.storeList-filters{flex-direction:row;flex-wrap:wrap;gap:10px;padding-top:0;}
.storeList-pill{width:auto;height:40px;padding:0 16px;}

.storeList-mapCard{padding:18px 16px;}
.storeList-mapCard>#map{min-height:320px;}

.storeList-areaHead{align-items:flex-start;gap:10px;}
.storeList-areaTitle{width:100%;font-size:18px;}

.storeList-districtTabs{width:100%;gap:6px;}
.storeList-districtTab{flex:1 1 calc(33.333% - 6px);min-width:90px;height:38px;padding:0 10px;font-size:15px;}

.storeList-districtBox{margin-top:12px;padding:15px 12px;}
.storeList-dongList{gap:6px;}
.storeList-dongList li{padding:6px 10px;font-size:13px;}
}

.storyCard{margin:0 0 50px}
.storyCard__topTitle{margin:0 0 12px;font-size:22px;font-weight:600;color:#3c3a38}
.storyCard__grid{display:grid;grid-template-columns:428px 1fr;gap:12px;align-items:stretch}
.storyCard__left{border:2px solid #e8e0dc;background:#fff}
.storyCard__leftInner{padding:44px clamp(20px,4vw,40px) 50px clamp(20px,4vw,40px);text-align:center;font-size:clamp(18px,2.2vw,22px);}
.storyCard__branch{font-weight:700;margin:0 0 26px}
.storyCard__q{font-weight:700;margin:0 0 26px}
.storyCard__p{margin:0 0 22px;line-height:1.4;color:#2f2d2b}

.storyCard__video{position:relative;height:0;padding-bottom:56.25%;}
.storyCard__iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.storyCard__cta{margin-top:13px;background:#eee7e4;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px 18px}
.storyCard__ctaTitle{font-size:clamp(22px,4vw,34px);color:#000;margin:0 0 22px;line-height:1.2;}
.storyCard__ctaTitle strong{font-weight:700}
.storyCard__btnRow{display:flex;gap:18px}
.storyCard__btn{min-width:303px;height:58px;display:flex;align-items:center;justify-content:center;background:#887F7A;color:#fff;text-decoration:none;font-size:clamp(18px,2.2vw,22px);font-weight:500;}

@media (max-width:1024px){
.storyCard__grid{grid-template-columns:360px 1fr}
.storyCard__btn{min-width:220px}
}
@media (max-width:820px){
.storyCard__grid{grid-template-columns:1fr;gap:14px}
.storyCard__btnRow{width:100%;flex-direction:column;gap:10px}
.storyCard__btn{width:100%;min-width:0}
}

.cs-guide{margin-top:50px;}
.cs-guide-box{text-align:center;background:#fff}
.cs-guide-box-bottom{margin-top:58px}
.cs-guide-box-title{margin:0;font-size:35px;font-weight:600;color:#5f5752}
.cs-guide-box-text{margin-top:33px;font-size:20px;line-height:1.2;color:#655C57;}
.cs-guide-cards{padding:64px 0 40px;margin-top:58px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;border-top:2px solid #3C3E3F;}
.cs-guide-card{text-align:center;padding:8px 10px}
.cs-guide-card-title{margin:0 0 18px;font-size:35px;color:#3C3E3F}
.cs-guide-icon{height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.cs-guide-icon img{height:82px;display:block;object-fit:contain}
.cs-guide-card-desc{margin:0 0 26px;font-size:20px;line-height:1.2;color:#3C3E3F}
.cs-guide-btn{display:flex;align-items:center;justify-content:center;width:252px;max-width:100%;height:54px;margin:0 auto;background:#585955;color:#fff;text-decoration:none;font-size:20px;border-radius:10px}
.cs-guide-btn:hover{filter:brightness(.96)}
.cs-guide-box-text2{padding:22px 50px;margin-top:40px;text-align:left;background:#EEEFF3;}
.cs-guide-box-text2 li{position:relative;padding-left:14px;font-size:20px;line-height:1.7;color:#585955;word-break:keep-all;}
.cs-guide-box-text2 li:before{content:"";position:absolute;left:0;top:13px;width:4px;height:4px;background:#585955;border-radius:50%;}

@media (max-width:1024px){
.cs-guide-box-text{font-size:18px}
.cs-guide-cards{grid-template-columns:repeat(2,1fr);gap:30px;padding:52px 0 28px}
.cs-guide-card-title{font-size:34px}
}
@media (max-width:720px){
.cs-guide-box-title{font-size:30px}
.cs-guide-box-text{font-size:16px}
.cs-guide-cards{grid-template-columns:1fr;gap:26px;padding:40px 0 18px}
.cs-guide-card-title{font-size:30px}
.cs-guide-icon{height:100px}
.cs-guide-btn{height:52px;width:100%}
.cs-guide-box-text2{padding:20px 20px;}
}

.investment-cost{padding:0 0 40px;color:#111;margin-top:60px;}
.investment-cost *{box-sizing:border-box}
.investment-cost .col-full{width:100%;}

.investment-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}
.investment-head-text h2{margin:0 0 18px;font-size:34px;font-weight:900;line-height:1.15;letter-spacing:-1.7px}
.investment-head-text p{margin:0;font-size:18px;font-weight:400;line-height:1.5;color:#555;letter-spacing:-.6px}
.investment-unit{padding-bottom:2px;font-size:14px;font-weight:400;line-height:1.4;color:#444;letter-spacing:-.4px;white-space:nowrap}

.investment-plan-radio{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}

.investment-card-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:66px 0 62px}
.investment-card{display:flex;height:172px;align-items:center;justify-content:center;flex-direction:column;padding:25px 20px;border:1px solid #e2dfdc;border-radius:12px;background:#fff;text-align:center;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s}
.investment-card-title{display:block;margin-bottom:29px;font-size:20px;font-weight:900;line-height:1.2;color:#595959;letter-spacing:-.8px}
.investment-card-price{display:block;font-size:36px;font-weight:900;line-height:1;color:#080808;letter-spacing:-1.7px}
.investment-card-price span{display:none}

.investment-table-area{margin-bottom:56px}
.investment-detail-title{display:flex;align-items:center;margin-bottom:20px}
.investment-detail-title h3{margin:0;font-size:25px;font-weight:900;line-height:1.25;letter-spacing:-1px}

.investment-table-wrap{width:100%}
.investment-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}
.investment-table th,.investment-table td{height:64px;padding:11px 12px;border:0;border-right:1px solid #e2dfdc;border-bottom:1px solid #e2dfdc;background:#fff;text-align:center;font-size:16px;font-weight:500;line-height:1.35;letter-spacing:-.5px;transition:background-color .15s,color .15s}
.investment-table tr > *:first-child{border-left:1px solid #e2dfdc}
.investment-table thead tr:first-child > *{border-top:1px solid #e2dfdc}
.investment-table thead th{height:64px;background:#fafafa;font-size:16px;font-weight:900}
.investment-table tbody th{background:#fafafa;font-weight:900}
.investment-table .label-sub{margin-top:2px;font-size:14px;font-weight:800;line-height:1.3}
.investment-total-row th{height:82px;font-size:20px;font-weight:900;line-height:1.25}
.investment-total-row td{height:82px;font-size:20px;font-weight:900}

.investment-mobile-detail{display:none}
.mobile-plan-detail{display:none}

.investment-info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px;margin-bottom:36px;padding:29px 34px;border:1px solid #e2dfdc;border-radius:12px;background:#fff}
.investment-info-item{display:flex;align-items:flex-start;gap:16px}
.investment-info-icon{display:flex;flex:0 0 34px;width:34px;height:34px;align-items:center;justify-content:center}
.investment-info-icon svg{width:25px;height:25px;fill:none;stroke:#8b837e;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.investment-info-text strong{display:block;margin-bottom:7px;font-size:18px;font-weight:900;line-height:1.25;letter-spacing:-.6px}
.investment-info-text p{margin:0;font-size:14px;font-weight:400;line-height:1.55;color:#555;letter-spacing:-.4px}
.investment-note{text-align:center;font-size:14px;font-weight:400;line-height:1.5;color:#777;letter-spacing:-.4px}

@media (hover:hover) and (pointer:fine){

	.investment-card:hover{
		box-shadow:0 0 0 3px #6d645e,0 18px 34px rgba(52,45,40,.14);
		transform:translateY(-3px);
	}

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(1):hover,
		.investment-table tr > :nth-child(2):hover
	)) .investment-table tr > :nth-child(2),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(2):hover,
		.investment-table tr > :nth-child(3):hover
	)) .investment-table tr > :nth-child(3),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(3):hover,
		.investment-table tr > :nth-child(4):hover
	)) .investment-table tr > :nth-child(4),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(4):hover,
		.investment-table tr > :nth-child(5):hover
	)) .investment-table tr > :nth-child(5){
		border-left:3px solid #6d645e;
		border-right:3px solid #6d645e;
		background:#fffdfa;
		font-weight:900;
	}

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(1):hover,
		.investment-table tr > :nth-child(2):hover
	)) .investment-table tr > :nth-child(1),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(2):hover,
		.investment-table tr > :nth-child(3):hover
	)) .investment-table tr > :nth-child(2),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(3):hover,
		.investment-table tr > :nth-child(4):hover
	)) .investment-table tr > :nth-child(3),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(4):hover,
		.investment-table tr > :nth-child(5):hover
	)) .investment-table tr > :nth-child(4){
		border-right:0;
	}

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(1):hover,
		.investment-table tr > :nth-child(2):hover
	)) .investment-table thead tr > :nth-child(2),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(2):hover,
		.investment-table tr > :nth-child(3):hover
	)) .investment-table thead tr > :nth-child(3),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(3):hover,
		.investment-table tr > :nth-child(4):hover
	)) .investment-table thead tr > :nth-child(4),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(4):hover,
		.investment-table tr > :nth-child(5):hover
	)) .investment-table thead tr > :nth-child(5){
		border-top:3px solid #6d645e;
		border-bottom:0;
		background:#6d645e;
		color:#fff;
	}

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(1):hover,
		.investment-table tr > :nth-child(2):hover
	)) .investment-table tbody tr:first-child > :nth-child(2),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(2):hover,
		.investment-table tr > :nth-child(3):hover
	)) .investment-table tbody tr:first-child > :nth-child(3),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(3):hover,
		.investment-table tr > :nth-child(4):hover
	)) .investment-table tbody tr:first-child > :nth-child(4),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(4):hover,
		.investment-table tr > :nth-child(5):hover
	)) .investment-table tbody tr:first-child > :nth-child(5){
		border-top:3px solid #6d645e;
	}

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(1):hover,
		.investment-table tr > :nth-child(2):hover
	)) .investment-table tbody tr:last-child > :nth-child(2),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(2):hover,
		.investment-table tr > :nth-child(3):hover
	)) .investment-table tbody tr:last-child > :nth-child(3),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(3):hover,
		.investment-table tr > :nth-child(4):hover
	)) .investment-table tbody tr:last-child > :nth-child(4),

	.investment-cost:has(:is(
		.investment-card-list .investment-card:nth-child(4):hover,
		.investment-table tr > :nth-child(5):hover
	)) .investment-table tbody tr:last-child > :nth-child(5){
		border-bottom:3px solid #6d645e;
	}
}

@media (max-width:768px){
.investment-cost{padding-bottom:28px}
.investment-head{display:block;margin-bottom:0}
.investment-head-text h2{margin-bottom:10px;font-size:30px;line-height:1.2;letter-spacing:-1.4px}
.investment-head-text p{margin-bottom:24px;font-size:14px;line-height:1.5;letter-spacing:-.4px}
.investment-unit{margin-bottom:12px;padding:0;font-size:12px;line-height:1.4;text-align:left}

.investment-card-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 35px}
.investment-card{height:105px;align-items:flex-start;padding:20px 14px;border-radius:8px;text-align:left}
.investment-card-title{margin-bottom:13px;font-size:15px;line-height:1.2;color:#4d4a48;letter-spacing:-.5px}
.investment-card-price{font-size:27px;line-height:1;letter-spacing:-1.1px}
.investment-card-price span{display:inline;margin-left:4px;font-size:11px;font-weight:900;letter-spacing:-.3px}

#investment-plan-20:checked ~ .investment-card-list label[for="investment-plan-20"],
#investment-plan-30:checked ~ .investment-card-list label[for="investment-plan-30"],
#investment-plan-50:checked ~ .investment-card-list label[for="investment-plan-50"],
#investment-plan-70:checked ~ .investment-card-list label[for="investment-plan-70"]{border-color:#6d645e;box-shadow:inset 0 0 0 1px #6d645e;}

.investment-table-area{display:none}
.investment-mobile-detail{display:block;margin-bottom:28px}

#investment-plan-20:checked ~ .investment-mobile-detail .mobile-plan-20,
#investment-plan-30:checked ~ .investment-mobile-detail .mobile-plan-30,
#investment-plan-50:checked ~ .investment-mobile-detail .mobile-plan-50,
#investment-plan-70:checked ~ .investment-mobile-detail .mobile-plan-70{display:block;}

.mobile-plan-detail h3{margin:0 0 13px;padding-left:10px;font-size:23px;font-weight:900;line-height:1.3;letter-spacing:-1px}

.mobile-cost-list{overflow:hidden;border-top:2px solid #6d645e;border-radius:0 0 9px 9px;background:#fff}
.mobile-cost-row{padding:18px;border-right:1px solid #ebe7e4;border-bottom:1px solid #ebe7e4;border-left:1px solid #ebe7e4;background:#fff}
.mobile-cost-label{margin-bottom:8px;font-size:13px;font-weight:900;line-height:1.35;color:#655f5b;letter-spacing:-.4px}
.mobile-cost-label span{font-size:11px;font-weight:800}
.mobile-cost-value{font-size:22px;font-weight:900;line-height:1.2;color:#111;letter-spacing:-.8px}
.mobile-cost-value small{margin-left:3px;font-size:11px;font-weight:900;letter-spacing:-.3px}
.mobile-cost-text{font-size:19px}

.mobile-cost-total{display:flex;align-items:center;justify-content:space-between;padding:23px 20px;border:none;background:#6d645e;color:#fff}
.mobile-cost-total .mobile-cost-label{margin:0;font-size:17px;color:#fff}
.mobile-cost-total .mobile-cost-label span{display:block;margin-top:4px;font-size:11px;color:#fff}
.mobile-cost-total .mobile-cost-value{font-size:32px;color:#fff;letter-spacing:-1.2px}
.mobile-cost-total .mobile-cost-value small{font-size:11px;color:#fff}

.investment-info{display:block;margin-bottom:28px;padding:24px 20px;border:none;border-radius:0;background:#fff;box-shadow:0 15px 34px rgba(45,39,35,.07)}
.investment-info-item{gap:13px;margin-bottom:22px}
.investment-info-item:last-child{margin-bottom:0}
.investment-info-icon{flex-basis:32px;width:32px;height:32px;border:1px solid #dfdad6;border-radius:50%}
.investment-info-icon svg{width:18px;height:18px}
.investment-info-text strong{margin-bottom:4px;font-size:16px}
.investment-info-text p{font-size:13px;line-height:1.5}
.investment-note{padding:0 5px;font-size:11px;line-height:1.5}
}

.load-guide{margin-top:55px;}
.load-guide .col-full{max-width:960px;}
.load-guide-title{position:relative;margin:0 auto 30px;padding-left:24px;color:#111;font-size:34px;font-weight:700;line-height:1.35;letter-spacing:-.05em;box-sizing:border-box;}
.load-guide-title:before{content:'';position:absolute;top:3px;bottom:3px;left:0;width:6px;border-radius:6px;background:#645c57;}
.load-guide-card{width:100%;margin:0 auto;border:1px solid #e6e2df;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(100,92,87,.07);overflow:hidden;}
.load-guide-head{display:grid;grid-template-columns:336px 1fr;align-items:center;min-height:110px;padding:25px 50px;border-bottom:1px solid #e8e5e3;}
.load-guide-head-label{font-size:18px;font-weight:700;color:#4c4c4c;}
.load-guide-bank{display:flex;align-items:center;}
.load-guide-bank img{display:block;width:auto;max-width:180px;max-height:38px;}
.load-guide-row{display:grid;grid-template-columns:76px 260px minmax(0,1fr);align-items:center;min-height:110px;padding:25px 50px;border-bottom:1px solid #e8e5e3;}
.load-guide-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#f2f0ef;color:#645c57;font-size:25px;font-weight:700;font-style:normal;line-height:1;}
.load-guide-row-title{font-size:25px;font-weight:800;line-height:1.4;letter-spacing:-.04em;color:#181818;}
.load-guide-row-desc{font-size:22px;font-weight:500;line-height:1.55;letter-spacing:-.035em;color:#222;}
.load-guide-contact{padding:32px 50px 38px;}
.load-guide-contact-head{display:grid;grid-template-columns:76px 260px minmax(0,1fr);align-items:center;min-height:70px;}
.load-guide-contact-list{margin-top:34px;padding-left:20px;}
.load-guide-contact-item{display:grid;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:30px;min-height:86px;padding:15px 0;}
.load-guide-contact-item+.load-guide-contact-item{border-top:1px solid #e8e5e3;}
.load-guide-contact-name{font-size:23px;font-weight:400;line-height:1.5;letter-spacing:-.035em;color:#222;}
.load-guide-contact-phone{display:flex;align-items:center;gap:14px;white-space:nowrap;}
.load-guide-contact-phone a{color:#222;font-size:23px;font-weight:500;line-height:1.4;text-decoration:none;letter-spacing:.01em;}
.load-guide-phone-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f2f0ef;color:#645c57;font-size:18px;font-weight:700;line-height:1;}

@media (max-width:900px){
.load-guide-title{margin-bottom:22px;font-size:28px;}
.load-guide-head{grid-template-columns:170px 1fr;padding:24px 32px;}
.load-guide-row{grid-template-columns:64px 210px minmax(0,1fr);min-height:112px;padding:24px 32px;}
.load-guide-icon{width:50px;height:50px;font-size:22px;}
.load-guide-row-title{font-size:21px;}
.load-guide-row-desc{font-size:18px;}
.load-guide-contact{padding:28px 32px 34px;}
.load-guide-contact-head{grid-template-columns:64px 210px minmax(0,1fr);}
.load-guide-contact-name,.load-guide-contact-phone a{font-size:19px;}
}

@media (max-width:720px){
.load-guide-title{padding-left:15px;font-size:23px;}
.load-guide-title:before{width:4px;}
.load-guide-card{border-radius:14px;}
.load-guide-head{grid-template-columns:100px minmax(0,1fr);min-height:82px;padding:18px 20px;}
.load-guide-head-label{font-size:15px;}
.load-guide-bank img{max-width:130px;max-height:28px;}
.load-guide-row{grid-template-columns:44px minmax(0,1fr);gap:0 12px;min-height:105px;padding:22px 20px;}
.load-guide-icon{grid-row:1 / span 2;width:42px;height:42px;font-size:18px;}
.load-guide-row-title{font-size:17px;}
.load-guide-row-desc{grid-column:2;margin-top:7px;font-size:15px;}
.load-guide-contact{padding:22px 20px 28px;}
.load-guide-contact-head{grid-template-columns:44px minmax(0,1fr);gap:12px;min-height:auto;}
.load-guide-contact-head .load-guide-icon{grid-row:auto;}
.load-guide-contact-list{margin-top:20px;padding-left:0;}
.load-guide-contact-item{grid-template-columns:1fr;gap:8px;min-height:auto;padding:18px 0;}
.load-guide-contact-name{font-size:16px;}
.load-guide-contact-phone{gap:8px;}
.load-guide-contact-phone a{font-size:17px;font-weight:600;}
.load-guide-phone-icon{width:30px;height:30px;font-size:13px;}
}

@media (max-width:420px){
.load-guide-head{grid-template-columns:80px minmax(0,1fr);padding-left:16px;padding-right:16px;}
.load-guide-row{padding-left:16px;padding-right:16px;}
.load-guide-contact{padding-left:16px;padding-right:16px;}
.load-guide-row-title{font-size:16px;}
.load-guide-row-desc{font-size:14px;}
.load-guide-contact-name{font-size:15px;}
.load-guide-contact-phone a{font-size:16px;}
}

.agency-wrap .agency-table-outer{overflow-x:auto;}
.agency-wrap .agency-table{width:100%;min-width:1200px;border-collapse:collapse;border-top:2px solid #887F7A;}
.agency-wrap .agency-table th{padding:20px 15px;font-size:16px;font-weight:700;text-align:center;border-bottom:1px solid #887F7A;}
.agency-wrap .agency-table td{text-align:center;font-size:16px;border:1px solid #887F7A;padding:20px 15px;line-height:1.4;word-break:keep-all}
.agency-wrap .agency-table td:first-child{border-left:none;}
.agency-wrap .agency-table td:last-child{border-right:none;}
.agency-wrap .contact-box{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:35px}
.agency-wrap .contact-card{display:flex;align-items:center;background:#EBE8E7;border-radius:10px;padding:24px;line-height:1.4;}
.agency-wrap .contact-card1{justify-content:center;}
.agency-wrap .contact-card1>svg{width:100px;fill:#655C57;}
.agency-wrap .contact-card strong{display:block;font-size:clamp(20px,2.2vw,22px);margin-bottom:10px}
.agency-wrap .contact-card:first-child .tel{font-size:clamp(28px,3vw,34px);font-weight:800}
.agency-wrap .contact-card2{text-align:center;justify-content:center;}

@media (max-width:768px) {
.agency-wrap .contact-box{grid-template-columns:1fr;}
}
