@charset "UTF-8";
/* CSS Document */
a{
    color:#252930;
}
a:hover{
    text-decoration:none;
    color: #7357c1;
}
body{
    background-color:#F0F0F0;
    height: 1px;/*要有高度才會有顏色*/
}
header{
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    z-index: 2;
    padding: 20px;
}
.ideal-logo{
    width: 300px;
    float: left;
    margin: auto;
}
.topmenu{
    float: right;
}
.menuicon{
    padding: 0px 15px;
    display:block;
    width: 100px;
    background-color: #8c78cf;
    margin: 5px 5px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    font-family:'Noto Sans TC', serif;
	font-weight: 400; 
	line-height: 25px;
}
.menuicon:hover{
    color: #fff;
    text-decoration:none;
    background-color: #7357c1;
}
.menu_left{
    float: left;
}
.menu_right{
    float: right;
}
.a01{
    height: 135px;
}

.zone-1,.zone-2,.zone-3{
    margin-bottom: 15px;
}
.carousel-control-next, .carousel-control-prev{
width: 8%;
}

.back1{
    font-size: 14px;
    font-family:'Noto Sans TC', serif;
	font-weight: 400; 
    color: #5e666f;
}

.fourmenu{
    background-color: #fff;
    border: 1px solid #ced1d2;
    margin: 15px 0px;
}
.fourmenu img{
    width: 100%;
}
.menutitle{
    padding: 10px;
    min-height: 130px;
}
.menutitle h3{
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 18px;
    letter-spacing: 0.2em;
}
.menutitle ul{
    margin-bottom: 0px;
}
.menutitle li{
    padding-left: 2em;
    font-size: 13px;
    font-family:'Noto Sans TC', serif;
	font-weight: 400; 
	line-height: 25px;
}

.bulletinboard {
    margin: 15px 0px;
}
.bulletinboard hr{
    margin: 20px 0px;
}
.bulletinboard h2{
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
    margin: 20px 0px;
}
.bulletinboard h3{
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
    margin: 10px 0px;
    line-height: 20px;
}
.bulletinboard h5{
    font-family:'Noto Sans TC', serif;
    font-size: 12px;
    font-weight: 200; 
    color: #5e666f;
}
.bulletinboard p{
    font-family:'Noto Sans TC', serif;
    font-size: 14px;
    font-weight: 300; 
    line-height: 28px;
}
.mur-title{
    
    vertical-align: middle;/*垂直對齊*/
}
.announcement li{
    margin: 10px 0px 0px;
}
.label02{
    font-size: 15px;
    padding: 1px 6px;
    margin: auto 10px auto 0px;
    color: #fff;
    font-family:'Noto Sans TC', serif;
	font-weight: 400; 
    float: left;
    line-height: 20px;
}

.announcement a{
    font-size: 13px;
}


/*標籤顏色*/
.label-pink{
    background-color: #ea8088;
}
.label-bluegreen{
    background-color: #80d3ae;
}
.label-ideal{
    background-color: #8c78cf;
}
.label-yellow{
    background-color: #f1b634;
}
.label-blue{
    background-color: #9dbedc;
}

.nav-pills .nav-link{
    font-family:'Noto Sans TC', serif;
	font-weight: 500; 
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 5px 5px 0px 0px;
    
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color:#8c78cf;
}
.mb-3, .my-3{
    border-bottom: 1px solid #ced1d2;
}
.boximg{
    width: 100%;
}



footer{
    background-color: #ced1d2;
    margin-top: 50px;
    padding: 20px 0px;
}
footer h2{
    color:#AD8637;
}
.copyright{
    -webkit-text-size-adjust:none;/*最小字級解除*/
    font-family:'Noto Sans TC', serif;
	font-weight: 200; 
    font-size: 8px;
    color: #5e666f;
    text-align: right;
}
.address h4{
    font-family:'Noto Sans TC', serif;
	font-weight: 500; 
    font-size: 14px;
    margin-top: 0px;
}
.address p{
    font-family:'Noto Sans TC', serif;
	font-weight: 300; 
    font-size: 12px;
    margin: 0px;
}

.more{
    padding: 1px 10px;
    color: #fff;
    background-color: #ced1d2;
    font-family:'Noto Sans TC', serif;
	font-weight: 400; 
    font-size: 12px;
    border-radius:2px;
    float: right;
}
.more:hover{
    color: #fff;
    background-color: #5e666f;
}

.topicon{
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    line-height: 55px;
    background-image: url("../img/top icon.svg");
	background-size: cover;
	background-color: #8c78cf;
    cursor: pointer;/*鼠標出現手指*/
    outline: none;/*不要出現點選藍色框*/
	box-shadow: 0px 0.8px 2px rgba(0,0,0,0.3);
	transition: all 0.2s 0s;
    z-index: 20;
}
.topicon:hover{
	background-color: #7357c1;
}

.modal-title{
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 20px;
}

/*.ml10{
	opacity: 1;
	position: relative;
}
.bookbox:hover .ml10{
	opacity: 1;
}
.ml10 .text-wrapper {
  	position: relative;
 	display: inline-block;
 	padding-top: 0.2em;
  	padding-right: 0.05em;
  	padding-bottom: 0.1em;
  	overflow: hidden;
}
.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}*/