﻿/* Common */
.section-breadcrumb {
    background-color: #fbfbfb;
}


#alert {
    position: fixed;
    width: calc(100% - 30px);
    top: 15px;
    left: 15px;
    z-index: 1050;
}

/* Title */
.section-title {
    padding-bottom: 2vh;
    background-color: #fbfbfb;
    border-bottom: 1px solid #dbdbdb;
}

    .section-title h1 {
        font-size: 22px;
    }

    .section-title .address {
        font-size: 18px;
    }

    .section-title .price {
        font-size: 30px;
    }

        .section-title .price .unit {
            color: #666666;
            font-size: 15px;
        }

    .section-title .popularity {
        color: #999999;
    }

    .section-title ul.popularity > li {
        display: inline-block;
    }

        .section-title ul.popularity > li + li:before {
            content: '|';
            padding: 0 0.5em;
        }

    .section-title .adv {
        max-height: 280px;
        min-height: 150px;
        margin-top: 0.5rem !important;
    }

/* Basic */
.section-basic {
    font-size: 0.875rem;
    padding: 2.5vh 0;
}

    .section-basic .highlight {
        font-size: 1.25em;
        font-weight: bold;
    }

    .section-basic .title {
        color: #999999;
    }

    .section-basic .date {
        color: #D63D00;
    }

    .section-basic .total-pin {
        color: #8B0000;
    }

    .section-basic .btn-outline-secondary {
        border-color: #dee2e6;
    }

    .section-basic .agent .job {
        color: #008800;
    }

    .section-basic .agent .name {
        color: #333333;
        font-size: 20px;
    }

    .section-basic .agent .phone a {
        color: #000000;
    }

#sales-adv {
    position: relative;
    padding: 10px;
    border: 2px dashed #dee2e6;
    border-radius: 5px;
}

    #sales-adv:after {
        content: "廣告";
        position: absolute;
        top: -2px;
        right: -2px;
        color: #ffffff;
        font-size: 12px;
        padding: 1px 5px;
        background-color: #aaa;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.qrcode-tel img,
.qrcode-url img {
    margin: 0 auto;
}

/* Detail */
.section-detail {
    font-size: 0.875rem;
}

    .section-detail .accordion a.card-header {
        color: #008800;
    }

        .section-detail .accordion a.card-header:after {
            color: #999999;
            padding: 0 0.5em;
        }

        .section-detail .accordion a.card-header:not(.collapsed):after {
            font-family: 'FontAwesome';
            content: '\f106';
        }

        .section-detail .accordion a.card-header.collapsed:after {
            font-family: 'FontAwesome';
            content: '\f107';
        }

    .section-detail .no {
        width: 35px;
        text-align: right;
    }

    .section-detail .other {
        color: #A3AF9E;
    }

    .section-detail .related .card-img-overlay {
        top: auto;
        font-size: 14px;
        background-color: rgba(0,0,0,0.4);
    }

    .section-detail .link .col a {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

#collapsePicture .img-thumbnail:hover {
    cursor: zoom-in;
}

#collapseNear .times-handover span {
    display: inline-block;
    font-size: 14px;
    padding: 0.4em;
    line-height: 1.0;
    color: #7c5e1d;
    background-color: #F6EDD9;
    border-radius: 3px;
}

    #collapseNear .times-handover span.handover {
        color: #006ab2;
        background-color: #e6f5ff;
    }

#map {
    width: 100%;
    height: 350px;
    border: 1px solid #dee2e6;
    position: relative;
}

#source.open {
    bottom: 55px;
}

.ol-init {
    width: 27px;
    height: 43px;
    background-image: url("https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi2_hdpi.png");
    /*background-position: 0 -18px;*/
    background-repeat: no-repeat;
    background-size: 27px;
    margin-left: -13px;
    margin-top: -60px;
}

/* 分享 */
#share .share a {
    font-size: 13px;
    text-align: center;
    margin-right: 5px;
    line-height: 1.0;
}

    #share .share a:last-child {
        margin-right: 0;
    }

    #share .share a i, #share .share a img {
        display: inline-flex;
        color: #777777;
        font-size: 20px;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
        border: 1px solid #dee2e6;
        border-radius: 100%;
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
    }

    #share .share a.line i {
        background-color: #00B900;
        background-image: url('/Images/line-logo.svg');
    }

    #share .share a.twitter i {
        font-size: 25px;
        color: #ffffff;
        background-color: #1DA1F2;
    }

/* 免費刊登按鈕 */
.free-trial {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 80px;
    text-align: center;
    color: #721c24;
    padding: 0.375rem 0.75rem;
    border: 2px dashed #f5c6cb;
    border-radius: 0.25rem;
    background-color: #ffecee;
}

    .free-trial a {
        color: #721c24;
    }

    .free-trial:hover {
        border: 2px dashed #ffffff;
        background-color: #721c24;
    }

        .free-trial:hover a {
            color: #ffffff;
        }

    .free-trial i {
        font-size: 24px;
        margin-bottom: 5px;
    }

@media (max-width:767px) {
    .fix-feature {
        bottom: 105px;
    }

    .section-scrollspy {
        bottom: 55px;
        top: auto;
        border-bottom: none;
        font-size: 18px;
    }

        .section-scrollspy.show {
            top: auto;
            bottom: 55px;
        }

        .section-scrollspy a.call-phone {
            color: #fff;
            background: #ff9f00;
            background: -webkit-gradient(linear, left top, left bottom, from(#ff5a00), to(#ff9f00));
            background: -o-linear-gradient(top, #ff5a00 0%, #ff9f00 100%);
            background: linear-gradient(to bottom, #ff5a00 0%, #ff9f00 100%)
        }

            .section-scrollspy a.call-phone:hover {
                color: #fff;
                background: #ff5a00;
                background: -webkit-gradient(linear, left top, left bottom, from(#ff7326), to(#ffad26));
                background: -o-linear-gradient(top, #ff7326 0%, #ffad26 100%);
                background: linear-gradient(to bottom, #ff7326 0%, #ffad26 100%)
            }

        .section-scrollspy a.consult {
            color: #fff;
            background: -webkit-gradient(linear, left top, left bottom, from(#ab111b), to(#f73131));
            background: -o-linear-gradient(top, #ab111b 0%, #f73131 100%);
            background: linear-gradient(to bottom, #ab111b 0%, #f73131 100%)
        }

            .section-scrollspy a.consult:hover {
                color: #fff;
                background: -webkit-gradient(linear, left top, left bottom, from(#b8353d), to(#f85050));
                background: -o-linear-gradient(top, #b8353d 0%, #f85050 100%);
                background: linear-gradient(to bottom, #b8353d 0%, #f85050 100%)
            }
}

@media (min-width: 576px) {
    .section-basic, .section-detail {
        font-size: 1rem;
    }

        .section-detail .no {
            width: 40px;
        }

    #alert {
        width: 300px;
        top: 15px;
        left: calc(50% - 150px);
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media Print {
    .adv {
        display: none;
    }

    .page-wrapper {
        margin-top: 0px;
    }
}
