.topmenuWrap_two {
	padding: 68.5px 140px;	
}
.newindex-banner {
	overflow: hidden;
}
.selection-box{   
    /*position: fixed;*/
    position: absolute;
    z-index: 99;
    right: -320px;
    top: 0;
	height: 100%;
    display: flex;
    transition: all .5s;
    width: 440px;
}
.selection-box.is-open{   
    right: 0;
}
.selection-box  .selection-box-switch{
    font-size: 1.7rem;
    writing-mode: vertical-lr;
    color: #fff;
    background-color: #b9aa89;
    position: relative;
    left: 9%;
}
.selection-box  .selection-box-switch:hover{
	cursor: pointer;
}
.selection-box  .selection-box-switch span{
    margin: auto;
    display: block;
    text-align: center;
    padding: 0 30px;
    font-weight: 700;
	letter-spacing: 1px;
    font-family: "文鼎中特明","cwTeXHei","STXihei",HEITI TC,"HEITI TC","黑體-繁","微軟正黑體","黑體",sans-serif;
}
.selection-box   .selection-content{
    /*display: none;*/
}

.selection-box   .selection-content .selection-spacing{
    text-align: center;
    background-color: #a08f69;
    /*display: flex;*/
    flex-wrap: wrap;
    height: 100%;
    padding: 17.7vh 40px;
    width: 90.9%;
    position: relative;
    left: 9.3%;
}

.selection-box   .selection-content .selection-spacing h4{
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
    padding: 32% 0;
    font-weight: bold;
    line-height: 1.5;
}

.selection-box   .selection-content .selection-spacing ul{
    width: 100%;
	height: 100%;
}

.selection-box   .selection-content .selection-spacing ul li{
    padding: 0 0;
    margin-bottom: 40px;
    width: 100%;
}
.selection-box   .selection-content .selection-spacing ul li a{
    color: #fff;
    display: block;
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto;
    padding: 12px 20px;
    border: 1px solid #b9aa89;
    border-radius: 10px;
    transition: all .3s;
    font-family: "文鼎中特明","cwTeXHei","STXihei",HEITI TC,"HEITI TC","黑體-繁","微軟正黑體","黑體",sans-serif;
}
.selection-box   .selection-content .selection-spacing ul li a:hover{
    opacity: 0.6;
}
.bannerSliderWrap {
    transition: all .5s;
}
.bannerSliderWrap.is-open {
    transform: translateX(-8.5%);
}
@media screen and (max-width: 1280px) {
	.selection-box{
		display: none;
	}
}