@charset "utf-8";

/* CSS Document */


/*Align Style*/

.center {
    text-align: center;
}

.middle {
    vertical-align: middle;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}


/*Print Style*/

.JustPrint {
    display: none
}

@media print {
    .JustPrint {
        display: block;
        font: 9pt verdana;
        letter-spacing: 2px;
    }
    .NoPrint {
        display: none
    }
}

@media (max-width: 768px) {
    .FirstInfor {
        display: none;
    }
}


@media (max-width: 510px) {
    .FirstInfor {
        display: none;
    }
}

@media (max-width: 480px) {
    .FirstInfor {
        display: none;
    }
}

.Layer1 {
    background-color: #db2400;
}

.Layer2 {
    background-color: #FF7F27;
}

.Layer3 {
    background-color: #FFFA99;
}

.Layer4 {
    background-color: #D4FEAE;
}

.button {
    display: inline-block;
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 50px;
    padding: 20px;
    width: 300px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button span {
    font-size: 28px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}


/*上選單與Banner會使用的 OP*/

.BannerPic {
    height: 800px;
}

@media screen and (max-width: 910px) {
    .FindText {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .LogoPic {
        width: 100%;
    }
}

@media screen and (max-width: 300px) {
    .LogoPic {
        display: none;
    }
}

.fa-user-circle {
    color: #423934;
}

.fa-user-circle:hover {
    color: #f7b52c;
}

.fa-search {
    color: #423934;
}

.fa-search:hover {
    color: #f7b52c;
}


/*上選單與Banner會使用的 ED*/

.SearchText {
    border-radius: 30px;
    height: 40px;
    border: 2px #423934 solid;
    width: 100%;
}


/*元件美工*/

.SelectStyle {
    border: 2px #423934 solid;
    border-radius: 30px;
    height: 40px;
    font-size: 20px;
    color: #423934;
    font-family: 'Noto Sans TC',  sans-serif,"微軟正黑體";
    font-weight: bold;
    width: 100%;
}

.SelectStyle>option {
    font-family: 'Noto Sans TC',  sans-serif,"微軟正黑體";
    color: #423934;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.SelectStyle>option:hover {
    background-color: #423934;
    font-family: 'Noto Sans TC',  sans-serif,"微軟正黑體";
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

.SearchsTitle {
    font-family: 'Noto Sans TC',  sans-serif,"微軟正黑體";
    font-weight: bold;
    font-size: 20px;
}

.Search_Button {
    color: #ffffff;
    background-color: #423934;
    border-radius: 30px;
    font-family: 'Noto Sans TC',  sans-serif,"微軟正黑體";
    font-size: 20px;
    font-weight: bold;
    border: 0px;
    width: 90px;
    height: 40px;
    padding:0 10px 0 10px;
}

.Search_Button:hover {
    background-color: #f7b52c;
    color:#423934;
}

.ShowMore {
    font-family: 'Noto Sans TC',  sans-serif,"微軟正黑體";
    border-radius: 30px;
    background-color: #ffffff;
    border: 2px #423934 solid;
    color: #423934;
    width: 150px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
}

.ShowMore:hover {
    background-color: #f7da9f;
}
.Button_ShowMore{
    background-color:#D7423F;
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: bold;
    border: 0px #423934 solid;
	width:100px;
	height:30px;
}

/*公告專用*/

@media (max-width: 685px) {
    .FindKeyWord {
        display: none;
    }
}

}

@media (max-width: 685px) {
    .ViewCountShow {
        display: none;
    }
}


/*查看更多按鈕*/

.Button_Bulletin:hover {
}

/*地圖專用*/

.AreaTotal {
    color: #423934;
    font-size: 27px;
    font-family: 'Noto Sans TC',  sans-serif,"微軟正黑體";
    font-weight: bold;
    letter-spacing: 4px;
}

.AreaType {
    color: #423934;
    font-size: 18px;
    font-family: 'Noto Sans TC',  sans-serif,"微軟正黑體";
    font-weight: bold;
    letter-spacing: 0.3px;
    padding: 20px;
    line-height: 1.5;
}


/*關鍵字專用*/

.SearchBg {
    background-color: #f0e7dd;
    width: 100%;
    height: 200px;
}

.SearchArea {
    position: relative;
    top: 60px;
}

.fa-caret-down {
    font-size: 20px;
}

.ShowList {
    display: none;
}


@media screen and (max-width: 768px) {
    
.SearchBg {
    height: 400px;
}
}


@media screen and (max-width: 330px) {
    .SearchArea {
        display: none;
    }
    .ShowList {
        display: block;
    }
    .SearchBg {
        height: auto;
    }
}

a:focus {
    border: 1px red solid
}

/*公告*/
.Area_Title{
    border-bottom: 1px solid #dbdbdb;
    margin-top: 10px;
    margin-bottom: 22px;
    padding-bottom: 21px;
  }
  .Bulletin_contain{
    border-radius: 10px;
    border: #595757;
    box-shadow: 1px 0px 5px 0px #595757;
    margin: 10px;
    padding: 20px;
    background-color: #fff;
  }
  .Bulletin_contain ol{
    padding-left: 0px;
  }
  .SubPageTitle{
    font-size: 32px;
    text-align: left;
    margin: 10px;
    color: #595757;
    letter-spacing:12px;
  }
  .Bulletin_item{
    border-bottom: 1px solid #dbdbdb;
    margin: 10px;
  }
  .Bulletin_type{
    display: flex;
    justify-content: flex-start;
  }

  .Bulletin_title{
    display: flex;
    justify-content: space-between;
  }
  .Bulletin_Name{
    font-size: 1.4rem;
    font-weight: bold;
    color: #19191A;
    line-height:36px;
    
  }

.BulletinContentArea{
     font-size: 1.6rem;
     font-weight: bold;
     margin-left:-20px;
}

.Act_Logo {
    width: 300px;
    height: 120px;
    animation-name: Ani-Logo;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    background-color:#fff;
    height:110px;
    position: fixed;
    top:0px;
    left:0px;
    z-index:999;
    background: linear-gradient(-70deg, transparent 50px, #fff 0);
}

.Act_Logo img{
    padding:10px 50px 0 0;
}
.Act_Logo:hover{
    animation-name:Ani-Logo2;
    animation-duration:1s;
    animation-fill-mode:forwards;
}

@keyframes Ani-Logo{
	0%{
		height:0px;
		}
	100%{
		height:120px;
		}
	}
@keyframes Ani-Logo2{
	0%{
		height:120px;
		}
	100%{
		height:150px;
		}
	}
.Act_Logo2{
	display:none;
	}
@media(max-width:678px){
.Act_Logo2{
	display:none;
	}
.Act_Logo{
	display:none;
	}

}
/*公告頁面 */
.Button_App,
.AppSearch input[type='button'],
.AppSearch input[type='submit'] {
    font-size: 18px;
    border-style: none;
    border: #cccccc 1px solid;
    padding: 10px;
    /*top right bottom left*/
    background-color: #eeeeee;
    height: 44px;
    vertical-align: top;
    vertical-align: top \9;
    /*IE8*/
    *vertical-align: middle;
    /*IE7*/
    _vertical-align: middle;
    /*IE6*/
    color: #333333;
    -webkit-appearance: none;
}
.AppSearch input[type='text'] {
    font-size: 18px;
    border: 1px solid #C3C3C3;
    padding: 10px;
    border-radius: 0px;
}
.AppSearch select {
    font-size: 18px;
    border: 1px solid #C3C3C3;
    padding: 10px;
    border-radius: 0px;
}

.AppSearch input[type='button']:hover{
    background-color: #747474;
}
.Search_item{
    margin: 10px;
    display: flex;
    justify-content: flex-end;
}


