/* 20200206 weiling v.1 */
/*======================= 共用 ======================= */
.btn-pink {
  color: #fff;
  background-color: #ff6565;
  border-color: #ff6565;
}

.btn-pink:hover {
  color: #fff;
  background-color: #fd4c4c;
  border-color: #fd4c4c;
}

.btn-pink:focus,
.btn-pink.focus {
  box-shadow: none;
}

.btn-pink.disabled,
.btn-pink:disabled {
  color: #fff;
  background-color: #ff6565;
  border-color: #ff6565;
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show>.btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #ff6565;
  border-color: #fd5b5b;
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show>.btn-pink.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-pink:hover {
  color: #fff;
  background-color: #fd4c4c;
  border-color: #fd4c4c;
}

/*======================= 共用 ======================= */

/*======================= details ======================= */
/* icon圖 */
.row.rowXsMargin .homeIconList {
  background: #0088cc;
}

.row.rowXsMargin .homeIconList img {
  width: auto;
  max-height: 280px;
  height: auto;
}

.homeIconList .col-5 p {
  line-height: 2rem;
}

.homeIconList .col-5 p span {
  display: block;
}

/* 步驟文字 */
p.stepStyle {
  font-size: 27px;

}

.row.rowXsMargin {
  margin-right: 0;
  margin-left: 0;
}

.rowXsMargin .col-7,
.rowXsMargin .col-5,
.rowXsMargin .col-10,
.rowXsMargin .col-12 {
  padding-right: .2rem;
  padding-left: .2rem;

}

/* 步驟 a 文字連結 */
.rowXsMargin .popStyleR a,
.rowXsMargin .popStyleL a {
  color: #2178ec;
  border-bottom: solid 1px #2178ec;
}

.rowXsMargin .popStyleR a:hover,
.rowXsMargin .popStyleL a:hover {
  color: #fff;
  background: #2178ec;

}

.rowXsMargin .popStyleR span,
.rowXsMargin .popStyleL span {
  color: #ff0000;
  font-weight: 700;

}

.popStyleL {
  /* margin-top: 1rem; */
  padding-left: 1rem;
}

.popStyleL ul,
.popStyleR ul,
ul.heading-p {
  list-style-position: outside;
  list-style-type: decimal;
}

.popStyleL ul li,
.popStyleR ul li,
ul.heading-p li {
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: #636363;
  border-bottom: 2px dotted #88abda;
}

.popStyleL ul li:nth-last-child(1),
.popStyleR ul li:nth-last-child(1) {
  margin-bottom: 0;
  border: none;
}

ul.heading-p li {
  margin-bottom: 0;
  border: none;
  padding-bottom: .5rem;
  padding-top: 0;
}

ul.heading-p {
  font-size: 16px;
  font-weight: 400;
}


/* thanks  */
.tksStyle p {
  font-size: 22px;
  font-weight: bold;
  color: #000;

}

.tksStyle a {
  color: #2178ec;
  border-bottom: solid 1px #2178ec;

}

.tksStyle a:hover {
  color: #fff;
  background: #2178ec;

}

.header-video .inner h2 {
  font-size: 24px !important;
  font-weight: normal !important;
  color: #000 !important;
  text-shadow: 0 0 0.2em #ffffff, 0 0 0.2em #ffffff, 0 0 0.2em #ffffff !important;
}

/* 氣泡框 */

/* FAQnew-text */
.FAQnew-text .popStyleL,
.FAQnew-text .popStyleR {
  position: relative;
  width: 100% !important;
  border: 5px solid #88abda;
  border-radius: 25px;
  padding: 20px 30px 20px 45px;
  background: #fff;
  display: block;

}

.FAQnew-text .popStyleL::before,
.FAQnew-text .popStyleR::before {
  content: '';
  position: absolute;
  /* right: 50%; */
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent;
  margin-bottom: -8px;
  border-bottom-width: 33px;
  border-bottom-color: currentColor;
  color: #88abda;
  left: 50%;
  transform: translateX(-50%);
  top: -53px;
}

.FAQnew-text .popStyleL::after,
.FAQnew-text .popStyleR::after {
  content: '';
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent;
  margin-bottom: -8px;
  border-bottom-width: 33px;
  border-bottom-color: currentColor;
  color: #fff;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
}

/* .FAQnew-text .col-12 .col-12 {
  margin-top: 1rem;
} */

.FAQnew-text .homeIconList .listContnet {
  font-size: 27px;
}

.FAQnew-text .homeIconList .listContnet+img {
  width: 80%;
}


/* header text */
@media only screen and (max-width: 768px) {
  .header-video .inner h1 {
    font-size: 2.5em !important;
    margin: 0;
  }

  .header-video .inner h2 {
    font-size: 1.2rem !important;
  }
}


@media(min-width: 768px) {

  /* 步驟文字 */
  /* .row.rowXsMargin {
    margin-right: -15px;
    margin-left: -15px;
  } */

  .rowXsMargin .col-8,
  .rowXsMargin .col-4,
  .rowXsMargin .col-10 {
    padding-right: 15px;
    padding-left: 15px;

  }

  /* 氣泡框 left */

  .FAQnew-text .popStyleL::before {
    content: '';
    position: absolute;
    right: 100%;
    width: 0;
    height: 0;
    border-width: 16px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: -8px;
    border-right-width: 36px;
    border-right-color: currentColor;
    color: #88abda;
    top: 0;
    bottom: 0;
    margin: auto -52px;
    left: 0;
    transform: translateX(0);
  }

  .FAQnew-text .popStyleL::after {
    content: '';
    position: absolute;
    right: 100%;
    width: 0;
    height: 0;
    border-width: 14px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: -8px;
    border-right-width: 30px;
    border-right-color: currentColor;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto -37px;
    left: 0;
    transform: translateX(0);
  }

  /* 氣泡框 Right */
  .FAQnew-text .popStyleR {
    display: block;
    width: 100% !important;
    position: relative;
    border: 5px solid #88abda;
    border-radius: 25px;
    padding: 20px 30px;
    background: #fff;

  }


  .FAQnew-text .popStyleR::before {
    content: '';
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: -8px;
    border-left-width: 44px;
    border-left-color: currentColor;
    color: #88abda;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
    transform: translateX(0);
  }

  .FAQnew-text .popStyleR::after {
    content: '';
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-width: 14px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: -8px;
    border-left-width: 30px;
    border-left-color: currentColor;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
    transform: translateX(0);
  }
}

/* @media only screen and (max-width: 353px) {
  p.stepStyle {
    font-size: 22px !important;
  }

} */

/*======================= end details ======================= */

/*======================= winnner ======================= */
/* 標題紅色 */
.homeIconList h2 span {
  color: red;
}

/* 文字超過1行隱藏 */
.year-Winner-text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.winnerBlock .year-Winner {
  margin-top: 2rem;

}

/* page number */
.page-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-link {
  position: relative;
  margin: 0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  margin-left: -1px;
  line-height: 1.25;
  color: #636363;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;

}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ff6565;
  border-color: #ff6565;
  border-radius: 50%;

  cursor: default;
}

.page-link:hover {
  color: #ff6565;
  text-decoration: none;
  background-color: #f3cdcd;
  /* border-color: #dee2e6; */
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.page-item:first-child a.page-link {
  margin-left: 0.4rem;
  border-radius: 50%;
}

.page-item:last-child .page-link {
  border-radius: 50%;
}

a.page-link:hover {
  color: #ff6565;
  text-decoration: none;
  background-color: #f3cdcd;
  border-color: #dee2e6;
}

.PagePageBlock .form-control {
  display: block;
  font-size: 1rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ff6565;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.btn {
  margin-top: 0;
  padding: .3rem;
}

.btnPageMore {

  width: 2.5rem;
  height: 2.4rem;

}

.pagination {
  display: inline-block;
}

.pagination li {
  display: inline-block;
}

.PagePageBlock {
  display: inline-block;
}

/*======================= end winnner ======================= */
/*======================= news ======================= */
/*---------- 麵包削 -----------*/
div#crumbs {
  padding-top: 15px;
}

#crumbs ul {
  list-style: none;
  display: inline-table;
}

#crumbs ul li {
  display: inline;
}

li.ceumbs-01 a {
  background: #ff6565 !important;
  color: #fff !important;
}

li.ceumbs-01 a:after {
  content: "";
  border-left: 15px solid #ff6565 !important;
}

#crumbs ul li a {
  display: block;
  float: left;
  height: 30px;
  background: #F3F5FA;
  text-align: center;
  padding: 4px 5px 0 36px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 17px;
  text-decoration: none;
  color: #8093A7;
}

#crumbs ul li a:after {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #F3F5FA;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 1;
}

#crumbs ul li a:before {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

#crumbs ul li:first-child a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#crumbs ul li:first-child a:before {
  display: none;
}

#crumbs ul li:last-child a {
  padding-right: 24px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#crumbs ul li:last-child a:after {
  display: none;
}

#crumbs ul li a:hover {
  background: #ff6565;
  color: #fff;
}

#crumbs ul li a:hover:after {
  border-left-color: #ff6565;
  color: #fff;
}

/*---------- 麵包削 -----------*/

/* btn */
.btnBack {
  width: 6.3em;
  height: 30px;
  line-height: 2rem;
  color: white;
  font-weight: bold;

}

.btnBack:hover {
  color: white;
}

.btnBack img {
  /* max-width: 2rem; */
  max-width: 1.2rem;
}

/* btn */

.newsBlock {
  margin-top: 5rem;
}

/*======================= end news ======================= */
@media only screen and (max-width: 767px) {
  .newsInfo {
    text-align: left;
    width: 100%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    display: block;
    /* -webkit-line-clamp: 1; */

  }
}

.newsInfo img {
  margin-right: .8rem !important;
}

.newsTime img {
  width: 1.2rem;

}

.FQA-problem .question {
  padding: 10px 40px 10px 0;
}

.newsTime .newsAuthor {
  margin-left: 10px;
  font-weight: bold;
}

.listImg {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;

}

.listImg img {
  width: 50px;
}

.newsText.latest-news-text p {
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 768px) {
  .winnerBlock .year-Winner {
    margin-top: .5rem;

  }
}

@media only screen and (min-width: 769px) {
  .newsText.latest-news-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .listImg {
    width: 70%;
  }
  .newsInfo {
    text-align: left;
    width: 495px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    display: block;
    /* -webkit-line-clamp: 1; */
  }
}

.listImg+.newsTime {
  font-size: .8rem;
  display: flex;
  justify-content: left;
  align-items: center;
}

section.noteSect,
section.remark {
  padding-top: 3rem;
  padding-bottom: 2rem;

}

/* 注意事項 */
.noteSect {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.noteSect .row {
  margin-right: 0;
  margin-left: 0;
}

.noteSect .row ul {
  padding-left: .5rem;
}

/* 備註 */
.remarkSect {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.remarkSect .row {
  margin-right: 0;
  margin-left: 0;
}

.remarkSect .row ul {
  padding-left: .5rem;
}

@media (min-width:992px){
  .FAQnew-text .homeIconList .listContnet+img {
    width: 70%;
  }
}


@media (min-width:1200px){
  .FAQnew-text .homeIconList .listContnet+img {
    width: 50%;
  }
}