@charset "utf-8";

/*
 * Koreacts main page styles
 * sian_main_ok.html MAIN CONTENT 기준
 * 헤더/전체자료 메뉴/게시판 스킨 CSS와 분리 관리
 */

/* 메인 index: #container_wr 1200px 중앙 유지 + #container 930px만 해제 */
main.koreacts-main:has(.koreacts-main-shell) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#container_wr:has(.koreacts-main-shell) {
    width: 1200px !important;
    max-width: calc(100% - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#container_wr:has(.koreacts-main-shell) #container {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
}

.koreacts-main-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 32px 0 48px !important;
    background: #f4f7fa;
    overflow-x: hidden;
    box-sizing: border-box;
}

.koreacts-main-page {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-sizing: border-box;
}

.koreacts-main-page * {
    box-sizing: border-box;
}

.koreacts-main-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.koreacts-main-page a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

/* LOGOS PREMIUM BANNER */
.logos-premium-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1e3a8a 0%, #0d2566 100%);
    border-left: 6px solid #f3cd84;
    border-radius: 8px;
    padding: 26px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(13, 37, 102, 0.2);
}

.banner-vector-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.logos-info-side,
.logos-contact-side {
    position: relative;
    z-index: 2;
}

.logos-info-side h4 {
    font-size: 14px;
    font-weight: 700;
    color: #f3cd84;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 4px;
}

.logos-info-side h3 {
    font-size: 23px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -1px;
    margin: 0;
}

.logos-info-side p {
    font-size: 15px;
    color: #94a3b8;
    margin: 2px 0 0;
}

.logos-contact-side {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logos-phone {
    text-align: right;
}

.logos-phone .label {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
}

.logos-phone .number {
    font-size: 25px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.5px;
    margin-top: -2px;
}

.logos-premium-banner .logos-btn,
.logos-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 44px;
    padding: 0 18px;
    border-radius: 6px;
    background: #ffffff !important;
    color: #131e32 !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.logos-premium-banner .logos-btn:visited,
.logos-btn:visited {
    color: #131e32 !important;
}

.logos-premium-banner .logos-btn:hover,
.logos-premium-banner .logos-btn:focus,
.logos-btn:hover,
.logos-btn:focus {
    background: #b8924c !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* BIBLE TOOL BAR */
.bible-section-below-banner {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.bible-tool-form {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 3px;
    flex: 1 1 0;
    min-width: 0;
}

.tool-label {
    background: #334155;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    margin-right: 6px;
    flex: 0 0 auto;
}

.bible-tool-form select {
    border: none;
    outline: none;
    padding: 0 12px;
    height: 36px;
    font-size: 14.5px;
    color: #334155;
    font-weight: 600;
    border-right: 1px solid #cbd5e1;
    background: transparent;
    cursor: pointer;
    flex: 0 0 auto;
    max-width: 100%;
}

.bible-tool-form > input[type="text"] {
    border: none;
    outline: none;
    padding: 0 14px;
    font-size: 14.5px;
    color: #1e293b;
    flex: 1 1 auto;
    min-width: 40px;
    background: transparent;
    width: auto;
    max-width: 100%;
}

.chapter-input-wrap {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    border-right: 1px solid #cbd5e1;
    padding-right: 10px;
}

.chapter-input-wrap input,
.bible-tool-form .chapter-input-wrap input[type="text"] {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    flex: 0 0 50px !important;
    text-align: center !important;
    font-weight: 700 !important;
    color: #b8924c !important;
    padding: 0 4px !important;
    border: none;
    outline: none;
    font-size: 14.5px;
    background: transparent;
    box-sizing: border-box;
}

.chapter-input-wrap span {
    flex: 0 0 auto;
    font-size: 14px;
    color: #64748b;
    font-weight: 700;
    white-space: nowrap;
}

.bible-tool-btn {
    background: #b8924c;
    color: #ffffff;
    border: none;
    outline: none;
    flex: 0 0 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 36px !important;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bible-tool-btn:hover {
    background: #0f172a;
}

.tool-divider {
    width: 1px;
    height: 30px;
    background: #e2e8f0;
    flex-shrink: 0;
}

/* MAIN 120 BANNER */
.main-banner-120 {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.main-banner-120::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #b8924c, #d8ba7a, #b8924c);
}

.banner-header-wrap {
    padding: 35px 20px 20px;
    text-align: center;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 20px;
}

.banner-header-text h2 {
    font-size: 34px;
    font-weight: 900;
    color: #1e293b;
    letter-spacing: -1.5px;
    margin: 0 0 8px;
}

.banner-header-text p {
    font-size: 17px;
    color: #64748b;
    font-weight: 500;
    margin: 0;
}

.banner-image-wrap {
    padding: 10px 24px 28px;
}

.grid-120-container {
    display: grid;
    grid-template-columns: repeat(16, minmax(0, 1fr));
    gap: 5px;
}

.grid-item {
    position: relative;
}

.history-person-link {
    position: relative;
    display: block;
    overflow: visible;
}

.history-person-name {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    max-width: calc(100% - 8px);
    padding: 3px 6px;
    border-radius: 4px;
    background: rgba(15, 23, 42, 0.86);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 5;
}

.history-person-link:hover .history-person-name,
.history-person-link:focus .history-person-name,
.history-person-link:focus-within .history-person-name {
    opacity: 1;
}

.history-person-link:focus {
    outline: none;
}

.history-person-link img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border: 1px solid #e2e8f0;
    background: #fff;
    transition: all 0.2s;
}

.history-person-link:hover img,
.history-person-link:focus img,
.history-person-link:focus-within img {
    transform: scale(1.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-color: #b8924c;
}

.grid-item:hover,
.grid-item:focus-within {
    z-index: 10;
}

.history-message {
    margin: 0 24px 32px;
    padding: 40px 42px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}

.history-message h3 {
    font-size: 30px;
    font-weight: 900;
    color: #0f172a;
    text-align: center;
    margin: 0 0 24px;
    letter-spacing: -1px;
}

.history-message p {
    font-size: 16.5px;
    line-height: 1.9;
    color: #334155;
    word-break: keep-all;
    margin: 0;
}

.history-message p + p {
    margin-top: 18px;
}

.history-contact {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
    text-align: center;
    font-size: 16px;
    color: #475569;
    font-weight: 600;
}

.history-contact span {
    color: #b8924c;
    font-weight: 800;
}

/* LINK SECTIONS */
.section-title {
    font-size: 19px;
    font-weight: 800;
    color: #1e293b;
    border-left: 4px solid #b8924c;
    padding-left: 12px;
    margin-bottom: 16px;
}

.content-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.links-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.link-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 14px 10px;
    text-align: center;
    font-size: 15.5px;
    color: #475569;
    font-weight: 500;
}

.link-item:hover {
    background: #fffdf5;
    border-color: #b8924c;
    color: #b8924c;
    font-weight: 600;
}

.media-links-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.media-links-grid {
    grid-template-columns: repeat(2, 1fr);
}

.church-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.church-item {
    padding: 12px 10px;
    border: 1px solid #f1f5f9;
    border-radius: 4px;
    background: #ffffff;
    font-size: 15px;
    color: #475569;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.02);
    font-weight: 500;
}

.church-item:hover {
    border-color: #b8924c;
    background: #fffdf5;
    color: #b8924c;
    font-weight: 600;
}

.bottom-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 18px 10px;
    text-align: center;
    font-size: 15.5px;
    font-weight: 600;
    color: #475569;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01);
}

.service-card:hover {
    border-color: #b8924c;
    background: #fffdf5;
    color: #b8924c;
}

.main-link-empty {
    display: block;
    grid-column: 1 / -1;
    padding: 14px 10px;
    color: #94a3b8;
    font-size: 14px;
    text-align: center;
}

.link-item.is-disabled,
.church-item.is-disabled,
.service-card.is-disabled {
    cursor: default;
    opacity: 1 !important;
    color: inherit;
}

/* 반응형 */
@media (max-width: 1024px) {
    .grid-120-container {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    #container_wr:has(.koreacts-main-shell) {
        width: auto !important;
        max-width: none !important;
        margin-left: 14px !important;
        margin-right: 14px !important;
    }

    .koreacts-main-shell {
        padding: 22px 0 40px !important;
    }

    .koreacts-main-page {
        width: 100% !important;
        max-width: 100% !important;
        gap: 24px;
    }

    .bible-section-below-banner {
        flex-direction: column;
        gap: 12px;
    }

    .tool-divider {
        display: none;
    }

    .logos-premium-banner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 20px;
    }

    .logos-contact-side {
        flex-direction: column;
        gap: 12px;
    }

    .logos-phone {
        text-align: center;
    }

    .logos-btn {
        width: 100%;
        max-width: 280px;
    }

    .banner-header-text h2 {
        font-size: 26px;
    }

    .history-message {
        margin: 0 16px 24px;
        padding: 28px 20px;
    }

    .history-message h3 {
        font-size: 24px;
    }

    .media-links-layout {
        grid-template-columns: 1fr;
    }

    .grid-120-container {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .bottom-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 520px) {
    .grid-120-container {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .bottom-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .links-grid-4,
    .church-grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 모바일 전용 줄바꿈 */
.mobile-only-br {
    display: none;
}

/* 모바일 보정 (하단 우선 적용) */
@media (max-width: 768px) {
    .mobile-only-br {
        display: block;
    }

    .main-banner-120 .history-person-name {
        display: block !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .main-banner-120 .history-person-link:active .history-person-name,
    .main-banner-120 .history-person-link:focus .history-person-name,
    .main-banner-120 .history-person-link:focus-within .history-person-name {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .main-banner-120 .history-person-link {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .koreacts-bible-inline.bible-section-below-banner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 12px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    .koreacts-bible-inline .tool-divider {
        display: none;
    }

    .logos-premium-banner .logos-desc {
        font-size: 12px !important;
        line-height: 1.35 !important;
        letter-spacing: -0.6px !important;
        white-space: nowrap !important;
    }

    .church-grid-5 .church-item,
    .bottom-service-grid .service-card {
        font-size: 13px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        padding: 12px 8px !important;
    }
}

/* ============================================================
   모바일 인라인 성경읽기/검색 — .koreacts-bible-inline 전용
   (팝업 .koreacts-bible-modal 과 CSS 완전 분리)
   ============================================================ */
@media (max-width: 768px) {
    .koreacts-bible-inline .bible-inline-read,
    .koreacts-bible-inline .bible-inline-search {
        display: grid !important;
        width: 100%;
        max-width: 100%;
        flex: none !important;
        height: auto !important;
        min-height: auto !important;
        padding: 10px;
        gap: 8px;
        box-sizing: border-box;
        overflow: visible !important;
        align-items: stretch;
        align-content: start;
    }

    .koreacts-bible-inline .bible-inline-read input[type="hidden"],
    .koreacts-bible-inline .bible-inline-search input[type="hidden"] {
        display: none;
    }

    .koreacts-bible-inline .bible-inline-read .tool-label,
    .koreacts-bible-inline .bible-inline-search .tool-label {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        min-height: 44px;
        margin: 0;
        padding: 0 10px;
        font-size: 13px;
        line-height: 1.2;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .koreacts-bible-inline .bible-inline-read select,
    .koreacts-bible-inline .bible-inline-search select,
    .koreacts-bible-inline .bible-inline-search > input[type="text"] {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        height: 44px !important;
        min-height: 44px !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }

    /* 성경읽기: 1줄 라벨/번역/권, 2줄 장번호/장/버튼 */
    .koreacts-bible-inline .bible-inline-read {
        grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto auto;
        row-gap: 8px;
        column-gap: 8px;
    }

    .koreacts-bible-inline .bible-inline-read .tool-label {
        grid-column: 1;
        grid-row: 1;
    }

    .koreacts-bible-inline .bible-inline-read select[name="VR"] {
        grid-column: 2;
        grid-row: 1;
        border-right: 1px solid #cbd5e1;
    }

    .koreacts-bible-inline .bible-inline-read select[name="VL"] {
        grid-column: 3;
        grid-row: 1;
        border-right: none;
    }

    .koreacts-bible-inline .bible-inline-read .chapter-input-wrap {
        grid-column: 1 / 3;
        grid-row: 2;
        display: flex;
        align-items: center;
        gap: 6px;
        min-height: 44px;
        padding: 0;
        border-right: 0;
    }

    .koreacts-bible-inline .bible-inline-read .chapter-input-wrap input {
        width: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;
        flex: 0 0 48px !important;
        height: 44px !important;
        padding: 0 6px !important;
        font-size: 14px !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .koreacts-bible-inline .bible-inline-read .chapter-input-wrap span {
        flex: 0 0 auto;
        font-size: 14px;
        line-height: 1;
        white-space: nowrap;
    }

    .koreacts-bible-inline .bible-inline-read .bible-tool-btn {
        grid-column: 3;
        grid-row: 2;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        flex: none !important;
        align-self: center;
        justify-self: end;
        font-size: 14px !important;
    }

    /* 성경검색: 1줄 라벨/번역, 2줄 검색어/버튼 */
    .koreacts-bible-inline .bible-inline-search {
        grid-template-columns: auto minmax(0, 1fr) 44px;
        grid-template-rows: auto auto;
        row-gap: 8px;
        column-gap: 8px;
    }

    .koreacts-bible-inline .bible-inline-search .tool-label {
        grid-column: 1;
        grid-row: 1;
    }

    .koreacts-bible-inline .bible-inline-search select[name="VR"] {
        grid-column: 2 / 4;
        grid-row: 1;
        border-right: none;
    }

    .koreacts-bible-inline .bible-inline-search > input[type="text"] {
        grid-column: 1 / 3;
        grid-row: 2;
        border: none;
        background: transparent;
    }

    .koreacts-bible-inline .bible-inline-search .bible-tool-btn {
        grid-column: 3;
        grid-row: 2;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        flex: none !important;
        align-self: center;
        justify-self: end;
        font-size: 14px !important;
    }
}

@media (max-width: 390px) {
    .koreacts-bible-inline.bible-section-below-banner {
        padding: 10px;
        gap: 10px;
        margin-bottom: 18px;
    }

    .koreacts-bible-inline .bible-inline-read,
    .koreacts-bible-inline .bible-inline-search {
        padding: 8px;
        gap: 6px;
        column-gap: 6px;
        row-gap: 6px;
    }

    .koreacts-bible-inline .bible-inline-read .tool-label,
    .koreacts-bible-inline .bible-inline-search .tool-label {
        padding: 0 8px;
        font-size: 13px;
    }

    .koreacts-bible-inline .bible-inline-read select,
    .koreacts-bible-inline .bible-inline-search select,
    .koreacts-bible-inline .bible-inline-search > input[type="text"] {
        font-size: 13px;
        padding: 0 8px;
    }

    .koreacts-bible-inline .bible-inline-read .chapter-input-wrap input {
        width: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        flex-basis: 44px !important;
    }
}

/* FOOTER */
.site-footer {
    margin-top: 60px;
    background: #0f172a;
    color: #94a3b8;
}

.footer-links-bar {
    background: #1e293b;
    border-top: 3px solid #b8924c;
    padding: 18px 20px;
}

.footer-links-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 24px;
}

.footer-links-inner a {
    color: #e2e8f0;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.footer-links-inner a:hover {
    color: #b8924c;
}

.footer-info-area {
    padding: 40px 20px;
}

.footer-info-card {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 32px 40px;
    box-sizing: border-box;
}

.footer-notice {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 22px;
}

.footer-notice strong {
    display: block;
    color: #f8fafc;
    font-size: 16px;
    margin-bottom: 6px;
}

.footer-contact {
    font-size: 16px;
    color: #e2e8f0;
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.footer-contact strong {
    color: #f8fafc;
}

.footer-contact .email {
    color: #94a3b8;
    margin-left: 10px;
    text-decoration: none;
}

.footer-contact .email:hover {
    color: #b8924c;
}

.footer-copyright {
    font-size: 14px;
    color: #64748b;
    line-height: 1.8;
}

.footer-copyright-mark {
    margin: 14px 0 0;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .site-footer {
        margin-top: 42px;
    }

    .footer-links-bar {
        padding: 14px 12px;
    }

    .footer-links-inner {
        gap: 8px 16px;
    }

    .footer-links-inner a {
        font-size: 13px;
        line-height: 1.5;
    }

    .footer-info-area {
        padding: 28px 14px;
    }

    .footer-info-card {
        padding: 24px 20px;
    }

    .footer-notice {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .footer-notice strong {
        font-size: 14px;
    }

    .footer-contact {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 18px;
        padding-bottom: 16px;
    }

    .footer-contact .email {
        display: inline-block;
        margin-left: 0;
        margin-top: 4px;
    }

    .footer-copyright {
        font-size: 12.5px;
        line-height: 1.75;
    }

    .footer-copyright-mark {
        margin-top: 12px;
        font-size: 12.5px;
    }
}
