@charset "utf-8";
​
/* **************************** //필수 CSS 수정 및 삭제 불가 **************************** */
​
/* tag reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img { margin:0; padding:0; }
html { width:100%; height:100%; }
body,code { font-size:13px; font-family:Arial,"Apple SD Gothic Neo","Noto Sans Regular","맑은 고딕","malgun gothic","돋움","dotum",sans-serif; color:#000; color:var(--font-color-base); background:#fff; }
body { min-width:360px;}
body#popup { min-width:0; }
li { list-style:none; }
img,fieldset { border:none; vertical-align:top; }
table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
caption { display:none; }
th,td { border:0; vertical-align:top; }
input,select,textarea { font-size:100%; font-family:Arial,"Apple SD Gothic Neo","Noto Sans Regular","맑은 고딕","malgun gothic","돋움","dotum",sans-serif; color:#000; color:var(--font-color-base); vertical-align:middle; border-radius:0; box-sizing:border-box; }
button { font-family:Arial,"Apple SD Gothic Neo","Noto Sans Regular","맑은 고딕","malgun gothic","돋움","dotum",sans-serif; overflow:visible; padding:0; margin:0; border:0; cursor:pointer; background:none; }
hr.layout { display:none; }
a { text-decoration:none; color:#000; color:var(--font-color-base); }
a:hover { text-decoration:underline; }
a:active { text-decoration:none; }
.objHidden { visibility:hidden; position:absolute; left:-1000px; top:-1000px; height:0; width:0; }
#content_CONTAINER table, #bi_inquire_content_CONTAINER table { border:0; margin:0 0 -1px; }
#content_CONTAINER table:before, #bi_inquire_content_CONTAINER table:before { display:none; }
#content_CONTAINER td, #bi_inquire_content_CONTAINER td { width:auto !important; padding:0; }
​
#progressPaybarBackground { position:absolute; z-index:99; left:0; top:0; width:100%; height:100%; filter:alpha(opacity=40); opacity:0.3; background-color:#000; }
#progressPaybarView { position:fixed; z-index:100; top:50%; left:0; right:0; transform:translateY(-50%); }
#progressPaybarView h3 { font-size:32px; color:#444b59; }
#progressPaybarView .box { width:586px; margin:0 auto; padding:67px 0; text-align:center; background:#fff; }
#progressPaybarView .box .txt { margin:8px 0 36px; font-size:15px; line-height:26px; color:#667084; }
​
/* contents */
#skipNavigation {position:absolute; top:0; left:0; z-index:100; width:100%; height:0;}
#skipNavigation p, #skipNavigation ul, #skipNavigation ul li {height:0;}
#skipNavigation p a {position:absolute; left:0; top:0; display:block; overflow:hidden; width:1px; height:1px; margin-left:-1px; margin-bottom:-1px; text-align:center; color:#000; white-space:nowrap;}
#skipNavigation p a:focus, #skipNavigation p a:hover, #skipNavigation p a:active {width:100%; height:auto; padding:10px 0; background:#c4122f; color:#fff; z-index:100;}
​
.displaynone { display:none; }
.dimmed { position:fixed; top:0; left:0; z-index:99; width:100%; height:100%; background:#fff; opacity:0.8; filter:alpha(opacity=80); }
.blind { display: block; overflow: hidden; position: absolute; font-size: 1px; line-height: 0; color: transparent; text-indent: -150%; white-space: nowrap;}
​
/* IE Not Supoorted */
:root {
  --font-color-base:#000;
  --font-color-heading:#000;
  --font-color-primary:#000;
  --font-color-secondary:#ef441f;
  --font-color-warn:#ec2a1d;
  --font-color-success:#0985df;
}
​
span.notranslate { display: inline !important; }
/* **************************** 필수 CSS 수정 및 삭제 불가 **************************** */
​

/* Kuropay Cafe24 responsive theme overrides — append to /layout/basic/css/common.css */
:root {
    --kp-blue: #2477f3;
    --kp-blue-dark: #135fcf;
    --kp-blue-soft: #eef6ff;
    --kp-navy: #14213d;
    --kp-text: #1b2538;
    --kp-muted: #6f7b8e;
    --kp-border: #e5eaf1;
    --kp-surface: #ffffff;
    --kp-bg: #f7f9fc;
    --kp-red: #ff465d;
    --kp-yellow: #fee500;
    --kp-radius: 18px;
    --kp-shadow: 0 16px 46px rgba(34, 66, 122, 0.10);
}

html { scroll-behavior: smooth; }
body {
    min-width: 0 !important;
    color: #1b2538;
    background: #ffffff;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    word-break: keep-all;
}
body, button, input, select, textarea, a { font-family: inherit !important; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
#wrap { min-width: 0 !important; }
#container { width: 100% !important; max-width: none !important; margin: 0 !important; }
#contents { width: 100% !important; max-width: none !important; min-height: 420px; margin: 0 !important; padding: 0 !important; }
#contents > .path { max-width: 1180px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; }
#contents > .titleArea { max-width: 1180px; margin: 64px auto 38px !important; padding: 0 20px; text-align: center; }
#contents > .titleArea h2 { color: #14213d; font-size: 32px !important; font-weight: 800 !important; letter-spacing: -0.04em; }
#aside, .aside, .dimmed, #layoutDimmed { max-width: 100%; }

/* Header */
.kp-header {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 74px;
    border-bottom: 1px solid rgba(229, 234, 241, 0.9);
    background: rgba(255, 255, 255, 0.96);
}
.kp-header__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: min(1180px, calc(100% - 40px));
    height: 100%;
    margin: 0 auto;
}
.kp-brand, .kp-footer__brand {
    color: #2477f3 !important;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -0.055em;
}
.kp-brand { display: inline-flex; align-items: center; width: fit-content; }
.kp-brand img { display: block; width: 122px; height: auto; }
.kp-header__nav { display: flex; align-items: center; gap: 38px; }
.kp-header__nav a { color: #34425a; font-size: 15px; font-weight: 700; }
.kp-header__nav a:hover { color: #2477f3; }
.kp-header__actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.kp-header__login, .kp-header__link, .kp-header__cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 17px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 750;
}
.kp-header__login { color: #fff !important; background: #2477f3; }
.kp-header__link { color: #1b2538; background: #f7f9fc; }
.kp-header__cart { padding-right: 0; padding-left: 5px; color: #667187; }
.kp-header__cart strong { display: inline-flex; justify-content: center; align-items: center; min-width: 20px; height: 20px; margin-left: 6px; border-radius: 10px; color: #fff; background: #ff465d; font-size: 11px; }
.kp-mobile-menu { display: none; justify-self: end; position: relative; }
.kp-mobile-menu summary { display: grid; gap: 5px; width: 42px; height: 42px; padding: 11px 9px; border: 1px solid #e5eaf1; border-radius: 11px; cursor: pointer; list-style: none; }
.kp-mobile-menu summary::-webkit-details-marker { display: none; }
.kp-mobile-menu summary span { display: block; height: 2px; border-radius: 2px; background: #14213d; }
.kp-mobile-menu__panel { position: absolute; top: 51px; right: 0; display: grid; width: 210px; padding: 10px; border: 1px solid #e5eaf1; border-radius: 16px; background: #fff; box-shadow: 0 16px 46px rgba(34, 66, 122, 0.10); }
.kp-mobile-menu__panel a { padding: 12px 14px; border-radius: 10px; color: #1b2538; font-size: 14px; font-weight: 700; }
.kp-mobile-menu__panel a:hover { background: #eef6ff; color: #2477f3; }

/* Shared */
.kp-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.kp-eyebrow { display: inline-block; margin-bottom: 10px; color: #2477f3; font-size: 12px; font-weight: 850; letter-spacing: 0.12em; }
.kp-section__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.kp-section__heading h2 { margin: 0; color: #14213d; font-size: 32px; font-weight: 850; line-height: 1.25; letter-spacing: -0.045em; }
.kp-section__heading p { margin-top: 10px; color: #6f7b8e; font-size: 15px; line-height: 1.7; }
.kp-section__heading > a { color: #2477f3; font-size: 14px; font-weight: 750; }
.kp-section__heading--center { justify-content: center; text-align: center; }
.kp-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 13px; font-size: 15px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.kp-button:hover { transform: translateY(-2px); }
.kp-button--primary { color: #fff !important; background: #2477f3; box-shadow: 0 11px 26px rgba(36, 119, 243, .24); }
.kp-button--primary:hover { background: #135fcf; }
.kp-button--outline { border: 1px solid #e5eaf1; color: #2477f3 !important; background: #fff; }
.kp-button--dark { color: #fff !important; background: #14213d; }

/* Hero */
.kp-hero { position: relative; min-height: 470px; overflow: hidden; background: #eaf5ff url('https://ecimg.cafe24img.com/pg3224b11352884025/kuropay/web/upload/kuropay/hero_background.png') center / cover no-repeat; }
.kp-hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: 48px; width: min(1180px, calc(100% - 40px)); min-height: 470px; margin: 0 auto; }
.kp-hero__content { position: relative; z-index: 2; padding: 64px 0; text-align: left; }
.kp-hero__badge { display: inline-flex; align-items: center; min-height: 38px; margin-bottom: 20px; padding: 0 18px; border: 1px solid rgba(36, 119, 243, .12); border-radius: 999px; color: #2477f3; background: rgba(255,255,255,.92); box-shadow: 0 10px 26px rgba(52, 101, 168, .09); font-size: 14px; font-weight: 850; }
.kp-hero h1 { margin: 0; color: #14213d; font-size: clamp(38px, 4vw, 58px); font-weight: 900; line-height: 1.17; letter-spacing: -0.06em; }
.kp-hero p { margin: 18px 0 28px; color: #6d7b91; font-size: 16px; }
.kp-hero__visual { position: relative; z-index: 1; display: grid; place-items: center; align-self: end; min-height: 430px; }
.kp-hero__visual img { display: block; width: min(100%, 520px); height: auto; filter: drop-shadow(0 22px 32px rgba(35, 75, 137, .14)); }

/* Product grid */
.kp-product-section { padding: 92px 0 100px; }
.kp-category-tabs { display: flex; gap: 9px; margin-bottom: 24px; overflow-x: auto; scrollbar-width: none; }
.kp-category-tabs::-webkit-scrollbar { display: none; }
.kp-category-tabs a { flex: 0 0 auto; display: inline-flex; align-items: center; min-height: 42px; padding: 0 18px; border: 1px solid #e5eaf1; border-radius: 999px; color: #667187; background: #fff; font-size: 14px; font-weight: 750; }
.kp-category-tabs a.is-active, .kp-category-tabs a:hover { border-color: #2477f3; color: #fff; background: #2477f3; }
.ec-base-product.kp-products { margin: 0 !important; }
.ec-base-product.kp-products .kp-product-grid { display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 15px; margin: 0 !important; }
.ec-base-product.kp-products .kp-product-grid > li { width: auto !important; margin: 0 !important; padding: 0 !important; }
.kp-product-card { position: relative; height: 100%; min-height: 262px; padding: 22px 18px 18px; overflow: hidden; border: 1px solid #e5eaf1; border-radius: 18px; background: #fff; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.kp-product-card:hover { transform: translateY(-5px); border-color: #bed7ff; box-shadow: 0 16px 46px rgba(34, 66, 122, 0.10); }
.kp-product-card__thumb { display: grid; place-items: center; width: 100%; height: 118px; margin-bottom: 15px; overflow: hidden; border-radius: 13px; background: #f7f9fc; }
.kp-product-card__thumb > img { width: 92px !important; height: 92px !important; object-fit: contain; transition: transform .25s ease; }
.kp-product-card:hover .kp-product-card__thumb > img { transform: scale(1.05); }
.kp-product-card__body { text-align: left; }
.kp-product-card__deal { display: block; margin-bottom: 7px; color: #ff465d; font-size: 12px; font-weight: 850; }
.kp-product-card h3 { min-height: 43px; margin: 0 0 8px; color: #14213d; font-size: 15px; font-weight: 800; line-height: 1.45; letter-spacing: -0.03em; }
.kp-product-card h3 a { color: inherit; }
.kp-product-card__spec { display: grid; gap: 3px; margin: 0; color: #1b2538; font-size: 14px; font-weight: 750; }
.kp-product-card__spec li { margin: 0 !important; line-height: 1.4; }
.kp-product-card__spec strong { margin-right: 6px; color: #6f7b8e; font-size: 11px; font-weight: 600; }
.kp-product-card__spec li + li { color: #9aa3b2; font-size: 12px; text-decoration: line-through; }
.kp-product-card__icons { position: absolute; top: 12px; left: 12px; display: flex; gap: 3px; }
.kp-product-card__icons img { max-height: 20px; }
.kp-product-more { display: flex; justify-content: center; margin-top: 32px; }

/* Original Kuropay promotion banner */
.kp-promo-section { padding-bottom: 96px; }
.kp-promo-section img { display: block; width: 100%; border-radius: 20px; box-shadow: 0 16px 46px rgba(34, 66, 122, 0.10); }

/* Order history CTA */
.kp-history-section { padding: 86px 0 96px; border-top: 1px solid #f0f2f6; }
.kp-history-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 28px 30px; border: 1px solid #e5eaf1; border-radius: 22px; background: linear-gradient(135deg,#fff,#f7faff); box-shadow: 0 14px 40px rgba(47, 77, 128, .07); }
.kp-history-card__icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: #fff; background: #2477f3; font-size: 22px; font-weight: 900; }
.kp-history-card strong { display: block; margin-bottom: 5px; color: #14213d; font-size: 17px; font-weight: 850; }
.kp-history-card p { color: #6f7b8e; font-size: 14px; line-height: 1.6; }

/* Support */
.kp-support-section { background: #eef6ff; }
.kp-support-section__inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 60px; padding-top: 92px; padding-bottom: 92px; }
.kp-support-copy h2 { margin: 0; color: #14213d; font-size: 38px; font-weight: 900; line-height: 1.25; letter-spacing: -0.05em; }
.kp-support-copy p { margin-top: 16px; color: #6f7b8e; font-size: 15px; line-height: 1.7; }
.kp-support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.kp-support-card { display: flex; flex-direction: column; min-height: 224px; padding: 25px; border: 1px solid rgba(36,119,243,.12); border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(45, 91, 154, .08); }
.kp-support-card__icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 25px; border-radius: 14px; color: #fff; background: #2477f3; font-size: 20px; font-weight: 900; }
.kp-support-card > span:not(.kp-support-card__icon) { color: #6f7b8e; font-size: 13px; font-weight: 700; }
.kp-support-card strong { margin: 5px 0 10px; color: #14213d; font-size: 20px; font-weight: 900; }
.kp-support-card small { margin-top: auto; color: #8993a4; font-size: 12px; line-height: 1.55; }
.kp-support-card--kakao .kp-support-card__icon { color: #2d2500; background: #fee500; }

/* Notices */
.kp-notice-section { padding: 88px 0 102px; }
.kp-notice-list { border-top: 1px solid #14213d; }
.kp-notice-list a { display: flex; justify-content: space-between; align-items: center; min-height: 68px; padding: 0 10px; border-bottom: 1px solid #e5eaf1; color: #1b2538; font-size: 15px; font-weight: 700; }
.kp-notice-list a:hover span { color: #2477f3; }
.kp-notice-list strong { color: #6f7b8e; font-size: 13px; }

/* Footer */
#footer.kp-footer { width: 100%; color: #aeb8c9 !important; background: #111b2e !important; }
#footer.kp-footer a { color: inherit; }
.kp-footer__inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 58px 0 32px; }
.kp-footer__top { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.1); }
.kp-footer__brand { color: #fff !important; }
.kp-footer__links { display: flex; flex-wrap: wrap; gap: 24px; }
.kp-footer__links a { color: #aeb8c9; font-size: 13px; }
.kp-footer__links strong { color: #fff; }
.kp-footer__content { display: grid; grid-template-columns: 1.45fr .55fr; gap: 70px; padding: 34px 0; }
.kp-footer h2 { margin: 0 0 16px; color: #fff; font-size: 14px; font-weight: 800; }
.kp-footer__business dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 26px; }
.kp-footer__business dl > div { display: flex; gap: 8px; min-width: 0; font-size: 12px; line-height: 1.55; }
.kp-footer__business dt { flex: 0 0 auto; color: #7f8ca2; }
.kp-footer__business dd { margin: 0; color: #b9c2d0; }
.kp-footer__business .kp-footer__address { grid-column: 1 / -1; }
.kp-footer__support { display: flex; flex-direction: column; align-items: flex-start; }
.kp-footer__phone { color: #fff !important; font-size: 24px; font-weight: 900; }
.kp-footer__support p, .kp-footer__email { margin-top: 7px; color: #93a0b5; font-size: 12px; line-height: 1.55; }
.kp-footer__kakao { display: inline-flex; align-items: center; min-height: 36px; margin-top: 16px; padding: 0 13px; border-radius: 9px; color: #2d2500 !important; background: #fee500; font-size: 12px; font-weight: 800; }
.kp-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #738097; font-size: 11px; }

/* Native category, product, member, cart and order pages */
.xans-product-menupackage, .xans-product-normalpackage, .xans-product-detail, .xans-member-login, .xans-member-join, .xans-myshop-orderhistorylistitem, .xans-order-basketpackage, .xans-order-form { width: min(1180px, calc(100% - 40px)); margin-right: auto !important; margin-left: auto !important; }
.xans-product-menupackage { padding-top: 55px; }
.xans-product-normalpackage { padding-bottom: 90px; }
.xans-product-normalpackage .ec-base-product .prdList { display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 15px; }
.xans-product-normalpackage .ec-base-product .prdList > li { width: auto !important; margin: 0 !important; }
.ec-base-product .prdList { gap: 15px; }
.ec-base-product .prdList > li .prdList__item { overflow: hidden; border: 1px solid #e5eaf1; border-radius: 18px; background: #fff; }
.ec-base-product .prdList .description { padding: 16px !important; }
.ec-base-product .prdList .description .name a { color: #14213d !important; font-weight: 800; }
.xans-product-detail { padding: 62px 0 100px; }
.xans-product-detail .detailArea { gap: 50px; }
.xans-product-detail .imgArea, .xans-product-detail .infoArea { float: none !important; }
.xans-product-detail .imgArea .keyImg { overflow: hidden; border: 1px solid #e5eaf1; border-radius: 22px; background: #f7f9fc; }
.xans-product-detail .infoArea h2 { color: #14213d; font-size: 28px !important; font-weight: 900 !important; letter-spacing: -0.04em; }
.xans-product-detail .infoArea table { border-top-color: #14213d !important; }
.xans-product-detail .infoArea select, .xans-product-detail .infoArea input { min-height: 46px; border: 1px solid #e5eaf1 !important; border-radius: 10px; }
.xans-product-detail .infoArea .btnSubmit, .xans-product-detail .infoArea .btnEm { border-color: #2477f3 !important; color: #fff !important; background: #2477f3 !important; }
.xans-product-detail .infoArea .btnNormal { border-color: #e5eaf1 !important; border-radius: 12px !important; background: #fff !important; }
.xans-product-additional { width: min(1180px, calc(100% - 40px)); margin-right: auto !important; margin-left: auto !important; padding-bottom: 100px; }
.xans-product-additional .ec-base-tab .menu li a { font-weight: 750; }
.xans-member-login { max-width: 520px; padding: 82px 20px 110px; }
.xans-member-login .login { padding: 34px !important; border: 1px solid #e5eaf1 !important; border-radius: 22px; background: #fff; box-shadow: 0 16px 46px rgba(34, 66, 122, 0.10); }
.xans-member-login input[type="text"], .xans-member-login input[type="password"] { width: 100% !important; height: 52px !important; margin-bottom: 10px !important; padding: 0 16px !important; border: 1px solid #e5eaf1 !important; border-radius: 12px !important; box-sizing: border-box; }
.xans-member-login .btnSubmit, .xans-member-login .btnEm { min-height: 52px; border-color: #2477f3 !important; border-radius: 12px !important; color: #fff !important; background: #2477f3 !important; font-weight: 800; }
.ec-base-button [class*="btn"] { border-radius: 11px !important; }
.ec-base-button .btnSubmit, .ec-base-button .btnEm, .ec-base-button .btnSubmitFix { border-color: #2477f3 !important; color: #fff !important; background: #2477f3 !important; }
.ec-base-table table { border-top-color: #14213d !important; }
.ec-base-table th { background: #f7f9fc !important; }

/* Customer center */
.kp-customer-hero { padding: 82px 0 88px; background: linear-gradient(180deg, #eef6ff 0%, #f7fbff 100%); text-align: center; }
.kp-customer-hero h1 { margin: 0; color: #14213d; font-size: 44px; font-weight: 900; letter-spacing: -0.055em; }
.kp-customer-hero p { margin-top: 12px; color: #6f7b8e; font-size: 15px; }
.kp-customer-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 760px; margin: 38px auto 0; text-align: left; }
.kp-customer-contact { display: grid; grid-template-columns: auto 1fr; column-gap: 15px; padding: 24px; border: 1px solid rgba(36,119,243,.12); border-radius: 20px; background: #fff; box-shadow: 0 13px 35px rgba(45,91,154,.08); }
.kp-customer-contact__icon { grid-row: 1 / 5; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: #fff; background: #2477f3; font-size: 19px; font-weight: 900; }
.kp-customer-contact > span:not(.kp-customer-contact__icon) { color: #6f7b8e; font-size: 12px; font-weight: 750; }
.kp-customer-contact strong { margin: 3px 0 6px; color: #14213d; font-size: 21px; font-weight: 900; }
.kp-customer-contact small { color: #8993a4; font-size: 11px; line-height: 1.5; }
.kp-customer-contact--kakao .kp-customer-contact__icon { color: #2d2500; background: #fee500; }
.kp-customer-guides { padding: 84px 0 72px; }
.kp-customer-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.kp-customer-guide-grid a { display: flex; flex-direction: column; gap: 22px; padding: 24px; border: 1px solid #e5eaf1; border-radius: 16px; background: #fff; }
.kp-customer-guide-grid strong { color: #14213d; font-size: 16px; font-weight: 850; }
.kp-customer-guide-grid span { color: #2477f3; font-size: 12px; font-weight: 750; }
.kp-customer-board { padding: 18px 0 92px; }
.kp-customer-board__table table { border-top: 1px solid #14213d !important; }
.kp-customer-board__table th { height: 54px; color: #657187; font-size: 13px; }
.kp-customer-board__table td { height: 62px; color: #667187; font-size: 13px; }
.kp-customer-board__table td.subject a { color: #1b2538; font-size: 14px; font-weight: 750; }
.kp-customer-paging { padding-bottom: 92px; }

@media (max-width: 1100px) {
    .ec-base-product.kp-products .kp-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .xans-product-normalpackage .ec-base-product .prdList { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .kp-hero__inner { grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 24px; }
}

@media (max-width: 860px) {
    .kp-header { height: 66px; }
    .kp-header__inner { grid-template-columns: 1fr auto; width: min(100% - 32px, 1180px); }
    .kp-brand img { width: 112px; }
    .kp-header__nav, .kp-header__actions { display: none; }
    .kp-mobile-menu { display: block; }
    .kp-mobile-menu__panel { position: fixed; z-index: 2000; top: 66px; right: 16px; }
    .kp-hero { min-height: 0; }
    .kp-hero__inner { grid-template-columns: 1fr; gap: 0; min-height: 0; padding-top: 52px; }
    .kp-hero__content { padding: 24px 18px 10px; text-align: center; }
    .kp-hero__visual { min-height: 0; }
    .kp-hero__visual img { width: min(100%, 430px); }
    .kp-product-section, .kp-history-section, .kp-notice-section { padding-top: 72px; padding-bottom: 76px; }
    .ec-base-product.kp-products .kp-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .xans-product-normalpackage .ec-base-product .prdList { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .kp-support-section__inner { grid-template-columns: 1fr; gap: 34px; padding-top: 72px; padding-bottom: 72px; }
    .kp-support-copy { text-align: center; }
    .kp-support-copy h2 { font-size: 32px; }
    .kp-footer__content { grid-template-columns: 1fr; gap: 34px; }
    .xans-product-detail .detailArea { display: block !important; }
}

@media (max-width: 620px) {
    .kp-section { width: min(100% - 30px, 1180px); }
    .kp-section__heading { align-items: flex-start; margin-bottom: 22px; }
    .kp-section__heading h2 { font-size: 26px; }
    .kp-section__heading > a { display: none; }
    .kp-hero__inner { width: min(100% - 30px, 1180px); padding-top: 40px; }
    .kp-hero h1 { font-size: 36px; }
    .kp-hero p { font-size: 14px; line-height: 1.6; }
    .kp-hero__visual img { width: min(100%, 350px); }
    .kp-promo-section { padding-bottom: 76px; }
    .kp-promo-section img { border-radius: 14px; }
    .kp-category-tabs { margin-right: -15px; padding-right: 15px; }
    .ec-base-product.kp-products .kp-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .xans-product-normalpackage .ec-base-product .prdList { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .kp-product-card { min-height: 232px; padding: 15px 12px 14px; border-radius: 15px; }
    .kp-product-card__thumb { height: 102px; margin-bottom: 12px; }
    .kp-product-card__thumb > img { width: 78px !important; height: 78px !important; }
    .kp-product-card h3 { font-size: 14px; }
    .kp-history-card { grid-template-columns: auto 1fr; gap: 14px; padding: 22px 18px; }
    .kp-history-card .kp-button { grid-column: 1 / -1; width: 100%; }
    .kp-support-grid { grid-template-columns: 1fr; }
    .kp-support-card { min-height: 198px; }
    .kp-customer-hero { padding: 68px 0 70px; }
    .kp-customer-hero h1 { font-size: 36px; }
    .kp-customer-contact-grid, .kp-customer-guide-grid { grid-template-columns: 1fr; }
    .kp-customer-contact { padding: 20px; }
    .kp-customer-guides { padding-top: 68px; }
    .kp-customer-board__table th:first-child, .kp-customer-board__table td:first-child, .kp-customer-board__table th:nth-child(3), .kp-customer-board__table td:nth-child(3) { display: none; }
    .kp-footer__top { align-items: flex-start; flex-direction: column; }
    .kp-footer__links { gap: 12px 18px; }
    .kp-footer__business dl { grid-template-columns: 1fr; }
    .kp-footer__business .kp-footer__address { grid-column: auto; }
    .kp-footer__bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
