.main-sect { /* main的section */
	padding: 40px;
	text-align: center;
}
.spot-sect-1 {  /* 週邊導覽的第一個區塊(也只有一個) */

}
.spot-sect-title { /* 週邊導覽的標題 */
    width: 100%;
    margin-bottom: 40px;  
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.spot-list { /* 週邊導覽的圖文連結清單(ul容器) */

}
.spot-list::after {
    content: '';
    display: block;
    clear: both;
}
.spot-list li { /* 週邊導覽的圖文連結清單(li) */
    float: left;
}
.spot-list a { /* 週邊導覽的圖文連結清單 */
    display: block;
    width: 100%;
    box-shadow: 1px 1px 4px rgba(0,0,0,.4);
}
.spot-list-img { /* 週邊導覽的圖文連結清單的圖容器 */
    position: relative;
    width: 100%;
    padding-top: 62.5%;
    overflow: hidden;
    background-color: #f0f0f0;
}
.spot-list-img::before {
    content: attr(photo-by);
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
    padding-right: 8px;
    font-size: 0.8em;
    text-align: right;
    line-height: 20px;
    color: #f0f0f0;
    background-color: rgba(0,0,0,0.2);
    z-index: 10;
}
.spot-list-img img { /* 週邊導覽的圖文連結清單的圖 */
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.spot-list-txt { /* 週邊導覽的圖文連結清單的文字主容器 */
    position: relative;
    width: 100%;
    padding: 10px 6px 6px;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
}
.spot-list-head { /* 週邊導覽的圖文連結清單的文字-景點名字 */
    height: 32px;
    line-height: 1.8;
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
}
.spot-list-addr { /* 週邊導覽的圖文連結清單的文字-景點地址 */
    height: 40px;
    line-height: 20px;
    font-size: 0.9rem;
    color: #0066FF;
    overflow: hidden;
}
.spot-list-dist { /* 週邊導覽的圖文連結清單的文字-景點距離 */
    position: absolute;
    top: 11px;
    right: 6px;
    font-size: 0.9em;
    color: #898989;
    font-weight: bold;
    z-index: 2;
    font-family: 'Franklin Gothic Medium', Arial;
}
.spot-more-btn { /* 週邊導覽的閱讀更多按鈕 */
    display: inline-block;
    width: 120px;
    margin-top: 20px; /* 要把清單的 margin-bottom 考慮進去 所以不能直接用40px */
}
.spot-more-btn::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 6px;
    margin-left: 4px;
    vertical-align: top;
    border-radius: 50%;
}

@media screen and (min-width: 1280px) {
    .main-sect { /* main的section */
        padding: 40px 20%;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
    .main-sect { /* main的section */
        padding: 40px 12%;
    }
}
@media screen and (min-width: 1000px) {
    .spot-list li { /* 週邊導覽的圖文連結清單(li) */
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 2.5%;
    }
    .spot-list li:nth-of-type(3n+1) { /* 週邊導覽的圖文連結清單(li) */
        width: 31.5%;
        margin-left: 0;
        margin-right: 2%;
    }
    .spot-list li:nth-of-type(3n+2) { /* 週邊導覽的圖文連結清單(li) */
        width: 31.5%;
        margin-left: .75%;
        margin-right: .75%;
    }
    .spot-list li:nth-of-type(3n+3) { /* 週邊導覽的圖文連結清單(li) */
        width: 31.5%;
        margin-left: 2%;
        margin-right: 0%;
    }

}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
    .spot-list li { /* 週邊導覽的圖文連結清單(li) */
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 2%;
    }
    .spot-list li:nth-of-type(odd) { /* 週邊導覽的圖文連結清單(li) */
        width: 49%;
        margin-left: 0;
        margin-right: 1%;
    }
    .spot-list li:nth-of-type(even) { /* 週邊導覽的圖文連結清單(li) */
        width: 49%;
        margin-left: 1%;
        margin-right: 0%;
    }
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
    .main { /* 週邊導覽 - 空出header的空間 */
        padding-top: 44px;
    }
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
    .spot-list li { /* 週邊導覽的圖文連結清單(li) */
        width: 100%;
        margin-bottom: 5%;
    }
    .master-pc-banner { /* 週邊導覽 - 不會有首頁的banner */
        display: none;
    }
    .m-spot-sect-title-div { /* 週邊導覽(兩個單元共用) 手機才會出現的banner */
        position: relative;
        width: 100%;
        padding-top: 46.875%;
        background-image: url('../images/spot-m-bg.jpg');
        background-size: 100% 100%;
        text-align: center;
    }
    .m-spot-sect-title-div::before {/* 週邊導覽 手機才會出現的banner的遮罩 */
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .5);
        z-index: 2;
    }
    .m-spot-sect-icon { /* 週邊導覽 手機才會出現的banner的icon */
        position: absolute;
        width: 32px;
        height: 32px;
        top: 33%;
        right: 0;
        left: 0;
        margin: auto;
        background: url('../images/mob-page-icons.png') scroll no-repeat;
        background-size: 224px 32px;
        background-position: -128px 0;
        z-index: 3;
    }
    .m-spot-sect-title { /* 週邊導覽 手機才會出現的banner的文字 */
        position: absolute;
        top: 62%;
        right: 0;
        left: 0;
        margin: auto;
        color: #FFF;
        font-size: 1.25rem;
        font-weight: bold;
        z-index: 3;
    }
    .spot-sect-1 {  /* 週邊導覽的第一個區塊 */

    }
    .spot-sect-title-1 { /* 週邊導覽的第一個區塊的(桌機)標題 */
        display: none;
    }
    .spot-sect-title {
        font-size: 1.2rem;
    } 
}