#latest-news,
.special,
.app,
.shop-all,
.ourplace-all,
.main-banner-content {
    padding-left: 200px;
    padding-right: 200px;
}

#latest-news,
.special {
    padding-top: 50px;
    padding-bottom: 50px;
}

/**************************************
 ** - Banner CSS
 **************************************/
.banner-rwd {
    display: none;
}

/**************************************
 ** - Lates News CSS
 **************************************/
#latest-news {
    display: flex;
    background-color: #efefef;
}

.latest-tittle {
    width: 15%;
    text-align: left;
}

.latest-date {
    display: flex;
    width: 80%;
    background-color: white;
    flex-direction: column;
    padding: 20px 30px;
}


.tittle-all {
    width: 100%;
    display: flex;
    align-items: center;
}

.tittle-label {
    width: 100px;
    height: 24px;
    border-radius: 20px;
    background-color: #F0844A;
    color: white;
    font-weight: 600;
    text-align: center;
    margin: 0px 10px;
}

.tittle-tittle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    color: black;
    margin: 5px 0px;
}

.tittle-tittle:hover {
    color: rgb(92, 92, 92);
}

/* 五大特色 */
.special {
    max-width: 100%;
    display: flex;
}

.special-left {
    max-width: 250px;
    display: flex;
    flex-direction: column;
}

#special-font {
    width: 150px;
    color: #249CAD;
    font-weight: 600;
    margin-bottom: 0px;
}

#special-p {
    margin-top: 5px;
    width: 200px;
}

.special-left input {
    width: 113px;
    background-color: #249CAD;
    border: none;
    border-radius: 20px;
    color: white;
    padding: 3px 0px;
    cursor: pointer;
}

.special-left input:hover {
    background-color: #198694;
}

.special-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.special-icon {
    max-width: 120px;
    text-align: center;
}

.special-icon img {
    height: 60px;
    margin-bottom: 10px;
}

.special-icon p {
    margin: 0px 0px;
}

/* 應用程式介紹 */
.app {
    max-width: 100%;
    padding-top: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    background-color: #ccab9e;
}

.app-left {
    padding: 0em 2em;
}

.app-left img {
    position: relative;
    left: -120px;
    max-width: 100%;
}

.app-right {
    color: white;
    font-weight: 600;
}

.app-right p {
    margin: 15px 0px;
}

#app-tittle {
    margin-top: 0px;
}

.app-dow {
    display: flex;
}

.app-dow img {
    width: 130px;
    height: auto;
    padding-right: 10px;
}

/* 商店 */
.shop {
    background-image: url(./image/home/shop_bk.png);
    background-repeat: no-repeat;
    max-width: 100%;
    max-height: 880px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.shop-all {
    display: flex;
    max-width: 100%;
    /* align-items: center; */
    justify-content: center;
    margin: 100px 0px;
}

#shop-font {
    font-weight: 600;
    color: #249CAD;
}

#shop-contact {
    font-weight: 600;
}

.shop-left {
    padding: 0px 15px;
}

.shop-right {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px 15px;
}

.shop-img {
    max-width: 450px;
    height: auto;
}

.shop-right input {
    background-color: #249CAD;
    width: 113px;
    border: none;
    border-radius: 20px;
    color: white;
    padding: 3px 0px;
    margin-top: 20px;
    cursor: pointer;
}

.shop-right input:hover {
    background-color: #198694;
}

/* 我們的據點 */
.ourplace {
    background-image: url(./image/home/map_bk.png);
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    /* margin-top: 50px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourplace-all {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

#ourplace-tittle {
    color: #F0844A;
    font-weight: 600;
}

.ourplace-all p {
    margin: 10px 0px;
}

.ourplace-all iframe {
    margin-top: 10px;
}


/* RWD */

@media (max-width: 1360px) {

    #latest-news,
    .special,
    .app,
    .shop-all,
    .ourplace-all,
    .main-banner-content {
        padding-left: 150px;
        padding-right: 150px;
    }

}

@media (max-width: 920px) {

    #latest-news,
    .special,
    .app,
    .shop-all,
    .ourplace-all,
    .main-banner-content {
        padding-left: 100px;
        padding-right: 100px;
    }

    /* 最新消息 */
    #latest-news {
        flex-direction: column;
        align-items: center;
        padding-bottom: 70px;
    }

    .latest-date {
        max-width: 90%;
        padding: 20px 25px;
    }

    .latest-tittle {
        text-align: center;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .tittle-label {
        margin: 0px 15px;
        width: 20%;
    }

    /* 特色 */
    .special {
        flex-direction: column;
        align-items: center;
        padding-bottom: 70px;
    }

    .special-left {
        text-align: center;
        padding-bottom: 45px;
        align-items: center;
    }

    /* 應用程式 */

    .app-left img {
        position: relative;
        left: -60px;
        max-width: 100%;
    }

    /* 商店 */
    .shop {
        height: 550px;
    }


    .shop-all {
        margin-bottom: 0px;

    }

}

@media (max-width: 768px) {

    #latest-news,
    .special,
    .app,
    .shop-all,
    .ourplace-all,
    .main-banner-content {
        padding-left: 100px;
        padding-right: 100px;
    }

    /* 最新消息 */
    #latest-news {
        flex-direction: column;
        align-items: center;
        padding-bottom: 70px;
    }

    .latest-date {
        width: 90%;
        padding: 20px 25px;
    }

    .latest-tittle {
        text-align: center;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .tittle-label {
        margin: 0px 15px;
        width: 20%;
    }

    /* 特色 */
    .special {
        flex-direction: column;
        align-items: center;
        padding-bottom: 70px;
    }

    .special-left {
        text-align: center;
        padding-bottom: 45px;
    }

    /* 應用程式 */

    /* 商店 */
    .shop {
        height: 550px;
    }

    .shop-all {
        margin: 0;
    }

    .shop-img {
        width: 280px;
        height: auto;
    }



}

@media (max-width: 540px) {

    /* 手機 */
    #latest-news,
    .special,
    .app,
    .ourplace-all,
    .main-banner-content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .banner-rwd {
        display: flex;
    }

    .banner-rwd img {
        max-width: 100%;
    }

    .main-banner-content {
        text-align: center;
    }

    .main-banner-content h1 {
        font-size: 28px;
    }

    #latest-news {
        display: none;
    }

    #special-font {
        font-size: 24pt;
        font-weight: 900;
    }

    .special-left {
        padding-bottom: 0px;
    }

    .special-left input {
        display: none;
    }

    .special-right {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .special-icon {
        width: 45%;
    }

    .special-icon img {
        margin-top: 3rem;
    }

    .app {
        flex-direction: column-reverse;
    }

    .app-left {
        padding-top: 3em;
    }

    .app-right p {
        text-align: center;
    }

    .shop {
        height: 700px;
        text-align: center;
    }

    .shop-all {
        flex-direction: column;
        padding: 0px;
    }

    .shop-left img {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .shop-right input {
        display: none;
    }
}

@media (max-width: 375px) {

    /* 手機 */
    #latest-news,
    .special,
    .app,
    .ourplace-all,
    .main-banner-content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .banner-rwd {
        display: flex;
    }

    .banner-rwd img {
        max-width: 100%;
    }

    #latest-news {
        display: none;
    }

    #special-font {
        font-size: 24pt;
        font-weight: 900;
    }

    .special-left {
        padding-bottom: 0px;
    }

    .special-left input {
        display: none;
    }


    .special-icon img {
        margin-top: 3rem;
    }

    .app {
        flex-direction: column-reverse;
    }

    .app-left {
        padding-top: 3em;
    }

    .app-right p {
        text-align: center;
    }

    .shop {
        padding: 100px 0px;
        text-align: center;
    }

    .shop-all {
        flex-direction: column;
    }

    .shop-left img {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .shop-right input {
        display: none;
    }

}