
.main {
    position: relative;
}

/* wrapper */

.wrapper {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.sideborder {

    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

/* main title 各頁面 */

.serif-title {
    font-family: 'Noto Serif CJK TC', 'Source Han Serif TC', 'Source Han Serif', 'source-han-serif-tc', '宋体', serif;
    font-size: 2.125rem;
    font-weight: 800;
    position: relative;
}
    .square-plus {
        display: block;
        border: 1px solid #3e3a39;
        box-shadow: 0 0 0 1px #a8a8a8;
        color: #3e3a39;
        position: absolute;
        height: 1.4rem;
        width: 1.4rem;
        font-size: 1.45rem;
        text-align: center;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        font-weight: 600;
    }
        .square-plus::after {
            content: "+";
            position: absolute;
            font-size: 1.45rem;
            top: -0.27rem;
            left: 0.2rem;
            font-weight: 600;
            text-shadow: 1px 1px 1px #3e3a39;
        }
        .open .square-plus::after {
            content: "-";
            font-size: 2.2rem;
            line-height: 0.65rem;
            text-shadow: 1px 1px 1px #eee;
            vertical-align: middle;
            top: 0;
            left: 0.25rem;
        }


.main-title {
    color: #b28956;
    letter-spacing: 0.2em;
    border-left: 7px solid #b28956;
    padding: 0 0 0 1.375rem;
    display: inline-block;
    margin: 0 0 5rem 4.5rem;
    line-height: 1;
}
.en .main-title {
    letter-spacing: 0.05em;
}
.main-title.index-title {
    padding: 0 0 0 0.625rem;
    margin: 0;
}
.magazine .main-title {
    margin: 1.25rem 0 5rem 4.5rem;
}

.btn-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btn-more, .btn-prev, .btn-next {
    font-family: 'Noto Serif CJK TC', 'Source Han Serif TC', 'Source Han Serif', 'source-han-serif-tc', '宋体', serif;
    display: block;
    margin: 0 10px;
    width: 10rem;
    height: 3.5rem;
    background-color: #d3aa67;
    text-decoration: none;
    color:#fff;
    vertical-align: middle;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    cursor: pointer;
}
.index .btn-more,.member-intro .btn-more {
    margin: 0 auto;
}
.mag-unit figure {
    font-size: 1.125rem;
}
    .mag-unit figure img {
        height: 354px;
    }

.mag-download {
    border: 2px solid #e1e1e1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto 2.5rem;
    border-radius: 1.125rem;
    padding: 14px;
    font-size: 1.125rem;
    color: #727171;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    word-spacing: 0.5rem;
    background: transparent;
    transition: background .5s ease-out, color .15s ease-in-out;
    width: 11.5rem;
    max-width: 100%;
}
    .mag-download img {
        width: 2.25rem;
        margin-left: 0.5rem;
        font-size: 1.125rem;
    }
    .mag-download:hover,
    .mag-download:active {
        color: #fff;
        background:#d3aa67;
    }




/* table in box */

.detail-table {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    text-align: left;
    width: 100%;
}
    .detail-table .table-title {
        font-weight: 500;
        margin: 0 auto 1.5rem;
        font-size: 1.875rem;
    }
    .detail-table th,
    .detail-table tr,
    .detail-table td {
        padding: 0.375rem 0.875rem;
        line-height: 1.714;
        font-weight: 200;
    }
    .detail-table th {
        width: 15%;
    }
    .detail-table tr:nth-child(odd) {
        background-color: #f7f1e1;
    }


/* tab */

/* Style the tab */
.tab {
    overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 0.075em;
    line-height: 1.538;
    background-color: inherit;
    color: #595757;
    float: left;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 32px;
    transition: 0.3s;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #b28956;

}

/* Create an active/current tablink class */
.tab button.active {
    border-left: 2px solid #b28956;
    border-right: 2px solid #b28956;
    border-top: 2px solid #b28956;
    color: #b28956;
    position: relative;
}
    .tab button.active::before,
    .tab button.active::after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        height: 0;
        width: 999em;
        border-bottom-style: solid;
        border-color: #b28956;
        border-width: 2px;
    }
    .tab button.active::before {
        right: 100%;
    }
    .tab button.active::after {
        left: 100%;
    }

/* Style the tab content */
.tabcontent {
    position: relative;
    display: none;
    padding: 1.25rem;
    border-left: 2px solid #b28956;
    border-right: 2px solid #b28956;
    border-bottom: 2px solid #b28956;
    font-size: inherit;
}
    .tabcontent p {
        margin: 0;
        font-size: inherit;
    }

/* Scroll */

.scroll-fix {
    position: fixed;
    bottom: 8em;
    margin: auto;
    width: 1080px;
    height: 80px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0 1.5rem;
    z-index: 999;
}
    .scroll-fix__btn {
        position: relative;
        background-color: rgba(0,0,0,0.2);
        border-radius: 10px;
        width: 80px;
        height: 100%;
        border: 1px solid #fff;
        opacity: 0;
        transition: opacity 0.15s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #f7f1e1;
    }
    .scroll-fix__btn.showUp {
        opacity: 1;
    }


