@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.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.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.svg") no-repeat center / contain } 
#container { } 

.float { position:fixed; right:40px; bottom: 40px; z-index:1000; } 
.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.svg") no-repeat center / contain; } 

.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.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.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.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:190px; align-items: flex-start; }
.main .secret .cont .image { position:sticky; top: 120px; width:360px; height:510px; background: url("../img/img-testimonial.png") no-repeat center / cover; box-shadow: 0px 40px 60px 0px #7A818D4D; }
.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; align-items: flex-start; justify-content: flex-end; } 
.main .secret .cont .list li { position: relative; padding:48px 24px; width:calc(50% - 20px); background:#f5f6f8; aspect-ratio: 42/38; 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 100px; line-height:1.1; font-size:28px; font-weight:600; color:#222; } 
.main .secret .cont .list li .txt { margin: auto 0 0 0; line-height: 1.3; font-size: 20px; font-weight: 300; color: #222; } 

.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.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.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:flex; flex-wrap:wrap; gap:60px; } 
.main .case .list li { width:calc(33.33% - 40px); } 
.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 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: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.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.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:flex; 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.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 .content { padding:80px 0; } 
.product-wrap .content .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 .content .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 .content .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.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; } 
.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.svg") no-repeat center / contain; } 
.product-wrap .content .list li .con .info dd .star.star-2 { background:url("../img/star_2.svg") no-repeat center / contain; } 
.product-wrap .content .list li .con .info dd .star.star-3 { background:url("../img/star_3.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.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.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; background:url("../img/user.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.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.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; background:url("../img/user.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.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.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.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 .select-group { display:flex; flex-wrap:wrap; gap:10px; } 
#container .rocket-wrap .form .step .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 { cursor:pointer; } 
#container .rocket-wrap .form .step .field .select-item input { display:none; } 
#container .rocket-wrap .form .step .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 { 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 { 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 { border-color:var(--main-color); } 
#container .rocket-wrap .form .step .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 { 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; } 
#container .rocket-wrap .form .btns .btn-submit:disabled { background:#bdc0c6; cursor:not-allowed; } 
/* 로켓견적 완료 */
.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.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.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.svg") no-repeat center / contain; transform:rotate(180deg); } 
.support-wrap .notice .paging a.next:after { content:''; width:6px; height:10px; background:url("../img/arrow.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.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.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.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.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.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.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.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.svg") no-repeat center / contain; transform:rotate(180deg); } 
#container .paging a.next:after { content:''; width:6px; height:10px; background:url("../img/arrow.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 infinite; box-shadow: 0 6px 20px #2950f21f; } 
.floating-bottom a::after { content: ""; position: absolute; inset: 0; border-top: 1px solid #ffffff1f; border-bottom: 1px solid #ffffff0f; pointer-events: none; } 
.floating-bottom a:hover { animation-duration: 5s; } 
.floating-bottom a:hover .arrow i { animation-duration: 1.4s; } 
.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: arrowFade 2.2s ease-in-out infinite; } 
.floating-bottom a .arrow.right i { transform: rotate(45deg); } 
.floating-bottom a .arrow i:nth-child(2) { animation-delay: .2s; } 
.floating-bottom a .arrow i:nth-child(3) { animation-delay: .4s; }

.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.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.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.svg") no-repeat center / contain; } 
 #header.active { background:#fff; } 
 #header.active .logo a { background:url(../img/logo_on.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.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: 160px 0 0; } 
 .main .visual .text { margin:0 0 60px; } 
 .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.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: 36/51; box-shadow: 0px 10px 20px 0px #7A818D4D; } 
 .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.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.svg") no-repeat center / contain; } 

 .main .case { padding: 100px 20px 60px; 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 { gap: 20px; } 
 .main .case .list li { width: calc(50% - 10px); } 
 .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: 24px; 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; } 

 .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:flex; 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.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: 0 0 60px; } 
 .about-wrap .vision { padding: 60px 20px; } 
 .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: 18px; } 
 .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: 20px; } 
 .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 0 120px; } 
 .product-wrap .content { padding: 60px 20px; } 
 .product-wrap .content .tabs { margin: 0 0 40px; } 
 .product-wrap .content .tabs .tabs-btn { flex: 0 0 auto; padding: 0 20px; height: 36px; font-size: 14px; } 
 .product-wrap .content .tabs .tabs-btn.is-active { } 
 .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.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.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.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.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.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.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 20px 60px; } 
 #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 { gap:6px; } 
 #container .rocket-wrap .form .step .field .select-item .box { height:50px; padding:0 10px; gap:4px; flex-wrap:wrap; } 
 #container .rocket-wrap .form .step .field .select-item .box strong { font-size:14px; } 
 #container .rocket-wrap .form .step .field .select-item .box em { 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.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.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.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.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.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.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.svg") no-repeat center / contain; } 
.install-wrap .review-write .write .row .field .rating .star.full-on { background-image:url("../img/ic_star_on.svg"); } 
.install-wrap .review-write .write .row .field .rating .star.half-on { background-image:url("../img/ic_star_half.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; } 
 }