/*-- common 2509 --*/
.CRL_main {
  background: #fde9c3;
}

.txt18 {
  font-size: 18px;
}

.txt20 {
  font-size: 20px;
}

.txt24 {
  font-size: 24px;
}

.txt28 {
  font-size: 28px;
}

.txt34 {
  font-size: 34px;
}

.txt39 {
  font-size: 39px;
}

.txt54 {
  font-size: 54px;
}

.txt80 {
  font-size: 80px;
}

@media (max-width: 800px) {
  .txt18 {
    font-size: 2.25vw;
  }

  .txt20 {
    font-size: 2.5vw;
  }

  .txt24 {
    font-size: 3vw;
  }

  .txt28 {
    font-size: 3.5vw;
  }

  .txt34 {
    font-size: 4.25vw;
  }

  .txt39 {
    font-size: 4.8vw;
  }

  .txt54 {
    font-size: 6.75vw;
  }

  .txt80 {
    font-size: 10vw;
  }
}

.light_min {
  animation: light_min 1s infinite alternate;
}

@keyframes light_min {
  0% {
    transform: scale(1) rotate(0deg);
  }

  100% {
    transform: scale(0.5) rotate(-10deg);
  }
}

.s_label {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 0.125em 0.5em;
  border-radius: 0.25em;
  font-weight: 400;
  margin: 0.25em 0;
}

@keyframes sRotate_img {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*********s11-- 表單*********/
.CRL_main .s4 {
  text-align: left;
  z-index: 2;

  position: relative;
  color: #333;
  background: #410804;
}

.shadow {
  box-shadow: 10px 10px 20px rgba(50, 28, 14, 0.5);
}

.CRL_main .s4 h2 {
  text-align: center;
  margin: 3% auto 0;
}

.CRL_main .s4 .CRL_cnt figure {
  position: relative;
}

.CRL_main .s4 .CRL_cnt figure p.txtS {
  position: absolute;
  text-align: right;
  right: 2%;
  bottom: 2%;
  text-shadow: 10px 0 10px #fff, 10px 0 10px #fff;
}

.CRL_main .s4 .CRL_cnt b {
  color: #b40024;
}

.CRL_main .s4 .CRL_cnt b.txt6L {
  font-weight: 500 !important;
}

.CRL_main .s4 .formdesc1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.CRL_main .s4 .formdesc1 label {
  position: relative;
  width: 45%;
  text-align: left;
}

.CRL_main .s4 .formdesc1 p {
  padding-left: 35px;
}

.CRL_main .s4 .formdesc1 input[type="radio"] + label:before {
  position: absolute;
  left: 0;
  top: 76%;
}

.CRL_main .s4 .s11_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
}

.CRL_main .s4 .s11_txt .c-r {
  display: inline-block;
}

.CRL_main .s4 .s11_txt p {
  line-height: 1.5;
  flex: 1;
}

.CRL_main .s4 p.txtS {
  line-height: 150%;
}

.CRL_main .s4.no_form a {
  padding: 1rem 2rem;
  line-height: inherit;
  margin: 5% auto 0;
  display: flex;
  width: fit-content;
}

.CRL_main .s4 .s11_txt img {
  width: 33%;
}

.CRL_main .s4 .CRL_cnt figcaption {
  padding: 5%;
}

.CRL_main .s4 .formdesc1 label {
  position: relative;
  width: 47%;
}

.CRL_main .s4.no_form a {
  padding: 3vw 5vw;
}

@media (max-width: 550px) {
  .CRL_main .s4 .CRL_cnt figcaption {
    padding: 5% 5% 10%;
  }

  .CRL_main .s4.no_form button {
    line-height: inherit;
    padding: 2.5vw 3.5vw;
  }

  .CRL_main .s4 .formdesc1 label {
    width: 48%;
  }
}

@media (max-width: 414px) {
  .CRL_main .s4 .formdesc1 label {
    width: 50%;
  }
}

@media (max-width: 360px) {
  .CRL_main .s4 .formdesc1 input[type="radio"] + label:before {
    top: 65%;
  }
}

.CRL_main .s_liveTXT {
  background-color: #fff;
}

.s_liveTXT div .c-cf br:nth-of-type(3),
.s_liveTXT div .c-cf br:nth-of-type(4) {
  display: none;
}

@media (max-width: 550px) {
  .CRL_main .s_live_step li {
    width: 55%;
  }

  .CRL_main .s_live_step li:nth-of-type(odd) {
    padding-left: 5%;
    width: 45%;
  }
}

.CRL_main .s4 .CRL_cnt {
  /* border: 1px solid #00fb1d; */
  position: absolute;
  background: #fff;
  left: 5%;
  border-radius: 10px;
  overflow: hidden;
}
/*-- spa 表單間距 --*/
.CRL_main .s4 .CRL_cnt figcaption {
  padding: 0 5% 5% !important;
}

.CRL_main .s4 {
  /* padding-bottom: 5% !important; */
}
@media (max-width: 700px) {
  .CRL_main .s4 {
    padding-bottom: 25%;
  }
}
@media (max-width: 550px) {
  #maincontent button,
  .maincontent button {
    min-width: auto;
    min-height: 40px !important;
    padding: 0.8vw !important;
  }
  #maincontent .sbSelectorWrapperDisabled a.sbSelector,
  .maincontent .sbSelectorWrapperDisabled a.sbSelector {
    
    line-height: 18px;
    height: 18px;
    top: 8px;
  }
}
.CRL_main .formdesc2 {
  margin-top: 2%;
}

/*********CRL_CRS永續之美*********/

.CRL_main h3 {
  margin-bottom: 5%;
}

/*PC手機板調*/
.CRL_main .s4 {
  color: #333;
}

.CRL_main .s4 p {
  text-align: left;
}
