/*----------文字顏色-----------*/
.red-1111 {
  color: #e60012;
}

.yellow {
  color: #ffff00;
}

.e91e63 {
  color: #e91e63;
}

.a00bcd4 {
  color: #00bcd4;
}

.bdbdbd {
  color: #bdbdbd;
}

.marker {
  color: #ff6565;
}

/*----------文字顏色-----------*/

/*----------背景顏色-----------*/
.bg-ffefef {
  background: #ffefef !important;
}

.bg-ff1244 {
  background: #ff1244 !important;
}

.bg-47 {
  background: #47843e !important;
}

.bg-dfe7f3 {
  background: #c9e9e8;
}
/* .bg-f7f7f7 {
  background: #f7f7f7;
} */
.bg-f7f7f7 {
  background: #f7f7f7;
}


.bg-mainColor {
  /* background: #fff5d4; */
  background: #f1f1f1;

}

/*----------背景顏色-----------*/

/*----------標題字-----------*/
.heading {
  font-size: 27px;
  font-weight: bold;
}

.heading-p {
  color: #000;
  padding: 10px 0;
}

.heading-text {
  font-size: 1.5rem;
}

/*----------標題字-----------*/
/*----------  HR  -----------*/
.heading-hr-ff6565,
.heading-hr-mainColor {
  border-bottom: solid #4e4fcb;
  border-top: none;
  width: 120px;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}

.heading-hr-mainColor {
  border-bottom: solid #f67656;
  
}


.heading-hr-efa9a9 {
  border-bottom: solid 1px #efa9a9;
  border-top: none;
}

/*----------  HR  -----------*/
/*----------內文-----------*/
.Inner-text {
  font-size: 16px;
}

/*----------內文-----------*/

/*--------- 版頭header-video -----------*/
.header-video {
  position: relative;
  width: 100%;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-video video {
  width: 100%;
  height: 100%;
}

/*.header-video:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000000, #00000057);
    opacity: .6;
    z-index: 1;
  }*/

.header-video .inner {
  position: absolute;
  /* margin: 0 auto;
    padding: 0;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -35px;*/
  color: #fff;
  z-index: 2;
  text-align: center;
}

.header-video .inner h1 {
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 0.2em #f35238, 0 0 0.2em #f35238, 0 0 0.2em #f35238;
  font-size: 3em !important
  
}

.header-video .inner h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fb3030;
  text-shadow: 0 0 0.2em #ffffff, 0 0 0.2em #ffffff, 0 0 0.2em #ffffff;
}

.header-video .inner h3 {
  font-size: 30px;
  font-weight: 700;
  color: #353535;
}

.header-video .inner h1 i {
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

.text-poe {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 7px 30px;
  background: #fff;
  font-size: 1.3rem;
}

.text-poe span {
  color: #ff6565;
}

/*--------- 版頭header-video -----------*/

@media only screen and (max-width: 767px) {

  /*----------M板斷行-----------*/
  .dis-blo {
    display: block;
  }

  /*----------M板斷行-----------*/
}

@media only screen and (max-width: 640px) {

  /*----------  HR  -----------*/
  .heading-hr-ff6565 {
    padding-top: 0;
    margin-bottom: 10px;
  }

  /*----------  HR  -----------*/
  /*----------內文-----------*/
  .Inner-text {
    text-align: left;
  }

  /*----------內文-----------*/
}

label {
  display: inline-block;
  margin-bottom: .2rem !important;
  font-size: 14px;
  font-weight: 400;
  color: #636363;
}

@media (min-width:576px) {
  label {
   
    font-size: 16px;

  }
}

p.btnS1 a {
  border: 0;
}

/* 得獎報導 */
.reportSect {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.reportSect h2 {
  margin-bottom: 0;
}

.reportSect .card a:hover {
  color: #17a2b8;
}

.reportSect .owl-report .card {
  border: 0;
  margin-bottom: 10px;
  margin-top: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, .87);
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  overflow: unset;
  background: #c9e9e8;
}

.reportSect .owl-report {
  margin-top: 2rem;
}

.reportSect .owl-report .card-header {
  padding: 0;
  margin-top: -30px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 6px;
  z-index: 1;
  overflow: hidden;
  font-size: 20px;
  box-shadow: 0 7px 14px -7px rgba(0, 0, 0, .56);
  display: flex;
  justify-content: center;
  align-items: center;
}

.reportSect .owl-report .card-body {
  padding: .9375rem 2.5rem;
}

.reportSect .owl-report .card-body p {
  line-height: 1.3rem;
  font-size: 14px;
}

@media (min-width:768px) {
  .reportSect .owl-report .card-body p {
    line-height: 1.5rem;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.reportSect .owl-report .card-header img {
  border-radius: 6px;
}

.reportSect .owl-report .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  overflow: hidden;
  display: block;
  color: #232323;
  margin-bottom: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media(min-width:992px) {

  .reportSect .owl-carousel .owl-dots.disabled,
  .reportSect .owl-carousel .owl-nav i {
    display: none !important;

  }
}

.reportSect .btn {
  color: #17a2b8;
  background-color: #fff;
  border-color: #17a2b8;
  border: 2px solid #17a2b8;

}

.btn-infoBorder {
  color: #17a2b8;
  background-color: #fff;
  border-color: #17a2b8;
  border: 2px solid #17a2b8;
}

.btn-info:hover {
  color: #17a2b8;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #17a2b8;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #17a2b8;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* 歷年得主 section = winSect*/
.winSect {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.winSect h2 {
  margin-bottom: 0;
}

.winSect .row .col-12 {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .winSect .row .col-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

}

.winSect .owl-win.row {
  margin-right: 0;
  margin-left: 0;
}

.winSect .owl-win.row .col-12 {
  padding-right: 0;
  padding-left: 0;
}

.winSect .yearWinnerBox {
  margin: 10px 0;
}

.winSect .yearWinnerBox::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #fff;
  border-radius: 7px;
  /* border: solid 2px #4e4fcb; */
  z-index: -1;
  /* box-shadow: 0 16px 38px -12px rgba(0,0,0,.56) */
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.winSect .yearWinnerBox .winnerImg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 7px 14px -7px rgba(0, 0, 0, .56);
  background: #fff;
}

.winSect .yearWinnerBox .winnerTime {
  width: 100px;
  background: #ff8383;
  position: relative;
  margin: 0 auto;
}

.winSect .yearWinnerBox .winnerTime p {
  color: #fff;
}

.winSect .yearWinnerBox .winnerTime p::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0px 8px 12px 8px;
  border-color: #ff8383 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -12px;
  right: 42px;
}

.winSect .yearWinnerBox .winnerTime p::after {
  content: '';
  display: block;
  width: 30px;
  height: 19px;
  position: absolute;
  top: -13px;
  right: -10px;
  background: url(img/win.svg) no-repeat center center;
  transform: rotate(30deg);
  z-index: 2;
}

.winSect .yearWinnerBox .winnerInfo {
  padding: 20px 10px 20px 10px;
}

.winSect .yearWinnerBox .winnerInfo h4 {
  font-size: 20px;
  font-weight: bold;
  color: #232323;
}

.winSect .yearWinnerBox .winnerInfo p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  line-height: 1.5rem;
}

.winSect .yearWinnerBox .winnerInfo p+p {
  color: #000;
}

/* 注意事項 ; section = noteSect ; webPage = 活動規則 */
.noteSect {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.noteSect .row {
  margin-right: 0;
  margin-left: 0;
}

.noteSect .row ul {
  padding-left: .5rem;
}

.noteSect .row .col-12 ul li:nth-last-child(1) span {
  display: block;
}

/* 備註 ; section = remarkSect ; webPage = 活動規則  */
.remarkSect {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.remarkSect .row {
  margin-right: 0;
  margin-left: 0;
}

.remarkSect .row ul {
  padding-left: .5rem;
}

/* 報名現況 ; section = addUpSect ; webPage = 首頁 */
.addUpSect {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.addUpSect .col-6 {
  margin-top: 2rem;
}

.addUpSect .addUpBox {
  position: relative;
}

.addUpSect .addUpBox img {
  width: 100%;

}


.addUpSect .addUpBox p {
  position: absolute;
  font-size: 2.5rem;
  font-weight: bold;
  color: #4e4fcb;
  line-height: 1.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.addUpSect .addUpBox p span {
  display: block;
  margin-top: .4rem;
  padding-top: .7rem;
  font-size: .8rem;
  font-weight: bold;
  color: #636363;
  border-top: 1px solid #d8d8d8;
}

@media (min-width:768px) {
  .addUpSect .col-6 {
    margin-top: 3rem;
  }


  .addUpSect .addUpBox p {
    font-size: 3.5rem;

  }

  .addUpSect .addUpBox p span {

    font-size: 1.2rem;
  }
}

@media (min-width:992px) {
  .addUpSect .addUpBox img {
    width: 80%;

  }

  .addUpSect .addUpBox p {
    font-size: 4rem;

  }

  .addUpSect .addUpBox p span {

    font-size: 1.5rem;
  }
}

/* section = welfare */

.welfare .container .row:nth-child(2) {
  margin-right: 5px;
  margin-bottom: 1rem;
  margin-left: 5px;
}

.welfare .container .row:nth-child(2) .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.welfare .container .row:nth-child(2) .col-6:nth-child(3),
.welfare .container .row:nth-child(2) .col-6:nth-child(4) {
  margin-top: 10px;
}

.welfare .card {
  top: 0;
  transition: all 300ms cubic-bezier(0.34, 2, 0.6, 1);
  border-radius: 6px;
  border: unset;
  box-shadow: 0 7px 14px -7px rgba(0, 0, 0, .42);
}

.welfare .card:hover {
  transform: translateY(-7px);
  /* background-color: #498ae2; */
}

.welfare .card a {
  padding: 10px 10px;

}

.welfare .card .card-icon img {
  width: 35%;
  max-width: 60px;
}

.welfare .card .card-title {
  position: relative;
  margin-top: .2rem;
  margin-bottom: 0;
}

.welfare .card .card-title h4 {

  font-weight: bold;
  font-size: 16px;
  color: #17a2b8;
}

.welfare .card .card-title h4 {
  font-weight: bold;
  font-size: 16px;
  color: #17a2b8;
}

.welfare .card .card-title h4 span {
  display: block;
  text-decoration: underline;
  font-weight: unset;
  font-size: 14px;
}

.welfare .card a:hover .card-title h4 {
  color: #f67656;
}

.welfare .card .card-body {
  padding: 0
}

@media (min-width:768px) {

  .welfare .container .row:nth-child(2) {
    margin-top: 1rem;
  }

  .welfare .container .row:nth-child(2) .col-6:nth-child(3),
  .welfare .container .row:nth-child(2) .col-6:nth-child(4) {
    margin-top: 0;
  }

  .welfare .card a {
    padding: 30px 0;

  }

  .welfare .card .card-title h4 {
    font-size: 22px;
  }
}

@media (min-width:992px) {
  .welfare .card .card-title h4 {
    font-size: 25px;
  }
}

/* modal style */
/* .modal-dialog {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 15px;
  pointer-events: none;
} */

.modal-content {
  position: relative;
}

.modal-content .close {
  position: absolute;
  float: unset;
  top: -51px;
  right: 0;
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.modal-body {
  margin: auto;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  opacity: unset;
}

.close:focus {
  outline: unset;
  outline: unset;
}

@media(min-width:992px) {
  .modal-content .close {
    top: -41px;
    right: -37px;
  }

}

.aButton {
  letter-spacing: 2px;
  box-shadow: 0px 15px 30px -7px #ff97ad;
  background: linear-gradient(to bottom, #f82d5b 5%, #ff7591 100%);
  background-color: #f82d5b;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 32px;
  text-decoration: none !important;
  text-shadow: 0px 1px 0px #f56443 !important;
}

.aButton:hover {
  background: linear-gradient(to bottom, #ff7591 5%, #f82d5b 100%);
  background-color: #ff7591;
}

.aButton:active {
  position: relative;
  top: 1px;
}

.bButton {
  letter-spacing: 2px;
  background: linear-gradient(to bottom, #f82d5b 5%, #ff7591 100%);
  background-color: #f82d5b;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 32px;
  text-decoration: none !important;
  text-shadow: 0px 1px 0px #f56443 !important;
}

.bButton:hover {
  background: linear-gradient(to bottom, #ff7591 5%, #f82d5b 100%);
  background-color: #ff7591;
}

.bButton:active {
  position: relative;
  top: 1px;
}

/* index .detailsTimes */

.detailsTimes {
  padding-bottom: 10rem;
}

.detailsTimes .row:nth-child(2) {
  margin-right: -5px;
  margin-left: -5px;
}

.detailsTimes .row:nth-child(2) .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.detailsTimes .timeBox {
  margin-bottom: .5rem;

}

.detailsTimes .card {
  top: 0;
  border-radius: 6px;
  /* box-shadow: 0 1px 14px -7px rgba(0, 0, 0, .42); */
  box-shadow: 0 7px 40px -14px rgba(0, 0, 0, 0.37);
  border: none;
}

.detailsTimes h2 {
  font-size: 1.1rem;
}

/* .detailsTimes h2 span:nth-child(1) {
  background: #239bb7;
  padding: 4px;
  color: #fff;
} */

.detailsTimes h2 img {
  width: 6%;
  margin: -.2rem .2rem 0;
}

.detailsTimes h2 b {
  display: block;
  
}
.detailsTimes h2 b:nth-child(3) {
  font-size: .8rem;
  margin-top: .4rem;
  
}

@media (min-width:375px) {
  .detailsTimes h2 img {

    margin: -.3rem .2rem 0;
  }
}

@media (min-width:425px) {
  .detailsTimes h2 img {
    margin: -.4rem .2rem 0;
  }
  .detailsTimes h2 b:nth-child(1),
  .detailsTimes h2 b:nth-child(2) {
    display: inline-block;
  }
  .detailsTimes h2 b:nth-child(3) {
    font-size: 18px;
    margin-top: 0;
    
  }
}

.detailsTimes .card .timeBox b,
.detailsTimes .card .timeBox span,
.detailsTimes .card .timeBox em {
  display: block;
  color: #636363;
  text-decoration: none;
  font-size: 1rem;
  font-style: normal;
}

.detailsTimes .card .timeBox b {
  color: #4e4fcb;
}

.detailsTimes .card .timeBox span {
  display: block;
}


.detailsTimes .timeBox em+span {
  transform: rotate(90deg);
}

.detailsTimes .card-body {
  padding: 1.25rem 0;
}

.detailsTimes .card-body a.more {
  font-size: 1rem;
  padding: 5px 15px;
}

@media (min-width:425px) {
  .detailsTimes h2 {
    font-size: 20px;
  }

  .detailsTimes .timeBox {
    padding: 0 0 .7rem 0
  }

  .detailsTimes .card .timeBox span,
  .detailsTimes .card .timeBox em {
    display: inline-block;
  }

  .detailsTimes .card .timeBox b,
  .detailsTimes .card .timeBox span,
  .detailsTimes .card .timeBox em {
    font-size: 1.1rem;
  }

  .detailsTimes .timeBox em+span {
    transform: rotate(0deg);
  }

  .detailsTimes .card-body a.more {
    font-size: 1.1rem;
    padding: 7px 20px;
  }

}

@media (min-width:768px) {

  .detailsTimes .row:nth-child(2) {
    margin-right: 15px;
    margin-left: 15px;
  }

  .detailsTimes .row:nth-child(2) .col-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .detailsTimes .card {
    margin-top: 3rem;
  }
}

@media (min-width:992px) {
  .detailsTimes .card {
    padding: 1.7rem
  }

  .detailsTimes .card .timeBox b {
    display: inline-block;
    padding-right: .4rem;
  }

  .detailsTimes .card .timeBox b,
  .detailsTimes .card .timeBox span,
  .detailsTimes .card .timeBox em {
    font-size: 18px;
  }

  .detailsTimes .card-body a.more {
    padding: 10px 30px;
    font-size: 20px;
  }

  .detailsTimes .timeBox {
    padding: 0 0 1.4rem 0
  }
  .detailsTimes h2 {
    font-size: 25px;
}

.detailsTimes h2 b:nth-child(3) {
  font-size: 20px;
  margin-top: 0;
  
}

}