@charset "utf-8"; :root { --main-color: #2a47bf; --sub-color: #3e6ef8; --sub-color-2: #618aff; --sub-color-3: #596170; --sub-color-4: #192b73; --sub-color-5: #2959e5; --sub-color-6: #111c4c; --sub-color-7: #7b99ff; --sub-color-8: #4262e6; --shadow-color: #0030a126; --shadow-color-2: #3e6ef81a; --shadow-color-3: #3987fd66; --shadow-color-4: #2A47BF4D; --border-color: #c4c5c6; } 

#wrap { } 
#wrap .inner { width:1440px; margin:0 auto; max-width:100%; } 

#header { position: fixed; top: 0; left:0; z-index: 100; width: 100%; border-bottom:1px solid rgb(255 255 255 / 30%); transition:all 0.5s; } 
#header .inner { position:relative; display:flex; align-items:center; justify-content:space-between; padding: 0 60px; width: 1750px; height: 100px; } 
#header .logo { position:absolute; top:50%; left:0; transform:translateY(-50%); display: flex; align-items: center; } 
#header .logo a { display:flex; align-items:center; justify-content:center; width: auto; height: 38px; aspect-ratio: 141/38; background:url(/img/logo-8795fb058eed6c49d719667ccf5af609.svg) no-repeat center / contain; transition:all 0.5s; } 
#header .logo a img { height:100%; width:auto; } 
#header .gnb { flex: 1; } 
#header .gnb .dp1 { display:flex; align-items:center; justify-content:center; text-align: center; } 
#header .gnb .dl1 { position:relative; } 
#header .gnb .dl1.on .dp2 { opacity:1; visibility:visible; } 
#header .gnb .da1 { display:flex; align-items:center; justify-content:center; padding:0 40px; line-height: 100px; font-size:20px; font-weight:400; color:#fff; } 
#header .gnb .dp2 { position:absolute; top: 100px; left:0; width:100%; background:#fff; padding:12px; opacity: 0; visibility: hidden; transition: all 0.5s; box-shadow: 0 10px 10px rgb(0 0 0 / 5%); } 
#header .gnb .dl2 { position:relative; } 
#header .gnb .da2 { display:flex; align-items:center; justify-content:center; height:54px; font-size:20px; font-weight:300; color:#222; } 
#header .gnb .da2:before { content:''; position:absolute; bottom:0; left:50%; width:0px; height:2px; background:var(--main-color); transform:translateX(-50%); transition:all 0.5s; } 
#header .gnb .da2:hover:before { width:100%; } 
#header .button { position:absolute; top:50%; right:0; transform:translateY(-50%); display: flex; align-items: center; gap: 10px; } 
#header .button a { display:flex; align-items:center; justify-content:center; } 
#header .button a.btn-counsel { padding: 0 20px; height: 42px; border-radius: 42px; gap: 4px; font-size: 18px; font-weight: 400; background:transparent; color: #fff; border:1px solid #fff; } 
#header.fixed { background:rgb(255 255 255 / 90%); backdrop-filter: blur(6px); } 
#header.fixed .logo a { background:url(/img/logo_on-8e6a22e71c36d82bcdc6450ed84f06ae.svg) no-repeat center / contain; } 
#header.fixed .gnb .da1 { color:#222; } 
#header.fixed .button a.btn-counsel { background:transparent; color: var(--main-color); border:1px solid var(--main-color); } 

#rocketHeader { position: fixed; top: 0; left:0; z-index: 1000; width: 100%; border-bottom:1px solid #e8e8e8; transition:all 0.5s; background: #fff; } 
#rocketHeader .inner { position:relative; display:flex; align-items:center; justify-content:space-between; padding: 0 60px; width: 1750px; height: 100px; } 
#rocketHeader .logo { position:absolute; top:50%; left:0; transform:translateY(-50%); display: flex; align-items: center; } 
#footer { position:relative; padding:40px 0 80px; background:#080e26; } 
#footer .flex { display:flex; align-items:center; justify-content:space-between; padding:0 0 20px; margin: 0 0 20px; border-bottom:1px solid rgb(238 238 238 / 30%); } 
#footer .link { display:flex; align-items:center; } 
#footer .link a { display:flex; align-items:center; line-height:1; font-size:16px; font-weight:300; color:rgb(255 255 255 / 60%); } 
#footer .link a:before { content:''; width:1px; height:14px; background:rgb(255 255 255 / 60%); margin:0 20px; } 
#footer .link a:first-child:before { display:none; } 
#footer .baro { } 
#footer .baro a { display:flex; align-items:center; justify-content: center; padding: 0 20px; height: 54px; border-radius: 4px; border: 1px solid rgb(255 255 255 / 50%); background: rgb(255 255 255 / 11%); font-size: 16px; font-weight: 500; color: #fff; } 
#footer .info { display: flex; flex-wrap: wrap; gap: 8px 0; } 
#footer .info p { display:flex; gap: 10px; width: 100%; line-height: 1.3; font-size: 14px; font-weight: 300; color: #DEDFE2; } 
#footer .info p span { display: flex; align-items: flex-start; gap: 10px; } 
#footer .info p strong { font-weight: 500; white-space: nowrap; } 
#footer .cite { margin:8px 0 0 0; line-height: 1.3; font-size: 14px; font-weight: 300; color: #DEDFE2; } 
#footer .gotop { position:fixed; bottom: 140px; right:40px; display:flex; align-items:center; justify-content:center; width:50px; height:50px; border-radius:4px; border:1px solid #ccc; background:rgb(255 255 255 / 50%); backdrop-filter: blur(10px); cursor: pointer; opacity:0; visibility:hidden; transition:all 1s; } 
#footer .gotop.show { opacity:1; visibility:visible; } 
#footer .gotop:before { content:''; width: 12px; height: 17px; background:url("/img/gotop-95dcd10507277b86c99cd29ad4cef5e5.svg") no-repeat center / contain } 
#container { } 

.float { position:fixed; right:40px; bottom: 40px; z-index:1000; opacity: 0; visibility: hidden; transform: translateY(20px); transition: .3s; } 
.float a { display:flex; flex-direction:column; align-items: center; justify-content: center; text-align: center; width: 86px; height: 86px; border-radius: 86px; line-height: 1.1; font-size: 16px; font-weight: 600; color: #fff; background: linear-gradient(90deg, #3987FD 0%, #256EF4 100%); box-shadow: 0px 8px 20px 0px var(--shadow-color-3); } 
.float a:after { content:''; width:22px; height:22px; background:url("/img/rocket-8dde474fde06edd93bdfbdcdc9e1d410.svg") no-repeat center / contain; } 
.float.show { opacity: 1; visibility: visible; transform: translateY(0); } 

.main { } 
.main .init { transform:translateY(100px); opacity:0; transition: all 1s; } 
.main .init.animated { transform:translateY(0); opacity:1; } 
.main .section { position:relative; } 
.main .visual { padding: 240px 0 100px; text-align:center; overflow: hidden; } 
.main .visual .inner { width:1750px !important; } 
.main .visual .text { position:relative; z-index: 2; display:flex; flex-direction:column; align-items:center; justify-content:center; margin: 0 0 120px; } 
.main .visual .text .tit { margin:0 0 30px; line-height:1.1; font-size:60px; font-weight:700; color:#fff; word-break:keep-all; } 
.main .visual .text .txt { margin:0 0 30px; line-height:1.4; font-size:24px; font-weight:400; color:#fff; word-break:keep-all; } 
.main .visual .text .btn { display:flex; align-items:center; justify-content:center; gap:20px; flex-wrap:wrap; } 
.main .visual .text .btn span { display:flex; align-items:center; justify-content:center; padding: 0 20px; font-size: 18px; font-weight:500; color:#fff; height: 52px; border-radius: 52px; border: 1px solid #fff; background: rgb(255 255 255 / 10%); box-shadow: 0px 30px 30px 0px #00000040; backdrop-filter: blur(10px); } 
.main .visual .text .btn span:before { content:''; width:24px; height:24px; background:url("/img/ic_check-776f80b83a91d398813ed9a492458271.svg") no-repeat center / contain; } 
.main .visual .form { position:relative; z-index: 2; padding:30px; border-radius:24px; background:#fff; display:flex; align-items:center; gap:40px; } 
.main .visual .form .head { flex:0 0 auto; display: flex; flex-direction: column; text-align: left; } 
.main .visual .form .head small { line-height:1.1; font-size:16px; font-weight:400; color:#222; } 
.main .visual .form .head span { line-height:1.1; font-size:36px; font-weight:700; color:#222; } 
.main .visual .form .input { flex:1; display:flex; gap:30px; } 
.main .visual .form .input dl { display:flex; flex-direction:column; text-align:left; flex: 1; } 
.main .visual .form .input dt { margin:0 0 10px; line-height:1.1; font-size:16px; font-weight:300; color:#222; } 
.main .visual .form .input dd { display:flex; } 
.main .visual .form .input dd input { display:block; padding:0 16px; width:100%; height:50px; border-radius:8px; border:1px solid #bdc0c6; font-size:16px; font-weight:300; color:#000; } 
.main .visual .form .input dd input:focus { border-color:var(--main-color); } 
.main .visual .form .agree { text-align:left; } 
.main .visual .form .agree .chk { } 
.main .visual .form .agree .chk label { display:flex; align-items:center; gap: 4px; cursor:pointer; } 
.main .visual .form .agree .chk label input { display: none; } 
.main .visual .form .agree .chk label input ~ i { flex:0 0 auto; width:20px; height:20px; border: 1px solid #222; border-radius: 5px; background:url("/img/ic_chk_on-04dfaababf7089aa29993d3e9de67ccd.svg") no-repeat center / contain; } 
.main .visual .form .agree .chk label input ~ strong { font-size:16px; font-weight:700; color:#222; } 
.main .visual .form .agree .chk label input ~ span { font-size:16px; font-weight:300; color:#222; } 
.main .visual .form .agree .chk label input:checked ~ i { background:url("/img/ic_chk_on-04dfaababf7089aa29993d3e9de67ccd.svg") no-repeat center / contain; } 
.main .visual .form .agree .txt { line-height:1.1; font-size:13px; font-weight:300; color:#222; margin: 4px 0 0 0; } 
.main .visual .form .btns { flex:0 0 auto; } 
.main .visual .form .btns button { display:flex; align-items:center; justify-content:center; width:180px; height:60px; border-radius:60px; background:var(--sub-color); font-size:18px; font-weight:500; color:#fff; box-shadow: 0px 10px 10px 0px var(--shadow-color); } 
.main .visual .background { position:absolute; inset:0; pointer-events:none; z-index: 0; } 
.main .visual .background:before { content:''; position:absolute; inset:0; background:#000; opacity:0.3; } 
.main .visual .background img { display: block; width:100%; height:100%; object-fit:cover; } 

.main .points { padding:120px 0; background:#f5f6f8; } 
.main .points .title { margin:0 0 40px; } 
.main .points .title .tit { line-height:1.1; font-size:48px; font-weight:700; color:#222; } 
.main .points .cont { } 
.main .points .cont ul { display:flex; gap:32px; flex-wrap:wrap; } 
.main .points .cont li { flex:1; padding:40px; border-radius:12px; border:1px solid var(--border-color); background:#fff; } 
.main .points .cont li .ico { margin:0 0 40px; } 
.main .points .cont li .ico img { display:block; width:60px; height:60px; object-fit:contain; } 
.main .points .cont li .tit { margin:0 0 20px; line-height:1.1; font-size:30px; font-weight:600; color:#222; } 
.main .points .cont li .txt { line-height:1.3; font-size:20px; font-weight:300; color:#222; } 

.main .secret { padding:120px 0; background:#ffffff; } 
.main .secret .title { position:relative; margin:0 0 120px; padding: 0 0 40px; } 
.main .secret .title:before { content:''; position:absolute; bottom:0; right:50%; width:50dvw; height:1px; background:#eee; } 
.main .secret .title:after { content:''; position:absolute; bottom:0; left:0; width:80px; height:4px; background:var(--main-color); } 
.main .secret .title .tit { line-height:1.1; font-size:48px; font-weight:700; color:#222; } 
.main .secret .title .txt { margin:20px 0 0 0; line-height:1.1; font-size:24px; font-weight:300; color:#222; } 
.main .secret .title .count { position:absolute; bottom:0; right:0; width:760px; max-width:100%; display:flex; } 
.main .secret .title .count dl { flex:1; display:flex; flex-direction:column; text-align:right; } 
.main .secret .title .count dt { line-height:1.1; font-size:24px; font-weight:300; color:#222; margin:0 0 20px; } 
.main .secret .title .count dd { line-height:1.1; font-size:60px; font-weight:700; color:var(--main-color); } 
.main .secret .cont { position:relative; display:flex; gap:100px; align-items: flex-start; } 
.main .secret .cont .image { position:sticky; top: 120px; width:490px; height:510px; background: url("/img/images-testimonial-b0596ff0c183a732ca02710fb379fde0.png") no-repeat center / cover; } 
.main .secret .cont .image img { width:100%; height:100%; object-fit:cover; } 
.main .secret .cont .list { flex:1; } 
.main .secret .cont .list ul { display: flex; flex-wrap: wrap; gap: 40px; flex-direction: column; } 
.main .secret .cont .list li { position: relative; padding: 32px; width: 100%; background: #f5f6f8; aspect-ratio: auto; display: flex; flex-direction: column; } 
/* .main .secret .cont .list li:nth-child(1) { top: 210px; } 
.main .secret .cont .list li:nth-child(3) { top: 210px; } */
.main .secret .cont .list li .sub { margin:0 0 20px; line-height:1.1; font-size: 20px; font-weight:700; color:#222; } 
.main .secret .cont .list li .tit { margin:0 0 40px; line-height:1.1; font-size:28px; font-weight:600; color:#222; } 
.main .secret .cont .list li .txt { margin: 0; line-height: 1.3; font-size: 20px; font-weight: 300; color: #222; } 
.main .secret .cont .list li .img { margin-top: 20px; } 

.main .system { padding:80px 0; background:#080e26; } 
.main .system .title { position:relative; margin:0 0 80px; } 
.main .system .title .tit { margin:0 0 20px; line-height:1.1; font-size:48px; font-weight:700; color:#fff; } 
.main .system .title .txt { margin:0 0 40px; line-height:1.1; font-size:24px; font-weight:300; color:#fff; } 
.main .system .title .con { margin: 0 0 40px; } 
.main .system .title .con p { margin:0 0 20px; display:flex; align-items: center; line-height:1.1; font-size:18px; font-weight:500; color:#fff; } 
.main .system .title .con p:before { content:''; flex:0 0 auto; width:24px; height:24px; background:url("/img/check-cc426fa49335fa8a2ff13f39ea825fa8.svg") no-repeat center / contain; } 
.main .system .title .bts { display:flex; align-items:center; } 
.main .system .title .bts a { display:flex; align-items:center; justify-content:center; padding:0 48px; height:60px; border-radius:60px; background:var(--sub-color); font-size:18px; font-weight:500; color:#fff; } 
.main .system .title .img { position:absolute; top:50%; right:0; transform:translateY(-50%); } 
.main .system .title .img img { width:auto; max-width:100%; height:auto; } 
.main .system .cont { display:flex; justify-content:space-between; } 
.main .system .cont .text { flex:1; } 
.main .system .cont .text .tit { margin:0 0 20px; line-height:1.1; font-size:48px; font-weight:700; color:#fff; } 
.main .system .cont .text .txt { } 
.main .system .cont .text .txt dl { padding:20px 0; line-height:1.1; } 
.main .system .cont .text .txt dt { margin:0 0 20px; font-size:24px; font-weight:600; color: var(--sub-color-2); display:flex; align-items:center; } 
.main .system .cont .text .txt dt:before { content:''; width:5px; height:5px; border-radius:5px; margin:0 10px; background:var(--sub-color-2); } 
.main .system .cont .text .txt dd { display:flex; align-items:center; font-size:18px; font-weight:500; color:#fff; } 
.main .system .cont .text .txt dd:before { content:''; flex:0 0 auto; width:24px; height:24px; background:url("/img/check-cc426fa49335fa8a2ff13f39ea825fa8.svg") no-repeat center / contain; } 
.main .system .cont .image { flex:0 0 auto; } 
.main .system .cont .image img { width:100%; height:100%; object-fit:contain; } 

.main .case { padding: 210px 0 80px; background:#ffffff; } 
.main .case .title { margin:0 0 40px; } 
.main .case .title .tit { line-height:1.1; font-size:48px; font-weight:700; color:#222; } 
.main .case .tabs { display:flex; flex-wrap:wrap; gap:4px; margin: 0 0 40px; } 
.main .case .tabs .tabs-btn { display: flex; align-items: center; justify-content: center; text-align: center; padding:0 24px; height: 42px; font-size:24px; font-weight:600; color:#7a818d; border-radius:42px; } 
.main .case .tabs .tabs-btn.is-active { background:var(--main-color); color:#fff; } 
.main .case .list { } 
.main .case .list ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px; } 
.main .case .list li { width:100%; } 
.main .case .list li .img { margin:0 0 16px; display:flex; aspect-ratio:44/32; border-radius:8px; overflow:hidden; } 
.main .case .list li .img > span { flex:1; position:relative; } 
.main .case .list li .img > span img { width:100%; height:100%; object-fit:cover; } 
.main .case .list li .img img { width:100%; height:100%; object-fit:cover; } 
.main .case .list li .img > span em { position:absolute; top:10px; left:50%; transform:translateX(-50%); z-index:2; display:flex; align-items:center; justify-content:center; height:38px; width:75px; border-radius:12px; font-size:20px; font-weight:500; color:#fff; } 
.main .case .list li .img > span:nth-child(1) em { background:var(--sub-color-3); } 
.main .case .list li .img > span:nth-child(2) em { background:var(--sub-color); } 
.main .case .list li .tit { margin:0 0 16px; line-height:1.1; font-size:20px; font-weight:500; color:#222; } 
.main .case .list li .txt { display:flex; flex-wrap:wrap; gap:8px; } 
.main .case .list li .txt span { display:flex; align-items:center; justify-content:center; text-align:center; height:32px; padding:0 16px; font-size:18px; font-weight:500; border-radius:6px; border:1px solid var(--sub-color); color:var(--sub-color); background:#f5f6f8; } 
.main .case .more { margin:40px 0 0; display:flex; align-items:center; justify-content:center; } 
.main .case .more a { display:flex; align-items:center; justify-content:center; text-align:center; padding:0 20px; width:280px; max-width:100%; height:60px; border-radius:60px; border:1px solid var(--main-color); font-size:18px; font-weight:500; color:var(--sub-color); box-shadow: 0 10px 10px var(--shadow-color); } 

.main .process { padding:80px 0; background:#ffffff; } 
.main .process .title { margin:0 0 40px; text-align:center; } 
.main .process .title .tit { line-height:1.1; font-size:48px; font-weight:700; color:#222; } 
.main .process .title .txt { margin:20px 0 0; line-height:1.1; font-size:24px; font-weight:300; color:#222; } 
.main .process .cont { } 
.main .process .step { } 
.main .process .step ul { display:flex; gap:30px; } 
.main .process .step li { flex:1; text-align:center; } 
.main .process .step li .box { display:flex; flex-direction:column; align-items:center; justify-content:center; width:100%; height:auto; aspect-ratio:1/1; border-radius:100%; border:1px solid #c4c5c6; box-shadow:0 8px 40px var(--shadow-color-2); } 
.main .process .step li .ico { margin:0 auto 10px; width:60px; height:60px; } 
.main .process .step li .ico img { width:100%; height:100%; object-fit:contain; } 
.main .process .step li .num { margin:0 0 20px; line-height:1.3; font-size:20px; font-weight:500; color:#596170; } 
.main .process .step li .tit { line-height: 1.1; font-size: clamp(20px, 2.5vw, 30px); font-weight: 600; color: #222; } 
.main .process .step li .txt { margin:30px 0 0; line-height:1.3; font-size:18px; font-weight:300; color: var(--sub-color-4); } 
.main .process .step li:last-child .box { background:var(--sub-color-5); } 
.main .process .step li:last-child .num { color:#fff; } 
.main .process .step li:last-child .tit { color:#fff; } 
.main .process .step li:last-child .txt { margin:16px 0 0; padding:12px; background:var(--sub-color-6); border-radius:12px; font-size:16px; font-weight:700; color:var(--sub-color-7); } 
.main .process .step li:last-child .txt strong { margin:4px 0 0; font-size:24px; font-weight:700; color:#ffff; } 
.main .process .text { margin:40px 0 0; text-align:center; line-height: 1.1; font-size: 24px; font-weight: 600; color: var(--main-color); } 
.main .process .counsel { margin:80px 0 0 0; padding:60px; border-radius:30px; overflow:hidden; text-align:center; background: url("/img/bg_counsel-9bebe0cf64027173a6c09404c24e18aa.jpg") no-repeat center / cover; } 
.main .process .counsel:before { content:''; position:absolute; z-index:0; inset:0; background:#000; opacity:0.3; } 
.main .process .counsel .sub { position:relative; z-index:1; margin:0 0 10px; line-height:1.1; font-size:24px; font-weight:300; color:#fff; } 
.main .process .counsel .tit { position:relative; z-index:1; margin:0 0 20px; line-height:1.1; font-size:48px; font-weight:700; color:#fff; } 
.main .process .counsel .bts { position:relative; z-index:1; margin:0 0 20px; display: flex; align-items: center; justify-content: center; text-align: center; } 
.main .process .counsel .bts a { line-height: 1.1; font-size: 20px; font-weight: 400; color: #fff; background: linear-gradient(90deg, #3987FD 0%, #256EF4 100%); box-shadow: 0px 8px 20px 0px var(--shadow-color-3); display: flex; align-items: center; justify-content: center; border-radius: 100px; padding: 12px 20px; letter-spacing: -0.6px; } 
.main .process .counsel .tel { position:relative; z-index:1; display:flex; align-items:center; justify-content:center; } 
.main .process .counsel .tel dl { display:flex; align-items:center; justify-content:center; padding:0 24px; height:58px; border-radius:58px; border:1px solid rgb(255 255 255/ 50%); background:rgb(255 255 255 / 10%); backdrop-filter: blur(8px); gap:8px; } 
.main .process .counsel .tel dl:before { content:''; width:24px; height:24px; background:url("/img/ic_phone-072c99c46456c33d10ba45f03c345487.svg") no-repeat center / contain; } 
.main .process .counsel .tel dl dt { font-size:24px; font-weight:500; color:#fff; } 
.main .process .counsel .tel dl dd { font-size:24px; font-weight:300; color:#fff; } 
.main .divider { width: 100%; height: 1px; background: #e5e5e540; margin-bottom: 40px; } 
.visual-wrap { position:relative; } 
.visual-wrap .flex { position:relative; z-index:1; display:flex; align-items:flex-end; justify-content:space-between; padding:0 0 80px 0; height:540px; overflow:hidden; } 
.visual-wrap .text { flex:1; } 
.visual-wrap .text .sub { line-height: 1.4; font-size: 20px; font-weight: 700; color: #fff; margin: 0 0 10px; } 
.visual-wrap .text .tit { line-height: 1.1; font-size: 40px; font-weight: 700; color: #fff; margin: 0 0 40px; } 
.visual-wrap .text .txt { line-height: 1.4; font-size: 18px; font-weight: 300; color: #fff; } 
.visual-wrap .btns { display: none; align-items:center; } 
.visual-wrap .btns a { display:flex; align-items:center; justify-content:center; padding:0 32px; height:54px; border-radius:54px; background:var(--main-color); box-shadow: 0px 20px 40px 0px #00000040; gap: 10px; font-size: 20px; font-weight: 500; color: #fff; } 
.visual-wrap .btns a:after { content:''; width:20px; height:20px; background:url("/img/arrow-dc657800bf37a826d594dfa6b9532877.svg") no-repeat center / contain; } 
.visual-wrap .background { position:absolute; inset:0; z-index:0; } 
.visual-wrap .background:before { content:''; position:absolute; inset:0; background:#000; opacity:50%; } 
.visual-wrap .background img { width:100%; height:100%; object-fit:cover; display:block; } 

.nav-wrap { display:flex; align-items:center; justify-content:center; border-bottom:1px solid #eee; } 
.nav-wrap ul { display:flex; align-items:center; gap:20px; } 
.nav-wrap li { position:relative; } 
.nav-wrap li a { padding:0 10px; display:flex; align-items:center; justify-content:center; height:80px; font-size:24px; font-weight:400; color:#222 } 
.nav-wrap li.on a { font-weight:700; } 
.nav-wrap li.on:before { content:''; position:absolute; bottom:0; left:0; width:100%; height:2px; background:var(--main-color); } 

.about-wrap { padding: 0 0 160px; } 
.about-wrap .vision { padding:80px 0; } 
.about-wrap .vision .title { text-align:center; margin:0 0 80px; } 
.about-wrap .vision .title .tit { line-height:1.1; font-size:40px; font-weight:700; color:#222; } 
.about-wrap .vision .title .txt { margin:20px 0 0 0; line-height:1.1; font-size:30px; font-weight:400; color:#222; } 
.about-wrap .vision .list { } 
.about-wrap .vision .list ul { display:flex; gap:20px; } 
.about-wrap .vision .list li { flex:1; display:flex; flex-direction:column; align-items:center; text-align:center; background:#fbfbfc; padding:24px; } 
.about-wrap .vision .list li .img { position:relative; margin: -60px 0 60px 0; width:120px; height:120px; } 
.about-wrap .vision .list li .img img { position:relative; z-index:1; width:100%; height:100%; object-fit:contain; } 
.about-wrap .vision .list li .img:before { content:''; position:absolute; top:0; left:50%; width:1px; height:150px; border-left:1px dashed var(--main-color); } 
.about-wrap .vision .list li .img:after { content:''; position:absolute; top:150px; left:50%; width: 4px; height: 4px; transform: translateX(-50%); border-radius: 4px; background: var(--main-color); } 
.about-wrap .vision .list li .tit { margin: 0 0 10px; line-height: 1.4; font-size: 20px; font-weight: 600; color: #222; } 
.about-wrap .vision .list li .txt { line-height: 1.4; font-size: 16px; font-weight: 300; color: #222; word-break: keep-all; } 
.about-wrap .content { } 
.about-wrap .content .title { margin: 0 0 40px; line-height: 1.1; font-size: 40px; font-weight: 700; color: #222; } 
.about-wrap .content .table { display: flex; } 
.about-wrap .content .table .col-labels { width: 240px; max-width: 20%; } 
.about-wrap .content .table .col-other { width: 580px; max-width: 40%; } 
.about-wrap .content .table .col-ium { width: 580px; max-width: 40%; } 
.about-wrap .content .table .highlight { position: relative; } 
.about-wrap .content .table .highlight:before { content:''; position:absolute; inset:0; border: 2px solid var(--main-color); border-radius: 12px; z-index: 3; pointer-events: none; box-shadow: 0px 4px 16px 0px var(--shadow-color-4); } 
.about-wrap .content .table .highlight .cell.header { background:#F4F8FF; font-weight: 700; color:var(--main-color); } 
.about-wrap .content .table .highlight .cell { font-weight:500; } 
.about-wrap .content .table .cell { display: flex; align-items: center; justify-content: center; text-align: center; height: 54px; font-size: 20px; font-weight: 400; color: #222; position: relative; z-index: 2; } 
.about-wrap .content .table .cell.header { background: #f5f6f8; } 

.product-wrap { padding: 0 0 120px; } 
.product-wrap .prod-tab { margin-top: 40px; } 
.product-wrap .prod-tab .tabs { display:flex; flex-wrap:wrap; gap:4px; margin: 0 0 80px; padding:8px; background:#F5F6F8; box-shadow: 2px 2px 8px 0px #BCC1C94D inset; border-radius: 8px; } 
.product-wrap .prod-tab .tabs .tabs-btn { flex:1; display: flex; align-items: center; justify-content: center; text-align: center; padding:0 24px; height: 54px; font-size:20px; font-weight:400; color:#222; border-radius:4px; } 
.product-wrap .prod-tab .tabs .tabs-btn.is-active { background:#fff; color:var(--main-color); font-weight:700; } 
.product-wrap .content .list { } 
.product-wrap .content .list ul { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; } 
.product-wrap .content .list li { position:relative; } 
.product-wrap .content .list li * { transition:all 0.3s; } 
.product-wrap .content .list li .box { display:block; padding:32px; background:#fbfbfc; border-radius:8px; } 
.product-wrap .content .list li .box:hover { background:var(--sub-color-8); box-shadow: 0px 20px 20px 0px #0000001A; } 
.product-wrap .content .list li .box:hover .con .cate,
.product-wrap .content .list li .box:hover .con .name,
.product-wrap .content .list li .box:hover .con .info dt,
.product-wrap .content .list li .box:hover .con .info dd { color:#fff; } 
.product-wrap .content .list li .img { position:relative; } 
.product-wrap .content .list li .img .thumb { position:relative; z-index:1; aspect-ratio:2/1; border-radius:12px; overflow:hidden; } 
.product-wrap .content .list li .img .thumb img { width:100%; height:100%; object-fit:cover; } 
.product-wrap .content .list li .img .brand { position:absolute; bottom:20px; right:20px; } 
.product-wrap .content .list li .img .brand.kcc { width:76px; height:42px; background:url("/img/kcc-3cbb33ba5d66bd48a4af514bf9fe7f4c.svg") no-repeat center / contain; } 
.product-wrap .content .list li .con { padding:20px 0 0; } 
.product-wrap .content .list li .con .cate { margin:0 0 8px; line-height:1.1; font-size:20px; font-weight:600; color:var(--main-color); } 
.product-wrap .content .list li .con .name { margin:0 0 32px; line-height:1.1; font-size:24px; font-weight:600; color:#222; } 
.product-wrap .content .list li .con .info { } 
.product-wrap .content .list li .con .info dl { display:flex; align-items:center; gap:10px; font-size:20px; margin: 0 0 10px; } 
.product-wrap .content .list li .con .info dl:last-child { margin-bottom:0; } 
.product-wrap .content .list li .con .info dt { font-weight:600; color:#3987fd; min-width: 40px;} 
.product-wrap .content .list li .con .info dd { font-weight:300; color:#222; display:flex; align-items:center; gap:4px; } 
.product-wrap .content .list li .con .info dd .star { width:80px; height:auto; aspect-ratio:80/24; } 
.product-wrap .content .list li .con .info dd .star.star-1 { background:url("/img/star_1-4142136c7342c44d492de805f494fa24.svg") no-repeat center / contain; } 
.product-wrap .content .list li .con .info dd .star.star-2 { background:url("/img/star_2-5a877242c66e8afc90b3b2eef8190e58.svg") no-repeat center / contain; } 
.product-wrap .content .list li .con .info dd .star.star-3 { background:url("/img/star_3-6a6955f0ded3a6baecfbda491ee8766d.svg") no-repeat center / contain; } 
.product-wrap .content .list li .con .info dd .badge { display:flex; align-items:center; justify-content:center; padding:0 8px; height:23px; border-radius:4px; background:#e0e0e0; font-size:14px; font-weight:500; color:#222; } 
.product-wrap .content .list li .con .info dd .badge-1 { background:#cee1fe; color:#0869fc; } 
.product-wrap .content .list li .con .info dd .badge-2 { background:#e7dcff; color:#874fff; } 
.product-wrap .content .list li .con .info dd .badge-3 { background:#ffdbdb; color:#ff4a4a; } 
.product-wrap .spec { } 
.product-wrap .spec .title { margin: 0 0 40px; line-height: 1.1; font-size: 40px; font-weight: 700; color: #222; } 
.product-wrap .spec .table { display: flex; flex-direction: column; } 
.product-wrap .spec .table .col-labels { display: flex; } 
.product-wrap .spec .table .col-other { display: flex; } 
.product-wrap .spec .table .highlight { position: relative; } 
.product-wrap .spec .table .highlight:before { content:''; position:absolute; inset:0; border: 2px solid var(--main-color); border-radius: 12px; z-index: 2; pointer-events: none; box-shadow: 0px 4px 16px 0px var(--shadow-color-4); background: #F4F8FF; } 
.product-wrap .spec .table .highlight .cell.header { background:#F4F8FF; font-weight: 700; color:var(--main-color); } 
.product-wrap .spec .table .highlight .cell { font-weight:500; } 
.product-wrap .spec .table .cell { flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; height: 54px; font-size: 20px; font-weight: 400; color: #222; position: relative; z-index: 2; } 
.product-wrap .spec .table .cell.header { background: #f5f6f8; } 

.install-wrap { } 
.install-wrap .status { padding:80px 0; } 
.install-wrap .status .title { margin:0 0 24px; line-height:1.1; font-size:40px; font-weight:700; color:#222; } 
.install-wrap .status .cont { display:flex; } 
.install-wrap .status .cont dl { padding:24px; flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; } 
.install-wrap .status .cont dt { margin:0 0 10px; line-height:1.1; font-size:16px; font-weight:400; color:#222; } 
.install-wrap .status .cont dd { display:flex; align-items:center; gap:2px; line-height: 1.1; } 
.install-wrap .status .cont dd strong { font-size:60px; font-weight:700; color:#222; } 
.install-wrap .status .cont dd strong.blue { color:var(--main-color); } 
.install-wrap .status .cont dd em { font-size: 20px; font-weight: 300; color: #7a7a7a; } 
.install-wrap .area { padding:80px 0; background:#fbfbfc; } 
.install-wrap .area .title { margin:0 0 40px; line-height:1.1; font-size:40px; font-weight:700; color:#222; } 
.install-wrap .area .option { margin:0 0 40px; display:flex; gap:80px; } 
.install-wrap .area .option dl { flex:1; } 
.install-wrap .area .option dt { margin:0 0 10px; line-height:1.1; font-size:20px; font-weight:300; color:#222; } 
.install-wrap .area .option dd { display:flex; gap:10px; } 
.install-wrap .area .option dd select { padding:0 16px; width:100%; height:60px; border-radius:8px; border:1px solid #bdc0c6; font-size: 16px; font-weight: 300; } 
.install-wrap .area .option dd input { padding:0 16px; width:320px; max-width:100%; height:60px; border-radius:8px; border:1px solid #bdc0c6; font-size: 16px; font-weight: 300; } 


.date-wrap { position: relative; display: inline-block; width: 100%; } 
.date-wrap input[type="date"] { width: 100%; padding: 10px 40px 10px 12px; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; box-sizing: border-box; } 
.date-wrap input[type="date"]::-webkit-calendar-picker-indicator { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; } 
.date-wrap .icon { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; color: #888; } 
/* .date-wrap .icon { width: 20px; height: 20px; background:url("/img/calendar-9e4711a22a3c82d6e7448859d88df1e5.svg") no-repeat right 16px center; } */


.install-wrap .area .unit { margin:0 0 40px; display:flex; padding: 32px; border-top: 2px solid #000; background: #fff; gap: 40px; } 
.install-wrap .area .unit dl { display:flex; align-items:center; gap:10px; } 
.install-wrap .area .unit dt { font-size:16px; color:#222; } 
.install-wrap .area .unit dd { font-size:16px; color:#7a7a7a; } 
.install-wrap .area .unit dd span { font-size:24px; font-weight:700; color:#222; } 
.install-wrap .area .unit dd span.red { color:#ff4a4a; } 
.install-wrap .area .unit dd span.blue { color:#0869fc; } 
.install-wrap .area .unit dd span.gray { color:#7a818d; } 
.install-wrap .area .list { } 
.install-wrap .area .list .tit { margin:0 0 40px; line-height:1.1; font-size:24px; font-weight:600; color:#222; } 
.install-wrap .area .list .con { } 
.install-wrap .area .list .con ul { display:flex; flex-wrap:wrap; gap:20px; } 
.install-wrap .area .list .con li { width:calc(25% - 15px); border:1px solid #eee; background:#fff; padding:24px; } 
.install-wrap .area .list .con li .cate { margin:0 0 20px; line-height:1.1; font-size:20px; font-weight:500; } 
.install-wrap .area .list .con li .cate.cate-1 { color:#ff4a4a; } 
.install-wrap .area .list .con li .cate.cate-2 { color:#0869fc; } 
.install-wrap .area .list .con li .cate.cate-3 { color:#7a818d; } 
.install-wrap .area .list .con li .addr { line-height:1.1; font-size:20px; font-weight:300; color:#222; } 
.install-wrap .area .list .con li .addr span { font-weight:600; } 
.install-wrap .area .list .con li .date { margin:20px 0 0; line-height:1.1; font-size:16px; color:#596170; } 
.install-wrap .area .more { margin:40px 0 0 0; display:flex; align-items:center; justify-content:center; } 
.install-wrap .area .more a { display:flex; align-items:center; justify-content:center; width:320px; height:60px; padding:0 20px; border-radius:8px; background:var(--main-color); font-size:20px; color:#fff; } 
.install-wrap .review { padding:80px 0; } 
.install-wrap .review .title { margin:0 0 20px; line-height:1.1; font-size:40px; font-weight:700; color:#222; } 
.install-wrap .review .unit { margin: 0 0 40px; padding:32px; border-radius:24px; background:#fbfbfc; gap:20px; display:flex; } 
.install-wrap .review .unit dl { flex:1; display:flex; flex-direction:column; align-items:center; text-align:center; } 
.install-wrap .review .unit dt { margin:0 0 10px; line-height:1.1; font-size:20px; font-weight:300; color:#222; } 
.install-wrap .review .unit dd { display:flex; align-items:center; gap:10px; line-height: 1.1; } 
.install-wrap .review .unit dd .star { width:auto; height:24px; background:url("/img/ic_star-75059c43b343ebcbb81ded6b60ec0376.svg") repeat-x left center / 28px 24px; } 
.install-wrap .review .unit dd .star.star-1 { width: 28px; } 
.install-wrap .review .unit dd .star.star-2 { width: 54px; } 
.install-wrap .review .unit dd .star.star-3 { width: 82px; } 
.install-wrap .review .unit dd .star.star-4 { width: 110px; } 
.install-wrap .review .unit dd .star.star-5 { width: 136px; } 
.install-wrap .review .unit dd .num { font-size:20px; font-weight:300; color:#7a7a7a; display:flex; align-items:center; gap:2px; } 
.install-wrap .review .unit dd .num span { font-size:32px; font-weight:700; color:#222; } 
.install-wrap .review .unit dd .num span.blue { color:#0869fc; } 
.install-wrap .review .unit dd .num span.black { color:#222; } 
.install-wrap .review .unit dd .num em { } 
.install-wrap .review .tabs { display:flex; align-items: center; flex-wrap:wrap; gap:4px; margin: 0 0 40px; } 
.install-wrap .review .tabs .tabs-btn { display: flex; align-items: center; justify-content: center; text-align: center; padding:0 24px; height: 42px; font-size:24px; font-weight:600; color:#7a818d; border-radius:42px; } 
.install-wrap .review .tabs .tabs-btn.is-active { background:var(--main-color); color:#fff; } 
.install-wrap .review .best { } 
.install-wrap .review .best .head { margin:0 0 20px; } 
.install-wrap .review .best .head .tit { margin:0 0 10px; line-height:1.1; font-size:24px; font-weight:600; color:#222; } 
.install-wrap .review .best .head .txt { line-height:1.1; font-size:16px; font-weight:300; color:#7a818d; } 
.install-wrap .review .best .cont { pading:0 0 20px; border-bottom:1px solid #e8e8e8 } 
.install-wrap .review .best .cont ul { display:grid; grid-template-columns:repeat(2,1fr); gap:40px; } 
.install-wrap .review .best .cont li { padding: 20px 0; } 
.install-wrap .review .best .cont li .user { display:flex; gap:20px; margin: 0 0 10px; } 
.install-wrap .review .best .cont li .user .icon { flex:0 0 auto; width:60px; height:60px; } 
.install-wrap .review .best .cont li .user .icon.KCC_EP { background:url("/img/user-kcc-3c7feca2a1cf297e59c18a31e674b0ab.svg") no-repeat center / contain; } 
.install-wrap .review .best .cont li .user .icon.LX_VS { background:url("/img/user-lx-63060bd2f0dae2b267f19282e3fab412.svg") no-repeat center / contain; } 
.install-wrap .review .best .cont li .user .icon.HUG_S { background:url("/img/user-hugreen-1bb916aa3e901d44660c8a9cccb52b8d.svg") no-repeat center / contain; } 
.install-wrap .review .best .cont li .user .icon.HUG_WAN { background:url("/img/user-hugreen-1bb916aa3e901d44660c8a9cccb52b8d.svg") no-repeat center / contain; } 
.install-wrap .review .best .cont li .user .icon.HSS { background:url("/img/user-hanssem-e3f98460f6bc501926f50cbacdb029b9.svg") no-repeat center / contain; } 
.install-wrap .review .best .cont li .user .icon.HCC { background:url("/img/user-homecc-048ace50f8b0e3cc070a6927fabcdc57.svg") no-repeat center / contain; } 
.install-wrap .review .best .cont li .user .icon.JH { background:url("/img/user-jh-62e7b13f42c474f36e07d572a57f845b.svg") no-repeat center / contain; } 
.install-wrap .review .best .cont li .user .info { flex:1; display: flex; flex-direction: column; justify-content: center; gap: 8px; } 
.install-wrap .review .best .cont li .user .info .top { display:flex; gap:8px; width: 100%; align-items: center; } 
.install-wrap .review .best .cont li .user .info .name { line-height: 1.1; font-size: 20px; font-weight: 300; color: #7a818d; } 
.install-wrap .review .best .cont li .user .info .name span { color:#222; font-weight:600; } 
.install-wrap .review .best .cont li .user .info .date { font-size:13px; font-weight:300; color:#7a818d; } 
.install-wrap .review .best .cont li .user .info .star { width:auto; height: 16px; background:url("/img/ic_star-75059c43b343ebcbb81ded6b60ec0376.svg") repeat-x left center / 18px 16px; } 
.install-wrap .review .best .cont li .user .info .star.star-1 { width: 17px; } 
.install-wrap .review .best .cont li .user .info .star.star-2 { width: 36px; } 
.install-wrap .review .best .cont li .user .info .star.star-3 { width: 54px; } 
.install-wrap .review .best .cont li .user .info .star.star-4 { width: 71px; } 
.install-wrap .review .best .cont li .user .info .star.star-5 { width: 89px; } 
.install-wrap .review .best .cont li .item { margin:0 0 10px; line-height:1.1; font-size:15px; font-weight:300; color:#a3a3a3; } 
.install-wrap .review .best .cont li .view { } 
.install-wrap .review .best .cont li .view .thumb { margin:0 0 10px; width: 100%; height: auto; aspect-ratio: 70/32; overflow: hidden; border-radius: 8px; } 
.install-wrap .review .best .cont li .view .thumb img { width:100%; height:100%; object-fit:cover; } 
.install-wrap .review .best .cont li .view .tit { line-height:1.1; font-size:20px; font-weight:500; color:#222; margin:0 0 10px; } 
.install-wrap .review .best .cont li .view .txt { line-height:1.4; font-size:16px; font-weight:300; color:#222; display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } 
.install-wrap .review .best .cont li .view .txt.on { display:block; } 
.install-wrap .review .best .cont li .view .act { margin:10px 0 0 0; display:flex; align-items:center; cursor:pointer; line-height:1.1; font-size:16px; color:#7a818d; gap: 6px; } 
.install-wrap .review .best .cont li .view .act:after { content:''; width: 14px; height: 8px; background:url("/img/ic_more_btn-0135e50bf1dc3fb047337277d3c0a84b.svg") no-repeat center / contain; } 
.install-wrap .review .list { padding:40px 0; } 


.install-wrap .review .list .head { margin: 0 0 40px; padding:0 0 12px; line-height:1.1; font-size:24px; font-weight:600; color:#222; border-bottom:1px solid #e8e8e8; } 
.install-wrap .review .list .cont { } 
.install-wrap .review .list .cont ul { } 
.install-wrap .review .list .cont li { padding:24px 0; border-bottom:1px solid #eee; } 
.install-wrap .review .list .cont li .flex { display:flex; gap:20px; } 
.install-wrap .review .list .cont li .left { flex:1; } 
.install-wrap .review .list .cont li .right { flex: 0 0 auto; max-width:100%; } 
.install-wrap .review .list .cont li .user { display:flex; gap:20px; margin: 0 0 10px; } 
.install-wrap .review .list .cont li .user .icon { flex:0 0 auto; width:60px; height:60px; } 
.install-wrap .review .list .cont li .user .icon.KCC_EP { background:url("/img/user-kcc-3c7feca2a1cf297e59c18a31e674b0ab.svg") no-repeat center / contain; } 
.install-wrap .review .list .cont li .user .icon.LX_VS { background:url("/img/user-lx-63060bd2f0dae2b267f19282e3fab412.svg") no-repeat center / contain; } 
.install-wrap .review .list .cont li .user .icon.HUG_S { background:url("/img/user-hugreen-1bb916aa3e901d44660c8a9cccb52b8d.svg") no-repeat center / contain; } 
.install-wrap .review .list .cont li .user .icon.HUG_WAN { background:url("/img/user-hugreen-1bb916aa3e901d44660c8a9cccb52b8d.svg") no-repeat center / contain; } 
.install-wrap .review .list .cont li .user .icon.HSS { background:url("/img/user-hanssem-e3f98460f6bc501926f50cbacdb029b9.svg") no-repeat center / contain; } 
.install-wrap .review .list .cont li .user .icon.HCC { background:url("/img/user-homecc-048ace50f8b0e3cc070a6927fabcdc57.svg") no-repeat center / contain; } 
.install-wrap .review .list .cont li .user .icon.JH { background:url("/img/user-jh-62e7b13f42c474f36e07d572a57f845b.svg") no-repeat center / contain; } 
.install-wrap .review .list .cont li .user .info { flex:1; display: flex; flex-direction: column; justify-content: center; gap: 8px; } 
.install-wrap .review .list .cont li .user .info .top { display:flex; gap:8px; width: 100%; align-items: center; } 
.install-wrap .review .list .cont li .user .info .name { line-height: 1.1; font-size: 20px; font-weight: 300; color: #7a818d; } 
.install-wrap .review .list .cont li .user .info .name span { color:#222; font-weight:600; } 
.install-wrap .review .list .cont li .user .info .date { font-size:13px; font-weight:300; color:#7a818d; } 
.install-wrap .review .list .cont li .user .info .star { width:auto; height: 16px; background:url("/img/ic_star-75059c43b343ebcbb81ded6b60ec0376.svg") repeat-x left center / 18px 16px; } 
.install-wrap .review .list .cont li .user .info .star.star-1 { width: 17px; } 
.install-wrap .review .list .cont li .user .info .star.star-2 { width: 36px; } 
.install-wrap .review .list .cont li .user .info .star.star-3 { width: 54px; } 
.install-wrap .review .list .cont li .user .info .star.star-4 { width: 71px; } 
.install-wrap .review .list .cont li .user .info .star.star-5 { width: 89px; } 
.install-wrap .review .list .cont li .item { margin:0 0 10px; line-height:1.1; font-size:15px; font-weight:300; color:#a3a3a3; } 
.install-wrap .review .list .cont li .view { } 
.install-wrap .review .list .cont li .view .tit { line-height:1.1; font-size:20px; font-weight:500; color:#222; margin:0 0 10px; } 
.install-wrap .review .list .cont li .view .txt { line-height:1.4; font-size:16px; font-weight:300; color:#222; display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } 
.install-wrap .review .list .cont li .view .txt.on { display:block; } 
.install-wrap .review .list .cont li .view .act { margin:10px 0 0 0; display:flex; align-items:center; cursor:pointer; line-height:1.1; font-size:16px; color:#7a818d; gap: 6px; } 
.install-wrap .review .list .cont li .view .act:after { content:''; width: 14px; height: 8px; background:url("/img/ic_more_btn-0135e50bf1dc3fb047337277d3c0a84b.svg") no-repeat center / contain; } 
.install-wrap .review .list .cont li .view .act.open:after { content:''; transform: rotate(-180deg); width: 14px; height: 8px; background:url("/img/ic_more_btn-0135e50bf1dc3fb047337277d3c0a84b.svg") no-repeat center / contain; } 
.install-wrap .review .list .cont li .thumb { width:200px; height:200px; object-fit:cover; border-radius:8px; overflow:hidden; } 
.install-wrap .review .list .cont li .thumb img { width:100%; height:100%; object-fit:cover; display:block; } 
.install-wrap .review .more { margin:40px 0 0 0; display:flex; align-items:center; justify-content:center; } 
.install-wrap .review .more a { display:flex; align-items:center; justify-content:center; width:320px; height:60px; padding:0 20px; border-radius:8px; background:var(--main-color); font-size:20px; color:#fff; } 
.install-wrap .review .list .cont li .view.open .txt { display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: initial; overflow: visible; } 
 .install-wrap .review .list .cont li .view.open .imgs { display: flex; flex-direction: column; gap: 20px; max-width: 800px; margin-top: 20px; } 
/* 로켓 견적 */
#container .rocket-wrap { padding: 160px 0 120px; } 
#container .rocket-wrap .inner { width: 100%; max-width: 600px; } 
#container .rocket-wrap .form { } 
#container .rocket-wrap .form .title { text-align:center; margin:0 0 40px; } 
#container .rocket-wrap .form .title .sub { margin:0 0 10px; line-height:1.1; font-size:20px; font-weight:500; color:var(--main-color); } 
#container .rocket-wrap .form .title .tit { line-height:1.1; font-size:40px; font-weight:700; color:#222; } 
#container .rocket-wrap .form .notice { margin:0 0 40px; } 
#container .rocket-wrap .form .notice .box { padding:24px; border-radius:12px; background:#f4f8ff; text-align:center; } 
#container .rocket-wrap .form .notice .box p { line-height:1.4; font-size:18px; font-weight:600; color:#222; } 
#container .rocket-wrap .form .notice .cite { margin:16px 0 0; text-align:center; line-height:1.1; font-size:14px; font-weight:300; color:#7a818d; } 
#container .rocket-wrap .form .step { } 
#container .rocket-wrap .form .step .field { display:none; margin:0 0 30px; } 
#container .rocket-wrap .form .step .field.is-active { display:block; } 
#container .rocket-wrap .form .step .field .label { margin:0 0 12px; line-height:1.1; font-size:20px; font-weight:600; color:#222; } 
#container .rocket-wrap .form .step .field .input input { display:block; padding:0 24px; width:100%; height:60px; border-radius:60px; border:1px solid #bdc0c6; font-size:16px; font-weight:300; color:#000; background:#fff; } 
#container .rocket-wrap .form .step .field .input input:focus { border-color:var(--main-color); } 
#container .rocket-wrap .form .step .field .input input[readonly] { cursor:pointer; } 
#container .rocket-wrap .form .step .field .postcode-hint { display:none; margin:0 0 12px; line-height:1.4; font-size:14px; font-weight:400; color:#7a818d; text-align:center; } 
#container .rocket-wrap .form .step .field .postcode-hint.is-visible { display:block; } 
#container .rocket-wrap .form .step .field .postcode-wrap { display:none; position:relative; margin-top:12px; border:1px solid #bdc0c6; border-radius:12px; overflow:hidden; background:#fff; } 
#container .rocket-wrap .form .step .field .postcode-wrap .btn-postcode-close { position:absolute; top:8px; right:8px; z-index:1; width:28px; height:28px; border:0; border-radius:50%; background:#fff url("https://t1.kakaocdn.net/postcode/resource/images/close.png") no-repeat center / 14px; box-shadow:0 1px 4px rgba(0,0,0,0.15); cursor:pointer; } 
#container .rocket-wrap .form .step .field .postcode-embed { width:100%; height:300px; min-height:360px; } 
#container .rocket-wrap .form .step .field[data-step="1"]:not(.has-address).is-searching .input { display:none; } 
#container .rocket-wrap .form .step .field[data-step="1"]:not(.has-address).is-searching .postcode-wrap { margin-top:0; } 
#container .rocket-wrap .form .step .field .select-group,
#container .rocket-wrap .form .consult-fallback .field .select-group { display:flex; flex-wrap:wrap; gap:10px; } 
#container .rocket-wrap .form .step .field .select-group.size-group .select-item,
#container .rocket-wrap .form .consult-fallback .field .select-group.size-group .select-item { flex:1; } 
#container .rocket-wrap .form .step .field .select-group.range-group .select-item { flex:1; } 
#container .rocket-wrap .form .step .field .select-item,
#container .rocket-wrap .form .consult-fallback .field .select-item { cursor:pointer; } 
#container .rocket-wrap .form .step .field .select-item input,
#container .rocket-wrap .form .consult-fallback .field .select-item input { display:none; } 
#container .rocket-wrap .form .step .field .select-item .box,
#container .rocket-wrap .form .consult-fallback .field .select-item .box { display:flex; align-items:center; justify-content:center; gap:8px; height:60px; padding:0 16px; border-radius:8px; border:1px solid #bdc0c6; background:#fff; transition:all 0.3s; } 
#container .rocket-wrap .form .step .field .select-item .box strong,
#container .rocket-wrap .form .consult-fallback .field .select-item .box strong { line-height:1.1; font-size:18px; font-weight:700; color:#222; transition:all 0.3s; } 
#container .rocket-wrap .form .step .field .select-item .box em,
#container .rocket-wrap .form .consult-fallback .field .select-item .box em { line-height:1.1; font-size:16px; font-weight:300; color:#7a818d; transition:all 0.3s; } 
#container .rocket-wrap .form .step .field .select-item:hover .box,
#container .rocket-wrap .form .consult-fallback .field .select-item:hover .box { border-color:var(--main-color); } 
#container .rocket-wrap .form .step .field .select-item input:checked ~ .box,
#container .rocket-wrap .form .consult-fallback .field .select-item input:checked ~ .box { border-color:var(--main-color); background:#fff; box-shadow:0 0 0 1px var(--main-color) inset; } 
#container .rocket-wrap .form .step .field .select-item input:checked ~ .box strong,
#container .rocket-wrap .form .consult-fallback .field .select-item input:checked ~ .box strong { color:var(--main-color); } 
#container .rocket-wrap .form .btns { margin:40px 0 0; } 
#container .rocket-wrap .form .btns .btn-submit { display:flex; align-items:center; justify-content:center; width:100%; height:70px; border-radius:8px; background:var(--main-color); font-size:20px; font-weight:600; color:#fff; transition:all 0.3s; cursor:pointer; border:0; } 
#container .rocket-wrap .form .btns .btn-submit:disabled { background:#bdc0c6; cursor:not-allowed; } 
#container .rocket-wrap .form .consult-fallback { display:none; margin-top:30px; } 
#container .rocket-wrap .form .consult-fallback.is-active { display:block; } 
#container .rocket-wrap .form .consult-fallback .consult-head { margin:0 0 30px; text-align:center; } 
#container .rocket-wrap .form .consult-fallback .consult-title { margin:0 0 12px; line-height:1.3; font-size:24px; font-weight:700; color:#222; } 
#container .rocket-wrap .form .consult-fallback .consult-desc { margin:0; line-height:1.5; font-size:15px; font-weight:400; color:#7a818d; } 
#container .rocket-wrap .form .consult-fallback .field { display:block; margin:0 0 20px; } 
#container .rocket-wrap .form .consult-fallback .field .label { margin:0 0 12px; line-height:1.1; font-size:20px; font-weight:600; color:#222; } 
#container .rocket-wrap .form #consultSizeGroup .select-item .box { padding:0 10px; flex-wrap:nowrap; } 
#container .rocket-wrap .form #consultSizeGroup .select-item .box strong { font-size:15px; white-space:nowrap; } 
#container .rocket-wrap .form .consult-fallback .consult-cite { margin:0 0 30px; text-align:center; line-height:1.4; font-size:14px; font-weight:300; color:#7a818d; } 
#container .rocket-wrap .form .consult-fallback .btns { margin:0; } 
/* 로켓견적 완료 */
.rocket-wrap.complete { padding: 180px 0 120px; } 
.rocket-wrap.complete .inner { width: 800px; } 
.rocket-wrap.complete .complete-area { } 
.rocket-wrap.complete .complete-area .title { text-align:center; margin:0 0 60px; } 
.rocket-wrap.complete .complete-area .title .sub { margin:0 0 10px; line-height:1.1; font-size:20px; font-weight:500; color:var(--main-color); } 
.rocket-wrap.complete .complete-area .title .tit { line-height:1.1; font-size:40px; font-weight:700; color:#222; } 
.rocket-wrap.complete .complete-area .desc { margin:0 0 40px; } 
.rocket-wrap.complete .complete-area .desc p { line-height:1.5; font-size:20px; font-weight:400; color:#222; } 
.rocket-wrap.complete .complete-area .desc p strong { font-weight:700; } 
.rocket-wrap.complete .complete-area .image { margin:0 0 40px; display:flex; align-items:center; justify-content:center; } 
.rocket-wrap.complete .complete-area .image img { display:block; width:100%; height:auto; max-width:600px; } 
.rocket-wrap.complete .complete-area .bottom { text-align:center; line-height:1.4; font-size:18px; font-weight:400; color:#222; } 
.rocket-wrap.complete .complete-area .bottom strong { font-weight:700; color:#222; } 
.support-wrap { padding: 0 0 120px; } 
.support-wrap .faq { padding:80px 0; } 
.support-wrap .faq .flex { display:flex; gap:40px; align-items:flex-start; } 
.support-wrap .faq .cate { flex:0 0 auto; width:240px; } 
.support-wrap .faq .cate ul { display:flex; flex-direction:column; gap:8px; } 
.support-wrap .faq .cate li { } 
.support-wrap .faq .cate li a { display:flex; align-items:center; justify-content:space-between; padding:0 20px; height:60px; border:1px solid #eee; background:#fff; line-height:1.1; font-size:18px; font-weight:400; color:#222; transition:all 0.3s; } 
.support-wrap .faq .cate li a:after { content:''; width:8px; height:14px; background:url("/img/arrow-dc657800bf37a826d594dfa6b9532877.svg") no-repeat center / contain; opacity:0.4; transition:all 0.3s; } 
.support-wrap .faq .cate li.on a { border-color:var(--main-color); background:#f4f8ff; font-weight:600; color:var(--main-color); } 
.support-wrap .faq .cate li.on a:after { opacity:1; } 
.support-wrap .faq .list { flex:1; border-top:2px solid var(--main-color); } 
.support-wrap .faq .list ul { } 
.support-wrap .faq .list li { border-bottom:1px solid #eee; } 
.support-wrap .faq .list li .q { display:flex; align-items:center; gap:20px; padding:24px 30px; cursor:pointer; } 
.support-wrap .faq .list li .q .mark { flex:0 0 auto; line-height:1.1; font-size:20px; font-weight:600; color:#222; } 
.support-wrap .faq .list li .q .tit { flex:1; line-height:1.4; font-size:20px; font-weight:400; color:#222; } 
.support-wrap .faq .list li .q .arrow { flex:0 0 auto; width:24px; height:24px; background:url("/img/ic_arrow_down-30b61b86187c10d0cce801376c76564d.svg") no-repeat center / contain; transition:all 0.3s; } 
.support-wrap .faq .list li .a { display:flex; gap:20px; padding:24px 30px; background:#f5f6f8; } 
.support-wrap .faq .list li .a .mark { flex:0 0 auto; line-height:1.1; font-size:20px; font-weight:600; color:var(--main-color); } 
.support-wrap .faq .list li .a .txt { flex:1; line-height:1.6; font-size:18px; font-weight:300; color:#222; } 
.support-wrap .faq .list li.on .q .arrow { transform:rotate(180deg); } 
.support-wrap .notice { padding:80px 0; } 
.support-wrap .notice .title { margin:0 0 40px; line-height:1.1; font-size:40px; font-weight:700; color:#222; } 
.support-wrap .notice .board { border-top:2px solid var(--main-color); } 
.support-wrap .notice .board table { width:100%; border-collapse:collapse; table-layout:fixed; } 
.support-wrap .notice .board thead { background:#f4f8ff; } 
.support-wrap .notice .board thead th { padding:20px 10px; line-height:1.1; font-size:18px; font-weight:600; color:#222; text-align:center; } 
.support-wrap .notice .board tbody tr { border-bottom:1px solid #eee; } 
.support-wrap .notice .board tbody td { padding:20px 10px; line-height:1.1; font-size:18px; font-weight:400; color:#222; text-align:center; } 
.support-wrap .notice .board tbody td.subject { text-align:left; } 
.support-wrap .notice .board tbody td.subject a { display:inline-block; line-height:1.4; color:#222; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width:100%; } 
.support-wrap .notice .board tbody td.subject a:hover { color:var(--main-color); text-decoration:underline; } 
.support-wrap .notice .board tbody td.cate span { display:inline-flex; align-items:center; justify-content:center; min-width:50px; padding:0 10px; height:28px; border-radius:6px; line-height:1; font-size:14px; font-weight:500; } 
.support-wrap .notice .board tbody td.cate span.cate-1 { background:#ffe7e7; color:#ff4a4a; } 
.support-wrap .notice .board tbody td.cate span.cate-2 { background:#e9f2ff; color:#0869fc; } 
.support-wrap .notice .board tbody td.cate span.cate-3 { background:#f0e9ff; color:#874fff; } 
.support-wrap .notice .board tbody td.cate span.cate-4 { background:#f0f0f0; color:#596170; } 
.support-wrap .notice .board tbody td.writer { color:#596170; } 
.support-wrap .notice .board tbody td.date { color:#596170; } 
.support-wrap .notice .paging { margin:40px 0 0; display:flex; align-items:center; justify-content:center; gap:4px; } 
.support-wrap .notice .paging a { display:flex; align-items:center; justify-content:center; min-width:40px; height:40px; padding:0 10px; border-radius:4px; line-height:1; font-size:16px; font-weight:400; color:#222; } 
.support-wrap .notice .paging a.num { color:#7a818d; } 
.support-wrap .notice .paging a.num:hover { background:#f5f6f8; color:#222; } 
.support-wrap .notice .paging a.num.on { background:var(--main-color); color:#fff; font-weight:600; } 
.support-wrap .notice .paging a.prev,
.support-wrap .notice .paging a.next { display:flex; align-items:center; gap:4px; padding:0 12px; color:#222; } 
.support-wrap .notice .paging a.prev:before { content:''; width:6px; height:10px; background:url("/img/arrow-dc657800bf37a826d594dfa6b9532877.svg") no-repeat center / contain; transform:rotate(180deg); } 
.support-wrap .notice .paging a.next:after { content:''; width:6px; height:10px; background:url("/img/arrow-dc657800bf37a826d594dfa6b9532877.svg") no-repeat center / contain; } 
.support-wrap .notice .paging .dots { display:flex; align-items:center; justify-content:center; min-width:30px; line-height:1; font-size:16px; color:#7a818d; } 
.support-wrap .notice-view { padding:80px 0; } 
.support-wrap .notice-view .title { margin:0 0 40px; line-height:1.1; font-size:40px; font-weight:700; color:#222; } 
.support-wrap .notice-view .view { border-top:2px solid var(--main-color); } 
.support-wrap .notice-view .view .head { padding:32px 30px; border-bottom:1px solid #eee; } 
.support-wrap .notice-view .view .head .cate { margin:0 0 16px; } 
.support-wrap .notice-view .view .head .cate span { display:inline-flex; align-items:center; justify-content:center; min-width:60px; padding:0 10px; height:28px; border-radius:4px; line-height:1; font-size:14px; font-weight:500; } 
.support-wrap .notice-view .view .head .cate span.cate-1 { background:#ffdbdb; color:#d84646; } 
.support-wrap .notice-view .view .head .cate span.cate-2 { background:#cee1fe; color:#183ee9; } 
.support-wrap .notice-view .view .head .cate span.cate-3 { background:#e7dcff; color:#7a45ec; } 
.support-wrap .notice-view .view .head .cate span.cate-4 { background:#e0e0e0; color:#818b9e; } 
.support-wrap .notice-view .view .head .subject { margin:0 0 20px; line-height:1.3; font-size:28px; font-weight:600; color:#222; word-break:keep-all; } 
.support-wrap .notice-view .view .head .meta { display:flex; flex-wrap:wrap; gap:8px 24px; } 
.support-wrap .notice-view .view .head .meta dl { display:flex; align-items:center; gap:8px; } 
.support-wrap .notice-view .view .head .meta dt { line-height:1.1; font-size:15px; font-weight:500; color:#596170; } 
.support-wrap .notice-view .view .head .meta dd { line-height:1.1; font-size:15px; font-weight:300; color:#222; } 
.support-wrap .notice-view .view .body { padding:40px 30px; min-height:300px; border-bottom:1px solid #eee; } 
.support-wrap .notice-view .view .body p { margin:0 0 16px; line-height:1.7; font-size:17px; font-weight:300; color:#222; } 
.support-wrap .notice-view .view .body p:last-child { margin-bottom:0; } 
.support-wrap .notice-view .view .body p strong { font-weight:600; color:#222; } 
.support-wrap .notice-view .view .body .img { margin:24px 0; } 
.support-wrap .notice-view .view .body .img img { display:block; width:100%; height:auto; max-width:100%; border-radius:8px; } 
.support-wrap .notice-view .view .file { padding:24px 30px; background:#f5f6f8; } 
.support-wrap .notice-view .view .file dl { display:flex; gap:24px; align-items:flex-start; } 
.support-wrap .notice-view .view .file dt { flex:0 0 auto; display:flex; align-items:center; gap:8px; line-height:1.1; font-size:16px; font-weight:600; color:#222; padding:8px 0; } 
.support-wrap .notice-view .view .file dt:before { content:''; width:18px; height:18px; background:url("/img/ic_file-66a18721c92b1ac2e70043df71380412.svg") no-repeat center / contain; } 
.support-wrap .notice-view .view .file dd { flex:1; display:flex; flex-direction:column; gap:8px; } 
.support-wrap .notice-view .view .file dd a { display:inline-flex; align-items:center; gap:8px; padding:8px 0; line-height:1.1; font-size:16px; font-weight:300; color:#222; } 
.support-wrap .notice-view .view .file dd a span { text-decoration:underline; } 
.support-wrap .notice-view .view .file dd a:hover span { color:var(--main-color); } 
.support-wrap .notice-view .view .file dd a em { font-size:14px; color:#7a818d; } 
.support-wrap .notice-view .nav-page { margin:60px 0 0; border-top:1px solid #eee; } 
.support-wrap .notice-view .nav-page dl { display:flex; align-items:center; gap:32px; padding:20px 30px; border-bottom:1px solid #eee; } 
.support-wrap .notice-view .nav-page dt { flex:0 0 auto; display:flex; align-items:center; gap:8px; width:120px; line-height:1.1; font-size:16px; font-weight:600; color:#222; } 
.support-wrap .notice-view .nav-page dl.prev dt:before { content:''; width:8px; height:14px; background:url("/img/arrow-dc657800bf37a826d594dfa6b9532877.svg") no-repeat center / contain; transform:rotate(-90deg); opacity:0.5; } 
.support-wrap .notice-view .nav-page dl.next dt:before { content:''; width:8px; height:14px; background:url("/img/arrow-dc657800bf37a826d594dfa6b9532877.svg") no-repeat center / contain; transform:rotate(90deg); opacity:0.5; } 
.support-wrap .notice-view .nav-page dd { flex:1; } 
.support-wrap .notice-view .nav-page dd a { display:inline-block; line-height:1.4; font-size:17px; font-weight:400; color:#222; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width:100%; } 
.support-wrap .notice-view .nav-page dd a:hover { color:var(--main-color); text-decoration:underline; } 
.support-wrap .notice-view .btns { margin:40px 0 0; display:flex; align-items:center; justify-content:center; } 
.support-wrap .notice-view .btns .btn-list { display:flex; align-items:center; justify-content:center; padding:0 60px; height:60px; border-radius:8px; background:var(--main-color); line-height:1.1; font-size:18px; font-weight:500; color:#fff; box-shadow: 0 10px 10px var(--shadow-color); } 


.support-wrap .notice-write { padding:80px 0; } 
.support-wrap .notice-write .title { margin:0 0 40px; line-height:1.1; font-size:40px; font-weight:700; color:#222; } 
.support-wrap .notice-write .write { border-top:2px solid var(--main-color); } 
.support-wrap .notice-write .write .row { display:flex; align-items:flex-start; gap:30px; padding:24px 30px; border-bottom:1px solid #eee; } 
.support-wrap .notice-write .write .row .label { flex:0 0 auto; width:140px; padding:14px 0; line-height:1.1; font-size:17px; font-weight:600; color:#222; } 
.support-wrap .notice-write .write .row .label em { color:#ff4a4a; font-weight:600; } 
.support-wrap .notice-write .write .row .field { flex:1; min-width:0; position:relative; } 
.support-wrap .notice-write .write .row .field select { padding:0 16px; width:320px; max-width:100%; height:50px; border-radius:8px; border:1px solid #bdc0c6; background:#fff url("/img/arrow2-81d8eb9649a663f4b275fb197010c241.svg") no-repeat right 16px center / 14px 14px; font-size:16px; font-weight:300; color:#222; appearance:none; -webkit-appearance:none; cursor:pointer; } 
.support-wrap .notice-write .write .row .field select:focus { border-color:var(--main-color); outline:none; } 
.support-wrap .notice-write .write .row .field input[type="text"] { padding:0 16px; width:100%; height:50px; border-radius:8px; border:1px solid #bdc0c6; font-size:16px; font-weight:300; color:#222; } 
.support-wrap .notice-write .write .row .field input[type="text"]:focus { border-color:var(--main-color); outline:none; } 
.support-wrap .notice-write .write .row .field textarea { padding:16px; width:100%; min-height:400px; border-radius:8px; border:1px solid #bdc0c6; font-size:16px; font-weight:300; color:#222; line-height:1.6; resize:vertical; font-family:inherit; } 
.support-wrap .notice-write .write .row .field textarea:focus { border-color:var(--main-color); outline:none; } 
.support-wrap .notice-write .write .row .field .count { margin:8px 0 0; text-align:right; line-height:1.1; font-size:13px; color:#7a818d; } 
.support-wrap .notice-write .write .row .field .count .now { color:var(--main-color); font-weight:600; } 
.support-wrap .notice-write .write .row .field .chks { display:flex; flex-wrap:wrap; gap:8px 24px; padding:14px 0; } 
.support-wrap .notice-write .write .row .field .chk { display:flex; align-items:center; gap:6px; cursor:pointer; } 
.support-wrap .notice-write .write .row .field .chk input { display:none; } 
.support-wrap .notice-write .write .row .field .chk i { flex:0 0 auto; width:20px; height:20px; border-radius:4px; border:1px solid #bdc0c6; background:#fff; transition:all 0.2s; } 
.support-wrap .notice-write .write .row .field .chk input:checked ~ i { background:var(--main-color) url("/img/ic_chk_white-325c0973a1ec8edd321da44fe9a667e1.svg") no-repeat center / 12px; border-color:var(--main-color); } 
.support-wrap .notice-write .write .row .field .chk span { line-height:1.1; font-size:16px; font-weight:400; color:#222; } 
.support-wrap .notice-write .write .row .field .file-wrap { display:flex; align-items:center; gap:16px; flex-wrap:wrap; } 
.support-wrap .notice-write .write .row .field .file-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:0 20px; height:42px; border-radius:8px; border:1px solid var(--main-color); background:#fff; line-height:1.1; font-size:15px; font-weight:500; color:var(--main-color); cursor:pointer; transition:all 0.2s; } 
.support-wrap .notice-write .write .row .field .file-btn:hover { background:#f4f8ff; } 
.support-wrap .notice-write .write .row .field .file-btn:before { content:''; width:16px; height:16px; background:url("/img/ic_file-66a18721c92b1ac2e70043df71380412.svg") no-repeat center / contain; } 
.support-wrap .notice-write .write .row .field .file-btn .file-input { display:none; } 
.support-wrap .notice-write .write .row .field .file-desc { line-height:1.4; font-size:13px; font-weight:300; color:#7a818d; } 
.support-wrap .notice-write .write .row .field .file-list { margin:12px 0 0; display:flex; flex-direction:column; gap:6px; } 
.support-wrap .notice-write .write .row .field .file-list li { display:flex; align-items:center; gap:8px; padding:10px 14px; background:#f5f6f8; border-radius:6px; } 
.support-wrap .notice-write .write .row .field .file-list li .name { flex:1; min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height:1.1; font-size:15px; font-weight:400; color:#222; } 
.support-wrap .notice-write .write .row .field .file-list li .size { flex:0 0 auto; line-height:1.1; font-size:13px; color:#7a818d; } 
.support-wrap .notice-write .write .row .field .file-list li .remove { flex:0 0 auto; width:24px; height:24px; border-radius:4px; background:url("/img/ic_close-8b675018d71af746f8165f15fc2b8d3f.svg") no-repeat center / 12px; font-size:0; color:transparent; cursor:pointer; transition:all 0.2s; } 
.support-wrap .notice-write .write .row .field .file-list li .remove:hover { background-color:#e8e8e8; } 
.support-wrap .notice-write .btns { margin:40px 0 0; display:flex; align-items:center; justify-content:center; gap:10px; } 
.support-wrap .notice-write .btns .btn-cancel { display:flex; align-items:center; justify-content:center; padding:0 40px; height:60px; border-radius:8px; border:1px solid #bdc0c6; background:#fff; line-height:1.1; font-size:18px; font-weight:500; color:#596170; } 
.support-wrap .notice-write .btns .btn-cancel:hover { background:#f5f6f8; } 
.support-wrap .notice-write .btns .btn-submit { display:flex; align-items:center; justify-content:center; padding:0 60px; height:60px; border-radius:8px; background:var(--main-color); line-height:1.1; font-size:18px; font-weight:500; color:#fff; box-shadow: 0 10px 10px var(--shadow-color); cursor:pointer; } 
.support-wrap .location { padding:80px 0; } 
.support-wrap .location .title { margin:0 0 40px; line-height:1.1; font-size:40px; font-weight:700; color:#222; } 
.support-wrap .location .map { margin:0 0 40px; width:100%; height:500px; border-radius:12px; overflow:hidden; border:1px solid #e0e0e0; } 
.support-wrap .location .map iframe { display:block; width:100%; height:100%; border:0; } 
.support-wrap .location .info { display:flex; flex-direction:column; gap:12px; } 
.support-wrap .location .info dl { display:flex; align-items:center; gap:30px; } 
.support-wrap .location .info dt { flex:0 0 auto; width:80px; line-height:1.1; font-size:18px; font-weight:600; color:#222; } 
.support-wrap .location .info dd { flex:1; line-height:1.4; font-size:18px; font-weight:300; color:#222; } 

/* 추가 */
/* 결과 없을 때 */
.empty-ui { width: 100%; background-color: #fafafa; border-radius: 12px; border: 1px solid var(--border-color); border-style: dashed; display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 10px; padding: 60px; margin: 20px 0; } 
.empty-ui > img { max-width: 160px; } 
.empty-ui p { font-size: 18px; color: var(--sub-color-6); } 
.empty-ui .btn { margin-top: 20px; } 
.empty-ui .btn a { padding: 16px 32px; background-color: var(--main-color); color: #fff; font-size: 18px; font-weight: 500; border-radius: 1000px; } 


#container .paging { margin:40px 0 0; display:flex; align-items:center; justify-content:center; gap:4px; } 
#container .paging a { display:flex; align-items:center; justify-content:center; min-width:40px; height:40px; padding:0 10px; border-radius:4px; line-height:1; font-size:16px; font-weight:400; color:#222; } 
#container .paging a.num { color:#7a818d; } 
#container .paging a.num:hover { background:#f5f6f8; color:#222; } 
#container .paging a.num.on { background:var(--main-color); color:#fff; font-weight:600; } 
#container .paging a.prev,
#container .paging a.next { display:flex; align-items:center; gap:4px; padding:0 12px; color:#222; } 
#container .paging a.prev:before { content:''; width:6px; height:10px; background:url("/img/arrow-dc657800bf37a826d594dfa6b9532877.svg") no-repeat center / contain; transform:rotate(180deg); } 
#container .paging a.next:after { content:''; width:6px; height:10px; background:url("/img/arrow-dc657800bf37a826d594dfa6b9532877.svg") no-repeat center / contain; } 
#container .paging .dots { display:flex; align-items:center; justify-content:center; min-width:30px; line-height:1; font-size:16px; color:#7a818d; } 



/* 리뷰 이미지 */
.install-wrap .review .best .cont li .view .gallery { margin:0 0 16px; display:grid; grid-template-columns:repeat(2,1fr); gap:8px; } 
.install-wrap .review .best .cont li .view .gallery .gallery-item { position:relative; width:100%; aspect-ratio:35/32; border-radius:8px; overflow:hidden; cursor:pointer; } 
.install-wrap .review .best .cont li .view .gallery .gallery-item img { display:block; width:100%; height:100%; object-fit:cover; transition:transform 0.3s; } 
.install-wrap .review .best .cont li .view .gallery .gallery-item:hover img { transform:scale(1.05); } 
.install-wrap .review .best .cont li .view .gallery .gallery-item .more-overlay { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:rgb(0 0 0 / 55%); border:0; cursor:pointer; transition:all 0.2s; } 
.install-wrap .review .best .cont li .view .gallery .gallery-item .more-overlay:hover { background:rgb(0 0 0 / 70%); } 
.install-wrap .review .best .cont li .view .gallery .gallery-item .more-overlay span { line-height:1; font-size:32px; font-weight:600; color:#fff; } 

/* 리스트 영역에도 동일하게 적용 */
.install-wrap .review .list .cont li .view .gallery { margin:0 0 16px; display:grid; grid-template-columns:repeat(2,1fr); gap:8px; max-width:480px; } 
.install-wrap .review .list .cont li .view .gallery .gallery-item { position:relative; width:100%; aspect-ratio:1/1; border-radius:8px; overflow:hidden; cursor:pointer; } 
.install-wrap .review .list .cont li .view .gallery .gallery-item img { display:block; width:100%; height:100%; object-fit:cover; transition:transform 0.3s; } 
.install-wrap .review .list .cont li .view .gallery .gallery-item:hover img { transform:scale(1.05); } 
.install-wrap .review .list .cont li .view .gallery .gallery-item .more-overlay { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:rgb(0 0 0 / 55%); border:0; cursor:pointer; transition:all 0.2s; } 
.install-wrap .review .list .cont li .view .gallery .gallery-item .more-overlay:hover { background:rgb(0 0 0 / 70%); } 
.install-wrap .review .list .cont li .view .gallery .gallery-item .more-overlay span { line-height:1; font-size:28px; font-weight:600; color:#fff; } 

/* 라이트박스 */
.lightbox { position:fixed; inset:0; z-index:9999; display:none; align-items:center; justify-content:center; background:rgb(0 0 0 / 90%); } 
.lightbox.is-active { display:flex; } 
.lightbox .lightbox-close { position:absolute; top:30px; right:30px; z-index:10; width:48px; height:48px; border-radius:50%; background:rgb(255 255 255 / 10%); border:0; color:transparent; font-size:0; cursor:pointer; transition:all 0.2s; } 
.lightbox .lightbox-close:before,
.lightbox .lightbox-close:after { content:''; position:absolute; top:50%; left:50%; width:20px; height:2px; background:#fff; } 
.lightbox .lightbox-close:before { transform:translate(-50%,-50%) rotate(45deg); } 
.lightbox .lightbox-close:after { transform:translate(-50%,-50%) rotate(-45deg); } 
.lightbox .lightbox-close:hover { background:rgb(255 255 255 / 20%); } 
.lightbox .lightbox-prev,
.lightbox .lightbox-next { position:absolute; top:50%; transform:translateY(-50%); z-index:10; width:56px; height:56px; border-radius:50%; background:rgb(255 255 255 / 10%); border:0; color:transparent; font-size:0; cursor:pointer; transition:all 0.2s; } 
.lightbox .lightbox-prev { left:40px; } 
.lightbox .lightbox-next { right:40px; } 
.lightbox .lightbox-prev:before,
.lightbox .lightbox-next:before { content:''; position:absolute; top:50%; left:50%; width:14px; height:14px; border-top:2px solid #fff; border-right:2px solid #fff; } 
.lightbox .lightbox-prev:before { transform:translate(-30%,-50%) rotate(-135deg); } 
.lightbox .lightbox-next:before { transform:translate(-70%,-50%) rotate(45deg); } 
.lightbox .lightbox-prev:hover,
.lightbox .lightbox-next:hover { background:rgb(255 255 255 / 20%); } 
.lightbox .lightbox-inner { display:flex; flex-direction:column; align-items:center; gap:20px; max-width:90vw; max-height:80vh; } 
.lightbox .lightbox-img { display:flex; align-items:center; justify-content:center; max-width:100%; max-height:70vh; } 
.lightbox .lightbox-img img { display:block; max-width:100%; max-height:70vh; object-fit:contain; } 
.lightbox .lightbox-count { line-height:1.1; font-size:16px; font-weight:400; color:#fff; } 
.lightbox .lightbox-count .now { font-weight:700; color:#fff; } 
.lightbox .lightbox-count .total { color:rgb(255 255 255 / 60%); } 
.lightbox .lightbox-thumbs { position:absolute; bottom:30px; left:50%; transform:translateX(-50%); display:flex; gap:8px; padding:12px; border-radius:12px; background:rgb(0 0 0 / 50%); max-width:90vw; overflow-x:auto; } 
.lightbox .lightbox-thumbs .thumb-item { flex:0 0 auto; width:60px; height:60px; border-radius:6px; overflow:hidden; cursor:pointer; opacity:0.5; border:2px solid transparent; transition:all 0.2s; } 
.lightbox .lightbox-thumbs .thumb-item img { display:block; width:100%; height:100%; object-fit:cover; } 
.lightbox .lightbox-thumbs .thumb-item.is-active { opacity:1; border-color:#fff; } 
.lightbox .lightbox-thumbs .thumb-item:hover { opacity:1; } 
.tabs .divider { font-size: 20px; font-weight: 600; color: #ccc; } 


/* 플로팅 버튼 */
.floating-bottom { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 200; opacity: 0; visibility: hidden; transition: opacity 0.4s, visibility 0.4s; } 
.floating-bottom.visible { opacity: 1; visibility: visible; } 
.floating-bottom a { position: relative; display: flex; align-items: center; justify-content: center; gap: 18px; width: 100%; min-height: 60px; padding: 0 28px; color: #fff; text-decoration: none; overflow: hidden; background: linear-gradient(90deg, #2950f2,#4d6dff,#213ec7,#4d6dff,#2950f2); background-size: 250% 100%; animation: gradientFlow 8s linear infinite; box-shadow: 0 6px 20px #2950f21f; } 
.floating-bottom a::before { content: ""; position: absolute; top: 0; left: -75%; width: 50%; height: 100%; background: linear-gradient(100deg, transparent 0%, #ffffff00 30%, #ffffff59 50%, #ffffff00 70%, transparent 100%); transform: skewX(-22deg); pointer-events: none; z-index: 1; animation: shineSweep 4.5s ease-in-out infinite; } 
.floating-bottom a::after { content: ""; position: absolute; inset: 0; border-top: 1px solid #ffffff1f; border-bottom: 1px solid #ffffff0f; pointer-events: none; z-index: 1; } 
.floating-bottom a:hover { animation-duration: 5s; } 
.floating-bottom a:hover::before { animation-duration: 2.6s; } 
.floating-bottom a:hover .arrow i { animation-duration: 1.2s; } 
.floating-bottom a .text { position: relative; z-index: 2; font-size: 20px; font-weight: 700; letter-spacing: -0.02em; white-space: nowrap; } 
.floating-bottom a .arrow { position: relative; z-index: 2; display: flex; align-items: center; gap: 6px; } 
.floating-bottom a .arrow i { display: block; width: 9px; height: 9px; border-top: 2px solid #fff; border-right: 2px solid #fff; opacity: .25; animation: arrowFlow 1.8s ease-in-out infinite; } 
.floating-bottom a .arrow.right i { transform: rotate(45deg); animation-name: arrowFlowRight; } 
.floating-bottom a .arrow i:nth-child(2) { animation-delay: .18s; } 
.floating-bottom a .arrow i:nth-child(3) { animation-delay: .36s; } 

@keyframes gradientFlow { 
 0% { background-position: 0% 50%; } 
 100% { background-position: 250% 50%; } 
 }
@keyframes shineSweep { 
 0% { left: -75%; } 
 55%, 100% { left: 130%; } 
 }
@keyframes arrowFlow { 
 0% { opacity: .2; } 
 50% { opacity: 1; } 
 100% { opacity: .2; } 
 }
@keyframes arrowFlowRight { 
 0% { opacity: .2; transform: rotate(45deg) translate(-1px, -1px); } 
 50% { opacity: 1; transform: rotate(45deg) translate(1px, 1px); } 
 100% { opacity: .2; transform: rotate(45deg) translate(-1px, -1px); } 
 }

.button_feature { float: right; display: flex; align-items: center; justify-content: center; padding: 0 60px; height: 50px; border-radius: 8px; background: var(--main-color); line-height: 1.1; font-size: 18px; font-weight: 500; color: #fff; margin-top: 15px; box-shadow: 0 10px 10px var(--shadow-color); } 
.review.guest .button_feature { display: none; } 

/* 반응형 */
@media (max-width:1024px){
 #header { } 
 #header .inner { padding: 0 20px; width: 100%; height: 70px; } 
 #header .logo { left: 20px; } 
 #header .logo a { height:24px; } 
 #header .gnb { position:fixed; top:70px; left:0; width:100%; height:0; overflow:hidden; transition: all 0.5s; background: #fff; } 
 #header .gnb .dp1 { flex-direction: column; align-items: stretch; } 
 #header .gnb .dl1 { position:relative; } 
 #header .gnb .dl1.on .dp2 { opacity:1; visibility:visible; } 
 #header .gnb .da1 { justify-content: flex-start; padding: 0 20px; line-height: 50px; font-size: 16px; } 
 #header .gnb .dp2 { position:absolute; top:99px; left:0; width:100%; background:#fff; padding:12px; opacity: 0; visibility: hidden; transition: all 0.5s; } 
 #header .gnb .dl2 { position:relative; } 
 #header .gnb .da2 { display:flex; align-items:center; justify-content:center; height:54px; font-size:20px; font-weight:300; color:#222; } 
 #header .gnb .da2:before { content:''; position:absolute; bottom:0; left:50%; width:0px; height:2px; background:var(--main-color); transform:translateX(-50%); transition:all 0.5s; } 
 #header .gnb .da2:hover:before { width:100%; } 
 #header .button { right:20px; } 
 #header .button a.btn-counsel { padding: 0 8px; height: 28px; font-size: 12px; } 
 #header .button a.btn-menu { width:36px; height:36px; } 
 #header .button a.btn-menu:before { content:''; width:24px; height:24px; background:url("/img/menu_on-567d8ef5b0cd6f7fa8f3c979c7b16273.svg") no-repeat center / contain; } 
 #header.fixed { background:#fff; box-shadow: 0 4px 12px rgb(0 0 0 / 5%); } 
 #header.fixed .logo a { background:url(/img/logo_on-8e6a22e71c36d82bcdc6450ed84f06ae.svg) no-repeat center / contain; } 
 #header.fixed .gnb .da1 { color:#222; } 
 #header.fixed .button a.btn-counsel { background:transparent; color: var(--main-color); border:1px solid var(--main-color); } 
 #header.fixed .button a.btn-menu:before { background:url("/img/menu-a3426f04d8a66a141adda4081f3c8045.svg") no-repeat center / contain; } 
 #header.active { background:#fff; } 
 #header.active .logo a { background:url(/img/logo_on-8e6a22e71c36d82bcdc6450ed84f06ae.svg) no-repeat center / contain; } 
 #header.active .gnb .da1 { color:#222; } 
 #header.active .gnb { height:calc(100dvh - 70px); border-top: 1px solid #e0e0e0; } 
 #header.active .button a.btn-counsel { background:transparent; color: var(--main-color); border:1px solid var(--main-color); } 
 #header.active .button a.btn-menu:before { background:url("/img/menu-a3426f04d8a66a141adda4081f3c8045.svg") no-repeat center / contain; } 

 #footer { padding: 40px 20px 90px; } 
 #footer .flex { flex-direction: column; } 
 #footer .link { display:flex; align-items:center; } 
 #footer .link a { font-size: 14px; } 
 #footer .link a:before { height: 12px; margin: 0 10px; } 
 #footer .baro { margin: 20px 0 0 0; } 
 #footer .baro a { padding: 0 20px; height: 40px; font-size: 14px; font-weight: 300; } 
 #footer .info { gap: 4px 0; } 
 #footer .info p { font-size: 14px; font-weight: 300; color: #DEDFE2; } 
 #footer .info p span { gap: 4px; } 
 #footer .info p strong { font-weight: 500; white-space: nowrap; } 
 #footer .cite { margin:8px 0 0 0; line-height: 1.3; font-size: 14px; font-weight: 300; color: #DEDFE2; } 
 #footer .gotop { bottom: 100px; right: 20px; width: 40px; height: 40px; } 
 #footer .gotop:before { aspect-ratio:12/17; width:10px; height:auto; } 

 #container { } 

 .float { right: 20px; bottom: 20px; } 
 .float a { width: 70px; height: 70px; font-size: 12px; font-weight: 400; } 
 .float a:after { width: 18px; height: 18px; } 

 .main { } 
 .main .visual { padding: 80px 0 0; } 
 .main .visual .text { margin:0 0 20px; } 
 .main .visual .text .tit { margin:0 0 20px; font-size:32px; } 
 .main .visual .text .txt { margin:0 0 20px; font-size:16px; } 
 .main .visual .text .btn { gap:10px; } 
 .main .visual .text .btn span { padding: 0 15px 0 10px; font-size:14px; height:40px; box-shadow: 0 10px 20px #00000040; } 
 .main .visual .form { padding:20px; gap:20px; flex-wrap:wrap; border-radius:20px 20px 0 0; } 
 .main .visual .form .head { width:100%; } 
 .main .visual .form .head small { font-size:14px; margin: 0 0 8px; } 
 .main .visual .form .head span { font-size:24px; } 
 .main .visual .form .input { gap:10px; width: 100%; } 
 .main .visual .form .input dt { font-size:14px; } 
 .main .visual .form .input dd input { padding:0 15px; font-size:14px; } 
 .main .visual .form .agree { width: 100%; flex: 0 0 auto; } 
 .main .visual .form .agree .chk { } 
 .main .visual .form .agree .chk label { } 
 .main .visual .form .agree .chk label input ~ strong { font-size:14px; } 
 .main .visual .form .agree .chk label input ~ span { font-size:14px; display:flex; } 
 .main .visual .form .agree .chk label input:checked ~ i { background:url("/img/ic_chk_on-04dfaababf7089aa29993d3e9de67ccd.svg") no-repeat center / contain; } 
 .main .visual .form .agree .txt { font-size:12px; } 
 .main .visual .form .btns { width: 100%; } 
 .main .visual .form .btns button { width: 100%; height: 50px; font-size: 16px; } 

 .main .points { padding:60px 20px; } 
 .main .points .title { margin:0 0 20px; } 
 .main .points .title .tit { font-size:24px; } 
 .main .points .cont { } 
 .main .points .cont ul { gap:16px; flex-wrap:wrap; } 
 .main .points .cont li { flex:0 0 auto; padding:20px; width:100%; } 
 .main .points .cont li .ico { margin: 0 0 16px; } 
 .main .points .cont li .ico img { width:40px; height:40px; } 
 .main .points .cont li .tit { margin: 0 0 8px; font-size:18px; } 
 .main .points .cont li .txt { font-size:14px; } 

 .main .secret { padding: 60px 20px; } 
 .main .secret .title { margin:0 0 60px; padding: 0 0 20px; } 
 .main .secret .title:after { width:40px; height:4px; } 
 .main .secret .title .tit { font-size: 24px; } 
 .main .secret .title .txt { margin:10px 0 0 0; font-size: 14px; } 
 .main .secret .title .count { position:static; width:100%; margin:40px 0 0 0; } 
 .main .secret .title .count dl { text-align:left; } 
 .main .secret .title .count dt { font-size:16px; margin:0 0 10px; } 
 .main .secret .title .count dd { font-size:24px; } 
 .main .secret .cont { gap: 50px; flex-direction: column; } 
 .main .secret .cont .image { position: static; width: 100%; height: auto; aspect-ratio: 49/51;} 
 .main .secret .cont .list { flex:1; } 
 .main .secret .cont .list ul { gap: 16px; } 
 .main .secret .cont .list li { padding: 20px; width:100%; aspect-ratio:2/1; align-items: stretch; } 
 .main .secret .cont .list li:nth-child(1) { top:0; } 
 .main .secret .cont .list li:nth-child(3) { top:0; } 
 .main .secret .cont .list li .sub { margin: 0 0 10px; font-size: 14px; } 
 .main .secret .cont .list li .tit { margin: 0 0 auto; font-size: 20px; } 
 .main .secret .cont .list li .txt { font-size: 14px; } 

 .main .system { padding: 60px 20px; } 
 .main .system .title { position:relative; margin:0 0 80px; } 
 .main .system .title .tit { margin: 0 0 10px; font-size: 24px; } 
 .main .system .title .txt { margin: 0 0 20px; font-size: 14px; } 
 .main .system .title .con { margin: 0 0 20px; } 
 .main .system .title .con p { margin: 0 0 10px; font-size: 14px; font-weight: 300; } 
 .main .system .title .con p:before { content:''; flex:0 0 auto; width:24px; height:24px; background:url("/img/check-cc426fa49335fa8a2ff13f39ea825fa8.svg") no-repeat center / contain; } 
 .main .system .title .bts { display:flex; align-items:center; } 
 .main .system .title .bts a { padding: 0 24px; height: 40px; font-size: 14px; } 
 .main .system .title .img { position: absolute; transform: unset; margin: 20px 0 0 0; top: 78px; } 
 .main .system .title .img img { width: 80px; } 
 .main .system .cont { flex-direction: column; } 
 .main .system .cont .text { } 
 .main .system .cont .text .tit { margin: 0 0 10px; font-size: 24px; } 
 .main .system .cont .text .txt { } 
 .main .system .cont .text .txt dl { padding: 10px 0; } 
 .main .system .cont .text .txt dt { margin: 0 0 10px; font-size: 16px; } 
 .main .system .cont .text .txt dt:before { content:''; width:5px; height:5px; border-radius:5px; margin:0 10px; background:var(--sub-color-2); } 
 .main .system .cont .text .txt dd { font-size: 14px; font-weight: 300; } 
 .main .system .cont .text .txt dd:before { content:''; flex:0 0 auto; width:24px; height:24px; background:url("/img/check-cc426fa49335fa8a2ff13f39ea825fa8.svg") no-repeat center / contain; } 

 .main .case { padding: 40px 20px; background:#ffffff; } 
 .main .case .title { margin:0 0 40px; } 
 .main .case .title .tit { font-size: 24px; } 
 .main .case .tabs { margin: 0 0 20px; } 
 .main .case .tabs .tabs-btn { padding: 0 20px; height: 36px; font-size: 14px; } 
 .main .case .tabs .tabs-btn.is-active { background:var(--main-color); color:#fff; } 
 .main .case .list { } 
.main .case .list ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; } 
 .main .case .list li { width: 100%; } 
 .main .case .list li .img { margin:0 0 16px; display:flex; aspect-ratio:44/32; border-radius:8px; overflow:hidden; } 
 .main .case .list li .img > span { flex:1; position:relative; } 
 .main .case .list li .img > span img { width:100%; height:100%; object-fit:cover; } 
 .main .case .list li .img > span em { height: 28px; padding: 0 10px; width: auto; font-size: 14px; white-space: nowrap; } 
 .main .case .list li .img > span:nth-child(1) em { background:var(--sub-color-3); } 
 .main .case .list li .img > span:nth-child(2) em { background:var(--sub-color); } 
 .main .case .list li .tit { margin: 0 0 10px; font-size: 16px; } 
 .main .case .list li .txt { gap: 4px; font-size: 16px; } 
 .main .case .list li .txt span { height: 28px; padding: 0 10px; font-size: 14px; } 
 .main .case .more { margin:40px 0 0; display:flex; align-items:center; justify-content:center; } 
 .main .case .more a { width: 100%; height: 50px; font-size: 16px; } 

 .main .process { padding: 60px 20px; } 
 .main .process .title { margin:0 0 40px; text-align:center; } 
 .main .process .title .tit { font-size: 24px; } 
 .main .process .title .txt { margin: 10px 0 0; font-size: 14px; } 
 .main .process .cont { } 
 .main .process .step { } 
 .main .process .step ul { flex-wrap: wrap; gap: 30px 10px; justify-content: center; } 
 .main .process .step li { flex: 0 0 auto; width: calc(50% - 5px); } 
 .main .process .step li .box { display:flex; flex-direction:column; align-items:center; justify-content:center; width:100%; height:auto; aspect-ratio:1/1; border-radius:100%; border:1px solid #c4c5c6; box-shadow:0 8px 40px var(--shadow-color-2); } 
 .main .process .step li .ico { width: 40px; height: 40px; } 
 .main .process .step li .ico img { width:100%; height:100%; object-fit:contain; } 
 .main .process .step li .num { margin: 0 0 10px; font-size: 14px; } 
 .main .process .step li .tit { font-size: 18px; } 
 .main .process .step li .txt { margin: 20px 0 0; font-size: 14px; } 
 .main .process .step li:last-child .box { background:var(--sub-color-5); } 
 .main .process .step li:last-child .num { color:#fff; } 
 .main .process .step li:last-child .tit { color:#fff; } 
 .main .process .step li:last-child .txt { margin: 12px 0 0; padding: 10px; font-size: 14px; } 
 .main .process .step li:last-child .txt strong { font-size: 20px; word-break: keep-all; } 
 .main .process .text { margin: 40px 0 0; line-height: 1.4; font-size: 18px; word-break: keep-all; } 
 .main .process .counsel { margin: 60px 0 0 0; padding: 20px; border-radius: 15px; } 
 .main .process .counsel:before { content:''; position:absolute; z-index:0; inset:0; background:#000; opacity:0.3; } 
 .main .process .counsel .sub { font-size: 14px; } 
 .main .process .counsel .tit { font-size: 20px; word-break: keep-all; } 
 .main .process .counsel .bts { position:relative; z-index:1; margin:0 0 20px; display: flex; align-items: center; justify-content: center; text-align: center; } 
 .main .process .counsel .bts a { font-size: 18px; padding: 10px 30px; } 
 .main .process .counsel .bts a br { display:none; } 
 .main .process .counsel .tel { position:relative; z-index:1; display:flex; align-items:center; justify-content:center; } 
 .main .process .counsel .tel dl { padding: 0 20px; height: 50px; gap: 6px; } 
 .main .process .counsel .tel dl:before { width: 20px; height: 20px; } 
 .main .process .counsel .tel dl dt { font-size: 14px; } 
 .main .process .counsel .tel dl dd { font-size: 18px; } 
 .empty-ui { padding: 20px 0 40px; } 
.empty-ui p { font-size: 16px; color: var(--sub-color-6); text-align: center; } 

 .visual-wrap { position:relative; } 
 .visual-wrap .flex { padding: 100px 20px 20px; height: 400px; flex-direction: column; align-items: stretch; justify-content: flex-end; gap: 40px; } 
 .visual-wrap .text { flex: 0 0 auto; } 
 .visual-wrap .text .sub { font-size: 14px; } 
 .visual-wrap .text .tit { font-size: 24px; margin: 0 0 20px; } 
 .visual-wrap .text .txt { font-size: 14px; } 
 .visual-wrap .btns { display: none; align-items:center; } 
 .visual-wrap .btns a { padding: 0 21px; height: 50px; font-size: 16px; } 
 .visual-wrap .btns a:after { content:''; width:20px; height:20px; background:url("/img/arrow-dc657800bf37a826d594dfa6b9532877.svg") no-repeat center / contain; } 
 .visual-wrap .background { position:absolute; inset:0; z-index:0; } 
 .visual-wrap .background:before { content:''; position:absolute; inset:0; background:#000; opacity:50%; } 
 .visual-wrap .background img { width:100%; height:100%; object-fit:cover; display:block; } 

 .nav-wrap { display:flex; align-items:center; justify-content:center; border-bottom:1px solid #eee; } 
 .nav-wrap ul { display:flex; align-items:center; gap:20px; } 
 .nav-wrap li { position:relative; } 
 .nav-wrap li a { height:50px; font-size:16px; font-weight:300; } 
 .nav-wrap li.on a { font-weight:500; } 

 .about-wrap { padding: 60px 20px; } 
 .about-wrap .vision { padding: 60px 0px; } 
 .about-wrap .vision .title { text-align:center; margin:0 0 80px; } 
 .about-wrap .vision .title .tit { font-size: 24px; } 
 .about-wrap .vision .title .txt { margin: 10px 0 0 0; font-size: 14px; } 
 .about-wrap .vision .list { } 
 .about-wrap .vision .list ul { flex-wrap: wrap; gap: 30px 10px; } 
 .about-wrap .vision .list li { flex: 0 0 auto; width: calc(50% - 5px); padding: 20px; } 
 .about-wrap .vision .list li .img { margin: -40px 0 40px 0; width: 80px; height: 80px; } 
 .about-wrap .vision .list li .img img { } 
 .about-wrap .vision .list li .img:before { height: 100px; border-left:1px dashed var(--main-color); } 
 .about-wrap .vision .list li .img:after { top: 100px; } 
 .about-wrap .vision .list li .tit { font-size: 15px; } 
 .about-wrap .vision .list li .txt { font-size: 14px; word-break: keep-all; } 
 .about-wrap .vision .list li .txt br { display:none; } 
 .about-wrap .content { padding: 0px; } 
 .about-wrap .content .title { margin: 0 0 20px; font-size: 24px; } 
 .about-wrap .content .table .highlight .cell { font-weight:500; } 
 .about-wrap .content .table .cell { padding: 0 10px; height: 50px; font-size: 12px; word-break: keep-all; } 

 .product-wrap { padding: 0 20px 120px; } 
 .product-wrap .content.is-active { padding: 60px 20px; } 
 .product-wrap .prod-tab .tabs { margin: 0 0 40px; } 
 .product-wrap .prod-tab .tabs .tabs-btn { flex: 0 0 auto; padding: 0 20px; height: 36px; font-size: 14px; } 
 .product-wrap .content .list { } 
 .product-wrap .content .list ul { grid-template-columns: repeat(1,1fr); gap: 40px 10px; } 
 .product-wrap .content .list li { position:relative; } 
 .product-wrap .content .list li .box { padding: 20px; } 
 .product-wrap .content .list li .box:hover { background:var(--sub-color-8); box-shadow: 0px 20px 20px 0px #0000001A; } 
 .product-wrap .content .list li .box:hover .con .cate,
 .product-wrap .content .list li .box:hover .con .name,
 .product-wrap .content .list li .box:hover .con .info dt,
 .product-wrap .content .list li .box:hover .con .info dd { color:#fff; } 
 .product-wrap .content .list li .img { position:relative; } 
 .product-wrap .content .list li .img .thumb { position:relative; z-index:1; aspect-ratio:2/1; border-radius:12px; overflow:hidden; } 
 .product-wrap .content .list li .img .thumb img { width:100%; height:100%; object-fit:cover; } 
 .product-wrap .content .list li .img .brand { position:absolute; bottom:20px; right:20px; } 
 .product-wrap .content .list li .img .brand.kcc { width:76px; height:42px; background:url("/img/kcc-3cbb33ba5d66bd48a4af514bf9fe7f4c.svg") no-repeat center / contain; } 
 .product-wrap .content .list li .con { padding:20px 0 0; } 
 .product-wrap .content .list li .con .cate { font-size: 14px; } 
 .product-wrap .content .list li .con .name { margin: 0 0 20px; } 
 .product-wrap .content .list li .con .info { } 
 .product-wrap .content .list li .con .info dl { font-size: 14px; } 
 .product-wrap .content .list li .con .info dl:last-child { margin-bottom:0; } 
 .product-wrap .content .list li .con .info dt { } 
 .product-wrap .content .list li .con .info dd { } 
 .product-wrap .content .list li .con .info dd .star { width: 50px; } 
 .product-wrap .content .list li .con .info dd .badge { padding: 0 6px; height: 20px; font-size: 12px; font-weight: 300; } 
 .product-wrap .spec { padding: 20px; } 
 .product-wrap .spec .title { margin: 0 0 20px; font-size: 24px; } 
 .product-wrap .spec .table { display: flex; flex-direction: column; } 
 .product-wrap .spec .table .highlight .cell { font-weight:500; } 
 .product-wrap .spec .table .cell { padding: 0 10px; height: 50px; font-size: 12px; word-break: keep-all; } 

 .install-wrap { } 
 .install-wrap .status { padding: 60px 20px; } 
 .install-wrap .status .title { margin: 0 0 20px; font-size: 24px; } 
 .install-wrap .status .cont { display:flex; } 
 .install-wrap .status .cont dl { padding: 12px 16px; flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; } 
 .install-wrap .status .cont dt { font-size: 14px; } 
 .install-wrap .status .cont dd { } 
 .install-wrap .status .cont dd strong { font-size: 30px; } 
 .install-wrap .status .cont dd em { font-size: 14px; } 
 .install-wrap .area { padding: 60px 20px; } 
 .install-wrap .area .title { margin: 0 0 20px; font-size: 24px; } 
 .install-wrap .area .option { margin: 0 0 20px; gap: 20px 10px; flex-wrap: wrap; } 
 .install-wrap .area .option dl { flex:1; } 
 .install-wrap .area .option dt { font-size: 14px; } 
 .install-wrap .area .option dd { display:flex; gap:10px; } 
 .install-wrap .area .option dd select { height: 50px; font-size: 14px; } 
 .install-wrap .area .option dd input { width: 100%; height: 50px; font-size: 14px; } 
 .install-wrap .area .option dd input.datepicker { } 
 .install-wrap .area .unit { margin: 0 0 20px; padding: 20px 0; gap: 10px; justify-content: space-between; } 
 .install-wrap .area .unit dl { gap: 6px; } 
 .install-wrap .area .unit dt { font-size: 14px; } 
 .install-wrap .area .unit dd { font-size: 14px; display: flex; align-items: center; } 
 .install-wrap .area .unit dd span { font-size: 18px; } 
 .install-wrap .area .list { } 
 .install-wrap .area .list .tit { margin: 0 0 30px; font-size: 20px; } 
 .install-wrap .area .list .con { } 
 .install-wrap .area .list .con ul { gap: 10px; } 
 .install-wrap .area .list .con li { width: calc(50% - 5px); padding: 16px; } 
 .install-wrap .area .list .con li .cate { font-size: 14px; } 
 .install-wrap .area .list .con li .addr { font-size: 18px; word-break: keep-all; } 
 .install-wrap .area .list .con li .addr span { font-weight:600; } 
 .install-wrap .area .list .con li .date { margin:20px 0 0; font-size: 14px; } 
 .install-wrap .area .more { margin:40px 0 0 0; display:flex; align-items:center; justify-content:center; } 
 .install-wrap .area .more a { width:320px; height: 50px; padding:0 20px; font-size: 16px; } 
 .install-wrap .review { padding: 60px 20px; } 
 .install-wrap .review .title { font-size: 24px; } 
 .install-wrap .review .unit { margin: 0 0 30px; padding: 20px 0; gap: 10px; } 
 .install-wrap .review .unit dl { flex:1; display:flex; flex-direction:column; align-items:center; text-align:center; } 
 .install-wrap .review .unit dt { font-size: 14px; } 
 .install-wrap .review .unit dd { display:flex; align-items:center; gap:10px; line-height: 1.1; } 
 .install-wrap .review .unit dd .star { width:auto; height: 16px; background:url("/img/ic_star-75059c43b343ebcbb81ded6b60ec0376.svg") repeat-x left center / 18px 16px; } 
 .install-wrap .review .unit dd .star.star-1 { width: 17px; } 
 .install-wrap .review .unit dd .star.star-2 { width: 36px; } 
 .install-wrap .review .unit dd .star.star-3 { width: 54px; } 
 .install-wrap .review .unit dd .star.star-4 { width: 71px; } 
 .install-wrap .review .unit dd .star.star-5 { width: 89px; } 
 .install-wrap .review .unit dd .num { font-size:14px; } 
 .install-wrap .review .unit dd .num span { font-size: 20px; } 
 .install-wrap .review .unit dd .num em { } 
 .install-wrap .review .tabs { display:flex; flex-wrap:wrap; gap:4px; margin: 0 0 40px; } 
 .install-wrap .review .tabs .tabs-btn { flex: 0 0 auto; padding: 0 20px; height: 36px; font-size: 14px; } 
 .install-wrap .review .tabs .tabs-btn.is-active { background:var(--main-color); color:#fff; } 
 .install-wrap .review .best { } 
 .install-wrap .review .best .head { margin:0 0 20px; } 
 .install-wrap .review .best .head .tit { font-size: 20px; } 
 .install-wrap .review .best .head .txt { font-size: 14px; } 
 .install-wrap .review .best .cont { pading:0 0 20px; border-bottom:1px solid #e8e8e8 } 
 .install-wrap .review .best .cont ul { grid-template-columns: repeat(1,1fr); gap: 40px 0; } 
 .install-wrap .review .best .cont li { padding: 20px 0; } 
 .install-wrap .review .best .cont li .user { gap: 16px; } 
 .install-wrap .review .best .cont li .user .icon { width: 50px; height: 50px; } 
 .install-wrap .review .best .cont li .user .info { flex:1; display: flex; flex-direction: column; justify-content: center; gap: 8px; } 
 .install-wrap .review .best .cont li .user .info .top { display:flex; gap:8px; width: 100%; align-items: center; } 
 .install-wrap .review .best .cont li .user .info .name { font-size: 16px; } 
 .install-wrap .review .best .cont li .user .info .date { font-size: 12px; } 
 .install-wrap .review .best .cont li .user .info .star { width:auto; height: 16px; background:url("/img/ic_star-75059c43b343ebcbb81ded6b60ec0376.svg") repeat-x left center / 18px 16px; } 
 .install-wrap .review .best .cont li .user .info .star.star-1 { width: 17px; } 
 .install-wrap .review .best .cont li .user .info .star.star-2 { width: 36px; } 
 .install-wrap .review .best .cont li .user .info .star.star-3 { width: 54px; } 
 .install-wrap .review .best .cont li .user .info .star.star-4 { width: 71px; } 
 .install-wrap .review .best .cont li .user .info .star.star-5 { width: 89px; } 
 .install-wrap .review .best .cont li .item { font-size: 12px; } 
 .install-wrap .review .best .cont li .view { } 
 .install-wrap .review .best .cont li .view .thumb { margin:0 0 10px; width: 100%; height: auto; aspect-ratio: 70/32; overflow: hidden; border-radius: 8px; } 
 .install-wrap .review .best .cont li .view .thumb img { width:100%; height:100%; object-fit:cover; } 
 .install-wrap .review .best .cont li .view .tit { font-size: 18px; margin:0 0 10px; } 
 .install-wrap .review .best .cont li .view .txt { font-size: 14px; } 
 .install-wrap .review .best .cont li .view .txt.on { display:block; } 
 .install-wrap .review .best .cont li .view .act { font-size: 14px; } 
 .install-wrap .review .best .cont li .view .act:after { content:''; width: 14px; height: 8px; background:url("/img/ic_more_btn-0135e50bf1dc3fb047337277d3c0a84b.svg") no-repeat center / contain; } 
 .install-wrap .review .list { padding:40px 0; } 
 .install-wrap .review .list .head { margin: 0 0 30px; padding: 0 0 15px; font-size: 20px; } 
 .install-wrap .review .list .cont { } 
 .install-wrap .review .list .cont ul { } 
 .install-wrap .review .list .cont li { padding:24px 0; border-bottom:1px solid #eee; } 
 .install-wrap .review .list .cont li .flex { display:flex; gap:20px; } 
 .install-wrap .review .list .cont li .left { flex:1; } 
 .install-wrap .review .list .cont li .right { flex: 0 0 auto; max-width:100%; } 
 .install-wrap .review .list .cont li .user { gap: 10px; } 
 .install-wrap .review .list .cont li .user .icon { width: 50px; height: 50px; } 
 .install-wrap .review .list .cont li .user .info { flex:1; display: flex; flex-direction: column; justify-content: center; gap: 8px; } 
 .install-wrap .review .list .cont li .user .info .top { display:flex; gap:8px; width: 100%; align-items: center; } 
 .install-wrap .review .list .cont li .user .info .name { font-size: 16px; font-weight: 300; color: #7a818d; } 
 .install-wrap .review .list .cont li .user .info .date { font-size: 12px; } 
 .install-wrap .review .list .cont li .user .info .star { width:auto; height: 16px; background:url("/img/ic_star-75059c43b343ebcbb81ded6b60ec0376.svg") repeat-x left center / 18px 16px; } 
 .install-wrap .review .list .cont li .user .info .star.star-1 { width: 17px; } 
 .install-wrap .review .list .cont li .user .info .star.star-2 { width: 36px; } 
 .install-wrap .review .list .cont li .user .info .star.star-3 { width: 54px; } 
 .install-wrap .review .list .cont li .user .info .star.star-4 { width: 71px; } 
 .install-wrap .review .list .cont li .user .info .star.star-5 { width: 89px; } 
 .install-wrap .review .list .cont li .item { font-size: 12px; font-weight:300; color:#a3a3a3; } 
 .install-wrap .review .list .cont li .view { } 
 .install-wrap .review .list .cont li .view .tit { font-size: 18px; } 
 .install-wrap .review .list .cont li .view .txt { font-size: 14px; font-weight:300; color:#222; display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } 
 .install-wrap .review .list .cont li .view .txt.on { display:block; } 
 .install-wrap .review .list .cont li .view .act { font-size: 14px; } 
 .install-wrap .review .list .cont li .view .act:after { content:''; width: 14px; height: 8px; background:url("/img/ic_more_btn-0135e50bf1dc3fb047337277d3c0a84b.svg") no-repeat center / contain; } 
 .install-wrap .review .list .cont li .thumb { width: 100px; height: 100px; } 
 .install-wrap .review .list .cont li .thumb img { width:100%; height:100%; object-fit:cover; display:block; } 
 .install-wrap .review .more { margin:40px 0 0 0; display:flex; align-items:center; justify-content:center; } 
 .install-wrap .review .more a { height: 50px; font-size: 16px; } 
 .rocket-wrap.complete { padding: 100px 20px 60px; } 
 .rocket-wrap.complete .inner { width: 100%; } 
 .rocket-wrap.complete .complete-area .title { margin:0 0 40px; } 
 .rocket-wrap.complete .complete-area .title .sub { font-size:14px; } 
 .rocket-wrap.complete .complete-area .title .tit { font-size:28px; } 
 .rocket-wrap.complete .complete-area .desc { margin:0 0 30px; } 
 .rocket-wrap.complete .complete-area .desc p { font-size:16px; word-break:keep-all; } 
 .rocket-wrap.complete .complete-area .image { margin:0 0 30px; } 
 .rocket-wrap.complete .complete-area .bottom { font-size:14px; word-break:keep-all; } 
 #container .rocket-wrap { padding: 100px 0; } 
 #container .rocket-wrap .inner { width: 100%; } 
 #container .rocket-wrap .form .title { margin:0 0 30px; } 
 #container .rocket-wrap .form .title .sub { font-size:14px; } 
 #container .rocket-wrap .form .title .tit { font-size:24px; } 
 #container .rocket-wrap .form .notice { margin:0 0 30px; } 
 #container .rocket-wrap .form .notice .box { padding:20px; } 
 #container .rocket-wrap .form .notice .box p { font-size:14px; } 
 #container .rocket-wrap .form .notice .cite { margin:12px 0 0; font-size:12px; word-break:keep-all; } 
 #container .rocket-wrap .form .step .field { margin:0 0 20px; } 
 #container .rocket-wrap .form .step .field .label { margin:0 0 10px; font-size:16px; } 
 #container .rocket-wrap .form .step .field .input input { padding:0 20px; height:50px; font-size:14px; } 
 #container .rocket-wrap .form .step .field .select-group,
 #container .rocket-wrap .form .consult-fallback .field .select-group { gap:6px; } 
 #container .rocket-wrap .form .step .field .select-item .box,
 #container .rocket-wrap .form .consult-fallback .field .select-item .box { height:50px; padding:0 10px; gap:4px; flex-wrap:wrap; } 
 #container .rocket-wrap .form .step .field .select-item .box strong,
 #container .rocket-wrap .form .consult-fallback .field .select-item .box strong { font-size:14px; } 
 #container .rocket-wrap .form .step .field .select-item .box em,
 #container .rocket-wrap .form .consult-fallback .field .select-item .box em { font-size:12px; } 
 #container .rocket-wrap .form .consult-fallback .field .label { margin:0 0 10px; font-size:16px; } 
 #container .rocket-wrap .form #consultSizeGroup .select-item .box { padding:0 6px; } 
 #container .rocket-wrap .form #consultSizeGroup .select-item .box strong { font-size:12px; } 
 #container .rocket-wrap .form .btns { margin:30px 0 0; } 
 #container .rocket-wrap .form .btns .btn-submit { height:60px; font-size:16px; } 
 .support-wrap { padding: 0 0 60px; } 
 .support-wrap .faq { padding: 40px 20px; } 
 .support-wrap .faq .flex { flex-direction:column; gap:20px; } 
 .support-wrap .faq .cate { width:100%; } 
 .support-wrap .faq .cate ul { flex-direction:row; flex-wrap:wrap; gap:6px; } 
 .support-wrap .faq .cate li { flex:1 1 calc(33.33% - 4px); } 
 .support-wrap .faq .cate li a { justify-content:center; padding:0 10px; height:42px; font-size:14px; } 
 .support-wrap .faq .cate li a:after { display:none; } 
 .support-wrap .faq .list li .q { gap:10px; padding:16px 10px; } 
 .support-wrap .faq .list li .q .mark { font-size:16px; } 
 .support-wrap .faq .list li .q .tit { font-size:14px; word-break:keep-all; } 
 .support-wrap .faq .list li .q .arrow { width:18px; height:18px; } 
 .support-wrap .faq .list li .a { gap:10px; padding:16px 10px; } 
 .support-wrap .faq .list li .a .mark { font-size:16px; } 
 .support-wrap .faq .list li .a .txt { font-size:14px; word-break:keep-all; } 

 .support-wrap .notice { padding: 40px 20px; } 
 .support-wrap .notice .title { margin:0 0 20px; font-size:24px; } 
 .support-wrap .notice .board table { table-layout:auto; } 
 .support-wrap .notice .board thead { display:none; } 
 .support-wrap .notice .board tbody tr { display:flex; flex-wrap:wrap; gap:6px 10px; padding:16px 0; } 
 .support-wrap .notice .board tbody td { padding:0; font-size:14px; text-align:left; } 
 .support-wrap .notice .board tbody td.num { order:3; color:#7a818d; font-size:13px; } 
 .support-wrap .notice .board tbody td.cate { order:1; } 
 .support-wrap .notice .board tbody td.cate span { height:24px; font-size:12px; min-width:50px; } 
 .support-wrap .notice .board tbody td.subject { order:2; width:100%; font-size:16px; font-weight:500; } 
 .support-wrap .notice .board tbody td.writer { order:4; font-size:13px; color:#7a818d; } 
 .support-wrap .notice .board tbody td.date { order:5; font-size:13px; color:#7a818d; margin-left:auto; } 
 .support-wrap .notice .paging { margin:30px 0 0; gap:2px; } 
 .support-wrap .notice .paging a { min-width:32px; height:32px; padding:0 6px; font-size:14px; } 
 .support-wrap .notice .paging a.prev,
 .support-wrap .notice .paging a.next { padding:0 8px; } 
 .support-wrap .notice .paging a.num:nth-of-type(n+6):not(.on) { display:none; } 
 .support-wrap .notice-view { padding: 40px 20px; } 
 .support-wrap .notice-view .title { margin:0 0 20px; font-size:24px; } 
 .support-wrap .notice-view .view .head { padding:20px 16px; } 
 .support-wrap .notice-view .view .head .cate { margin:0 0 10px; } 
 .support-wrap .notice-view .view .head .cate span { height:24px; font-size:12px; min-width:50px; } 
 .support-wrap .notice-view .view .head .subject { margin:0 0 16px; font-size:18px; } 
 .support-wrap .notice-view .view .head .meta { gap:6px 16px; } 
 .support-wrap .notice-view .view .head .meta dt { font-size:13px; } 
 .support-wrap .notice-view .view .head .meta dd { font-size:13px; } 
 .support-wrap .notice-view .view .body { padding:24px 16px; min-height:200px; } 
 .support-wrap .notice-view .view .body p { font-size:14px; word-break:keep-all; } 
 .support-wrap .notice-view .view .body .img { margin:16px 0; } 
 .support-wrap .notice-view .view .file { padding:16px; } 
 .support-wrap .notice-view .view .file dl { flex-direction:column; gap:10px; } 
 .support-wrap .notice-view .view .file dt { font-size:14px; padding:0; } 
 .support-wrap .notice-view .view .file dd a { font-size:13px; padding:4px 0; } 
 .support-wrap .notice-view .view .file dd a em { font-size:12px; } 
 .support-wrap .notice-view .nav-page { margin:30px 0 0; } 
 .support-wrap .notice-view .nav-page dl { gap:12px; padding:14px 16px; } 
 .support-wrap .notice-view .nav-page dt { width:auto; font-size:13px; } 
 .support-wrap .notice-view .nav-page dd a { font-size:14px; } 
 .support-wrap .notice-view .btns { margin:30px 0 0; } 
 .support-wrap .notice-view .btns .btn-list { padding:0 40px; height:50px; font-size:16px; } 


 .support-wrap .notice-write { padding: 40px 20px; } 
 .support-wrap .notice-write .title { margin:0 0 20px; font-size:24px; } 
 .support-wrap .notice-write .write .row { flex-direction:column; gap:10px; padding:20px 16px; } 
 .support-wrap .notice-write .write .row .label { width:auto; padding:0; font-size:14px; } 
 .support-wrap .notice-write .write .row .field select { width:100%; height:46px; font-size:14px; } 
 .support-wrap .notice-write .write .row .field input[type="text"] { height:46px; font-size:14px; } 
 .support-wrap .notice-write .write .row .field textarea { min-height:240px; font-size:14px; } 
 .support-wrap .notice-write .write .row .field .count { font-size:12px; } 
 .support-wrap .notice-write .write .row .field .chks { gap:8px 16px; padding:6px 0; } 
 .support-wrap .notice-write .write .row .field .chk span { font-size:14px; } 
 .support-wrap .notice-write .write .row .field .file-btn { height:38px; padding:0 14px; font-size:13px; } 
 .support-wrap .notice-write .write .row .field .file-desc { font-size:12px; word-break:keep-all; } 
 .support-wrap .notice-write .write .row .field .file-list li { padding:8px 12px; } 
 .support-wrap .notice-write .write .row .field .file-list li .name { font-size:13px; } 
 .support-wrap .notice-write .write .row .field .file-list li .size { font-size:12px; } 
 .support-wrap .notice-write .btns { margin:30px 0 0; } 
 .support-wrap .notice-write .btns .btn-cancel { padding:0 30px; height:50px; font-size:16px; } 
 .support-wrap .notice-write .btns .btn-submit { padding:0 40px; height:50px; font-size:16px; } 

 .support-wrap .location { padding: 40px 20px; } 
 .support-wrap .location .title { margin:0 0 20px; font-size:24px; } 
 .support-wrap .location .map { margin:0 0 30px; height:300px; border-radius:8px; } 
 .support-wrap .location .info { gap:10px; } 
 .support-wrap .location .info dl { gap:16px; } 
 .support-wrap .location .info dt { width:50px; font-size:14px; } 
 .support-wrap .location .info dd { font-size:14px; word-break:keep-all; } 


 #container .paging { margin:30px 0 0; gap:2px; } 
 #container .paging a { min-width:32px; height:32px; padding:0 6px; font-size:14px; } 
 #container .notice .paging a.prev,
 #container .paging a.next { padding:0 8px; } 
 #container .paging a.num:nth-of-type(n+6):not(.on) { display:none; } 
 }


/* 시공후기 form */
.install-wrap .review-write { padding:80px 0; } 
.install-wrap .review-write .title { margin:0 0 40px; line-height:1.1; font-size:40px; font-weight:700; color:#222; } 
.install-wrap .review-write .section { margin:0 0 40px; } 
.install-wrap .review-write .section:last-of-type { margin:0; } 
.install-wrap .review-write .section .section-head { display:flex; align-items:center; gap:14px; margin:0 0 16px; padding:0 0 16px; border-bottom:2px solid var(--main-color); } 
.install-wrap .review-write .section .section-head .num { display:flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:50%; background:var(--main-color); line-height:1; font-size:15px; font-weight:700; color:#fff; } 
.install-wrap .review-write .section .section-head .tit { line-height:1.1; font-size:24px; font-weight:700; color:#222; } 
.install-wrap .review-write .write { } 
.install-wrap .review-write .write .row { display:flex; align-items:flex-start; gap:30px; padding:24px 30px; border-bottom:1px solid #eee; } 
.install-wrap .review-write .write .row:first-child { border-top:1px solid #eee; } 
.install-wrap .review-write .write .row .label { flex:0 0 auto; width:140px; padding:14px 0; line-height:1.1; font-size:17px; font-weight:600; color:#222; } 
.install-wrap .review-write .write .row .label em { color:#ff4a4a; font-weight:600; } 
.install-wrap .review-write .write .row .field { flex:1; min-width:0; position:relative; } 
.install-wrap .review-write .write .row .field input[type="text"],
.install-wrap .review-write .write .row .field input[type="number"] { padding:0 16px; width:100%; height:50px; border-radius:8px; border:1px solid #bdc0c6; font-size:16px; font-weight:300; color:#222; } 
.install-wrap .review-write .write .row .field input[type="text"]:focus,
.install-wrap .review-write .write .row .field input[type="number"]:focus { border-color:var(--main-color); outline:none; } 
.install-wrap .review-write .write .row .field select { padding:0 40px 0 16px; width:100%; height:50px; border-radius:8px; border:1px solid #bdc0c6; background:#fff url("/img/arrow-dc657800bf37a826d594dfa6b9532877.svg") no-repeat right 16px center / 8px 14px; font-size:16px; font-weight:300; color:#222; appearance:none; -webkit-appearance:none; cursor:pointer; } 
.install-wrap .review-write .write .row .field select:focus { border-color:var(--main-color); outline:none; } 
.install-wrap .review-write .write .row .field textarea { padding:16px; width:100%; min-height:300px; border-radius:8px; border:1px solid #bdc0c6; font-size:16px; font-weight:300; color:#222; line-height:1.6; resize:vertical; font-family:inherit; } 
.install-wrap .review-write .write .row .field textarea:focus { border-color:var(--main-color); outline:none; } 
.install-wrap .review-write .write .row .field .select-group { display:flex; gap:10px; } 
.install-wrap .review-write .write .row .field .select-group select { flex:1; } 
.install-wrap .review-write .write .row .field .input-with-unit { position:relative; display:inline-block; width:240px; max-width:100%; } 
.install-wrap .review-write .write .row .field .input-with-unit input { padding-right:40px; } 
.install-wrap .review-write .write .row .field .input-with-unit .unit { position:absolute; top:50%; right:16px; transform:translateY(-50%); line-height:1.1; font-size:16px; font-weight:500; color:#596170; pointer-events:none; } 
.install-wrap .review-write .write .row .field .input-date { width:240px; max-width:100%; background:#fff url("/img/calendar-9e4711a22a3c82d6e7448859d88df1e5.svg") no-repeat right 16px center / 18px; cursor:pointer; } 
.install-wrap .review-write .write .row .field .count { margin:8px 0 0; text-align:right; line-height:1.1; font-size:13px; color:#7a818d; } 
.install-wrap .review-write .write .row .field .count .now { color:var(--main-color); font-weight:600; } 
.install-wrap .review-write .write .row .field .chks { display:flex; flex-direction:column; gap:14px; padding:10px 0; } 
.install-wrap .review-write .write .row .field .chk { display:flex; align-items:flex-start; gap:8px; cursor:pointer; } 
.install-wrap .review-write .write .row .field .chk input { display:none; } 
.install-wrap .review-write .write .row .field .chk i { flex:0 0 auto; width:20px; height:20px; margin-top:2px; border-radius:4px; border:1px solid #bdc0c6; background:#fff; transition:all 0.2s; } 
.install-wrap .review-write .write .row .field .chk input:checked ~ i { background:var(--main-color) url("/img/ic_chk_white-325c0973a1ec8edd321da44fe9a667e1.svg") no-repeat center / 12px; border-color:var(--main-color); } 
.install-wrap .review-write .write .row .field .chk span { display:flex; flex-direction:column; gap:4px; line-height:1.4; font-size:16px; font-weight:500; color:#222; } 
.install-wrap .review-write .write .row .field .chk span em { line-height:1.3; font-size:13px; font-weight:300; color:#7a818d; } 
.install-wrap .review-write .write .row .field .file-wrap { display:flex; align-items:center; gap:16px; flex-wrap:wrap; } 
.install-wrap .review-write .write .row .field .file-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:0 20px; height:42px; border-radius:8px; border:1px solid var(--main-color); background:#fff; line-height:1.1; font-size:15px; font-weight:500; color:var(--main-color); cursor:pointer; transition:all 0.2s; } 
.install-wrap .review-write .write .row .field .file-btn:hover { background:#f4f8ff; } 
.install-wrap .review-write .write .row .field .file-btn:before { content:''; width:16px; height:16px; background:url("/img/ic_file-66a18721c92b1ac2e70043df71380412.svg") no-repeat center / contain; } 
.install-wrap .review-write .write .row .field .file-btn input { display:none; } 
.install-wrap .review-write .write .row .field .file-desc { line-height:1.4; font-size:13px; font-weight:300; color:#7a818d; } 
.install-wrap .review-write .write .row .field .file-desc .gallery-count { color:var(--main-color); font-weight:600; } 
.install-wrap .review-write .write .row .field .thumb-preview { margin:16px 0 0; } 
.install-wrap .review-write .write .row .field .thumb-preview .thumb-item { position:relative; display:inline-block; width:200px; height:200px; border-radius:8px; overflow:hidden; border:1px solid #eee; } 
.install-wrap .review-write .write .row .field .thumb-preview .thumb-item img { display:block; width:100%; height:100%; object-fit:cover; } 
.install-wrap .review-write .write .row .field .thumb-preview .thumb-item .remove { position:absolute; top:8px; right:8px; width:28px; height:28px; border-radius:50%; background:rgb(0 0 0 / 60%) url("/img/ic_close-8b675018d71af746f8165f15fc2b8d3f.svg") no-repeat center / 12px; font-size:0; color:transparent; cursor:pointer; transition:all 0.2s; } 
.install-wrap .review-write .write .row .field .thumb-preview .thumb-item .remove:hover { background-color:rgb(0 0 0 / 80%); } 
.install-wrap .review-write .write .row .field .gallery-list { margin:16px 0 0; display:grid; grid-template-columns:repeat(5,1fr); gap:12px; } 
.install-wrap .review-write .write .row .field .gallery-list li { position:relative; border-radius:8px; overflow:hidden; border:1px solid #eee; } 
.install-wrap .review-write .write .row .field .gallery-list li .thumb { width:100%; aspect-ratio:1/1; } 
.install-wrap .review-write .write .row .field .gallery-list li .thumb img { display:block; width:100%; height:100%; object-fit:cover; } 
.install-wrap .review-write .write .row .field .gallery-list li .name { padding:6px 8px; line-height:1.3; font-size:12px; font-weight:300; color:#7a818d; background:#f5f6f8; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } 
.install-wrap .review-write .write .row .field .gallery-list li .remove { position:absolute; top:6px; right:6px; width:24px; height:24px; border-radius:50%; background:rgb(0 0 0 / 60%) url("/img/ic_close-8b675018d71af746f8165f15fc2b8d3f.svg") no-repeat center / 10px; font-size:0; color:transparent; cursor:pointer; transition:all 0.2s; } 
.install-wrap .review-write .write .row .field .gallery-list li .remove:hover { background-color:rgb(0 0 0 / 80%); } 
.install-wrap .review-write .btns { margin:60px 0 0; display:flex; align-items:center; justify-content:center; gap:10px; } 
.install-wrap .review-write .btns .btn-cancel { display:flex; align-items:center; justify-content:center; padding:0 40px; height:60px; border-radius:8px; border:1px solid #bdc0c6; background:#fff; line-height:1.1; font-size:18px; font-weight:500; color:#596170; } 
.install-wrap .review-write .btns .btn-cancel:hover { background:#f5f6f8; } 
.install-wrap .review-write .btns .btn-submit { display:flex; align-items:center; justify-content:center; padding:0 60px; height:60px; border-radius:8px; background:var(--main-color); line-height:1.1; font-size:18px; font-weight:500; color:#fff; box-shadow: 0 10px 10px var(--shadow-color); cursor:pointer; } 
.install-wrap .review-write .write .row .field .rating { display:flex; align-items:center; gap:16px; padding:10px 0; } 
.install-wrap .review-write .write .row .field .rating .stars { display:flex; gap:4px; } 
.install-wrap .review-write .write .row .field .rating .star { position:relative; display:flex; width:36px; height:36px; background:url("/img/ic_star_off-83c2f172857b719bc10a0eff925c7981.svg") no-repeat center / contain; } 
.install-wrap .review-write .write .row .field .rating .star.full-on { background-image:url("/img/ic_star_on-169f9264216f28a3f32ca713ffa37a6e.svg"); } 
.install-wrap .review-write .write .row .field .rating .star.half-on { background-image:url("/img/ic_star_half-30f1b8952cfd5d0eda56df8da3014018.svg"); } 
.install-wrap .review-write .write .row .field .rating .star button { flex:1; width:50%; height:100%; background:transparent; border:0; cursor:pointer; padding:0; font-size:0; color:transparent; } 
.install-wrap .review-write .write .row .field .rating .score { display:flex; align-items:baseline; gap:4px; line-height:1.1; } 
.install-wrap .review-write .write .row .field .rating .score .now { font-size:24px; font-weight:700; color:var(--main-color); } 
.install-wrap .review-write .write .row .field .rating .score em { font-size:16px; font-weight:300; color:#7a818d; } 

@media (max-width:1024px){
 .install-wrap .review-write { padding: 40px 20px; } 
 .install-wrap .review-write .title { margin:0 0 20px; font-size:24px; } 
 .install-wrap .review-write .section { margin:0 0 30px; } 
 .install-wrap .review-write .section .section-head { gap:10px; margin:0 0 12px; padding:0 0 12px; } 
 .install-wrap .review-write .section .section-head .num { width:28px; height:28px; font-size:13px; } 
 .install-wrap .review-write .section .section-head .tit { font-size:18px; } 
 .install-wrap .review-write .write .row { flex-direction:column; gap:10px; padding:16px 0; } 
 .install-wrap .review-write .write .row .label { width:auto; padding:0; font-size:14px; } 
 .install-wrap .review-write .write .row .field input[type="text"],
 .install-wrap .review-write .write .row .field input[type="number"] { height:46px; font-size:14px; } 
 .install-wrap .review-write .write .row .field select { height:46px; font-size:14px; } 
 .install-wrap .review-write .write .row .field textarea { min-height:200px; font-size:14px; } 
 .install-wrap .review-write .write .row .field .select-group { flex-direction:column; gap:6px; } 
 .install-wrap .review-write .write .row .field .input-with-unit { width:100%; } 
 .install-wrap .review-write .write .row .field .input-date { width:100%; } 
 .install-wrap .review-write .write .row .field .count { font-size:12px; } 
 .install-wrap .review-write .write .row .field .chks { gap:10px; } 
 .install-wrap .review-write .write .row .field .chk span { font-size:14px; } 
 .install-wrap .review-write .write .row .field .chk span em { font-size:12px; } 
 .install-wrap .review-write .write .row .field .file-btn { height:38px; padding:0 14px; font-size:13px; } 
 .install-wrap .review-write .write .row .field .file-desc { font-size:12px; word-break:keep-all; } 
 .install-wrap .review-write .write .row .field .thumb-preview .thumb-item { width:140px; height:140px; } 
 .install-wrap .review-write .write .row .field .gallery-list { grid-template-columns:repeat(3,1fr); gap:8px; } 
 .install-wrap .review-write .write .row .field .gallery-list li .name { font-size:11px; padding:4px 6px; } 
 .install-wrap .review-write .btns { margin:40px 0 0; } 
 .install-wrap .review-write .btns .btn-cancel { padding:0 30px; height:50px; font-size:16px; } 
 .install-wrap .review-write .btns .btn-submit { padding:0 40px; height:50px; font-size:16px; } 
 .install-wrap .review-write .write .row .field .rating { gap:12px; padding:6px 0; } 
 .install-wrap .review-write .write .row .field .rating .stars { gap:2px; } 
 .install-wrap .review-write .write .row .field .rating .star { width:32px; height:32px; } 
 .install-wrap .review-write .write .row .field .rating .score .now { font-size:20px; } 
 .install-wrap .review-write .write .row .field .rating .score em { font-size:14px; } 
 
 .install-wrap .review .best .cont li .view .gallery .gallery-item .more-overlay span { font-size:24px; } 
 .install-wrap .review .list .cont li .view .gallery { max-width:none; } 
 .install-wrap .review .list .cont li .view .gallery .gallery-item .more-overlay span { font-size:22px; } 

 .lightbox .lightbox-close { top:16px; right:16px; width:40px; height:40px; } 
 .lightbox .lightbox-prev,
 .lightbox .lightbox-next { width:40px; height:40px; } 
 .lightbox .lightbox-prev { left:10px; } 
 .lightbox .lightbox-next { right:10px; } 
 .lightbox .lightbox-prev:before,
 .lightbox .lightbox-next:before { width:10px; height:10px; } 
 .lightbox .lightbox-inner { gap:14px; } 
 .lightbox .lightbox-count { font-size:14px; } 
 .lightbox .lightbox-thumbs { bottom:16px; padding:8px; gap:6px; } 
 .lightbox .lightbox-thumbs .thumb-item { width:48px; height:48px; } 
 .floating-bottom a .text { font-size: 16px; } 
 }

 
 /* 20260625 추가 */
 
.consultation { position: relative; padding: 100px 0 80px; } 
.consultation .inner { width:600px !important; } 
.consultation .header { margin:0 0 20px; } 
.consultation .header .title { margin:0 0 1%; text-align:center; } 
.consultation .header .title .tit { line-height:1.4; font-size:clamp(20px, 2.5vw, 27px); font-weight:600; color:#121316; } 
.consultation .header .title .txt { margin:8px 0 0 0; line-height:1.4; font-size:16px; font-weight:400; color:#999; } 
.consultation .header .option { padding:12px 24px; border-radius:100px; background:#F9FAFE; border:1px solid #4262e6; width: fit-content; margin: 0 auto; } 
.consultation .header .option .head { display:flex; align-items:center; justify-content:center; } 
.consultation .header .option .head .icon { flex:0 0 auto; margin:0 10px 0 0; width: 20px; height: 20px; background:url("/img/chk-11585254dc4ff9cc9da5bff6cbc93c08.svg") no-repeat center / contain; } 
.consultation .header .option .head .name { font-size:16px; font-weight:400; color:#596170; } 
.consultation .header .option .head .area { position:relative; margin:0 0 0 16px; padding:0 0 0 16px; font-size:16px; font-weight:400; color:#596170; } 
.consultation .header .option .head .area:Before { content:''; position:absolute; top:50%; left:0; transform:translateY(-50%); width:1px; height:15px; background: #bdc0c6; } 
.consultation .header .option .list { } 
.consultation .header .option .list ul { display: grid; grid-template-columns: repeat(3, 1fr); gap:10px; width: 300px; max-width: 100%; margin: 0 auto; } 
.consultation .header .option .list li { display: flex; align-items: center; justify-content: center; width: 92px; gap: 4px; font-size:16px; color:#596170; } 
.consultation .header .option .list li .tit { font-weight:700; } 
.consultation .header .option .list li .num { font-weight:400; } 
.consultation .content { } 
.consultation .form { } 
.consultation .form dl { margin:0 0 10px; } 
.consultation.estimate .form dl { margin:0 0 40px; } 
.consultation .form dl dt { margin:0 0 10px; line-height:1.4; font-size: clamp(15px, 2.5vw, 20px); font-weight:600; color:#596170; } 
.consultation.estimate .form dl dt { margin:0 0 10px; } 
.consultation .form dl dd { display:flex; flex-direction: column; gap:8px; } 
.consultation .form dl dd.estimate-detail { flex-direction: row; gap: 20px; } 
.consultation .form dl dd.estimate-detail > div { display: flex; flex-direction: column; align-items: center; gap: 10px; } 
.consultation .form dl dd.estimate-detail > div span { display: flex; padding: 4px 10px; border-radius: 12px; font-size: 20px; font-weight: 500; color: #FFF; box-sizing: border-box; line-height: 30px; } 
.consultation .form dl dd.estimate-detail > div:first-child span { background: #596170; } 
.consultation .form dl dd.estimate-detail > div:last-child span { background: #3E6EF8; } 
.consultation .form dl dd .check { display:flex; gap:10px; } 
.consultation .form dl dd .check .checkbox { flex:1; cursor:pointer; } 
.consultation .form dl dd .check .checkbox input { display:none; } 
.consultation .form dl dd .check .checkbox input ~ .box { display:flex; align-items:center; justify-content:center; border-radius:8px; border:1px solid #dedfe2; height:45px; gap:10px; background:#fff } 
.consultation .form dl dd .check .checkbox input ~ .box .txt-1 { font-size:18px; font-weight:600; color:#474e5a; } 
.consultation .form dl dd .check .checkbox input ~ .box .txt-2 { font-size:16px; font-weight:400; color:#999; } 
.consultation .form dl dd .check .checkbox input:checked ~ .box { border:1px solid #4262E6; } 
.consultation .form dl dd .check .checkbox input:checked ~ .box .txt-1 { color:#4262E6; } 
.consultation .form dl dd .check .checkbox input:checked ~ .box .txt-2 { color:#4262E6; } 
.consultation .form dl dd .input { } 
.consultation .form dl dd .input input { display:block; padding:0 16px; width:100%; height:54px; border-radius:12px; border:1px solid #dedfe2; font-size:16px; color:#121316; background:#fff; appearance: none; -webkit-appearance: none; -moz-appearance: none; } 
.consultation .form dl dd .input input:disabled { background:#fafafa !important; color:#bdc0c6 !important; border-color: #dedfe2 !important; } 
.consultation .form dl dd .input input:disabled:placeholder { color:#bdc0c6 !important; } 
.consultation .form dl dd .input input.datepicker { background:#fff url("/img/calendar-9e4711a22a3c82d6e7448859d88df1e5.svg") no-repeat right 32px center / 24px; } 
.consultation .form dl dd .input input.search { background:#fff url("/img/search-3e132eb2f94b7e9698bb89070441216d.svg") no-repeat right 32px center / 24px; } 
.consultation .form dl dd .input input.datepicker::-webkit-calendar-picker-indicator { opacity: 0; display: none; } 
.consultation .form dl dd .input input.datepicker::-webkit-inner-spin-button,
.consultation .form dl dd .input input.datepicker::-webkit-clear-button { display: none; } 
.consultation .form dl dd .input input:focus { border-color:#4262E6 !important; } 
.consultation .form dl dd .select { } 
.consultation .form dl dd .select select { display:block; padding:0 16px; width:100%; height:54px; border-radius:12px; border:1px solid #dedfe2; font-size:16px; color:#121316; background:#fff url("/img/dropdown-f9e54de0a57504e362fd414fc23a86fa.svg") no-repeat right 32px center / 24px; } 
.consultation .form dl dd .textarea { } 
.consultation .form dl dd .textarea textarea { display:block; padding:16px 16px; width:100%; height:160px; border-radius:12px; border:1px solid #dedfe2; font-size:16px; color:#121316; background:#fff; } 
.consultation .agree { display:flex; align-items:center; gap:4px; height: 36px; } 
.consultation .agree label { display:flex; align-items:center; cursor:pointer; } 
.consultation .agree label input { display:none; } 
.consultation .agree label input ~ i { flex:0 0 auto; margin:0 8px 0 0; width:20px; height:20px; background:url("/img/checkbox-2f72c24aecb4855c6f125c0581c520bb.svg") no-repeat center / contain; } 
.consultation .agree label input ~ em { margin:0 4px 0 0; font-size:18px; font-weight:600; color:#4262e6; } 
.consultation .agree label input ~ span { font-size:18px; font-weight:400; color:#596170; } 
.consultation .agree label input:checked ~ i { background:url("/img/checkbox_on-60f8ca4c9729d1cfd534a5c47cbc0e2d.svg") no-repeat center / contain; } 
.consultation .agree a { font-size:14px; font-weight:400; color:#556ccc; } 
.consultation .agree a:hover { text-decoration:underline; } 
.consultation .privacy { line-height:1.4; font-size:14px; font-weight:400; color:#596170; } 
.consultation .button { margin: 8px 0 0 0; display:flex; align-items:center; justify-content:center; } 
.consultation .button button { display:flex; align-items:center; justify-content:center; width:100%; height:54px; border-radius:8px; background:#2a47bf; font-size:20px; font-weight:600; color:#fff; } 
.consultation .info { margin:20px 0 0 0; padding: 32px; border-radius:12px; background:#f9fafe; text-align:center; } 
.consultation.estimate .info { padding: 0; } 
.consultation .info .tit { margin:0 0 10px; line-height:1.4; font-size:15px; font-weight:600; color:#596170; } 
.consultation .info .txt { display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:20px; } 
.consultation .info .txt p { display:flex; align-items:center; gap:4px; font-size:14px; font-weight:400; color:#596170; } 
.consultation .info .txt p:before { content:''; width: 20px; height: 20px; flex: 0 0 auto; background:url("/img/chk-11585254dc4ff9cc9da5bff6cbc93c08.svg") no-repeat center / contain; } 
.consultation .info.info-02 { width: 100%; margin:10px 0 0 0; padding:0px; border-radius:0px; background:transparent; text-align:center; } 
.consultation .info.info-02 .txt p { display:flex; align-items:center; font-size:14px; font-weight:400; color:#596170; display: flex; padding: 6px 12px; gap: 10px; border-radius: 99px; border: 1px solid var(--primary-300, #4262E6); background: var(--wh-100, #FFF); } 
.consultation .header.init { transform:translateY(100px); opacity:0; transition: all 1s; } 
.consultation .header.init.animated { transform:translateY(0); opacity:1; } 
.consultation .content.init { transform:translateY(100px); opacity:0; transition: all 1s; } 
.consultation .content.init.animated { transform:translateY(0); opacity:1; } 
.consultation.estimate .form dl dt { text-align: center; } 
.consultation.estimate .form dl dt.term { display: flex; flex-direction: column; gap: 4px; margin: 0; } 
.consultation.estimate .form dl dt.term .term-title { font-size: 20px; line-height: 28px; } 
.consultation.estimate .form dl dt.term .term-text { font-size: 14px; line-height: 20px; } 
.banner { margin: 0; } 
.banner a { position:relative; display:flex; align-items:center; justify-content:center; gap:18px; width:100%; min-height:68px; padding:0 28px; color:#fff; text-decoration:none; overflow:hidden; background:linear-gradient(90deg, #2950f2,#4d6dff,#213ec7,#4d6dff,#2950f2); background-size:250% 100%; animation:gradientFlow 8s infinite; box-shadow:0 6px 20px #2950f21f } 
.banner a::after { content:""; position:absolute; inset:0; border-top:1px solid #ffffff1f; border-bottom:1px solid #ffffff0f; pointer-events:none } 
.banner a:hover { animation-duration:5s } 
.banner a:hover .arrow i { animation-duration:1.4s } 
.banner a .text { position:relative; z-index:2; font-size:22px; font-weight:600; letter-spacing:-.02em; white-space:nowrap } 
.banner a .arrow { position:relative; z-index:2; display:flex; align-items:center; gap:6px } 
.banner a .arrow i { display:block; width:9px; height:9px; border-top:2px solid #fff; border-right:2px solid #fff; opacity:.25; animation:arrowFade 2.2s ease-in-out infinite } 
.banner a .arrow.left i { transform:rotate(225deg) } 
.banner a .arrow.right i { transform:rotate(45deg) } 
.banner a .arrow i:nth-child(2) { animation-delay:.2s } 
.banner a .arrow i:nth-child(3) { animation-delay:.4s } 
.estimate .price-wrap { display: flex; padding: 40px 24px; flex-direction: column; gap: 20px; border-radius: 12px; border: 1px solid var(--gray-100, #DEDFE2); background: #FFF; } 
.estimate .price-wrap .price .txt { display: flex; justify-content: center; align-items: center; gap: 4px; align-self: stretch; } 
 .estimate .price-wrap .price .txt h1 { color: var(--primary-500, #2A47BF); text-align: center; font-size: clamp(24px, 2.5vw, 36px); font-weight: 600; line-height: 140%; letter-spacing: -1.44px; } 
 .estimate .price-wrap .price .txt p { color: var(--gray-500, #596170); text-align: center; font-size: clamp(14px, 2.5vw, 20px); font-weight: 600; line-height: 140%; letter-spacing: -0.8px; } 
.estimate .price-wrap .price .bar { display: flex; align-items: flex-start; flex: 1 0 0; border-radius: 99px; overflow: hidden; } 
 .estimate .price-wrap .price .bar .a-bar { display: flex; height: 20px; padding: 4px 12px; align-items: center; gap: 10px; color: #fff; font-size: 13px; flex: 1 0 0; background: linear-gradient(90deg, #4262E6 0%, #3051DA 100%); } 
 .estimate .price-wrap .price .bar .b-bar { display: flex; height: 20px; padding: 4px 12px; justify-content: flex-end; align-items: center; gap: 10px; flex: 1 0 0; background: linear-gradient(90deg, #3051DA 0%, #006ADB 100%); color: #fff; font-size: 13px; } 
 .estimate .price-wrap .brand { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } 
 .estimate .price-wrap .brand .item { display: flex; gap: 10px; padding: 24px; justify-content: space-between; align-items: center; border-radius: 12px; border: 1px solid #DEDFE2; background: #FFF; } 
 .estimate .price-wrap .brand .item .logo { max-width: 120px; } 
 .estimate .price-wrap .brand .item img { width: 100%; } 
.estimate .price-wrap .brand .txt { display: flex; justify-content: flex-start; align-items: center; gap: 4px; width: 82px; } 
.estimate .price-wrap .brand .txt h1 { color: var(--primary-500, #2A47BF); text-align: center; font-size: clamp(18px, 2.5vw, 20px); font-weight: 600; line-height: 1; } 
.estimate .price-wrap .brand .txt p { color: var(--gray-500, #596170); text-align: center; font-size: 16px; font-weight: 300; line-height: 1; } 
 .brand.brand-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 20px 0 0; padding: 0 25px; box-sizing: border-box; } 
 .brand.brand-wrap .item { display: flex; gap: 10px; padding: 24px; justify-content: space-between; align-items: center; border-radius: 12px; border: 1px solid #DEDFE2; background: #FFF; } 
 .brand.brand-wrap .item .logo { max-width: 120px; } 
 .brand.brand-wrap .item img { width: 100%; } 
.brand.brand-wrap .txt { display: flex; justify-content: flex-start; align-items: center; gap: 4px; width: 82px; } 
.brand.brand-wrap .txt h1 { color: var(--primary-500, #2A47BF); text-align: center; font-size: clamp(18px, 2.5vw, 20px); font-weight: 600; line-height: 1; } 
.brand.brand-wrap .txt p { color: var(--gray-500, #596170); text-align: center; font-size: 16px; font-weight: 300; line-height: 1; } 
 .estimate .benefit { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } 
 .estimate .benefit .item { display: flex; padding: 40px 20px; border-radius: 12px; background: #F9FAFE; align-items: center; justify-content: center; } 
 .estimate .benefit .item p { color: var(--gray-600, #474E5A); font-size: clamp(14px, 2.5vw, 16px); font-weight: 600; line-height: 150%; letter-spacing: -0.8px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; } 
.estimate .benefit .item p::before { content:''; width: 20px; height: 20px; flex: 0 0 auto; background:url("/img/chk-11585254dc4ff9cc9da5bff6cbc93c08.svg") no-repeat center / contain; } 

.consultation .benefit { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } 
.consultation .benefit .item { display: flex; padding: 40px 20px; border-radius: 12px; background: #F9FAFE; align-items: center; justify-content: center; } 
.consultation .benefit .item p { color: var(--gray-600, #474E5A); font-size: clamp(14px, 2.5vw, 16px); font-weight: 600; line-height: 150%; letter-spacing: -0.8px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; } 
.consultation .benefit .item p::before { content:''; width: 20px; height: 20px; flex: 0 0 auto; background:url("/img/chk-11585254dc4ff9cc9da5bff6cbc93c08.svg") no-repeat center / contain; } 
.text-center { text-align: center !important; } 


.brand-img { margin: 40px 0; width: 100%; } 
.brand-img img { width: 100%; } 
.consultation .form dl .title h2 { color: var(--gray-900, #121316); text-align: center; font-size:clamp(22px, 2.5vw, 30px); font-weight: 600; line-height: 140%; /* 42px */
 letter-spacing: -1.2px; } 
.consultation .form dl .title span { color: var(--gray-300, #999); text-align: center; font-size: clamp(14px, 2.5vw, 16px); font-weight: 400; line-height: 140%; /* 22.4px */
 letter-spacing: -0.64px; } 
.consultation .form dl .title { display: flex; flex-direction: column; align-items: center; gap: 10px; } 
 .complete-area .contents { display: flex; flex-direction: column; align-items: center; gap: 20px; } 
.complete-area .contents .notice { display: flex; flex-direction: column; align-items: center; gap: 10px; } 
.complete-area .contents .notice p { color: var(--gray-900, #121316); text-align: center; font-size:clamp(16px, 2.5vw, 24px); font-weight: 600; line-height: 140%; /* 33.6px */
letter-spacing: -0.96px; display: flex; align-items: center; gap: 4px; } 
.complete-area .contents .notice span { color: var(--gray-500, #596170); font-size: 14px; font-weight: 500; line-height: 140%; /* 19.6px */
 letter-spacing: -0.56px; } 


 .complete-area .contents .receipt { display: flex; padding: 24px; flex-direction: column; align-items: flex-start; gap: 16px; align-self: stretch; border-radius: 12px; background: #FFF; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.10); width: 100%; } 
 .complete-area .contents .receipt .receipt-head .tit { color: var(--gray-900, #121316); font-size:clamp(16px, 2.5vw, 20px); font-weight: 600; line-height: 140%; /* 28px */
 letter-spacing: -0.8px; } 
 .complete-area .contents .receipt .receipt-info { width: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; } 
 .complete-area .contents .receipt .receipt-info .row { display: flex; align-items: center; gap: 10px; width: 100%; } 
 .complete-area .contents .receipt .receipt-info .row dt { color: var(--gray-500, #596170); width: 100%; font-size: 16px; font-weight: 300; line-height: 140%; /* 22.4px */
 letter-spacing: -0.64px; } 
 .complete-area .contents .receipt .receipt-info .row dd { color: var(--gray-900, #121316); width: 100%; text-align: right; font-size: 16px; font-weight: 400; line-height: 140%; /* 22.4px */
 letter-spacing: -0.64px; } 
 .complete-area .contents .progress { display: flex; width: 100%; flex-direction: column; align-items: flex-start; gap: 10px; } 
 .complete-area .contents .progress li { display: flex; padding: 4px 20px; align-items: center; gap: 10px; } 
 .complete-area .contents .progress li::before { content: ""; display: flex; width: 24px; height: 24px; background: url(/img/check_circle-0d358fadb98507b11e8c909667e25ecd.svg) no-repeat center center / contain; } 
 .complete-area .contents .tel { display: flex; width: 100%; padding: 40px 0; flex-direction: column; align-items: center; gap: 20px; border-radius: 12px; background: var(--primary-100, #F9FAFE); } 
 .complete-area .contents .tel .ico { width: 60px; height: 60px; } 
 .complete-area .contents .tel img { width: 100%; } 
 .complete-area .contents .tel .txt { color: var(--gray-900, #121316); text-align: center; font-size: 16px; font-weight: 300; line-height: 140%; /* 22.4px */
 letter-spacing: -0.64px; } 
 .complete-area .contents .tel .num { color: var(--gray-900, #121316); text-align: center; font-size:clamp(16px, 2.5vw, 24px); font-weight: 600; line-height: 140%; /* 33.6px */
 letter-spacing: -0.96px; } 
 .complete-area .contents .tel { } 
 .complete-area .contents .main-link { width: 100%; } 
 .complete-area .contents .main-link dl { display: flex; padding: 20px; align-items: center; justify-content: space-between; gap: 10px; border-radius: 12px; border: 1px solid var(--gray-100, #DEDFE2); } 
 .complete-area .contents .main-link dd { display: flex; align-items: center; } 
 .complete-area .contents .main-link dd a { color: var(--primary-500, #2A47BF); text-align: center; font-size: 16px; font-weight: 600; letter-spacing: -0.64px; display: flex; align-items: center; } 
 .complete-area .contents .main-link dd::after { content: ""; display: flex; width: 20px; height: 20px; background: url(/img/arrow-right-8e5540cb01a359e7d7ea9ea80e324596.svg) no-repeat center center / contain; } 
 .complete-area .contents .main-link dt { color: var(--gray-900, #121316); font-size: 15px; font-weight: 400; line-height: 150%; /* 22.5px */
 letter-spacing: -0.6px; } 
 .complete-area .bottom { color: var(--gray-900, #121316); text-align: center; font-size: 18px; font-weight: 300; line-height: 140%; /* 25.2px */
 letter-spacing: -0.72px; } 
 .complete-area .bottom strong { font-weight: 600; } 
 @media (max-width:768px){
 .complete-area .contents .main-link dl { align-items: center; justify-content: center; flex-direction: column; padding: 14px; } 
.complete-area .contents .main-link dt { font-size: 14px; text-align: center; } 
.complete-area .contents .notice i { display: none; } 
.consultation { position: relative; padding: 40px 20px; } 
.estimate .price-wrap .brand .item { display: flex; gap: 10px; padding: 12px; justify-content: center; flex-direction: column; } 
.estimate .price-wrap .brand .item .logo { width: 70px; } 
.estimate .price-wrap .brand .txt { width: auto; } 
.estimate .price-wrap { padding: 16px; } 
.consultation .info .txt { gap: 8px; } 
.consultation .info.info-02 .txt p { gap: 4px; } 
.consultation .benefit .item { padding: 20px; } 
.consultation .benefit { grid-template-columns: repeat(1, 1fr); } 
 }

 /* 0629 수정 */
.float { position:fixed; right:40px; bottom: 40px; z-index:1000; opacity: 0; visibility: hidden; transform: translateY(20px); transition: .3s; } 
.float a { display:flex; flex-direction:column; align-items: center; justify-content: center; text-align: center; width: 86px; height: 86px; border-radius: 86px; line-height: 1.1; font-size: 16px; font-weight: 600; color: #fff; background: linear-gradient(90deg, #3987FD 0%, #256EF4 100%); box-shadow: 0px 8px 20px 0px var(--shadow-color-3); } 
.float a:after { content:''; width:22px; height:22px; background:url("/img/rocket-8dde474fde06edd93bdfbdcdc9e1d410.svg") no-repeat center / contain; } 
.float.show { opacity: 1; visibility: visible; transform: translateY(0); } 
/* 0629 수정 끝 */
 /* 06.26 추가 */
 .section.promotion { display: flex; padding: 60px 0; flex-direction: column; justify-content: center; align-items: center; align-self: stretch; } 
.section.promotion .inner { position: relative; max-width: 1440px; } 
.promo-head { position: relative; min-height: 245px; margin-bottom: 0; } 
.promo-head .tit { font-size: clamp(28px, 3vw, 48px); line-height: 1.25; font-weight: 800; letter-spacing: -0.04em; } 
.promo-head .txt { margin-top: 10px; font-size: 24px; line-height: 1.4; font-weight: 400; letter-spacing: -0.04em; } 
.promo-head .model { position: absolute; right: 55px; bottom: -42px; width: 390px; z-index: 1; } 
.promo-head .model img { display: block; width: 100%; } 
.promo-list { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; } 
.promo-card { position: relative; display: flex; max-height: 400px; padding: 32px; flex-direction: column; align-items: flex-start; gap: 10px; border-radius: 12px; background: #F5F6F8; box-sizing: border-box; } 
.promo-card .badge { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 0 18px; border-radius: 999px; background: #4868e8; font-size: 16px; font-weight: 600; color: #fff; } 
.promo-card .ico { position: absolute; right: 20px; top: 24px; width: 100px; height: 100px; } 
.promo-card .ico img { width: 100%; height: 100%; object-fit: contain; } 
.promo-card .tit { margin-top: 100px; font-size: 24px; line-height: 1.3; font-weight: 600; letter-spacing: -0.04em; color: #222; } 
.promo-card .txt { font-size: 16px; line-height: 1.55; font-weight: 400; letter-spacing: -0.04em; color: #333; } 
.promo-card .point { font-size: 19px; line-height: 1.45; font-weight: 400; letter-spacing: -0.04em; color: #2454d6; display: flex; flex-direction: column; gap: 4px; } 
.promo-card .etc { position: absolute; right: 38px; bottom: 34px; font-size: 15px; font-weight: 200; color: #333; } 
.main .secret .cont .list li .ico { max-height: 80px; margin-bottom: 20px; display: flex; justify-content: flex-end; } 
.main .secret .cont .list li .ico img { height: 100%; } 
.main .secret .cont .list li .img {
  max-width: 140px;
  margin: 20px 0;
}
.main .secret .cont .list li .img img { width: 100%; } 
.brand-intro { padding: 80px 0; } 
.brand-intro .summary { display: flex; align-items: center; gap: 80px; } 
.brand-intro .logo-img { width: 430px; } 
.brand-intro .logo-img img { width: 100%; display: block; } 
.brand-intro .summary .sub { font-size: 18px; font-weight: 300; color: #333; } 
.brand-intro .summary .tit { margin-top: 8px; font-size: clamp(20px, 3vw, 30px); line-height: 1.35; font-weight: 800; letter-spacing: -0.04em; color: #222; } 
.brand-intro .banner { position: relative; margin-top: 70px; border-radius: 24px; overflow: hidden; width: 100%; height: 300px; background: url(/img/img_about_banner-6a6694cca48991f87e6f536cecb06f0d.png); background-repeat: no-repeat; background-size: cover; } 
.brand-intro .banner img { width: 100%; display: block; } 
.brand-intro .banner .txt { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; } 
.brand-intro .banner .txt strong { font-size: clamp(20px, 3vw, 30px); font-weight: 600; } 
.brand-intro .banner .txt span { margin-top: 10px; font-size: 18px; font-weight: 200; } 
.brand-intro .award { padding-top: 70px; text-align: center; } 
.brand-intro .award .title { font-size: clamp(20px, 3vw, 30px); line-height: 1.35; font-weight: 800; letter-spacing: -0.04em; color: #222; } 
.brand-intro .award-img { width: 380px; margin: 55px auto 45px; } 
.brand-intro .award-img img { width: 100%; display: block; } 
.brand-intro .award .tit { font-size: clamp(32px, 3vw, 60px); line-height: 1.25; font-weight: 600; letter-spacing: -0.04em; color: #222; } 
.brand-intro .award .txt { margin-top: 10px; font-size: 20px; color: #555; } 
.inner > .etc { margin-top: 20px; color: var(--sub-color-3); } 
.visual-wrap.company .background:after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.45); } 
.company-wrap { padding: 80px 0 130px; background: #fff; } 
.company-wrap .inner { max-width: 1180px; } 

.terms-wrap { padding: 80px 0 130px; background: #fff; } 
.terms-wrap .inner { max-width: 900px; } 
.terms-article { margin: 0 0 40px; } 
.terms-article:last-child { margin-bottom: 0; } 
.terms-article h2 { margin: 0 0 16px; line-height: 1.3; font-size: 22px; font-weight: 700; color: #222; } 
.terms-article p { margin: 0 0 12px; line-height: 1.7; font-size: 16px; font-weight: 300; color: #222; word-break: keep-all; } 
.terms-article ol { margin: 0; padding: 0 0 0 22px; } 
.terms-article ol li { margin: 0 0 8px; line-height: 1.7; font-size: 16px; font-weight: 300; color: #222; word-break: keep-all; } 
.terms-article ol li:last-child { margin-bottom: 0; } 
.terms-contact { margin: 0; padding: 20px 24px; list-style: none; background: #f5f6f8; border-radius: 8px; } 
.terms-contact li { display: flex; gap: 16px; margin: 0 0 10px; line-height: 1.5; font-size: 16px; font-weight: 300; color: #222; } 
.terms-contact li:last-child { margin-bottom: 0; } 
.terms-contact li span { flex: 0 0 72px; font-weight: 600; color: #596170; } 
.terms-addon { padding-top: 24px; border-top: 1px solid #eee; } 
.company-section + .company-section { margin-top: 95px; } 
.section-label { position: relative; margin-bottom: 50px; padding-left: 12px; font-size: 18px; font-weight: 600; color: #222; } 
.section-label:before { content: ""; position: absolute; left: 0; top: 4px; width: 3px; height: 18px; background: #2454d6; } 
.philosophy-img { width: 760px; margin: 0 auto; } 
.philosophy-img img,
.ceo-img img { display: block; width: 100%; } 
.greeting .text .tit { font-size: 36px; line-height: 1.45; font-weight: 800; letter-spacing: -0.04em; color: #222; } 
.greeting .text .txt { margin-top: 45px; font-size: 18px; line-height: 1.75; font-weight: 500; letter-spacing: -0.04em; color: #222; } 
.ceo-img { margin-top: 65px; border-radius: 16px; overflow: hidden; } 
.product-brand-history { margin:32px 0 50px; } 
.brand-summary { display:flex; align-items:center; gap:72px; padding:48px 56px; background:#f7f7f7; border-radius:14px; margin:40px 0; } 
.brand-summary .logo { flex-shrink:0; width:200px; } 
.brand-summary .logo img { display:block; width:100%; } 
.brand-summary .text { flex:1; } 
.brand-summary .sub { margin-bottom:14px; font-size:18px; font-weight:500; line-height:1.4; letter-spacing:-0.04em; color:#555; } 
.brand-summary .tit { font-size:24px; font-weight:800; line-height:1.45; letter-spacing:-0.04em; color:#222; } 
.product-brand-history .history-list { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-bottom:22px; } 
.product-brand-history .history-item { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:18px 20px; border:1px solid #e6e6e6; border-radius:14px; background:#fff; } 
.product-brand-history .history-item .sub { font-size:14px; color:#8a8a8a; line-height:1.5; letter-spacing:-0.03em; } 
.product-brand-history .history-item .tit { margin-top:4px; font-size:18px; font-weight:700; line-height:1.45; color:#222; letter-spacing:-0.04em; } 
.product-brand-history .history-item .logo { flex-shrink:0; width:56px; } 
.product-brand-history .history-item .logo img { display:block; width:100%; } 
.product-brand-history .brand-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; } 
.product-brand-history .brand-gallery .item { overflow:hidden; border-radius:14px; } 
.product-brand-history .brand-gallery img { display:block; width:100%; aspect-ratio:466 / 230; object-fit:cover; transition:.35s; } 
.product-brand-history .brand-gallery .item:hover img { transform:scale(1.05); } 
.product-wrap .content .list li .con .info dl { font-size: clamp(15px, 0.8523rem + 0.43vw, 18px); } 
.prod-img { width: 100%; margin-bottom: 20px; } 
.prod-img img { width: 100%; } 
.prod-img .thumb { width: 100%; } 
.prod-img .thumb iframe { width: 100%; aspect-ratio: 16/9; } 
.product-wrap .content { display: none; } 
.product-wrap .content.is-active { display: flex; flex-direction: column; gap: 40px; padding: 0; } 

@media screen and (max-width: 1024px){
 .company-wrap { padding: 40px 20px 80px; } 

 .terms-wrap { padding: 40px 20px 80px; } 
 .terms-article { margin: 0 0 28px; } 
 .terms-article h2 { margin: 0 0 12px; font-size: 18px; } 
 .terms-article p,
 .terms-article ol li { font-size: 14px; } 
 .terms-contact { padding: 16px; } 
 .terms-contact li { flex-direction: column; gap: 4px; font-size: 14px; } 
 .terms-contact li span { flex: none; } 

 .company-section + .company-section { margin-top: 70px; } 

 .section-label { margin-bottom: 35px; font-size: 16px; } 

 .philosophy-img { width: 100%; } 

 .greeting .text .tit { font-size: 26px; } 

 .greeting .text .txt { margin-top: 30px; font-size: 15px; } 

 .ceo-img { margin-top: 45px; border-radius: 12px; } 
 .product-brand-history .history-list,
 .product-brand-history .brand-gallery { grid-template-columns:1fr; } 

 .product-brand-history .history-item { padding:18px; } 

 .product-brand-history .history-item .tit { font-size:17px; } 
 .brand-summary { flex-direction:column; align-items:flex-start; gap:30px; padding:32px 24px; } 

.brand-summary .logo { width:170px; } 

.brand-summary .sub { font-size:16px; } 

.brand-summary .tit { font-size: 15px; } 
.product-wrap .content .list li .con .info dl { font-size: 14px; } 
.product-wrap .content .list li .con .info dt { min-width: 30px; } 
 }
@media screen and (max-width: 1024px){
 #wrap .inner { } 
 .brand-intro { padding: 50px 0 60px; } 
 .brand-intro .summary { flex-direction: column; align-items: flex-start; gap: 30px; } 
 .brand-intro .logo-img { width: 100%; max-width: 430px; } 
 .brand-intro .summary .tit,
 .brand-intro .award .title { font-size: 24px; } 
 .brand-intro .banner { margin-top: 20px; } 
 .brand-intro .banner .txt { padding: 32px 20px; } 
 .brand-intro .banner .txt strong { font-size: 18px; } 
 .brand-intro .award-img { width: 80%; max-width: 360px; } 
 .brand-intro .award .tit { font-size: 28px; } 
 .main .secret .cont .list { flex:1; width: 100%; } 
 .main .secret .cont .list li .txt { margin-top: 10px; } 
 }

@media screen and (max-width: 1024px){
 .section.promotion { padding: 80px 20px; } 
 .promo-head { min-height: auto; margin-bottom: 35px; } 
 .promo-head .model { display: none; } 
 .promo-list { grid-template-columns: 1fr; gap: 18px; } 
 .promo-card { min-height: auto; padding: 30px 24px 70px; } 
 .promo-card .tit { margin-top: 80px; font-size: 25px; } 
 .promo-card .etc { right: 24px; bottom: 26px; display: none; } 
.main .secret .cont .list li .ico { max-height: 60px; margin-bottom: 10px; } 
.product-wrap .prod-tab .tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 20px; } 
.product-wrap .prod-tab .tabs .tabs-btn { padding: 0; height: 40px; font-size: 16px; } 
.float { right: 20px; } 
#rocketHeader .inner { padding: 0 20px; width: 100%; height: 80px; } 
#rocketHeader .logo { left: 20px; } 
 }

 /* 버튼 이펙트 효과 */
 #recordBtn { position: relative; overflow: hidden; padding: 16px 32px; border: none; border-radius: 1000px; font-size: 16px; font-weight: 700; color: #fff; cursor: pointer; /* 흐르는 그라데이션 배경 */
 background: linear-gradient(90deg, #3E6EF8, #225BFF, #0C4BFF, #225BFF, #3E6EF8); background-size: 300% 100%; animation: gradientFlow 3s ease infinite; box-shadow: 0 4px 14px rgba(12, 75, 255, 0.4); transition: transform 0.2s ease, box-shadow 0.2s ease; } 

#recordBtn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(12, 75, 255, 0.55); } 

/* 배경 그라데이션 흐르는 애니메이션 */
@keyframes gradientFlow { 
 0% { background-position: 0% 50%; } 
 50% { background-position: 100% 50%; } 
 100% { background-position: 0% 50%; } 
 }

/* 번쩍이는 하이라이트가 쓸고 지나가는 효과 */
#recordBtn::after { content: ''; position: absolute; top: 0; left: -75%; width: 50%; height: 100%; background: linear-gradient(
 120deg,
 rgba(255, 255, 255, 0) 0%,
 rgba(255, 255, 255, 0.6) 50%,
 rgba(255, 255, 255, 0) 100%
 ); transform: skewX(-20deg); animation: shine 2.5s ease-in-out infinite; } 

@keyframes shine { 
 0% { left: -75%; } 
 50% { left: 125%; } 
 100% { left: 125%; } 
 }