@charset "utf-8";
@import url("reset.css");
@import url("loading.css");
@import url("fontawesome_all.css");
@import url("fakeLoader.min.css");
@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing:1px; }
html { height:100% }
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; -webkit-text-size-adjust:none; font-size:12px; overflow-y:scroll; overflow-x:hidden; }
body, td, th,select,input {font-size: 12px;font-family: /*Arial,*/ "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif;color:#333333;}

/*簡易設定*/
.iframe_ch { display:none }
.middle { vertical-align:middle; }
.center { text-align:center; }
.w100{ width:100%; }

#tip_box { position: fixed; line-height:22px; background-image:url(../../images/bg.png); color: #FFF; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-left:10px; }

/*fix safari*/
input, select, textarea{ -ms-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-box-sizing:content-box;}
input[type='text'],input[type='password'],input[type='button'],input[type='submit']{  -webkit-appearance: none; }

/*分頁*/
.pager{ width:100%; overflow:hidden; margin:50px auto 50px auto; text-align:center; }

/*編輯器*/
/* .editor{position:relative;padding: 20px 0 20px 20px;font-size:16px;line-height:30px;min-height: 500px;} */
.editor{position:relative;padding: 30px 0 30px 0;font-size:16px;line-height: 28px;overflow-x: auto;min-height: 300px;}
.decorate1{ border-left:1px solid #e1e1e1; }
.decorate1 .dot{position:absolute;top:0;left: -4px;width:10px;height:10px;background: #e0bfa5;}

/*連結*/
a{color: #4c374b;text-decoration:none;}
a:hover{ color:#512d51; }

.editor a{color: #f39850 !important;text-decoration:underline !important;}
.editor table th,.editor table td{ font-size:14px; }

/*表格*/
#css-table {display:table;width:100%;}
.css-tr {display: table-row;}
.css-td {display: table-cell;text-align:left;vertical-align:middle;padding: 0px 10px;box-sizing:border-box;letter-spacing:1px;font-size: 13px;word-break: break-all;color:#121212;}

/*全營幕遮罩*/ 
.bg-overlay { display:block; position:fixed; left:0; top:0; background:rgba(0, 0, 0, 0.7); opacity:0; visibility:hidden; width:100%; height:100%; z-index:9999; transition: all 0.2s linear; }
.bg-overlay.visible { opacity:1; visibility:visible }

/*layout*/
/*
.layout-flex{ display:flex; margin:40px auto !important; }
.layout-left{flex: 1;padding-right:50px;font-weight:bold;}
.layout-right{flex:3;margin-bottom: 70px;}
.layout-right .web-caption .left .title{ color:#48351e; }
*/
/*左右欄的頁面*/
.container.inner-bg{ padding:0 0 100px 0; background:url(../../images/wave-bg-5.png) bottom center no-repeat; }
.container .wrap .layout-left{width: 25%;float:left;box-sizing: border-box;padding: 0 30px 0 10px;margin: 0 0 50px 0;}
.container .wrap .layout-right{width: 75%;float:left;box-sizing: border-box;padding: 1px 10px;}
.container .wrap .layout-all{width:100%;padding: 0 15px;}
.container .wrap .layout-right .end{margin-bottom: 50px;}

.container .wrap .layout-flex{ display:flex; }
.container .wrap .layout-news{ flex:2; }
.container .wrap .layout-quicklink{ flex:1; }

@media screen and (max-width : 900px) {
	.container .wrap .layout-flex{ display:block; }
}

/*左邊選單*/
.layout-left .caption{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: #aa83a9;
    color: #ffffff;
    border-radius: 20px;
    padding: 15px 10px;
    margin: 0 0 10px 0;
}
.layout-left > ul{list-style:none;margin:0;background-color: #f7e9eb;background-position:bottom;background-repeat:no-repeat;padding: 10px 20px 200px 20px;border-radius: 20px;min-height: 500px;/* border-top: 5px solid #bed38f; *//* border-bottom: 5px solid #bed38f; */}

ul {}
.layout-left > ul > li{width: 100%;font-size: 16px;border-bottom: 1px dashed #cccccc;}
.layout-left > ul > li em{ font-style:inherit; width:20px; display:inline-block; }
.layout-left > ul > li > a{position:relative;color: #434242;font-weight: bold;text-decoration:none;display: block;letter-spacing: 3px;padding: 20px 0px 20px 35px;}
.layout-left > ul > li > a:before{/*font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f57d";*/content:url(../../images/menu-icon.png);padding-right:5px;position: absolute;left: 5px;top: 18px;color: #90c31f;}
.layout-left > ul > li > a:hover{/*background: #e5eace;*/ color:#d7925a; transition: all 0.5s ease;}
.layout-left > ul > li > a.on{ /*background:#e5eace;*/ color:#d7925a; }
.layout-left > ul > li:hover{ /*background:#bbd2ed; transition: all 0.5s ease;*/ }
.layout-left > ul > li:last-child{ border-bottom:0; }
.layout-left > ul > li ul{ display:block; list-style:none; margin:0; padding:0; }
.layout-left > ul > li ul li{width:100%;padding: 18px 23px;font-size:16px;border-top: 1px dashed #cccccc;}
.layout-left > ul > li ul li:last-child{ border-bottom:0; }
.layout-left > ul > li ul li:hover{ /*background:#e5eace;*/ color:#d7925a; transition: all 0.5s ease; }
.layout-left > ul > li ul li a{position: relative;color:#000000;text-decoration:none;display: block;padding: 0px 0px 0px 35px;line-height: 20px;}
.layout-left > ul > li ul li a:hover{/*background: #e5eace;*/ color:#d7925a; transition: all 0.5s ease;}
.layout-left > ul > li ul li a:before{position: absolute;left: 13px;top: -2px;content:url(../../images/dot-1.png);}
.layout-left > ul > li ul li.third{ padding-left:20px; }
.layout-left > ul li:hover ul{ /*display:block; height:inherit; transition: all 0.5s ease;*/ }


/*內頁banner*/
#banner-box{ position:relative; width:100%;margin: 0 auto;overflow:hidden;/* background:#110102; */}
/* #banner-inner{position:relative;height: 295px;background: url(../../images/banner-inner.jpg) top no-repeat;background-size: cover;} */
#banner-inner .overlay{display:flex;align-items:center;justify-content: center;flex-direction: column;width:100%;height: 300px;/*background-color: rgba(0, 0, 0, 0.5);*/}
#banner-inner .title{opacity:0;text-align:center;color: #512d51;font-size: 30px;font-weight: bold;letter-spacing: 5px;padding: 10px 0vw 10px 0vw;/* background-color: rgba(0, 0, 0, 0.5); *//* border-bottom: 5px solid #c7e0d8; */}
#banner-inner .title_en{margin: 20px 0;color: #ffffff;letter-spacing: 5px;font-size: 16px;}

/*麵包屑*/
#sitemap{width:100%;margin: 0 0 25px 0;padding:0 10px;box-sizing: border-box;letter-spacing:1px;color: #737373;text-align: right;}
#sitemap .wrap{width:100%;max-width:1200px;overflow:hidden;margin: 0 auto;padding: 20px 0px;color: #999999;font-size: 16px;}
#sitemap .wrap img{vertical-align:middle;margin-right: 10px;}
#sitemap .wrap i{ padding-right:5px; }
#sitemap .wrap a{color: #999999;text-decoration:none;}
#sitemap .wrap a{ text-decoration:underline; }


/*網站按鈕(一)*/
.btn-1{
	position:relative;
	display:inline-block;
	color: #578fa2!important;
	font-size: 16px !important;
	/* font-style: italic; */
	letter-spacing: 3px;
	/* background: #ffffff; */
	border: 1px solid #578fa2;
	width:auto !important;
	padding: 15px 70px 15px 45px;
	margin: 0 0 0 0;
	cursor:pointer;
	/* border-radius: 30px; */
	text-align:left !important;
	text-decoration: none;
	border-radius: 30px;
	/* box-shadow: 2px 2px 5px #ebebeb; */
}
.btn-1:before{/* content:url(../../images/more-dot.png); */position:absolute;left:10px;top: 17px;}
.btn-1:after{position:absolute;width: 50px;top: 35%;right: -20px;transition: all 0.5s ease;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f054";}
.btn-1:hover:after{ right:-25px;}


/*按鈕*/


.btn-2{
	position:relative;
	display:inline-block;
	color: #ffffff!important;
	font-size: 14px !important;
	/* font-style: italic; */
	letter-spacing: 2px;
	background: #aa83a9;
	border: 1px solid #aa83a9;
	width:auto !important;
	padding: 15px 40px 15px 25px;
	margin: 0 0 0 0;
	cursor:pointer;
	/* border-radius: 30px; */
	text-align:left !important;
	text-decoration: none;
	border-radius: 30px;
	/* box-shadow: 2px 2px 5px #ebebeb; */
}
.btn-2:before{/* content:url(../../images/more-dot.png); */position:absolute;left:10px;top: 17px;}
.btn-2:after{position:absolute;width: 50px;top: 35%;right: -20px;transition: all 0.5s ease; content:"→";}
.btn-2:hover:after{ right:-25px;}

.btn-3{
	position:relative;
	display:inline-block;
	color: #ffffff!important;
	font-size: 16px !important;
	/* font-style: italic; */
	letter-spacing: 3px;
	background: #aa83a9;
	border: 1px solid #aa83a9;
	width:auto !important;
	padding: 10px 70px 10px 45px;
	margin: 0 0 0 0;
	cursor:pointer;
	/* border-radius: 30px; */
	text-align:left !important;
	text-decoration: none;
	border-radius: 30px;
	/* box-shadow: 2px 2px 5px #ebebeb; */
}
.btn-3:before{/* content:url(../../images/more-dot.png); */position:absolute;left:10px;top: 17px;}
.btn-3:after{position:absolute;width: 50px;top: 17%;right: -20px;transition: all 0.5s ease;content:"→";}
.btn-3:hover:after{ right:-25px;}


/*首頁大標題*/
.b-title{position: relative;width:100%;/*height: 150px;*/font-weight: normal;/* text-align: center; */display: flex;flex-direction: column;/* align-items:center; *//* justify-content: center; */color: #512d51;font-size: 16px;padding: 0px 0 0 0;margin-top:45px;/*margin: 1vw auto 1vw auto; font-family: 'Noto Sans TC', sans-serif; *//* background:url(../../images/title-bg.png) center center no-repeat; */}
.b-title .line{width:100px;height: 5px;background:#c7e0d8;margin: 15px 0;}
.b-title span{/* letter-spacing:10px; *//* padding-left: 30px; */display: block;font-size: 36px;font-weight: bold;}
.b-title:before{content:"";position: absolute;bottom: 30px;width: 55px;height:3px;/* background: #90c31f; */animation: 1s ease-in-out 0.8s 1 widthGroup-1;}

/*內頁大標題*/
.b-innertitle{
    position: relative;
    color: #512d51;
    /* background-color: #738a41; */
    background-image:url(../../images/title-bg.jpg);
    background-position:center right;
    background-repeat:no-repeat;
    color: # inner-bg;
    font-size: 30px;
    padding: 13px 10px 13px 0px;
}
.b-innertitle:before{position: absolute;left: 20px;top: 10px;/* content:url(../../images/dot-1.png); */filter: brightness(0) invert(1);}
.b-innertitle .line{
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 7px;
    background: #f7e9eb;
    border-radius: 10px;
}
.b-innertitle .line:before {
    content: '';
    position: absolute;
    left: 0; /* 往左回填 */
    width: 150px;
    height: 7px;
    background: #aa83a9; /* 前面部分的顏色 */
    border-radius: 10px 0 0 10px; /* 左邊圓角 */
}

/*圖片延遲載入*/
img.lazy {
	display: block;
	/* optional way, set loading as background */
	background-image: url('../../images/ajax-loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/*活動圖片裁切*/
.album-cut {/* height: 210px; */overflow:hidden;/*border:1px solid #ccc;*//* line-height: 210px; *//* background: #ebebeb; */}
.album-cut img{vertical-align:middle;}
.album-cut2 {height:250px;overflow:hidden;/*border:1px solid #ccc;*/line-height: 250px;background: #ebebeb;}
.album-cut2 img{ vertical-align:middle;}
.album-cut3 {/* height:172px; */overflow:hidden;/*border:1px solid #ccc;*//* line-height: 172px; */background: #ffffff;}
.album-cut3 img{ vertical-align:middle;}


@media screen and (max-width : 1200px) {
	.container .wrap .layout-left{ width:30%; }
	.container .wrap .layout-right{ width:70%; }	
}

@media screen and (max-width : 900px) {
	.container .wrap .layout-left{ display:none; }
	.container .wrap .layout-right{ width:100%; }

}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.bg-wave-top{ position:absolute; top:0; left:0; z-index:2; width:100%; }
.bg-wave-bottom{position:absolute;bottom: -20px;left:0;z-index:2;width:100%;}

#wrapper{ width:100%; overflow:hidden; }

.container{ position:relative; width:100%; overflow: hidden;}
.container.bg-gray{ background:#f9f9f9; }

.container.row-color:nth-child(even) {/*background: #ffffff;*/}
.container.row-color:nth-child(odd) {/*background: #f4f5ef;*/}

.container .wrap{position: relative;max-width: 1200px;overflow: hidden;margin: 0px auto;}
/*回上頁*/
.gotop{ position:fixed; bottom:100px; right:20px; z-index:99; }

/*footer*/
#site_footer {
    background:url(../../images/footer-bg.png) no-repeat;
    background-size:cover;
}

.footer_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center; /* 垂直對齊 */
    justify-content: space-between; /* 左右內容對齊 */
    box-sizing: border-box;
    padding: 40px 0 40px 0;
}

/* 左側區塊樣式 */
.footer_left {
    width: 40%;
    display: flex;
    /* justify-content: center; */ /* 右對齊左側內容 */
    align-items: center; /* 垂直對齊 */
}

.footer_logo {
    max-width: 100%;
    height: auto;
    padding: 0 30px; /* 確保左右邊距一致 */
}

/* 右側區塊樣式 */
.footer_right {
    width: 60%;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */ /* 左對齊右側內容 */
    color: #6c757d;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 0; /* 移除多餘的 margin */
    padding: 10px 0 0 0;
}

.footer_right .footer_right_content{/* border-left:1px solid #ffffff; */padding-left: 30px;}

.footer_right .contact-items {
    display: flex;
    align-items: flex-start;
    color: #ffffff;
    /* font-weight: bold; */
}

.footer_right .contact-items:not(:last-child) {
    padding-bottom: 10px;
}

.footer_right .contact-items .items-title {
    flex: 1;
    min-width: 90px;
}

.footer_right .contact-items .items-title i {
    color: #ffffff;
    padding: 0 8px 0 0;
}

.footer_right .contact-items .items-content {
    flex: 6;
    color: #ffffff;
    text-align: left;
}

#site_footer .designed_by {
	width:100%;
	max-width:1200px;
	margin: 20px auto 0px auto;
	padding: 0 30px 30px 30px;
	line-height: 20px;
	/* margin-top: 50px; */
	align-self: flex-end; /* 右對齊 */
	color: #c7a2c6;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
}

#site_footer .designed_by a {
    color: #c7a2c6;
    text-decoration: none;
}

#site_footer .designed_by a:hover {
    text-decoration: underline;
}

/* 響應式設計 */
@media (max-width: 768px) {
    .footer_container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer_left, .footer_right {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .footer_right {
        align-items: center;
    }

    #site_footer .designed_by {
        align-self: center;
        text-align: center;
    }

    .footer_right_content {
        padding: 30px 30px 10px 30px;
    }
	
	.footer_container{ padding:20px 0 20px 0; }
	.footer_right .footer_right_content{border-left:none;padding-left: 30px;}

}

/*表格樣式*/
#table-1 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#table-1 td, #table-1 th {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}

#table-1 tr:nth-child(even){background-color: #f2f1f1;}

#table-1 tr:hover {background-color: #ddd;}

#table-1 th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #90c31f;
  color: white;
}

@media screen and (max-width : 1200px) {

	.container{/* padding:0 10px; */}
	#footer-nav ul{ display:flex; flex-wrap:wrap; align-items:center; justify-content: center; }
}

@media screen and (max-width : 768px) {
	
}

@media screen and (max-width : 550px) {
	.logo-b{/* width:80%; *//* max-height: 65px; */}	
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Index <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*影片&公告*/
        .bullet-container {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin: 20px auto;
            max-width: 100%;
        }

        /* 左邊 YouTube 區塊 */
		.video-section{
			width: 55%; /* 讓左右區域有一樣的寬度 */
		}
		.video-section .b-title{
    height: auto;
    margin: 30px 0vw 30px 0vw;
    display: block;
    text-align: left;
}
		.video-section .b-title span{
    text-align: left;
}
		.video-section .b-title .line{}
        .video-section-wrap {
			width: 100%;
			position: relative;
			padding-bottom: 76.25%; /* 16:9比例，確保高度保持一致 */
			height: 0;
			overflow: hidden;
			background: #000;
			margin-bottom: 20px;
			border-radius: 30px; /* 圓角效果 */
			}
        .video-section iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
			max-height:520px;
            border-radius: 30px; /* 影片區域的圓角效果 */
        }

        /* 右邊 bxSlider 區塊 */
        .carousel-section {
            width: 42%; /* 讓左右區域有一樣的寬度 */
            margin-bottom: 20px;
            /* margin-top: -10px; */
            border-radius: 30px; /* 圓角效果 */
        }
		.carousel-section .b-title{
    height: auto;
    margin: 30px 0vw 10px 0vw;
    display: block;
    text-align: left;
   }
		.carousel-section .b-title span{text-align: left;}
		.carousel-section .line{}		

		.bxslider-bullet ul{ list-style:none; }
		.bxslider-bullet li { width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; height:520px; }
		.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{ background:#c7e0d8; }

        .bxslider-bullet img {
            width: 100%;
            height: auto;
            border-radius: 30px; /* 圓角效果 */
        }

        /* RWD 支援 */
		@media (max-width: 1200px) {
			
            .video-section-wrap {
				border-radius:0;
				padding-bottom: 75.25%; /* 16:9比例，確保高度保持一致 */
				}
            .carousel-section {
                border-radius: 0px;
            }	
			.bxslider-bullet img{ border-radius:0; }				
			.bxslider-bullet li { height:auto; }	
		}
        @media (max-width: 768px) {
			.video-section{
				width: 100%; /* 讓左右區域有一樣的寬度 */
			}			
            .video-section-wrap {
                width: 100%;
                min-height: 300px;
				border-radius:0;
            }
            .carousel-section {
				width:100%;
                border-radius: 30px;
            }				
            .bullet-container {
                flex-direction: column;
                align-items: center;
                width: 96%;
            }

        }


/*即時新聞*/
#index-report{width:100%;overflow: hidden;display:flex;justify-content: space-between;flex-wrap:wrap;}
#index-report .items{
    border: 1px solid #bcbcbc;
    flex: 0 32%;
    padding: 10px;
    margin: 10px 5px;
	transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}
#index-report .items img{ width: 100%; }
#index-report .items:hover{ transform: translateY(-0.5rem); }

#index-report .items div{ width:100%; overflow:hidden; }
#index-report .items div.title{color:#000000;font-weight:bold;font-size: 16px;padding: 15px 0 0 0;}
#index-report .items div.title a{ /*color:#000000; text-decoration:none;*/ }
#index-report .items div.title:before{content:url(../../images/news-icon-1.png);vertical-align:middle;padding-right: 5px;}
#index-report img.lazy{ /*max-height:300px;*/ }

@media screen and (max-width : 900px) {
	#index-report .items{flex: 1 48%;}
}

@media screen and (max-width : 480px) {
	#index-report .items{flex: 0 100%;}
}

/*最新消息*/
.news-bg{background: url(../../images/news-bg.png) top center no-repeat;min-height: 650px;}
#index-news{
    margin: 0px 0;
    padding: 30px 10px;
    text-align: center;
    min-height: 400px;
}
#index-news .news-types{
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 30px;
}
#index-news .news-types span{
    padding: 15px 1vw;
    margin: 5px 10px;
    color: #4b334a;
    background: #ffffff;
    border: 1px solid #4b334a;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    flex-basis: 130px;
    /* flex-grow: 1; */
}
#index-news .news-types span:hover{
    background: #f7e9eb;
    transition: all 0.3s ease;
}
#index-news .news-frame{
    width: 100%;
    overflow: hidden;
    border: 5px solid #d5c5d5;
    border-radius: 20px;
    background: #ffffff;
}
#index-news .news-list{
    display: flex;
    flex-direction: column;
    width: 31%; /* 每行三個 */
    margin: 1% 1%;
    text-align: left;
    padding: 10px 3% 10px 1%;
    border-right: 1px solid #cecece;
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}
#index-news .news-list:last-child{ border-right:0; }
#index-news .news-list .date{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #656565;
    font-weight: bold;
    padding-bottom: 10px;
}
#index-news .news-list .date .left{
    text-align: left;
    color: #a08ea0;
    font-size: 16px;
}
#index-news .news-list .date .left span{display:block;font-size: 30px;color: #512d51;margin: 15px 0px;}
#index-news .news-list .date .right{
    text-align: right;
}
#index-news .news-list .date .right span{
    background: #f7e9eb;
    padding: 10px 10px;
    min-width: 120px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #825b81;
    letter-spacing: 2px;
}
#index-news .news-list .title{
    font-size: 18px;
    /* font-weight: bold; */
    color: #262626;
    line-height: 1.5;
    padding: 10px 0;
    min-height: 100px;
}
#index-news .news-list .title a:hover{
    color: #28231c;
    text-decoration: underline;
}
#index-news .news-list .more{
    text-align: right;
    padding-top: 10px;
}
#index-news .news-list .more a{
    color: #ffffff;
    font-size: 14px;
}

#index-news .container{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

@media screen and (max-width: 900px) {
    #index-news .news-list{
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #cecece;
    }
	#index-news .news-list .title{ min-height:inherit;}
}

/*活動剪影*/
#index-album{width:100%;overflow: hidden;display:flex;/* justify-content: space-between; */flex-wrap:wrap;padding: 30px 0;padding-top: 60px;padding-bottom: 130px;}
#index-album .items{
    /* border-top: 5px solid #90c31f; */
    /* box-shadow: 1px 1px 5px #cccccc; */
    /* flex: 1 22.5%; */
    margin: 10px 10px;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}

#index-album .items-index{width: 47%;/* height: 300px; */overflow: hidden;}
#index-album .items-content{ width: 31%; }
#index-album.inner-album .items-content{width: 48% !important;}

#index-album .items img{width: 100%;height: 100%;/* border-top-left-radius: 25px; */ /* 左上角圓角 *//* border-top-right-radius: 25px; */ /* 右上角圓角 */}
#index-album .items:hover{ /*transform: translateY(-0.5rem);*/ }

#index-album .items div{width:100%;overflow:hidden;}
#index-album .items div.title{color: #4c374b;/* font-weight:bold; */text-align: center;font-size: 20px;padding: 15px 0 15px 0;/* background: #ffffff; *//* border-bottom-left-radius: 25px; */ /* 左下角圓角 *//* border-bottom-right-radius: 25px; */ /* 右下角圓角 */}
#index-album .items div.title a{/*color:#000000; text-decoration:none;*/font-weight: bold;/* text-shadow: 2px 2px 2px #cccccc; */color: #4c374b;}
#index-album .items div.title a:hover{color:#000000;}
#index-album .items div.title:before{/* content:url(../../images/album-icon-1.png); */vertical-align:middle;padding-right: 5px;}
#index-album img.lazy{ /*max-height:330px;*/ }

@media screen and (max-width : 710px) {
	#index-album .items{flex: 0 45%;}
}

@media screen and (max-width : 480px) {
	#index-album .items{flex: 0 100%;}
}

@media screen and (max-width : 1036px) {
	#index-album .items-index{width: 47%;}
}

@media screen and (max-width : 838px) {
	#index-album .items-index{width: 47%;}
}

@media screen and (max-width : 1201px) {
	#index-album .items-content{ width: 30.5%; }
}

@media screen and (max-width : 1074px) {
	#index-album .items-content{ width: 30%; }
}

@media screen and (max-width : 923px) {
	#index-album .items-content{ width: 29.5%; }
}



/*系所介紹*/
#index-about{width:100%;overflow:hidden;padding: 0 0 30px 0;min-height: 635px;}
.about-bg{ background:url(../../images/about-bg.png) bottom center no-repeat; background-size:cover; }
#index-about .about-wrap{display:flex;max-width:1300px;margin:0 auto;flex-direction: row;flex-wrap: wrap;font-size: 18px;line-height: 36px;}
#index-about .about-wrap .b-title{text-align:left;margin-top: 0;margin-bottom: 60px;}
#index-about .about-wrap .b-title h5{ padding:20px 0px 20px 0px; }
#index-about .about-wrap .slogan{
    color: #825b81;
    font-size: 30px;
    font-style: italic;
    line-height: 40px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
#index-about .right{flex:1;padding: 0 50px 0 50px;    
    display: flex;
    flex: 1;
    padding: 0 50px 0 50px;
    flex-direction: column;
    justify-content: space-around;}
#index-about .right .service-area{position:relative;display: flex;justify-content: space-between;margin:20px 0;padding:30px 0;border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;}
#index-about .right .service-area .caption{position:absolute;background: #ffffff;padding: 5px 10px;top: -13px;left:0;text-transform:uppercase;color:#334e5f;font-size:16px;letter-spacing:2px;}
#index-about .right .service-area span{ width:102px; border:8px solid #698ba1; color:#fefefe; font-size:18px; margin:5px 0; padding: 30px 23px; letter-spacing: 2px; display:inline-block;
    
	background: linear-gradient(274deg, rgba(50, 77, 94, 1)51%, rgba(74, 105, 124, 0.9)100%);
	background: -moz-linear-gradient(274deg, rgba(50, 77, 94, 1)51%, rgba(74, 105, 124, 0.9)100%);
	background: -webkit-linear-gradient(274deg, rgba(50, 77, 94, 1)51%, rgba(74, 105, 124, 0.9)100%);
	background: -o-linear-gradient(274deg, rgba(50, 77, 94, 1)51%, rgba(74, 105, 124, 0.9)100%);
	
	border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
#index-about .pager{ text-align:right; }
#index-about .pager .btn-1{ padding:10px 70px 10px 45px; }
#index-about .pager .btn-1:after{top: 20%;}


#index-about .left{ 
    display: flex;
   
    flex: 1;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    border-radius: 20px;
}
#index-about .left img{ border-radius: 20px; }

@media screen and (max-width : 900px) {
	#index-about .about-wrap{ display:block; }
	#index-about .right{flex:1;padding: 0 20px 0 20px;}

}

@media screen and (max-width :1230px) {
    #index-about .about-wrap{  flex-direction: column; }
    #index-about .about-wrap .left img{margin-bottom: 30px;}
		
	#index-about .editor_index{ background-color: rgba(211, 185, 220, 0.5); padding: 20px 20px;}
}

 #index-about .about-wrap .right img{max-width:  550px !important;}

/*相關連結*/
.links-container{text-align:center;width:100%;margin: 5vw 0;/* vertical-align: top; */}
.links-container a{margin: 10px 8px;max-width:280px;width:100%;text-align:left;display:inline-block;vertical-align: top;}
.links-container a img{width:100%;box-shadow: 2px 2px 8px rgba(15%,15%,40%,0.1);}

/*相關連結-輪播*/
.links-bg{/* background:#f0dccb; */}
#index-links{padding-bottom: 30px;background-image:url(../../images/wave-bg-4.png);background-position:bottom center;background-repeat:no-repeat;text-align: center;}
#index-links .b-title{ color:#d7925a; }
#index-links .b-title span{ color:#413c3c; }
#index-links .b-title .line{ background:#d7925a; }
#index-pdt .pdt-carousel{display: flex;position: relative;margin-bottom: 20px;min-height: 200px;}
#index-pdt .owl-left{/*position: absolute;*/left: 20px;top: 40%;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 10%;float:left;}
#index-pdt .owl-center{width: 80%;float:left;padding: 0 0vw;margin: 0 auto;}
#index-pdt .owl-right{/*position: absolute;*/right: 20px;top: 40%;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 10%;text-align: right;float:left;}
#index-pdt .contain{position: relative;text-align:center;font-size:22px;}
#index-pdt .contain a{position: absolute;bottom: -10%;width: 80%;display: inline-block;padding: 25px 0 25px 0;margin: 20px 0;left: 0;right: 0;margin-left: auto;margin-right: auto;t-decoration: none;font-size: 16px;border-radius: 50px;/* font-weight: bold; */background: #d7925a;color: #ffffff;}
#index-pdt .contain span{
    color: #747474;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
    padding: 0 25px;
    display: inline-block;
}
#index-pdt .contain a:hover{ /*text-decoration:underline;*/ }
#index-pdt .item{margin: 0 auto;/* padding: 10px 1vw; */margin: 10px 10px;max-width: 100%;max-height: 100%;height: 300px;overflow:hidden;display:flex;align-items:center;justify-content: center;/* -webkit-box-shadow: 0px 0px 10px #cccccc; *//* background:#ffffff; */}
#index-pdt .item img{max-width: 100%;max-height: 100%;cursor:pointer;border-radius: 30px;box-shadow: 1px 1px 5px #e8e4e4;}
#index-pdt .pager{ text-align: right; max-width: 1370px; }

@media screen and (max-width: 1400px) {
	#index-pdt .pager{text-align: center;margin: 10px auto 10px auto;}
	#index-pdt .pager .btn1{ margin:0 0 0 0; }	
	#index-pdt .pager .btn1:after{ position:inherit; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Content <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*最新消息*/
#inner-news{margin: 0px 0;padding: 30px 0 0 0px;text-align:center;}
#inner-news .news-list{width:100%;overflow:hidden;margin: 0 0 10px 0;text-align: left;padding: 0px 0px 10px 0;}
#inner-news .news-list{display:flex;flex-wrap:wrap;border-bottom: 1px dashed #c9c9c9;}
#inner-news .news-list .title{flex: 6;color: #28231c;font-size: 18px;line-height:22px;font-family: 'Noto Sans TC', sans-serif;display: flex;align-items:center;}
#inner-news .news-list .title a{ color:#28231c; }
#inner-news .news-list .title a:hover{ text-decoration:underline; }
#inner-news .news-list .date{flex: 1;min-width: 170px;padding: 0 0px;font-size: 14px;display: flex;align-items: center;/* justify-content: center; *//* font-weight: bold; */color: #c1783d;}
#inner-news .news-list .date span{position: relative;letter-spacing: 2px;padding: 0 15px 0 30px;}
/* #inner-news .news-list .date span:before{position: absolute;left: 5px;top: -30px;content:"‧";font-size:60px;color: #90c31f;} */
#inner-news .news-list .date span:before{position: absolute;top: -2px;left: 13px;content:url(../../images/dot-1.png);}
#inner-news .news-list .more{flex:1;padding:0 20px;min-width:150px;color: #143874;font-size: 14px;display: flex;align-items: flex-end;justify-content: center;}
#inner-news .news-list .more a{ color:#143874; }


@media screen and (max-width : 900px) {
	#inner-news .news-list .date{ justify-content: start; min-width: auto;}
	#inner-news .news-list .date span{ border:0; }
	#inner-news .news-list .title{flex:100%;padding: 10px 0;}
}

/*影音花絮*/
#inner-video{width:100%;overflow:hidden;margin: 30px auto 0 auto;}
#inner-video .video_area{width: 47.5%;margin: 20px 1%;display: inline-block;vertical-align: top;line-height: 25px;/* border: 1px solid #ebebeb; */padding: 10px;/* box-shadow: 1px 1px 5px #ebebeb; */}
#inner-video .video_area .title{color:#000000;font-weight:bold;font-size: 20px;padding: 15px 0 0 0;text-align: left;}
#inner-video .video_area .title a{ /*color:#000000; text-decoration:none;*/ }
#inner-video .video_area .title:before{content:url(../../images/icon-video.png);vertical-align: middle;padding-right: 5px;}

#inner-video .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border-radius: 20px;
}
#inner-video .video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width : 768px) {
	#inner-video .video_area{width:100%;margin: 20px 0;}	
}


/*圖片連結*/
#inner-imglink{ width:100%; display:flex; flex-wrap:wrap; margin:40px 0; }
#inner-imglink .items{position: relative;width: 33%;display: flex;justify-content: center;margin: 0 0 0px 0%;cursor:pointer;/* border: 1px solid #ebebeb; *//* box-shadow: 1px 1px 5px #ebebeb; */}
#inner-imglink .items:hover{ /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); transition: all 0.5s ease;*/ }
#inner-imglink .items > div{text-align:center;margin: 40px auto 0 auto;width: 100%;}
#inner-imglink .items .img{/* max-width: 240px; *//* height:160px; *//* margin: 0 auto; */display: flex;align-items:center;justify-content: center;}
#inner-imglink .items img{display:block;/* padding-bottom:20px; */margin: 0 auto;/* width:100%; */max-width: 370px;border-radius: 25px;}
#inner-imglink .items .word{/* position: absolute; */bottom: -30px;margin-left: auto;margin-right: auto;width: 80%;left: 0;right: 0;text-align:center;color: #4c374b;padding: 20px 10px 20px 10px;font-size: 20px;letter-spacing: 3px;border-radius: 50px;/* font-family: 'Noto Sans TC', sans-serif; */font-weight: bold;}

@media screen and (max-width : 1024px) {
	#inner-imglink .items img{ width:90%; max-width:100%; }
}


@media screen and (max-width : 600px) {
	#inner-imglink .items{ width:48%; }
}
@media screen and (max-width : 450px) {
	#inner-imglink .items{ width:100%; }  
}

/*圖片輪播*/
#inner-carousel{width: 100%;overflow: hidden;margin:30px 0 30px 0;}


/*下載與連結*/
#inner-download{display: flex;flex-wrap: wrap;margin: 0px 0;padding: 20px 0 0 0px;text-align:center;}
#inner-download .download-list{width: 48%;overflow:hidden;margin: 0px 0;text-align: left;padding: 0px 0px 5px 0;margin: 10px 1% 10px 1%;}
#inner-download .download-list{display:flex;flex-wrap:wrap;border-bottom: 1px solid #cccccc;}
#inner-download .download-list .title{flex: 6;color: #28231c;font-size: 18px;padding: 0 10px 0 10px;line-height:22px;font-family: 'Noto Sans TC', sans-serif;display: flex;align-items:center;}
#inner-download .download-list .title a{ color:#28231c; }
#inner-download .download-list .title a:hover{ text-decoration:underline; }
#inner-download .download-list .types{/* flex: 1; *//* width: 120px; */padding: 8px 5px;margin: 0 0px 0 0;font-size: 18px;display: flex;align-items: center;justify-content: center;color: #ffffff;}
#inner-download .download-list .types span{
    padding-right: 5px;
}
#inner-download .download-list .types.color-bule1{/* background: #bed38f; */border-radius: 15px;font-weight: bold;color: #815B80;}
#inner-download .download-list .types.color-bule2{background: #90c31f;border-radius: 15px;}

@media screen and (max-width : 768px) {
	#inner-download .download-list{width: 100%;}
}

@media screen and (max-width : 480px) {
	#inner-download .download-list .types{flex: inherit;}
	#inner-download .download-list .title{flex:100%;padding: 10px 0;}
}

/*成員執掌*/
#inner-member{display: flex;align-items:center;justify-content: center;width:100%;overflow:hidden;margin: 30px auto 0 auto;}
#inner-member .member-list{display: flex;flex-wrap: wrap;align-items: stretch;margin: 20px 1%;vertical-align: top;line-height: 25px;border: 5px solid #d5c5d5;padding: 20px 20px;/* box-shadow: 0 0px 6px rgb(0 0 0 / 15%); */border-radius: 20px;}
#inner-member .member-list .caption{width:100%;overflow:hidden;font-size: 18px;font-weight: bold;border-bottom: 2px solid #ebebeb;padding: 0 0 10px 0;margin: 0 0 20px 0;}
#inner-member .member-list .caption span{
    font-size: 12px;
    color: #b6b6b6;
    padding: 0 15px;
}
#inner-member .member-list .title-area{flex: 1;padding: 0 20px;text-align: center;}
#inner-member .member-list .title-area img{/* border: 1px solid #cccccc; */width:100%;max-width:175px;border-radius: 20px;}

#inner-member .member-list .info-area{
    flex: 3;
}
#inner-member .member-list .info-area .info{
    display: flex;
    align-items: stretch;
    /* justify-content: center; */
    border-bottom: 1px solid #c8c6b3;
}
#inner-member .member-list .info-area .info:last-child{ border:0; }
#inner-member .member-list .info-area .info .left{
    /* background: #f4f5ef; */
    min-width: 90px;
    flex: 1;
    color: #5d3c5c;
    font-size: 16px;
    padding: 5px 10px;
    display: flex;
    align-items:center;
    justify-content: center;
    text-wrap: nowrap;
}
#inner-member .member-list .info-area .info .left i{width:26px;margin-right: 5px;}
#inner-member .member-list .info-area .info .right{
    flex: 3;
    font-size: 16px;
    padding: 5px 10px;
    word-break:break-all;
    display: flex;
    align-items:center;
    /* justify-content: center; */
}

@media screen and (max-width : 1200px){
	#inner-member .member-list{display: block;}
}

@media screen and (max-width : 768px){
	#inner-member { display:block; }
	#inner-teacher .member-list{width: 98%;}
	#inner-teacher .member-list .title-area{display:block;text-align: center;}
}


/*中心成員*/
#inner-teacher{width:100%;overflow:hidden;margin: 30px auto 0 auto;}
#inner-teacher .teacher-list{width: 30.5%;margin: 20px 1%;display: inline-block;vertical-align: top;line-height: 25px;/* border: 1px solid #bcbcbc; */padding: 20px 0px;/* box-shadow: 0 0px 6px rgb(0 0 0 / 25%); */}
#inner-teacher .teacher-list .title-area{text-align: center;/* display: flex; */align-items:center;justify-content: center;}
#inner-teacher .teacher-list .title-area .left{
    flex: 1;
}
#inner-teacher .teacher-list .title-area .left img{
	width:100%;
	/*border: 1px solid #cccccc;*/
	/* max-width: 220px; */
	width: 220px;
	height: 220px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	border-radius: 140px;
	border: 1px solid #ebebeb;
}
#inner-teacher .teacher-list .title-area .right{
    flex: 1;
    color: #010101;
    font-size: 20px;
    padding: 20px 0 10px 0;
}
#inner-teacher .teacher-list .title-area .right span{
    font-size: 16px;
}
#inner-teacher .teacher-list .title-area .right p{
    font-size: 14px;
    color: #2a2a2a;
    display: block;
    max-width: 130px;
    text-align: center;
    padding: 5px 10px;
    margin: 15px auto 10px auto;
    /* min-height: 36px; */
    background: #f9ede4;
}
#inner-teacher .teacher-list .info-area{
    /* border-top: 2px solid #90c31f; */
    margin-top: 5px;
}
#inner-teacher .teacher-list .info-area .info{
    display: flex;
    align-items: stretch;
    /* justify-content: center; */
    /* border-bottom: 1px solid #c8c6b3; */
}
#inner-teacher .teacher-list .info-area .info:last-child{ border:0; }
#inner-teacher .teacher-list .info-area .info .left{
    /* background: #f4f5ef; */
    color: #c1783d;
    min-width: 60px;
    flex: 1;
    font-size: 14px;
    padding: 0px 5px;
    display: flex;
    align-items:center;
    /* justify-content: center; */
}
#inner-teacher .teacher-list .info-area .info .left i{ width:26px; }
#inner-teacher .teacher-list .info-area .info .right{
    flex: 3;
    font-size: 14px;
    padding: 5px 0px;
    word-break:break-all;
}

@media screen and (max-width : 1200px){

	#inner-teacher .teacher-list{width: 46.5%;}
}


@media screen and (max-width : 480px){


	#inner-teacher .teacher-list{width: 98%;}
	#inner-teacher .teacher-list .title-area{display:block;text-align: center;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Edm <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.edm_container{ text-align:center; width:100%; overflow:hidden; }
.edm_items
{
    margin:20px 10px;
    text-align:left;
    display:inline-block;
	max-width:300px;
	color:#5e4a5e;
	font-size:18px;
}
.edm_items span{padding: 20px 15px;display:inline-block;}
.edm_items span a{ color:#351c35; text-decoration:none; }
.edm_items span a:hover{ text-decoration:underline; }


@media screen and (max-width : 550px) {
	.edm_items{ width:45%; margin:10px 5px; }

}

@media screen and (max-width : 380px) {
	.edm_items{ width:90%; }

}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Sitemap <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#sitemap-area{ max-width:1200px; width:100%; overflow:hidden; margin:30px auto; }
#sitemap-area .sitemap-list{display: inline-block;vertical-align: top;width: 22.5%;margin: 0 1% 40px 1%;min-height:300px;overflow:hidden;}
#sitemap-area .title{width:100%;padding: 10px 0px;color: #3d3d3d;font-size:20px;font-family: 'Noto Sans TC', sans-serif;font-weight: bold;border-bottom: 5px solid #c7e0d8;display: flex;align-items:center;/* justify-content: center; */}
#sitemap-area .title span{
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    background: #c7e0d8;
    padding: 7px 10px 15px 18px;
    margin: 0 20px 0 0;
    border-radius: 50px;
}
#sitemap-area .list{position: relative;clear:both;border-bottom: 1px dashed #cccccc;color: #c7e0d8;font-size:16px;letter-spacing:1px;margin:0 20px;padding: 17px 10px;}
#sitemap-area .list.type-2{
    padding-left: 30px;
}
#sitemap-area .list.type-1:before{ content:"●"; }
#sitemap-area .list.type-2:before{content:"○";left: 30px !important;}
#sitemap-area .list.type-1:before , #sitemap-area .list.type-2:before{position: absolute;left: 8px;top: 20px;padding-right: 5px;font-size:12px;}
#sitemap-area .list a{display: inline-block;line-height: 20px;color: #3d3d3d;font-weight: bold;text-decoration:none;padding-left: 20px;}
#sitemap-area .list a:hover{ color:#c7e0d8; }
#sitemap-area .list:first-child{ border:0; }
#sitemap-area .list.sub{border:0;padding: 15px 35px;}
#sitemap-area .list.sub:before{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f1ce";padding-right: 10px; font-size:14px; }


@media screen and (max-width : 1023px) {	
	#sitemap-area .sitemap-list{ width:47%; }
	
}
@media screen and (max-width : 720px) {
 	#sitemap-area .sitemap-list{ width:98%; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> News <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*檔案與連結*/
.download-list{width:100%;overflow:hidden;padding: 15px 20px 15px 20px;box-sizing:border-box;margin:5px 0;border-bottom:1px dotted #919191;}
.download-list .down-left{float:left;font-size: 16px;max-width: 30px;width: 10%;color: #90c31f;}
.download-list .down-left img{ vertical-align:-15%; width:20px; }
.download-list .down-right{float:left;width: 90%;}
.download-list .down-right a{color: #000000;font-size:15px;text-decoration:none;}
.download-list .down-right a:hover{ color:#90c31f; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Contact <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*聯絡我們*/
#index-contact{width:100%;max-width: 1300px;margin: 0 auto;min-height:190px;padding: 30px 0px;overflow:hidden;/* background:url(../../images/contact-bg.png) no-repeat top center; */}
#index-contact .contact-form{/*display:flex;*/}
#index-contact .contact-form > .left{flex:1;padding: 0 15px;}
#index-contact .contact-form > .right{flex:1;padding: 0 15px;}

#contact_info{ position:relative; max-width:1200px; overflow:hidden; }
#contact_info .contact_info_left{float:left;width: 50%;margin: 20px 0 30px 0;}
#contact_info .contact_info_right{/* float:left; *//* max-width:400px; *//* width: 50%; */font-size:15px;padding: 10px 0 0 10px;box-sizing: border-box;letter-spacing:1px;color:#4f4f4f;line-height:30px;}

#contact_info .slogan{ background:url(../../images/about_line.png) top center no-repeat; padding:90px 0 0 0; position:absolute; top:0; right:0; }
.contact_info_btitle{ width:100%; border-bottom:1px solid #6d6b64; }
.contact_info_area{width:100%;overflow:hidden;line-height:25px;padding: 5px 0;/* border-bottom:1px dashed #a7a7a4; */}
.contact_info_title{float:left;width:10%;color: #d7935b;/* background:#c6e0a8; */text-align:center;margin:0 5% 0 0;padding:0 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;text-wrap: nowrap;}
.contact_info_content{ float:left; width:70%; }

/*聯絡我們表單*/
.contact-form .input-item{width:100%;display: flex;align-items:center;justify-content: center;background:#ffffff;margin: 25px 0;padding: 0px 10px 0px 10px;border:1px solid #cecece;transition: all 0.5s ease;line-height: 25px;}
.contact-form .input-item:hover{border:1px solid #ebdfc7; border-left:5px solid #ebdfc7;}
.contact-form .input-item .left{flex:1.5;color: #000000;font-size: 16px;letter-spacing: 1px;}
.contact-form .input-item .left span{ color:#cb333e; width:13px; display:inline-block; }
.contact-form .input-item .right{flex: 3.5;padding: 0 0px;border-left: 1px solid #d5d5d5;}
.contact-form .input-item .right input{width:100%;font-size:16px;border:0;padding: 10px 10px 10px 10px;background:transparent;outline: 0;}
.contact-form .input-item .right select{width:90%;font-size:16px;border:0;padding: 10px 10px 10px 10px;background:transparent;outline: 0;}
.contact-form .input-item .right textarea{width:100%;padding:10px;font-size:16px;height: 175px;border:0;background:transparent;resize:none;outline: 0;}
.contact-form .input-item .right .rand-img{position:absolute;right: 10px;top: 8px;cursor:pointer;}
.contact-form .pager .btn-1:before{ left:10px; }
.contact-form .pager{ text-align:right; }

#contact-info{ background:url(../../images/contact-bg.png) no-repeat; }
#contact-info .wrap{min-height:600px;display:flex; justify-content: space-between; flex-wrap:wrap; }
#contact-info .left{width:40%; padding:10px; }
#contact-info .left .css-table{ padding:10px; }
#contact-info .left .css-td:first-child{width: 20px; color:#71c6b2; }
#contact-info .left .css-td:nth-child(2){ width:40px; }
#contact-info .left .css-td{width:30px;padding: 15px 0;font-size: 16px;border-bottom: 1px dotted #cccccc;}
#contact-info .right{width:50%; padding:10px; }
#contact-info .right .map{width:100%;color:#385170;font-size:16px;display: flex;justify-content: flex-end;}
#contact-info .right .map .iframe{width:100%;/* max-width:500px; */height:400px;border:0;}


@media screen and (max-width : 1200px) {
	#contact-info .left{ flex:1; width:auto; }
	#contact-info .right{ flex:1; width:auto; }	
}
@media screen and (max-width : 1024px) {
	#contact-info .wrap{ display:block; }
	#index-contact .contact-form{padding-top: 0px;}
	.contact-form .input-item .left{ flex:2; }
}
@media screen and (max-width : 768px) {
	#index-contact { min-height: 180px; }
	#index-contact .contact-form{ display:block; }
	.contact-form .input-item .right{ flex:3; }
	.contact-form .input-item .left{ flex:1; }

	#contact_info .contact_info_left { float: none; width: 100%; }
    #contact_info .contact_info_right { padding: 0px; width: 100%; }
	
}
@media screen and (max-width : 480px) {
	#contact-info .left .css-td:nth-child(2){ display:none; }
	.contact-form .input-item .right{ flex:1.5; }	
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Mobile Menu <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


body { transition: background-color .2s; }
#wrapper { transition: margin-left .2s; }
.sidenav { display:flex; flex-direction: column; height: 100%;overflow:hidden;width: 0;position: fixed;z-index: 9999;top: 0;right: 0;background-color: rgba(255, 255, 255, 1);overflow-x: hidden;transition: 0.2s;/*padding-top: 60px;*/box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.sidenav .closebtn {font-size: 25px;position: absolute;top: 17px;right: 10px;color: #ffffff;}
.sidenav .head {width:100%;position: relative;overflow:hidden;/* text-align: center; */padding: 15px 0 15px 5px;border-top: 3px solid #825b81;border-bottom: 1px solid #ebebeb;background: #aa83a9;}
.sidenav .head img{max-width: 259px;}

.sidenav .menu-top{ }
.sidenav .menu-bottom{width: 100%;height: 100%;background: #ebebeb;padding: 20px 0 10px 0;display: flex;align-items: flex-end;justify-content: center;}
.sidenav .menu-bottom .search{padding:10px 20px;}
.sidenav .menu-bottom .search .items{
    margin: 20px 0;
    display:flex;
}
.sidenav .menu-bottom .search .items .lefter{
	flex: 1;
	width: 80px;
	font-size: 16px;
	color: #3c3c3c;
	display: flex;
	align-items:center;
	justify-content: center;
}
.sidenav .menu-bottom .search .items .lefter i{color: #0557A1;padding-right:8px;}
.sidenav .menu-bottom .search .items .righter{flex: 1;padding: 0 0 0 10px;}
.sidenav .menu-bottom .search .items .righter .search-items{ display:flex;}
.sidenav .menu-bottom .search .items .righter .search-items .input{flex: 1;}
.sidenav .menu-bottom .search .items .righter .search-items .input input[type="text"]{border:0;outline: 0;max-width: 100px;padding: 15px;-webkit-border-top-left-radius: 20px;-webkit-border-bottom-left-radius: 20px;-moz-border-radius-topleft: 20px;-moz-border-radius-bottomleft: 20px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.sidenav .menu-bottom .search .items .righter .search-items .button{flex:1;background: #0557A1;color: #ffffff;padding: 15px 20px;-webkit-border-top-right-radius: 20px;-webkit-border-bottom-right-radius: 20px;-moz-border-radius-topright: 20px;-moz-border-radius-bottomright: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}

.sidenav .menu-bottom .community{padding: 10px 5px;text-align: center;}
.sidenav .menu-bottom .copyright a{color: #939797;text-decoration:none;}
.sidenav .menu-bottom .copyright a:hover{ text-decoration:underline; }


@media screen and (max-height: 450px) {
 .sidenav {padding-top: 15px;}
 .sidenav a {font-size: 18px;}
}
/*選單 - 選項*/
#ajax-sidenav > div {position:relative;width: 100%;border-left: 5px solid #825b81;border-bottom: 1px solid #ebebeb;color: #000000;padding: 15px 25px;line-height:20px;box-sizing:border-box;cursor: pointer;cursor: hand;font-size: 14px;letter-spacing: 3px;}
#ajax-sidenav > div:before {/*content:url(../../images/header-icon.png);vertical-align:0; padding-right:10px;color: #000000;*/}

#ajax-sidenav > div i {position:absolute;right: 15px;top: 17px;}
#ajax-sidenav > div.title { background: #b19bb5; color: #ffffff; }
#ajax-sidenav > div:hover { /*color:#57708e;*/ }
#ajax-sidenav > div span { position:absolute; right:0; top: 0; display:block; padding: 15px 20px; border-left: 1px solid #ebebeb;/* border-right: 1px solid #ebebeb; */ }
#ajax-sidenav > div.nav {background:#ECECEC;border-bottom: 1px solid #CDCDCD;color: #333333;}
#ajax-sidenav > div.nav:before { content:""; padding-right:0px; }
#ajax-sidenav > div img { vertical-align:middle; padding-right:8px; }
.submenu-nav { width: 100%; overflow:hidden; display:none; background-color: #FFFFFF; }
.submenu-nav div {position:relative;font-size: 14px;background: #ffffff;line-height: 20px;border-bottom: 1px solid #ebebeb!important;padding: 18px 30px 18px 55px !important;cursor:pointer;}
.submenu-nav div:before{position: absolute;left: 30px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f111";color: #e2e2e2;padding-right: 8px;}
.submenu-nav div a{font-size: 14px;color: #000000 !important;}
.submenu-nav div i{position:absolute;top:20px;right: 16px;color: #000000;}
.submenu-nav.layer3 div{padding: 18px 10px 18px 80px !important;}
.submenu-nav.layer3 div:before{position: absolute;left: 55px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 100;content: "\f111";color: #e2e2e2;padding-right: 8px;}


.submenu2{background:#ebebeb !important;border-left: 5px solid #9B7354;}
.submenu3{background:#f5f5f5 !important;border-left: 5px solid #9B7354;}

.copyright{text-align: center;color: #939797;line-height: 18px;padding: 20px 10px;}

@media screen and (max-height: 450px) {
 .sidenav { padding-top: 15px;}

 .sidenav a { font-size: 18px;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Menu Search <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.jq-submenu.srh{position:relative;padding:0 !important;}
.jq-submenu.srh .srh-btn{position:absolute;right: 30px;top: 20px;}
.jq-submenu.srh input[type="text"]{
	/* max-width:218px; */
	background: #F2f2f2;

	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	border:0;
	font-size: 14px;
	padding: 0 50px 0 25px;

	box-sizing: border-box;
	letter-spacing:1px;

	color:#333;
	outline:0;
}

.jq-submenu.nav{ border-left:0 !important; }
.jq-submenu.nav i{ position:initial !important; padding-right:8px; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Bxslider <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

ul.bxslider { margin:0; padding:0; }

#home_banner { position:relative; display: inline-block;width: 100%;overflow: hidden;position: relative;background:#f3f8fb;}

#home_banner ul{ list-style:none; }
#home_banner li {width: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;height:450px;}
#home_banner .img { display: none; }
#home_banner .bxslider { opacity: 0; }
#home_banner .bx-wrapper .bx-pager.bx-default-pager a:hover, #home_banner .bx-wrapper .bx-pager.bx-default-pager a.active {background: #825b81;/* border: 1px solid #ffffff; */}
#home_banner .bx-wrapper .bx-pager.bx-default-pager a {background-color: #c695a5;/* border: 1px solid #2d2727; */width: 13px;height: 13px;margin: 0 5px;border-radius: 50%;box-shadow:2px 2px 8px rgba(15%,15%,40%,0.1);}
#home_banner .bx-wrapper .bx-pager { bottom: 66px; opacity: 1; }
#home_banner .bx-wrapper .bx-controls-direction{ opacity: 0; }
#home_banner .word { font-size: 15px; position: absolute; margin-left: -187px; margin-top: -116px; left: 50%; top: 50%; color: #673D3A; letter-spacing: 25px; opacity: 0.2; }
#home_banner .word b { font-weight: bold; }
#home_banner .down { position: absolute; right: 30px; bottom: 32px; width: 34px; height: 28px; z-index: 99; cursor: pointer; opacity: 0; }
#home_banner .down img { display: block; }
#home_banner .bx-prev{ left:5%; }
#home_banner .bx-next{ right:5%; }
#home_banner .bx-next:hover , #home_banner .bx-prev:hover{ opacity:.8; }

/* line 84, scss/_header.scss */
.headerTitleContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  /*
  @media only screen and (max-width: 640px), screen and (max-height: 900px) {     
  	.headline {
  		margin: 13rem auto 0 auto;
  	}
  }
  @media only screen and (min-width: 641px) and (max-width: 768px) {
  	.headline {
  		margin: 10rem auto 0 auto;
  	}
  }
  */
}
/* line 90, scss/_header.scss */
.headerTitleContainer .headline {
  text-align: center;
  margin: 15rem auto 0 auto;
  width: 100%;
  max-width: 600px;
  color: #ffffff;
  /* background: #ebebeb; */
  /* border-bottom: 1px solid #ffffff; */
  background-color: rgba(33, 33, 33, 0.6);
  padding: 10px 20px 10px 20px;
}

.headerTitleContainer a{ 
  text-decoration:none;
}

.headerTitleContainer .headline h2{
    padding: 0px 0 0px 0;
    margin: 20px 0;
    font-size: 65px;
    letter-spacing: 10px;
    /*font-family: "標楷體", "KaiTi", sans-serif;*/
    font-weight: normal;
    text-shadow: 1px 1px 1px #9a9a9a;
    font-weight: bold;
}
.headerTitleContainer .headline p{
    letter-spacing: 2px;
    font-size: 24px;
    color: #F4D885;
    /*font-family: "標楷體", "KaiTi", sans-serif;*/
    /* font-weight: bold; */
}



/* line 96, scss/_header.scss */
.headerTitleContainer .button, .headerTitleContainer .headerButton {
  display: none;
}

@media screen and (max-width : 1400px) {
	.bg-wave-top{ display:none; }
	.bg-wave-bottom{ display:none; }
}

@media screen and (max-width : 1024px) {
	
	#home_banner .bx-controls-direction
	{
		display:none;	
	}
	
	#home_banner .bx-wrapper .bx-pager.bx-default-pager a {
		 width: 15px;
		 height: 15px;
	}
	#home_banner, #home_banner li {
		max-height: 675px;
		height: 275px;
		/*margin-top: 75px;*/
	}
}

@media only screen and (max-width: 1024px) {
  /* line 104, scss/_header.scss */
  .headerTitleContainer .headline {
    margin: 7rem auto 0 auto;
  }
  .headerTitleContainer .headline p{ font-size:19px; padding:1px 0; letter-spacing: 2px;}  
  .headerTitleContainer .headline h2{ letter-spacing: 3px;font-size: 22px;color: #F4D885; }

}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  /* line 110, scss/_header.scss */
  .headerTitleContainer .headline {
    margin: 7rem auto 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Effect <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



/*scroll progress bar*/
.KW_progressContainer {
  left:0;
  width: 100%;
  height: 0.6em;
  margin-bottom: 0px;
  position: fixed;
  top: 0px;
  overflow: hidden;
  background-color: #81a237;
  content: "";
  display: table;
  table-layout: fixed;
  z-index:999;
}

.KW_progressBar {
  width: 0%;
  float: left;
  height: 100%;
  z-index:99;
  max-width: 100%;
  background-color: #9cd420;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/*圖片放大*/
.zoom-in img {

	width: 100%;	
}


.zoom-in:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common Animation <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

@keyframes widthGroup-1 {
    0% { width: 0; }
    60% { width: 70px; }	
    100%   { width: 60px; }
}


.scaleZoom {
	-webkit-animation: scaleZoom 2s ease both;
	animation: scaleZoom 2s ease both;
}
@-webkit-keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); }
}
@keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
}

.scaleZoom-2 {
	-webkit-animation: scaleZoom-2 2s ease both;
	animation: scaleZoom-2 2s ease both;
}
@-webkit-keyframes scaleZoom-2 {
	from { opacity: 0; -webkit-transform: scale(1.05); }
}
@keyframes scaleZoom-2 {
	from { opacity: 0; -webkit-transform: scale(1.05); transform: scale(1.05); }
}

/*------image mask--------*/
.photo-mask{opacity:0;position:absolute;left:0;bottom:0;color:#ffffff;width:100%;height:100%;background-color: rgba(155, 155, 155, 0.9);letter-spacing:3px;text-align:center;padding: 4vw;box-sizing:border-box;line-height:22px;-webkit-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;}

.photo-mask-content{ width:100%; height:100%; display:flex; align-items:center; justify-content: center; }
.photo-mask-content span{color:#8dbb00 !important;font-weight:normal !important;font-size: 18px !important;}
.photo-mask .line{border:1px solid #FFFFFF;}
.gallery{ position:relative; }
.gallery .photo-mask{ opacity:0; cursor:pointer; }
.gallery:hover .photo-mask{ opacity:1; }
.gallery:hover .title{ opacity:0; }	
	

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Location <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.Loadaction_Box { position:relative; height: 100%; width: 0%; position: fixed; overflow:auto; top: 0; left: 0; overflow:auto; background-color:rgba(0, 0, 0, 0.5); z-index:100000000 }
.Loadaction {width: 220px;height: 60px;top: 42%;position: absolute;margin-left: auto;margin-right: auto;padding-top: 10px;left: 0;right: 0;background-color:rgba(0, 0, 0, 0.5);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.Actionupload_Text {font-size:13px;color:#FFFFFF;height: 25px;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> pagelink <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.pageselect{border:1px solid #CCCCCC;padding: 4px 5px;font-size:12px;}
.pageselect:hover{ background:#ebebeb; }
a.pagelink_no{color:#333333;text-decoration:none;border: 1px solid #cccccc;padding: 7px 5px;display: inline-block;margin: 5px 0;}
a.pagelink_no:hover{ background:#ebebeb; }
a.pagelink{color:#333333;text-decoration:none;border: 1px solid #CCCCCC;padding: 5px 10px;}
a.pagelink:hover{ background:#ebebeb; }
a.pagelink_ch{color:#333333;padding: 5px 10px;border: 1px solid #cccccc;background: #ebebeb;text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Content <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*師資介紹*/
.member_list{width:100%;overflow:hidden;margin: 50px 0 20px 0;}
.member_list_left{width: 30%;margin: 0 4% 0 0;float:left;}
.member_list_left img{width:100%;margin-right: 5%;border:2px solid #eaeaea;max-width: 275px;border-radius: 35px;}
.member_list_center{width: 43%;margin: 0 5% 0 0;float:left;}
.member_list_center2{width: 65%;margin: 0 0 0 0;float:left;}
.member_list_right{ width:30%; float:left; padding:0 0; box-sizing:border-box; }
.member_title{color: #413c3c;font-size:20px;border-bottom: 5px solid #c7e0d8;padding: 40px 0 15px 0;}
.member_title:before{ /*content:url(../../images/teacher_title.png); vertical-align:middle; padding:0 10px 0 0;*/ }
.more_area{width:95%; text-align:right;}

.member{width:100%; overflow:hidden; margin:0 auto; line-height:40px; color:#2D2D2D; font-size:15px; letter-spacing:1px;}
.member_name{font-size:20px;color: #010101;/* font-weight:bold; */margin: 0 0 5px 0;/* border-bottom: 1px dashed #a7a7a4; */}
.member_name a{color: #000000;text-decoration: inherit;}
.member_name span{/* display:block; */margin: 0 20px;color: #009090;font-size: 16px;text-shadow:none;}
.member_info_area{width:100%;overflow:hidden;line-height:25px;padding: 7px 0 7px 0;border-bottom:1px dashed #a7a7a4;}
.member_info_title{float:left;width: 22%;/* height: 35px; */line-height: 35px;color: #c1783d;/* font-weight: bold; */}
.member_info_title i{ padding:0 10px 0 0; }
.member_info_content{float:left;width: 78%; line-height: 2;}
.member_info_content a{ color:#000000; text-decoration:underline; }
.member_info_content a:hover{ color:#90c31f; }
.member_info_content .form-input {border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;width: 100%;height: 35px;padding: 5px 10px;box-sizing: border-box;color: #646464; outline: none;}

/*教師留校時間*/


.table-1 { border-collapse:collapse; }
.table-1 th,.table-1 td{ text-align:center;  border:1px solid #cccccc; }

@media screen and (max-width : 768px){
	.member_list_left{ float:none; text-align:center; margin:0 auto; width:60%; }
	.member_list_center, .member_list_center2{ width:100%; float:left }
	.member_list_right{ float:none; width:100%; }	
	.more_area{width:100%; text-align:center;}
	.member_info_title{ float:none; width:100%; }	
}

.form-input input[type="text"],input[type="password"]{border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;margin:5px 0;width:100%;height:35px;padding:5px 10px;box-sizing:border-box;color: #000;outline: none;font-size: 14px;}
.form-input select{max-width:130px;width:100%;height:35px;border:1px solid #696868;padding:0 7px;outline:0;letter-spacing:1px;font-size:15px;font-family:"微軟正黑體";border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;}
.form-input textarea {border:1px solid #696868;width:100%; font-size:14px; padding:5px 10px;box-sizing:border-box;color:#646464;-webkit-transition: width 0.4s ease-in-out;transition: height 0.4s ease-in-out;height:100px;outline: none;border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;}

/*活動花絮*/
.activity-square{ float:left; display: inline-block;width: 45%;margin:2%;vertical-align: top;}
.activity-square img{ width:100%; }
.activity-square .title{width:100%;overflow:hidden;padding: 10px 0;display: flex;}
.activity-square .title .left{width: 25%;float:left;line-height: 20px;border-right:1px solid #b9b9b9;padding: 0 10px;box-sizing:border-box;}
.activity-square .title .left table td{ color:#143874; text-align:center; height:20px; letter-spacing:1px; }
.activity-square .title .right{width: 75%;float:left;font-size:18px;line-height: 22px;color:#282828;font-weight:bold;letter-spacing:1px;padding: 0 0 0 15px;box-sizing:border-box;display: flex;align-items:center;/* justify-content: center; */}
.activity-square .title .right a{ color:#282828; text-decoration:none; }
.activity-square .content{ cursor:hand; cursor:pointer; width:100%;position: relative;overflow:hidden;min-height: 30px;color: #5c5c5c;font-size: 15px;line-height: 24px;letter-spacing: 1px;}
.activity-square .content a{position:absolute;display:inline-block;right: 0px;bottom: 0px;color:#d67e01;font-size:12px;text-decoration:none;}
.activity-square .content a:before{ content:url(../../images/news-icon1.png); letter-spacing:2px; padding-right:5px; }

.main-box{width:100%;overflow: hidden;/* border:1px solid #e6e5e5; *//* box-shadow: 1px 1px 5px #EBEBEB; */color:#0e0e0e;font-size:16px;margin: 7px 0;letter-spacing: 1px;box-sizing:border-box;align-items: center;/* justify-content: center; */}
.main-box .main-title{ width:100%; background:#143874; color:30px; color:#ffffff; font-size:30px; padding:15px 30px; box-sizing:border-box; }
.main-box .main-content{padding:30px;background: #ffffff;}
.main-box .main-content .end-line{width:100%;height:1px;margin: 0 0 20px 0;border-bottom:1px dotted #919191;}
.main-box .main-content .subtitle{font-size:20px;font-weight:bold;letter-spacing:1px;padding: 0 0 15px 0;color:#143874;}
.main-box .main-content .subtitle img{vertical-align: -30%;padding-right:7px;width:25px;}
.news-content{font-size: 16px;padding: 15px 0 25px 0;overflow:hidden;clear:both;letter-spacing:1px;line-height:30px;/* border-bottom:1px solid #d3d3d3; */}

@media screen and (max-width : 550px) {
	.news-square, .activity-square{ width:96%; margin:2%; }	
	.img-demo, .img-demo2 { height:auto; line-height:inherit; }
}

/* 教師 */
.teacher-table {
	min-height: 200px;
	margin: 30px 0;
}

.teacher-table table{
	line-height: 60px;
}

.teacher-table table .title{
	font-size: 16px;
	width: 150px;
}

#privacy_policy_hint {
	position: fixed;
	top: 40%;
	background: #000;
	width: 500px;
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	padding: 15px 10px;
	max-width: 100%;
}
#privacy_policy_hint .link {
	color: #90c31f;


	text-decoration: underline;
}
#privacy_policy_hint .btn_area {
	text-align: center;
	margin: 15px 0 0 0;
}
#privacy_policy_hint .btn {
	background: #90c31f;
	color: #fff;
	font-size: 20px;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;

}
.max-h-527{max-height: 527px !important;}
.radius-20{border-radius: 20px !important;}
table.table-list {  border-spacing: 0px;
    border-collapse: separate;}

table.table-list tr td{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}


#index-album .items div{
    max-height: 360px;
}

.table-teacher .line{border-bottom:2px #c7e0d8 solid;}
.table-teacher				        {border:2px #c7e0d8 solid;}
.table-teacher	td,
.table-teacher th			        {padding:6px 10px; color:#000; font-size:13px;}
.table-teacher th			        {text-align:center;background:#ddebe6;}
.table-teacher td.lasttd	        {}
.table-teacher thead               {border-bottom:1px #999 solid;}
.table-teacher thead th,
.table-teacher thead td	        {color:#000;  text-align:center; font-weight: bold;}
.table-teacher thead th	        {text-align:left;}
.table-teacher tbody th,
.table-teacher tbody td	        {}
.table-teacher tbody th	        {text-align:left;}
.table-teacher tbody tr.even th,
.table-teacher tbody tr.even td	{background:#f8f8f8;}


/*Gallery Mask*/
.gallery{ position:relative; cursor:default; overflow:hidden; }
.gallery_mask{ opacity: 0; position:absolute; left:0; top:0; background:#CCC; cursor:default; width:0; height:100%; background-color: rgba(0,0,0, 0.7); color:#fff; z-index:2; display:flex; align-items:center; justify-content: center; cursor:hand; cursor:pointer; }
.gallery:hover .gallery_mask{ opacity: 1; color:#fff; margin:0 auto; width:100%;  -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; cursor:pointer; cursor:hand; }
.gallery_mask_contain{ margin:0 10%; letter-spacing:1px; line-height:20px; text-align:center;  cursor:pointer; }
.gallery_mask_contain span{ font-size:0.75vw; color:#fff; display:inline-block; padding:5px 10px; border:1px solid #FFF; margin-bottom:20px; line-height:1vw;  cursor:pointer; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; }
.gallery_mask_contain2{ margin:0 10%; letter-spacing:1px; line-height:20px; text-align:center; cursor:pointer; }
.gallery_mask_contain2 span{font-size: 14px;color:#fff;display:inline-block;padding: 20px 17px;border:1px solid #FFF;margin-bottom:20px;line-height:18px;cursor:default;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 50px;cursor:pointer;}

/* 行事曆標題區塊 */
.calendar-title {
    /* background-color: #AA83A9; */ /* 紫色背景 */
    color: #8E6A8F; /* 文字顏色 */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
    font-weight: bold;
    padding: 30px 20px 20px 20px;
    text-align: center;
    border-radius: 8px; /* 圓角效果 */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */ /* 柔和陰影 */
    letter-spacing: 1px;
}

/* 上一個月、下一個月連結樣式 */
.calendar-title a {
    display: inline-block;
    color: #FFFFFF; /* 連結文字顏色 */
    text-decoration: none;
    background-color: #8E6A8F; /* 較深紫色背景 */
    padding: 5px 12px;
    margin: 5px 10px;
    border-radius: 5px; /* 圓角 */
    font-size: 16px;
    transition: all 0.3s ease;
}

.calendar-title a:hover {
    background-color: #C09AC1; /* 滑鼠懸停時變化顏色 */
    color: #FFF7FC; /* 輕柔的白色 */
    transform: scale(1.02); /* 輕微放大 */
}

.table_Box td{ line-height:20px; }