* {
  box-sizing: border-box;
}



a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

@media screen and (max-width:3840px){
.asideMenu {
  z-index: 1503;
  width: 150px;
  background: rgba(55,55,55,0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 5px solid #ff9a15;
  padding: 20px;
  box-shadow: 0 0 5px rgba(23, 23, 54, 0.6);
  transform: translateX(0);
  transition: all 0.5s;
}
.asideMenu.active {
  transform: translateX(150px);
}
.asideMenu .btn {
  position: absolute;
  top: 40%;
  left: -30%;
  padding:20px 10px;
  background-color: #ff9a15;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 0 5px rgba(23, 23, 54, 0.6);
}

.asideMenu22 { display: none; }
 .btn2 { display: none; }


}




@media screen and (max-width:1920px){
.asideMenu {
  z-index: 1503;
  width: 120px;

  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 5px solid #ff9a15;
  padding: 20px;
  box-shadow: 0 0 5px rgba(23, 23, 54, 0.6);
  transform: translateX(0);
  transition: all 0.5s;
}
.asideMenu.active {
  transform: translateX(120px);
}
.asideMenu .btn {
  position: absolute;
  top: 40%;
  left: -38%;
  padding:20px 10px;
  background-color: #ff9a15;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 0 5px rgba(23, 23, 54, 0.6);
}

.asideMenu22 { display: none; }
 .btn2 { display: none; }

}


@media screen and (max-width:768px){
.asideMenu {
  z-index: 1500;
  width:0px;
  position: fixed;
  top: 0;
  bottom: 0;
  right:0;
  padding: 0px;
    border-left: 0px solid #ff9a15;
  transform: translateX(0);
  transition: all 0.5s;
}
.asideMenu.active {
  transform: translateX(65px);
}
.asideMenu .btn {
  position:absolute;
  top: 32%;
  left: 99%;
  padding:20px 10px;
  background-color: #ff9a15;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 0 5px rgba(23, 23, 54, 0.6);
}


.asideMenu22{
 display: block; 
  z-index:1504;
  width: 1px;
  		  height:: 30px;
  position: fixed;
  top: 0;
  bottom: 0;
  right:0;
  padding: 1px;
  transform: translateX(0);
  transition: all 0.5s;
}

 .btn2 {
	  display: block; 
  position:absolute;
  	 	  width: 30px;
		  height:: 30px;
  top: 50%;
  left: -25px;
  padding:10px 10px;

  background-color: #ff9a15;
  border-radius: 6px  6px  6px 6px;
  box-shadow: 0 0 5px rgba(23, 23, 54, 0.6);
    z-index: 5503;
}



}


.asideMenu .btn .fa-chevron-right {
  color: #474747;
  transform: rotate(0);
  transition: all 0.5s;
}
.asideMenu .btn .fa-chevron-right.rotate {
  transform: rotate(180deg);
}
.asideMenu .title {
  font-size: 24px;
  color: #ff9a15;
}
.asideMenu .list {
  display: flex;
}
.asideMenu .list .optionTitle {
  color: #ff9a15;
}
.asideMenu .list .optionList {
  color: #fff;
}
.asideMenu .list .optionTitle,
.asideMenu .list .optionList {
  display: block;
  padding: 20px;
  line-height: 2;
}
.asideMenu .list .optionTitle .fas,
.asideMenu .list .optionList .fas {
  color: #fff;
  outline: none;
  border: none;
}















/* === ??字????優??=== */
body {
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  background: #fff;
}
h1, h2, h3, h4 {
	 font-family: 'Microsoft JhengHei';
  font-family: inherit;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  line-height: 1.3;
}
h1 { font-size: 2.2rem; }
h2 { font-size: 1.7rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; }
p, li {
  font-size: 1.5rem;
  line-height: 1.8;
}
.containerkk2 {
  padding: 24px 12px;
  margin: 0 auto;
  max-width: 1000px;
	font-size: 1.5rem;
		   font-weight: 500;
}
.schedule-item {
  margin-bottom: 18px;
  padding: 18px 12px;
  border-radius: 10px;
  background: #fafbfc;
}
.activity-description {
  margin-top: 6px;
  margin-bottom: 6px;
}
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}
/* === RWD ??式優??=== */
@media (max-width: 1920px) {
  body { font-size: 17px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.4rem; }
  .containerkk2 { max-width: 100vw; padding: 18px 6px; }
   p, li {
  font-size: 1.2rem;
  line-height: 1.8;
}
}
@media (max-width: 768px) {
  body { font-size: 16px; }
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.2rem; }
  p, li { font-size: 1.2rem; }
  .containerkk2 { max-width: 100vw; padding: 12px 2vw ; }
  .schedule-item { padding: 14px 6px; }
  h1, h2, h3, h4 { margin-top: 1em; margin-bottom: 0.5em; }
  .asideMenu { display: block !important; }
  .asideMenu22 { display: block !important; }
}
@media (max-width: 480px) {

}












        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Noto Sans TC', sans-serif;
            line-height: 1.6;
			             color: #333;
            background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
            min-height: 100vh;
            padding: 0px 0;
        }

        .containerkk {
            max-width: 75%;
            margin: 0 auto;
            padding: 0 15px;
			font-size: 2rem;
        }
	   .containerkk span {          
			font-size: 1.5rem;
		   font-weight: bold;
        }

        .header {
            text-align: center;
            margin-bottom: 30px;
            color: white;
        }

        .header h1 {
            font-size: 2.2rem;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .header p {
              font-size: 2rem;
            opacity: 0.9;
        }

        .schedule-container {
            background: white;
            border-radius: 15px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
            overflow: hidden;
        }

        .table-header {
            background: linear-gradient(135deg, #00b894, #00a085);
            color: white;
            padding: 20px;
            display: grid;
            grid-template-columns: 180px 1fr;
            gap: 20px;
            font-weight: bold;
             font-size: 2rem;
        }

        .schedule-item {
            display: grid;
            grid-template-columns: 180px 1fr;
            gap: 20px;
            padding: 20px;
            border-bottom: 1px solid #f0f0f0;
            transition: all 0.3s ease;
            position: relative;
        }

        .schedule-item:hover {
            background: linear-gradient(135deg, #f8f9ff, #e8f4f8);
            transform: translateX(5px);
        }

        .schedule-item:last-child {
            border-bottom: none;
        }

        .time-slot {
            font-weight: bold;
            color: #0984e3;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            position: relative;
        }

        .time-slot::before {
            content: '??';
            margin-right: 8px;
            font-size: 1rem;
        }

        .activity-description {
			 font-weight: bold;
            color: #2d3436;
            font-size: 1.5rem;
            line-height: 1.7;
            display: flex;
            align-items: center;
        }

        .activity-description::before {
            content: '?;
            color: #00b894;
            margin-right: 10px;
            font-size: 2rem;
        }

        /* ??活??? */
        .opening-ceremony {
            background: linear-gradient(135deg, #fdcb6e20, #e1734020);
        }

        .photo-session {
            background: linear-gradient(135deg, #fd79a820, #fdcb6e20);
        }

        .qa-session {
            background: linear-gradient(135deg, #74b9ff20, #0984e320);
        }

        .closing {
            background: linear-gradient(135deg, #a29bfe20, #74b9ff20);
        }

        /* ?長標籤 */
        .duration-badge {
            background: #00b894;
            color: white;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 1rem;
            margin-left: 10px;
            white-space: nowrap;
        }

        /* 平板?? (768px - 1024px) */
        @media (max-width: 1024px) {
            .containerkk {
                max-width: 100%;
                padding: 0 20px;
            }

            .header h1 {
                font-size: 2rem;
            }

            .table-header,
            .schedule-item {
                grid-template-columns: 150px 1fr;
                gap: 15px;
                padding: 18px;
            }

            .time-slot {
                font-size: 2rem;
            }
        }

        /* ???? (小於 768px) */
        @media (max-width: 768px) {
            body {
                padding: 0px 0;
            }

            .containerkk {
                padding: 0 15px;				
            }

            .header h1 {
                font-size: 1.8rem;
            }

            .header p {
                font-size: 1rem;
            }

            .table-header {
                display: none;
            }

            .schedule-item {
                display: block;
                padding: 20px;
                margin-bottom: 15px;
                border-radius: 12px;
                background: white;
                box-shadow: 0 4px 15px rgba(0,0,0,0.1);
                border-bottom: none;
            }

            .schedule-item:hover {
                transform: translateY(-3px);
                box-shadow: 0 8px 25px rgba(0,0,0,0.15);
                background: white;
            }

            .time-slot {
                font-size: 1.2rem;
                margin-bottom: 12px;
                padding-bottom: 12px;
				margin-right: 125px;		
                border-bottom: 2px solid #f0f0f0;
                justify-content: space-between;
            }

            .activity-description {
                font-size: 1rem;
                line-height: 1.6;
                padding-left: 0;
            }

            .activity-description::before {
                display: none;
            }

            /* ???特殊樣式調??*/
            .opening-ceremony,
            .photo-session,
            .qa-session,
            .closing {
                border-left: 4px solid #00b894;
            }

            .opening-ceremony {
                border-left-color: #fff;
            }

            .photo-session {
                border-left-color: #fff;
            }

            .qa-session {
                border-left-color: #fff;
            }

            .closing {
                border-left-color: #fff;
            }
        }

        /* 小?機樣?(小於 480px) */
        @media (max-width: 480px) {
            .header h1 {
                font-size: 1.5rem;
            }

            .schedule-item {
                padding: 15px;
                margin-bottom: 12px;
            }

            .time-slot {
                font-size: 1.1rem;
                flex-direction: column;
                align-items: flex-start;
            }

            .duration-badge {
                margin-left: 0;
                margin-top: 5px;
                align-self: flex-start;
            }

            .activity-description {
                font-size: 0.95rem;
            }
        }

        /* ?畫?? */
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .schedule-item {
            animation: slideIn 0.6s ease-out;
        }

        .schedule-item:nth-child(1) { animation-delay: 0.1s; }
        .schedule-item:nth-child(2) { animation-delay: 0.2s; }
        .schedule-item:nth-child(3) { animation-delay: 0.3s; }
        .schedule-item:nth-child(4) { animation-delay: 0.4s; }
        .schedule-item:nth-child(5) { animation-delay: 0.5s; }
        .schedule-item:nth-child(6) { animation-delay: 0.6s; }



/* === ????細? === */
section, article, .containerkk2 {	
  margin-bottom: 0em;
}
.schedule-container, .bg-white {
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 1.5em 1em;
}





