:root {
    --ink: #171814;
    --muted: #676a60;
    --paper: #ffffff;
    --soft: #f3f2ed;
    --line: #deded7;
    --forest: #244431;
    --forest-deep: #172d21;
    --accent: #bd2f28;
    --gold: #c99543;
    --naver: #03c75a;
    --shell: min(1180px, calc(100% - 48px));
    --shadow: 0 20px 50px rgba(18, 28, 21, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--font-sans);
    line-height: 1.65;
    word-break: keep-all;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.site-shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 10px 16px; color: #fff; background: #000; }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(0,0,0,.06); }
.header-top { height: 34px; color: #6c6e68; border-bottom: 1px solid #ecece7; font-size: 12px; letter-spacing: .02em; }
.header-top-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.header-links { display: flex; align-items: center; gap: 22px; }
.header-links a:hover { color: var(--accent); }
.nav-row { height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.brand { flex: 0 0 196px; }
.brand img { width: 196px; height: auto; }
.primary-nav { align-self: stretch; display: flex; align-items: stretch; justify-content: flex-end; gap: 18px; }
.nav-group { position: relative; display: flex; align-items: center; }
.nav-group > a { position: relative; display: flex; align-items: center; height: 100%; padding: 0 22px; font-size: 17px; font-weight: 700; }
.nav-group > a::after { content: ""; position: absolute; left: 22px; right: 22px; bottom: 0; height: 3px; background: var(--accent); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.nav-group:hover > a::after, .nav-group:focus-within > a::after, .nav-group.is-active > a::after { transform: scaleX(1); }
.submenu { position: absolute; left: 50%; top: calc(100% - 1px); min-width: 205px; padding: 12px 0; background: #fff; border: 1px solid #e5e5df; box-shadow: var(--shadow); transform: translate(-50%, 10px); opacity: 0; visibility: hidden; transition: .18s ease; }
.submenu a { display: block; padding: 8px 22px; color: #5d6159; font-size: 14px; white-space: nowrap; }
.submenu a:hover, .submenu a:focus { color: var(--accent); background: #f7f7f3; }
.nav-group:hover .submenu, .nav-group:focus-within .submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

.hero-slider { position: relative; height: min(680px, calc(100vh - 128px)); min-height: 540px; overflow: hidden; background: #16251c; }
.hero-slider--empty,
.hero-slide--fallback { background: radial-gradient(circle at 78% 22%, #476a50 0, #263f30 32%, #14271c 72%); }
.hero-slides, .hero-slide, .hero-media, .hero-media picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide { opacity: 0; pointer-events: none; transition: opacity .85s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; animation: heroZoom 8s ease-out both; }
.hero-slide:not(.is-active) .hero-media img { animation: none; }
.hero-media iframe { position: absolute; left: 50%; top: 50%; width: 120vw; height: 67.5vw; min-width: 177.78vh; min-height: 100vh; border: 0; transform: translate(-50%, -50%); pointer-events: none; }
.hero-mobile-fallback { display: none; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,16,12,.64) 0%, rgba(9,16,12,.28) 55%, rgba(9,16,12,.2) 100%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; padding-bottom: 20px; }
.hero-kicker { margin: 0 0 18px; color: #e5c48f; font-family: Georgia, serif; font-size: 13px; letter-spacing: .28em; }
.hero-content h1 { max-width: 750px; margin: 0 0 20px; font-family: var(--font-serif); font-size: clamp(44px, 5vw, 70px); line-height: 1.12; letter-spacing: -.045em; }
.hero-content > p:not(.hero-kicker) { margin: 0 0 34px; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.8; }
.hero-controls { position: absolute; z-index: 4; left: 50%; bottom: 38px; display: flex; align-items: center; gap: 14px; transform: translateX(-50%); }
.hero-controls > button { width: 34px; height: 34px; padding: 0; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; cursor: pointer; }
.hero-dots { display: flex; align-items: center; gap: 9px; }
.hero-dot { width: 26px !important; height: 3px !important; border: 0 !important; border-radius: 0 !important; background: rgba(255,255,255,.45) !important; }
.hero-dot.is-active { background: #fff !important; }
@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1.11); } }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 11px 24px; border: 1px solid transparent; font-size: 14px; font-weight: 800; letter-spacing: -.01em; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--accent { color: #fff; background: var(--accent); }
.button--dark { color: #fff; background: var(--forest-deep); }
.button--light { color: var(--forest-deep); background: #fff; }
.button--outline { color: #fff; border-color: rgba(255,255,255,.65); }
.button--outline:hover { color: var(--forest-deep); background: #fff; }
.button--naver { color: #fff; background: var(--naver); }

.home-section { padding: 112px 0; }
.section-eyebrow { margin: 0 0 12px; color: var(--accent); font-family: Georgia, serif; font-size: 12px; font-weight: 700; letter-spacing: .24em; }
.section-heading { max-width: 800px; margin-bottom: 46px; text-align: center; }
.section-heading h2, .split-feature-copy h2, .travel-copy h2, .booking-grid h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(34px, 4vw, 48px); line-height: 1.22; letter-spacing: -.04em; }
.section-heading > p:last-child { margin: 16px auto 0; color: var(--muted); font-size: 17px; }
.section-heading--light { color: #fff; }
.section-heading--light > p:last-child { color: rgba(255,255,255,.7); }
.section-actions { margin-top: 42px; text-align: center; }

.about-section { background: #fff; }
.split-feature { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 80px; }
.split-feature-image { position: relative; }
.split-feature-image img { width: 100%; height: 510px; object-fit: cover; box-shadow: var(--shadow); }
.split-feature-image span { position: absolute; right: -24px; bottom: -24px; padding: 22px 30px; color: #fff; background: var(--accent); font-family: Georgia, serif; font-size: 13px; letter-spacing: .18em; }
.split-feature-copy > p:not(.section-eyebrow) { margin: 24px 0 30px; color: var(--muted); font-size: 17px; }
.quick-links { border-top: 1px solid var(--line); }
.quick-links a { display: flex; justify-content: space-between; padding: 14px 2px; border-bottom: 1px solid var(--line); font-weight: 700; }
.quick-links a span { color: var(--accent); }

.food-section { background: var(--soft); }
.food-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); min-height: 510px; background: #fff; box-shadow: var(--shadow); }
.food-main { position: relative; min-height: 510px; overflow: hidden; }
.food-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.food-main:hover img { transform: scale(1.035); }
.food-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,13,10,.7), transparent 55%); }
.food-main > span { position: absolute; z-index: 2; left: 38px; bottom: 32px; color: #fff; }
.food-main strong, .food-main small { display: block; }
.food-main strong { font-family: var(--font-serif); font-size: 28px; }
.food-main small { margin-top: 6px; color: rgba(255,255,255,.75); }
.food-links { display: grid; grid-template-rows: repeat(3, 1fr); }
.food-links a { display: grid; grid-template-columns: 44px 1fr; align-content: center; column-gap: 14px; padding: 28px 34px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.food-links a:last-child { border-bottom: 0; }
.food-links a:hover { background: #f8f7f2; }
.food-links span { grid-row: span 2; color: var(--accent); font-family: Georgia, serif; font-size: 15px; }
.food-links strong { font-size: 19px; }
.food-links small { color: var(--muted); }

.rooms-section { background: var(--forest-deep); }
.room-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.room-card { position: relative; height: 440px; overflow: hidden; color: #fff; }
.room-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.room-card:hover img { transform: scale(1.06); }
.room-card-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,17,12,.88), rgba(8,17,12,.03) 65%); }
.room-card-copy { position: absolute; left: 24px; right: 24px; bottom: 25px; }
.room-card-copy small, .room-card-copy strong, .room-card-copy em { display: block; }
.room-card-copy small { color: #e3bc79; font-family: Georgia, serif; font-size: 11px; letter-spacing: .16em; }
.room-card-copy strong { margin: 6px 0 5px; font-size: 24px; }
.room-card-copy em { color: rgba(255,255,255,.7); font-size: 13px; font-style: normal; line-height: 1.5; }

.facility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.facility-grid a { position: relative; height: 420px; overflow: hidden; background: #111; }
.facility-grid img { width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: transform .5s ease, opacity .3s ease; }
.facility-grid a:hover img { transform: scale(1.05); opacity: .72; }
.facility-grid a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,13,10,.65), transparent 58%); }
.facility-grid span { position: absolute; z-index: 2; left: 26px; bottom: 23px; color: #fff; }
.facility-grid small, .facility-grid strong { display: block; }
.facility-grid small { color: #e4bf7f; font-family: Georgia, serif; }
.facility-grid strong { margin-top: 4px; font-size: 22px; }

.travel-section { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.travel-bg { position: absolute; inset: 0; }
.travel-bg img { width: 100%; height: 100%; object-fit: cover; }
.travel-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,27,18,.85), rgba(13,27,18,.22)); }
.travel-copy { position: relative; z-index: 2; }
.travel-copy h2 { max-width: 580px; font-size: clamp(42px, 5vw, 64px); }
.travel-copy > p:not(.section-eyebrow) { max-width: 560px; margin: 20px 0 32px; color: rgba(255,255,255,.8); font-size: 17px; }

.booking-section { background: #e8e2d8; }
.booking-grid { display: grid; grid-template-columns: 1.2fr .75fr auto; gap: 54px; align-items: center; }
.booking-grid > div:first-child > p:last-child { max-width: 520px; margin: 14px 0 0; color: var(--muted); }
.booking-phone { padding-left: 34px; border-left: 1px solid rgba(0,0,0,.15); }
.booking-phone span, .booking-phone a, .booking-phone small { display: block; }
.booking-phone span { color: var(--muted); font-size: 13px; }
.booking-phone a { margin: 5px 0; font-family: Georgia, serif; font-size: 28px; font-weight: 700; }
.booking-phone small { color: var(--muted); }
.booking-actions { display: flex; flex-direction: column; gap: 10px; min-width: 210px; }

.sub-hero { position: relative; height: 380px; overflow: hidden; color: #fff; }
.sub-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sub-hero-shade { position: absolute; inset: 0; background: rgba(14,22,17,.48); }
.sub-hero-copy { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.sub-hero-copy p { margin: 0 0 8px; color: #e8c48d; font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.sub-hero-copy h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(38px, 5vw, 56px); letter-spacing: -.035em; }
.breadcrumb { border-bottom: 1px solid var(--line); background: #fff; }
.breadcrumb .site-shell { min-height: 54px; display: flex; align-items: center; gap: 12px; color: #8a8c85; font-size: 13px; }
.breadcrumb strong { color: var(--ink); }
.page-intro { max-width: 840px; padding-top: 96px; padding-bottom: 72px; text-align: center; }
.page-intro h2 { margin: 0 auto 24px; font-family: var(--font-serif); font-size: clamp(30px, 4vw, 43px); line-height: 1.3; letter-spacing: -.035em; }
.rich-copy { color: var(--muted); }
.rich-copy p { margin: 0 0 12px; }
.content-items { padding: 26px 0 110px; }
.content-items--cards, .content-items--gallery { background: var(--soft); padding-top: 80px; }
.alternating-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; margin-bottom: 80px; }
.alternating-row:last-child { margin-bottom: 0; }
.alternating-row.is-reverse .alternating-image { order: 2; }
.alternating-image img { width: 100%; height: 440px; object-fit: cover; box-shadow: var(--shadow); }
.item-number { color: var(--accent); font-family: Georgia, serif; font-size: 14px; letter-spacing: .16em; }
.alternating-copy h2, .content-card h2 { margin: 10px 0 15px; font-family: var(--font-serif); font-size: 29px; letter-spacing: -.03em; }
.item-meta { margin: 22px 0 0; padding: 16px 18px; color: #4d514a; background: #f1f0eb; border-left: 3px solid var(--accent); font-size: 14px; }
.item-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.item-grid--gallery { grid-template-columns: repeat(2, 1fr); }
.content-card { overflow: hidden; background: #fff; box-shadow: 0 12px 34px rgba(16,27,19,.09); }
.content-card-image { height: 280px; overflow: hidden; }
.item-grid--gallery .content-card-image { height: 390px; }
.content-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.content-card:hover .content-card-image img { transform: scale(1.035); }
.content-card-body { padding: 28px 28px 30px; }
.content-card-body h2 { margin-top: 0; }
.external-booking, .room-booking-bar { padding: 70px 0; background: #e8e2d8; }
.external-booking-inner, .room-booking-bar .site-shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.external-booking h2 { margin: 0; font-family: var(--font-serif); font-size: 34px; }
.external-booking p:not(.section-eyebrow) { margin: 12px 0 0; color: var(--muted); }
.external-booking-actions { display: flex; gap: 10px; }
.map-panel { padding-bottom: 110px; }
.map-placeholder { padding: 70px; color: #fff; background: var(--forest-deep); text-align: center; }
.map-placeholder h2 { margin: 0 0 12px; font-size: 32px; }
.map-placeholder p:not(.section-eyebrow) { margin: 0 0 26px; color: rgba(255,255,255,.72); }
.naver-map-frame { position: relative; overflow: hidden; min-height: 480px; background: #ecebe6; }
.naver-map-canvas { width: 100%; height: 480px; }
.naver-map-status { position: absolute; z-index: 5; inset: 0; display: flex; align-items: center; justify-content: center; padding: 30px; color: #fff; background: rgba(18, 45, 32, .9); text-align: center; }
.naver-map-status[hidden] { display: none; }
.map-details { display: flex; align-items: center; justify-content: flex-end; min-height: 64px; padding: 10px 18px; border: 1px solid var(--line); border-top: 0; background: #f5f3ee; }
.map-details .button { flex: 0 0 auto; min-height: 42px; padding: 8px 18px; color: var(--forest-deep); border-color: rgba(18,45,32,.28); background: #fff; box-shadow: 0 4px 14px rgba(18,45,32,.06); font-size: 13px; }
.map-details .button:hover { color: #fff; border-color: var(--forest-deep); background: var(--forest-deep); }
.naver-map-info { min-width: 180px; padding: 13px 16px; color: #1b2a20; background: #fff; border: 1px solid rgba(0,0,0,.14); font-family: var(--font-sans); line-height: 1.45; }
.naver-map-info strong, .naver-map-info span { display: block; }
.naver-map-info span { margin-top: 3px; color: #6e716d; font-size: 12px; }
.room-booking-bar .site-shell > div { display: flex; flex-direction: column; }
.room-booking-bar strong { font-size: 24px; }
.room-booking-bar span { color: var(--muted); }
.not-found { min-height: 520px; padding: 120px 0; text-align: center; }
.not-found h1 { font-size: 42px; }

.site-footer { color: rgba(255,255,255,.75); background: #121b15; }
.footer-main { display: grid; grid-template-columns: 1.1fr .7fr 1.2fr; gap: 54px; padding: 72px 0 52px; }
.footer-brand img { width: 180px; margin-bottom: 22px; }
.footer-brand p, .footer-info p { margin: 5px 0; font-size: 13px; }
.footer-contact span, .footer-contact a { display: block; }
.footer-contact span { margin-bottom: 8px; color: #d7b376; font-size: 12px; letter-spacing: .12em; }
.footer-contact a { color: #fff; font-family: Georgia, serif; font-size: 22px; line-height: 1.5; }
.footer-links { display: flex; gap: 16px; margin-top: 18px; color: #fff; font-size: 13px; }
.copyright { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; }
.floating-call { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--accent); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.25); font-size: 13px; font-weight: 800; }

@media (max-width: 1080px) {
    :root { --shell: min(100% - 36px, 980px); }
    .header-top { display: none; }
    .nav-row { height: 78px; }
    .brand { flex-basis: 172px; }
    .brand img { width: 172px; }
    .menu-toggle { display: block; z-index: 2; cursor: pointer; }
    .primary-nav { position: fixed; z-index: 1; inset: 78px 0 0; display: block; padding: 18px 28px 50px; overflow-y: auto; background: #fff; transform: translateX(100%); transition: transform .25s ease; }
    body.menu-open .primary-nav { transform: translateX(0); }
    .nav-group { display: block; border-bottom: 1px solid var(--line); }
    .nav-group > a { height: auto; padding: 17px 0 12px; font-size: 18px; }
    .nav-group > a::after { display: none; }
    .submenu { position: static; min-width: 0; display: grid; grid-template-columns: repeat(2, 1fr); padding: 0 0 14px; border: 0; box-shadow: none; transform: none; opacity: 1; visibility: visible; }
    .submenu a { padding: 7px 4px; white-space: normal; }
    body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
    body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero-slider { height: 620px; }
    .split-feature { gap: 44px; }
    .food-layout { grid-template-columns: 1.1fr .9fr; }
    .room-grid { grid-template-columns: repeat(2, 1fr); }
    .booking-grid { grid-template-columns: 1fr 1fr; }
    .booking-actions { grid-column: 1 / -1; flex-direction: row; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-info { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    :root { --shell: calc(100% - 32px); }
    body { word-break: keep-all; }
    .hero-slider { min-height: 610px; height: calc(100svh - 78px); max-height: 720px; }
    .hero-content { justify-content: flex-end; padding-bottom: 110px; }
    .hero-content h1 { font-size: 39px; }
    .hero-content > p:not(.hero-kicker) { font-size: 15px; }
    .hero-controls { bottom: 34px; }
    .hero-media iframe { display: none; }
    .hero-mobile-fallback { display: block; }
    .home-section { padding: 80px 0; }
    .section-heading { margin-bottom: 32px; }
    .section-heading h2, .split-feature-copy h2, .booking-grid h2 { font-size: 34px; }
    .split-feature { display: flex; flex-direction: column; gap: 44px; }
    .split-feature-image img { height: 360px; }
    .split-feature-image span { right: -8px; bottom: -18px; padding: 15px 20px; }
    .food-layout { display: block; }
    .food-main { display: block; min-height: 390px; }
    .food-links a { padding: 24px; }
    .room-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
    .room-card { flex: 0 0 82%; height: 430px; scroll-snap-align: start; }
    .facility-grid { grid-template-columns: 1fr; }
    .facility-grid a { height: 350px; }
    .travel-section { min-height: 550px; }
    .travel-copy h2 { font-size: 42px; }
    .booking-grid { display: block; }
    .booking-phone { margin: 28px 0; padding: 22px 0 0; border-left: 0; border-top: 1px solid rgba(0,0,0,.15); }
    .booking-actions { flex-direction: column; }
    .sub-hero { height: 310px; }
    .breadcrumb .site-shell { overflow-x: auto; white-space: nowrap; }
    .page-intro { padding-top: 70px; padding-bottom: 48px; }
    .content-items { padding-bottom: 80px; }
    .content-items--cards, .content-items--gallery { padding-top: 54px; }
    .alternating-row, .alternating-row.is-reverse { display: flex; flex-direction: column; gap: 28px; margin-bottom: 60px; }
    .alternating-row.is-reverse .alternating-image { order: 0; }
    .alternating-image, .alternating-copy { width: 100%; }
    .alternating-image img { height: 310px; }
    .item-grid, .item-grid--gallery { grid-template-columns: 1fr; }
    .item-grid--gallery .content-card-image, .content-card-image { height: 300px; }
    .external-booking-inner, .room-booking-bar .site-shell { flex-direction: column; align-items: flex-start; }
    .external-booking-actions { width: 100%; flex-direction: column; }
    .external-booking-actions .button, .room-booking-bar .button { width: 100%; }
    .map-placeholder { padding: 48px 22px; }
    .naver-map-frame { min-height: 360px; }
    .naver-map-canvas { height: 360px; }
    .map-details { justify-content: center; min-height: 60px; padding: 9px 16px; }
    .footer-main { grid-template-columns: 1fr; gap: 34px; padding-top: 56px; }
    .footer-info { grid-column: auto; }
    .floating-call { right: 16px; bottom: 16px; width: 62px; height: 62px; }
}

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