.body-container {
  padding: 50px 80px;
}
.min-width {
  min-width: auto;
}
.card-container {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 25px;
  max-width: 1440px;
  margin: 40px auto;
  padding: 30px;
  box-shadow: 0 10px 23.75px 1.25px #00000026;
}
.card-title {
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 12%;
  font-family: Microsoft JhengHei;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.083;
  display: flex;
}
.character-container {
  justify-content: space-around;
  gap: 20px;
  display: flex;
}
.character {
  box-sizing: border-box;
  background-color: #fff;
  border: 5px solid #d8d9db;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  width: 18vw;
  transition: transform 0.5s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 14.25px 0.75px #00000026;
}
.character-info {
  box-sizing: border-box;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  padding: 12px;
  overflow: hidden;
}
.character.selected .character-info {
  background-color: #002247;
}
.character.selected {
  border-color: #002247;
  transform: translateY(-20px);
}
.character-portrait {
  z-index: 1;
  background-color: #fff;
  width: 11vw;
  height: auto;
  max-height: 180px;
  margin-top: -50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.character-title {
  text-align: left;
  color: #002247;
  text-align: left;
  margin: 16px 0;
  font-family: Microsoft JhengHei;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.083;
}
.character-content {
  text-align: left;
  color: #333;
  font-family: Microsoft JhengHei;
  font-size: 0.9vw;
  font-weight: 700;
  line-height: 1.4;
}
.character.selected .character-title,
.character.selected .character-content {
  color: #fff;
}
.arrow-button {
  background-color: #e3b449;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -9%;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 10px 23.75px 1.25px #00000026;
}
.character.selected .arrow-button {
  background-color: #002247;
  animation: 1.5s infinite bouncedown;
}
.arrow-button img {
  width: 15px;
  height: 10px;
  position: relative;
  left: 20%;
}
.character.selected .arrow-button img {
  filter: brightness(0) invert();
}
.bubble-container {
  display: none;
}
.bubble {
  background-color: #f0f0f0;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin-top: 40px;
  display: none;
}
.bubble[style*="block"] {
  display: flex !important;
}
.character-bubble-title {
  color: #333;
  text-align: center;
  padding: 30px;
  font-family: Microsoft JhengHei;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.083;
}
.character-bubble-title-blue {
  color: #007bc3;
  text-align: center;
  font-family: Microsoft JhengHei;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.083;
}
.bubble-content {
  width: 95%;
  margin: 20px auto;
  display: flex;
}
.bubble-list {
  flex-direction: column;
  flex-basis: 70%;
  gap: 20px;
  padding: 0 0 20px 20px;
  display: flex;
}
.bubble-image {
  z-index: 0;
  text-align: center;
  width: 100%;
  max-height: 400px;
  display: block;
  position: relative;
}
.layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ch1-bk {
  z-index: 1;
  position: absolute;
}
.ch1-boy {
  z-index: 4;
  position: absolute;
  top: 0%;
}
.ch1-chart_L {
  z-index: 3;
  position: absolute;
  top: 1%;
  left: 1%;
}
.ch1-chart_R {
  z-index: 2;
  position: absolute;
  right: 40%;
}
.ch2-deco {
  z-index: 1;
  position: absolute;
}
.ch2-girl {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.ch3-bk {
  z-index: 1;
  position: absolute;
}
.ch3-chart_L {
  z-index: 2;
  position: absolute;
  top: 0;
}
.ch3-chart_R {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 145px;
}
.ch3-dia {
  z-index: 4;
  position: absolute;
  top: 50px;
  right: 220px;
}
.ch3-girl {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 40px;
}
.ch4-boy {
  z-index: 6;
  position: absolute;
}
.ch4-chart-b,
.ch4-chart-s,
.ch4-gear {
  z-index: 2;
  position: absolute;
}
.ch4-pie {
  z-index: 4;
  position: absolute;
}
.ch4-time {
  z-index: 5;
  position: absolute;
}
.topic-header {
  align-items: flex-start;
  gap: 10px;
  display: flex;
}
.topic-group {
  align-items: flex-start;
  gap: 20px;
  display: flex;
}
.topic-texts {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.subtopic {
  color: #002247;
  text-align: left;
  white-space: nowrap;
  border-bottom: 3px solid #e3b449;
  font-family: Microsoft JhengHei;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.625;
}
.subtopic-content {
  color: #000;
  text-align: left;
  font-family: Microsoft JhengHei;
  font-size: 16px;
  line-height: 1.625;
}
.gold-text-bold {
  color: #e3b449;
  font-weight: 700;
}
.bubble-choice {
  color: #fff;
  background-color: #002247;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: 0 auto 32px;
  padding: 16px;
  display: flex;
}
.advice-title-container {
  justify-content: center;
  align-items: center;
  margin: 16px 0;
  display: flex;
  position: relative;
}
.advice-title-container img {
  width: 100%;
  height: auto;
}
.advice-title {
  color: #e3b449;
  text-align: center;
  white-space: nowrap;
  font-family: Microsoft JhengHei;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
}
.advice-word {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}
.dashed-divider {
  border: none;
  border-top: 1px dashed #e3b449;
  width: 80%;
  height: 1px;
  margin: 16px 0;
}
.product-recommendation {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}
.product-group .product {
  opacity: 0;
  animation-fill-mode: forwards;
  transform: scale(0.5);
}
.recommendation {
  color: #002247;
  background-color: #e3b449;
  border-radius: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Microsoft JhengHei;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.625;
  position: relative;
}
.recommendation:after {
  content: "";
  border: 10px solid #0000;
  border-left: 15px solid #e3b449;
  border-right-width: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
.product-group {
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  display: flex;
}
.product {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  padding: 5px 10px;
  font-family: Microsoft JhengHei;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  display: inline-flex;
}
#post-carousel .splide__arrow--prev,
#post-carousel .splide__arrow--next {
  display: none;
}
.splide {
  box-sizing: border-box;
  margin: 20px auto;
  padding: 0 25px;
}
.splide__slide {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
  display: flex;
  overflow: hidden;
}
.splide__slide:hover .slide-button,
.splide__slide:hover .button-arrow {
  animation: 0.5s infinite alternate bounceright;
}
.splide__slide .post-image img {
  width: 100%;
  height: 100%;
}
.splide__slide .full-image img {
  width: 100%;
  height: auto;
}
.splide__slide {
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
  overflow: hidden;
}
.splide__slide .image-carousel {
  object-fit: cover;
  background-position: 50%;
  width: 100%;
  display: block;
}
.carousel-arrow {
  width: 100%;
  height: 100%;
}
.slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.slide-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin: 15px 0 0;
  display: flex;
}
.slide-title {
  color: #002247;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  max-height: 2.166em;
  font-family: Microsoft JhengHei;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.083;
  display: -webkit-box;
  overflow: hidden;
}
.slide-description {
  color: #000;
  font-family: Microsoft JhengHei;
  font-size: 0.9vw;
  line-height: 1;
}
.slide-footer {
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  display: flex;
}
.slide-date {
  color: #000;
  font-family: Arial;
  font-size: 0.9vw;
  font-weight: 700;
  line-height: 1.625;
}
.slide-button {
  color: #002247;
  cursor: pointer;
  text-align: center;
  background-color: #0000;
  border: none;
  border-radius: 5px;
  align-items: center;
  gap: 10px;
  font-family: Microsoft JhengHei;
  font-size: 0.9vw;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
}
.button-arrow {
  vertical-align: middle;
  width: auto;
  height: auto;
}
.divider-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 40px auto;
  display: flex;
  position: relative;
}
.divider-line {
  z-index: 0;
  border-top: 2px solid #e3b449;
  width: 100%;
  position: absolute;
}
.divider-button {
  color: #002247;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  background-color: #e3b449;
  border: none;
  border-radius: 2px;
  align-items: center;
  gap: 20px;
  padding: 10px 60px;
  font-family: Microsoft JhengHei;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
}
.more-post {
  flex-direction: column;
  gap: 20px;
  display: none;
}
.post-row {
  flex-direction: row;
  justify-content: space-evenly;
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
}
.post-container {
  background-color: #f0f0f0;
  border-radius: 10px;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 90%;
  max-width: 500px;
  max-height: 110px;
  margin: auto;
  padding: 2vw;
  display: flex;
}
.post-image {
  justify-content: center;
  align-items: center;
  display: flex;
}
.post-image img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
.post-side {
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.post-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.post-title {
  color: #002247;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  max-height: 2.166em;
  font-family: Microsoft JhengHei;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.083;
  display: -webkit-box;
  overflow: hidden;
}
.post-footer {
  justify-content: flex-end;
  width: 100%;
  margin-top: auto;
  display: flex;
}
.post-date {
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
}
.post-button {
  color: #002247;
  cursor: pointer;
  text-align: center;
  background-color: #0000;
  border: none;
  border-radius: 5px;
  align-items: center;
  gap: 10px;
  font-family: Microsoft JhengHei;
  font-size: 0.9vw;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
}
.character-iframe {
  font: inherit;
  vertical-align: baseline;
  border: 0;
  max-width: 100vw;
  max-height: 100vh;
  margin: 0 auto;
  padding: 0;
  font-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  background: 0 0 !important;
  width: 100% !important;
  height: 100% !important;
}
iframe .first {
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0 auto;
  padding: 0;
  font-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  background: 0 0 !important;
  width: 100% !important;
  height: auto !important;
}
.close-button {
  cursor: pointer;
  color: #333;
  background: 0 0;
  border: none;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 20px;
}
.podcast-bubble {
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 30px;
  display: none;
  position: relative;
}
.podcast-bubble-title {
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  font-family: Microsoft JhengHei;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.083;
}
.podcast-bubble-iframe {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0 auto;
  display: flex;
}
@keyframes bounceright {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(4px);
  }
}
@keyframes bouncedown {
  0%,
  to {
    transform: translate(-50%) translateY(0);
  }
  50% {
    transform: translate(-50%) translateY(10px);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes floatAnimation {
  0%,
  to {
    border-color: #e3b449;
    transform: translateY(0);
  }
  50% {
    border-color: #e3b449;
    transform: translateY(-20px);
  }
}
@keyframes floatAnimationMobile {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.broadcast-carousel .title {
  text-align: center;
  color: #e3b449;
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  font-family: Microsoft JhengHei;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}
.broadcast-carousel .title-text {
  border-bottom: 5px solid #e3b449;
}
.broadcast-carousel.title img {
  width: 24px;
  height: auto;
  margin-bottom: -3px;
}
.character-container-mobile {
  display: none;
}
@media screen and (width<=1440px) {
  .character-iframe {
    width: 100% !important;
    height: 100% !important;
  }
  iframe #fourth {
    width: 100% !important;
    height: 80% !important;
  }
  .arrow-button {
    bottom: -11%;
  }
}
@media screen and (width<=1050px) {
  .body-container {
    padding: 20px 15px;
  }
  .bubble-content {
    flex-direction: column;
  }
  .bubble-list,
  .bubble-image {
    flex-basis: auto;
    position: relative;
  }
  .bubble-image {
    z-index: 0;
    order: -1;
    max-width: 420px;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  #post-carousel .splide__arrow--prev,
  #post-carousel .splide__arrow--next {
    display: unset;
  }
  .character.selected {
    background-color: #002247;
    border-color: #002247;
    transform: translateY(-10px);
  }
  .character-container {
    flex-wrap: wrap;
    display: none;
  }
  .character-container-mobile {
    display: block;
  }
  .topic-group {
    flex-direction: column;
  }
  .character-portrait {
    margin: unset;
    max-height: unset;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: auto;
  }
  .character-title {
    font-size: 20px;
  }
  .character-content {
    font-size: 16px;
  }
  .card-title {
    color: #333;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 12%;
    font-family: Microsoft JhengHei;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.083;
    display: flex;
  }
  .arrow-button {
    bottom: -3%;
  }
  .splide {
    padding: 0 20px;
  }
  .card-container {
    padding: 20px 15px;
  }
  .character {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
  }
  .post-container {
    gap: 8px;
    max-height: 140px;
  }
  .post-row {
    flex-direction: column;
    gap: 30px;
  }
  .post-title {
    font-size: 14px;
  }
  .post-description {
    font-size: 12px;
  }
  .post-button {
    font-size: 14px;
  }
  .post-date {
    font-size: 12px;
    line-height: unset;
  }
  .ch1-chart_R {
    z-index: 2;
    position: absolute;
    right: -50px;
  }
  .character-iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .podcast-bubble-title {
    margin-top: 50px;
    font-size: 20px;
  }
  .podcast-bubble-iframe {
    width: 100%;
  }
  .podcast-bubble {
    padding: 15px;
  }
  .slide-title {
    font-size: 18px;
  }
  .slide-description,
  .slide-date,
  .slide-button {
    font-size: 14px;
  }
  .arrow-button img {
    top: -15%;
  }
}
@media screen and (width<=769px) {
  .arrow-button {
    bottom: -5%;
  }
}
/*# sourceMappingURL=retirement_live.01520798.css.map */
