@charset "UTF-8";

.cec-mobile-body {
    background: #eef3ef;
}

.cec-mobile-shell {
    background:
        radial-gradient(circle at top right, rgba(20, 134, 120, 0.12), transparent 34%),
        #f4f7f4;
}

.cec-mobile-main {
    padding-bottom: 18px;
}

.cec-mobile-hero {
    margin: 12px 12px 10px;
    padding: 20px 18px 18px;
    border: 1px solid rgba(22, 97, 83, 0.14);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(22, 97, 83, 0.94), rgba(38, 70, 62, 0.9)),
        #17483f;
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(31, 54, 48, 0.16);
}

.cec-mobile-hero__back {
    width: fit-content;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.86);
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 850;
}

.cec-mobile-hero > span {
    display: block;
    width: fit-content;
    margin-top: 14px;
    color: #fed7aa;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.cec-mobile-hero h1 {
    margin: 9px 0 8px;
    font-size: 27px;
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: -0.06em;
}

.cec-mobile-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.58;
}

.cec-mobile-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
}

.cec-mobile-hero__stats div {
    min-height: 64px;
    padding: 10px 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    display: grid;
    align-content: center;
    gap: 4px;
    text-align: center;
}

.cec-mobile-hero__stats strong {
    font-size: 20px;
    font-weight: 950;
    line-height: 1;
}

.cec-mobile-hero__stats small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 800;
}

.cec-mobile-search {
    margin: 0 12px 10px;
    padding: 12px;
    border: 1px solid #dce5df;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(31, 41, 51, 0.06);
    display: grid;
    gap: 10px;
}

.cec-mobile-search__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.cec-mobile-search label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.cec-mobile-search label span {
    color: #59645f;
    font-size: 11px;
    font-weight: 900;
}

.cec-mobile-search input,
.cec-mobile-search select {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 11px;
    border: 1px solid #d5ded8;
    border-radius: 10px;
    background: #f8faf8;
    color: #17231f;
    font: inherit;
    font-size: 13px;
    outline: 0;
}

.cec-mobile-search input:focus,
.cec-mobile-search select:focus {
    border-color: #168678;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(22, 134, 120, 0.1);
}

.cec-mobile-search button {
    height: 44px;
    border-radius: 12px;
    background: #168678;
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
}

.cec-mobile-chip-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 12px 12px;
    scrollbar-width: none;
}

.cec-mobile-chip-row::-webkit-scrollbar {
    display: none;
}

.cec-mobile-chip-row a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid #d8e1dc;
    border-radius: 999px;
    background: #ffffff;
    color: #4c5852;
    font-size: 12px;
    font-weight: 900;
}

.cec-mobile-chip-row a.is-active {
    border-color: #168678;
    background: #168678;
    color: #ffffff;
}

.cec-mobile-section {
    margin: 0 12px 12px;
    padding: 15px 12px;
    border: 1px solid #dce5df;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(31, 41, 51, 0.055);
}

.cec-mobile-section--compact {
    padding-bottom: 12px;
}

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

.cec-mobile-section__head span {
    color: #b26f24;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.05em;
}

.cec-mobile-section__head h2 {
    margin: 3px 0 0;
    color: #17231f;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.cec-mobile-section__head p {
    margin: 4px 0 0;
    color: #7a847e;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.45;
}

.cec-mobile-section__head > strong {
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eff8f4;
    color: #168678;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 950;
}

.cec-mobile-card-list {
    display: grid;
    gap: 12px;
}

.cec-mobile-card {
    border: 1px solid #e2e8e3;
    border-radius: 15px;
    background: #ffffff;
    overflow: hidden;
}

.cec-mobile-card__thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #eef7f3, #f8f4ec);
    overflow: hidden;
}

.cec-mobile-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cec-mobile-card__thumb > span {
    width: 100%;
    height: 100%;
    color: #168678;
    display: grid;
    place-items: center;
    font-size: 44px;
    font-weight: 950;
}

.cec-mobile-card__thumb b {
    position: absolute;
    top: 10px;
    left: 10px;
    min-height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(23, 35, 31, 0.82);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 900;
}

.cec-mobile-card__body {
    padding: 13px;
}

.cec-mobile-card__meta,
.cec-mobile-card__info {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.cec-mobile-card__meta span {
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f4f6f4;
    color: #647067;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 850;
}

.cec-mobile-card h3 {
    margin: 10px 0 7px;
    color: #17231f;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.cec-mobile-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 40px;
    margin: 0;
    color: #66736c;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.55;
}

.cec-mobile-card__info {
    margin-top: 11px;
}

.cec-mobile-card__info span {
    color: #17231f;
    font-size: 13px;
    font-weight: 950;
}

.cec-mobile-card__info span + span {
    color: #77837c;
    font-weight: 800;
}

.cec-mobile-card__action {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    margin-top: 12px;
    border-radius: 11px;
    background: #17231f;
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
}

.cec-mobile-empty {
    display: grid;
    gap: 8px;
    padding: 28px 16px;
    border: 1px dashed #cfd9d3;
    border-radius: 14px;
    background: #f8faf8;
    color: #66736c;
    text-align: center;
}

.cec-mobile-empty--setup {
    margin: 12px;
}

.cec-mobile-empty strong {
    color: #17231f;
    font-size: 17px;
    font-weight: 950;
}

.cec-mobile-empty p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}

.cec-mobile-empty a {
    justify-self: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #168678;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 900;
}

.cec-mobile-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
}

.cec-mobile-pagination a,
.cec-mobile-pagination strong {
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid #d8e1dc;
    border-radius: 999px;
    background: #ffffff;
    color: #4c5852;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 900;
}

.cec-mobile-pagination strong {
    background: #17231f;
    color: #ffffff;
    border-color: #17231f;
}

.cec-mobile-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.cec-mobile-category-grid a {
    min-width: 0;
    min-height: 74px;
    padding: 9px 6px;
    border: 1px solid #e0e8e2;
    border-radius: 13px;
    background: #f8faf8;
    color: #33413b;
    display: grid;
    place-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
}

.cec-mobile-category-grid a span {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #eaf7f3;
    color: #168678;
    display: grid;
    place-items: center;
    font-size: 13px;
}

.cec-mobile-category-grid a.is-active {
    border-color: #168678;
    background: #eff8f4;
    color: #168678;
}

.cec-mobile-feature-list {
    display: grid;
    gap: 8px;
}

.cec-mobile-feature-list a {
    padding: 12px;
    border: 1px solid #e2e8e3;
    border-radius: 13px;
    background: #f9fbf9;
    display: grid;
    gap: 4px;
}

.cec-mobile-feature-list strong {
    color: #17231f;
    font-size: 14px;
    font-weight: 950;
}

.cec-mobile-feature-list span {
    color: #76817b;
    font-size: 12px;
    font-weight: 750;
}

.cec-mobile-detail-main {
    padding-bottom: 18px;
}

.cec-mobile-detail-hero,
.cec-mobile-detail-section,
.cec-mobile-booking {
    margin: 12px;
    border: 1px solid #dce5df;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(31, 41, 51, 0.055);
    overflow: hidden;
}

.cec-mobile-detail-hero {
    position: relative;
}

.cec-mobile-detail-hero__back {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(23, 35, 31, 0.76);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 900;
}

.cec-mobile-detail-hero__image {
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #eef7f3, #f8f4ec);
    overflow: hidden;
}

.cec-mobile-detail-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cec-mobile-detail-hero__image span {
    width: 100%;
    height: 100%;
    color: #168678;
    display: grid;
    place-items: center;
    font-size: 58px;
    font-weight: 950;
}

.cec-mobile-detail-thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 12px 0;
    scrollbar-width: none;
}

.cec-mobile-detail-thumbs::-webkit-scrollbar {
    display: none;
}

.cec-mobile-detail-thumbs img {
    flex: 0 0 76px;
    width: 76px;
    height: 58px;
    border: 2px solid #ffffff;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 6px 14px rgba(31, 41, 51, 0.1);
}

.cec-mobile-detail-hero__copy {
    padding: 15px;
}

.cec-mobile-detail-hero__copy > span,
.cec-mobile-detail-section__head span,
.cec-mobile-booking__head span,
.cec-mobile-program-card > span {
    color: #b26f24;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.05em;
}

.cec-mobile-detail-hero__copy h1 {
    margin: 7px 0 8px;
    color: #17231f;
    font-size: 25px;
    font-weight: 950;
    line-height: 1.18;
    letter-spacing: -0.045em;
}

.cec-mobile-detail-hero__copy p {
    margin: 0;
    color: #66736c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}

.cec-mobile-detail-tags,
.cec-mobile-map-actions {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.cec-mobile-detail-tags {
    margin-top: 11px;
}

.cec-mobile-detail-tags b {
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eff8f4;
    color: #168678;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 900;
}

.cec-mobile-detail-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 12px 12px;
}

.cec-mobile-detail-facts div {
    min-height: 66px;
    padding: 12px;
    border: 1px solid #dce5df;
    border-radius: 15px;
    background: #ffffff;
    display: grid;
    align-content: center;
    gap: 5px;
}

.cec-mobile-detail-facts span {
    color: #77837c;
    font-size: 11px;
    font-weight: 850;
}

.cec-mobile-detail-facts strong {
    color: #17231f;
    font-size: 16px;
    font-weight: 950;
}

.cec-mobile-detail-tabs {
    position: sticky;
    top: 56px;
    z-index: 20;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 12px 12px;
    background: rgba(244, 247, 244, 0.94);
    backdrop-filter: blur(12px);
    scrollbar-width: none;
}

.cec-mobile-detail-tabs::-webkit-scrollbar {
    display: none;
}

.cec-mobile-detail-tabs a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid #d8e1dc;
    border-radius: 999px;
    background: #ffffff;
    color: #4c5852;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 900;
}

.cec-mobile-detail-tabs a:last-child {
    border-color: #168678;
    background: #168678;
    color: #ffffff;
}

.cec-mobile-detail-section {
    padding: 16px 14px;
    overflow: visible;
}

.cec-mobile-detail-section__head {
    margin-bottom: 13px;
}

.cec-mobile-detail-section__head h2,
.cec-mobile-booking__head h2 {
    margin: 4px 0 0;
    color: #17231f;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.cec-mobile-rich-text {
    color: #24312c;
    font-size: 14px;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.cec-mobile-rich-text p {
    margin: 0 0 12px;
}

.cec-mobile-rich-text img,
.cec-mobile-rich-text iframe {
    max-width: 100%;
}

.cec-mobile-rich-text img {
    height: auto;
    border-radius: 14px;
}

.cec-mobile-program-list {
    display: grid;
    gap: 12px;
}

.cec-mobile-program-card {
    padding: 14px;
    border: 1px solid #e2e8e3;
    border-radius: 15px;
    background: #f9fbf9;
}

.cec-mobile-program-card h3 {
    margin: 6px 0 7px;
    color: #17231f;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.cec-mobile-program-card p {
    margin: 0 0 12px;
    color: #66736c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}

.cec-mobile-program-card dl,
.cec-mobile-info-list {
    display: grid;
    gap: 8px;
    margin: 0;
}

.cec-mobile-program-card dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cec-mobile-program-card dl div,
.cec-mobile-info-list div {
    min-width: 0;
    padding: 10px;
    border-radius: 12px;
    background: #ffffff;
}

.cec-mobile-program-card dt,
.cec-mobile-info-list dt {
    margin-bottom: 4px;
    color: #77837c;
    font-size: 11px;
    font-weight: 900;
}

.cec-mobile-program-card dd,
.cec-mobile-info-list dd {
    margin: 0;
    color: #17231f;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.5;
}

.cec-mobile-address {
    margin: 0 0 12px;
    color: #33413b;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.5;
}

.cec-mobile-detail-map {
    border: 1px solid #dce5df;
    border-radius: 15px;
    background: #f9fbf9;
    overflow: hidden;
}

.cec-mobile-detail-map__head {
    padding: 13px;
    display: grid;
    gap: 4px;
}

.cec-mobile-detail-map__head span {
    color: #168678;
    font-size: 11px;
    font-weight: 950;
}

.cec-mobile-detail-map__head strong {
    color: #17231f;
    font-size: 17px;
    font-weight: 950;
}

.cec-mobile-detail-map__head small {
    color: #66736c;
    font-size: 12px;
    font-weight: 750;
}

.cec-mobile-detail-map__frame,
.cec-mobile-kakao-map {
    width: 100%;
    height: 224px;
    background: #eaf2ee;
}

.cec-mobile-detail-map__frame iframe {
    width: 100% !important;
    height: 224px !important;
    border: 0;
    display: block;
}

.cec-mobile-map-actions {
    padding: 10px;
}

.cec-mobile-map-actions a {
    min-height: 34px;
    padding: 0 11px;
    border-radius: 999px;
    background: #eff8f4;
    color: #057466;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 900;
}

.cec-mobile-info-list {
    margin-top: 12px;
}

.cec-mobile-booking {
    padding: 16px 14px;
    overflow: visible;
}

.cec-mobile-booking__head {
    margin-bottom: 13px;
}

.cec-mobile-booking__head p {
    margin: 5px 0 0;
    color: #66736c;
    font-size: 13px;
    font-weight: 750;
}

.cec-mobile-reserve-counts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 13px;
}

.cec-mobile-field,
.cec-mobile-reserve-counts label {
    display: grid;
    gap: 6px;
}

.cec-mobile-field {
    margin-top: 11px;
}

.cec-mobile-field span,
.cec-mobile-reserve-counts span,
.cec-mobile-schedule-options legend {
    color: #59645f;
    font-size: 12px;
    font-weight: 900;
}

.cec-mobile-field input,
.cec-mobile-field textarea,
.cec-mobile-reserve-counts input {
    width: 100%;
    border: 1px solid #d5ded8;
    border-radius: 11px;
    background: #f8faf8;
    color: #17231f;
    font: inherit;
    font-size: 14px;
    outline: 0;
}

.cec-mobile-field input,
.cec-mobile-reserve-counts input {
    height: 44px;
    padding: 0 12px;
}

.cec-mobile-field textarea {
    min-height: 88px;
    padding: 11px 12px;
    resize: vertical;
}

.cec-mobile-schedule-options {
    margin: 0;
    padding: 0;
    border: 0;
    display: grid;
    gap: 8px;
}

.cec-mobile-schedule-options legend {
    margin-bottom: 8px;
}

.cec-mobile-schedule-option {
    display: block;
}

.cec-mobile-schedule-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cec-mobile-schedule-option span {
    min-height: 58px;
    padding: 12px;
    border: 1px solid #d8e1dc;
    border-radius: 13px;
    background: #ffffff;
    display: grid;
    gap: 4px;
}

.cec-mobile-schedule-option input:checked + span {
    border-color: #168678;
    background: #eff8f4;
    box-shadow: 0 0 0 3px rgba(22, 134, 120, 0.08);
}

.cec-mobile-schedule-option strong {
    color: #17231f;
    font-size: 14px;
    font-weight: 950;
}

.cec-mobile-schedule-option small {
    color: #66736c;
    font-size: 12px;
    font-weight: 800;
}

.cec-mobile-reserve-total {
    min-height: 56px;
    margin-top: 13px;
    padding: 0 13px;
    border-radius: 13px;
    background: #f4f1eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cec-mobile-reserve-total span {
    color: #59645f;
    font-size: 13px;
    font-weight: 900;
}

.cec-mobile-reserve-total strong {
    color: #c65f2f;
    font-size: 20px;
    font-weight: 950;
}

.cec-mobile-booking__button {
    width: 100%;
    height: 48px;
    margin-top: 12px;
    border-radius: 13px;
    background: #168678;
    color: #ffffff;
    font-size: 15px;
    font-weight: 950;
}

.cec-mobile-booking__button:disabled {
    background: #a7bbb5;
    cursor: not-allowed;
}

@media (max-width: 360px) {
    .cec-mobile-search__grid,
    .cec-mobile-hero__stats,
    .cec-mobile-detail-facts,
    .cec-mobile-program-card dl,
    .cec-mobile-reserve-counts {
        grid-template-columns: 1fr;
    }

    .cec-mobile-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
