.osc-intro-first{
	font-size:1.3rem;
	line-height:2.2rem;
	text-align:justify;
	padding-bottom:20px;
}

.osc-intro-1{
	padding-left:100px;
	padding-right:60px;
	background-image:URL('/Public/images/2025/osc-intro-1.svg');
	background-position: 10px center;
	background-repeat:no-repeat;
	background-size:80px 58px;
}

.osc-intro-2{
	padding-left:100px;
	padding-right:60px;
	background-image:URL('/Public/images/2025/osc-intro-2.svg');
	background-position: 10px center;
	background-repeat:no-repeat;
	background-size:77px 78px;
}

.osc-intro-3{
	padding-left:100px;
	padding-right:30px;
	background-image:URL('/Public/images/2025/osc-intro-3.svg');
	background-position: 10px center;
	background-repeat:no-repeat;
	background-size:80px 80px;
}

.osc-intro-title{
	color:#00a0e9;
	font-family:"NotoSansTC-Bold";
	font-weight: 700;
	font-size:2rem;
	margin:0;
}

.osc-intro-text{
	font-size:1.3rem;
	margin:0;
}

.fluid-bg{
/*	background:#eff3f5;*/
  background-color:#E5E5EA;
}

.event-header{
	font-size:2.3rem;
	font-family:"NotoSansTC-Bold";
	font-weight: 700;
	text-align:center;
}

.event-content{
	background:#ffffff;
	padding:0;
	font-size:1.3rem;
	border:1px solid #e1e1e1;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.event-a {
  display: inline-block;
  padding: 2px;
  background: linear-gradient(
    to top,
    rgb(169, 228, 250),
    rgb(91, 222, 216),
    rgb(192, 231, 146)
  );
  border-radius: 30px;
  color: #333333;
}

.event-inner {
  display: inline-block;
  background-color: #ffffff;
  background-image: linear-gradient(
    to top,
    rgb(169, 228, 250),
    rgb(91, 222, 216),
    rgb(192, 231, 146)
  );
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 27px;
  padding: 10px 30px;
  transition: background-size 0.3s ease, color 0.3s ease;
  color: #333333;
  position: relative;
  z-index: 1;
}

.event-inner i{
	padding-left:15px;
}

.event-a:hover .event-inner {
  background-size: 100% 100%;
}

.event-content{
	overflow:hidden;
}

.carousel-control-next, .carousel-control-prev {
	width:5%;
}

.carousel-indicators{
  bottom:-30px;
}

.carousel-indicators [data-bs-target] {
	background-color:#ffffff;
	border:1px solid #f39800;
}

.carousel-indicators .active{
	background-color:#f39800;
	border:1px solid #f39800;
}

.subject-more{
	font-size:1.3rem;
}

#schoolvideo{
	border:none;
	height: 374px;
}

a img {
  transition: transform 0.3s ease 0.1s; 
}

a:hover img {
  transform: scale(1.05); 
}

.photo-nav a{
	text-align:center;
	font-size:1.1rem;
	text-decoration:none;
	display: block;
	padding: 2px;
	background: linear-gradient(
    to top,
    rgb(169, 228, 250),
    rgb(91, 222, 216),
    rgb(192, 231, 146)
  );
	color: #333333;
}

.photo-nav a span {
  display: block;
  background-color: #ffffff;
  padding: 5px 5px;
  color: #333333;
  position: relative;
  z-index: 1;
}

.photo-nav a span:hover {
  color: #b02a1b;
}

.photo-view{
	overflow:hidden;
}


.tools{
	border-radius:10px;
	border:1px solid #e1e1e1;
	background:#ffffff;
}

.tools-box{
	border-right:1px solid #e1e1e1;
}

.tools-box:last-child{
	border-right:none;
}

.tools-box a{
	display:block;
	text-decoration:none;
	font-size:1.2rem;
	color:#333333;
}

.tools-box img{
	padding:30px 0 10px 0;
}

.tools-box span{
	padding:10px;
	display:block;
}

.line-box2 a, .line-box5 a{
	display:block;
	overflow:hidden;
}

.fluid-bg-2{
	background:#ede9e5;
}

@media (max-width: 1399.98px){

  #schoolvideo{
	height: 354px;
}

}

@media (max-width: 1199.98px){

  #schoolvideo{
	height: 312px;
}

}

@media (max-width: 991.98px) {

  #schoolvideo{
	height: 233px;
}

.tools-box img{
	width:40%;
	padding:15px 0 0 0 ;
}

.tools-box a{
	font-size:0.9rem;
}
.tools-box:nth-child(1){
	border-bottom:1px solid #e1e1e1;
}
.tools-box:nth-child(2) {
	border-right:none;
	border-bottom:1px solid #e1e1e1;
}

.tools-box span{
	padding:5px;
}

	.osc-intro-first{
		font-size:1.1rem;
		line-height:2rem;
	}

	.osc-intro-title{
		font-size:1.5rem;
	}

	.osc-intro-text{
		font-size:1.1rem;
	}

	.osc-intro-1, .osc-intro-2, .osc-intro-3{
		margin-bottom:20px;
		background-position: 20px center;
		padding-left:120px;
		padding-right:60px;
		text-align:justify;
	}

	.event-header{
		font-size:1.5rem;
	}
	.event-content{
		font-size:1.1rem;
	}

}

@keyframes fadeInUp {
	0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 200%, 0);
	    transform: translate3d(0, 200%, 0);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: none;
	    transform: none;
	}
}

.mypopup-fix{
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.mypopup-fadeinup{
    animation-name: fadeInDown;
    animation-delay: 0s;
    -webkitanimation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;	
}

.mypopup-bg{
    background-color: #535353;
		width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.mypopup-body{
    width: 1170px;
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: -585px;
}

.mypopup-closed{
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
}


.mypopup-fix3{
    width: 100%;
    height: 178px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.mypopup-fadeinup3{
    animation-name: fadeInUp;
    animation-delay: 0s;
    -webkitanimation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;	
}

#oee-ae{display:none !important;}

.mypopup-bg3{
    background-color: #535353;
		width: 100%;
    height: 148px;
    position: absolute;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.mypopup-body3{
    width: 1320px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -660px;
}

.mypopup-closed3{
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
	z-index:100;
}

.mypopup-closed3 span{
	padding:3px;
	background-color:#ffffff;
	border-radius:0 0 6px 6px;
	font-size:0.9rem;
}

.myform-3 .indiv{
	background-color:#ffffff !important;
	border-radius:0 !important;
}

.myform-3{
	padding:0 !important;
}