@charset "UTF-8";
.signup {
  margin: 5% 5%;
}
@media (max-width: 767px) {
  .signup {
    margin: 0;
  }
}

.signup .verify_block {
  display: flex;
  align-items: center;
}

.verify_block .verify_img {
  display: inline-table;
  width: 100px;
  height: 26px;
}

.content__title--color.red {
  color: #9c0b1a;
}

.fix-five-col {
  margin: 5% 2%;
}
.fix-five-col .col-m-3 {
  width: 20%;
}
@media (max-width: 992px) {
  .fix-five-col .col-m-3 {
    width: 50%;
    min-height: 61vw;
  }
}
.fix-five-col .text-center {
  text-align: center;
}

.f-center {
  display: grid;
  justify-content: center;
}

.flex {
  display: flex;
}

.step {
  display: flex;
}
.step > div {
  padding: 10px 20px 10px 0;
  font-weight: bold;
}
.step .flag {
  color: #a4794c;
}

.money_block {
  display: flex;
}
.money_block > div {
  padding: 10px 20px 10px 0;
  font-weight: bold;
}
.money_block .title {
  color: #663932;
}
.money_block .money {
  color: #9b0b18;
}

.nonestyle input {
  border: 1px solid rgba(0, 0, 0, 0.2784313725);
}
.nonestyle .label {
  /* min-width: auto!important; */
}
.nonestyle select {
  border: 1px solid rgba(0, 0, 0, 0.2784313725);
  min-width: 350px;
}

.money_block .nonestyle .label {
  padding: 0;
}

.tag {
  color: red;
}

.calendar_block {
  padding: 0 10px;
}
.calendar_block .layout {
  display: flex;
  align-items: baseline;
}
@media (max-width: 480px) {
  .calendar_block .layout {
    display: block;
  }
}
.calendar_block .empty {
  padding: 0 10px;
  min-width: 95px;
}
@media (max-width: 480px) {
  .calendar_block .empty {
    display: none;
  }
}
.calendar_block button {
  background: #bf9100;
  border: none;
  padding: 5px 10px;
  color: white;
  border-radius: 5px;
  margin: 0 10px;
}
@media (max-width: 480px) {
  .calendar_block button {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .calendar_block .column-block__input--sm, .calendar_block .column-block__select--sm {
    width: 60px;
  }
}

.calendar_block button:hover {
  opacity: 0.8;
}

/* 隱藏原始的 radio 按鈕 */
.custom-radio input[type=radio] {
  display: none;
}

/* 自定義的樣式 */
.custom-radio input[type=radio] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}

/* 自定義的框 */
.custom-radio input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(51, 51, 51, 0.4901960784);
  background-color: #fff;
  border-radius: 4px;
  transition: background-color 0.3s, border-color 0.3s;
}

/* 當 radio 被選中時，顯示為勾選的樣式 */
.custom-radio input[type=radio]:checked + label::before {
  background-color: #663932;
  border-color: #663932;
}

.custom-radio input[type=radio]:checked + label::after {
  content: "✔";
  position: absolute;
  left: 5px;
  /* top: 2px; */
  font-size: 14px;
  color: white;
}

.color_wrap .reset {
  background: #3e3e3e;
}
.color_wrap .send {
  background: #9c0b1a;
}

.color_wrap .reset:hover {
  opacity: 0.8;
}

.color_wrap .send:hover {
  opacity: 0.8;
}

.content__title .subtitle {
  font-size: 16px;
  padding: 0 10px;
  color: #a4794c;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.list_layout .list_block {
  border: 1px solid rgba(89, 89, 89, 0.4196078431);
  border-radius: 10px;
  padding: 20px 20px;
  position: relative;
  margin-bottom: 20px;
}
.list_layout .list_block .title_block {
  padding-bottom: 10px;
  font-weight: bold;
}
.list_layout .list_block .title_block .price {
  color: #9b0b19;
}
.list_layout .list_block .close_btn {
  position: absolute;
  right: -10px;
  top: -10px;
}
.list_layout .list_block .close_btn button {
  background: red;
  color: white;
  border: none;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  font-size: 13px;
}
.list_layout .list_block .close_btn button:hover {
  opacity: 0.8;
}
.list_layout .list_block .detail_block {
  font-size: 14px;
  line-height: 20px;
}
.list_layout .list_block .detail_block .edit button {
  background: #2e75b7;
  border: none;
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 5px;
  margin: 0 10px;
}
.list_layout .list_block .detail_block .edit button:hover {
  opacity: 0.8;
}

/*
    web04--色碼~~植福禮斗 #663932   
    受生財庫#933d56     
    真武靈應燈儀##365134     
    補運/掩運#814d1b    
    制解#13898c
*/
._c1 {
  color: #663932;
}

._c2 {
  color: #933d56;
}

._c3 {
  color: #365134;
}

._c4 {
  color: #814d1b;
}

._c5 {
  color: #13898c;
}

.na {
  color: #8e8e8e;
}

.table-dark thead {
  background: #9c0b1a;
  color: white;
}
.table-dark th {
  font-weight: bold;
}
.table-dark td {
  font-size: 14px;
}
.table-dark > tbody > tr:nth-of-type(odd) {
  background: #ffe8cc;
}
.table-dark > tbody > tr:nth-of-type(even) {
  background: #fff4e8;
}

.flex-box {
  display: flex;
  line-height: 20px;
}
@media (max-width: 767px) {
  .flex-box {
    display: block;
  }
}
.flex-box .right {
  width: 35%;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  .flex-box .right {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .flex-box .left {
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 20px;
  }
}
.flex-box .colum_inp {
  font-family: Microsoft JhengHei !important;
  /* padding: 4px 5px; */
  font-size: 12px;
  color: #757070;
  margin: 5px 0;
  width: 150px;
  /* border: 1px solid #3aa9b2;*/
}

.order {
  display: grid;
  justify-content: center;
  margin: 20px 0;
}
.order ._flag_1 {
  color: #bfbfbf;
  padding: 5px;
}
.order ._flag_2 {
  color: #4672c5;
  padding: 5px;
}

.qr_block {
  line-height: 25px;
}
.qr_block .box {
  display: flex;
  justify-content: center;
}
.qr_block .box .__step {
  align-items: center;
  display: grid;
  padding: 20px;
}

.bottom_info {
  display: grid;
  justify-content: center;
  padding: 10px 10px;
  background: #f8f8f8;
}

.label_radio {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */