
:root{
  --primary:#ff7a00;
  --primary-dark:#ef6f00;
  --sk-red:#ea002c;
  --dark:#2f3742;
  --text:#202124;
  --sub:#6b7280;
  --bg:#f7f7f8;
  --card:#ffffff;
  --line:#e7e7e7;
  --soft:#fff4ea;
  --shadow:0 16px 45px rgba(0,0,0,.06);
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  scroll-behavior:smooth;
}

.logo-area{
    display:flex;
    align-items:center;
    gap:12px;
}

.logo-area img{
    height:70px;
}

.logo-main{
    font-size:20px;
    font-weight:1000;
    color:#202124;
    line-height:1;
}

.logo-sub{
    font-size:12px;
    color:#6b7280;
    margin-top:3px;
}
body{
  font-family:'Pretendard','Noto Sans KR','Malgun Gothic',Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
  padding-bottom:74px;
}

a{
  text-decoration:none;
  color:inherit;
}

button,input,select,textarea{
  font-family:inherit;
}

.header{
  position:sticky;
  top:0;
  z-index:9999;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}

.header-inner{
  max-width:1200px;
  margin:auto;
  padding:16px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.logo{
  font-size:28px;
  font-weight:950;
  letter-spacing:-1px;
}

.logo span{
  color:var(--sk-red);
}

.nav{
  display:flex;
  align-items:center;
  gap:22px;
}

.nav a{
  font-size:15px;
  font-weight:800;
  color:#333;
}

.nav a:hover{
  color:var(--primary);
}

.nav-call{
  padding:10px 17px;
  border-radius:999px;
  background:var(--dark);
  color:#fff !important;
}

.hero{
  padding:92px 20px 78px;
  background:
    radial-gradient(circle at 85% 15%, rgba(255,122,0,.13), transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#fafafa 48%,#fff4ea 100%);
}

.hero-inner{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:48px;
  align-items:center;
}

.badge{
  display:inline-flex;
  padding:10px 17px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--primary);
  font-size:14px;
  font-weight:900;
}

.hero h1{
  margin-top:24px;
  font-size:56px;
  line-height:1.17;
  letter-spacing:-2.5px;
  font-weight:950;
}

.hero h1 strong{
  color:var(--primary);
}

.hero p{
  margin-top:22px;
  font-size:20px;
  color:#555;
  line-height:1.75;
}

.hero-actions{
  margin-top:34px;
  display:flex;
  gap:13px;
}

.btn-primary,
.btn-white{
  min-width:166px;
  height:56px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  font-weight:950;
}

.btn-primary{
  background:var(--primary);
  color:#fff;
  box-shadow:0 12px 28px rgba(255,122,0,.22);
}

.btn-white{
  background:#fff;
  color:var(--text);
  border:1px solid var(--line);
}

.hero-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:34px;
  box-shadow:var(--shadow);
}

.hero-card small{
  color:var(--sub);
  font-weight:800;
}

.hero-card .tel{
  display:block;
  margin:8px 0 13px;
  font-size:42px;
  color:var(--text);
  font-weight:950;
  letter-spacing:-1.5px;
}

.hero-card .tel b{
  color:var(--primary);
}

.hero-card p{
  margin:0;
  font-size:16px;
  color:#666;
}

.quick-list{
  margin-top:24px;
  display:grid;
  gap:10px;
}

.quick-list div{
  padding:13px 15px;
  border-radius:14px;
  background:#fafafa;
  color:#333;
  font-weight:800;
  border:1px solid var(--line);
}

.wrap{
  max-width:1200px;
  margin:auto;
  padding:48px 20px 80px;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-bottom:34px;
}

.feature{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px 18px;
  text-align:center;
  box-shadow:0 12px 32px rgba(0,0,0,.035);
}

.feature .icon{
  font-size:27px;
  margin-bottom:10px;
}

.feature strong{
  display:block;
  font-size:19px;
  margin-bottom:7px;
}

.feature span{
  font-size:14px;
  color:var(--sub);
}

.section{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:36px 30px;
  margin-bottom:28px;
  box-shadow:0 14px 38px rgba(0,0,0,.035);
}

.section-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-end;
  margin-bottom:23px;
}

.section-title{
  font-size:30px;
  font-weight:950;
  letter-spacing:-1.3px;
}

.section-sub{
  margin-top:6px;
  color:var(--sub);
  font-size:16px;
}

.tag{
  flex:0 0 auto;
  padding:9px 15px;
  border-radius:999px;
  background:var(--soft);
  color:var(--primary);
  font-size:14px;
  font-weight:900;
}

.table-scroll{
  width:100%;
  overflow-x:auto;
}

.price-table{
  width:100%;
  min-width:760px;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:16px;
  border:1px solid var(--line);
}

.price-table th{
  background:var(--dark);
  color:#fff;
  padding:17px 12px;
  font-size:16px;
}

.price-table td{
  border-top:1px solid var(--line);
  padding:19px 12px;
  text-align:center;
  font-size:17px;
  font-weight:800;
  vertical-align:middle;
}

.price{
  font-size:28px;
  color:var(--primary);
  font-weight:950;
}

.blue-label{
  display:inline-block;
  margin-top:7px;
  padding:5px 9px;
  border-radius:7px;
  background:#eef3ff;
  color:#2452e8;
  font-size:13px;
  font-weight:950;
}

.best{
  display:inline-block;
  margin-right:6px;
  padding:4px 8px;
  border-radius:999px;
  background:var(--primary);
  color:#fff;
  font-size:12px;
  font-weight:950;
}

.point{
  color:var(--primary);
  font-weight:950;
}

.benefit{
  line-height:1.75;
}

.ott-text{
  margin-top:9px;
}

.ott-text span{
  display:inline-block;
  margin:3px;
  padding:6px 9px;
  border-radius:8px;
  color:#fff;
  font-size:12px;
  font-weight:900;
  background:#444;
}

.ott-text .yt{background:#ff0000;}
.ott-text .nf{background:#111;color:#e50914;}
.ott-text .dp{background:#183fc7;}
.ott-text .tv{background:#e60012;}
.ott-text .wv{background:#1667ff;}

.note{
  margin-top:16px;
  padding:17px 19px;
  border-radius:16px;
  background:#fafafa;
  border:1px solid var(--line);
  color:#555;
  font-size:15px;
}

.mobile-price{
  display:none;
}

.mobile-card-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

.mobile-plan-card{
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  padding:20px;
  box-shadow:0 10px 25px rgba(0,0,0,.04);
}

.mobile-plan-card .plan-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:flex-start;
  margin-bottom:12px;
}

.mobile-plan-card h3{
  font-size:20px;
  line-height:1.35;
  letter-spacing:-.7px;
}

.mobile-plan-card .plan-price{
  font-size:24px;
  color:var(--primary);
  font-weight:950;
  white-space:nowrap;
}

.mobile-plan-card .plan-desc{
  margin-top:10px;
  padding-top:12px;
  border-top:1px solid var(--line);
  color:#555;
  font-size:14px;
  line-height:1.7;
}

.mobile-plan-card .mini-label{
  display:inline-block;
  margin-bottom:7px;
  padding:5px 8px;
  border-radius:999px;
  background:var(--soft);
  color:var(--primary);
  font-size:12px;
  font-weight:900;
}

.compare-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.compare-card{
  border-radius:22px;
  padding:26px;
  background:#fafafa;
  border:1px solid var(--line);
}

.compare-card h3{
  font-size:23px;
  margin-bottom:10px;
  color:var(--text);
}

.compare-card h3 span{
  color:var(--primary);
}

.compare-card p{
  color:#555;
}

.form-section{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:22px;
  align-items:stretch;
}

.form-info{
  background:var(--dark);
  color:#fff;
  border-radius:28px;
  padding:34px;
  box-shadow:var(--shadow);
}

.form-info h2{
  font-size:34px;
  line-height:1.25;
  letter-spacing:-1.3px;
  margin-bottom:18px;
}

.form-info p{
  color:rgba(255,255,255,.78);
  font-size:17px;
}

.form-info .big-call{
  display:block;
  margin-top:28px;
  font-size:38px;
  font-weight:950;
  color:#fff;
}

.form-box{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:34px;
  box-shadow:var(--shadow);
}

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
}

.form-grid input,
.form-grid select,
.form-grid textarea{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:14px;
  padding:16px;
  font-size:15px;
  outline:none;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus{
  border-color:var(--primary);
  box-shadow:0 0 0 4px rgba(255,122,0,.1);
}

.form-grid textarea{
  grid-column:1/3;
  min-height:112px;
  resize:none;
}

.agree{
  margin:16px 0;
  color:#555;
  font-size:14px;
}

.submit-btn{
  width:100%;
  height:59px;
  border:0;
  border-radius:15px;
  background:var(--primary);
  color:#fff;
  font-size:20px;
  font-weight:950;
  cursor:pointer;
}

.manager{
  margin-top:26px;
  text-align:center;
  font-size:23px;
  font-weight:950;
  color:#333;
}

.manager span{
  color:var(--primary);
}

.floating-form{
  position:fixed;
  right:22px;
  top:118px;
  width:245px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px;
  z-index:8888;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.floating-form h3{
  font-size:18px;
  color:var(--text);
  margin-bottom:10px;
}

.floating-form h3 span{
  color:var(--primary);
}

.floating-form input{
  width:100%;
  height:42px;
  border:1px solid var(--line);
  border-radius:10px;
  padding:0 12px;
  margin-bottom:8px;
}

.floating-form button{
  width:100%;
  height:43px;
  border:0;
  border-radius:11px;
  background:var(--primary);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

.footer{
  background:#fff;
  border-top:1px solid var(--line);
  text-align:center;
  padding:32px 20px;
  color:#666;
  font-size:14px;
}

.pc-call-bar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  height:66px;
  background:#fff;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:center;
  align-items:center;
  gap:13px;
  z-index:9999;
  font-size:22px;
  font-weight:900;
  box-shadow:0 -12px 32px rgba(0,0,0,.07);
}

.pc-call-bar strong{
  font-size:30px;
  color:var(--primary);
}

.mobile-bottom{
  display:none;
}

.popup{
  display:none;
  position:fixed;
  inset:0;
  z-index:99999;
  background:rgba(0,0,0,.55);
  align-items:center;
  justify-content:center;
  padding:20px;
}

.popup-box{
  position:relative;
  width:100%;
  max-width:430px;
  background:#fff;
  border-radius:26px;
  padding:36px 26px;
  text-align:center;
}

.popup-close{
  position:absolute;
  right:16px;
  top:12px;
  border:0;
  background:none;
  font-size:30px;
  cursor:pointer;
  color:#666;
}

.popup-badge{
  display:inline-block;
  padding:8px 15px;
  border-radius:999px;
  background:var(--soft);
  color:var(--primary);
  font-weight:900;
  margin-bottom:15px;
}

.popup-box h2{
  font-size:27px;
  margin-bottom:14px;
}

.popup-box p{
  color:#555;
  font-size:17px;
  line-height:1.65;
  margin-bottom:23px;
}

.popup-btn{
  width:100%;
  display:block;
  border:0;
  border-radius:15px;
  padding:16px;
  background:var(--primary);
  color:#fff;
  font-size:18px;
  font-weight:950;
  cursor:pointer;
}


/* PC 우측 상담 배너 */
.side-contact{
  position:fixed;
  right:22px;
  top:340px;
  width:245px;
  z-index:8887;
}

.side-contact-card{
  display:block;
  position:relative;
  overflow:hidden;
  border-radius:22px;
  padding:18px 18px 17px;
  margin-top:12px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(230,230,230,.9);
  box-shadow:0 18px 45px rgba(15,23,42,.13);
  backdrop-filter:blur(14px);
  transition:.25s ease;
}

.side-contact-card:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 55px rgba(15,23,42,.18);
}

.side-contact-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(255,122,0,.13),transparent 55%);
  pointer-events:none;
}

.side-contact-card .label{
  position:relative;
  display:flex;
  align-items:center;
  gap:7px;
  color:#6b7280;
  font-size:13px;
  font-weight:900;
  margin-bottom:5px;
}

.side-contact-card strong{
  position:relative;
  display:block;
  color:#202124;
  font-size:26px;
  line-height:1.15;
  font-weight:950;
  letter-spacing:-.8px;
}

.side-contact-card p{
  position:relative;
  margin-top:6px;
  color:#6b7280;
  font-size:13px;
  font-weight:700;
}

.side-phone-premium{
  background:linear-gradient(135deg,#ffffff 0%,#fff4ea 100%);
}

.side-phone-premium .icon{
  color:var(--primary);
}

.side-kakao-premium{
  background:linear-gradient(135deg,#fffbe7 0%,#ffffff 62%);
}

.side-kakao-premium::before{
  background:linear-gradient(135deg,rgba(254,229,0,.32),transparent 58%);
}

.side-kakao-premium .icon{
  color:#8a6d00;
}

@media(max-width:1100px){
  .floating-form,
  .side-contact{
    display:none;
  }
}

@media(max-width:850px){
  body{
    padding-bottom:72px;
  }

  .header-inner{
    padding:14px;
    display:block;
    text-align:center;
  }

  .logo{
    font-size:24px;
  }

  .nav{
    margin-top:11px;
    overflow-x:auto;
    gap:8px;
    padding-bottom:4px;
  }

  .nav a{
    flex:0 0 auto;
    padding:8px 12px;
    border-radius:999px;
    background:#f2f2f2;
    font-size:13px;
  }

  .nav-call{
    background:var(--dark) !important;
  }

  .hero{
    padding:48px 16px 40px;
  }

  .hero-inner{
    display:block;
  }

  .hero h1{
    font-size:33px;
    letter-spacing:-1.7px;
    line-height:1.25;
  }

  .hero p{
    font-size:16px;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .btn-primary,
  .btn-white{
    width:100%;
    height:53px;
  }

  .hero-card{
    margin-top:25px;
    padding:25px 20px;
    border-radius:23px;
  }

  .hero-card .tel{
    font-size:33px;
  }

  .wrap{
    padding:32px 14px 60px;
  }

  .feature-grid{
    grid-template-columns:1fr 1fr;
    gap:11px;
  }

  .feature{
    padding:20px 10px;
    border-radius:18px;
  }

  .feature strong{
    font-size:16px;
  }

  .feature span{
    font-size:13px;
  }

  .section{
    padding:25px 15px;
    border-radius:22px;
  }

  .section-head{
    display:block;
  }

  .section-title{
    font-size:23px;
    line-height:1.35;
  }

  .section-sub{
    font-size:14px;
  }

  .tag{
    display:inline-block;
    margin-top:12px;
    font-size:12px;
  }

  .pc-price{
    display:none;
  }

  .mobile-price{
    display:block;
  }

  .note{
    font-size:13px;
    line-height:1.65;
  }

  .compare-grid{
    grid-template-columns:1fr;
  }

  .form-section{
    grid-template-columns:1fr;
  }

  .form-info{
    padding:27px 21px;
    border-radius:23px;
  }

  .form-info h2{
    font-size:27px;
  }

  .form-info .big-call{
    font-size:31px;
  }

  .form-box{
    padding:24px 16px;
    border-radius:23px;
  }

  .form-grid{
    grid-template-columns:1fr;
  }

  .form-grid textarea{
    grid-column:auto;
  }

  .manager{
    font-size:19px;
    line-height:1.5;
  }

  .pc-call-bar{
    display:none;
  }

  .mobile-bottom{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    height:58px;
    overflow:hidden;
    border-radius:18px;
    z-index:9999;
    box-shadow:0 12px 35px rgba(0,0,0,.25);
  }

  .mobile-bottom a{
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:14px;
    font-weight:900;
  }

  .m-call{
    background:#2f3742;
  }

  .m-kakao{
    background:#fee500;
    color:#191919 !important;
  }

  .m-form{
    background:#ff7a00;
  }
}



.channel-img-box{
  display:block;
  width:100%;
  overflow:hidden;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.channel-img-box img{
  display:block;
  width:100%;
  height:auto;
}

@media(max-width:850px){

  .channel-img-box img{
    width:100%;
    height:auto;
  }

}
}

.card-benefit-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.card-benefit{
  position:relative;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.card-benefit img{
  width:100%;
  display:block;
}

.card-benefit h3{
  padding:18px 20px 8px;
  font-size:22px;
  font-weight:900;
}

.discount{
  padding:0 20px;
  font-size:18px;
  color:#666;
}

.discount strong{
  font-size:34px;
  color:#ff7a00;
}

.card-benefit p{
  padding:12px 20px 22px;
  color:#666;
  line-height:1.7;
}

.card-badge{
  position:absolute;
  top:15px;
  left:15px;
  background:#ff7a00;
  color:#fff;
  font-size:13px;
  font-weight:900;
  padding:6px 10px;
  border-radius:999px;
}

@media(max-width:850px){

.card-benefit-grid{
    grid-template-columns:1fr;
}

.card-benefit h3{
    font-size:18px;
}

.discount strong{
    font-size:28px;
}

}

.footer{
    background:#1f2937;
    color:#d1d5db;
    padding:60px 20px;
    margin-top:80px;
}

.footer-inner{
    max-width:1200px;
    margin:auto;
}

.footer-logo{
    font-size:32px;
    font-weight:900;
    color:#ffffff;
    margin-bottom:25px;
    letter-spacing:-1px;
}

.footer-title{
    color:#ffffff;
    font-size:18px;
    font-weight:800;
    margin-bottom:12px;
}

.footer-info{
    font-size:14px;
    line-height:1.8;
    color:#c7cbd1;
}

.footer-info span{
    margin:0 10px;
    color:#4b5563;
}

.footer-info strong{
    color:#ff7a00;
}

.footer-desc{
    margin-top:20px;
    line-height:1.8;
    font-size:14px;
    color:#b7bcc5;
}

.footer-copy{
    margin-top:15px;
    line-height:1.8;
    font-size:13px;
    color:#9ca3af;
}

.footer-copyright{
    margin-top:30px;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,.08);
    font-size:12px;
    color:#6b7280;
}

@media(max-width:850px){

.footer{
    padding:40px 20px 90px;
}

.footer-logo{
    font-size:24px;
}

.footer-title{
    font-size:16px;
}

.footer-info{
    line-height:2;
}

.footer-info span{
    display:none;
}

}

@media(max-width:850px){

  .footer{
    padding:36px 18px 100px;
    text-align:left;
  }

  .footer-inner{
    max-width:100%;
  }

  .footer-logo{
    font-size:22px;
    margin-bottom:18px;
  }

  .footer-title{
    font-size:16px;
    line-height:1.5;
    margin-bottom:14px;
  }

  .footer-info{
    display:flex;
    flex-direction:column;
    gap:6px;
    font-size:13px;
    line-height:1.6;
    background:rgba(255,255,255,.05);
    padding:14px;
    border-radius:14px;
  }

  .footer-info span{
    display:none;
  }

  .footer-info strong{
    font-size:18px;
    display:inline-block;
    margin-left:4px;
  }

  .footer-desc{
    margin-top:16px;
    font-size:13px;
    line-height:1.7;
  }

  .footer-copy{
    margin-top:12px;
    font-size:12px;
    line-height:1.7;
  }

  .footer-copyright{
    margin-top:22px;
    padding-top:18px;
    font-size:11px;
    line-height:1.6;
  }

}