@charset "utf-8";
/* CSS Document index */ :root {}
Body {
  font-family: Poppins, "Microsoft JhengHei", Times New Roman, serif;
  line-height: 150%;
  font-size: 20px;
  font-weight: 600;
  color: #707070;
}
main {
  position: relative;
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
}
a {
  color: #0090fc;
  text-decoration: none;
  transition: all .3s ease;
}
a:hover {
  text-decoration: none !important;
}
.navbar {
  --bs-navbar-padding-y: 0;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 0 #00000030;
}
.bg-dark {
  background-color: var(--xbgcolor-color) !important;
  border-bottom: 3px solid var(--xbgcolor3-color);
}
.navbar-brand > img {
  height: 38px;
  margin-bottom: 18px;
  margin-top: 8px;
  transition: all .5s;
}
.navbar-brand > img:hover {
  transform: scale(1.05);
}
.nav-link {
  line-height: 1.2;
  padding: 0 20px !important;
  color: #283083;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}
.nav-link:hover {
  color: #0d6efd;
}
.nav-item {
  text-align: center;
  border-left: 1px solid #3644E280;
}
.nav-item:nth-child(1) {
  border-left: 0;
}
.nav-item:nth-last-child(1) {
  padding: 0 5px;
  text-align: center;
}
.pageSection {
  position: relative;
  opacity: 0;
  top: 50px;
}
.pageSection.active {
  opacity: 1;
  top: 0;
}
.container-1550 {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  max-width: 1550px;
  width: 100%;
}
.container-1200 {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  max-width: 1200px;
}
/*將下拉選單改為 hover*/
@media only screen and (min-width: 992px) {
  .dropdown-toggle::after {
    display: none;
  }
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/*更改下拉選單樣式*/
.dropdown-menu {
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-link-hover-color: #FFFFFF;
  --bs-dropdown-link-hover-bg: #F28056;
  --bs-dropdown-border-color: #00000010;
  --bs-dropdown-item-padding-y: 0.5rem;
  --bs-dropdown-border-radius: 0;
}
.dropdown-hr {
  position: relative;
  margin-top: 1.25em;
}
.dropdown-hr-title {
  position: absolute;
  top: -1em;
  background-color: #FFF;
  padding: 0 10px;
}
.flex-cc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ll-hide {
  display: none;
}
.ss-hide {
  display: block;
}
.sign-up-icon {
  position: fixed;
  right: 5%;
  bottom: 30px;
  width: 150px;
  transition: all .5s;
  animation: zoom11 .8s infinite;
}
.sign-up-icon:hover {
  transform: scale(1.1);
  animation: zoom11 .8s 1;
}
/*標題共同區*/
.index-stitle {
  text-align: center;
}
.index-stitle img {
  height: 75px;
}
/*首頁banner區塊****************************/
.index-banner-area {
  position: relative;
  margin-top: 60px;
  padding: 0;
}
.index-banner {
  width: 100%;
  background-image: url(../images/2025index/bg_banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 6% 0 0;
}
.index-banner > div {
  margin-left: auto;
  margin-right: auto;
}
.index-banner .title {
  width: 95%;
  max-width: 920px;
  padding: 0 0 2rem;
}
.index-banner .info {
  width: 100%;
  max-width: 800px;
  padding: 1rem 15px 1rem;
  text-align: center;
  /*  background: linear-gradient(to right,rgba(107,178,204,0),rgba(133,255,235,1),rgba(80,110,153,0)); */
  background: linear-gradient(to right, rgba(2, 40, 95, 0), rgba(2, 40, 95, .5), rgba(2, 40, 95, 0));
}
.index-banner .logo {
  width: 100%;
  padding: 8px;
  background: linear-gradient(to right, rgba(255, 255, 255, .6) 0, rgba(255, 255, 255, .95) 25%, rgba(255, 255, 255, .95) 77%, rgba(255, 255, 255, .6) 100%);
}
.index-banner .logo div {
  text-align: center;
  padding: 0 25px;
}
.index-banner .logo a >  img,.index-banner .logo img {
  height: 60px;
  transition: all .5s;
}
.index-banner .logo a > img:hover {
  transform: scale(1.1);
}
.index-banner-mobile {
  display: none;
}
.download-block {
  position: absolute;
  right: 20%;
  bottom: 17.5%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 2px 2px 10px 0 #00000035;
  animation: zoom12 4s infinite;
}
.download-block img {
  width: 300px;
}
/*論壇介紹**********/
.index-intro-area {
  background-image: url("../images/2025index/bg_intro.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0 0 100px;
}
.intro-white-bg {
  padding-top: 80px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(241, 254, 255, 1) 49%, rgba(255, 255, 255, 0) 89%);
}
.intro-box-title {
  padding: 25px;
  text-align: center;
}
.intro-box-title > img {
  max-width: 590px;
  width: 100%;
}
.intro-box {
  padding: 30px 40px;
  color: #67696B;
  font-size: 100%;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .95) 10%, rgba(255, 255, 255, .95) 90%, rgba(255, 255, 255, 0) 100%);
}
.intro-box-stitle {
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 700;
  color: #283083;
}
.intro-box > p {
  margin: 25px 0 !important;
}
/*腰帶數字區**********/
.index-belt-area {
  margin-top: -150px;
  padding: 150px 0 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 1) 91%);
}
.index-belt-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: 95%;
  padding: 0 0 25px;
  border-radius: 25px;
  background-image: url("../images/2025index/bg_belt.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 3rem;
}
.belt-title {
  font-size: 175%;
  font-weight: 900;
  text-shadow: 2px 2px 5px #00000050;
  text-align: center;
  color: #FFF;
  letter-spacing: 2px;
}
.belt-counter {
  margin-top: 30px
}
.belt-counter > .photo {
  text-align: center;
}
.belt-counter > .photo > img {
  width: 54px;
}
.belt-counter > .numbers {
  text-align: center;
  font-size: 225%;
  font-weight: 900;
  text-shadow: 1px 1px 4px #00000040;
  color: #fff800;
  letter-spacing: 4px;
  padding: 25px 0;
}
.belt-counter > .note {
  text-align: center;
  font-size: 100%;
  letter-spacing: 2px;
  font-weight: 900;
  text-shadow: 1px 1px 5px #00000060;
  color: #fff;
}
/*首頁program*/
.index-program-area {
  background-image: url("../images/2025index/bg_program.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0 100px;
  border-radius: 45px 0 0 0;
}
.index-program-title {
  text-align: center;
  margin: 15px 0 30px;
}
.index-program-div {
  display: flex;
  flex-direction: row;
  font-weight: 500;
}
.index-program-div > div {
  margin: 3px;
}
.index-program-div div {
  text-align: center;
  color: #67696B;
}
.index-program-div > .date {
  flex: 1 1 12%;
}
.index-program-div > .date > div {
  color: #304682;
  font-size: 1.375rem;
  font-weight: 600;
}
.index-program-div > .aug18 {
  flex: 1 1 18%;
}
.index-program-div > .aug19 {
  flex: 1 1 27%;
}
.index-program-div > .aug20 {
  flex: 1 1 30%;
}
.index-program-div > .aug21 {
  flex: 1 1 18%;
}
.index-program-div .div-th {
  background: linear-gradient(to bottom, #4AC4C4 0, #385DC5 87%);
  height: 74px;
  font-size: 1.5rem;
  font-weight: 500 !important;
  color: #FFF !important;
  border-top: 8px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-program-div .div-td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  line-height: 1.4;
  cursor: crosshair;
  transition: all .5s ease;
}
.index-program-div .div-td:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px 0 #385DC580;
  border-radius: 15px;
  color: #000;
}
.index-program-div .div-td.noscale:hover {
  transform: scale(1);
  border-radius: 0;
}
.th-left-top {
  border-top-left-radius: 25px;
}
.th-left-bottom {
  border-bottom-left-radius: 25px;
}
.th-right-top {
  border-top-right-radius: 25px;
}
.th-right-bottom {
  border-bottom-right-radius: 25px;
}
#aug19-date, #aug20-date, #aug21-date {
  display: none;
}
.index-program-div .xs-day {
  font-size: 1rem;
  margin-left: 2px;
  padding-top: 7px;
}
.td-bg-gray {
  background-color: #F0F0FF;
}
.td-bg-pink {
  background-color: #EADBF8;
}
.td-bg-cyan {
  background-color: #C9E2F9;
}
/*計算:1h基數、1mb間距 */
.td-1h {
  height: 56px;
}
.td-1h5 {
  height: 86px;
}
.td-2h {
  height: 116px;
}
.td-3h {
  height: 176px;
}
.td-4h {
  height: 236px;
}
.td-all {
  height: 506px;
}
.program-table-note {
  text-align: right;
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFF;
  padding: 10px 5px;
}
.progran-more-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 36px;
  border: 1px solid #FFF;
  background: linear-gradient(to bottom, #77FFD4 0, #0C329A 100%);
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  width: 225px;
  padding: 7px;
  text-shadow: 1px 1px 4px #00000030;
}
.progran-more-btn:hover {
  color: #ffff99;
  text-shadow: 1px 1px 4px #00000050;
  transform: scale(1.1);
  background: linear-gradient(to bottom, #77FFD4 0, #0C329A 85%);
  box-shadow: 1px -1px 15px 0 #00000050;
}
/*講師區**********/
.index-speaker-area {
  background-image: url("../images/2025index/bg_speaker.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 100px 0 50px;
}
.speaker-title {
  text-align: center;
  margin-bottom: 40px;
}
.speaker-box {
  position: relative;
  border-radius: 20px;
  margin: 25px 25px 50px;
  background: linear-gradient(to bottom, #77FFD4 0, #557BE3 67%);
}
.speaker-box > img {
  border-radius: 20px;
}
.speaker-box-note {
  position: absolute;
  display: flex;
  height: 130px;
  width: 92%;
  background: linear-gradient(to bottom, #FFFFFF 58%, #EEEEEE 100%);
  padding: 15px 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2);
  right: -15px;
  bottom: -40px;
  font-weight: 500;
  font-size: 1.125rem;
  color: #67696B;
  line-height: 125%;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
}
.speaker-box-note > div:first-child {
  font-size: 1.25rem;
  color: #67696B;
  font-weight: 700;
  min-height: 40px;
  line-height: 140%;
  padding-bottom: 10px;
}
.speaker-box-note > div:nth-child(2) {}
/*講師slick調整*/
.speaker_prev, .speaker_next {
  position: absolute;
  width: 60px;
  opacity: .8;
  transition: all .4s ease;
  cursor: pointer;
  top: 40%;
}
.speaker_prev:hover, .speaker_next:hover {
  opacity: 1;
  transform: scale(1.15);
}
.speaker_prev {
  left: 0;
}
.speaker_next {
  right: 0;
}
.slick-dots li button:before {
  font-size: 0.8rem;
  color: #4588de !important;
}
/*Partners*/
.index-partners-area {
  padding: 100px 0 50px;
}
.partner-title {
  font-size: 1.75rem;
  letter-spacing: 2px;
  font-weight: 500;
  color: #FFF;
  padding: 8px;
  width: 210px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 36px;
  background: linear-gradient(to right, #A552CF 0, #1F38C5 94%);
}
.partner-block img {
  margin: 15px auto;
  width: 90%;
  transition: all .4s;
}
.partner-block img:hover {
  transform: scale(1.05);
}
/*頁尾Footer區塊****************************/
footer {
  font-weight: 500;
  padding: 60px 0;
  background-image: url("../images/2025index/bg_contactus.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.contact-title {
  font-family: "Calisto MT";
  font-weight: 700;
  font-size: 250%;
  color: #0000cc;
  letter-spacing: 2px;
  margin: 0 auto 50px;
}
.contact-stitle {
  font-family: "arial";
  font-weight: 200;
  font-size: 175%;
  color: #ff6600;
  letter-spacing: 4px;
  margin: 35px 5px 25px;
}
.contact-item {
  width: 90%;
  margin: 15px auto;
  color: #000;
  line-height: 200%;
}
.contact-content {
  line-height: 1.75;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #67696B;
  font-weight: 500;
}
.contact-content img {
  width: 16px;
  margin-right: 0.75rem;
  vertical-align: baseline;
}
.social-icon-group {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 30%;
}
.social-icon-group i {
  margin: 5px;
  transform: all .5s;
}
.social-icon-group i:hover {
  transform: scale(1.1);
}
.ig-color {
  color: #e30087;
}
.ig-color:hover {
  color: #e40303;
}
/*右下方報名*/
.right-bottom-icon {
  width: 160px;
  float: right;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 19;
  transition: all .4s;
}
.right-bottom-icon:hover > .right-bottom-icon2 {
  animation: fade-out 1s ease-in infinite;
}
.right-bottom-icon2 {
  width: 160px;
  float: right;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 20;
  transition: all .4s;
}
.right-bottom-icon > img {
  transition: all .4s;
  animation: rotate-taichi 3s ease-out infinite;
}
.right-bottom-icon.inside {
  width: 125px;
  right: 15px;
  bottom: 15px;
}
.right-bottom-icon2.inside {
  width: 125px;
  right: 15px;
  bottom: 15px;
}
/************************************************** 以下為內頁 *************************************/
/*內頁主Banner區塊*/
.main-banner-area {
  position: relative;
  background-image: url("../images/2025inside/bg_title-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 74px;
  font-size: 3.438rem;
  font-weight: 900;
  color: #FFF;
  display: flex;
  letter-spacing: 2px;
  align-items: center;
  justify-content: center;
  height: calc(296px + 74px);
  text-shadow: 1px 1px 4px #00000050;
}
/*內頁Information*/
/*內頁短底圖區塊*/
.inside-short-area {
  padding: 50px 0;
  position: relative;
  background-image: url("../images/2025inside/bg_inside-short.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.info-logo img {
  transition: all .3s;
}
.info-logo img:hover {
  transform: scale(1.05);
}
.info-content {
  padding: 10px 15px;
  color: #67696B;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2;
}
/*內頁Program*/
.inside-program-area {
  padding: 50px 0;
  position: relative;
  background-image: url("../images/2025inside/bg_program.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.date-btn-block {
  top: 55px;
  position: sticky;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-image: url("../images/2025inside/bg_line-date-btn.png");
  background-size: 70% 3px;
  background-repeat: no-repeat;
  background-position: center center;
}
/*滑鼠往下時縮小*/
.date-btn-block.shrink {
  background-size: 50% 2px;
  background-color: #FFF;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 2px 5px 0 #00000010;
  z-index: 5;
}
.date-btn-block.shrink .date-btn {
  font-size: 1.5rem;
  padding: 4px 0 2px;
  border-radius: 12px;
  border-width: 2px;
}
.date-btn-block div {
  flex: 0 0 33%;
  padding: 0 23px;
}
.date-btn {
  font-size: 2.25rem;
  color: #11779C;
  font-weight: 900;
  text-align: center;
  display: block;
  width: 100%;
  padding: 12px 0 8px;
  border-radius: 18px;
  border: 3px solid #11779C;
  background-color: #FFF;
  letter-spacing: 2px;
  transition: all .5s;
}
.btn-front-dot, .btn-back-dot {
  position: relative;
}
.btn-front-dot:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #11779C;
  border-radius: 50%;
  left: -6px;
  top: calc(50% - 4px);
}
.btn-back-dot:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #11779C;
  border-radius: 50%;
  right: -6px;
  top: calc(50% - 4px);
}
.date-btn .xs {
  font-size: 1rem;
  margin-left: 0.25rem;
}
.date-btn.active, .date-btn:hover {
  color: #FFFFFF;
  text-shadow: 1px 1px 4px #00000030;
  background-image: url("../images/2025inside/bg_date-btn.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tab-content.program {
  max-width: 1242px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
.program-th {
  display: flex;
  background: linear-gradient(to right, #1BB6B6 0, #385DC5 87%);
  color: #FFF;
  font-size: 1.375rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.program-th div {
  text-align: center;
  padding: 2px;
}
.tab-content.program .date {
  flex: 0 0 20%;
}
.tab-content.program .content {
  flex: 1 0 80%;
}
.program-tr {
  display: flex;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
  margin-bottom: 10px;
}
.program-tr:nth-child(even) {
  background-color: #FFF;
}
.program-tr:nth-child(odd) {
  background: linear-gradient(to bottom, #EDF3FF, #EEFFFA);
}
.program-tr div {
  padding: 10px 15px;
}
.program-tr > .date {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #67696B;
  font-size: 1.375rem;
  border-right: 2px solid #FFF;
}
.program-tr > .content {
  border-left: 2px solid #FFF;
  color: #67696B;
}
.program-tr > .content .stitle {
  color: #304682;
  font-weight: 600;
  font-size: 1.563rem;
  padding: 5px 0;
}
.program-tr > .content .keynote-intro {
  font-weight: 600;
  font-size: 1.375rem;
  padding: 5px 0;
}
.program-tr > .content .keynote-intro span {
  font-weight: 500;
  font-size: 1.25rem;
}
.program-speaker-box {
  display: flex;
  justify-content: start;
  align-items: center;
  transition: all .8s;
  padding: 0;
  cursor: pointer;
}
.program-speaker-box > div {
  padding: 0;
}
.program-speaker-box .photo-outline {
  width: 80px;
  height: 80px;
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #47B4C4, #3963C5);
}
.program-speaker-box .photo-outline .photo {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #FFF;
}
.program-speaker-box .intro, .program-speaker-nobox .intro {
  flex: 1 1 auto;
  padding-left: 10px;
  color: #67696B;
  font-size: 1.25rem;
  line-height: 1;
}
.program-speaker-nobox {
  margin-left: -30px;
  padding: 0 !important;
}
.program-speaker-nobox .intro {
  padding: 0 !important;
}
.program-speaker-box .intro span, .program-speaker-nobox .intro span {
  font-size: 0.938rem;
}
.program-speaker-box:hover {
  transform: scale(1.05);
  background-color: #FFF;
  border-radius: 50px;
  box-shadow: 2px 2px 10px 0 #0066ff50;
}
.program-speaker-box:hover .intro {
  color: #283083;
}
/*Program Panel 樣式*/
.program-session-title.p1 {
  border-bottom: 3px solid #0AB46D;
}
.program-session-title.p2 {
  border-bottom: 3px solid #8534B4;
}
.program-session-title .program-panel {
  width: fit-content;
  font-size: 1.75rem;
  letter-spacing: 1px;
  color: #FFF;
  line-height: 1.4;
  padding: 8px 25px;
  border-radius: 16px 16px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.program-session-title.p1 .program-panel {
  background-image: url("../images/2025inside/bg_program-panel-green.png");
}
.program-session-title.p2 .program-panel {
  background-image: url("../images/2025inside/bg_program-panel-purple.png");
}
.panelist-title {
  margin-left: -15px;
  color: #101DD3;
  font-size: 1.438rem;
  padding: 0 !important;
}
/*Program Comming soon*/
.comming-soon-box {
  background: linear-gradient(to bottom, #EDF3FF, #EEFFFA);
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #304682;
  font-weight: 600;
  font-size: 1.563rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
}
/*Program Day3 */
.program-th.day3 > .date {
    flex: 0 0 16.66666667%;
}
.program-tr.day3 > .date {
    flex: 0 0 16.66666667%;
    text-align: center;
    border-right: 1px dashed #DDD;
    line-height: 2;
    background-color:#f2f2f250;
}
.program-th.day3 > .content, {
    flex: 1 0 85%;
}
.program-tr.day3 > .content {
    flex: 1 0 85%;
}
.tour-block{
  background-color: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}
.lg-show{
  display: inline;
}
.xs-show{
  display: none;
}
.date-list{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    border-right: 1px dashed #DDD;
    color: #67696B;
    font-size: 1.375rem;
    background-color:#f2f2f250;
    line-height: 2;
}
.am-block, .pm-block {
  padding: 15px;
  background-color: #FFF;
  line-height: 2;
  margin-bottom: 10px;
}
.am-block > .title, .pm-block > .title {
  color: #304682;
  font-weight: 600;
  font-size: 1.5rem;
  background-color: #f2f2f280;
  margin-bottom: 12px;
  padding: 10px 20px;
  border-radius: 15px;
}
.am-block .subject {
  color: #333;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0 15px;
  vertical-align: baseline;
}
.am-block .subject:before {
  content: "●";
  margin-right: 0.5rem;
  font-size: 65%;
  color: #385DC5;
}
.am-block .subject i {
  margin-right: 0.25rem;
  color: #304682;
}
.am-block .detail {
  font-size: 1.125rem;
  margin: 0 15px;
  padding: 5px 1.35rem;
}
.pm-block .subject {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  margin: 10px 5px;
  font-weight: 600;
}
.pm-block .photo {
  padding: 0 10px;
}
.pm-block .photo img {
  width: 60px;
}
.pm-block .subject .words {
  position: relative;
  flex: 1 1 95%;
  padding: 5px 0;
}
.pm-block .subject .words:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-image: linear-gradient(to right, #ddd 0%, #ddd 60%, transparent 60%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-top: 5px;
}
.pm-block .detail {
  position: relative;
  font-size: 1.2rem;
  margin: 0 3.5%;
  padding: 0 3.5%;
  border-left: 1px solid #1BB6B6;
}
.dlineContent-noteTitle {
  border: 1px solid #E2E2E2;
  color: #099595;
  background-color: #EEEEEE;
  padding: 0 6px;
  display: inline-block;
  line-height: 1.5;
  margin: 8px 8px 8px -1rem;
  border-radius: 5px;
}
.dlineContent-noteTitle i {
  margin-right: 0.5rem;
}
.photo-block {
  position: relative;
}
.photo-slice {
  padding: 15px;
}
.photo-slice img {
  border-radius: 15px;
  box-shadow: 2px 2px 10px 0 #00000030;
  width: 100%;
}
.photo_prev, .photo_next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 15;
  opacity: .9;
  transition: all .5s;
}
.photo_prev {
  left: 19.75%;
}
.photo_next {
  right: 19.75%;
}
.photo_prev > img, .photo_next > img {
  width: 50px;
}
/**slick 前後兩項縮小*********/
.photo-slice .slick-slide {
  transform: scale(0.9);
  opacity: 0.35;
  border-collapse: collapse;
}
.photo-slice .slick-current {
  transform: scale(1);
  opacity: 1;
}
/*內頁program講師Modal*/
.modal.speaker {
  color: #FFF;
  font-weight: 600;
}
.modal.speaker .btn-close-modal {
  position: absolute;
  right: -25px;
  top: 20%;
  width: 70px;
  height: 70px;
  z-index: 1500;
}
.modal.speaker .btn-close-modal img {
  transition: all .4s;
  cursor: pointer;
}
.modal.speaker .btn-close-modal img:hover {
  transform: scale(1.2);
}
.modal.speaker .btn-close-spacer { /*簡單X按鈕*/
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal.speaker .btn-close-spacer img { /*隱形的輔助按鈕*/
  width: 50px;
  cursor: pointer;
  opacity: .5;
  transition: all .4s;
}
.modal.speaker .btn-close-spacer img:hover { /*隱形的輔助按鈕*/
  transform: scale(1.1);
  opacity: .9;
  animation: rotate-taichi 1s ease-in-out 1;
}
.modal.speaker .modal-content {
  background: linear-gradient(to bottom, #0C329A, #77FFD4);
  border: 0;
  border-radius: 18px;
  max-height: 600px;
}
.speaker-modal-box {
  display: flex;
  padding: 20px 10px;
  align-items: flex-start;
}
.speaker-modal-box .photo {
  flex: 0 0 40%;
  background-color: #FFF;
  max-width: 360px;
  height: 402px;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.speaker-modal-box .intro .title {
  font-size: 1.875rem;
  font-weight: 600;
}
.speaker-modal-box .intro {
  flex: 1 0 60%;
  padding: 10px 0;
  padding-left: 25px;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 1px 1px 3px #00000050;
}
.speaker-modal-box .intro .position {
  font-size: 1.25rem;
  font-weight: 500;
}
.speaker-modal-box .intro .content {
  max-height: 300px;
  background-color: rgba(0, 0, 0, .05);
  overflow-y: auto;
  padding: 10px;
  border-radius: 10px;
}
/*內頁Tickets*/
.ticket-ul-main li {}
ul.ticket-ul-main li {
  list-style-image: url("../images/2025inside/dot-tickets-main.png");
}
.table-tickets {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
.table-tickets-th {
  display: flex;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 1px;
  background-image: url("../images/2025inside/bg_tickets-th.png");
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 1.375rem;
  margin-bottom: 15px;
}
.table-tickets-th div {
  text-align: center;
  padding: 14px;
}
.table-tickets-th .ticket {
  flex: 0 0 26%;
}
.table-tickets-th .program {
  flex: 0 0 37%;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.table-tickets-th .fee {
  flex: 0 0 37%;
}
.table-tickets-tr {
  display: flex;
  color: #67696B;
  font-weight: 500;
  border: 1px solid #86919C;
  background-color: #FFF;
  border-radius: 16px;
  color: 1.25rem;
  min-height: 132px;
  margin-bottom: 15px;
  overflow: hidden;
}
.table-tickets-tr .photo {
  flex: 0 0 2%;
  background: linear-gradient(to bottom, #2E64B5, #18AC81);
}
.table-tickets-tr .ticket {
  flex: 0 0 24%;
  padding: 15px;
  display: flex;
  align-items: center;
}
.table-tickets-tr .program {
  flex: 0 0 37%;
  border-left: 1px solid #86919C;
  border-right: 1px solid #86919C;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.table-tickets-tr .program img {
  margin-right: 0.75rem;
}
.table-tickets-tr .fee {
  flex: 0 0 37%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-td-title { /*手機板內頁小標:先隱藏*/
  display: none;
}
.ticket-btn {
  display: block;
  width: 260px;
  border-radius: 10px;
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, .25);
  padding: 13px;
  margin: 25px;
  font-size: 1.313rem;
  font-weight: 500;
  transition: all .5s;
}
.ticket-btn:hover {
  color: #FFF;
  transform: scale(1.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
#group {
  background: linear-gradient(to bottom, #FFC363 0, #FFA85C 26%);
}
#individual {
  background: linear-gradient(to bottom, #DEA9EC 0, #B784F5 26%);
}
/*Travel*/
.travel-4item-box {
  display: block;
  position: relative;
  margin: 15px;
  border-radius: 16px;
  border: 4px solid #DDD;
  background: linear-gradient(to bottom, #FFFFFF 58%, #EEEEEE 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 118px;
  font-size: 1.625rem;
  font-weight: 500;
  padding: 10px;
  padding-right: 10%;
  line-height: 1.5;
  transition: all .4s;
}
.travel-4item-box:hover {
  transform: translate(-7px, -7px);
  box-shadow: 7px 7px 0 0 #c2eafd;
}
.travel-4item-box:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 100px;
  height: 100px;
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: 95% center;
}
#travel-visa {
  color: #900026;
  border: 4px solid #FFA9DC;
  background: linear-gradient(to bottom, #FFFFFF 58%, #FFEEEE 100%);
}
#travel-visa:after {
  background-image: url("../images/2025inside/photo_travel-VISA.svg");
  right: 15px;
}
#travel-tourism {
  color: #3B0487;
  border: 4px solid #AA8AF4;
  background: linear-gradient(to bottom, #FFFFFF 58%, #E8D9FF 100%);
}
#travel-tourism:after {
  background-image: url("../images/2025inside/photo_travel-tourism.svg");
}
#travel-airport {
  color: #148174;
  border: 4px solid #6EE2D9;
  background: linear-gradient(to bottom, #FFFFFF 58%, #E2FFFC 100%);
}
#travel-airport:after {
  background-image: url("../images/2025inside/photo_travel-airport.svg");
}
#travel-hotel {
  color: #0F7B3E;
  border: 4px solid #61D554;
  background: linear-gradient(to bottom, #FFFFFF 58%, #E2FFEC 100%);
}
#travel-hotel:after {
  background-image: url("../images/2025inside/photo_travel-hotel.svg");
}
.hotel-list-title {
  text-align: center;
  font-size: 2.5rem;
  color: #000037;
  margin-top: 1rem;
}
.hotel-box {
  display: flex;
  border-radius: 26px;
  overflow: hidden;
  min-height: 300px;
  background: linear-gradient(to bottom, #FFFFFF 86%, #EBEBEB 100%);
  margin: 0 10px 35px;
}
.hotel-box .photo {
  flex: 0 0 48%;
  height: 300px;
  background-size: 105%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .8s;
}
.hotel-box .photo:hover {
  flex: 0 0 48%;
  height: 300px;
  background-size: 125%;
  background-repeat: no-repeat;
  background-position: center center;
}
.hotel-box .content {
  flex: 0 0 52%;
}
.hotel-box .content .title {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: cneter center;
  background-image: url("../images/2025inside/bg_hotel-title.png");
  padding: 10px 20px;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFF;
}
.hotel-box .content .detail {
  padding: 10px 20px;
  line-height: 1.4;
  font-size: 1.25rem;
  color: #67696B;
  font-weight: 500;
}
.hotel-box .content .weblink {
  text-align: right;
  padding: 0 20px;
}
.weblink-btn {
  font-size: 1.063rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  border-radius: 36px;
  padding: 5px 20px;
  background: linear-gradient(to bottom, #77FFD4, #0C329A);
  transition: all .3s;
}
.weblink-btn:hover {
  background: none;
  background-color: #0C329A;
  color: #FFF;
  transform: scale(1.05);
}
/*******************************************************************************************


其他RWD版面開始


********************************************************************************************/
@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1400px) {}
@media only screen and (max-width: 1200px) {
  a.nav-link {
    padding: 0 20px !important;
  }
  /*首頁banner 1200*/
  .index-banner {
    padding: 7.5% 0 0;
  }
  .index-banner .title {
    width: 90%;
    max-width: 750px;
    padding: 0 0 2rem;
  }
  .index-banner .logo div {
    padding: 0 15px;
  }
  .index-banner .logo a > img ,.index-banner .logo img{
    height: 55px;
  }
}
@media only screen and (max-width: 992px) {
  /*更改下拉選單樣式*/
  .nav-link {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.5;
    text-align: center;
    border-top: 1px solid #00000015;
  }
  .nav-item {
    font-weight: 500;
    padding: 10px 0;
    background-color: #eeeeee40;
    border-left: 0;
  }
  .dropdown-menu {
    --bs-dropdown-border-color: #00000000;
  }
  .dropdown-menu > li {
    border-top: 1px solid #dddddd;
    padding-left: 1em;
  }
  /*首頁banner 992*/
  .index-banner {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10% 0 0;
  }
  .index-banner .title {
    width: 90%;
    max-width: 650px;
    padding: 0 0 2rem;
  }
  .index-stitle img {
    height: 60px;
    max-width: 100%;
  }
  .index-banner .logo div {
    padding: 0 10px;
  }
  .index-banner .logo a > img, .index-banner .logo img {
    height: 45px;
  }
  /*首頁program 992*/
  .index-program-div .div-th {
    font-size: 1.25rem;
  }
  .index-program-div .xs-day {
    margin-left: 1px;
  }
  .index-program-div > .date > div {
    font-size: 1.25rem;
  }
  .index-program-div .div-td {
    font-size: 1.125rem;
    line-height: 1.25;
    padding-left: 5px;
    padding-right: 5px;
  }
  /*右下方報名992 */
  .right-bottom-icon, .right-bottom-icon.inside {
    width: 100px;
    right: 15px;
    bottom: 15px;
  }
  .right-bottom-icon2, .right-bottom-icon2.inside {
    width: 100px;
    right: 15px;
    bottom: 15px;
  }
  /*內頁Program 992*/
  .date-btn-block div {
    padding: 0 10px;
  }
  .date-btn {
    font-size: 1.75rem;
  }
  /*內頁program講師Modal 992*/
  .speaker-modal-box {
    flex-direction: column;
  }
  .modal.speaker .btn-close-modal {
    right: -10px;
    top: 2vh;
    width: 60px;
    height: 60px;
  }
  .modal.speaker .btn-close-spacer {
    right: 2px;
    top: 2px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    padding: 5px;
  }
  .modal.speaker .btn-close-spacer img {
    width: 40px;
  }
  .speaker-modal-box .photo {
    width: 100%;
    padding-top: 85%;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .speaker-modal-box .intro {
    flex: 1 0 100%;
    padding: 10px 0;
  }
  .modal.speaker .modal-content {
    max-height: 85vh;
  }
  .speaker-modal-box .intro .content {
    max-height: fit-content;
    background-color: transparent;
    padding: 0;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .ll-hide {
    display: block;
  }
  .ss-hide {
    display: none;
  }
  /*首頁banner 768*/
  .index-banner {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10% 0 0;
  }
  .index-banner .title {
    width: 85%;
    max-width: 450px;
    padding: 0;
  }
  /*首頁program 768*/
  .index-program-div {
    flex-wrap: wrap;
    border-radius: 35px;
    overflow: hidden;
  }
  .index-program-div br {
    display: none;
  }
  .index-program-div > .date {
    flex: 1 1 20%;
  }
  .index-program-div > .aug18 {
    flex: 1 1 35%;
  }
  .index-program-div > .aug19 {
    flex: 1 1 35%;
  }
  .index-program-div > .aug20 {
    flex: 1 1 35%;
  }
  .index-program-div > .aug21 {
    flex: 1 1 35%;
  }
  #aug20-date {
    display: unset;
  }
  .th-left-top {
    border-top-left-radius: 0;
  }
  .th-left-bottom {
    border-bottom-left-radius: 0;
  }
  .th-right-top {
    border-top-right-radius: 0;
  }
  .th-right-bottom {
    border-bottom-right-radius: 0;
  }
  /*內頁Program 768*/
  .date-btn .xs {
    display: block;
  }
  /*Footer 768px*/
  .contact-content {
    padding-left: 0.5rem;
    padding-top: 2rem;
    line-height: 1.75;
    font-size: 1.125rem;
    letter-spacing: 0;
    color: #67696B;
    font-weight: 500;
  }
  .social-icon-group {
    font-size: 2.5rem;
    text-align: left;
    margin-top: 15px;
  }
  /*內頁主Banner區塊 768*/
  .main-banner-area {
    background-image: url("../images/2025inside/bg_title-banner-mobile.jpg");
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 1px;
    height: calc(280px + 74px);
  }
  /*內頁Program 768*/
  .date-btn-block div {
    padding: 0 5px;
  }
  .date-btn {
    font-size: 1.5rem;
    border: 2px solid #11779C;
  }
  .btn-front-dot:before, .btn-back-dot:after {
    display: none;
  }
  .date-btn-block.shrink .date-btn {
    font-size: 1.25rem;
    padding: 2px 0 0;
    border-radius: 12px;
    border-width: 1px;
  }
  .tab-content.program {
    padding: 0 15px;
  }
  .program-th, .program-tr {
    flex-wrap: wrap;
  }
  .program-th .date {
    flex: 0 0 100% !important;
    border-bottom: 1px dashed #FFFFFF50;
  }
  .program-th .content {
    flex: 0 0 100% !important;
  }
  .program-tr .date {
    flex: 0 0 100% !important;
    border-right: 0;
    border-bottom: 1px dashed #DDD;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  .program-tr .content {
    flex: 0 0 100% !important;
    border-left: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
}
/*******************************************************************************************


行動版面開始


********************************************************************************************/
/* 桌面版面: 559px 最大*/
@media only screen and (max-width: 576px) {
  .navbar {
    box-shadow: 0 4px 10px 0 #00000030;
  }
  .nav-link {
    font-size: 1.5rem;
    font-weight: 600;
  }
  a.nav-link {
    padding: 10px 0 !important;
  }
  .nav-item {
    padding: 0;
  }
  .nav-item:nth-last-child {
    margin-bottom: 15px;
  }
  .navbar-brandg {
    height: 40px;
  }
  .navbar-brand > img {
    height: 35px;
  }
  /*首頁banner 559*/
  .index-banner-area {
    margin-top: 50px;
  }
  .index-banner {
    padding: 12.5% 0 0;
    background-image: url(../images/2025index/bg_banner-mobile.jpg);
  }
  .index-banner .title {
    width: 85%;
    max-width: 450px;
    padding: 0;
  }
  .index-banner .logo {
    background-color: #FFFFFF90;
  }
  .index-stitle img {
    height: 70px;
    max-width: 95%;
  }
  .index-intro-area {
    padding: 0;
  }
  .intro-box-stitle {
    display: block;
    width: 100%;
    padding-top: 2rem;
    margin-bottom: -1rem;
    line-height: 1;
    font-size: 1.25rem;
    letter-spacing: 0;
    font-weight: bolder;
    color: #283083;
  }
  .intro-box-title {
    padding: 0;
  }
  .intro-box {
    font-size: 1.125rem;
    padding: 20px 0 150px;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0, rgba(255, 255, 255, .95) 50%, rgba(255, 255, 255, .7) 100%);
  }
  .index-belt-area {
    margin-top: -250px;
    padding: 150px 0 40px;
  }
  .belt-title {
    font-size: 125%;
    letter-spacing: 0;
  }
  .belt-counter > .numbers {
    font-size: 200%;
  }
  .belt-counter > .note {
    font-size: 100%;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 125%;
  }
  /*首頁program 559*/
  .index-program-area {
    border-radius: 0;
  }
  .index-program-div {
    border-radius: 0;
  }
  .index-program-div > div {
    margin: 2px;
  }
  .index-program-div .div-th {
    flex-direction: column;
    line-height: 1.2;
    margin-top: 1rem;
  }
  .index-program-div .div-td {
    color: #000;
  }
  .index-program-div .div-td:hover {
    transform: scale(1);
    box-shadow: none;
    border-radius: 0;
  }
  .index-program-div .xs-day {
    display: block;
  }
  .index-program-div .div-td {
    line-height: 1.3;
    font-size: 1.125rem;
    padding-left: 2px;
    padding-right: 2px;
  }
  .index-program-div > .date {
    flex: 1 1 10%;
  }
  .index-program-div > .aug18 {
    flex: 1 1 30%;
  }
  .index-program-div > .aug19 {
    flex: 1 1 42%;
  }
  .index-program-div > .aug20 {
    flex: 1 1 48%;
  }
  .index-program-div > .aug21 {
    flex: 1 1 22%;
  }
  /*首頁speaker 559*/
  .speaker-box {
    position: relative;
    border-radius: 20px;
    margin: 30px 25px;
  }
  .speaker-title {
    font-size: 200%;
    letter-spacing: 2px;
  }
  .speaker-box-note {
    padding: 10px;
    border-radius: 15px;
    line-height: 125%;
    width: 100%;
    right: 0;
    bottom: -20px;
  }
  /*slick 調整*/
  .speaker_prev {
    left: 0;
    bottom: -10%;
  }
  .speaker_next {
    left: auto;
    right: 0;
    bottom: -10%;
  }
  .speaker_prev, .speaker_next {
    width: 55px;
    height: 55px;
  }
  .slick_speaker.slick-dots {
    position: absolute;
    bottom: -40px;
    list-style: none;
    display: block !important;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    left: auto;
    height: auto;
    background-color: transparent;
  }
  .slick_speaker.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick_speaker.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
  }
  .slick_speaker.slick-dots li.slick-active button:before {
    color: black;
    backgrond-color: transparent;
    opacity: 1;
  }
  /*partner 559*/
  .partner-block img {
    max-width: 320px;
  }
  /*Footer 559*/
  .contact-content {
    font-size: 1rem;
  }
  .contact-content img {
    width: 12px;
    margin-right: 0.5rem;
  }
  /*內頁主Banner區塊 559*/
  .main-banner-area {
    background-image: url("../images/2025inside/bg_title-banner-xs.jpg");
    height: calc(180px + 74px);
  }
  /*內頁program 559*/
  .program-session-title .program-panel {
    width: 100%;
    font-size: 1.375rem;
    letter-spacing: 0;
    color: #FFF;
    line-height: 1.4;
    padding: 10px 15px;
    border-radius: 16px 16px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .date-btn-block.shrink {
    padding-top: 25px;
    border-radius: 0 0 10px 10px;
  }
  .date-btn {
    font-size: 1.25rem;
    border-radius: 10px;
    letter-spacing: 0;
  }
  .program-th .date {
     display: none;
    }
  .program-tr .content .stitle {
    font-size: 1.375rem;
  }
  .program-tr div {
    padding: 10px 5px;
  }
  .program-tr .content .keynote-intro {
    font-size: 1.25rem;
  }
  .panelist-title {
    margin-left: -5px;
  }
  .program-speaker-nobox {
    margin-left: 0;
  }
  .modal.speaker .btn-close-modal {
    right: -10px;
    top: 5vh;
  }
  .modal.speaker .btn-close-spacer {
    position: fixed;
    right: 5px;
    top: 5vh;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    padding: 5px;
  }
  /*program D3 559*/

.lg-show{
  display: none;
}
.xs-show{
  display: inline;
}
.date-list{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    border-right: none;
    border-bottom: 1px dashed #DDD;
    color: #67696B;
    font-size: 1.375rem;
    background-color:#f2f2f250;
    line-height: 2;
}
.date-list br{
  display: none;
}
  .am-block, .pm-block {
    line-height: 1.5;
  }
  .am-block .title, .pm-block .title {
    font-size: 1.375rem;
    font-weight: 500;
  }
  .am-block .subject {
    font-size: 1.2rem;
  }
  .pm-block .photo {
    display: none;
}
.pm-block .subject .words {
    font-weight: 500;
    color: #009999;
}
  .am-block .detail {
    font-size: 1.125rem;
    margin: 0;
    padding: 5px;
    line-height: 1.5;
  }
  .pm-block .subject {
    flex-direction: column;
  }
  .pm-block .detail {
    position: relative;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
    border-left: 0;
  }
  .photo-slice img {
    border-radius: 5px;
  }
  .photo-slice {
    padding: 0;
  }
  #t1-prev,#t2-prev{
    left: -25px;
    width:50px;
  }
  #t1-next,#t2-next{
    right: -25px;
    width:45px;
  }
  /*內頁tickets 559*/
  .table-tickets-th {
    display: none;
    flex-wrap: wrap;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .table-tickets-th div {
    text-align: center;
    padding: 5px;
  }
  .table-tickets-th .ticket {
    flex: 0 0 100%;
    border-bottom: 1px solid #FFFFFF50;
  }
  .table-tickets-th .program {
    flex: 1 1 70%;
    border-left: 0;
    border-right: 1px solid #FFFFFF50;
  }
  .table-tickets-th .fee {
    flex: 1 1 30%;
  }
  .table-tickets-tr {
    display: flex;
    flex-wrap: wrap;
  }
  .table-tickets-tr .photo {
    display: none;
  }
  .table-tickets-tr .ticket {
    flex: 0 0 100%;
    padding: 10px;
    display: flex;
    color: #FFF;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    border-bottom: 1px solid #86919C;
    background-image: url(../images/2025inside/bg_tickets-th.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .table-tickets-tr .program {
    flex: 1 1 70%;
    border-left: 0;
    padding: 10px;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    min-height: 115px;
  }
  .table-tickets-tr .fee {
    flex: 1 1 30%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .m-td-title { /*手機板內頁小標:先隱藏*/
    display: block;
    width: 100%;
    color: #304682;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC99;
  }
  .ticket-btn {
    padding: 10px;
    margin: 10px;
  }
  /*內頁travel 559*/
  .travel-4item-box {
    display: block;
    position: relative;
    margin: 15px 0;
    border-radius: 16px;
    border: 4px solid #DDD;
    background: linear-gradient(to bottom, #FFFFFF 58%, #EEEEEE 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 15px;
    padding-right: 15%;
    line-height: 1.5;
    transition: all .4s;
  }
  .travel-4item-box:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 100px;
    height: 100px;
    background-size: auto 45%;
    background-repeat: no-repeat;
    background-position: 95% center;
  }
  #travel-visa:after {
    right: 5px;
  }
  .hotel-box {
    flex-direction: column;
    min-height: unset;
  }
  .hotel-box .photo {
    flex: 0 0 100%;
    padding-bottom: 60%;
    width: 100%;
    height: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .hotel-box .content {
    flex: 0 0 52%;
    padding-bottom: 15px;
  }
}
/*動畫***********************************************/
@keyframes rotate-taichi {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
    opacity: .5;
  }
  90% {
    transform: scale(1);
    opacity: .5;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(4);
    opacity: 0;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes orange-circle {
  0% {
    transform: scale(.5);
    opacity: 0;
  }
  50% {
    transform: scale(.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes orange-arrow {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes zoom11 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: .8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom12 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  10% {
    transform: scale(1.05);
    opacity: .8;
  }
  20% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}