:root {
  --main-color: #f1c925;
  --main-btn-active-color: #3b0202;
  --main-btn-color: #6b5757;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
  background: var(--main-color);
  background-size: cover;
  background-repeat: repeat;
}

#divSignOnline {
  margin: 0;
  position: relative;
  text-align: center;
}

#divActInfo_txt3 {
  font-family: "Noto Sans TC";
  text-align: left;
  padding: 0px 50px 30px 50px;
  font-size: 16px;
}

.divContent {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#divLogo_Top {
  /* position: absolute;
  width: 100%;
  left: 0; */
  top: 0;
  position: relative;
  width: calc(100% + 160px);
  left: -80px;
  margin-bottom: 30px;
}

.divRelative {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#picLogo_Top {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

#divBtns {
  position: absolute;
  width: 100%;
  height: 36px;
  bottom: 0;
  left: 0;
}

.btnMenu {
  position: relative;
  z-index: 10;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: var(--main-btn-color);
  border-radius: 25px 25px 0 0;
  padding: 0 30px;
  margin: 0 3px;
  cursor: pointer;
}

.btnMenu_Click {
  background: var(--main-btn-active-color);
  margin-top: 5px;
  cursor: default;
  font-weight: bold;
}

#picLogo {
  margin-top: calc(0%);
  width: 130%;
  opacity: 0;
  margin: 0 auto;
  display: none;
}

.divSing {
  margin: 15px auto;
  border: solid #030 0px;
  position: relative;
  text-align: left;
  overflow: hidden;
  padding: 0 80px 40px 80px;
  background: #fff;
  width: 100%;
  min-width: 600px;
  border-radius: 25px;
  margin-top: 30px;
  display: block;
  box-sizing: border-box;
}

.flex_Main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.inputTXT {
  width: 30%;
  outline: none;
  background: #fff;
  border: 0 none;
  border-radius: 45px;
  text-align: center;
  height: 30px;
  cursor: default;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

#Address {
  width: 70%;
}

.fontForm {
  display: block;
  margin-bottom: 15px;
}

.fontForm.hide {
  display: none !important;
}

.inputTXT.hide {
  display: none !important;
}

.fontForm:not(.fontFormCheck) {
  /* display: none; */
}

.fontFormCarrefour {
  width: 100%;
  color: #6c2741;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.FormCarrefourInput {
  flex-grow: 0;
  flex-shrink: 1;
}

.txtRemark {
  font-size: 14px;
  font-weight: 500;
}

.btnCheck {
  background: #f39800;
  color: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin: 0 5px;
  font-weight: bold;
  font-size: 14px;
}

#divInfo {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 38px;
}

.divDetails_Title {
  padding-left: 10px;
}

.divDetails_Title:not(.first) {
  margin-top: 15px;
}

.divDetails_noNumber {
  padding-left: 16px;
}

.divDetails {
  padding-left: 16px;
  text-indent: -16px;
}

.divDetails1 {
  padding-left: 26px;
  text-indent: -26px;
}

.divDetails2 {
  padding-left: 16px;
  text-indent: -24px;
}

#divAward1 {
  width: 100%;
}

.font_title {
  /* width: 220px;
    text-align: right; */
  margin-left: 1.25rem;
  display: inline-block;
  flex-shrink: 0;
  padding-right: 10px;
}

#divAward2 {
  display: none;
}

#canvasDiv {
  background-image: url("../Images/signBG_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 170px;
  /*display: inline-block;*/
  vertical-align: top;
}

#divAward1,
#divAward2,
#divAward3 {
  margin: 25px 0;
}

#divAward3 {
  display: none;
}
#btnSend {
  background: var(--main-btn-color);
  width: 35%;
  outline: none;
  border: none;
  color: #fff;
  border-radius: 7px;
  font-family: "Noto Sans TC";
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 18px;
  padding: 7px 0;
  margin: 15px auto;
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.31);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

#FooterTxt {
  display: block;
  text-align: center;
  margin: 60px auto 10px auto;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

.div_M {
  width: 100%;
  height: 20px;
  display: none;
}

#divMonthList {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 38px;
}

#divAwardInfo {
  margin: 20px auto 40px auto;
  width: 100%;
  position: relative;
}

.picTitle {
  display: block;
  width: 80%;
  max-width: 350px;
  margin: 10px auto;
}

.divAwardTitle {
  width: 100%;
  background: #6c2741;
  padding: 10px 0px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  border-radius: 35px 35px 0 0;
}

.divAwardTitle1 {
  width: 100%;
  background: #753f54;
  padding: 1px 0px;
  color: #ffd35a;
  text-align: center;
  font-size: 24px;
  border-radius: 35px 35px 0 0;
}

.divAwardTitle2 {
  width: 100%;
  padding: 10px 0px;
  color: #333;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.divAwardTitle3 {
  width: 100%;
  color: #333;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

#divTimesBtns {
  width: 100%;
  background: #8d576c;
  padding: 10px 0px;
}

#divQuery_BG {
  width: 100%;
  background: #8d576c;
  padding: 3px 0px;
}

.btnTime {
  background: #fff;
  border-radius: 30px;
  padding: 0px 25px;
  cursor: pointer;
}

.btnTime_click {
  background: rgb(255, 211, 90);
}

#divAwardName {
  width: 100%;
  background: #fff;
  border-radius: 0 0 35px 35px;
  padding: 50px 0 60px 0;
}

.txtAwardName {
  width: 100%;
  text-align: center;
  display: block;
  color: #333;
  font-size: 46px;
  margin: 10px 0;
  line-height: 60px;
}

.txtTel {
  display: block;
  line-height: 50px !important;
  font-size: 30px;
}

#divList {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 38px;
}

#divQuery {
  width: 350px;
  height: 45px;
  border-radius: 30px;
  background: #aaaaaa34;
  margin: 10px auto;
  text-align: left;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  display: flex;
  display: -ms-flex;
  padding: 0px 0 0 15px;
}

#divQuery .divQueryInput {
  width: 80%;
  position: relative;
  pointer-events: none;
}

#divQuery .divQueryInput::after {
  content: "x";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-40%, -50%);
  pointer-events: auto;
  cursor: pointer;
  color: #666;
  display: inline-block;
  width: 20px;
  text-align: center;
}

#divQuery input[type="text"] {
  padding: 5px 15px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  height: 30px;
  width: 100%;
  outline: none;
  pointer-events: auto;
}

#btnSearch {
  height: 65%;
  margin: 0 10px 0 20px;
  vertical-align: middle;
  cursor: pointer;
}

.txtListTitle {
  display: block;
  line-height: 1.5rem;
  margin-top: 30px;
}

.tbList {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 20px auto;
  line-height: 24px;
  font-weight: normal;
}

.tbList th {
  border: #333 solid 1px;
  background-color: #555;
  color: #fff;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
}

.tbList td {
  border: #333 solid 1px;
  padding: 5px 0;
  text-align: center;
}

.tbList tr td:first-child {
  width: 4rem;
}

.showPic {
  width: 60%;
  margin-left: 5%;
}

.divFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.divFlex_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tableAward {
  border-spacing: 0;
}

.tableAward td {
  vertical-align: top;
}

.txtRemrk {
  display: block;
  font-weight: 500;
  line-height: 1.5rem;
  padding-left: 1.5rem;
}

.txtRemrk::before {
  content: "◆";
  transform: translateX(-130%);
  display: inline-block;
  position: absolute;
}

.bi-caret-down-fill {
  cursor: pointer;
}

.unexpend {
  cursor: pointer;
  animation-name: flashing;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes flashing {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}

.fa-location-dot {
  display: unset;
  margin-right: 10px;
}

.month {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.month > span {
  padding: 0 5px;
  font-size: 1.2rem;
  color: #969595;
  cursor: pointer;
  border-bottom: none;
  pointer-events: auto;
}

.monthselected {
  color: #be4141 !important;
  font-weight: bold;
  font-size: 1.6rem !important;
  border-bottom: 2px solid #969595 !important;
  cursor: auto !important;
  pointer-events: none !important;
}
