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

@media (max-width: 450px){
    .serviceTop_tit{
        transform: translateY(10%);
    }
}

/* ============================================== */
/* 點燈系統 第一區塊 */
/* ============================================== */

/* 背景圖 -------------------- */
.ceremony_registration_section_01{
    background-image: url(https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/lamps/bg_img1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* height: clamp(90vh, 120vh, 150vh); */
    height: clamp(35.781rem, -2.388rem + 61.63vw, 71.563rem);
    min-height: auto;
    position: relative;
}

.ceremony_registration_section_01 .wrap{
    width: 90%;
}

/* 文字區塊---------- */
.temple_system_about{
    width: inherit;
    position: relative;
    transform: translate(10%, 80%);
}

.temple_system_about .temple_system_about_content{
    color: #42370D;

    display: flex;
    justify-content: space-between;
    width: 85%;
}

/* 標題區塊---------- */
.ceremony_registration_title{}

h2.title_text_area {
    font-family: Noto Serif TC;
    font-size: clamp(1.563rem, 0.229rem + 2.15vw, 2.813rem);
    letter-spacing: clamp(2px, 0.5vw, 10px);
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: clamp(0.625rem, -0.042rem + 1.08vw, 1.25rem);
    writing-mode: vertical-lr;
}

span.title_text01 {
    position: relative;
    display: inline-block;
}

/* 字體"安"------------------- */
span.title_text01::after {
    content: "";
    position: absolute;
    right: 0%;
    bottom: 0%;
    /* height: 72%; */
    width: clamp(7.5rem, -0.634rem + 13.13vw, 15.125rem); /* 120 242 */
    aspect-ratio: 242 / 217;
    background: url(https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/lamps/calligraphy_safety02.webp) center center / cover no-repeat;
    /* transform: translate(calc(clamp(7.5rem, -0.634rem + 13.13vw, 15.125rem) * 1.11 * 0.4), calc(clamp(7.5rem, -0.634rem + 13.13vw, 15.125rem) * 1.3)); */
    transform: translate(45%, 148%);
}

span.title_text02 {
    position: relative;
    text-indent: 2.2em;
    display: inline-block;
}

/* 字體"平"------------------- */
span.title_text02::after {
    content: "";
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: clamp(8.75rem, -0.251rem + 14.53vw, 17.188rem); /* 140 275 */
    aspect-ratio: 55 / 61;
    background: url(https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/lamps/calligraphy_safety01.webp) center center / cover no-repeat;
    /* transform: translate(calc(275px * 1.11 * 0.4), calc(275px * 0.85)); */
    transform: translate(44%, 80%);
}

/* 解說區塊------------ */
.ceremony_registration_description{
    font-size: clamp(0.813rem, 0.346rem + 0.75vw, 1.25rem); /* 13 20 */
    letter-spacing: clamp(1px, 0.3vw, 4px);
    line-height: 2;

    padding-top: clamp(2.5rem, -0.834rem + 5.38vw, 5.625rem); /*40 90*/
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 33.125rem; /* 530 */
}

@media (max-width: 1450px){
    .ceremony_registration_description{
        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: 1024px){

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

    
    /* 白色遮罩 */
    .ceremony_registration_section_01::before{
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.5;
    }

    .temple_system_about .temple_system_about_content {
        flex-direction: column;
        width: 100%;
    }

    h2.title_text_area {
        width: fit-content;
        writing-mode: unset;
    }

    .ceremony_registration_title {
        display: flex;
        justify-content: right;
        padding-right: clamp(7.75rem, 8.083rem + 1.08vw, 9.375rem); /* 124 150 */
    }

    span.title_text01::after {
        transform: translate(80%, 60%);
    }

    span.title_text02::after {
        transform: translate(100%, -5%);
    }

    .ceremony_registration_description {
        max-width: unset;
    }

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

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

}

@media (max-width: 768px){

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

    .temple_system_about{
        max-width: 100%;
        margin: 0 auto;
    }

    .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%;
    }

}

@media (max-width: 480px){

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


/* ============================================== */
/* 點燈系統 第二區塊 */
/* ============================================== */

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

.lamps_section02_inner {
    position: relative;
    margin-top: clamp(-10vh, -15vh, -20vh);
    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%);
}

/* 解說區塊--------------------------------------- */
.lamps_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);
}

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

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

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

.lamps_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;
}

.lamps_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) {
	.lamps_list_Bg .wrap {
		width: 85%;
	}

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

    .lamps_section02_inner {
        margin-top: -20vw;
    }

}

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

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

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

	.lamps_list_left {
		width: auto;
	}

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

	.lamps_list_right {
		width: auto;
	}

}

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

    .lamps_section02_inner{
        width: 80%;
        margin-top: -10vw;
    }
}



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

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

	.section02_title img {
		width: 50px;
		height: 50px;
	}
	.lamps_list_Bg .lamps_list_area {
		padding-top: 50px;
	}
}

@media (max-width: 540px) {

	.lamps_list_area {
		padding-top: 25px;
	}

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

	.lamps_list_in {
		flex-direction: column;
	}

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

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

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

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

    .lamps_section02_inner{
        width: 100%;
    }

    .lamps_list{
        width: 100%;
    }

    .list_right_title{
        font-size: 1.375rem;
    }

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

@media (max-width: 480px){

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

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

}



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

/* 外層 */
.temple_system_container_03{
    position: relative;
    background-color: #000;
    width: 100%;
}

/* 內層 */
.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: 50%;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: clamp(9.063rem, -0.605rem + 15.61vw, 18.125rem);
    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_left_img{
    position: absolute;
    width: 28%;
    height: 100%;
    background: url(https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/lamps/bg3_img2.webp) center / cover no-repeat;
    overflow: hidden;
}

/* 右圖片 */
.temple_system_container_03 .ts03_img{
    position: relative;
    width: 55%;
    background: url('https://www.geneinfo.com.tw/uploads/root/service/images/temple_system/lamps/bg3_img1.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(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 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_left_img{
        display: none;
    }

    .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(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0) 100%
        );
    }
}