@charset "UTF-8";
@media screen and (min-width:1025px) {
#function_detail {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 100px;
    color: hsla(0, 0%, 45%, 1.00);
    margin-top: 30px;
    margin-bottom: 50px;
    min-height: 78vh;
}
#function_detail h1 {
    font-weight: lighter;
    border-bottom: 1px solid hsla(0, 0%, 51%, 1.00);
    padding: 10px 10px 10px 10px;
    margin:10px 0 50px 0;
}
.schedule_block {
	margin:20px 0 40px 0;
}
.schedule_block h2 {
    margin: 0;
    font-size: 20px;
    padding: 10px;
    color: #FFFFFF;
    display: table;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-image: -webkit-linear-gradient(270deg,rgba(92,226,217,1.00) 0%,rgba(0,136,127,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(92,226,217,1.00) 0%,rgba(0,136,127,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(92,226,217,1.00) 0%,rgba(0,136,127,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(92,226,217,1.00) 0%,rgba(0,136,127,1.00) 100%);
}
	
	.schedule_wrap_th{
    display: flex;
    border-top: 1px solid #C7C7C7;
	border-left: 1px solid #C7C7C7;
	background-color: #FFFEEE;
	}
	
	.schedule_wrap{
    display: flex;
	border-left: 1px solid #C7C7C7;
	}
	
	.ASH{
    background-color: #F8F8F8;
	}
	
	
	.item_th{
    padding: 10px;
    border-bottom: 1px solid #C7C7C7;
    border-right: 1px solid #C7C7C7;
	text-align: center;
	}
	
	.item{
		padding:10px;
		border-bottom: 1px solid #C7C7C7;
		border-right: 1px solid #C7C7C7;
		text-align: center;
		font-size: 15px;
	}
	
	.item a{
    color: #A24A4B;
    text-decoration: none;
	}
	
	.item1{
		width:15%;
	}
	
	.item2{
		width:15%;
	}
	
	.item3{
		width:23%;
	}
	
	.item4{
		width:15%;
	}
	
	.item5{
		width:27%;
	}
	
	.item6{
		width:15%;
	}
	
	#sess_link{
	display:flex;
	flex-wrap: wrap;
	}
	
	#sess_link a{
    display: block;
    margin: 10px 10px 10px 10px;
    background-color: hsla(147,33%,66%,1.00);
    color: hsla(0,0%,100%,1.00);
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
	}
	
	.range{

		height:80px;
		border: 0px solid #000000;
		visibility: hidden; /* 隱藏錨點元素 */
	}
	
	.h2_title{
		text-align: center;
		font-weight: 100;
		border-bottom:1px solid hsla(0,0%,53%,1.00);
		padding-bottom:10px;
		padding-top:50px;
	}
	
}
@media screen and (max-width:1024px) {
#function_detail {
    margin-bottom: 60px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: hsla(0, 0%, 45%, 1.00);
    word-wrap: break-word;
    line-height: 30px;
    min-height: 500px;
    margin-top: 0px;
    position: relative;
    top: 70px;
}
#function_detail h1 {
    font-weight: lighter;
    border-bottom: 1px solid hsla(0, 0%, 51%, 1.00);
    padding: 0 10px 10px 10px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 40px;
}
	
.schedule_block {
	margin:30px 0 40px 0;
}
.schedule_block h2 {
    margin: 0;
    font-size: 20px;
    padding: 10px;
    color: #FFFFFF;
    display: table;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-image: -webkit-linear-gradient(270deg,rgba(92,226,217,1.00) 0%,rgba(0,136,127,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(92,226,217,1.00) 0%,rgba(0,136,127,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(92,226,217,1.00) 0%,rgba(0,136,127,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(92,226,217,1.00) 0%,rgba(0,136,127,1.00) 100%);
}
	
	.schedule_wrap_th{
    border-top: 1px solid #C7C7C7;
	border-left: 1px solid #C7C7C7;
	background-color: #FFFEEE;
	display:none
	}
	
	.schedule_wrap{
	border-left: 1px solid #C7C7C7;
	border-top: 1px solid #C7C7C7;
		margin:0 0 20px 0;
	}
	
	.ASH{
    background-color: #FFFFFF;
	}
	
	
	.item_th{
    padding: 10px;
    border-bottom: 1px solid #C7C7C7;
    border-right: 1px solid #C7C7C7;
	text-align: center;
	}
	
	.item{
		padding:10px;
		border-bottom: 1px solid #C7C7C7;
		border-right: 1px solid #C7C7C7;
		font-size: 15px;
	}
	
	.item:before{
    content: attr(data-th);
    font-weight: bold;
    text-align: left !important;
    vertical-align: top;
    padding-right: 20px;
    color: #BB5354;
  }
	
	.item a{
    color: #41949B;
    text-decoration: none;
	}
	
	.item1{
		width:100%;
	}
	
	.item2{
		width:100%;
	}
	
	.item3{
		width:100%;
	}
	
	.item4{
		width:100%;
	}
	
	.item5{
		width:100%;
	}
	
	.item6{
		width:100%;
	}
	
	#sess_link{
	display:flex;
	flex-wrap: wrap;
	position: relative;
	top:-20px;
	}
	
	#sess_link a{
    display: block;
    width: 31%;
    margin: 1%;
    background-color: hsla(147,33%,66%,1.00);
    color: hsla(0,0%,100%,1.00);
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
	}
	
	.range{

		height:50px;
		border: 0px solid #000000;
		visibility: hidden; /* 隱藏錨點元素 */
	}
	
	.h2_title{
		text-align: center;
		font-weight: 100;
		border-bottom:1px solid hsla(0,0%,53%,1.00);
		padding-bottom:10px;
		padding-top:50px;
	}
	
}