
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap');
*{
  box-sizing:border-box
}
body{
  margin:0;
  font-family:'Noto Sans','Noto Sans JP','Noto Sans SC',sans-serif;
  background:#f8f9fc;
  color:#1a2030;
  line-height:1.7
}
.wrap{
  width:min(1120px,calc(100% - 36px));
  margin:auto
}
.topbar{
  background:#0e1e3d;
  color:#fff;
  font-size:13px;
  padding:8px 0
}
.topbar .wrap{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap
}
header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #e2e8f0;
  backdrop-filter:blur(14px)
}
.nav{
  min-height:70px;
  display:flex;
  align-items:center;
  gap:22px
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  color:#1a2f5e;
  white-space:nowrap
}
.brand img{
  width:38px;
  height:38px;
  border-radius:12px
}
.brand b{
  color:#f73434
}
.brand small{
  display:block;
  color:#5a6a7e;
  font-size:10px;
  font-weight:600
}
.navlinks{
  display:flex;
  gap:17px;
  margin-left:auto;
  font-size:12px;
  font-weight:700;
  color:#53657a
}
.navlinks a:hover{
  color:#2563eb
}
.lang{
  position:relative
}
.lang button,.cta{
  border:0;
  border-radius:999px;
  padding:10px 14px;
  font-weight:800
}
.lang button{
  background:#eff6ff;
  color:#1d4ed8
}
.langmenu{
  display:none;
  position:absolute;
  right:0;
  top:45px;
  background:#fff;
  border:1px solid #dbe4ee;
  border-radius:14px;
  box-shadow:0 15px 35px rgba(0,0,0,.12);
  min-width:150px;
  padding:7px
}
.lang:hover .langmenu,.lang:focus-within .langmenu{
  display:block
}
.langmenu a{
  display:block;
  padding:8px 10px;
  border-radius:9px
}
.langmenu a:hover{
  background:#f1f5f9
}
.cta{
  background:#1a2f5e;
  color:#fff
}
.hero{
  padding:88px 0 60px;
  background:linear-gradient(135deg,#eef5ff,#fff 55%,#edf7f5)
}
.eyebrow{
  font-size:13px;
  font-weight:900;
  letter-spacing:.14em;
  color:#2563eb
}
.hero h1{
  font-size:clamp(38px,6vw,68px);
  line-height:1.1;
  letter-spacing:-.045em;
  margin:14px 0 20px;
  color:#10244e;
  max-width:920px
}
.hero p{
  font-size:18px;
  color:#526277;
  max-width:800px
}
.actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px
}
.btn{
  display:inline-block;
  padding:13px 20px;
  border-radius:13px;
  font-weight:800
}
.primary{
  background:#2563eb;
  color:#fff
}
.secondary{
  background:#fff;
  color:#1a2f5e;
  border:1px solid #dbe4ee
}
.section{
  padding:65px 0
}
.section h2{
  font-size:32px;
  letter-spacing:-.035em;
  margin:0 0 10px
}
.lead{
  color:#64748b;
  margin-bottom:28px
}
.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}
.card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:20px;
  padding:25px;
  box-shadow:0 15px 35px rgba(26,47,94,.05)
}
.card h3{
  margin:0 0 10px;
  color:#17366f
}
.card p{
  margin:0;
  color:#5c6b7c
}
.info{
  background:#10244e;
  color:#fff;
  border-radius:26px;
  padding:34px;
  margin:0 0 64px
}
.info p{
  margin:6px 0;
  color:#d7e2f3
}
.foot{
  border-top:1px solid #e2e8f0;
  background:#fff;
  padding:34px 0 120px;
  color:#64748b;
  font-size:13px
}
.foot strong{
  display:block;
  color:#1a2f5e;
  margin-bottom:7px
}
.floating{
  position:fixed;
  bottom:18px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  background:#fff;
  padding:8px;
  border-radius:999px;
  box-shadow:0 10px 30px rgba(0,0,0,.18);
  z-index:40
}
.floating a{
  padding:10px 15px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  background:#eff6ff;
  color:#1d4ed8
}
.floating a:first-child{
  background:#1a2f5e;
  color:#fff
}
@media(max-width:900px){
  .navlinks{
    display:none
  }
  .cards{
    grid-template-columns:1fr 1fr
  }
  .brand small{
    display:none
  }
}
@media(max-width:560px){
  .topbar{
    font-size:11px
  }
  .nav{
    gap:10px
  }
  .brand span{
    font-size:14px
  }
  .lang button{
    padding:9px 10px
  }
  .cta{
    display:none
  }
  .cards{
    grid-template-columns:1fr
  }
  .hero{
    padding-top:58px
  }
  .hero p{
    font-size:16px
  }
  .section{
    padding:48px 0
  }
}


/* ============================================================
   MULTILANGUAGE V3 CONTENT LAYOUT
   - 공식 다국어 범위: index / internet-tv / contract / plan / visit
   - 모바일 언어 선택, 긴 요금제 목록, 매장 카드까지 공통 대응
============================================================ */
.navlinks a.active{
  color:#1d4ed8;
  font-weight:900;
}
.lang.open .langmenu{
  display:block;
}
.compact-hero{
  padding:72px 0 52px;
}
.compact-hero h1{
  font-size:clamp(36px,5vw,58px);
}
.icon-card > span{
  display:block;
  margin-bottom:10px;
  font-size:28px;
}
.soft{
  background:#eef4fb;
}
.section-kicker,
.mini-tag{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:4px 10px;
  border-radius:999px;
  background:#dbeafe;
  color:#1d4ed8;
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
}
.auto-cards{
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
}
.product-card .mini-tag{
  margin-bottom:10px;
}
.subsection-title{
  margin-top:42px!important;
}
.pill-list{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.pill-list span{
  padding:9px 13px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dbe4ee;
  color:#27405f;
  font-size:13px;
  font-weight:800;
}
.guide-list{
  display:grid;
  gap:10px;
}
.guide-row{
  display:grid;
  grid-template-columns:minmax(180px,.7fr) 1.3fr;
  gap:18px;
  padding:16px 18px;
  border-radius:16px;
  background:#fff;
  border:1px solid #dbe4ee;
}
.guide-row span{
  color:#5c6b7c;
}
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:22px;
}
.process-card{
  padding:22px;
  border-radius:18px;
  background:#fff;
  border:1px solid #e2e8f0;
}
.process-card > b{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  margin-bottom:12px;
  border-radius:50%;
  background:#1d4ed8;
  color:#fff;
}
.process-card h3{
  margin:0 0 8px;
  color:#17366f;
}
.process-card p{
  margin:0;
  color:#5c6b7c;
  font-size:14px;
}
.disclaimer{
  margin-top:22px;
  padding:15px 17px;
  border-radius:15px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#9a3412;
  font-size:12.5px;
  font-weight:700;
}
.compare-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.compare-card{
  padding:28px;
  border-radius:22px;
  background:#fff;
  border:1px solid #dbe4ee;
}
.compare-card h2{
  margin:12px 0 8px;
}
.compare-card p{
  color:#5c6b7c;
}
.compare-card ul,
.check-list,
.plain-notes{
  padding-left:20px;
}
.compare-card li,
.check-list li,
.plain-notes li{
  margin:8px 0;
  color:#41536a;
}
.alert-card{
  margin-top:18px;
  padding:18px 20px;
  border-radius:18px;
  background:#fff1f2;
  border:1px solid #fecdd3;
  color:#9f1239;
}
.alert-card strong{
  display:block;
  margin-bottom:5px;
  font-size:16px;
}
.alert-card p{
  margin:0;
  font-weight:800;
}
.easy-section{
  background:linear-gradient(180deg,#eff6ff 0%,#fff 100%);
}
.easy-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:22px 0;
}
.easy-card{
  position:relative;
  padding:20px;
  border-radius:20px;
  background:#fff;
  border:1px solid #dbe4ee;
}
.easy-card.popular{
  border:2px solid #2563eb;
  box-shadow:0 14px 30px rgba(37,99,235,.12);
}
.easy-card h3{
  margin:2px 0 12px;
  font-size:20px;
  color:#17366f;
}
.easy-card strong{
  display:block;
  font-size:22px;
  color:#111827;
}
.easy-card p{
  margin:8px 0 3px;
  color:#1d4ed8;
  font-weight:900;
}
.easy-card small{
  color:#64748b;
}
.popular-badge{
  display:inline-flex;
  margin-bottom:8px;
  padding:4px 8px;
  border-radius:999px;
  background:#2563eb;
  color:#fff;
  font-size:10px;
  font-weight:900;
}
.plan-groups{
  display:grid;
  gap:14px;
  margin-top:24px;
}
.plan-group{
  border:1px solid #dbe4ee;
  border-radius:20px;
  background:#fff;
  overflow:hidden;
}
.plan-group > summary{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:17px 20px;
  cursor:pointer;
  color:#17366f;
  font-weight:900;
}
.plan-group > summary small{
  color:#64748b;
}
.plan-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:0 16px 16px;
}
.plan-card{
  padding:18px;
  border-radius:16px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
}
.plan-card-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
}
.plan-card h3{
  margin:8px 0 0;
  color:#172554;
  font-size:17px;
}
.price{
  min-width:150px;
  text-align:right;
}
.price strong{
  display:block;
  color:#111827;
  font-size:17px;
}
.price span,
.price em{
  display:block;
  color:#64748b;
  font-size:10px;
  font-style:normal;
}
.price em{
  margin-top:3px;
  color:#1d4ed8;
  font-weight:800;
}
.plan-meta{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:7px;
  margin-top:14px;
}
.plan-meta div{
  padding:9px 10px;
  border-radius:12px;
  background:#fff;
  border:1px solid #e2e8f0;
}
.plan-meta span,
.plan-meta strong{
  display:block;
}
.plan-meta span{
  color:#64748b;
  font-size:10px;
}
.plan-meta strong{
  margin-top:2px;
  color:#27364a;
  font-size:12px;
}
.benefit,
.plan-note{
  margin:10px 0 0!important;
  color:#46576a!important;
  font-size:12px!important;
  line-height:1.65!important;
}
.store-grid-v2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.store-card-v2{
  position:relative;
  padding:28px;
  border-radius:22px;
  background:#fff;
  border:1px solid #dbe4ee;
}
.store-card-v2 h2{
  margin-top:0;
}
.store-card-v2 dl{
  margin:18px 0 22px;
}
.store-card-v2 dl div{
  padding:11px 0;
  border-bottom:1px solid #eef2f7;
}
.store-card-v2 dt{
  color:#64748b;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.store-card-v2 dd{
  margin:3px 0 0;
  color:#25354b;
}
.verify-badge{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 9px;
  border-radius:999px;
  background:#fff7ed;
  color:#9a3412;
  font-size:10px;
  font-weight:900;
}
.prepare-card{
  margin-top:18px;
  padding:24px;
  border-radius:20px;
  background:#10244e;
  color:#fff;
}
.prepare-card h2{
  margin-top:0;
}
.prepare-card .check-list li{
  color:#dbeafe;
}
.footer-note{
  margin-top:10px;
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:14px;
}
.footer-copy{
  margin-top:12px;
}
@media(max-width:900px){
  .navlinks{
    display:flex;
    order:3;
    width:100%;
    overflow-x:auto;
    gap:8px;
    padding:5px 0 8px;
    scrollbar-width:none;
  }
  .navlinks::-webkit-scrollbar{
    display:none;
  }
  .navlinks a{
    flex:0 0 auto;
    padding:8px 11px;
    border-radius:999px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
  }
  .nav{
    flex-wrap:wrap;
    padding:10px 0 4px;
  }
  .process-grid,
  .easy-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .plan-list{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .wrap{
    width:min(100% - 24px,1120px);
  }
  .compact-hero{
    padding:48px 0 38px;
  }
  .compact-hero h1{
    font-size:34px;
  }
  .compare-grid,
  .store-grid-v2,
  .process-grid,
  .easy-grid,
  .guide-row{
    grid-template-columns:1fr;
  }
  .guide-row{
    gap:5px;
  }
  .plan-card-head{
    display:block;
  }
  .price{
    margin-top:10px;
    text-align:left;
  }
  .plan-meta{
    grid-template-columns:1fr;
  }
  .floating{
    width:calc(100% - 20px);
    justify-content:center;
    bottom:calc(10px + env(safe-area-inset-bottom));
  }
  .floating a{
    flex:1;
    text-align:center;
  }
  .foot{
    padding-bottom:110px;
  }
  .langmenu{
    position:fixed;
    top:70px;
    right:12px;
    min-width:170px;
  }
}


/* ============================================================
   MULTILANGUAGE V4 EASY PLAN + MESSAGE CTA
   - 외국어 페이지의 전화 CTA를 메시지 채널 3종으로 변경
   - 선택약정/공통지원금 계약기간 강조
   - Easy Plan 기본요금/런칭이벤트/주의사항/00700 영역 확장
============================================================ */
.chat-actions{
  align-items:stretch;
}
.chat-actions .btn,
.chat-floating a,
.chat-floating button{
  border:0;
  cursor:pointer;
  text-decoration:none;
  font-family:inherit;
}
.chat-kakao{
  background:#fee500!important;
  color:#191919!important;
}
.chat-wechat{
  background:#07c160!important;
  color:#fff!important;
}
.chat-instagram{
  background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)!important;
  color:#fff!important;
}
.is-disabled{
  opacity:.58;
  cursor:not-allowed!important;
  filter:saturate(.7);
}
.chat-floating{
  border-radius:18px;
}
.chat-floating a,
.chat-floating button{
  padding:10px 14px;
  border-radius:12px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.contract-period-highlight{
  margin:10px 0!important;
  padding:12px 14px;
  border-radius:13px;
  list-style-position:inside;
  font-weight:800;
}
.contract-period-highlight strong{
  font-weight:1000;
}
.optional-period{
  background:#eff6ff;
  border:1px solid #bfdbfe;
  color:#1d4ed8!important;
}
.subsidy-period{
  background:#ecfdf5;
  border:1px solid #a7f3d0;
  color:#047857!important;
}
.easy-event-banner{
  display:flex;
  flex-direction:column;
  gap:5px;
  margin:22px 0;
  padding:18px 20px;
  border-radius:18px;
  background:#172554;
  color:#fff;
}
.easy-event-banner strong{
  font-size:18px;
}
.easy-event-banner span{
  color:#dbeafe;
  font-size:13px;
}
.easy-price-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.easy-price-card{
  padding:22px;
}
.easy-price-lines{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:14px;
}
.easy-price-lines > div{
  padding:11px;
  border-radius:13px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
}
.easy-price-lines span,
.easy-price-lines strong{
  display:block;
}
.easy-price-lines span{
  color:#64748b;
  font-size:10.5px;
  line-height:1.4;
}
.easy-price-lines strong{
  margin-top:3px;
  color:#172554;
  font-size:17px;
}
.easy-price-lines .event-price{
  background:#eff6ff;
  border-color:#bfdbfe;
}
.easy-price-lines .event-price strong{
  color:#1d4ed8;
}
.easy-data-compare{
  display:grid;
  gap:7px;
  margin-top:12px;
}
.easy-data-compare > div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:9px 11px;
  border-radius:11px;
  background:#fff;
  border:1px solid #e2e8f0;
}
.easy-data-compare span{
  color:#64748b;
  font-size:11px;
}
.easy-data-compare b{
  color:#27364a;
  font-size:12px;
  text-align:right;
}
.easy-event-benefit{
  margin:12px 0 0!important;
  padding:10px 12px;
  border-radius:12px;
  background:#ecfdf5;
  color:#047857!important;
  font-size:12px!important;
  font-weight:800!important;
}
.easy-addon-section,
.easy-notice-section,
.easy-faq-section{
  margin-top:34px;
  padding:24px;
  border-radius:22px;
  background:#fff;
  border:1px solid #dbe4ee;
}
.easy-addon-section h3,
.easy-notice-section h3,
.easy-faq-section h3{
  margin:0 0 9px;
  color:#17366f;
  font-size:22px;
}
.easy-addon-section > p{
  margin:0 0 16px;
  color:#5c6b7c;
}
.easy-addon-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.easy-addon-card{
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:18px;
  border-radius:17px;
  background:#f8fafc;
  border:1px solid #dbe4ee;
}
.easy-addon-card strong{
  color:#172554;
  font-size:19px;
}
.easy-addon-card span{
  color:#047857;
  font-size:13px;
  font-weight:900;
}
.easy-addon-card small{
  color:#64748b;
}
.easy-note-list{
  margin:18px 0 0;
  padding-left:22px;
}
.easy-note-list li{
  margin:9px 0;
  color:#41536a;
  line-height:1.7;
}
.easy-note-list.important li{
  font-weight:700;
}
.visa-code-box{
  margin-top:24px;
  padding:20px 22px;
  border-radius:20px;
  background:#f8fafc;
  border:1px solid #dbe4ee;
}
.visa-code-box summary{
  cursor:pointer;
  color:#17366f;
  font-size:18px;
  font-weight:900;
}
.visa-code-box > p{
  color:#64748b;
  font-size:12.5px;
}
.visa-code-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.visa-code-grid > div{
  padding:14px;
  border-radius:14px;
  background:#fff;
  border:1px solid #e2e8f0;
}
.visa-code-grid strong,
.visa-code-grid span{
  display:block;
}
.visa-code-grid strong{
  color:#1d4ed8;
  margin-bottom:6px;
}
.visa-code-grid span{
  color:#475569;
  font-size:12px;
  line-height:1.75;
}
.easy-faq-item{
  border-top:1px solid #e2e8f0;
}
.easy-faq-item:first-of-type{
  border-top:0;
}
.easy-faq-item summary{
  cursor:pointer;
  padding:14px 2px;
  color:#27364a;
  font-weight:900;
}
.easy-faq-item p{
  margin:0 0 15px;
  padding:0 2px;
  color:#5c6b7c;
  font-size:13px;
}
@media(max-width:760px){
  .chat-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .chat-actions .chat-kakao{
    grid-column:1 / -1;
  }
  .easy-price-grid,
  .easy-addon-grid,
  .visa-code-grid{
    grid-template-columns:1fr;
  }
  .easy-price-lines{
    grid-template-columns:1fr 1fr;
  }
  .chat-floating{
    width:calc(100% - 20px);
    bottom:calc(10px + env(safe-area-inset-bottom));
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
    padding:7px;
    border-radius:16px;
  }
  .chat-floating a,
  .chat-floating button{
    display:grid;
    place-items:center;
    padding:9px 6px;
    font-size:10.5px;
  }
}
@media(max-width:440px){
  .easy-price-lines{
    grid-template-columns:1fr;
  }
  .chat-floating{
    grid-template-columns:1fr 1fr 1fr;
  }
}

/* Easy Plan 런칭 이벤트 + 선택약정 25% 최종 요금 강조 */
.easy-price-lines .event-contract-price {
  border-color: #fecaca;
  background: #fff1f2;
}

.easy-price-lines .event-contract-price span,
.easy-price-lines .event-contract-price strong {
  color: #dc2626;
  font-weight: 900;
}

.easy-price-lines .event-contract-price span small {
  display: block;
  margin-top: 3px;
  color: #b91c1c;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
}

/* ============================================================
   WECHAT CONNECT UI
   - 모바일은 ID 복사 후 WeChat 앱을 실행하고, PC는 QR 모달을 표시합니다.
============================================================ */

.gm-wechat-mobile-status{
  position:fixed;
  left:50%;
  bottom:calc(92px + env(safe-area-inset-bottom));
  z-index:2147483600;
  width:min(420px, calc(100% - 28px));
  padding:13px 16px;
  border-radius:14px;
  background:#0f172a;
  color:#fff;
  box-shadow:0 16px 42px rgba(15,23,42,.28);
  font-size:12.5px;
  line-height:1.5;
  font-weight:850;
  text-align:center;
  transform:translateX(-50%);
}
.gm-wechat-modal{
  position:fixed;
  inset:0;
  z-index:2147483500;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(15,23,42,.56);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.gm-wechat-card{
  position:relative;
  width:min(420px,100%);
  max-height:calc(100dvh - 40px);
  overflow:auto;
  padding:26px;
  border:1px solid #dbe4ee;
  border-radius:24px;
  background:#fff;
  box-shadow:0 26px 80px rgba(15,23,42,.28);
  text-align:center;
}
.gm-wechat-card h2{
  margin:0 38px 8px;
  color:#17366f;
  font-size:24px;
  line-height:1.3;
}
.gm-wechat-card > p{
  margin:0 0 18px;
  color:#64748b;
  font-size:13px;
  font-weight:700;
}
.gm-wechat-close{
  position:absolute;
  top:14px;
  right:14px;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#f1f5f9;
  color:#334155;
  font-size:22px;
  cursor:pointer;
}
.gm-wechat-qr{
  display:block;
  width:min(100%,320px);
  height:auto;
  margin:0 auto;
  border-radius:18px;
  background:#fff;
}
.gm-wechat-id-row{
  display:grid;
  gap:4px;
  margin-top:16px;
  padding:13px 14px;
  border:1px solid #bbf7d0;
  border-radius:14px;
  background:#f0fdf4;
}
.gm-wechat-id-row span{
  color:#64748b;
  font-size:11px;
  font-weight:800;
}
.gm-wechat-id-row strong{
  color:#047857;
  font-size:17px;
  word-break:break-all;
}
.gm-wechat-copy{
  width:100%;
  min-height:46px;
  margin-top:10px;
  border:0;
  border-radius:13px;
  background:#07c160;
  color:#fff;
  font-family:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}
@media(max-width:560px){
  
.gm-wechat-mobile-status{
  position:fixed;
  left:50%;
  bottom:calc(92px + env(safe-area-inset-bottom));
  z-index:2147483600;
  width:min(420px, calc(100% - 28px));
  padding:13px 16px;
  border-radius:14px;
  background:#0f172a;
  color:#fff;
  box-shadow:0 16px 42px rgba(15,23,42,.28);
  font-size:12.5px;
  line-height:1.5;
  font-weight:850;
  text-align:center;
  transform:translateX(-50%);
}
.gm-wechat-modal{
    align-items:end;
    padding:12px;
    padding-bottom:calc(92px + env(safe-area-inset-bottom));
  }
  .gm-wechat-card{
    max-height:calc(100dvh - 116px - env(safe-area-inset-bottom));
    padding:22px 18px 18px;
    border-radius:22px;
  }
  .gm-wechat-card h2{
    font-size:21px;
  }
  .gm-wechat-qr{
    width:min(100%,280px);
  }
}


/* ============================================================
   외국인 전용 인터넷 1년 약정 요금
   - 인터넷·TV 다국어 페이지 최상단에서 1년 약정 요금과 Wi-Fi 혜택을 강조합니다.
   - B tv 추가 시 3년 약정이라는 핵심 조건을 별도 경고 카드로 분리합니다.
============================================================ */
.foreigner-internet-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-bottom: 1px solid #e2e8f0;
}

.foreigner-internet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.foreigner-internet-card {
  padding: 24px;
  border: 1px solid #bfdbfe;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.08);
}

.foreigner-internet-card h3 {
  min-height: 58px;
  margin: 12px 0 18px;
  color: #17366f;
  font-size: 18px;
  line-height: 1.45;
}

.foreigner-internet-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.foreigner-internet-price strong {
  color: #dc2626;
  font-size: 30px;
  line-height: 1.1;
}

.foreigner-internet-price span {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.foreigner-internet-wifi,
.foreigner-tv-contract {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
}

.foreigner-internet-wifi {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.foreigner-tv-contract {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.foreigner-internet-wifi > span,
.foreigner-tv-contract > span {
  flex: 0 0 auto;
  font-size: 25px;
  line-height: 1.2;
}

.foreigner-internet-wifi strong,
.foreigner-tv-contract strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.foreigner-internet-wifi p,
.foreigner-tv-contract p {
  margin: 0;
  color: inherit;
}

.foreigner-internet-notes {
  margin: 20px 0 0;
  padding: 18px 20px 18px 40px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #ffffff;
}

.foreigner-internet-notes li {
  margin: 7px 0;
}

@media (max-width: 760px) {
  .foreigner-internet-grid {
    grid-template-columns: 1fr;
  }

  .foreigner-internet-card h3 {
    min-height: auto;
  }
}

@media (max-width: 420px) {
  .foreigner-internet-card,
  .foreigner-internet-wifi,
  .foreigner-tv-contract {
    padding: 18px;
  }

  .foreigner-internet-price strong {
    font-size: 27px;
  }
}
/* ============================================================
   다국어 About 페이지 핵심 특징 카드
   - 영문·일문·중문 모두 데스크톱에서 4개 카드를 2 × 2로 표시합니다.
   - 작은 모바일 화면에서는 한 줄에 1개씩 표시해 가독성을 유지합니다.
============================================================ */
.about-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 560px) {
  .about-cards {
    grid-template-columns: 1fr;
  }
}