@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: 992px) {
    .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: 5px;
    height: 40px;
    border: 2px #423934 solid;
    width: 100%;
    font-size: 14px;
}


/*元件美工*/

.SelectStyle {
    border: 2px #423934 solid;
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    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;
    padding-bottom: 15px;
}

.Search_Button {
    color: #ffffff;
    background-color: #423934;
    border-radius: 5px;
    font-family: 'Noto Sans TC',  sans-serif,"微軟正黑體";
    font-size: 20px;
    font-weight: bold;
    border: 0px;
    width: 90px;
    height: 48px;
    padding:0px 10px 0px 10px;
    margin: 15px 0 0;
}

.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: #f2f2f2;
}

.Button_Bulletin {
    background-color: #ffffff;
    font-size: 20px;
    color: #423934;
    font-weight: bold;
    border: 2px #423934 solid;
    border-radius: 30px;
    height: 50px;
    width: 200px;
    margin-bottom: 20px;
}

.Button_Bulletin2 {
    position: relative;
    color: #111111;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 20px 30px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.Button_Bulletin2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #FCD081;
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}
.Button_Bulletin2 span {
    position: relative;
    z-index: 1;
}
.Button_Bulletin2 svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}
.Button_Bulletin2:hover:before {
    width: 100%;
    background: #FCD081;
    border-radius: 5px;
}
.Button_Bulletin2:hover svg {
    transform: translateX(0);
}
.Button_Bulletin2:hover,
.Button_Bulletin2:focus {
    color: #111111;
}
.Button_Bulletin2:active {
    color: #111111;
    transform: scale(0.96);
}

/*公告專用*/

@media (max-width: 685px) {
    .FindKeyWord {
        display: none;
    }
}

}

@media (max-width: 685px) {
    .ViewCountShow {
        display: none;
    }
}


/*查看更多按鈕*/

.Button_Bulletin:hover {
    animation-name: FontShow;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes FontShow {
    0% {
        font-size: 20px;
        background-color: #f7b52c;
    }
    100% {
        font-size: 25px;
        background-color: #f2f2f2;
    }
}


/*地圖專用*/

.AreaTotal {
    color: #423934;
    font-size: 30px;
    font-family: 'Noto Sans TC',  sans-serif,"微軟正黑體";
    font-weight: bold;
    letter-spacing: 4px;
}


@media (max-width:1380px) {
    .AreaTotal{
    font-size: 26px;
}
    
    }

.AreaType {
    color: #423934;
    font-size: 20px;
    font-family: 'Noto Sans TC',  sans-serif,"微軟正黑體";
    font-weight: bold;
    letter-spacing: 0.3px;
    padding: 5px 20px 20px 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: 300px;
}*/
}


@media screen and (max-width: 330px) {
    .SearchArea {
        display: none;
    }
    .ShowList {
        display: block;
    }
    .SearchBg {
        height: auto;
    }
}

a:focus,input:focus {
    border: 2px #db2400 dashed !important;
}

.SearchBg2{
    min-height:200px;
    background-color: #f0e7dd;
}
@media screen and (max-width: 767px) { 
    .SearchBg2{
        min-height:500px;
    }
}

.SearchBg3{
    min-height:200px;
    background-color: #f0e7dd;
}
@media screen and (max-width: 767px) { 
    .SearchBg3{
        min-height:380px;
    }
}