/* 響應式圖片工具類別 */
.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* 參觀資訊頁面地圖圖片限制 */
.visit .img-fluid {
    max-width: 30vw;
    width: 100%;
}

.g-recaptcha {
    transform:scale(0.85);
    -webkit-transform:scale(0.85);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

/* 調整手機版選單(增加多國語系使用) */
.submenu-opened .menu-item.more {
    color: #64686d;
    border-bottom: 1px solid #64686d !important;
}

.submenu-opened .opend{
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
}

.menu-item.more.opened span, .menu-item.more.opened i{
    color: #ffffff !important;
}

.lang_img {
    height: 11px;
    width:11px;
    margin-top: 2px;
}

.news_img_box {
    width: 100%;
    text-align: left;
}

.news_img_box img{
    max-width: 100%;
    height: auto
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
    .news_img_box img{
        margin-bottom: 20px;
    }
}

.top_right {
    display: inline-flex;
}

.top_right.more {
    margin-right: 22px;
    cursor: pointer;
}

.top_right.more span{
    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: 5px;
}

#langPcDetail a {
    font-weight: 900;
}