@charset "utf-8";

.p15-wrap {display:flex; flex-direction:column; min-height:100%; background:#111;}

/* 헤더 */
.p15-head {display:flex; align-items:center; gap:14.8px; padding:18.5px 25.8px; background:#111; border-bottom:1.85px solid rgba(255,255,255,0.08);}
.p15-head .ic {display:flex; align-items:center; justify-content:center; width:66.5px; height:66.5px; background:rgba(255,255,255,0.1); border-radius:18.5px;}
.p15-head .ic img {width:36.9px; height:36.9px;}
.p15-head .ic.sm img {width:33.2px; height:33.2px;}
.p15-head .tt {flex:1; min-width:0; display:flex; flex-direction:column; gap:1.85px;}
.p15-head .tt .t {color:#fff; font-size:25.8px; font-weight:700;}
.p15-head .tt .s {color:rgba(255,255,255,0.45); font-size:20.3px;}
.p15-head .rt {display:flex; gap:11.1px;}

/* 날짜 선택 */
.p15-dates {display:flex; gap:11.1px; padding:14.8px 25.8px; background:#111; border-bottom:1.85px solid rgba(255,255,255,0.08); overflow-x:auto; -ms-overflow-style:none; scrollbar-width:none;}
.p15-dates::-webkit-scrollbar {display:none;}
.p15-date {flex:none; display:flex; flex-direction:column; align-items:center; gap:3.7px; min-width:103.4px; padding:14.8px 24px; border:1.85px solid transparent; border-radius:18.5px;}
.p15-date .m {color:rgba(255,255,255,0.45); font-size:18.5px; font-weight:500;}
.p15-date .d {color:rgba(255,255,255,0.5); font-size:27.7px; font-weight:800;}
.p15-date .l {color:rgba(255,255,255,0.35); font-size:18.5px;}
.p15-date.on {background:rgba(255,255,255,0.12); border-color:rgba(255,255,255,0.25);}
.p15-date.on .m {color:rgba(255,255,255,0.7);}
.p15-date.on .d {color:#fff;}
.p15-date.on .l {color:#CCFBF1;}

/* 뷰어 영역 */
.p15-viewer {flex:1; padding:25.8px 29.5px; background:#1a1a1a;}
.p15-page {background:#fff; border-radius:14.8px; overflow:hidden;}

/* 표지 */
.p15-cover {position:relative; overflow:hidden; padding:36.9px 33.2px; background:linear-gradient(135deg, #1E3A5F, #0F766E);}
.p15-cover .deco {position:absolute; top:-55px; right:-55px; width:221.5px; height:221.5px; background:rgba(255,255,255,0.04); border-radius:50%;}
.p15-cover .cross {position:absolute; top:50%; right:29.5px; transform:translateY(-50%); width:88.6px; height:118px; opacity:0.9;}
.p15-cover .en {position:relative; color:rgba(255,255,255,0.6); font-size:20.3px; font-weight:600; letter-spacing:1px;}
.p15-cover .ko {position:relative; color:#fff; font-size:40.6px; font-weight:800; margin-top:7.4px;}
.p15-cover .meta {position:relative; display:flex; flex-wrap:wrap; align-items:center; gap:14.8px; margin-top:11.1px;}
.p15-cover .meta .dt {color:rgba(255,255,255,0.65); font-size:22.2px;}
.p15-cover .meta .tg {padding:3.7px 16.6px; background:rgba(255,255,255,0.15); border-radius:36.9px; color:rgba(255,255,255,0.9); font-size:18.5px; font-weight:700;}
.p15-cover .pg {position:absolute; top:18.5px; right:22.7px; padding:5.5px 16.6px; background:rgba(0,0,0,0.55); border-radius:36.9px; color:#fff; font-size:18.5px; font-weight:700; z-index:1;}

/* 오늘의 말씀 / 이번 주 설교 박스 */
.p15-versebox {display:flex; flex-direction:column; gap:5.5px; padding:25.8px 33.2px; background:var(--mint); border-bottom:1.85px solid var(--line);}
.p15-versebox .lab {color:var(--teal); font-size:18.5px; font-weight:700; letter-spacing:0.9px;}
.p15-versebox .vs {color:var(--navy); font-size:25.8px; font-weight:700; line-height:1.55;}
.p15-versebox .rf {color:var(--teal); font-size:20.3px;}

/* 예배 순서 */
.p15-order {padding:22.2px 33.2px 25.8px;}
.p15-ohead {display:flex; align-items:center; gap:11.1px; padding-bottom:18.5px; border-bottom:3.7px solid var(--navy); margin-bottom:9.2px;}
.p15-ohead img {width:25.8px; height:25.8px;}
.p15-ohead span {color:var(--navy); font-size:22.2px; font-weight:800;}
.p15-orow {display:flex; align-items:flex-start; gap:22.2px; padding:9.2px 0 11.1px; border-bottom:1.85px solid var(--line);}
.p15-orow:last-child {border-bottom:0;}
.p15-orow .num {flex:none; min-width:33.2px; color:var(--teal); font-size:20.3px; font-weight:700;}
.p15-orow .nm {flex:1; min-width:0; color:var(--body); font-size:22.2px;}
.p15-orow .by {flex:none; color:var(--ink); font-size:22.2px; font-weight:600; text-align:right;}

/* 이번 주 설교 박스 (별도) */
.p15-sermon {display:flex; flex-direction:column; gap:5.5px; padding:25.8px 33.2px; background:var(--mint); border-top:1.85px solid var(--line); border-bottom:1.85px solid var(--line);}
.p15-sermon .lab {display:flex; align-items:center; gap:9.2px; color:var(--teal); font-size:18.5px; font-weight:700; letter-spacing:0.9px;}
.p15-sermon .lab img {width:24px; height:24px;}
.p15-sermon .ti {color:var(--navy); font-size:25.8px; font-weight:700; margin-top:3.7px;}
.p15-sermon .rf {color:var(--teal); font-size:20.3px;}
.p15-sermon .au {color:var(--body); font-size:20.3px;}

/* 목사님 한 말씀 */
.p15-pastor {padding:22.2px 33.2px 25.8px;}
.p15-pastor .ph {display:flex; align-items:center; gap:9.2px; padding-bottom:14.8px; color:var(--navy); font-size:22.2px; font-weight:800;}
.p15-pastor .ph img {width:25.8px; height:25.8px;}
.p15-prow {display:flex; align-items:center; gap:14.8px; margin-bottom:14.8px;}
.p15-prow .av {display:flex; align-items:center; justify-content:center; width:62.8px; height:62.8px; border-radius:50%; background:linear-gradient(135deg, #0F766E, #1E3A5F); color:#fff; font-size:24px; font-weight:700;}
.p15-prow .info {display:flex; flex-direction:column;}
.p15-prow .info .nm {color:var(--ink); font-size:24px; font-weight:700;}
.p15-prow .info .en {color:var(--sub); font-size:18.5px;}
.p15-pmsg {color:var(--body); font-size:22.2px; line-height:1.7;}

/* 주보 푸터 */
.p15-pfoot {display:flex; align-items:center; justify-content:space-between; padding:24px 33.2px; background:var(--snow); border-top:1.85px solid var(--line);}
.p15-pfoot .info {display:flex; flex-direction:column; gap:3.7px;}
.p15-pfoot .info .nm {color:var(--navy); font-size:20.3px; font-weight:700;}
.p15-pfoot .info .ad {color:var(--sub); font-size:18.5px;}
.p15-pfoot .home {display:flex; align-items:center; justify-content:center; width:59px; height:59px; background:var(--mint); border-radius:14.8px;}
.p15-pfoot .home img {width:33.2px; height:33.2px;}

/* 줌 / 페이지 바 */
.p15-zoom {display:flex; align-items:center; gap:14.8px; padding:20.3px 29.5px 36.9px; background:#111; border-top:1.85px solid rgba(255,255,255,0.08);}
.p15-zoom .zc {display:flex; align-items:center; gap:7.4px;}
.p15-zoom .zb {display:flex; align-items:center; justify-content:center; width:59px; height:59px; background:rgba(255,255,255,0.1); border-radius:14.8px;}
.p15-zoom .zb img {width:27.7px; height:27.7px;}
.p15-zoom .pct {min-width:66.5px; text-align:center; color:rgba(255,255,255,0.6); font-size:22.2px; font-weight:600;}
.p15-zoom .pgnav {flex:1; display:flex; justify-content:center;}
.p15-zoom .pgnav .pill {display:flex; align-items:center; gap:11.1px; padding:11.1px 22.2px; background:rgba(255,255,255,0.08); border-radius:36.9px; color:rgba(255,255,255,0.5); font-size:22.2px;}
.p15-zoom .pgnav .pill img {width:24px; height:24px;}
.p15-zoom .act {display:flex; align-items:center; justify-content:center; width:66.5px; height:66.5px; border-radius:18.5px;}
.p15-zoom .act.teal {background:var(--teal);}
.p15-zoom .act.ghost {background:rgba(255,255,255,0.1);}
.p15-zoom .act img {width:33.2px; height:33.2px;}

/* 푸터 탭바 */
.p15-nav {display:flex; align-items:center; justify-content:space-between; padding:20px 40px; background:var(--card); border-top:1.85px solid var(--line);}
.p15-nav .tab {display:flex; flex-direction:column; align-items:center; gap:5.8px; color:var(--sub); font-size:19.2px;}
.p15-nav .tab img {width:42px; height:42px;}
.p15-nav .tab.on {color:var(--teal);}
.p15-nav .tab-fab {position:relative; align-self:stretch; width:96px;}
.p15-nav .tab-fab .fab {position:absolute; left:50%; top:0; transform:translate(-50%,-50%); display:flex; align-items:center; justify-content:center; width:96px; height:96px; border-radius:50%; background:linear-gradient(135deg, #0D9488, #1E3A5F); border:5px solid var(--card); box-shadow:0 10px 24px rgba(13,148,136,0.4);}
.p15-nav .tab-fab .fab img {width:48px; height:48px;}
