:root {
    --color-1: #171717;
    --size-1: 1rem;
}

html {
    font-size: 16px;
    background: #F5F5F5;
    -webkit-overflow-scrolling: touch;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    letter-spacing: -.035rem;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-size: var(--size-1);
    color: var(--color-1);
    background: #F5F5F5;
    -webkit-overflow-scrolling: touch;
}
body.landing-main {
    min-width: 0;
    overflow-x: hidden;
    background: #F5F5F5;
    padding-bottom: 92px;
}
body.landing-main.tmap-popup-open {
    overflow: hidden;
}
.tmap-page {
    width: 360px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}
.tmap-hero {
    position: relative;
    width: 360px;
    height: 640px;
    padding: 50px 15px 8px;
    box-sizing: border-box;
    overflow: hidden;
}
.tmap-hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    pointer-events: none;
}
.tmap-header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 1100;
    width: 360px;
    height: 50px;
    background: transparent;
    box-shadow: none;
    transform: translateX(-50%);
    transition: background .3s, box-shadow .3s;
}
.tmap-header.scroll {    
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.tmap-hero-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.tmap-hero-brand img {
    display: block;
    flex-shrink: 0;
    object-fit: contain;
    pointer-events: none;
}
.tmap-hero-brand-tmap {
    width: 20px;
    height: 20px;
}
.tmap-hero-brand i {
    display: block;
    width: 1px;
    height: 20px;
    background: #0064ff;
}
.tmap-hero-brand-datalab {
    width: 60px;
    height: 18px;
}
.tmap-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px;
    color: #fff;
    background: linear-gradient(90deg, #4d4bff 0%, #009afe 50%, #00d2ff 100%);
    border-radius: 99px;
    box-shadow: inset 0 -2px 4px rgba(0,0,0,0.2), inset 0 2px 4px rgba(255,255,255,0.25);
}
.tmap-hero-badge img {
    display: block;
    width: 15px;
    height: 13px;
    flex-shrink: 0;
    object-fit: contain;
}
.tmap-hero-title {
    margin: 16px 0 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    text-shadow: 0 4px 30px rgba(0,0,0,0.25);
}
.tmap-hero-badge,
.tmap-hero-title {
    position: relative;
    z-index: 1;
}
body * {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    word-break: keep-all;
    box-sizing: border-box;
}

/* 팝업 */
.layerPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;    
}

/* TMAP InputBottomPopup / CTA */
#mformCounsel {
    position: static;
    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0;
    left: auto;
    bottom: auto;
    transform: none;
    overflow: visible;
    background: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.tmap-cta-fixed {
    position: fixed;
    left: 50%;
    bottom: 50px;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 328px;
    height: 60px;
    padding: 10px 20px 12px;
    overflow: hidden;
    isolation: isolate;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(90deg, #994aff 0%, #0063ff 50%, #29d6ed 100%);
    box-shadow: 0 4px 30px -4px rgba(0,128,255,0.3), 0 0 20px -2px rgba(77,0,255,0.5), inset 0 1px 8px rgba(102,77,255,0.15);
    cursor: pointer;
    transform: translateX(-50%);
    transition: transform .25s ease, box-shadow .25s ease;
}
.tmap-cta-fixed::before {
    content: "";
    position: absolute;
    inset: 1.5px;
    z-index: 0;
    background: #14141f;
    border-radius: 10.5px;
    pointer-events: none;
}
.tmap-cta-fixed .tmap-cta-sub,
.tmap-cta-fixed .tmap-cta-main {
    position: relative;
    z-index: 1;
}
.tmap-cta-fixed .tmap-cta-sub {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.22px;
    color: #80ccff;
    white-space: nowrap;
}
.tmap-cta-fixed .tmap-cta-main {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #fff;
    white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
    .tmap-cta-fixed:hover {
        transform: translateX(-50%) translateY(-3px);
        box-shadow: 0 8px 32px -4px rgba(0,128,255,0.45), 0 4px 24px -2px rgba(77,0,255,0.65), inset 0 1px 8px rgba(102,77,255,0.15);
    }
}

.tmap-popup-dim {
    position: fixed;
    inset: 0;
    z-index: 1250;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity .28s ease, visibility .28s ease;
}
.tmap-popup {
    position: fixed;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: 1300;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 360px;
    max-width: 100%;
    height: auto;
    max-height: none;
    overflow: hidden;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    pointer-events: none;
    transform: translateX(-50%) translateY(110%);
    transition: transform .32s ease;
}
.tmap-popup > form {
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    width: 100%;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 -8px 24px rgba(0,0,0,0.1);
    pointer-events: auto;
}
#mformCounsel.is-open .tmap-cta-fixed {
    display: none;
}
#mformCounsel.is-open .tmap-popup-dim {
    opacity: 1;
    visibility: visible;
}
#mformCounsel.is-open .tmap-popup {
    transform: translateX(-50%) translateY(0);
}

.tmap-popup-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 24px;
    width: 360px;
    max-width: 100%;
    padding: 24px 20px;
    background: linear-gradient(180deg, #0064ff 0%, #6c43ff 100%);
}
.tmap-popup-close,
#lowCounsel .tmap-popup-close {
    display: none !important;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
}
.tmap-popup-close span,
.tmap-popup-close span::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 1.5px;
    background: #fff;
    border-radius: 1px;
}
.tmap-popup-close span {
    transform: translate(-50%, -50%) rotate(45deg);
}
.tmap-popup-close span::before {
    content: "";
    transform: translate(-50%, -50%) rotate(90deg);
}
.tmap-popup-handle {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 4px;
    cursor: pointer;
}
.tmap-popup-handle span {
    display: block;
    width: 110px;
    height: 4px;
    background: #d1d1db;
    border-radius: 2px;
}
.tmap-popup-title-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.tmap-popup-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #fff;
}
.tmap-popup-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.12px;
    color: #d3edff;
    background: rgba(255,255,255,0.13);
    border-radius: 100px;
}

.tmap-popup-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 20px;
    min-height: 0;
    padding: 20px 20px 32px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}
.tmap-popup-body > * {
    flex-shrink: 0;
}
.tmap-fields {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.tmap-fields-row {
    display: flex;
    gap: 10px;
}
.tmap-field {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.tmap-field label {
    font-size: 11px;
    font-weight: 600;
    color: #555566;
}
.tmap-field input {
    width: 100%;
    height: 44px;
    padding: 12px 14px;
    font-size: 14px;
    color: #1e293b;
    background: #f8f8fb;
    border: 1px solid #e2e2ec;
    border-radius: 6px;
}
.tmap-field input::placeholder {
    color: #a9a9a9;
}
.tmap-field input[readonly] {
    color: #1e293b;
}

.tmap-agree {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 320px;
    padding-top: 8px;
}
.tmap-agree-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.tmap-agree-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 0;
    background: #fff;
    border: 1.5px solid #cbd5e1;
    border-radius: 4px;
    cursor: pointer;
}
.tmap-agree-item input[type="checkbox"]:checked {
    background: #594D80;
    border-color: #594D80;
}
.tmap-agree-item input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    margin: 2px auto 0;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.tmap-agree-item label {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.26px;
    color: #475569;
    cursor: pointer;
}
.tmap-agree-item.all label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px;
    color: #1e293b;
}
.tmap-agree-view {
    flex: 0 0 auto;
    font-size: 11px;
    color: #94a3b8;
    text-decoration: none;
    white-space: nowrap;
}
.tmap-agree-line {
    width: 100%;
    height: 1px;
    background: #e2e2ec;
}
.tmap-agree-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.tmap-submit-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 320px;
    height: 60px;
    padding: 10px 20px;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(90deg, #994aff 0%, #6942ff 20%, #0063ff 50%, #00abff 80%, #29d6ed 100%);
    box-shadow: 0 12px 24px -6px rgba(0,77,204,0.25), 0 6px 12px -2px rgba(51,26,153,0.4), inset 0 -2px 4px rgba(0,0,0,0.2), inset 0 2px 4px rgba(255,255,255,0.25);
    cursor: pointer;
}
.tmap-submit-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.075) 100%);
    pointer-events: none;
}
.tmap-submit-btn span,
.tmap-submit-btn strong {
    position: relative;
    color: #fff;
    white-space: nowrap;
}
.tmap-submit-btn span {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.85;
}
.tmap-submit-btn strong {
    font-size: 16px;
    font-weight: 700;
}

#lowCounsel.tmap-popup {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    overflow: hidden;
    transform: none;
    animation: tmapPopupSlideUp .32s ease;
    box-shadow: none;
    pointer-events: auto;
}
#lowCounsel.tmap-popup > form {
    height: auto;
    max-height: 100%;
}
@keyframes tmapPopupSlideUp {
    from {
        transform: translateY(110%);
    }
    to {
        transform: translateY(0);
    }
}
html:has(#lowCounsel),
html:has(#lowCounsel) body {
    background: transparent !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.tmap-sec-head {
    padding: 0;
    text-align: center;
}
.tmap-sec-head h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.48px;
    color: #121212;
}
.tmap-sec-head p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.28px;
    color: #898989;
}
.tmap-sec-head.is-light h2,
.tmap-sec-head.is-light p {
    color: #fff;
}
.tmap-sec-head.is-light p {
    font-weight: 400;
}

.tmap-benefit1 {
    position: relative;
    padding: 48px 16px;
    overflow: hidden;
}
.tmap-benefit1 .tmap-sec-head h2 {
    font-size: 22px;
    letter-spacing: -0.44px;
}
.tmap-benefit1-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.tmap-benefit1::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(54,81,224,0.6);
    pointer-events: none;
}
.tmap-benefit1 .tmap-sec-head,
.tmap-benefit1 .tmap-gift-grid,
.tmap-benefit1 .tmap-benefit1-logo {
    position: relative;
    z-index: 1;
}
.tmap-gift-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 328px;
    margin: 24px auto 0;
}
.tmap-gift-item {
    position: relative;
    width: 158px;
    height: 194px;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
}
.tmap-gift-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tmap-gift-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 102px;
    background: linear-gradient(to top, #000, rgba(0,0,0,0));
    pointer-events: none;
}
.tmap-gift-item p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13px;
    z-index: 1;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.28px;
    color: #fff;
    text-align: center;
}
.tmap-benefit1-logo {
    display: block;
    width: 164px;
    height: 14px;
    margin: 48px auto 0;
    object-fit: contain;
}

.tmap-compare {
    padding: 48px 16px;
    background: #fdfdfd;
    border-top: 1px solid #ebebeb;
}
.tmap-compare-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 328px;
    margin: 24px auto 0;
}
.tmap-compare-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
    box-sizing: border-box;
}
.tmap-compare-card.is-old {
    width: 312px;
    margin-bottom: -10px;
    background: #f6f6f6;
    border: 1px solid #e8e7e7;
}
.tmap-compare-card.is-new {
    position: relative;
    z-index: 1;
    width: 328px;
    background: #0064fd;
    box-shadow: 0 -1px 5px rgba(53,129,255,0.25);
}
.tmap-compare-card strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #999;
}
.tmap-compare-card.is-new strong {
    font-weight: 700;
    color: #fff;
}
.tmap-compare-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.tmap-compare-price span {
    font-size: 18px;
    color: #999;
}
.tmap-compare-card.is-new .tmap-compare-price span {
    color: #fff;
}
.tmap-compare-price em {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    color: #999;
}
.tmap-compare-card.is-new .tmap-compare-price em {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}
.tmap-compare-card ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 12px;
    border-top: 1px solid #e8e7e7;
}
.tmap-compare-card.is-new ul {
    border-top-color: rgba(255,255,255,0.35);
}
.tmap-compare-card li {
    font-size: 11px;
    line-height: normal;
    color: #999;
    list-style: none;
}
.tmap-compare-card.is-new li {
    font-size: 12px;
    color: #fff;
}

.tmap-best {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 48px 16px;
    background: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
}
.tmap-best .tmap-sec-head p {
    margin-top: 8px;
    font-size: 12px;
}
.tmap-rank {
    width: 328px;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    box-sizing: border-box;
}
.tmap-rank-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
}
.tmap-rank-head strong {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1f;
}
.tmap-live {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    font-size: 9px;
    font-weight: 500;
    color: #fff;
    background: #000;
    border-radius: 10px;
}
.tmap-live i {
    width: 5px;
    height: 5px;
    background: #ff1e1e;
    border-radius: 50%;
}
.tmap-rank ol {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}
.tmap-rank li {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: 36px;
    padding: 8px 12px 8px 8px;
    box-sizing: border-box;
    overflow: hidden;
    list-style: none;
    border-radius: 8px;
    cursor: pointer;
}
.tmap-rank li.is-current {
    outline: none;
}
.tmap-rank li.is-top {
    background: linear-gradient(90deg, rgba(153,74,255,0.08) 0%, rgba(0,99,255,0.08) 50%, rgba(41,214,237,0.08) 100%);
}
.tmap-rank em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    color: #808087;
    background: #e5e5eb;
    border-radius: 2px;
}
.tmap-rank li.is-top em {
    color: #fff;
    background: linear-gradient(90deg, #994aff 10%, #0063ff 45%, #29d6ed 100%);
}
.tmap-rank li span {
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.24px;
    color: #4d4d54;
}
.tmap-rank li.is-top span {
    color: #1a1a1f;
}
.tmap-rank li b {
    font-size: 10px;
    font-weight: 500;
}
.tmap-rank li b.up { color: #ff1e1e; }
.tmap-rank li b.down { color: #0064ff; }
.tmap-rank li b.hold { color: #b3b3b3; font-size: 14px; }
.tmap-best-slide {
    width: 360px;
    margin: 0 0 0 -16px;
    padding: 0 0 0 16px;
    overflow: hidden;
}
.tmap-best-slide .swiper-slide {
    width: 286px;
}
.tmap-best-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 286px;
    height: 349px;
    padding: 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #994aff 0%, #0064ff 50%, #2ad6ec 100%) border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.tmap-best-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    height: 21px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: -0.5px;
    color: #fff;
    background: #000;
    border-radius: 999px;
}
.tmap-best-img {
    height: 114px;
    overflow: hidden;
    border-radius: 6px;
}
.tmap-best-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tmap-best-card h3 {
    width: 100%;
    height: 21px;
    margin: 0;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tmap-best-line {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #ebebeb;
}
.tmap-best-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    height: 60px;
}
.tmap-best-del {
    height: 15px;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    color: #737373;
    text-decoration: line-through;
}
.tmap-best-now {
    height: 24px;
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    color: #000;
}
.tmap-best-cond {
    height: 13px;
    margin: 0;
    font-size: 11px;
    line-height: 13px;
    color: #898989;
}
.tmap-best-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #fff;
    background: linear-gradient(90deg, #994aff 0%, #6943ff 20%, #0064ff 50%, #00aaff 80%, #2ad6ec 100%);
    border-radius: 4px;
}
.tmap-best-dots {
    position: relative;
    bottom: auto;
    margin-top: 20px;
}
.tmap-best-dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px !important;
    background: #e0e0e5;
    opacity: 1;
    border-radius: 4px;
}
.tmap-best-dots .swiper-pagination-bullet-active {
    width: 24px;
    background: #a9a9a9;
}

.tmap-benefit2 {
    padding: 32px 16px;
    background: #fff;
}
.tmap-benefit2-visual {
    display: block;
    width: 328px;
    height: 428px;
    margin: 0 auto 28px;
    object-fit: cover;
}
.tmap-benefit2-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 328px;
    margin: 24px auto 0;
}
.tmap-benefit2-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 120px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.04);
    box-sizing: border-box;
    list-style: none;
    transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}
.tmap-benefit2-list li.is-on {
    border-color: #0064fd;
    box-shadow: 0 6px 16px rgba(0,100,253,0.16);
    transform: translateY(-2px);
}
.tmap-benefit2-list img {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.tmap-benefit2-list h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.36px;
    color: #171717;
}
.tmap-benefit2-list em {
    font-style: normal;
    color: #0064fd;
}
.tmap-benefit2-list p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: -0.26px;
    color: #8c8c8c;
    word-break: break-all;
    overflow-wrap: anywhere;
}

.tmap-banner {
    padding: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.tmap-banner img {
    display: block;
    width: 360px;
    height: 214px;
    object-fit: cover;
}

.tmap-promo {
    padding: 48px 0 0;
}
.tmap-promo .tmap-sec-head p {
    margin-top: 12px;
    font-weight: 500;
    color: #7b7b7b;
}
.tmap-brand-tabs {
    display: flex;
    gap: 6px;
    width: 328px;
    margin: 24px auto 0;
}
.tmap-brand-tabs li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    background: #f5f5f5;
    border: 1.5px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    list-style: none;
}
.tmap-brand-tabs li.active {
    background: #fff;
    border-color: #171717;
    box-shadow: 0 4px 4px rgba(0,0,0,0.06);
}
.tmap-brand-tabs img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.tmap-brand-tabs span {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.22px;
    color: #b7b7b7;
}
.tmap-brand-tabs li.active span {
    font-weight: 600;
    color: #171717;
}
.tmap-promo-panels {
    position: relative;
    width: 360px;
    margin-top: 32px;
}
.tmap-promo-slide {
    display: block;
    width: 328px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.tmap-promo-slide .swiper-slide {
    width: 328px;
}
.tmap-promo-card {
    position: relative;
    width: 328px;
    height: 320px;
    padding: 24px;
    overflow: hidden;
    background: linear-gradient(-44deg, #21cdf0 0%, #01a7ff 32%, #7145ff 100%);
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.tmap-promo-prev,
.tmap-promo-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 29px;
    height: 58px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
}
.tmap-promo-prev { left: 0; }
.tmap-promo-next { right: 0; }
.tmap-promo-prev:after,
.tmap-promo-next:after {
    display: none;
    content: none;
}
.tmap-promo-prev img,
.tmap-promo-next img {
    display: block;
    width: 29px;
    height: 58px;
    object-fit: contain;
}
.tmap-promo-next img {
    transform: rotate(180deg) scaleY(-1);
}
.tmap-promo-slide .swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}
.tmap-promo-brand {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.24px;
    color: rgba(255,255,255,0.88);
}
.tmap-promo-card h3 {
    margin-top: 4px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.48px;
    color: #fff;
}
.tmap-promo-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-top: 4px;
    padding-top: 4px;
}
.tmap-promo-price span {
    font-size: 13px;
    line-height: 16px;
    color: rgba(255,255,255,0.63);
}
.tmap-promo-price em {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    color: #ffe500;
}
.tmap-promo-img {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 135px;
    height: 165px;
}
.tmap-promo-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tmap-cars {
    padding: 48px 16px;
}
.tmap-car-grid {
    display: none;
    flex-wrap: wrap;
    gap: 60px 8px;
    width: 328px;
    margin: 0 auto;
}
.tmap-car-grid.active {
    display: flex;
}
.tmap-car-grid article {
    width: 160px;
    cursor: pointer;
}
.tmap-car-badge {
    display: inline-flex;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.49px;
    color: #fff;
    background: #171717;
    border-radius: 7px;
}
.tmap-car-img {
    height: 96px;
    margin-top: 0;
}
.tmap-car-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tmap-car-grid h3 {
    margin-top: 4px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.32px;
    color: #171717;
}
.tmap-car-price {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    padding: 0 12px;
    margin-top: 4px;
}
.tmap-car-price span {
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}
.tmap-car-price em {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #111;
}

.tmap-db {
    padding: 38px 0 48px;
    background: linear-gradient(180deg, #e8eeff 0%, #bfccfa 50%, #d1c7f2 100%);
}
.tmap-db .tmap-sec-head {
    padding: 0 24px 24px;
}
.tmap-db .tmap-sec-head h2 {
    color: #332666;
}
.tmap-db .tmap-sec-head p {
    font-size: 13px;
    color: #66618c;
}
.tmap-db-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 328px;
    margin: 0 auto;
    padding: 28px 24px;
    background: rgba(255,255,255,0.6);
    border-radius: 8px;
    box-shadow: 0 12px 32px -8px rgba(51,38,128,0.08), inset 0 1px 2px rgba(255,255,255,0.5);
    box-sizing: border-box;
}
.tmap-db .tmap-field label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.24px;
    color: #594d80;
}
.tmap-db .tmap-field input {
    height: 46px;
    padding: 13px 16px;
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 4px;
}
.tmap-db-agree .tmap-agree-item.all label {
    font-size: 12px;
    color: #594d80;
}
.tmap-db-agree .tmap-agree-item label {
    font-size: 12px;
    color: #807a94;
}
.tmap-db-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.tmap-db-agree {
    width: 100%;
    margin-top: 0;
}
.tmap-db-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #994aff 0%, #0063ff 50%, #29d6ed 100%);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.tmap-review {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(90deg, rgba(153,74,255,0.1) 0%, rgba(0,100,255,0.1) 50%, rgba(42,214,236,0.1) 100%);
}
.tmap-review-viewport {
    position: relative;
    width: 360px;
    height: 364px;
    margin-top: 24px;
}
.tmap-review-slide {
    width: 360px;
    height: 364px;
    overflow: visible;
}
.tmap-review-slide .swiper-slide {
    width: 244px;
    height: 364px;
    overflow: visible;
    z-index: 1;
}
.tmap-review-slide .swiper-slide-active {
    z-index: 3;
}
.tmap-review-card {
    width: 244px;
    height: 364px;
    list-style: none;
    perspective: 1200px;
    -webkit-perspective: 1200px;
}
.tmap-review-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale(0.9);
    transform-origin: center center;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: transform .5s ease;
}
.swiper-slide-active .tmap-review-inner {
    transform: scale(1);
}
.tmap-review-card.is-flip .tmap-review-inner {
    transform: scale(1) rotateY(180deg);
    transition: transform .55s ease;
}
.tmap-review-photo,
.tmap-review-text {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 24px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.tmap-review-photo {
    z-index: 2;
    background: #e4e4e4;
    pointer-events: auto;
}
.tmap-review-text {
    z-index: 1;
    pointer-events: none;
}
.tmap-review-card.is-flip .tmap-review-photo {
    z-index: 1;
    pointer-events: none;
}
.tmap-review-card.is-flip .tmap-review-text {
    z-index: 2;
    pointer-events: auto;
}
.tmap-review-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tmap-review-text {
    display: flex;
    flex-direction: column;
    padding: 24px 20px;
    background: #0465ed;
    box-sizing: border-box;
    transform: rotateY(180deg);
}
.tmap-review-body {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #fff;
}
.tmap-review-body.is-truncated {
    cursor: pointer;
}
.tmap-review-tip {
    position: fixed;
    z-index: 1400;
    display: none;
    box-sizing: border-box;
    width: 244px;
    max-width: 244px;
    padding: 24px 20px 20px;
    overflow: visible;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.28px;
    white-space: pre-wrap;
    word-break: keep-all;
    overflow-wrap: break-word;
    border-radius: 24px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.18);
    pointer-events: none;
}
.tmap-review-tip.is-show {
    display: block;
}
.tmap-review-user {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
}
.tmap-review-tags {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
}
.tmap-review-more {
    position: absolute;
    right: 78px;
    bottom: 24px;
    z-index: 5;
    width: 48px;
    height: 48px;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}
.tmap-review-more img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.tmap-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 360px;
    margin: 0 auto;
    padding: 48px 16px 64px;
    background: #f6f6f6;
    box-sizing: border-box;
}
.tmap-footer-logo {
    display: block;
    width: 97px;
    height: 26px;
}
.tmap-footer-biz {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 32px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
}
.tmap-footer-biz span {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.48px;
    color: #888;
}
.tmap-footer-biz img {
    display: block;
    width: 9px;
    height: 9px;
    transition: transform .2s ease;
}
.tmap-footer-biz.is-open img {
    transform: rotate(180deg);
}
.tmap-footer-biz-info {
    display: none;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.48px;
    color: #888;
}
.tmap-footer-biz-info.is-open {
    display: block;
}
.tmap-footer-links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}
.tmap-footer-links a {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: -0.48px;
    color: #888;
    text-decoration: none;
}
.tmap-footer-links i {
    display: block;
    width: 1px;
    height: 10px;
    background: #e1e1e1;
}