* {
  font-family: "Noto Sans TC", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  scroll-behavior: smooth;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

[v-cloak] {
  display: none;
}

/*transition-group設定*/
.card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.fade-enter-active,
.fade-leave-active {
  opacity: 0;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active in <2.1.8 */
  {
  opacity: 0;
}

@media (max-width: 1100px) {
  .card-wrapper {
    flex-direction: column;
    align-items: center;
     width: 100%;
  }
}

.goTop {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: 40px;
  display: block;
  bottom: 70px;
  right: 75px;
}

.goTop:hover {
  opacity: 0.8;
}

.goTop img {
  width: 100%;
}

@media (max-width: 480px) {
  .goTop {
    width: 30px;
    height: 30px;
    bottom: 50px;
    right: 20px;
  }
}

canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: -1;
  font-size: 0;
  top: 0;
}

.container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.box {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding: 80px 160px 80px 160px;
}

@media (max-width: 750px) {
  .box {
    padding: 0px;
  }

}

/*navbar*/

.mobileShowF {
  display: none !important;
}

@media (max-width: 1000px) {
  .mobileShowF {
    display: flex !important;
  }
}

.computerShowF {
  display: flex !important;
}

@media (max-width: 1000px) {
  .computerShowF {
    display: none !important;
  }
}

.titleContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.title {
  position: relative;
  font-size: 40px;
  line-height: 44px;
  color: #d16a65;
}

.title::before {
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 1px;
  border-bottom: 1px solid #d16a65;
  background-color: #d16a65;
  top: 0;
  bottom: 0;
  left: -53px;
  margin: auto 0;
}

.title::after {
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 1px;
  border-bottom: 1px solid #d16a65;
  background-color: #d16a65;
  top: 0;
  bottom: 0;
  right: -53px;
  margin: auto 0;
}

.titleE {
  font-size: 20px;
  color: #d16a65;
  line-height: 46px;
}

#barContainer {
  background: rgba(255, 255, 255, 0.8);
  height: 60px;
  position: fixed;
  z-index: 8;
  width: 100%;
}

#barContainer .barLogo {
  padding: 10px 0px 10px 60px;
}

#barContainer .barLogo img {
  height: 100%;
}

#mobileAnchorContainer a:hover {
  color: #d16a65;
}


#topBar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
  height: 60px;
  width: 100%;
  max-width: 480px;
  align-items: center;
}

#topBar a {
  text-decoration: none;
  color: #000;
}

#topBar a:hover {
  color: #9b4242;
}

#signUpNow {
  z-index: 100;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #d16a65;
  color: #fff;
  position: fixed;
  right: 50px;
  bottom: 130px;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  text-decoration: none;
  /* animation: shine 2.5s infinite; */
}

#signUpNow:hover {
  opacity: 0.8;
}

@media (max-width: 480px) {
  #signUpNow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d16a65;
    color: #fff;
    position: fixed;
    font-size: 14px;
    right: 10px;
    bottom: 100px;
  }
}



@keyframes shine {
  from {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0.2;
  }
}

.pc_space {
  margin-left: 5px;
}

.pc_space2 {
  margin-left: 42px;
}

#main {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

#first {
  position: relative;
  background-color: #F3F1E8;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
}

#first.desktop-class {
  height: 100vh;
  min-height: 667px;
  padding-bottom: 7rem;
  background-image: url('../image/banner.jpg');
  background-size: cover;
  background-position: center;
}

#first:not(.desktop-class) {
  background-image: url('../image/banner_m.jpg');
  background-size: cover;
  background-position: top center;
  height: 100vh;
}

#first.desktop-class {
  min-height: 667px;
}

#first .box {
  padding-top: calc(160px);
  padding-bottom: 0;
  width: 100%;
  max-width: 480px;
  z-index: 3;
  padding: 0;
}

#first .box .text {
  font-size: 26px;
  width: 100%;
  letter-spacing: 10px;
  text-align: center;
  color: #504b4a;
  margin-bottom: 30px;
  font-family: "adobe-fan-heiti-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#first .box .text.bt {
  margin-top: 20px;
}

#first .box .img1 {
  width: 100%;
}

#first .box .img2 {
  width: 100%;
}

#first .box .point {
  width: 100%;
  font-size: 20px;
  color: #37302c;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

#first .box .detail {
  color: #37302c;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}

.leaf-lef2 {
  position: absolute;
  top:20rem;        
  bottom: auto;
  left: 5rem;
  z-index: 2;
  width: 40rem;
}



.leaf-lef1 {
  position: absolute;
  top: 5rem;
  left: 0;
  z-index: 1;
  width: 30rem;
}

.leaf-right {
  position: absolute;
  top: 10rem;
  right: 0;
  z-index: 1;
  width: 45rem;
}


@media (max-width: 1520px) {
  .leaf-lef2 {
    width: 35rem;
  }
}

@media (max-width: 1366px) {
  #first .box {
    width: 35%;
    max-width: none;
  }
  .leaf-lef2 {
    width: 30rem;
    left: 4rem;
  }
  .leaf-right {
    width: 35rem;
  }
}

@media (max-width: 1200px) {
  .leaf-lef1 {
    left: -2rem;
  }
  .leaf-lef2 {
    left: 0;
  }
}

@media (max-width: 1036px) {
  #first .box {
    width: 40%;
  }
  .leaf-lef1 {
    width: 25rem;
    left: -2rem;
  }
  .leaf-lef2 {
    width: 22rem;
    left: 4rem;
  }
  .leaf-right {
    width: 25rem;
  }
}

@media (max-width: 1024px) {
  #first {
    height: calc(100vh - 75px);
  }
}

@media (max-width: 910px) {
  .leaf-lef1 {
    left: -4rem;
  }
  .leaf-lef2 {
    left: -2rem;
    width: 30rem;
  }
  .leaf-right {
    width: 25rem;
  }
}

@media (max-width: 865px) {
  .leaf-lef1 {
    width: 30rem;
  }
}

@media (max-width: 780px) {
  .leaf-lef2 {
    width: 20rem;
  }
}

@media (max-width: 768px) {
  .leaf-lef1 {
    top: 6rem;
    width: 30rem;
  }
  .leaf-right {
    top: 12rem;
    width: 20rem;
  }
  .leaf-lef2 {
    width: 30rem;
  }
}

@media (max-width: 750px) {
  #first .box {
    width: 60%;
  }
  .leaf-lef1 {
    left: -5rem;
    width: 20rem;
  }
  .leaf-lef2 {
    left: -6rem;
    width: 20rem;
  }
  .leaf-right {
    width: 15rem;
  }
}

@media (max-width: 480px) {
  #first {
    padding: 0 20px;
  }
  #first .box {
    width: 80%;
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .leaf-lef1 {
    width: 20rem;
    top: 5rem;
  }
  .leaf-lef2 {
    width: 18rem;
    top: auto;
    bottom: -1rem;
  }
  .leaf-right {
    width: 15rem;
  }
}


@media screen and (min-width: 1024px) and (min-height: 1366px) {
  .leaf-lef1,
  .leaf-lef2,
  .leaf-right {
    transform: scale(1.5);
  }
  .leaf-lef1 {
    width: auto;
    height: 25rem;
    top: 10rem;
    left: 2rem;
  }
  .leaf-lef2 {
    left: 4rem;
    width: 28rem;
    bottom: 10rem;
    top: auto;
  }
}

@media screen and (min-width: 1024px) and (max-height: 800px) {
  .leaf-lef1,
  .leaf-lef2,
  .leaf-right {
    transform: scale(1);
  }
}

@media screen and (min-width: 900px) and (max-width: 950px) and (min-height: 1300px) {
  .leaf-lef1,
  .leaf-lef2,
  .leaf-right {
    transform: scale(1.6);
  }
  .leaf-lef1 {
    width: 20rem;
    top: 15rem;
    left: 0;
  }
  .leaf-lef2 {
    width: 25rem;
    left: 3rem;
    bottom: 8rem;
    top: auto;
  }
}


@media (max-aspect-ratio: 1/1) and (min-width: 481px) {
  .leaf-lef2 {
    top: 60% !important;
    bottom: auto !important;
  }
}
@media (max-width: 375px) {}

#activity {
  background-color: #f2eee5;
  padding: 100px 0;
}

#activity .box {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 160px 80px 160px;
  max-width: 1500px;
}


.activity-mountain-left{
  position: absolute;
  left: 0;
  z-index: 0;
  width: 30rem;
  margin-top: -28rem;
}

.activity-mountain-right{
  position: absolute;
  right: 0;
  z-index: 0;
  width: 30rem;
  margin-top: 33rem;
}

#activity .box .textContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 0;
  width: fit-content;
  margin: auto auto 1rem auto;
}

#activity .box .textContainer .dateContainer {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  color: #4d2712;
  flex-direction: row;
}

#activity .box .textContainer .dateContainer img {
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
}

#activity .box .textContainer .dateContainer.date .hugeDate .dateBox {
  font-size: 40px;
  font-weight: normal;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  gap: 5px;
}

#activity .box .textContainer .dateContainer.date .hugeDate .dateBox span {
  font-size: 24px;
  font-weight: normal;
}

#activity .box .textContainer .dateContainer.date .hugeDate .timeBox {
  font-size: 24px;
  font-weight: normal;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  gap: 5px;
}

#activity .box .textContainer .dateContainer.date .hugeDate .timeBox span {
  font-size: 19px;
  font-weight: normal;
}

#activity .box .textContainer .dateContainer.location .littleDate {
  text-align: center;
  font-size: 35px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

#activity .box .textContainer .dateContainer.location .littleDate br {
  display: none;
}

#activity .box .textContainer .dateContainer.location .littleDate span {
  font-size: 20px;
  margin-top: 8px;
}

#activity .box .textContainer .line {
  width: 1px;
  height: 5rem;
  background-color: #4d2712;
  margin: 0 3rem;
  opacity: 0;
}

#activity .box .textContainer .address,
#activity .box .textContainer .addressRemark {
  font-size: 24px;
}

@media (max-width: 1500px) {
  #activity {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1380px) {
  #activity .box .textContainer {
    flex-direction: column;
  }

  #activity .box .textContainer .line {
    width: 5rem;
    height: 4px;
    margin: 1rem 0;
    opacity: 0;
  }

  #activity .box .textContainer .dateContainer {
    flex-direction: column;
     align-items: center;
  }
  #activity .box .textContainer .dateContainer.date .hugeDate {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #activity .box .textContainer .dateContainer.location .littleDate {
    text-align: center;
    font-size: 32px;
  }
}

@media (max-width: 1366px) {
  .activity-leaf-lef1 {
    display: none;
  }

  .activity-leaf-right {
    display: none;
  }
}

@media (max-width: 1200px) {
  #activity {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  #activity .box .textContainer .dateContainer.location .littleDate br {
    display: block;
  }
}

@media (max-width: 750px) {
  #activity .box {
    padding: 40px;
  }
}

@media (max-width: 480px) {
  #activity {
    padding: 30px 20px;
  }

  #activity .box {
    padding: 20px;
  }

  #activity .box .textContainer .dateContainer img {
    width: 45px;
    height: 45px;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  #activity .box .textContainer {
    padding-top: unset;
    gap: 15px;
  }

  #activity .box .textContainer .dateContainer {
    justify-content: center;
  }

  #activity .box .textContainer .dateContainer .hugeDate {
    font-size: 30px;
  }

  #activity .box .textContainer .dateContainer .hugeDate span {
    font-size: 20px;
  }

  #activity .box .textContainer .dateContainer.location .littleDate {
    text-align: center;
  }

  #activity .box .textContainer .dateContainer.location .littleDate span {
    margin-top: 0px;
  }

  #activity .box .textContainer .dateContainer .littleDate {
    font-size: 20px;
    flex-direction: row;
    gap: 10px;
  }

  #activity .box .textContainer .dateContainer .littleDate span {
    font-size: 18px;
  }

  #activity .box .textContainer .line {
    display: none;
  }

  #activity .box .textContainer .address {
    font-size: 20px;
    width: 100%;
    text-align: left;
  }

  #activity .box .textContainer .addressRemark {
    font-size: 20px;
    width: 100%;
    text-align: left;
  }

  #activity .box iframe {
    height: 300px;
  }
}

#agenda {
  background-color: #fff;
  /* background-image: url(../image/bg1.png);
  background-position: center;
  background-size: cover; */
  padding: 100px 0;
}

#agenda .box {
  max-width: 1500px;
  padding: 0 160px 80px 160px;
}

#agenda .box .listContainer {
  width: 100%;
}

#agenda .box .listContainer .listBox {
  display: flex;
  padding: 20px;
  font-size: 1.4rem;
  gap: 20px;
}

#agenda .box .listContainer .listBox .time {
  width: 190px;
  text-align: center;
}

#agenda .box .listContainer .listBox .big_title {
  position: relative;
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #faece4;
  padding: 5px 10px;
  background-color: #c37146;
  letter-spacing: 3px;
}

#agenda .box .listContainer .listBox .mb-block {
  display: inline-block;
}

#agenda .box .listContainer .listBox .sub_title {
  color: #9b4242;
}

#agenda .box .listContainer .listBox .listBox_item_line {
  width: 100%;
  height: 1px;
  /* border-bottom: 1px solid #c37146; */
  margin: 10px 0;
}

@media (max-width: 1366px) {
  #agenda {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  #agenda .box .listContainer .listBox .big_title {
    font-size: 24px;
  }

  #agenda .box .listContainer .listBox .time {
    width: 150px;
  }

  #agenda .box .listContainer .listBox:nth-child(1) .time {
    text-align: center;
  }
}

@media (max-width: 750px) {
  #agenda .box {
    padding: 0 20px 20px;
  }
}

@media (max-width: 580px) {
  #agenda .box .listContainer .listBox .mb-block {
    display: block;
    padding-left: 15px;
  }
}

@media (max-width: 480px) {
  #agenda .box .listContainer .listBox .time {
    width: 70px;
    text-align: justify;
  }
}

#agenda .box .listContainer .listBox .description {
  width: calc(100% - 190px);
}

@media (max-width: 1024px) {
  #agenda .box .listContainer .listBox .description {
    width: calc(100% - 150px);
  }
}

@media (max-width: 480px) {
  #agenda .box .listContainer .listBox .description {
    width: calc(100% - 70px);
  }
}

#agenda .box .listContainer .listBox:nth-child(odd) {
  background-color: #fbd1c9;
  color: #4d2712;
}

#agenda .box .listContainer .listBox:nth-child(even) {
  background-color: #ffe2da;
  color: #4d2712;
}

#agenda .box .listContainer .listBox:nth-child(1) {
  background-color: #9b4242;
  color: #ffe2da;
}

.area_item {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.area_item span:nth-child(1) {
  font-weight: bold;
}

.area_item span:nth-child(2) {
  width: 35rem;
}

@media (max-width: 1024px) {
  #agenda {
    padding: 100px 20px;
  }
}

@media (max-width: 480px) {
  #agenda {
    padding: 30px 20px;
  }
}

@media (max-width:1295px) {
  .area_item {
    flex-direction: column;
    gap: 0;
  }

  .area_item span:nth-child(1) {
    margin-top: 20px;
  }

  .area_item span:nth-child(2) {
    width: fit-content;
  }
}

#speech .titleContainer {
  position: relative;
  z-index: 1;
}
#speech .box {
  position: relative;
  z-index: 1;
}

#speech {
  position: relative;
  padding: 100px 0;
  background-color: #f2eee5;
}

.speech-layout {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: stretch;
}

.speech-main-card {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.speech-main-card .speech-img-wrap {
  margin-top: 20px;
}
.speech-side-card {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.speech-side-person {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.speech-side-text {
  padding-left: 60px;
  width: 100%;
}

.speech-img-wrap {
  width: 260px; 
  height: 260px;
  border-radius: 50%;
  background-color: #f5c4c4;
  overflow: hidden;
  margin: 0 auto 20px auto;
  flex-shrink: 0;
}

.speech-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}



.speech-card-role-title {
  font-size: 22px;
  font-weight: 700;
  color: #4d2712;
  margin-bottom: 0px;
}

.speech-sub-bullets {
  list-style: disc;
  padding-left: 20px;
  font-size: 18px;
  line-height: 2;
  color: #504b4a;
}
#speech .speechInfo {
  font-size: 28px;
  color: #d16a65;
  margin-bottom: 20px;
  min-height: auto;
  padding: 0;
}

#speech .speechTr {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
}

#speech .companyTitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}


.speech-summary-label {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-top: 8px;
  margin-bottom: 8px;
}

.speech-summary-sub {
  font-size: 18px;
  color: #4d2712;
  margin-bottom: 8px;
}

.speech-bullets {
  font-size: 18px;
  line-height: 2;
  color: #504b4a;
  padding-left: 20px;
}

.speech-bullets > li {
  list-style: square;
}

.speech-sub-bullets > li {
  list-style: disc;
}
#intro,
#activity,
#speech,
#share {
  position: relative;
  overflow: hidden;
}

#intro::before,
#activity::before,
#speech::before,
#share::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../image/banner.jpg');
  background-size: cover;
  background-position: right bottom ;
  background-attachment: fixed;
  opacity: 0.45;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
#intro .box2,
#activity .box,
#activity .titleContainer,
#speech .box,
#speech .titleContainer,
#share .box {
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  #speech {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  .speech-layout {
    flex-direction: column;
    align-items: center;
  }

  .speech-main-card,
  .speech-side-card {
    width: 100%;
  }

  .speech-img-wrap {
    width: 80%;
    height: 0;
    padding-bottom: 80%;
    position: relative;
  }

  .speech-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
  }

  #speech .speechTr {
    font-size: 52px;
  }

  #speech .speechInfo {
    font-size: 24px;
  }

  #speech .companyTitle {
    font-size: 20px;
  }

  .speech-summary-label {
    font-size: 20px;
  }

  .speech-summary-sub {
    font-size: 18px;
  }

  .speech-bullets {
    font-size: 18px;
  }

  #speech {
    padding: 100px 20px;
  }
}

@media (max-width: 750px) {
  .speech-side-text {
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  #speech {
    padding: 30px 20px;
  }

  .speech-main-card,
  .speech-side-card {
    padding: 24px;
  }


  #speech .speechTr {
    font-size: 40px;
  }
}

#share {
  padding: 100px 0;
  background-color: #f2eee5;
}

#share .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#share .box .card_navbar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  width: fit-content;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

#share .box .card_navbar .card_navbar_item {
  font-size: 20px;
  font-weight: 600;
  color: #d16a65;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 30px;
}

#share .box .card_navbar .card_navbar_item:hover {
  cursor: pointer !important;
}

#share .box .card_navbar .card_navbar_item.active {
  background-color: #efacac;
  color: #fff;
}

#share .box .card_navbar .card_navbar_item .card_navbar_line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #f29999;
  display: none;
}


#share .box .cardContainer {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  border: 2px solid #f29999;
  border-radius: 8px;
  padding: 30px 20px 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#share .box .cardContainer .cardTitle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 10px;
  color: #fff;
  border-radius: 5px;
  font-size: 30px;
  background-color: #f0635b;
  text-wrap: nowrap;
}

.select-container {
  display: none;
  margin-bottom: 40px;
  text-align: center;
}


.select-container select {
  padding: 15px 20px;
  font-size: 20px;
  border: 2px solid #f29999;
  border-radius: 8px;
  background-color: #fff;
  color: #4d2712;
  outline: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.select-container select:focus {
  border-color: #f29999;
}

.organize_intro_btn {
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  padding: 10px 20px;
  background-color: #f37f7f;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 1px;
}

.organize_intro_btn:hover {
  color: #f37f7f;
  border: 1px solid #f37f7f;
  background-color: #f2eee5;
}

@media (max-width: 1366px) {
  #share {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (max-width: 999px) {
  #share .box .cardContainer .cardTitle {
    font-size: 24px;
  }

  #share img[data-tag="5"] {
    transform: scale(1.2) !important;
  }
}

@media (max-width: 1100px) {
  #share .box .card_navbar {
    display: none;
    flex-wrap: wrap;
  }

  .select-container {
    display: block;
  }
}

@media (max-width: 750px) {

  #share .box .card_navbar .card_navbar_item {
    flex-wrap: wrap;
    text-align: center;
  }

  #share .box .card_navbar .card_navbar_item .card_navbar_line {
    display: block;
  }

  #share .box .card_navbar .card_navbar_item.active .card_navbar_line {
    border-bottom: 1px dashed #fff;
  }

}

@media (max-width: 480px) {

  #share .box .card_navbar .card_navbar_item {
    flex-wrap: nowrap;
    width: 100%;
  }

  #share .box .card_navbar .card_navbar_item .card_navbar_line {
    display: none;
  }

  #share .box .cardContainer {
    margin-bottom: 30px;
  }

}

#share .box .cardContainer .card {
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
}

#share .box .cardContainer .card img {
  border-radius: 12px 12px 0 0;
  width: 100%;
  display: block;
}

.yt_video {
  border-radius: 12px 12px 0 0;
  width: 100%;
  display: inline-block;
  height: 200px;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.yt_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#share .box .cardContainer .card a {
  width: 100%;
  display: block;
  position: relative;
}

/* .yt_container .cover{
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
} */


#share .box .cardContainer .card a:before {
  content: '';
  background-image: url('../image/youtube.png');
  background-size: 80px 80px;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 10;
  opacity: .5;
}

#share .box .cardContainer .card .textContainer {
  width: 100%;
  border-radius: 0 0 12px 12px;
  padding: 15px 40px 0px 40px;
}

#share .box .cardContainer .card .textContainer .logoCenter {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  height: 70px;      
  align-items: center; 
}

#share .box .cardContainer .card .textContainer .logo {
  height: 68px;
  width: unset;
  border-radius: unset;
}
.logo[data-tag="3"] {
  height: 100px !important; 
}
@media (max-width: 750px) {
  .logo[data-tag="3"] {
    height: 68px !important;
  }
}
#share .box .cardContainer .card .textContainer .position {
  font-size: 20px;
  color: #f06059;
  font-weight: 700;
  display: none;
}

#share .box .cardContainer .card .textContainer .point {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  display: none;
}

#share .box .cardContainer .card .textContainer .description {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: justify;
}

#share .box .cardContainer .card .textContainer .lookMore {
  border-radius: 50px;
  padding: 5px 40px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 300;
  display: none;
}
.agenda-person {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.agenda-label {
  white-space: nowrap;
  font-weight: 600;
}
.agenda-content-block {
  display: flex;
  flex-direction: column;
  gap: 0;        
}
.agenda-content-block div {
  font-weight: 600;
}
.agenda-content-block span {
  font-weight: 400;
}
@media (max-width: 1100px) {
  #share .box .cardContainer .card {
    max-width: 500px;
    width: 100%;
  }
  
  #share .box .cardContainer {
    padding: 30px 20px 20px;
  }
}

@media (max-width: 1100px) {
  #share .box .cardContainer {
    max-width: 560px; 
    margin: 0 auto 50px auto;
  }


  .pc_space,
  .pc_space2 {
    display: none;
  }
}

@media (max-width: 1024px) {
  #share {
    padding: 100px 20px;
  }
}

@media (max-width: 480px) {
  #share {
    padding: 30px 20px;
  }
}

#signUp {
  background-color: #fff;
  padding: 100px 0;
}

@media (max-width: 1366px) {
  #signUp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {

.agenda-person {
    display: block;
  }
  .agenda-label {
    display: inline;
    white-space: nowrap;
  }
  .agenda-content-block {
    display: block;  
  }
  .agenda-content-block div {
    display: block;  
  }

  .agenda-time-detail {
    display: flex;
    flex-direction: column;
  }

  .agenda-time-detail div {
    display: flex;
    flex-direction: column;
  }

  .detail-time {
    font-weight: bold;
  }
  .agenda-time-detail div + div {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  #signUp {
    padding: 100px 20px;
  }
}

@media (max-width: 480px) {
  #signUp {
    padding: 30px 20px;
  }
}

#signUpForm {
  width: 100%;
  margin-bottom: 150px;
}

#signUpForm .flexContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#signUpForm .flexContainer .inputBox {
  width: calc(50% - 10px);
}

#signUpForm .flexContainer .inputBox .inputVal {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 18px;
}

@media (max-width: 480px) {
  #signUpForm .flexContainer {
    flex-direction: column;
    gap: 30px;
  }

  #signUpForm .flexContainer .inputBox {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #signUpForm {
    margin-bottom: 100px;
  }
}

.txtSquare {
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 20px;
}

.inputSquare input {
  display: none;
}

.inputSquare label {
  display: inline-block;
  padding: 5px 10px 5px 0;
  cursor: pointer;
}

.inputSquare label span {
  position: relative;
  line-height: 22px;
}

.inputSquare label span:before,
.inputSquare label span:after {
  content: '';
}

.inputSquare label span:before {
  border: 1px solid #222021;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.inputSquare label span:after {
  background: #222021;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: 300ms;
  opacity: 0;
}

.inputSquare label input:checked+span:after {
  opacity: 1;
}

@media (max-width: 480px) {
  .inputSquare {
    margin-bottom: 30px;
  }
}

#chooseTime {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 18px;
  margin-bottom: 30px;
}

.agreeContent {
  font-size: 16px;
  line-height: 44px;
  width: 100%;
  font-weight: 300;
  margin-bottom: 60px;
}

.inputTitle {
  font-size: 18px;
  margin-bottom: 10px;
}

.submitContent {
  width: 100%;
  display: flex;
  justify-content: center;
}

.submitContent:hover {
  cursor: pointer;
  opacity: 0.8;
}

.submitContent .FormSubmit {
  width: 370px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 50px;
  border-radius: 50px;
  background-color: #000;
  border: unset;
  font-size: 20px;
}

.submitContent .FormSubmit img {
  width: 15px;
  height: 15px;
}

.companyFooterLogo {
  width: 100%;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .companyFooterLogo {
    margin-bottom: 30px;
  }
}

#footer {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  border-top: 1px solid #000;
  padding-top: 60px;
}

@media (max-width: 480px) {
  #footer {
    padding-top: 30px;
  }
}

.mark {
  font-weight: 600;
}

.mark span {
  font-weight: 400;
}

.yellow {
  color: #eac00f;
}

.peach {
  color: #ff6058;
}

.lightBlue {
  color: #9498af;
}

.darkYellow {
  color: #bf8c3c;
}

.lightRed {
  color: #a8586a;
}

.lightGreen {
  color: #96b357;
}

#firstLineBox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#firstLineBox .text2 {
  color: #37302c;
  font-size: 14px;
  padding: 0 20px;
  display: inline;
  width: 236px;
}

#firstLineBox .line {
  width: calc((100% - 236px) / 2);
  border-bottom: 1px solid #000;
}

@media (max-width: 480px) {
  .w210 {
    width: 210px;
  }

  .w185 {
    width: 185px;
  }

  .w160 {
    width: 160px;
  }

  .w186 {
    width: 235px;
  }
}

/* 回饋修改區 */

#intro {
  background-color: #f2eee5;
  padding: 100px 20px;
}

#intro .box2 {
  width: 100%;
  max-width: 1500px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  margin: auto;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 160px;
  padding-left: 160px;
  color: #4d2712;
}

#intro .box2 .intro_text_sm {
  font-size: 1.2rem;
}

.intro_top_title_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  gap: 80px;
}

.intro_top_title {
  color: #4d2712;
  width: fit-content;
  letter-spacing: 3px;
  white-space: nowrap;
}

.intro_top_title span {
  margin-left: -6px;
}

.intro_top_title_line_left,
.intro_top_title_line_right {
  position: relative;
  display: block;
  width: 100%;
}

.intro_top_title_line_left::before,
.intro_top_title_line_right::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #4d2712;

}

.intro_sub_title {
  font-size: 32px;
  color: #4d2712;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  line-height: 45px;
}

.mb120 {
  margin-bottom: 39px !important;
}

@media (max-width:1366px) {
  #intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro_top_title_box {
    gap: 25px;
  }
}

@media (max-width: 750px) {
  #intro .box2 {
    padding: 40px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .intro_top_title {
    font-weight: 500;
  }

  .intro_sub_title {
    position: relative;
    display: block;
    background-color: #e0dede;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 2.2rem;
    font-weight: 400;
    padding: 10px 15px 10px 20px;
    color: #686261;
  }

  .intro_sub_title::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 4px;
    height: 100%;
    background-color: #747070;
    margin: auto 0;
  }

  .intro_sub_title br {
    display: none;
  }
}

@media (max-width:500px) {
  .intro_top_title {
    position: relative;
    display: block;
    text-align: center;
    padding: 5px 0;
    width: 100%;
  }

  .intro_top_title_line_left,
  .intro_top_title_line_right {
    display: none;
  }
}

@media (max-width:480px) {
  .mb120 {
    margin-bottom: 10px !important;
  }

  .intro_top_title span {
    margin-left: 0;
    display: block;
  }

  #intro {
    padding: 30px 20px;
  }
}

.stopSignUp {
  width: 100%;
  display: flex;
  justify-content: center;
}

.stopTextBox {
  width: 100%;
  max-width: 550px;
  background-color: rgb(45, 67, 44);
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 100px;
}

.stopTextBox .textTitle {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
}

.computerShow {
  display: block !important;
}

.mobileShow {
  display: none !important;
}

@media (max-width:480px) {
  .stopTextBox {
    padding: 20px;
  }

  .computerShow {
    display: none;
  }

  .mobileShow {
    display: block;
  }
}

@media (max-width:768px) {
  .logo[data-tag="8"] {
    height: 55px !important;
  }
}

@media (max-width:375px) {

  .intro_top_title {
    white-space: pre-line;
  }

  #activity .box .textContainer .dateContainer.date .hugeDate .dateBox {
    font-size: 36px;
  }

  #activity .box .textContainer .dateContainer.date .hugeDate .dateBox span {
    font-size: 20px;
  }

  #activity .box .textContainer .dateContainer.date .hugeDate .timeBox {
    font-size: 20px;
  }

  #activity .box .textContainer .dateContainer.date .hugeDate .timeBox span {
    font-size: 15px;
  }

  #activity .box .textContainer .dateContainer.location .littleDate {
    font-size: 28px;
  }

  #activity .box .textContainer .dateContainer.location .littleDate span {
    font-size: 16px;
  }

  .card:nth-child(1) {
    margin-bottom: 20px;
  }

  #share .box .cardContainer .card .textContainer .logo {
    height: 55px;
  }



  .logo[data-tag="8"] {
    height: 35px ;
  }
}

@media (max-width:360px) {
  .intro_top_title {
    letter-spacing: 0;
  }
}