:root{
  --green:#95e51d;
  --green-dark:#49b322;
  --olive:#9bc53d;
  --yellow:#f4e08d;
  --beige:#e9d88d;
  --pink:#f47c8f;
  --pink-dark:#e85e75;
  --red:#ef5b63;
  --orange:#f7b22e;
  --text:#222;
  --muted:#666;
  --bg-gray:#efefef;
  --panel:#ffffff;
  --purple:#4a4782;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:"Noto Sans TC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:#f8f7f2;
}
.navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%236dde0c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}
.navbar-toggler:hover .navbar-toggler-icon{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
  filter: brightness(1.1)!important;
}

a{text-decoration:none}
.site-header{
  background:#000;
  z-index:1030;
}
.navbar-brand{font-weight:900;color:#fff !important}
.brand-badge{
  background:linear-gradient(135deg,#ffbd2e,#ff7f27);
  color:#fff;
  border-radius:999px;
  padding:.15rem .55rem;
  font-size:.75rem;
  font-weight:800;
}
.brand-text{font-size:1rem;letter-spacing:.03em}
.nav-link{
  color:#fff !important;
  font-weight:700;
  opacity:.9;
  padding:1rem .9rem !important;
}
.nav-link.active,.nav-link:hover{color:var(--green) !important;opacity:1}

/*hero*/
.hero-section{
  margin:0;
  padding:0;
}

.hero-banner{
  width:100%;
  line-height:0;
}

.hero-banner picture{
  display:block;
  width:100%;
}

.hero-banner img{
  display:block;
  width:100%;
  height:auto;
}
.hero-banner img{
  vertical-align:top;
}


/*event*/
.event-info-section{
  background:#8fe61c;
  position:relative;
}

.event-info-box{
  max-width:1000px;
  background:rgba(255,255,255,1);
  border:5px solid rgba(146,219,81,1.00);
  border-radius:8px;
  padding:1.75rem 2rem 1.5rem;
  box-shadow:0 0 0 2px rgba(170,255,0,.15) inset;
}

.info-title img{
  display:block;
  max-width:100%;
  height:auto;
}

.info-col{
  height:100%;
}

.session-list,
.price-list{
  display:flex;
  flex-direction:column;
  gap:.75rem;
}

.session-item,
.price-item{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.35rem;
  color:#111;
  font-weight:700;
  line-height:1.5;
}

.session-tag,
.price-tag{
  display:inline-block;
  background:#c9f27a;
  color:#000;
  font-weight:900;
  padding:.15rem .45rem;
  line-height:1.2;
}

.session-main,
.price-text{
  font-size:1.125rem;
}

.session-sub{
  font-size:1rem;
  font-weight:500;
}

.gift-banner,
.feature-image{
  display:block;
  max-width:100%;
  height:auto;
}

.gift-banner-wrap{
  text-align:left;
}

@media (max-width:767.98px){

  .gift-banner-wrap{
    text-align:center;
  }

  .gift-banner,
  .feature-image{
    width:100%;
    max-width:320px;
    margin:auto;
  }

}
.gift-banner-wrap{
  position:relative;
}

.gift-banner{
  display:block;
  max-width:100%;
  height:auto;
}

/* Desktop */
@media (min-width:991px){

  .gift-banner{
    margin-left:-2.0rem!important;
  }

}
@media (min-width:768px){

  .gift-banner{
    margin-left:-0.9rem;
  }

}

.signup-img-btn{
  position:relative;
  display:inline-block;
  text-decoration:none;
}

.signup-img-btn img{
  display:block;
  max-width:100%;
  height:auto;
  transition:opacity .25s ease;
}

.signup-img-btn .img-hover{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
}

.signup-img-btn:hover .img-hover,
.signup-img-btn:focus .img-hover{
  opacity:1;
}

.signup-img-btn:hover .img-default,
.signup-img-btn:focus .img-default{
  opacity:0;
}

@media (max-width: 991.98px){
  .event-info-box{
    padding:1rem .9rem 1.25rem;
    border-width:6px;
  }

  .session-main,
  .price-text{
    font-size:1rem;
  }

  .session-sub{
    font-size:.95rem;
  }
}

@media (max-width: 767.98px){
  .event-info-section{
    padding-top:1.25rem;
    padding-bottom:1.25rem;
  }

  .event-info-box{
    max-width:360px;
    padding:1rem .85rem 1.2rem;
    border-width:5px;
  }

  .info-top-row{
    row-gap:1.25rem;
  }

  .session-item,
  .price-item{
    gap:.3rem;
  }

  .session-tag,
  .price-tag{
    padding:.12rem .42rem;
    font-size:1rem;
  }

  .session-main,
  .price-text{
    font-size:1rem;
  }

  .session-sub{
    font-size:.95rem;
  }

  .gift-banner-wrap{
    text-align:center !important;
  }

  .gift-banner,
  .feature-image{
    width:100%;
    max-width:300px;
  }

  .signup-img-btn{
    width:auto;
    max-width:220px;
  }

  .signup-img-btn img{
    width:100%;
  }
}

/*ip*/
.ip-event-section{
  background:#ffffff;
}

.ip-event-wrap{
  max-width:1280px;
}
.ip-hero-wrap{
  position:relative;
}

.ip-bubble-wrap{
  position:relative;
  margin-top:-70px; /* 往上疊 */
  z-index:2;
}

.ip-hero picture,
.ip-hero img{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}

.ip-summary{
  color:#111;
}

.ip-summary-line{
  font-size:2rem;
  line-height:1.7;
  font-weight:700;
  letter-spacing:.02em;
}

/* 對話框整體 */
.ip-bubble-wrap{
  width:100%;
  max-width:950px;
  margin-left:auto;
  margin-right:auto;
}

/* 上方 / 下方圖 */
.ip-bubble-top picture,
.ip-bubble-top img,
.ip-bubble-bottom picture,
.ip-bubble-bottom img{
  display:block;
  width:100%;
  height:auto;
}

/* 中間可延伸區 */
.ip-bubble-body{
  background-image:url("../images/bubble-body.png");
  background-repeat:repeat-y;
  background-position:center top;
  background-size:100% auto;
  margin-top:-1px;
  margin-bottom:-1px;
  padding:1.2rem 2.5rem 1.2rem;
}

.ip-bubble-content{
  color:#111;
}

.ip-bubble-content p{
  margin:0 0 .9rem;
  font-size:1.45rem;
  line-height:1.4;
  font-weight:600;
}

.ip-highlight{
  color:#ff5d67;
  font-weight:600;
	font-size: 1.85rem;
}

/* 平板以下 */
@media (max-width: 991.98px){
  .ip-summary-line{
    font-size:1.5rem;
    line-height:1.7;
  }

  .ip-bubble-body{
    padding:1rem 1.75rem 1rem;
  }

  .ip-bubble-content p{
    font-size:1.25rem;
    line-height:1.8;
  }
}

/* 手機版 */
@media (max-width: 767.98px){
  .ip-event-section{
    padding-top:1.25rem;
    padding-bottom:1.5rem;
  }

  .ip-event-wrap{
    max-width:360px;
  }

  .ip-summary{
    margin-top:1rem !important;
    padding-left:.25rem;
    padding-right:.25rem;
  }

  .ip-summary-line{
    font-size:1rem;
    line-height:1.9;
    font-weight:700;
    margin-bottom:.15rem !important;
  }
  .ip-bubble-wrap{
    max-width:320px;
    margin-top:-3.4rem !important;

  }
	.ip-highlight{
  color:#ff5d67;
  font-weight:600;
	font-size: 1.45rem;
}
  .ip-bubble-body{
    background-image:url("../images/bubble-body-m.png");
    background-repeat:repeat-y;
    background-position:center top;
    background-size:100% auto;
    padding:.95rem 1.1rem 1.05rem;
  }

  .ip-bubble-content p{
    font-size:.95rem;
    line-height:1.95;
    margin-bottom:.6rem;
  }
}

/*story*/
.story-activity-section{
  background:#ffffff;
}

.story-activity-wrap{
  max-width:1000px;
}

/* 綠框 */
.story-frame-top picture,
.story-frame-top img,
.story-frame-bottom picture,
.story-frame-bottom img{
  display:block;
  width:100%;
  height:auto;
}

.story-frame-body{
  background:url("../images/green-frame-body.png") repeat-y center top;
  background-size:100% auto;
  margin-top:-1px;
  margin-bottom:-1px;
  padding:1.5rem 1.5rem 1.75rem;
}

/* 通用區塊 */
.story-part + .story-part{
  margin-top:2.5rem;
}

.part-title-wrap{
  margin-bottom:1.25rem;
}

.part-title-wrap img{
  display:inline-block;
  max-width:100%;
  height:auto;
}

.part-intro{
  color:#111;
  margin-bottom:1.5rem;
}

.part-intro p{
  margin:0 0 .55rem;
  font-size:1.25rem;
  line-height:1.9;
  font-weight:500;
}

/* 白卡 */
.white-card{
  background:#fff;
  border-radius:12px;
  padding:2rem 2.2rem;
  box-shadow:0 0 0 1px rgba(255,255,255,.9);
}

/* Part2 */
.book-list-card{
  max-width:720px;
  margin:0 auto;
}
@media (max-width: 991.98px){
	.book-list-card{
  max-width:640px;
  margin:0 auto;
}
	}

.book-item{
  margin-bottom:1.5rem;
}

.book-thumb{
  width:120px;
  max-width:100%;
  height:auto;
}

.book-title{
  margin:0 0 .6rem;
  color:#ef6d73;
  font-size:1.6rem;
  line-height:1.4;
  font-weight:900;
  text-align:left;
}

.book-desc{
  color:#222;
  font-size:1.1rem;
  line-height:1.9;
  text-align:left;
}

/* Part3 / Part4 */
.cube-card,
.boardgame-card{
  max-width:720px;
  margin:0 auto;
}
@media (max-width: 991.98px){
.cube-card,
.boardgame-card{
  max-width:640px;
  margin:0 auto;
}
	}

.cube-img{
  width:180px;
  max-width:100%;
}

.boardgame-img{
  width:230px;
  max-width:100%;
}

.boardgame-title{
  margin:0 0 .8rem;
  color:#c79000;
  font-size:1.6rem;
  line-height:1.3;
  font-weight:900;
}

.icon-list{
  list-style:none;
  margin:0;
  padding:0;
}

.icon-list li{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:.7rem;
  color:#222;
  font-size:1.08rem;
  line-height:1.85;
  font-weight:500;
}

.icon-list li + li{
  margin-top:.6rem;
}

.icon-dot{
  flex:0 0 24px;
  width:24px;
  height:24px;
  margin-top:.15rem;
  background:url("../images/icon-check-green.png") center/contain no-repeat;
}

.icon-list-gold .icon-dot{
  background-image:url("../images/icon-check-gold.png");
}
.icon-list-blue .icon-dot{
  background-image:url("../images/icon-check-blue.png");
}

/* 下方黃底價格 */
.price-note{
  margin-left:-2.3rem;
  margin-right:-2.3rem;

  margin-top:1.25rem;
  background:#efd37a;
  color:#c28a00;
  font-size:1.15rem;
  line-height:1.6;
  font-weight:900;
  padding:.8rem 1rem;
  border-radius:0 0 0px 0px;
}

@media (max-width: 991.98px){

  .price-note{
    margin-left:-1.4rem;
    margin-right:-1.4rem;
  }

}	
@media (max-width:767.98px){

  .price-note{
    margin-left:-1.1rem;
    margin-right:-1.1rem;
  }

}

/* 平板 */
@media (max-width: 991.98px){
  .story-frame-body{
    padding:1.25rem 1rem 1.5rem;
  }

  .white-card{
    padding:1.5rem 1.3rem;
  }

  .book-title,
  .boardgame-title{
    font-size:1.35rem;
  }

  .book-desc,
  .icon-list li,
  .part-intro p{
    font-size:1.15rem;
  }
}

/* 手機 */
@media (max-width: 767.98px){
  .story-activity-wrap{
    max-width:360px;
  }

  .story-frame-body{
    background-image:url("../images/green-frame-body-m.png");
    padding:1.1rem 1rem 0rem;
  }

  .story-part + .story-part{
    margin-top:2rem;
  }

  .part-title-wrap{
    margin-bottom:1rem;
  }

  .part-intro{
    margin-bottom:1rem;
  }

  .part-intro p{
    text-align:left;
    font-size:.98rem;
    line-height:1.95;
	  padding:0rem 1.2rem 0rem;
  }

  .white-card{
    border-radius:10px;
    padding:1rem .9rem 1.1rem;
  }

  .book-item{
    margin-bottom:1.25rem;
  }

  .book-thumb{
    width:110px;
  }

  .book-title{
    text-align:center;
    font-size:1.25rem;
    line-height:1.45;
    margin-bottom:.55rem;
  }

  .book-desc{
    font-size:.98rem;
    line-height:1.9;
    text-align:left;
  }

  .cube-img{
    width:150px;
  }

  .boardgame-img{
    width:200px;
  }

  .boardgame-title{
    text-align:center !important;
    font-size:1.2rem;
    margin-bottom:.7rem;
  }

  .icon-list li{
    font-size:.98rem;
    line-height:1.85;
    gap:.55rem;
  }

  .icon-dot{
    flex:0 0 22px;
    width:22px;
    height:22px;
  }

  .price-note{
    margin-top:1rem;
    font-size:1rem;
    line-height:1.7;
    padding:.7rem .75rem;
  }
}

.part-title-wrap{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
}

.part-title-wrap img.img-fluid{
  display:inline-block;
}

.part-mascot{
  position:absolute;
  z-index:3;
  pointer-events:none;
}

/* 991 以上才出現 */
@media (min-width: 992px){

  /* Part3：左上疊卡通人物 */
  .part-title-wrap-3{
    margin-bottom:1.5rem;
  }

  .part3-mascot{
    width:140px;
    left:-5px;
    top:-120px;
  }

  /* Part4：右邊疊卡通人物 */
  .part-title-wrap-4{
    margin-bottom:1.5rem;
  }

  .part4-mascot{
    width:92px;
    right:0px;
    top:-10px;
  }
}
.story-part-5{
  margin-top:3rem;
}

.mission-card{
max-width: 720px;
  margin: 0 auto;}

.mission-img{
  max-width:320px;
}

.mission-title{
  margin:0 0 .8rem;
  color:#263778;
  font-size:1.6rem;
  line-height:1.3;
  font-weight:900;
}


/*place*/
.place-section{ 
  background:
    url("../images/yellow-section-bottom-bg.png") center top no-repeat,
    #fce791;    
  background-size:100% auto;  
  position:relative;
  overflow:hidden;
  z-index:1;
}

.place-section .container{
  position:relative;
  z-index:2;
}


.place-wrap{
  max-width:1000px;
}

/* 黃框 */
.place-frame-top picture,
.place-frame-top img,
.place-frame-bottom picture,
.place-frame-bottom img{
  display:block;
  width:100%;
  height:auto;
}

.place-frame-body{
  background:url("../images/yellow-frame-body.png") repeat-y center top;
  background-size:100% auto;
  margin-top:-1px;
  margin-bottom:-1px;
  padding:1.5rem 2.5rem 2rem;
}

/* 主圖 */
.place-hero img{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}

/* 上方介紹 */
.place-intro{
  margin-top:1.25rem;
  margin-bottom:1.5rem;
  color:#111;
}

.place-intro p{
  margin:0 0 .45rem;
  font-size:1.25rem;
  line-height:1.9;
  font-weight:700;
}

.place-highlight{
  color:#f06a8a;
  font-size:1.35rem;
  font-weight:900;
  line-height:1.5;
}

.place-date-banner{
  margin-bottom:1.5rem;
}

.place-date-banner img{
  display:inline-block;
  max-width:100%;
  height:auto;
}

/* 各資訊列 */
.info-row + .info-row{
  margin-top:1.5rem;
}

.info-title-img{
  display:block;
  max-width:100%;
  height:auto;
}

.info-title-wrap-session{
  position:relative;
  display:inline-block;
}

/* 991 以上：標題圖右邊疊卡通人物 */
@media (min-width: 992px){
  .session-mascot{
    position:absolute;
    right:-650px!important;
    top:-20px;
    width:180px;
    z-index:3;
    pointer-events:none;
  }
}
@media (min-width: 768px){
  .session-mascot{
    position:absolute;
    right:-450px;
    top:20px;
    width:180px;
    z-index:3;
    pointer-events:none;
  }
}

.info-text-block{
  color:#111;
}

.info-strong{
  font-size:1.1rem;
  line-height:1.8;
  font-weight:900;
}

.time-item,
.ticket-item{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.35rem;
  margin-bottom:.55rem;
}

.time-tag,
.ticket-tag{
  display:inline-block;
  padding:.1rem .45rem;
  background:#fff;
  color:#000;
  font-size:1rem;
  line-height:1.3;
  font-weight:900;
}

.time-main,
.ticket-text{
  font-size:1.25rem;
  line-height:1.7;
  font-weight:900;
}

.time-sub{
  font-size:1rem;
  line-height:1.7;
  font-weight:500;
}

.location-main{
  font-size:1.1rem;
  line-height:1.8;
  font-weight:900;
}

.location-highlight{
  color:#f06a8a;
  font-weight:900;
}

.location-sub{
  font-size:1rem;
  line-height:1.8;
  font-weight:500;
}

.traffic-btn-wrap{
  margin-top:.6rem;
}

.traffic-img-btn{
  position:relative;
  display:inline-block;
  text-decoration:none;
}

.traffic-img-btn img{
  display:block;
  height:auto;
  transition:opacity .25s ease;
}

.traffic-img-btn .img-default{
  /*max-width:100%;*/
}

.traffic-img-btn .img-hover{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
}

.traffic-img-btn:hover .img-hover,
.traffic-img-btn:focus .img-hover{
  opacity:1;
}

.traffic-img-btn:hover .img-default,
.traffic-img-btn:focus .img-default{
  opacity:0;
}

.ticket-highlight{
  font-size:1.1rem;
  line-height:1.8;
  font-weight:900;
}

.ticket-highlight span{
  color:#f06a8a;
}

.ticket-highlight small{
  font-size:.92rem;
  font-weight:700;
}

/* 兩欄白卡 */
.gift-card{
  background:#fff;
  border-radius:18px;
  padding:1.5rem 1.3rem;
}

.gift-card-green{
  border:1px solid #9ce04b;
}

.gift-card-pink{
  border:1px solid #ef9cab;
}

.gift-card-title{
  margin:0 0 1rem;
  font-size:1.5rem;
  line-height:1.3;
  font-weight:900;
}

.gift-card-title-green{
  color:#63c120;
}

.gift-card-title-pink{
  color:#f07f8a;
}

.gift-list{
  margin:0;
  padding-left:1.35rem;
  color:#111;
}

.gift-list li{
  font-size:1.25rem;
  line-height:1.9;
  font-weight:500;
}

.notice-title{
  margin:0 0 .9rem;
  color:#111;
  font-size:1.2rem;
  line-height:1.5;
  font-weight:900;
}

.notice-list{
  margin:0 0 1rem;
  padding-left:1.35rem;
}

.notice-list li{
  color:#111;
  font-size:1.15rem;
  line-height:1.95;
  font-weight:500;
  margin-bottom:.45rem;
}

.notice-service{
  color:#111;
  font-size:1.15rem;
  line-height:1.9;
  font-weight:500;
}

/* 平板 */
@media (max-width: 991.98px){
  .place-frame-body{
    padding:1.2rem 2rem 1.5rem;
  }

  .place-intro p,
  .gift-list li,
  .notice-list li,
  .notice-service,
  .time-main,
  .ticket-text,
  .location-main,
  .ticket-highlight,
  .info-strong{
    font-size:1.15rem;
  }

  .place-highlight{
    font-size:1.2rem;
  }

  .gift-card-title{
    font-size:1.3rem;
  }
}

/* 手機 */
@media (max-width: 767.98px){
  .place-wrap{
    max-width:360px;
  }

  .place-frame-body{
    background-image:url("../images/yellow-frame-body-m.png");
    padding:1rem 2rem 1.2rem;
  }

  .place-section::after{
    height:120px;
    background-size:cover;
  }

  .place-intro{
    margin-top:1rem;
    margin-bottom:1.1rem;
  }

  .place-intro p{
    font-size:.98rem;
    line-height:1.9;
    margin-bottom:.35rem;
  }

  .place-highlight{
    font-size:1.15rem;
    line-height:1.45;
  }

  .place-date-banner{
    margin-bottom:1rem;
  }

  .info-row + .info-row{
    margin-top:1rem;
  }

  .info-title-img{
    max-width:150px;
  }

  .info-strong,
  .location-main,
  .ticket-highlight,
  .time-main,
  .ticket-text{
    font-size:.98rem;
    line-height:1.8;
  }

  .location-sub,
  .time-sub{
    font-size:.95rem;
    line-height:1.8;
  }

  .time-tag,
  .ticket-tag{
    font-size:.95rem;
    padding:.08rem .38rem;
  }

  .traffic-btn-wrap{
    margin-top:.55rem;
    text-align:left;
  }

  .traffic-img-btn img{
    max-width:170px;
  }

  .gift-card{
    border-radius:16px;
    padding:1rem .95rem;
  }

  .gift-card-title{
    font-size:1.15rem;
    margin-bottom:.75rem;
  }

  .gift-list li{
    font-size:.98rem;
    line-height:1.85;
  }

  .notice-title{
    font-size:1.25rem;
    margin-bottom:.7rem;
  }

  .notice-list li,
  .notice-service{
    font-size:.95rem;
    line-height:1.9;
  }
}

/*logo*/
.partner-section{
  background:#fce791;/*transparent*/
	}

.partner-wrap{
  max-width:900px;
}

.partner-title,
.partner-subtitle{
  margin:0 0 .75rem;
  color:#111;
  font-size:1.75rem;
  line-height:1.4;
  font-weight:900;
  text-align:center;
}

.organizer-logo-wrap{
  text-align:center;
}

.organizer-logo{
  display:inline-block;
  max-width:100%;
  height:auto;
}

.partner-logos{
  gap:1.25rem;
}

.partner-logo-item{
  text-align:center;
}

.partner-logo-item img{
  display:block;
  max-width:100%;
  height:auto;
  margin:0 auto;
}

.partner-divider{
  color:#111;
  font-size:2rem;
  line-height:1;
  font-weight:700;
  margin:0 .25rem;
}

/* 桌機可微調 LOGO 寬度 */
.partner-logo-left{
  max-width:520px;
}

.partner-logo-right{
  max-width:120px;
}

/* 平板 */
@media (max-width: 991.98px){
  .partner-title,
  .partner-subtitle{
    font-size:1.45rem;
  }

  .partner-logo-left{
    max-width:420px;
  }

  .partner-logo-right{
    max-width:100px;
  }
}

/* 手機 */
@media (max-width: 767.98px){
  .partner-wrap{
    max-width:360px;
  }

  .partner-title,
  .partner-subtitle{
    font-size:1.2rem;
    margin-bottom:.6rem;
  }

  .organizer-logo{
    max-width:240px;
  }

  .partner-logos{
    gap:1rem;
  }

  .partner-logo-left{
    max-width:260px;
  }

  .partner-logo-right{
    max-width:90px;
  }
}

.cta-img-btn{
  position:relative;
  display:block;
}

.cta-img-btn img{
  width:100%;
  height:auto;
  display:block;
  transition:opacity .25s ease;
}

/* hover 圖 */
.cta-img-btn .img-hover{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
}

.cta-img-btn:hover .img-hover{
  opacity:1;
}

.cta-img-btn:hover .img-default{
  opacity:1;
}
.mobile-sticky-cta{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index:999;
}
.mobile-sticky-cta img{
  max-width:100%;
}

.site-footer{
  background:#000;
  color:#fff;
  padding:1rem;
  font-size:1rem;
}
.site-footer a:hover {
  color: #ffc107;
  text-decoration: underline;
  text-decoration-color: #ffc107;
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.mobile-sticky-cta{
  position:fixed;
  left:0;right:0;bottom:0;
  /*background:linear-gradient(90deg,#ef6c75,#83dd2b);*/
  color:#fff;
  font-weight:900;
  /*padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));*/
  text-align:center;
  z-index:1040;
  /*box-shadow:0 -8px 24px rgba(0,0,0,.15);*/
}
.mobile-sticky-cta span{
  display:inline-block;
  margin-left:.6rem;
  background:#fff;
  color:#5ab824;
  border-radius:999px;
  padding:.2rem .7rem;
}

@media (max-width: 991.98px){
  .hero-title{-webkit-text-stroke:1.5px #ef5b63}
  .hero-copy{text-align:center}
  .hero-location{display:block;margin:0 auto;max-width:max-content}
  .hero-visual{min-height:180px;max-width:320px;margin:0 auto}
  .mascot-main{width:140px;height:140px;font-size:3rem;right:16%;top:1rem}
  .mascot-sub-1{width:78px;height:78px;font-size:1.55rem;left:8%;top:3.7rem}
  .mascot-sub-2{width:66px;height:66px;font-size:1.35rem;right:4%;top:0}
  .quick-info-section{padding-bottom:2.25rem}
  .highlight-section,.invite-section,.detail-section{padding-top:2.5rem;padding-bottom:2.5rem}
  .program-banner{max-width:none}
  .sponsor-grid{grid-template-columns:1fr}
}
@media (max-width: 575.98px){
  .brand-text{font-size:.88rem}
  .hero-kicker{font-size:.85rem}
  .hero-date{font-size:1rem;padding:.55rem .85rem}
  .date-sep{width:1.8rem;height:1.8rem}
  .section-mini-title{font-size:1.1rem}
  .info-box{padding:.9rem}
  .admission-note{font-size:.9rem;border-radius:1rem}
  .feature-panel{padding:1rem}
  .feature-title{font-size:1rem}
  .section-heading h2{font-size:1.55rem}
  .lead-copy{font-size:.98rem}
  .program-soft-card,.program-card .card-body,.detail-card .card-body{padding:1rem !important}
  .program-soft-card h3{font-size:1.25rem;display:block}
  .book-item{grid-template-columns:1fr}
  .book-cover{width:72px;height:96px}
  .invite-copy{font-size:.98rem}
  .notice-box{padding:.95rem}
}

.mobile-sticky-cta{
  display:none;
}

/* 480px 以下才顯示 */
@media (max-width:480px){
body{padding-bottom:8rem}
  .mobile-sticky-cta{
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:999;
	  background:#ed505d;
  }
.site-footer {
  background: #000;
  color: #fff;
  padding: 1rem 1rem 1.6rem 1rem;
  font-size: 1rem;
}
	.back-to-top {
    right: 20px!important;
    bottom: 160px!important;
}
}
@media (max-width:375px){
body{padding-bottom:6.8rem}
}
@media (max-width:320px){
body{padding-bottom:5.6rem}
}

.back-to-top {
    position: fixed;
    right: 70px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 1000;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .25)
}


.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: #88da27 !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: 0.5s;
	border: none;
}

.btn.btn.btn-primary:hover {
    background: #f7b613 !important;
    color: #ffffff;
	border: none;
    /*border: 1px solid var(--brown-color);*/
}


.btn.btn-secondary {
    background: transparent;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: none;
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    color: #f7b613 !important;
}
#top-block {
  position: fixed;
  right: 5rem;
  bottom: 0%;
  width: 80px;
  height: 150px;
  z-index: 999;
}
.top {
  position: fixed;
  right: 2rem;
  bottom: 10rem;
  z-index: 99;
  width: 183px;
  height: 183px;
  background-image: url(../images/btn-signup-top.png);
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  font-weight: bold;
}
.top:hover {
  background-image: url(../images/btn-signup-top-hover.png);
  background-repeat: no-repeat;
}
.top.isShow {
  opacity: 1;
  visibility: visible;
}

.top-center {
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=all.css.map */

#close_top {
  font-size: 18px;
  color: #000;
  text-decoration: none;
	z-index: 999;
	opacity: 0;
  visibility: hidden;
}
#close_top.isShow {
  opacity: 1;
  visibility: visible;
}

.btnGo {
    display: inline-block;
    position: relative;
    z-index: 1;
    /*min-width: 140px;*/
	width: auto;
    background-color: #81bb3f;
    border: 2px solid #81bb3f;
    border-radius: 4px;
    font-size: 1.05rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s;
	margin-top: 10px;
    padding: 6px 10px!important;
	color: #ffffff!important;
}
.btnGo span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #fff8b0;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}
.btnGo:hover{
    color: #81bb3f!important;
}
.btnGo:focus {
    color: #ffffff!important;
}
.btnGo:focus span {
	color: #ffffff;
background-color: #81bb3f;
	}
.btnGo:hover span {
    transform: translateY(0) scale(2);
}
.btnGo span:nth-child(1) {
    --n: 1;
}
.btnGo span:nth-child(2) {
    --n: 2;
}
.btnGo span:nth-child(3) {
    --n: 3;
}
.btnGo span:nth-child(4) {
    --n: 4;
}

.btnGoFree {
    display: inline-block;
    position: relative;
    z-index: 1;
    /*min-width: 140px;*/
	width: auto;
    background-color: #d5362c;
    border: 2px solid #d5362c;
    border-radius: 4px;
    font-size: 1.05rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s;
	margin-top: 10x;
    padding: 6px 10px!important;
	color: #ffffff!important;
}
.btnGoFree span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #fff8b0;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}
.btnGoFree:hover{
    color: #d5362c!important;
}
.btnGoFree:focus {
    color: #ffffff!important;
}
.btnGoFree:focus span {
	color: #ffffff;
background-color: #d5362c;
	}
.btnGoFree:hover span {
    transform: translateY(0) scale(2);
}
.btnGoFree span:nth-child(1) {
    --n: 1;
}
.btnGoFree span:nth-child(2) {
    --n: 2;
}
.btnGoFree span:nth-child(3) {
    --n: 3;
}
.btnGoFree span:nth-child(4) {
    --n: 4;
}

#top-block{
  display:block;
}

@media (max-width:480px){
  #top-block{
    display:none !important;
  }
}
.back-to-top {
	
}
