* {
  font-family: "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html,
body {
}

a {
  text-decoration: none;
}

*::selection {
  /* background: #00A8B1; */
  /* color: #fff; */
}

*::-moz-selection {
  /* background: #00A8B1; */
  /* color: #fff; */
}

button {
  outline: none;
}

/*  */
.nav_color {
  border-bottom: 1px solid #d9d8d5;
  padding: 10px 0;
}

.nav-link_pd {
  /* padding: 20px 15px !important; */
  font-size: 16px;
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #055cad;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.carousel-item_bg {
  background-position: center;
  background-repeat: no-repeat;
}

.carousel_wrapper {
  height: 460px;
  width: 520px;
  margin: 35px 0;
}

/* .carousel_wrapper h2 {
    background-color: #055CAD;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    margin: 0 0 5px;
    font-size: 30px;
}

.carousel_text {
    background-color: #055CAD;
    padding: 15px 30px 80px;
    color: #fff;

} */
.carousel_wrapper h2 {
  background-color: #055cad;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  margin: 0 0 5px;
  font-size: 30px;
  opacity: 0.875;
}

.carousel_text {
  background-color: #055cad;
  padding: 15px 30px 80px;
  color: #fff;
  height: 350px;
  opacity: 0.875;
}

.carousel_url {
  text-align: center;
  background-color: #055cad;
  color: #fff;
  height: 35px;
  opacity: 0.875;
}

.carousel_text h3 {
  text-align: center;
  padding: 15px 0 30px;
  margin: 0;
}

.carousel_text p {
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
}

.carousel_text a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px 0 0;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease 0s;
  border-radius: 100%;
}

/*  */
.content {
  position: relative;
}

.bg_gray {
  background-color: #ebebeb;
}

.title {
  text-align: center;
  color: #424243;
  padding: 50px 0 40px;
  font-size: 40px;
  margin: 0;
}

.owl_box {
  padding: 30px 0;
  position: relative;
}

.owl_content:after {
  content: " ";
  background-color: #fff;
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
}

.index_news {
  display: block;
  cursor: pointer;
}

.index_news_item {
}

.index_news_item_img {
}

.index_news_item_img img {
  width: 100%;
}

.index_news_item_text {
  background-color: #424243;
  color: #fff;
  padding: 10px;
}

.owl-prev i {
  font-size: 100px;
}

.owl-next i {
  font-size: 95px;
}

.owl-prev {
  outline: none;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}

.owl-next {
  outline: none;
  right: -45px;
  transform: translateY(-50%);
  top: 50%;
}

/*  */
.white_bg {
  background-color: #fff;
}

.problem_left {
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

.problem_left img {
  display: none;
  width: 100%;
}

.problem_right {
  padding: 0;
}

.white_bg .row {
  margin: 0;
}

.problem_right ul {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  margin: 0;
  height: 100%;
}

.problem_right ul li {
  position: relative;
  flex: 1;
  padding: 60px 35px;
  background-color: #e6e6e6;
  height: 33.33%;
}

.problem_right ul li h3 {
  font-size: 30px;
  margin: 0;
  padding: 0 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.problem_right ul li p {
  font-size: 18px;
  margin: 0;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.problem_right ul li:nth-child(2) {
  background-color: #dbdbdb;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.problem_more {
  font-size: 16px;
  padding: 10px;
  color: #fff;
  background-color: #055cad;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.problem_more:hover {
  text-decoration: none;
  color: #fff;
}

/*  */
.white_bg_bottom {
  background-color: #fff;
}

.index_product_img {
  width: 100%;
}

.index_product_img img {
  width: 100%;
}

.index_product_text {
  padding: 10px 0;
  text-align: center;
  background-color: #055cad;
  color: #fff;
}

.index_product a {
  cursor: pointer;
}

.index_product a {
  text-decoration: none;
}

.index_product_row {
  padding: 0 0 80px;
}

/*  */
footer {
  background-color: #424243;
  padding: 30px 0;
}

.footer_logo {
  display: block;
  text-align: center;
  padding: 10px 0 0;
}

.footer_logo img {
  display: inline-block;
  max-width: 100%;
}

.footer_text h4 {
  color: #fff;
  font-size: 20px;
}

.footer_text p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

/*  */
.title_top_bg {
  background-color: #ebebeb;
}

.title_top_bg .title {
  text-align: center;
  color: rgb(66, 66, 67);
  padding: 50px 0px 40px;
  font-size: 40px;
  margin: 0px;
}

.news-item {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.news-item a {
  cursor: pointer;
  font-size: 0;
  /* flex-flow: wrap; */
}

.news-item_content {
  padding: 0 0px 0 30px;
  min-height: 160px;
  display: inline-block;
  width: 77.5%;
  vertical-align: middle;
}

.news-item_img {
  display: inline-block;
  width: 22.5%;
  vertical-align: middle;
}

.news-item_img img {
  width: 100%;
}

.news-item_tag {
  display: inline-block;
  color: #fff;
  background-color: #424243;
  font-size: 14px;
  padding: 5px 25px;
}

.news-item_data {
  display: inline-block;
  color: #055cad;
  font-size: 14px;
  padding: 5px 25px;
}

.news-item_text {
  padding: 10px 0;
  font-size: 18px;
  color: #000;
  width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 30px 0 0;
}

.news-item a:hover {
  text-decoration: none;
}

.news-item:hover {
  background-color: rgb(247, 247, 247);
}

.news_next {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.news-item_line {
  border-bottom: 1px solid #d9d8d5;
  position: absolute;
  bottom: 0px;
  left: 280px;
  width: 100%;
}

.pag_list {
  text-align: center;
  padding: 30px 0;
}

.pag_list li {
  display: inline-block;
}

.pag_list li a {
  border: solid #424243 1px;
  color: #424243;
  padding: 5px 10px;
}

.pag_list li .pag_list_active {
  border: solid #9b9b9e 1px;
  color: #9b9b9e;
}

/*  */
.contact_row {
  padding: 80px 0;
}

.contact_left .form-group .col-form-label {
  text-align: right;
}

.contact_btn {
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin: 30px auto 0;
  background-color: #055cad;
  display: block;
  font-size: 18px;
  cursor: pointer;
}

.contact_btn:hover {
  text-decoration: none;
  color: #fff;
}

.contact_right h3 {
  color: #055cad;
  font-size: 30px;
  font-weight: bold;
}

.contact_right h4 {
  color: #424243;
  font-size: 18px;
  font-weight: bold;
}

.contact_right_line {
  border-bottom: #b7b7b8 solid 1px;
  width: 100%;
  margin: 30px 0;
}

.contact_info {
  color: #424243;
  font-size: 18px;
  line-height: 1.8;
}

.contact_right iframe {
  width: 100%;
  height: 320px;
  border: 0;
}

/*  */
.login_left {
  background-color: #fff;
}

.login_left_content {
  padding: 80px 0 80px;
  margin: 0 auto;
  max-width: 750px;
}

.login_left_content h3 {
  font-size: 25px;
  color: #fff;
  padding: 10px 0px;
  background-color: #424243;
  width: 200px;
  text-align: center;
  margin: 0 0 30px;
}

.login_left_img {
  margin: 0 auto 30px;
  max-width: 513px;
}

.login_left_img img {
  max-width: 100%;
}

.login_left_link {
  text-align: center;
  padding: 10px 0 0;
}

.login_left_link a {
  display: inline-block;
  color: #000;
  background-color: #fff3ba;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 16px;
  -moz-box-shadow: 6px 6px 0px #ddceb0;
  -webkit-box-shadow: 6px 6px 0px #ddceb0;
  box-shadow: 6px 6px 0px #ddceb0;
}

.login_right {
  background-color: #ebebeb;
}

.login_right_content {
  padding: 80px 0 80px;
  margin: 0 auto;
  max-width: 750px;
}

.login_right_content h3 {
  font-size: 40px;
  text-align: center;
  padding: 0 0 40px;
}

.login_form {
  background-color: #fff;
  max-width: 500px;
  padding: 50px 30px;
  margin: 0 auto;
}

.login_form .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: inherit;
}

.login_form .form-check-label {
  margin: 0 0 0 15px;
}

.login_btn a {
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin: 30px auto 0;
  background-color: #055cad;
  display: block;
  font-size: 18px;
  cursor: pointer;
}

.login_footer {
  color: #055cad;
  text-align: center;
  margin: 40px auto 0;
}

.login_footer a {
  color: #055cad;
}

.login_row > .row {
  margin: 0;
}

.login_row .login_left,
.login_row .login_right {
  padding: 0;
}

/*  */
.step_row {
  text-align: center;
  font-size: 0;
  padding: 15px;
  position: relative;
}

.step {
  display: inline-block;
  width: 33.33%;
  font-size: 14px;
  text-align: center;
  color: #9b9b9e;
  position: relative;
  z-index: 1;
}

.step .step_ball {
  color: #fff;
  font-size: 40px;
  background-color: #9b9b9e;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto 10px;
}

.step_row .step_active {
  color: #055cad;
}

.step_row .step_active .step_ball {
  color: #fff;
  background-color: #055cad;
}

.step_row:before {
  content: " ";
  border-bottom: solid 1px #d5d5d5;
  position: absolute;
  width: 70%;
  left: 50%;
  top: 35%;
  transform: translateX(-50%) translateY(-50%);
}

.signup_row {
  padding: 15px;
  min-height: 550px;
}

.signup_form label {
  text-align: right;
}

.signup_form label span {
  color: #ed1b2f;
}

.signup_form .form-group {
  margin-bottom: 20px;
}

.signup_form {
  padding: 50px 40px;
  border: #ebebeb 1px solid;
  background-color: #fff;
}

.signup_checkbox {
  padding: 40px 0 20px;
}

.signup_checkbox a {
  color: #055cad;
}

.signup_checkbox a:hover {
  color: #055cad;
}

.signup_btn {
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin: 30px auto;
  background-color: #055cad;
  display: block;
  font-size: 18px;
  cursor: pointer;
}

.signup_btn:hover {
  color: #fff;
  background-color: #055cad;
  text-decoration: none;
}

.signup_bg {
  padding: 0 0 40px;
  position: relative;
}

.signup_bg:before {
  width: 100%;
  content: " ";
  height: 200px;
  background-color: #ebebeb;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.signup_text {
  padding: 10px 0;
}

.signup_group {
  text-align: center;
  margin: 40px 0 0;
}

.signup_group a {
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #055cad;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}

.signup_group .signup_group_active {
  background-color: #9b9b9e;
  color: #fff;
}

.signup_form_text {
  font-size: 18px;
  text-align: center;
  margin: 40px 0;
}

/*  */
.qa_item_row {
  list-style: none;
  padding: 25px 0;
  margin: 0;
  background-color: #fff;
}

.qa_item_row li {
  list-style: none;
}

.qa_item_btn {
  width: 100%;
  padding: 15px 10px;
  border-bottom: #d9d8d5 solid 1px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

.qa_item_btn:hover {
  background-color: rgb(241, 241, 241);
}

.qa_item_tag {
  display: inline-block;
  background-color: #424243;
  color: #fff;
  padding: 5px 15px;
  margin-right: 15px;
  width: 110px;
  text-align: center;
}

.qa_item_icon {
  position: absolute;
  right: 1%;
  top: 25%;
  /* transform: translateY(-50%); */
}

.qa_item_container {
  background-color: #ebebeb;
  border-bottom: #d9d8d5 solid 1px;
  padding: 15px;
  color: #000;
  line-height: 1.8;
  display: none;
}

.qa_item_btn .reg {
  transform: rotate(45deg);
  transition: all 0.6s ease-in-out;
}

/*  */
.news_breadcrumb {
  padding: 60px 0 30px;
}

.news_breadcrumb span {
  padding: 0 5px;
}

.news_page_top {
  position: relative;
}

.news_page_title {
  max-width: 750px;
  display: inline-block;
  background-color: #055cad;
  padding: 15px;
}

.news_page_title h2 {
  color: #fff;
  font-size: 30px;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  vertical-align: super;
}

.news_page_data {
  display: inline-block;
  vertical-align: super;
  padding: 0 10px;
  color: #055cad;
  font-size: 18px;
}

.news_page_tag {
  display: inline-block;
  vertical-align: super;
  background-color: #424243;
  color: #fff;
  padding: 5px 15px;
}

.news_page_top:after {
  content: " ";
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #ebebeb;
  height: 10px;
  left: 0;
  z-index: -1;
}

.news_page_bg {
  background-color: #ebebeb;
  padding: 30px 0;
}

.news_edit {
  background-color: #fff;
  padding: 35px;
}

.news_edit img {
  max-width: 100%;
}

.news_edit ol,
.news_edit ul {
  list-style: initial;
  margin-left: 20px;
}

.member_row {
  padding: 40px 0;
  min-height: 600px;
}

/* .member_tab {
    border-bottom: 3px solid #055CAD;
}

.member_tab a {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    background-color: #055CAD;

} */
.member_tab .nav-tabs {
  border-bottom: 3px solid #055cad;
}

.member_tab .nav-item .nav-link {
  background-color: #d8e5ee;
  color: #274d67;
  border-color: transparent;
  cursor: pointer;
}

.member_tab .nav-tabs .nav-item {
  margin: 0 10px 0 0px;
}

.member_tab .nav-item .active {
  color: #fff;
  background-color: #055cad;
  border-color: transparent;
}

.member_form {
  padding: 60px 40px;
  border: 1px solid #ebebeb;
}

.member_form .col-form-label {
  text-align: right;
}

.member_form .col-form-label span {
  color: #ed1b2f;
}

.member_btn {
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin: 40px auto;
  background-color: #055cad;
  display: block;
  font-size: 18px;
  cursor: pointer;
}

.member_btn:hover {
  color: #fff;
  text-decoration: none;
}

.member_try_form {
}

.member_try_form .col-form-label span {
  color: #ed1b2f;
}

.member_try_form .col-form-title {
  color: #055cad;
  /* background-color: #055CAD; */
  display: inline-block;
  padding: 0px 8px;
  /* width: 65%; */
  text-align: center;
  margin: 0;
  border-left: 3px solid #055cad;
  font-weight: bold;
}

.fast_btn {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0082d5+0,421b79+100 */
  background: #0082d5;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #0082d5 0%, #421b79 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #0082d5 0%, #421b79 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #0082d5 0%, #421b79 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0082d5', endColorstr='#421b79', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  border-radius: 50px;
  padding: 2px 10px;
  color: #fff;
}

.points_btn {
  border-radius: 50px;
  padding: 2px 10px;
  color: #d0121b;
  border: 1px solid #d0121b;
}

.member_table table th {
  background-color: #ececec;
  text-align: left;
  width: 25%;
}

.member_table_2 table th {
  background-color: #ececec;
  text-align: left;
  width: 20%;
}

.member_table_search table th {
  background-color: #ececec;
  text-align: left;
  width: auto;
}

.member_table table td {
  text-align: left;
  width: 25%;
}

.member_table_2 table td {
  text-align: left;
  /* width: 20%; */
}

.member_table_search table td {
  text-align: left;
  width: 16.66%;
}

.mo_d {
  display: inline-block;
}

.mo_m {
  display: none;
}

.swiper-button {
  position: relative;
}

.swiper1 {
  width: 95%;
  padding: 15px 0;
}

.swiper-button .swiper-button-next,
.swiper-button .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 20px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper1 .swiper-slide {
  color: #055cad;
  border: #055cad 1px solid;
  text-align: center;
  font-size: 16px;
  height: 50px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  width: 200px;
}

.swiper2 {
  width: 100%;
}

.swiper2 .swiper-slide {
  /* text-align: center; */
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

.swiper1 .selected {
  color: #fff;
  background-color: #055cad;
}

/*  */
.carousel_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.carousel_bg img {
  width: 100%;
  display: none;
}

.form-check_1 {
  padding-top: 5px;
}

.form-check_2 {
  padding-top: 10px;
}

.carousel_custom {
  width: 100%;
  padding: 0 30px 0;
}

/*  */
.add-product {
  background-color: #055cad;
  color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  cursor: pointer;
  margin: 0 0 30px;
}

.add-product:hover {
  text-decoration: none;
}

.application-product {
  background-color: #055cad;
  color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  cursor: pointer;
  margin: 0 5px 35px;
}

.application-product:hover {
  background-color: #055cad;
  color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  cursor: pointer;
  margin: 0 5px 10px;
}

.repair_card {
  border-radius: 10px;
  padding: 15px;
  background-color: #5a5a5a;
}

.repair_item {
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 5px 0;
}

.repair_item_left {
  flex: 0 0;
  flex-basis: 115px;
}

.repair_item_right {
  flex-grow: 2;
}

.fault_add {
  border-radius: 5px;

  cursor: pointer;
  margin: 0 10px 10px;
  display: inline-block;
  width: 150px;
}

.maintain_add {
  border-radius: 5px;

  cursor: pointer;
  margin: 0 10px 10px;
  display: inline-block;
  width: 150px;
}

.fault_add img {
  max-width: 100%;
}

.maintain_add img {
  max-width: 100%;
}

.fault_row {
  padding: 100px 0 0;
}

.member_container .member_table {
  margin: 15px 0 0;
  padding: 0 0 5px;
}

.member_container {
  margin: 35px 0 0;
}

.pup-header {
  padding: 10px 0;
  position: relative;
}

.pup-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.pup-footer {
  padding: 10px 0;
  position: relative;
}

.repair_apply_radio input[type="radio"] {
  display: none;
}

.repair_apply_radio input[type="radio"] + label {
  display: inline-block;
  /* background-color: #ccc; */
  cursor: pointer;
  /* padding: 5px 10px; */
  width: 100%;
}

.repair_apply_radio input[type="radio"] + label p {
  color: #000;
  padding: 10px 0;
  text-align: center;
}

.repair_apply_radio input[type="radio"] + label img {
  width: 100%;
  border: 1px #d8d8d8 solid;
}

.repair_apply_radio input[type="radio"]:checked + label p {
  color: #055cad;
  font-weight: bold;
}

.repair_apply_radio input[type="radio"]:checked + label img {
  border: 2px #055cad solid;
}

.repair_apply_key {
  position: relative;
}

.from_info {
  position: absolute;
  right: 10px;
  top: 5px;
  color: rgb(85, 85, 85);
}

.questionnaire_title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.questionnaire_title img {
  width: 19px;
  vertical-align: unset;
  margin: 0 5px 0 0;
}

.questionnaire_title .skip {
  /* float: right; */
  font-weight: normal;
  font-size: 17px;
  color: #000000;
  cursor: pointer;
  padding: 5px 0 0;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px 5px 5px;
  background-color: rgb(236, 236, 236);
  border-radius: 50px;
}

.questionnaire_title .skip i {
  border-radius: 50px;
  background-color: rgb(161, 161, 161);
  padding: 5px 8px;
  color: #fff;
  margin-right: 10px;
}

.questionnaire_row {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  margin: 0 0 25px;
}

.questionnaire_sub {
  font-size: 20px;
  text-align: center;
}

.questionnaire_sub span {
  font-weight: bold;
  color: #e91e63;
}

.questionnaire_title_row {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0082d5+0,421b79+100 */
  background: #0082d5;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #0082d5 0%, #421b79 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #0082d5 0%, #421b79 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #0082d5 0%, #421b79 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0082d5', endColorstr='#421b79', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  border-radius: 50px;
  padding: 5px 15px;
  color: #fff;
  display: inline-block;
}

.questionnaire_radio {
  text-align: center;
  padding: 10px 0;
}

.questionnaire_radio input[type="radio"] {
  display: none;
}

.questionnaire_radio input[type="radio"] + label {
  font-size: 15px;

  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}

.questionnaire_radio input[type="radio"]:checked + label {
  background-color: #055cad;
  color: #fff;
  border: 1px solid #055cad;
  font-weight: bold;
}

.questionnaire_text {
  margin: 0 0 15px;
}

.questionnaire_input {
  max-width: 380px;
  margin: 0 auto;
}

.questionnaire_decoration,
.questionnaire_decoration_pink,
.questionnaire_decoration_blue {
  padding: 0;
  position: relative;
  display: inline-block;
  margin: 0 auto 20px;
}

.questionnaire_decoration span {
  background-image: linear-gradient(120deg, #fce998 0%, #fce998 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.5em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.questionnaire_decoration_pink span {
  background-image: linear-gradient(120deg, #e1daff 0%, #e1daff 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.5em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
  font-size: 22px;
  text-decoration: none;
  color: #000;
}

.questionnaire_decoration_blue span {
  background-image: linear-gradient(120deg, #e1daff 0%, #e1daff 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.5em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
  font-size: 22px;
  text-decoration: none;
  color: #000;
}

.questionnaire_btn {
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin: 40px auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0082d5+0,421b79+100 */
  background: #0082d5;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #0082d5 0%, #421b79 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #0082d5 0%, #421b79 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #0082d5 0%, #421b79 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0082d5', endColorstr='#421b79', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  border-radius: 50px;
  display: block;
  font-size: 18px;
  cursor: pointer;
}

.questionnaire_btn:hover {
  color: #fff;
  text-decoration: none;
}

.no_write a {
  display: block;
  margin: 0 0 20px;
  cursor: pointer;
  text-decoration: underline;
  color: #055cad;
}

.member_table_d {
  display: block;
  /* min-height: 500px; */
}

.member_table_d_2 {
  display: block;
  /* min-height: 500px; */
}

.member_table_m {
  display: none;
  /* min-height: 500px; */
}

.member_table_m_2 {
  display: none;
  /* min-height: 500px; */
}

/*  */
.line_fix {
  right: 20px;
  bottom: 100px;
  position: fixed;

  z-index: 99;
}

.line_fix a {
  border: 2px solid #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
  background-color: #06c755;

  display: inline-block;

  border-radius: 50px;

  font-weight: bold;
  overflow: hidden;
  position: relative;
}

.line_icon {
  display: inline-block;
  background-color: #06c755;
  padding: 10px;
  position: relative;
  z-index: 1;
  float: right;
  border-radius: 50px;
}

.line_fix a .line_text {
  height: 57px;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 19px;
  width: 0;
  opacity: 0;
  display: inline-block;
  padding: 0;
  background-color: #06c755;
  position: absolute;
  right: 10px;
  top: -2px;
  border: 2px solid #fff;
}

.line_fix a .line_text span {
  display: block;
}

.line_fix a:hover {
  /* border:2px solid transparent; */
  overflow: initial;
}

.line_fix a:hover .line_text {
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
  width: 155px;
  opacity: 1;
  display: inline-block;
  padding: 12px 0px 0px 15px;
  /* width: 200px; */
  /*display: inline-block;
  position: absolute;
  right: -400px;*/
  /* right: 0px; */
}

/* .line_fix a:hover .line_text span{
  display: block;
} */
.line_fix a img {
  width: 35px;
}

.reserve_fix {
  right: 20px;
  bottom: 160px;
  position: fixed;
  z-index: 99;
}

.reserve_fix a {
  border: 2px solid #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
  background-color: #d73d32;

  display: inline-block;

  border-radius: 50px;

  font-weight: bold;
  overflow: hidden;
  position: relative;
}

.reserve_icon {
  display: inline-block;
  background-color: #d73d32;
  padding: 10px;
  position: relative;
  z-index: 1;
  float: right;
  border-radius: 50px;
}

.reserve_fix a .reserve_text {
  height: 59px;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 19px;
  width: 0;
  opacity: 0;
  display: inline-block;
  padding: 0;
  background-color: #d73d32;
  position: absolute;
  right: 8px;
  overflow: hidden;
  top: -2px;
  border: 2px solid #fff;
}

.reserve_fix a .reserve_text span {
  display: block;
}

.reserve_fix a:hover {
  overflow: initial;
}

.reserve_fix a:hover .reserve_text {
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
  width: 155px;
  opacity: 1;
  display: inline-block;
  padding: 12px 0px 0px 15px;
}

.reserve_fix a img {
  width: 35px;
}

.member_try_exhort {
  max-width: 600px;
  margin: 15px auto;
}

.member_try_exhort h4 {
  font-size: 19px;
  font-weight: bold;
}

.member_try_exhort ul {
}

.member_try_exhort ul li {
  font-size: 15px;
  margin-left: 1em;
  text-indent: -1em;
}

/*  */
.rating-stars {
  width: 100%;
  text-align: center;
}

.rating-stars .rating-stars-container {
  font-size: 0px;
}

.rating-stars .rating-stars-container .rating-star {
  display: inline-block;
  font-size: 32px;
  color: #555555;
  cursor: pointer;
  padding: 5px 10px;
}

.rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
  color: #f1c40f;
}

.rating-stars .rating-stars-container .rating-star.is--no-hover {
  color: #555555;
}

.questionnaire_form {
  max-width: 400px;
  margin: 0 auto 15px;
}

.questionnaire_form_title {
  font-size: 19px;
}

/*  */
.service_items input[type="radio"] {
  display: none;
}

.service_items input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding: 0;
}

.service_items input[type="radio"] + label p {
  color: #000;
  padding: 10px 0;
  text-align: center;
  margin: 0;
}

.service_items input[type="radio"] + label img {
  width: 100%;
  border: 1px #d8d8d8 solid;
  border-radius: 15px;
}

.service_items input[type="radio"]:checked + label p {
  color: #055cad;
  font-weight: bold;
}

.service_items input[type="radio"]:checked + label img {
  border: 3px #055cad solid;
}

/*  */
.signup_try {
}

.signup_try ul {
  text-align: center;
  padding: 80px 0 100px;
}

.signup_try ul li {
  display: inline-block;
  width: 300px;
  padding: 0 10px;
  margin-bottom: 10px;
}

.new_signup_try {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  background-color: #055cad;
  display: block;
  font-size: 23px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}

.signup_try_btn {
  display: block;
  width: 100%;
  text-align: center;
  color: #055cad;
  padding: 15px 0;
  display: block;
  font-size: 23px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #055cad;
  font-weight: bold;
}

.date_row h4 {
  padding: 0 0 10px;
  border-bottom: 1px solid rgb(224, 224, 224);
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}

/*  */
.period {
  padding: 10px 0;
}

.period input[type="radio"] {
  display: none;
}

.period input[type="radio"] + label {
  display: inline-block;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.period input[type="radio"]:checked + label {
  border: 0;
  background-color: #055cad;
  color: #fff;
}

/*  */
.try_alert {
  font-size: 23px;
  padding: 0px 0 20px;
  color: #000;
}

.try_alert_btn {
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin: 20px auto 0;
  background-color: #055cad;
  display: block;
  font-size: 18px;
  cursor: pointer;
}

/*  */
.joinin_fix {
  width: 60px;
  position: fixed;
  right: 15px;
  bottom: 17%;
  z-index: 2;
}

.joinin_fix img {
  width: 100%;
}

.date_row {
  padding: 10px 0 0;
}

.terms_list {
}

.terms_list ul {
  /* counter-increment: my-counter; */
  list-style: none;
  padding-left: 25px;
}

.terms_list ul li {
  counter-increment: my-counter;
  line-height: 1.5;
}

.terms_list ul li::before {
  content: "(" counter(my-counter) ")";
}

.rights_list {
  list-style: decimal;
  padding-left: 25px;
}

.rights_ol {
  list-style: disc;
  padding-left: 25px;
}

.rights_ol li {
  line-height: 1.5;
}

.rights_ol .rights_list {
  padding-top: 5px;
}

/*  */
.modal_edit {
  line-height: 1.5;
}

.modal_edit h3 {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.25rem;
}

.modal_edit table h6 {
  font-weight: bold;
  text-decoration: underline;
}

.rights_list li {
  margin-bottom: 5px;
}

.modal-header h5 {
  text-align: center;
  justify-content: center;
  flex: 1;
  font-weight: bold;
}

.numbering {
  color: #1a5bb2;
  cursor: pointer;
  text-decoration: underline;
}

.my_points {
  color: #646464;
  font-size: 18px;
  float: left;
}

.my_points span {
  color: #c4191f;
  font-size: 28px;
  font-weight: bold;
  margin: 0 5px;
}

/* .navbar-brand img {
    width:250px;
} */

.authorised_row {
  padding: 15px 0 0;
  text-align: center;
}

.authorised {
  max-width: 100%;
  margin-left: 10px;
  display: inline-block;
}

.authorised img {
  width: 100%;
}

/*  */
.logo {
  width: 450px;
}

.navbar-brand .dk {
  display: block;
}

.navbar-brand .mo {
  display: none;
}

.dropdown_border {
  color: #055cad;
  border: 1px solid #055cad;
  padding: 5px 10px;
  border-radius: 50px;
}

.dropdown_border::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*  */
.fashion_column {
  position: relative;
  padding: 20px 0;
}

.fashion_item {
  width: 100%;
  display: block;
  background-color: #fff;
  -moz-box-shadow: 1px 0px 6px #9e9e9e;
  -webkit-box-shadow: 1px 0px 6px #9e9e9e;
  box-shadow: 1px 0px 6px #9e9e9e;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 40px;
}

.fashion_item:hover {
  text-decoration: none;
}

.fashion_item_img {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* border-radius: 10px; */
  overflow: hidden;
}

.fashion_item_img img {
  width: 100%;
}

.fashion_item_title {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
  padding: 10px 0;
  height: 80px;
}

.fashion_item_content {
  color: #434343;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 45px;
  overflow: hidden;
  text-align: justify;
}

.fashion_item_more {
  text-align: right;
}

.fashion_item_more .columns_a {
  font-size: 15px;
  color: #055cad;
  font-weight: bold;
  padding: 5px 0;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.fashion_item:hover .fashion_item_img {
  -moz-box-shadow: 1px 0px 10px #5f5f5f;
  -webkit-box-shadow: 1px 0px 10px #5f5f5f;
  box-shadow: 1px 0px 10px #5f5f5f;
}

.fashion_item:hover .fashion_item_more .columns_a {
  background-color: #055cad;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.fashion_item_bar {
  padding: 0 10px 10px;
}

.fashion_item_date {
  position: absolute;
  background-color: #055cad;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  bottom: 5px;
  left: 5px;
  font-size: 14px;
  border: 2px solid #fff;
}

.fashion_row {
  position: relative;
  padding: 40px 0px;
  background-color: #f5f5f5;
}

.gray_bg {
  background-color: #f5f5f5;
}

/* ---- grid-item ---- */

.fashion_related h3 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
}

.fashion_related ul {
  margin: 0;
  padding: 0;
}

.fashion_related ul li {
  border-top: #b5b5b5 1px solid;
}

.fashion_related ul li:last-child {
  border-top: #b5b5b5 1px solid;
}

.fashion_related ul li a {
  color: #828282;
  font-size: 16px;
  padding: 10px 0;
  display: block;
  line-height: 1.5;
}

.fashion_tag h3 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
}

.fashion_tag ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.fashion_tag ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.fashion_tag ul li a {
  border: #eeeeee 1px solid;
  font-size: 16px;
  padding: 5px 10px;
  color: #828282;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  background-color: #fff;
}

.fashion_tag ul li a:hover {
  border: #055cad 1px solid;
  background-color: #055cad;
  font-size: 16px;
  padding: 5px 10px;
  color: #fff;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.column_top_bg {
  position: relative;
}

.selected_fix {
  padding: 0 0px 15px;
}

.selected_fix .selected_row {
  width: 100%;
  display: block;
}

.columns_search {
  position: relative;
}

.columns_search_btn {
  background-color: #055cad;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px 15px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*  */
.member_form_text {
  padding: 5px 0 0;
  max-width: 690px;
  margin: 0 auto;
}

/*  */
.se_header {
  background-image: url(../img/service_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.se_kv {
  padding: 500px 0 40px;
  text-align: center;
}

.se_kv_btn {
  display: inline-block;
  width: 250px;
  background-color: rgba(245, 241, 233, 0.9);
  text-align: center;
  padding: 5px;
  border-radius: 20px;
  margin: 0 15px;
  cursor: pointer;
}

.se_kv_btn_text {
  color: #3e3e3f;
  border: #3e3e3f 2px solid;
  border-radius: 20px;
  padding: 5px;
  font-size: 23px;
  font-weight: bold;
}

.se_kv_btn > .se_kv_btn_text:hover {
  background-color: #9b887c;
  color: #fff;
}

.se_title {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background-image: url(../img/se_title.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 40px 0;
}

.se_title h2 {
  position: relative;
  background-color: #fff;
  padding: 10px 15px;
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-weight: bold;
}

.highlights {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  margin: 0 0 30px;
}

.highlights img {
  max-width: 100%;
}

.highlights h3 {
  font-size: 31px;
  font-weight: bold;
  color: #865147;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 35px 0px 0 30px;
}

.se_btn_click {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.highlights:hover .se_btn_click {
  opacity: 1;
}

.se_project_l h3 {
  font-size: 55px;
  font-weight: bold;
  color: #865147;
  margin: 0 0 20px;
}

.se_project_l h4 {
  font-size: 21px;
  font-weight: bold;
  color: #865147;
  margin: 0 0 15px;
  border: 1px solid #865147;
  padding: 5px 10px;
  border-radius: 50px;
  display: inline-block;
}

.se_project_l p {
  color: #424243;
  font-size: 18px;
}

.se_project_r_img {
  width: 100%;
}

.se_project_r_img img {
  width: 100%;
}

.se_project_l ul {
  list-style: decimal;
  padding: 0 0 0 25px;
}

.se_project_l ul li {
  color: #424243;
  font-size: 18px;
}

.se_step {
  background-color: #f5f1e9;
  padding: 55px 0;
  text-align: center;
  margin: 0 0 60px;
}

.se_step_img {
  display: inline-block;
}

.se_step_img img {
  max-width: 100%;
}

.se_stronghold h3 {
  font-size: 29px;
  color: #222c81;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #222c81;
}

.se_stronghold ul {
  padding: 15px 0;
  margin: 0;
}

.se_stronghold li {
  font-size: 17px;
  line-height: 1.5;
  color: #424243;
  padding: 5px 0;
}

.se_stronghold li i {
  color: #222c81;
  margin-right: 10px;
  width: 15px;
}

.se_stronghold_map {
  overflow: hidden;
  border: 1px solid #4b4c4d;
  border-radius: 10px;
  width: 100%;
}

.se_stronghold_map iframe {
  width: 100%;
  height: 194px;
  margin: 0;
  padding: 0;
  display: block;
}

.se_stronghold_img {
  overflow: hidden;
  border: 1px solid #4b4c4d;
  border-radius: 10px;
  width: 100%;
}

.se_stronghold_img img {
  width: 100%;
}

.se_step_d {
  display: block;
}

.se_step_m {
  display: none;
}

.se_fix {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}

.se_fix_row {
  width: 960px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border: 2px solid #000000;
}

.se_fix_title {
  background-color: #d77a66;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #000000;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  position: relative;
}

.se_fix_title h3 {
  padding: 0;
  margin: 0;
}

.se_fix_body {
  padding: 30px;
}

.se_fix_text {
  padding: 30px 40px;
}

.se_fix_text h4 {
  font-size: 23px;
  font-weight: bold;
  color: #1788c3;
}

.se_fix_text p {
  font-size: 18px;
  color: #424243;
}

.se_fix_btn {
  max-width: 216px;
}

.se_fix_btn img {
  max-width: 100%;
  vertical-align: inherit;
}

.se_times {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 30px;
}

.se_btn_blue {
  background-color: #cb6e64;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-size: 20px;
  border-radius: 3px;
}

.se_btn_red {
  background-color: #cb6e64;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-size: 20px;
  border-radius: 3px;
}

.se_logo {
  display: inline-block;
  max-width: 200px;
}

.se_logo img {
  max-width: 100%;
  vertical-align: initial;
}

.se_fix_text ul {
  list-style: decimal;
  padding: 0 0 0 20px;
  font-size: 18px;
  color: #424243;
  line-height: 1.8;
}

.se_fix_text h5 {
  padding: 5px 10px;
  background-color: #814970;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 15px;
  box-shadow: 5px 5px 0px 0px rgba(181, 181, 181, 1);
}

/*  */
.sales_btn {
  text-align: center;
  color: #fff;
  padding: 5px 30px;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  border-radius: 30px;
  border: 2px solid #fff;
  font-weight: bold;
}

.sales_row {
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
}

.sales_iframe {
  width: 100%;
}

.sales_iframe iframe {
  width: 100%;
  height: 750px;
}

.sales_list {
  list-style: none;
  width: 100%;
  overflow-x: hidden;
  height: 750px;
}

.sales_li {
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.sales_item {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}

.sales_item h3 {
  color: #b6003c;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 165px 10px 40px;
  position: relative;
}

.sales_item h3 i {
  color: #ac8b56;
  margin-right: 5px;
}

.sales_item p {
  font-size: 18px;
  color: #58514a;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 165px 15px 0;
}

.sales_ol {
  list-style: none;
  padding: 10px 0;
}

.sales_item_nb {
  display: inline-block;
  padding: 5px;
  background-color: #b6003c;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
}

.sales_time {
  font-size: 16px;
  margin-bottom: 10px;
  display: none;
}

.sales_time h4 {
  font-size: 16px;
  font-weight: bold;
  color: #b6003c;
}

.sales_serve {
  color: #b6003c;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  outline: 0;
  display: block;
  margin: 0 0 5px;
}

.sales_activity {
  color: #b6003c;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  outline: 0;
  display: block;
}

.sales_activity:focus {
  outline: 0;
}

.sales_serve:focus {
  outline: 0;
}

.reg_btn {
  transform: rotate(180deg);
  transition: all 0.6s ease-in-out;
}

.sales_serve_list {
  padding: 10px 0;
  /* display: none; */
  color: #71787c;
  line-height: 1.66667;
  font-weight: bold;
}

.sales_activity_list {
  line-height: 1.66667;
  padding: 10px 0;
  /* display: none; */
  color: #71787c;
  font-weight: bold;
}

.sales_img {
  width: 135px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.sales_img img {
  width: 100%;
}

.sales_img .fa-arrows-alt {
  position: absolute;
  color: #fff;
  right: 10px;
  bottom: 10px;
  opacity: 0.8;
}

.sales_label {
  display: inline-block;
  max-width: 100%;
  line-height: 1.33333;
  margin-bottom: 7px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}

.sales_big_title {
  text-align: center;
  position: relative;
  padding: 50px 0 10px;
  margin: 0 0 30px;
  font-weight: bold;
  color: #fff;
  font-size: 35px;
}

.sales_big_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 172px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(225, 172, 99, 0)),
    color-stop(18.60465%, #e1ac63),
    color-stop(50%, #e1ac63),
    color-stop(81.39535%, #e1ac63),
    to(rgba(225, 172, 99, 0))
  );
  background: linear-gradient(
    to right,
    rgba(225, 172, 99, 0),
    #e1ac63 18.60465%,
    #e1ac63 50%,
    #e1ac63 81.39535%,
    rgba(225, 172, 99, 0) 100%
  );
}

.sales_btn i {
  padding-left: 5px;
}
.sales_bg {
  background-color: #8a036d;
}
/*  */
@media (max-width: 1199px) {
  .se_header {
    background-image: url(../img/service_1.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .fault_row {
    padding: 20px 0 0;
  }

  .member_row {
    padding: 40px 0;
    min-height: 600px;
  }

  .form-pd {
    padding-left: 20px;
  }

  .login_form .form-check-label {
    margin: 0px 0 0 20px;
  }

  .login_form .form-group {
    padding-bottom: 10px;
  }

  .nav-link_pd {
    padding: 25px 10px !important;
    font-size: 16px;
  }

  .problem_more {
    font-size: 16px;
    padding: 10px;
    color: #fff;
    background-color: #055cad;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    right: initial;
    top: initial;
    transform: inherit;
    margin: 10px auto;
    display: block;
    text-align: center;
  }

  .problem_right ul li {
    position: relative;
    flex: 1;
    padding: 26px 35px 20px;
    background-color: #e6e6e6;
    height: auto;
  }
}

@media (max-width: 992px) {
  .sales_iframe iframe {
    width: 100%;
    height: 400px;
  }

  .sales_item h3 {
    color: #b6003c;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 90px 10px 40px;
    position: relative;
  }

  .sales_label {
    display: inline-block;
    max-width: 100%;
    line-height: 1.33333;
    margin-bottom: 7px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 5px 0 0;
  }

  .sales_img {
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 0;
  }

  .sales_img .fa-arrows-alt {
    position: absolute;
    color: #fff;
    right: 10px;
    bottom: 15px;
    opacity: 0.8;
  }

  .se_logo {
    display: inline-block;
    max-width: 250px;
  }

  .se_fix_btn {
    max-width: 225px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .se_step_img {
    display: inline-block;
    padding: 0 20px 0px 0px;
  }

  .se_kv_btn_text {
    color: #3e3e3f;
    border: #3e3e3f 2px solid;
    border-radius: 20px;
    padding: 5px;
    font-size: 19px;
    font-weight: bold;
  }

  .se_fix_body {
    padding: 30px 20px;
  }

  .se_fix_text {
    padding: 30px 15px;
    max-height: 500px;
    overflow: auto;
    margin: 0 0 20px;
  }

  .se_fix {
    bottom: env(safe-area-inset-bottom);
    position: fixed;
    width: 100%;
    height: 100vh;
    /*給 Safari 以外的瀏覽器讀取*/
    height: calc(var(--vh, 1vh) * 100);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    padding: 15px;
  }

  .se_fix_row {
    width: 95%;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border: 2px solid #000000;
  }

  .se_step_d {
    display: none;
  }

  .se_step_m {
    display: block;
  }

  .se_header {
    background-image: url(../img/service_1_m.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .se_kv {
    padding: 430px 0 20px;
    text-align: center;
  }

  .se_kv_btn {
    display: inline-block;
    width: 250px;
    background-color: rgba(245, 241, 233, 0.9);
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    margin: 0px 15px 10px;
    cursor: pointer;
  }

  .se_project_l h3 {
    font-size: 47px;
    font-weight: bold;
    color: #865147;
    margin: 0 0 20px;
  }

  .selected_fix {
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
  }

  .navbar-brand .dk {
    display: none;
  }

  .navbar-brand .mo {
    display: block;
  }

  .authorised_row {
    padding: 15px 0;
    text-align: center;
    display: none;
  }

  .authorised {
    float: inherit;
    max-width: 100%;
    margin-left: 10px;
    height: 40px;
    display: inline-block;
  }

  .authorised img {
    width: 100%;
    height: 100%;
  }

  .member_row {
    padding: 40px 0;
    min-height: inherit;
  }

  .member_table_d {
    display: block;
    min-height: 500px;
  }

  .member_table_m {
    display: none;
  }

  .login_form .form-check-label {
    margin: 0px 0 0 20px;
  }

  .member_row .form-group {
    padding-bottom: 10px;
  }

  .carousel_text {
    background-color: #055cad;
    padding: 15px 30px 80px;
    color: #fff;
    height: auto;
    opacity: 0.875;
  }

  .member_table_d {
    display: none;
  }

  .member_table_m {
    display: block;
  }

  .nav-link {
    display: block;
    padding: 0.3rem;
  }

  .member_tab .nav-item .nav-link {
    font-size: 12px;
    font-weight: bold;
  }

  .member_tab .nav-tabs .nav-item {
    margin: 0;
  }

  .swiper1 {
    width: 90%;
    padding: 15px 0;
  }

  .swiper-button .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url(
      data:image/svg + xml;charset=utf-8,
      %3Csvg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20viewBox%3D"0%200%2027%2044"%3E%3Cpath%20d%3D"M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z"%20fill%3D"%23007aff"%2F%3E%3C%2Fsvg%3E
    );
    right: 5px;
    left: auto;
  }

  .swiper-button .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url(
      data:image/svg + xml;charset=utf-8,
      %3Csvg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20viewBox%3D"0%200%2027%2044"%3E%3Cpath%20d%3D"M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z"%20fill%3D"%23007aff"%2F%3E%3C%2Fsvg%3E
    );
    left: 5px;
    right: auto;
  }

  .col-form-title {
    color: #055cad;
    /* background-color: #055CAD; */
    display: inline-block;
    padding: 0px 8px;
    /* width: 65%; */
    text-align: center;
    margin: 10px 0;
    border-left: 3px solid #055cad;
  }

  .form-check_1 {
    padding-top: 0;
  }

  .form-check_2 {
    padding-top: 0;
  }

  .carousel_wrapper h2 {
    background-color: #055cad;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    margin: 0 0 5px;
    font-size: 25px;
  }

  .carousel_text p {
    text-align: center;
    line-height: 1.5;
    font-size: 15px;
  }

  .carousel_text h3 {
    text-align: center;
    padding: 15px 0;
    margin: 0;
    font-size: 21px;
  }

  .carousel_bg img {
    width: 100%;
    display: block;
  }

  .carousel_bg {
    position: relative;
    width: 100%;
    height: initial;
    top: initial;
    left: initial;
    z-index: initial;
  }

  .mo_m {
    display: inline-block;
  }

  .mo_d {
    display: none;
  }

  .problem_left {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    width: 100%;
  }

  .problem_left img {
    display: block;
    width: 100%;
  }

  .container_custom {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 15px;
  }

  .signup_bg {
    padding: 0;
    position: relative;
  }

  .signup_row {
    padding: 15px;
    min-height: 200px;
  }

  .signup_bg:before {
    width: 100%;
    content: " ";
    height: 100px;
    background-color: #ebebeb;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }

  .news_breadcrumb {
    padding: 20px 0;
  }

  .news_page_tag {
    display: inline-block;
    vertical-align: super;
    background-color: #424243;
    color: #fff;
    padding: 5px 15px;
    margin: 10px 0;
  }

  .news_page_data {
    display: inline-block;
    vertical-align: super;
    padding: 0 10px;
    color: #055cad;
    font-size: 16px;
    margin: 10px 0;
  }

  .news_page_title {
    max-width: 750px;
    display: inline-block;
    background-color: #055cad;
    padding: 15px;
    margin: 10px 0;
  }

  .news_page_top:after {
    content: " ";
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    height: 10px;
    left: 0;
    z-index: -1;
  }

  .news_edit {
    background-color: #fff;
    padding: 15px;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgb(238, 238, 238);
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
  }

  .member_form {
    padding: 20px;
    border: 1px solid #ebebeb;
  }

  .member_form .col-form-label {
    text-align: left;
  }

  .signup_group a {
    width: 200px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 10px auto;
    background-color: #055cad;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
  }

  .signup_form .form-group {
    margin-bottom: 0;
  }

  .form-group {
    margin-bottom: 0;
  }

  .signup_form {
    padding: 20px;
    border: #ebebeb 1px solid;
    background-color: #fff;
  }

  .selected_row {
    margin: 0 0 10px;
  }

  .signup_form label {
    text-align: left;
  }

  .login_btn a {
    width: 200px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 40px auto 0;
    background-color: #055cad;
    display: block;
    font-size: 18px;
    cursor: pointer;
  }

  .login_right_content h3 {
    font-size: 40px;
    text-align: center;
    padding: 0 0 20px;
  }

  .login_right_content {
    padding: 20px 0;
    margin: 0 auto;
    max-width: 750px;
  }

  .login_left_content {
    padding: 30px 15px;
    margin: 0 auto;
    max-width: 750px;
  }

  .login_left_content h3 {
    font-size: 25px;
    color: #fff;
    padding: 10px 0px;
    background-color: #424243;
    width: 200px;
    text-align: center;
    margin: 0 auto 30px;
  }

  .qa_item_icon {
    position: absolute;
    right: 1%;
    top: 15px;
    /* transform: translateY(-50%); */
  }

  .qa_item_tag {
    display: block;
    background-color: #424243;
    color: #fff;
    padding: 5px 15px;
    margin: 0 0 15px;
    width: 110px;
  }

  .contact_info {
    color: #424243;
    font-size: 16px;
    line-height: 1.8;
  }

  .contact_right_text {
    padding: 40px 0 0;
  }

  .contact_left .form-group .col-form-label {
    text-align: left;
  }

  .contact_row {
    padding: 20px 0;
  }

  .news_next {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: none;
  }

  .news-item_line {
    border-bottom: 1px solid #d9d8d5;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }

  .news-item_content {
    padding: 10px 0;
    min-height: 160px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }

  .news-item_img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }

  .footer_text p {
    color: #fff;
    font-size: 16px;
    margin: 0;
  }

  .footer_logo {
    display: block;
    text-align: center;
    padding: 10px 0;
  }

  .index_product_row {
    padding: 0 0 20px;
  }

  .index_product {
    margin: 0 0 20px;
  }

  .problem_more {
    font-size: 16px;
    padding: 10px;
    color: #fff;
    background-color: #055cad;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    right: initial;
    top: initial;
    transform: inherit;
    margin: 10px auto;
    display: block;
    text-align: center;
  }

  .owl_box {
    padding: 0px 0;
    position: relative;
  }

  .title {
    text-align: center;
    color: #424243;
    padding: 20px 0;
    font-size: 40px;
    margin: 0;
  }

  .owl-next i {
    font-size: 70px;
    color: rgb(0 0 0 / 40%);
  }

  .owl-prev i {
    font-size: 70px;
    color: rgb(0 0 0 / 40%);
  }

  .owl-next {
    outline: none;
    right: 5px;
    transform: translateY(-50%);
    top: 50%;
  }

  .owl-prev {
    outline: none;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel_text {
    background-color: #055cad;
    padding: 15px 10px 40px;
    color: #fff;
  }

  .carousel_wrapper {
    height: auto;
    width: 100%;
    margin: 0;
  }

  .navbar-brand {
    width: 270px;
    padding: 0;
  }

  .navbar-brand img {
    width: 100%;
  }

  .footer_indent {
    text-indent: -4.5em;
    padding: 0 0 0 4.5em;
  }

  .sales_big_title {
    text-align: center;
    position: relative;
    padding: 50px 0 10px;
    margin: 0 0 30px;
    font-weight: bold;
    color: #fff;
    font-size: 35px;
  }

  .sales_btn_row {
    text-align: center;
    padding: 15px 0;
  }

  .sales_big_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 172px;
    height: 3px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(225, 172, 99, 0)),
      color-stop(18.60465%, #e1ac63),
      color-stop(50%, #e1ac63),
      color-stop(81.39535%, #e1ac63),
      to(rgba(225, 172, 99, 0))
    );
    background: linear-gradient(
      to right,
      rgba(225, 172, 99, 0),
      #e1ac63 18.60465%,
      #e1ac63 50%,
      #e1ac63 81.39535%,
      rgba(225, 172, 99, 0) 100%
    );
  }
}

@media (max-width: 560px) {
  .member_table table th {
    background-color: #ececec;
    text-align: left;
    width: 40%;
  }

  .member_table table td {
    text-align: left;
    width: 60%;
  }

  .member_table_2 table th {
    background-color: #ececec;
    text-align: left;
    width: 40%;
  }

  .member_table_2 table td {
    text-align: left;
    width: 60%;
  }

  .questionnaire_form_title {
    text-align: center;
    font-size: 20px;
  }

  .questionnaire_form {
    margin: 0 0 20px;
  }

  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #055cad;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease 0s;
    border-radius: 100%;
  }

  .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }

  .carousel_custom {
    width: 100%;
    padding: 15px;
  }

  .navbar-brand {
    width: 270px;
  }

  .rating-stars .rating-stars-container {
    font-size: 0px;
    text-align: left;
  }

  .fault_row {
    padding: 30px 0 0;
    word-spacing: -5px;
  }

  .fault_add {
    border-radius: 5px;

    cursor: pointer;
    margin: 0 0px 10px;
    display: inline-block;
    width: 50%;
  }

  .maintain_add {
    border-radius: 5px;

    cursor: pointer;
    margin: 0 0px 10px;
    display: inline-block;
    width: 50%;
  }

  .member_container {
    margin: 20px 0 0;
  }

  .questionnaire_sub {
    font-size: 20px;
    text-align: left;
  }

  .questionnaire_row {
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
    margin: 0 0 40px;
  }

  .rating-stars .rating-stars-container .rating-star {
    display: inline-block;
    font-size: 30px;
    color: #555555;
    cursor: pointer;
    padding: 5px 5px;
  }

  .questionnaire_title {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
  }

  .navbar-brand .logo {
    width: 270px;
  }

  .sales_big_title {
    text-align: center;
    position: relative;
    padding: 50px 0 10px;
    margin: 0 0 30px;
    font-weight: bold;
  }

  .sales_btn_row {
    text-align: center;
    padding: 15px 0;
  }

  .sales_item p {
    font-size: 18px;
    color: #58514a;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 85px 15px 0;
  }
}

@media (max-width: 389px) {
  .authorised_row {
    padding: 15px 0;
    text-align: left;
  }

  .authorised {
    float: inherit;
    max-width: 100%;
    margin-left: 0;
    height: 30px;
    display: inline-block;
  }
}
