 @charset "utf-8";
 
  .sub-page {
	padding:0;
    background: #fff;
    color: #222;
  }
  
 .sub-page .inner {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

@media (max-width: 991px) {
    .sub-page .inner {
        max-width: calc(100% - 32px);
    }
}

 /* =========================
   KJCCM 소개
========================= */
.kjccm-page img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.kjccm-page .kjccm-hero {
    display: flex;
    align-items: center;
    gap: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.kjccm-page .kjccm-hero__image {
    flex: 0 0 430px;
}

.kjccm-page .kjccm-hero__image img {
    width: 100%;
    max-width: 430px;
    display: block;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.kjccm-page .kjccm-hero__content {
    flex: 1 1 auto;
}

.kjccm-page .kjccm-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.kjccm-page .kjccm-title {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
}

.kjccm-page .kjccm-subtitle {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
    color: #08749b;
}

.kjccm-page .kjccm-desc {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
	word-break:keep-all;
}

.kjccm-page .kjccm-intro {
    padding: 38px 40px;
    margin-bottom: 60px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 24px;
}

.kjccm-page .kjccm-intro p {
    font-size: 18px;
    line-height: 1.5;
    color: #444;
}

.kjccm-page .kjccm-intro p:last-child {
    margin-bottom: 0;
}

.kjccm-page .kjccm-section {
    margin-bottom: 70px;
}

.kjccm-page .section-title {
    margin: 0 0 30px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 800;
    color: #111;
    text-align: center;
}

.kjccm-page .kjccm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.kjccm-page .kjccm-card {
    padding: 30px;
    border: 1px solid #e8eef2;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.kjccm-page .kjccm-card--wide {
    grid-column: 1 / 3;
}

.kjccm-page .kjccm-card__num {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 900;
    color: #08749b;
}

.kjccm-page .kjccm-card h4 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 800;
    color: #111;
}

.kjccm-page .kjccm-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
	word-break:keep-all;
}

.kjccm-page .kjccm-card span {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
}

.kjccm-page .kjccm-highlight {
    margin-bottom: 70px;
    padding: 46px 30px;
    border-radius: 28px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #08749b 0%, #0a5670 100%);
}

.kjccm-page .kjccm-highlight__small {
    margin: 0 0 12px;
    font-size: 26px;
    font-weight: 700;
}

.kjccm-page .kjccm-highlight__big {
    margin: 0 0 18px;
    font-size: 32px;
    font-weight: 800;
}

.kjccm-page .kjccm-highlight__last {
    margin: 0;
    font-size: 20px;
    opacity: .95;
}

.kjccm-page .kjccm-history {
    border-left: 3px solid #08749b;
    margin-left: 14px;
    padding-left: 28px;
}

.kjccm-page .kjccm-history__item {
    margin-bottom: 26px;
}

.kjccm-page .kjccm-history__item:last-child {
    margin-bottom: 0;
}

.kjccm-page .kjccm-history__item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 800;
    color: #08749b;
}

.kjccm-page .kjccm-history__item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
}

.kjccm-page .kjccm-message {
    padding: 40px;
    margin-bottom: 70px;
    background: #f8fbfc;
    border: 1px solid #e4eef2;
    border-radius: 24px;
}

.kjccm-page .kjccm-message p {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
	word-break:keep-all;
}

.kjccm-page .kjccm-message p.last {
    margin-bottom: 0;
    font-weight: 700;
}

.kjccm-page .kjccm-table {
    border: 1px solid #e8eef2;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
	font-size:16px;
}

.kjccm-page .kjccm-table__row {
    display: grid;
    grid-template-columns: 220px 1fr;
}

.kjccm-page .kjccm-table__row + .kjccm-table__row {
    border-top: 1px solid #e8eef2;
}

.kjccm-page .kjccm-table .th {
    padding: 18px 24px;
    background: #f6fafc;
    font-weight: 700;
    color: #222;
}

.kjccm-page .kjccm-table .td {
    padding: 18px 24px;
    color: #444;
    line-height: 1.5;
}

/* 반응형 */
@media (max-width: 991px) {    
    .kjccm-page .kjccm-hero {
        flex-direction: column;
        gap: 28px;
        padding-bottom: 40px;
        margin-bottom: 40px;
        text-align: center;
    }

    .kjccm-page .kjccm-hero__image {
        flex: none;
    }

    .kjccm-page .kjccm-hero__image img {
        max-width: 340px;
        margin: 0 auto;
    }

    .kjccm-page .kjccm-title {
        font-size: 30px;
    }

    .kjccm-page .kjccm-subtitle {
        font-size: 18px;
    }

    .kjccm-page .kjccm-desc,
    .kjccm-page .kjccm-intro p,
    .kjccm-page .kjccm-message p,
    .kjccm-page .kjccm-history__item p {
        font-size: 15px;
    }

    .kjccm-page .section-title {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .kjccm-page .kjccm-grid {
        grid-template-columns: 1fr;
    }

    .kjccm-page .kjccm-card--wide {
        grid-column: auto;
    }

    .kjccm-page .kjccm-card {
        padding: 22px 18px;
    }

    .kjccm-page .kjccm-card h4 {
        font-size: 20px;
    }

    .kjccm-page .kjccm-highlight {
        padding: 30px 20px;
        margin-bottom: 45px;
    }

    .kjccm-page .kjccm-highlight__small {
        font-size: 18px;
    }

    .kjccm-page .kjccm-highlight__big {
        font-size: 24px;
    }

    .kjccm-page .kjccm-highlight__last {
        font-size: 16px;
    }

    .kjccm-page .kjccm-intro,
    .kjccm-page .kjccm-message {
        padding: 24px 18px;
        margin-bottom: 45px;
    }

    .kjccm-page .kjccm-section {
        margin-bottom: 45px;
    }

    .kjccm-page .kjccm-history {
        margin-left: 6px;
        padding-left: 16px;
    }

    .kjccm-page .kjccm-table__row {
        grid-template-columns: 1fr;
    }

    .kjccm-page .kjccm-table .th,
    .kjccm-page .kjccm-table .td {
        padding: 14px 16px;
    }

    .kjccm-page .kjccm-table .th {
        border-bottom: 1px solid #e8eef2;
    }
}

 /* =========================
   인사말
========================= */

.greeting-page img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


.greeting-hero {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.greeting-hero__image {
    flex: 0 0 480px;
}

.greeting-hero__image img {
    width: 100%;
    max-width: 480px;
    display: block;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.greeting-hero__content {
    flex: 1 1 auto;
}

.greeting-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.greeting-title {
    margin: 0 0 16px;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    color: #111;
}

.greeting-subtitle {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 700;
    color: #08749b;
}

.greeting-desc {
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
}

.greeting-profile {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px;
    background: #f8fbfc;
    border: 1px solid #e4eef2;
    border-radius: 20px;
    max-width: 420px;
}

.greeting-profile__photo {
    flex: 0 0 120px;
}

.greeting-profile__photo img {
    width: 120px;
    border-radius: 14px;
    display: block;
}

.greeting-profile__text strong {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #08749b;
}

.greeting-profile__text span {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #111;
}

.greeting-box,
.greeting-section,
.greeting-closing {
    padding: 34px 34px 30px;
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.greeting-box p,
.greeting-section p,
.greeting-closing p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.5;
    color: #444;
}

.greeting-box p:last-child,
.greeting-section p:last-child,
.greeting-closing p:last-child {
    margin-bottom: 0;
}

.greeting-section__num {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 900;
    color: #08749b;
}

.greeting-section h3 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 800;
    color: #111;
}

.greeting-sign {
    margin-top: 40px;
    padding: 40px 20px;
    text-align: center;
    border-radius: 28px;
    background: linear-gradient(135deg, #08749b 0%, #0a5670 100%);
    color: #fff;
}

.greeting-sign p {
    margin: 0 0 10px;
    font-size: 18px;
    opacity: .9;
}

.greeting-sign strong {
    font-size: 32px;
    font-weight: 800;
}

@media (max-width: 991px) {

    .greeting-hero {
        flex-direction: column;
        gap: 28px;
        margin-bottom: 45px;
        padding-bottom: 40px;
        text-align: center;
    }

    .greeting-hero__image {
        flex: none;
    }

    .greeting-hero__image img {
        max-width: 340px;
        margin: 0 auto;
    }

    .greeting-title {
        font-size: 30px;
    }

    .greeting-subtitle {
        font-size: 20px;
    }

    .greeting-desc {
        font-size: 16px;
    }

    .greeting-profile {
        max-width: 100%;
        margin: 0 auto;
        justify-content: center;
    }

    .greeting-profile__photo {
        flex: 0 0 90px;
    }

    .greeting-profile__photo img {
        width: 90px;
    }

    .greeting-profile__text span {
        font-size: 18px;
    }

    .greeting-box,
    .greeting-section,
    .greeting-closing {
        padding: 24px 18px;
    }

    .greeting-box p,
    .greeting-section p,
    .greeting-closing p {
        font-size: 15px;
    }

    .greeting-section h3 {
        font-size: 22px;
    }

    .greeting-sign {
        margin-top: 28px;
        padding: 30px 20px;
    }

    .greeting-sign p {
        font-size: 15px;
    }

    .greeting-sign strong {
        font-size: 24px;
    }
}

 /* =========================
   선언서 낭독
========================= */

.prayer365-page .prayer365-hero {
    margin-bottom: 50px;
    text-align: center;
}

.prayer365-page .prayer365-hero__badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.prayer365-page .prayer365-hero__title {
    margin: 0 0 12px;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    color: #111;
}

.prayer365-page .prayer365-hero__subtitle {
    margin: 0;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    color: #08749b;
}

.prayer365-page .prayer365-intro {
    padding: 40px;
    margin-bottom: 50px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 24px;
}

.prayer365-page .prayer365-intro p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.5;
    color: #444;
}

.prayer365-page .prayer365-intro p:last-child {
    margin-bottom: 0;
}

.prayer365-page .prayer365-highlight {
    margin-bottom: 60px;
    padding: 42px 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #08749b 0%, #0a5670 100%);
    text-align: center;
    color: #fff;
}

.prayer365-page .prayer365-highlight__small {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 700;
}

.prayer365-page .prayer365-highlight__big {
    margin: 0;
    font-size: 32px;
    font-weight: 800;
}

.prayer365-page .prayer365-section {
    margin-bottom: 70px;
}

.prayer365-page .prayer365-section__title {
    margin: 0 0 30px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 800;
    text-align: center;
    color: #111;
}

.prayer365-page .prayer365-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.prayer365-page .prayer365-card {
    padding: 34px 34px 30px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.prayer365-page .prayer365-card__num {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 900;
    color: #08749b;
}

.prayer365-page .prayer365-card h4 {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 800;
    color: #111;
}

.prayer365-page .prayer365-card p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
}

.prayer365-page .prayer365-card span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #08749b;
    font-weight: 600;
}

.prayer365-page .prayer365-subblock {
    margin: 18px 0;
    padding: 20px 22px;
    border-radius: 18px;
    background: #f8fbfc;
    border: 1px solid #e5eef2;
}

.prayer365-page .prayer365-subblock strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    color: #08749b;
}

.prayer365-page .prayer365-subblock p {
    margin: 0;
}

.prayer365-page .prayer365-mission {
    margin-bottom: 70px;
    padding: 40px;
    border-radius: 24px;
    background: #f8fbfc;
    border: 1px solid #e4eef2;
}

.prayer365-page .prayer365-mission h3 {
    margin: 0 0 18px;
    font-size: 30px;
    font-weight: 800;
    color: #111;
}

.prayer365-page .prayer365-mission p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
}

.prayer365-page .prayer365-mission p:last-child {
    margin-bottom: 0;
}

.prayer365-page .prayer365-covenant {
    margin-top: 20px;
}

.prayer365-page .prayer365-covenant__inner {
    padding: 55px 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0c2e3d 0%, #08749b 100%);
    text-align: center;
    color: #fff;
}

.prayer365-page .prayer365-covenant__lead {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.5;
    opacity: .9;
}

.prayer365-page .prayer365-covenant__main {
    margin: 0 0 22px;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 800;
}

.prayer365-page .prayer365-covenant__date {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
    opacity: .92;
}

.prayer365-page .prayer365-covenant__sign {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}

/* 반응형 */
@media (max-width: 991px) {

    .prayer365-page .prayer365-hero {
        margin-bottom: 34px;
    }

    .prayer365-page .prayer365-hero__title {
        font-size: 30px;
    }

    .prayer365-page .prayer365-hero__subtitle {
        font-size: 18px;
    }

    .prayer365-page .prayer365-intro,
    .prayer365-page .prayer365-mission,
    .prayer365-page .prayer365-card {
        padding: 24px 18px;
    }

    .prayer365-page .prayer365-intro p,
    .prayer365-page .prayer365-card p,
    .prayer365-page .prayer365-mission p {
        font-size: 15px;
    }

    .prayer365-page .prayer365-highlight {
        padding: 28px 20px;
        margin-bottom: 40px;
    }

    .prayer365-page .prayer365-highlight__small {
        font-size: 18px;
    }

    .prayer365-page .prayer365-highlight__big {
        font-size: 24px;
        line-height: 1.5;
    }

    .prayer365-page .prayer365-section {
        margin-bottom: 45px;
    }

    .prayer365-page .prayer365-section__title {
        margin-bottom: 22px;
        font-size: 26px;
    }

    .prayer365-page .prayer365-card h4 {
        font-size: 21px;
    }

    .prayer365-page .prayer365-subblock {
        padding: 16px 14px;
    }

    .prayer365-page .prayer365-mission h3 {
        font-size: 24px;
    }

    .prayer365-page .prayer365-covenant__inner {
        padding: 36px 20px;
    }

    .prayer365-page .prayer365-covenant__lead {
        font-size: 15px;
    }

    .prayer365-page .prayer365-covenant__main {
        font-size: 22px;
    }

    .prayer365-page .prayer365-covenant__date,
    .prayer365-page .prayer365-covenant__sign {
        font-size: 15px;
    }
}

 /* =========================
   공연기획
========================= */

.plan-page img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.plan-page .plan-head {
    margin-bottom: 50px;
    text-align: center;
}

.plan-page .plan-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.plan-page .plan-title {
    margin: 0 0 16px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.plan-page .plan-desc {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    color: #555;
    word-break: keep-all;
}

.plan-page .plan-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
}

.plan-page .plan-gallery__item {
    overflow: hidden;
    background: #f8f8f8;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.10);
}

.plan-page .plan-gallery__item img {
    display: block;
    width: 100%;
    aspect-ratio: 640 / 853;
    object-fit: cover;
}

/* 모바일 */
@media (max-width: 991px) {

    .plan-page .plan-head {
        margin-bottom: 32px;
    }

    .plan-page .plan-title {
        font-size: 28px;
    }

    .plan-page .plan-desc {
        font-size: 16px;
        line-height: 1.7;
    }

    .plan-page .plan-gallery {
        grid-template-columns: 1fr;
        gap: 20px;
    }

}


 /* =========================
   음반사업
========================= */

.album-page img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


.album-page .album-head {
    margin-bottom: 45px;
    text-align: center;
}

.album-page .album-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.album-page .album-title {
    margin: 0 0 16px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.album-page .album-desc {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    color: #555;
    word-break: keep-all;
}

.album-page .album-gallery {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 34px;
}

.album-page .album-gallery__item {
    width: 400px;
    max-width: calc(50% - 16px);
    overflow: hidden;
    background: #f8f8f8;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.10);
}

.album-page .album-gallery__item img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.album-page .album-foot {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    font-weight: 500;
}

/* 모바일 */
@media (max-width: 991px) {

    .album-page .album-head {
        margin-bottom: 30px;
    }

    .album-page .album-title {
        font-size: 28px;
    }

    .album-page .album-desc {
        font-size: 16px;
        line-height: 1.7;
    }

    .album-page .album-gallery {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 24px;
    }

    .album-page .album-gallery__item {
        width: 100%;
        max-width: 360px;
    }

    .album-page .album-foot {
        font-size: 16px;
    }
}

 /* =========================
   음향/영상시공
========================= */


.av-page img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.av-page .av-head {
    margin-bottom: 60px;
    text-align: center;
}

.av-page .av-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.av-page .av-title {
    margin: 0 0 16px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.av-page .av-desc {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    color: #555;
    word-break: keep-all;
}

.av-page .av-section {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 70px;
}

.av-page .av-section--right {
    flex-direction: row;
}

.av-page .av-section__image {
    flex: 0 0 480px;
}

.av-page .av-section__image img {
    display: block;
    width: 100%;
    max-width: 480px;
    aspect-ratio: 640 / 800;
    object-fit: cover;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.av-page .av-section__content {
    flex: 1 1 auto;
}

.av-page .av-section__num {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 900;
    color: #08749b;
}

.av-page .av-section__content h3 {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.av-page .av-section__content p {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.95;
    color: #444;
}

.av-page .av-section__content p:last-child {
    margin-bottom: 0;
}

.av-page .av-note {
    color: #08749b !important;
    font-size: 15px !important;
    font-weight: 600;
}

.av-page .av-message {
    padding: 40px;
    border-radius: 24px;
    background: #f8fbfc;
    border: 1px solid #e4eef2;
}

.av-page .av-message p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.95;
    color: #444;
}

.av-page .av-message p.last {
    margin-bottom: 0;
    font-weight: 700;
    color: #111;
}

/* 모바일 */
@media (max-width: 991px) {

    .av-page .av-head {
        margin-bottom: 36px;
    }

    .av-page .av-title {
        font-size: 28px;
    }

    .av-page .av-desc {
        font-size: 16px;
        line-height: 1.7;
    }

    .av-page .av-section,
    .av-page .av-section--right {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 45px;
    }

    .av-page .av-section__image {
        flex: none;
        width: 100%;
    }

    .av-page .av-section__image img {
        max-width: 360px;
        margin: 0 auto;
    }

    .av-page .av-section__content {
        text-align: center;
    }

    .av-page .av-section__content h3 {
        font-size: 24px;
    }

    .av-page .av-section__content p {
        font-size: 15px;
    }

    .av-page .av-note {
        font-size: 14px !important;
    }

    .av-page .av-message {
        padding: 24px 18px;
    }

    .av-page .av-message p {
        font-size: 15px;
    }
}



 /* =========================
   기도와찬양
========================= */

.prayer-praise-hero {
    margin-bottom: 50px;
    text-align: center;
}

.prayer-praise-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.prayer-praise-title {
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.prayer-praise-subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    color: #555;
    word-break: keep-all;
}

.prayer-praise-verses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 50px;
}

.verse-card {
    padding: 34px 30px;
    border-radius: 24px;
    background: #f8fbfc;
    border: 1px solid #e4eef2;
    text-align: center;
}

.verse-text {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
    color: #222;
    word-break: keep-all;
}

.verse-ref {
    margin: 0;
    font-size: 16px;
    color: #08749b;
    font-weight: 700;
}

.prayer-praise-intro {
    padding: 36px 34px;
    margin-bottom: 45px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.prayer-praise-intro h3 {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 800;
    color: #111;
}

.prayer-praise-intro p {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.95;
    color: #444;
}

.prayer-praise-intro p:last-child {
    margin-bottom: 0;
}

.prayer-praise-highlight {
    margin-bottom: 50px;
    padding: 46px 28px;
    border-radius: 28px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #08749b 0%, #0a5670 100%);
}

.prayer-praise-highlight .highlight-small {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
}

.prayer-praise-highlight .highlight-big {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 800;
}

.prayer-praise-highlight .highlight-last {
    margin: 0;
    font-size: 18px;
    opacity: .95;
}

.prayer-praise-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 50px;
}

.prayer-block {
    padding: 34px 34px 30px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.prayer-block-num {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 900;
    color: #08749b;
}

.prayer-block h4 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 800;
    color: #111;
}

.prayer-block p {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.95;
    color: #444;
}

.prayer-block p:last-child {
    margin-bottom: 0;
}

.prayer-praise-invite {
    padding: 40px 34px;
    margin-bottom: 40px;
    border-radius: 24px;
    background: #f8fbfc;
    border: 1px solid #e4eef2;
    text-align: center;
}

.prayer-praise-invite h3 {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 800;
    color: #111;
}

.prayer-praise-invite p {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.9;
    color: #444;
}

.prayer-praise-invite p:last-child {
    margin-bottom: 0;
}

.prayer-praise-closing {
    padding: 50px 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0c2e3d 0%, #08749b 100%);
    text-align: center;
    color: #fff;
}

.prayer-praise-closing .closing-main {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 800;
}

.prayer-praise-closing .closing-sub {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    opacity: .95;
}

/* 모바일 */
@media (max-width: 991px) {

    .prayer-praise-hero {
        margin-bottom: 34px;
    }

    .prayer-praise-title {
        font-size: 30px;
    }

    .prayer-praise-subtitle {
        font-size: 16px;
        line-height: 1.7;
    }

    .prayer-praise-verses {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 34px;
    }

    .verse-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .verse-text {
        font-size: 16px;
        line-height: 1.9;
    }

    .verse-ref {
        font-size: 14px;
    }

    .prayer-praise-intro,
    .prayer-block,
    .prayer-praise-invite {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .prayer-praise-intro h3,
    .prayer-praise-invite h3 {
        font-size: 24px;
    }

    .prayer-block h4 {
        font-size: 22px;
    }

    .prayer-praise-intro p,
    .prayer-block p,
    .prayer-praise-invite p {
        font-size: 15px;
    }

    .prayer-praise-highlight {
        padding: 28px 20px;
        margin-bottom: 36px;
        border-radius: 20px;
    }

    .prayer-praise-highlight .highlight-small {
        font-size: 18px;
    }

    .prayer-praise-highlight .highlight-big {
        font-size: 22px;
    }

    .prayer-praise-highlight .highlight-last {
        font-size: 15px;
    }

    .prayer-praise-body {
        gap: 16px;
        margin-bottom: 36px;
    }

    .prayer-praise-closing {
        padding: 34px 20px;
        border-radius: 20px;
    }

    .prayer-praise-closing .closing-main {
        font-size: 22px;
    }

    .prayer-praise-closing .closing-sub {
        font-size: 16px;
    }
}


 /* =========================
   말씀과능력
========================= */

.word-power-hero {
    margin-bottom: 50px;
    text-align: center;
}

.word-power-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.word-power-title {
    margin: 0;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.word-power-intro {
    padding: 30px 28px;
    margin-bottom: 36px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.word-power-intro p {
    margin: 0;
    font-size: 17px;
    line-height: 1.95;
    color: #444;
}

.word-power-verses {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 40px;
}

.wp-verse-card {
    padding: 26px 24px;
    border-radius: 20px;
    background: #f8fbfc;
    border: 1px solid #e4eef2;
    text-align: left;
}

.wp-verse-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 600;
    color: #222;
    word-break: keep-all;
}

.word-power-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wp-block,
.wp-section-box {
    padding: 34px 34px 30px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.wp-block p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.95;
    color: #444;
    word-break: keep-all;
}

.wp-block p:last-child {
    margin-bottom: 0;
}

.wp-list {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.wp-list li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.85;
    color: #444;
}

.wp-list li:last-child {
    margin-bottom: 0;
}

.wp-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #08749b;
}

.wp-section-box__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.wp-section-box__head .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #08749b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.wp-section-box__head h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 800;
    color: #111;
}

.wp-scriptures {
    padding: 20px 22px;
    border-radius: 18px;
    background: #f8fbfc;
    border: 1px solid #e5eef2;
}

.wp-scriptures p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.95;
    color: #444;
    word-break: keep-all;
}

.wp-scriptures p:last-child {
    margin-bottom: 0;
}

.word-power-closing {
    padding: 50px 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0c2e3d 0%, #08749b 100%);
    text-align: center;
    color: #fff;
}

.word-power-closing .closing-main {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.8;
    font-weight: 700;
}

.word-power-closing .closing-sub {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.8;
    opacity: .95;
}

.word-power-closing .closing-ref {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    opacity: .95;
}

/* 모바일 */
@media (max-width: 991px) {

    .word-power-hero {
        margin-bottom: 34px;
    }

    .word-power-title {
        font-size: 30px;
    }

    .word-power-intro,
    .wp-verse-card,
    .wp-block,
    .wp-section-box {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .word-power-intro p,
    .wp-verse-text,
    .wp-block p,
    .wp-scriptures p,
    .wp-list li {
        font-size: 15px;
    }

    .wp-section-box__head h3 {
        font-size: 22px;
    }

    .wp-scriptures {
        padding: 16px 14px;
    }

    .word-power-closing {
        padding: 34px 20px;
        border-radius: 20px;
    }

    .word-power-closing .closing-main {
        font-size: 18px;
    }

    .word-power-closing .closing-sub,
    .word-power-closing .closing-ref {
        font-size: 15px;
    }
}


 /* =========================
  전도와 선교
========================= */

.mission-hero {
    margin-bottom: 50px;
    text-align: center;
}

.mission-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.mission-title {
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.mission-subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    color: #555;
    word-break: keep-all;
}

.mission-section {
    margin-bottom: 32px;
    padding: 34px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.mission-section__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.mission-section__head .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #08749b;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.mission-section__head h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 800;
    color: #111;
}

.mission-verse-list {
    padding: 22px 24px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: #f8fbfc;
    border: 1px solid #e5eef2;
}

.mission-verse-list p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.95;
    color: #444;
}

.mission-verse-list p:last-child {
    margin-bottom: 0;
}

.mission-comment {
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px dashed #c7dce4;
}

.mission-comment p {
    margin: 0;
    font-size: 17px;
    line-height: 1.95;
    color: #444;
}

.mission-closing {
    margin-top: 50px;
    padding: 50px 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0c2e3d 0%, #08749b 100%);
    text-align: center;
    color: #fff;
}

.mission-closing__main {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.6;
    font-weight: 800;
}

.mission-closing__sub {
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    opacity: .95;
}

/* 모바일 */
@media (max-width: 991px) {

    .mission-hero {
        margin-bottom: 34px;
    }

    .mission-title {
        font-size: 30px;
    }

    .mission-subtitle {
        font-size: 16px;
        line-height: 1.7;
    }

    .mission-section {
        padding: 24px 18px;
        margin-bottom: 18px;
        border-radius: 18px;
    }

    .mission-section__head {
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .mission-section__head h3 {
        font-size: 22px;
    }

    .mission-verse-list {
        padding: 16px 14px;
    }

    .mission-verse-list p,
    .mission-comment p {
        font-size: 15px;
    }

    .mission-comment {
        padding: 16px 14px;
    }

    .mission-closing {
        margin-top: 34px;
        padding: 34px 20px;
        border-radius: 20px;
    }

    .mission-closing__main {
        font-size: 22px;
    }

    .mission-closing__sub {
        font-size: 16px;
    }
}


 /* =========================
  KJCCM훈련소개
========================= */

.training-hero {
    margin-bottom: 40px;
    text-align: center;
}

.training-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.training-title {
    margin: 0;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.training-intro {
    padding: 36px 34px;
    margin-bottom: 42px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.training-intro p {
    margin: 0;
    font-size: 17px;
    line-height: 1.95;
    color: #444;
    word-break: keep-all;
}

.training-section {
    margin-bottom: 42px;
}

.training-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.training-card {
    padding: 32px 30px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.training-card__num {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 900;
    color: #08749b;
}

.training-card h3 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.45;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.training-card p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.95;
    color: #444;
    word-break: keep-all;
}

.training-card span {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 999px;
    background: #f3f8fa;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.training-mts {
    padding: 50px 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0c2e3d 0%, #08749b 100%);
    text-align: center;
    color: #fff;
}

.training-mts h3 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 800;
}

.training-mts__en {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
    opacity: .9;
    letter-spacing: 0.03em;
}

.training-mts p:last-child {
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    opacity: .96;
    word-break: keep-all;
}

/* 모바일 */
@media (max-width: 991px) {

    .training-hero {
        margin-bottom: 28px;
    }

    .training-title {
        font-size: 30px;
    }

    .training-intro {
        padding: 24px 18px;
        margin-bottom: 28px;
        border-radius: 18px;
    }

    .training-intro p {
        font-size: 15px;
    }

    .training-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .training-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .training-card h3 {
        font-size: 22px;
    }

    .training-card p {
        font-size: 15px;
    }

    .training-card span {
        font-size: 13px;
    }

    .training-mts {
        padding: 34px 20px;
        border-radius: 20px;
    }

    .training-mts h3 {
        font-size: 24px;
    }

    .training-mts__en {
        font-size: 13px;
    }

    .training-mts p:last-child {
        font-size: 15px;
    }
}

 /* =========================
   선지자 생도
========================= */

.prophet-page img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.prophet-hero {
    margin-bottom: 40px;
    text-align: center;
}

.prophet-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.prophet-title {
    margin: 0;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.prophet-intro {
    padding: 36px 34px;
    margin-bottom: 36px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.prophet-intro h3 {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 800;
    color: #111;
}

.prophet-intro p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.95;
    color: #444;
    word-break: keep-all;
}

.prophet-intro p:last-child {
    margin-bottom: 0;
}

.prophet-visual {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 40px;
    padding: 24px;
    border-radius: 24px;
    background: #f8fbfc;
    border: 1px solid #e4eef2;
}

.prophet-visual__image {
    flex: 0 0 472px;
}

.prophet-visual__image img {
    display: block;
    width: 100%;
    max-width: 472px;
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.10);
}

.prophet-visual__content {
    flex: 1 1 auto;
}

.prophet-visual__label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #08749b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.prophet-visual__content p {
    margin: 0;
    font-size: 17px;
    line-height: 1.95;
    color: #444;
    word-break: keep-all;
}

.prophet-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.prophet-card {
    padding: 32px 30px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.prophet-card__num {
    margin-bottom: 12px;
    font-size:32px;
    font-weight: 900;
    color: #08749b;
}

.prophet-card h4 {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.prophet-card p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.95;
    color: #444;
    word-break: keep-all;
}

.prophet-card p:last-child {
    margin-bottom: 0;
}

.prophet-quote {
    padding: 18px 20px;
    border-left: 4px solid #08749b;
    background: #f8fbfc;
    border-radius: 0 16px 16px 0;
    color: #222 !important;
    font-weight: 600;
}

.prophet-subbox {
    margin-top: 18px;
    padding: 20px 22px;
    border-radius: 18px;
    background: #f8fbfc;
    border: 1px solid #e5eef2;
}

.prophet-subbox strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    color: #08749b;
}

.prophet-list,
.prophet-order-list {
    margin: 0;
    padding: 0;
}

.prophet-list {
    list-style: none;
}

.prophet-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.85;
    color: #444;
}

.prophet-list li:last-child {
    margin-bottom: 0;
}

.prophet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #08749b;
}

.prophet-order-list {
    padding-left: 22px;
}

.prophet-order-list li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.9;
    color: #444;
}

.prophet-order-list li:last-child {
    margin-bottom: 0;
}

.prophet-source {
    margin-top: 16px !important;
    color: #08749b !important;
    font-size: 14px !important;
    font-weight: 600;
}

.prophet-closing {
    margin-top: 45px;
    padding: 50px 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0c2e3d 0%, #08749b 100%);
    text-align: center;
    color: #fff;
}

.prophet-closing__main {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.6;
    font-weight: 800;
}

.prophet-closing__sub {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.9;
    opacity: .95;
}

.prophet-closing__sub:last-child {
    margin-bottom: 0;
}

/* 모바일 */
@media (max-width: 991px) {

    .prophet-title {
        font-size: 30px;
    }

    .prophet-intro,
    .prophet-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .prophet-intro h3 {
        font-size: 24px;
    }

    .prophet-intro p,
    .prophet-card p,
    .prophet-list li,
    .prophet-order-list li,
    .prophet-visual__content p {
        font-size: 15px;
    }

    .prophet-card h4 {
        font-size: 22px;
    }

    .prophet-visual {
        flex-direction: column;
        gap: 20px;
        padding: 18px;
        border-radius: 18px;
    }

    .prophet-visual__image {
        flex: none;
        width: 100%;
    }

    .prophet-visual__image img {
        max-width: 100%;
        margin: 0 auto;
    }

    .prophet-subbox {
        padding: 16px 14px;
    }

    .prophet-source {
        font-size: 13px !important;
    }

    .prophet-closing {
        margin-top: 34px;
        padding: 34px 20px;
        border-radius: 20px;
    }

    .prophet-closing__main {
        font-size: 22px;
    }

    .prophet-closing__sub {
        font-size: 15px;
    }
}

 /* =========================
   선지생도 전문교육과정
========================= */

.academy-page img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.academy-hero {
    margin-bottom: 40px;
    text-align: center;
}

.academy-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.academy-title {
    margin: 0;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.academy-intro {
    padding: 36px 34px;
    margin-bottom: 40px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.academy-intro p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.95;
    color: #444;
    word-break: keep-all;
}

.academy-intro p:last-child {
    margin-bottom: 0;
}

.academy-section {
    margin-bottom: 42px;
}

.academy-section__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.academy-section__head .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #08749b;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.academy-section__head h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 800;
    color: #111;
}

.academy-table-box {
    padding: 20px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #f8fbfc;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
    text-align: center;
}

.academy-table-box img {
    display: block;
    margin: 0 auto;
    border: 1px solid #d8e3d1;
    box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

.academy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.academy-card {
    padding: 30px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.academy-card__num {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight:900;
    color: #08749b;
}

.academy-card h4 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.academy-card p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.95;
    color: #444;
    word-break: keep-all;
}

.academy-card p:last-child {
    margin-bottom: 0;
}

.academy-closing {
    margin-top: 30px;
    padding: 46px 28px;
    border-radius: 28px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #0c2e3d 0%, #08749b 100%);
}

.academy-closing__main {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.6;
    font-weight: 800;
}

.academy-closing__sub {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    opacity: .95;
}

.academy-curriculum-table {
    width: 100%;
    overflow-x: auto;
}

.academy-curriculum-table table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    table-layout: fixed;
    background: #f7f7f7;
    font-size: 16px;
    color: #333;
}

.academy-curriculum-table th,
.academy-curriculum-table td {
    border: 1px solid #b7c98f;
    padding: 12px 14px;
    vertical-align: top;
}

.academy-curriculum-table thead th {
    background: #b8d18d;
    color: #222;
    font-weight: 700;
    text-align: center;
}

.academy-curriculum-table tbody td:first-child,
.academy-curriculum-table tbody td:nth-child(2) {
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
}

.academy-curriculum-table .grade {
    font-weight: 700;
}

/* 1학년 */
.academy-curriculum-table .grade1 {
    background: #eef3e6 !important;
}
.academy-curriculum-table .sem1 {
    background: #f6f9f1 !important;
}

/* 2학년 */
.academy-curriculum-table .grade2 {
    background: #eeeeee !important;
}
.academy-curriculum-table .sem2 {
    background: #f7f7f7 !important;
}

/* 3학년 */
.academy-curriculum-table .grade3 {
    background: #d5daf4 !important;
}
.academy-curriculum-table .sem3 {
    background: #eceffd !important;
}

.academy-curriculum-table .subject-cell {
    background: #fff !important;
    line-height: 1.75;
    word-break: keep-all;
}

/* 모바일 */
@media (max-width: 991px) {

    .academy-title {
        font-size: 30px;
    }

    .academy-intro {
        padding: 24px 18px;
        margin-bottom: 30px;
        border-radius: 18px;
    }

    .academy-intro p {
        font-size: 15px;
    }

    .academy-section__head {
        align-items: flex-start;
    }

    .academy-section__head h3 {
        font-size: 22px;
    }

    .academy-table-box {
        padding: 12px;
        border-radius: 18px;
    }

    .academy-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .academy-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .academy-card h4 {
        font-size: 22px;
    }

    .academy-card p {
        font-size: 15px;
    }

    .academy-closing {
        padding: 34px 20px;
        border-radius: 20px;
    }

    .academy-closing__main {
        font-size: 22px;
    }

    .academy-closing__sub {
        font-size: 15px;
    }

    .academy-curriculum-table table {
        font-size: 14px;
        min-width: 680px;
    }

    .academy-curriculum-table th,
    .academy-curriculum-table td {
        padding: 10px 12px;
    }

    .academy-curriculum-table .subject-cell {
        line-height: 1.65;
    }
}

 /* =========================
   이용약관
========================= */

.terms-hero {
    margin-bottom: 40px;
    text-align: center;
}

.terms-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.terms-title {
    margin: 0;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.terms-chapter {
    margin-bottom: 32px;
    padding: 34px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.terms-chapter h3 {
    margin: 0 0 24px;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 800;
    color: #111;
    text-align: center;
}

.terms-article + .terms-article {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #edf1f4;
}

.terms-article h4 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 800;
    color: #08749b;
}

.terms-article p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    word-break: keep-all;
}

.terms-article p:last-child {
    margin-bottom: 0;
}

.terms-article ol {
    margin: 0;
    padding-left: 22px;
}

.terms-article ol li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    word-break: keep-all;
}

.terms-article ol li:last-child {
    margin-bottom: 0;
}

.terms-closing {
    margin-top: 40px;
    padding: 40px 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0c2e3d 0%, #08749b 100%);
    text-align: center;
    color: #fff;
}

.terms-closing h3 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 800;
}

.terms-closing p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    opacity: .96;
}

/* 모바일 */
@media (max-width: 991px) {
    .terms-title {
        font-size: 30px;
    }

    .terms-chapter {
        padding: 24px 18px;
        margin-bottom: 18px;
        border-radius: 18px;
    }

    .terms-chapter h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .terms-article + .terms-article {
        margin-top: 20px;
        padding-top: 20px;
    }

    .terms-article h4 {
        font-size: 19px;
    }

    .terms-article p,
    .terms-article ol li {
        font-size: 15px;
    }

    .terms-closing {
        margin-top: 30px;
        padding: 30px 20px;
        border-radius: 20px;
    }

    .terms-closing h3 {
        font-size: 22px;
    }

    .terms-closing p {
        font-size: 15px;
    }
}

 /* =========================
   개인정보처리방침
========================= */

.privacy-hero {
    margin-bottom: 40px;
    text-align: center;
}

.privacy-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7fb;
    color: #08749b;
    font-size: 14px;
    font-weight: 700;
}

.privacy-title {
    margin: 0;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.privacy-intro {
    padding: 36px 34px;
    margin-bottom: 36px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.privacy-intro h3 {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 800;
    color: #111;
}

.privacy-intro p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.95;
    color: #444;
    word-break: keep-all;
}

.privacy-intro p:last-child {
    margin-bottom: 0;
}

.privacy-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.privacy-card {
    padding: 32px 30px;
    border: 1px solid #e8eef2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.privacy-card__num {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 900;
    color: #08749b;
}

.privacy-card h4 {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 800;
    color: #111;
    word-break: keep-all;
}

.privacy-card p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.95;
    color: #444;
    word-break: keep-all;
}

.privacy-card p:last-child {
    margin-bottom: 0;
}

.privacy-subbox {
    margin-top: 18px;
    padding: 20px 22px;
    border-radius: 18px;
    background: #f8fbfc;
    border: 1px solid #e5eef2;
}

.privacy-subbox strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    color: #08749b;
}

.privacy-subbox p {
    margin-bottom: 10px;
}

.privacy-subbox p:last-child {
    margin-bottom: 0;
}

.privacy-manager {
    border: 1px solid #e8eef2;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.privacy-manager__row {
    display: grid;
    grid-template-columns: 180px 1fr;
}

.privacy-manager__row + .privacy-manager__row {
    border-top: 1px solid #e8eef2;
}

.privacy-manager .th {
    padding: 16px 20px;
    background: #f6fafc;
    font-weight: 700;
    color: #222;
}

.privacy-manager .td {
    padding: 16px 20px;
    color: #444;
    line-height: 1.6;
}

.privacy-closing {
    margin-top: 45px;
    padding: 46px 28px;
    border-radius: 28px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #0c2e3d 0%, #08749b 100%);
}

.privacy-closing__main {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.6;
    font-weight: 800;
}

.privacy-closing__sub {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    opacity: .95;
}

/* 모바일 */
@media (max-width: 991px) {
    .privacy-title {
        font-size: 30px;
    }

    .privacy-intro,
    .privacy-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .privacy-intro h3 {
        font-size: 22px;
		word-break:keep-all;
		letter-spacing:-0.1em;
    }

    .privacy-intro p,
    .privacy-card p {
        font-size: 15px;
    }

    .privacy-card h4 {
        font-size: 22px;
    }

    .privacy-subbox {
        padding: 16px 14px;
    }

    .privacy-subbox strong {
        font-size: 15px;
    }

    .privacy-manager__row {
        grid-template-columns: 1fr;
    }

    .privacy-manager .th,
    .privacy-manager .td {
        padding: 14px 16px;
    }

    .privacy-manager .th {
        border-bottom: 1px solid #e8eef2;
    }

    .privacy-closing {
        margin-top: 34px;
        padding: 34px 20px;
        border-radius: 20px;
    }

    .privacy-closing__main {
        font-size: 22px;
    }

    .privacy-closing__sub {
        font-size: 15px;
    }
}

 /* =========================
   이메일 거부
========================= */

.email-refusal-box {
    max-width: 900px;
    margin: 0 auto;
	padding:0 15px;
}

.email-refusal-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.email-refusal-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a6aa5;
    letter-spacing: 6px;
}

.email-refusal-content {
    padding: 30px 35px;
    border: 2px solid #b7d1e6;
    border-radius: 12px;
    background: #f7fbff;
}

.email-refusal-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 14px;
}

.email-refusal-date {
    text-align: right;
    margin-top: 20px;
    font-size: 16px;
    color: #444;
}

/* 지도 */
#daumRoughmapContainer1772916527334 { width:100%; }