.secban {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 110px);
    overflow: hidden;
    position: relative;
    /* border-bottom-right-radius: 70px; */
}
.secban img {
	width: 100%;
	height: auto;
    display: block;
    visibility: hidden;
}
.secban::after {
    content: '';
    width: 350px;
    height: 30px;
    background-color: rgba(168, 126, 71, .95);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.memberpage .secban {
    border-bottom-right-radius: 0;
}
.memberpage .secban::after {
    display: none;
}
.secbant {
    position: absolute;
    z-index: 10;
    color: #fff;
    visibility: hidden;
}
.secbant span {
    display: block;
    line-height: 160%;
}
.secbant span:nth-child(1) {
    font-size: 3.75rem;
    font-weight: bold;
}
.secbant span:nth-child(2) {
    font-size: 1.25rem;
    margin-top: 10px;
}
.bant1 {
    left: 18%;
    top: 14%;
    text-align: left;
}
.bant2 {
    right: 18%;
    top: 14%;
    text-align: right;
}
.bant3 {
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -3rem;
    text-align: center;
}
.bant4 {
    left: 18%;
    bottom: 10%;
    text-align: left;
}
.bant5 {
    right: 18%;
    bottom: 10%;
    text-align: right;
}
.txtshadow {
    text-shadow: 0 1px 1px #000;
}

.secpage {
    width: 100%;
    height: auto;
    display: table;
}
.secsub {
    width: 350px;
    height: auto;
    vertical-align: top;
    display: table-cell;
    background-color: #f6f2ec;
}
.fixbar {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f6f2ec;
}
.fixbar.fixed {
    position: fixed;
    position: absolute;
    position: static;
}
.sect {
    height: auto;
    line-height: 140px;
    position: relative;
    font-size: 2.5rem;
    color: #a87e47;
    padding-left: 15px;
}
.fixbar.en .sect {
    line-height: 120%;
    padding: 40px 0 40px 15px;
}
.sect::before {
    content: '';
    width: 55%;
    height: 16px;
    background-color: #cbb291;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.sect::after {
    content: '';
    width: 40%;
    height: 1px;
    background-color: #bfa178;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
}
.seca {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.seca a {
    display: block;
    width: 100%;
    position: relative;
}
.seca a span {
    display: block;
    width: 65%;
    line-height: 80px;
    font-size: 1.125rem;
    color: #a87e47;
    margin: 0 auto;
    border-bottom: 1px solid #decfba;
    text-align: center;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.seca a.on, .seca a:hover {
    font-weight: bold;
}
.seca a.on::after {
    content: '';
    width: 5px;
    height: 24px;
    background-color: #a87e47;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 10;
}
.secmain {
    width: calc(100% - 350px);
    height: auto;
    vertical-align: top;
    display: table-cell;
}
.secbox {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.sect2 {
    line-height: 160px;
    font-size: 2rem;
    padding: 0 20px;
    position: relative;
}
.sect3 {
    height: 40px;
    overflow: hidden;
    padding: 60px 20px 30px 20px;
}
.sect4 {
    line-height: 40px;
    font-size: 2rem;
    padding: 60px 20px 20px 20px;
    overflow: hidden;
}


@media screen and (max-width: 1680px) {
    .secbant span:nth-child(1) {
        font-size: 3rem;
    }
    .secbant span:nth-child(2) {
        font-size: 1rem;
    }
    .secban::after, .secsub {
        width: 300px;
    }
    .secmain {
        width: calc(100% - 300px);
    }
    .sect {
        line-height: 120px;
        font-size: 2.3rem;
    }
    .sect2 {
        line-height: 140px;
    }
}
@media screen and (max-width: 1440px) {
    .secbant span:nth-child(1) {
        font-size: 2.25rem;
    }
    .secbant span:nth-child(2) {
        font-size: 0.875rem;
    }
    .secban::after, .secsub {
        width: 260px;
    }
    .secmain {
        width: calc(100% - 260px);
    }
    .sect {
        line-height: 120px;
        font-size: 2.2rem;
    }
    .seca a span {
        line-height: 70px;
    }
}
@media screen and (max-width: 1280px) {
    .secbant span:nth-child(1) {
        font-size: 2rem;
    }
    .secbant span:nth-child(2) {
        font-size: 0.75rem;
    }
    .secban::after, .secsub {
        width: 220px;
    }
    .secmain {
        width: calc(100% - 220px);
    }
    .secbox {
        width: 90%;
    }
    .seca a span {
        line-height: 60px;
    }
}