/* ============================================== */
/* 法會報名系統 第一區塊 */
/* ============================================== */

/* 背景圖 -------------------- */
.ceremony_registration_section_01{
background-image: url(https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/religious_ceremony/bg_img1.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    /* height: 135vh; */
    height: clamp(36.75rem, -2.453rem + 63.29vw, 73.5rem);
    min-height: auto;
    position: relative;
}

.ceremony_registration_section_01 .wrap{
    width: 90%;
}

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

/* 深色遮罩 凸顯白字 */
.ceremony_registration_section_01::before{
    /* content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(28, 44, 56, 1) 0%,
        rgba(28, 44, 56, 0) 100%
    );
    height: 100%;
    width: 60%; */
}

/* 半圓遮罩 */
.ceremony_registration_section_01::after{
    /* content: "";
    position: absolute;
    height: clamp(7.063rem, -0.471rem + 12.16vw, 14.125rem);
    width: 100%;
    bottom: -1px;
    background: url(https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/religious_ceremony/curved_design.webp) center / cover no-repeat; */
}

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

/* 標題區塊---------- */
.ceremony_registration_title{
    position: relative;
    width: fit-content;
}

.ceremony_registration_title::before {
    content: "";
    position: absolute;
    right: -40%;
    bottom: -30%;
    /* height: clamp(7.063rem, -0.471rem + 12.16vw, 14.125rem); */
    width: 70%;
    aspect-ratio: 177 / 113;
    background: url(https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/religious_ceremony/calligraphy_convenient.webp) center center / cover no-repeat;
}

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(3.438rem, -0.229rem + 5.92vw, 6.875rem); /* 55 110 */
}

.ceremony_registration_description{
    font-size: clamp(0.813rem, 0.346rem + 0.75vw, 1.25rem); /* 13 20 */
    letter-spacing: clamp(1px, 0.3vw, 5px);
    line-height: 2;
    padding-top: clamp(0.625rem, -0.042rem + 1.08vw, 1.25rem);
}

@media (max-width: 1450px){
    .temple_system_about {
        text-shadow: 0 0 5px #fff,
            0 0 10px #fff,
            0 0 20px #fff,
            0 0 30px #fff,
            0 0 40px #fff;
    }
}

@media (max-width: 1250px){
    .ceremony_registration_section_01::before{
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.45;
    }
}

@media (max-width: 1024px){

    .ceremony_registration_section_01{
        height: auto;
        padding-top: 7.5rem; /*120*/
        padding-bottom: 11.25rem; /*180*/
    }

    .temple_system_about{
        position: relative;
        transform: none;
        top: auto;
    }

}

@media (max-width: 768px){

    .ceremony_registration_section_01{
        /*padding-top: 6.25rem;*/ /* 100 */
        padding-top: 8.75rem; /* 140 */
        padding-bottom: 9.375rem; /* 150 */
        height: auto;
    }

    .temple_system_about{
        max-width: 100%;
    }

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

}


@media (max-width: 540px){

    .ceremony_registration_title::before {
        right: -36%;
        bottom: -5%;
    }

    .ceremony_registration_section_01 .wrap {
        width: 100%;
    }

    .ceremony_registration_title::before {
        width: 65%;
    }

}

@media (max-width: 480px){

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




/* ============================================== */
/* 法會報名系統 第二區塊 */
/* ============================================== */

.ceremony_registration_section_02 {
}

.ceremony_registration_section02_inner {
	width: 60%;
    position: relative;
    margin-top: clamp(-12vh, -22vh, -30vh);
}

.section02_title{
    font-size: clamp(1.563rem, 0.429rem + 1.83vw, 2.625rem); /* 25 42 */
    letter-spacing: .3125rem; /* 5 */
    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%);
}

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

    justify-content: center;
}
.ceremony_list_Bg .ceremony_list_area {
	padding-top: 140px;
}
.ceremony_list {
	/* width: 50%; */
    width: calc( 100% / 3 );
	padding: 0 20px 45px;
	box-sizing: border-box;
}

.ceremony_list_in {
	display: flex;
    flex-direction: column;
	/* justify-content: space-between; */
	align-items: center;
    gap: clamp(0.625rem, -0.042rem + 1.08vw, 1.25rem); /* 10 20 */
}

.ceremony_list_left {
	/* width: 100%; */
    aspect-ratio: 1/1;
}

.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: 57px 0;
}

.ceremony_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;
    text-align: center;
}

.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;
    text-align: center;
}


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

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

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

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

	.ceremony_list_left {
		width: auto;
	}

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

	.ceremony_list_right {
		width: auto;
	}

}

@media (max-width: 1024px){

    .ceremony_registration_section02_inner{
        width: 80%;
        margin-top: -10vh;
    }
}



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

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

	.section02_title img {
		width: 50px;
		height: 50px;
	}
	.ceremony_list_Bg .ceremony_list_area {
		padding-top: 50px;
	}
}

@media (max-width: 540px) {
	.ceremony_list_area {
		padding-top: 25px;
	}

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

	.ceremony_list_in {
		flex-direction: column;
	}

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

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

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

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

    .ceremony_registration_section02_inner{
        width: 100%;
    }

    .ceremony_list{
        width: 100%;
    }

    .list_right_title{
        font-size: 1.375rem;
    }

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

@media (max-width: 480px){

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

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

}



/* ============================================== */
/* 法會報名系統）第三區塊 */
/* ============================================== */

/* 外層 */
.temple_system_container_03{
    width: 100%;
    background-color: #1C2C38;
    margin-top: clamp(2.5rem, -5.501rem + 12.92vw, 10rem); /* 40 160 */
}

/* 內層 */
.temple_system_container_03 .temple_system_inner{
    display: flex;
    width: 100%;
    min-height: clamp(16.563rem, -1.105rem + 28.53vw, 33.125rem);
}

/* 左文字 */
.temple_system_container_03 .ts03_text{
    width: 45%;
    background-color: #1C2C38;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 6.25rem; /* 100 */
    box-sizing: border-box;
}

.temple_system_container_03 .ts03_text_content{
    max-width: 46.875rem; /* 750 */
    line-height: 2;
    font-size: clamp(1rem, 0.733rem + 0.43vw, 1.25rem); /* 16 20 */
    font-weight: 300;
    letter-spacing: .3125rem; /* 5 */
}

/* 右圖片 */
.temple_system_container_03 .ts03_img{
    position: relative;
    width: 55%;
    background: url('https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/religious_ceremony/temple_system_container_03bg.webp') center / cover no-repeat;
    overflow: hidden;
}

/* 遮罩 */
.temple_system_container_03 .ts03_img::after{
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to right,
        rgba(28, 44, 56, 1) 0%,
        rgba(28, 44, 56, 0) 100%
    );

    pointer-events: none;
}



@media (max-width: 1024px){
    .temple_system_container_03 .ts03_text{
        padding: 40px;
    }

    .temple_system_container_03 .temple_system_inner{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px){
    .temple_system_container_03 .temple_system_inner{
        flex-direction: column;
    }

    .temple_system_container_03 .ts03_text,
    .temple_system_container_03 .ts03_img{
        width: 100%;
    }

    .temple_system_container_03 .ts03_img{
        height: 250px;
    }

    .temple_system_container_03 .ts03_text{
        padding: 30px 20px;
        text-align: center;
    }

    .temple_system_container_03 .ts03_img::after{
        background: linear-gradient(
            to bottom,
            rgba(28, 44, 56, 1) 0%,
            rgba(28, 44, 56, 0) 100%
        );
    }
}