@charset "UTF-8";

/* theme deep blue #24264C */
/* montain back #24264c */  
/* high light yellow #ffde4d */
/* pink link #ff61dd */
/* footer bg blue #2286C2 */

:root {
  
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

/* layout */
* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  position: relative;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "å¾®è»Ÿæ­£é»‘é«”", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-size: 16px;
  font-weight: 400;
  color: #24264C;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #24264C;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  body {
    min-height: 100%;
    background-color: #ffffff;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-weight: 700;
}
h1,
h2,
h3 {
  line-height: 1.6;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
  font-weight: 600;
}

h6 {
  font-size: 22px;
  font-weight: 600;
}
strong {
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
}

p:last-child {
  margin-bottom: 0px;
}

small {
  font-weight: 400;
}

ul {
  list-style: none;
  line-height: 1.9;
  font-size: 16px;
}

.ol {
  padding-left: 1.5em;
}

.ul {
  padding-left: 18px;
  position: relative;
}

.ul li {
  position: relative;
}

.ul li:before {
  content: "â€¢";
  position: absolute;
  font-size: 20px;
  left: -1rem;
  line-height: 1.6;
  color: #4B3F72;
}

a {
  transition: all 0.3s ease;
  color: var(--theme500);
}

a:focus,
a:hover {
  color: var(--theme700);
  text-decoration: none;
}

button,
.btn {
  color: #4B3F72;
  text-decoration: none;
  margin: 20px 0;
  font-size: 20px;
  font-weight: bolder;
  transform: translateY(0);
  transition: all 0.3s ease;
}

button:focus,
button:hover,
.btn:focus,
.btn:hover {
  color: #4B3F72;
  transform: translateY(3px);
}


section,
header,
nav,
footer {
  position: relative;
}

section {
  padding: 3% 0% 3% 0%;
  margin: 0;
}

section .ul li,
section .ol li {
  margin-bottom: 0.3rem;
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 10px 0;
    font-weight: 500;
  }
  h1,
  h2,
  h3 {
    /* line-height: 1.6; */
  }

  h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 28px;
    margin: 1%;
  }

  h3 {
    font-size: 24px;
    margin: 1%;
  }

  h4 {
    font-size: 20px;
    margin: 1%;
  }

  h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 1%;
  }

  h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 1%;
  }

  p {
    font-size: 15px;
    line-height: 1.6;
  }
  p:last-child {
    margin-bottom: 0px;
  }

  strong {
    font-weight: 700;
  }

  small {
    font-weight: 400;
  }

  ul {
    list-style: none;
    line-height: 1.9;
  }

  .ol {
    padding-left: 1.5em;
  }

  .ul {
    padding-left: 18px;
    position: relative;
  }

  .ul li {
    position: relative;
  }

  .ul li:before {
    content: "â€¢";
    position: absolute;
    font-size: 20px;
    left: -1rem;
    line-height: 1.6;
    color: #4B3F72;
  }

  a {
    transition: all 0.3s ease;
    color: var(--theme500);
  }

  a:focus,
  a:hover {
    color: var(--theme700);
    text-decoration: none;
  }

  button,
  .btn {
    color: #4B3F72;
    text-decoration: none;
    margin: 20px 0;
    font-size: 20px;
    font-weight: bolder;
    transform: translateY(0);
    transition: all 0.3s ease;
  }

  button:focus,
  button:hover,
  .btn:focus,
  .btn:hover {
    color: #4B3F72;
    transform: translateY(3px);
  }


  section,
  header,
  nav,
  footer {
    position: relative;
  }
  section {
    padding: 60px 0 30px 0;
  }

  section .ul li,
  section .ol li {
    
  }
}
/* layout */


/* 共用 utilities for event 宣傳頁 */
.title {
  font-weight: 900;
  font-size: 2.5rem;
  text-align: center;
  margin: 1rem 0 1.5rem;
}

.highlight {
  color: #9d5a1e;
}

.desc {
  font-size: 18px;
}

.text-note {
  color: #676767;
}

.text-blue {
  color: #38618F
}

.gotop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background-color: #ffffff;
  border: 2px solid;
  border-radius: 50%;
  opacity: 0.6;
  z-index: 999;
  transition: all 0.3s ease;
}

.gotop:hover {
  opacity: 1;
}

@media (max-width: 767px) {

  .title {
    font-weight: 500;
    font-size: 2rem;
    margin: 1rem 0 1.5rem;
  }
  
  .highlight {
  }
  
  .desc {
    font-size: 17px;
  }
  
  .text-note {
  }
  
  .text-blue {
  }
  
  .gotop {
  }
  
  .gotop:hover {
  }
}

/* 共用 utilities for event 宣傳頁 */




/* kv */
header.mastkv {
  width: 100%;
  min-height: 45vh;
  padding: 2rem 1rem 0;
  background-image: url("../img/kv_bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 0;
  margin-top: 60px;
}

.mastkv_front {
  position: relative;
  bottom: 0;
  right: 0;
  padding: 0;
}
.mastkv_front img {
  width: 100%;
}

header.mastkv img {
  width: 100%;
}

.mastkv_main {
  position: relative;
}
.mastkv_txtbox {
  padding: 5vh 15px 0;
  position: absolute;
}
.mastkv_txt_logo {
  color: #24264C;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.3;
  margin-left: -20px;
}

.mastkv_txt_logo .kv_logo {
  padding: 10px 15px;
}
.mastkv_txt_logo .kv_logo .kv_logo_img {
  width: 100%;
  max-width: 500px;
}

.mastkv_txt_date {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
}
.mastkv_txt_date .date_signup {
  position: relative;
  padding-right: 20px;
}
.mastkv_txt_date .date_signup span {
  color: #d95e00;
  position: relative;
}
.mastkv_txt_date .date_signup span::before {
  content: 'HOT';
  position: absolute;
  text-align: center;
  font-size: 15px;
  width: 50px;
  left: -35px;
  transform: translate(-50%,-50%);
  background-color: #FF0000;
  color: #fff;
  border-radius: 20px;
  padding: 3px 10px 3px;
}
.mastkv_txt_date .date_signup span::after {
  content: '';
  position: absolute;
  top: 12px;
  left: -20px;
  transform: rotate(45deg);
  border-width: 0px;
  border-radius: 0px;
  border: 5px solid transparent;
  border-left: 10px solid #FF0000;

}
.mastkv_txt_date .date_start span {
  color: #c60000;
}

.mastkv_txt_slogan {
  text-shadow: 0 0 3px #fff;
}
.mastkv_txt_slogan  {
  font-weight: 500;
  font-size: 40px;
}

.slogan {
  font-weight: 900;
  font-size: 40px;
}

.mastkv_txt_slogan .desc {
  font-size: 18px;
  text-align: justify;
  font-weight: 700;
}


@media (min-width: 1920px) {
  /* header.mastkv {
    min-height: 95vh;
  } */
}
@media (max-width: 992px) {
  header.mastkv {
    margin-top: 0;
  }
  
  .mastkv_front {
    margin-top: -30%;
  }
  .mastkv_front img {
  }
  header.mastkv img {
  }

  .mastkv_txtbox {
    padding: 2% 15px 8%;
    position: relative;
    text-align: center;
    filter: drop-shadow(1px 1px 2px #fff);
  }
  .mastkv_txt_logo {
    font-size: 30px;
  }
  .mastkv_txt_logo .kv_logo span {
    font-size: 56px;
  }
  .mastkv_txt_date {
    justify-content: center;
  }
  .mastkv_txt_date .date_signup {
    padding-right: 10px;
  }
  .mastkv_txt_date .date_signup span {
  }
  .mastkv_txt_date .date_signup span::before {
    font-size: 15px;
    width: 50px;
    left: -35px;
    transform: translate(-50%,-50%);
    padding: 3px 10px 3px;
  }
  .mastkv_txt_date .date_signup span::after {
    top: 12px;
    left: -20px;
    transform: rotate(45deg);
    border: 5px solid transparent;
    border-left: 10px solid #FF0000;
  
  }
  .mastkv_txt_date .date_start span {
    color: #c60000;
  }

  .mastkv_txt_slogan {
    
  }
  .mastkv_txt_slogan .slogan {
    font-weight: 700;
    font-size: 24px;
    margin: 3% 0;
  }
  .mastkv_txt_slogan .desc {}
} /* @media (max-width: 992px) {*/

/* kv */





/* forword */
.section-forword {
  position: relative;
  background-color: #24264c;
  color: #fff;
}

.forword {}

.forword .title {
  margin: 0.6rem 0 1.5rem;
  line-height: 1.4;
}
.forword .desc {
}

.forword-list {
  font-size: 18px;
}
.forword-list li {
  margin-bottom: 1.5rem;
  display: inline-block;
}
.forword-list li .head {
  line-height: 1;
  margin-right: 1rem;
  margin: 5px 0;
}
.forword-list li label {}
.forword-list li time {
  color:#ffde4d;
  letter-spacing: 3px;
}
.forword-list li small {

}
.forword-list li a {
  color: #ff61dd;
}
.forword-list li strong {
  background-color: #0F8E96;
  border: 4px solid #000000;
  padding: 8px 10px;
  color: #fff;
  margin-right: 10px;
  float: left;
}
.forword-list > li ul li {
  margin-bottom: 1rem;
  vertical-align: text-top;
  line-height: 1.6;
}





/* 先鋒鐵人 */
.section-reserve {
  position: relative;
  background: linear-gradient(180deg, #4e9b1e 0%, #001475 90%);
  min-height: 500px;
  color: #fff;
}

.section-reserve .reserve-txtbox {}
.section-reserve .reserve-txtbox .ul,.section-reserve .reserve-txtbox .ul li::before {
  color: #ffde4d;
}
.section-reserve .reserve-txtbox .btn-linear {
  background: linear-gradient(96.58deg, #FF6B00 20%, #FF5592 70%);
  color: #fff;
  padding: 8px 50px;
  border-radius: 10px;
}

.section-reserve .reserve-imgbox {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}






/* 2021鐵人賽回顧 */
.section-calc {
  background: url('../img/bg-calc.png') repeat top left/ 340px;
  color: #000;
}
.calc-txtbox .title-calc {
  font-family: "Noto Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  text-align: center;
}

.calc-txtbox .title-calc small {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffde4d;
  font-size: 42px;
  font-weight: 800;
  -webkit-text-stroke: 1px #000;
  text-shadow: 2px 2px 0px #000;
  position: relative;
  margin-left: 1rem;
  z-index: 1;
}
.calc-txtbox .title-calc small::before {
  content: '';
  background-color: #000;
  width: 110%;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  left: -5%;
  z-index: -1;
}
.calc-txtbox .desc {}
.calc-numbox {
  text-align: center;
  padding: 20px;
}
.calc-num-badge {
  background-color: #000;
  color: #fff;
  padding: 3px 20px 2px;
  display: inline-block;
}
.calc-num {
  color: #ffde4d;
  font-size: 42px;
  font-weight: 800;
  -webkit-text-stroke: 2px #000;
}
.calc-num small {
  color: #000;
  letter-spacing: -2px;
  font-size: 50%;
  -webkit-text-stroke-width: 0px;
}
@media (max-width:767px) {
  .calc-txtbox .title-calc {
    font-size: 50px;
  }
  .calc-txtbox .title-calc small {
    font-size: 38px;
    margin-left: 0.5rem
  }
}







/* 8 大熱門主題 2 大技術推廣 鐵人賽系列叢書 精彩一刻 */
.section-topic {
  background-color: #24264c;
  /* background: url('../img/bg-grid.jpg') repeat center /1024px; */
}

.section-topic .container {
  padding: 2% 0;
}

.title-quote {
  background: #0F8E96;
  padding: 5px 50px;
  margin: 4% 2% 3%;
  border-radius: 30px;
  color: #fff;
  position: relative;
  display: inline-block;
  min-width: 350px;
}
.title-quote::after {
  content: '';
  border: 20px solid transparent;
  border-bottom: 15px solid #0F8E96;
  border-left: 15px solid #0F8E96;
  position: absolute;
  bottom: -15px;
  right: 35px;
  transform: rotate(230deg);
}
.topic-group {
  padding: 20px;
  background-color: #fff;
  border-radius: 18px;
  border: 1px #DDD solid;
}
.topic-group .topic-link {
  padding: 10px;
  text-align: left;

}
/*.topic-group .topic-link:hover, .topic-group .topic-link:focus {
  background-color: #0f8e964d;
}*/

.topic-group .topic-link .img {
  max-width: 50px;
}
.topic-group .topic-name {
  padding: 10px;
  display: inline-block;
  font-size: 18px;
  text-align: left;
}

.topic-txt {
  font-size: 16px;
  text-align: justify;
  padding: 18px;
  border-top: 2px #0F8E96 dotted;
  margin-top: 20px;
  color: #333;
}

.topic-main-container {}

.topic-skill-container {
  text-align: center;
}
.btn-skill {
  color: #113565;
  display: inline-block;
}
.btn-skill span {
  border-bottom: 2px solid #113565;
}
.btn-skill i {
  font-size: 30px;
  margin-bottom: -5px;
}

.topic-books-container {}
.book-text-num {}
.book-text-num span {
  font-size: 40px;
  color: #FF6B00;
}

.topic-history-container {}
.carousel-hitory-box {
  position: relative;
}
.carousel-hitory {
  padding-bottom: 50px;
}
.carousel-hitory .swiper-slide {}
.carousel-hitory .swiper-slide img {
  width: 100%;
}
.carousel-hitory .swiper-pagination {

}
.carousel-hitory .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
@media (max-width: 1199px) {
  .topic-group .topic-link {
    text-align: center;
  }
  .topic-group .topic-name {
    display: block;
    text-align: center;
  }
}








.section-partners {
  /*background: linear-gradient(#ffffff99, #ffffff99), url('../img/bg-grid.jpg') repeat center /1024px;*/
  padding: 5% 0 8%;
}
.title-partners {
  margin: 20px 0;
}
.subtitle-partners {
  margin: 20px 0;
}
.subtitle-partners::before {
  content: '';
  background-color: #2286C2;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.partners-box {
  background-color: #fff;
  padding: 10px 20px;
}
.partners-box img {
  width: 100%;
}




/* footer */
.footer {
  background-color: #2286C2;
  color: #fff;
  padding: 3% 0 4%;
}
.footer-box {
  color: #71c9ff;
}
.footer-box a {
  font-weight: 300;
  color: #fff;
}
.footer-box a:hover {
  color: #ffde4d;
}
.title-footer {}
.title-footer .logo {
  max-width: 280px;
}
.footer-link-sponsor a {}
.footer-link-history a {}
.footer-copyright {}





/* sidebar */
.sidebar {
  position: fixed;
  z-index: 999;
  bottom: 120px;
  right: -2px;
}
.sidebar .wish {
  background-color: #ffde4d;
  border: 2px solid #000;
  border-radius: 10px 0 0 10px;
  padding: 10px 15px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 800;
}





/* RWD for phone */






/* awards */
.section-awards {

}
.awardsbox {
  padding: 10px 0;
}
.awards-title {
  color: #16356C;
}

.badge-awards {
  border-radius: 20px;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  margin-top: 64px;
}
.badge-awards.personal {
  background-color: #2286C2;
}
.badge-awards.group {
  background-color: #FF005C;
}
.badge-awards.others {
  background-color: #57A35A;
}

.awards-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 15px 10px;
}
.awards-item .awards-iconbox {}
.awards-item .awards-iconbox .icon {
  width: 50px;
}
.awards-item .til {
  font-size: 32px;
  color: #24264C;
  padding: 0 20px;
  word-break: keep-all;
}
.awards-item .txt strong {
  font-size: 150%;
}

.awards-item .txt {
  text-align: left;
  color: #333;
}

.awards-subtil_blue {
  color: #2286C2;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.awards-subtil_pink {
  color: #FF005C;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.btn-awards {
  border: 2px solid #FF6B00;
  color: #FF6B00;
  padding: 10px 30px;
  margin: 15px;
  display: inline-block;
}
.btn-awards:hover, .btn-awards:focus {
  background-color: #FF6B00;
  color: #fff;
}

.partner-txt {
  font-size: 13px;
  color: #AAAAAA;
  text-align: right;
}

.partner-txt img {
  width: 160px;
}
 

@media (max-width: 767px) {
  .awardsbox {
    text-align: center;
  }
  .awards-item {
    flex-direction: column;
  } 
}

/* awards */