/* 模組大標題 */
.serviceTop_tit{
    font-size: clamp(1.875rem, 1.208rem + 1.08vw, 2.5rem);
    position: absolute;
    top: 0;
    /* transform: translateY(60%); */
    transform: translateY(130%);
}




/* ============================================== */
/* 信眾管理系統 第一區塊 */
/* ============================================== */
    /* 背景圖 -------------------- */
.devotees_section_01{
    background-image: url(https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/devotees/bg_img1.webp);
    /* background-color: #F7F8FA; */
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    /* height: 135vh; */
    height: clamp(31.875rem, -2.127rem + 54.9vw, 63.75rem);
    min-height: auto;
    position: relative;
    z-index: 1;
}

.devotees_section_01 .wrap{
    width: 90%;
}

/* 文字區塊---------- */
.temple_system_about{
    position: absolute;
    z-index: 1;
    /* width: 100%; */
    /* max-width: 675px; */
    top: 40%;
    /* transform: translateY(-22%); */
}
.temple_system_about .temple_system_about_content{
    position: relative;
    color: #222;
    width: fit-content;
}

/* 標題區塊---------- */
.devotees_title{
    position: relative;
    width: fit-content;
    /* padding-bottom: clamp(2.2rem, 6vw, 6rem); */
    padding-bottom: clamp(1.25rem, 0.917rem + 0.54vw, 1.563rem);
}

.devotees_title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    aspect-ratio: 116 / 99;
    background: url(https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/devotees/calligraphy_devotees.webp) center center / cover no-repeat;
    transform: translate(60%, -40%);
}

h2.title_text_area {
    font-family: Noto Serif TC;
    /* font-size: 50px; */
    font-size: clamp(1.563rem, 0.229rem + 2.15vw, 2.813rem);
    letter-spacing: clamp(2px, 0.5vw, 10px);
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 3vw, 45px);
}

span.title_text02 {
    padding-left: clamp(2.625rem, -1.909rem + 7.32vw, 6.875rem); /* 42 110 */
    /* color: #dec667; */
    color: #222;
}

.devotees_description{
    width: 100%;
    max-width: 490px;
    font-size: clamp(0.813rem, 0.346rem + 0.75vw, 1.25rem); /* 13 20 */
    letter-spacing: clamp(1px, 0.3vw, 5px);
    line-height: 2;
}


@media (max-width: 1024px){

    .devotees_section_01{
        height: auto;
        padding-top: 7.5rem; /*120*/
        padding-bottom: 19.0625rem; /*305*/
        background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), 
        url(https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/devotees/bg_img1.webp);
    }

    .temple_system_about{
        position: relative;
        top: auto;
        transform: translateY(40%);
    }

    .devotees_section_01::before{
        width: 100%;
        background: rgba(28,44,56,0.6);
    }

}

@media (max-width: 768px){

    .temple_system_about{
        max-width: 100%;
    }

    .devotees_title::before {
        bottom: -10%;
    }

}


@media (max-width: 540px){

    .devotees_section_01{
        background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
        url(https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/devotees/bg_img1.webp);
    }

    .devotees_title::before {
        transform: translate(60%, -40%);
    }

    .devotees_section_01 .wrap {
        width: 100%;
    }

}

@media (max-width: 480px){

    h2.title_text_area{
        font-size: 1.375rem;
    }
}




/* ============================================== */
/* 信眾管理系統 第二區塊 */
/* ============================================== */

.devotees_section_02 {
	/* position: relative;
    margin-top: -20vw; */
    /* background-color: #F7F8FA; */
    padding-bottom: clamp(4.063rem, -0.271rem + 7vw, 8.125rem);
}

.devotees_section02_inner {
    position: relative;
    /* margin-top: -20vw; */
	/* width: 100%; */
    max-width: 81.875rem; /* 1310 */
    z-index: 2;
}

.section02_title{
    font-size: clamp(1.563rem, 0.429rem + 1.83vw, 2.625rem); /* 25 42 */
    letter-spacing: .3125rem; /* 5 */
    margin-top: 3.75rem;
    margin-bottom: 1.25rem; /* 20 */
    position: relative;
}

.section02_title::before{
    content: "";
    position: absolute;
    inset: 0; /* 等同 top:0; right:0; bottom:0; left:0 */
    background: url('https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/lamp_candle.webp') center / cover no-repeat;
    width: 72px;
    aspect-ratio: 1 / 1;
    top: -2.5rem; /* -40 */
    left: 50%;
    transform: translateX(-50%);
}

/* 解說區塊--------------------------------------- */
.devotees_section_02_description{
    font-size: clamp(1.125rem, 0.458rem + 1.08vw, 1.75rem); /* 18 28 */
    font-weight: 500;
    color: #676767;
    text-align: center;
    letter-spacing: clamp(1px, 0.3vw, 5px);
    line-height: 2;
    margin-bottom: clamp(2.5rem, -0.167rem + 4.31vw, 5rem);
}

/* 項目清單區塊----------------------------------- */
.devotees_list_area {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;

    justify-content: center;
}
.devotees_list_Bg .devotees_list_area {
	padding-top: 140px;
}
.devotees_list {
	/* width: 50%; */
    width: calc( 100% / 2 );
	padding: 0 20px 45px;
	box-sizing: border-box;
}

.devotees_list_in {
	display: flex;
    /* flex-direction: column; */
	/* justify-content: space-between; */
	align-items: center;
    gap: clamp(1.25rem, -0.083rem + 2.15vw, 2.5rem);
}

.devotees_list_left {
	width: 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
}

.list_left_img {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding: 55px 0; */
    height: 100%;
    flex: 1;
}

.devotees_list_right {
	/* width: 65%; */
    width: 100%;
}

.list_right_title {
	color: #D2A400;
	font-weight: 700;
	font-size: clamp(1.125rem, 0.325rem + 1.29vw, 1.875rem); /* 18 30 */
	line-height: 1.2;
	letter-spacing: 0.15em;
	margin-bottom: 30px;
}

.list_right_info {
	font-weight: 700;
	font-size: clamp(1rem, 0.733rem + 0.43vw, 1.25rem); /* 16 20 */
	line-height: 1.5;
	letter-spacing: 0.15em;
}


@media(max-width:1440px) {
	.devotees_list_Bg .wrap {
		width: 85%;
	}

    .devotees_section_02_description{
        width: 85%;
        margin: 0 auto;
    }
}

@media(max-width:1280px) {
	.devotees_list_Bg .wrap {
		width: 90%;
	}
}

@media(max-width:1100px) {
	.devotees_list_area {
		margin: 0;
	}

	.devotees_list {
		width: 100%;
		padding: 0 0px 45px;
	}

	.devotees_list_left {
		width: auto;
	}

	.list_left_img {
		width: 196px;
		/* margin-right: 20px; */
	}

	.devotees_list_right {
		width: auto;
	}

}

@media (max-width: 1024px){
    .devotees_section_02{
        margin-top: -80px;
    }

    .devotees_section02_inner{
        width: 80%;
    }
}



@media(max-width:990px) {
	.devotees_list_Bg .wrap {
		width: 95%;
	}

	.devotees_list_Bg .section02_title {
		top: -70px;
	}

	.section02_title img {
		width: 50px;
		height: 50px;
	}
	.devotees_list_Bg .devotees_list_area {
		padding-top: 50px;
	}
}

@media (max-width: 540px) {

    .devotees_section02_inner {
        margin-top: -35vw;
    }

	.devotees_list_area {
		padding-top: 25px;
	}

	.devotees_list_Bg .section02_title {
		top: -45px;
	}

	.devotees_list_in {
		flex-direction: column;
	}

	.devotees_list_left {
		/* width: 100%; */
	}

	.list_left_img {
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.list_right_title {
		margin-bottom: 15px;
	}
}

@media (max-width: 768px){
    .devotees_section_02{
        margin-top: -3.75rem;
    }

    .devotees_section02_inner{
        width: 100%;
    }

    .devotees_list{
        width: 100%;
    }

    .list_right_title{
        font-size: 1.375rem;
    }

    .list_right_info{
        font-size: 1rem;
    }
}

@media (max-width: 480px){

    .devotees_section_02{
        margin-top: -2.5rem;
    }

    .section02_title::before{
        top: -3.5rem; /* -56 */
    }

}