@charset "utf-8";
#inq-pop .page-wrapper{position:relative;margin:0 auto;padding-top:40px;max-width:845px;height:800px;border-radius:20px;font-size:15px;font-weight:600;color:var(--gray-800);overflow-y:scroll;background:#fff}
#inq-pop .page-wrapper>*{padding:0 40px}
#inq-pop h1{font-size:22px;font-weight:700;color:#000;margin-bottom:28px}
#inq-pop #body-md{color:var(--black)}
#inq-pop input{font-size:16px;font-weight:400;color:var(--gray-800)}
#inq-pop .sh_label{font-size:15px;font-weight:600;line-height:1;color:#27272A}


input[type="checkbox"]{appearance:none;width:20px;height:20px;border:2px solid #D4D4D8;border-radius:4px;background:#fff  url('./img/off.png') no-repeat;background-position:center;background-size:12px;cursor:pointer;position:relative;transition:background 0.15s, border-color 0.15s;}
input[type="checkbox"]:checked{background:var(--green) url('./img/on.png') no-repeat;background-position:center;background-size:12px;border-color:var(--green);}

/* 섹션 */
#inq-pop .section{margin-bottom:32px}
#inq-pop .section-title{font-size:20px;font-weight:600;color:#000;padding-bottom:7px;border-bottom:2px solid var(--green-mid);margin-bottom:18px}

/* 회원정보 필드 행 */
#inq-pop .field-row{display:flex;align-items:center;gap:0;margin-bottom:12px}
#inq-pop .field-label{position:relative;min-width:110px;flex-shrink:0;padding-left:10px}
#inq-pop .field-label.req::before{position:absolute;left:0;content:'* ';color:var(--green);font-weight:700}
#inq-pop .field-row input[type="text"],
#inq-pop .field-row input[type="email"],
#inq-pop .field-row input[type="tel"]{width:375px;height:48px;border:1px solid #d5d9de;border-radius:6px;padding:0 14px;font-family:inherit;outline:none;transition:border-color 0.15s}
#inq-pop .field-row input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(0,196,204,0.1)}
#inq-pop .field-row input::placeholder{color:#bcc2c9}

/* 제품 카드 */
#inq-pop .product-grid{display:inline-flex;text-align:center}
#inq-pop .product-grid .product-card:first-child{border-radius:4px 0 0 4px}
#inq-pop .product-grid .product-card:last-child{border-radius:0 4px 4px 0}
#inq-pop .product-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:100px;height:85px;font-size:15px;font-weight:600;border:1px solid #A1A1AA;color:#71717A;cursor:pointer;transition:border-color 0.15s, background 0.15s;user-select:none}
#inq-pop .product-card+.product-card{margin-left:-1px}
#inq-pop .product-card:hover{border-color:var(--green);background:#f2fcfd}
#inq-pop .product-card.selected{font-weight:700;border-color:var(--green);background:#e5f9fa}
#inq-pop .product-card img{width:36px}
#inq-pop .product-card .p-label{font-size:12.5px;font-weight:500;color:#444}
#inq-pop .product-card.selected .p-label{color:#00a8b0;font-weight:600}

/* 필요한 기능 체크박스 */
#inq-pop .func-checks{display:flex;flex-wrap:wrap;gap:8px 28px;margin-bottom:8px}
#inq-pop .func-checks label{display:flex;align-items:center;gap:7px;cursor:pointer;font-weight:400;line-height:1}
#inq-pop .func-note{font-size:12px;color:#999;margin-top:4px}

/* 설치장소 테이블 */
#inq-pop .install-tbl{width:100%;border-collapse:collapse}
#inq-pop .install-tbl li{display:flex}
#inq-pop .install-tbl li+li{margin-top:12px}
#inq-pop .install-tbl li .sh_label{width:120px;padding:10px 0 10px 0;text-align:left;vertical-align:top;padding-top:13px;white-space:nowrap}
#inq-pop .install-tbl td{padding:7px 0;vertical-align:middle}
#inq-pop .install-tbl input[type="text"]{width:375px;height:48px;border:1px solid #d5d9de;border-radius:6px;padding:0 14px;font-family:inherit;outline:none;transition:border-color 0.15s}
#inq-pop .install-tbl input[type="text"]:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(0,196,204,0.1)}
#inq-pop .install-tbl input[type="text"]::placeholder{color:#bcc2c9}

/* 체크박스 그룹 (인터넷, 가전렌탈) */
#inq-pop .chk-group{display:flex;flex-wrap:wrap;gap:6px 24px;padding:8px 0;font-weight:400}
#inq-pop .chk-group label{display:flex;align-items:center;gap:4px;cursor:pointer;line-height:1}
#inq-pop .chk-row2{margin-top:4px}

/* 프로모 배너 */
.promo-bar{display:flex;align-items:center;gap:8px;width:100%;background:#edfafa;border:1px solid #54C4D1;border-radius:5px;padding:10px 15px 10px 120px;font-weight:400;font-size:13px;color:#248396}
.promo-bar img{width:20px}
.promo-bar b{font-weight:600}

/* 기타 문의 textarea */
#inq-pop .content-wrap{position:relative;width:100%}
#inq-pop .content-wrap textarea{width:100%;height:120px;border:1px solid #d5d9de;border-radius:6px;padding:12px 14px;font-family:inherit;resize:none;outline:none;transition:border-color 0.15s}
#inq-pop .content-wrap textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(0,196,204,0.1)}
#inq-pop .content-wrap textarea::placeholder{color:#bcc2c9}
#inq-pop .char-count{position:absolute;bottom:10px;right:10px;text-align:right;font-size:12px;color:#bbb;margin-top:4px}

/* 안내 문구 */
#inq-pop .notice-list{margin-bottom:15px;padding:0 40px !important;list-style:none;padding:0;font-weight:400}
#inq-pop .notice-list li{font-size:12.5px;color:#888;padding-left:12px;position:relative;line-height:1.8}
#inq-pop .notice-list li::before{content:'·';position:absolute;left:3px}

/* 개인정보 */
#inq-pop .privacy-box{border:1px solid #d5d9de;border-radius:6px;background:#fafafa;padding:14px;font-size:12px;;font-weight:400;color:#777;line-height:1.75;height:80px;overflow-y:auto;margin-bottom:12px}
#inq-pop .agree-row{display:flex;align-items:center;gap:8px;margin-bottom:28px;line-height:1}
#inq-pop .agree-row label{cursor:pointer;;font-weight:400}

/* 버튼 */
.submit-btn{width:100%;height:54px;background:#A1A1AA;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;letter-spacing:0.03em;transition:background 0.2s}
.submit-btn:hover{background:var(--green)}

.sticky-area{position:sticky;bottom:0;padding:20px 40px 40px !important;background:#fff;box-shadow: 0px -4px 4px 0px #0000001A}
.mo-view{display:none;position:sticky;bottom:102px;width:95%;margin:0 auto;box-shadow: 0px -4px 4px 0px #0000001A}

@media (max-width:1024px){
#inq-pop{padding:0;background:none}
#inq-pop .page-wrapper{max-width:100%;height:100vh;padding-bottom:80px;border-radius:0}
.sticky-area{position:unset;box-shadow:none;padding:20px !important}
#inq-pop .field-row{align-items:flex-start}
#inq-pop .field-row input[type="text"], #inq-pop .field-row input[type="email"], #inq-pop .field-row input[type="tel"]{width:100%}
#inq-pop .install-tbl input[type="text"]{width:100%}
}
@media (max-width:580px){
#inq-pop .page-wrapper{font-size:16px}
#inq-pop .section{margin-bottom:55px}
#inq-pop input[type="checkbox"]{border:1.5px solid #D4D4D8}
#inq-pop .product-grid{width:100%}
#inq-pop .product-card{width:25%}
#inq-pop .product-card img{width:24px}
#inq-pop .notice-list{padding:0 20px}
#inq-pop .page-wrapper>*{padding:0 20px}
#inq-pop .section-title{font-size:18px !important}
#inq-pop .field-row{flex-direction:column;align-items:flex-start;gap:10px}
#inq-pop .field-row input[type="text"], .field-row input[type="email"], .field-row input[type="tel"]{width:100%}
.install-tbl li{flex-direction:column;align-items:flex-start;gap:10px}
.install-tbl li+li{margin-top:20px}
#inq-pop .sh_label{padding:0}
.field-label{padding-left:10px !important}
.install-tbl input[type="text"]{width:100%}
.content>div{width:100%}
.promo-bar{align-items:flex-start;padding:10px 15px}
.section:nth-of-type(4){margin-bottom:30px}
.notice-list{margin-bottom:0}
.mo-view{display:block}
.pc-view{display:none}
#inq-pop .install-tbl li .sh_label{padding:0}
}
