/*------------------Device----------------------------*/

.PcDevice {
  display: block;
}

.MbDevice {
  display: none;
}

/*-----------------------body-----------------------*/
html,
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 15px;
  line-height: 160%;

  font-family: 'Segoe UI', '微軟正黑體', sans-serif;
  background-color: #fafafa;
}

p {
  margin-bottom: 0rem;
}

a {
  color: #e07a7d;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #b41d23;
  text-decoration: underline;
}

@media screen and (max-width: 769px) {
  .PcDevice {
    display: none;
  }

  .MbDevice {
    display: block;
  }
}

/*-----------------------Carousel-----------------------*/

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-prev span {
  font-size: 90px;
  position: relative;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-nav button.owl-next span {
  font-size: 90px;
  position: relative;
}

.owl-dots {
  text-align: center;
  padding-top: 75px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 37%;
  color: #fff;
  margin: 0;
  transform: translateY(-100%);
  background: rgba(255, 255, 255, 0.38) !important;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 769px) {
  .owl-nav button {
    position: absolute;
    top: 39%;
    color: #fff;
    margin: 0;
    transform: translateY(-100%);
    background: rgba(255, 255, 255, 0) !important;
    transition: all 0.3s ease-in-out;
  }
}

.owl-nav button:focus {
  outline: none;
}

/*-----------------------delivery_step-----------------------*/

.delivery-step {
  margin: 0 !important;
  position: relative;
  top: 0;
  color: #fff;
  width: 200px;
}

.delivery-step > .icon {
  position: absolute;
  right: 4px;
  font-size: 24px;
  border-radius: 32px;
  max-width: 64px;
  max-height: 64px;
  min-width: 54px;
  min-height: 54px;
  padding: 17px;
  text-align: center;
  background-color: #ffe8e8;
  color: #f44e4e;
}

.delivery-step > .transition {
  height: 5px;
  width: 100%;
  position: absolute;
  right: 4px;
  top: 15px;
  background-color: #dadada;
  border: none;
}

.delivery-step:nth-child(1) > .transition {
  display: none;
}

.delivery-step p {
  position: absolute;
  right: -12px;
  top: 64px;
  width: 92px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .Delivery_process_fontsize {
    font-size: 10px;
  }

  .delivery-step > .icon {
    font-size: 21px;
  }

  .delivery-step > .transition {
    height: 3px;
    top: 11px;
  }
}

/*-----------------------card-----------------------*/

.card_style {
  background-color: #fff;
  border-color: #fff;
  border-radius: 1rem;

  border: solid 1px rgba(132, 129, 129, 0.1);
  background-color: #fff;
  box-shadow: 0 10px 20px -7px rgba(0, 0, 0, 0.25);
}

.card_style_alert {
  box-shadow: 1px 1px 8px -6px rgb(11 11 11 / 72%);
}

.card_style_pink {
  background-color: #ffeeeb;
  border-color: #fff;
  border-radius: 1rem;

  border: solid 1px rgba(132, 129, 129, 0.1);
  box-shadow: 0 10px 20px -7px rgba(0, 0, 0, 0.25);
}

/*-----------------------nav_buttom-----------------------*/

.nav_style {
  border-bottom: #b41d23 2px solid;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  opacity: 0.9;
}

.redpoint {
  color: red;
}

/*-----------------------title-----------------------*/

.title_style {
  border-left: 3px solid #ea7479;
  padding: 0 20px;
}

/*-----------------------Apply_Step-----------------------*/

.dot_size {
  font-size: 12px;
}

/*-----------------------Logo-----------------------*/

.Logo_cn_style {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  color: #171717;
  letter-spacing: 3px;
}

.Logo_en_style {
  font-family: serif;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  color: #515151;
}




@media screen and (max-width: 576px) {
  .Logo_cn_style {
    font-size: 14px;
  }

  .Logo_en_style {
    font-size: 13px;
  }
}

/*-------------JQ Validate--------------------*/
label.error {
  color: #D80003;
  line-height: 100%;
  display: inline-block;
  font-style: italic;
  padding: 0px 10px 10px 0px;
  font-size: 14px;
}
.errorContainer {
  display: block;
}
.errorContainer label.error {
  margin-top: 5px;
  padding: 18px 10px 12px 10px;
}