@charset "utf-8";
body {

    /*background-color:rgba(90, 191, 163,0.2);*/
    /* 整個網站的背景色 */
}

a {
    text-decoration:none;

}



.menu {
	height: 110px;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #4E4E4E;
}
.menubtn {
	margin-top: 30px;
	background-color:#FFFFFF;
}

.navbarMin {
  position: relative;
  float: right;
  padding: 13px 10px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 12px;
  border: 1px solid;
  border-radius: 4px;
}

/*202411 做給標題用*/
/* 文字標題 三*/
.title-maintitle{
    color:#0d0d0d;
}

.title-maintitle-1{
    color:#0d0d0d;
    font-size: 1.2em;
    line-height: 25px;
}

.meanColor{
    color:#F23054;
    font-size: 20px;
	font-weight: bold;

}
.meanColor-1{
    color:#F23054;
    font-size: 14px;
	font-weight: bold;

}
/* 文字標題 三*/

/*202411 做給標題用*/

/*footer下端變色 四*/
.footer-color{

    background-color:#6387F2;
    color:#000000;
}
/*footer下端變色 四*/

.banner {
	margin-top: 110px;
}

/*給首頁方塊陰影*/
.box{
  box-shadow: 10px 10px 5px #dcdcdc;
}
/*給首頁方塊陰影*/

.news {
	margin-top: 30px;
}
.coursesTitle {
	margin-bottom: 20px;
}
.CoursesShare .span {
	color:#B5090B;
	font-weight: bolder;
	font-size: 1.4em;
	margin-bottom: 10px;
}
.courseRow {
	margin-top: 20px;
}
.courseImg {
	padding-right: 20px;
	padding-bottom: 20px;
}
.contLink {
	min-height: 120px;
	background-color:#C43302;
	text-align:center;
	margin-top:30px;
}
.contLink .contLinkimg {
	display: inline-block;
    width: 90px;
    height: 90px;
    margin: 15px 5px 0;
}
.contLink .contLinkimg:hover {
	opacity: 0.7;
	border:4px solid #dd3e3e;
}
/********** google map **********/
.map{
    /* 寬度 */
    width: 100%;
    /* 高度 */
    height: 300px;
}
/********** footer-menu **********/
.footer-menu{
    /* 區塊元素 */
    display: block;
    /* 清除符號樣式 */
    list-style: none;
    /* 內距值歸零 */
    padding: 0;
    /* 外距值歸零 */
    margin: 0;
    background-color: #4E55D9; /*6-6加入*/
}
.footer-menu > li{
    /* 行內元素 */
    display: inline-block;
    /* 向右外距 */
    margin-right: 1rem;
}
.footer-menu > li > a{
    /* 顏色 */
    color: #999;
    /* 上下內距值為1rem，左右外距值為0 */
    padding: 1rem 0;
}
.footer-menu > li > a:hover{
    /* 顏色 */
    color: #fff;
}

/********** footer-menu **********/
@media screen and (max-width: 768px){
    .send-btn{
        /* 寬度 */
        width: 100%;
    }
}
.footer {
	height: 40px;
	text-align:center;
	padding-top: 20px;
	background-color:#000;
	color:#FFFFFF;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

@media screen and (max-width: 640px) {
.CoursesShare .span{
	text-align: center;
	}    
}
