
<meta charset="utf-8">

p {font-size: 18px !important;}

@media screen and (max-width: 768px) {
    p {font-size: 16px !important;}
}




/*공통*/
.overview { max-width:890px}
.sub-title { padding: 150px 0 100px;text-align: center;}
.sub-title h2 { font-size: 54px; font-weight: 700;color: #000; line-height: 1.2; max-width: 700px}
.sub-title p { font-size: 18px; color: #555;padding: 0px 0 50px 0; line-height: 1.65;}
.sub-title.left { text-align: left;}
.sub-title.left strong {color: #0460d9; font-size: 18px; padding-bottom: 20px;display: block}

.sub-content-title {padding: 100px 0 50px;}
.sub-content-title h3 {font-size: 38px;color: #222;font-weight: 700;}
.sub-content-title h3::after {content: ""; width: 7px; height: 7px; background: #0460d9;border-radius: 50%;display: inline-block;margin-left: 10px;}

.dot-title { display: block;  position: relative; margin-top: 30px;  padding-left: 20px; font-size: 16px; font-weight: 500; line-height: 22px; color: #000 }
.dot-title::before {content: "";  display: inline-block;  position: absolute; top: 5px; left: 0; width: 10px; height: 10px;  background-image: url("../img/sub/icon_hexa_blue.svg"); background-size: auto; background-position: center;  background-repeat: no-repeat}
.dot-title--nomb { margin-top: 0}
.dot-title--bottom { margin-top: 0;  margin-bottom: 30px}
.sub_title { text-align: left;  padding: 0px 20px 50px 20px; max-width: 1600px; word-break: keep-all; margin:100px auto}
.sub_title h2 {font-size: 40px; color: #000; max-width: 600px}

/* main common */
.max-inner{max-width:1600px; width:100%; padding: 0 20px; margin:0 auto;}
.sec-title p.sub-tit{font-size:18px; color:#0460d9; font-weight:600; margin-bottom:20px;}
.max-inner .top-desc { font-size: 24px; font-weight: 700; max-width: 830px; word-break: keep-all; padding: 28px 0; line-height: 1.4;}


.download-button { margin: 50px 0 0; }
.download-button a { display: inline-block; padding: 20px 50px; background: #0460d9; color: #fff; }
.download-button a img { margin-left: 20px; }

@media screen and (max-width:576px) {
     .sub_title{margin:50px 0 50px}
	 .sub_title h2 { font-size:25px; line-height: 1.3}
}


/*탭*/
.tl_tab { padding-bottom: 30px; } 
.tl_tab ul { display: flex; flex-wrap: wrap; justify-content: center; padding: 0; margin: 0 auto; max-width: 450px;  /* 최대 너비 증가 */ list-style-type: none; gap: 20px;  /* 버튼 사이의 간격 */ } 
.tl_tab.ts2 ul li { width: calc(50% - 10px);  /* 50%에서 간격의 절반만큼 뺌 */ } 
.tl_tab.ts2 ul li a { display: flex; justify-content: center; align-items: center; height: 55px; font-size: 15px; color: #222; text-decoration: none; border: 1px solid #ddd; border-radius: 27.5px;  /* 타원형을 위해 height의 절반으로 설정 */ transition: all 0.3s ease; padding: 0 20px;  /* 좌우 패딩 추가 */ white-space: nowrap;  /* 텍스트가 한 줄로 유지되도록 */ overflow: hidden;  /* 넘치는 텍스트 숨김 */ text-overflow: ellipsis;  /* 넘치는 텍스트를 ...으로 표시 */ } 
.tl_tab.ts2 ul li a.on { background-color: #3181cb; color: #fff; } 
@media screen and (max-width: 576px) { 
    .tl_tab ul { max-width: 100%; gap: 10px;  /* 모바일에서는 간격을 좁힘 */ } 
    .tl_tab.ts2 ul li { width: calc(40% - 5px);  /* 모바일에서 간격 조정 */ } 
    .tl_tab.ts2 ul li a { padding: 0 10px;  /* 모바일에서는 패딩을 줄임 */ } 
} 
/*탭*/




        /* ====================
           1. 기본 설정 및 변수
           ==================== */
        :root {
            --primary-red: #ea1828;
            --primary-blue: #1976d2;
            --dark-gray: #333;
            --medium-gray: #666;
            --light-gray: #999;
            --border-gray: #ddd;
            --bg-light: #f5f5f5;
            --white: #fff;
            --highlight-yellow: #fff9c4;
            --android-green: #4caf50;
            --max-width: 1200px;
            --edit-green: #4caf50;
        }


        .container { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }
        
        .badge-recommend {
            border: 1px solid #00c7ae;
            color: #00c7ae;
            font-size: 11px;
            padding: 1px 5px; 
            margin-right: 5px; 
            display: inline-block;
            vertical-align: middle;
            font-weight: 700;
            background: #fff;
        }

        /* ====================
           2. 편집 모드 스타일
           ==================== */
        .edit-mode-toggle { position: fixed; top: 20px;  z-index: 9999; display: flex; align-items: center; gap: 10px; background: #000; padding: 10px 20px; border-radius: 30px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); border: 2px solid var(--border-gray);left: 50%;
            transform: translateX(-50%) translateY(100px); min-width: 100px; color: #fff; }
        .edit-mode-toggle label { font-size: 14px; font-weight: 500; cursor: pointer; }
        .toggle-switch { position: relative; width: 50px; height: 26px; }
        .toggle-switch input { opacity: 0; width: 0; height: 0; }
        .toggle-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--border-gray); transition: 0.3s; border-radius: 26px; }
        .toggle-slider:before { position: absolute; content: ""; height: 20px; width: 20px; left: 3px; bottom: 3px; background-color: white; transition: 0.3s; border-radius: 50%; }
        .toggle-switch input:checked + .toggle-slider { background-color: var(--edit-green); }
        .toggle-switch input:checked + .toggle-slider:before { transform: translateX(24px); }
        .edit-indicator { display: none; align-items: center; gap: 5px; color: var(--edit-green); font-size: 12px; font-weight: 700; }
        body.edit-mode .edit-indicator { display: flex; }
        
        .editable { position: relative; transition: all 0.2s; display: inline-block; min-width: 10px; border-bottom: 1px dashed transparent;}
        body.edit-mode .editable { cursor: pointer; border-bottom: 1px dashed var(--edit-green); background: rgba(76, 175, 80, 0.05); padding: 0 2px; }
        body.edit-mode .editable:hover { background: rgba(76, 175, 80, 0.15); }
        body.edit-mode .editable:focus { outline: none; background: #e8f5e9; border-bottom: 2px solid var(--edit-green); }
        
        .export-btn { display: none; padding: 8px 16px; background: var(--primary-blue); color: white; border: none; border-radius: 20px; font-size: 12px; font-weight: 500; cursor: pointer; margin-left: 10px; }
        body.edit-mode .export-btn { display: inline-block; }
        
        .save-notification { position: fixed; bottom: 500px; left: 50%; transform: translateX(-50%) translateY(100px); background: var(--edit-green); color: white; padding: 15px 30px; border-radius: 30px; font-weight: 600; box-shadow: 0 4px 20px rgba(0,0,0,0.2); opacity: 0; transition: all 0.3s ease; z-index: 9999; font-size: 24px;min-width: 300px;
            text-align: center; }
        .save-notification.show { transform: translateX(-50%) translateY(0); opacity: 1; }
@media (max-width: 768px) {
        .edit-mode-toggle {
                position: fixed;
                top: 20px;
                left: 50%;
                transform: translateX(-50%);
                right: auto;
                width: max-content;
                z-index: 9999;
                display: flex;
                align-items: center;
                gap: 10px;
                background: #000;
                padding: 10px 20px;
                border-radius: 30px;
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
                border: 2px solid var(--border-gray);
            }
}
        /* 행 관리 버튼 스타일 */
        .row-control-btn {
            display: none;
            cursor: pointer;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            font-size: 12px;
            align-items: center;
            justify-content: center;
            margin-right: 5px;
            border: 1px solid #ddd;
            background: #fff;
            transition: all 0.2s;
        }
        body.edit-mode .row-control-btn { display: inline-flex; }

        .btn-star { color: #ddd; }
        .row-highlight .btn-star { color: gold; border-color: gold; font-weight: bold; }
        
        .btn-del { color: #e53935; border-color: #e53935; font-weight: bold; }
        .btn-del:hover { background: #ffebee; }

        .btn-add-row {
            display: none;
            width: 100%;
            padding: 10px;
            margin-top: 10px;
            background: #fff;
            border: 2px dashed #ddd;
            color: #888;
            font-weight: 700;
            cursor: pointer;
            text-align: center;
            border-radius: 5px;
            transition: 0.2s;
        }
        body.edit-mode .btn-add-row { display: block; }
        .btn-add-row:hover { border-color: var(--edit-green); color: var(--edit-green); background: #f1f8e9; }

        .hero-section { background: rgba(0, 0, 0, 0.02);; padding: 50px 0; position: relative; overflow: hidden; border-bottom: 0px solid #eee;}
        .hero-content { display: flex; justify-content: space-between; align-items: center; gap: 50px; position: relative; z-index: 2; }
        .hero-left { flex: 1; text-align: left; color: var(--dark-gray); }
        .product-badge { color: #ea272c; font-size: 20px; font-weight: 700; margin-bottom: 24px;}
        .hero-title { font-size: 48px; line-height: 1.3; margin-bottom: 20px; color: #222; letter-spacing: -2px; font-weight: 500;border-bottom: 1px solid #ddd; padding-bottom: 20px; }
        .hero-title strong { font-weight: 700; display: block; color: #ea272c;}
        .hero-subtitle { font-size: 18px; color: #666; line-height: 1.6; margin-bottom: 40px; font-weight: 400; }

        .hero-features { width: 100%; margin-top: 24px; }
        .hero-features-wrap { display: flex; gap: 16px; margin-bottom: 16px; }
        .feature-box { flex: 1 1 0; min-width: 0; display: flex; align-items: center; gap: 14px; padding: 18px 16px; border-radius: 16px; background: rgba(255, 255, 255, 0.08); box-sizing: border-box; }
        .feature-icon-circle { width: 52px;
            height: 52px;
            min-width: 52px;
            border-radius: 50%;
            background: #ea272c;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            flex-shrink: 0; }
        .feature-box:hover .feature-icon-circle { background: var(--primary-red); color: #fff; border-color: var(--primary-red); transform: translateY(-5px); }
        .feature-text { min-width: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            line-height: 1.35; }
        .feature-text span { display: block;
            word-break: keep-all;}
        .feature-text span:first-child {
            font-size: 18px;
            font-weight: 700;
            color: #333;
        }

        .feature-text span:last-child {
            margin-top: 4px;
            font-size: 13px;
            color: #333;
        }
        .hero-right { /*flex: 1; display: flex; justify-content: center;*/ align-items: center; position: relative; width: 55%; }
        .hero-right img{ border-radius:50px 0px 50px 0px; }
        .settop-box { width: 380px; height: 120px; background: linear-gradient(to bottom, #333, #111); border-radius: 10px; position: relative; box-shadow: 0 20px 40px rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; z-index: 2; }
        .settop-logo { color: #fff; font-size: 24px; font-weight: 300; opacity: 0.8; }
        .settop-logo span { color: var(--primary-red); font-weight: 700; }
        .settop-light { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; background: var(--android-green); border-radius: 50%; box-shadow: 0 0 10px var(--android-green); }
        .settop-shadow { position: absolute; bottom: -20px; left: 5%; width: 90%; height: 20px; background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 70%); z-index: 1; }
        .remote-control { width: 70px; height: 200px; background: #222; border-radius: 35px; position: absolute; right: 20px; top: -60px; transform: rotate(15deg); z-index: 1; box-shadow: -10px 10px 30px rgba(0,0,0,0.2); border: 2px solid #444; }

        .pricing-section { padding: 60px 0; background: #fff; }
        .pricing-card { background: var(--white); border: 1px solid var(--border-gray); border-radius: 0; margin-bottom: 100px; overflow: hidden; }
        
        .pricing-header { padding: 0 0 20px 0; border-bottom: none; }
        .pricing-title { font-size: 32px; color: #222; margin-bottom: 20px; }
        .pricing-title span .t_color { color: var(--primary-red); }
        .pricing-subtitle { font-size: 16px; color: #333; display: flex; justify-content: space-between;}
        .ott-badge { font-weight: 700; color: var(--primary-red); background: #eee; padding: 5px 10px; border-radius: 999px; font-size: 11px; vertical-align: middle; margin-right: 3px;}

        .pricing-table-wrapper { overflow-x: auto; width: 100%; }
        .pricing-table { width: 100%; border-collapse: collapse; text-align: center; table-layout: fixed; }
        .pricing-table th, .pricing-table td { padding: 15px; border: 1px solid #eee; font-size: 17px; vertical-align: middle; word-break: keep-all; }
        .pricing-table th { background: #f9f9f9; font-weight: 700; color: #555; border-bottom: 1px solid #ddd; }
        
        .col-term { width: 10%; }
        .col-base { width: 15%; }
        .col-rent { width: 15%; }
        .col-total { width: 15%; background: #fffcfc; }
        .col-benefit { width: 45%; }

        .row-highlight { background-color: var(--highlight-yellow); }
        
        .price-highlight { color: var(--primary-red); font-weight: 900; font-size: 16px; }
        .text-red { color: var(--primary-red); font-weight: 700; }
        .text-blue { color: var(--primary-blue); font-weight: 700; }
        .text-small { font-size: 12px; color: #666; font-weight: 400; display: block; margin-top: 4px; }

        .sub-table-title { font-size: 14px; font-weight: 700; color: var(--primary-red); margin: 20px 0 10px 0; }
        .sub-table { width: 100%; border-collapse: collapse; border: 1px solid #ddd; margin-bottom: 20px; }
        .sub-table th, .sub-table td { border: 1px solid #ddd; padding: 12px; text-align: center; font-size: 13px; background: #fdfdfd; }
        .sub-table th { background: #f5f5f5; width: 30%; }

        .notes-box { font-size: 14px; color: #888; line-height: 1.6; margin-top: 15px; padding: 15px; background: #fcfcfc; border-top: 1px solid #eee;display: flex; flex-direction: column; }
        .notes-box p { margin-bottom: 4px; }
        .notes-box p::before { content: "· "; }


/* 테이블 전체를 감싸는 컨테이너 */
.sub-table-layout {
width: 100%;
    border: 1px solid #cccccc;
    /* 바깥쪽 전체 박스 라인 */
    border-radius: 4px;
    /* (선택) 모서리를 살짝 둥글게 하려면 유지, 각지게 하려면 지워주세요 */
    background-color: #ffffff;
    font-size: 16px;
}

/* 기존 <tr> 역할을 하는 가로 정렬 영역 */
.table-row {
display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    /* 행 사이의 가로 구분선 */
}
.table-row:last-child {
    border-bottom: none;
}
/* 기존 <td> 역할을 하는 개별 셀 영역 */
.table-cell {
flex: 1;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #cccccc;
    /* 칸 사이의 세로 구분선 */
}

/* 마지막 셀의 오른쪽 선 제거 (구분선 사용 시) */
.table-cell:last-child {
    border-right: none;
}

       
        @media (max-width: 992px) {
            .hero-content { flex-direction: column; text-align: center; gap: 60px; }
            .hero-left { text-align: center; }
            .hero-features-wrap {
                gap: 12px;
                margin-bottom: 12px;
            }

            .feature-box {
                padding: 16px 14px;
                gap: 12px;
                border-radius: 14px;
            }

            .feature-icon-circle {
                width: 46px;
                height: 46px;
                min-width: 46px;
                font-size: 18px;
            }

            .feature-text span:first-child {
                font-size: 15px;
            }

            .feature-text span:last-child {
                font-size: 12px;
            }
            .footer-bottom { flex-direction: column; }
            .bottom-bar-content { flex-direction: column; gap: 15px; }
            .hero-right {width: 100%;}
        }
        @media (max-width: 768px) {
            .hero-subtitle{margin-bottom: 0px;}
.hero-features-wrap {
        flex-direction: row;
        gap: 10px;
        margin-bottom: 10px;
    }

    .feature-box {
        flex: 1 1 calc(50% - 5px);
        padding: 12px 10px;
        gap: 8px;
        align-items: flex-start;
    }

    .feature-icon-circle {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 15px;
    }

    .feature-text span:first-child {
        font-size: 13px;
    }

    .feature-text span:last-child {
        font-size: 11px;
    }
            .hero-title { font-size: 32px; }
            .pricing-table th, .pricing-table td { padding: 12px; font-size: 13px; }
            .settop-box { width: 300px; height: 100px; }
            .pricing-title {font-size: 28px;}
            .pricing-subtitle {justify-content: inherit ; flex-direction: column;}
        }
        @media (max-width: 478px) {
            .pricing-table-wrapper { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
            .pricing-table { min-width: 600px; }
            .col-term { width: 60px; }
            .col-base { width: 90px; }
            .col-rent { width: 90px; }
            .col-total { width: 100px; }
        }
        .sub_img_01 {
            background-image: url(../img/sub_img_01.png);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;

        }