.main-sect { /* main的section */
    /* padding: 40px; */
}
.location-sect-1 {  /* 只用來裝標題的section */
}
.location-sect-title-1 { /* 大標題 */
    position: relative;
    margin-bottom: 40px;
    padding: 20px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.location-sect-title-1::after {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 2px;
    left: 0;
    bottom: 0;
}
.location-sect-title-1::before {
    content: '';
    position: absolute;
    display: block;
    width: 230px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #f0f0f0;
}
.google-map-link { /* 位置指引的地圖連結圖片(3a被拉到最下面) */
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    color: #fff;
    background: url('../../../images/g-map.jpg') no-repeat center center;
    text-decoration: none;
    background-size: cover;
}
.google-map-link::before {
    position: absolute;
    content: 'FIND US ON GOOGLE MAP';
    display: block;
    width: 100%;
    height: 200px;
    line-height: 290px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 2px;
    z-index: 6;
}
.google-map-link::after {
    position: absolute;
    content: '';
    display: block;
    width: 36px;
    height: 49px;
    top: 25%;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url('../images/i6.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: 7;
}
.google-map-link img {
    display: none;
}
.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 { /* 位置指引的第二個區塊(地址、座標) */
    position: relative;
}
.location-sect-title-2 { /* 位置指引的第三個區塊(地址、座標)的標題 */
    font-size: 1.25rem;
    font-weight: bold;  
}
.location-sect-title-2::before { /* 地址的左側icon */
    position: absolute;
    content: '';
    display: block;
    background: url('../images/t-icon1.png') no-repeat center center;
    background-size: 100% 100%;
}
.position-head {
    display: none;
}
.position-desc {
    margin-bottom: 20px;
}
.addr-cont { /* 配合右側的(交通資訊內容的)div的 margin-top */
    margin-top: 10px;
}
.location-sect-3 { /* 位置指引的第三個區塊(交通資訊) */
    position: relative;
    text-align: left;
}
.location-sect-title-3 { /* 位置指引的第三個區塊(交通資訊)的標題 */
    font-size: 1.25rem;
    font-weight: bold;
}

.location-sect-title-3::before { /* 交通資訊的左側icon bg */
    position: absolute;
    content: '';
    display: block;
    background: url('../images/t-icon2.png') no-repeat center center;
    background-size: 100% 100%;
}

.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: 3px;
    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: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 13px solid transparent;
    border-top-color: #fff; /* 底色是白色 */ 
    z-index: 3;
}

@media screen and (min-width: 1000px) {
    .main { /* main */
        padding: 0 12% 40px;
    }
    .main-sect { /* main的section */

    }
    .location-sect-1 { /* 位置指引的第一個區塊(3a只剩標題) */
        
    }
    .location-sect-2 { /* 位置指引的第一個區塊(地址) */
        
    }
    .location-sect-3 { /* 位置指引的第一個區塊(交通資訊) */
        
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main { /* main */
        padding: 0 5% 40px;
    }
    .main-sect { /* main的section */

    }
    .location-sect-1 { /* 位置指引的第一個區塊(3a只剩標題) */
        
    }
    .location-sect-2 { /* 位置指引的第一個區塊(地址) */
        
    }
    .location-sect-3 { /* 位置指引的第一個區塊(交通資訊) */
        
    }
}
@media screen and (min-width: 768px) {
    .main-sect { /* main的section */ 
        float: left;
        padding-right: 20px;
    }
    .location-sect-1 { /* 位置指引的第一個區塊(3a只剩標題) */
        width: 100%;
    }
    .location-sect-2 { /* 位置指引的第一個區塊(地址) */
        width: 45%;
    }
    .location-sect-3 { /* 位置指引的第一個區塊(交通資訊) */
        width: 55%;
    }
    .location-sect-title-2, /* 位置指引的第三個區塊(地址、座標)的標題 */
    .location-sect-title-3 { /* 位置指引的第三個區塊(交通資訊)的標題 */
        height: 64px;
        padding-left: 74px;
        line-height: 64px;
    }
    .location-sect-title-2::before, /* 地址的左側icon */
    .location-sect-title-3::before { /* 交通資訊的左側icon */
        width: 60px;
        height: 60px;
        top: 0;
        left: 0;
    }
    .main::after {
        content: '';
        display: block;
        clear: both;
    }
}
@media screen and (max-width: 767px) {
    .main { /* main */
        padding: 0 5% 40px;
    }
    .main-sect { /* main的section */

    }
    .location-sect-1 {  /* 位置指引的第一個區塊 */
        width: 100%;
    }
    .location-sect-2 { /* 位置指引的第二個區塊(地址、座標) */
        width: 100%;
        margin-bottom: 40px;
    }
    .location-sect-3 { /* 位置指引的第三個區塊(交通資訊) */
        width: 100%;
    }
    .location-sect-title-2, /* 位置指引的第三個區塊(地址、座標)的標題 */
    .location-sect-title-3 { /* 位置指引的第三個區塊(交通資訊)的標題 */
        height: 50px;
        padding-left: 60px;
        line-height: 50px;
    }
    .location-sect-title-2::before, /* 地址的左側icon */
    .location-sect-title-3::before { /* 交通資訊的左側icon */
        width: 45px;
        height: 45px;
        top: 0;
        left: 0;
    }
    .google-map-link::before {
        font-size: 1.2rem;
    }
}