#toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  z-index: 9;
}

#toTop img {
  width: 100%;
  display: block;
}

@media (max-width:768px) {
  #toTop {
    width: 30px;
    bottom: 15px;
    right: 15px;
  }
}

/* navbar */
#navbar {
  height: 90px;
  background: var(--DefaultColor);
  position: fixed;
  z-index: 20;
  padding: 0 20px;
}

#navbar .box {
  padding: unset;
  height: 100%;
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#navbar .box .logo {
  display: block;
  height: 60px;
}

#navbar .box .logo img {
  height: 100%;
}



#navbar .box .listContainer {
  height: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

#navbar .box .listContainer a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  text-shadow: 55px 70px 36px rgba(58, 195, 146, 0.01), 31px 39px 30px rgba(58, 195, 146, 0.05), 14px 18px 22px rgba(58, 195, 146, 0.09), 3px 4px 12px rgba(58, 195, 146, 0.1);
}

#navbar .box .listContainer a img {
  width: 25px;
}

#navbar .box .btnBox {
  height: 100%;
  display: flex;
  align-items: center;
}

#navbar .box .btnBox .singUp {
  padding: 5px 20px;
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #f60, #ff490a);
}

@media (max-width:1024px) {
  #navbar {
    display: none;
  }
}

/* mobile navbar */
#mobileNav {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--DefaultColor);
  z-index: 10;
  display: none;
}

#mobileNav .link {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  /* border: 1px solid #fff; */
  padding: 12px;
  border-right: unset;
}

#mobileNav .link:last-child {
  /* border-right: 1px solid #fff; */
}

#mobileNav .link img {
  height: 30px;
}

#mobileNav .link .text {
  font-size: 20px;
  color: #fff;
}

@media (max-width:1024px) {
  #mobileNav {
    display: flex;
  }
}

@media (max-width:480px) {
  #mobileNav .link img {
    height: 25px;
  }

  #mobileNav .link .text {
    font-size: 14px;
  }
}

/* kv */

#kv {
  position: relative;
  padding: 60px 0px 0;
  background-color: #ececec;
}

#kv .kvComputerShow {
  position: relative;
}

#kv .kvComputerShow .floatBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#kv .kvComputerShow .floatBox .kv_logo {
  width: 60%;
}

#kv .kvComputerShow .floatBox .kv_remark {
  width: 70%;
}



#kv .main {
  width: 100%;
  display: block;
}

@media (max-width:1024px) {
  #kv {
    padding: unset;
  }
}


@media (max-width:640px) {
  #kv {
    padding-top: unset;
  }

}

/* section1 */

#section1 .box {
  position: relative;
}

#section1 .swiperSection1 .slide img {
  width: 100%;
  display: block;
}

#section1 .swiperSection1 .remark {
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: 500;
  font-size: 10px;
  color: #FFFFFF;
  z-index: 1;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

#section1 .swiperSection1 .mainText {
  position: absolute;
  width: 390px;
  transform: translateY(-50%);
  top: 40%;
  left: 100px;
  z-index: 1;
}

#section1 .contentText {
  position: absolute;
  width: 100%;
  max-width: 774px;
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 0;
  right: -10px;
  z-index: 1;

}

#section1 .contentText .ct_t {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: var(--DefaultColor);
  padding: 0 60px 15px;
  border-bottom: 2px solid #eee;
  text-align: center;
}

#section1 .contentText .ct_des {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 15px 60px 0px;
  text-align: center;
}

@media (max-width:1024px) {
  #section1 .contentText {
    max-width: 560px;
  }

  #section1 .contentText .ct_t {
    font-size: 24px;
  }

  #section1 .contentText .ct_des {
    font-size: 16px;
  }
}

@media (max-width:768px) {

  #section1 {
    padding: unset;
  }

  #section1 .box {
    padding-bottom: unset;
  }



  #section1 .swiperSection1 .slide img {
    height: 594px;
    /* width: unset; */
    object-fit: cover;
  }

  #section1 .contentText {
    position: unset;
    max-width: 100%;
  }
}


@media (max-width:480px) {

  #section1 .swiperSection1 .mainText {
    width: 100%;
    top: 0;
    left: 0;
    transform: unset;
  }

  #section1 .contentText .ct_t {
    padding: 0 0 10px;
    font-size: 18px;
    width: 100%;
  }

  #section1 .contentText .ct_des {
    padding: 10px 0 0px;
    font-size: 12px;
    width: 100%;
  }
}

/* section2 */
#section2 .cards .card {
  display: flex;
}

#section2 .cards .card:nth-child(even) {
  flex-direction: row-reverse;
}

#section2 .cards .card .card_r,
#section2 .cards .card .card_l {
  width: 50%;
}

#section2 .cards .card .card_l {
  padding: 10px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  line-height: 2;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#section2 .cards .card .card_l span {
  font-size: 32px;
  line-height: 1.5;
  color: #EFCC7D;
  font-weight: 500;
}

#section2 .cards .card .card_r img {
  width: 100%;
  display: block;
}

@media (max-width:768px) {

  #section2 .cards .card,
  #section2 .cards .card:nth-child(even) {
    flex-direction: column-reverse;
  }

  #section2 .cards .card .card_l,
  #section2 .cards .card .card_r {
    width: 100%;
  }

  #section2 .cards .card:first-child {
    margin-bottom: 30px;
  }

}

@media (max-width:480px) {
  #section2 .cards .card .card_l {
    font-size: 12px;
    text-align: left;
    justify-content: start;
    padding: unset;
    padding-top: 30px;

  }

  #section2 .cards .card .card_l span {
    font-size: 12px;
    line-height: 2;
  }
}

/* section3 */
#section3 {
  background-color: var(--SecondaryColor);
}

#section3 .box {
  margin-bottom: 90px;
}

#section3 .sloganTitle .des {
  color: var(--DefaultColor);
}

#section3 .sloganTitle .center .line {
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--DefaultColor);
}

#section3 .textPositionBox {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

#section3 .textPositionBox img {
  width: 100%;
  display: block;
}

#section3 .textPositionBox .text {
  font-size: 20px;
  display: flex;
  justify-content: center;
  padding: 20px;
  color: #fff;
  line-height: 1.5;
  width: 100%;
  max-width: 774px;
  position: absolute;
  background-color: var(--DefaultColor);
  bottom: -30px;
  right: -10px;
}

#section3 .textPositionBox .text span {
  color: #EFCC7D;
  font-size: 32px;
  font-weight: 500;
}

#section3 .card {
  position: relative;
  width: 100%;
}

#section3 .card img {
  width: 100%;
  display: block;
}

#section3 .card .text {
  position: absolute;
  width: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 500;
}

#section3 .card .text .card_t {
  font-size: 40px;
}

#section3 .card .text .des {
  font-size: 20px;
}

@media (max-width:768px) {
  #section3 {
    padding: unset;
  }

  #section3 .box {
    margin-bottom: unset;
  }

  #section3 .textPositionBox .text {
    margin-top: 30px;
    position: unset;
  }
}

@media (max-width:480px) {
  #section3 .sloganTitle {
    flex-direction: column;
  }

  #section3 .textPositionBox .text {
    font-size: 12px;
    padding: 10px;
    justify-content: start;
  }

  #section3 .textPositionBox .text span {
    font-size: 20px;
  }

  #section3 .card img {
    width: 100%;
    height: 550px;
    object-fit: cover;
  }

  #section3 .card .text .card_t {
    font-size: 18px;
  }

  #section3 .card .text .des {
    font-size: 12px;
  }

}

/* section4 */
#section4 {
  padding: unset;
}

#section4 .box {
  position: relative;
  padding-top: unset;
}

#section4 .section_t {
  position: absolute;
  font-weight: 400;
  font-size: 64px;
  color: #FFFFFF;
  padding: 10px 15px;
  background-color: var(--DefaultColor);
  z-index: 2;
  top: 0;
  left: 0;
}

#section4 .section_slogan {
  position: absolute;
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right bottom;
  z-index: 2;
  top: 50%;
  right: -30px;

}

#section4 img {
  width: 100%;
  position: relative;
  top: -50px;
}

#section4 .textBox {
  text-align: center;
  color: #FFFFFF;
  line-height: 2;
}

#section4 .textBox .box_t {
  font-weight: 800;
  font-size: 32px;
  padding: 0 10px;
}

#section4 .textBox .box_des {
  font-size: 20px;
  padding: 0 10px;
}

@media (max-width:1500px) {
  #section4 .section_slogan {
    right: 60px;
  }
}

@media (max-width:1024px) {
  #section4 .section_t {
    font-size: 40px;
  }

  #section4 .section_slogan {
    font-size: 20px;
    top: 40%;
  }

  #section4 .textBox .box_t {
    font-size: 28px;
  }

  #section4 .textBox .box_des {
    font-size: 16px;
  }
}

@media (max-width:768px) {
  #section4 .box {
    padding-top: 60px;
  }

  #section4 .section_t {
    position: unset;
    text-align: center;
  }

  #section4 img {
    position: unset;
  }

  #section4 .section_slogan {
    position: unset;
    transform: unset;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width:480px) {
  #section4 .box {
    padding-bottom: 20px;
  }

  #section4 .section_t {
    font-size: 32px;
  }

  #section4 .section_slogan {
    font-size: 14px;
  }

  #section4 img {
    margin-bottom: 30px;
  }

  #section4 .textBox .box_t {
    font-size: 18px;
  }

  #section4 .textBox .box_des {
    font-size: 12px;
  }

  #section4 .imageTextBox {
    padding: 0 10px;
  }
}

/* section5 */

#section5 .main {
  width: 100%;
  display: block;
}

@media (max-width:480px) {
  #section5 {
    background-color: var(--SecondaryColor);
    padding-top: 30px;
  }

  #section5 .s5imageTextBox {
    padding: 30px 10px;
  }
}

/* section6 */
#section6 {
  padding: unset;
}

#section6 .swiperSection6 .slide {
  position: relative;
}

#section6 .swiperSection6 .slide img {
  width: 100%;
  display: block;
}

#section6 .swiperSection6 .slide .text {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.45);
  font-size: 24px;
}

#section6 .custom-pagination {
  justify-content: center;
}

@media (max-width:480px) {
  #section6 .swiperSection6 .slide .text {
    font-size: 12px;
  }

  #section6 .swiperSection6 .slide img {
    min-height: 300px;
    width: 100%;
    object-fit: cover;
  }
}

/* section7 */
#section7 {
  background-color: var(--SecondaryColor);
  padding: unset;
}

#section7 .box {
  max-width: 1257px;
}

#section7 .des {
  font-size: 40px;
  font-weight: 1.5;
  color: var(--DefaultColor);
  margin-bottom: 60px;
  font-weight: 400;
  text-align: center;
  padding: 0 10px;
}

#section7 img {
  width: 100%;
  display: block;
}

@media (max-width:1024px) {
  #section7 .des {
    font-size: 28px;
  }
}

@media (max-width:768px) {
  #section7 .des {
    font-size: 16px;
  }
}

@media (max-width:480px) {
  #section7 .des {
    text-align: left;
  }

  #section7 .s7ImageTextBox {

    padding: 0 10px 30px;
  }
}

/* form */
#form {
  background-image: url(../imgs/form_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#form .box {
  max-width: 1040px;
}

#form .box .card {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

#form .box .card .card_l {
  width: 53%;
}


#form .box .card .card_r {
  width: 47%;
  padding-left: 30px;
}

#form .card .logoSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

#form .card .logoSection .left img {
  width: 100%;
  max-width: 299px;
}

#form .card .logoSection .right {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  width: 100%;
}

#form .card .remarkBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#form .card .remarkBox .left .iconList {
  display: flex;
  align-items: center;
}

#form .card .remarkBox .left .iconList:first-child {
  margin-bottom: 10px;
}

#form .card .remarkBox .left .iconList .icon {
  width: 20px;
}

#form .card .remarkBox .left .iconList .icon img {
  width: 100%;
  display: block;
}

#form .card .remarkBox .left .iconList .text {
  width: calc(100% - 20px);
  padding-left: 5px;
  font-size: 20px;
  color: #fff;
}

#form .card .remarkBox .right {
  font-size: 20px;
  color: #fff;
}

@media (max-width:1024px) {

  #form .box {
    max-width: 686px;
  }

  #form .box .card {
    flex-direction: column;
    gap: 30px;
  }

  #form .box .card .card_l,
  #form .box .card .card_r {
    width: 100%;
  }

  #form .box .card .card_r {
    padding-left: unset;
  }

  #form .card .logoSection {
    flex-direction: row;
  }

  #form .card .remarkBox {
    flex-direction: row;
  }

  #form .card .remarkBox .left .iconList .icon img {
    width: 14px;
  }

  #form .card .remarkBox .right,
  #form .card .remarkBox .left .iconList .text {
    font-size: 19px;
  }
}

@media (max-width:480px) {

  #form .card .logoSection,
  #form .card .remarkBox {
    flex-direction: column;
  }

  #form .card .logoSection .right {
    text-align: center;
    font-size: 18px;
  }

  #form .card .remarkBox .right,
  #form .card .remarkBox .left .iconList .text {
    font-size: 13px;
  }
}

#form .formTitle {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

/* signUpForm */
#signUpForm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 7px;
}

#signUpForm .list {
  width: calc((100% / 3) - (14px / 3));
}

#signUpForm .list100 {
  width: 100%;
}

#signUpForm .list .text,
#signUpForm .list100 .text {
  font-size: 18px;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 500;
  color: #000;
}

#signUpForm .list .inputStyle,
#signUpForm .list100 .inputStyle {
  outline: unset;
  border: 2px solid #B6A0C7;
  padding: 9px;
  font-size: 18px;
  border-radius: 0;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);

}

#signUpForm .list .inputDateStyle,
#signUpForm .list100 .inputDateStyle {
  outline: unset;
  border: 2px solid #B6A0C7;
  padding: 8px;
  font-size: 18px;
  border-radius: 0;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  color: #000;
  text-align: left;
  text-align-last: left;
  background-color: rgba(255, 255, 255, 0.7);

}

#signUpForm .list .selectStyle,
#signUpForm .list100 .selectStyle {
  width: 100%;
  font-size: 18px;
  border: 2px solid #B6A0C7;
  padding: 9px;
  background-color: rgba(255, 255, 255, 0.7);
}

#signUpForm .labels {
  display: flex;
  flex-direction: column;
}


@media (max-width:1024px) {
  #signUpForm .agreeDes {
    max-height: unset;
  }
}


#signUpForm .submitContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 20px;
}

#signUpForm .submitContainer .left {
  font-weight: 500;
  color: #fff;
}

#signUpForm .submitContainer button {
  padding: 20px 80px;
  background-color: var(--DefaultColor);
  color: #fff;
  display: flex;
  gap: 5px;
  align-items: center;
  border: unset;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  line-height: 1;
}

#signUpForm .submitContainer button img {
  width: 20px;
}

/* 隱藏預設的下拉式選單箭頭 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  outline: unset;
  color: #000;
}


/* 自定義下拉式選單箭頭 */
select::-ms-expand {
  display: none;
}

.selectBox {
  position: relative;
  width: 100%;
  display: inline-block;
  /* border: 1px solid #000; */
  cursor: pointer;
}

/* 自定義箭頭樣式 */
.selectBox img {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}


/* 方框樣式 */

.inputSquare input {
  display: none;
}

.inputSquare label {
  display: inline-block;
  padding: 5px 10px 5px 0;
  cursor: pointer;
}

.inputSquare label span {
  position: relative;
  line-height: 22px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.inputSquare label span:before,
.inputSquare label span:after {
  content: '';
}

.inputSquare label span:before {
  border: 1px solid #4f4f4f;
  background: #fff;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.inputSquare label span:after {
  background: #4f4f4f;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 4px;
  transition: 300ms;
  opacity: 0;
}

.inputSquare label input:checked+span:after {
  opacity: 1;
}

/* 方框樣式 end */

@media (max-width:480px) {

  #signUpForm .list {
    width: 100%;
  }

  #signUpForm .submitContainer {
    justify-content: center;
  }
}


/* footer */
#footer {
  background-color: var(--DefaultColor);
}

#footer .box {
  padding: 60px 0;
}

#footer .flexBox {
  display: flex;
  justify-content: center;
}

#footer .remark {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}

@media (max-width:1024px) {
  #footer .box {
    margin-bottom: 76px;
  }
}

@media (max-width:480px) {
  #footer .remark {
    font-size: 10px;
  }
}