﻿.body-content a {
    background: #F0F0F0;
}

    .body-content a.btn:hover,
    .body-content a.btn:focus,
    .body-content a.btn:active {
        background: #D3ECBB;
    }

@media (max-width: 991.98px) {
    .iframe-wrapper {
        max-width: 100%;
        padding: 0 1rem;
    }

        .iframe-wrapper iframe {
            height: 128vh !important;
        }

    .fullscreen-btn-wrapper {
        position: static !important;
        margin: 1rem 0;
        text-align: right;
    }

        .fullscreen-btn-wrapper a {
            width: 100%;
            max-width: 250px;
        }
}

@media (max-width: 768px) {
    .iframe-wrapper {
        max-width: 100%;
        padding: 0 1rem;
    }

        .iframe-wrapper iframe {
            height: 94.5vh !important;
        }

    .fullscreen-btn-wrapper {
        position: static !important;
        margin: 1rem 0;
        text-align: right;
    }

        .fullscreen-btn-wrapper a {
            width: 100%;
            max-width: 250px;
        }
}

@media (max-width: 540px) {
    .iframe-wrapper {
        max-width: 100%;
        padding: 0 1rem;
    }

        .iframe-wrapper iframe {
            height: 86vh !important;
        }

    .fullscreen-btn-wrapper {
        position: static !important;
        margin: 1rem 0;
        text-align: right;
    }

        .fullscreen-btn-wrapper a {
            width: 100%;
            max-width: 250px;
        }
}

.btn-w112 {
    width: 112px;
}

.btn-w160 {
    width: 160px;
}

.btn-w221 {
    width: 221px;
}

.iframe-pdf {
    position: relative; 
    margin: 0 auto; 
    max-width: 900px;
}

.iframe-btn-pdf {
    position: absolute; 
    top: 0; 
    left: 100%; 
    margin-left: 12px;
}

.iframe-pdf-report {
    width:100%; 
    height:1195px; 
    border:1px solid #ccc;
}

.tw-heading-org{
    font-size: 16pt; 
    font-family: 微軟正黑體;
    color: #F56117;
}