@charset "utf-8";
.ch_inner {
	font-family: "微軟正黑體";
	font-size: 12px;
	line-height: 22px;
	color: #462300;
}


.ch_inner02 {
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #462300;
}
.ch_inner03 {
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
}
.ch_inner04 {
	font-family: "微軟正黑體";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
}
.ch_inner05 {
	font-family: "微軟正黑體";
	font-size: 12px;
	line-height: 18px;
	color: #900;
}
.ch_inner06_s {
	font-family: "微軟正黑體";
	font-size: 12px;
	line-height: 18px;
	color: #462300;
}


.ch_title {
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: #8C0000;
}
.ch_title02 {
	font-family: "微軟正黑體";
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	color: #8C0000;
}



.en_inner01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #462300;
}

@media only screen and (max-width: 500px) {
    .praytb{ width:100%; padding-bottom:30px;}
    .praytb .tpimg img{ width:100%;}
    #pray_content td,.tdw100 td{ width:100%; float:left;}
    .latter .w100{ width:100%; float:left; padding:20px; box-sizing:border-box;}
    .cancelheight{ height:auto; padding-bottom:20px;}
    .intro{ padding:10px 20px;}
    .btns{ width:100%; padding-bottom:30px; display:inline-block; text-align:center;}
    .btnred{ padding:5px 10px; background:#812c18; color:#fff; text-decoration:none;}
}

 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
       
       header{ width: 100%; padding: 15px 0;
           background:url(https://tcmazu.org/wp-content/uploads/2023/07/heading-bg-line-7.png) #f9f6ed no-repeat; background-size:cover; margin-bottom: 30px}
       header .wrap{ width: 1140px; margin: 0 auto; display: flex; flex-direction: row}
       nav ul{ display: flex; flex-direction: row;}
       nav{ display: flex; align-items: center}
       nav li{ list-style: none; margin-right: 25px}
       nav li a{ font-size: 18px; color: #662d17 ; font-family: "Noto Sans TC", serif; text-decoration: none;}
       nav li a:hover{color: #c8a063}
       .logo{ margin-right: 50px;}
       @media only screen and (max-width: 600px) {
           .logo img{ width: 170px; margin-left: 20px;}
           header{ }
           header .wrap{ width: 100%;flex-direction: column}
           nav{ width: 100%; position: absolute; top: 80px; background:#f9f6ed; display: none}
           nav ul{ flex-direction: column; width: 100%; box-sizing: border-box; padding: 0;}
           nav li{ width: 100%; padding: 10px 0; text-align: center}
           
.box {
  position: absolute;
  top: 16px;
  right:0px;
/*  transform: translate(-50%, -50%);*/
  width:66px;
  height: 65px;
  background: none;
/*  box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.3);*/
}

.btn {
  position: absolute;
  top: 25px;
  right: -5px;
  transform: translate(-50%, -50%);
  width: 40px;
  cursor: pointer;
    z-index: 9999
}
.btn.active{ top: 30px; right: -5px;}
.btn.active span{ background: #662d17}

.box span {
  display: block;
  width: 100%;
/*  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);*/
/*  border-radius: 3px;*/
  height: 3px;
  background: #662d17;
  transition: all .3s;
  position: relative;
}

.box span + span {
  margin-top: 7px;
}
.btn.active span + span{ margin-top: 12px;}

.box .active span:nth-child(1) {
  animation: ease .7s top forwards;
}

.box .not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}

.box .active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}

.box .not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

.box .active span:nth-child(3) {
  animation: ease .7s bottom forwards;
}

.box .not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}
           @keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 10px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

        }