#wapper {
    max-width: 1330px;
    margin:0 auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
}
.tx-sans {font-family: 'Noto Sans TC', sans-serif;}
.tx-serif {font-family: 'Noto Serif TC', serif;}
.tx-apple {font-family: 'Homemade Apple', cursive;}
.tx-fondamento {font-family: 'Fondamento', cursive;}
.tx-cinzel {font-family: 'Cinzel', serif;}
.mt-n25 {
    margin-top: -4rem !important;
}
.bg-dark2 {
    background: rgb(255,254,241);
    background: linear-gradient(125deg, rgba(255,254,241,1) 0%, rgba(236,236,236,1) 30%, rgba(72,80,84,1) 63%);
}
.bg-dark3 {
    background: #0a0908;
}
.bg-cis{
    background: #A9927D;
}
.bg-cis2{
    background: #F2F4F3;
}
.bg-cis3{
    background: #5E503F;
}
.bg-cis4{
    background: #49111C;
}
.text-cis{
    color: #A9927D;
}
.text-cis2{
    color: #F2F4F3;
}
.text-cis3{
    color: #5E503F;
}
.text-cis4{
    color: #49111C;
}
.text-cis5{
    color: #0a0908;
}
.divsix {
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #5E503F;
    margin-bottom: -0.6px;
}
.divsix2 {
    width: 100%;
    height: 190px;
    margin: 0;
    padding: 0;
    background-color: #5E503F;
    word-wrap:break-word;
    margin-bottom: -0.6px;
}
.divsix3 {
    width: 100%;
    height: 70px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #5E503F;

}
.bg-img01{
    background-image: url("../images/DSC_4333sss.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-w06{
    background-color: rgba(255, 255, 255, 0.75);

}
footer {
    background: #212529;
}
.head1{
    position: relative;
    padding-top: 25px;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: -17px;
}
.shape1 .head1:before {
    content: '';
    background: #A9927D;
    width: 120px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0
}
.title2{
    font-size: 2.8rem;
    font-weight: bolder;
    letter-spacing: 5px;
    margin-bottom: -12px;
}
.sub-title{
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Cinzel', serif;
}
.box{
    margin-top: -15px;
    width:200px;
    height:50px;
}
.box-border{
    position:relative;
    width:200px;
    height:2px;
    border-bottom: 2px #A9927D solid;
}
.icon-radius {
    width:160px;
    height:160px;
    background-color: #5E503F;
    border-radius:50%;
}
.icon-radius i{
    color: #fff;
    font-size: 80px;
    line-height: 160px;
}
.hr-more {
    height: 20px;
    width: 240px;
    position: relative;
    left: 41%;
    top: -30px;
    font: normal 1.6em/20px 微软雅黑;
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    letter-spacing: 5px;
}
.hr-edge-weak {
    border: 0;
    padding-top: 1px;
    background: linear-gradient(to right, transparent, #d0d0d5, transparent);
}
.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}
.hr-text::before {
     content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
     position: absolute;
     left: 0;
     top: 50%;
     width: 100%;
     height: 1px;
 }
.hr-text::after {
     content: attr(data-content);
     position: relative;
     display: inline-block;
     color: black;
     padding: 0 .5em;
     line-height: 1.5em;
    color: #818078;
     background-color: #fcfcfa;
 }
.ss {
    color: #5E503F;
    font-weight: bold;
    text-shadow: 0px 5px 3px rgba(0,0,0,0.1),
    3px 5px 3px rgba(0,0,0,0.05),
    -3px 5px 3px rgba(0,0,0,0.05);
}
.fz08 {
    font-size: 0.6rem;
}
.fz12 {
    font-size: 1.2rem;
}
.fz15 {
    font-size: 1.5rem;
}
.fz20 {
    font-size: 2rem;
}