@charset "utf-8";

/* 홈 - 헤더 */
.hp-header {position:sticky; top:0; z-index:30; padding:25.8px 33.2px 33.2px; background:linear-gradient(135deg, #1E3A5F 0%, #1A4A7A 60%, #0F766E 100%); overflow:hidden;}
.hp-header .hp-top {display:flex; align-items:center; justify-content:space-between;}
.hp-header .hp-brand {display:flex; align-items:center; gap:18.5px;}
.hp-header .hp-logo {display:flex; align-items:center; justify-content:center; width:73.8px; height:73.8px; border:1.846px solid rgba(255,255,255,0.3); border-radius:22.2px; background:linear-gradient(135deg, #0D9488 0%, rgba(255,255,255,0.3) 100%);}
.hp-header .hp-logo img {width:40.6px; height:40.6px;}
.hp-header .hp-name {color:#fff; font-size:29.5px; font-weight:800;}
.hp-header .hp-sub {margin-top:3px; color:rgba(255,255,255,0.6); font-size:20.3px;}
.hp-header .hp-tools {display:flex; gap:11px;}
.hp-header .hp-tool {position:relative; display:flex; align-items:center; justify-content:center; width:66.5px; height:66.5px; background:rgba(255,255,255,0.12); border-radius:18.5px;}
.hp-header .hp-tool img {width:36.9px; height:36.9px;}
.hp-header .hp-badge {position:absolute; top:7px; right:7px; display:flex; align-items:center; justify-content:center; min-width:27.7px; height:27.7px; padding:0 4px; background:var(--red); border:1.846px solid #1E3A5F; border-radius:50px; color:#fff; font-size:16.6px; font-weight:700;}

/* 홈 - 창립 카드 */
.hp-founded {position:relative; z-index:1; margin-top:25.8px; padding:31.4px 27.7px 20.3px; background:rgba(255,255,255,0.1); border:1.846px solid rgba(255,255,255,0.15); border-radius:22.2px;}
.hp-founded .hp-frow {display:flex; align-items:center; gap:25px;}
.hp-founded .hp-fbox {flex:none; padding:14.8px 29.5px; background:rgba(255,255,255,0.08); border-radius:18.5px; text-align:center;}
.hp-founded .hp-fbox .lab {color:rgba(255,255,255,0.55); font-size:18.5px; letter-spacing:1px;}
.hp-founded .hp-fbox .num {margin:4px 0; color:#fff; font-size:51.7px; font-weight:800; line-height:1;}
.hp-founded .hp-fbox .yr {color:rgba(255,255,255,0.7); font-size:20.3px;}
.hp-founded .hp-verse .tag {color:#5EEAD4; font-size:18.5px; font-weight:700;}
.hp-founded .hp-verse .v {margin-top:7px; color:#fff; font-size:25.8px; font-weight:700; line-height:1.45;}
.hp-founded .hp-verse .ref {margin-top:7px; color:rgba(255,255,255,0.6); font-size:20.3px;}

/* 홈 - 기능 배지 */
.hp-badges {position:relative; z-index:1; display:flex; flex-wrap:wrap; gap:11px; margin-top:18.5px;}
.hp-badges .hp-bd {display:inline-flex; align-items:center; gap:7.4px; padding:9.2px 16.6px; background:rgba(255,255,255,0.14); border:1.846px solid rgba(255,255,255,0.22); border-radius:50px; color:#fff; font-size:20.3px; font-weight:600;}
.hp-badges .hp-bd img {width:20.3px; height:20.3px;}
.hp-badges .b-blue {background:rgba(37,99,235,0.28);}
.hp-badges .b-violet {background:rgba(124,58,237,0.28);}
.hp-badges .b-orange {background:rgba(234,88,12,0.28);}
.hp-badges .b-green {background:rgba(22,163,74,0.28);}
.hp-badges .b-teal {background:rgba(13,148,136,0.28);}
.hp-badges .b-sky {background:rgba(14,165,233,0.28);}
.hp-badges .b-pink {background:rgba(219,39,119,0.28);}
.hp-badges .b-amber {background:rgba(217,119,6,0.28);}

/* 홈 - 검색 (헤더 내부) */
.hp-search {position:relative; z-index:1; margin-top:18.5px;}
.hp-search .box {display:flex; align-items:center; gap:14.8px; padding:21px 27.7px; background:rgba(255,255,255,0.13); border:1.846px solid rgba(255,255,255,0.2); border-radius:22px;}
.hp-search .box img {width:29.5px; height:29.5px;}
.hp-search .box input {flex:1; min-width:0; background:none; border:none; color:#fff; font-size:24px;}
.hp-search .box input::placeholder {color:rgba(255,255,255,0.55);}

/* 홈 - 섹션 구분 바 */
.hp-div {height:14.8px; background:var(--line);}

/* 홈 - 빠른 메뉴 */
.hp-quick {padding:29.5px 29.5px; background:var(--snow);}
.hp-quick .grid {display:grid; grid-template-columns:repeat(4, 1fr); gap:20.3px;}
.hp-quick .qm {position:relative; display:flex; flex-direction:column; align-items:center; gap:11px;}
.hp-quick .qm-ico {display:flex; align-items:center; justify-content:center; width:103.4px; height:103.4px; border-radius:29.5px;}
.hp-quick .qm-ico img {width:48px; height:48px;}
.hp-quick .qm span {color:var(--body); font-size:20.3px; font-weight:500;}
.hp-quick .qm .qm-n {position:absolute; top:-6px; right:14px; display:flex; align-items:center; justify-content:center; min-width:27.7px; height:27.7px; padding:0 6px; background:var(--red); border:1.846px solid var(--card); border-radius:50px; color:#fff; font-size:16.6px; font-weight:700;}

/* 홈 - 섹션 공통 */
.hp-sec {padding:25.8px 29.5px 27.7px;}
.hp-sec-head {display:flex; align-items:center; justify-content:space-between; margin-bottom:18.5px;}
.hp-sec-head h2 {color:var(--ink); font-size:29.5px; font-weight:700;}
.hp-more {display:flex; align-items:center; gap:4px; color:var(--sub); font-size:22.2px;}
.hp-more img {width:24px; height:24px;}
.dark-mode .hp-more img {filter:brightness(1.4);}
.hp-card {background:var(--card); border:1.846px solid var(--line); border-radius:25.8px; box-shadow:0 1.846px 9.2px rgba(15,23,42,0.05);}

/* 홈 - 최신 설교 */
.hp-sermon .hp-feat {overflow:hidden;}
.hp-sermon .hp-thumb {position:relative; height:314px; overflow:hidden; background:#1E293B;}
.hp-sermon .hp-thumb .thumbimg {width:100%; height:100%; object-fit:cover;}
.hp-sermon .hp-thumb::after {content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,0.35), transparent 55%);}
.hp-sermon .hp-thumb > .new, .hp-sermon .hp-thumb > .dur, .hp-sermon .hp-thumb > .pl {z-index:1;}
.hp-sermon .hp-thumb .new {position:absolute; top:22px; left:22px; padding:5px 15px; background:var(--teal-2); border-radius:11px; color:#fff; font-size:18.5px; font-weight:700;}
.hp-sermon .hp-thumb .dur {position:absolute; bottom:22px; right:22px; padding:5px 15px; background:rgba(0,0,0,0.7); border-radius:11px; color:#fff; font-size:18.5px;}
.hp-sermon .hp-thumb .pl {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); display:flex; align-items:center; justify-content:center; width:96px; height:96px; background:rgba(255,255,255,0.92); border-radius:50%; box-shadow:0 7.4px 37px rgba(0,0,0,0.3);}
.hp-sermon .hp-thumb .pl:active {transform:translate(-50%,-50%) scale(0.97);}
.hp-sermon .hp-thumb .pl img {width:37px; height:37px; margin-left:5px; filter:brightness(0.18);}
.hp-sermon .hp-fbody {padding:22px 25.8px;}
.hp-sermon .hp-tags {display:flex; gap:11px;}
.hp-sermon .hp-tags .tg {padding:4px 15px; border-radius:7.4px; font-size:18.5px; font-weight:700;}
.hp-sermon .hp-tags .tnew {background:#EFF6FF; color:#2563EB;}
.hp-sermon .hp-tags .tkind {background:#F0FDFA; color:#0F766E;}
.dark-mode .hp-sermon .hp-tags .tnew {background:rgba(37,99,235,0.18);}
.dark-mode .hp-sermon .hp-tags .tkind {background:rgba(15,118,110,0.2);}
.hp-sermon .hp-ti {margin-top:12px; color:var(--ink); font-size:27.7px; font-weight:700;}
.hp-sermon .hp-smeta .r {display:flex; align-items:center; gap:9px; margin-top:8px; color:var(--body); font-size:22px;}
.hp-sermon .hp-smeta .r img {width:24px; height:24px;}
.hp-sermon .hp-acts {display:flex; gap:14.8px; margin-top:18.5px;}
.hp-sermon .hp-acts .play {flex:1; display:flex; align-items:center; justify-content:center; gap:11px; padding:23px; background:#2563EB; border-radius:18.5px; color:#fff; font-size:24px; font-weight:700;}
.hp-sermon .hp-acts .play img {width:25.8px; height:25.8px;}
.hp-sermon .hp-acts .sq {display:flex; align-items:center; justify-content:center; width:81px; height:81px; background:var(--snow); border:1.846px solid var(--line); border-radius:18.5px;}
.hp-sermon .hp-acts .sq img {width:33px; height:33px;}
.hp-sermon .hp-slist {margin-top:18.5px; padding:3px 25.8px;}
.hp-sermon .hp-srow {display:flex; align-items:center; gap:22px; padding:18.5px 0; border-bottom:1.846px solid var(--line);}
.hp-sermon .hp-srow:last-child {border-bottom:none;}
.hp-sermon .hp-srow .thumb {position:relative; flex:none; width:133px; height:89px; background:linear-gradient(135deg, #1E3A5F, #0D9488); border-radius:14.8px;}
.hp-sermon .hp-srow .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:33px; height:33px;}
.hp-sermon .hp-srow .thumb .d {position:absolute; bottom:6px; right:6px; padding:1px 8px; background:rgba(0,0,0,0.6); border-radius:5px; color:#fff; font-size:16px;}
.hp-sermon .hp-srow .st {flex:1; min-width:0; display:flex; flex-direction:column;}
.hp-li .body, .hp-news .hp-nrow .body, .hp-connect .hp-cbtn > span {display:flex; flex-direction:column;}
.hp-sermon .hp-srow .st .t {color:var(--ink); font-size:22px; font-weight:600;}
.hp-sermon .hp-srow .st .m {margin-top:6px; color:var(--sub); font-size:19px;}

/* 홈 - 공지사항 (한 줄: 점·제목·딱지·날짜) */
.hp-list {overflow:hidden;}
.hp-li {display:flex; align-items:flex-start; gap:18.5px; padding:20.3px 25.8px; border-bottom:1.846px solid var(--line);}
.hp-li:last-child {border-bottom:none;}
.hp-li .dot {flex:none; width:12.9px; height:12.9px; margin-top:7px; border-radius:50%; background:var(--mute);}
.hp-li .dot.on {background:var(--red);}
.hp-li .t {flex:1; min-width:0; color:var(--ink); font-size:24px; line-height:1.45; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.hp-li .meta {flex:none; display:flex; align-items:center; gap:9px; margin-top:1px;}
.hp-li .tg {display:inline-flex; padding:3.7px 12.9px; border-radius:7.4px; font-size:18.5px; font-weight:700; white-space:nowrap;}
.hp-li .tg.imp {background:#FEE2E2; color:#B91C1C;}
.hp-li .tg.evt {background:#F8FAFC; border:1.846px solid var(--line); color:var(--sub);}
.dark-mode .hp-li .tg.imp {background:rgba(220,38,38,0.18);}
.dark-mode .hp-li .tg.evt {background:rgba(255,255,255,0.05);}
.hp-li .dt {color:var(--sub); font-size:18.5px; white-space:nowrap;}
.hp-li .nb {display:inline-flex; align-items:center; justify-content:center; min-width:25px; height:25px; padding:0 6px; background:var(--red); border-radius:7px; color:#fff; font-size:16.6px; font-weight:700;}

/* 홈 - 교회소식 */
.hp-news .hp-nfeat {position:relative; padding:29.5px; border-radius:25.8px; background:linear-gradient(135deg, #1E3A5F, #0D9488); overflow:hidden; margin-bottom:18.5px;}
.hp-news .hp-nfeat::after {content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,0.45), transparent 70%);}
.hp-news .hp-nfeat > * {position:relative; z-index:1;}
.hp-news .hp-nfeat .ft {display:inline-block; padding:4px 14px; background:rgba(255,255,255,0.15); border-radius:50px; color:#5EEAD4; font-size:17px; font-weight:700;}
.hp-news .hp-nfeat .ti {margin-top:12px; color:#fff; font-size:26px; font-weight:700; line-height:1.4;}
.hp-news .hp-nfeat .de {margin-top:10px; color:rgba(255,255,255,0.8); font-size:20.3px; line-height:1.5;}
.hp-news .hp-nfeat .au {margin-top:12px; color:rgba(255,255,255,0.6); font-size:18.5px;}
.hp-news .hp-nrow {display:flex; align-items:flex-start; gap:18.5px; padding:20.3px 25.8px; border-bottom:1.846px solid var(--line);}
.hp-news .hp-nrow:last-child {border-bottom:none;}
.hp-news .hp-nrow .img {flex:none; width:111px; height:111px; border-radius:14.8px; overflow:hidden; background:var(--snow);}
.hp-news .hp-nrow .img img {width:100%; height:100%; object-fit:cover;}
.hp-news .hp-nrow .body {flex:1; min-width:0; display:flex; flex-direction:column; align-items:flex-start; gap:7px;}
.hp-news .hp-nrow .tg {padding:2px 13px; background:#F0FDFA; border-radius:7.4px; color:#0F766E; font-size:18.5px; font-weight:700;}
.dark-mode .hp-news .hp-nrow .tg {background:rgba(15,118,110,0.2);}
.hp-news .hp-nrow .t {color:var(--ink); font-size:23px; line-height:1.45;}
.hp-news .hp-nrow .au {color:var(--sub); font-size:18.5px;}

/* 홈 - 갤러리 (배경이미지 + 오버레이) */
.hp-gallery .hp-gfeat {position:relative; display:flex; flex-direction:column; justify-content:flex-end; min-height:300px; padding:25.8px; border-radius:25.8px; background:linear-gradient(135deg, #334155, #1E293B); background-size:cover; background-position:center; overflow:hidden; margin-bottom:18.5px;}
.hp-gallery .hp-gcell {position:relative; display:flex; flex-direction:column; justify-content:flex-end; min-height:180px; padding:18.5px; border-radius:18.5px; background:linear-gradient(135deg, #475569, #334155); background-size:cover; background-position:center; overflow:hidden;}
.hp-gallery .hp-gfeat::after, .hp-gallery .hp-gcell::after {content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 45%, transparent 100%);}
.hp-gallery .hp-gfeat > *, .hp-gallery .hp-gcell > * {position:relative; z-index:1;}
.hp-gallery .hp-gfeat .cnt {position:absolute; top:18.5px; right:18.5px; padding:5px 14px; background:rgba(0,0,0,0.4); border-radius:50px; color:#fff; font-size:17px;}
.hp-gallery .hp-gfeat .t {color:#fff; font-size:24px; font-weight:700;}
.hp-gallery .hp-gfeat .m {margin-top:6px; color:rgba(255,255,255,0.8); font-size:18.5px;}
.hp-gallery .hp-ggrid {display:grid; grid-template-columns:repeat(2, 1fr); gap:18.5px;}
.hp-gallery .hp-gcell .t {color:#fff; font-size:20.3px; font-weight:700;}
.hp-gallery .hp-gcell .m {margin-top:4px; color:rgba(255,255,255,0.85); font-size:17px;}

/* 홈 - 기도제목 (다크 카드) */
.hp-pray .hp-prcard {position:relative; padding:25.8px 27.7px; background:linear-gradient(135deg, #1E3A5F 0%, #1A4A7A 100%); border-radius:29.5px; box-shadow:0 3.7px 26px rgba(15,23,42,0.12); overflow:hidden;}
.hp-pray .hp-prhead {display:flex; align-items:center; gap:14.8px; margin-bottom:16.6px;}
.hp-pray .hp-prhead .ic {display:flex; align-items:center; justify-content:center; flex:none; width:59px; height:59px; background:rgba(255,255,255,0.12); border-radius:18.5px;}
.hp-pray .hp-prhead .ic img {width:33px; height:33px;}
.hp-pray .hp-prhead .ti {color:#fff; font-size:25.8px; font-weight:700;}
.hp-pray .hp-prhead .c {margin-left:auto; color:rgba(255,255,255,0.5); font-size:22px;}
.hp-pray .hp-pritem {padding:20.3px 24px; margin-bottom:13px; background:rgba(255,255,255,0.08); border:1.846px solid rgba(255,255,255,0.1); border-radius:18.5px;}
.hp-pray .hp-pritem .top {display:flex; align-items:center; gap:13px;}
.hp-pray .hp-pritem .av {display:flex; align-items:center; justify-content:center; flex:none; width:44px; height:44px; background:rgba(255,255,255,0.2); border-radius:50%; color:#fff; font-size:18.5px; font-weight:700;}
.hp-pray .hp-pritem .nm {color:rgba(255,255,255,0.85); font-size:20.3px;}
.hp-pray .hp-pritem .dt {margin-left:auto; color:rgba(255,255,255,0.4); font-size:18.5px;}
.hp-pray .hp-pritem .tx {margin-top:13px; color:rgba(255,255,255,0.7); font-size:22px; line-height:1.5;}
.hp-pray .hp-pritem .am {display:inline-flex; align-items:center; gap:7px; margin-top:11px; color:rgba(255,255,255,0.5); font-size:20.3px;}
.hp-pray .hp-pritem .am img {width:22px; height:22px;}
.hp-pray .hp-pritem .am.is-on {color:#fff;}
.hp-pray .hp-pritem .am.is-on img {filter:brightness(0) invert(1);}
.hp-pray .hp-prbtn {display:flex; align-items:center; justify-content:center; gap:11px; width:100%; padding:22px; background:rgba(255,255,255,0.12); border:1.846px solid rgba(255,255,255,0.2); border-radius:18.5px; color:#fff; font-size:24px; font-weight:600;}
.hp-pray .hp-prbtn img {width:27.7px; height:27.7px;}
.hp-pray .hp-prcard img {filter:brightness(0) invert(1);}

/* 홈 - 목사님 소개 */
.hp-pastor {display:flex; align-items:center; gap:25.8px; padding:31.4px;}
.hp-pastor .av {display:flex; align-items:center; justify-content:center; flex:none; width:118px; height:118px; border:5.5px solid #CCFBF1; border-radius:50%; background:linear-gradient(135deg, #1E3A5F, #0F766E); color:#fff; font-size:40.6px; font-weight:800;}
.dark-mode .hp-pastor .av {border-color:rgba(45,212,191,0.3);}
.hp-pastor .info {flex:1; min-width:0;}
.hp-pastor .ptag {display:inline-block; padding:3px 14.8px; background:#F0FDFA; border-radius:7.4px; color:#0F766E; font-size:20.3px; font-weight:700;}
.dark-mode .hp-pastor .ptag {background:rgba(15,118,110,0.2);}
.hp-pastor .nm {margin-top:11px; color:var(--ink); font-size:29.5px; font-weight:700;}
.hp-pastor .v {margin-top:11px; color:var(--body); font-size:22px; line-height:1.5;}
.hp-pastor .arrow {flex:none; width:33px; height:33px;}
.dark-mode .hp-pastor .arrow {filter:brightness(1.5);}

/* 홈 - 연결하기 */
.hp-connect {padding:25.8px 29.5px 0;}
.hp-connect .hp-conn2 {display:grid; grid-template-columns:repeat(2, 1fr); gap:14.8px; margin-bottom:14.8px;}
.hp-connect .hp-cbtn {display:flex; align-items:center; gap:18.5px; padding:20.3px 22px; background:var(--card); border:1.846px solid var(--line); border-radius:18.5px;}
.hp-connect .hp-cbtn .ci {display:flex; align-items:center; justify-content:center; flex:none; width:66px; height:66px; border-radius:18.5px;}
.hp-connect .hp-cbtn .ci img {width:33px; height:33px;}
.hp-connect .hp-cbtn .ci.green {background:#F0FDFA;}
.hp-connect .hp-cbtn .ci.violet {background:#F5F3FF;}
.dark-mode .hp-connect .hp-cbtn .ci.green, .dark-mode .hp-connect .hp-cbtn .ci.violet {background:rgba(255,255,255,0.06);}
.hp-connect .hp-cbtn .t {color:var(--ink); font-size:22px; font-weight:700;}
.hp-connect .hp-cbtn .s {margin-top:4px; color:var(--sub); font-size:18.5px;}
.hp-connect .hp-social {display:grid; grid-template-columns:repeat(4, 1fr); gap:14.8px;}
.hp-connect .hp-soc {display:flex; flex-direction:column; align-items:center; gap:11px; padding:22px 0; background:var(--card); border:1.846px solid var(--line); border-radius:18.5px;}
.hp-connect .hp-soc img {width:37px; height:37px;}
.hp-connect .hp-soc span {color:var(--body); font-size:18.5px;}

/* 홈 - 하단 탭 */
.hp-body {background:var(--snow); padding-bottom:200px;}
.hp-nav {position:fixed; left:50%; bottom:0; transform:translateX(-50%); z-index:40; width:720px; max-width:100%; display:flex; align-items:center; justify-content:space-between; padding:24px 45.5px; background:var(--card); border-top:1.846px solid var(--line);}
.hp-nav .tab {display:flex; flex-direction:column; align-items:center; gap:5.5px;}
.hp-nav .tab img {width:40.6px; height:40.6px;}
.hp-nav .tab span {color:var(--sub); font-size:18.5px;}
.hp-nav .tab.on span {color:var(--teal);}
.hp-nav .tab-fab {position:relative; align-self:stretch; width:92px;}
.hp-nav .tab-fab .fab {position:absolute; left:50%; top:0; transform:translate(-50%, -50%); display:flex; align-items:center; justify-content:center; width:92px; height:92px; border-radius:50%; background:linear-gradient(135deg, #0D9488, #1E3A5F); box-shadow:0 7.4px 16px rgba(13,148,136,0.4); border:5px solid var(--card);}
.hp-nav .tab-fab .fab img {width:40.6px; height:40.6px;}
