/*- 體驗表單sForm -*/
.CRL_main .sForm ,
.CRL_main .s11 {
  text-align: left;
  padding-bottom: 3%;
  padding-top: 5%;
  position: relative;
  color: #333;
}

.CRL_main .sForm .CRL_cnt ,
.CRL_main .s11 .CRL_cnt {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

.shadow {
  box-shadow: 10px 10px 20px rgba(50, 28, 14, .5)
}

.CRL_main .sForm h2 ,
.CRL_main .s11 h2 {
  text-align: center;
  margin-bottom: 3%;
}

.CRL_main .sForm .CRL_cnt figure ,
.CRL_main .s11 .CRL_cnt figure {
  position: relative;
}

.CRL_main .sForm .CRL_cnt figure p.txtS ,
.CRL_main .s11 .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 .sForm .CRL_cnt b ,
.CRL_main .s11 .CRL_cnt b {
  color: #b40024
}

.CRL_main .sForm .CRL_cnt b.txt6L ,
.CRL_main .s11 .CRL_cnt b.txt6L {
  font-weight: 500 !important;
}

.CRL_main .sForm .formdesc1 ,
.CRL_main .s11 .formdesc1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px
}

.CRL_main .sForm .formdesc1 label ,
.CRL_main .s11 .formdesc1 label {
  position: relative;
  width: 45%;
  text-align: left
}

.CRL_main .sForm .formdesc1 p ,
.CRL_main .s11 .formdesc1 p {
  padding-left: 35px
}

.CRL_main .sForm .formdesc1 input[type=radio]+label:before ,
.CRL_main .s11 .formdesc1 input[type=radio]+label:before {
  position: absolute;
  left: 0;
  top: 76%
}

.CRL_main .sForm .s11_txt ,
.CRL_main .s11 .s11_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
}

.CRL_main .sForm .s11_txt .c-r ,
.CRL_main .s11 .s11_txt .c-r {
  display: inline-block
}

.CRL_main .sForm .s11_txt p ,
.CRL_main .s11 .s11_txt p {
  line-height: 1.5;
  flex: 1;
}

.CRL_main .sForm p.txtS ,
.CRL_main .s11 p.txtS {
  line-height: 120%;
}

.CRL_main .sForm.no_form a ,
.CRL_main .s11.no_form a {
  padding: 1rem 2rem;
  line-height: inherit;
  margin: 5% auto 0;
  display: flex;
  width: fit-content;
}


.CRL_main .sForm .s11_txt img ,
.CRL_main .s11 .s11_txt img {
  width: 33%
}

.CRL_main .sForm .CRL_cnt figcaption ,
.CRL_main .s11 .CRL_cnt figcaption {
  padding: 5%
}

.CRL_main .sForm .formdesc1 label ,
.CRL_main .s11 .formdesc1 label {
  position: relative;
  width: 47%;
}

.CRL_main .sForm ,
.CRL_main .s11 {
  padding: 5% 0;
}

.CRL_main .sForm.no_form a ,
.CRL_main .s11.no_form a {
  padding: 3vw 5vw;
}


@media(max-width:550px) {
  .CRL_main .sForm .CRL_cnt figcaption ,
  .CRL_main .s11 .CRL_cnt figcaption {
    padding: 5% 5% 10%;
  }

  .CRL_main .sForm.no_form button ,
  .CRL_main .s11.no_form button {
    line-height: inherit;
    padding: 2.5vw 3.5vw;
  }

  .CRL_main .sForm .formdesc1 label ,
  .CRL_main .s11 .formdesc1 label {
    width: 48%
  }
}

@media(max-width:414px) {
  .CRL_main .sForm .formdesc1 label ,
  .CRL_main .s11 .formdesc1 label {
    width: 50%
  }
}

@media(max-width:360px) {
  .CRL_main .sForm .formdesc1 input[type=radio]+label:before ,
  .CRL_main .s11 .formdesc1 input[type=radio]+label:before {
    top: 65%
  }
}
.CRL_main .sForm ,
.CRL_main .s11 {
  color: #333;
  line-height: 120%;
}

.CRL_main .sForm p ,
.CRL_main .s11 p {
  text-align: left;
}

/*- 舊 PDP 內容到 1250 表單處理 -*/
.CRL_main {
  container-type: inline-size;
}

@container  (min-width: 801px) {
  .CRL_main .sForm .CRL_cnt {
    display: flex;
  }
  .CRL_main .sForm .CRL_cnt figure ,
  .CRL_main .sForm .CRL_cnt .sForm-kv {
    width: 50%;
    background-size: cover;
    background-position: center;
  }
  .CRL_main .sForm .CRL_cnt figure img {
    display: none !important;
  }

  .CRL_main .sForm .CRL_cnt figcaption {
    flex: 1;
    min-width: 0;
  }
}
form {
  margin-bottom: 0;
}

/*- SPA表單 -*/
.CRL_main .sFormSpa {
  padding-bottom: 5%;
  line-height: 120%;
}
.CRL_main .sFormSpa .CRL_cnt {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,.2);
  background-image: url(../../AAexpert-2506/images/form-mask.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.CRL_main .sFormSpa .CRL_cnt figure {
  position: static;
}
.CRL_main .sFormSpa .CRL_cnt figcaption {
  padding: 5% 5% 10%;
}
.CRL_main .sFormSpa .c-gr2 {
  text-align: left;
}



#maincontent button,
.maincontent button {
    padding: .5em 1.5em !important;
    font-size: 16px;
    min-height: 50px;
    height: auto;
    font-weight: 400;
}

@media (max-width: 750px) {

    #maincontent button,
    .maincontent button {
        font-size: 3.5vw;
        min-height: 44px;
    }
}


/*- 飛船修復 -*/
body {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
.aside_btn {
    transform: translate3d(0, 0, 0);
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
}
.CRL_main .aside_btn .CRL_btn {
    min-width: auto;
    padding: 15px 10px;
}
.aside_btn a {
    min-width: auto;
    margin-right: 0;
    box-sizing: border-box;
    line-height: 150%;
    padding: 15px 10px;
}
.button-link.button-link:not(.cba-button-style) {
    margin-top: 25vh;
}
.TEL_main .number {
    width: auto !important;
}
#submitloading2 {
    display: none;
}
.CRL_main section {
    width: 100%;
    margin-bottom: -.55%;
}
@media (max-width: 761px) {
    .aside_btn a {
        font-size: 3.5vw;
        padding: 4vw 2vw;
    }
    .CRL_main section {
        margin-bottom: -.7%;
    }
}