/*圖片滑入縮放*/
img{
    max-width:100%;
}

.item-inner:hover img {
    -webkit-transform: unset;
    transform: none;
    -webkit-transition: unset;
    transition: unset;
}

.item-inner img {
    -webkit-transition: none;
    transition: none;
}
.blog .item:hover img, .blog-featured .item:hover img {
    -webkit-transform: none;
    transform: none;
}

/*故事地圖*/

body.layout-storymap .blog .item-inner, .blog-featured .item-inner {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}



body.layout-storymap #t4-main-body #item-container .item.h--90{
    height: 90vh;
}
body.layout-storymap #t4-main-body #item-container .item.h--80{
    height: 80vh;
}
body.layout-storymap #t4-main-body #item-container .item.h--70{
    height: 70vh;
}
body.layout-storymap #t4-main-body #item-container .item.h--60{
    height: 60vh;
}
body.layout-storymap #t4-main-body #item-container .item.h--50{
    height: 50vh;
}
body.layout-storymap #t4-main-body #item-container .item.h--40{
    height: 40vh;
}
body.layout-storymap #t4-main-body #item-container .item.h--30{
    height: 30vh;
}

body.layout-storymap #t4-main-body .item .item-inner{
    height: 100%;
}

[id^="map-"]{ 
    min-height: 200px;
    height: 100%;
    width: 100%;
    z-index: 0;
}
#map-3{
    height:100%;
}
#info-box {
    position: relative;
    bottom: 50%;
    left: 20px;
    background: rgba(255,255,255,0.85);
    padding: 10px 15px;
    border-radius: 8px;
    max-width: 250px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    z-index: 1;
}
/*本網站自定義*/
.text-block-01 {
    background-color: #6bcdf5;
  color: #fff;
}

.sm-hero{
    background-repeat: no-repeat;
    background-size: cover;
}

#t4-footnav{
    display:none;
}
/*自定義*/
.item.blue-bg{
  background-color: #6bcdf5;
 color: #fff;
}
.item.blue-bg h3,
.item.blue-bg p,
.item.blue-bg li{
 
  color: #fff;
}
.item-intro button {
    background-color: unset;
    border: 0px;
}

body.modal-open .item-intro .modal{
  background-color: unset;
}

body.modal-open .item-intro .modal .modal-body {
    padding: 4% 5%;
}

body.modal-open .item-intro .modal-content{
  width: 700px;
}