@charset "UTF-8";

/*
黑體
font-family: 'Noto Sans TC', sans-serif;

明體
font-family: 'Noto Serif TC', serif;

英文襯線
font-family:'Times New Roman', serif;




*/

* {
    position: relative;
    box-sizing: border-box;
    /*border: 1px solid red;*/
}

body {
    font-size: 0.9rem;
    font-family: 'Noto Serif TC', serif;


}

/*文字樣式*/

a,
.btn {
    color: #795548;
    border-radius: 0;
}

a:hover {
    color: #737373;
    text-decoration: none;
}

a:focus,
button:focus {
    outline: none !important;
}

.font-MT {
    font-family: 'Noto Serif TC', serif;
}

/*圖片樣式*/
.innerImg {
    width: 100%;
    padding-top: 70%;
}

.innerImg .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #cccccc;
    /*background-image: url(../images/cs.svg);*/
}

.Imginfo {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}


/*fancybox*/
.fancybox-navigation {
    height: 100vh;
}





/*主色系調整區*/
.btn-primary {
    color: #fff;
    background-color: #1e4c5a;
    border-color: #1e4c5a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a2a2a2;
    border-color: #a2a2a2;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #5b6167;
    border-color: #5b6167;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #5b6167;
    border-color: #5b6167;
}