.main-sect { /* main的section */
	padding: 40px;
	text-align: center;
}
.location-sect-1 {  /* 位置指引的第一個區塊(含google地圖) */

}
.location-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;
}
.google-map-link { /* 位置指引的地圖連結圖片 */
    display: block;
    width: 100%;
    max-width: 960px;
    margin: auto;
}
.google-map-link img {
    width: 100%;
}
.map-navigation-link {/* 導航 */
    display: block;
    height: 40px;
    margin: 0 auto;
    padding: 9px 0 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #ff9f00;
}
.location-sect-2 { /* 位置指引的第二個區塊(地址、座標) */
    text-align: center;
}
.position-head {
    font-weight: bold;
    line-height: 2.5rem;
}
.position-desc {

}
.location-sect-3 { /* 位置指引的第三個區塊(交通資訊) */
    text-align: left;
}
.location-unfold-div { /* 文章過長控制div */
    position: relative;
    margin-top: 10px;
}
.location-unfold-btn { /* 文章過長按鈕 */
    position: absolute;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
}
.location-unfold-btn::before { /* 文章過長按鈕 */
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 12px;
    right: 0;
    left: 0;
    margin: auto;
    border: 12px solid transparent;
    z-index: 2;
}
.location-unfold-btn::after { /* 文章過長按鈕 */
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 9px;
    right: 0;
    left: 0;
    margin: auto;
    border: 13px solid transparent;
    z-index: 3;
}
.location-sect-3, /* 位置指引的第三個區塊(交通資訊) */
.location-sect-3 .location-unfold-btn { /* 位置指引的第三個區塊(交通資訊) 的文章過長按鈕 */
    background-color: #f5f5f5;
}
.location-sect-3 .location-unfold-btn::after { /* 文章過長按鈕(模擬向下箭頭) */
    border-top-color: #f5f5f5;
}
@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: 768px) and (max-width: 999px) {
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
    .master-pc-banner { /* 位置指引 - 不會有首頁的banner */
        display: none;
    }
    .main { /* 最新消息 - 空出header的空間 */
        padding-top: 44px;
    }
    .main-sect { /* main的section */
        padding: 40px 0;
    }
    .location-sect-title {
        font-size: 1.2rem;
    }
    .location-sect-1 {  /* 位置指引的第一個區塊(含google地圖) */
        padding: 0;
    }
    .location-sect-title-1 { /* 位置指引的第一個區塊(含google地圖)的(桌機)標題 */
        display: none;
    }
    .location-sect-3 { /* 位置指引的第三個區塊(交通資訊) */
        padding: 40px 5%;
    }
}