@charset "utf-8";

/* === 렌탈존 인터넷 서비스 === */
.inet_wrap { width:1200px; margin:0 auto; padding:50px 0 80px; }

/* 헤더 */
.inet_header { text-align:center; margin-bottom:40px; padding:40px 0; background:rgba(22,22,22,0.92); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); border-radius:16px; }
.inet_header h2 { font-size:28px; font-weight:700; color:#fff; margin-bottom:8px; }
.inet_desc { font-size:15px; color:rgba(255,255,255,0.6); }

/* 통신사 선택 */
.inet_provider_wrap { margin-bottom:35px; }
.inet_provider_list { display:flex; gap:12px; flex-wrap:wrap; justify-content:center; }
.inet_provider_item { display:flex; align-items:center; justify-content:center; min-width:140px; height:56px; padding:0 24px; border:2px solid #e8e8e8; border-radius:12px; background:#fff; text-decoration:none; transition:all .2s; cursor:pointer; }
.inet_provider_item:hover { border-color:#fb6d3a; box-shadow:0 2px 12px rgba(251,109,58,.12); }
.inet_provider_item.active { border-color:#fb6d3a; background:#fff8f5; box-shadow:0 4px 16px rgba(251,109,58,.15); }
.inet_provider_item img { max-height:30px; max-width:100px; }
.inet_provider_item .provider_name { font-size:16px; font-weight:700; color:#333; }
.inet_provider_item.active .provider_name { color:#fb6d3a; }

/* 통신사 안내 배너 */
.inet_info_banner { padding:16px 24px; border-radius:10px; margin-bottom:30px; background:rgba(22,22,22,0.92); color:#fff; }
.inet_info_banner strong { font-size:16px; color:#fff; }
.inet_info_banner .info_sub { font-size:13px; color:rgba(255,255,255,0.5); margin-left:12px; }

/* 섹션 타이틀 */
.inet_section_tit { font-size:18px; font-weight:700; color:#222; margin-bottom:14px; display:flex; align-items:center; gap:8px; }
.tit_badge { display:inline-block; padding:4px 12px; border-radius:6px; font-size:12px; font-weight:700; color:#fff; letter-spacing:-0.3px; }
.tit_badge.internet { background:#3b82f6; }
.tit_badge.tv { background:#8b5cf6; }
.tit_badge.counsel { background:rgba(22,22,22,0.92); }
.tit_badge.area { background:#f59e0b; }
.channel_info { font-size:14px; font-weight:400; color:#888; margin-left:5px; }

/* 요금표 */
.inet_plan_section { margin-bottom:32px; }
.inet_plan_table_wrap { border-radius:14px; overflow:hidden; box-shadow:0 2px 16px rgba(0,0,0,.06); border:1px solid #eee; }
.inet_plan_table { width:100%; border-collapse:collapse; background:#fff; }
.inet_plan_table thead th { padding:14px 16px; font-size:13px; font-weight:600; color:#888; background:#f8f9fa; border-bottom:1px solid #eee; text-align:center; }
.inet_plan_table tbody tr { transition:background .15s; }
.inet_plan_table tbody tr:hover { background:#fafbfc; }
.inet_plan_table tbody td { padding:16px; font-size:14px; color:#333; border-bottom:1px solid #f0f0f0; text-align:center; vertical-align:middle; }
.inet_plan_table tbody tr:last-child td { border-bottom:0; }
.th_speed { width:90px; }
.th_fee { width:180px; }
.th_gift { width:140px; }
.th_action { width:110px; }

/* 속도 뱃지 */
.td_speed .speed_badge { display:inline-block; padding:5px 16px; border-radius:20px; font-size:13px; font-weight:700; background:rgba(22,22,22,0.06); color:#222; }

/* 가격 */
.td_price .price_monthly strong { font-size:18px; color:#222; font-weight:800; }
.td_bundle .price_bundle strong { font-size:16px; color:#fb6d3a; font-weight:700; }

/* 사은품 */
.td_gift .gift_amount { display:inline-block; padding:5px 14px; border-radius:20px; font-size:13px; font-weight:700; background:#fff8f5; color:#fb6d3a; border:1px solid #ffd6c2; }

/* 상담신청 버튼 */
.btn_counsel { display:inline-block; padding:9px 20px; font-size:13px; font-weight:600; color:#999 !important; background:#f0f0f0; border-radius:8px; text-decoration:none; transition:all .2s; }
.btn_counsel:hover { background:#fb6d3a; color:#fff !important; }

.inet_empty { padding:80px 0; text-align:center; color:#999; font-size:16px; }

/* 설치가능 지역 */
.inet_area_box { background:#fafafa; border:1px solid #e8e8e8; border-radius:14px; padding:25px 30px; }
.area_notice { font-size:14px; color:#555; line-height:1.7; margin-bottom:20px; padding:16px; background:#fff8f5; border-radius:8px; border-left:4px solid #fb6d3a; }
.inet_area_table { width:100%; border-collapse:collapse; }
.inet_area_table th { width:70px; padding:10px 15px; font-size:14px; font-weight:600; color:#333; background:#f5f5f5; border:1px solid #e8e8e8; text-align:center; vertical-align:top; }
.inet_area_table td { padding:10px 15px; font-size:13px; color:#555; border:1px solid #e8e8e8; line-height:1.6; }

/* 상담신청 폼 */
.inet_counsel_section { margin-bottom:40px; }
.inet_counsel_section .inet_section_tit { background:rgba(22,22,22,0.92); color:#fff; padding:14px 20px; border-radius:10px; margin-bottom:0; border-bottom-left-radius:0; border-bottom-right-radius:0; }
.inet_counsel_box { background:#fff; border:1px solid #e8e8e8; border-radius:0 0 16px 16px; padding:40px; box-shadow:0 4px 20px rgba(0,0,0,.04); }
.counsel_form_inner { max-width:480px; margin:0 auto; }
.counsel_row { margin-bottom:18px; }
.counsel_row label { display:block; font-size:14px; font-weight:600; color:#333; margin-bottom:6px; }
.counsel_row label span { color:#fb6d3a; }
.counsel_row .frm_input { width:100%; height:48px; padding:0 16px; font-size:15px; border:1px solid #ddd; border-radius:10px; box-sizing:border-box; transition:border .2s; }
.counsel_row .frm_input:focus { border-color:#fb6d3a; outline:none; box-shadow:0 0 0 3px rgba(251,109,58,.1); }
.counsel_agree label { font-weight:400; font-size:13px; color:#666; display:flex; align-items:center; gap:6px; }
.counsel_agree a { color:#fb6d3a; text-decoration:none; }
.counsel_submit { margin-top:28px; text-align:center; }
.btn_large_counsel { display:inline-block; width:100%; height:54px; font-size:17px; font-weight:500; color:#fff !important; background:rgba(22,22,22,0.92); border:none; border-radius:12px; cursor:pointer; transition:all .2s; }
.btn_large_counsel:hover { background:#fb6d3a; }

/* 카테고리 탭 (미사용시 대비) */
.inet_category_tab { display:flex; justify-content:center; margin-bottom:25px; }
.inet_category_tab a { display:flex; align-items:center; justify-content:center; width:220px; height:52px; font-size:16px; font-weight:600; color:#666; background:#f5f5f5; border:1px solid #e8e8e8; text-decoration:none; transition:all .2s; }
.inet_category_tab a:first-child { border-radius:10px 0 0 10px; }
.inet_category_tab a:last-child { border-radius:0 10px 10px 0; border-left:0; }
.inet_category_tab a.active { color:#fff; background:rgba(22,22,22,0.92); border-color:rgba(22,22,22,0.92); }

@media screen and (max-width:1230px) { .inet_wrap { width:auto; padding:30px 20px 60px; } }
@media screen and (max-width:768px) {
    .inet_header { margin-bottom:24px; padding:28px 16px; border-radius:12px; }
    .inet_header h2 { font-size:20px; }
    .inet_desc { font-size:13px; }
    .inet_category_tab a { width:50%; font-size:14px; height:44px; }
    .inet_provider_list { gap:8px; }
    .inet_provider_item { min-width:70px; height:44px; padding:0 12px; border-width:1px; border-radius:10px; }
    .inet_provider_item img { max-height:22px; max-width:70px; }
    .inet_provider_item .provider_name { font-size:12px; }
    .inet_info_banner { padding:12px 16px; font-size:14px; margin-bottom:20px; border-radius:8px; }
    .inet_info_banner .info_sub { display:block; margin-left:0; margin-top:4px; font-size:11px; }
    .inet_section_tit { font-size:15px; margin-bottom:10px; }
    .tit_badge { font-size:10px; padding:3px 8px; }
    .inet_plan_section { margin-bottom:20px; }
    /* 테이블 → 카드형 */
    .inet_plan_table_wrap { overflow-x:visible; box-shadow:none; border:none; }
    .inet_plan_table thead { display:none; }
    .inet_plan_table tbody tr { display:flex; flex-wrap:wrap; align-items:center; padding:14px 16px; margin-bottom:8px; border-radius:12px; border:1px solid #eee; background:#fff; box-shadow:0 1px 6px rgba(0,0,0,.04); }
    .inet_plan_table tbody td { border:none; padding:4px 0; text-align:left; }
    .td_speed { width:auto; margin-right:auto; }
    .td_speed .speed_badge { font-size:12px; padding:3px 10px; }
    .td_price { width:auto; margin-right:8px; }
    .td_price .price_monthly { font-size:13px; }
    .td_price .price_monthly strong { font-size:15px; }
    .td_bundle { width:auto; margin-right:8px; }
    .td_bundle .price_bundle strong { font-size:14px; }
    .td_gift { width:auto; margin-right:8px; }
    .td_gift .gift_amount { font-size:11px; padding:3px 8px; }
    .td_action { width:auto; margin-left:auto; }
    .btn_counsel { padding:7px 14px; font-size:12px; border-radius:8px; }
    /* 지역 */
    .inet_area_box { padding:16px; border-radius:10px; }
    .area_notice { font-size:12px; padding:10px; }
    .inet_area_table th { width:50px; padding:8px; font-size:12px; }
    .inet_area_table td { padding:8px; font-size:11px; }
    /* 상담폼 */
    .inet_counsel_box { padding:24px 16px; border-radius:12px; }
    .counsel_row .frm_input { height:44px; font-size:14px; border-radius:8px; }
    .btn_large_counsel { height:50px; font-size:16px; border-radius:10px; }
}
