@charset "UTF-8";
.agedTab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.agedTabItem {
  width: 33.33%;
  font-size: 28px;
  color: #666666;
  text-align: center;
  border-left: 1px solid #e6e6e6;
  position: relative;
  padding: 22px 15px 33px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.agedTabItem::after {
  content: "";
  display: block;
  width: calc(100% + 1px);
  height: 9px;
  background: #cccccc;
  position: absolute;
  left: -1px;
  bottom: 0;
  z-index: 1;
}
.agedTabItem:hover {
  color: #000000;
}
.agedTabItem.active {
  color: #000000;
}
.agedTabItem.active::after {
  background: -webkit-gradient(linear, right top, left top, from(#E80100), to(#FF8000));
  background: linear-gradient(to left, #E80100, #FF8000);
}
.agedTabItem:first-child {
  border-left: none;
}

@media (max-width: 767px) {
  .agedTabItem {
    font-size: 24px;
    padding: 15px 10px 20px;
    line-height: 1.2;
  }
  .agedTabItem span {
    display: block;
  }
}
@media (max-width: 480px) {
  .agedTabItem {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 374px) {
  .agedTabItem {
    font-size: 18px;
  }
}
.youthHr {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 40px 0;
}
.youth .content {
  font-size: initial;
}
.youth * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.youth .fontResize {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  height: 45px;
  padding: 8px;
  vertical-align: top;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.youth .fontResize .btn {
  width: auto;
  color: #666666;
  background: transparent;
  font-size: 21px;
  font-family: "微軟正黑體", sans-serif;
  border-radius: 30px;
  padding: 5px 12px;
  line-height: 1em;
  height: auto;
  display: none;
}
.youth .fontResize .btn img {
  width: 16px;
  margin-left: 10px;
}
.youth .fontResize .btn.show {
  display: block;
}
.youth .fontResize .btn.active {
  color: #4d4d4d;
  display: none;
}
.youth .readAloud {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  border-left: none;
  padding: 8px 0 8px 8px;
  height: 45px;
  margin-left: -4px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.youth .readAloud .btn {
  background: transparent;
  height: auto;
  font-size: 21px;
  color: #666666;
}
.youth .readAloud .btn img {
  width: 18px;
  margin-left: 10px;
}
.youth .show--sm {
  display: none;
}
@media (max-width: 767px) {
  .youth .show--sm {
    display: block;
  }
}
.youthInfo {
  margin-top: 30px;
  margin-bottom: 35px;
}
.youthInfoTitle {
  font-size: 24px;
  color: #000000;
}
.youthInfoText {
  font-size: 21px;
  color: #333333;
  margin-top: 15px;
}
.youthCard {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
.youthCardItem {
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  overflow: hidden;
}
.youthCardItem:nth-child(1) {
  margin-top: 0;
}
.youthCardItem:nth-child(2) {
  margin-top: 0;
}
.youthCardTitle {
  font-size: 21px;
  font-weight: 700;
  color: #fe000c;
  letter-spacing: 0.025em;
}
.youthCardText {
  font-size: 16px;
  font-weight: 700;
  color: #797979;
  letter-spacing: 0.025em;
}
.youthCardBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 38px;
  font-size: 14px;
  color: #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(#E80100), to(#FF8000));
  background: linear-gradient(to left, #E80100, #FF8000);
  border-radius: 10em;
  padding-left: 20px;
  padding-right: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.youthCardBtn::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url("../images/youth/youth-card-btn.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
}
.youthCardBtn:hover {
  background: #fe000c;
}
.youthCardHead img {
  display: block;
  max-width: 100%;
}
.youthCardBody {
  padding: 22px 17px 30px;
}
.youthCardContent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  position: relative;
  padding-right: 140px;
  margin-top: 8px;
}
.youthTeam {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
.youthTeamItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 276px;
  height: 276px;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
  border-radius: 100em;
  width: calc(33.33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 28px;
  padding: 30px;
  text-align: center;
}
.youthTeamItem:nth-child(1) {
  margin-top: 0;
}
.youthTeamItem:nth-child(2) {
  margin-top: 0;
}
.youthTeamItem:nth-child(3) {
  margin-top: 0;
}
.youthTeamItem:hover {
  border-color: #fe000c;
}
.youthTeamIcon img {
  max-width: 100%;
}
.youthTeamTitle {
  font-size: 21px;
  font-weight: 700;
  color: #fe000c;
  letter-spacing: 0.025em;
  margin-top: 4px;
}
.youthTeamTitle::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 17px;
  background: url("../images/youth/youth-arrow-red.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.youthTeamText {
  font-size: 16px;
  font-weight: 700;
  color: #797979;
  margin-top: 6px;
}
.youthList {
  padding-left: 15px;
  padding-right: 15px;
}
.youthListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  min-height: 158px;
  position: relative;
  padding: 30px 230px;
  margin-top: 20px;
}
.youthListItem:first-child {
  margin-top: 0;
}
.youthListIcon {
  width: 132px;
  position: absolute;
  top: calc(50% - 55px);
  left: 56px;
}
.youthListIcon img {
  max-width: 100%;
}
.youthListTitle {
  font-size: 21px;
  font-weight: 700;
  color: #fe000c;
  letter-spacing: 0.025em;
}
.youthListTitle br {
  display: none;
}
.youthListText {
  font-size: 16px;
  font-weight: 700;
  color: #797979;
  letter-spacing: 0.025em;
  margin-top: 10px;
}
.youthListBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 38px;
  font-size: 14px;
  color: #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(#E80100), to(#FF8000));
  background: linear-gradient(to left, #E80100, #FF8000);
  border-radius: 10em;
  padding-left: 20px;
  padding-right: 40px;
  position: absolute;
  top: 78px;
  right: 64px;
}
.youthListBtn::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background: url("../images/youth/youth-list-btn-arrow.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
}
.youthListBtn:hover {
  background: #fe000c;
}

@media (max-width: 1199px) {
  .youthTeamItem {
    height: 22.4vw;
    padding: 3.6vw;
  }
}
@media (max-width: 1150px) {
  .youthTeamItem {
    height: 31vw;
  }
}
@media (max-width: 991px) {
  .youthCard {
    padding-left: 0;
    padding-right: 0;
  }
  .youthCardBtn {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  .youthCardBody {
    padding-bottom: 20px;
  }
  .youthCardContent {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .youthTeamIcon {
    width: 15vw;
  }
  .youthList {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .youthInfoText {
    font-size: 18px;
  }
  .youthTeamItem {
    width: calc(50% - 20px);
    height: 45.76vw;
  }
  .youthTeamItem:nth-child(3) {
    margin-top: 28px;
  }
  .youthList {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .youthListItem {
    padding: 30px 15px;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .youthListItem:nth-child(2) {
    margin-top: 0;
  }
  .youthListIcon {
    position: relative;
    top: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
  }
  .youthListTitle {
    text-align: center;
  }
  .youthListTitle br {
    display: block;
  }
  .youthListText {
    text-align: center;
  }
  .youthListBtn {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .youthCard {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .youthCardItem {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .youthCardItem:nth-child(2) {
    margin-top: 20px;
  }
  .youthTeam {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .youthTeamItem {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    height: 240px;
  }
  .youthTeamItem:nth-child(2) {
    margin-top: 28px;
  }
  .youthTeamIcon {
    width: 90px;
  }
  .youthList {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .youthListItem {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .youthListItem:nth-child(2) {
    margin-top: 20px;
  }
  .youthListTitle br {
    display: none;
  }
}
@media (max-width: 374px) {
  .youthTeamItem {
    max-width: 100%;
  }
}