html,body{
    font-family:  Microsoft JhengHei;
	height: 100%;
  	margin: 0;
   	padding: 0;
}
#map {
    height: 60%;
    width: 74%;
    margin-left: 13%;
    margin-right: 13%;
   
}
table{
    font-size: 16px;
    margin-bottom: 25%;
    padding-right: 20px;
}
#infoimg img{
    width: 60px;
    display: block;
    margin: auto;
}
#infotitle{
    background-color: rgb(18, 42, 136);
    color: #fefefe;
    font-weight: bolder;
    font-size: 25px;
    text-align: center;
}
.search-input{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 1.42857143;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: DINCondensedBold, "微軟正黑體", "Microsoft JhengHei";
    position: relative;
    width: 37%; 
    margin-left: 30%;
    margin-right: 30%;
    color: #000000;
}
.isearch1{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    vertical-align: middle;
    line-height: normal;
    padding-left: 10px;
    width: 100%;
    border: 0;
    outline: none;
    height: 35px;
    padding-bottom: 0;
    border-radius: 15px;
    color: #000000;
    font-weight: bolder;
    font-family:Microsoft JhengHei;
    font-size: 16px;
}
::placeholder {
    color: #000000;
  }
.search-btn{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    line-height: 1.42857143;
    box-sizing: border-box;
    padding: 0;
    font-family: DINCondensedBold, "微軟正黑體", "Microsoft JhengHei";
    vertical-align: middle;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 25px;
}

.map-top{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    box-sizing: border-box;
    margin: 0;
    margin-top: 120px;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: DINCondensedBold, "微軟正黑體", "Microsoft JhengHei";
    width: 100%;
    background-color: #EEEFEF;
    height: 45px;
    text-align: center;
    color: #000000;
    font-weight: bolder;
    font-size: 24px;
    padding-top: 6px;
    
}
@media (max-width: 375px) {
    #map {
        height: calc(100% - 160px);
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        position: fixed;
        top:100px;
    }
    .map-top{
        margin-top: 55px;
        padding-top: 10px;
        position: fixed;
        top: 0;
    }
    .search-input{
        font-size: 14px;
        width: 90%; 
        margin-left: 5%;
        margin-right: 5%;
        color: #000000;
    }
    .isearch1{
        height: 28px;
        font-size: 16px;
    }
    .search-btn{
        width: 20px;
    }
    table{
        font-size: 14px;
        margin-bottom: 10%;
    }
    #infoimg img{
        width: 50px;
        display: block;
        margin: auto;
    }
    #infotitle{
        font-size: 20px;
        width: 100%;
    }
}
@media (max-width: 480px) {
    #map {
        height: calc(100% - 160px);
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        position: fixed;
        top:100px;
    }
    .map-top{
        margin-top: 55px;
        padding-top: 10px;
        position: fixed;
        top: 0;
    }
    .search-input{
        font-size: 14px;
        width: 90%; 
        margin-left: 5%;
        margin-right: 5%;
        color: #000000;
    }
    .isearch1{
        height: 28px;
        font-size: 16px;
    }
    .search-btn{
        width: 20px;
    }
    table{
        font-size: 14px;
        margin-bottom: 10%;
    }
    #infoimg img{
        width: 50px;
        display: block;
        margin: auto;
    }
    #infotitle{
        font-size: 20px;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .map-top {
        position: fixed;
        top: 0;
        margin-top: 82px;
   }
   #map {
    height: calc(100% - 160px);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    top:127px;
    }
    .search-input{
        font-size: 14px;
        width: 90%; 
        margin-left: 5%;
        margin-right: 5%;
        color: #000000;
    }
    .isearch1{
        height: 35px;
        font-size: 16px;
    }
    .search-btn{
        width: 20px;
    }
    table{
        font-size: 14px;
        margin-bottom: 10%;
    }
    #infoimg img{
        width: 50px;
        display: block;
        margin: auto;
    }
    #infotitle{
        font-size: 20px;
        width: 100%;
    }
}
@media (min-width: 1025px) {
    .map-top{
        margin-top: 82px;
    }
}
@media (min-width: 980px) and (max-width: 1024px)  {
    .map-top {
        position: fixed;
        top: 0;
        margin-top: 82px;
   }
   #map {
    height: calc(100% - 160px);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    top:127px;
    }
    .search-input{
        font-size: 14px;
        width: 90%; 
        margin-left: 5%;
        margin-right: 5%;
        color: #000000;
    }
    .isearch1{
        height: 38px;
        font-size: 16px;
    }
    .search-btn{
        width: 20px;
    }
    table{
        font-size: 14px;
        margin-bottom: 10%;
    }
    #infoimg img{
        width: 50px;
        display: block;
        margin: auto;
    }
    #infotitle{
        font-size: 20px;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .map-top{
        margin-top: 116px;
    }
}
@media (min-width: 1400px) {
    .map-top{
        margin-top: 120px;
    }
}
@media (min-width: 1025px) and (max-width: 1199px){
    .map-top {
        margin-top: 116px;
   }
}
@media (min-width: 641px) and (max-width: 767px){
    .map-top {
        position: fixed;
        top: 0;
        margin-top: 82px;
   }
   #map {
    height: calc(100% - 160px);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    top:127px;
    }
    .search-input{
        font-size: 14px;
        width: 90%; 
        margin-left: 5%;
        margin-right: 5%;
        color: #000000;
    }
    .isearch1{
        height: 28px;
        font-size: 16px;
    }
    .search-btn{
        width: 20px;
    }
    table{
        font-size: 14px;
        margin-bottom: 10%;
    }
    #infoimg img{
        width: 50px;
        display: block;
        margin: auto;
    }
    #infotitle{
        font-size: 20px;
        width: 100%;
    }
}

@media (min-width: 511px) and (max-width: 640px){
    .map-top {
        margin-top: 58px;
   }
}
@media (min-width: 561px) and (max-width: 645px){
    .map-top {
        position: fixed;
        top: 0;
        margin-top: 82px;
   }
   #map {
    height: calc(100% - 160px);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    top:127px;
    }
    .search-input{
        font-size: 14px;
        width: 90%; 
        margin-left: 5%;
        margin-right: 5%;
        color: #000000;
    }
    .isearch1{
        height: 28px;
        font-size: 16px;
    }
    .search-btn{
        width: 20px;
    }
    table{
        font-size: 14px;
        margin-bottom: 10%;
    }
    #infoimg img{
        width: 50px;
        display: block;
        margin: auto;
    }
    #infotitle{
        font-size: 20px;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 560px) {
    .map-top {
        position: fixed;
        top: 0;
        margin-top: 57px;
   }
   #map {
    height: calc(100% - 160px);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    top:100px;
    }
    .search-input{
        font-size: 14px;
        width: 90%; 
        margin-left: 5%;
        margin-right: 5%;
        color: #000000;
    }
    .isearch1{
        height: 28px;
        font-size: 16px;
    }
    .search-btn{
        width: 20px;
    }
    table{
        font-size: 14px;
        margin-bottom: 10%;
    }
    #infoimg img{
        width: 50px;
        display: block;
        margin: auto;
    }
    #infotitle{
        font-size: 20px;
        width: 100%;
    }
}
/* iPad尺寸 */
@media (width: 768px) and (height: 1024px) {
    .map-top {
        position: fixed;
        top: 0;
        margin-top: 82px;
        height: 55px;
   }
    #map {
        height: calc(100% - 160px);
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        position: fixed;
        top:137px;
        }
    .search-input{
        font-size: 14px;
        width: 90%; 
        margin-left: 5%;
        margin-right: 5%;
        color: #000000;
    }
    .isearch1{
        height: 50px;
        font-size: 22px;
    }
    .search-btn{
        width: 25px;
    }
    table{
        font-size: 18px;
        margin-bottom: 10%;
    }
    #infoimg img{
        width: 60px;
        display: block;
        margin: auto;
    }
    #infotitle{
        font-size: 30px;
        width: 100%;
    }
}
/* iPad Pro尺寸 */
@media (width: 1024px) and (height: 1366px) {
    .map-top {
        position: fixed;
        top: 0;
        margin-top: 82px;
        height: 55px;
   }
    #map {
        height: calc(100% - 160px);
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        position: fixed;
        top:137px;
    }
    .search-input{
        font-size: 14px;
        width: 90%; 
        margin-left: 5%;
        margin-right: 5%;
        color: #000000;
    }
    .isearch1{
        height: 50px;
        font-size: 22px;
    }
    .search-btn{
        width: 25px;
    }
    table{
        font-size: 20px;
        margin-bottom: 10%;
    }
    #infoimg img{
        width: 60px;
        display: block;
        margin: auto;
    }
    #infotitle{
        font-size: 30px;
        width: 100%;
    }
}